@-webkit-viewport {
  width: device-width;
}

@-moz-viewport {
  width: device-width;
}

@-ms-viewport {
  width: device-width;
}

@-o-viewport {
  width: device-width;
}

@viewport {
  width: device-width;
}
:root {
  --primary-color: #0a85ff;
  --secondary-color: #ffffff;
  --tertiary-color: #000;
  --quaternary-color: #3D4C5E;
  --quinary-color: #394256;
  --senary-color: #3BD078;
  --tw-gradient-stops: #ddd6fe, #bbf7d0;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: 0.25s ease;
  transition: 0.25s ease;
  overflow-x: hidden;
  position: relative;
  color: var(--tertiary-color);
  background-color: var(--secondary-color);
  font-family:"Host Grotesk", sans-serif !important;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 16px !important;
  letter-spacing: 0.8px;
}


.navbar-toggler {
  border: 0 !important;
  padding: 0 !important;
}

.navbar-toggler:focus {
  box-shadow: none !important;
  outline: none !important;
}

img{
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

a,
input,
textarea {
  outline: 0 !important;
  box-shadow: none;
  text-decoration: none !important;
}

.no-border {
  border: 0 !important;
}

.pd-left-zero {
  padding-left: 0;
}

.no-padding {
  padding: 0 !important;
}

.no-margin-top {
  margin-top: 0 !important;
}

.no-margin {
  margin: 0 !important;
}

.no-margin-left {
  margin-left: 0;
}

.no-margin-right {
  margin-right: 0;
}

.padding-right-zero {
  padding-right: 0;
}

.btn-center {
  text-align: center;
  margin-bottom: 2em;
}

.no-margin-auto {
  margin: unset !important;
}

.border-right-zero {
  border-right: 0 !important;
}

.xs-padding {
  padding: 2em 0;
}

.sm-padding {
  padding: 4em 0;
}

.xs-padding-top {
  padding-top: 2em;
}

.mrg-btm-sec {
  margin-bottom: 2em;
}

.margin-btm-sm {
  margin-bottom: 1.5em;
}

.margin-btm-md {
  margin-bottom: 3em;
}

.margin-top-sm {
  margin-top: 2em;
}

.white-text {
  color: var(--secondary-color) !important;
}

.bg-white {
  background-color: var(--secondary-color);
}

.navbar-light .navbar-toggler-icon {
  background-image: url("../img/icons/mobile-toogle.svg") !important;
}

.navbar-light .navbar-toggler {
  border: 1px solid var(--secondary-color) !important;
  color: var(--secondary-color) !important;
}

.navbar-light .navbar-toggler:focus {
  outline: 0 !important;
  box-shadow: none !important;
}

.logo {
  /* margin-right: 1em; */
  max-width: 12em;
}
.container-fluid{
  padding: 0 4em;
}
.height-auto {
  height: auto !important;
}

.section-title {
  margin-bottom: 4em;
}

.section-title h2 {
  font-size: 2em;
  font-weight: 700;
  color: var(--tertiary-color);
  position: relative;
  margin-bottom: 0.5em;
  text-align: center;
  position: relative;
  z-index: 2;
}

.section-title h2 span {
  color: var(--primary-color);
}

.section-title h3 {
  font-size: 1.3em;
  font-weight: 600;
  color: var(--tertiary-color);
  position: relative;
  margin-bottom: 0.5em;
  text-align: center;
  position: relative;
  z-index: 2;
}



.section-title h4 {
  font-size: 2.5em;
  font-weight: 600;
  color: var(--tertiary-color);
  position: relative;
  margin-bottom: 0.5em;
  text-align: center;
}

.section-title p {
  font-size: 1rem;
  font-weight: 400;
  color: var(--quaternary-color);
  opacity: 0.8;
  line-height: 1.8;
  margin-bottom: 0.5em;
  text-align: center;
}

.section-title p+p+p {
  margin-bottom: 0;
}

.section-title span {
  color: var(--primary-color);
}

.header-nav-center {
  padding: 0.5em 0;
  background-color: transparent;
  /* box-shadow: 0px 4px 4px 0px #00000040; */
  position: absolute;
  /* border-bottom: 1px solid #f7f7f7; */
  top: 0;
  width: 100%;
  z-index: 99;
}

.header-nav-center .navbar .nav-item .nav-link {
  font-size: 0.9em;
  font-weight: 500;
  text-transform: capitalize;
  color: var(--secondary-color);
  opacity: 1;
  letter-spacing: 0.5px;
  padding: 0.5em 1em;
  position: relative;
  transition: transform 0.5s;
  padding-bottom: 0.5em;
}

.header-nav-center .navbar .navbar-nav {
  gap: 0.5em;
  align-items: center;
}

.header-nav-center .navbar .nav-item .nav-link:hover {
  color: var(--primary-color);
  opacity: 1;
}

.open-header-btn {
  color: var(--secondary-color) !important;
  border: none;
  border-radius: 5px;
  opacity: 1 !important;
  z-index: 1;
  position: relative;
  transition: all 0.4s ease 0s;
  background: var(--primary-color);
  padding: 0.8em 2em !important;
  letter-spacing: 0.5px;
  font-size: 1em !important;
  font-weight: 600 !important;
  text-transform: capitalize !important;
  margin-top: -0.5em;
}

.open-header-btn:hover {
  color: var(--secondary-color);
}

.open-header-btn:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 6px;
  left: 6px;
  transform: translate3d(0px, 0px, 0px);
  z-index: -1;
  transition: all 0.35s cubic-bezier(1, -1.88, 0.15, 0.95) 0s;
  border: 2px solid var(--primary-color);
  border-radius: 5px;
}

