

.page-title{
  padding: 290px 0px 200px 0px;
  overflow: hidden;
}

.page-title .bg-layer{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.page-title .bg-layer:before{
  position: absolute;
  content: '';
  background: #022D1F;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  opacity: 0.7;
}

.page-title h1{
  position: relative;
  display: block;
  font-size: 65px;
  line-height: 65px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 14px;
}

.page-title .bread-crumb li{
  position: relative;
  display: inline-block;
  font-size: 18px;
  line-height: 26px;
  color: #fff;
  font-weight: 500;
  padding-right: 15px;
  margin-right: 5px;
}

.page-title .bread-crumb li:last-child{
  padding: 0px !important;
  margin: 0px !important;
}

.page-title .bread-crumb li a{
  display: inline-block;
  color: #fff;
}

.page-title .bread-crumb li a:hover{
  color: var(--theme-color);
}

.page-title .bread-crumb li:before{
  position: absolute;
  content: "\f105";
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
  top: 0px;
  right: 0px;
}

.page-title .bread-crumb li:last-child:before{
  display: none;
}

.page-title .pattern-layer .pattern-1{
  position: absolute;
  left: 157px;
  bottom: -70px;
  width: 180px;
  height: 180px;
  background-repeat: no-repeat;
  -webkit-animation: zoom-fade 4s infinite linear;
  animation: zoom-fade 4s infinite linear;
}

.page-title .pattern-layer .pattern-2{
  position: absolute;
  top: 45px;
  right: 160px;
  width: 180px;
  height: 180px;
  background-repeat: no-repeat;
  -webkit-animation: zoom-fade 4s infinite linear;
  animation: zoom-fade 4s infinite linear;
}

.page-title .pattern-layer .pattern-3 {
  position: absolute;
  left: 70px;
  bottom: 80px;
  width: 113px;
  height: 108px;
  background-repeat: no-repeat;
}

.page-title .pattern-layer .pattern-4 {
  position: absolute;
  right: 70px;
  top: 165px;
  width: 115px;
  height: 115px;
  background-repeat: no-repeat;
}


/** modern shared page shell **/

.page-shell-modern{
  position: relative;
  overflow: hidden;
  padding: 118px 0 52px;
  background:
    radial-gradient(circle at top left, rgba(107, 164, 255, 0.12), transparent 32%),
    linear-gradient(135deg, #091522 0%, #0e2235 46%, #163d30 100%);
}

.page-shell-modern__bg{
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  opacity: 0.16;
  transform: scale(1.04);
}

.page-shell-modern__overlay{
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(5, 13, 22, 0.52) 0%, rgba(5, 13, 22, 0.82) 100%);
}

.page-shell-modern__mesh{
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px);
  background-size: 44px 44px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.9), transparent 92%);
  opacity: 0.24;
}

.page-shell-modern .auto-container{
  position: relative;
  z-index: 2;
}

.page-shell-modern__inner{
  max-width: 780px;
}

.page-shell-modern__breadcrumbs{
  display: inline-flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  margin-bottom: 22px;
  padding: 10px 14px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.06);
  color: rgba(255, 255, 255, 0.72);
  font-size: 14px;
  line-height: 22px;
}

.page-shell-modern__breadcrumbs a{
  color: #ffffff;
}

.page-shell-modern__breadcrumbs a:hover{
  color: #9fe37f;
}

.page-shell-modern__breadcrumbs strong{
  color: #9fe37f;
  font-weight: 600;
}

