@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap");
body {
  font-family: "Manrope", sans-serif;
  font-weight: 500;
  margin: auto;
  font-size: 16px;
  line-height: 26px;
  color: #474747;
  overflow: hidden;
  overflow-y: auto;
}
@media (max-width: 575px) {
  body {
    font-size: 15px;
    line-height: 22px;
  }
}
body.location-open {
  overflow: hidden;
}
body.preloader-closed .header {
  transform: translateY(0);
}
body.preloader-closed .hero-banner {
  transform: translateY(0) scale(1);
  transition: 1s all;
  position: relative;
}
body.preloader-closed .hero-banner .banner-text .wrap {
  transform: translateY(0);
  transition: 3s all;
  opacity: 1;
}

::-moz-selection {
  /* Code for Firefox */
  color: #ffffff;
  background: #026e81;
}

::selection {
  color: #ffffff;
  background: #026e81;
}

a,
h1,
h2,
h3,
h4,
h5,
h6 {
  transition: 600ms all;
}

a {
  text-decoration: none;
}

ul {
  padding-left: 0;
}
ul li {
  list-style: none;
}

img {
  max-width: 100%;
  transition: 600ms all;
}

figure {
  margin-bottom: 0;
}

p:last-child {
  margin-bottom: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  text-transform: uppercase;
  color: #026e81;
}

h1 {
  font-size: 56px;
  line-height: 60px;
  font-weight: 800;
}
@media (max-width: 991px) {
  h1 {
    font-size: 50px;
  }
}
@media (max-width: 767px) {
  h1 {
    font-size: 46px;
  }
}
@media (max-width: 575px) {
  h1 {
    font-size: 38px;
    line-height: 46px;
  }
}

h2 {
  font-size: 50px;
  line-height: 52px;
  font-weight: 800;
}
@media (max-width: 991px) {
  h2 {
    font-size: 40px;
    line-height: 42px;
  }
}
@media (max-width: 767px) {
  h2 {
    font-size: 36px;
    line-height: 40px;
  }
}