.open-header-btn:hover:after {
  transform: translate3d(4px, 4px, 0px);
}

.header-dropdown .dropdown-menu {
  border: 0;
  padding: 0 !important;
  border: 1px solid #f4f4f4;
}

.header-dropdown .dropdown-menu .dropdown-item {
  padding: 0.5em 1em !important;
}

.header-dropdown .dropdown-menu:last-child .dropdown-item:hover {
  border-bottom-left-radius: 0.375rem;
  border-bottom-right-radius: 0.37rem;
}

.navbar-brand h4 {
  color: var(--tertiary-color);
  margin-bottom: 0;
  font-size: 1.75rem;
  font-weight: 600;
}

/* Moblie Nav Style  */
.mobile-nav-header{
  display: none;
}

/* home banner  Section  start */
.home-banner-sec{
background: url("../img/banner/bbblurry.svg") no-repeat bottom left ;
width: 100%;
height: 95vh;
background-size: contain;
position: relative;
}
.home-banner-sec::after{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../img/shapes/Grid.png");
  background-size: contain;
  background-repeat: repeat;
  z-index: -1;
  pointer-events: none;
  opacity: .15;
}
.banner-home-wrap{
display: flex;
align-items: center;
}
.banner-text{
  font-size: 5em;
  font-weight: 600;
  line-height: 1.4;
  padding-top: 120px;
  padding-right: 50px;
}
.banner-home-card-wrap{
padding-top: 3em;
}
.banner-home-card-frame{
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 2em;
}
.banner-home-card-frame .banner-home-card{
padding: 2em;
display: flex;
align-items: self-start;
gap: 2em;
}
.banner-home-card-frame .banner-home-card:first-child{
  background: var(--primary-color);
color: var(--secondary-color);

}
.banner-home-card-frame .banner-home-card:last-child{
  background: var(--secondary-color);
color: var(--tertiary-color);
box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.banner-home-card-frame .banner-home-card:first-child .banner-home-card-info h3{
font-size: 1.2em;
font-weight: 600;
color: var(--secondary-color);
margin-bottom: 2em;
line-height: 1.6;
}
.banner-home-card-frame .banner-home-card:first-child .banner-home-card-info p{
font-size: 0.9em;
font-weight: 400;
color: var(--secondary-color);
margin-bottom: 0;
}
.banner-home-card-frame .banner-home-card:last-child .banner-home-card-info h3{
font-size: 1.2em;
font-weight: 600;
color: var(--tertiary-color);
margin-bottom: 2em;
line-height: 1.6;
}
.banner-home-card-frame .banner-home-card:last-child .banner-home-card-info p{
font-size: 0.9em;
font-weight: 400;
color: var(--tertiary-color);
margin-bottom: 0;
}
.banner-home-card-full p{
font-size: 0.9em;
font-weight: 400;
color: var(--tertiary-color);
margin-bottom: 0;
line-height: 2;
padding-left: 5em;
}
/* home banner  Section end  */

/* measurement start  */
.measurement-card{
padding: 2em;
border-radius: 10px;
border: 1px solid #f4f4f4;
transition: all 2s ease;
display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
}
.measurement-top-info{
display: flex;
justify-content: space-between;
align-items: start;
gap: 2em;
}
.measurement-top-info h3{
font-size:1.4em;
font-weight: 600;
color: var(--tertiary-color);
margin-bottom: 0;
line-height: 1.6;
flex: 1;
}
.blog-content-area h3{
font-size:1.4em;
font-weight: 600;
color: var(--tertiary-color);
margin-bottom: 1em;
line-height: 1.6;
}
.blog-content-area p{
  font-size: 0.9em;
  font-weight: 400;
  color: var(--quaternary-color);
  line-height: 1.8;
  margin-bottom: 0;
}
.blog-auhtor-boxarea{
display: flex;
flex-direction: column;
justify-content: space-between;
}
.blog-content-area-img{
margin-top: 2em;
}
figure{
margin: 0!important;
}
.measurement-top-icon{
width: 4em;
height: 4em;
border:1px solid #edebeb;
display: flex;
align-items: center;
justify-content: center;
border-radius: 50%;
background-color: var(--primary-color);
}
.measurement-flow-info{
margin-top: 1em;
}
.measurement-flow-info p{
font-size: 1em;
font-weight: 400;
color: var(--quaternary-color);
line-height: 1.8;
margin-bottom: 0;
}
.measurement-bottom{
padding-top: 2em;
}
.measurement-avater{
border-radius: 10px;
overflow: hidden;
}
.measurement-avater img{
width: 100%;
height: auto;
object-fit: cover;
transition: all 2s ease;
}
.measurement-card:hover .measurement-avater img{
  transform: scale(1.2);
}
/* measurement end */



/* my style  */

.about1-section-area {
  position: relative;
  z-index: 1;
}
.about1-section-area .about-images {
  position: relative;
}
.about1-section-area .about-images img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.about1-section-area .about-images .star1 {
  height: 78px;
  width: 78px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.keyframe5 {
  position: relative;
  animation-name: animation-7;
  animation-duration: 90s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-timing-function: cubic-bezier(0.59, 0.59, 1, 1);
}
@keyframes animation-7 {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(-1000deg);
  }
}

.about1-section-area .about-auhtor-images {
  position: relative;
  z-index: 1;
  top: 160px;
}
.about1-section-area .about-auhtor-images .elements5 {
  width: 205px;
  height: 141px;
  -o-object-fit: contain;
  object-fit: contain;
  border-radius: 4px;
  position: absolute;
  top: -100px;
  right: -50px;
  z-index: -1;
}
.about1-section-area .about-content-area {
  position: relative;
  padding: 0 50px;
}
.about-content-area h2{
font-size: 2em;
font-weight: 700;
line-height: 1.3;
color: var(--tertiary-color);
margin-bottom: 1em;
}
.about-content-area h5{
font-size: 1.2em;
font-weight: 700;
line-height: 1.3;
color: var(--tertiary-color);
margin-bottom: 1em;
}
.about-content-area p{
font-size: 1em;
font-weight: 400;
line-height: 1.8;
color: var(--quaternary-color);
margin-bottom: 0;
}
.about-content-area ul li{
font-size: 1em;
font-weight: 400;
line-height: 1.8;
color: var(--quaternary-color);
margin-bottom: 0.5em;
}
.about-content-area ul li:last-child{
  margin-bottom: 0;
}
.about1-section-area .about-content-area .arrow-circle {
  background: #E4E0F9;
  border-radius: 50%;
  display: inline-block;
  padding: 10px;
  position: relative;
  margin-bottom: 32px;
}
.about1-section-area .about-content-area .arrow-circle .arrow {
  position: absolute;
  left: 40%;
  right: 50%;
  top: 40%;
  bottom: 50%;
  width: 40px;
}
.our-service {
  padding: 3em;
  background: var(--primary-color) url("../img/inn/service-bg-circle.svg");
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: auto;
}
.bg-section {
  width: 100%;
  /* max-width: 1800px; */
  margin: 0 auto;
  border-radius: 30px;
}
.service-content {
  position: -webkit-sticky !important;
  position: sticky !important;
  top: 100px;
  margin-right: 30px;
}
.service-item-list {
  border-bottom: 1px solid var(--dark-divider-color);
  margin-bottom: 40px;
  padding-bottom: 40px;
  display: flex;
  flex-wrap: wrap;
  gap: 60px 30px;
}
.service-item {
  width: calc(50% - 15px);
}
.service-item .icon-box {
  margin-bottom: 30px;
  transition: all 0.4s ease-in-out;
}
.service-item .icon-box img {
  max-width: 60px;
}
.services-avater{
  margin-top: 1.5em;
}

.services-avater img{
  border-radius: 10px;
}
.company-growth {
  background: #f9f9f9;
  padding: 100px 0;
}
.company-growth-image figure {
  display: block;
  border-radius: 20px;
  overflow: hidden;
}
.company-growth-image img {
  width: 100%;
  aspect-ratio: 1 / 0.77;
  object-fit: cover;
  border-radius: 20px;
}

.reveal img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transform-origin: left;
  transform-origin: left;
}
.company-growth-box {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  margin-top: 80px;
}
.company-growth-box  .company-growth-item:nth-child(odd) p,.company-growth-box  .company-growth-item:nth-child(odd) h3{
  
  color: var(--secondary-color);
}
.company-growth-box  .company-growth-item:nth-child(odd){
  background-color: var(--primary-color);
}
.company-growth-box  .company-growth-item:nth-child(even){
  background-color: var(--secondary-color);
}
.company-growth-item h3{
  font-size: 1.4em;
  font-weight: 600;
  line-height: 1.2;
  color: var(--tertiary-color);
  margin-bottom: 0.5em;
  text-transform: capitalize;
}
.company-growth-item p{
  font-size: 1em;
  font-weight: 400;
  line-height: 1.8;
  color: var(--quaternary-color);
  margin-bottom: 0em;
}
.company-growth-item {
  width: calc(25% - 22.5px);
  padding: 2em;
  border-radius: 10px;

}
.swiper-slide img{
width: 6em;
height: 6em;
object-fit: contain;
}

