/*
Author: webthemez.com
Author URL: http://webthemez.com
*/
/*************************
*******Typography******
**************************/
body {
  padding-top: 100px;
  background: #fff;
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  color: #282828;
  line-height: 26px;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
  font-family: 'Raleway', sans-serif;
}
a {
  color: #45aed6;
  -webkit-transition: color 400ms, background-color 400ms;
  -moz-transition: color 400ms, background-color 400ms;
  -o-transition: color 400ms, background-color 400ms;
  transition: color 400ms, background-color 400ms;
}
a:hover,
a:focus {
  text-decoration: none;
  color: #2a95be;
}
hr {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #fff;
}
.section-header {
  margin-bottom: 42px;
}
.section-header p{
  max-width: 860px;
  margin: 0 auto;
  text-align:center;
  font-size: 18px;
  line-height: 1.8;
  color: #5d6873;
}
.section-header .section-title {
  font-size: clamp(38px, 4vw, 56px);
  color: #48B1DF;
  position: relative;
  padding-bottom: 0;
  margin: 0 0 18px;
  display: block;
  text-align: center;
  border-bottom: 0;
  letter-spacing: -0.03em;
}
.section-header .section-title:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -14px;
  width: 76px;
  height: 3px;
  transform: translateX(-50%);
  background: linear-gradient(90deg, rgba(72, 177, 223, 0), rgba(72, 177, 223, 0.95) 50%, rgba(72, 177, 223, 0));
  border-radius: 999px;
  margin: 0 auto;
}

.navbar-nav>li>a {
text-transform: uppercase;
}
/*************************
*******Header******
**************************/
#main-nav.navbar-default {
  background: rgba(19, 22, 27, 0.96);
  border-bottom: 1px solid rgba(72, 177, 223, 0.28);
}
.navbar.navbar-default {
  border: 0;
  border-radius: 0;
  margin-bottom: 0;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: transparent;
}
.navbar.navbar-default .navbar-toggle {
  width: 50px;
  height: 46px;
  margin: 18px 15px 0 0;
  padding: 0;
  border: 1px solid rgba(72, 177, 223, 0.22);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.04);
  transition: background-color 220ms ease, border-color 220ms ease, transform 220ms ease;
}
.navbar.navbar-default .navbar-toggle:hover,
.navbar.navbar-default .navbar-toggle:focus {
  background: rgba(72, 177, 223, 0.12);
  border-color: rgba(72, 177, 223, 0.42);
}
.navbar.navbar-default .navbar-toggle:focus {
  outline: none;
}
.navbar-toggle__box {
  position: relative;
  display: block;
  width: 20px;
  height: 14px;
  margin: 0 auto;
}
.navbar.navbar-default .navbar-toggle .icon-bar {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  margin: 0;
  border-radius: 999px;
  background: #f6fbff;
  transition: top 220ms ease, transform 220ms ease, opacity 180ms ease, background-color 220ms ease;
}
.navbar.navbar-default .navbar-toggle .icon-bar:nth-child(1) {
  top: 0;
}
.navbar.navbar-default .navbar-toggle .icon-bar:nth-child(2) {
  top: 6px;
}
.navbar.navbar-default .navbar-toggle .icon-bar:nth-child(3) {
  top: 12px;
}
.navbar.navbar-default .navbar-toggle:not(.collapsed) .icon-bar:nth-child(1) {
  top: 6px;
  transform: rotate(45deg);
}
.navbar.navbar-default .navbar-toggle:not(.collapsed) .icon-bar:nth-child(2) {
  opacity: 0;
}
.navbar.navbar-default .navbar-toggle:not(.collapsed) .icon-bar:nth-child(3) {
  top: 6px;
  transform: rotate(-45deg);
}
.navbar.navbar-default .navbar-brand {
  height: auto;
  padding: 10px 15px 8px;
}
.navbar-brand img {
  height: 60px;
  max-width: 240px;
  width: auto;
  display: block;
}
#main-nav.navbar-default .navbar-collapse {
  clear: both;
  margin: 10px 15px 14px;
  padding: 10px;
  border-top: 0;
  border-radius: 20px;
  background: rgba(16, 19, 24, 0.96);
  box-shadow: 0 18px 40px rgba(10, 15, 20, 0.26);
}
#main-nav.navbar-default .navbar-nav {
  float: none;
  margin: 0;
}
#main-nav.navbar-default .navbar-nav > li {
  float: none;
  border: 0;
}
#main-nav.navbar-default .navbar-nav > li + li {
  margin-top: 4px;
}
#main-nav.navbar-default .navbar-nav > li > a {
  position: relative;
  padding: 14px 16px;
  border-radius: 14px;
  background: transparent;
  color: rgba(245, 247, 248, 0.92);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.04em;
  transition: color 220ms ease, background-color 220ms ease, box-shadow 220ms ease;
}
#main-nav.navbar-default .navbar-nav > li > a:hover,
#main-nav.navbar-default .navbar-nav > li > a:focus {
  color: #ffffff;
  background: rgba(72, 177, 223, 0.12);
}
#main-nav.navbar-default .navbar-nav > li.active > a,
#main-nav.navbar-default .navbar-nav > li.open > a {
  color: #ffffff;
  background: rgba(72, 177, 223, 0.12);
  box-shadow: inset 2px 0 0 #48B1DF;
}
#main-nav.navbar-default .navbar-nav > li > a:focus {
  outline: none;
}
 