h3 {
  font-size: 40px;
  line-height: 42px;
}
@media (max-width: 991px) {
  h3 {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  h3 {
    font-size: 30px;
  }
}

h4 {
  font-size: 36px;
  line-height: 36px;
}
@media (max-width: 991px) {
  h4 {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  h4 {
    font-size: 26px;
  }
}

h5 {
  font-size: 32px;
}
@media (max-width: 991px) {
  h5 {
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  h5 {
    font-size: 24px;
  }
}

h6 {
  font-size: 26px;
}
@media (max-width: 991px) {
  h6 {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  h6 {
    font-size: 20px;
  }
}

p:last-child {
  margin-bottom: 0;
}

.container {
  max-width: 100%;
  padding: 0 100px;
}
@media (max-width: 991px) {
  .container {
    padding: 0 20px;
  }
}

section.preload {
  z-index: 99999999;
  height: 100vh;
  width: 100vw;
  display: table;
  position: fixed;
  inset: 0;
  transition: all 0.5s;
  background: #07424d;
  background: radial-gradient(circle, #0e2c36 0%, #061519 100%);
}
section.preload.hide {
  transform: translateY(-100%);
  transform: scale(0);
}
section.preload.animate-out:before, section.preload.animate-out:after {
  width: 0;
}
section.preload.animate-out .loader {
  opacity: 0;
}
section.preload:before, section.preload:after {
  background: #ffffff;
  content: "";
  z-index: 1;
  transition: 1s ease-in-out;
  position: absolute;
  transform: skew(-25deg, 0);
  transition-delay: 0.5s;
  width: 104%;
  height: 100%;
  display: none;
}
section.preload:before {
  left: -50%;
}
section.preload:after {
  right: -50%;
}
section.preload.a {
  transform: translateY(-100%);
}
section.preload .loader {
  display: table-cell;
  vertical-align: middle;
  transition: all 0.3s ease;
  position: relative;
  z-index: 2;
  transition-delay: 0.5s;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
  flex-direction: column;
}
section.preload svg {
  max-width: 200px;
  height: auto;
  margin: 0 auto;
  display: block;
}
@media (max-width: 575px) {
  section.preload svg {
    max-width: 130px;
  }
}
section.preload svg #p1 {
  stroke-dasharray: 109px;
  stroke-dashoffset: 109px;
}
section.preload svg #p2 {
  stroke-width: 1;
  stroke-dasharray: 311px;
  stroke-dashoffset: 311px;
}
section.preload svg #p3 {
  stroke-dasharray: 359px;
  stroke-dashoffset: 359px;
}
section.preload svg #p1,
section.preload svg #p2,
section.preload svg #p3,
section.preload svg .st0 {
  fill: transparent;
  stroke: #000;
  stroke-width: 1;
  animation: draw 2s linear forwards;
}
section.preload svg .pizza {
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  animation: dash 5s ease-in-out infinite forwards;
  fill: rgba(0, 110, 128, 0.2);
}
section.preload .loading-bar {
  max-width: 1170px;
  margin: 30px auto 0;
  text-align: center;
}
@media (max-width: 1199px) {
  section.preload .loading-bar {
    max-width: 500px;
  }
}
@media (max-width: 575px) {
  section.preload .loading-bar {
    max-width: 300px;
  }
}
section.preload .loading-bar .inner {
  max-width: 300px;
  position: relative;
  background: #006e80;
  height: 2px;
  margin: 0 auto 20px;
  overflow: hidden;
}
section.preload .loading-bar .inner .bar {
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  transition: all 0.3s;
}
section.preload .loading-bar .text {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 1.3px;
  position: relative;
  width: 400px;
  margin: 0 auto;
  text-align: center;
  overflow: hidden;
  height: 25px;
}
@media (max-width: 767px) {
  section.preload .loading-bar .text {
    width: 500px;
  }
}
@media (max-width: 575px) {
  section.preload .loading-bar .text {
    width: 300px;
  }
}
section.preload .loading-bar .text span {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  transition: all 0.3s ease;
  opacity: 0;
  font-size: 18px;
  font-weight: 400;
  color: #fff;
}
section.preload .loading-bar .text span.active {
  opacity: 1;
}
section.preload .preload.hide {
  transform: translateY(-100%);
  transform: scale(0);
}
section.preload section.hero-div {
  transform: translateY(100vh) scale(0);
  transition: 1s all;
  transition: 600ms all;
}
section.preload body.preloader-closed .hero-div {
  transform: translateY(0) scale(1);
  transition: 1s all;
  position: relative;
}
section.preload body.preloader-closed .hero-div:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
section.preload .content_header.u-theme-dark.hero {
  transform: translateY(100vh) scale(0);
  transition: 1s all;
}
section.preload body.preloader-closed .content_header.u-theme-dark.hero {
  margin-top: 0;
  transform: translateY(0) scale(1);
}
section.preload .content_header.u-theme-dark.hero .header_media .ban-img {
  overflow: hidden;
  transition: 2s all;
  transform: scale(4);
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
}
section.preload body.preloader-closed .content_header.u-theme-dark.hero .header_media .ban-img {
  transform: scale(1);
  opacity: 1;
}
section.preload .c-site-header__body {
  transition: 1s all;
  transform: translateY(-120%);
  transition-delay: 1.5s;
}
section.preload body.preloader-closed .c-site-header__body {
  transform: translateY(0);
}
section.preload .load-title {
  position: absolute;
  left: 0;
  right: 0;
  width: 100vw;
  bottom: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 575px) {
  section.preload .load-title {
    bottom: 170px;
  }
}
section.preload .load-title .title {
  font-size: 250px;
  color: rgba(255, 255, 255, 0.03);
  font-weight: 800;
  line-height: 250px;
  text-transform: uppercase;
  margin-top: -100px;
}
@media (max-width: 1399px) {
  section.preload .load-title .title {
    font-size: 210px;
    line-height: 210px;
  }
}
@media (max-width: 1199px) {
  section.preload .load-title .title {
    font-size: 180px;
    line-height: 180px;
  }
}
@media (max-width: 991px) {
  section.preload .load-title .title {
    font-size: 140px;
    line-height: 1ch;
  }
}
@media (max-width: 767px) {
  section.preload .load-title .title {
    font-size: 90px;
    line-height: 100px;
  }
}
@media (max-width: 575px) {
  section.preload .load-title .title {
    font-size: 60px;
    line-height: 70px;
  }
}
section.preload .load-title .stat_marquee {
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
  color: #fff;
  opacity: 0.1;
}
section.preload .example-right {
  white-space: nowrap;
  position: absolute;
  top: 2em;
  opacity: 0.6;
  text-transform: uppercase;
  font-size: 20px;
}
section.preload .example-right {
  -webkit-animation: urmove 20s linear infinite;
  /* Safari 4.0 - 8.0 */
  white-space: nowrap;
  animation: urmove 20s linear infinite alternate;
}
section.preload {
  /* Safari 4.0 - 8.0 */
}
@-webkit-keyframes urmove {
  from {
    right: 0;
  }
  to {
    right: -100%;
  }
}
@keyframes urmove {
  from {
    right: 0;
  }
  to {
    right: -100%;
  }
}
@keyframes early {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
section.preload .example-right div {
  font-size: 20px;
  white-space: nowrap;
  display: flex;
  align-items: center;
}
section.preload .example-right div span {
  font-size: 36px;
  font-weight: 600;
  margin-right: 5px;
}
section.preload .ani {
  animation: slide 5s infinite;
  transition-delay: 5s;
  animation-delay: 0.2s;
  font-size: 18px;
}
section.preload .ani.two {
  animation-delay: 0.4s;
}
section.preload .ani.three {
  animation-delay: 0.8s;
}
@keyframes slide {
  0% {
    opacity: 0;
    margin-right: -15px;
  }
  40% {
    opacity: 1;
    margin-right: 0;
  }
  70% {
    opacity: 1;
    margin-right: 0;
  }
  90% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    margin-right: -15px;
  }
}
section.preload .text-center.intro-text {
  position: relative;
}
section.preload .text-center.intro-text:after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  bottom: 0;
  height: 30%;
  background: #ffffff;
  background: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
  z-index: 1;
}

@keyframes draw {
  95% {
    stroke-dashoffset: 0;
    fill: transparent;
    stroke: #006e80;
    width: 100px;
  }
  100% {
    width: 200px;
    fill: #006e80;
    stroke: transparent;
  }
}
@keyframes dash {
  to {
    stroke-dashoffset: 0;
  }
}
.ticker {
  width: 100%;
  overflow: hidden;
  pointer-events: none;
  height: auto;
}

.ticker .ticker__run {
  width: fit-content;
  display: flex;
  position: relative;
  transition: opacity 0.1s;
  opacity: 1;
  transition-duration: 0.4s;
  overflow: hidden;
}

.ticker .ticker__run .ticker__text {
  white-space: nowrap;
  display: flex;
  color: white;
  white-space: nowrap;
}
.ticker .ticker__run .ticker__text span {
  padding: 0 10px;
  font-weight: 300;
  font-size: 20px;
  display: flex;
  align-items: center;
  direction: ltr;
}
.ticker .ticker__run .ticker__text span b {
  font-weight: 600;
  font-size: 36px;
  line-height: 40px;
  margin-right: 5px;
}

.arabic {
  direction: rtl;
}
.arabic .ticker__run .ticker__text {
  font-size: 30px;
}

.marquee {
  position: absolute;
  bottom: 80px;
  left: 0;
  right: 0;
  opacity: 0.1;
}

body.menu-open .head-wrap .logo a svg path.st0 {
  fill: #000;
}
body.menu-open header .head-wrap .nav-wrap .navbar .navbar-toggler {
  filter: none;
}

header {
  position: fixed;
  z-index: 9;
  left: 0;
  right: 0;
  top: 0;
  width: 100vw;
  transition: 800ms all;
  transition-delay: 0.8s;
  transform: translateY(-100px);
  background: #0a2027;
  background: linear-gradient(0deg, rgba(10, 32, 39, 0) 0%, rgb(10, 32, 39) 100%);
}
@media (max-width: 1500px) {
  header {
    padding: 30px 50px;
  }
}
@media (max-width: 1500px) {
  header {
    padding: 25px 40px;
  }
}
@media (max-width: 767px) {
  header {
    padding: 15px 25px;
  }
}
header .container {
  max-width: 100%;
  padding: 25px 50px;
}
@media (max-width: 1199px) {
  header .container {
    padding: 0;
  }
}
header .head-wrap .logo {
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  header .head-wrap .logo {
    width: 40%;
    z-index: 2;
  }
}
@media (max-width: 575px) {
  header .head-wrap .logo {
    width: 45%;
  }
}
header .head-wrap .logo a {
  display: inline-block;
}
header .head-wrap .logo a img {
  width: 220px;
}
@media (max-width: 1199px) {
  header .head-wrap .logo a img {
    max-width: 180px;
  }
}
@media (max-width: 1024px) {
  header .head-wrap .logo a img {
    max-width: 170px;
  }
}
@media (max-width: 575px) {
  header .head-wrap .logo a img {
    max-width: 150px;
  }
}
@media (max-width: 400px) {
  header .head-wrap .logo a img {
    max-width: 130px;
  }
}
header .head-wrap .logo a .svg {
  width: 220px;
}
@media (max-width: 1199px) {
  header .head-wrap .logo a .svg {
    max-width: 180px;
  }
}
@media (max-width: 1024px) {
  header .head-wrap .logo a .svg {
    max-width: 170px;
  }
}
@media (max-width: 575px) {
  header .head-wrap .logo a .svg {
    max-width: 150px;
  }
}
@media (max-width: 400px) {
  header .head-wrap .logo a .svg {
    max-width: 130px;
  }
}
header .head-wrap .logo a .svg path {
  transition: 600ms all;
}
header .head-wrap .logo a .svg path.st2 {
  fill: #026e81 !important;
}
header .head-wrap .logo a .svg path.st1 {
  fill: #5e5e5e !important;
}
header .head-wrap .nav-wrap {
  display: flex;
  justify-content: flex-end;
}
header .head-wrap .nav-wrap .navbar {
  align-items: flex-start;
  padding: 0;
}
@media (max-width: 991px) {
  header .head-wrap .nav-wrap .navbar {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    padding: 0;
    z-index: 1;
  }
}
header .head-wrap .nav-wrap .navbar .navbar-toggler {
  padding: 0;
  width: 40px;
  height: 40px;
  border: none;
  box-shadow: none;
  outline: none;
  position: absolute;
  right: 40px;
  top: 25px;
  z-index: 2;
  filter: brightness(0) invert(1);
  transition: 600ms all;
}
@media (max-width: 767px) {
  header .head-wrap .nav-wrap .navbar .navbar-toggler {
    right: 20px;
    top: 15px;
  }
}
@media (max-width: 575px) {
  header .head-wrap .nav-wrap .navbar .navbar-toggler {
    width: 30px;
    height: 30px;
  }
}
header .head-wrap .nav-wrap .nav-item {
  margin: 0 12px;
}
@media (max-width: 1700px) {
  header .head-wrap .nav-wrap .nav-item {
    margin: 0 6px;
  }
}
@media (max-width: 1199px) {
  header .head-wrap .nav-wrap .nav-item {
    margin: 0 4px;
  }
}
header .head-wrap .nav-wrap .nav-item a {
  font-size: 16px;
  color: #000000;
  white-space: nowrap;
  text-transform: uppercase;
  color: #ffffff;
}
@media (max-width: 991px) {
  header .head-wrap .nav-wrap .nav-item a {
    color: #000000;
  }
}
header .head-wrap .nav-wrap .nav-item a:hover {
  color: #026e81;
}
header .head-wrap .nav-wrap .nav-item.dropdown:hover .dropdown-menu {
  visibility: visible;
  opacity: 1;
}
header .head-wrap .nav-wrap .nav-item.dropdown:hover .dropdown-menu {
  height: auto;
}
header .head-wrap .nav-wrap .nav-item .dropdown-menu {
  width: 300px;
  top: 100%;
  padding: 20px 10px;
  border: none;
  border-radius: 0;
  background-color: rgba(2, 110, 129, 0.6);
  backdrop-filter: blur(5px);
  display: block;
  visibility: hidden;
  opacity: 0;
  transition: 400ms all;
}
@media (max-width: 991px) {
  header .head-wrap .nav-wrap .nav-item .dropdown-menu {
    width: 100%;
    padding-top: 0;
    height: 213px;
    padding: 0 15px;
    overflow: hidden;
    overflow-y: auto;
    padding-left: 0;
    height: 0;
    background-color: transparent;
  }
}
header .head-wrap .nav-wrap .nav-item .dropdown-menu li .dropdown-item {
  color: #ffffff;
  white-space: unset;
  background-color: transparent !important;
  line-height: 20px;
  padding: 8px 10px;
  position: relative;
  margin: 2px 0;
  font-size: 14px;
  border-left: 3px solid transparent;
}
@media (max-width: 991px) {
  header .head-wrap .nav-wrap .nav-item .dropdown-menu li .dropdown-item {
    padding-left: 0;
    color: rgba(0, 0, 0, 0.5);
    padding-left: 10px;
    padding: 4px 10px;
  }
}
header .head-wrap .nav-wrap .nav-item .dropdown-menu li .dropdown-item:hover {
  background-color: rgba(255, 255, 255, 0.1) !important;
  border-left: 3px solid #ffffff;
}
@media (max-width: 991px) {
  header .head-wrap .nav-wrap .nav-item .dropdown-menu li .dropdown-item:hover {
    color: #026e81;
  }
}
@media (max-width: 991px) {
  header .head-wrap .nav-wrap .navbar-collapse {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    width: 100%;
    transition: all 0.4s ease;
    display: block;
    background-color: #ffffff;
    top: 0;
    padding-top: 120px;
    border-radius: 0;
    transform: scale(0);
  }
}
@media (max-width: 991px) and (max-width: 575px) {
  header .head-wrap .nav-wrap .navbar-collapse {
    padding-top: 80px;
  }
}
@media (max-width: 991px) {
  header .head-wrap .nav-wrap .navbar-collapse .navbar-nav .nav-item {
    transition: 600ms all;
    opacity: 0;
    transform: translateX(100px);
    transition-delay: 0.1s;
  }
  header .head-wrap .nav-wrap .navbar-collapse .navbar-nav .nav-item:nth-of-type(2) {
    transition-delay: 0.2s;
  }
  header .head-wrap .nav-wrap .navbar-collapse .navbar-nav .nav-item:nth-of-type(3) {
    transition-delay: 0.3s;
  }
  header .head-wrap .nav-wrap .navbar-collapse .navbar-nav .nav-item:nth-of-type(4) {
    transition-delay: 0.4s;
  }
  header .head-wrap .nav-wrap .navbar-collapse .navbar-nav .nav-item:nth-of-type(5) {
    transition-delay: 0.5s;
  }
  header .head-wrap .nav-wrap .navbar-collapse .navbar-nav .nav-item:nth-of-type(6) {
    transition-delay: 0.6s;
  }
  header .head-wrap .nav-wrap .navbar-collapse .navbar-nav .nav-item:nth-of-type(7) {
    transition-delay: 0.7s;
  }
  header .head-wrap .nav-wrap .navbar-collapse.show .navbar-nav .nav-item {
    opacity: 1;
    transform: translateX(0px);
  }
  header .head-wrap .nav-wrap .navbar-collapse.collapsing {
    height: auto !important;
    transition: all 0.2s ease;
  }
  header .head-wrap .nav-wrap .navbar-collapse.show {
    transform: scale(1);
  }
}
header.hide {
  transform: translateY(-140px) !important;
  padding-top: 5px;
  padding-bottom: 5px;
}
header.show {
  transform: translateY(0) !important;
  background-color: #0a2027;
  padding-top: 5px;
  padding-bottom: 5x;
}
header.show .container {
  padding-top: 10px;
  padding-bottom: 10px;
  transition: 600ms all;
}
header.show .head-wrap .logo a .svg {
  max-width: 110px;
}

.hero-banner {
  overflow: hidden;
  position: relative;
  max-height: 100vh;
  transform: translateY(100vh) scale(0);
  transition: 1s all;
  transition: 600ms all;
}
@media (max-width: 767px) {
  .hero-banner {
    background-color: #001d21;
  }
}
.hero-banner .slider-wrapper .nivoSlider::after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  bottom: 0;
  height: 40%;
  z-index: 5;
  background: #001d21;
  background: linear-gradient(0deg, rgb(0, 29, 33) 0%, rgba(0, 29, 33, 0) 100%);
}
.hero-banner .banner-text {
  position: absolute;
  right: 50px;
  bottom: 50px;
  z-index: 5;
}
@media (max-width: 767px) {
  .hero-banner .banner-text {
    position: relative;
    right: 0;
    bottom: 0;
    padding: 50px 50px;
  }
}
@media (max-width: 575px) {
  .hero-banner .banner-text {
    padding: 50px 20px;
  }
}
.hero-banner .banner-text .wrap {
  opacity: 0;
  transition: 400ms all;
  transform: translatex(100%);
  text-align: right;
}
@media (max-width: 767px) {
  .hero-banner .banner-text .wrap {
    text-align: center;
  }
}
.hero-banner .banner-text .wrap h5 {
  font-weight: 800;
  color: #ffffff;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .hero-banner .banner-text .wrap h5 {
    font-size: 34px;
  }
}
@media (max-width: 575px) {
  .hero-banner .banner-text .wrap h5 {
    font-size: 26px;
  }
}
@media (max-width: 420px) {
  .hero-banner .banner-text .wrap h5 {
    font-size: 23px;
  }
}
.hero-banner .banner-text .wrap ul {
  display: flex;
  gap: 10px;
  justify-content: flex-end;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .hero-banner .banner-text .wrap ul {
    justify-content: center;
  }
}
.hero-banner .banner-text .wrap ul .ani {
  animation: slide 5s infinite;
  transition-delay: 5s;
  animation-delay: 0.2s;
  font-size: 20px;
  text-transform: uppercase;
  color: #ffffff;
}
@media (max-width: 767px) {
  .hero-banner .banner-text .wrap ul .ani {
    font-size: 16px;
  }
}
@media (max-width: 575px) {
  .hero-banner .banner-text .wrap ul .ani {
    font-size: 14px;
  }
}
@media (max-width: 420px) {
  .hero-banner .banner-text .wrap ul .ani {
    font-size: 12px;
  }
}
.hero-banner .banner-text .wrap ul .ani.two {
  animation-delay: 0.4s;
}
.hero-banner .banner-text .wrap ul .ani.three {
  animation-delay: 0.8s;
}
@keyframes slide {
  0% {
    opacity: 0;
    margin-right: -15px;
  }
  40% {
    opacity: 1;
    margin-right: 0;
  }
  70% {
    opacity: 1;
    margin-right: 0;
  }
  90% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    margin-right: -15px;
  }
}