.scrolling-ticker-box {
  --gap: 66px;
  position: relative;
  display: flex;
  overflow: hidden;
  user-select: none;
  gap: var(--gap);
  padding-top: 4em;
  /* background-color: var(--primary-color); */
  /* border-radius: 30px; */
  /* padding: 20px 10px; */
}
.scrolling-content {
  flex-shrink: 0;
  display: flex;
  gap: var(--gap);
  min-width: 100%;
  animation: scroll 30s linear infinite;
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  
  100% {
    transform: translateX(calc(-100% - var(--gap)));
  }
}
.customer-icons img{
  width: 8em;
  height: auto;
  object-fit: contain;
}
.mobile-nav-header .navbar{
  background-color: var(--tertiary-color);
}

.scrolling-content span {
  display: inline-flex;
      align-items: center;
      text-transform: capitalize;
      font-size: 60px;
      line-height: 1.6;
      font-weight: 600;
      background: linear-gradient(45deg, black, transparent);
      -webkit-background-clip: text;
      -webkit-text-stroke: 2px transparent;
      color: #efefef;
}
.scrolling-content span img {
  max-width: 200px;
  margin-right: 40px;
}
.section-content-title h2{
  font-size: 2em;
  font-weight: 700;
  line-height: 1.2;
  color: var(--secondary-color);
  margin-bottom: 1em;
}
.section-content-title p{
  font-size: 1em;
  font-weight: 400;
  line-height: 1.8;
  color: var(--secondary-color);
  margin-bottom: 0em;
}
.service-item-content h3{
  font-size: 1.4em;
  font-weight: 600;
  line-height: 1.2;
  color: var(--secondary-color);
  margin-bottom: 0.5em;
  text-transform: capitalize;
}
.service-item-content p{
  font-size: 1em;
  font-weight: 400;
  line-height: 1.8;
  color: var(--secondary-color);
  margin-bottom: 0em;
}
.section-company-title h3{
font-size: 0.9em;
font-weight: 500;
color: var(--tertiary-color);
margin-bottom: 0.5em;
}
.section-company-title h2{
  font-size: 2em;
  font-weight: 700;
  line-height: 1.2;
  color: var(--tertiary-color);
  margin-bottom: 1em;
}
.section-company-title p{
  font-size: 1em;
  font-weight: 400;
  line-height: 1.8;
  color: var(--quaternary-color);
  margin-bottom: 1.5em;
}
.section-company-title ul li{
  font-size: 1em;
  font-weight: 400;
  line-height: 1.8;
  color: var(--quaternary-color);
}
.company-growth-content{
margin-left: 2em;
}

