html {
  height: 100%;
  font-family: 'Roboto', sans-serif, Arial, Helvetica;
  -webkit-font-smoothing: antialiased;
  background-color: #ffffff !important;
  background: #ffffff;
  scroll-behavior: smooth;
  font-style: normal;
}

hr {
  opacity: 0.1;
}

/* NAV:START ******************************/
#kwestHome {
  font-size: 1em;
  color: #000000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#kwestHome .main-logo-link .main-logo-img {
  width: 108px;
}

#kwestHome .nav-site-header#flex-navbar {
  position: fixed;
  height: 63px;
  top: 0;
  width: 100%;
  z-index: 100;
  transition: all .3s ease;
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  filter: drop-shadow(0px 2px 6px rgba(37, 53, 61, 0.1));
}

#kwestHome .nav-site-header#flex-navbar.hide {
  top: -60px;
}

#kwestHome .nav-site-header#flex-navbar .navbar {
  display: flex;
  justify-content: space-between;
  height: 60px;
  max-width: 1680px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}

#kwestHome .nav-site-header#flex-navbar .navbar .navbar-nav {
  display: flex;
  align-items: center;
}

#kwestHome .nav-site-header#flex-navbar .navbar .navbar-nav span.nav-divider {
  width: 2px;
  height: 12px;
  background-color: #D2D4ED;
  margin-left: 24px;
  margin-right: 24px;
}

#kwestHome .nav-site-header#flex-navbar .navbar-nav .nav-item a {
  float: left;
  display: block;
  color: #232445;
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
  text-decoration: none;
  font-size: 1.1em;
  font-weight: 500;
  position: relative;
  border: 2px solid transparent;
}

/* #kwestHome .nav-site-header#flex-navbar .navbar-nav .nav-item a.active:after{
    content: "";
    width: 100%;
    left: 0;
    right: 0;
    height: 5px;
    background-color: #0000FE;
    display: block;
    border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
} */

#kwestHome .nav-site-header#flex-navbar .navbar-nav .nav-item .nav-link.active {
  color: #0000FE;
  background: #fff;
  border-radius: 40px;
  -moz-border-radius: 40px;
  -webkit-border-radius: 40px;
  border: 2px solid #f5f5f5;
}

#kwestHome .nav-site-header#flex-navbar .navbar-nav .nav-item .nav-link:hover {
  color: #0000FE;
}

#kwestHome .header-right-nav-a svg {
  width: 128px;
  -webkit-box-shadow: 0px 0px 20px rgb(255 255 255 / 40%), 0px 5px 20px rgb(166 180 200 / 20%);
  -moz-box-shadow: 0px 0px 20px rgb(255 255 255 / 40%), 0px 5px 20px rgb(166 180 200 / 20%);
  box-shadow: 0px 0px 20px rgb(255 255 255 / 40%), 0px 5px 20px rgb(166 180 200 / 20%);
  border-radius: 15px 0px 15px 15px;
  -moz-border-radius: 15px 0px 15px 15px;
  -webkit-border-radius: 15px 0px 15px 15px;
  transform: translateY(4px);
}

#kwestHome .nav-site-header#flex-navbar .header-right-nav-wrapper a {
  padding: 0px;
  display: none;
}

#kwestHome .nav-site-header#flex-navbar .header-right-nav-wrapper a span {
  padding: 0px;
}

/* NAV:END ******************************/


/* CARDS:START */
#kwestHome .section-container-t .d-card-item:nth-child(2), #kwestHome .section-container-t .d-card-item:nth-child(4) {
  margin-top: 8%;
}

#kwestHome .section-container-t .d-card-wrapper {
  padding: 42px;
  background: rgba(255, 255, 255, 0.6);
  box-shadow: 0px 0px 30px rgb(0 0 0 / 10%);
  backdrop-filter: blur(10px);
  border-radius: 24px;
  -moz-border-radius: 24px;
  -webkit-border-radius: 24px;
  min-height: 580px;
}

#kwestHome .section-container-t .d-card-title {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 20px;
}

#kwestHome .section-container-t .d-card-title-icon {
  width: 24px;
  height: 24px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}