@media only screen and (min-width: 768px) {
  #main-nav.navbar-default { 
    background: rgba(19, 22, 27, 0.84);
    border-bottom: 1px solid rgba(72, 177, 223, 0.24);
    -webkit-box-shadow: 0 14px 34px rgba(8, 12, 18, 0.2);
    box-shadow: 0 14px 34px rgba(8, 12, 18, 0.2);
    -webkit-backdrop-filter: blur(14px);
    backdrop-filter: blur(14px);
  }
  #main-nav.navbar-default .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  #main-nav.navbar-default .navbar-header {
    float: none;
    display: flex;
    align-items: center;
    flex: 0 0 auto;
  }
  .navbar.navbar-default .navbar-brand {
    padding: 12px 0 8px;
  }
  #main-nav.navbar-default .navbar-collapse {
    float: none !important;
    clear: none;
    margin-left: auto;
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
    border-top: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }
  #main-nav.navbar-default .navbar-nav {
    float: none;
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0;
    border: 0;
  }
  .navbar-nav>li {
    float: none;
    border: 0;
  }
  #main-nav.navbar-default .navbar-nav > li > a {
    position: relative;
    overflow: hidden;
    padding: 22px 18px 18px;
    border-bottom: 0;
    border-radius: 0;
    background: transparent;
    color: rgba(245, 247, 248, 0.92);
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.03em;
    transition: color 220ms ease, background-color 220ms ease, box-shadow 220ms ease, transform 220ms ease;
  }
  #main-nav.navbar-default .navbar-nav > li > a:before {
    content: "";
    position: absolute;
    inset: 0;
    background:
      radial-gradient(circle 84px at var(--nav-glow-x, 50%) var(--nav-glow-y, 50%), rgba(72, 177, 223, 0.2), rgba(72, 177, 223, 0.07) 40%, transparent 74%);
    opacity: 0;
    transition: opacity 220ms ease;
    pointer-events: none;
    display: none;
  }
  #main-nav.navbar-default .navbar-nav > li > a:after {
    content: "";
    position: absolute;
    left: 18px;
    right: 18px;
    bottom: 9px;
    height: 2px;
    border-radius: 999px;
    background: linear-gradient(90deg, rgba(72, 177, 223, 0), rgba(72, 177, 223, 0.95) 22%, rgba(139, 222, 255, 0.95) 50%, rgba(72, 177, 223, 0.95) 78%, rgba(72, 177, 223, 0));
    transform: scaleX(0.4);
    opacity: 0;
    transition: transform 220ms ease, opacity 220ms ease;
    pointer-events: none;
  }
  .navbar-default .navbar-nav>li>a {
    color: #f5f7f8;
  }
  #main-nav.navbar-default .navbar-nav > li.active > a,
  #main-nav.navbar-default .navbar-nav > li.open > a,
  #main-nav.navbar-default .navbar-nav > li:hover > a {
    background: transparent;
    color: #ffffff;
    box-shadow: none;
    transform: none;
  }
  #main-nav.navbar-default .navbar-nav > li.active > a:after,
  #main-nav.navbar-default .navbar-nav > li.open > a:after,
  #main-nav.navbar-default .navbar-nav > li:hover > a:after,
  #main-nav.navbar-default .navbar-nav > li > a:focus-visible:after {
    transform: scaleX(1);
    opacity: 1;
  }
  #main-nav.navbar-default .navbar-nav > li > a:focus {
    outline: none;
    background: transparent;
  }
  .navbar-brand img {
    height: 64px;
    max-width: 280px;
  }
}

