.suite-section-padding
{
  padding: 100px 0;
}
.suite-section-heading h2
{
font-size: 16px;
text-align: center;
text-transform: uppercase;
letter-spacing: 3.2px;
}
.suite-section-heading h3
{
  text-align: center;
font-size: 42px;
font-weight: 700;
line-height: 56px;
margin: 16px 0 0 0;
}
.suite-section-heading h4 {
  text-align: center;
  font-size: 24px;
  font-weight: 400;
  line-height: 36px;
  margin: 32px 0 0 0;
}
.suite-section-heading h5 {
  color: rgba(0, 0, 0, 0.60);
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  margin: 24px 0 0 0;
  max-width: 908px;
}
.lumen-overv-section
{
  background: #0F4A3B;
}
.lumen-overv-section .slider
{
  margin: 80px 0 0 0;
}
.slick-track
{
  justify-content: center;
}
.lumen-overv-section .slider h5
{
  font-size: 18px;
  line-height: 27px;
  font-weight: normal;
}
.lumen-overv-section .slider p
{
  font-size: 14px !important;
  line-height: 21px !important;
  margin: 20px 0 40px 0;
}
.lumen-overv-section .slider .slick-dots .slick-active button {
  width: 16px !important;
  height: 16px !important;
  background-color: #fff;
  border: 1px solid #fff !important;
  box-sizing: border-box;
}
.lumen-overv-section .slider .slick-dots button
{
  border: 2px solid #fff !important;
}

.lumen-overv-section .slider .suite-box {
  padding: 48px 24px 32px 32px ;
  width: 332px !important;
}
.lumen-overv-section .slider .suite-box .lm-btn
{
  border-radius: 4px;
  border: 1px solid #0F4A3B;
  padding: 8px 30px;
  transition: 0.5s;
  color: #0F4A3B;
}
.lumen-overv-section .slider .suite-box .lm-btn:hover
{
background: #0F4A3B;
color: #fff;
}