#kwestHome #experiences.section-container-t .card-group-wrapper .d-card-item:nth-child(1) .d-card-title-icon,
#kwestHome #content.section-container-t .card-group-wrapper .d-card-item:nth-child(2) .d-card-title-icon,
#kwestHome #servicesDsk.section-container-t .card-group-wrapper .d-card-item:nth-child(3) .d-card-title-icon,
#kwestHome #tech.section-container-t .card-group-wrapper .d-card-item:nth-child(4) .d-card-title-icon {
  background-color: #0000FE;
}
#kwestHome #experiences.section-container-t .card-group-wrapper .d-card-item:nth-child(2) .d-card-title-icon,
#kwestHome #content.section-container-t .card-group-wrapper .d-card-item:nth-child(3) .d-card-title-icon,
#kwestHome #servicesDsk.section-container-t .card-group-wrapper .d-card-item:nth-child(4) .d-card-title-icon,
#kwestHome #tech.section-container-t .card-group-wrapper .d-card-item:nth-child(1) .d-card-title-icon {
  background-color: #FFC107;
}
#kwestHome #experiences.section-container-t .card-group-wrapper .d-card-item:nth-child(3) .d-card-title-icon,
#kwestHome #content.section-container-t .card-group-wrapper .d-card-item:nth-child(4) .d-card-title-icon,
#kwestHome #servicesDsk.section-container-t .card-group-wrapper .d-card-item:nth-child(1) .d-card-title-icon,
#kwestHome #tech.section-container-t .card-group-wrapper .d-card-item:nth-child(2) .d-card-title-icon {
  background-color: #00C2FF;
}
#kwestHome #experiences.section-container-t .card-group-wrapper .d-card-item:nth-child(4) .d-card-title-icon,
#kwestHome #content.section-container-t .card-group-wrapper .d-card-item:nth-child(1) .d-card-title-icon,
#kwestHome #servicesDsk.section-container-t .card-group-wrapper .d-card-item:nth-child(2) .d-card-title-icon,
#kwestHome #tech.section-container-t .card-group-wrapper .d-card-item:nth-child(3) .d-card-title-icon {
  background-color: #FF0059;
}

#kwestHome .section-container-t .d-card-title-title {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 20px;
}

#kwestHome .section-container-t .d-card-para {
  text-align: left;
  color: #000000;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
}

#kwestHome .section-container-t .d-main-text-t {
  text-align: left;
  display: flex;
  margin-top: 24px;
}

#kwestHome .section-container-t .d-main-verti-line {
  width: 6px;
  min-width: 6px;
  height: auto;
  border-radius: 50px;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  margin-right: 16px;
  background: #0000FE;
}
#kwestHome #experiences.section-container-t .card-group-wrapper .d-card-item:nth-child(1) .d-main-verti-line,
#kwestHome #content.section-container-t .card-group-wrapper .d-card-item:nth-child(2) .d-main-verti-line,
#kwestHome #media.section-container-t .card-group-wrapper .d-card-item:nth-child(3) .d-main-verti-line,
#kwestHome #tech.section-container-t .card-group-wrapper .d-card-item:nth-child(4) .d-main-verti-line {
  background-color: #0000FE;
}
#kwestHome #experiences.section-container-t .card-group-wrapper .d-card-item:nth-child(2) .d-main-verti-line,
#kwestHome #content.section-container-t .card-group-wrapper .d-card-item:nth-child(3) .d-main-verti-line,
#kwestHome #media.section-container-t .card-group-wrapper .d-card-item:nth-child(4) .d-main-verti-line,
#kwestHome #tech.section-container-t .card-group-wrapper .d-card-item:nth-child(1) .d-main-verti-line {
  background-color: #FFC107;
}
#kwestHome #experiences.section-container-t .card-group-wrapper .d-card-item:nth-child(3) .d-main-verti-line,
#kwestHome #content.section-container-t .card-group-wrapper .d-card-item:nth-child(4) .d-main-verti-line,
#kwestHome #media.section-container-t .card-group-wrapper .d-card-item:nth-child(1) .d-main-verti-line,
#kwestHome #tech.section-container-t .card-group-wrapper .d-card-item:nth-child(2) .d-main-verti-line{
  background-color: #00C2FF;
}
#kwestHome #experiences.section-container-t .card-group-wrapper .d-card-item:nth-child(4) .d-main-verti-line,
#kwestHome #content.section-container-t .card-group-wrapper .d-card-item:nth-child(1) .d-main-verti-line,
#kwestHome #media.section-container-t .card-group-wrapper .d-card-item:nth-child(2) .d-main-verti-line,
#kwestHome #tech.section-container-t .card-group-wrapper .d-card-item:nth-child(3) .d-main-verti-line{
  background-color: #FF0059;
}
#kwestHome .section-container-t .d-bottom-text-para {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  text-align: left;
}

/* CARDS:END */


/* FOOTER:START */
footer.kwest-section-footer {
  background-color: #000000;
  color: #ffffff;
  font-family: 'Roboto';
  font-style: normal;
}