#hero-banner{
  position: relative;
  overflow: hidden;
  min-height:670px;
  background: #111827;
  color:#fff;
}
#hero-banner:before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(17, 24, 39, 0.55) 0%, rgba(17, 24, 39, 0.35) 30%, rgba(17, 24, 39, 0.68) 100%);
  z-index: 1;
  pointer-events: none;
}
#hero-banner.item {
  min-height: 558px;
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: cover;
}
#hero-banner .banner-inner {
  position: relative;
  z-index: 2;
  width: 100%;
  min-height: 670px;
  display: flex;
  align-items: center;
}
#hero-banner .banner-inner .container {
  width: 100%;
}
#hero-banner .banner-inner .col-sm-12 {
  position: relative;
}
#hero-banner .banner-inner .col-sm-12:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: min(86vw, 920px);
  height: min(42vh, 250px);
  transform: translate(-50%, -50%);
  background: radial-gradient(circle at center, rgba(10, 16, 24, 0.42) 0%, rgba(10, 16, 24, 0.24) 40%, rgba(10, 16, 24, 0.08) 65%, rgba(10, 16, 24, 0) 80%);
  filter: blur(20px);
  pointer-events: none;
  z-index: 0;
}
.hero-mobile-slider {
  display: block;
  position: absolute;
  inset: 0;
  z-index: 0;
}
.hero-mobile-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transform: scale(1.04);
  transition: opacity 1200ms ease, transform 6800ms ease;
}
.hero-mobile-slider.is-booting .hero-mobile-slide:first-child {
  opacity: 0.82;
  transform: scale(1.06);
}
.hero-mobile-slide.is-active {
  opacity: 1;
  transform: scale(1);
}
.hero-mobile-slide video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}
.hero-scroll-cue {
  display: none;
}
.hero-scroll-cue__arrow {
  display: block;
  width: 13px;
  height: 13px;
  border-right: 2px solid rgba(255, 255, 255, 0.9);
  border-bottom: 2px solid rgba(255, 255, 255, 0.9);
  transform: rotate(45deg);
}
#hero-banner h1,
#hero-banner h2 {
  margin: 0;
  font-size: 56px;
  line-height: 1.1; 
  font-weight: 600;
  letter-spacing: -0.02em;
  text-align:center;
  position: relative;
  z-index: 1;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.34), 0 1px 3px rgba(0, 0, 0, 0.4);
}
#hero-banner h1 b,
#hero-banner h2 b{
color:#48B1DF;
}
#hero-banner p { 
  font-size: 31px; 
  margin: 20px 0 20px;
  line-height: 1.3; 
  font-weight: 500;
  text-align:center;
  position: relative;
  z-index: 1;
  text-shadow: 0 2px 16px rgba(0, 0, 0, 0.32), 0 1px 2px rgba(0, 0, 0, 0.42);
}
#hero-banner .banner-inner h1 > span,
#hero-banner .banner-inner h2 > span {
  color: #45aed6;
}
 
