* {
  box-sizing: border-box;
}

:root {
  --ink: #222f3f;
  --muted: #777777;
  --line: #e5e5e5;
  --brand: #041332;
  --brand-dark: #041332;
  --accent: #d70000;
  --bg: #f7f7f7;
  --white: #ffffff;
  --max: 1170px;
}

@font-face {
  font-family: "Flaticon";
  src: url("../content/fonts/flaticon.woff") format("woff"),
    url("../content/fonts/flaticon.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "FontAwesome";
  src: url("../content/fonts/fontawesome-webfont.woff2") format("woff2"),
    url("../content/fonts/fontawesome-webfont.woff") format("woff"),
    url("../content/fonts/fontawesome-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

[class^="flaticon-"]::before,
[class*=" flaticon-"]::before {
  font-family: "Flaticon";
  font-style: normal;
  font-weight: normal;
}

.flaticon-construction::before {
  content: "\f102";
}

.flaticon-conveyor::before {
  content: "\f103";
}

.flaticon-power::before {
  content: "\f115";
}

.flaticon-left-quote-sketch::before {
  content: "\f114";
}

.flaticon-piston::before {
  content: "\f117";
}

.flaticon-gas-pipe::before {
  content: "\f131";
}

.flaticon-tool::before {
  content: "\f133";
}

.flaticon-engineer::before {
  content: "\f134";
}

.flaticon-envelope-1::before {
  content: "\f145";
}

.flaticon-technology-2::before {
  content: "\f14e";
}

.flaticon-time-1::before {
  content: "\f196";
}

.flaticon-right-arrow-1::before {
  content: "\f198";
}

.flaticon-left-arrow-1::before {
  content: "\f197";
}

.flaticon-pdf::before {
  content: "\f1c1";
}

.fa {
  display: inline-block;
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
}

.fa-phone::before {
  content: "\f095";
}

.fa-envelope-o::before {
  content: "\f003";
}

.fa-map-marker::before {
  content: "\f041";
}

.fa-angle-down::before {
  content: "\f107";
}

.fa-angle-double-up::before {
  content: "\f102";
}

.fa-facebook::before {
  content: "\f09a";
}

.fa-twitter::before {
  content: "\f099";
}

.fa-skype::before {
  content: "\f17e";
}

.fa-linkedin::before {
  content: "\f0e1";
}

body {
  margin: 0;
  color: var(--ink);
  font-family: "Noto Sans KR", "Malgun Gothic", Arial, sans-serif;
  line-height: 1.65;
  background: var(--white);
}

body.is-loading {
  overflow: hidden;
}

.preloader {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999999;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  background-image: url("../content/images/icons/preloader.svg");
  background-position: center center;
  background-repeat: no-repeat;
  opacity: 1;
  visibility: visible;
  transition: opacity 0.55s ease, visibility 0.55s ease;
}

.preloader.is-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.scroll-to-top {
  position: fixed;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
  display: none;
  width: 40px;
  height: 70px;
  border: 2px solid #ff0101;
  border-radius: 50px;
  background: #ff0101;
  color: #ffffff;
  cursor: pointer;
  font-size: 24px;
  line-height: 65px;
  text-align: center;
  text-transform: uppercase;
  transition: all 300ms ease;
}

.scroll-to-top.is-visible {
  display: block;
}

.scroll-to-top:hover {
  background: none;
  color: #ff0101;
}

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

img {
  display: block;
  max-width: 100%;
}

.topbar {
  position: relative;
  background: #f4f4f4;
  color: #020e28;
  border-bottom: 0;
  font-size: 16px;
  z-index: 30;
}

.topbar-inner,
.nav-inner,
.container {
  width: min(var(--max), calc(100% - 32px));
  margin: 0 auto;
}

.topbar-inner {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: center;
  padding: 16px 0 14px;
}

.topbar-left,
.topbar-links,
.topbar-right {
  display: flex;
  align-items: center;
}

.topbar-links,
.topbar-language {
  margin: 0;
  padding: 0;
  list-style: none;
}

.topbar-links li {
  position: relative;
  display: inline-flex;
  align-items: center;
  margin-right: 18px;
  padding-right: 18px;
  line-height: 1;
}

.topbar-links li::after {
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: 15px;
  margin-top: -7px;
  background: #c3c3c3;
  content: "";
}

.topbar-links li:last-child {
  margin-right: 0;
  padding-right: 0;
}

.topbar-links li:last-child::after {
  display: none;
}

.topbar-links a,
.topbar-language>li>a {
  display: inline-flex;
  align-items: center;
  color: #020e28;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  transition: color 0.3s ease;
}

.topbar-links a:hover,
.topbar-language>li>a:hover {
  color: var(--accent);
}

.topbar-links .icon {
  color: var(--accent);
  margin-right: 10px;
  font-size: 18px;
  line-height: 24px;
}

.topbar-language>li {
  position: relative;
  padding-left: 12px;
}

.topbar-language>li::before {
  position: absolute;
  left: 0;
  top: 3px;
  width: 1px;
  height: 15px;
  background: #d0d0d0;
  content: "";
}

.language-toggle {
  gap: 6px;
  cursor: default;
}

.flag-img img {
  width: 14px;
  height: 10px;
  display: inline-block;
}

.language-menu {
  position: absolute;
  top: calc(100% + 14px);
  right: 0;
  min-width: 180px;
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 3px solid #ff0101;
  background: #1f1f1f;
  opacity: 0;
  pointer-events: none;
  transform: translateY(8px);
  transition: opacity 0.25s ease, transform 0.25s ease;
}

.topbar-language .language.is-open .language-menu {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.language-menu a {
  display: block;
  padding: 17px 22px;
  color: var(--white);
  font-size: 16px;
  font-weight: 600;
  line-height: 1.15;
  text-transform: uppercase;
  transition: background-color 0.22s ease;
}

.language-menu a:hover {
  background-color: #ff0101;
}

.header {
  position: relative;
  top: 0;
  z-index: 20;
  background: var(--brand);
  border-bottom: 0;
}

.nav-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  min-height: 104px;
}

.nav-inner::before {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: rgba(255, 255, 255, 0.15);
  content: "";
}

.logo {
  position: relative;
  align-self: flex-start;
  display: block;
  width: 220px;
  height: 70px;
  top: 15px;
  background: url("../content/images/logo.png") left center / contain no-repeat;
}

.logo img {
  width: 100%;
  height: 100%;
  opacity: 0;
}

.nav {
  display: flex;
  align-items: center;
  gap: 0;
  color: var(--white);
  font-size: 16px;
  font-weight: 800;
}

.nav a {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-height: 70px;
  padding: 0 18px;
  transition: color 0.22s ease;
}

.nav a:hover,
.nav a.active {
  color: var(--accent);
}

.nav>a.active::after,
.nav>.dropdown>a.active::after,
.nav>a:hover::after,
.nav>.dropdown:hover>a::after {
  position: absolute;
  left: 50%;
  bottom: -17px;
  width: 24px;
  height: 6px;
  background: var(--accent);
  content: "";
  transform: translateX(-50%);
}

.dropdown {
  position: relative;
}

.dropdown-menu {
  position: absolute;
  top: 140%;
  left: 0;
  display: block;
  min-width: 280px;
  padding: 10px 0;
  border: 0;
  border-bottom: 2px solid var(--accent);
  background: var(--white);
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.18);
  opacity: 0;
  pointer-events: none;
  transform: translateY(-10px);
  transition: opacity 0.24s ease, transform 0.24s ease;
}

.dropdown-menu::before {
  content: "";
  position: absolute;
  top: -40px;
  left: 0;
  width: 100%;
  height: 40px;
  background: transparent;
}

.dropdown:hover .dropdown-menu {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.dropdown-menu a {
  display: block;
  padding: 12px 0;
  margin: 0 28px;
  color: #888888;
  font-weight: 500;
  font-size: 15px;
  min-height: 0;
  border-bottom: 1px solid #f2f2f2;
  transition: color 0.22s ease;
}

.dropdown-menu a:last-child {
  border-bottom-color: transparent;
}

.dropdown-menu a:hover {
  color: var(--accent);
  border-bottom-color: var(--accent);
}

.social-strip {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  margin-left: 20px;
}

.social-strip a {
  min-height: 0;
  padding: 0;
  color: var(--white);
  font-size: 15px;
  font-weight: 900;
  text-transform: uppercase;
}

.social-strip a:hover {
  color: var(--accent);
}

.mobile-nav-toggle,
.dropdown-toggle-button {
  display: none;
}

.sticky-header {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 0;
  width: 100%;
  background: var(--white);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-100%);
  transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s ease;
}

.header.fixed-header .sticky-header {
  z-index: 999;
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  animation: fadeInDown 500ms linear 1;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
}

.sticky-header .nav-inner {
  min-height: 79px;
}

.sticky-header .nav-inner::before {
  display: none;
}

.sticky-header .logo {
  width: 168px;
  height: 50px;
  top: 14px;
  background-image: url("../content/images/logo-small.png");
}

body[data-lang="en"] .logo {
  background-image: url("../content/images/logo-eng.png");
}

body[data-lang="en"] .sticky-header .logo {
  background-image: url("../content/images/logo-small-eng.png");
}

.sticky-header .nav {
  color: #333333;
}

.sticky-header .nav a {
  min-height: 40px;
  padding: 0;
  color: #333333;
}

.sticky-header .nav>a {
  margin-left: 30px;
}

.sticky-header .nav>a:first-child {
  margin-left: 0;
}

.sticky-header .nav>.dropdown {
  margin-left: 30px;
}

.sticky-header .nav a:hover,
.sticky-header .nav a.active {
  color: var(--accent);
}

.sticky-header .nav>a.active::after,
.sticky-header .nav>.dropdown>a.active::after,
.sticky-header .nav>a:hover::after,
.sticky-header .nav>.dropdown:hover>a::after {
  display: none;
}

.sticky-header .social-strip {
  display: none;
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translateY(-100%);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeOnly {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(38px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes captionRise {
  from {
    opacity: 0;
    transform: translateY(100%);
    clip-path: inset(-20% -20% 100% -20%);
  }

  to {
    opacity: 1;
    transform: translateY(0);
    clip-path: inset(-20% -20% -20% -20%);
  }
}

@keyframes captionDrop {
  from {
    opacity: 1;
    transform: translateY(0);
    clip-path: inset(-20% -20% -20% -20%);
  }

  to {
    opacity: 0;
    transform: translateY(100%);
    clip-path: inset(-20% -20% 100% -20%);
  }
}

@keyframes pageOpen {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.hero {
  min-height: 720px;
  display: grid;
  align-items: center;
  color: var(--white);
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.46), rgba(0, 0, 0, 0.08)),
    var(--hero-image) center / cover no-repeat;
}

.hero-slider {
  position: relative;
  overflow: hidden;
  display: block;
  min-height: 720px;
  background: #111111;
}

.hero-slide {
  position: absolute;
  inset: 0;
  display: grid;
  align-items: center;
  min-height: 720px;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.52), rgba(0, 0, 0, 0.05)),
    var(--hero-image) center / cover no-repeat;
  opacity: 1;
  transform: translate3d(0, 100%, 0);
  transform-origin: center center;
  transition: transform 1.25s cubic-bezier(0.77, 0, 0.175, 1);
  will-change: transform;
  z-index: 1;
}

.hero-slide.is-active {
  transform: translate3d(0, 0, 0);
  z-index: 3;
}

.hero-slide.is-enter-from-top {
  transform: translate3d(0, -100%, 0);
  z-index: 4;
  transition: none;
}

.hero-slide.is-enter-from-bottom {
  transform: translate3d(0, 100%, 0);
  z-index: 4;
  transition: none;
}

.hero-slide.is-exit-up {
  transform: translate3d(0, -30%, 0);
  z-index: 2;
}

.hero-slide.is-exit-down {
  transform: translate3d(0, 30%, 0);
  z-index: 2;
}

.hero-slide .container {
  position: relative;
  z-index: 3;
  width: min(var(--max), calc(100% - 95px));
  max-width: none;
}

.hero-slide h1,
.hero-slide p,
.hero-slide .button {
  opacity: 0;
  transform: translateY(100%);
  clip-path: inset(-20% -20% 100% -20%);
  will-change: opacity, transform, clip-path;
}

body.is-ready .hero-slide.is-active h1 {
  animation: captionRise 1.5s cubic-bezier(0.215, 0.61, 0.355, 1) 1650ms both;
}

body.is-ready .hero-slide.is-active p {
  animation: captionRise 1.5s cubic-bezier(0.215, 0.61, 0.355, 1) 1800ms both;
}

body.is-ready .hero-slide.is-active .button {
  animation: captionRise 1.5s cubic-bezier(0.215, 0.61, 0.355, 1) 1950ms both;
}

.hero-slide.is-exit-up h1,
.hero-slide.is-exit-down h1 {
  animation: captionDrop 700ms cubic-bezier(0.55, 0.055, 0.675, 0.19) both;
}

.hero-slide.is-exit-up p,
.hero-slide.is-exit-down p {
  animation: captionDrop 700ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 80ms both;
}

.hero-slide.is-exit-up .button,
.hero-slide.is-exit-down .button {
  animation: captionDrop 700ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 160ms both;
}

.hero-slide.align-right .container {
  text-align: left;
}

.hero h1 {
  display: inline-block;
  max-width: 650px;
  margin: 0 0 20px;
  color: #ffffff;
  font-size: 50px;
  line-height: 1.2;
  letter-spacing: 0;
  font-weight: 600;
  text-shadow: 0 3px 8px rgba(0, 0, 0, 0.32);
}

.hero-slide.align-right h1 {
  max-width: 550px;
  display: block;
  margin-left: auto;
}

.hero p {
  max-width: 650px;
  margin: 0 0 26px;
  color: #d8d8d8;
  font-size: 18px;
  line-height: 1.7;
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.28);
}

.hero-slide.align-right p {
  max-width: 550px;
  margin-left: auto;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 0;
  padding: 0 0 2px;
  border: 0;
  border-bottom: 1px solid var(--accent);
  background: transparent;
  color: var(--accent);
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  letter-spacing: 0;
  transition: background 0.2s ease, transform 0.2s ease;
}

.know-more-button {
  display: inline-flex;
  gap: 10px;
  text-transform: uppercase;
  font-family: "Noto Sans KR", "Malgun Gothic", Arial, sans-serif;
}

.hero-slide.align-right .know-more-button {
  display: flex;
  width: fit-content;
  margin-left: auto;
}

.know-more-button .icon {
  font-size: 14px;
}

.button:hover {
  background: transparent;
  color: #ffffff;
  transform: none;
}

body.is-loading .topbar,
body.is-loading .header,
body.is-loading main,
body.is-loading .footer,
body.is-loading .main-footer {
  opacity: 0;
}

body.is-ready .topbar {
  animation: fadeInDown 520ms ease both;
}

body.is-ready .header {
  animation: fadeOnly 620ms ease 120ms both;
}

body.is-ready main,
body.is-ready .footer,
body.is-ready .main-footer {
  animation: pageOpen 760ms ease 180ms both;
}

.slider-arrow {
  position: absolute;
  top: 50%;
  z-index: 3;
  width: 56px;
  height: 56px;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.28);
  color: var(--white);
  font-size: 42px;
  line-height: 1;
  cursor: pointer;
  transition: background 0.2s ease, transform 0.2s ease;
}