footer.kwest-section-footer .footer-box-left .left-logo-with-text-wrapper {
  gap: 12px;
  display: flex;
  flex-direction: column;
}

footer.kwest-section-footer .footer-box-left .footer-kwest-logo {
  width: 120px;
}

footer.kwest-section-footer .footer-box-left .footer-logo-bottom-text {
  font-weight: 300;
  font-size: 15px;
  line-height: 24px;
}

footer.kwest-section-footer .footer-col-title {
  font-weight: 500;
  font-size: 1.1em;
  line-height: 24px;
  /* padding-bottom: 36px; */
  min-height: 60px;
}

footer.kwest-section-footer .address-box-footer {
  padding-bottom: 20px;
}

footer.kwest-section-footer .address-box-footer-header {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  padding-bottom: 12px;
}

footer.kwest-section-footer .address-box-footer-info {
  font-weight: 300;
  font-size: 14px;
  line-height: 20px;
}

footer.kwest-section-footer .section-list-col ul {
  padding-left: 0px;
  list-style: none;
  margin-bottom: 0px;
  line-height: 3.5em;
  margin-top: -16px;
}

footer.kwest-section-footer .footer-row {
  max-width: 1680px;
  margin: 0 auto;
  padding-top: 50px;
  /*padding-bottom: 50px;*/
}

footer.kwest-section-footer .end-footer {
  max-width: 1680px;
  margin: 0 auto;
  height: 37px;
  opacity: 0.5;
}

footer.kwest-section-footer .term-policy-text-wrapper {
  display: flex;
  justify-content: flex-end;
  gap: 20px;
}

footer.kwest-section-footer .term-policy-text-wrapper a {
  color: #fff;
  text-decoration: none;
}

footer.kwest-section-footer .term-policy-text-wrapper a:hover {
  color: #ABC7FF;
}
footer.kwest-section-footer .col-lg-2{
flex: 0 0 auto;
        width: 21.666667%;
    
}

/* ANIMATION */
@-webkit-keyframes part {

  0%,
  100% {
    opacity: 0.2;
  }

  50% {
    opacity: 0.9;
  }
}

@-moz-keyframes part {

  0%,
  100% {
    opacity: 0.2;
  }

  50% {
    opacity: 0.9;
  }
}

@keyframes part {

  0%,
  100% {
    opacity: 0.2;
  }

  50% {
    opacity: 0.9;
  }
}

#elementAnimationContainer {
  width: 100%;
  overflow: hidden;
  position: absolute;
  top: 32.3%;
  left: -8%;
  margin-right: -50%;
  border-radius: 50px;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
}

#elementAnimationContainer svg {
  height: 72vh;
  width: auto;
}

#elementAnimationContainer path {
  opacity: 0.2;
  stroke: #898989;
}

#elementAnimationContainer #path-2 {
  /* fill: #0000FE; */
  filter: blur(1px);
}

#elementAnimationContainer circle {
  -moz-animation: part 1.6s infinite ease-in-out;
  -webkit-animation: part 1.6s infinite ease-in-out;
  animation: part 1.6s infinite ease-in-out;
}

#elementAnimationContainer .circleColor1#path-2 {
  fill: #0000FE;
}

#elementAnimationContainer .circleColor2#path-2 {
  fill: #FFC107;
}

#elementAnimationContainer .circleColor3#path-2 {
  fill: #00C2FF;
}

#elementAnimationContainer .circleColor4#path-2 {
  fill: #FF0059;
}