/* Bolt suite Features section */
.lumen-advantages
{
  background: #000;
}
.lumen-advantages .suite-section-heading h2 {
  color: #fff;
}
.lumen-advantages .suite-section-heading h3 {
  color: #fff;
}
.lumen-advantages .features-container {
  display: flex;
  flex-wrap: wrap;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  margin-top: 72px;
  justify-content: center;
  }
  .lumen-advantages .features-container .advantages-box
  {
    border-radius: 8px;
border: 1px solid rgba(255, 255, 255, 0.40);
    display: flex;
width: 332px;
padding: 28px 28px 40px 28px;
flex-direction: column;
align-items: flex-start;
gap: 16px;
  }
  .lumen-advantages .features-container .heading-wrap {
    display: flex;
    align-items: center;
}
  .lumen-advantages .features-container .heading-wrap .h4 {
    background: transparent linear-gradient(265deg, #06BF30 66.06%, #0F4A3B 107.79%) 0% 0% no-repeat padding-box;
    background: transparent linear-gradient(265deg, #06BF30 66.06%, #0F4A3B 107.79%) 0% 0% no-repeat padding-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 0;
}

  .lumen-advantages .features-container .feat-disc {
    font-size: 14px;
    color: #B3B3B3;
    line-height: 24px;
}

/* services section */
.boltsuite-rs .services-box-details .resources-box .lm-link{color: #FA7B32;}
.boltsuite-rs .services-box-details .resources-box .lm-link:hover{color: #000;}
.services-box-details
{
  margin: 60px 0 0 0;
}
.services-box-details
{
  gap: 24px;
}
.services-box-details .resources-box
{
  border-radius: 8px;
  background: #FAFAFA;
  width: 331px;
  display: flex;
}
.services-box-details .resources-box .text-ca
{
  color: var(--black-60, rgba(0, 0, 0, 0.60));
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 21px; /* 150% */
}
.services-box-details .resources-box .lm-link
{
color: #544FF8;
text-decoration: none;
transition: 0.5s;
}


/* banner css */
.py-100{padding: 120px 0}
.fs-18{font-size: 18px;line-height: 28px;font-weight: 400;}
.fs-22{font-size: 22px;line-height: 32px;font-weight: 400;}

.suite-box{padding:50px 30px;display: flex !important;word-wrap: break-word;flex-wrap:wrap;align-items: start;position: relative;overflow: hidden}
.suite-box .suite-logo img{margin-bottom: 20px}
.suite-box .suite-logo{align-items: flex-start}
.slider {position: relative;z-index: 1}
.suite-box p{color: #666666}
.slick-slide {margin-right: 20px;margin-left: 20px;height: inherit !important}
.slick-track{display: flex !important}
.lumen-suite-box .suite-box:before {content: '';background:url(../images/solutions-img/lumensuite-hover.svg);top: 0;left: 0;width: 100%;height: 500px;position: absolute;transform: translate(100%, -100%);transition: all 1s}

.lumen-suite-box .suite-box:hover:before {transform: translate(-100%, 100%)}

/* banner section */
.hero-treatment {
  width: 100%;
  height: calc(98vh - 130px);
  position: relative;
  overflow: hidden
}
.hero-treatment .hero-image 
{
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1
}
.hero-treatment .parallax {
  position: fixed;
  left: 0;
  width: 100%;
  height: calc(98vh - 130px);
}

.hero-treatment .parallax.hide
{
  display: none;
}
/* .hero-treatment .banner-text
{
  width: 630px;
} */
.lumen-banner .banner-icon{
  margin-top: 0px;
  /* position: relative; */
  /* width: 513.1px; */
  height: 100%;
}
/* .banner-icon img{
  top: -100px;
    position: absolute;
    height: 100%;
} */
.lumen-overv-section .top-icon{
  position: absolute;
  top: -708px;
  left: -330px;
}
.bottom-icon{
  margin-left: 35px;
  position: absolute;
  bottom: 0;
  right: 0
}
.arrow-btn{
  display: inline-flex
}
.lumen-banner .big-grey img{
  position: absolute;
  z-index: -1;
  left: -286px;
    top: -100px;
}
.lumen-banner .banner-cta
{
  min-height: 40px;
  min-width: 132px;
  padding: 8px 30px;
  border-radius: 4px;
  background: #0F4A3B;
  color: #FFF;
  font-size: 20px;
  font-weight: 600;
  display: inline-grid;
  text-decoration: none;
  transition: .5s;
  margin-top: 30px;
  justify-content: center;
  align-content: center;
}
.lumen-banner .banner-cta:hover
{
  background: #146b54;
  color: #fff;
}
.lumen-banner-content
{
  gap: 64px;
}
/* Start: Bolt hero banner animation */
.animate-logo-box {
  display: flex;
  height: 100%;
  width: 100%;
  position: relative;
  flex-direction: column;
  justify-content: center;
  position: absolute;
}
.animate-logo {
  display: flex;
  max-width: 100%;
  height: auto;
  align-self: center;
  transform: scale(100);
  transform-style: flat;
  transform-origin: 10% 50%;
  -webkit-transform: scale(1000);
  -webkit-transform-style: flat;
  -webkit-transform-origin: 10% 50%;
  position: relative;
  z-index: 2;
}
.animate-hero .animate-logo {
  animation: animate-logo-box 1.2s ease-out 0.6s forwards,
  hide-logo-box 0.5s ease-out 2.6s forwards;

  -webkit-animation: animate-logo-box 1.2s ease-out 0.6s forwards,
  hide-logo-box 0.5s ease-out 2.6s forwards;

  animation-name: animate-logo-box, hide-logo-box;
  animation-duration: 1.2s, 0.5s;
  animation-delay: 0.6s, 2.6s;
  animation-timing-function: ease-out, ease-out;
  animation-fill-mode: forwards, forwards;

  -webkit-animation-name: animate-logo-box, hide-logo-box;
  -webkit-animation-duration: 1.2s, 0.5s;
  -webkit-animation-delay: 0.6s, 2.6s;
  -webkit-animation-timing-function: ease-out, ease-out;
  -webkit-animation-fill-mode: forwards, forwards;
}
.circular-container {
  background-color: #000;
  border-radius: 45px;
  -webkit-border-radius: 45px;
  clip-path: content-box;
  transform-origin: center;
  -webkit-transform-origin: center;
  width: 5px;
  height: 5px;
  display: flex;
  align-self: center;
  margin-left: -250px;
  margin-top: -25px;
  z-index: 1;
  opacity: 0;
  position: absolute;
}
.animate-hero .circular-container {
  animation: animate-circular-view 1.5s ease-out 1.8s forwards,
  hide-circular-view 1.0s ease-out 2.0s forwards;

  -webkit-animation: animate-circular-view 2.5s ease-out 2.8s forwards,
  hide-circular-view 1.0s ease-out 2.0s forwards;

  animation-name: animate-circular-view, hide-circular-view;
  animation-duration: 1.5s, 1.5s;
  animation-delay: 1.8s, 2.0s;
  animation-timing-function: ease-out, ease-out;
  animation-fill-mode: forwards, forwards;

  -webkit-animation-name: animate-circular-view, hide-circular-view;
  -webkit-animation-duration: 1.5s, 1.5s;
  -webkit-animation-delay: 1.8s, 2.0s;
  -webkit-animation-timing-function: ease-out, ease-out;
  -webkit-animation-fill-mode: forwards, forwards;
}
.banner-icon {
  transform: translateY(-1050px);
  -webkit-transform: translateY(-1050px);
  z-index: 1;
  position: relative;
}
.animate-hero .banner-icon {
  animation: animate-banner-view 1.5s ease-out 2.0s forwards;
  -webkit-animation: animate-banner-view 1.5s ease-out 2.0s forwards;

  animation-name: animate-banner-view;
  animation-duration: 1.5s;
  animation-delay: 2.0s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;

  -webkit-animation-name: animate-banner-view;
  -webkit-animation-duration: 1.5s;
  -webkit-animation-delay: 2.0s;
  -webkit-animation-timing-function: ease-out;
  -webkit-animation-fill-mode: forwards;
}
.banner-box {
  z-index: -1;
  position: relative;
}
.banner-text {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  width: 630px;
    position: relative;
    z-index: 3;
}
.suite-banner-box {
  background-color: #fff;
  z-index: -1;
  position: relative;
}
.animate-hero .suite-banner-box {
  animation: remove-white-back 1.5s ease-out 2.8s 1 forwards; 
  -webkit-animation: remove-white-back 1.5s ease-out 2.8s forwards; 

  animation-name: remove-white-back;
  animation-duration: 1.5s;
  animation-delay: 2.8s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;

  -webkit-animation-name: remove-white-back;
  -webkit-animation-duration: 1.5s;
  -webkit-animation-delay: 2.8s;
  -webkit-animation-timing-function: ease-out;
  -webkit-animation-fill-mode: forwards;
}
.hero-treatment .suite-logo {
  opacity: 0;
  position: relative; 
}
.animate-hero .suite-logo { 
  animation: show-suite-logo 0.5s ease-out 2.0s 1 forwards;
  -webkit-animation: show-suite-logo 0.5s ease-out 2.0s forwards; 

  animation-name: show-suite-logo;
  animation-duration: 0.5s;
  animation-delay: 2.0s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;

  -webkit-animation-name: show-suite-logo;
  -webkit-animation-duration: 0.5s;
  -webkit-animation-delay: 2.0s;
  -webkit-animation-timing-function: ease-out;
  -webkit-animation-fill-mode: forwards;
}
.suite-desc {
  transform: translateY(650px);
  -webkit-transform: translateY(650px);
}
.animate-hero .suite-desc {
  animation: animate-banner-desc 1.5s ease-out 2.0s 1 forwards; 
  -webkit-animation: animate-banner-desc 1.5s ease-out 2.0s forwards; 

  animation-name: animate-banner-desc;
  animation-duration: 1.5s;
  animation-delay: 2.0s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;

  -webkit-animation-name: animate-banner-desc;
  -webkit-animation-duration: 1.5s;
  -webkit-animation-delay: 2.0s;
  -webkit-animation-timing-function: ease-out;
  -webkit-animation-fill-mode: forwards;
}
.restore-animate-hero .animate-logo-box {
  display: none;
}		
.restore-animate-hero .suite-banner-box {
  background-color: transparent;
}
.restore-animate-hero .banner-icon {
  transform: translateY(0);
  -webkit-transform: translateY(0);
}
.restore-animate-hero .suite-logo {
  opacity: 1;
}
.restore-animate-hero .suite-desc {
  transform: translateY(0);
  -webkit-transform: translateY(0);
}

@keyframes animate-logo-box {
  0% {
    transform: scale(100);
  }
  100% {
    transform: scale(1);
  }
}
@-webkit-keyframes animate-logo-box {
  0% {
    -webkit-transform: scale(1000);
  }
  100% {
    -webkit-transform: scale(1);
  }
}

@keyframes hide-logo-box {
  0% {
    opacity: 1;  
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes hide-logo-box {
  0% {
    opacity: 1;  
  }
  100% {
    opacity: 0;
  }
}

@keyframes animate-circular-view {
  0% {
    transform: scale(0);
    opacity: 1;
  }
  100% {
    transform: scale(1000);
    opacity: 1;
  }
}
@-webkit-keyframes animate-circular-view {
  0% {
    -webkit-transform: scale(0,0);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1000,1000);
    opacity: 1;
  }
}

@keyframes hide-circular-view {
  0% {
    transform: translateX(0) translateY(0) scale(1000,1000);
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: translateX(-250px) translateY(-450px) scale(0,0);
    transform-origin: bottom center;
  }
}
@-webkit-keyframes hide-circular-view {
  0% {
    -webkit-transform: translateX(0) translateY(0) scale(1000,1000);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-250px) translateY(-450px) scale(0,0);
    -webkit-transform-origin: bottom center;
    opacity: 1;
  }
}

@keyframes show-suite-logo {
  0% {
    opacity: 0;  
  }
  100% {
    opacity: 1;
    z-index: 1;
  }
}
@-webkit-keyframes show-suite-logo {
  0% {
    opacity: 0;  
  }
  100% {
    opacity: 1;
    z-index: 1;
  }
}

@keyframes animate-banner-desc {
  0% {
    transform: translateY(650px);
  }
  100% {
    transform: translateY(0);
  }
}
@-webkit-keyframes animate-banner-desc {
  0% {
    -webkit-transform: translateY(650px);
  }
  100% {
    -webkit-transform: translateY(0);
  }
}

@keyframes animate-banner-view {
  0% {
    transform: translateY(-1050px);
  }
  100% {
    transform: translateY(0);
    z-index: 1;
  }
}
@-webkit-keyframes animate-banner-view {
  0% {
    -webkit-transform: translateY(-1050px);
  }
  100% {
    -webkit-transform: translateY(0);
    z-index: 1;
  }
}

@keyframes remove-white-back {
  0% {
    background-color: #fff;
  }
  100% {
    background-color: transparent;
    z-index: 2;
  }
}
@-webkit-keyframes remove-white-back {
  0% {
    background-color: #fff;
  }
  100% {
    background-color: transparent;
    z-index: 2;
  }
}
/* End: Bolt hero banner animation */

/* Breakpoints */
@media (max-width: 1199.98px) { 
  .services-box-details .resources-box {
    width: 300px;
  }
  .banner-icon img {
    top: 4%;
    height: 80vh;
  }
  .hero-treatment .banner-text .display-5 {
    font-size: 2.8rem;
  }
}

@media (max-width: 991.98px) {
  /* .banner-icon img {
    top: -14px;
    height: 570px;
  } */
  .big-grey img {
    width: 1100px;
    left: -340px;
    top: -210px;
  }
  .top-icon {
    left: -526px;
  }
  .hero-treatment .banner-text {
    width: 300px;
  }
  .banner-icon {
    width: 440.1px;
    height: 543px;
  }
  .hero-treatment .banner-text .display-5 {
    font-size: 2rem;
  }
}

@media (max-width: 767.98px) {
  .suite-section-heading h3 {
    font-size: 30px;
    line-height: 46px;
  }
  .suite-section-heading h4 {
    font-size: 20px;
    line-height: 30px;
  }
  .hero-treatment .banner-text {
    width: auto;
    z-index: 2;
    padding: 0 40px;
    margin-top: -100px;
  }
  .lumen-banner .banner-icon {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
  }
  .hero-treatment .parallax {
    position: relative;
    height: 643px;
  }
  .hero-treatment
  {
    height: 643px;
  }
  .banner-icon img {
    height: 100%;
    opacity: 0.5;
  }
  .lumen-banner .banner-cta {
    padding: 8px 22px;
    font-size: 18px;
  }
}