.slider-arrow:hover {
  background: rgba(215, 0, 0, 0.82);
  transform: scale(1.06);
}

.slider-arrow.prev {
  left: 16px;
}

.slider-arrow.next {
  right: 16px;
}

.slider-dots {
  position: absolute;
  left: 50%;
  bottom: 24px;
  z-index: 4;
  display: flex;
  gap: 8px;
  transform: translateX(-50%);
}

.slider-dots button {
  width: 28px;
  height: 4px;
  border: 0;
  background: rgba(255, 255, 255, 0.55);
  cursor: pointer;
}

.slider-dots button.is-active {
  background: var(--accent);
}

.section {
  padding: 82px 0;
}

.services-section {
  padding: 0 0 60px;
  background:
    linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)),
    url("../content/images/background/1.jpg") center / cover no-repeat;
}

.services-inner {
  position: relative;
  margin-top: -65px;
  z-index: 10;
}

.services-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.services-block {
  position: relative;
  min-width: 0;
}

.services-block .inner-box {
  position: relative;
  overflow: hidden;
  background-color: transparent;
}

.services-block .inner-box .image {
  position: relative;
  overflow: hidden;
}

.services-block .inner-box .image::after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 30%;
  z-index: 1;
  content: "";
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(2, 14, 40, 0.9));
}