.split .lineParent {
  overflow: hidden;
}

.linkWrap {
  position: relative;
}

.style-2 {
  height: 30px;
  align-items: center;
  color: #000;
  text-decoration: none;
  display: flex;
  /* Hide extra text */
}
.style-2 .mask {
  position: relative;
  padding: 0;
  height: 12px;
  /*  Remove overflow to see how it works　:) */
  overflow: hidden;
}
.style-2 .mask .link-container {
  transition: transform 0.4s ease;
}
.style-2 .mask .title {
  display: block;
  font-size: 0.8rem;
  line-height: 16px;
  letter-spacing: 1px;
  font-weight: 800;
  line-height: 1;
  transition: transform 0.4s ease;
  white-space: nowrap;
}
.style-2 .mask .link-title1 {
  transform-origin: right center;
}
.style-2 .mask .link-title2 {
  transform-origin: left center;
  transform: rotate(12deg);
}
.style-2:hover {
  /* Move up two texts (20px = font-size) */
}
.style-2:hover .link-container {
  transform: translateY(-12px);
}
.style-2:hover {
  /* Rotate texts a little bit */
}
.style-2:hover .link-title1 {
  transform: rotate(12deg);
}
.style-2:hover .link-title2 {
  transform: rotate(0);
}

.more-wrap {
  margin-top: 50px;
}
.more-wrap .a-more {
  position: relative;
  padding-top: 0;
  padding-bottom: 0;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  margin-left: 0;
  padding-left: 0;
  font-size: 0.8rem;
  font-weight: 800;
  line-height: 1;
  display: inline-flex;
  position: relative;
  color: #000000;
}

.custom-container {
  width: calc(100% - (-50vw + 50%));
}

.about-section {
  padding: 180px 0 130px;
  position: relative;
}
@media (max-width: 991px) {
  .about-section {
    padding: 150px 0 100px;
  }
}
@media (max-width: 767px) {
  .about-section {
    padding: 100px 0 80px;
  }
}
.about-section::after {
  position: absolute;
  content: "";
  top: 50px;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/buildings.svg) no-repeat top center;
  background-size: 100%;
  opacity: 0.1;
}
.about-section .container {
  position: relative;
  z-index: 1;
}
.about-section .top {
  text-align: center;
  padding-bottom: 100px;
}
@media (max-width: 767px) {
  .about-section .top {
    padding-bottom: 50px;
  }
}
.about-section .top .title {
  color: #717171;
  font-size: 18px;
  letter-spacing: 13px;
  text-transform: uppercase;
}
@media (max-width: 575px) {
  .about-section .top .title {
    font-size: 14px;
    letter-spacing: 8px;
  }
}
.about-section .top h1 {
  margin: 30px 0;
}
@media (max-width: 575px) {
  .about-section .top h1 {
    margin: 10px 0 20px;
    font-size: 37px;
    line-height: 40px;
  }
}
.about-section .top p {
  max-width: 950px;
  margin: 0 auto;
}
.about-section .abt-left {
  display: flex;
  align-items: center;
}
.about-section .abt-left .wrap {
  padding-right: 100px;
}
@media (max-width: 991px) {
  .about-section .abt-left .wrap {
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .about-section .abt-left .wrap {
    text-align: center;
  }
}
.about-section .abt-left .wrap .cout-wrap {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -25px 20px;
}
@media (max-width: 767px) {
  .about-section .abt-left .wrap .cout-wrap {
    margin: 0 -15px 20px;
  }
}
.about-section .abt-left .wrap .cout-wrap .box {
  width: 50%;
  padding: 10px 25px;
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  .about-section .abt-left .wrap .cout-wrap .box {
    width: 25%;
    border-right: 1px solid #d0c0bb;
    text-align: center;
    padding: 10px 15px;
  }
}
@media (max-width: 520px) {
  .about-section .abt-left .wrap .cout-wrap .box {
    width: 50%;
  }
}
@media (max-width: 520px) {
  .about-section .abt-left .wrap .cout-wrap .box:nth-of-type(2) {
    border-right: none;
  }
}
.about-section .abt-left .wrap .cout-wrap .box:last-child {
  border-right: none;
}
.about-section .abt-left .wrap .cout-wrap .box h3 {
  font-weight: 900;
}
.about-section .abt-left .wrap .cout-wrap .box p {
  text-transform: uppercase;
  margin-bottom: 0;
  line-height: 20px;
}
@media (max-width: 767px) {
  .about-section .abt-left .wrap .cout-wrap .box p {
    font-size: 14px;
  }
}
.about-section .abt-left .wrap .cout-wrap p {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .about-section .abt-right {
    display: none;
  }
}

.quality {
  overflow: hidden;
  padding: 130px 0;
}
@media (max-width: 991px) {
  .quality {
    padding: 100px 0;
  }
}
@media (max-width: 767px) {
  .quality {
    padding: 80px 0;
  }
}
.quality .quality-left {
  padding-right: 100px;
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .quality .quality-left {
    padding-right: 20px;
  }
}
@media (max-width: 767px) {
  .quality .quality-right {
    margin-top: 30px;
  }
}
.quality .quality-right figure {
  margin-right: -100px;
}
@media (max-width: 767px) {
  .quality .quality-right figure {
    margin-right: 0;
    margin-top: 50px;
  }
}

.proccessing {
  position: relative;
}
.proccessing .proccessing-wrap {
  position: sticky;
  top: 0;
  height: calc(100vh - 100px);
  background-color: #0a2027;
  display: flex;
  transition: 600ms all;
  transform-origin: 50% 10%;
}
@media (max-width: 767px) {
  .proccessing .proccessing-wrap {
    height: auto;
    min-height: 50vh;
  }
}
.proccessing .proccessing-wrap.sticked {
  transform: scale(0.9) translateY(-10px);
}
.proccessing .proccessing-wrap.top .left .num {
  left: -100px;
}
@media (max-width: 767px) {
  .proccessing .proccessing-wrap.top .left .num {
    left: 0;
  }
}
.proccessing .proccessing-wrap .left,
.proccessing .proccessing-wrap .right {
  width: 50%;
  position: relative;
}
.proccessing .proccessing-wrap .left {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .proccessing .proccessing-wrap .left {
    width: 100%;
    position: relative;
    z-index: 2;
  }
}
.proccessing .proccessing-wrap .left .wrap {
  padding: 80px 100px;
}
@media (max-width: 991px) {
  .proccessing .proccessing-wrap .left .wrap {
    padding: 50px;
  }
}
@media (max-width: 767px) {
  .proccessing .proccessing-wrap .left .wrap {
    padding: 50px 20px;
  }
}
.proccessing .proccessing-wrap .left .wrap h3 {
  font-size: 40px;
  line-height: 50px;
  color: #fff;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .proccessing .proccessing-wrap .left .wrap h3 {
    font-size: 36px;
    line-height: 44px;
  }
}
@media (max-width: 575px) {
  .proccessing .proccessing-wrap .left .wrap h3 {
    font-size: 30px;
    line-height: 40px;
  }
}
.proccessing .proccessing-wrap .left .wrap p {
  color: #fff;
  font-size: 18px;
  line-height: 28px;
}
@media (max-width: 767px) {
  .proccessing .proccessing-wrap .left .wrap p {
    font-size: 16px;
    line-height: 24px;
  }
}
.proccessing .proccessing-wrap .left .num {
  position: absolute;
  left: -100%;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  font-size: 500px;
  font-weight: 800;
  color: #fff;
  transition: 600ms all;
  opacity: 0;
  left: -100%;
  opacity: 0.07;
}
@media (max-width: 1199px) {
  .proccessing .proccessing-wrap .left .num {
    font-size: 450px;
  }
}
@media (max-width: 991px) {
  .proccessing .proccessing-wrap .left .num {
    font-size: 400px;
  }
}
@media (max-width: 767px) {
  .proccessing .proccessing-wrap .left .num {
    font-size: 350px;
  }
}
@media (max-width: 575px) {
  .proccessing .proccessing-wrap .left .num {
    font-size: 300px;
  }
}
@media (max-width: 767px) {
  .proccessing .proccessing-wrap .right {
    position: absolute;
    left: 0;
    width: 100%;
  }
}
.proccessing .proccessing-wrap .right::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 30%;
  height: 100%;
  background: #0a2027;
  background: linear-gradient(90deg, rgb(10, 32, 39) 0%, rgba(10, 32, 39, 0) 100%);
  opacity: 1;
}
@media (max-width: 767px) {
  .proccessing .proccessing-wrap .right::after {
    width: 100%;
  }
}
.proccessing .proccessing-wrap .right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

body .location-open {
  overflow: hidden;
}