#services {
  padding: 100px 0 75px;
  background: #f8f8f6;
}
.features {
  display: flex;
  flex-wrap: wrap;
}
.features > [class*="col-"] {
  display: flex;
  margin-bottom: 30px;
}
.media.service-box {
  margin: 0;
  padding: 12px 18px 12px 108px;
  position: relative;
  width: 100%;
  min-height: 180px;
  background: transparent;
  border: 0;
  box-shadow: none;
  transition: transform 200ms ease;
}
.media.service-box .pull-left {
  margin-right: 20px;
}
.media.service-box .pull-left > i {
  font-size: 31px;
  line-height: 52px;
  text-align: center;
  width: 80px; 
  color: #48B1DF;
  transition: transform 200ms ease, background-color 200ms ease, color 200ms ease;
  position: absolute;
  padding: 14px;
  left: 6px;
  top: 6px;
  vertical-align: middle;
  background: #f1f1f1;
  border-radius: 50%;
  height: 80px;
}
.features .media.service-box .pull-left > i{
color: #48B1DF;
}
.media.service-box .media-heading {
  margin-bottom: 10px;
  font-size: 22px;
  line-height: 1.25;
  font-weight: 600;
  color: #1e2b36;
}
.media.service-box p {
  margin: 0;
  font-size: 15px;
  line-height: 1.6;
  font-weight: 400;
  color: #4d5c68;
}
@media (hover: hover) and (pointer: fine) {
  .media.service-box:hover {
    transform: translateY(-2px);
  }
  .media.service-box:hover .pull-left > i {
    transform: scale(1.03);
    background: #dff1fb;
    color: #0f6c95;
  }
  .media.service-box:hover .media-heading {
    color: #0f6c95;
  }
}
.brand-area {
  padding: 96px 0 68px;
  background: #ffffff;
}
.brand-area .section-header {
  margin-bottom: 42px;
}
.brand-area .section-header p {
  max-width: 860px;
  margin: 0 auto;
  line-height: 1.8;
  color: #5c5c5c;
}
.brand-carousel {
  position: relative;
  padding: 0 62px;
}
.brand-carousel__viewport {
  overflow: hidden;
  padding-top: 8px;
  padding-bottom: 12px;
}
.brand-carousel__track {
  display: flex;
  transition: transform 420ms ease;
  will-change: transform;
}
.brand-page {
  min-width: 100%;
  flex: 0 0 100%;
  display: grid;
  grid-template-columns: repeat(var(--brand-columns, 5), minmax(0, 1fr));
  gap: 18px 22px;
  justify-items: center;
  align-items: stretch;
}
.brand-item {
  min-width: 0;
  width: 100%;
  max-width: 210px;
}
.brand-logo-slot {
  width: 100%;
  height: 102px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 18px 24px;
  border: 1px solid #ebebe6;
  border-radius: 12px;
  background: #ffffff;
  transition: border-color 220ms ease, box-shadow 220ms ease, transform 220ms ease;
}
.brand-logo-slot img {
  max-width: 82%;
  max-height: 52px;
  width: auto;
  height: auto;
  object-fit: contain;
}
.brand-carousel__arrow {
  position: absolute;
  top: 50%;
  width: 42px;
  height: 42px;
  margin-top: -21px;
  border: 1px solid #e7e7e1;
  border-radius: 50%;
  background: #ffffff;
  color: #5c5c5c;
  transition: color 220ms ease, border-color 220ms ease, box-shadow 220ms ease, opacity 220ms ease;
}
.brand-carousel__arrow--prev {
  left: 0;
}
.brand-carousel__arrow--next {
  right: 0;
}
.brand-carousel__arrow[disabled] {
  opacity: 0.35;
  cursor: default;
}
.brand-carousel.is-single-page {
  padding-left: 0;
  padding-right: 0;
}
.brand-carousel.is-single-page .brand-carousel__arrow {
  display: none;
}
.brand-area__footer {
  max-width: 720px;
  margin: 36px auto 0;
  text-align: center;
}
.brand-area__footer p {
  margin: 0 0 18px;
  font-size: 17px;
  line-height: 1.8;
  color: #5d6873;
}
.about-link,
.brand-area__cta {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 174px;
  margin-top: 10px;
  padding: 13px 22px;
  border: 1px solid rgba(33, 53, 67, 0.12);
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96) 0%, rgba(246, 250, 252, 0.96) 100%);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #26495b;
  box-shadow: 0 14px 28px rgba(18, 27, 34, 0.06), inset 0 1px 0 rgba(255, 255, 255, 0.88);
  transition: background-color 360ms ease, border-color 360ms ease, color 360ms ease, transform 360ms ease, box-shadow 360ms ease;
}
.about-link:hover,
.about-link:focus,
.brand-area__cta:hover,
.brand-area__cta:focus {
  color: #ffffff;
  background: linear-gradient(135deg, rgba(34, 34, 34, 0.88) 0%, rgba(34, 34, 34, 0.72) 100%);
  border-color: rgba(72, 177, 223, 0.2);
  box-shadow: 0 18px 34px rgba(14, 22, 29, 0.1);
  transform: translateY(-2px);
}
@media (hover: hover) and (pointer: fine) {
  .brand-logo-slot:hover {
    transform: translateY(-2px);
    border-color: #d6e7ef;
    box-shadow: 0 16px 26px rgba(34, 34, 34, 0.05);
  }
  .brand-carousel__arrow:hover:not([disabled]) {
    color: #48B1DF;
    border-color: #48B1DF;
    box-shadow: 0 10px 20px rgba(34, 34, 34, 0.08);
  }
}
#about {
  padding: 92px 0 82px;
  background: #ffffff;
}
#about .section-header {
  margin-bottom: 52px;
}
#about .section-header p {
  max-width: 920px;
  margin: 0 auto;
  line-height: 1.9;
  color: #5f5f5f;
}
.about-showcase {
  display: flex;
  align-items: center;
}
.about-showcase > [class*="col-"] {
  display: flex;
}
.about-visual,
.about-card {
  width: 100%;
}
.about-visual {
  padding-right: 26px;
}
.about-stack {
  position: relative;
  min-height: 468px;
  max-width: 600px;
  margin-right: auto;
  user-select: none;
  touch-action: pan-y;
}
.about-stack__card {
  position: absolute;
  left: 50%;
  top: 0;
  width: min(84%, 500px);
  aspect-ratio: 4 / 3;
  margin: 0;
  padding: 0;
  border-radius: 22px;
  background: transparent;
  border: 0;
  box-shadow: 0 18px 34px rgba(16, 21, 28, 0.08);
  transform-origin: center center;
  transition: transform 780ms cubic-bezier(0.24, 1, 0.36, 1), opacity 520ms ease, box-shadow 780ms cubic-bezier(0.24, 1, 0.36, 1);
  will-change: transform, opacity;
  pointer-events: none;
}
.about-stack__media {
  overflow: hidden;
  height: 100%;
  border-radius: 22px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
}
.about-stack__media picture,
.about-stack__media img {
  display: block;
  width: 100%;
  height: 100%;
}
.about-stack__media img {
  object-fit: cover;
}
.about-stack__card--detail-left img {
  object-position: 28% center;
}
.about-stack__card--detail-right img {
  object-position: 68% center;
}
.about-stack__card--detail-center img {
  object-position: center;
}
.about-stack__card.is-front {
  z-index: 3;
  transform: translateX(-50%) translateY(0) rotate(-1.6deg) scale(1);
  box-shadow: 0 22px 40px rgba(16, 21, 28, 0.14);
  opacity: 1;
}
.about-stack__card.is-middle {
  z-index: 2;
  transform: translateX(-50%) translateY(18px) rotate(1.1deg) scale(0.97);
  box-shadow: 0 14px 28px rgba(16, 21, 28, 0.09);
  opacity: 0.92;
}
.about-stack__card.is-back {
  z-index: 1;
  transform: translateX(-50%) translateY(34px) rotate(2deg) scale(0.94);
  box-shadow: 0 10px 22px rgba(16, 21, 28, 0.06);
  opacity: 0.82;
}
.about-stack__card.is-leaving-next {
  z-index: 0;
  transform: translateX(-50%) translateY(42px) rotate(1deg) scale(0.942);
  box-shadow: 0 6px 16px rgba(16, 21, 28, 0.04);
  opacity: 0.08;
  transition: transform 560ms cubic-bezier(0.3, 0.9, 0.38, 1), opacity 460ms ease-out, box-shadow 560ms cubic-bezier(0.3, 0.9, 0.38, 1);
}
.about-stack__card.is-leaving-prev {
  z-index: 0;
  transform: translateX(-50%) translateY(42px) rotate(-1deg) scale(0.942);
  box-shadow: 0 6px 16px rgba(16, 21, 28, 0.04);
  opacity: 0.08;
  transition: transform 560ms cubic-bezier(0.3, 0.9, 0.38, 1), opacity 460ms ease-out, box-shadow 560ms cubic-bezier(0.3, 0.9, 0.38, 1);
}
@media (hover: hover) and (pointer: fine) {
  .about-stack:hover .about-stack__card.is-front {
    transform: translateX(-50%) translateY(-2px) rotate(-1.7deg) scale(1.006);
  }
}
.about-card {
  align-self: center;
  padding: 4px 0 4px 28px;
  background: transparent;
  border: 0;
  box-shadow: none;
  backdrop-filter: none;
}
.about-card__eyebrow {
  margin: 0 0 16px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #48B1DF;
}
.about-card h3 {
  margin: 0 0 20px;
  font-size: 36px;
  line-height: 1.25;
  color: #212121;
}
.about-card p {
  margin: 0 0 18px;
  font-size: 18px;
  line-height: 1.8;
  color: #5b5b5b;
}
.about-link i {
  transition: transform 220ms ease;
}
.about-link:hover i,
.about-link:focus i {
  transform: translateY(2px);
}
.back-to-top {
  position: fixed;
  right: 24px;
  bottom: 24px;
  width: 46px;
  height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(24, 28, 34, 0.9);
  color: #ffffff !important;
  border: 1px solid rgba(72, 177, 223, 0.22);
  box-shadow: 0 14px 28px rgba(10, 14, 18, 0.14);
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: opacity 220ms ease, transform 220ms ease, background-color 220ms ease, border-color 220ms ease;
  z-index: 1090;
}
.back-to-top.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.back-to-top i {
  transition: transform 220ms ease;
}
@media (prefers-reduced-motion: no-preference) {
  .back-to-top.is-visible i {
    animation: backToTopNudge 2.2s ease-in-out infinite;
  }
}
.back-to-top:hover,
.back-to-top:focus {
  background: #48B1DF;
  border-color: #48B1DF;
  color: #ffffff !important;
}
.back-to-top:hover i,
.back-to-top:focus i {
  animation-play-state: paused;
  transform: translateY(-1px);
}
 .navbar-nav {
margin: 0;
border-left: 1px solid #303030;  
border-right: 1px solid #171717;
}
#contact-us {
  padding: 78px 0 0;
  background: #f8f8f6;
}
/*Contact*/
.contact-info{
 padding:20px 0 80px;
}
.contact-info .row {
  display: flex;
  flex-wrap: wrap;
}
.contact-info .row > [class*="col-"] {
  display: flex;
}
#contact {
  background: #f8f8f6;
}
.contact-card {
  min-height: 0;
  width: 100%;
  padding: 12px;
  text-align: left;
  background: transparent;
  border: 0;
  box-shadow: none;
}
.contact-card h3 {
  position: relative;
  margin: 0 0 28px;
  padding-bottom: 18px;
  font-size: 32px;
  line-height: 1.2;
  color: #222222;
  text-align: left;
}
.contact-card h3::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 54px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(72, 177, 223, 0.9), rgba(72, 177, 223, 0));
}
.contact-lines p {
  margin: 0 0 12px;
  font-size: 20px;
  line-height: 1.65;
  color: #5c5c5c;
}
.contact-lines p:last-child {
  margin-bottom: 0;
}
.contact-lines i {
  display: inline-block;
  width: 34px;
  margin-right: 12px;
  color: #2f6f8b;
  font-size: 15px;
  text-align: center;
}
.contact-lines__row {
  display: grid;
  grid-template-columns: 34px 1fr;
  column-gap: 12px;
  align-items: center;
}
.contact-lines__row--offset {
  padding-left: 46px;
}
.contact-lines__row--offset .contact-lines__text {
  grid-column: 1;
}
.contact-lines a {
  --contact-link-offset: 46px;
  position: relative;
  display: inline-flex;
  align-items: center;
  color: #5c5c5c;
  padding-bottom: 2px;
}
.contact-lines a::after {
  content: "";
  position: absolute;
  left: var(--contact-link-offset);
  right: 0;
  bottom: -1px;
  width: auto;
  height: 1px;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 260ms ease, color 220ms ease;
}
.contact-lines a:hover,
.contact-lines a:focus {
  color: #48B1DF;
}
.contact-lines a:hover::after,
.contact-lines a:focus::after {
  transform: scaleX(1);
}
.contact-lines a:hover i,
.contact-lines a:focus i {
  color: #24759a;
}
.contact-hours {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.contact-hours__item {
  display: grid;
  grid-template-columns: 108px 1fr;
  column-gap: 14px;
  row-gap: 6px;
  align-items: center;
  font-size: 20px;
  line-height: 1.7;
  font-weight: 400;
  color: #5c5c5c;
}
.contact-hours .contact-hours__day {
  grid-column: 1;
  text-align: left;
  font-weight: 600;
  color: #414141;
}
.contact-hours .contact-hours__time {
  grid-column: 2;
  text-align: left;
}
.contact-hours__time--secondary {
  grid-column: 2;
}
/***********************
********* Footer ******
************************/
#footer {
  padding-top: 30px;
  padding-bottom: 30px;
  color: #fff;
  background: #222222;
}
.footer-meta {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  line-height: 1.7;
}
.footer-meta__legal {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  color: rgba(255, 255, 255, 0.92);
}
.footer-meta__separator {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.38);
}
.footer-meta__credit {
  font-size: 13px;
  letter-spacing: 0.01em;
  color: rgba(255, 255, 255, 0.66);
}
@media only screen and (max-width: 767px) {
  #hero-banner {
    min-height: 100vh;
    min-height: 100svh;
    min-height: 100dvh;
  }
  #hero-banner .banner-inner {
    min-height: 100vh;
    min-height: 100svh;
    min-height: 100dvh;
    box-sizing: border-box;
    padding-top: calc(var(--mobile-nav-height, 82px) * 0.28);
    padding-bottom: calc(86px + env(safe-area-inset-bottom, 0px));
  }
  .hero-scroll-cue {
    position: absolute;
    left: 50%;
    bottom: max(26px, calc(18px + env(safe-area-inset-bottom, 0px)));
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    margin-left: -25px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    background: rgba(9, 15, 24, 0.2);
    box-shadow: 0 10px 24px rgba(8, 12, 18, 0.14);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    z-index: 3;
    animation: heroScrollNudge 1.9s ease-in-out infinite;
    transition: background-color 220ms ease, border-color 220ms ease, transform 220ms ease;
  }
  .hero-scroll-cue:hover,
  .hero-scroll-cue:focus {
    background: rgba(72, 177, 223, 0.14);
    border-color: rgba(72, 177, 223, 0.34);
    transform: translateY(-2px);
    outline: none;
  }
  .hero-scroll-cue:hover .hero-scroll-cue__arrow,
  .hero-scroll-cue:focus .hero-scroll-cue__arrow {
    border-color: #ffffff;
  }
}
@keyframes heroScrollNudge {
  0%, 100% {
    transform: translateY(0);
    opacity: 0.88;
  }
  50% {
    transform: translateY(5px);
    opacity: 1;
  }
}
@media only screen and (max-width: 767px) {
  #footer .col-sm-6 {
    text-align: center;
  }
  .footer-meta {
    align-items: center;
    margin-bottom: 14px;
  }
  .footer-meta__legal {
    justify-content: center;
  }
  #footer .social-icons {
    text-align: center;
  }
}
#footer a {
  color: #fff;
}
#footer a:hover {
  color: #48B1DF;
}
#footer ul {
  list-style: none;
  padding: 0;
  margin: 0 -7.5px;
}
#footer ul > li {
 display: inline-block; 