.services-block .inner-box .image img {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 270 / 280;
  object-fit: cover;
}

.services-block .inner-box .lower-content {
  position: relative;
  text-align: center;
  padding: 32px 18px 25px;
  min-height: 166px;
}

.services-block .inner-box .lower-content .icon-box {
  position: relative;
  color: #c4c4c4;
  font-size: 60px;
  line-height: 1em;
  margin-bottom: 20px;
}

.services-block .inner-box .lower-content h3 {
  position: relative;
  margin: 0;
  color: #020e28;
  font-size: 18px;
  line-height: 1.45;
  font-weight: 500;
}

.services-block .inner-box .lower-content::after {
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 90px;
  height: 3px;
  margin-left: -45px;
  background-color: #e0e0e0;
  content: "";
}

.services-block .inner-box .overlay-box {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 2;
  opacity: 0;
  padding: 55px 20px 50px;
  background-color: #ff0101;
  transition: all 300ms ease;
}

.services-block .inner-box .overlay-box::after {
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 90px;
  height: 3px;
  margin-left: -45px;
  background-color: rgba(0, 0, 0, 0.2);
  content: "";
}

.services-block .inner-box:hover .overlay-box {
  opacity: 1;
}

.services-block .inner-box .overlay-box .overlay-inner {
  position: relative;
  height: 100%;
  text-align: center;
}

.services-block .inner-box .overlay-box .overlay-inner .text {
  position: relative;
  color: #ffffff;
  font-size: 16px;
  line-height: 1.9em;
  font-weight: 400;
  margin-bottom: 20px;
}

.services-block .inner-box .overlay-box .overlay-inner .know-more {
  position: relative;
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  transition: all 300ms ease;
}

.services-block .inner-box .overlay-box .overlay-inner .know-more:hover {
  color: #041332;
}

.services-block .inner-box .overlay-box .overlay-inner .overlay-lower-inner {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
}

.services-block .inner-box .overlay-box .overlay-inner .overlay-icon {
  position: relative;
  color: #ffffff;
  font-size: 60px;
  line-height: 1em;
  margin-bottom: 20px;
}

.services-block .inner-box .overlay-box .overlay-inner h4 {
  position: relative;
  margin: 0;
  color: #020e28;
  font-size: 18px;
  line-height: 1.45;
  font-weight: 500;
}

.services-block .inner-box .overlay-box .overlay-inner h4 a {
  position: relative;
  color: #ffffff;
  transition: all 300ms ease;
}

.services-block .inner-box .overlay-box .overlay-inner h4 a:hover {
  color: #041332;
}

.section.alt {
  background: var(--bg);
}

.section-title {
  margin-bottom: 34px;
}

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

.section-title h2 {
  margin: 0;
  font-size: clamp(28px, 4vw, 42px);
  line-height: 1.22;
}

.section-title p {
  max-width: 760px;
  margin: 12px auto 0;
  color: var(--muted);
}

.grid {
  display: grid;
  gap: 26px;
}

.grid.services {
  grid-template-columns: repeat(3, 1fr);
}

.grid.two {
  grid-template-columns: repeat(2, 1fr);
}

.card {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 0;
  background: var(--white);
  box-shadow: 0 6px 22px rgba(0, 0, 0, 0.05);
  transition: transform 0.28s ease, box-shadow 0.28s ease;
}

.card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 38px rgba(4, 19, 50, 0.16);
}

.card-body {
  padding: 24px;
}

.card h3 {
  margin: 0 0 10px;
  font-size: 20px;
  line-height: 1.35;
}

.card p,
.lead,
.muted {
  color: var(--muted);
}