.project-locations {
  position: relative;
  padding: 0;
  background-color: #ffffff;
  padding: 100px 0;
  overflow: hidden;
}
.project-locations h2 {
  text-align: center;
  position: relative;
  z-index: 2;
}
.project-locations .wrapper {
  position: relative;
  max-width: 100%;
  padding: 0;
}
.project-locations .wrapper .map {
  position: relative;
  width: 100%;
  height: 100%;
}
.project-locations .wrapper .map::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 5%;
  z-index: 1;
  background: #ffffff;
  background: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 98%);
}
.project-locations .wrapper .map::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 15%;
  z-index: 1;
  background: #ffffff;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 98%);
}
.project-locations .wrapper .map .location-map {
  width: 100%;
}
@media (max-width: 767px) {
  .project-locations .wrapper .map .location-map {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
.project-locations .wrapper .map .location-map[data-target=one], .project-locations .wrapper .map .location-map[data-target=two], .project-locations .wrapper .map .location-map[data-target=three], .project-locations .wrapper .map .location-map[data-target=four], .project-locations .wrapper .map .location-map[data-target=five], .project-locations .wrapper .map .location-map[data-target=six], .project-locations .wrapper .map .location-map[data-target=seven], .project-locations .wrapper .map .location-map[data-target=eight], .project-locations .wrapper .map .location-map[data-target=nine], .project-locations .wrapper .map .location-map[data-target=ten] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: 600ms all;
}
.project-locations .wrapper .map .location-map.active[data-target=one], .project-locations .wrapper .map .location-map.active[data-target=two], .project-locations .wrapper .map .location-map.active[data-target=three], .project-locations .wrapper .map .location-map.active[data-target=four], .project-locations .wrapper .map .location-map.active[data-target=five], .project-locations .wrapper .map .location-map.active[data-target=six], .project-locations .wrapper .map .location-map.active[data-target=seven], .project-locations .wrapper .map .location-map.active[data-target=eight], .project-locations .wrapper .map .location-map.active[data-target=nine], .project-locations .wrapper .map .location-map.active[data-target=ten] {
  opacity: 1;
  visibility: visible;
}
.project-locations .wrapper .map .map-marker {
  position: absolute;
  inset: 0% auto auto 0%;
  z-index: 1;
  transition: 600ms all;
}
.project-locations .wrapper .map .map-marker.hover {
  z-index: 9;
}
.project-locations .wrapper .map .map-marker .wrap {
  width: 35px;
  height: 35px;
  padding: 5px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url(../images/circle.svg) no-repeat;
  background-size: 100%;
  cursor: pointer;
  flex-shrink: 0;
}
.project-locations .wrapper .map .map-marker .wrap .icon {
  width: 26px;
  height: 26px;
  background-color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1019607843);
  transition: 600ms all;
}
.project-locations .wrapper .map .map-marker .wrap .icon svg {
  width: 12px;
  height: 12px;
  transition: 600ms all;
}
.project-locations .wrapper .map .map-marker.one {
  top: 48%;
  left: 57%;
}
@media (max-width: 991px) {
  .project-locations .wrapper .map .map-marker.one {
    left: 55%;
  }
}
@media (max-width: 767px) {
  .project-locations .wrapper .map .map-marker.one {
    top: 42%;
    left: 57%;
  }
}
.project-locations .wrapper .map .map-marker.two {
  top: 49%;
  left: 39.5%;
}
@media (max-width: 991px) {
  .project-locations .wrapper .map .map-marker.two {
    top: 48%;
    left: 39%;
  }
}
@media (max-width: 767px) {
  .project-locations .wrapper .map .map-marker.two {
    left: 37.5%;
    top: 43%;
  }
}
.project-locations .wrapper .map .map-marker.three {
  top: 55%;
  left: 45.5%;
}
@media (max-width: 991px) {
  .project-locations .wrapper .map .map-marker.three {
    top: 53%;
    left: 44.5%;
  }
}
@media (max-width: 767px) {
  .project-locations .wrapper .map .map-marker.three {
    top: 50%;
    left: 42.5%;
  }
}
.project-locations .wrapper .map .map-marker.four {
  top: 57%;
  left: 40%;
}
@media (max-width: 767px) {
  .project-locations .wrapper .map .map-marker.four {
    left: 36%;
    top: 53%;
  }
}
.project-locations .wrapper .map .map-marker.five {
  top: 56%;
  left: 49%;
}
@media (max-width: 991px) {
  .project-locations .wrapper .map .map-marker.five {
    top: 56%;
    left: 49%;
  }
}
.project-locations .wrapper .map .map-marker.six {
  top: 78%;
  left: 35.5%;
}
@media (max-width: 991px) {
  .project-locations .wrapper .map .map-marker.six {
    top: 77%;
    left: 34.5%;
  }
}
.project-locations .wrapper .map .map-marker.seven {
  top: 16%;
  left: 27%;
}
@media (max-width: 991px) {
  .project-locations .wrapper .map .map-marker.seven {
    top: 14%;
    left: 26.5%;
  }
}
@media (max-width: 767px) {
  .project-locations .wrapper .map .map-marker.seven {
    top: 14%;
  }
}
.project-locations .wrapper .map .map-marker.eight {
  top: 46%;
  left: 25%;
}
@media (max-width: 991px) {
  .project-locations .wrapper .map .map-marker.eight {
    top: 46%;
    left: 25%;
  }
}
.project-locations .wrapper .map .map-marker.nine {
  top: 75%;
  left: 61%;
}
@media (max-width: 991px) {
  .project-locations .wrapper .map .map-marker.nine {
    top: 75%;
    left: 61%;
  }
}
.project-locations .wrapper .map .map-marker.ten {
  top: 90%;
  left: 21%;
}
@media (max-width: 991px) {
  .project-locations .wrapper .map .map-marker.ten {
    top: 89%;
    left: 20%;
  }
}
.project-locations .wrapper .map .map-marker:hover .icon {
  background-color: #000;
}
.project-locations .wrapper .map .map-marker:hover .icon svg {
  stroke: #fff;
}
.project-locations .wrapper .map .map-marker .tooltipText {
  position: fixed;
  height: 30px;
  bottom: calc(100% + 5px);
  padding: 14px 10px 10px;
  background-color: #fff;
  border: 1px solid #e7e9e9;
  display: inline-block;
  left: -80px;
  opacity: 0;
  visibility: hidden;
  transition: 600ms all;
  z-index: 2;
  border-radius: 30px;
}
.project-locations .wrapper .map .map-marker .tooltipText .title {
  font-weight: 600;
  line-height: 0;
}
.project-locations .wrapper .map .map-marker .tooltipText p {
  font-size: 13px;
  line-height: 18px;
}
.project-locations .wrapper .map .map-marker:hover .tooltipText {
  opacity: 1;
  visibility: visible;
}
.project-locations .wrapper .map .location-slide {
  position: fixed;
  width: 400px;
  background-color: #026e81;
  top: 0;
  right: -420px;
  height: 100vh;
  transition: 600ms all;
  z-index: 10;
  background-color: rgba(2, 110, 129, 0.7);
  backdrop-filter: blur(5px);
}
@media (max-width: 500px) {
  .project-locations .wrapper .map .location-slide {
    width: 100%;
    right: calc(-100% - 20px);
  }
}
.project-locations .wrapper .map .location-slide.active {
  transform: scale(1);
  right: 0;
}
.project-locations .wrapper .map .location-slide .wrap {
  height: 100%;
  overflow-y: auto;
  padding: 50px;
}
@media (max-width: 767px) {
  .project-locations .wrapper .map .location-slide .wrap {
    padding: 30px;
  }
}
.project-locations .wrapper .map .location-slide .wrap .location-slide-close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 40px;
  height: 40px;
  padding: 6px;
  background-color: #fff;
  border-radius: 6px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.project-locations .wrapper .map .location-slide .wrap h4 {
  color: #fff;
  margin-bottom: 20px;
}
.project-locations .wrapper .map .location-slide .wrap ul {
  padding: 0;
}
.project-locations .wrapper .map .location-slide .wrap ul li {
  list-style: none;
  color: #fff;
  margin-bottom: 15px;
}
.project-locations .wrapper .map .location-slide .wrap ul li .title {
  margin-bottom: 0px;
}
.project-locations .wrapper .map .location-slide .wrap ul li ul {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.project-locations .wrapper .map .location-slide .wrap ul li ul li {
  list-style: none;
  font-size: 13px;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.5);
}