#loginStatus{
    width: 100%;   
    text-align: center;
    padding-top: 8px;
    margin: 0 auto;
    border-radius: 8px;
}
#loginStatus.success{
    background-color: rgb(149, 233, 149);
    animation:status 4s ease forwards;
}
#loginStatus.error{
    background-color: rgb(241, 163, 163);
    animation:loginStatus 4s ease forwards;
}
@keyframes loginStatus{
    0%{
        opacity: 1;
        pointer-events: all;
    }
    90%{
        opacity: 1;
        pointer-events: all;
    }
    100%{
        opacity: 0;
        pointer-events: none;
    }
}
.carousel-control-prev-icon{
       background-color: #80808078;
    border-radius: 28%;
    border: 2px solid darkgrey;
}
.carousel-control-next-icon{
       background-color: #80808078;
    border-radius: 28%;
    border: 2px solid darkgrey;
}
/* .pssEye {*/
/*            position: absolute;*/
/*    top: 37.5%;*/
/*    left: 93.2%;*/
/*    background: lightgrey;*/
/*    height: 39px;*/
/*    width: 39px;*/
/*    border-radius: 1px;*/
/*}*/
/*   #togglePassword {cursor: pointer;*/
/*    position: absolute;*/
/*    top: 30%;*/
/*    left: 30%;*/
/*}*/
.isDisabled {
  color: currentColor;
  cursor: not-allowed;
  opacity: 0.5;
  text-decoration: none;
}
.toggle-password {
    float: right;
    cursor: pointer;
    margin-right: 10px;
    margin-top: -25px;
    z-index:1;
    position:relative;
}

 /******** FIRST SECTION: START
    ================================================== ********/
    #x-sec-first, #x-sec-second{
        font-family:Roboto;
    }
  #x-sec-first{
      overflow: hidden;
      position: relative;
    }
  #x-sec-first.x-banner-container.x-dark-bg .x-dot-texture::before{
      content: '';
      background-image: url(../img1/gradient-bg.svg);
      background-position: center center;
      background-repeat: no-repeat;
      width: 100%;
      position: absolute;
      height: 100%;
      z-index: 0;
      /*animation: gcolor 20s infinite ease;*/
  }
  #x-sec-fifth.x-banner-container.x-dark-bg .x-dot-texture::before{
      content: '';
      background-image: url(../img1/gradient-bg.svg);
      background-position: center center;
      background-repeat: no-repeat;
      width: 100%;
      position: absolute;
      height: 100%;
      z-index: 0;
      /*animation: gcolor 20s infinite ease;*/
  }
  #x-sec-first .x-sec-first-outer{
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    height: 740px;
  }
  
  #x-sec-first .x-sec-first-inner{
      display: flex;
  }
  
  #x-sec-first .x-sec-first-left{
      width: 50%;
      display: flex;
      flex-direction: column;
      row-gap: 12px;
      padding-right: 40px;
      justify-content: center;
      flex-wrap: nowrap;
  }
  
  #x-sec-first .x-sec-first-left .x-heading-small{
    color: #000;
    font-size: 12px;
    font-weight: 400;
    font-style: normal;
    line-height: 16.8px;
    letter-spacing: 6px;
  }
  #x-sec-first .x-sec-first-left .x-heading-bold{
    color: #000;
    font-size: 64px;
    font-weight: 700;
    font-style: normal;
    line-height: 76.8px;
  }
  #x-sec-first .x-sec-first-left .x-heading-bold div{
      display: inline;
  }
  #x-sec-first .x-sec-first-left .x-body-text{
    /*color: #fff;*/
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    line-height: 19.6px;
    padding-bottom: 12px;
  }
  
  #x-sec-first .x-sec-first-right{
    width: 50%;
   
  }
  #x-sec-first .x-sec-first-right img{
    max-width: 100%;
  }
  .x-dot-texture{
      background-image: url("../img1/portfolio-page-bg-new.svg");
      background-repeat: repeat;
      position: relative;
      background-size: cover
  }
  .x-sticky-dot-texture{
      background-image: url(../img1/bg-dot.png);
    background-repeat: repeat;
    position: relative;
  }
  .stick-back-background-overlay{
      
  }
   .x-website-width{
      max-width: 1680px;
    margin: 0 auto;
    z-index: 1;
    position: relative;
  }
   .x-gradient{
  background: linear-gradient(to right, #0197EC 0%, #581DE3 100%) !important;
  }
  .x-text-gradient{
         background: linear-gradient(to right, #d63384 0%, #641CFF 50%, #d63384 100%);
      -webkit-background-clip: text;
              background-clip: text;
      -webkit-text-fill-color: transparent;
      display: inline-block;
  }
  
   .x-dark-bg{
      background: rgb(8, 6, 16);
      background: -moz-linear-gradient(180deg, rgba(8, 6, 16, 1) 21%, rgba(36, 9, 77, 1) 100%);
      background: -webkit-linear-gradient(180deg, rgba(8, 6, 16, 1) 21%, rgba(36, 9, 77, 1) 100%);
      background: linear-gradient(180deg, rgba(8, 6, 16, 1) 21%, rgba(36, 9, 77, 1) 100%);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#080610",endColorstr="#24094d",GradientType=1);
  }
  
   .x-primary-button{
      background-image: -webkit-linear-gradient(left, #6253e1, #8701FA, #00C6D2, #8701fa);
      background-image: -o-linear-gradient(left, #6253e1, #8701FA, #00C6D2, #8701fa);
      background-image: linear-gradient(to right, #6253e1, #8701FA, #00C6D2, #8701fa);only screen and (min-width: 100px) and (max-width: 991px)
      box-shadow: 0 6px 20px 0 rgb(135 1 250 / 40%);
      letter-spacing: 2px;
  }
  .x-btn-hover {
      width: 200px;
      font-size: 16px;
      font-weight: 600;
      color: #fff;
      cursor: pointer;
      height: 55px;
      text-align:center;
      border: none;
      background-size: 300% 100%;
      border-radius: 50px;
      moz-transition: all .4s ease-in-out;
      -o-transition: all .4s ease-in-out;
      -webkit-transition: all .4s ease-in-out;
      transition: all .4s ease-in-out;
}
 
  .x-btn-hover:hover {
      background-position: 100% 0;
      moz-transition: all .4s ease-in-out;
      -o-transition: all .4s ease-in-out;
      -webkit-transition: all .4s ease-in-out;
      transition: all .4s ease-in-out;
  }
  
  .x-btn-hover:focus {
      outline: none;
  }
    /******** FIFTH SECTION: START
    ================================================== ********/
    #x-sec-fifth.x-banner-container.x-dark-bg .x-dot-texture::before{
      content: '';
      background-image: url(../img-1/gradient-bg2.svg);
      background-position: center center;
      background-repeat: no-repeat;
      width: 100%;
      position: absolute;
      height: -webkit-fill-available;
      z-index: 0;
  }
  #x-sec-fifth .x-ab-box{
      width: 100%;
      height: auto;
      position: relative;
  }
  #x-sec-fifth .x-ab-box-outer{
    position: absolute;
    width: 100%;
    margin-top: -180px;
  }
  #x-sec-fifth .x-ab-box-video-contaner{
    width: 100%;
    display: flex;
    justify-content: center;
  }
  
  #x-sec-fifth .x-sec-fifth-right .x-heading-small{
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    font-style: normal;
    line-height: 16.8px;
    letter-spacing: 6px;
  }
  
  #x-sec-fifth .x-item-text-wrapper{
      display: flex;
      flex-direction: row;
      column-gap: 12px;
      align-items: center;
  }
  
  #x-sec-fifth .x-item-img{
      width: 28px;
      height: 28px;
  }
  
  #x-sec-fifth .x-sec-fifth-right{
      margin-left: 60px;
  }
  #x-sec-fifth .x-sec-fifth-right .x-panel-cards{
      display: flex;
      flex-direction: column;
      flex-wrap: nowrap;
      justify-content: space-between;
      column-gap: 40px;
  }
    /*FIFTH SECTION:START*/
    #x-sec-fifth .x-sec-fifth-inner{
      padding-left: 20px;
      padding-right: 20px;
    }
  #x-sec-fifth .x-sec-fifth-right .x-card {
      background: rgb(255 255 255 / 70%);
      box-shadow: 0px 0px 40px rgb(0 0 0 / 20%);
      min-height: 100px;
      width: 100%;
      max-width: 100%;
      border-radius: 16px;
      padding: 24px;
      backdrop-filter: blur(10px);
      background-color: #ffffff;
      height:auto;
  }
  #x-sec-fifth .x-sec-fifth-right .x-icon-img-wrapper{
      width: 52px;
      height: 52px;
      background-color: #ffffff;
      background: #ffffff;
      border-radius: 12px;
      display: flex;
      justify-content: center;
      align-items: center;
      box-shadow: 0px 0px 10px rgb(0 0 0 / 30%);
  }
  
   .x-sec-container{
    display: flex;
  }
   #x-sec-fifth .x-sec-fifth-container .x-heading-bold{
    color: #080610;
    font-size: 64px;
    font-weight: 700;
    font-style: normal;
    line-height: 76.8px;
    text-align: left;
  }
  
  #x-sec-fifth .x-item-group-wrapper{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    column-gap: 24px;
  }
  
  #x-sec-fifth .x-item-text-wrapper-group{
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    row-gap: 16px;
  }
  
  
  #x-sec-fifth .x-sec-fifth-left-second{
      width: 80%;
      padding-right: 20px;
      padding-top: 40px;
      padding-bottom: 40px;
      display: flex;
      flex-direction: column;
      row-gap: 12px;
      justify-content: center;
      flex-wrap: nowrap;
  }
  #x-sec-fifth .x-sec-fifth-right-second{
      margin-left: 60px;
  }
  
  
  /*CARDS*/
  
  #x-sec-fifth .x-icon-img-wrapper{
      width: 52px;
      height: 52px;
      background: linear-gradient(to right, #00C2FF, #5A55FF) border-box;
      border-radius: 12px;
      display: flex;
      justify-content: center;
      align-items: center;
  }
  
  #x-sec-fifth .x-card{
      background: #FFFFFF;
      box-shadow: 0px 0px 40px rgb(0 0 0 / 20%);
      min-height: 100px;
      width: 100%;
      max-width: 100%;
      border-radius: 16px;
      padding: 24px;
      height: 230px;
  }
  #x-sec-fifth .x-panel-title{
      color: #080610;
      font-size: 20px;
      font-weight: 700;
      font-style: normal;
  }
  #x-sec-fifth .x-step-wrapper{
      margin-top: -50px;
      padding-bottom: 20px;
  }
  
  #x-sec-fifth .x-panel-cards{
      display: flex;
      flex-direction: column;
      row-gap: 40px;
      /*padding-top: 80px;*/
  }
   /******** SECOND SECTION: START
    ================================================== ********/
  #x-sec-second{
      padding-bottom: 40px;
      position: relative;
  }
  
 
  #x-sec-second .x-ab-box{
      width: 100%;
      height: auto;
      position: relative;
  }
  #x-sec-second .x-ab-box-outer{
    position: absolute;
    width: 100%;
    margin-top: -105px;
  }
  
  #x-sec-second .x-box-header-text{
    display: flex;
    padding: 20px;
    justify-content: center;
    font-size: 16px;
    font-weight: 700;
    font-style: normal;
    color: #000000;
  }
  #x-sec-second .x-text-color{
      color: #00C2FF;
      padding-left: 6px;
      padding-right: 6px;
  }
  #x-sec-second .x-items-card-wrapper{
      display: flex;
      width: 100%;
      flex-direction: row;
      justify-content: space-around;
      flex-wrap: nowrap;
      background: #FFFFFF;
      box-shadow: 0px 0px 60px rgb(0 0 0 / 20%);
      padding: 30px 32px;
      border-radius:20px;
  }
  
  #x-sec-second .x-item-text-wrapper{
      display: flex;
      flex-direction: row;
      column-gap: 20px;
      align-items: center;
  }
  
  
  /*SECOND SECTION INNNER*/
  #x-sec-second .x-sec-second-left{
      width: 80%;
      padding-right: 100px;
      display: flex;
      flex-direction: column;
      row-gap: 12px;
      justify-content: center;
      flex-wrap: nowrap;
  }
  
  #x-sec-second .x-sec-second-container{
    padding-top: 180px
  }
  
  #x-sec-second .x-sec-second-container .x-heading-bold{
    color: #080610;
    font-size: 48px;
    font-weight: 700;
    font-style: normal;
    line-height: 56px;
    text-align: center;
    padding-bottom: 40px;
  }
  
  #x-sec-second .x-item-text-wrapper-group{
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    row-gap: 16px;
  }
  
  #x-sec-second .x-section-text-divider{
      display: flex;
      flex-direction: row;
      align-content: center;
      align-items: center;
      padding: 60px 0px;
  }
  #x-sec-second .x-section-text-divider .x-left-d{
    width: 32%;
    height: 12px; 
    background: #EEEEEF;
    margin: 0 auto;
    transform: skew(-25deg); 
    -o-transform: skew(-25deg); 
    -moz-transform: skew(-25deg);
    -webkit-transform: skew(-25deg);
  }
  
  #x-sec-second .x-section-text-divider .x-right-d{
    width: 32%;
    height: 12px; 
    background: #EEEEEF;
    margin: 0 auto;
    transform: skew(25deg); 
    -o-transform: skew(25deg); 
    -moz-transform: skew(25deg);
    -webkit-transform: skew(25deg);
  }
    #x-sec-second .x-card .x-card-img{
      max-width: 100%;
    }
  
 
  #x-sec-second #Xscrollspy .x-panel {
    display: none;
    animation: fadein 0.8s;
  }
    #x-sec-second .x-sec-second-left, #x-sec-second .x-sec-first-right{
      width: 50%;
      padding: inherit;
    }
  /*SECOND SECTION:START*/
  #x-sec-second.x-banner-container{
    margin-left: 20px;
    margin-right: 20px;
  }
    #x-sec-second .x-sec-container{
      column-gap: 20px;
      padding-left: 20px;
      padding-right: 20px;
    }
    #x-sec-second .x-section-text-divider .x-left-d, #x-sec-second .x-section-text-divider .x-right-d{
      width: 28%;
    }
    #x-sec-second .x-sec-second-left, #x-sec-second .x-sec-first-right{
      width: 50%;
      padding: inherit;
    }
    #x-sec-second .x-sec-first-right .graph-img{
      width: 80%;
    }
    #x-sec-second .x-panel-cards{
      column-gap: 20px;
    }
    #x-sec-second .x-card .x-card-img{
      max-width: 100%;
    }
  .x-sec-container{
    display: flex;
  }
  .is-pricing-dot-texture{
       background-color:#f5f5ff;
    background-repeat: repeat;
    position: relative;
  }
  .container {
            max-width: 1200px;
            margin: 0 auto;
        }

        .row {
            display: flex;
            flex-wrap: wrap;
            margin-bottom: 20px;
        }

        .column {
            flex: 1;
            padding: 15px;
        }

        .top-row {
            display: flex;
            flex-wrap: wrap;
            align-items: center;
        }

        .left-column {
            flex: 1;
        }

        .right-column {
            flex: 1;
            text-align: center;
        }

        .primary-text {
            font-size: 24px;
            font-weight: bold;
            margin-bottom: 20px;
        }

        .icon-row {
            display: flex;
            justify-content: space-between;
            margin-bottom: 20px;
            margin-top:20px;
        }

        .icon {
            display: flex;
            /*flex-direction: column;*/
            align-items: center;
            width: 30%;
            gap:15px;
        }

        .icon img {
            width: 25px;
            height: 25px;
            margin-bottom: 10px;
        }

        .cards-row {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
        }

        .card {
            background: white;
            border: 1px solid #ddd;
            border-radius: 8px;
            padding: 20px;
            flex: 1 1 calc(25% - 20px);
            margin: 10px;
            box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
            text-align: center;
        }

        .card h3 {
            margin-bottom: 10px;
        }

        .card p {
            color: #666;
        }
            .text-css{
            font-family: "Montserrat", Sans-serif;
    font-size: 64px;
    font-weight: 700;
    font-style: normal;
    line-height: 76.8px;
    color: #000;
        }
        
       #Price-cards .x-panel-cards {
    background: white;
    border: 3px solid #2144c5b8;
    border-radius: 25px;
    padding: 5px;
    flex: 1 1 calc(25% - 20px);
    margin: 10px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    /* text-align: center; */
}
  
   #Price-cards .x-card {
      background: #FFFFFF;
     
      min-height: 100px;
      width: 100%;
      max-width: 100%;
      border-radius: 16px;
      padding: 24px;
  }
  #Price-cards .x-step-wrapper {
        margin-top: -70px;
    padding-bottom: 35px;
}
#Price-cards .x-icon-img-wrapper {
    width: 52px;
    height: 52px;
    background: linear-gradient(to right, #00C2FF, #5A55FF) border-box;
    border-radius: 12px;
    display: flex
;
    justify-content: center;
    align-items: center;
}
#Price-cards .x-item-img {
    width: 28px;
    height: 28px;
}
#Price-cards .x-panel-title {
    color: #080610;
    font-size: 20px;
    font-weight: 700;
    font-style: normal;
}
.x-text-light {
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    line-height: 20px;
}
 #threedCarouselthree .x-heading-bold, #formCustom .x-heading-bold{
    color: #080610;
    font-size: 48px;
    font-weight: 700;
    font-style: normal;
    line-height: 56px;
    text-align: center;
  }
  @media only screen and (min-width: 100px) and (max-width:991px) {
   .-d-only {
          display: none!important
    }
  
.text-css {
    font-size: 37px;
    line-height: 49.8px;
}
   /******** FIRST SECTION MOBILE: START
    ================================================== ********/
    #x-sec-first.x-banner-container.mobile{
     width: 100%;
    }
    #x-sec-first.x-banner-container.mobile.x-dark-bg .x-dot-texture{
    background-image: url(../img-1/bg-dot.png);
    }
    #x-sec-first.x-banner-container.mobile.x-dark-bg .x-dot-texture::before{
      background-size: cover;
    }
    #x-sec-first.x-banner-container.mobile .x-sec-first-center{
     width: 100%;
      padding-right: 0px;
    }
    #x-sec-first.x-banner-container.mobile .x-sec-first-outer{
      height: 90vh;
      min-height: 680px;
      padding: 20px;
      text-align: center;
    }
    #x-sec-first.x-banner-container.mobile .x-website-width{
      max-width: 100%;
    }
  
    #x-sec-first.x-banner-container.mobile .x-sec-first-center .x-heading-bold{
      font-size: 32px;
      line-height: 36px;
      color: #fff;
      font-weight: 700;
      font-style: normal;
      text-align: center;
      padding-bottom: 20px;
    }
  
    #x-sec-first.x-banner-container.mobile .x-sec-first-center .x-heading-small{
      color: rgb(255, 255, 255);
      font-size: 14px;
      font-weight: 400;
      font-style: normal;
      line-height: 16.8px;
      letter-spacing: 6px;
              padding-bottom: 20px;
    }
  
    #x-sec-first.x-banner-container.mobile .x-text-gradient{
      display: inline;
    }
  
    #x-sec-first.x-banner-container.mobile .x-sec-center-img-wrapper{
      width: 100%; 
      text-align: center;
    }
  
    #x-sec-first.x-banner-container.mobile .x-sec-center-img-wrapper img{
      max-width: 100%;
    }
    #x-sec-first.x-banner-container.mobile .x-sec-first-center .x-body-text{
      color: #fff;
      font-size: 14px;
      font-weight: 400;
      font-style: normal;
      line-height: 19.6px;
      padding-bottom: 12px;
    }
  }
    /******** FIRST SECTION MOBILE: END
    ================================================== ********/
   
  
   @media only screen and (min-width: 1280px){
   .-m-only {
          display: none!important
    }
      
  }
  

        @media (max-width: 768px) {
               #Price-cards .x-panel-cards {
    margin: 25px auto;
}
            .top-row {
                flex-direction: column;
            }

            .icon-row {
                /*flex-direction: column;*/
                align-items: center;
            }

            .icon {
                width: 100%;
                margin-bottom: 15px;
            }

            .cards-row {
                flex-direction: column;
            }

            .card {
                flex: 1 1 100%;
                margin: 10px 0;
            }
        }
        
    /* General Styles */