.media {
  aspect-ratio: 16 / 10;
  object-fit: cover;
  width: 100%;
  transition: transform 0.45s ease, filter 0.45s ease;
}

.card:hover .media {
  transform: scale(1.07);
  filter: brightness(0.74);
}

.services .card::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(4, 19, 50, 0.05), rgba(4, 19, 50, 0.86));
  opacity: 0;
  content: "";
  transition: opacity 0.28s ease;
}

.services .card:hover::after {
  opacity: 1;
}

.services .card .card-body {
  position: relative;
  z-index: 1;
}

.services .card:hover .card-body {
  color: var(--white);
}

.services .card:hover p,
.services .card:hover a {
  color: #f2f2f2;
}

.services .card a {
  color: var(--accent);
  font-weight: 800;
}

.services .card a::after {
  content: "  →";
}

.page-title {
  position: relative;
  padding: 25px 0 120px;
  color: var(--white);
  background:
    var(--page-image) center top / cover no-repeat;
}

.page-title::before {
  position: absolute;
  inset: 0;
  display: block;
  background-color: rgba(2, 14, 40, 0.46);
  content: "";
}

.page-title h1 {
  position: relative;
  margin: 75px 0 0;
  color: #ffffff;
  font-size: clamp(38px, 5vw, 48px);
  font-weight: 600;
  line-height: 1.2em;
  text-align: center;
}

.breadcrumb {
  color: #e4e4e4;
  font-weight: 700;
}

.page-breadcrumb {
  position: relative;
  z-index: 1;
  margin: 0;
  padding: 0;
  list-style: none;
}

.page-breadcrumb li {
  position: relative;
  display: inline-block;
  margin-right: 10px;
  padding-right: 20px;
  color: #ff0101;
  font-size: 16px;
  font-weight: 400;
}

.page-breadcrumb li::after {
  position: absolute;
  right: -4px;
  top: 0;
  color: #ff0101;
  font-family: "Flaticon";
  content: "\f1a6";
}

.page-breadcrumb li:last-child {
  padding-right: 0;
  margin-right: 0;
}

.page-breadcrumb li:last-child::after {
  display: none;
}

.page-breadcrumb li a {
  color: #ffffff;
  font-weight: 600;
  text-transform: uppercase;
}

.sec-title {
  position: relative;
  margin-bottom: 25px;
}

.sec-title.centered {
  text-align: center;
}

.sec-title h2 {
  position: relative;
  margin: 0;
  color: #020e28;
  font-size: 36px;
  line-height: 1.3em;
  font-weight: 600;
}

.sec-title .separator {
  position: relative;
  width: 60px;
  height: 4px;
  margin-top: 18px;
  background-color: #ff0101;
}

.sec-title .separator.centered,
.sec-title.centered .separator {
  margin-left: auto;
  margin-right: auto;
}

.company-section {
  position: relative;
  padding: 85px 0 50px;
}

.company-section .content-column {
  position: relative;
  margin-bottom: 40px;
}

.company-section .content-column .inner-column .sec-title {
  position: relative;
  margin-bottom: 25px;
}

.company-section .content-column .inner-column .sec-title .separator.centered {
  width: 65px;
  height: 3px;
  margin: 3px 0 0;
  background-color: #ff0101;
}

.company-section .content-column .inner-column .text {
  position: relative;
  margin-bottom: 25px;
}

.company-section .content-column .inner-column .text p {
  position: relative;
  color: #848484;
  font-size: 16px;
  line-height: 1.7em;
  margin: 0 0 18px;
}

.company-section .signature {
  text-align: right;
}

.company-section .signature h3 {
  margin: 0 0 8px;
  color: #020e28;
  font-size: 20px;
  font-weight: 600;
}

.company-section .signature img {
  display: inline-block;
  max-width: 220px;
}

.company-section .image-column .inner-column .image img {
  width: 100%;
  display: block;
}

.company-section .image-column .inner-column .carousel-box {
  position: relative;
  padding: 32px 28px 35px;
  background-color: #ff0101;
}

.testimonial-block-six .inner {
  position: relative;
}

.testimonial-block-six .inner .quote-icon {
  position: absolute;
  top: -10px;
  font-size: 90px;
  line-height: 1em;
  color: rgba(255, 255, 255, 0.1);
}

.testimonial-block-six .inner .text {
  position: relative;
  color: #ffffff;
  font-size: 20px;
  font-weight: 500;
  font-style: italic;
  line-height: 1.5em;
  margin-bottom: 0;
}

.history-section {
  position: relative;
  padding: 90px 0;
}

.history-section .sec-title {
  margin-bottom: 70px;
}

.history-section .carousel-outer {
  position: relative;
}

.history-section .thumbs-outer {
  position: relative;
  overflow: hidden;
  padding: 0 55px;
}

.history-section .carousel-outer::before {
  position: absolute;
  left: 0;
  top: 32px;
  width: 100%;
  height: 1px;
  background-color: #e6e6e6;
  content: "";
}

.history-section .thumbs-carousel {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 76px;
  width: max-content;
  min-height: 66px;
  margin: 0 0 40px;
  padding: 0;
  list-style: none;
  transition: transform 500ms cubic-bezier(0.23, 1, 0.32, 1);
  will-change: transform;
}

.history-section .thumbs-carousel li {
  position: relative;
  display: block;
  flex: 0 0 auto;
  min-width: 112px;
  padding: 15px 6px;
  color: #e6e6e6;
  background-color: #ffffff;
  cursor: pointer;
  font-size: 36px;
  font-weight: 400;
  line-height: 1em;
  text-align: center;
  opacity: 0.35;
  transform-origin: center center;
  transition: color 300ms ease, opacity 300ms ease, transform 500ms cubic-bezier(0.23, 1, 0.32, 1);
}

.history-section .thumbs-carousel li.is-active {
  color: #020e28;
  opacity: 1;
  transform: scale(1.8);
}

.history-section .thumbs-carousel li[aria-hidden="false"] {
  opacity: 1;
}

.history-section .thumbs-carousel small {
  font-size: 50%;
}

.history-section .content-carousel {
  position: relative;
  --history-content-offset: 60px;
}

.history-section .history-slide-viewport {
  position: relative;
  overflow: hidden;
  padding-top: var(--history-content-offset);
}

.history-section .history-slide-track {
  display: flex;
  position: relative;
  width: 100%;
  transition: transform 500ms cubic-bezier(0.23, 1, 0.32, 1);
  will-change: transform;
}

.history-section .history-slide-track.is-moving-next {
  transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}

.history-section .history-slide-track.is-moving-prev {
  transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}

.history-section .content-slide {
  position: relative;
  flex: 0 0 100%;
  width: 100%;
}

.history-section .content-slide .content-inner {
  position: relative;
  min-height: 165px;
  text-align: center;
  padding: 45px 20px;
  background-color: #f4f4f4;
}