.projects {
  position: relative;
  background-color: #ffffff;
}
.projects .projects-wrap {
  overflow: hidden;
  position: sticky;
  top: 0;
  max-height: 100vh;
  min-height: 100vh;
  background-color: #fff;
  display: flex;
  transition: 600ms all;
  transform: scale(0.9);
  transform-origin: 50% -3%;
}
@media (max-width: 575px) {
  .projects .projects-wrap {
    max-height: unset;
    min-height: unset;
    height: auto;
  }
}
.projects .projects-wrap:not(:first-child) {
  margin-top: 50vh;
}
@media (max-width: 991px) {
  .projects .projects-wrap:not(:first-child) {
    margin-top: 20vh;
  }
}
@media (max-width: 767px) {
  .projects .projects-wrap:not(:first-child) {
    margin-top: 50px;
  }
}
.projects .projects-wrap .left {
  width: 50%;
  position: relative;
  overflow: hidden;
  z-index: 2;
}
.projects .projects-wrap:nth-of-type(2n) {
  flex-direction: row-reverse;
}
.projects .projects-wrap:nth-of-type(2n) .right::after {
  left: inherit;
  right: 0px;
  background: #ffffff;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
}
.projects .projects-wrap:nth-of-type(2n) .right::before {
  left: inherit;
  right: 0px;
  background: #0a2027;
  background: linear-gradient(90deg, rgba(10, 32, 39, 0) 0%, rgb(10, 32, 39) 100%);
}
.projects .projects-wrap .right {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
@media (max-width: 991px) {
  .projects .projects-wrap .right {
    position: absolute;
    height: 100%;
    opacity: 0;
  }
}
.projects .projects-wrap .right::after {
  position: absolute;
  content: "";
  right: inherit;
  left: -1px;
  top: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
  background: linear-gradient(90deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
  transition: 600ms all;
  z-index: 1;
}
@media (max-width: 991px) {
  .projects .projects-wrap .right::after {
    display: none;
  }
}
.projects .projects-wrap .right::before {
  position: absolute;
  content: "";
  right: inherit;
  left: -1px;
  top: 0;
  width: 100%;
  height: 100%;
  background: #0a2027;
  background: linear-gradient(90deg, rgb(10, 32, 39) 0%, rgba(10, 32, 39, 0) 100%);
  transition: 600ms all;
  opacity: 0;
  visibility: hidden;
  z-index: 1;
}
@media (max-width: 991px) {
  .projects .projects-wrap .right::before {
    display: none;
  }
}
.projects .projects-wrap .right img {
  transform: scale(1.3);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.projects .projects-wrap .left {
  display: flex;
  width: 40%;
}
@media (max-width: 991px) {
  .projects .projects-wrap .left {
    width: 100%;
    position: relative;
    z-index: 2;
  }
}
.projects .projects-wrap .left::before {
  display: none;
}
.projects .projects-wrap .left .wrap {
  padding: 50px;
}
@media (max-width: 767px) {
  .projects .projects-wrap .left .wrap {
    padding: 50px 20px;
  }
}
.projects .projects-wrap .left .wrap h3 {
  font-size: 36px;
  font-weight: 600;
  line-height: 42px;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .projects .projects-wrap .left .wrap h3 {
    font-size: 30px;
    line-height: 38px;
  }
}
@media (max-width: 575px) {
  .projects .projects-wrap .left .wrap h3 {
    font-size: 26px;
    line-height: 32px;
  }
}
.projects .projects-wrap .left .wrap p {
  font-size: 16px;
  line-height: 24px;
}
.projects .projects-wrap .left .wrap .more-wrap {
  margin-top: 25px;
}
.projects .projects-wrap .left .wrap ul {
  margin: 15px -12px 10px;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .projects .projects-wrap .left .wrap ul {
    margin: 15px -6px 15px;
  }
}
.projects .projects-wrap .left .wrap ul li {
  list-style: none;
  margin-bottom: 0px;
  font-size: 13px;
  line-height: 17px;
  padding: 8px 12px;
  width: 33.333%;
}
@media (max-width: 991px) {
  .projects .projects-wrap .left .wrap ul li {
    width: 16.666%;
  }
}
@media (max-width: 767px) {
  .projects .projects-wrap .left .wrap ul li {
    width: 25%;
    padding: 6px;
  }
}
@media (max-width: 575px) {
  .projects .projects-wrap .left .wrap ul li {
    width: 33.333%;
  }
}
@media (max-width: 420px) {
  .projects .projects-wrap .left .wrap ul li {
    width: 50%;
  }
}
@media (max-width: 575px) {
  .projects .projects-wrap .left .wrap ul li:nth-of-type(7), .projects .projects-wrap .left .wrap ul li:nth-of-type(8), .projects .projects-wrap .left .wrap ul li:nth-of-type(9), .projects .projects-wrap .left .wrap ul li:nth-of-type(10), .projects .projects-wrap .left .wrap ul li:nth-of-type(11), .projects .projects-wrap .left .wrap ul li:nth-of-type(12) {
    display: none;
  }
}
.projects .projects-wrap .left .wrap ul li figure {
  height: 100px;
  overflow: hidden;
  margin-bottom: 5px;
}
.projects .projects-wrap .left .wrap ul li figure img {
  max-width: unset;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.projects .projects-wrap .left .wrap ul li img {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .projects .projects-wrap .left .wrap ul li img {
    margin-bottom: 5px;
  }
}
.projects .projects-wrap .left .wrap ul li a {
  display: inline-block;
  color: #ffffff;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box !important;
  -webkit-box-orient: vertical;
  white-space: normal;
  -webkit-line-clamp: 2;
}
.projects .projects-wrap .left .wrap ul li a img {
  margin-bottom: 10px;
}
.projects .projects-wrap .left .wrap,
.projects .projects-wrap .left .wrap h3,
.projects .projects-wrap .left .wrap p,
.projects .projects-wrap .left .wrap ul li,
.projects .projects-wrap .left .wrap {
  transition: 600ms all;
}
.projects .projects-wrap.sticked {
  transform: scale(1);
  background-color: #0a2027;
}
.projects .projects-wrap.sticked .left .wrap h3,
.projects .projects-wrap.sticked .left .wrap p,
.projects .projects-wrap.sticked .left .wrap ul li,
.projects .projects-wrap.sticked .left .wrap .more-wrap .a-more {
  color: #fff !important;
}
.projects .projects-wrap.sticked .right img {
  transform: scale(1);
}
.projects .projects-wrap.sticked .right::after {
  opacity: 0;
  visibility: hidden;
}
.projects .projects-wrap.sticked .right::before {
  opacity: 1;
  visibility: visible;
}
.projects .projects-wrap.sticked:nth-of-type(2n) .right::before {
  opacity: 1;
  visibility: visible;
}
.projects .projects-wrap.sticked:nth-of-type(2n) .right::after {
  opacity: 0;
  visibility: hidden;
}

.clients {
  padding: 130px 0;
  text-align: center;
}
@media (max-width: 991px) {
  .clients {
    padding: 100px 0;
  }
}
@media (max-width: 767px) {
  .clients {
    padding: 80px 0;
  }
}
.clients .container {
  max-width: 100%;
  padding: 0 50px;
}
@media (max-width: 991px) {
  .clients .container {
    padding: 0 14px;
  }
}
.clients .container .head {
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  .clients .container .head {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .clients .container .head {
    margin-bottom: 20px;
  }
}
.clients .container .client-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.clients .container .client-wrap .box {
  width: 16.666%;
  padding: 12px;
}
@media (max-width: 991px) {
  .clients .container .client-wrap .box {
    padding: 6px;
  }
}
@media (max-width: 767px) {
  .clients .container .client-wrap .box {
    width: 25%;
  }
}
@media (max-width: 520px) {
  .clients .container .client-wrap .box {
    width: 33.333%;
  }
}
.clients .container .client-wrap .box .wrap {
  border: 1px dashed #d3d3d3;
  padding: 5px 0;
  transition: 600ms all;
}

.start-projects {
  text-align: center;
  position: relative;
  background-color: #101010;
  padding: 200px 0;
  overflow: hidden;
}
@media (max-width: 991px) {
  .start-projects {
    padding: 120px 0;
  }
}
.start-projects .container {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2;
}
.start-projects .container h2 {
  color: #ffffff;
  margin-bottom: 25px;
}
.start-projects .container p {
  max-width: 700px;
  margin: 0px auto;
  color: #ffffff;
  font-size: 16px;
}
.start-projects .container .more-wrap .a-more span {
  color: #ffffff;
}
.start-projects .img-container {
  position: absolute;
  overflow: hidden;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.start-projects img.bg {
  opacity: 0.6;
  width: auto;
  height: 100%;
  position: absolute;
  top: 0;
  transform: scale(1.4);
  transform-origin: 50% 50%;
}

.img-container {
  position: absolute;
  overflow: hidden;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.img-container img.bg {
  opacity: 0.6;
  width: auto;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transform: scale(1.4);
  transform-origin: 50% 50%;
}
.img-container img.bg.op-1 {
  opacity: 1;
}

footer {
  background-color: #0a2027;
  padding-top: 100px;
  color: #939393;
}
footer a {
  color: #939393;
}
footer h6 {
  font-size: 20px;
  color: #ffffff;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  footer h6 {
    margin-bottom: 20px;
  }
}
footer .foot-left .wrap {
  max-width: 400px;
}
@media (max-width: 991px) {
  footer .foot-left .wrap {
    max-width: 100%;
  }
}
footer .foot-left .wrap .contact-box-wrap {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  footer .foot-left .wrap .contact-box-wrap {
    margin-bottom: 40px;
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(208, 192, 187, 0.1490196078);
  }
}
footer .foot-left .wrap .contact-box {
  display: flex;
  gap: 25px;
  margin-bottom: 15px;
}
footer .foot-left .wrap .contact-box .left {
  width: 100px;
  flex-shrink: 0;
}
footer .foot-left .wrap .social {
  display: flex;
  gap: 10px;
}
@media (max-width: 767px) {
  footer .foot-left .wrap .social {
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid rgba(208, 192, 187, 0.1490196078);
  }
}
footer .foot-left .wrap .social li a {
  font-size: 12px;
  text-transform: uppercase;
  color: #ffffff !important;
}
@media (max-width: 767px) {
  footer .foot-right .wrap {
    display: flex;
    justify-content: space-between;
  }
}
footer .foot-right .links-wrap ul li {
  margin-bottom: 5px;
}
footer .foot-right .links-wrap ul li:last-child {
  margin-bottom: 0;
}
footer .foot-right .iso {
  margin-top: 50px;
}
@media (max-width: 767px) {
  footer .foot-right .iso {
    margin-top: 0;
  }
}
footer .foot-right .iso img {
  max-width: 100px;
}
footer .copy {
  position: relative;
}
footer .copy .scroll-btn {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  border-radius: 0;
  text-decoration: none;
  font-weight: 200;
  transition: 0.32s ease;
  user-select: none;
  color: #fff;
  position: absolute;
  left: 0;
  right: 0;
  top: 75px;
  margin: auto;
  background: transparent;
  border: 1px solid #026e81;
  z-index: 2;
  background: #0a2027;
}
@media (max-width: 991px) {
  footer .copy .scroll-btn {
    top: 25px;
  }
}
footer .copy .scroll-btn:hover {
  border-color: #ffffff;
  color: #026e81;
  transform: translateY(-5px);
}
footer .copy .copy-inner {
  padding: 40px 0;
  margin-top: 100px;
  display: flex;
  gap: 20px;
  justify-content: space-between;
  border-top: 1px solid rgba(208, 192, 187, 0.1490196078);
  position: relative;
}
@media (max-width: 991px) {
  footer .copy .copy-inner {
    margin-top: 50px;
    padding: 30px 0;
  }
}
footer .copy .copy-inner::before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: -2px;
  width: 200px;
  height: 4px;
  margin: auto;
  background: #026e81;
  border-radius: 1px;
}
footer .copy .copy-inner p {
  margin-bottom: 0;
}

/*inner Intro*/
#intro {
  --target: 100%;
  width: 100%;
  background: linear-gradient(to right, #0a2027 var(--target), #fff var(--target));
  display: flex;
  height: 100vh;
  justify-content: center;
  align-items: center;
  padding: 150px 20px 80px;
}
#intro .wrap {
  width: 100vw;
  position: relative;
  transform: scale(0);
  transition: 600ms all;
}
#intro h6 {
  text-align: center;
  font-size: 18px;
  color: #fff;
  margin-top: 25px;
  background: linear-gradient(to right, #026e81 var(--target), #717171 var(--target));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 575px) {
  #intro h6 {
    font-size: 16px;
  }
}
#intro h1 {
  color: #026e81;
  font-size: 60px;
  text-align: center;
  background: linear-gradient(to right, #fff var(--target), #026e81 var(--target));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  width: 100%;
  display: block;
  line-height: 64px;
}
@media (max-width: 1199px) {
  #intro h1 {
    font-size: 50px;
    line-height: 60px;
  }
}
@media (max-width: 991px) {
  #intro h1 {
    font-size: 40px;
    line-height: 50px;
  }
}
@media (max-width: 767px) {
  #intro h1 {
    font-size: 40px;
    line-height: 50px;
  }
}
@media (max-width: 575px) {
  #intro h1 {
    font-size: 30px;
    line-height: 36px;
  }
}
@media (max-width: 440px) {
  #intro h1 {
    font-size: 30px;
    line-height: 36px;
  }
}
@media (max-width: 1199px) {
  #intro h1 br {
    display: none;
  }
}

.pin-spacer {
  padding: 0 !important;
}

body.preloader-closed #intro .wrap {
  transform: scale(1);
}

.inner-top-section {
  position: absolute;
  left: 0;
  right: 0;
  top: 100vh;
  z-index: 1;
  padding-top: 100px;
}
.inner-top-section::after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: -50vh;
  height: 70vh;
  background: url(../images/buildings.svg) center top/100% no-repeat;
  opacity: 0.05;
}
@media (max-width: 767px) {
  .inner-top-section::after {
    opacity: 0.1;
  }
}
@media (max-width: 575px) {
  .inner-top-section::after {
    top: -30vh;
  }
}
.inner-top-section .container {
  position: relative;
  z-index: 1;
}
.inner-top-section .wrap {
  text-align: center;
  max-width: 1000px;
  margin: 0 auto 100px;
  font-size: 16px;
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  .inner-top-section .wrap {
    margin: 0 auto 40px;
  }
}

/*About page */
.about-top {
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .about-top {
    padding-top: 50px;
  }
}

.opaque {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  background: #d2d6f1;
}

.lt-ie9 .opaque {
  display: none;
}

.feature {
  position: sticky;
  top: 0;
  z-index: 0;
  width: 100%;
  height: 100vh;
  background: url(../images/abt-bg.jpg) center center no-repeat;
  -webkit-background-size: 100%;
  -moz-background-size: 100%;
  -o-background-size: 100%;
  background-size: 100%;
  overflow: hidden;
}
@media (max-width: 767px) {
  .feature {
    display: none;
  }
}
.feature::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 250px;
  background: #ffffff;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 98%);
}
@media (min-width: 576px) {
  .feature::after {
    display: none;
  }
}

.content {
  position: relative;
  z-index: 1;
  padding-top: 45%;
  width: 100%;
  margin: 0 auto;
  padding: 0 100px 120px;
}
@media (max-width: 1199px) {
  .content {
    padding: 0 50px 120px;
  }
}
@media (max-width: 991px) {
  .content {
    padding: 0 20px 100px;
  }
}
@media (max-width: 767px) {
  .content {
    padding: 0 20px 80px;
    margin-top: 50px;
  }
}
.content .wrap {
  display: flex;
}
@media (max-width: 767px) {
  .content .wrap {
    flex-direction: column;
  }
}
.content .wrap .left {
  width: 33.333%;
}
@media (max-width: 767px) {
  .content .wrap .left {
    width: 100%;
  }
}
.content .wrap .left .reveal {
  visibility: hidden;
  position: relative;
  overflow: hidden;
  position: sticky;
  top: 20px;
}
.content .wrap .left .reveal img {
  transition: none;
}
.content .wrap .right {
  width: 66.999%;
}
@media (max-width: 767px) {
  .content .wrap .right {
    width: 100%;
  }
}
.content .wrap .right .inner {
  padding-left: 80px;
}
@media (max-width: 1199px) {
  .content .wrap .right .inner {
    padding-left: 40px;
  }
}
@media (max-width: 991px) {
  .content .wrap .right .inner {
    padding-left: 20px;
  }
}
@media (max-width: 767px) {
  .content .wrap .right .inner {
    padding-left: 0;
    margin-top: 30px;
  }
}
.content .wrap .right .inner h2 {
  color: #026e81 !important;
  font-size: 40px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .content .wrap .right .inner h2 {
    font-size: 30px;
    line-height: 34px;
  }
}