.page-shell-modern__eyebrow{
  display: inline-block;
  margin-bottom: 12px;
  padding-left: 16px;
  position: relative;
  color: #c9f8b3;
  font-size: 13px;
  line-height: 22px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.page-shell-modern__eyebrow:before{
  position: absolute;
  content: '';
  left: 0;
  top: 8px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #9fe37f;
  box-shadow: 0 0 0 6px rgba(159, 227, 127, 0.14);
}

.page-shell-modern h1{
  margin-bottom: 16px;
  color: #ffffff;
  font-size: 56px;
  line-height: 1.05em;
  font-weight: 700;
  letter-spacing: -1px;
}

.page-shell-modern p{
  max-width: 700px;
  color: rgba(255, 255, 255, 0.84);
  font-size: 18px;
  line-height: 31px;
}


/** modern service hero **/

.service-hero-modern,
.process-hero-modern{
  position: relative;
  padding: 122px 0 48px;
  overflow: hidden;
  background: #09111f;
}

.service-hero-modern__bg,
.process-hero-modern__bg{
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  transform: scale(1.06);
  opacity: 0.18;
}

.service-hero-modern__overlay,
.process-hero-modern__overlay{
  position: absolute;
  inset: 0;
  background:
    linear-gradient(135deg, rgba(6, 13, 24, 0.92) 0%, rgba(10, 21, 39, 0.82) 55%, rgba(18, 63, 43, 0.76) 100%);
}

.service-hero-modern__glow,
.process-hero-modern__glow{
  position: absolute;
  border-radius: 50%;
  filter: blur(10px);
}

.service-hero-modern__glow--one,
.process-hero-modern__glow--one{
  top: 70px;
  right: 10%;
  width: 220px;
  height: 220px;
  background: rgba(58, 158, 30, 0.18);
}

.service-hero-modern__glow--two,
.process-hero-modern__glow--two{
  left: -40px;
  bottom: 10px;
  width: 180px;
  height: 180px;
  background: rgba(255, 255, 255, 0.08);
}

.service-hero-modern .auto-container,
.process-hero-modern .auto-container{
  position: relative;
  z-index: 2;
}

.service-hero-modern__card,
.process-hero-modern__card{
  max-width: 820px;
  padding: 34px 38px 36px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 28px;
  background: rgba(9, 17, 31, 0.62);
  backdrop-filter: blur(12px);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.22);
}

.service-hero-modern__breadcrumbs,
.process-hero-modern__breadcrumbs{
  display: inline-flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  padding: 10px 16px;
  margin-bottom: 24px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  font-size: 14px;
  line-height: 22px;
  color: rgba(255, 255, 255, 0.72);
}

.service-hero-modern__breadcrumbs a,
.process-hero-modern__breadcrumbs a{
  color: #ffffff;
}

.service-hero-modern__breadcrumbs a:hover,
.process-hero-modern__breadcrumbs a:hover{
  color: var(--theme-color);
}

.service-hero-modern__breadcrumbs strong,
.process-hero-modern__breadcrumbs strong{
  color: #9fe37f;
  font-weight: 600;
}

.service-hero-modern__eyebrow,
.process-hero-modern__eyebrow{
  display: inline-block;
  margin-bottom: 14px;
  font-size: 13px;
  line-height: 22px;
  font-weight: 700;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  color: #9fe37f;
}

.service-hero-modern h1,
.process-hero-modern h1{
  display: block;
  margin-bottom: 16px;
  color: #ffffff;
  font-size: 58px;
  line-height: 1.06em;
  font-weight: 700;
}

.service-hero-modern p,
.process-hero-modern p{
  max-width: 680px;
  color: rgba(255, 255, 255, 0.84);
  font-size: 18px;
  line-height: 32px;
}

@media only screen and (max-width: 991px){
  .page-shell-modern{
    padding: 104px 0 44px;
  }

  .page-shell-modern h1{
    font-size: 44px;
  }

  .service-hero-modern,
  .process-hero-modern{
    padding: 108px 0 42px;
  }

  .service-hero-modern__card,
  .process-hero-modern__card{
    padding: 28px 28px 30px;
  }

  .service-hero-modern h1,
  .process-hero-modern h1{
    font-size: 46px;
  }
}

@media only screen and (max-width: 767px){
  .page-shell-modern{
    padding: 92px 0 36px;
  }

  .page-shell-modern__breadcrumbs{
    gap: 7px;
    margin-bottom: 18px;
    padding: 9px 12px;
    font-size: 13px;
  }

  .page-shell-modern h1{
    font-size: 34px;
  }

  .page-shell-modern p{
    font-size: 16px;
    line-height: 28px;
  }

  .service-hero-modern,
  .process-hero-modern{
    padding: 94px 0 34px;
  }

  .service-hero-modern__card,
  .process-hero-modern__card{
    padding: 24px 20px 24px;
    border-radius: 22px;
  }

  .service-hero-modern__breadcrumbs,
  .process-hero-modern__breadcrumbs{
    gap: 7px;
    margin-bottom: 18px;
    padding: 9px 14px;
    font-size: 13px;
  }

  .service-hero-modern h1,
  .process-hero-modern h1{
    font-size: 34px;
  }

  .service-hero-modern p,
  .process-hero-modern p{
    font-size: 16px;
    line-height: 28px;
  }
}
