.history-section .content-slide .content-inner::before {
  position: absolute;
  left: 50%;
  top: -60px;
  margin-left: -90px;
  border-bottom: 100px solid #f4f4f4;
  border-left: 90px solid transparent;
  content: "";
}

.history-section .content-slide .content-inner h3 {
  position: relative;
  margin: 0 0 5px;
  color: #020e28;
  font-size: 20px;
  line-height: 1.4em;
  font-weight: 500;
}

.history-section .content-slide .content-inner .date {
  position: relative;
  color: #ff0101;
  font-size: 16px;
  margin-bottom: 20px;
}

.history-section .content-slide .content-inner .text {
  position: relative;
  color: #848484;
  font-size: 18px;
  line-height: 1.7em;
  font-weight: 400;
  max-width: 980px;
  margin: 0 auto;
}

.history-section .history-nav {
  position: absolute;
  z-index: 2;
  border: 0;
  background-color: #ffffff;
  color: #c4c4c4;
  cursor: pointer;
  font-size: 22px;
  font-weight: 700;
  transition: all 300ms ease;
}

.history-section .thumbs-outer .history-nav {
  top: 20px;
  width: 40px;
  height: 32px;
  line-height: 32px;
}

.history-section .history-nav.prev {
  left: 0;
}

.history-section .history-nav.next {
  right: 0;
  text-align: right;
}

.history-section .history-nav:hover {
  color: #ff0101;
}

.history-section .history-nav:disabled {
  color: #e6e6e6;
  cursor: default;
  opacity: 0.6;
}

.history-section .content-carousel > .history-nav {
  top: calc(50% + 30px);
  width: 42px;
  height: 42px;
  border-radius: 50%;
  color: #ff0101;
  line-height: 42px;
  text-align: center;
  box-shadow: 0 2px 12px rgba(68, 68, 68, 0.5);
}

.history-section .content-carousel > .history-nav.prev {
  left: -20px;
}

.history-section .content-carousel > .history-nav.next {
  right: -20px;
}

.history-section .content-carousel > .history-nav:hover {
  background-color: #ff0101;
  color: #ffffff;
}

.history-section .content-carousel > .history-nav:disabled,
.history-section .content-carousel > .history-nav:disabled:hover {
  background-color: #ffffff;
  color: #e6e6e6;
}

.team-section {
  position: relative;
  padding: 80px 0 50px;
  background:
    linear-gradient(rgba(255, 255, 255, 0.92), rgba(255, 255, 255, 0.92)),
    url("../content/images/background/1.jpg") center / cover no-repeat;
}

.team-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.team-block {
  position: relative;
  margin-bottom: 40px;
}

.team-block .inner-box {
  position: relative;
}

.team-block .inner-box .image {
  position: relative;
  overflow: hidden;
}

.team-block .inner-box .image img {
  position: relative;
  width: 100%;
  display: block;
  transition: transform 0.3s ease;
}

.team-block .inner-box .image .overlay-box {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  opacity: 0;
  text-align: center;
  background-color: rgba(2, 14, 40, 0.75);
  transition: all 0.3s ease;
}

.team-block .inner-box:hover .image img {
  transform: scale(1.04);
}

.team-block .inner-box:hover .image .overlay-box {
  opacity: 1;
}

.team-block .inner-box .lower-content {
  position: relative;
  padding: 25px 25px 22px;
  border: 1px solid #f2f2f2;
  background: #ffffff;
}

.team-block .inner-box .lower-content h3 {
  position: relative;
  margin: 0 0 18px;
  color: #020e28;
  font-size: 18px;
  line-height: 1.4;
  font-weight: 500;
}

.team-block .inner-box .lower-content h3 a {
  position: relative;
  color: #020e28;
  transition: all 0.3s ease;
}

.team-block .inner-box:hover .lower-content h3 a {
  color: #ff0101;
}

.team-block .inner-box .lower-content .designation {
  position: relative;
  display: inline-block;
  margin-bottom: 18px;
  padding: 2px 10px;
  color: #ffffff;
  background-color: #ff0101;
  font-size: 16px;
}

.team-block .inner-box .lower-content .text {
  position: relative;
  color: #808080;
  font-size: 16px;
  line-height: 1.7em;
}

.content {
  max-width: 920px;
}

.content p {
  margin: 0 0 16px;
}

.history {
  display: grid;
  gap: 14px;
}

.history-item {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 20px;
  padding: 18px 0;
  border-bottom: 1px solid var(--line);
}

.year {
  color: var(--brand);
  font-size: 24px;
  font-weight: 800;
}

.service-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 30px;
  align-items: start;
}

.service-layout>aside {
  order: 2;
}

.service-layout>article {
  order: 1;
}

.service-layout>article .section-title h2 {
  position: relative;
  margin-bottom: 32px;
  padding-bottom: 12px;
  color: #020e28;
  font-size: 32px;
  font-weight: 600;
  text-transform: capitalize;
}

.service-layout>article .section-title h2::after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50px;
  height: 4px;
  background-color: #ff0101;
  content: "";
}

.service-layout>article .section-title p,
.service-layout>article p {
  color: #848484;
  font-size: 16px;
  line-height: 1.8em;
}

.service-layout .card {
  border: 0;
  box-shadow: 0 0 19px rgba(241, 241, 241, 1);
}

.service-layout .card:hover {
  transform: none;
}

.service-detail .lower-content>h2 {
  position: relative;
  margin: 0 0 22px;
  padding-bottom: 12px;
  color: #020e28;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.25;
}

.service-detail .lower-content>h2::after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50px;
  height: 4px;
  background-color: #ff0101;
  content: "";
}

.service-detail .text {
  position: relative;
  margin-bottom: 24px;
  color: #848484;
  font-size: 16px;
  line-height: 1.8em;
}

.service-detail .text p {
  margin: 0 0 16px;
}

.service-detail .text h3,
.service-block h3 {
  margin: 0 0 18px;
  color: #020e28;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.35;
}

.service-block {
  margin-top: 34px;
}

.service-block-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: 28px;
  align-items: start;
}

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

.list-style-five li {
  position: relative;
  margin-bottom: 12px;
  padding-left: 26px;
  color: #848484;
  font-size: 16px;
  line-height: 1.7em;
}

.list-style-five li::before {
  position: absolute;
  left: 0;
  top: 1px;
  color: #ff0101;
  font-family: "FontAwesome";
  content: "\f00c";
}