/*body {*/
/*    font-family: Arial, sans-serif;*/
/*    margin: 0;*/
/*    padding: 0;*/
/*    background: #f5f5f5;*/
/*}*/
/*header {*/
/*    background: #222;*/
/*    color: white;*/
/*    padding: 20px;*/
/*    text-align: center;*/
/*}*/
/*h1 {*/
/*    margin: 0;*/
/*}*/

/* Blog List */
/*.blog-list {*/
/*    text-align: center;*/
/*    padding: 20px;*/
/*}*/
/*#blogs-container {*/
/*    display: flex;*/
/*    flex-wrap: wrap;*/
/*    justify-content: center;*/
/*    gap: 20px;*/
/*}*/
/*.blog-card {*/
/*    background: white;*/
/*    padding: 15px;*/
/*    border-radius: 10px;*/
/*    box-shadow: 0 2px 8px rgba(0,0,0,0.1);*/
/*    width: 300px;*/
/*    text-align: center;*/
/*}*/
/*.blog-card img {*/
/*    width: 100%;*/
/*    border-radius: 10px;*/
/*}*/
/*.read-more {*/
/*    display: inline-block;*/
/*    margin-top: 10px;*/
/*    color: #007bff;*/
/*    text-decoration: none;*/
/*    font-weight: bold;*/
/*}*/
/*.read-more:hover {*/
/*    color: #0056b3;*/
/*}*/

