@import url(https://fonts.googleapis.com/css?family=Karla:400,400i,700,700i);
@import url(https://fonts.googleapis.com/css?family=Teko:400,500,700);
@import url(https://fonts.googleapis.com/css?family=Libre+Baskerville:400,400i,700);
@import url(https://fonts.googleapis.com/css?family=Abril+Fatface);

@font-face {
  font-family: butler;
  src: url(../fonts/butler_regular-webfont.eot);
  src: url(../fonts/butler_regular-webfontd41dd41d.eot?#iefix)
      format("embedded-opentype"),
    url(../fonts/butler_regular-webfont.html) format("woff2"),
    url(../fonts/butler_regular-webfont.woff) format("woff"),
    url(../fonts/butler_regular-webfont.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: butler;
  src: url(../fonts/butler_bold-webfont.eot);
  src: url(../fonts/butler_bold-webfontd41dd41d.eot?#iefix)
      format("embedded-opentype"),
    url(../../index.html) format("woff2"),
    url(../fonts/butler_bold-webfont.woff) format("woff"),
    url(../fonts/butler_bold-webfont.ttf) format("truetype");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: butler;
  src: url(../fonts/butler_extrabold-webfont.eot);
  src: url(../fonts/butler_extrabold-webfontd41dd41d.eot?#iefix)
      format("embedded-opentype"),
    url(../fonts/butler_extrabold-webfont.html) format("woff2"),
    url(../fonts/butler_extrabold-webfont.woff) format("woff"),
    url(../fonts/butler_extrabold-webfont.ttf) format("truetype");
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: butler stencil bold;
  font-style: normal;
  font-weight: 400;
  src: local("Butler Stencil Bold"),
    url(../fonts/Butler_Bold_Stencil.woff) format("woff");
}

@font-face {
  font-family: "Roboto-Regular.ttf";
  src: url("../font/Roboto-Regular.ttf");
}

@font-face {
  font-family: "Roboto-Medium.ttf";
  src: url("../font/Roboto-Medium.ttf");
}

@font-face {
  font-family: "NanumGothic-Bold.ttf";
  src: url("../font/NanumGothic-Bold.ttf");
}

@font-face {
  font-family: "NanumGothic-ExtraBold.ttf";
  src: url("../font/NanumGothic-ExtraBold.ttf");
}

.fontHd {
  font-family: "NanumGothic-Bold.ttf";
}

.fontHdBold {
  font-family: "NanumGothic-ExtraBold.ttf";
}

html {
  font-size: 12px;
  height: auto !important;
}

body {
  overflow-x: hidden;
  font-family: "Roboto-Regular.ttf";
  color: #000;
  font-size: 1.2rem;
  line-height: 1.3;
}

html > body .underline {
  text-decoration: underline;
}

html > body .underline:hover {
  text-decoration: none;
}

::selection {
  background-color: #e12729;
  color: #fff;
  text-shadow: none;
}

-webkit-::selection {
  background-color: #e12729;
  color: #fff;
  text-shadow: none;
}

::-moz-selection {
  background-color: #e12729;
  color: #fff;
  text-shadow: none;
}

::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

::-webkit-scrollbar-thumb {
  cursor: pointer;
  background: #2e2e2e;
}

.container-fluid-md {
  padding-left: 15px;
  padding-right: 15px;
}

.row-10 {
  margin-left: -5px;
  margin-right: -5px;
}

.row-10 > [class*=" col-"],
.row-10 > [class^="col-"] {
  padding-left: 5px;
  padding-right: 5px;
}

.text-red {
  color: #ea2633;
}

.nanumGothic {
  font-family: "NanumGothic-ExtraBold.ttf";
}

@media (min-width: 1280px) {
  .container {
    max-width: 1200px;
    overflow: hidden;
  }

  .row-60 {
    margin-left: -1.875rem;
    margin-right: -1.875rem;
  }

  .row-60 > [class*=" col-"],
  .row-60 > [class^="col-"] {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }
}

@media (min-width: 1600px) {
  .container-fluid {
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }

  .container-fluid-md {
    padding-left: 7.5rem;
    padding-right: 7.5rem;
  }
}

.full-height {
  min-height: 100vh;
}

.h2,
.h3,
h2,
h3 {
  font-weight: 700;
}

.h4,
h4 {
  margin-bottom: 1.75rem;
  letter-spacing: -0.035em;
  font-weight: 700;
}

.text-bold {
  font-weight: 700;
}

.text-normal {
  font-weight: 400;
}

.text-underline {
  text-decoration: underline;
}

html > body .text-black {
  color: #000;
}

html > body .text-grey-primary {
  color: #ccc;
}

html > body .text-grey {
  color: #666;
}

html > body .text-black a,
html > body .text-white a {
  color: inherit;
}

html > body .text-grey-light {
  color: #999;
}

html > body .lh-sm {
  line-height: 1.25;
}

html > body .lh-md {
  line-height: 1.625;
}

html > body .lh-lg {
  line-height: 1.875;
}

html > body .lh-lg2 {
  line-height: 1.8;
}

html > body .fs14 {
  font-size: 0.875rem;
}

html > body .fs18 {
  font-size: 1.2rem;
}

html > body .fs20 {
  font-size: 1.25rem;
}

html > body .fs28 {
  font-size: 1.75rem;
}

html > body .fs30 {
  font-size: 1.875rem;
}

html > body .fs36 {
  font-size: 2.25rem;
}

html > body .fs42 {
  font-size: 2.625rem;
}

html > body .fs48 {
  font-size: 3rem;
}

html > body .fs60 {
  font-size: 2.75rem;
  line-height: 1.36666667;
}

.fs18.text-grey {
  line-height: 1.3;
}

.h1-lg {
  font-size: 3.5rem;
  font-weight: 700;
  letter-spacing: -0.025em;
}

@media (min-width: 576px) {
  .text-right-sm {
    text-align: right !important;
  }

  html > body .fs60 {
    font-size: 3.75rem;
    line-height: 1.36666667;
  }
}

@media (min-width: 768px) {
  .text-right-md {
    text-align: right !important;
  }

  .h1-lg {
    font-size: 4.5rem;
    line-height: 1.13888889;
  }
}

.font-custom {
  font-family: butler, Serif;
}

.font-teko {
  font-family: teko, sans-serif;
}

.font-libre {
  font-family: "Roboto-Medium.ttf";
}

.font-abril {
  font-family: abril fatface, cursive;
  font-weight: 400;
}

.base-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.base-list > li {
  padding-left: 1rem;
  position: relative;
  margin-bottom: 1.25rem;
}

.base-list > li:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0.7em;
  width: 0.25rem;
  height: 0.25rem;
  border-radius: 5rem;
  background: #000;
}

.more {
  text-transform: uppercase;
}

.more-lg {
  text-transform: uppercase;
  font-size: 1.25rem;
  font-weight: 700;
}

.more-xl {
  text-transform: uppercase;
  font-size: 1.5rem;
  font-weight: 700;
}

.more a,
.more-lg a {
  color: #007f4e;
  text-decoration: none;
}

.more a:hover,
.more-lg a:hover,
.more-total a:hover {
  color: #e12729;
}

.more-lg i {
  display: inline-block;
  vertical-align: middle;
  margin-left: 0.5em;
  font-size: 110%;
  line-height: 0.75;
}

.ion-ios-arrow-left,
.ion-ios-arrow-right {
  transform: translateX(0);
  transition: transform 0.3s ease-in-out;
}

.btn:hover .ion-ios-arrow-right,
a:hover .ion-ios-arrow-right,
button:hover .ion-ios-arrow-right {
  transform: translateX(0.25rem);
}

.btn:hover .ion-ios-arrow-left,
a:hover .ion-ios-arrow-left,
button:hover .ion-ios-arrow-left {
  transform: translateX(-0.25rem);
}

html > body .mr20 {
  margin-right: 1.25rem;
}

html > body .mt5 {
  margin-top: 5px;
}

html > body .mt10 {
  margin-top: 0.625rem;
}

html > body .mt20 {
  margin-top: 1.25rem;
}

html > body .mt30 {
  margin-top: 1.875rem;
}

html > body .mt40 {
  margin-top: 2.5rem;
}

html > body .mt50 {
  margin-top: 3.125rem;
}

html > body .mt55 {
  margin-top: 3.4375rem;
}

html > body .mt60 {
  margin-top: 3.75rem;
}

html > body .mt65 {
  margin-top: 4.0625rem;
}

html > body .mt70 {
  margin-top: 4.375rem;
}

html > body .mt80 {
  margin-top: 5rem;
}

html > body .mt90 {
  margin-top: 5.625rem;
}

html > body .mt100 {
  margin-top: 6.5rem;
}

html > body .mt150 {
  margin-top: 9.375rem;
}

html > body .mb5 {
  margin-bottom: 5px;
}

html > body .mb10 {
  margin-bottom: 0.625rem;
}

html > body .mb20 {
  margin-bottom: 1.25rem;
}

html > body .mb30 {
  margin-bottom: 1.875rem;
}

html > body .mb35 {
  margin-bottom: 2.1875rem;
}

html > body .mb40 {
  margin-bottom: 2.5rem;
}

html > body .mb45 {
  margin-bottom: 2.8125rem;
}

html > body .mb50 {
  margin-bottom: 3.125rem;
}

html > body .mb55 {
  margin-bottom: 3.4375rem;
}

html > body .mb60 {
  margin-bottom: 3.75rem;
}

html > body .mb65 {
  margin-bottom: 3rem;
}

html > body .mb70 {
  margin-bottom: 4.375rem;
}

html > body .mb75 {
  margin-bottom: 4.6875rem;
}

html > body .mb80 {
  margin-bottom: 5rem;
}

html > body .mb90 {
  margin-bottom: 5.625rem;
}

html > body .mb100 {
  margin-bottom: 6.25rem;
}

html > body .mb120 {
  margin-bottom: 7.5rem;
}

html > body .mb130 {
  margin-bottom: 8.125rem;
}

button:focus,
input:focus {
  outline: 0;
}

.btn {
  padding: 0.75rem 2rem;
  font-weight: 700;
  /* text-transform: uppercase; */
  border-radius: 0;
}

.btn-sm {
  padding: 0.875rem 1.5rem 0.8125rem;
}

.btn-md {
  padding: 0.875rem 2rem 0.9375rem;
}

.btn-xs {
  border-color: #ccc;
  padding: 3px 12px;
  font-size: 0.75rem;
  color: #a7a9b8;
  letter-spacing: 0.025em;
}

.btn-light {
  background: #fff;
  border-color: #999;
}

.btn-dark {
  background: #00b38f;
  border-color: #006885;
}

.btn-dark:hover,
.btn-dark:not(:disabled):not(.disabled):active {
  background: #006985;
  border-color: #00b38f;
}

.btn .icon {
  margin-left: 0.75rem;
  display: inline-block;
  vertical-align: middle;
  margin-top: -0.375rem;
  margin-bottom: -0.25rem;
  line-height: 1;
  font-size: 1.25rem;
}

.btn-sm .icon {
  font-size: 1.125rem;
  line-height: 0.75;
}

.btn-sm .ion-ios-email-outline {
  font-size: 1.5rem;
}

.btn-light:hover,
.btn-light:not(:disabled):not(.disabled):active {
  background-color: #e12729;
  border-color: #e12729;
  color: #fff;
}

.btn-outline-secondary:hover,
.btn-outline-secondary:not(:disabled):not(.disabled):active {
  background-color: #fff;
  border-color: #e12729;
  color: #e12729;
}

.btn-danger {
  background: #e12729;
  border-color: #e12729;
}

.btn-rounded {
  border-radius: 30px;
}

.btn-link.text-black:hover {
  color: #000;
}

.form-control {
  border-radius: 4;
  padding: 0.625rem 2.25rem;
  height: calc(1.5em + 1.25rem + 2px);
}

.form-control-lg {
  padding: 0.875rem 1.25rem 0.9375rem;
  height: calc(1.5em + 1.8125rem + 2px);
  font-size: 1rem;
}

.control-with-icon {
  position: relative;
}

.control-with-icon .form-control {
  padding-right: 3rem;
}

.control-icon {
  padding-top: 1px;
  position: absolute;
  top: 50%;
  right: 20px;
  font-size: 1.5rem;
  color: #999;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.control-icon i,
.control-icon i:before {
  display: block;
  line-height: 0.75;
}

.control-btn {
  margin-top: 2.75rem;
}

.label-custom {
  margin-bottom: 0;
  display: block;
  text-transform: uppercase;
  font-size: 0.75rem;
  font-weight: 700;
}

.form-control-custom {
  border: none;
  border-bottom: #ccc 1px solid;
  padding: 0 0 0.625rem;
  height: calc(1.5em + 0.625rem + 1px);
  color: #000;
  font-weight: 400;
}

.form-control-custom::-webkit-input-placeholder {
  color: #999;
}

.form-control-custom::-moz-placeholder {
  color: #999;
}

.form-control-custom:-ms-input-placeholder {
  color: #999;
}

.form-control-custom::-ms-input-placeholder {
  color: #999;
}

.form-control-custom::placeholder {
  color: #999;
}

.form-control-custom:focus {
  border-color: #000;
}

.header {
  padding-top: 1.5rem;
  transition: margin-top 0.5s ease-in-out;
  margin-top: 0;
}

@media (min-width: 768px) {
  .header {
    padding: 2rem 0;
    background: #fff;
  }
}

.header-fixed {
  position: fixed;
  padding-bottom: 15px;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 900;
  padding-top: 3px;
  height: 70px;
}

.header .brand img {
  width: 80%;
  margin-top: 3%;
}

.header-affix {
  position: fixed !important;
  top: -5rem !important;
  left: 0;
  width: 100%;
  z-index: 900;
  background: #fff;
  padding-top: 0.75rem !important;
  padding-bottom: 0.5rem !important;
  box-shadow: rgba(0, 0, 0, 0.1) 0 3px 15px;
  margin-top: 5rem;
}

.header-affix .nav-logo {
  transform: scale(0.45);
}

@media (max-width: 767px) {
  .about-img {
    margin-left: 0px !important;
  }

  .header-affix .nav-logo {
    margin-left: -50%;
  }
}

.menu .menu-copyright,
.menu .menu-lang,
.menu .menu-main,
.menu .social {
  opacity: 0;
  transform: translateY(3rem);
  transition: all 0.5s ease-in-out;
}

.menu .menu-lang {
  transition-delay: 0.2s;
}

.menu .menu-main {
  transition-delay: 0.4s;
}

.menu .social {
  transition-delay: 0.6s;
}

.menu .menu-copyright {
  transition-delay: 0.8s;
}

.body-menu-opened .menu .menu-copyright,
.body-menu-opened .menu .menu-lang,
.body-menu-opened .menu .menu-main,
.body-menu-opened .menu .social {
  opacity: 1;
  transform: translateY(0);
}

.brand {
  float: left;
  margin-right: 1rem;
  white-space: nowrap;
}

.brand a {
  color: inherit;
  text-decoration: none;
}

.brand-name,
.brand-text {
  display: inline-block;
  vertical-align: middle;
}

.brand-name {
  margin-right: 0.875rem;
  font-family: butler, Serif;
  font-size: 2.875rem;
  font-weight: 900;
  line-height: 1.1;
}

.brand-text {
  margin-bottom: 0.375rem;
  font-size: 1.125rem;
  line-height: 1.15;
  letter-spacing: -0.5px;
}

.header-content {
  margin-left: 17.5%;
  /* margin-right: 7.5% */
}

.header-contacts {
  padding-top: 22px;
  font-weight: 500;
  text-align: right;
}

.header-contact-divider,
.header-contact-item {
  display: inline-block;
  vertical-align: middle;
}

.header-contact-divider {
  margin-left: 0.875rem;
  margin-right: 0.875rem;
  opacity: 0.2;
  color: transparent;
}

.mail-link,
.phone-link {
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  position: relative;
  transition: border-bottom 0.3s ease-in-out;
  padding-bottom: 30px;
}

.mail-link:hover,
.phone-link:hover {
  color: white;
  text-decoration: none;
  border-bottom: 3px solid #fff;
}

.nav-toggle-btn {
  background: 0 0;
  border: none;
  padding: 0;
  margin: 20px 0 0 0;
  border-radius: 0;
  outline: 0;
  float: right;
  position: relative;
  z-index: 995;
  color: inherit;
}

.nav-toggle-btn:hover {
  color: #e12729;
}

.nav-toggle-btn:focus {
  outline: 0;
}

.nav-toggle-title {
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.75rem;
  color: #fff;
}

.nav-toggle {
  width: 29px;
  height: 29px;
  display: inline-flex;
  vertical-align: middle;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: auto;
  cursor: pointer;
}

.nav-toggle-sm {
  transform: scale(0.65);
  margin-right: -0.3125rem;
}

.stick {
  width: 29px;
  height: 3px;
  margin-bottom: 5px;
  background-color: #fff;
  display: inline-block;
}

.nav-toggle-btn:hover .stick {
  background-color: #e12729;
}

.body-menu-opened .nav-toggle-btn {
  color: #000;
}

.body-menu-opened .nav-toggle-btn .stick {
  background-color: #fff;
}

.stick:last-child {
  margin-bottom: 0;
}

.nav-toggle:hover .stick-2 {
  width: 29px;
}

.body-menu-opened .stick-1 {
  animation: stick-1-open 0.85s ease-out forwards;
}

.body-menu-opened .stick-2 {
  animation: stick-2-open 0.85s linear forwards;
  width: 29px;
  margin-left: 0;
}

.body-menu-opened .stick-3 {
  animation: stick-3-open 0.85s linear forwards;
}

@-webkit-keyframes stick-1-open {
  0% {
    width: 29px;
  }

  30% {
    width: 3px;
    transform: translate(14px, 0);
  }

  65% {
    width: 3px;
    transform: translate(14px, -29px);
    animation-timing-function: cubic-bezier(0, 1, 1, 1);
  }

  100% {
    width: 2px;
    transform: translate(9px, 17px);
  }
}

@keyframes stick-1-open {
  0% {
    width: 29px;
  }

  30% {
    width: 3px;
    transform: translate(14px, 0);
  }

  65% {
    width: 3px;
    transform: translate(14px, -29px);
    animation-timing-function: cubic-bezier(0, 1, 1, 1);
  }

  100% {
    width: 2px;
    transform: translate(9px, 17px);
  }
}

@-webkit-keyframes stick-2-open {
  65% {
    width: 29px;
    transform: translate(0, 0) rotate(0);
  }

  100% {
    width: 29px;
    transform: translate(0, 0) rotate(45deg);
  }
}

@keyframes stick-2-open {
  65% {
    width: 29px;
    transform: translate(0, 0) rotate(0);
  }

  100% {
    width: 29px;
    transform: translate(0, 0) rotate(45deg);
  }
}

@-webkit-keyframes stick-3-open {
  65% {
    transform: translate(0, 0) rotate(0);
  }

  100% {
    transform: translate(0, -8px) rotate(-45deg);
  }
}

@keyframes stick-3-open {
  65% {
    transform: translate(0, 0) rotate(0);
  }

  100% {
    transform: translate(0, -8px) rotate(-45deg);
  }
}

.body-menu-close .stick-1 {
  width: 3px;
  animation: stick-1-close 0.85s ease-out forwards;
}

.body-menu-close .stick-2 {
  animation: stick-2-close 0.85s ease-out forwards;
  margin-left: 0;
}

.body-menu-close .stick-3 {
  animation: stick-3-close 0.85s ease-out forwards;
}

@-webkit-keyframes stick-1-close {
  0%,
  70% {
    width: 0;
    transform: translate(0, 0);
  }

  100% {
    width: 29px;
    transform: translate(0, 0);
  }
}

@keyframes stick-1-close {
  0%,
  70% {
    width: 0;
    transform: translate(0, 0);
  }

  100% {
    width: 29px;
    transform: translate(0, 0);
  }
}

@-webkit-keyframes stick-2-close {
  0% {
    width: 29px;
    transform: translate(0, 0) rotate(45deg);
  }

  20% {
    width: 3px;
    transform: translate(0, 0) rotate(45deg);
  }

  40% {
    width: 0;
  }

  65% {
    transform: translate(0, -26px);
    animation-timing-function: cubic-bezier(0, 1, 1, 1);
  }

  80% {
    width: 0;
  }

  100% {
    width: 29px;
    transform: translate(0, 0);
  }
}

@keyframes stick-2-close {
  0% {
    width: 29px;
    transform: translate(0, 0) rotate(45deg);
  }

  20% {
    width: 3px;
    transform: translate(0, 0) rotate(45deg);
  }

  40% {
    width: 0;
  }

  65% {
    transform: translate(0, -26px);
    animation-timing-function: cubic-bezier(0, 1, 1, 1);
  }

  80% {
    width: 0;
  }

  100% {
    width: 29px;
    transform: translate(0, 0);
  }
}

@-webkit-keyframes stick-3-close {
  0% {
    width: 29px;
    transform: translate(0, -8px) rotate(-45deg);
  }

  20% {
    width: 3px;
    transform: translate(0, -8px) rotate(-45deg);
  }

  65% {
    transform: translate(0, -35px);
    animation-timing-function: cubic-bezier(0, 1, 1, 1);
  }

  90% {
    width: 3px;
  }

  100% {
    width: 29px;
    transform: translate(0, 0);
  }
}

@keyframes stick-3-close {
  0% {
    width: 29px;
    transform: translate(0, -8px) rotate(-45deg);
  }

  20% {
    width: 3px;
    transform: translate(0, -8px) rotate(-45deg);
  }

  65% {
    transform: translate(0, -35px);
    animation-timing-function: cubic-bezier(0, 1, 1, 1);
  }

  90% {
    width: 3px;
  }

  100% {
    width: 29px;
    transform: translate(0, 0);
  }
}

@-webkit-keyframes fadeZoom {
  0% {
    width: 100%;
  }

  100% {
    width: 0;
  }
}

@keyframes fadeZoom {
  0% {
    width: 100%;
  }

  100% {
    width: 0;
  }
}

.navbar-nav {
  margin-left: 8rem;
  margin-right: 8rem;
  text-align: center;
  font-size: 1rem;
  text-transform: uppercase;
}

.navbar-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.navbar-nav > ul > li {
  display: inline-block;
  vertical-align: middle;
  padding-left: 1rem;
  padding-right: 1rem;
}

.navbar-nav a {
  position: relative;
  color: #999;
  text-decoration: none;
  transition: color 0.3s cubic-bezier(0.82, 0, 0.21, 1);
}

.navbar-nav a:before {
  content: attr(data-text);
  position: absolute;
  width: 0%;
  transition: width cubic-bezier(0.82, 0, 0.21, 1) 0.3s;
  color: #e12729;
  z-index: 2;
  overflow: hidden;
}

.navbar-nav a:hover,
.navbar-nav li.active > a {
  color: #999;
}

.navbar-nav a:hover:before,
.navbar-nav li.active > a:before {
  width: 100%;
}

.navbar-nav li.active > a {
  font-weight: 700;
  color: transparent !important;
}

.menu-main li.active > a {
  color: transparent !important;
}

.navbar-nav .dropdown-toggle::after {
  display: none;
}

.navbar-nav .dropdown-menu {
  width: 25rem;
  padding: 27px 40px 22px;
  border: none;
  background: #fff;
  border-radius: 0;
  margin-top: 1.125rem;
  margin-left: -40px;
  text-transform: none;
  box-shadow: 0 15px 25px rgba(0, 0, 0, 0.05);
  position: absolute;
  left: 20px !important;
  top: 100% !important;
  transform: translate3d(0, 0, 0) !important;
}

.navbar-nav .dropdown:hover .dropdown-menu {
  animation: transform 0.3s ease-in-out forwards;
}

.navbar-nav .dropdown-menu:before {
  content: "";
  display: block;
  width: 100%;
  height: 1.125rem;
  position: absolute;
  left: 0;
  right: 0;
  top: -1.125rem;
}

@keyframes transform {
  0% {
    margin-top: 3rem;
    opacity: 0;
  }

  100% {
    margin-top: 1.125rem;
    opacity: 1;
  }
}

.navbar-nav .dropdown-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.navbar-nav .dropdown-menu ul li {
  margin-bottom: 6px;
}

.navbar-nav .dropdown-menu a {
  white-space: nowrap;
  color: #999;
}

.navbar-nav .dropdown-menu .active a {
  font-weight: 400;
}

.dropdown-menu-title {
  margin-bottom: 24px;
  text-transform: uppercase;
  color: #000;
  font-weight: 700;
}

.menu {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 990;
  background: #00000061;
  max-width: 100%;
  width: 100%;
  padding: 3.75rem 2rem 1rem;
  display: flex;
  flex-direction: column;
  transition: transform 0.4s ease-in-out;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

.body-menu-opened .menu {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

@media (min-width: 576px) {
  .menu {
    width: 16rem;
  }
}

@media (min-width: 992px) {
  .navbar-nav {
    margin-left: 15rem;
    margin-right: 15rem;
  }

  .navbar-nav > ul > li {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

@media (max-width: 575px) {
  .body-menu-opened {
    overflow: hidden;
    width: 100%;
    height: 100%;
  }
}

.hide-menu {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 100%;
  background: rgba(0, 0, 0, 0.1);
  z-index: 980;
}

.body-menu-opened .hide-menu {
  bottom: 0;
}

.menu-lang {
  font-size: 0.875rem;
  font-weight: 700;
  text-transform: uppercase;
}

.menu .menu-lang {
  padding-bottom: 4.5rem;
}

.menu-lang.float-right,
.text-right .menu-lang {
  margin-right: -1rem;
}

.menu .menu-lang-item,
.menu-lang-item {
  margin-right: 1rem;
  color: #000;
}

.menu-lang-item:hover {
  color: #e12729;
  text-decoration: none;
}

.menu-lang-item.active {
  color: #e12729;
}

.menu-lang .divider {
  margin-right: 1rem;
}

.menu-main {
  height: 100%;
  overflow-x: hidden;
  overflow-y: hidden;
}

.menu-main > ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.menu-main > ul > li {
  margin-bottom: 0.9375rem;
}

.menu-main > ul > li > a,
.menu-main > ul > li > span {
  font-size: 1.875rem;
  font-weight: 700;
  color: #000;
}

.menu-main > ul > li ul {
  padding: 1rem 0 1px 0.875rem;
  margin: 0;
  list-style: none;
}

.menu-main > ul > li ul > li {
  margin-bottom: 0.375rem;
}

.menu-main > ul > li ul > li > a,
.menu-main > ul > li ul > li > span {
  color: #999;
}

.menu-main a,
.menu-main a:hover {
  position: relative;
  text-decoration: none;
}

.menu-main a:before {
  content: attr(data-text);
  position: absolute;
  width: 0%;
  transition: width cubic-bezier(0.82, 0, 0.21, 1) 0.3s;
  color: #e12729;
  z-index: 2;
  overflow: hidden;
  white-space: nowrap;
}

.menu-main a:hover:before,
.menu-main li.active > a:before {
  width: 15px;
}

.menu-footer {
  padding-top: 2rem;
}

.menu-copyright {
  /* margin-top: 30%; */
  font-size: 0.875rem;
  line-height: 1.71428571;
  color: #ffffffa8;
  text-transform: uppercase;
}

.menu-copyright strong {
  color: #ffffffa8 !important;
}

@media (max-height: 380px) {
  .menu-footer {
    display: none;
  }
}

.header-custom {
  padding-top: 3rem;
}

.header-absolute {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  z-index: 900;
}

.nav-logo {
  margin-top: -2.3125rem;
  margin-bottom: -2.3125rem;
  display: block;
}

.header-custom .menu-lang,
.header-custom .social {
  margin-top: 0.5rem;
}

.header-custom .social a {
  color: #999;
}

.header-custom .navbar-nav a {
  color: #000;
}

.header-custom .menu-lang {
  font-size: 1rem;
  font-weight: 400;
  color: #ccc;
}

.header-custom .menu-lang a {
  color: #999;
}

.header-custom .menu-lang a.active {
  color: #000;
}

.header-custom .menu-lang a:hover {
  color: #e12729;
}

@media (min-width: 768px) {
  .header-custom {
    padding-top: 5rem;
  }
}

.promo-zoom {
  position: relative;
  z-index: 100;
}

.mountains {
  position: fixed;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  background: url(../../index.html) 50% 100% no-repeat;
  background-size: cover;
}

.house-left {
  position: fixed;
  width: 28.958333%;
  height: 59.16666666%;
  bottom: 0;
  left: 0;
  z-index: 20;
  background: url(../../index.html) 0 100% no-repeat;
  background-size: contain;
}

.house-right {
  position: fixed;
  width: 62.76041667%;
  height: 60%;
  bottom: 0;
  right: 0;
  z-index: 30;
  background: url(../../index.html) 100% 100% no-repeat;
  background-size: contain;
}

.step-opacity {
  position: absolute;
  left: 0;
  top: 85%;
}

.promo-zoom-titles {
  position: fixed;
  top: 30%;
  left: 10%;
  right: 10%;
  z-index: 40;
  text-align: center;
}

.top-title {
  margin-bottom: 1.25rem;
  font-size: 1.125rem;
  text-transform: uppercase;
  letter-spacing: 0.5625rem;
  color: #666;
}

.promo-screen-titles h1,
.promo-zoom-titles h1 {
  font-size: 11.11111111vmin;
  font-weight: 700;
}

.text-texture {
  display: inline-block;
  background-image: url(../../index.html);
  background-position: 50% 50%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.text-texture > .inside {
  display: inline-block;
  mix-blend-mode: lighten;
  background: #fff;
}

.promo-screen-titles .slogan,
.promo-zoom-titles .slogan {
  margin-top: 1.125rem;
  font-size: 1.25rem;
  color: #666;
  line-height: 1.5;
}

.brand .text-texture {
  background-image: linear-gradient(to bottom, #ff7c00, red);
  display: inline-block;
  vertical-align: middle;
  width: 4.75rem;
  height: 3.125rem;
}

.section {
  padding-top: 6rem;
  padding-bottom: 4rem;
}

.section-content {
  padding-top: 6rem;
}

.section-item {
  text-align: center;
}

.section-item + .section-item {
  margin-top: 4rem;
}

.page-content {
  background: #fff;
  padding-top: 12%;
  position: relative;
  z-index: 100;
}

@media (min-width: 768px) {
  .page-content {
    padding-top: 8.75rem;
  }
}

.section-mini {
  padding-top: 6rem;
}

.section-centered {
  display: flex;
  align-items: center;
}

.section-centered > div {
  width: 100%;
}

.full-image,
.full-image-dark {
  min-height: 100vh;
  background-size: cover;
  background-position: 50% 0;
  background-repeat: no-repeat;
  position: relative;
}

.full-image-dark:before {
  content: "";
  z-index: 10;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: #000;
  opacity: 0.3;
}

.full-image-dark > div {
  z-index: 100;
  position: relative;
}

@media (min-width: 768px) {
  .section-item + .section-item {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .section {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .section-content {
    padding-bottom: 2rem;
  }

  .section-mini {
    padding-top: 2rem;
  }
}

.section-last {
  padding-bottom: 0;
}

.section-item-title {
  margin-bottom: 1.875rem;
  font-size: 1.5rem;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.375rem;
  line-height: 1.5;
}

.section-item-title,
.section-item-title a {
  color: #007f4e;
}

.section-item-title-sm {
  font-size: 1.125rem;
  letter-spacing: 0.5em;
}

.section-item-title-md {
  font-size: 1.25rem;
  letter-spacing: 0.25em;
}

.promo-about {
  padding-top: 9rem;
  padding-bottom: 6rem;
  line-height: calc(100vh - 15rem);
}

.promo-about .about {
  position: relative;
  top: 300px;
  opacity: 0;
  transition: all 0.5s ease-in-out;
}

@media (min-width: 768px) {
  .promo-about {
    padding-top: 3rem;
    padding-bottom: 3rem;
    line-height: calc(100vh - 6rem);
  }
}

.about {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  line-height: 1.5;
}

.rounded-logo {
  width: 15rem;
  height: 15rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.rounded-logo svg {
  transform: rotate(170deg);
  text-transform: uppercase;
  letter-spacing: 5px;
  word-spacing: 4px;
  font-weight: 700;
  fill: #999;
}

.rounded-logo .logo {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  margin: 0 auto;
  text-align: center;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.rounded-logo-sm {
  width: 7.125rem;
  height: 7.125rem;
}

.rounded-logo-sm .logo {
  margin-top: 0.25rem;
  font-size: 2.5rem;
}

.rounded-logo-md {
  width: 14.125rem;
  height: 14.125rem;
}

.rounded-logo-md .logo {
  font-size: 4.8125rem;
}

.rounded-logo-lg {
  width: 17rem;
  height: 17rem;
}

.rounded-logo-lg .logo {
  font-size: 6.125rem;
}

.rounded-logo.stamp {
  width: 14.125rem;
  height: 14.125rem;
  position: absolute;
  left: 0;
  bottom: -3rem;
}

.rounded-logo.stamp svg {
  transform: rotate(150deg);
}

.rounded-logo.font-custom svg {
  letter-spacing: 0.1em;
  word-spacing: 2px;
}

.about-logo {
  margin-bottom: 6.25rem;
}

.about-title {
  font-size: 2.25rem;
  font-weight: 700;
}

.about-descr {
  margin-top: 1.875rem;
  font-size: 1.5rem;
  line-height: 1.5;
}

.flash-descr,
.services-descr {
  line-height: 1.3;
  font-size: 1.2rem;
}

.service-item {
  margin-top: 0;
  display: block;
}

.services-section .underline {
  right: 20px;
  bottom: 20px;
  position: absolute;
}

div.service-item {
  text-decoration: none;
  color: #000;
  background: #f8f9fa;
  border: 1px solid #dee2e6;
  height: 690px;
  position: relative;
}

a.service-item .service-item-descr {
  padding: 10px;
}

.services-letter {
  overflow: hidden;
  position: relative;
  font-size: 13.75rem;
  font-weight: 900;
  line-height: 1.25;
}

.services-letter .mask {
  position: absolute;
  z-index: 10;
  width: 200%;
  background: -webkit-linear-gradient(
    left,
    rgba(255, 255, 255, 0),
    #fff 50%,
    #fff
  );
  background: linear-gradient(to right, rgba(255, 255, 255, 0), #fff 50%, #fff);
  height: 100%;
  top: 0;
  left: 100%;
}

.letter-p .text-texture {
  background-image: url(../../index.html);
  background-position: 50% 30%;
}

.letter-m .text-texture {
  background-image: url(../../index.html);
  background-position: 50% 30%;
}

.letter-c .text-texture {
  background-image: url(../../index.html);
  background-position: 50% 30%;
}

.letter-s .text-texture {
  background-image: url(../../index.html);
  background-position: 50% 30%;
}

.letter-g .text-texture {
  background-image: url(../../index.html);
  background-position: 50% 30%;
}

.letter-w .text-texture {
  background-image: url(../../index.html);
  background-position: 50% 30%;
}

.letter-a .text-texture {
  background-image: url(../../index.html);
  background-position: 50% 30%;
}

.service-item-title {
  font-size: 1.2rem;
  font-weight: 700;
  margin-top: 30px;
}

.service-item-title a,
a .service-item-title {
  color: #000;
  text-decoration: none;
}

.service-item-title a:hover,
a:hover .service-item-title {
  color: #007f4e;
}

.service-item-descr {
  margin: 10px;
  line-height: 29.2px;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -50px, 0);
    transform: translate3d(0, -50px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -50px, 0);
    transform: translate3d(0, -50px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.services-3d .row > div {
  display: flex;
}

.services-3d .service-item {
  position: relative;
  padding: 2.875rem 1.75rem 10.3125rem;
  margin-top: 2.5rem;
  overflow: hidden;
  background-color: transparent;
  transition: all 0.3s ease-in-out;
}

.services-3d .service-item:hover {
  background-color: #f3f4f6;
}

.services-3d .service-item .services-letter {
  opacity: 1;
  transition: all 0.3s ease-in-out;
}

.services-3d .service-item > * {
  position: relative;
  z-index: 200;
}

.services-3d .service-item > div.service-item-photo {
  position: absolute;
  z-index: 100;
}

.services-3d .service-item-photo {
  opacity: 0;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 100%;
  -webkit-transform: translate(0, -3rem);
  transform: translate(0, -3rem);
  transition: all 0.5s ease-in-out;
}

@media (min-width: 768px) {
  .services-3d .service-item:hover .service-item-photo {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  .services-3d .service-item:hover .services-letter {
    opacity: 0;
  }
}

.services-3d .service-item .btn {
  position: absolute;
  bottom: 4.375rem;
  left: 50%;
  white-space: nowrap;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.services-3d .service-item-title a:hover,
.services-3d a:hover .service-item-title {
  color: #000;
}

.projects {
  padding-bottom: 3rem;
}

@media (min-width: 768px) {
  .projects {
    padding-bottom: 10.9375rem;
  }
}

.projects .section-item-title {
  margin-bottom: 5.625rem;
}

.carousel-container {
  position: relative;
  margin-left: -3.2rem;
  margin-right: -3.2rem;
  padding-left: 3.2rem;
  padding-right: 3.2rem;
  overflow: hidden;
}

.carousel-container .mask {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 100%;
  z-index: 100;
  width: 100%;
  background: #fff;
  animation-fill-mode: forwards;
}

.project-carousel-item {
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 70%;
  position: relative;
  text-align: left;
}

.project-carousel-photo,
.project-listing-photo,
.project-metro-photo {
  position: absolute;
  z-index: 10;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.project-metro-photo {
  z-index: 300;
}

.project-list-listing a,
.project-list-masonry a {
  color: #000;
  text-decoration: none;
}

.project-list-listing a:hover .project-listing-title,
.project-list-masonry a:hover .project-masonry-title {
  color: #e12729;
}

.project-listing-detail {
  margin-top: 2.25rem;
}

.project-listing-title {
  font-size: 2.25rem;
  font-weight: 700;
  letter-spacing: -0.025em;
}

.project-metro-title {
  font-size: 3rem;
  font-weight: 400;
}

.project-masonry-detail {
  margin-top: 24px;
}

.project-masonry-title {
  font-size: 1.875rem;
  font-weight: 700;
  letter-spacing: -0.025em;
}

.project-parallax-detail {
  margin-bottom: 46px;
  font-size: 1.125rem;
  text-transform: uppercase;
  letter-spacing: 0.025em;
}

.project-piling-title {
  font-size: 9.25925926vmin;
  line-height: 1;
  letter-spacing: -0.025em;
  font-weight: 400;
}

.project-piling-title a:hover {
  text-decoration: underline !important;
}

.project-list-piling .footer {
  background: #2c1a6a;
}

.project-carousel-date,
.project-carousel-detail,
.project-metro-date,
.project-metro-detail {
  position: absolute;
  z-index: 20;
  left: 2.5rem;
  right: 2rem;
  bottom: 5rem;
  color: #fff;
}

.project-carousel-date,
.project-metro-date {
  bottom: auto;
  top: 2rem;
}

.project-carousel-detail {
  opacity: 0;
  transition: opacity 0.5s 0.5s ease-in-out;
}

.owl-item.active .project-carousel-detail {
  animation: fadeInDown 0.5s ease-out forwards;
  animation-delay: 0.5s;
  opacity: 1;
}

.project-carousel-title {
  margin-top: 0.875rem;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.1;
}

.project-carousel-more {
  position: absolute;
  opacity: 0;
  z-index: 30;
  left: 2.5rem;
  bottom: 1.5rem;
  transition: opacity 0.5s 1.1s ease-in-out;
}

.owl-item.active .project-carousel-more {
  animation: fadeInUp 0.35s ease-out forwards;
  animation-delay: 1.1s;
  opacity: 1;
}

.project .owl-theme .owl-nav {
  margin-top: 0;
}

.more-total {
  margin-top: 4.375rem;
  font-weight: 700;
  text-transform: uppercase;
}

.more-total a {
  color: #000;
  text-decoration: underline;
}

.more-total a:hover {
  text-decoration: none;
}

.more-total-lg {
  margin-top: 8.125rem;
}

.owl-theme .owl-nav [class*="owl-"] {
  padding: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.owl-theme .owl-nav [class*="owl-"].disabled {
  cursor: default;
}

.owl-theme .owl-nav [class*="owl-"],
.owl-theme .owl-nav [class*="owl-"]:hover {
  background: 0 0;
  background-color: transparent;
}

.owl-prev {
  left: -3rem;
}

.owl-next {
  right: -3rem;
}

.nav-inside.owl-theme .owl-nav {
  margin-top: 0;
}

.nav-inside .owl-prev {
  left: 15px;
}

.nav-inside .owl-next {
  right: 15px;
}

.nav-square.owl-theme .owl-nav [class*="owl-"] {
  width: 3.75rem;
  height: 3.75rem;
  border: #333 1px solid;
  background: 0 0;
  margin: 0;
  border-radius: 0;
  transition: all 0.3s ease-in-out;
}

.nav-square.owl-theme .owl-nav [class*="owl-"]:hover:not(.disabled) {
  background: #333;
}

.nav-square .arrow {
  position: relative;
  width: 0.875rem;
  height: 1.5rem;
}

.nav-square .arrow-bottom,
.nav-square .arrow-top {
  background-color: #333;
}

.nav-square .arrow-bottom:after,
.nav-square .arrow-top:after {
  background-color: #fff;
}

.nav-white-red.owl-theme .owl-nav [class*="owl-"] {
  border-color: #fff;
  background: #fff;
}

.nav-white-red.owl-theme .owl-nav [class*="owl-"]:hover:not(.disabled) {
  background: #e12729;
  border-color: #e12729;
}

.nav-white-orange.owl-theme .owl-nav [class*="owl-"] {
  border-color: #fff;
}

.nav-white-orange.owl-theme .owl-nav [class*="owl-"]:hover:not(.disabled) {
  background: #e12729;
  border-color: #e12729;
}

.nav-white-orange .arrow-bottom,
.nav-white-orange .arrow-top {
  background-color: #fff;
}

@media (min-width: 1600px) {
  .nav-inside .owl-prev {
    left: 3.75rem;
  }

  .nav-inside .owl-next {
    right: 3.75rem;
  }
}

.arrow {
  height: 3.125rem;
  width: 1.875rem;
  margin-left: auto;
  margin-right: auto;
}

.arrow-bottom,
.arrow-top {
  background-color: #ccc;
  height: 2px;
  left: -10%;
  position: absolute;
  top: 50%;
  width: 100%;
}

.arrow-bottom:after,
.arrow-top:after {
  background-color: #e12729;
  content: "";
  height: 100%;
  position: absolute;
  top: 0;
  transition: all 0.15s;
}

.arrow-top {
  transform: rotate(45deg);
  transform-origin: bottom right;
}

.arrow-top:after {
  left: 100%;
  right: 0;
  transition-delay: 0s;
}

.arrow-bottom {
  transform: rotate(-45deg);
  transform-origin: top right;
}

.arrow-bottom:after {
  left: 0;
  right: 100%;
  transition-delay: 0.15s;
}

.owl-next:not(.disabled):hover .arrow-top:after,
.owl-prev:not(.disabled):hover .arrow-top:after {
  left: 0;
  transition-delay: 0.15s;
}

.owl-next:not(.disabled):hover .arrow-bottom:after,
.owl-prev:not(.disabled):hover .arrow-bottom:after {
  right: 0;
  transition-delay: 0s;
}

.arrow:active {
  transform: scale(0.9);
}

.owl-prev .arrow {
  transform: scaleX(-1);
}

.owl-prev .arrow:active {
  transform: scaleX(-1) scale(0.9);
}

.dots-md {
  margin-bottom: 12.5rem;
}

.dots-md.owl-theme .owl-dots,
.dots-md.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 5.625rem;
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
}

.dots-md.owl-theme .owl-dots .owl-dot {
  vertical-align: middle;
}

.owl-theme .owl-dots .owl-dot:focus {
  outline: 0;
}

.owl-theme .owl-dots .owl-dot span {
  width: 15px;
  height: 15px;
  background: 0 0;
  border: transparent 1px solid;
  position: relative;
  margin: 5px;
}

.dots-md.owl-theme .owl-dots .owl-dot span {
  width: 1.5rem;
  height: 1.5rem;
}

.owl-theme .owl-dots .owl-dot:hover span {
  background: 0 0;
}

.owl-theme .owl-dots .owl-dot.active span {
  border-color: #e12729;
  background-color: transparent;
}

.owl-theme .owl-dots .owl-dot span:before {
  content: "";
  display: block;
  width: 3px;
  height: 3px;
  border-radius: 3px;
  background: #000;
  position: absolute;
  left: 50%;
  margin-left: -1.5px;
  top: 50%;
  margin-top: -1.5px;
}

.dots-md.owl-theme .owl-dots .owl-dot span:before {
  width: 4px;
  height: 4px;
  margin-left: -2px;
  margin-top: -2px;
}

.owl-theme .owl-dots .owl-dot.active span:before,
.owl-theme .owl-dots .owl-dot:hover span:before {
  background-color: #e12729;
}

.reviews-carousel-sm.owl-theme .owl-dots .owl-dot span:before {
  background-color: #fff;
}

.reviews-carousel-sm.owl-theme .owl-dots .owl-dot.active span:before,
.reviews-carousel-sm.owl-theme .owl-dots .owl-dot:hover span:before {
  background-color: #e12729;
}

.reviews-carousel-sm.owl-theme .owl-dots .owl-dot.active span {
  border-color: #e12729;
}

@media (min-width: 1400px) {
  .carousel-container {
    margin-left: -7.5rem;
    margin-right: -7.5rem;
    padding-left: 7.5rem;
    padding-right: 7.5rem;
  }

  .owl-prev {
    left: -7rem;
  }

  .owl-next {
    right: -7rem;
  }
}

@media (min-width: 768px) {
  .project-carousel-item {
    padding-bottom: 44.44444444%;
  }

  .project-carousel-date,
  .project-carousel-detail,
  .project-metro-date {
    left: 3.75rem;
    right: auto;
    top: auto;
    bottom: 2.625rem;
    max-width: 60%;
    color: #fff;
  }

  .project-carousel-date,
  .project-metro-date {
    bottom: auto;
    top: 2.625rem;
  }

  .project-carousel-title {
    font-size: 2.6rem;
  }

  .project-carousel-more {
    left: auto;
    right: 3.4375rem;
    bottom: 3.25rem;
  }
}

@media (max-width: 767px) {
  .project-carousel-item .btn {
    padding: 7px 12px;
  }

  .owl-prev {
    left: -0.5rem;
  }

  .owl-next {
    right: -0.5rem;
  }

  .carousel-container {
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
  }
}

.clients {
  background: url(../images/bg-clients.gif) 50% 0 no-repeat;
  background-size: cover;
}

.testimonial {
  background: url(../images/bg-testimonial.png) 50% 0 no-repeat;
  background-size: cover;
}

.testimonial .owl-theme .owl-dots,
.testimonial .owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 3.75rem;
}

.reviews-carousel-container {
  background: #fff;
  padding-top: 2.8125rem;
  padding-bottom: 5.875rem;
  padding-left: 3rem;
  padding-right: 3rem;
  margin-top: 5rem;
}

.carousel-center-v.owl-carousel .owl-stage {
  display: flex;
  align-items: center;
}

.reviews-carousel-text {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.33333333;
  text-align: justify;
}

.testimonial .reviews-carousel-text {
  letter-spacing: -0.025em;
  font-weight: 400;
  font-size: 20px;
  font-family: Karla;
  line-height: 30px;
}

.reviews-carousel-author {
  margin-top: 3rem;
  font-size: 1.125rem;
  text-transform: uppercase;
}

.reviews-carousel-author:after,
.reviews-carousel-author:before {
  content: "-";
  margin: 0 0.625rem;
  color: #999;
}

.reviews-carousel-sm .reviews-carousel-item {
  min-height: 22.5rem;
}

.reviews-carousel-sm .reviews-carousel-item > .inside {
  vertical-align: top;
}

.reviews-carousel-sm .reviews-carousel-author {
  text-transform: uppercase;
  font-weight: 700;
}

.reviews-carousel-sm .reviews-carousel-author:after,
.reviews-carousel-sm .reviews-carousel-author:before {
  display: none;
}

.reviews-carousel-author-status {
  margin-top: 0.5rem;
  font-size: 1rem;
  font-weight: 400;
}

.home-piling .reviews-carousel-author-status {
  color: #9cc;
}

.home-piling .reviews-carousel-author-status .text-grey-light {
  color: #699;
}

.reviews-carousel-sm .owl-dots {
  margin-left: -5px;
  text-align: left;
}

@media (min-width: 992px) {
  .reviews-carousel-text {
    font-size: 18px;
    letter-spacing: -0.25px;
    line-height: 28px;
    font-family: karla, sans-serif;
    font-weight: 400;
  }

  .reviews-carousel-sm .reviews-carousel-text {
    font-size: 18px;
    letter-spacing: -0.25px;
    line-height: 28px;
    font-family: karla, sans-serif;
    font-weight: 400;
  }

  .reviews-carousel-container {
    padding-left: 8.75rem;
    padding-right: 8.75rem;
  }
}

.partner-list {
  margin-top: 0;
  text-align: center;
}

.partner-item {
  display: flex;
  text-align: center;
}

.partner-item img {
  opacity: 1;
  transition: all 0.3s ease-in-out;
}

.partner-item .inside:hover img,
.partner-item a:hover img,
.partner-item img:hover {
  opacity: 0.4;
}

.partner-bordered .partner-item {
  margin: 0 -1px -1px 0;
  border: #eaeaea 1px solid;
  min-height: 100px;
}

.partner-item > .inside {
  padding: 1.5rem 1rem;
  align-self: center;
  display: block;
  width: 100%;
}

.partner-item {
  flex: 0 0 33.33333333%;
  max-width: 33.33333333%;
}

.partner-item img {
  max-width: 100%;
}

@media (min-width: 768px) {
  .partner-item {
    flex: 0 0 20%;
    max-width: 20%;
  }
}

.article-list {
  margin-top: 6.25rem;
}

.article-list > div {
  display: flex;
}

.article-item {
  width: 100%;
  margin-bottom: 30px;
  position: relative;
  text-align: left;
  display: flex;
  flex-direction: column;
}

a.article-item {
  color: #000;
  text-decoration: none;
}

.article-item-photo {
  margin-bottom: 2rem;
  height: 0;
  padding-bottom: 62.16216216%;
  position: relative;
  overflow: hidden;
}

.article-item-photo img {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.article-item-masonry {
  margin-bottom: 10px;
  display: block;
  position: relative;
}

.article-item-masonry,
.article-item-masonry:hover {
  color: #fff;
}

.article-item-masonry .article-item-photo {
  margin-bottom: 0;
  height: auto;
  padding-bottom: 0;
}

.article-item-masonry .article-item-photo img {
  position: relative;
  z-index: 100;
  width: 100%;
  height: auto;
}

.article-item-masonry .article-item-photo:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 150;
  opacity: 0.6;
  background: -webkit-linear-gradient(
    bottom,
    rgba(0, 0, 0, 0.75),
    rgba(0, 0, 0, 0) 70%
  );
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.75),
    rgba(0, 0, 0, 0) 70%
  );
  transition: all 0.3s ease-in-out;
}

.article-item-masonry:hover .article-item-photo:before {
  opacity: 0;
}

.article-list-listing .article-item {
  display: block;
  margin-bottom: 4.625rem;
}

.article-list-listing .article-item-photo {
  padding-bottom: 51.94805195%;
  margin-bottom: 2.125rem;
}

.article-list-listing .article-item-title {
  margin-bottom: 0.375rem;
  font-size: 1.5rem;
  line-height: 1.41666667;
  letter-spacing: -0.025em;
}

.article-item-info {
  color: #999;
}

.article-item-info a {
  color: #000;
}

.article-item-info a:hover {
  color: #e12729;
  text-decoration: none;
}

.article-item-descr {
  margin-top: 1.375rem;
  line-height: 1.625;
}

.article-item-detail {
  position: absolute;
  left: 0;
  right: 0;
  top: auto;
  bottom: 0;
  z-index: 250;
  padding: 2.5rem;
}

.article-item-mask {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 200;
  background: #000;
  opacity: 0.1;
  transition: all 0.3s ease-in-out;
}

.article-item-masonry:hover .article-item-mask {
  opacity: 0.5;
}

.article-item-masonry .article-item-title {
  font-size: 1.5rem;
  line-height: 1.41666667;
}

.article-item-masonry:hover .article-item-title {
  text-decoration: underline;
}

.zooming {
  overflow: hidden;
}

.zooming img {
  transform: scale(1);
  transition: all 1s linear;
}

.zooming:hover img,
a:hover .zooming img {
  transform: scale(1.08);
}

.article-item-category {
  margin-bottom: 0.625rem;
  font-size: 0.875rem;
  text-transform: uppercase;
}

.article-item-category,
.article-item-category a {
  color: #e12729;
}

.article-item-category-dark {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 10px;
  background: #333;
  padding: 1px 8px 0;
  color: #fff;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.025em;
  font-weight: 700;
}

.article-item-title {
  flex: 1 1 auto;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.36363636;
  letter-spacing: -0.5px;
}

.article-item-title a,
.article-item-title a:hover {
  color: #000;
}

.article-item-date {
  margin-top: 1.875rem;
}

.article-item-masonry .article-item-date {
  margin-top: 1.125rem;
}

.article-list-mini {
  margin-top: 1.75rem;
}

.article-item-mini {
  margin-bottom: 1.25rem;
}

.article-item-mini .article-item-photo {
  display: block;
  padding-bottom: 71.08433735%;
  margin-top: 0.25rem;
  margin-bottom: 0;
  width: 5.25rem;
}

.article-item-mini .article-item-title {
  margin-bottom: 0;
  font-size: 0.875rem;
  line-height: 1.42857143;
}

.article-item-mini .article-item-title a:hover {
  text-decoration: none;
}

.article-item-mini .article-item-date {
  margin-top: 0.25rem;
  color: #999;
  font-size: 0.875rem;
}

.promo-zoom-footer {
  overflow: hidden;
}

.promo-zoom-footer .inside {
  margin-left: -10%;
  margin-right: -10%;
}

@media (min-width: 768px) {
  .promo-zoom-footer .inside {
    margin-left: 0;
    margin-right: 0;
  }
}

.horizontal-nav {
  width: 100%;
  position: fixed;
  z-index: 300;
  bottom: 5.55555556vmin;
  left: 0;
}

.horizontal-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.horizontal-nav li {
  float: left;
  height: 2px;
  width: 3rem;
  background: #e12729;
  overflow: hidden;
  transition: background 0.5s ease-in-out;
  position: relative;
}

.horizontal-nav li:before {
  content: "";
  display: block;
  width: 0;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #e12729;
}

.horizontal-nav li.active:before {
  animation: navWidth 0.5s ease-in-out forwards;
}

@-webkit-keyframes navWidth {
  0% {
    width: 0;
  }

  100% {
    width: 100%;
  }
}

@keyframes navWidth {
  0% {
    width: 0;
  }

  100% {
    width: 100%;
  }
}

.horizontal-nav li.active,
.horizontal-nav li.active ~ li {
  background: #ccc;
}

.horizontal-nav li:before {
  width: 100%;
}

.horizontal-nav li.active ~ li:before {
  width: 0%;
}

.horizontal-controls {
  position: absolute;
  right: 15px;
  bottom: -0.625rem;
}

@media (min-width: 992px) {
  .horizontal-nav li {
    width: 6.25rem;
  }
}

@media (min-width: 1600px) {
  .horizontal-controls {
    right: 3.75rem;
  }
}

.horizontal-controls button {
  border: none;
  background: 0 0;
  padding: 0;
  margin: 0;
  color: #999;
  font-weight: 700;
  text-transform: uppercase;
  transition: all 0.2s ease-in-out;
}

.horizontal-controls button:hover {
  color: #000;
}

.horizontal-controls .divider {
  margin-left: 1.625rem;
  margin-right: 1.625rem;
  font-weight: 400;
  color: #ccc;
}

.home-horizontal .section {
  transition: transform 1.5s ease-in-out;
}

.home-horizontal .active + .section {
  transform: translate3d(30%, 0, 0) !important;
}

.home-horizontal .section.active {
  transform: translate3d(0, 0, 0);
}

.pp-scrollable {
  overflow-x: hidden;
  overflow-y: auto;
}

.slide {
  background: #fff;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 0;
  padding-bottom: 0;
  min-height: 100vh;
}

.slide-container {
  position: relative;
  min-height: 100vh;
  padding-top: 9rem;
  padding-bottom: 4rem;
}

@media (min-width: 992px) {
  .slide-container {
    padding-top: 15vmin;
    padding-bottom: 7vmin;
  }
}

@media (min-width: 1400px) {
  .slide-container {
    padding-top: 18.666667vmin;
  }
}

.slide-dark {
  background-color: #0c0c0c;
  color: #fff;
}

.slide-container .video-container {
  display: none;
  pointer-events: none;
}

.slide-container .video-container:before {
  display: none;
}

.slide-bg,
.slide-bg > .inside {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  background-position: 70% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slideVideo > .inside {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}

.background-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* Makes sure the video covers the entire container */
  z-index: -1;
  /* Places the video behind the text */
}

.slide-bg {
  overflow: hidden;
}

.home-horizontal .slide1 .slide-bg > .inside {
  background-image: url(../../index.html);
}

.home-horizontal .slide3 .slide-bg > .inside {
  background-image: url(../../index.html);
}

.home-horizontal .slide5 .slide-bg > .inside {
  background-image: url(../../index.html);
}

.slide-container .container {
  z-index: 100;
}

.slide [class^="col-"] {
  position: static;
}

.num {
  font-size: 3.75rem;
  font-size: 5.55555556vmin;
  font-weight: 500;
  line-height: 1;
  font-family: teko, sans-serif;
}

.slide-num {
  margin-bottom: 1.5vmin;
}

@media (min-width: 1400px) {
  .slide-num {
    position: absolute;
    left: 15px;
    top: 22.22222222vmin;
  }
}

@media (min-width: 1600px) {
  .slide-num {
    left: 3.75rem;
  }
}

.slide-content {
  min-height: 50vmin;
  margin-bottom: 3vmin;
}

.slide-video-container {
  position: absolute;
  z-index: 100;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: #0000008c;
}

.home-horizontal .h1,
.home-horizontal h1 {
  margin-left: -0.25rem;
  margin-bottom: 4.07407407vmin;
  font-size: 12.03703704vmin;
  text-transform: uppercase;
  line-height: 0.92307692;
  font-weight: 400;
}

.home-horizontal .slide5 .h1,
.home-horizontal .slide5 h1 {
  font-size: 11.11111111vmin;
}

.home-horizontal .h2,
.home-horizontal h2 {
  font-size: 6.66666667vmin;
  text-transform: uppercase;
  line-height: 0.92307692;
  font-weight: 400;
}

.horizontal-top-title {
  margin-top: 0.925925926vmin;
  margin-bottom: 4.44444444vmin;
  font-size: 1.25rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  line-height: 0.92307692;
}

.slide-title-sub {
  margin-bottom: 2.12962963vmin;
  font-size: 1.875rem;
  text-transform: uppercase;
  line-height: 0.92307692;
  letter-spacing: 0.5px;
}

.slide-descr {
  color: #ddd;
  line-height: 1.3;
  font-size: 1.2rem;
}

.home-horizontal .slide2 .slide-descr {
  line-height: 1.875;
}

.home-horizontal .slide1 .slide-photo {
  position: absolute;
  height: 70.92592593%;
  left: 46.875%;
  right: 0;
  top: 13.24074074%;
  z-index: -1;
}

.home-horizontal .slide1 .slide-photo img {
  height: 100%;
  width: auto;
  max-width: none;
}

.btn-play {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  padding: 0;
  background: 0 0;
  border: #e12729 2px solid;
  width: 6.48148148vmin;
  height: 6.48148148vmin;
  min-width: 3rem;
  min-height: 3rem;
  line-height: 2.5rem;
  border-radius: 4.375rem;
  text-align: center;
  transition: all 0.3s ease-in-out;
  font-size: 1.5rem;
  color: #fff;
}

.btn-play:hover {
  background: #e12729;
  text-decoration: none;
}

.btn-play .ion-ios-play {
  margin-left: 0.25rem;
}

button.btn-play i,
button.btn-play i:before {
  display: block;
  line-height: 1;
}

a.btn-play i {
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
}

.btn-play-lg {
  border: #fff 2px solid;
  padding: 0 0 0 0.75rem;
  min-width: 6.875rem;
  min-height: 6.875rem;
  line-height: 6.2rem;
  font-size: 4.5rem;
  color: #fff;
}

.btn-play-lg:hover {
  border-color: #e12729;
}

.media-title {
  margin-top: 0.55555556vmin;
  margin-bottom: 3rem;
}

.media-title .h2,
.media-title h2 {
  margin-right: 2.375rem;
}

@media (min-width: 992px) {
  .media-title {
    display: flex;
    margin-bottom: 0;
  }
}

.horizontal-service-list {
  margin-top: 3.33333333vmin;
}

.horizontal-service-list > div {
  display: flex;
}

.horizontal-service-item {
  border: #e1e1e1 1px solid;
  padding: 3.88888889vmin 3.125rem 5.09259259vmin;
  position: relative;
  margin-top: 4.62962963vmin;
  display: flex;
  flex-direction: column;
}

.horizontal-service-item:before {
  content: "";
  display: block;
  height: 4px;
  width: 0;
  position: absolute;
  left: -1px;
  right: -1px;
  bottom: -1px;
  background: #e12729;
  transition: width 0.3s ease-in-out;
}

.horizontal-service-item:hover:before {
  width: calc(100% + 2px);
}

.horizontal-service-item .num {
  color: #ccc;
  font-weight: 400;
}

.horizontal-service-item .num,
.horizontal-service-item-photo {
  margin-bottom: 3.51851852vmin;
}

.horizontal-service-item-photo img.photo-position {
  position: absolute;
  top: -3.125rem;
  left: 55%;
  max-width: 67.83783784%;
  height: auto;
}

.horizontal-service-item-photo.photo3 img.photo-position {
  top: -3.75rem;
}

.horizontal-service-item-title {
  margin-bottom: 2.59259259vmin;
  font-size: 2.25rem;
  font-family: teko, sans-serif;
  text-transform: uppercase;
  line-height: 1.11111111;
}

.horizontal-service-item-descr {
  height: 100%;
  padding-bottom: 3.37037037vmin;
  line-height: 1.625rem;
}

.horizontal-service-item-descr,
.horizontal-service-item-title {
  position: relative;
  z-index: 100;
}

.horizontal-more-total {
  border-bottom: #000 1px solid;
  color: #000;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  text-decoration: none;
}

.slide-dark a:not(.btn),
.slide-dark a:not(.btn):hover {
  border-bottom-color: #fff;
  color: #fff;
  text-decoration: none;
}

.slide-dark a.underline {
  text-decoration: underline;
}

.home-horizontal .partner-list {
  margin-top: 6.48148148vmin;
}

.slide-contact-address {
  margin-bottom: 7.03703704vmin;
  font-size: 1.25rem;
}

.slide-contact-address,
.slide-contact-mail,
.slide-contact-phone {
  color: #999;
  display: flex;
}

.slide-contact-address i,
.slide-contact-mail i,
.slide-contact-phone i {
  padding-right: 10px;
  line-height: 30px;
  width: 35px;
}

.slide-contact-mail,
.slide-contact-phone {
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: -0.5px;
}

.slide-contact-address a,
.slide-contact-mail a,
.slide-contact-phone a {
  color: #212529;
}

.slide5 .slide-title {
  margin-bottom: 0.8125rem;
}

.slide-num {
  opacity: 0;
  transition: all 0.3s ease-in-out;
  transition-delay: 1.5s;
}

.home-horizontal .section.active .slide-num {
  opacity: 1;
}

.home-horizontal .slide-body,
.home-horizontal .slide-title {
  opacity: 0;
  transform: translateX(-200px);
  transition: all 0.5s ease-in-out;
}

.home-horizontal .slide-body {
  transition-delay: 0.2s;
}

.home-horizontal .active + .section .slide-body,
.home-horizontal .active + .section .slide-title {
  opacity: 0;
  transform: translateX(400px);
}

.home-horizontal .section.active .slide-body,
.home-horizontal .section.active .slide-title {
  opacity: 1;
  transform: translateX(0);
}

.home-horizontal .active + .section .slide-title,
.home-horizontal .section.active .slide-title {
  transition-delay: 0.7s;
}

.home-horizontal .active + .section .slide-body,
.home-horizontal .section.active .slide-body {
  transition-delay: 0.9s;
}

.home-horizontal .slide-note {
  opacity: 0;
  transition: all 0.5s ease-in-out;
  transition-delay: 1.2s;
}

.home-horizontal .section.active .slide-note {
  opacity: 1;
}

.slide-bg > .inside {
  transition: transform 0.8s ease-in-out;
  transform: scale(1.08);
  transition-delay: 0.8s;
}

.section.active .slide-bg > .inside {
  transform: scale(1);
}

.dark-horizontal .copyright-fixed,
.dark-horizontal .establised,
.dark-horizontal .header,
.dark-horizontal .navbar-nav > ul > li > a,
.dark-horizontal .social-fixed a,
.dark-horizontal .social-rounded-fixed a {
  color: #fff;
}

.dark-horizontal #pp-nav span,
.dark-horizontal .pp-slidesNav span,
.dark-horizontal .stick {
  background: #fff;
}

.dark-horizontal .horizontal-nav li.active,
.dark-horizontal .horizontal-nav li.active ~ li {
  background: #000;
}

.dark-horizontal .horizontal-controls button {
  color: #000;
}

.dark-horizontal .horizontal-controls button:hover {
  color: #fff;
}

.dark-horizontal .social-rounded-fixed a {
  background-color: #007f4e;
}

/* .dark-horizontal .social-rounded-fixed a:hover {
    background-color: #E12729 !important
} */

.home-piling .section,
.project-list-piling .section {
  transition: transform 1.2s ease-in-out;
  position: relative;
  z-index: 10;
}

.a-pagepiling.home-piling .section,
.a-pagepiling.project-list-piling .section {
  position: absolute;
}

.project-list-piling.a-pagepiling .section {
  position: absolute;
}

.home-piling .active + .section,
.project-list-piling .active + .section {
  transform: translate3d(0, 20%, 0) !important;
}

.home-piling .section.active,
.project-list-piling .section.active {
  transform: translate3d(0, 0, 0);
}

@media (max-width: 575px) {
  .home-piling .container {
    padding-right: 45px;
  }
}

#pp-nav.right {
  right: 15px;
}

@media (min-width: 1600px) {
  #pp-nav.right {
    right: 0.75rem;
  }
}

#pp-nav li,
.pp-slidesNav li {
  height: 24px;
  margin: 6px 0;
  width: 24px;
}

#pp-nav li a,
.pp-slidesNav li a {
  border: 1px solid transparent;
  border-radius: 20px;
}

#pp-nav li a.active,
.pp-slidesNav li a.active {
  border-color: #007f4e;
}

#pp-nav span,
.pp-slidesNav span {
  width: 6px;
  height: 6px;
  border: none;
  background: #999 !important;
  left: 8px;
  top: 8px;
}

#pp-nav li a.active span,
#pp-nav li a:hover span,
.pp-slidesNav li a.active span,
.pp-slidesNav li a:hover span {
  background: #007f4e;
}

.home-piling .h1,
.home-piling h1 {
  margin-left: -0.25rem;
  margin-bottom: 3vmin;
  font-size: 10.18518519vmin;
  line-height: 1;
}

.home-piling .slide1 {
  background: #1f5152;
}

.home-piling .slide1 .slide-bg > .inside {
  /* background-image: url(../images/bg-piling1.jpg) */
}

.home-piling .slide-bg-circle > .inside {
  background-image: url(../images/piling-pic2.png);
  background-color: #f6f6f6;
}

.home-piling .slide5 .slide-bg > .inside {
  background-image: url(../images/bg-piling5.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  transform: unset !important;
}

.home-piling .slide7 .slide-bg > .inside {
  background-image: url(../images/bg-clients.gif);
}

.home-piling .slide8 {
  background-image: url("../images/footerBg.jpg");
  color: white;
}

.home-piling .slide8 ul li a {
  font-size: 16px;
  color: white;
}

.home-piling .slide8 .footerLogo {
  width: 80%;
}

.home-piling .slide8 .row1 ul {
  list-style: none;
  line-height: 35px;
  margin-left: -30px;
}

.home-piling .slide8 .row2 ul {
  list-style: none;
  display: flex;
}

.home-piling .slide8 .row2 h5 {
  margin-bottom: 20px;
}

.home-piling .slide8 .row2 ul li {
  margin: 0 16px;
}

.home-piling .slide8 h4,
.home-piling .slide8 h5 {
  font-family: "NanumGothic-ExtraBold.ttf";
}

.home-piling .slide8 p {
  font-size: 16px;
  font-family: "NanumGothic-Bold.ttf";
}

.home-piling .slide8 div.hr {
  width: 100%;
  height: 1px;
  background-color: #ffffff73;
  margin-top: 20px;
  margin-bottom: 50px;
}

.home-piling .slide8 .row2 ul li a {
  font-size: 30px;
  text-decoration: none;
}

.home-piling .slide8 .slide-container {
  padding-top: 150px !important;
  padding-bottom: 0px !important;
  padding-left: 120px;
  padding-right: 120px;
}

.home-piling .slide8 iframe {
  border-radius: 5px;
  height: 300px;
}
.home-piling .slide8 .container {
  max-width: 1700px !important;
}

.home-piling .slide1 .slide-title-sub {
  font-size: 1.5rem;
  line-height: 1;
  font-weight: 700;
}

.home-piling .slide1 .slide-title-para {
  font-size: 1.8rem;
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: capitalize;
}

.home-piling .slide1 .slide-title-hed {
  font-size: 3.8rem;
  margin-top: 190px;
}

.fwNormal {
  font-weight: normal !important;
}

.home-piling .h2,
.home-piling h2 {
  margin-bottom: 6.11111111vmin;
  font-size: 5vmin;
  font-weight: 400;
  line-height: 1.14;
  letter-spacing: 3px;
}

.solution-num {
  margin-right: 1rem;
  margin-top: 0.25rem;
  background-image: url(../images/bg-letter-solution.jpg);
  background-size: cover;
  font-size: 37.03703704vmin;
  font-family: butler stencil bold;
  line-height: 0.75;
}

.solution-num > .inside {
  background: #f6f6f6;
}

.solution-num-title {
  margin-top: 3vmin;
  font-size: 1.5rem;
  text-transform: uppercase;
}

.solution-num,
.solution-num-title {
  display: inline-block;
  margin-bottom: 5vmin;
}

@media (min-width: 992px) {
  .solution-num,
  .solution-num-title {
    margin-bottom: 0;
    margin-right: 0;
  }

  .solution-num-title {
    display: block;
    margin-top: 23.7037037vmin;
  }
}

.slide2 .ornament {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: -1;
  transform: translate3d(-80px, 0, 0);
  overflow: hidden;
}

.slide2 .ornament > .inside {
  display: block;
  width: 88.51851852vmin;
  height: 44.25925926vmin;
  background: #f4e9db;
  border-radius: 50% 50% 0 0/100% 100% 0 0;
  position: absolute;
  left: -80px;
  bottom: 0;
}

.solution-collapse-item {
  margin-bottom: 2rem;
}

.solution-collapse-item-title {
  font-size: 1.625rem;
}

.solution-collapse-item-title a {
  display: block;
  padding-right: 2rem;
  cursor: pointer;
  position: relative;
  color: #007f4e;
}

.solution-collapse-item-title a.collapsed:hover,
.solution-collapse-item-title a:not(.collapsed),
.solution-collapse-item-title a:not(.collapsed):hover {
  color: #e12729;
}

.solution-collapse .card-body {
  padding: 1.25rem 1.75rem 0.25rem;
  color: #666;
  line-height: 1.3;
}

.icon-plus {
  display: inline-block;
  vertical-align: middle;
  width: 21px;
  height: 21px;
  position: relative;
}

.icon-plus:after,
.icon-plus:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  top: 10px;
  left: 0;
  background: #000;
  transform: rotate(0);
  transition: transform 0.4s ease-in-out;
}

.solution-collapse-item-title a.collapsed .icon-plus:after {
  transform: rotate(-90deg);
}

.solution-collapse-item-title a:hover .icon-plus:after,
.solution-collapse-item-title a:hover .icon-plus:before,
.solution-collapse-item-title a:not(.collapsed) .icon-plus:after,
.solution-collapse-item-title a:not(.collapsed) .icon-plus:before {
  background: #006985;
}

.solution-collapse-item-title a .icon-plus {
  position: absolute;
  right: 0;
  top: 10px;
}

.piling-project-title {
  font-size: 25px;
  font-weight: 600;
  line-height: 35px;
}

.piling-more-total a:hover,
.piling-project-title a:hover,
.slide-dark .piling-more-total a:hover,
.slide-dark .piling-project-title a:hover {
  text-decoration: underline;
}

.piling-project-detail {
  font-size: 0.875rem;
  text-transform: uppercase;
}

.section.active .slide-bg-list .slide-bg > .inside {
  transition: all 0.8s ease-in-out;
  transform: scale(1.08);
}

.slide-bg-list .slide-bg.active1 > .inside,
.slide-bg-list .slide-bg.active > .inside {
  opacity: 1;
  transform: scale(1);
  transition-delay: 0s;
  transform: scale(1) !important;
}

.slide-bg-list .slide-bg > .inside {
  opacity: 0;
}

.piling-more-total,
.piling-project-list-title {
  font-size: 1.5rem;
  font-size: 3.22222222vmin;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.25;
}

.piling-project-list-title {
  margin-bottom: 50px;
}

.piling-more-total {
  margin-top: 6.94444444vmin;
}

.rounded-icon {
  display: inline-block;
  border: #fff 2px solid;
  width: 6.48148148vmin;
  height: 6.48148148vmin;
  border-radius: 4.375rem;
  min-width: 3rem;
  min-height: 3rem;
  text-align: center;
  position: relative;
  transition: all 0.3s ease-in-out;
}

.icon-quote {
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 1.125rem;
  height: 1.125rem;
  background: url(../images/icon-quote.png) 50% 50% no-repeat;
  background-size: contain;
  transform: translate(-50%, -50%);
}

.home-piling .slide8 .h2,
.home-piling .slide8 h2 {
  margin-bottom: 2.40740741vmin;
  font-size: 4.5vmin;
}

.home-piling .slide-contact-address,
.home-piling .slide-contact-mail,
.home-piling .slide-contact-phone {
  margin-bottom: 30px;
}

.home-piling .slide-body {
  margin-top: 60px;
}

.home-piling .slide-contact-mail,
.home-piling .slide-contact-phone {
  font-weight: 400;
}

.promo-minimal-container {
  position: relative;
}

.promo-minimal {
  position: relative;
  z-index: 200;
}

.promo-minimal-hover {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
  overflow: hidden;
}

.minimal-item {
  display: block;
  border-top: #ccc 1px solid;
  padding-top: 23.7962963vmin;
  padding-bottom: 8vmin;
  text-align: center;
  position: relative;
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}

.promo-minimal .minimal-item:hover {
  opacity: 0;
}

a.minimal-item,
a.minimal-item:hover {
  color: inherit;
  text-decoration: none;
}

.minimal-item:first-child {
  border: none;
}

.minimal-item-letter {
  margin-bottom: 4.81481481vmin;
  font-size: 41.66666667vmin;
  font-size: 23.4375vmax;
  font-weight: 900;
  line-height: 0.75;
}

.minimal-item-letter .letter {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  overflow: hidden;
}

.minimal-item-letter .text-texture {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100;
  background-position: 50% 50%;
  background-size: auto 132%;
  -webkit-background-clip: inherit;
  -webkit-text-fill-color: inherit;
}

.minimal-item-letter .text-texture > .inside {
  display: block;
  height: 100%;
  padding-top: 23.7962963vmin;
}

.promo-minimal-hover .text-texture > .inside {
  background: rgba(0, 0, 0, 0.65);
  mix-blend-mode: darken;
}

.promo-minimal-hover .minimal-item {
  transition: opacity 0.5s ease-in-out;
}

.promo-minimal-hover .minimal-item.visible {
  opacity: 1;
}

.minimal-item-title {
  margin-bottom: 1.5rem;
  font-size: 2.625rem;
  font-weight: 900;
}

.minimal-item-descr,
.minimal-item-more,
.minimal-item-title {
  padding-left: 10%;
  padding-right: 10%;
  position: relative;
  z-index: 200;
}

.minimal-item-descr {
  line-height: 1.44444444;
  font-size: 1.125rem;
}

.promo-minimal-hover,
.promo-minimal-hover .text-grey {
  color: #fff;
}

.promo-minimal-hover > .row {
  position: relative;
  z-index: 200;
}

.promo-minimal-hover .minimal-item-letter .letter {
  overflow: visible;
}

.promo-minimal-hover .text-texture {
  transition: all 0.75s ease-in-out;
}

.promo-minimal-hover .visible .text-texture {
  background-size: auto 120%;
}

.promo-minimal-hover .minimal-item-descr,
.promo-minimal-hover .minimal-item-more,
.promo-minimal-hover .minimal-item-title {
  transform: translate(0, 150px);
  opacity: 0;
  transition: all 0.5s ease-in-out;
}

.promo-minimal-hover .visible .minimal-item-descr,
.promo-minimal-hover .visible .minimal-item-more,
.promo-minimal-hover .visible .minimal-item-title {
  opacity: 1;
  transform: translate(0, 0);
}

.promo-minimal-hover .minimal-item-title {
  transition-delay: 0.35s;
}

.promo-minimal-hover .minimal-item-descr {
  transition-delay: 0.5s;
}

.promo-minimal-hover .minimal-item-more {
  transition-delay: 0.65s;
}

.minimal-item-more {
  margin-top: 1.625rem;
  font-size: 4.44444444vmin;
  font-weight: 700;
  opacity: 0;
}

@media (max-width: 991px) {
  .minimal-item {
    overflow: hidden;
  }
}

.dark-horizontal .promo-minimal-container a {
  color: #000 !important;
}

@media (min-width: 992px) {
  .minimal-item {
    min-height: 100vh;
    border-left: #ccc 1px solid;
    border-top: none;
  }

  .minimal-item.over {
    opacity: 0;
  }

  .promo-minimal-hover .minimal-item {
    opacity: 0;
  }

  .minimal-item-letter .letter1 .text-texture {
    left: 0;
    right: -202%;
    padding-right: 202%;
  }

  .minimal-item-letter .letter2 .text-texture {
    left: -101%;
    right: -101%;
    padding-left: 101%;
    padding-right: 101%;
  }

  .minimal-item-letter .letter3 .text-texture {
    left: -202%;
    right: 0;
    padding-left: 202%;
  }

  .promo-minimal-hover:after,
  .promo-minimal-hover:before {
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 300;
    background: #fff;
    opacity: 0.25;
  }

  .promo-minimal-hover:before {
    left: 33.33333333%;
  }

  .promo-minimal-hover:after {
    left: 66.66666667%;
  }

  .promo-minimal-hover .minimal-item-letter .letter3 .text-texture {
    padding-left: 0;
  }

  .promo-minimal-hover .minimal-item-letter .letter3 .text-texture > .inside {
    padding-left: 66.66666667%;
  }
}

.video-bnr {
  position: relative;
  margin-bottom: -15.375rem;
  height: 37.5rem;
}

.video-container {
  position: absolute;
  z-index: 50;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden;
}

.video-container:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 600;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #000;
  opacity: 0.35;
  pointer-events: none;
}

.video-item {
  display: none;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.video-item.is-active {
  display: block;
}

.video-container iframe {
  border: none;
  margin: 0;
  padding: 0;
  height: 500%;
  width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.circular-container {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 10%;
  right: 10%;
  z-index: 99;
  width: 80%;
  height: 100%;
  opacity: 1;
  transition: opacity 0.3s ease-in-out;
}

.circular-container.is-active {
  opacity: 1;
  transition: opacity 0.5s ease-out 0.8s;
}

.circular-names {
  margin: 0;
  padding: 0;
  list-style: none;
}

@media (max-width: 767px) {
  .circular-container {
    display: none;
  }
}

.circular-container .circular-wrapper {
  position: relative;
  width: 59.72222222vmin;
  height: auto;
  margin-top: 7.96296296vmin;
}

.circular-container .circular-wrapper .circular-names li {
  display: flex;
  flex-direction: column;
  position: absolute;
  z-index: 300;
  overflow: hidden;
  padding-bottom: 0;
  color: #fff;
  font-size: 1.125rem;
  line-height: 1.5;
  text-transform: uppercase;
  cursor: pointer;
  letter-spacing: 0.08333333em;
}

.circular-container .circular-wrapper .circular-names li .name-wrapper {
  display: inline-block;
  padding: 10px;
  padding-bottom: 0;
  white-space: nowrap;
  transition: transform 1s cubic-bezier(0.23, 1, 0.32, 1);
}

.circular-container .circular-wrapper .circular-names li .name-wrapper-date {
  padding-top: 0;
  padding-bottom: 10px;
  font-size: 0.875rem;
  white-space: nowrap;
  opacity: 0.7;
}

.circular-container
  .circular-wrapper
  .circular-names
  li[data-portrait-index="1"] {
  bottom: 61.8%;
  left: 98%;
}

.circular-container
  .circular-wrapper
  .circular-names
  li[data-portrait-index="2"] {
  top: 87.65%;
  left: 80%;
}

.circular-container
  .circular-wrapper
  .circular-names
  li[data-portrait-index="3"] {
  top: 87.65%;
  right: 80%;
}

.circular-container
  .circular-wrapper
  .circular-names
  li[data-portrait-index="4"] {
  right: 98%;
  bottom: 61.8%;
}

@media (max-width: 960px) {
  .circular-container
    .circular-wrapper
    .circular-names
    li[data-portrait-index="4"] {
    bottom: 58.6%;
  }

  .circular-container
    .circular-wrapper
    .circular-names
    li[data-portrait-index="4"]
    .name-wrapper {
    white-space: normal;
  }
}

.circular-container
  .circular-wrapper
  .circular-names
  li[data-portrait-index="5"] {
  bottom: 99.5%;
  left: 48.5%;
}

.circular-container
  .circular-wrapper
  .circular-names
  li[data-portrait-index="1"]
  .name-wrapper,
.circular-container
  .circular-wrapper
  .circular-names
  li[data-portrait-index="2"]
  .name-wrapper,
.circular-container
  .circular-wrapper
  .circular-names
  li[data-portrait-index="5"]
  .name-wrapper {
  transform: translate3d(-100%, 0, 0);
}

.circular-container
  .circular-wrapper
  .circular-names
  li[data-portrait-index="3"],
.circular-container
  .circular-wrapper
  .circular-names
  li[data-portrait-index="4"] {
  text-align: right;
}

.circular-container
  .circular-wrapper
  .circular-names
  li[data-portrait-index="3"]
  .name-wrapper,
.circular-container
  .circular-wrapper
  .circular-names
  li[data-portrait-index="4"]
  .name-wrapper {
  transform: translate3d(100%, 0, 0);
}

.circular-container
  .circular-wrapper
  .circular-names
  li.is-active
  .name-wrapper {
  transform: translateZ(0);
  transition: transform 1s cubic-bezier(0.23, 1, 0.32, 1) 0.8s;
}

.circular-container .circular-wrapper .circular-names li.is-init .name-wrapper {
  transform: translateZ(0);
  transition: transform 1s cubic-bezier(0.23, 1, 0.32, 1) 0s;
}

.circular-container svg {
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.circular-container svg .circle-path.circle-path--background {
  opacity: 0.2;
}

.circular-container svg .circle-path.circle-path--background circle {
  stroke-dasharray: 2644;
  stroke-dashoffset: 2644;
}

.circular-container svg .circle-path.circle-path--fill {
  opacity: 1;
}

.circular-container svg .circle-path.circle-path--fill circle {
  stroke-dasharray: 2644;
  stroke-dashoffset: 2644;
}

.circular-container svg .circle-path circle {
  fill: none;
  stroke-width: 2;
  stroke: #fff;
  stroke-miterlimit: 10;
}

.circular-container svg .circle-dot {
  position: relative;
  cursor: pointer;
}

.circular-container svg .circle-dot .circle-outside {
  fill: none;
  stroke-width: 2;
  stroke: #fff;
  opacity: 0.2;
  stroke-miterlimit: 10;
}

.circular-container svg .circle-dot .circle-center {
  fill: #fff;
  stroke: none;
  opacity: 0;
  transition: opacity 0.6s cubic-bezier(0.23, 1, 0.32, 1),
    transform 1s cubic-bezier(0.23, 1, 0.32, 1);
}

.circular-container svg .circle-dot:hover .circle-center {
  opacity: 1;
}

.circular-container svg .circle-dot.is-active .circle-center {
  opacity: 1;
  transition: opacity 0.6s cubic-bezier(0.23, 1, 0.32, 1) 1s,
    transform 1s cubic-bezier(0.23, 1, 0.32, 1);
}

.video-text-container {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 400;
  left: 50%;
  top: 0;
  transform: translate(-50%, 0);
  color: #fff;
}

.video-text-item.is-active {
  visibility: visible;
}

.video-item-title {
  margin-bottom: 0.5rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 5.55555556vmin;
  font-weight: 700;
  letter-spacing: -0.05em;
  line-height: 1.2;
}

.video-text-container a {
  pointer-events: all;
  color: inherit;
}

.video-item-title-sub {
  font-size: 1rem;
  text-transform: uppercase;
}

.video-item-title-sub:first-child {
  margin-bottom: 0.5rem;
}

.video-item-descr {
  margin-top: 4.07407407vmin;
  margin-bottom: 4vmin;
  overflow: hidden;
  height: auto;
  line-height: 1.875;
  font-size: 1rem;
  color: #ccc;
}

.video-item-more {
  font-size: 1.125rem;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.25em;
}

@media (min-width: 768px) {
  .video-text-container {
    width: 59.72222222vmin;
    pointer-events: none;
  }

  .video-item-descr {
    height: 9.375em;
    height: 13.88888889vmin;
    margin-bottom: 2.59259259vmin;
  }

  .video-text-item {
    visibility: hidden;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    padding-left: 2rem;
    padding-right: 2rem;
    margin-top: 16.962963vmin;
    text-align: center;
    transform: translate(0, -50%);
  }
}

@media (max-width: 767px) {
  .video-text-container {
    display: flex !important;
  }

  .video-text-container .owl-item,
  .video-text-container .owl-stage,
  .video-text-container .owl-stage-outer {
    height: 100%;
  }

  .video-text-item {
    height: 100%;
    position: relative;
  }

  .video-text-item > .inside {
    position: absolute;
    z-index: 20;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 92%;
    text-align: center;
  }

  .video-text-container.owl-theme .owl-dots {
    position: absolute;
    top: 80%;
    left: 10%;
    right: 10%;
    text-align: center;
  }

  .video-text-container.owl-theme .owl-dots .owl-dot span:before {
    background: #fff;
  }

  .video-text-container.owl-theme .owl-dots .owl-dot.active span {
    border-color: #fff;
    background: rgba(255, 255, 255, 0.1);
  }

  .mobile-video-bg {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 10;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .mobile-video-bg:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #000;
    opacity: 0.35;
  }

  .promo-video-container {
    position: relative;
    z-index: 200;
  }
}

.video-item-more i {
  margin-left: 1.25rem;
}

.video-text-item > .inside > * {
  transform: translateY(10vmin);
  opacity: 0;
}

.video-text-item.is-active > .inside > .video-item-title-sub,
.video-text-item.is-active > .inside > .video-item-title:first-child {
  animation: videoText 2s ease-in-out forwards;
  animation-delay: 0s;
}

.video-text-item.is-active
  > .inside
  > .video-item-title
  + .video-item-title-sub,
.video-text-item.is-active
  > .inside
  > .video-item-title-sub
  + .video-item-title {
  animation: videoText 2s ease-in-out forwards;
  animation-delay: 0.15s;
}

.video-text-item.is-active > .inside > .video-item-descr {
  animation: videoText2 0.5s ease-in-out forwards;
  animation-delay: 1.8s;
}

.video-text-item.is-active > .inside > .video-item-more {
  animation: videoText2 0.5s ease-in-out forwards;
  animation-delay: 1.95s;
}

@-webkit-keyframes videoText {
  0% {
    opacity: 0;
    transform: translateY(24vmin);
  }

  30% {
    opacity: 1;
    transform: translateY(12vmin);
  }

  70% {
    transform: translateY(12vmin);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes videoText {
  0% {
    opacity: 0;
    transform: translateY(24vmin);
  }

  30% {
    opacity: 1;
    transform: translateY(12vmin);
  }

  70% {
    transform: translateY(12vmin);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@-webkit-keyframes videoText2 {
  0% {
    opacity: 0;
    transform: translateY(5vmin);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes videoText2 {
  0% {
    opacity: 0;
    transform: translateY(5vmin);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.screen {
  min-height: 100vh;
  width: 100%;
  padding-top: 5vmin;
  padding-bottom: 5vmin;
  display: flex;
  align-items: center;
  text-align: center;
}

.promo-3d {
  padding-top: 25vmin;
  position: relative;
  text-align: center;
}

.promo-3d-bg,
.promo-3d-man {
  position: fixed;
  left: 0;
  right: 0;
  bottom: -10vmin;
  z-index: 100;
}

.promo-3d-man {
  left: 50%;
  right: auto;
  bottom: -40vmin;
  width: 100%;
  transform: translate(-50%, 0) scale(1.05);
}

.promo-3d-bg img,
.promo-3d-man img {
  width: 100%;
}

@media (max-width: 575px) {
  .promo-3d-bg img,
  .promo-3d-man img {
    width: 200vmin;
    margin-left: -100vmin;
    margin-right: -100vmin;
  }
}

.promo-3d-man-start {
  position: absolute;
  left: 0;
  top: 10%;
}

.promo-3d-opacity {
  position: absolute;
  left: 0;
  top: 70%;
}

.promo-3d .promo-screen-titles {
  position: relative;
  z-index: 200;
}

.about-3d {
  position: relative;
  opacity: 0;
}

.section-about-3d.active .about-3d {
  opacity: 1;
}

.section-about-3d .about-3d-detail,
.section-about-3d .section-item-title {
  opacity: 0;
  transform: translateY(16rem);
  transition: all 0.75s ease-in-out;
}

.section-about-3d .section-item-title {
  transition-delay: 0.3s;
}

.section-about-3d .about-3d-detail {
  transition-delay: 1.2s;
}

.section-about-3d.active .about-3d-detail,
.section-about-3d.active .section-item-title {
  opacity: 1;
  transform: translateY(0);
}

.about-3d-photo {
  position: relative;
  padding-left: 6.25rem;
  padding-right: 6.25rem;
  margin-top: 12px;
  margin-bottom: 8vmin;
}

.photo-container {
  position: relative;
  overflow: hidden;
}

.photo-container img {
  transform: scale(1.2);
  transform-origin: right top;
  transition: all 1.5s 0.5s ease-in-out;
}

.section-about-3d.active .photo-container img {
  transform: scale(1);
}

.photo-container .mask {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
  background: #fff;
  transition: all 1.3s 0.5s ease-in-out;
}

.section-about-3d.active .photo-container .mask {
  top: -100%;
}

.section-about-3d .stamp {
  opacity: 0;
  transform: scale(1.5);
  transform-origin: right center;
  transition: all 1s 0.5s ease-in-out;
}

.section-about-3d.active .stamp {
  transform: scale(1);
  opacity: 1;
}

.about-3d .section-item-title {
  margin-bottom: 8.51851852vmin;
}

.about-3d-detail {
  position: relative;
  padding-bottom: 3.75rem;
  margin-bottom: 5vmin;
}

@media (min-width: 768px) {
  .about-3d-photo {
    padding-left: 6.25rem;
    padding-right: 4.375rem;
  }

  .rounded-logo.stamp {
    bottom: -8rem;
  }
}

@media (min-width: 992px) {
  .about-3d-detail,
  .about-3d-photo {
    margin-bottom: 11.85185185vmin;
  }
}

.about-3d-detail .lead {
  margin-bottom: 2.5rem;
}

.about-3d-detail .more {
  position: absolute;
  bottom: 0;
  left: 15px;
}

.h2-3d {
  margin-bottom: 2.5rem;
  font-size: 3rem;
  line-height: 1.25;
  letter-spacing: -0.035em;
}

.h2-flash {
  margin-bottom: 3rem;
  font-size: 3rem;
  line-height: 1.25;
}

.vertical-text-left {
  position: absolute;
  left: auto;
  right: 100%;
  margin-right: -34px;
  top: 0;
  transform: rotate(-90deg);
  transform-origin: top right;
  white-space: nowrap;
  text-align: right;
}

.vertical-text-right {
  position: absolute;
  right: auto;
  left: 100%;
  margin-left: -34px;
  top: 0;
  transform: rotate(90deg);
  transform-origin: top left;
  white-space: nowrap;
  text-align: left;
}

.vertical-text-left,
.vertical-text-right {
  font-size: 1rem;
  color: #666;
  letter-spacing: 0.25em;
  text-transform: uppercase;
}

.about-3d .vertical-text-left,
.about-3d .vertical-text-right {
  top: 90px;
}

@media (max-width: 575px) {
  .rounded-logo.stamp {
    width: 7rem;
    height: 7rem;
    left: 3rem;
    bottom: -2rem;
  }
}

.project-carousel-3d {
  overflow: hidden;
  position: relative;
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
  margin-right: 0;
}

@media (min-width: 576px) {
  .project-carousel-3d .owl-carousel {
    width: 78.33333333%;
    position: static;
  }
}

.project-carousel-3d .owl-stage-outer {
  overflow: visible;
  transform: translate(0, 0);
  transition: all 0.4s ease-in-out;
}

@media (min-width: 768px) {
  .project-carousel-3d .project-carousel-item {
    padding-bottom: 54.04255319%;
  }
}

.project-carousel-3d:hover .owl-carousel .owl-stage-outer {
  transform: translate(-5rem, 0);
}

.project-carousel-3d.move-left .owl-carousel .owl-stage-outer {
  transform: translate(-8rem, 0);
}

.project-carousel-3d.move-right .owl-carousel .owl-stage-outer {
  transform: translate(-2rem, 0);
}

.project-carousel-3d .owl-item .project-carousel-date,
.project-carousel-3d .owl-item .project-carousel-detail,
.project-carousel-3d .owl-item .project-carousel-photo {
  transition: all 0.4s ease-in-out;
  transform: translate(0, 0);
}

.project-carousel-3d .owl-item.active + .owl-item .project-carousel-photo {
  transform: translate(-4rem, 0);
}

.project-carousel-3d:hover
  .owl-item.active
  + .owl-item
  .project-carousel-photo {
  transform: translate(-6rem, 0);
}

.project-carousel-3d.move-left
  .owl-item.active
  + .owl-item
  .project-carousel-photo {
  transform: translate(-7rem, 0);
}

.project-carousel-3d:hover .owl-item.active .project-carousel-date,
.project-carousel-3d:hover .owl-item.active .project-carousel-detail {
  transform: translate(5rem, 0);
}

.project-carousel-3d.move-left .owl-item.active .project-carousel-date,
.project-carousel-3d.move-left .owl-item.active .project-carousel-detail {
  transform: translate(8rem, 0);
}

.project-carousel-3d.move-right .owl-item.active .project-carousel-date,
.project-carousel-3d.move-right .owl-item.active .project-carousel-detail {
  transform: translate(2rem, 0);
}

.project-carousel-3d
  .project-carousel-item:not(.text-white)
  .project-carousel-date,
.project-carousel-3d
  .project-carousel-item:not(.text-white)
  .project-carousel-title {
  color: #fff;
}

.project-carousel-3d .project-carousel-item .project-carousel-category,
.project-listing-category,
.project-masonry-category {
  color: #999;
}

.project-carousel-3d .project-carousel-category,
.project-listing-category,
.project-masonry-category {
  font-size: 0.875rem;
  text-transform: uppercase;
}

.project-carousel-date {
  font-size: 1.5rem;
}

.project-carousel-3d .owl-item.active .project-carousel-detail,
.project-carousel-3d .project-carousel-detail {
  opacity: 1;
  animation: none;
}

.project-carousel-3d .project-carousel-detail {
  bottom: 2rem;
}

.project-carousel-3d .owl-item {
  overflow: hidden;
}

@media (min-width: 768px) {
  .project-carousel-3d .project-carousel-detail {
    bottom: 5rem;
  }
}

.flash-item-nav {
  position: fixed;
  left: 15px;
  z-index: 500;
  padding-left: 0;
  font-size: 1rem;
  text-transform: uppercase;
  font-weight: 700;
}

.flash-item-nav {
  transition: padding 0.2s ease-in-out;
}

.flash-item-nav:before {
  transition: width 0.2s ease-in-out;
}

.flash-item-nav a {
  transition: color 0.2s ease-in-out;
}

.flash-item-nav:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  height: 1px;
  margin-top: -1px;
  width: 0;
}

.flash-item-nav.active:before {
  width: 1.875rem;
}

.flash-item-nav.active {
  padding-left: 3rem;
}

.flash-item-nav a {
  color: #999 !important;
}

.flash-item-nav a:hover,
.flash-item-nav.active a {
  color: #000 !important;
  text-decoration: none;
}

.flash-item-nav:before {
  background: #000;
}

.home-flash-dark .flash-item-nav a,
.home-flash.dark-horizontal .flash-item-nav a {
  color: #669 !important;
}

.home-flash-dark .flash-item-nav a:hover,
.home-flash-dark .flash-item-nav.active a,
.home-flash.dark-horizontal .flash-item-nav a:hover,
.home-flash.dark-horizontal .flash-item-nav.active a {
  color: #fff !important;
}

.home-flash-dark .flash-item-nav:before,
.home-flash.dark-horizontal .flash-item-nav:before {
  background: #fff;
}

.item-nav-1 {
  top: calc(100% - 330px);
}

.item-nav-2 {
  top: calc(100% - 280px);
}

.item-nav-3 {
  top: calc(100% - 230px);
}

.item-nav-4 {
  top: calc(100% - 180px);
}

.item-nav-5 {
  top: calc(100% - 130px);
}

.item-nav-6 {
  top: calc(100% - 80px);
}

.flash-item {
  position: relative;
}

.flash-pin-2 {
  position: absolute;
  left: 0;
  top: 276px;
}

.flash-pin-3 {
  position: absolute;
  left: 0;
  top: 228px;
}

.flash-pin-4 {
  position: absolute;
  left: 0;
  top: 172px;
}

.flash-pin-5 {
  position: absolute;
  left: 0;
  top: 128px;
}

.flash-pin-6 {
  position: absolute;
  left: 0;
  top: 78px;
}

@media (max-width: 575px) {
  .flash-item-nav {
    display: none;
  }
}

@media (min-width: 1600px) {
  .flash-item-nav {
    left: 3.75rem;
  }
}

.home-flash .footer,
.home-flash-dark .home-flash-section .container,
.home-flash-dark .home-flash-section .container-fluid,
.home-flash.dark-horizontal .home-flash-section .container,
.home-flash.dark-horizontal .home-flash-section .container-fluid {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease-in-out;
}

.home-flash-section {
  padding-bottom: 0;
}

.home-flash-section-dark {
  padding-top: 21.01851852vmin;
  margin-bottom: 0;
}

@media (min-width: 576px) and (max-width: 1599px) {
  .home-flash-section {
    padding-left: 10rem;
  }
}

.home-flash-dark .home-flash-section-dark .container,
.home-flash-dark .home-flash-section-dark .container-fluid,
.home-flash.dark-horizontal .footer,
.home-flash.dark-horizontal .home-flash-section-dark .container,
.home-flash.dark-horizontal .home-flash-section-dark .container-fluid {
  opacity: 1;
  pointer-events: all;
}

.home-flash {
  background: #fff;
  transition: background 0.3s ease-in-out;
}

.home-flash-dark,
.home-flash.dark-horizontal {
  background: #006985;
  color: #fff;
}

.home-flash-dark hr,
.home-flash.dark-horizontal hr {
  border-top-color: rgba(255, 255, 255, 0.05);
}

.home-flash .section-item-title,
.section-item-title-xs,
.section-item-title-xs-narrow {
  font-size: 0.875rem;
  color: #999;
  text-transform: uppercase;
  letter-spacing: 0.5em;
  font-weight: 700;
}

.section-item-title-xs-narrow {
  letter-spacing: 0.1em;
  font-weight: 400;
}

.section-item-title-xs {
  margin-bottom: 1.25rem;
  font-size: 24px;
}

.home-flash-dark .section-item-title,
.home-flash-dark .section-item-title a {
  color: #669;
  text-decoration: none;
}

.h1-flash {
  margin-bottom: 1.407407vmin;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0, rgb(0 105 133)),
    color-stop(100%, rgb(0 179 143))
  );
  background: -webkit-linear-gradient(
    top,
    rgb(0 105 133) 0,
    rgb(0 179 143) 100%
  );
  background: -moz-linear-gradient(top, rgb(0 105 133) 0, rgb(0 179 143) 100%);
  background: -ms-linear-gradient(top, rgb(0 105 133) 0, rgb(0 179 143) 100%);
  background: -o-linear-gradient(top, rgb(0 105 133) 0, rgb(0 179 143) 100%);
  background: linear-gradient(top, rgb(0 105 133) 0, rgb(0 179 143) 100%);
  background-image: -ms-linear-gradient(
    top,
    rgb(0 105 133) 0,
    rgb(0 179 143) 100%
  );
  background: linear-gradient(top, #006985 0, #00b38f 100%);
  color: #006985;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 7vmin;
  line-height: 1.3;
  margin-top: 9vmin;
}

.about-flash {
  position: relative;
}

.about-flash .vertical-text-right {
  right: auto;
  left: 0;
  margin-left: 35px;
  margin-top: 1.66666667vmin;
  color: #fff;
  font-weight: 700;
  font-size: 1.125rem;
}

.rounded-logo-scroll {
  float: right;
  width: 6rem;
  height: 6rem;
  position: relative;
  margin-top: 50px;
}

.rounded-logo-scroll svg {
  letter-spacing: 9px;
  word-spacing: 0;
  fill: #006985;
}

.scroll-icon {
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 38px;
  border: #e12729 2px solid;
  border-radius: 10px;
  padding-top: 18px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.scroll-icon i {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1px;
  background: #e12729;
  border-radius: 10px;
}

.scroll-icon i:nth-child(1) {
  width: 2px;
  height: 2px;
}

.scroll-icon i:nth-child(2) {
  width: 4px;
  height: 4px;
}

.scroll-icon i:nth-child(3) {
  width: 6px;
  height: 6px;
}

.flash-video-container {
  position: relative;
  padding-right: 8.54700855%;
  padding-top: 8.54700855%;
}

.flash-video-container:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 14.28571429%;
  left: 8.54700855%;
  right: 0;
  background: url(../../index.html) 0 2px;
  z-index: 1;
}

.flash-video-container.mask-skew .mask .inside {
  background: #2c1a6a;
}

.flash-video {
  display: block;
  width: 100%;
  position: relative;
  z-index: 50;
}

.flash-video img {
  border: #fff 8px solid;
  max-width: 100%;
}

.flash-video-icon {
  width: 5rem;
  height: 5rem;
  border-radius: 5rem;
  background: #fff;
  position: absolute;
  z-index: 30;
  left: 50%;
  top: 50%;
  text-align: center;
  line-height: 4.75rem;
  font-size: 2.375rem;
  color: red;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.flash-video-icon:after,
.flash-video-icon:before {
  content: "";
  display: block;
  position: absolute;
  border-radius: 100px;
  background: #fff;
  opacity: 0.4;
}

.flash-video-icon:before {
  left: -0.625rem;
  top: -0.625rem;
  right: -0.625rem;
  bottom: -0.625rem;
}

.flash-video-icon:after {
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  animation-name: pulsation;
  animation-duration: 8s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

@keyframes pulsation {
  0% {
    opacity: 0.5;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }

  15% {
    opacity: 0;
    -webkit-transform: scale(1.75);
    -ms-transform: scale(1.75);
    -o-transform: scale(1.75);
    transform: scale(1.75);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(1.75);
    -ms-transform: scale(1.75);
    -o-transform: scale(1.75);
    transform: scale(1.75);
  }
}

.flash-video-icon i {
  display: inline-block;
  vertical-align: middle;
  margin-left: 0.25rem;
  line-height: 0.75;
  transform: scale(1);
  transition: all 0.5s ease-in-out;
}

.services-flash {
  box-shadow: rgba(2, 3, 3, 0.1) 0 0 120px;
  margin-top: 80px;
  margin-bottom: 11.2962963vmin;
}

.services-flash .service-item {
  border: #40407a 1px solid;
  background: #331d7f;
  padding: 2.125rem 1.625rem 2.125rem 2rem;
  margin-left: -1px;
  margin-bottom: -1px;
  margin-top: 0;
  display: flex;
  flex-direction: column;
  letter-spacing: -0.025em;
}

@media (min-width: 576px) and (max-width: 767px) {
  .services-flash .service-item:nth-child(odd) {
    margin-left: 0;
  }
}

@media (max-width: 575px) {
  .services-flash .service-item {
    margin-left: 0;
  }
}

.services-flash .service-item:hover {
  z-index: 10;
}

.services-flash .service-item:before {
  content: "";
  background: #e12729;
  height: 5px;
  width: 0;
  position: absolute;
  left: -1px;
  bottom: -1px;
  transition: all 0.4s ease-in-out;
}

.services-flash .service-item:hover:before {
  width: calc(100% + 2px);
}

.services-flash .service-item:first-child {
  margin-left: 0;
}

.services-flash .service-item-title {
  font-size: 1.25rem;
  text-transform: uppercase;
  color: #fff;
}

.services-flash .service-item-title:hover,
.services-flash a:hover .service-item-title {
  color: #fff;
}

.services-flash .service-item-descr {
  display: flex;
  flex: 1 1 auto;
  line-height: 1.5;
  margin-top: 1rem;
}

.icon-design-graphic {
  display: inline-block;
  vertical-align: bottom;
  width: 5rem;
  height: 3.4375rem;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(../../index.html);
  background-size: 100%;
}

.icon-design-web {
  display: inline-block;
  vertical-align: bottom;
  width: 4.0625rem;
  height: 3.3125rem;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(../../index.html);
  background-size: 100%;
}

.icon-marketing {
  display: inline-block;
  vertical-align: bottom;
  width: 3.4375rem;
  height: 3.9375rem;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(../../index.html);
  background-size: 100%;
}

.icon-photography {
  display: inline-block;
  vertical-align: bottom;
  width: 4.1875rem;
  height: 3.3125rem;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(../../index.html);
  background-size: 100%;
}

.service-item-icon {
  margin-top: 2.125rem;
  height: 4rem;
  line-height: 4rem;
}

.service-item-plus {
  height: 1rem;
  position: relative;
  margin-top: 2.625rem;
}

.service-item-plus:after,
.service-item-plus:before {
  content: "";
  display: block;
  width: 1rem;
  height: 0.25rem;
  background: #669;
  position: absolute;
  left: 0;
  bottom: 0.375rem;
  transform: rotate(-180deg);
  transition: all 0.4s ease-in-out;
}

.service-item:hover .service-item-plus:after,
.service-item:hover .service-item-plus:before {
  background: #fff;
}

.service-item:hover .service-item-plus:after {
  transform: rotate(90deg);
}

.facts {
  margin-top: 9.07407407vmin;
}

.fact-item {
  display: flex;
  margin-bottom: 2rem;
  align-items: center;
}

.fact-item-value {
  position: relative;
  padding-right: 1.5rem;
  line-height: 1.1;
  font-size: 2.75rem;
  visibility: hidden;
}

.fact-item-value > .inside {
  visibility: visible;
  position: absolute;
  left: 0;
  top: 0;
}

.fact-item-param {
  font-size: 1.125rem;
  line-height: 1.44444444;
  letter-spacing: 0.025em;
  text-transform: uppercase;
}

@media (min-width: 992px) {
  .fact-item-value {
    line-height: 0.75;
    font-size: 3.75rem;
  }
}

.project-list-listing + .more-lg {
  margin-top: 4.375rem;
}

.project-list-masonry + .more-lg {
  margin-top: 6.25rem;
}

.grid-item {
  width: 100%;
}

.project-list-flash .project-item,
.project-list-listing .project-item {
  display: block;
  position: relative;
}

.project-list-flash .project-item {
  padding-bottom: 100%;
  overflow: hidden;
}

.project-list-listing .grid-item {
  display: block;
  margin-bottom: 5.625rem;
}

.project-list-masonry .grid-item {
  display: block;
  margin-bottom: 2.5rem;
  padding-left: 15px;
  padding-right: 15px;
}

.project-list-listing .project-item {
  padding-bottom: 44.44444444%;
  overflow: hidden;
}

.project-list-listing .project-listing-photo {
  transform: scale(1);
  transition: all 1s ease-in-out;
}

.project-list-listing a:hover .project-listing-photo {
  transform: scale(1.08);
}

.project-list-flash .section-item-title {
  margin-top: -0.375rem;
  margin-bottom: 1.625rem;
}

.project-list-flash .project-carousel-detail,
.project-metro-detail {
  opacity: 1;
  left: 0;
  right: 0;
  bottom: 0;
  max-width: 100%;
  padding: 1.5rem 3.5rem 2.875rem;
  background: 0 0;
  transition: all 0.5s linear;
  background: #191a1e75;
}

.project-metro-detail {
  padding-left: 2.875rem;
  padding-right: 2.875rem;
  padding-bottom: 2.375rem;
}

.project-metro-title {
  margin-bottom: 1.125rem;
}

.project-list-flash .project-item:hover .project-carousel-detail {
  background: #191a1e75;
}

.project-list-flash .project-carousel-title {
  padding-right: 2rem;
  font-family: abril fatface, cursive;
  font-weight: 400;
}

.project-list-title {
  padding-bottom: 3rem;
}

.project-list-title h2 {
  line-height: 1.333333;
}

.project-list-flash .project-carousel-category {
  margin-top: 1.125rem;
}

.project-list-flash .project-carousel-photo {
  transform: scale(1);
  transition: all 1s ease-in-out;
}

.project-list-flash a:hover .project-carousel-photo {
  transform: scale(1.08);
}

.project-item-more {
  padding-top: 3rem;
}

.project-masonry-photo {
  overflow: hidden;
}

.project-masonry-photo img {
  max-width: 100%;
  width: 100%;
}

.project-list-metro .project-item {
  height: 32.5rem;
  position: relative;
  margin-bottom: 30px;
  overflow: hidden;
}

.project-metro-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  opacity: 1;
  transition: all 0.3s ease-in-out;
}

a:hover .project-metro-photo img {
  transform: scale(1.1);
  opacity: 0;
}

@media (min-width: 576px) {
  .project-list-masonry .grid-item {
    width: 50%;
  }
}

@media (min-width: 768px) {
  .project-list-listing .grid-item {
    width: 100%;
  }

  .project-list-masonry .grid-item {
    width: 25%;
  }

  .project-item-more,
  .project-list-title {
    margin-left: 17.09401709%;
    margin-right: 25%;
  }

  .project-list-title {
    padding-bottom: 20.51282051%;
  }

  .project-item-more {
    padding-top: 30%;
  }
}

.project-carousel-category .divider,
.project-item .divider {
  margin-left: 0.625rem;
  margin-right: 0.625rem;
}

.project-carousel-go {
  position: absolute;
  right: 2.625rem;
  top: 1.375rem;
  opacity: 0;
  margin-right: 2rem;
  font-size: 3.75rem;
  transition: all 0.5s ease-in-out;
}

.project-item:hover .project-carousel-go {
  margin-right: 0;
  opacity: 1;
}

.project-list-flash .project-carousel-date,
.project-metro-date {
  top: 3.125rem;
  left: 3.5rem;
  font-size: 1.25rem;
  letter-spacing: 0.025em;
  font-weight: 700;
}

.project-metro-date {
  top: 2.625rem;
  left: 2.875rem;
}

.article-list-flash {
  margin-top: 1rem;
}

.article-list-flash > div {
  display: flex;
}

.article-list-flash .article-item {
  padding: 2.25rem 2.625rem 2.4375rem;
  background: #007f4e;
  overflow: hidden;
}

.article-list-flash .article-item:hover {
  background: #00b38f;
}

.article-list-flash .article-item-photo {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0;
  overflow: hidden;
  margin: 0;
  height: auto;
  padding-bottom: 0;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  transition: all 0.5s ease-in-out;
}

.article-list-flash .article-item:hover .article-item-photo {
  opacity: 1;
}

.article-list-flash .article-item .article-item-photo {
  transition-property: opacity, transform;
  transition-duration: 0.5s, 8s;
  transform: scale(1);
}

.article-list-flash .article-item:hover .article-item-photo {
  transform: scale(1.2);
}

.article-list-flash .article-item-date {
  position: static;
  left: auto;
  bottom: auto;
  padding-bottom: 5%;
  margin-bottom: 0;
  color: #ccc;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
}

.article-list-flash .article-item-date .date {
  display: block;
  margin-bottom: 0.75rem;
  line-height: 0.75;
  font-size: 2.5rem;
  color: #ccc;
  font-weight: 400;
}

.article-list-flash .article-item-category {
  margin-bottom: 1.375rem;
}

.article-list-flash .article-item-category,
.article-list-flash .article-item-category a {
  color: #e12729;
}

.footer-flash-about {
  padding-top: 16.66666667vmin;
  padding-bottom: 13.51851852vmin;
  font-size: 1.875rem;
  line-height: 1.3;
}

.home-flash .footer-flash-about {
  padding-top: 0;
}

.footer-flash {
  padding-top: 4.875rem;
  padding-bottom: 0;
}

.footer-content-flash h5 {
  margin-bottom: 2.25rem;
  font-size: 0.875rem;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
}

.footer-content-flash .contact-item,
.footer-content-flash .contact-item a,
.footer-content-flash .social-rounded a {
  color: #fff;
}

.footer-content-flash .contact-item {
  margin-bottom: 0.625rem;
}

.footer-content-flash .contact-item,
.footer-content-flash .footer-nav {
  font-size: 1.125rem;
  line-height: 1.44444444;
}

.footer-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-nav li {
  margin-bottom: 0.25rem;
}

.footer-content-flash .contact-item a:not(.phone-link):hover,
.footer-content-flash .footer-nav a:hover {
  color: #ccc;
  text-decoration: none;
}

@media (min-width: 768px) {
  .footer-content-flash .social-rounded {
    margin-right: -0.625rem;
    text-align: right;
  }

  .footer-flash .site-info {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.footer-flash .copyright {
  text-transform: none;
}

.nav-inline {
  margin-right: -15px;
  margin-bottom: 2.625rem;
  letter-spacing: -0.015em;
}

.nav-inline li {
  margin-right: 2.25rem;
  margin-bottom: 1rem;
}

.nav-inline a {
  cursor: pointer;
}

.nav-inline .active a,
.nav-inline a:hover {
  text-decoration: none;
}

.text-center .nav-inline {
  margin-right: 0;
  justify-content: center;
}

.text-center .nav-inline li {
  margin-left: 1.125rem;
  margin-right: 1.125rem;
}

.nav-inline-wide {
  letter-spacing: 0.025em;
}

.nav-inline-wide li {
  margin-right: 3.125rem;
}

.text-center .nav-inline-wide li {
  margin-left: 1.5625rem;
  margin-right: 1.5625rem;
}

.nav-inline.text-black .active a,
.nav-inline.text-black a:hover {
  color: #e12729;
}

.parallax-link a,
.parallax-link a:hover {
  position: relative;
  text-decoration: none;
  color: #666 !important;
}

.parallax-link a:before {
  content: attr(data-text);
  position: absolute;
  width: 0%;
  transition: width cubic-bezier(0.82, 0, 0.21, 1) 0.3s;
  color: #e12729;
  z-index: 2;
  overflow: hidden;
  white-space: nowrap;
}

.parallax-link a:hover:before,
.parallax-link li.active > a:before {
  width: 100%;
}

.nav.flex-column li {
  margin-bottom: 1rem;
}

.nav.flex-column a {
  color: inherit;
  text-decoration: none;
}

.nav.flex-column .active a,
.nav.flex-column a:hover {
  color: #e12729;
}

.project-card-mobile {
  padding-top: 5.375rem;
}

.project-card-promo {
  height: 0;
  padding-bottom: 44.79166667%;
  background-size: cover;
  background-position: 50% 20%;
  overflow: hidden;
  transition: all 0.1s linear;
}

.project-info {
  padding-top: 4.875rem;
  padding-bottom: 1.125rem;
  border-bottom: #eaeaea 1px solid;
}

.project-info-item {
  margin-bottom: 3.5rem;
}

.project-info-title {
  margin-bottom: 1.25rem;
  font-size: 1.125rem;
  font-weight: 700;
  color: #000;
  text-transform: uppercase;
}

.project-info-descr {
  line-height: 1.625;
  color: #999;
}

.lead {
  font-weight: 400;
}

.lead-lg {
  font-size: 1.5rem;
}

.like-btn {
  width: 5rem;
  height: 5rem;
  border-radius: 5rem;
  background: #f4f6f6;
  border: #f4f6f6 1px solid;
  padding: 0;
  margin: 0;
  cursor: pointer;
  font-size: 2.25rem;
  color: #e12729;
}

.like-btn i {
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  transform: scale(1);
  transition: all 0.2s ease-in-out;
}

.like-btn:hover i {
  transform: scale(1.08);
}

.pager {
  letter-spacing: 0.025em;
}

.pager i {
  vertical-align: middle;
  line-height: 1;
  font-size: 1.25rem;
}

.pager .ion-ios-arrow-left {
  margin-right: 0.5rem;
}

.pager .ion-ios-arrow-right {
  margin-left: 0.5rem;
}

.pager a {
  color: #000;
  text-decoration: none;
}

.pager a:hover {
  color: #e12729;
}

.pagination {
  margin-top: 7rem;
  font-size: 0.875rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.page-link {
  border: none;
  padding: 0;
  background: 0 0;
  margin-right: 1.625rem;
  color: #999;
}

.page-item.disabled .page-link {
  color: #999;
  opacity: 0.3;
}

.page-item.active .page-link,
.page-link:hover {
  background: 0 0;
}

.page-item.active .page-link,
a.page-link:hover {
  color: #16171e;
}

.page-link i,
.page-link i:before {
  display: block;
  font-size: 1.5rem;
  line-height: 0.75;
}

.tags li {
  margin-right: 10px;
}

.tags .active .btn-outline-secondary,
.tags .btn-outline-secondary:hover,
.tags .btn-outline-secondary:not(:disabled):not(.disabled):active,
.theme-orange .tags .btn-outline-secondary:hover {
  background: 0 0;
  border-color: #16171e !important;
  color: #16171e !important;
}

.next-project {
  position: relative;
  background: #006985;
}

.next-project [class^="col-"] {
  position: static;
}

.next-project a {
  display: block;
  padding-top: 3.25rem;
  padding-bottom: 3rem;
  text-decoration: none;
  color: #fff;
}

.next-project-link {
  text-align: right;
}

.next-project-photo {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 100;
  background-size: cover;
  background-position: 50% 50%;
  opacity: 0;
  transition: all 0.5s 0.5s ease-in-out;
}

.prev-project-link .next-project-photo {
  left: 0;
  right: 50%;
}

.next-project-link .next-project-photo {
  left: 50%;
  right: 0;
}

.next-project a:hover .next-project-photo {
  opacity: 1;
}

.next-project .h3,
.next-project h3 {
  position: relative;
  top: 0;
  opacity: 1;
  font-size: 1.5rem;
  transition: all 0.4s 0.3s ease-in-out;
}

.next-project-promo {
  height: 24rem;
  padding-top: 5rem;
  padding-bottom: 5rem;
  display: flex;
  align-items: center;
  background-position: 50% 0;
  background-size: cover;
  text-align: center;
}

.next-title {
  margin-bottom: 1rem;
  font-size: 1.25rem;
  text-transform: uppercase;
}

.next-project .next-title {
  margin-bottom: 0.75rem;
  font-size: 1.125rem;
  color: #999;
  position: relative;
  top: 0;
  opacity: 1;
  transition: all 0.4s 0.2s ease-in-out;
}

.screen-item {
  border: #ccc 1px solid;
  margin-bottom: 30px;
  display: block;
}

.screen-item img {
  display: block;
  width: 100%;
}

.testimonial-text {
  margin-bottom: 5rem;
  letter-spacing: -0.025em;
  font-size: 1.5rem;
  line-height: 1.73333333;
}

.testimonial-item-lg .testimonial-text {
  font-size: 2.25rem;
  line-height: 1.66666667;
}

.testimonial-author {
  letter-spacing: 0.05em;
}

.testimonial-author.text-grey strong {
  color: #000;
}

.testimonial-author:after,
.testimonial-author:before {
  content: " - ";
}

@media (min-width: 768px) {
  .next-project-promo {
    height: 29.375rem;
  }

  .next-project a {
    padding-top: 5.625rem;
    padding-bottom: 5rem;
  }

  .next-project .h3,
  .next-project h3 {
    font-size: 1.875rem;
  }

  .testimonial-text {
    font-size: 1.875rem;
  }
}

.photo-list {
  overflow-x: hidden;
  overflow-y: visible;
}

.photo-item {
  overflow: hidden;
  text-align: center;
  margin-bottom: 5rem;
}

.photo-item img,
.photo-item-grey img,
.project-card-web-promo img {
  max-width: 100%;
}

.photo-item-grey {
  background: #dde2e4;
  padding: 7.29166667% 15px;
  text-align: center;
}

.photo-item-grey .inside {
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  box-shadow: rgba(146, 156, 160, 0.75) 0 2.5rem 9.375rem;
}

.photo-item-grey img {
  transform: scale(1);
  transition: all 0.5s ease-in-out;
}

.photo-item-grey .inside img {
  width: 100%;
}

.photo-item-grey-parallax {
  height: 0;
  padding-bottom: 72.72727273%;
  padding-top: 0;
  overflow: hidden;
  position: relative;
}

.inside-left {
  width: 60%;
  position: absolute;
  left: 10%;
  top: 40%;
  z-index: 10;
}

.inside-right {
  width: 60%;
  position: absolute;
  left: 43.03030303%;
  top: -96.66666667%;
}

.inside-center {
  width: 76.60606061%;
  position: absolute;
  left: 11.75757576%;
  top: 17.16666667%;
}

@media (min-width: 768px) {
  .photo-list {
    margin-bottom: -10.75rem;
  }

  .photo-item {
    margin-bottom: 14.375rem;
  }

  .photo-item.col-md-6:nth-child(odd) {
    text-align: right;
    padding-right: 4.42708333%;
  }

  .photo-item.col-md-6:nth-child(even) {
    text-align: left;
    padding-left: 4.42708333%;
  }
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-150px, 0, 0);
    transform: translate3d(-150px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-150px, 0, 0);
    transform: translate3d(-150px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(150px, 0, 0);
    transform: translate3d(150px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(150px, 0, 0);
    transform: translate3d(150px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.project-next-simple {
  font-size: 5rem;
  font-weight: 700;
  text-align: center;
}

.project-card-web-promo {
  background: #dde2e4;
  height: 0;
  padding-bottom: 52.08333333%;
  overflow: hidden;
  position: relative;
}

.project-card-web-promo .screen-mobile {
  position: absolute;
  left: 14.58333333%;
  top: 18.7962963%;
  width: 20.83333333%;
}

.project-card-web-promo .screen-desktop {
  position: absolute;
  left: 28.90625%;
  top: 18.7962963%;
  width: 59.0625%;
}

.pallete-list {
  margin-right: -4rem;
}

@media (max-width: 767px) {
  .pallete-list {
    margin-bottom: 5rem;
  }

  .project-card-web-promo {
    padding-bottom: 80%;
  }

  .project-card-web-promo .screen-desktop,
  .project-card-web-promo .screen-mobile {
    margin-top: 4rem;
  }
}

.pallete-item {
  display: inline-block;
  vertical-align: top;
  margin-right: 4rem;
  margin-bottom: 2.375rem;
  text-align: center;
}

.color {
  display: block;
  width: 3.75rem;
  height: 3.75rem;
  border-radius: 3.75rem;
  margin-bottom: 24px;
}

.color-title {
  color: #999;
  font-size: 0.875rem;
  text-transform: uppercase;
}

.article-content {
  font-size: 1.2rem;
  line-height: 1.3;
}

.article-content .fs20 {
  line-height: 1.5;
}

.article-content .fs20 p {
  margin-bottom: 1.5em;
}

.article-content p {
  margin-bottom: 1rem;
}

.article-content .h2,
.article-content h2 {
  margin-top: 5.5rem;
  margin-bottom: 1rem;
}

.article-content .h4,
.article-content h4 {
  margin-top: 3.75rem;
  margin-bottom: 2rem;
  font-family: libre baskerville, serif;
  letter-spacing: 0;
}

.article-content .h4:first-child,
.article-content h4:first-child {
  margin-top: 0;
}

.article-content .lead {
  margin-bottom: 50px;
  font-size: 1.5rem;
  color: #999;
  font-family: libre baskerville, serif;
  font-style: italic;
  line-height: 1.5;
  letter-spacing: -0.01em;
}

.article-content .dropcap:first-letter {
  float: left;
  margin-bottom: -1rem;
  margin-right: 1rem;
  font-size: 3.75rem;
  font-family: libre baskerville, serif;
  line-height: 1.275;
}

.article-content figure {
  margin-top: 3.5rem;
  margin-bottom: 4rem;
}

.article-content figure img {
  max-width: 100%;
  height: auto;
}

.article-content figcaption {
  display: block;
  margin-top: 1rem;
  text-align: center;
  font-size: 1rem;
  color: #999;
}

.article-content ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.article-content ul li {
  position: relative;
  padding-left: 2rem;
  margin-bottom: 1rem;
}

.article-content ul li:before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  background: #000;
  border-radius: 5px;
  position: absolute;
  left: 0;
  top: 0.7em;
}

.mask-skew {
  overflow: hidden;
  position: relative;
}

.mask-skew .mask {
  position: absolute;
  left: 100%;
  top: 0;
  bottom: 0;
  z-index: 100;
  width: 120%;
  animation-fill-mode: forwards;
}

.mask-skew .mask .inside {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  transform: skewX(-10deg);
  transform-origin: bottom;
}

.blockquote {
  margin-top: 4.5rem;
  margin-bottom: 4.125rem;
  text-align: center;
  font-size: 1.875rem;
  line-height: 1.53333333;
  letter-spacing: -0.025em;
}

.blockquote footer {
  margin-top: 2.5rem;
  position: relative;
  font-size: 0.875rem;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: #999;
}

.blockquote footer:before {
  content: "";
  display: block;
  width: 1.875rem;
  height: 1px;
  background: #a7a9b8;
  position: absolute;
  top: -1.25rem;
  left: 50%;
  transform: translate(-50%, 0);
}

.blockquote-status footer {
  text-transform: none;
  letter-spacing: 0;
}

.blockquote-status footer:before {
  display: none;
}

.article-carousel-promo .owl-nav [class*="owl-"] {
  display: none;
}

.article-carousel-promo .owl-dots {
  margin-top: 1rem;
}

.article-promo-item {
  display: block;
  min-height: 35rem;
  background-position: 50% 20%;
  background-size: cover;
  padding-top: 4rem;
  padding-bottom: 3rem;
  position: relative;
  text-decoration: none;
  display: flex;
  align-items: center;
}

.article-promo-item,
.article-promo-item a {
  color: #fff;
}

.article-carousel-promo-detail a:not(.btn) {
  text-decoration: underline;
}

.article-carousel-promo-detail a:not(.btn):hover {
  text-decoration: none;
}

.article-promo-item:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #000;
  opacity: 0.25;
}

.article-promo .article-promo-item:before {
  display: none;
}

.article-promo-item .btn-outline-light:hover {
  background: #e12729;
  border-color: #e12729;
  color: #fff;
}

.bnr {
  position: relative;
  background: #181b31;
  display: block;
}

.bnr-photo {
  opacity: 0.5;
}

.bnr-photo img {
  width: 100%;
  height: auto;
}

.bnr-content {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.25rem 1.25rem 1.875rem;
  text-align: center;
  color: #fff;
}

.bnr-title {
  font-size: 1.5rem;
  font-weight: 700;
}

.bnr-title-sub {
  margin-bottom: 10px;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}

@media (min-width: 576px) {
  .article-carousel-promo .owl-nav [class*="owl-"] {
    display: block;
  }

  .article-carousel-promo .owl-dots {
    display: none;
  }

  .article-promo-item {
    min-height: 39.375rem;
    padding: 10.625rem 4.75rem 3rem;
    align-items: flex-start;
  }

  .article-promo-item-md {
    min-height: 48.75rem;
  }
}

.news-info {
  border-bottom: #eaeaea 1px solid;
}

.news-info-item {
  margin-bottom: 3.375rem;
}

.news-info-title {
  margin-bottom: 2px;
  font-size: 0.75rem;
  color: #999;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.article-author {
  border-top: #e5e5e5 1px solid;
  border-bottom: #e5e5e5 1px solid;
  padding-top: 3.125rem;
  padding-bottom: 2.8125rem;
}

.article-author-photo {
  width: 5rem;
}

.avatar-photo {
  background-position: 50% 50%;
  border-radius: 50%;
  background-size: cover;
  background-image: url(../../index.html);
  background-repeat: no-repeat;
  overflow: hidden;
  position: relative;
}

.avatar-photo:before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 100%;
}

.avatar-photo a {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border-radius: 50%;
}

.article-author-name {
  margin-bottom: 0;
}

.article-author-name a {
  color: #181b31;
  text-decoration: none;
}

.article-author-name a:hover {
  text-decoration: underline;
}

.article-author-status {
  font-size: 0.875rem;
  color: #999;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.article-author-descr {
  margin-top: 10px;
  line-height: 1.625;
}

.comment-item {
  margin-bottom: 2rem;
}

.comment-item-photo {
  width: 4.375rem;
}

.comment-item-sub {
  margin-top: 1.75rem;
  margin-right: 1.25rem;
}

.comment-item-sub .comment-item-photo {
  width: 2.8125rem;
  margin-top: 0.25rem;
}

.comment-item-name {
  margin-top: 2px;
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: -0.025em;
}

.comment-item-name a {
  color: inherit;
}

.comment-item-date {
  margin-top: 0.375rem;
  font-size: 0.875rem;
  text-transform: uppercase;
  color: #999;
}

.comment-item-descr {
  margin-top: 0.375rem;
  line-height: 1.625rem;
  color: #666;
}

.comment-item-sub .comment-item-descr {
  margin-top: 0;
}

.comment-item .btn {
  margin-top: 0.875rem;
}

.img404 {
  width: 41.5rem;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 4.875rem;
}

.progress {
  border-radius: 0;
  height: 0.875rem;
  overflow: visible;
}

.progress-bar {
  position: relative;
  width: 0;
  transition: width 1s ease-in-out;
}

.progress-value {
  position: absolute;
  right: 0;
  bottom: 100%;
  margin-bottom: 0.5rem;
  color: #181b31;
  font-size: 1rem;
}

.filter-title {
  line-height: 1.625;
  color: #999;
  font-weight: 700;
  text-transform: uppercase;
}

.filter-location {
  letter-spacing: -0.025em;
  font-size: 2.25rem;
}

.filter-location a {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}

.filter-location .active a,
.filter-location a:hover {
  color: #e12729;
}

.job-item {
  margin-bottom: 4.625rem;
}

.job-item-title a {
  color: inherit;
}

.job-item-title {
  margin-bottom: 1rem;
}

.job-item-descr {
  line-height: 1.625;
  color: #666;
}

.job-item-category {
  margin-top: 1.75rem;
  text-transform: uppercase;
  letter-spacing: 0.025em;
}

.timer .divider,
.timer-item {
  display: inline-block;
  vertical-align: top;
  text-align: center;
}

.timer-item {
  min-width: 5.25rem;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  color: #999;
}

.timer-item span {
  display: block;
  margin-bottom: 0.5rem;
  font-size: 3rem;
  font-family: libre baskerville, serif;
  color: #000;
  line-height: 1;
}

.timer .divider {
  margin-top: 0.25rem;
}

.timer .divider:before {
  content: ":";
  font-size: 1.5rem;
  color: #999;
  font-weight: 700;
}

@media (min-width: 576px) {
  .timer-item {
    min-width: 7.25rem;
    padding-left: 1.625rem;
    padding-right: 1.625rem;
  }
}

.stage-list {
  padding-bottom: 3.75rem;
}

.stage-item {
  background: #f5f5f5;
}

.stage-item-photo {
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.stage-item-photo img {
  width: 100%;
}

.no-gutters > .stage-item-detail,
.stage-item-detail {
  padding: 4rem 4.5rem 3.5rem;
}

.stage-item .mask-skew .mask .inside {
  background-color: #f5f5f5;
}

.stage-item-num {
  margin-bottom: 2rem;
  font-size: 2.25rem;
  font-family: libre baskerville, serif;
  font-weight: 700;
}

.stage-item-title {
  margin-bottom: 0.75rem;
  font-size: 2.75rem;
  font-weight: 400;
  letter-spacing: -0.025em;
}

@media (min-width: 1200px) {
  .no-gutters > .stage-item-detail,
  .stage-item-detail {
    padding: 7rem 7.5rem 6.625rem;
  }

  .stage-item-num {
    margin-bottom: 4.75rem;
  }

  .stage-item-title {
    font-size: 3.75rem;
  }
}

.member-item {
  margin-bottom: 4rem;
}

.member-item-photo {
  position: relative;
  height: 0;
  padding-bottom: 100%;
  margin-bottom: 1.875rem;
}

.member-item-photo img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.member-item-name {
  margin-bottom: 0.25rem;
  font-size: 1.5rem;
  font-family: libre baskerville, serif;
  font-weight: 700;
}

.member-item-name a {
  color: inherit;
}

.member-item-status {
  font-size: 0.875rem;
  text-transform: uppercase;
  color: #666;
}

.member-become {
  display: block;
  position: relative;
  height: 0;
  width: 100%;
  padding-bottom: 100%;
  background: #f4f6f6;
  text-align: center;
  text-decoration: none;
}

.member-become .inside {
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  padding: 1rem 10% 2rem;
  transform: translate(-50%, -50%);
}

.member-become .icon {
  display: block;
  font-size: 3.75rem;
  color: #ccc;
}

.member-become-title {
  display: block;
  margin-top: 1.5rem;
  font-size: 1.875rem;
  line-height: 1.53333333;
  font-family: libre baskerville, serif;
  text-transform: uppercase;
  font-weight: 700;
  color: #000;
}

.service-promo-item {
  background: #f8f8f9;
  margin-bottom: 6.25rem;
}

.service-promo-item:last-child {
  margin-bottom: 0;
}

.service-promo-item-photo {
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.service-promo-item-photo img {
  width: 100%;
}

.no-gutters > .service-promo-item-detail,
.service-promo-item-detail {
  background: #f5f5f5;
  padding: 4rem 4.5rem 3.5rem;
}

.service-promo-item-title {
  margin-bottom: 18px;
  font-size: 3rem;
  font-weight: 700;
  letter-spacing: -0.025em;
}

.service-promo-item .nav.flex-column li {
  margin-bottom: 0.625rem;
}

@media (min-width: 1200px) {
  .no-gutters > .service-promo-item-detail,
  .service-promo-item-detail {
    padding: 5rem 3.75rem 5rem 6.125rem;
  }
}

.progress-item {
  border-top: #e2e2e2 1px solid;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.progress-item:first-child {
  border-top: none;
}

.progress-item-num {
  padding-bottom: 0.75rem;
  font-size: 5rem;
  font-weight: 700;
  color: #e12729;
  line-height: 1.1;
}

.progress-item-title {
  margin-bottom: 0.5rem;
  font-size: 2.25rem;
  font-weight: 700;
  letter-spacing: -0.025em;
}

@media (min-width: 768px) {
  .fixed-footer .wrapper {
    position: relative;
    z-index: 200;
    margin-bottom: 51.875rem;
    background: #fff;
  }

  .fixed-footer-lg .wrapper {
    margin-bottom: 59.375rem;
  }

  .fixed-footer .footer {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 100;
  }
}

.footer-content {
  padding-top: 3rem;
  padding-bottom: 0;
  line-height: 1.625;
  color: #666;
}

.contact-item,
.twitter-item {
  margin-bottom: 0.875rem;
}

.contact-item a,
.twitter-item a {
  color: #000;
  text-decoration: underline;
}

.contact-item a:hover,
.twitter-item a:hover {
  text-decoration: none;
}

.social {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 1.125rem;
}

.footer-content .social {
  margin-top: 3.125rem;
}

.social li {
  display: inline-block;
  vertical-align: top;
  margin-right: 1.5rem;
  margin-bottom: 0.5rem;
}

.social a {
  transition: color 0.2s ease-in-out;
  color: #000;
}

.social a:hover {
  color: #e12729;
  text-decoration: none;
}

.social-rounded {
  margin-right: -0.625rem;
  font-size: 20px;
}

.social-rounded li {
  margin-right: 0.625rem;
  margin-bottom: 1rem;
}

.social-rounded a {
  display: inline-block;
  border-radius: 2.5rem;
  width: 2.5rem;
  height: 2.5rem;
  border: #ccc 1px solid;
  background: #007f4e;
  text-align: center;
  line-height: 2.0rem;
  transition: all 0.2s ease-in-out;
}

.social-rounded a i {
  color: white;
}

/* .social-rounded a:hover {
    background: #E12729 !important;
    border-color: #E12729 !important;
    color: #fff
} */

.social-rounded i {
  display: inline-block;
  vertical-align: middle;
  line-height: 0.75;
}

.social-rounded i:before {
  display: block;
  line-height: 0.75;
}

.social-follow,
.social-rounded .socicon-facebook,
.social-rounded .socicon-tumblr,
.social-rounded .socicon-twitter {
  font-size: 1rem;
}

.social-rounded .socicon-rss {
  font-size: 0.875rem;
}

.social-follow li {
  vertical-align: middle;
  margin-right: 0.25rem;
  margin-bottom: 0.5rem;
}

.social .social-title {
  padding-bottom: 0.125rem;
  margin-right: 1rem;
  font-size: 0.875rem;
  text-transform: uppercase;
  color: #999;
}

.social-follow a {
  width: 1.875rem;
  height: 1.875rem;
  line-height: 1.65;
  color: #fff;
}

.social-rounded .follow-facebook {
  background: #3b5999;
  border-color: #3b5999;
}

.social-rounded .follow-twitter {
  background: #55acee;
  border-color: #55acee;
}

.social-rounded .follow-googleplus {
  background: #dd4b39;
  border-color: #dd4b39;
}

.social-rounded.social-follow i {
  font-size: 0.75rem;
}

.social-rounded.social-follow .socicon-googleplus {
  font-size: 1rem;
}

.social-rounded .follow-tumblr {
  background: #2b4b6a;
  border-color: #2b4b6a;
}

.social-rounded .follow-rss {
  background: #fb7000;
  border-color: #fb7000;
}

.social-fixed,
.social-rounded-fixed {
  position: fixed;
  left: 15px;
  bottom: 0;
  z-index: 400;
}

.social-fixed li {
  display: block;
  margin-right: 0;
  margin-bottom: 2.125rem;
}

.social-rounded-fixed {
  left: auto;
  right: 15px;
  margin-right: -0.625rem;
  bottom: 5.62963vmin;
}

.social-rounded-fixed li {
  margin-bottom: 0;
}

.social-rounded-dark a {
  border-color: #007f4e;
}

.socicon-googleplus {
  font-size: 1.375rem;
}

.ion-social-rss {
  font-size: 16px;
}

.ion-social-facebook,
.ion-social-twitter,
.ion-social-vimeo {
  font-size: 18px;
}

.twitter-date {
  margin-top: 0.625rem;
  color: #999;
  text-transform: uppercase;
  font-size: 0.875rem;
}

.footer .section-item-title {
  margin-bottom: 2.375rem;
}

.establised {
  display: none;
  position: fixed;
  left: 34px;
  top: 50%;
  z-index: 11;
  margin-top: -1.625rem;
  text-transform: uppercase;
  letter-spacing: 0.625rem;
  color: #999 !important;
  font-size: 1.125rem;
  transform: rotate(-90deg) translate(-50%, 0);
  transform-origin: bottom left;
}

.copyright-fixed {
  position: fixed;
  left: 15px;
  padding-bottom: 0.5rem;
  bottom: 4.62962963vmin;
  z-index: 300;
  color: #000;
  text-transform: uppercase;
}

.copyright-fixed i {
  margin-top: -2px;
  vertical-align: middle;
  margin-right: 0.75rem;
  font-size: 1.5rem;
  line-height: 0.75;
}

.copyright-fixed a {
  color: inherit;
}

@media (min-width: 576px) {
  .establised {
    display: block;
  }
}

@media (min-width: 1600px) {
  .social-fixed {
    left: 3.75rem;
  }

  .social-rounded-fixed {
    right: 1.75rem;
  }

  .copyright-fixed {
    left: 3.75rem;
  }

  .establised {
    left: 2.5rem;
  }
}

.site-info {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.copyright {
  text-align: center;
  text-transform: uppercase;
}

@media (min-width: 768px) {
  .footer-content {
    padding-top: 11.25rem;
    padding-bottom: 7.5rem;
  }

  .site-info {
    padding-top: 4.5rem;
    padding-bottom: 5.375rem;
  }
}

@media (max-width: 767px) {
  .footer-content,
  .footer-content .text-right {
    text-align: center !important;
  }
}

.more.fs14 {
  letter-spacing: 0.05em;
}

.footer-red {
  background: #e12729;
  color: #fff;
}

.footer-red .footer-content {
  color: #fcc;
}

@media (min-width: 768px) {
  .fixed-footer-md .footer-content {
    padding-top: 15.92592593vmin;
    padding-bottom: 6.48148148vmin;
  }

  .fixed-footer-md .site-info {
    padding-top: 5.74074074vmin;
    padding-bottom: 5.74074074vmin;
  }
}

.footer-red .social a,
.footer-red .twitter-date {
  color: #f99;
}

.footer-red .contact-item a,
.footer-red .h2-3d,
.footer-red .section-item-title,
.footer-red .social a:hover,
.footer-red .twitter-item a,
.footer-red a {
  color: #fff;
}

.footer-red .site-info {
  border-top-color: #c33;
}

.theme-orange .article-item-category,
.theme-orange .article-item-category a,
.theme-orange .article-item-info a:hover,
.theme-orange .article-item-mini .article-item-title a:hover,
.theme-orange .btn-outline-secondary:hover,
.theme-orange .filter-location .active a,
.theme-orange .filter-location a:hover,
.theme-orange .menu-lang-item.active,
.theme-orange .menu-lang-item:hover,
.theme-orange .menu-main a:before,
.theme-orange .nav-inline.text-black .active a,
.theme-orange .nav-inline.text-black a:hover,
.theme-orange .nav-toggle-btn:hover,
.theme-orange .nav.flex-column .active a,
.theme-orange .nav.flex-column a:hover,
.theme-orange .navbar-nav a:before,
.theme-orange .pager a:hover,
.theme-orange .social:not(.social-rounded) a:hover,
.theme-orange .text-primary,
.theme-orange a.text-primary:hover {
  color: #e12729 !important;
}

.theme-orange .btn-primary,
.theme-orange .nav-toggle-btn:hover .stick,
.theme-orange .owl-theme .owl-dots .owl-dot.active span:before,
.theme-orange .owl-theme .owl-dots .owl-dot:hover span:before,
.theme-orange .social-rounded a:hover {
  background-color: #e12729;
}

.theme-orange .bg-primary {
  background-color: #e12729 !important;
}

.theme-orange .btn-primary.focus,
.theme-orange .btn-primary:focus,
.theme-orange .btn-primary:not(:disabled):not(.disabled).active:focus,
.theme-orange .btn-primary:not(:disabled):not(.disabled):active:focus,
.theme-orange .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 0, 0, 0.5);
}

.theme-orange .btn-primary:hover,
.theme-orange .btn-primary:not(:disabled):not(.disabled).active,
.theme-orange .btn-primary:not(:disabled):not(.disabled):active,
.theme-orange .show > .btn-primary.dropdown-toggle {
  background-color: red;
  border-color: red;
}

.theme-orange .btn-outline-secondary:hover,
.theme-orange .btn-primary,
.theme-orange .owl-theme .owl-dots .owl-dot.active span,
.theme-orange .social-rounded a:hover {
  border-color: #e12729;
}

.theme-yellow .brand-name,
.theme-yellow .menu-lang-item.active,
.theme-yellow .menu-lang-item:hover,
.theme-yellow .menu-main a:before,
.theme-yellow .nav-toggle-btn:hover,
.theme-yellow .navbar-nav a:before,
.theme-yellow .social:not(.social-rounded) a:hover,
.theme-yellow .text-primary {
  color: #e12729 !important;
}

.theme-yellow .btn-play:hover,
.theme-yellow .btn-primary,
.theme-yellow .nav-toggle-btn:hover .stick,
.theme-yellow .social-rounded a:hover {
  background-color: #007f4e;
}

.theme-yellow .btn-play,
.theme-yellow .btn-primary,
.theme-yellow .social-rounded a:hover {
  border-color: #007f4e;
}

.theme-white .brand-name,
.theme-white .navbar-nav > ul > li > a:before,
.theme-white .text-primary {
  color: #fff !important;
}

.theme-white .btn-play:hover,
.theme-white .btn-primary,
.theme-white .nav-toggle-btn:hover .stick,
.theme-white .social-rounded a:hover {
  background-color: #fff;
  color: #000;
}

.theme-white .menu-lang-item.active,
.theme-white .menu-lang-item:hover,
.theme-white .menu-main a:before {
  color: #000;
}

.body-menu-opened .theme-white .nav-toggle-btn:hover .stick {
  background-color: #000;
}

.theme-white .btn-play,
.theme-white .btn-primary,
.theme-white .social-rounded a:hover {
  border-color: #fff;
}

.body-menu-opened .theme-white .social-rounded a:hover {
  border-color: #000;
}

@media (min-width: 768px) {
  html {
    font-size: 13px;
  }
}

@media (min-width: 992px) {
  html {
    font-size: 14px;
  }
}

@media (min-width: 1280px) {
  html {
    font-size: 15px;
  }
}

@media (min-width: 1600px) {
  html {
    font-size: 16px;
  }
}

.thm {
  vertical-align: baseline;
  opacity: 0;
}

a {
  color: #007f4e;
}

a:hover {
  color: #e12729;
}

.piling-project-title a:hover,
.slide-dark .piling-project-title a:hover {
  text-decoration: none;
}

.piling-project-box-inner {
  border: 1px solid #007f4e2e;
  padding: 20px 30px;
  height: auto;
  position: relative;
  border-radius: 5px;
  background: rgb(67 67 67);
}

.piling-project-box-inner h3 + img {
  border-radius: 5px;
  margin-bottom: 7px;
}

.piling-project-box-inner video {
  border-radius: 5px;
}

.piling-project-item {
  margin-bottom: 30px;
}

.piling-project-box-inner:hover {
  background: rgb(36 67 55);
}

.piling-project-detail {
  position: absolute;
  bottom: 20px;
}

.list-style-1 li {
  position: relative;
}

.list-style-1 li:before {
  content: "";
  position: absolute;
  top: 15px;
  left: -20px;
  background: #e12729;
  width: 10px;
  height: 2px;
}

.pt-50 {
  padding-top: 50px;
}

.project-photo-item p {
  font-size: 18px;
  line-height: 28px;
  margin-top: 30px;
  padding: 0 50px;
}

.project-list-flash .grid-item {
  margin-bottom: 25px;
}

.list-style-2 {
  list-style: none;
}

.list-style-2 li {
  position: relative;
  font-size: 1.2rem;
  color: #666;
  line-height: 1.3;
  margin: 6px 0;
}

.list-style-2 li:before {
  content: "";
  position: absolute;
  top: 12px;
  left: -25px;
  background: #e12729;
  width: 15px;
  height: 2px;
}

.download-catalog {
  position: fixed;
  top: 50%;
  right: -70px;
  background: #006985;
  z-index: 999;
  transform: rotate(90deg);
  padding: 10px 25px;
}

.download-catalog a {
  font-size: 16px;
  color: #fff;
}

.color-green {
  color: #e12729;
}

.color-blue {
  color: #007f4e !important;
}

.footer-links-right {
  list-style: none;
}

.footer-links-right li {
  float: left;
  padding: 0 10px;
}

.footer-links-right li a {
  font-size: 18px;
}

.footer-links-right li a:hover {
  color: #ccc;
}

.product-inner-hr {
  padding-bottom: 30px;
}

.gallery-img img {
  width: 100%;
}

.text-black {
  color: #000 !important;
}

.custom-nav.nav-square.owl-theme .owl-nav [class*="owl-"] {
  border: none;
}

.custom-nav .owl-prev .arrow {
  left: -50px;
}

.custom-nav .owl-next .arrow {
  right: -50px;
}

.custom-nav.nav-square.owl-theme .owl-nav [class*="owl-"]:hover:not(.disabled) {
  background-color: transparent;
}

.custom-nav .owl-next:not(.disabled):hover .arrow-bottom:after,
.custom-nav .owl-next:not(.disabled):hover .arrow-top:after,
.custom-nav .owl-prev:not(.disabled):hover .arrow-bottom:after,
.custom-nav .owl-prev:not(.disabled):hover .arrow-top:after {
  background-color: #006985;
}

.nav {
  display: flex;
  position: relative;
}

.nav a {
  display: block;
  text-decoration: none;
}

.nav > li > a {
  padding: 5px 0;
}

.nav > li {
  position: relative;
}

.nav > li > ul {
  background: rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 100%;
  left: 0;
  opacity: 0;
  visibility: hidden;
}

.nav > li > ul > li > a {
  padding: 10px;
}

.nav > li > ul > li > a:hover {
  background-color: rgba(0, 0, 0, 0.15);
}

.nav > li:hover > ul {
  opacity: 1;
  visibility: visible;
  width: 100%;
  left: 0;
  min-width: 300px;
  list-style: none;
  padding: 10px;
  background: #f2f2f2;
  min-height: 300px !important;
}

.nav .big-nav {
  position: static;
}

.nav .big-nav > ul {
  min-height: 400px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.1);
}

.nav .big-nav > ul > li {
  width: 25%;
  padding: 10px;
  border-right: 1px solid #00b38f;
}

.nav .big-nav > ul > li > a {
  padding: 5px;
  display: block;
}

.nav .big-nav > ul > li > ul {
  display: none;
  position: absolute;
  top: 0;
  left: 25%;
  width: 75%;
}

.nav .big-nav > ul > li.show > ul {
  display: block;
}

.nav .big-nav > ul > li > ul > li.industrial_electronics,
.nav .big-nav > ul > li > ul > li.power_quality {
  width: 25%;
  float: unset;
}

.nav .big-nav > ul > li > ul > li {
  display: block;
  width: 100%;
  float: left;
}

.nav .big-nav > ul > li > ul > li.col3 {
  width: 25%;
  padding: 0;
}

.nav .big-nav > ul > li > ul > li > a {
  font-weight: 700;
  font-size: 14px;
  border-bottom: 1px solid #00b38f;
}

.nav .big-nav > ul > li > ul > li a {
  padding: 10px;
  font-size: 14px;
}

.nav .big-nav > ul > li > ul > li.col3 ul {
  list-style: none;
  padding: 0;
}

#header .header-logo {
  float: left;
}

#header .inner {
  float: right;
}

.mt0 {
  margin-top: 0 !important;
}

.mobile_slider {
  width: 350px;
}

.mob_slider.owl-carousel .owl-item,
.mob_slider.owl-carousel .owl-item img {
  width: 350px;
}

.download_application .download {
  font-size: 100px;
  line-height: 1;
  text-align: center;
  color: #fff;
}

.download_application:hover .download,
.download_application:hover h3 {
  color: #00b38f !important;
}

.download_application {
  text-align: center;
  display: block;
  padding: 20px;
  background: #007f4e;
}

.form-group i {
  position: absolute;
  left: 0;
  top: 15px;
  color: #777;
}

.form-group {
  position: relative;
  padding-left: 10px;
}

.form-control {
  color: #777;
}

.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #777;
  outline: 0;
  box-shadow: unset;
}

.industrial_electronics a,
.power_quality a {
  border: none !important;
}

.nav-link[data-toggle].collapsed:after {
  content: "▾";
}

.nav-link[data-toggle]:not(.collapsed):after {
  content: "▴";
}

#main {
  transition: 0.5s;
  position: relative;
  transform: translateX(0);
}

#main.nav-open {
  transform: translate3d(300px, 0, 0);
}

nav.open {
  transform: translateX(0);
}

.nav-level {
  position: absolute;
  height: 100%;
  width: 100%;
  background: transparent;
  /* top: 70px; */
  left: 0;
  z-index: 1;
}

.nav-overlay:before {
  width: 100%;
  height: 100%;
  background: 0 0;
  opacity: 1;
}

.nav-overlay:after {
  background: rgba(0, 0, 0, 0.3);
  -webkit-transition: opacity 0.3s, width 0.1s 0.3s, height 0.1s 0.3s;
  -moz-transition: opacity 0.3s, width 0.1s 0.3s, height 0.1s 0.3s;
  transition: opacity 0.3s, width 0.1s 0.3s, height 0.1s 0.3s;
}

.nav-overlay:after,
.nav-overlay:before {
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  content: "";
  opacity: 0;
}

nav.open .nav-overlay ul li {
  box-shadow: inset 0 0 0 0 transparent;
}

nav.open .nav-overlay:after {
  width: 100%;
  height: 100%;
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

#menu-main-new ul {
  padding: 0;
  margin: 0;
}

#menu-main-new ul li {
  list-style: none;
  padding: 15px 0;
  text-align: left;
  background: transparent;
  float: none !important;
  display: block !important;
  transition: 0.5s !important;
}

#menu-main-new ul li a {
  font-size: 16px;
  text-decoration: none;
  cursor: pointer;
  padding: 0;
  /* text-align: right; */
  color: white;
}

#menu-main-new .submenu ul li a {
  font-size: 16px;
  line-height: 24px;
  color: black;
}

#menu-main-new .back {
  text-align: left;
  padding: 20px;
  background: #dadada;
  cursor: pointer;
  transition: 0.3s;
  color: #2d2d2d;
  height: 60px;
  font-size: 0.9rem;
  display: flex;
}

#menu-main-new .back:hover {
  background-color: rgba(0, 0, 0, 0.1);
}

#menu-main-new .back.back-icon {
  position: relative;
}

#menu-main-new .back.back-icon:after,
#menu-main-new .back.back-icon:before {
  content: "";
  position: absolute;
  background: #2d2d2d;
}

#menu-main-new .back.back-icon:before {
  width: 8px;
  height: 1px;
  transform: rotate(45deg);
  top: 27px;
  right: 58px;
}

#menu-main-new .back.back-icon:after {
  width: 1px;
  height: 8px;
  transform: rotate(45deg);
  right: 62px;
  top: 29px;
}

#menu-main-new .submenu {
  border-radius: 5px;
  position: absolute;
  width: 100%;
  height: auto;
  background: #ffffff;
  left: 0;
  transition: 0.3s;
  transform: translate3d(100%, 0, 0);
  top: 0;
  border-top: none;
  opacity: 0;
  padding: 10px;
  pointer-events: none;
}

.submenuUl {
  position: relative;
  background: white;
}

.submenuUl li a {
  color: black;
}

#menu-main-new .submenu.open {
  transform: translate3d(40px, 0, 0);
  opacity: 1;
  pointer-events: visible;
}

.hamburger {
  float: right;
  padding: 48px 0 15px;
  cursor: pointer;
  transition-property: opacity, filter, translate3d;
  transition-duration: 0.5s;
  transition-delay: 0.5s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  position: absolute;
  right: 60px;
  z-index: 5;
  overflow: visible;
}

.hamburger:hover {
  opacity: 0.7;
}

.hamburger-box {
  width: 40px;
  height: 24px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}

.hamburger-inner,
.hamburger-inner::after,
.hamburger-inner::before {
  width: 40px;
  height: 2px;
  background-color: #fff;
  border-radius: 1px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}

.hamburger-inner::after,
.hamburger-inner::before {
  content: "";
  display: block;
}

.hamburger-inner::before {
  top: -10px;
}

.hamburger-inner::after {
  bottom: -10px;
}

.hamburger--squeeze .hamburger-inner {
  transition-duration: 75ms;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--squeeze .hamburger-inner::before {
  transition: top 75ms 0.12s ease, opacity 75ms ease;
}

.hamburger--squeeze .hamburger-inner::after {
  transition: bottom 75ms 0.12s ease,
    transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--squeeze.is-active .hamburger-inner {
  transform: rotate(45deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--squeeze.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 75ms ease, opacity 75ms 0.12s ease;
}

.hamburger--squeeze.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 75ms ease,
    transform 75ms 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

nav.open + .hamburger .hamburger-inner {
  background: #2d2d2d;
}

nav.open + .hamburger .hamburger-inner:after,
nav.open + .hamburger .hamburger-inner:before {
  background: #2d2d2d;
}

.logo {
  margin-left: 60px;
  z-index: 5;
}

.logo-brand {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  font-size: 30px;
  text-transform: uppercase;
  background: url(https://uicookies.com/) left top no-repeat;
  top: 40px;
  position: relative;
  width: 117px;
  height: 40px;
  text-indent: -999999px;
  z-index: 5;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
  float: left;
}

.hero-view {
  background: url(../../../images.unsplash.com/reserve/91JuTaUSKaMh2yjB1C4A_IMG_92845081.jpg?dpr=1&amp;auto=format&amp;fit=crop&amp;w=1500&amp;h=1000&amp;q=80&amp;cs=tinysrgb&amp;crop=);
  height: 100vh;
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: cover;
  background-position: 0 50%;
  transform: translateY(-60px);
}

.hero-view .hero-view__overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: -1;
  top: 0;
}

.hero-view .hero-view__content {
  text-align: center;
  color: #fff;
}

.hero-view .hero-view__content h1 {
  font-weight: 300;
  font-size: 3rem;
}

#menu-main-new .submenu.open h3 {
  color: #007f4e;
}

.footer-content-flash a,
.footer-flash-about a,
.footer-links-right a {
  color: #fff;
}

.m-auto-0 {
  margin: 0 auto;
}

.ml-30 {
  margin-left: 30px;
}

.pt-12vmin {
  padding-top: 12.666667vmin;
}

.translate-right {
  position: absolute;
  right: 180px;
  top: 25px;
}

.customized-projects .solution-collapse-item .solution-collapse-item-title {
  font-family: Karla;
  background: #f2f2f2;
  padding: 12px 15px;
}

button.footer-btn {
  font-size: 18px;
  border: none;
  background: #006985;
  padding: 5px 25px;
  color: #fff;
}

.social-rounded i {
  font-size: 14px;
}

.inner-content-p p {
  position: relative;
  font-size: 18px;
  color: #666;
  line-height: 28px;
  margin: 8px 0;
}

.service-promo-item-detail .nav.flex-column a {
  cursor: unset;
}

::selection {
  background-color: unset !important;
  color: unset !important;
  text-shadow: unset !important;
}

.project-next-simple {
  padding: 100px 0;
}

.industry .container-fluid {
  padding-left: 150px;
  padding-right: 150px;
}

.service-promo-list {
  cursor: pointer;
}

.pt-4rem {
  padding-top: 4rem !important;
}

.section.pp-scrollable.slide.slide4.customers-section .slide-container {
  padding-top: 16vmin;
}

.bg-letter-35 img {
  width: auto;
}

.industry-letter-img img {
  width: 100%;
  margin-top: -60px;
  border-radius: 5px 5px 0 0;
}

.a-reviews-carousel.owl-carousel {
  overflow: hidden;
}

.a-reviews-carousel.owl-carousel .owl-stage-outer {
  width: 100%;
}

.slide.slide4.industry .slide-container {
  padding-top: 8vmin !important;
}

.slide.slide4.industry.news-section .slide-container {
  padding-top: 17vmin !important;
}

.slide.slide4.industry.videos video {
  border-radius: 10px;
}

.slide.slide4.customers-section h2 {
  margin-bottom: 3vmin;
  font-size: 4.5vmin;
}

.slide.slide4.customers-section .more-total-lg {
  margin-top: 2rem;
}

.slide.slide7 .slide-container {
  padding-top: 13vmin;
}

.industry-text {
  font-size: 18px;
  margin-top: 40px;
  line-height: normal;
  margin-bottom: 0;
}

.slide.slide4.industry h2.section-item-title.font-libre {
  margin-bottom: 25px;
}

.preloader {
  position: fixed;
  overflow: hidden;
  z-index: 999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  color: #4b4b4b;
  text-align: center;
}

.spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50px;
  height: 50px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.double-bounce1,
.double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #007f4e;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-bounce 1s infinite ease-in-out;
  animation: sk-bounce 1s infinite ease-in-out;
}

.double-bounce2 {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}

@-webkit-keyframes sk-bounce {
  0%,
  100% {
    -webkit-transform: scale(0);
  }

  50% {
    -webkit-transform: scale(1);
  }
}

@keyframes sk-bounce {
  0%,
  100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }

  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}

.home-footer {
  position: absolute;
  bottom: 50px;
}

.home-footer a {
  padding: 0 20px 0 0;
  font-size: 18px;
}

.align-items-center {
  align-items: center;
}

.feedback-btn {
  float: left;
}

.feedback-btn input {
  float: left;
  margin-top: 20px;
}

.feedback-btn i {
  float: left;
  margin-top: 35px;
  margin-left: 10px;
}

/* =================news start================== */
.card-img-overlay {
  top: auto !important;
}

.card-img-overlay h3 {
  font-size: 22px;
  margin-top: 15px;
}

.card-img-overlay p {
  font-size: 14px;
}

.card-img-overlay span {
  background: white;
  color: black;
  border-radius: 15px;
  padding: 5px 10px;
  font-size: 12px;
  font-weight: bold;
}

/* =================news end================== */

/* =================discover start================== */
.discover ul {
  list-style: none;
  display: flex;
  padding-left: 50px;
  padding-right: 50px;
}

.discover ul li {
  padding: 40px;
  position: relative;
  background-size: cover;
  background-position: center;
  transition: background-color 0.3s ease-in-out;
  min-height: 36rem;
  height: 36rem;
  width: 100%;
  transition: width 0.3s ease;
  text-align: left;
}

.discover ul li:hover {
  width: 120%;
  transition: width 0.3s ease;
}

.discover ul li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.4);
  opacity: 1;
  transition: opacity 0.3s ease-in-out;
}

.discover ul li:hover::before {
  opacity: 0;
}

.discover ul li i {
  color: #fff;
  position: absolute;
  cursor: pointer;
  top: 60px;
  right: 50px;
  z-index: 1;
}

.discover ul li p {
  margin-top: 50px;
  font-size: 1.05rem;
  line-height: 24px;
  text-align: justify;
}

.discover ul li i:hover {
  color: #007f4e;
}

.discover ul li div .underline {
  right: 20px;
  bottom: 20px;
  position: absolute;
}

.discover ul li div a {
  font-size: 1.2rem;
}

.discover ul li h4 {
  color: #ffffff;
  top: 90px;
  position: absolute;
  font-family: "NanumGothic-Bold.ttf";
  left: 64px;
  z-index: 1;
}

.text-green {
  color: #007f4e !important;
}

.discover ul li div {
  background: #ffffffd6;
  padding: 40px 25px;
  border-radius: 5px;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.discover .slide-container {
  padding-top: 150px;
}

/* =================discover end================== */

/* =================director start================== */
.director .goal {
  display: flex;
  padding: 90px 120px 0 120px;
}

.director .goal .goalImg {
  width: 45%;
}

.director .goal .goalImg img {
  height: 100%;
}

.director .goal .goalText {
  background-image: url("../images/nateBg.jpg");
  color: white;
  text-align: left;
  padding: 150px 100px 100px 100px;
  width: 55%;
  background-size: cover;
  background-repeat: no-repeat;
}

.director .goal .goalText p {
  line-height: 30px;
  text-align: justify;
}

.director .goal .goalText h2::after {
  display: block;
  width: 3.5rem;
  height: 0.425rem;
  margin: 1.25rem 0 0;
  content: "";
  background-color: white;
}

/* ================= director end================== */

/* =================about start================== */

.hdrTop {
  padding-top: 30px;
}

.main {
  margin-top: 10px;
}

.about-bg-text {
  background-image: url("../images/bg3.png");
  background-size: cover;
  height: 100vh;
  width: 100%;
  background-repeat: no-repeat;
}

.common-section {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 100vh;
  width: 100vw;
}

.scroll-animation {
  /* opacity: 0; */
  transform: translateY(-20px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
  font-size: 18px;
  font-weight: 500;
  color: #514f4f;
  line-height: 1.3;
}

.scroll-animation.visible {
  opacity: 1;
  transform: translateY(0);
  font-weight: 500;
}

.about-img {
  max-height: 100%;
  max-width: 100%;
  height: 380px;
  border-radius: 10px;
  margin-left: 50px;
}

.container-page {
  /* position: relative; */
  height: 100%;
  width: 100%;
  /* overflow: hidden; */
  padding: 25px 50px;
  background: #f7f7f7;
  /* transition: background-color 0.75s ease 1.5s;  */
}

.container-page::before {
  /* content: "";
    position: absolute;
    background: #f7f7f7;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transform: translateX(-100%);
    animation: slide-in 0.75s ease-in forwards;
    animation-delay: 0.75s; */
}

.container-page {
  /* position: relative; */
  height: 100%;
  width: 100%;
  /* overflow: hidden; */
  padding: 25px 50px;
  /* background: #232323; */
  /* transition: background-color 0.75s ease 1.5s; */
}

@keyframes slide-in {
  to {
    transform: translateX(0);
  }
}

.header-page {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  color: #007f4e;
  font-size: 4vh;
  margin-top: 30px;
  margin-left: 46px;
}

.header-page > h1 {
  opacity: 0;
  transform: translateX(35px);
  animation: fade-in 0.6s ease-in-out forwards;
  animation-delay: 1.5s;
  width: 100%;
}

@keyframes fade-in {
  to {
    transform: translateX(0);
    opacity: 1;
  }
}

.img-container-page {
  position: relative;
  height: calc(90% - 75px);
  justify-content: center;
  flex-direction: column;
  align-items: center;
  background: transparent;
  overflow: hidden;
  transform: scale(1.2);
  animation: shrink 0.75s ease-in forwards;
  animation-delay: 0.75s;
}

@keyframes shrink {
  to {
    transform: scale(1);
  }
}

.img-container-page::before,
.img-container-page::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 50%;
  background: white;
  z-index: 1;
  animation: reveal 0.75s ease-in forwards;
}

.img-container-page::before {
  top: 0;
  --factor: -1;
}

.img-container-page::after {
  bottom: 0;
  --factor: 1;
}

@keyframes reveal {
  to {
    transform: translateY(calc(100% * var(--factor)));
  }
}

.headH .headSub {
  max-width: none;
}

.headH .headSub::before {
  content: "About";
}

.aboutAuthor .aboutCont {
  justify-content: center;
  position: relative;
  display: flex;
  max-width: 95%;
  margin: auto;
  padding: 80px 30px 37px 30px;
  background: #ffffff9e;
  box-shadow: 0 10px 40px rgba(149, 157, 165, 0.2);
  border-radius: 20px;
  width: 203px;
}

.aboutAuthor .aboutCont img {
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
  padding: 0;
  border: 7px solid #fff;
  width: 120px;
  height: 120px;
  position: absolute;
  border-radius: 50%;
  top: -60px;
  pointer-events: none;
}

.aboutAuthor .aboutCont p {
  margin: 0;
  text-align: center;
  font-family: var(--fontBa);
}

.drK .aboutAuthor .aboutCont {
  background: var(--darkBs);
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
}

.drkM .aboutAuthor .aboutCont img {
  background-image: linear-gradient(to top right, #363636, #717171);
  border-color: #fff;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
}

.drK .aboutAuthor .aboutCont img {
  border-color: var(--darkBs);
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
}

.aboutAuthor .aboutCont .athrBtn {
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.aboutAuthor .aboutCont .athrBtn .button {
  border-radius: 50px;
  margin: 0 0 30px;
}

.aboutAuthor .aboutCont .athrBtn .button svg {
  stroke: var(--darkT);
  margin-right: 5px;
}

.statsHeading {
  text-align: center;
}

.statsWebsite {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  margin: 12px auto;
}

.statsCont {
  background-color: #fff;
  display: flex;
  justify-content: center;
  padding: 8px;
  width: 95%;
  margin: 12px auto;
  box-shadow: 0 5px 20px rgba(149, 157, 165, 0.2);
  border-radius: 20px;
}

.statsCont .stats {
  height: 80px;
  width: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin: 0 35px;
}

.statsCont .statsName {
  display: inline-flex;
  align-items: center;
  font-size: 16px;
  font-family: var(--fontBa);
}

.statsCont .statsName svg {
  margin-right: 7px;
}

.statsCont .statsNumber {
  font-family: var(--fontB);
  font-size: 30px;
  margin-top: 6px;
  font-weight: normal;
}

.statsNumber.v > span::before {
  content: attr(data-text);
}

.drK .statsCont {
  background-color: var(--darkBs);
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
}

.aboutAuthor .aboutCont img {
  background-color: white;
}

.drK .aboutAuthor .aboutCont img {
  background-image: linear-gradient(to top right, #363636, #717171);
}

.timeline {
  overflow-x: visible;
}

.timeline ul {
  padding: 11px;
}

.historyBackground {
  position: relative;
  top: 0;
  left: 0;
  height: 100%;
  overflow: hidden;
  z-index: 0;
  background-color: rgb(0 0 0 / 78%);
}

.tropyPic {
  height: 50px;
}

.Ach-head {
  font-size: 1.2rem;
  font-weight: 700;
  color: #2e2d2d;
  margin-top: 20px;
  margin-bottom: 5px;
  display: block;
}

.historyBackground::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../images/history-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  background-color: rgba(0, 0, 0, 0.5);
  filter: blur(1px);
  z-index: -1;
  mix-blend-mode: darken;
}

.sub-text {
  font-size: 1rem;
}

.aboutAuthor,
.timeline {
  position: relative;
  z-index: 1;
}

.aboutAuthor {
  padding: 84px 0 20px 0;
}

.subList {
  list-style: none;
  padding-left: 0;
}

.subList li {
  position: relative;
  padding-left: 30px;
}

.medal-img {
  height: 27px;
}

.subList li::before {
  content: "";
  position: absolute;
  left: 6px;
  top: 15%;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  background-image: url(../images/star.png);
  background-size: cover;
  background-repeat: no-repeat;
}

.timeline .timelineUl .timelineList {
  list-style-type: none;
  position: relative;
  width: 6px;
  margin: 0 auto;
  padding-top: 50px;
  background: #41b37590;
  box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 20%);
  z-index: +10;
}

.timeline .timelineUl .timelineList::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: inherit;
  z-index: +10;
}

.timeline .timelineUl .timelineList div {
  position: relative;
  bottom: 0;
  width: 400px;
  padding: 15px;
  background: #ffffff9e;
  border: 1px solid #ffffff9e;
  border-radius: 8px;
  box-shadow: 0 10px 40px rgb(0 0 0 / 20%);
  /* opacity: 0; */
  transform: translateX(100px);
  transition: all 0.5s ease-in-out;
}

.timeline .timelineUl .timelineList div::before {
  content: "";
  position: absolute;
  bottom: 7px;
  width: 0;
  height: 0;
  border-style: solid;
}

.timeline .timelineUl .timelineList:nth-child(odd) div {
  left: 45px;
}

.timeline .timelineUl .timelineList:nth-child(odd) div::before {
  left: -15px;
  border-width: 8px 16px 8px 0;
  border-color: transparent #ffffff9e transparent transparent;
}

.timeline .timelineUl .timelineList:nth-child(even) div {
  left: -439px;
  transform: translateX(-100px);
}

.timeline .timelineUl .timelineList:nth-child(even) div::before {
  right: -15px;
  border-width: 8px 0 8px 16px;
  border-color: transparent transparent transparent #ffffff9e;
}

.time {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 8px;
  color: #2e2d2d;
}

.sub-tex-div {
  font-family: "Roboto-Regular.ttf" !important;
  color: #000 !important;
  font-size: 1rem;
}

.timeline .timelineUl .timelineList div.in-view {
  opacity: 1;
  transform: translateX(0);
}

@media (max-width: 767px) {
  .sub-text {
    color: black;
  }
}

@media (max-width: 575px) {
  .typing-vertical-animation-ani {
    animation: none !important;
    margin: 0 auto;
    text-align: center;
    display: block;
    left: 9%;
  }

  .text-ani {
    display: none;
  }
}

@media (max-width: 430px) {
  .aboutAuthor {
    padding: 76px 145px 0px 3px;
  }
}

@media (min-width: 431px) and (max-width: 600px) {
  .aboutAuthor {
    padding: 76px 309px 0px 3px;
  }
}

@media screen and (max-width: 900px) {
  .timeline .timelineUl .timelineList div {
    width: 200px;
  }

  .timeline .timelineUl .timelineList:nth-child(even) div {
    left: -289px;
  }
}

@media screen and (max-width: 600px) {
  .timeline .timelineUl .timelineList {
    margin-left: 20px;
  }

  .timeline .timelineUl .timelineList div {
    width: 290px;
  }

  .timeline .timelineUl .timelineList:nth-child(odd) div {
    left: -62px;
  }

  .timeline .timelineUl .timelineList div {
    opacity: 1;
  }

  .timeline .timelineUl .timelineList:nth-child(even) div {
    left: 135px;
  }

  .timeline .timelineUl .timelineList:nth-child(even) div::before {
    left: -15px;
    border-width: 8px 16px 8px 0;
    border-color: transparent #f0f1ff transparent transparent;
  }
}

.drK .timeline ul li.in-view div .timeline ul li.in-view div img {
  background-image: linear-gradient(to top right, #363636, #717171);
}

.text-ani {
  position: relative;
  width: auto;
  height: 15em;
  margin: 0 auto;
  top: 35%;
  left: 50%;
  font-size: 110%;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  text-orientation: upright;
  writing-mode: vertical-rl;
  transform: translateX(-50%);
  color: #e81b29;
  font-size: 3.5rem;
  font-weight: 700;
}

.typing-vertical-animation-ani {
  animation: typewriter 3.7s steps(20) 1s infinite normal,
    blinkTextCursor 20ms steps(20) infinite normal;
}

@keyframes typewriter {
  0% {
    height: 0;
  }

  80% {
    height: 20em;
  }

  100% {
    height: 20em;
  }
}

.aboutPage hr {
  width: 92%;
  height: 1px;
  border: none;
  background: #007f4e;
  margin-left: 0px;
}

.topBnrImg {
  width: 100%;
  height: auto;
  object-fit: cover;
  /* filter: blur(1px); */
}

/* =================about end================== */

/* =================footer start================== */
.scrollToTopBtn {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: none; 
  background-color: #00000082;
  color: white;
  border: none;
  border-radius: 5px;
  padding: 10px 15px;
  cursor: pointer;
  font-size: 16px;
  transition: background-color 0.3s;
}

.scrollToTopBtn:hover {
  background-color: #000000be;
}

.footer-F {
  background-image: url("../images/footerBg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 51px;
}

footer ul li a {
  color: white;
  text-decoration: none;
  font-family: "SourceSans3-VariableFont_wght.ttf";
  font-weight: 500;
  font-size: 16px;
  line-height: 28px;
}

.ftr-head {
  color: White;
  font-weight: 600;
  font-size: 24px;
  margin-top: 8px;
}

.footer-copy {
  margin-top: 10px;
}

.text-muted {
  color: white;
}

.footer-bottom {
  background-color: #c10909;
  color: white;
  bottom: 0;
  right: 0;
  width: auto;
  z-index: 999;
  margin: 0;
  padding: 1px 0px;
  font-size: 16px;
  text-align: center;
}

/* =================footer end================== */

/* =================footer inside start================== */
.footerInside {
  z-index: 1;
  transform: translate3d(0, 0, 0);
  background-image: url(../images/footerBg.jpg);
  color: white;
  transition: transform 1.2s ease-in-out;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 0;
  padding-bottom: 0;
  overflow-x: hidden;
  overflow-y: auto;
  backface-visibility: hidden;
  min-height: auto !important;
}

.footerInside .slide-container {
  padding-top: 70px !important;
  padding-bottom: 40px !important;
  padding-left: 120px;
  padding-right: 120px;
  position: relative;
  min-height: auto;
}

.footerInside .slide-container .container {
  z-index: 100;
}

.footerInside .slide-container .container .hr {
  width: 100%;
  height: 1px;
  background-color: #ffffff73;
  margin-top: 20px;
  margin-bottom: 50px;
}

.footerInside .footerLogo {
  width: 80%;
}

.footerInside h4,
.footerInside h5 {
  font-family: "NanumGothic-ExtraBold.ttf";
}

.footerInside p {
  font-size: 16px;
  /* font-family: 'NanumGothic-Bold.ttf'; */
}

.footerInside .row1 ul {
  list-style: none;
  line-height: 35px;
}

.footerInside ul li a {
  color: white;
  font-size: 16px;
}

.footerInside .row2 h5 {
  margin-bottom: 20px;
}

.footerInside .row2 ul {
  list-style: none;
  display: flex;
}

.footerInside .row2 ul li {
  margin: 0 16px;
}

.footerInside .row2 ul li a {
  font-size: 30px;
  text-decoration: none;
}

/* =================footer inside end================== */

/* =================career start================== */
.careerBnr {
  background-image: url("../images/career.jpg");
  min-height: 500px;
  display: flex;
  align-items: center;
  background-position: 50% 50%;
}

.careerBnr div div {
  max-width: 450px;
  color: white;
}

.careerBnr div div h1 {
  font-size: 5vmin;
  font-weight: 400;
  line-height: 1.14;
  letter-spacing: 3px;
}

.careerBnr div div p {
  font-size: 18px;
  line-height: 28px;
  font-family: karla, sans-serif;
  font-weight: 400;
  letter-spacing: -0.25px;
}

.careerSpecial {
  padding: 50px 0;
}

.careerSpecial h2 {
  margin-bottom: 3vmin;
  font-size: 4vmin;
  font-weight: 400;
  line-height: 1.14;
  letter-spacing: 1px;
}

.careerSpecial h3 {
  margin-bottom: 2vmin;
  font-size: 2.5vmin;
  font-weight: 500;
  line-height: 1.14;
}

.careerSpecial h2 + p {
  font-size: 1.2rem;
}

.careerSpecial p {
  line-height: 28px;
  font-family: karla, sans-serif;
  font-weight: 400;
  letter-spacing: -0.25px;

  font-family: "Roboto-Regular.ttf";
}

.text-gray {
  color: #666;
}

.text-darkgray {
  color: #514f4f;
}

.paraListFs {
  font-size: 18px;
  line-height: 26px;
}

.careerSpecial .boxRow .box {
  color: white;
  padding: 40px;
  height: 370px;
  margin-bottom: 30px;
}

.careerSpecial .boxRow p {
  font-size: 1rem;
}

.careerSpecial .boxRow .red {
  background: #e12729;
}

.careerSpecial .boxRow .green {
  background: #007f4e;
}

.careerSpecial .boxRow .grey {
  background: #b7b7b7;
}

/* =================career end================== */

/* =================walkin start================== */

.walkin {
  padding: 70px 200px 70px 200px;
}

.walkin h2 {
  margin-bottom: 3vmin;
  font-size: 4vmin;
  font-weight: 400;
  line-height: 1.14;
  letter-spacing: 1px;
}

.walkin p {
  font-size: 1.2rem;
  line-height: 28px;
  font-family: karla, sans-serif;
  font-weight: 400;
  letter-spacing: -0.25px;
  font-family: "Roboto-Regular.ttf";
}

.walkin img {
  width: 100%;
}

.walkin .modal .modal-dialog {
  position: relative;
}

.walkin .modal .modal-dialog div {
  position: absolute;
  top: 70px;
  right: 20px;
  background: #fff;
  color: #007f4e;
  height: 30px;
  width: 30px;
  border-radius: 50%;
}

.walkin .modal .modal-dialog div i {
  margin: 5px 7px;
  color: #007f4e;
}

/* =================walkin end================== */

/* =================job start================== */
.jobCar {
  padding: 0px 400px 50px 400px;
  background: #f7f7f7;
}

.jobCar p {
  margin: 0 180px;
  line-height: 28px;
}

.jobCar h2 {
  margin-bottom: 3vmin;
  font-size: 4vmin;
  font-weight: 400;
  line-height: 1.14;
  letter-spacing: 1px;
}

.btnFill,
.btnFill:hover {
  background: #007f4e;
  color: white;
  border-radius: 4px;
  font-size: 1rem;
  padding: 0.575rem 0.95rem;
}

.jobCar form {
  font-family: "NanumGothic-Bold.ttf";
}

.jobCar form label {
  font-size: 1rem;
}

.jobCar form .form-row > .col,
.jobCar form .form-row > [class*="col-"] {
  padding-right: 15px;
  padding-left: 15px;
  padding-top: 5px;
  padding-bottom: 5px;
}
.jobCar + div iframe {
  height: 500px;
  margin-bottom: -10px;
}
/* =================job end================== */

/* =================product start================== */

.prodSec .piling-project-title {
  margin-bottom: 14px;
}

.prodSec .slide-container {
  padding-top: 90px;
  padding-bottom: 10px;
}

.ourProdHd {
  margin-bottom: 30px;
}

.productRow h3 {
  font-size: 1.5rem;
  margin-bottom: 20px;
}

.productRow .comanCol {
  margin-bottom: 30px;
}

.ourProdHd + .piling-project-list p {
  font-size: 1.05rem;
  line-height: 24px;
  text-align: justify;
}

/* =================product end================== */
/* =================product start================== */

.serviceRow h3 {
  font-size: 1.5rem;
  margin-bottom: 10px;
}

/* =================product end================== */

/* =================header start================== */
.headNav li a {
  position: relative;
  padding-right: 20px;
}
.headNav > ul > li:nth-child(1) > a::after,
.headNav > ul > li:nth-child(2) > a::after,
.headNav > ul > li:nth-child(3) > a::after,
.headNav > ul > li:nth-child(4) > a::after,
.headNav > ul > li:nth-child(5) > a::after,
.headNav .iotProdIndicator::after {
  content: "";
  position: absolute;
  right: 5px;
  top: 50%;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #ffffff;
  transform: translateY(-50%);
}
.headNav .iotProdIndicator::after {
  right: 70px;
}
.headNav li:nth-child(1):hover > a::after,
.headNav li:nth-child(2):hover > a::after,
.headNav li:nth-child(3):hover > a::after,
.headNav li:nth-child(4):hover > a::after,
.headNav li:nth-child(5):hover > a::after {
  transform: translateY(-50%) rotate(180deg);
}
.headNav li ul {
  display: none;
}
.headNav li:hover > ul {
  display: block;
}
.headNav > ul > li:hover {
  border-bottom: 3px solid #fff;
}

.headNav > ul > li > a:hover {
  background: transparent;
}

.headNav > ul > li:last-child:hover {
  border-bottom: 0px solid #fff;
}

.headNav {
  font-size: 16px;
}

.headNav ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: end;
  padding-top: 0;
}

.headNav > ul {
  padding-top: 7px;
}

.headNav li {
  position: relative;
}

.headNav a {
  display: block;
  color: white;
  padding: 10px 20px;
  text-decoration: none;
}

.headNav > ul > li > a {
  padding: 16px 20px;
}

.headNav a:hover {
  background-color: #000;
}

.headNav ul ul {
  display: none;
  position: absolute;
  top: 53px;
  left: 0;
  background-color: #333;
}

.headNav li:hover > ul {
  display: block;
  background: #212529e0;
  width: 200px;
}

.headNav ul ul ul {
  left: 200px;
  top: 0;
}

/* start mobile menu */
.mobileNav > ul > li:hover {
  border-bottom: 3px solid #fff;
}

.mobileNav > ul > li > a:hover {
  background: transparent;
}

.mobileNav > ul > li:last-child:hover {
  border-bottom: 0px solid #fff;
}

.mobileNav {
  font-size: 16px;
}

.mobileNav ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  justify-content: end;
  padding-top: 13px;
}

.mobileNav li {
  position: relative;
}

.mobileNav a {
  display: block;
  color: white;
  padding: 10px 20px;
  text-decoration: none;
}

.mobileNav a:hover {
  background-color: #000;
}

.mobileNav ul ul {
  display: none;
  top: 0;
  left: 60px;
  background-color: #333;
}

.mobileNav li:hover > ul {
  display: block;
  background: rgba(0, 0, 0, 0.38);
  width: 200px;
}

.mobileNav ul ul ul {
  left: 50px;
  top: 20px;
}

.menaSide > li {
  position: relative;
  transition: border-bottom 0.3s ease-in-out;
}

.menaSide a {
  color: white;
  text-decoration: none;
  padding: 10px 20px;
  display: block;
  font-size: 16px;
  padding-bottom: 30px;
}

.menaSide > li:hover {
  color: white;
  text-decoration: none;
}

.submenaSide {
  list-style-type: none;
  margin: 0;
  padding: 0;
  top: 100%;
  left: 0;
  background: #00000061;
  border-bottom: 1px solid #0000000f;
  display: none;
}

.submenaSide a {
  padding: 10px;
  display: block;
}

.menaSide > li:hover .submenaSide {
  display: block;
  padding: 0px 10px !important;
}

.menaSide > li:hover .submenaSide > li:hover ul {
  display: block;
  padding: 0px 10px !important;
}

.submenaSide li:hover {
  background-color: #444;
}

.menaSide > li:last-child:hover {
  border-bottom: 0px solid #fff;
}

/* end mobile menu */

/* =================header end================== */

/* =================News start================== */
.press-img {
  height: 100%;
  width: 100%;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.card-press-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px 10px 0 0;
}

.card-press {
  margin-bottom: 40px;
  width: 95%;
  border-radius: 10px;
  transition: transform 0.3s ease;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px,
    rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
  background-color: white;
  margin-top: 10px;
  transform-origin: center;
  height: 600px;
  overflow: hidden;
}

.card-press:hover {
  transform: scale(1.1);
}

.card-press1 {
  margin-top: 50px;
  background-color: white;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px,
    rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
  border-radius: 10px;
}

.card-press-content {
  padding: 16px;
}

.news-cards {
  display: flex;
  justify-content: center;
  align-items: center;
}

.main-press {
  background-color: #f3f2f2;
}

.news-content {
  padding: 9px 14px;
  font-size: 1.1rem;
  color: #232222;
  font-weight: 700;
}

.news-pic {
  height: 60px;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px,
    rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
  border-radius: 50px;
  background: #f5f5f5;
  padding: 0px;
}

.card-crousel-heading {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  padding: 14px;
}

.title1 {
  font-size: 1.1rem;
  line-height: 34px;
  padding: 5px;
}

.wrapper1 {
  background: linear-gradient(60deg, #420285, #08bdbd);
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.carousel1 {
  position: relative;
  width: 100%;
  max-width: 500px;
  overflow: hidden;
  height: 1100px;
}

.carousel1__item-body {
  background-color: #f3f2f2;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.carousel1__item {
  position: absolute;
  width: 100%;
  height: 700px;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateY(100%);
  padding: 10px;
  animation: carousel1-animate 10s linear infinite;
}

.carousel1__item:nth-child(1) {
  animation-delay: calc(-27s / 9 * 0);
}

.carousel1__item:nth-child(2) {
  animation-delay: calc(-27s / 9 * 1);
}

.carousel1__item:nth-child(3) {
  animation-delay: calc(-27s / 9 * 2);
}

.carousel1__item:nth-child(4) {
  animation-delay: calc(-27s / 9 * 3);
}

.carousel1__item:nth-child(5) {
  animation-delay: calc(-27s / 9 * 4);
}

.carousel1__item:nth-child(6) {
  animation-delay: calc(-27s / 9 * 5);
}

.carousel1__item:nth-child(7) {
  animation-delay: calc(-27s / 9 * 6);
}

.carousel1__item:nth-child(8) {
  animation-delay: calc(-27s / 9 * 7);
}

.carousel1__item:nth-child(9) {
  animation-delay: calc(-27s / 9 * 8);
}

@keyframes carousel1-animate {
  0% {
    transform: translateY(100%);
  }

  100% {
    transform: translateY(-100%);
  }
}

/* =================News end================== */

/* =================Awards start================== */
.awards-cards .card-blog {
  height: 200px;
}

.awards-img {
  height: 100%;
  width: 100%;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.card-awards-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.card-awards {
  border-radius: 10px;
  transition: transform 0.3s ease;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px,
    rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
  background-color: white;
  transform-origin: center;
  margin-bottom: 70px;
  margin-top: 50px;
}

.card-awards:hover {
  /* transform: scale(1.1); */
  transform: scale(1.05);
}

.last-card-awards {
  margin-bottom: 60px;
}

.card-awards-content {
  padding: 16px;
}

.awards-content {
  font-size: 1.1rem;
  color: #232222;
  font-weight: 700;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0;
  margin-top: 2px;
  padding: 5px;
}

.container-awards {
  position: relative;
  height: 100%;
  width: 100%;
  overflow: hidden;
  padding: 0px 150px;
}

.award-pic {
  height: 60px;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px,
    rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
  border-radius: 50px;
  background: #f5f5f5;
  padding: 0px;
}

/* =================Awards end================== */

/* =================SVDGS start================== */
.svdgsSection {
  background-color: #f7f7f7;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  overflow: hidden;
}

.svdgsSection::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.3;
  z-index: -1;
}

.wrapper-svdgs {
  margin: 0 15px;
  padding: 4px 174px;
}

.h1-svdgs {
  font-size: 2.3rem;
  position: relative;
  top: 0px;
  animation: title 2s ease-in forwards;
  color: #007f4e;
}

@keyframes title {
  0% {
    top: -100vh;
  }

  100% {
    top: 0;
  }
}

.content-svdgs {
  margin: 0px 0 70px 0;
  position: relative;
  bottom: 0;
  animation: content 2s ease-in forwards;
}

@keyframes content {
  0% {
    bottom: -100vh;
  }

  100% {
    bottom: 0;
  }
}

.svdgs-img {
  height: 100%;
  width: 100%;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.card-svdgs-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px 10px 0 0;
}

.card-svdgs {
  border-radius: 10px;
  transition: transform 0.3s ease;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px,
    rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
  background-color: #dbdbdb4a;
  margin-top: 60px;
  transform-origin: center;
}

.card-svdgs:hover {
  transform: scale(1.1);
}

.last-card-svdgs {
  margin-bottom: 60px;
}

.card-svdgs-content {
  padding: 16px;
}

.gallery-content {
  font-size: 1.1rem;
  color: #232222;
  font-weight: 700;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0;
  margin-top: 2px;
  padding: 5px;
}

.container-gallery {
  position: relative;
  height: 100%;
  width: 100%;
  overflow: hidden;
  padding: 0px 150px;
}

.camera-pic {
  height: 60px;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px,
    rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
  border-radius: 50px;
  background: #f5f5f5;
  padding: 0px;
}

/* =================SVDGS end================== */

/* =================Carousel end================== */
@media (min-width: 768px) and (max-width: 1199px) {
  .carousel-caption h5 {
    font-size: 40px;
  }

  .carousel-caption p {
    font-size: 16px;
  }

  .carousel-caption {
    bottom: 20%;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    width: 70%;
    margin: auto;
  }

  .carousel-caption.trans {
    opacity: 0;
  }
}

@media (min-width: 1200px) {
  .carousel-caption h5 {
    font-size: 50px;
  }

  .carousel-caption p {
    font-size: 20px;
  }

  .carousel-caption {
    bottom: 30%;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    width: 50%;
    margin: auto;
  }

  .carousel-caption.trans {
    opacity: 0;
  }
}

/* =================Carousel end================== */

/* =================svdgs start================== */
.svdgsBody .svdgsBnrRow {
  background-image: url("../images/svdgsVideoBack.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}

.svdgsBody .svdgsBnrRow video {
  height: 103%;
  width: 100%;
  margin-top: -1%;
  /* border: 5px solid #0000006b; */
}

.svdgsBody .svdgsFeaDiv h3 {
  font-size: 1.5rem;
  margin-bottom: 20px;
  margin-top: 40px;
}

.svdgsBody .svdgsFeaDiv h2 {
  font-size: 2.2rem;
  color: #007f4e;
  font-weight: 500;
  margin-top: 30px;
  text-align: center;
  margin-bottom: -30px;
}

.svdgsBody .svdgsFeaDiv {
  padding-bottom: 50px;
}

/* =================svdgs end================== */

/* =================ilcms start================== */
.ilcmsBody .ilcmsBnrRow {
  background-image: url("../images/ilcmsVideoBack.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}

.ilcmsBody .ilcmsBnrRow video {
  height: 103%;
  width: 100%;
  margin-top: -1%;
  /* border: 5px solid #0000006b; */
}

.ilcmsBody .ilcmsFeaDiv h3 {
  font-size: 1.5rem;
  margin-bottom: 20px;
  margin-top: 40px;
}

.ilcmsBody .ilcmsFeaDiv h2 {
  font-size: 2.2rem;
  color: #007f4e;
  font-weight: 500;
  margin-top: 30px;
  text-align: center;
  margin-bottom: -30px;
}

.ilcmsBody .ilcmsFeaDiv {
  padding-bottom: 50px;
}

/* =================ilcms end================== */

/* ==================blog start=========== */
.blog-cards {
  padding-bottom: 0.8rem;
}

.card-blog-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px 10px 0 0;
}

.card-blog {
  margin-bottom: 20px;
  border-radius: 10px;
  transition: transform 0.3s ease;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px,
    rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
  background-color: white;
  margin-top: 10px;
  transform-origin: center;
  overflow: hidden;
  height: 300px;
  position: relative;
}

.card-blog:hover {
  transform: scale(1.02);
}

.card-blog-date {
  color: #594747;
  font-size: 0.9rem;
}

.card-blog-heading {
  color: #514f4f;
  font-weight: 500;
  padding: 14px 0px 4px 0;
  font-size: 1.5rem;
}

.card-blog-content {
  padding: 20px 23px;
}

.blog-content {
  font-size: 1.2rem;
  font-weight: 500;
  color: #514f4f;
  line-height: 1.5;
  padding: 12px 0px;
}

.btnBlog:hover {
  background: #14734e;
  color: white;
}

.btnBlog,
.btnBlog:hover {
  bottom: 22px;
  position: absolute;
  display: inline-block;
  font-weight: 500;
  color: white;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: #007f4e;
  border-radius: 4px;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  text-decoration: none;
}

.pagination.pagiBlog {
  margin-top: 2rem;
  font-size: 0.9rem;
}

.pagination.pagiBlog .page-link {
  color: #ffffff !important;
  background-color: #007f4e !important;
  border: 1px solid #d4e6df78 !important;
  padding: 10px 15px !important;
  margin-right: 0 !important;
}

.pagination .page-item.active .page-link {
  background-color: #e12729ed !important;
  /* Blue color or choose your preferred color */
  color: white;
  /* White text for the active page */
  font-weight: bold;
  /* Bold font for the active page */
  border-color: #e12729ed;
  /* Matching border color */
}

.pagination .page-item.disabled .page-link {
  color: #ccc;
  /* Gray color for disabled buttons */
  background-color: #f1f1f1;
  border-color: #ccc;
}

.pagination .page-item .page-link {
  color: #e12729ed;
  /* Default page color */
  text-decoration: none;
}

.pagination .page-item .page-link:hover {
  background-color: #e12729ed;
  /* Hover color */
  color: white;
}

/* ==================blog end=========== */

/* ==================blog detail start================ */
.cardBlogDetail {
  margin-bottom: 30px;
  border-radius: 10px;
  transition: transform 0.3s ease;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px,
    rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
  background-color: white;
  margin-top: 10px;
  transform-origin: center;
  overflow: hidden;
  padding: 40px 50px 30px 50px;
}

.cardBlogDetail .imgDiv {
  display: flex;
  justify-content: center;
}

.cardBlogDetail h2 {
  font-family: "Roboto-Medium.ttf";
  color: #514f4f;
  font-weight: 500;
  padding: 25px 0px 0px 0;
  font-size: 1.4rem;
}

.cardBlogDetail h3 {
  font-family: "Roboto-Medium.ttf";
  color: #514f4f;
  font-weight: 500;
  padding: 25px 0px 0px 0;
  font-size: 1.3rem;
}

.cardBlogDetail h6 {
  font-family: "Roboto-Medium.ttf";
  color: #514f4f;
  font-size: 1.2rem;
}

/* ==================blog detail end================ */

/* ==================home start================ */

.testimonialSlider.slide {
  background: transparent;
  min-height: 45vh;
}

.testimonialSlider .carousel-indicators {
  right: auto;
  margin-left: 0;
}

.tooltip-container {
  position: relative;
  display: inline-block;
  font-size: 40px;
  color: #3498db;
  cursor: pointer;
  transition: color 0.3s ease-in-out;
}

.tooltip-text {
    font-size: 14px;
    visibility: hidden;
    background-color: #0d0d0c;
    color: #fff;
    text-align: center;
    border-radius: 5px;
    padding: 0px 8px;
    position: absolute;
    z-index: 1;
    bottom: 115%;
    left: 150%;
    margin-left: -80px;
    opacity: 0;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.2);
}
.tooltip-text-footer {
    font-size: 16px;
    visibility: hidden;
    background-color: #0d0d0c;
    color: #fff;
    text-align: center;
    border-radius: 5px;
    padding: 6px 11px;
    position: absolute;
    z-index: 1;
    bottom: 115%;
    left: 150%;
    margin-left: -80px;
    opacity: 0;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.2);
}

.tooltip-text::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #0d0d0c transparent transparent transparent;
}

.tooltip-text-footer::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #0d0d0c transparent transparent transparent;
}

.tooltip-container:hover .tooltip-text,
.tooltip-container:hover .tooltip-text-footer {
  visibility: visible;
  opacity: 1;
}

.tooltip-container:hover {
  color: #e74c3c;
}

.hrSalesBordRmv,
.hrSalesBordRmv:hover {
  background: transparent !important;
  border: transparent !important;
}
.copyRight {
  background: #00000082;
  padding: 10px 0;
  font-size: 15px;
}
/* ==================home end================ */

/* ==================aviation start================ */
.aviationPage h2 {
  color: #007f4e;
  font-size: 2rem;
  text-align: center;
  margin-top: 1rem;
  margin-bottom: 2rem;
}
.aviationPage h2 + .row img{
  height: auto;
}
/* ==================aviation end================ */

/* ===================== media query start =========================== */
@media (max-width: 575px) {
  .about-img {
    width: 100%;
  }

  .jobCar {
    padding: 0px 10px 30px 10px;
  }

  .svdgsBody .svdgsFeaDiv h3 {
    margin-bottom: 0;
    margin-top: 20px;
    font-size: 18px;
  }

  .svdgsBody .svdgsFeaDiv h2 {
    margin-top: 10px;
    margin-bottom: -10px;
    font-size: 19px;
  }

  .ilcmsBody .ilcmsFeaDiv h3 {
    margin-bottom: 0;
    margin-top: 20px;
    font-size: 18px;
  }

  .ilcmsBody .ilcmsFeaDiv h2 {
    margin-top: 10px;
    margin-bottom: -10px;
    font-size: 19px;
  }
}

@media (min-width: 1200px) and (max-width: 1399px) {
}

/* =====================  media query end =========================== */