.service-gallery {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.service-gallery.three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.service-gallery img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.service-gallery .wide {
  grid-column: 1 / -1;
}

.service-layout .card h3 {
  color: #020e28;
  font-weight: 500;
}

.side-nav {
  padding: 25px 20px 30px;
  border: 0;
  background-color: #f4f4f4;
  box-shadow: none;
}

.service-layout .side-nav > .sidebar-title,
.side-menu,
.service-layout .sidebar-widget,
.service-layout .request-quote {
  width: 100%;
}

.side-menu > a {
  display: block;
  position: relative;
  padding: 11px 12px 11px 25px;
  border-bottom: 1px solid #eeeeee;
  color: #848484;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.45;
  text-transform: uppercase;
  transition: all 500ms ease;
}

.side-menu {
  margin: 0;
  padding: 8px 14px;
  background-color: #ffffff;
  border: 1px solid #f2f2f2;
  box-shadow: -2px 2px 12px rgba(233, 233, 233, 1);
}

.side-menu > a:last-child {
  border-bottom: 0;
}

.side-menu > a::before {
  position: absolute;
  left: 0;
  top: 11px;
  font-family: "FontAwesome";
  content: "\f178";
  transition: all 0.3s ease;
}

.side-menu > a.active,
.side-menu > a:hover {
  color: var(--white);
  padding-left: 35px;
  background: #ff0101;
}

.side-menu > a.active::before,
.side-menu > a:hover::before {
  left: 10px;
}

.service-layout .sidebar-title {
  position: relative;
  margin-bottom: 18px;
}

.service-layout .sidebar-title h2 {
  margin: 0;
  color: #020e28;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2em;
}

.service-layout .sidebar-widget {
  position: relative;
  margin: 42px 0 28px;
}

.service-layout .request-quote {
  position: relative;
  margin-top: 0;
}

.service-layout .sidebar-brochure .brochure {
  position: relative;
  display: block;
  min-height: 65px;
  padding: 5px 20px 5px 70px;
  color: #0f1341;
  background: #ffffff;
  border: 1px solid #f2f2f2;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.55;
  box-shadow: none;
  transition: all 0.3s ease;
}

.service-layout .sidebar-brochure .brochure .icon {
  position: absolute;
  left: 0;
  top: 0;
  width: 54px;
  height: 65px;
  border-right: 1px solid #f2f2f2;
  color: #0f1341;
  font-size: 18px;
  line-height: 65px;
  text-align: center;
}

.service-layout .sidebar-brochure .brochure span:last-child {
  display: block;
  color: #848484;
  font-size: 16px;
  font-weight: 400;
}

.service-layout .sidebar-brochure .brochure:hover {
  background: #ff0101;
  color: #ffffff;
}

.service-layout .sidebar-brochure .brochure:hover .icon,
.service-layout .sidebar-brochure .brochure:hover span:last-child {
  color: #ffffff;
}

.service-layout .request-quote a {
  position: relative;
  display: block;
  padding: 12px 0;
  border: 2px solid #ff0101;
  color: #ffffff;
  background-color: #ff0101;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  transition: all 500ms ease;
}

.service-layout .request-quote a .icon {
  float: none;
  margin-left: 4px;
}

.service-layout .request-quote a:hover {
  background: none;
  color: #ff0101;
}

.gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 28px;
}

.gallery img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 0;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.gallery img:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.18);
}

.contact-grid {
  display: grid;
  grid-template-columns: 360px 1fr;
  gap: 36px;
}

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

.info-list li {
  padding: 18px 0;
  border-bottom: 1px solid var(--line);
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.form-grid .full {
  grid-column: 1 / -1;
}

input,
textarea {
  width: 100%;
  border: 1px solid var(--line);
  padding: 13px 14px;
  font: inherit;
}

textarea {
  min-height: 170px;
  resize: vertical;
}

.map-panel {
  min-height: 360px;
  display: grid;
  place-items: center;
  padding: 32px;
  border: 1px solid var(--line);
  background: #e9eef5;
  text-align: center;
}

.location-section {
  position: relative;
  padding: 22px 0 90px;
  background: #020e28 url("../content/images/background/pattern-1.png") center center repeat;
}

.location-section .page-breadcrumb {
  margin-bottom: 80px;
}

.sec-title.light h2 {
  color: #ffffff;
}

.location-section .map-outer {
  position: relative;
}

.location-section .map-panel {
  min-height: 430px;
  border: 0;
  background: #e9eef5;
  color: #020e28;
}

.location-section #map {
  display: block;
  width: 100%;
  height: 430px;
  padding: 0;
  text-align: left;
}

.location-section .map-info {
  position: absolute;
  left: 24px;
  bottom: 24px;
  z-index: 2;
  max-width: min(340px, calc(100% - 48px));
  padding: 18px 20px;
  color: #020e28;
  background: #ffffff;
  box-shadow: 0 10px 30px rgba(2, 14, 40, 0.18);
  font-size: 15px;
  line-height: 1.7;
}

.location-section .map-info strong {
  color: #020e28;
  font-weight: 700;
}

.location-section .map-info a {
  color: #ff0101;
  font-weight: 600;
}

.contact-section {
  position: relative;
  padding: 75px 0 90px;
}

.contact-section .contact-title {
  margin-bottom: 38px;
}

.contact-section .contact-title::after {
  display: table;
  clear: both;
  content: "";
}

.contact-section .contact-title .title-left {
  float: left;
}

.contact-section .sec-title .text {
  position: relative;
  display: inline-block;
  max-width: 640px;
  margin-left: 50px;
  color: #848484;
  font-size: 18px;
  line-height: 1.7em;
}

.contact-section .inner-container {
  position: relative;
  border: 1px solid #f4f4f4;
}

.contact-columns {
  display: grid;
  grid-template-columns: 1fr 2fr;
}

.contact-section .info-column {
  position: relative;
  padding: 0;
}

.contact-section .info-column .inner-column {
  position: relative;
  height: 100%;
  border-right: 1px solid #f4f4f4;
}

.contact-section .info-column .inner-column .upper-box {
  position: relative;
  padding: 32px 55px 25px 28px;
  background-color: #f4f4f4;
}

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

.list-style-three li {
  position: relative;
  min-height: 32px;
  margin-bottom: 18px;
  padding-left: 38px;
  color: #848484;
  font-size: 16px;
  line-height: 1.7em;
}

.list-style-three li:last-child {
  margin-bottom: 0;
}

.list-style-three li .icon {
  position: absolute;
  left: 0;
  top: 1px;
  color: #ff0101;
  font-size: 22px;
  line-height: 1em;
}

.list-style-three li strong {
  color: #020e28;
  font-weight: 600;
}

.contact-section .info-column .lower-box {
  position: relative;
  padding: 28px 30px;
}

.contact-section .info-column .lower-box .lower-inner {
  position: relative;
  min-height: 80px;
  padding-left: 100px;
}

.contact-section .info-column .lower-box .lower-inner .image {
  position: absolute;
  left: 0;
  top: 0;
  width: 80px;
  height: 80px;
  overflow: hidden;
}

.contact-section .info-column .lower-box .lower-inner .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.contact-section .info-column .lower-box .lower-inner h3 {
  position: relative;
  margin: 0 0 4px;
  color: #020e28;
  font-size: 18px;
  font-weight: 500;
}