.reveal {
  overflow: hidden;
}
.reveal img {
  transition: none;
}

/*About page team section*/
:root {
  color-scheme: light dark;
  --svc-gap: clamp(12px, 1.2vw, 18px);
  --svc-gap-max: 18px;
  --svc-radius: 26px;
  --svc-pad: clamp(18px, 2.2vw, 34px);
  --svc-h: clamp(560px, 76vh, 760px);
  --svc-top: clamp(14px, 2vh, 24px);
  --svc-enter: calc(var(--svc-h) + clamp(120px, 18vh, 240px));
  --svc-card-odd: color-mix(in srgb, Canvas 92%, CanvasText 8%);
  --svc-card-even: color-mix(in srgb, Canvas 88%, CanvasText 12%);
}

/* ===============================
   COMPONENT
================================= */
.svc {
  padding: 0 100px;
}
@media (max-width: 1199px) {
  .svc {
    padding: 0 50px;
  }
}
@media (max-width: 991px) {
  .svc {
    padding: 0 20px;
  }
}
@media (max-width: 767px) {
  .svc {
    padding: 0;
  }
}

.svc__wrap {
  /* cap overall width so columns stay “tight” */
  margin: 0 auto;
  display: flex;
  gap: 20px;
}
@media (max-width: 991px) {
  .svc__wrap {
    gap: 10px;
  }
}
@media (max-width: 575px) {
  .svc__wrap {
    flex-direction: column;
  }
}

@media (max-width: 860px) {
  .svc {
    /* once stacked: keep both blocks same width + centered, and avoid sticky weirdness */
  }
  .svc__wrap {
    max-width: 760px;
    grid-template-columns: 1fr;
    row-gap: clamp(18px, 3vw, 28px);
  }
  .svc__media,
  .svc__stage {
    position: relative;
    top: auto;
  }
  .svc__right {
    /* ensure right side doesn’t “drift” wider/narrower than media when stacked */
    width: 100%;
  }
}
.svc__media {
  position: sticky;
  top: clamp(60px, 2vh, 24px);
  height: var(--svc-h);
  width: 50%;
}
@media (max-width: 1199px) {
  .svc__media {
    height: calc(100vh - 60px);
    top: 30px;
  }
}
@media (max-width: 991px) {
  .svc__media {
    height: calc(100vh - 30px);
    top: 15px;
  }
}
@media (max-width: 767px) {
  .svc__media {
    width: 35%;
    height: 200px;
  }
}
@media (max-width: 575px) {
  .svc__media {
    width: 100%;
    height: calc(60vh - 30px);
  }
}

.svc__mediaInner {
  height: 100%;
  /* border-radius: var(--svc-radius); */
  overflow: hidden;
  position: relative;
  background: CanvasText;
}

.svc__images {
  position: absolute;
  inset: 0;
}
@media (max-width: 575px) {
  .svc__images .img-wrap:not(:first-child) {
    display: none;
  }
}

.svc__images .img-wrap h6 {
  color: #fff;
  position: absolute;
  top: 20px;
  left: 30px;
  right: 30px;
  opacity: 0;
  transition: 600ms all;
}
@media (max-width: 767px) {
  .svc__images .img-wrap h6 {
    left: 20px;
  }
}

.svc__images .img-wrap h6.active {
  opacity: 1;
}

.svc__img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transform: scale(1.03);
  transition: opacity 180ms linear;
}

.svc__img.is-active {
  opacity: 1;
}

.svc__mediaOverlay {
  position: absolute;
  inset: 0;
  padding: var(--svc-pad);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: #fff;
  pointer-events: none;
}

.svc__kicker {
  margin: 0;
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 0.92;
  font-size: clamp(56px, 6.6vw, 92px);
}

.svc__progress {
  position: absolute;
  left: var(--svc-pad);
  right: var(--svc-pad);
  bottom: calc(var(--svc-pad) * 0.65);
  pointer-events: none;
}

.svc__progressTrack {
  height: 3px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.28);
  overflow: hidden;
}

.svc__progressFill {
  height: 100%;
  transform: scaleX(0);
  transform-origin: 0 50%;
  background: rgba(255, 255, 255, 0.85);
}

.svc__right {
  position: relative;
  width: 50%;
}
@media (max-width: 767px) {
  .svc__right {
    width: 65%;
  }
}
@media (max-width: 575px) {
  .svc__right {
    width: 100%;
  }
}

.svc__stage {
  position: sticky;
  top: clamp(60px, 2vh, 24px);
  height: var(--svc-h);
}
@media (max-width: 1199px) {
  .svc__stage {
    height: calc(100vh - 60px);
    top: 30px;
  }
}
@media (max-width: 991px) {
  .svc__stage {
    height: calc(100vh - 30px);
    top: 15px;
  }
}
@media (max-width: 767px) {
  .svc__stage {
    top: 0;
  }
}

.svc__card {
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  height: 100%;
  padding: clamp(22px, 2.6vw, 44px);
  display: flex;
  flex-direction: row;
  justify-content: center;
  /* center the content block vertically */
  /* align-items: center; */
  text-align: left;
  gap: clamp(16px, 2vw, 28px);
  transform: translate(-50%, 0%) translate3d(0, var(--card-y, 0px), 0) scale(var(--card-s, 1));
  transform-origin: 50% 65%;
  will-change: transform;
  /* border-radius: var(--svc-radius); */
  /* default (dark scheme or system Canvas) */
  background: #0a2027;
  color: CanvasText;
  /* odd/even surface variation */
  /* if user is in LIGHT scheme, flip to light surfaces + dark text */
}

.svc__card:nth-child(even) {
  background: #0a2027;
}

.svc__num {
  font-weight: 900;
  letter-spacing: -0.04em;
  font-size: clamp(84px, 7vw, 120px);
  line-height: 1;
}

.svc__cardText {
  max-width: 100%;
}

.svc__cardText h6 span {
  font-size: 18px;
}

.svc__cardText ul li {
  list-style: circle;
  list-style-position: inside;
}

.svc__cardText h3 {
  margin: 0 0 25px;
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.05;
  font-size: clamp(22px, 2.3vw, 34px);
  text-transform: uppercase;
  color: #ffffff;
}
@media (max-width: 991px) {
  .svc__cardText h3 {
    margin-bottom: 15px;
  }
}

.svc__cardText h6 {
  color: #ffffff;
}

.svc__cardText ul {
  padding-left: 0;
  margin-top: 15px;
}

.svc__cardText ul li {
  color: #bebebe;
  font-size: 15px;
  opacity: 0.85;
}

.svc__cardText p {
  margin: 0;
  font-size: 15px;
  opacity: 0.85;
  color: #bebebe;
  margin-bottom: 15px;
}
@media (max-width: 991px) {
  .svc__cardText p {
    line-height: 24px;
  }
}
@media (max-width: 575px) {
  .svc__cardText p {
    font-size: 14px;
    line-height: 22px;
  }
}

.svc__cardText button {
  background-color: transparent !important;
  width: auto;
  padding: 0% 0;
}

.svc__cardText button:hover {
  background-color: transparent !important;
  color: #026e81;
}

.svc__cardText button::after {
  display: none;
}

.svc__plus {
  position: absolute;
  bottom: clamp(28px, 4vh, 44px);
  left: 50%;
  transform: translateX(-50%);
  width: 56px;
  height: 56px;
  border-radius: 14px;
  border: 1px solid currentColor;
  background: transparent;
  color: currentColor;
  font-size: 22px;
  font-weight: 700;
  cursor: pointer;
  transition: background 120ms ease, color 120ms ease;
}

.svc__plus:hover {
  background: currentColor;
  color: Canvas;
}

.svc__triggers {
  position: relative;
  z-index: -1;
}

.svc__trigger {
  height: 100vh;
}

@media (min-width: 576px) {
  .about-modal .modal-dialog {
    max-width: 520px;
  }
}
@media (min-width: 768px) {
  .about-modal .modal-dialog {
    max-width: 650px;
  }
}
.about-modal .modal-content {
  border: none;
  border-radius: 0;
  background-color: rgba(2, 110, 129, 0.7);
  backdrop-filter: blur(5px);
}
.about-modal .modal-content h3 {
  color: #ffffff;
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 15px;
}
.about-modal .modal-content h6 {
  color: #ffffff;
  font-size: 20px;
}
.about-modal .modal-content h6 em {
  font-style: normal;
}
.about-modal .modal-content p {
  color: #ffffff;
  line-height: 22px;
  font-weight: 300;
}
.about-modal .modal-content ul {
  padding-left: 20px;
  margin-top: 15px;
}
.about-modal .modal-content ul li {
  list-style: circle;
  list-style-position: outside;
  color: #ffffff;
  line-height: 22px;
  margin-bottom: 10px;
  font-weight: 300;
}
.about-modal .modal-header {
  padding: 0;
  position: absolute;
  right: 10px;
  top: 10px;
  border: none;
  z-index: 3;
}
.about-modal .modal-header .btn-close {
  box-shadow: none;
  outline: none;
  filter: brightness(1) invert(1);
  opacity: 1;
}
.about-modal .modal-body {
  padding: 40px;
}

/*contact page*/
.contact-section {
  background: #fff;
  position: relative;
}
@media (max-width: 767px) {
  .contact-section.form .section-wrap {
    flex-direction: column-reverse;
  }
}
.contact-section .section-wrap {
  display: flex;
  align-items: stretch;
  /* usually default */
}
@media (max-width: 767px) {
  .contact-section .section-wrap {
    flex-direction: column;
  }
}
.contact-section .img-left,
.contact-section .text-right {
  width: 50%;
}
@media (max-width: 767px) {
  .contact-section .img-left,
  .contact-section .text-right {
    width: 100%;
  }
}
.contact-section .img-left {
  overflow: hidden;
}
.contact-section .img-left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: none;
}
.contact-section .img-left .reveal {
  height: 100%;
  overflow: hidden;
}
.contact-section .text-right {
  padding: 50px 100px;
  display: flex;
  align-items: center;
}
@media (max-width: 1199px) {
  .contact-section .text-right {
    padding: 50px;
  }
}
@media (max-width: 991px) {
  .contact-section .text-right {
    padding: 50px 30px;
  }
}
@media (max-width: 575px) {
  .contact-section .text-right {
    padding: 30px 20px;
  }
}
.contact-section .text-right .wrap {
  width: 100%;
}
.contact-section .text-right h2 {
  font-size: 50px;
  margin-bottom: 35px;
}
@media (max-width: 991px) {
  .contact-section .text-right h2 {
    font-size: 40px;
    line-height: 42px;
  }
}
@media (max-width: 767px) {
  .contact-section .text-right h2 {
    font-size: 30px;
    line-height: 34px;
  }
}
.contact-section .text-right ul {
  margin-bottom: 0;
}
.contact-section .text-right li {
  margin-bottom: 25px;
  font-size: 18px;
}
.contact-section .text-right li:last-child {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .contact-section .text-right li br {
    display: none;
  }
}
.contact-section .text-right li a {
  color: #474747;
}
.contact-section .text-right li a:hover {
  color: #000000;
}
.contact-section .text-right input,
.contact-section .text-right textarea {
  border: none;
  border-bottom: 1px solid #0a2027;
  padding: 10px 0;
  width: 100%;
  margin-bottom: 15px;
  outline: none;
  box-shadow: none;
  background-color: transparent;
}
.contact-section .text-right input[type=submit],
.contact-section .text-right textarea[type=submit] {
  background-color: #0a2027;
  border: none;
  color: #fff;
  padding: 15px;
}