.company-growth-item .counter{
font-size: 2em;
font-weight: 600;
color: var(--primary-color);
margin-bottom: 0.5em;
}
.customer-card{
padding: 2em;
border-radius: 10px;
background-color: #f9f9f9;
height: 100%;
width: 100%;
}
.customer-title h3{
  font-size: 1.4em;
  font-weight: 600;
  line-height: 1.2;
  color: var(--tertiary-color);
  margin-bottom: 0em;
  text-transform: capitalize;
}
.customer-info p{
  font-size: 1em;
  font-weight: 400;
  line-height: 1.8;
  color: var(--quaternary-color);
  margin-bottom: 0em;
}
.newsletter-text p{
  font-size: 1em;
  font-weight: 400;
  line-height: 1.8;
  color: #999999;
  margin-bottom: 0em;
}
.input-group-text{
background-color: unset!important;
border: 0!important;
border-radius: 0!important;
}
.form-control{
height: 45px;
border-bottom: 1px solid #999!important;
background-color: unset!important;
border: 0;
border-radius: 0!important;
}
.industries-tabs-content{
  padding: 4em 0;
}
.form-control::placeholder{
color: #999;
}
.form-control:focus,
.form-control:disabled,
.form-control:active{
box-shadow: unset!important;
}
.industries-avater{
  padding: 3em;
  border-radius: 20px;
  background-color:transparent;
}
.industry-img{
  border-radius: 20px;

}
.customer-icons{
padding: 4em 0;
}
.nav-title{
  padding: 10px;
  margin: 0;
  font-size: 0.95em;
  color: var(--primary-color);
}
.header-action{
  padding: 0.7em 2.5em;
  font-size: 0.9em;
  background-color: var(--secondary-color);
color: var(--primary-color);
  font-weight: 400;
  border-radius: 10px;
  text-align: center;
}
.pricing_btn{
  padding: 0.7em 2.5em;
  font-size: 0.9em;
  color: var(--secondary-color);
  background-color: var(--primary-color);
  font-weight: 400;
  border-radius: 10px;
  text-align: center;
}
.primary-btn-head{
padding: 1em 3em;
font-size: 0.9em;
color: var(--primary-color);
background-color: var(--secondary-color);
font-weight: 400;
border-radius: 10px;
text-align: center;
display: inline-block;
}
.btn-default{
padding: 1em 3em;
font-size: 0.9em;
background-color: var(--primary-color);
color: var(--secondary-color);
font-weight: 400;
border-radius: 10px;
text-align: center;
display: inline-block;
}
.space-left_1_5{
margin-left: 1.5em;
}


.banner-wrapped{
  padding: 0 !important;
  position: relative !important;
  overflow: hidden !important;
  background: url("../img/banner/banner-hero.png") no-repeat #f7f7f7;
  background-size:cover;
  background-attachment: fixed;
  background-position: 100% ;
  height: 100vh;
}
.banner-wrapped-container{
  height: 100%;
  padding: 0 !important;
  position: relative !important;
  overflow: hidden !important;
  display: flex  ;
      flex-direction: column;
      justify-content: center;
}
.ps-10 {
  padding-left: 5% !important;
}
.vertical-title-center {
  position: absolute !important;
}
.vertical-title-center .title {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  writing-mode: vertical-lr;
}
.ms-100px {
  margin-left: 100px;
}
.ps-60px {
  padding-left: 60px !important;
}
.left-0px {
  left: 0;
}
.top-0px {
  top: 0;
}