.contact-section .info-column .lower-box .lower-inner .designation {
  position: relative;
  color: #ff0101;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4em;
}

.contact-section .info-column .lower-box .lower-inner .emailed {
  position: relative;
  margin-top: 4px;
  padding-left: 26px;
  color: #848484;
  font-size: 16px;
  font-weight: 400;
}

.contact-section .info-column .lower-box .lower-inner .emailed::before {
  position: absolute;
  left: 0;
  top: 4px;
  color: #ff0101;
  font-family: "Flaticon";
  font-size: 16px;
  line-height: 1em;
  content: "\f1ca";
}

.contact-section .form-column .inner-column {
  position: relative;
  padding: 20px 25px;
}

.contact-form {
  position: relative;
}

.contact-form .form-row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 30px;
}

.contact-form .form-group {
  position: relative;
  margin-bottom: 25px;
}

.contact-form .form-group.full {
  grid-column: 1 / -1;
}

.contact-form .form-group input[type="text"],
.contact-form .form-group input[type="password"],
.contact-form .form-group input[type="tel"],
.contact-form .form-group input[type="email"],
.contact-form .form-group select,
.contact-form .form-group textarea {
  position: relative;
  display: block;
  width: 100%;
  border: 0;
  border-bottom: 1px solid #f2f2f2;
  border-radius: 0;
  color: #848484;
  font-size: 16px;
  outline: 0;
  transition: all 300ms ease;
}

.contact-form .form-group input[type="text"],
.contact-form .form-group input[type="password"],
.contact-form .form-group input[type="tel"],
.contact-form .form-group input[type="email"],
.contact-form .form-group select {
  height: 50px;
  line-height: 28px;
  padding: 10px 0;
}

.contact-form .form-group textarea {
  height: 120px;
  line-height: 24px;
  padding: 10px 0;
  resize: none;
}

.contact-form .form-group input:focus,
.contact-form .form-group textarea:focus {
  border-color: #ff0101;
}

.contact-form .form-group.has-error input,
.contact-form .form-group.has-error textarea {
  border-color: #ff0101;
}

.contact-form .field-error {
  margin-top: 7px;
  color: #ff0101;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.4;
}

.contact-form .submit-btn {
  margin-top: 15px;
  border: 0;
  background: none;
  color: #020e28;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  transition: all 300ms ease;
}

.contact-form .submit-btn .icon {
  margin-left: 5px;
}

.contact-form .submit-btn:hover {
  color: #ff0101;
  transform: none;
}

.status {
  margin-top: 14px;
  color: var(--muted);
  font-weight: 700;
}

.footer {
  background: #061225;
  color: #dbeafe;
}

.footer .container {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1.2fr;
  gap: 34px;
  padding: 58px 0;
}

.footer h2,
.footer h3 {
  color: var(--white);
}

.footer a {
  display: block;
  margin: 8px 0;
  transition: color 0.18s ease, padding-left 0.18s ease;
}

.footer a:hover {
  color: var(--accent);
  padding-left: 5px;
}

.copyright {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  padding: 18px 0;
  color: #9fb4d0;
  text-align: center;
}

.main-footer {
  position: relative;
  z-index: 10;
  background-color: #020e28;
}

.main-footer .auto-container {
  width: min(var(--max), calc(100% - 32px));
  margin: 0 auto;
}

.main-footer .widgets-section {
  position: relative;
  padding: 80px 0 40px;
}

.main-footer .footer-row {
  display: grid;
  grid-template-columns: 5fr 3fr 4fr;
  gap: 30px;
}

.main-footer .footer-widget {
  position: relative;
  margin-bottom: 30px;
}

.main-footer .footer-title {
  position: relative;
  margin-bottom: 30px;
}

.main-footer .footer-title h2 {
  position: relative;
  margin: 0;
  padding-bottom: 18px;
  color: #ffffff;
  font-size: 20px;
  font-weight: 500;
  text-transform: capitalize;
}

.main-footer .footer-title h2::after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 35px;
  height: 4px;
  background-color: #ff0101;
  content: "";
}

.main-footer .logo-widget .logo {
  position: relative;
  margin-bottom: 25px;
}

.main-footer .logo-widget .logo img {
  max-width: 220px;
}

.main-footer .logo-widget .widget-content .text {
  position: relative;
  margin-bottom: 12px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
}

.main-footer .logo-widget .widget-content .list {
  position: relative;
  margin: 0 0 20px;
  padding: 0;
  list-style: none;
}

.main-footer .logo-widget .widget-content > .list > li {
  position: relative;
  display: inline-block;
  margin-right: 12px;
  padding-right: 12px;
  border-right: 1px solid #414a5e;
  color: #c4c4c4;
  font-size: 16px;
  line-height: 1.2em;
}

.main-footer .logo-widget .widget-content > .list > li:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: 0;
}

.main-footer .logo-widget .widget-content .timing {
  position: relative;
  margin-bottom: 25px;
  padding-bottom: 28px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  color: #ffffff;
  font-size: 16px;
  line-height: 1.8em;
}

.main-footer .logo-widget .widget-content .timing span {
  display: block;
  font-weight: 500;
}

.main-footer .social-icon-one {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
}

.main-footer .social-icon-one li {
  position: relative;
  display: inline-block;
  margin-right: 22px;
}

.main-footer .social-icon-one li a {
  position: relative;
  color: #ffffff;
  font-size: 16px;
  transition: all 300ms ease;
}

.main-footer .social-icon-one li a:hover {
  color: #ff0101;
}

.main-footer .links {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
}

.main-footer .links li {
  position: relative;
  margin-bottom: 16px;
}

.main-footer .links li a {
  position: relative;
  display: inline-block;
  padding-bottom: 5px;
  color: #c4c4c4;
  font-size: 16px;
  transition: all 300ms ease;
}

.main-footer .links li a::after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 20px;
  height: 2px;
  background-color: #ff0101;
  opacity: 0;
  content: "";
  transition: all 300ms ease;
}

.main-footer .links li a:hover {
  color: #ffffff;
}

.main-footer .links li a:hover::after {
  opacity: 1;
}

.main-footer .list-style-two {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
}

.main-footer .list-style-two li {
  position: relative;
  min-height: 46px;
  margin-bottom: 25px;
  padding-left: 50px;
  color: #c4c4c4;
  font-size: 16px;
  line-height: 1.45;
}

.main-footer .list-style-two li .icon {
  position: absolute;
  left: 0;
  top: 7px;
  color: rgba(255, 255, 255, 0.4);
  font-size: 40px;
  font-weight: 400;
  line-height: 1em;
  transition: all 300ms ease;
}

.main-footer .list-style-two li a {
  position: relative;
  display: block;
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.35;
  transition: all 300ms ease;
}