/* Blog Details */
/*.blog-content {*/
/*    max-width: 800px;*/
/*    margin: 20px auto;*/
/*    background: white;*/
/*    padding: 20px;*/
/*    border-radius: 10px;*/
/*    box-shadow: 0 2px 8px rgba(0,0,0,0.1);*/
/*}*/
/*.blog-content img {*/
/*    width: 100%;*/
/*    border-radius: 10px;*/
/*}*/
/* Blog List */
.blog-list {
    text-align: center;
    padding: 20px;
}
.blog-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* Two columns */
    gap: 20px;
    max-width: 900px;
    margin: auto;
}

/* Blog Card */
.blog-card {
    position: relative;
    background: white;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}
.blog-card:hover {
    transform: translateY(-5px);
}
.blog-card img {
    width: 100%;
    border-radius: 10px 10px 0 0;
    display: block;
}

/* Blog Content */
.blog-content {
    padding: 15px;
    position: relative;
}
.blog-content h3 {
    margin: 10px 0;
}
.short-description {
    color: #555;
}

/* Hidden Section (Expands on Hover) */
.hidden-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease-in-out;
    background: #f8f8f8;
    padding: 0 15px;
    border-radius: 0 0 10px 10px;
}
.blog-card:hover .hidden-content {
    max-height: 100px;
    padding: 10px 15px;
}
.hidden-content p {
    margin: 0;
    font-size: 14px;
    color: #444;
}
.read-more {
    display: block;
    margin-top: 10px;
    color: #007bff;
    text-decoration: none;
    font-weight: bold;
}
.read-more:hover {
    color: #0056b3;
}

/* Responsive Design */
@media (max-width: 768px) {
    .blog-grid {
        grid-template-columns: 1fr; /* Single column on mobile */
    }
}