.footer-area {
  background-color: #000!important;
}
.feature-card tr th, .feature-card tr td{
  padding: 15px;
}
.feature-card tr:nth-of-type(even) td{
  background-color: #f9f9f9;
}
.footer-area .footer-area-inner {
  display: grid;
  gap: 40px;
  grid-template-columns: 340px 190px 190px 550px;
  justify-content: space-between;
  overflow: hidden;
}
.section-spacing-top {
  padding-top: 150px;
}
.footer-area .footer-area-inner>*:first-child {
  grid-row: span 2;
  position: relative;
}
.footer-area .footer-area-inner>* {
  min-width: 130px;
}
.footer-area .footer-logo img {
  max-height: 140px;
  object-fit: contain;
  width: 100%;
}
.footer-area .footer-widget-wrapper .title {
  color: #fff;
  font-size: 1.4em;
  line-height: .73;
  margin-bottom: 0;
}
.footer-area .footer-nav-list {
  margin-top: 27px;
}
.footer-area .footer-nav-list li  a{
  font-size: 0.9em;
  line-height: 30px;
  color: #999999;
}
.footer-area .newsletter-text {
  margin-top: 29px;
}
.subscribe-form {
  margin-top: 38px;
}
.subscribe-form .input-field {
  background-color: #202020;
  border-radius: 20px;
  display: flex;
  gap: 10px;
  align-items: center;
  padding: 25px 25px;
}
.copyright-area {
  border-top: 1px solid #202020;
}
.copyright-area-inner {
  padding: 32px 0;
  position: relative;
}
.copyright-area-inner .shape-1 {
  position: absolute;
  bottom: 0;
  inset-inline-end: calc(100% - 300px);
}
.copyright-area .copyright-text .text {
  text-align: center;
  font-weight: 500;
  color:#999999;
}

.blog4-section-area .blog4-header {
  margin-bottom: 60px;
}
.blog4-section-area .blog-auhtor-boxarea {
  position: relative;
  z-index: 1;
  border-radius: 8px;
  background: #efefef;
  padding: 2em;
  margin-bottom: 30px;
  height: 100%;
}
.space16 {
  height: 16px;
}
.blog4-section-area .blog-auhtor-boxarea .img1 {
  transition: all 0.4s;
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 8px;
}
.banner-content-area h1{
font-size: 3.5em;
font-weight: 700;
line-height: 1.2;
margin-bottom: 1em;
color: var(--secondary-color);
text-align: center;
}
.image-anime img{
width: 100%;
height: auto;
object-fit: cover;
}
.banner-content-area{
  text-align: center;
}
.banner-content-area p{
  font-size: 1em;
  font-weight: 400;
  line-height: 1.8;
  color: var(--secondary-color);
  margin-bottom: 0em;
  text-align: center;
}
.social-links{
display: flex;
align-items: center;
gap: 1em;
margin-top: 2em;
}

.static-banner{


}
.static-wrapped{
border-radius: 10px;
background-color: var(--primary-color);
padding: 2em;
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
gap: 1em;
min-height: 299px;

}
.static-wrapped h2{
  font-size: 2em;
  font-weight: 700;
  color: var(--secondary-color);
  position: relative;
  margin-bottom: 0em;
  text-align: center;
  position: relative;
  z-index: 2;
  }
  .static-wrapped h4{
    font-size: 1.4em;
    font-weight: 700;
    color: var(--secondary-color);
    position: relative;
    margin-bottom: 0em;
    text-align: center;
    position: relative;
    z-index: 2;
    }
    .static-wrapped p{
      font-size: 1em;
      font-weight: 400;
      margin-bottom: 0em;
      color:var(--secondary-color);
      line-height: 1.6;
      opacity: 0.8;
      text-align: center;
      }
  .static-content h3{
font-size: 1.4em;
font-weight: 700;
margin-bottom: 0.5em;
color: var(--tertiary-color);
line-height: 1.4;
text-decoration: underline;

  }
  .static-content h5{
font-size: 1.2em;
font-weight: 700;
padding: 1em 0;
color: var(--tertiary-color);
line-height: 1.4;

  }
  .static-content p{
    font-size: 1em;
    font-weight: 400;
    margin-bottom: 0em;
    color:var(--quaternary-color);
    line-height: 1.6;
    opacity: 0.8;
      }
  .static-content ul li{
    font-size: 1em;
    font-weight: 400;
    margin-bottom: 0.5em;
    color:var(--quaternary-color);
    line-height: 1.6;
    opacity: 0.8;
      }

  .static-content ul li:last-child{
    margin-bottom: 0;
  }
.static-content{
padding: 4em 0;

}
.contact-frame{
padding:  4em 0;
}
.contact-details-frame{


}
.contact-details-form{
  padding: 2em;
}
.scroll-style{
      background-color: var(--primary-color); 
     border-radius: 30px; 
     padding: 20px 10px;

}
.contact-details-form .form-label{
  font-size: 0.8em;
  font-weight: 500;
  color: var(--quaternary-color);
}
.contact-titles{
  margin-bottom: 1.5em;
}
.contact-titles h3{
  font-size: 1.8em;
  font-weight: 700;
  color: var(--tertiary-color);
  position: relative;
  margin-bottom: 0.5em;
  /* text-align: center; */
  position: relative;
  z-index: 2;
}
.contact-titles p{
  font-size: 1em;
  font-weight: 400;
  line-height: 1.8;
  color: #999999;
  margin-bottom: 0em;
}
.contact-list li{
  display: grid;
  grid-template-columns: 50px auto;
  align-items: center;
  /* gap: 1em; */
  margin-bottom: 1.5em;
}
.contact-list-info h4{
  font-size: 0.95em;
  font-weight: 600;
  color: var(--tertiary-color);
  margin-bottom: 0.3em;
}
.contact-list-info p{
  font-size: 0.85em;
  font-weight: 400;
  color: #999999;
  margin-bottom: 0em;
}