.main-footer .list-style-two li:hover a {
  color: #ff0101;
  text-decoration: underline;
}

.main-footer .list-style-two li:hover .icon {
  color: #ff0101;
}

.main-footer .footer-bottom {
  position: relative;
  padding-top: 45px;
  background-color: #041332;
}

.main-footer .footer-bottom .copyright {
  position: relative;
  margin-top: 30px;
  padding: 20px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  color: #ffffff;
  text-align: center;
}

.main-footer .footer-bottom .copyright a {
  color: #ff0101;
}

.reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 0.58s ease, transform 0.58s ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 900px) {

  .topbar-inner,
  .footer .container,
  .main-footer .footer-row {
    display: block;
  }

  .topbar-inner,
  .nav-inner,
  .container {
    width: min(var(--max), calc(100% - 24px));
  }

  .main-footer .widgets-section {
    padding: 58px 0 20px;
  }

  .main-footer .footer-column {
    margin-bottom: 34px;
  }

  .topbar-inner {
    min-height: 0;
    padding: 14px 0 13px;
    text-align: left;
  }

  .topbar-left,
  .topbar-links {
    display: none;
  }

  .topbar-right {
    display: block;
    width: 100%;
    text-align: left;
  }

  .topbar-language {
    display: inline-block;
    width: auto;
    text-align: left;
  }

  .topbar-links li {
    display: inline-block;
    margin: 3px 8px;
    padding-right: 0;
  }

  .topbar-links li::after,
  .topbar-language>li::before {
    display: none;
  }

  .topbar-language>li {
    padding-left: 0;
    margin-top: 0;
  }

  .language-menu {
    left: 0;
    right: auto;
    text-align: left;
    transform: translateY(8px);
  }

  .topbar-language .language.is-open .language-menu {
    transform: translateY(0);
  }

  .header {
    position: relative;
  }

  .nav-inner {
    display: block;
    min-height: 0;
    padding: 10px 0 17px;
  }

  .nav-inner::before {
    display: none;
  }

  .logo {
    top: 0;
    width: 220px;
    height: 70px;
    margin: 0 auto;
    padding: 0;
  }

  .mobile-nav-toggle {
    position: relative;
    z-index: 12;
    display: block;
    width: 44px;
    height: 36px;
    margin: 17px 0 0 auto;
    padding: 8px 9px;
    border: 1px solid #ff4800;
    border-radius: 0;
    background: #ff4800;
    cursor: pointer;
  }

  .mobile-nav-toggle span {
    display: block;
    width: 100%;
    height: 2px;
    margin: 5px 0;
    background: #ffffff;
  }

  .nav {
    display: none;
    width: 100%;
    max-height: 320px;
    margin: 11px 0 0;
    padding: 0;
    overflow: auto;
    border: 1px solid rgba(255, 255, 255, 0.42);
    background: #2c2c2c;
    color: #ffffff;
  }

  .nav.is-open {
    display: block;
  }

  .nav > a,
  .nav > .dropdown {
    display: block;
    width: 100%;
    border-top: 1px solid rgba(255, 255, 255, 0.56);
  }

  .nav > a:first-child {
    border-top: 0;
  }

  .nav a {
    display: block;
    min-height: 0;
    padding: 10px 17px 9px;
    color: #ffffff;
    background: #2c2c2c;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    text-align: left;
  }

  .nav>a.active::after,
  .nav>.dropdown>a.active::after,
  .nav>a:hover::after,
  .nav>.dropdown:hover>a::after {
    display: none;
  }

  .nav a:hover,
  .nav a.active {
    color: #ffffff;
    background: #2c2c2c;
  }

  .dropdown {
    position: relative;
  }

  .dropdown-menu {
    position: static;
    display: none;
    min-width: 0;
    width: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    background: #2c2c2c;
    box-shadow: none;
    opacity: 1;
    pointer-events: auto;
    transform: none;
  }

  .dropdown.is-open .dropdown-menu {
    display: block;
  }

  .dropdown-menu::before {
    display: none;
  }

  .dropdown-menu a {
    margin: 0;
    padding: 10px 17px 9px 32px;
    border-top: 1px solid rgba(255, 255, 255, 0.56);
    border-bottom: 0;
    color: #ffffff;
    background: #2c2c2c;
    font-size: 14px;
    line-height: 22px;
  }

  .dropdown-menu a:hover {
    color: #ffffff;
    background: #ff4800;
    border-bottom: 0;
  }

  .dropdown-toggle-button {
    position: absolute;
    right: 0;
    top: 5px;
    display: block;
    width: 28px;
    height: 26px;
    border: 1px solid rgba(255, 255, 255, 0.4);
    color: #ffffff;
    background: transparent;
    cursor: pointer;
  }

  .dropdown.is-open .dropdown-toggle-button .fa {
    transform: rotate(180deg);
  }

  .social-strip,
  .sticky-header {
    display: none;
  }

  .grid.services,
  .services-row,
  .team-row,
  .contact-columns,
  .contact-form .form-row,
  .grid.two,
  .service-layout,
  .service-block-grid,
  .contact-grid,
  .gallery,
  .service-gallery,
  .service-gallery.three,
  .form-grid {
    grid-template-columns: 1fr;
  }

  .history-item {
    grid-template-columns: 1fr;
  }

  .hero,
  .hero-slider,
  .hero-slide {
    min-height: 520px;
  }

  .hero h1 {
    font-size: 34px;
    line-height: 1.16;
  }

  .page-title {
    padding-bottom: 82px;
  }

  .page-title h1 {
    margin-top: 44px;
  }

  .sec-title h2 {
    font-size: 28px;
  }

  .contact-section .contact-title .title-left {
    float: none;
  }

  .contact-section .sec-title .text {
    margin-left: 0;
    margin-top: 18px;
  }

  .contact-section .info-column .inner-column {
    border-right: 0;
    border-bottom: 1px solid #f4f4f4;
  }

  .service-layout {
    display: flex;
    flex-direction: column;
  }

  .service-layout>article {
    order: 1 !important;
    width: 100%;
  }

  .service-layout>aside {
    order: 99 !important;
    width: 100%;
    margin-top: 42px;
  }

  .history-section .thumbs-carousel {
    gap: 30px;
    padding-bottom: 0;
  }

  .history-section .thumbs-carousel li {
    min-width: 90px;
    font-size: 26px;
  }

  .history-section .thumbs-carousel li.is-active {
    transform: scale(1.55);
  }

  .history-section .content-carousel {
    --history-content-offset: 45px;
  }

  .history-section .content-carousel > .history-nav.prev {
    left: 0;
  }

  .history-section .content-carousel > .history-nav.next {
    right: 0;
  }
}

@media (min-width: 901px) and (max-width: 1100px) {
  .services-row {
    grid-template-columns: repeat(2, 1fr);
  }
}