.map {
  height: 600px;
}
@media (max-width: 767px) {
  .map {
    height: 500px;
  }
}
@media (max-width: 575px) {
  .map {
    height: 350px;
  }
}

/*Project category*/
.project-status {
  background-color: #ffffff;
  position: relative;
  padding: 0 30px 30px;
}
@media (max-width: 767px) {
  .project-status {
    padding: 0 20px 20px;
  }
}
.project-status .project-status-wrap {
  background-color: #0a2027;
  border-radius: 0;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 2000px;
  display: grid;
  position: relative;
}
@media (max-width: 991px) {
  .project-status .project-status-wrap {
    grid-template-columns: 1fr 1fr;
  }
}
.project-status .project-status-wrap .box {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  align-items: center;
  width: 100%;
  padding: 32px 48px;
  display: flex;
  text-align: center;
  color: #ffffff;
}
@media (max-width: 1199px) {
  .project-status .project-status-wrap .box {
    padding: 30px;
  }
}
@media (max-width: 575px) {
  .project-status .project-status-wrap .box {
    padding: 20px;
  }
}
.project-status .project-status-wrap .box:not(:last-child) {
  border-right: 0.5px solid #666;
}
@media (max-width: 991px) {
  .project-status .project-status-wrap .box:nth-of-type(1), .project-status .project-status-wrap .box:nth-of-type(2) {
    border-bottom: 0.5px solid #666;
  }
}
.project-status .project-status-wrap .box h2 {
  color: #ffffff;
  margin-bottom: 10px;
}
@media (max-width: 420px) {
  .project-status .project-status-wrap .box h2 {
    margin-bottom: 0px;
  }
}
.project-status .project-status-wrap .box p {
  color: #dedede;
  margin-bottom: 0;
}
@media (max-width: 420px) {
  .project-status .project-status-wrap .box p {
    font-size: 13px;
    line-height: 20px;
  }
}

.video-wrap {
  background-color: #000000;
  max-height: 500px;
  position: sticky;
  top: 0;
  z-index: -1;
}
.video-wrap video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.categry-button {
  background-color: #ffffff;
  padding: 30px 30px 80px;
  z-index: 1;
  position: relative;
}
@media (max-width: 767px) {
  .categry-button {
    padding: 20px;
  }
}
.categry-button .project-category-wrap ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -6px;
  --bs-gutter-x: 1.5rem;
}
.categry-button .project-category-wrap ul li {
  width: 16.666%;
  box-sizing: border-box;
  padding: 6px;
  flex: 0 0 auto;
  text-align: center;
}
@media (max-width: 1399px) {
  .categry-button .project-category-wrap ul li {
    width: 20%;
  }
}
@media (max-width: 1199px) {
  .categry-button .project-category-wrap ul li {
    width: 25%;
  }
}
@media (max-width: 767px) {
  .categry-button .project-category-wrap ul li {
    width: 33.333%;
  }
}
@media (max-width: 575px) {
  .categry-button .project-category-wrap ul li {
    width: 50%;
  }
}
.categry-button .project-category-wrap ul li a {
  font-size: 18px;
  line-height: 24px;
  color: #000;
  text-transform: uppercase;
  font-weight: 600;
  background-color: rgba(10, 32, 39, 0.0901960784);
  display: block;
  padding: 0;
  height: 100%;
  transition: 600ms all;
  background: #e9ebec;
  text-align: center;
  background: linear-gradient(90deg, rgb(233, 235, 236) 0%, rgb(255, 255, 255) 35%, rgb(233, 235, 236) 100%);
}
@media (max-width: 991px) {
  .categry-button .project-category-wrap ul li a {
    font-size: 16px;
    line-height: 20px;
  }
}
.categry-button .project-category-wrap ul li a:hover {
  background-color: #07424d !important;
  color: #fff !important;
}
.categry-button .project-category-wrap ul li .wrapp {
  overflow: hidden;
  position: relative;
}
.categry-button .project-category-wrap ul li .wrapp .border-1 {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 1px !important;
  background: linear-gradient(to right, #006e80, rgba(0, 110, 128, 0));
  animation: animate1 2s linear infinite;
  z-index: 1;
  border: none !important;
}
@keyframes animate1 {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(100%);
  }
}
.categry-button .project-category-wrap ul li .wrapp .border-2 {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 1px !important;
  background: linear-gradient(to bottom, #006e80, rgba(0, 110, 128, 0));
  animation: animate2 2s linear infinite;
  animation-delay: 1s;
  z-index: 1;
  border: none !important;
}
@keyframes animate2 {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(100%);
  }
}
.categry-button .project-category-wrap ul li .wrapp .border-3 {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 1px !important;
  background: linear-gradient(to left, #006e80, rgba(0, 110, 128, 0));
  animation: animate3 2s linear infinite;
  z-index: 1;
  border: none !important;
}
@keyframes animate3 {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}
.categry-button .project-category-wrap ul li .wrapp .border-4 {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 1px !important;
  background: linear-gradient(to top, #006e80, rgba(0, 110, 128, 0));
  animation: animate4 2s linear infinite;
  animation-delay: 1s;
  z-index: 1;
  border: none !important;
}
@keyframes animate4 {
  0% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(-100%);
  }
}

span.button__text.js-button__text,
span.button__hover.js-button__hover {
  padding: 25px;
}
@media (max-width: 767px) {
  span.button__text.js-button__text,
  span.button__hover.js-button__hover {
    padding: 15px;
    min-height: 78px;
  }
}

.button,
.btn {
  display: inline-block;
  -webkit-appearance: none;
  transform: translateZ(0);
  border: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  outline: 0;
  text-decoration: none;
  vertical-align: middle;
  border-radius: 0;
  position: relative;
  background-color: #1b1b1c;
  border: 0;
  line-height: 3.5rem;
  white-space: nowrap;
  padding: 0 3rem;
  color: #fff;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 700;
  text-align: center;
  overflow: hidden;
  width: 100%;
}

.button:hover:after,
.btn:hover:after {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.button:hover .button__inner > .js-button__text,
.btn:hover .button__inner > .js-button__text {
  -webkit-transform: translateY(-102px);
  transform: translateY(-102px);
}

.button:hover .button__inner .js-button__hover,
.btn:hover .button__inner .js-button__hover {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.button .button__inner,
.btn .button__inner {
  position: relative;
  z-index: 1;
  float: left;
  width: 100%;
}

.button .button__inner > span,
.btn .button__inner > span {
  min-height: 98px;
  width: 100%;
  position: relative;
  display: inline-block;
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.7, 0, 0.3, 1);
  transition: -webkit-transform 0.4s cubic-bezier(0.7, 0, 0.3, 1);
  transition: transform 0.4s cubic-bezier(0.7, 0, 0.3, 1);
  transition: transform 0.4s cubic-bezier(0.7, 0, 0.3, 1), -webkit-transform 0.4s cubic-bezier(0.7, 0, 0.3, 1);
  display: flex;
  justify-content: center;
  align-items: center;
  white-space: pre-wrap;
}
@media (max-width: 767px) {
  .button .button__inner > span,
  .btn .button__inner > span {
    padding: 15px;
    min-height: 70px;
  }
}

.button .button__inner .js-button__hover,
.btn .button__inner .js-button__hover {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translateY(102px);
  transform: translateY(102px);
  color: #fff;
  right: 0;
  margin: auto;
  background-color: #07424d;
}

.button:after,
.btn:after {
  content: "";
  display: block;
  background: #fff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.7, 0, 0.3, 1);
  transition: -webkit-transform 0.4s cubic-bezier(0.7, 0, 0.3, 1);
  transition: transform 0.4s cubic-bezier(0.7, 0, 0.3, 1);
  transition: transform 0.4s cubic-bezier(0.7, 0, 0.3, 1), -webkit-transform 0.4s cubic-bezier(0.7, 0, 0.3, 1);
  z-index: 0;
}

/*Projetcs page*/
.projects-list {
  padding: 0 50px 130px;
}
@media (max-width: 991px) {
  .projects-list {
    padding: 0 50px 100px;
  }
}
@media (max-width: 767px) {
  .projects-list {
    padding: 0 20px 80px;
  }
}
.projects-list .pro-box-wrap {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -12px;
  position: relative;
  z-index: 1;
}
@media (max-width: 575px) {
  .projects-list .pro-box-wrap {
    margin: 0 -6px;
  }
}
.projects-list .pro-box-wrap .pro-box {
  width: 25%;
  padding: 12px;
}
@media (max-width: 767px) {
  .projects-list .pro-box-wrap .pro-box {
    width: 33.333%;
  }
}
@media (max-width: 575px) {
  .projects-list .pro-box-wrap .pro-box {
    width: 50%;
    padding: 6px;
  }
}
.projects-list .pro-box-wrap .pro-box a {
  display: block;
  position: relative;
  overflow: hidden;
  height: 100%;
}
.projects-list .pro-box-wrap .pro-box a::after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  bottom: 0;
  height: 70%;
  background: #0a2027;
  background: linear-gradient(0deg, rgb(10, 32, 39) 0%, rgba(10, 32, 39, 0) 100%);
}
.projects-list .pro-box-wrap .pro-box a:hover img {
  transform: scale(1.1);
}
.projects-list .pro-box-wrap .pro-box p {
  position: absolute;
  left: 15px;
  right: 15px;
  bottom: 10px;
  margin-bottom: 0;
  color: #fff;
  z-index: 1;
  line-height: 20px;
}
.projects-list .pro-box-wrap .pro-box img {
  transition: 600ms all;
}

/*Service page*/
.service-image {
  z-index: -1;
  width: 100%;
  height: 100svh;
  position: sticky;
  top: 0;
}
@media (max-width: 575px) {
  .service-image {
    height: 40vh;
  }
}
.service-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.srv-slide {
  position: fixed;
  z-index: 999;
  right: -520px;
  top: 0;
  width: 500px;
  height: 100vh;
  overflow: hidden;
  background: #026e81;
  padding: 40px 50px;
  text-align: left;
  transition: 600ms all;
  background-color: rgba(2, 110, 129, 0.7);
  backdrop-filter: blur(5px);
}
@media (max-width: 575px) {
  .srv-slide {
    width: 100%;
    padding: 30px 20px;
  }
}
.srv-slide.active {
  right: 0;
}
.srv-slide .wrap {
  overflow: auto;
  display: flex;
  flex-direction: column;
  text-align: left;
}
.srv-slide .wrap figcaption {
  color: #fff;
}
.srv-slide .wrap figcaption h3 {
  font-size: 34px;
  margin-bottom: 15px;
  text-align: left;
  color: #ffffff;
}
.srv-slide .wrap figcaption ul {
  margin-top: 15px;
  padding-left: 17px;
}
.srv-slide .wrap figcaption ul li {
  list-style: circle;
  list-style-position: outside;
}
.srv-slide .wrap figcaption p,
.srv-slide .wrap figcaption li {
  color: #fff;
  font-size: 14px;
  text-align: left;
}
.srv-slide .close {
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  height: 40px;
  background: #123743;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.srv-slide .close img {
  width: 20px;
  filter: brightness(0) invert(1);
}

.srv-slide[data-target=two],
.srv-slide[data-target=four],
.srv-slide[data-target=six] {
  right: inherit;
  left: -520px;
}

.srv-slide.active[data-target=two],
.srv-slide.active[data-target=four],
.srv-slide.active[data-target=six] {
  left: 0;
}

.service-overlay {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
  height: 0;
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0.85);
  transition: 600ms all;
  z-index: 9;
}
.service-overlay.open {
  height: 100%;
}