.accordion-item {
  border-bottom: 0px solid #EDEDED !important;
  border: 0;
  border-radius: 0 !important;
  background-color: transparent !important;
}
.accordion-item h2 {
  margin-bottom: 0;
}
.accordion-item .accordion-button {
  background-color: transparent !important;
  font-size: 0.6em;
  font-weight: 600;
  color: var(--black-color);
  padding: 1em 0;
}
.accordion-item .accordion-button span {
  color: var(--gray-color);
  margin-right: 1em;
}
.accordion-item .accordion-button:not(.collapsed) {
  box-shadow: unset !important;
}
.accordion-item .accordion-button::after {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" fill="none" viewBox="0 0 24 24" ><path fill="%23000" d="m16 14.586-9-9L5.586 7l9 9H7v2h11V7h-2z"></path></svg>');
  background-size: 100%;
  width: 2rem;
  height: 2rem;
}
.accordion-item .accordion-button:focus, .accordion-item .accordion-button:active, .accordion-item .accordion-button:focus-within {
  border: 0;
  box-shadow: unset;
}
.accordion-item .accordion-body {
  font-size: 1em;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 1.6;
  color: var(--quaternary-color);
  line-height: 1.8;
  text-align: left;
  background-color: #f9f9f9;
  padding: 1.5em;
  border-radius: 10px;
}
.static-banner{
  margin-top: 4em;
}
.logo-brand-wrap{
  background-color: var(--primary-color);
  border-radius: 10px;
  padding: 30px;
}