padding: 3px 0;
width: 35px;
text-align: center;
}
#footer .social-icons a {
  display: inline-block;
  font-size: 17px;
}
@media only screen and (min-width: 768px) {
  #footer .social-icons {
    float: right;
  }
}
@media only screen and (max-width: 480px) {
#services .features {
display: block;
}
#services .features > [class*="col-"] {
display: block;
margin-bottom: 20px;
}
.media.service-box {
height: auto;
min-height: 0;
padding: 10px 8px 10px 100px;
}
.media.service-box .media-heading {
font-size: 21px;
}
.media.service-box p {
font-size: 15px;
}
#hero-banner {
min-height: 80vh;
min-height: 100vh;
min-height: 100svh;
min-height: 100dvh;
}
#hero-banner .banner-inner {
min-height: 100vh;
min-height: 100svh;
min-height: 100dvh;
box-sizing: border-box;
padding-top: calc(var(--mobile-nav-height, 82px) * 0.3);
padding-bottom: calc(92px + env(safe-area-inset-bottom, 0px));
}
#hero-banner h1,
#hero-banner h2 {
font-size: 36px;
line-height: 1.15;
padding: 10px;
}
#hero-banner p {
font-size: 24px;
line-height: 1.35;
padding: 0 18px;
}
#hero-banner .banner-inner .col-sm-12:before {
width: min(92vw, 720px);
height: min(34vh, 190px);
filter: blur(14px);
}
.brand-area {
padding: 80px 0 65px;
}
.brand-area__footer {
margin-top: 28px;
}
.brand-area__footer p {
font-size: 16px;
}
.about-link,
.brand-area__cta {
min-width: 0;
padding: 11px 18px;
font-size: 12px;
}
.brand-carousel {
padding: 0 48px;
}
.brand-page {
gap: 14px;
}
.brand-logo-slot {
height: 92px;
padding: 14px 18px;
}
.brand-logo-slot img {
max-width: 80%;
max-height: 44px;
}
.brand-carousel__arrow {
width: 36px;
height: 36px;
margin-top: -18px;
}
.brand-carousel__arrow--prev {
left: 2px;
}
.brand-carousel__arrow--next {
right: 2px;
}
#about .section-header {
margin-bottom: 42px;
}
.about-showcase {
display: block;
}
.about-showcase > [class*="col-"] {
display: block;
}
.about-visual {
padding: 0;
margin-bottom: 14px;
}
.about-stack {
min-height: 392px;
max-width: 560px;
margin: 0 auto;
}
.about-stack__card {
padding: 0;
}
.about-stack__card {
width: min(86%, 430px);
}
.about-stack__card.is-middle {
transform: translateX(-50%) translateY(16px) rotate(1deg) scale(0.97);
}
.about-stack__card.is-back {
transform: translateX(-50%) translateY(30px) rotate(1.7deg) scale(0.94);
}
.about-card {
padding: 0;
}
.about-card h3 {
font-size: 28px;
line-height: 1.3;
}
.about-card p {
font-size: 17px;
line-height: 1.7;
}
.about-link {
font-size: 14px;
}
.back-to-top {
right: 18px;
bottom: 18px;
width: 42px;
height: 42px;
}
#contact {
padding-bottom: 20px;
}
.contact-info {
padding: 10px 0 45px;
}
.contact-card {
min-height: 0;
padding: 8px 0;
margin-bottom: 22px;
}
.contact-info .row {
display: block;
}
.contact-info .row > [class*="col-"] {
display: block;
}
.contact-card h3 {
font-size: 28px;
margin-bottom: 20px;
}
.contact-lines p {
font-size: 18px;
line-height: 1.6;
}
.contact-hours__item {
font-size: 18px;
line-height: 1.6;
}
.contact-hours__item {
grid-template-columns: 84px 1fr;
}
}
@media only screen and (min-width: 481px) and (max-width: 767px) {
#services .features {
display: block;
}
#services .features > [class*="col-"] {
display: block;
margin-bottom: 24px;
}
.media.service-box {
height: auto;
min-height: 0;
padding: 12px 12px 12px 104px;
}
.media.service-box .media-heading {
font-size: 21px;
}
.media.service-box p {
font-size: 15px;
}
#hero-banner {
min-height: 100vh;
min-height: 100svh;
min-height: 100dvh;
}
#hero-banner .banner-inner {
min-height: 100vh;
min-height: 100svh;
min-height: 100dvh;
box-sizing: border-box;
padding-top: calc(var(--mobile-nav-height, 78px) * 0.22);
padding-bottom: calc(84px + env(safe-area-inset-bottom, 0px));
}
#hero-banner h1,
#hero-banner h2 {
font-size: 36px;
line-height: 44px;
padding: 0 20px;
}
#hero-banner p {
font-size: 21px;
line-height: 33px;
padding: 0 24px;
}
#hero-banner .banner-inner .col-sm-12:before {
width: min(92vw, 740px);
height: min(34vh, 190px);
filter: blur(14px);
}
.about-stack {
min-height: 292px;
max-width: 440px;
}
.about-stack__card {
padding: 0;
border-radius: 16px;
width: min(88%, 338px);
}
.about-stack__media {
border-radius: 16px;
}
.about-stack__card.is-middle {
transform: translateX(-50%) translateY(14px) rotate(0.8deg) scale(0.97);
}
.about-stack__card.is-back {
transform: translateX(-50%) translateY(26px) rotate(1.4deg) scale(0.94);
}
.about-stack__card.is-leaving-next {
z-index: 0;
transform: translateX(-50%) translateY(32px) rotate(0.85deg) scale(0.944);
box-shadow: 0 6px 14px rgba(16, 21, 28, 0.04);
opacity: 0.1;
transition: transform 540ms cubic-bezier(0.3, 0.9, 0.38, 1), opacity 430ms ease-out, box-shadow 540ms cubic-bezier(0.3, 0.9, 0.38, 1);
}
.about-stack__card.is-leaving-prev {
z-index: 0;
transform: translateX(-50%) translateY(32px) rotate(-0.85deg) scale(0.944);
box-shadow: 0 6px 14px rgba(16, 21, 28, 0.04);
opacity: 0.1;
transition: transform 540ms cubic-bezier(0.3, 0.9, 0.38, 1), opacity 430ms ease-out, box-shadow 540ms cubic-bezier(0.3, 0.9, 0.38, 1);
}
.contact-card {
min-height: 0;
padding: 10px 0;
margin-bottom: 26px;
}
.contact-card h3 {
font-size: 30px;
}
.contact-lines p {
font-size: 19px;
}
.contact-hours__item {
font-size: 19px;
grid-template-columns: 92px 1fr;
}
}
.navbar-brand img {
    height: 60px;
    max-width: 240px;
    width: auto;
    display: block;
}
@keyframes backToTopNudge {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-4px);
  }
}