body.service-modal-open .title {
  transform: scale(0.8);
}

body.service-modal-open {
  overflow: hidden;
}

.service-contact {
  background-color: #000;
  height: 80vh;
  position: relative;
}
@media (max-width: 575px) {
  .service-contact {
    height: 60vh;
  }
}
.service-contact img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.5;
}
.service-contact .srv-text-wrap {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.service-contact .srv-text-wrap .wrap {
  max-width: 750px;
  text-align: center;
  position: relative;
  z-index: 2;
  padding: 0 20px;
}
.service-contact .srv-text-wrap .wrap h2 {
  margin-bottom: 20px;
  font-size: 40px;
  color: #ffffff;
}
.service-contact .srv-text-wrap .wrap p {
  color: #ffffff;
}
.service-contact .srv-text-wrap .wrap a {
  color: #ffffff;
}
.service-contact .srv-text-wrap .wrap .more-wrap {
  margin-top: 25px;
}

#counter .count.percent:after {
  content: "%";
  display: inline-block;
}
#counter .count.plus:after {
  content: "+";
  display: inline-block;
}

.lenis.lenis-smooth {
  scroll-behavior: auto;
}
.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}
.lenis.lenis-stopped {
  overflow: hidden;
}
.lenis.lenis-scrolling iframe {
  pointer-events: none;
}

/*New about section style*/
.consortium {
  padding: 0 0 100px;
  background-color: #ffffff;
}
.consortium h3 {
  font-weight: 700;
  margin-bottom: 30px;
}
.consortium h3:first-child {
  margin-bottom: 0px;
}
.consortium .wrap {
  background-color: #f8f8f8;
  padding: 80px;
}
@media (max-width: 991px) {
  .consortium .wrap {
    padding: 50px;
  }
}
@media (max-width: 767px) {
  .consortium .wrap {
    padding: 30px;
  }
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.graph {
  padding: 0;
}

.portfolio-stats {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
  padding: 0 20px;
}

.returning-clients {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}

.pie-chart {
  width: 320px;
  height: 320px;
  border-radius: 50%;
  position: relative;
  background: conic-gradient(#026e81 0deg 317deg, rgba(255, 255, 255, 0.95) 317deg 360deg);
  box-shadow: inset 0 0 0 8px rgba(255, 255, 255, 0.45), 0 20px 40px rgba(0, 0, 0, 0.15);
  overflow: hidden;
}
.pie-chart::after {
  content: "";
  position: absolute;
  inset: 12px;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.45);
}
.pie-chart .chart-content {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: white;
  padding-top: 110px;
}
.pie-chart .chart-content h2 {
  font-size: 50px;
  font-weight: 700;
  color: #ffffff;
}
.pie-chart .chart-content p {
  margin-top: 0px;
  font-size: 18px;
  letter-spacing: 1px;
}

.portfolio-title {
  margin-bottom: 80px;
  font-size: 52px;
  font-weight: 700;
}

.portfolio-grid {
  display: flex;
  justify-content: space-between;
  gap: 35px;
}

.portfolio-item {
  flex: 1;
  text-align: center;
}
.portfolio-item h4 {
  margin-top: 25px;
  font-size: 36px;
  font-weight: 700;
}
.portfolio-item p {
  margin-top: 10px;
  font-size: 20px;
  line-height: 1.4;
}

.donut {
  width: 180px;
  height: 180px;
  margin: auto;
  border-radius: 50%;
  position: relative;
  box-shadow: inset 0 0 0 5px rgba(255, 255, 255, 0.4), 0 10px 25px rgba(0, 0, 0, 0.15);
}
.donut::after {
  content: "";
  position: absolute;
  width: 90px;
  height: 90px;
  background: #f8f8f8;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.08);
}

.donut-27 {
  background: conic-gradient(#026e81 0deg 97deg, rgba(255, 255, 255, 0.9) 97deg 360deg);
}

.donut-50 {
  background: conic-gradient(#026e81 0deg 180deg, rgba(255, 255, 255, 0.9) 180deg 360deg);
}

.donut-23 {
  background: conic-gradient(#026e81 0deg 83deg, rgba(255, 255, 255, 0.9) 83deg 360deg);
}

@media (max-width: 991px) {
  .portfolio-item p {
    font-size: 16px;
  }
  .portfolio-grid {
    gap: 0;
  }
}
@media (max-width: 767px) {
  .donut {
    width: 140px;
    height: 140px;
  }
}
@media (max-width: 575px) {
  .pie-chart {
    width: 300px;
    height: 300px;
  }
  .pie-chart .chart-content h2 {
    font-size: 64px;
  }
  .portfolio-grid {
    flex-direction: column;
    align-items: center;
  }
  .portfolio-item {
    margin-bottom: 50px;
  }
  .portfolio-title {
    font-size: 40px;
  }
}
.company-stats .container {
  max-width: 100%;
  padding: 100px;
}
@media (max-width: 1199px) {
  .company-stats .container {
    padding: 100px 50px;
  }
}
@media (max-width: 991px) {
  .company-stats .container {
    padding: 50px 20px;
  }
}

.stats-grid {
  margin: auto;
  display: grid;
  grid-template-columns: 1fr 520px 1fr;
  gap: 50px;
  align-items: center;
}

.stats-column {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.stats-column .stat-item {
  position: relative;
}
.stats-column .stat-item .line {
  position: absolute;
  top: 0px;
  width: 100%;
  height: 1px;
  background: #ccc;
}
.stats-column .stat-item .content {
  margin-top: 25px;
  padding: 20px 0px 0;
}
.stats-column .stat-item h3 {
  font-size: 44px;
  font-weight: 700;
  margin-bottom: 10px;
}
.stats-column .stat-item h3.color-1 {
  color: #28a164;
}
.stats-column .stat-item h3.color-2 {
  color: #004bbe;
}
.stats-column .stat-item h3.color-3 {
  color: #cbad50;
}
.stats-column .stat-item h3.color-4 {
  color: #5fc3b9;
}
.stats-column .stat-item h3.color-5 {
  color: #850d99;
}
.stats-column .stat-item h3.color-6 {
  color: #db1888;
}
.stats-column .stat-item p {
  font-size: 16px;
  line-height: 1.4;
  text-transform: uppercase;
}
.stats-column.left {
  text-align: left;
}
.stats-column.left .content {
  padding-left: 0;
}
.stats-column.right {
  text-align: right;
}
.stats-column.right .content {
  padding-right: 0;
}
.stats-column.right .line {
  right: 0;
}

.chart-wrapper {
  display: flex;
  justify-content: center;
}

.ring {
  width: 500px;
  height: 500px;
  border-radius: 50%;
  position: relative;
  background: conic-gradient(#28a164 0 60deg, #004bbe 60deg 120deg, #cbad50 120deg 180deg, #5fc3b9 180deg 240deg, #850d99 240deg 300deg, #db1888 300deg 360deg);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.18), inset 0 0 20px rgba(255, 255, 255, 0.6);
}
.ring::after {
  content: "";
  position: absolute;
  inset: 105px;
  background: #fff;
  border-radius: 50%;
}

.segment {
  position: absolute;
  width: 90px;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 42px;
  color: white;
  z-index: 2;
}
.segment img {
  width: 60px;
  filter: brightness(0) invert(1);
}
.segment:nth-child(1) {
  top: 35px;
  left: 100px;
}
.segment:nth-child(2) {
  top: 40px;
  right: 95px;
}
.segment:nth-child(3) {
  top: 205px;
  right: 9px;
}
.segment:nth-child(4) {
  bottom: 45px;
  right: 100px;
}
.segment:nth-child(5) {
  bottom: 40px;
  left: 110px;
}
.segment:nth-child(6) {
  top: 200px;
  left: 10px;
}

@media (max-width: 1199px) {
  .stats-column .stat-item .content {
    padding: 0;
  }
  .stats-grid {
    grid-template-columns: 1fr 370px 1fr;
    gap: 10px;
  }
  .ring {
    width: 350px;
    height: 350px;
  }
  .stats-column .stat-item h3 {
    font-size: 30px;
    line-height: 34px;
  }
  .stats-column .stat-item p {
    font-size: 14px;
  }
  .stats-column {
    gap: 20px;
  }
  .segment img {
    width: 45px;
  }
  .segment:nth-child(1) {
    top: 25px;
    left: 70px;
  }
  .segment:nth-child(2) {
    top: 25px;
    right: 70px;
  }
  .segment:nth-child(3) {
    top: 135px;
    right: 9px;
  }
  .segment:nth-child(4) {
    bottom: 35px;
    right: 65px;
  }
  .segment:nth-child(5) {
    bottom: 25px;
    left: 75px;
  }
  .segment:nth-child(6) {
    top: 120px;
    left: 10px;
  }
}
@media (max-width: 767px) {
  .stats-grid {
    grid-template-columns: 1fr;
  }
  .stats-column {
    gap: 40px;
  }
  .stats-column .line {
    display: none;
  }
  .stats-column.left, .stats-column.right {
    text-align: center;
  }
  .ring {
    width: 380px;
    height: 380px;
  }
  .ring::after {
    inset: 80px;
  }
}
@media (max-width: 575px) {
  .stats-column {
    gap: 0;
  }
  .ring {
    width: 300px;
    height: 300px;
    margin-top: 20px;
  }
  .segment img {
    width: 40px;
  }
  .segment:nth-child(1) {
    top: 10px;
    left: 50px;
  }
  .segment:nth-child(2) {
    top: 15px;
    right: 45px;
  }
  .segment:nth-child(3) {
    top: 105px;
    right: 0;
  }
  .segment:nth-child(4) {
    bottom: 20px;
    right: 45px;
  }
  .segment:nth-child(5) {
    bottom: 10px;
    left: 55px;
  }
  .segment:nth-child(6) {
    top: 100px;
    left: 0;
  }
}/*# sourceMappingURL=style.css.map */