.pricing__wrapped .pricing__card {
  padding: 2em;
  border: 1px solid #575757;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  gap: 1em;
  justify-content: space-between;
  gap: 1.5em;
  height: 100%;
}
@media (max-width: 767.98px) {
  .pricing__wrapped .pricing__card {
    height: auto;
    padding: 1em;
    text-align: center;
  }
}
@media (max-width: 991.98px) {
  .pricing__wrapped .pricing__card {
    height: auto;
    margin-bottom: 1.5em;
  }
}
.pricing__wrapped .pricing__card .pricing__card__amount h4 {
  font-size: 3em;
  font-weight: 800;
  color: #171717;
}
.pricing__wrapped .pricing__card .pricing__card__amount h4 span {
  font-size: 16px !important;
  font-weight: 500;
}
.pricing__wrapped .pricing__card .pricing__card__info h3 {
  font-size: 1.1em;
  margin-bottom: 0.4em;
  font-weight: 600;
  color: #171717;
  line-height: 1.2;
  text-align: left;
}
.pricing__wrapped .pricing__card .pricing__card__info p {
  font-size: 0.9em;
  margin-bottom: 0;
  font-weight: 300;
  color: #747474;
  line-height: 1.7;
  text-align: left;
}
.pricing__wrapped .pricing__card .pricing__card__icons .pricing__icons__avater {
  width: 5em;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.pricing__wrapped .pricing__card .pricing__card__list ul {
  display: flex;
  flex-direction: column;
  gap: 1em;
  gap: 1em;
}
.pricing__wrapped .pricing__card .pricing__card__list ul li {
  display: grid;
  grid-template-columns: 45px auto;
  align-items: center;
}
.pricing__wrapped .pricing__card .pricing__card__list ul li p {
  font-size: 0.9em;
  margin-bottom: 0;
  font-weight: 300;
  color: #747474;
  line-height: 1.7;
  text-align: left;
}
.pricing__wrapped .pricing__card .pricing__card__notifi p {
  font-size: 0.8em;
  font-weight: 500;
  margin-bottom: 0;
  line-height: 1.5;
  color: #747474;
}
.pricing__wrapped .pricing__card .pricing__card__action {
  display: flex;
}
.pricing__wrapped .pricing__card .pricing__card__action a {
  width: 100%;
}

.cta-card__wrapped .cta__card {
  padding: 2em;
  border: 1px solid rgba(78, 78, 78, 0.0784313725);
  border-radius: 12px;
}
@media (max-width: 767.98px) {
  .cta-card__wrapped .cta__card {
    padding: 1em;
    text-align: center;
  }
}
.cta-card__wrapped .cta__card .cta__card__info h2 {
  color: #171717;
  font-size: 1.6em;
  font-weight: 700;
  margin-bottom: 0.4em;
  line-height: 1.4;
  text-align: left;
}
@media (max-width: 767.98px) {
  .cta-card__wrapped .cta__card .cta__card__info h2 {
    text-align: center;
    color: #171717;
    font-size: 1.3em;
    font-weight: 700;
    margin-bottom: 0.4em;
    line-height: 1.4;
    text-align: left;
    text-align: center;
  }
}
@media (max-width: 991.98px) {
  .cta-card__wrapped .cta__card .cta__card__info h2 {
    text-align: center;
  }
}
.cta-card__wrapped .cta__card .cta__card__info p {
  font-size: 0.9em;
  margin-bottom: 0;
  font-weight: 300;
  color: #747474;
  line-height: 1.7;
  text-align: left;
}
@media (max-width: 767.98px) {
  .cta-card__wrapped .cta__card .cta__card__info p {
    text-align: center;
    text-align: center;
  }
}
@media (max-width: 991.98px) {
  .cta-card__wrapped .cta__card .cta__card__info p {
    text-align: center;
  }
}
.cta-card__wrapped .cta__card .cta__card__info .cta__card__info__action {
  margin-top: 1em;
}
@media (max-width: 991.98px) {
  .cta-card__wrapped .cta__card .cta__card__info .cta__card__info__action {
    justify-content: center !important;
  }
}
.cta-card__wrapped .cta__card .cta__card__avater {
  text-align: right;
}
@media (max-width: 767.98px) {
  .cta-card__wrapped .cta__card .cta__card__avater {
    text-align: center;
    margin-bottom: 1.5em;
    text-align: center;
  }
}
@media (max-width: 991.98px) {
  .cta-card__wrapped .cta__card .cta__card__avater {
    text-align: center;
    margin-bottom: 1.5em;
  }
}
.cta-card__wrapped .cta__card .cta__card__avater .cta__card__img {
  width: 22em;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.certified-card{
  margin-top: 3em;
  display: grid;
  grid-template-columns: 120px auto;
  align-items: center;
}
.certified-avater img{
  width: 6em;
  height: auto;
  object-fit: contain;
  margin: 0 auto;

}
.certified-info p{
  font-size: 0.9em;
  line-height: 30px;
  color: #999999;
  font-weight: 400;
  margin-bottom: 0;
  margin-top: 1em;
}
.footer-sub-card{
  padding-bottom: 2em;
}
.thank-you-frame img{
  width: 20em;
  margin-bottom: 2em;
  height: auto;
  object-fit: contain;
}
.thank-you-frame{
  text-align: center;  
    background: linear-gradient(45deg, #0a85ff, #0a85ff00);
  padding: 2em;
  border-radius: 20px;
}
.thank-you-frame h2{
  font-size: 1.4em;
  font-weight: 600;
  margin-bottom: 0.5em;
  color: #000;
}
.thank-you-frame a{
  padding: 0.7em 2.5em;
  font-size: 0.9em;
  color: var(--secondary-color);
  background-color: var(--primary-color);
  font-weight: 400;
  border-radius: 10px;
  text-align: center;
  display: inline-block;
}
.flow-inner-banner-wrapped{
  padding: 0 !important;
  position: relative !important;
  overflow: hidden !important;
  background: url(../img/banner/banner-hero.png) no-repeat #f7f7f7;
  background-size: cover;
  background-attachment: fixed;
  background-position: 100%;
  height: 399px;
}
.flow-medium-banner-wrapped{
  padding: 0 !important;
  position: relative !important;
  overflow: hidden !important;
  background: url(../img/banner/banner-hero.png) no-repeat #f7f7f7;
  background-size: cover;
  background-attachment: fixed;
  background-position: 100%;
  height: 100vh;
  /* height: 399px; */
}
.flow-inner-banner-content{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding-top: 2.5em;
  height: 100%;
}
.flow-inner-banner-content h1{
  font-size: 3.5em;
font-weight: 700;
line-height: 1.2;
color: var(--secondary-color);
text-align: center;

}
.flow-inner-banner-content p{
  font-size: 1em;
  font-weight: 400;
  line-height: 1.8;
  color: var(--secondary-color);
  margin-bottom: 1em; 
}
.division-content-info span{

}
.division-content-info h2{
  font-size: 2em;
  font-weight: 700;
  line-height: 1.2;
  color: var(--tertiary-color);
  margin-bottom: 1em; 
}
.division-content-info p{
  font-size: 1em;
  font-weight: 400;
  line-height: 1.8;
  color: var(--quaternary-color);
  margin-bottom: 1.5em; 
}
.division-content-info p:last-child{
  margin-bottom: 0em; 
}
.fbox{
  padding: 2em;
  border-radius: 10px;
  border: 
  1px solid #f4f4f4;
  height: 100%;
}
.fbox-txt h3{
  font-size: 1.4em;
  font-weight: 600;
  line-height: 1.2;
  color: var(--tertiary-color);
  margin-bottom: 1em;
  text-transform: capitalize;
}
.fbox-txt p{
  font-size: 1em;
  font-weight: 400;
  line-height: 1.8;
  color: var(--quaternary-color);
  margin-bottom: 1.5em;
}
.fbox-avater{
  margin-bottom: 1.5em;
}
.fbox-avater-img{
  width: 23em;
  height: auto;
  object-fit: contain;
}
.industries-tabs .nav-pills{
  gap: 2em;
}
.industries-tabs .nav-link.active{
  background-color: var(--primary-color);
  color: var(--secondary-color);
}
.industries-tabs .nav-link{
  padding: 1em 3em;
  font-size: 0.9em;
  color: var(--primary-color);
  background-color: var(--secondary-color);
  font-weight: 400;
  border-radius: 10px;
  text-align: center;
  display: inline-block;
}
.industries-wrapped{
  background-image: url(../img/platfrom/hero-3.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.industries-content-info{
padding: 4em 0;
}
.industries-content-info h3{
  font-size: 1.4em;
  font-weight: 600;
  line-height: 1.2;
  color: var(--tertiary-color);
  margin-bottom: 1em;
  text-transform: capitalize;
}
.industries-content-info p{
  font-size: 1em;
  font-weight: 400;
  line-height: 1.8;
  color: var(--quaternary-color);
  margin-bottom: 1.5em;
}
.industries-content-info ul li{
  font-size: 1em;
  font-weight: 400;
  line-height: 1.8;
  color: var(--quaternary-color);
  margin-bottom: 1.5em;
}
.industries-content-info ul li:last-child{
  margin-bottom: 0;
}
.markets-wrapped{
  margin-top: 4em;
}
.markets-card{
  padding: 2em;
  border-radius: 10px;
  height: 100%;
}
.white-markets-card{
  background-color: var(--secondary-color);
  border: 
  1px solid #f4f4f4;
}
.primary-markets-card{
  background-color: var(--primary-color);
}
.white-markets-card  h3{
  color: var(--tertiary-color);
}
.white-markets-card  p{
  color: var(--quaternary-color);
}
.primary-markets-card  h3{
  color: var(--secondary-color);
}
.primary-markets-card  p{
  color: var(--secondary-color);
}
.markets-card h3{
  font-size: 1.4em;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 1em;
  text-transform: capitalize;
}
.markets-card p{
  font-size: 1em;
  font-weight: 400;
  line-height: 1.8;
  margin-bottom: 1.5em;
}
.cta-banner-section{

}
.dropdown-mega .dropdown-menu.show{
  width: calc(100% - 40%);
  left: unset!important;
  right:0!important;
}
.dropdown-item:focus, .dropdown-item:hover{
  border-radius: 8px!important;
  color: var(--secondary-color)!important;
  background-color: var(--primary-color)!important;
}
.banner-cta-wrapper{
  background-image: url(../img/platfrom/ba-02.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 6em;
  border-radius: 20px;
  overflow: hidden;
}
.banner-cta-txt h2{
  font-size: 2em;
  font-weight: 700;
  line-height: 1.2;
  color: var(--tertiary-color);
  margin-bottom: 1em; 
}
.banner-cta-txt p{
  font-size: 1em;
  font-weight: 400;
  line-height: 1.8;
  color: var(--quaternary-color);
  margin-bottom: 1.5em;
}
.banner-cta-txt ul{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1em;
  align-items: center;
}
.banner-cta-txt ul li{
  font-size: 1em;
  font-weight: 400;
  line-height: 1.8;
  color: var(--quaternary-color);
}


.become-agent-wrapped .become-agent-steps-wrap {
  position: relative;
}
.become-agent-wrapped .become-agent-steps-wrap .grid-layout-three {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 767.98px) {
  .become-agent-wrapped .become-agent-steps-wrap .grid-layout-three {
    grid-template-columns: repeat(1, 1fr);
  }
}
.become-agent-wrapped .become-agent-steps-wrap .grid-layout-two {
  display: flex;
  justify-content: center;
}
@media (max-width: 767.98px) {
  .become-agent-wrapped .become-agent-steps-wrap .grid-layout-two {
    flex-direction: column;
  }
}
.become-agent-wrapped .become-agent-steps-wrap .grid-layout-two .become-step-card {
  width: 32.7%;
}
@media (max-width: 767.98px) {
  .become-agent-wrapped .become-agent-steps-wrap .grid-layout-two .become-step-card {
    width: 100%;
  }
}
.become-agent-wrapped .become-agent-steps-wrap .become-step-card {
  padding: 2em;
  display: flex;
  flex-direction: column;
  gap: 1.5em;
  position: relative;
  z-index: 9;
}
@media (max-width: 767.98px) {
  .become-agent-wrapped .become-agent-steps-wrap .become-step-card {
    padding: 1em;
  }
}
.become-agent-wrapped .become-agent-steps-wrap .become-step-card .step-count {
  font-size: 10em;
  font-weight: 700;
  position: absolute;
  z-index: -1;
  top: 75px;
  right: 0;
  color: var(--black-color);
  opacity: 0.25;
  line-height: 1;
  transform: translate(-50%, -50%);
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: rgba(0, 0, 0, 0.231);
}
@media (max-width: 767.98px) {
  .become-agent-wrapped .become-agent-steps-wrap .become-step-card .step-count {
    font-size: 8em;
  }
}
.become-agent-wrapped .become-agent-steps-wrap .become-step-card .arrow-next {
  position: absolute;
  width: 20%;
  right: -10%;
}
@media (max-width: 767.98px) {
  .become-agent-wrapped .become-agent-steps-wrap .become-step-card .arrow-next {
    display: none;
  }
}
.become-agent-wrapped .become-agent-steps-wrap .become-step-card:last-child {
  margin-bottom: 0;
}
.become-agent-wrapped .become-agent-steps-wrap .become-step-card .become-step-card-info h3 {
  font-size: 1.2em;
  font-weight: 700;
  color: var(--black-color);
  margin-bottom: 0.5em;
  line-height: 1.4;
  text-align: center;
}
.become-agent-wrapped .become-agent-steps-wrap .become-step-card .become-step-card-info p {
  font-size: 1em;
  margin-bottom: 0;
  font-weight: 400;
  color: var(--gray-one-color);
  line-height: 1.8;
  text-align: center;
}
.become-agent-wrapped .become-agent-steps-wrap .become-step-card .become-step-card-icon {
  text-align: center;
}
.become-agent-wrapped .become-agent-steps-wrap .become-step-card .become-step-card-icon .step-card-icon-img {
  width: 5em;
  height: 5em;
  -o-object-fit: contain;
     object-fit: contain;
}
.become-agent-wrapped .become-agent-steps-wrap .become-step-card:hover .step-count {
  opacity: 0.7;
}
.medium-avater-box{
  height: 499px;
  border-radius: 20px;
  overflow: hidden;
  margin-top: 2em;
}
.medium-banner{
  margin-top: 4em;
  padding: 4em;
}
.thank-wrapped{
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}