  body {
    padding: 0;
    margin: 0;
    font-family: "Roboto", sans-serif;
  }

  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  p {
    padding: 0;
    margin: 0;
  }

  a {
    text-decoration: none !important;
  }

  ul {
    padding: 0;
    margin: 0;
  }

  li {
    list-style: none;
  }

  .navbar-toggler {
    border: var(--bs-border-width) solid rgb(255 255 255 / 74%);
  }

  .navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    background-image: url(../images/menus.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
  }

  /* header start */

  .navbar {
    background-color: transparent;
    z-index: 1000;
    transition: background-color 0.3s, box-shadow 0.3s, color 0.3s;
    top: 0px;
    position: fixed;
    width: 100%;
  }

.btn-contact img{
margin-bottom:3px;
}

	  .redirect-btn 
	{
    position: relative;
    margin-top: 15px;
    padding: 5px 18px;
    transition: all 0.2s ease;
    border: none;
    background: #fff;
    cursor: pointer;
    text-transform: capitalize;
  }
  .redirect-btn:hover {
    background-color: #250253;
    transform: scale(1.03);
  }

  .redirect-btn:hover svg {
    transform: translateX(4px);
    stroke: #00ffcc; /* optional glowing stroke color */
  }

  .redirect-btn:hover span {
    color: #00ffcc; /* optional hover color for text */
  }
	



  .shadow-sm {
    box-shadow: var(--bs-box-shadow-sm) !important;
  }

.navbar.scrolled {
    background-color:#ffd347 !important;
    border-bottom: 1px solid #ffeb36;
    box-shadow: 0 4px 6px rgb(0 0 0 / 25%);
    top: 0px !important;
    padding: 0;

  }


  .navbar-brand img {
    max-height: 60px;
  }

  .navbar-brand h2 {
    font-size: 18px;
    text-transform: capitalize;
    font-weight: bold;
    color: #013a7a;
  }

  .navbar-brand h2 span {
    color: #60a724;
  }

  .navbar-nav .nav-link {
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .btn-custom {
    margin-left: 10px;
  }

  .navbar-brand {
    border-radius: 10px;
    width: 8%;
    padding: 5px;
  }

  .navbar-brand img {
    width: 100%;
  }

 
.nav-item .nav-link {
    background-color: #3a0e5f;
    border-right: 4px solid #ffde66;
    margin: 0 5px;
    border-radius: 5px;
    color: #ffffff;
    font-weight: bold;
    font-size: 15px;
}

  .nav-item .nav-link.scrolled {
    color: #000000 !important;
    font-weight: bold;
    font-size: 15px;
  }

  /* .navbar-nav {
    background-color: #fff;
    border-radius: 30px;
    padding: 2px 10px;
  } */

  .menu {
    list-style: none;
    display: flex;
    gap: 20px;
  }

  .menu li {
    position: relative;
    color: #fff;
  }

  .menu a {
    text-decoration: none;
    color: #ffffff;
  }

  .has-submenu:hover .submenu {
    display: block;
  }

  .submenu {
    display: none;
    position: absolute;
    background: #fff;
    list-style: none;
    padding: 10px;
    top: 100%;
    left: 0;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  }

  .submenu li {
    margin: 5px 0;
  }

  .btn-header {
    padding: 8px 15px;
    background: transparent;
    color: #fff;
    text-decoration: none;
    margin: 10px;
  }

  .btn-contact {
    padding: 8px 15px;
    background: transparent;
    color: #ffe448;
    font-size: 20px;
    font-weight: bold;
    text-decoration: none;
    margin: 10px;
  }



  .btn-contact i {
    font-size: 30px;
  }

  .btn-contact:hover {
    color: #02ffb3;
  }

  
  .btn-contact.scrolled {
    background-color: #ffffff !important;
    padding: 8px 15px;
    background: transparent;
    color: #002152;
    border-radius: 30px;
    border: 2px solid #000f66;
    text-decoration: none;
    margin: 10px;
  }


 .redirect-btn.scrolled {
    background-color: #34005f !important;
    padding: 8px 15px;
    background: transparent;
    color: #002152;
    border-radius: 30px;
    border: 2px solid #fcbe38;
    margin-top: 10px;
}




  .nav-link.scrolled {
    color: #380e5f;
  }

  .redirect-btn span {
    position: relative;
    top: -0px;
    left: -3px;
    font-family: "Ubuntu", sans-serif;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.05em;
    color: #ccbb25;
  }

.redirect-btn svg {
    position: relative;
    top: -3px;
    margin-left: 10px;
    fill: none;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke: #ccbb25;
    stroke-width: 2;
    transform: translateX(-5px);
    transition: all 0.3s ease;
  }

  @media (max-width:990px) {
    .header-button {
      display: flex !important;
      flex-direction: column;
    }

    .btn-contact {
      margin: 0px;
    }

    .redirect-btn {
      margin-top: 0px;
   
height:75px;
    }

.redirect-btn.scrolled {
  margin:13px;
}
  }

  @media (max-width:1000px) {
    .navbar-brand {
      width: 42%;
    }

    .navbar-collapse {
      background-color: #847294;
    }
  }

  /********* header end *******/
  .banner {
    position: relative;
    width: 100%;
    overflow: hidden;
    background-image: url(../images/landing-banner.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 20px 0;

  }



  .banner .banner-content img {
    max-height: 250px;
    min-height: 200px;
    position: absolute;
    top: 500px;
  }

  .banner .top-banner {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 800px;
    position: relative;
    z-index: 2;
    width: 100%;
    padding-top: 100px;
  }


  .banner .top-banner .mid-bannerform {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
  }

  .banner .from-img img {
    width: 100%;
  }

  .banner .form {
    width: 100%;
    max-width: 506px;
    /* height: 550px; */
    height: auto;
    padding: 20px;
    border-radius: 10px;
    background: rgba(216, 213, 213, 0.041);
    border: 2px solid rgba(255, 255, 255, 0.4);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
    position: relative;
    place-content: center;
    overflow: hidden;
    z-index: 1;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
  }


  .banner .form::after {
    content: "";
    position: absolute;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
    inset: 5px;
    border-radius: 15px;
    z-index: -1;
  }

  .banner .from-btn {
    padding: 10px 10px;
    border-radius: 5px;
    text-transform: capitalize;
    background-color: #fed73e;
    color: #011738;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
    text-align: center;
    width: 100%;
  }

  .banner .from-btn:hover {
    background-color: #b3ffe6;
    border-bottom: 1px solid #ecc62a;
  }

  .banner .form h6 {
    text-align: center;
    color: #ffffff;
    padding: 5px 0px 10px 0px;
    font-size: 24px;
  }

  .banner .form h2 {
    text-align: center;
    color: #3d006e;
    font-size: 60px;
    font-weight: bolder;
    background-color: #79eea0;
    border-radius: 5px;
    display: inline-block;
    width: 309px;
    margin: auto;
    margin-bottom: 15px;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(235, 233, 233, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(243, 241, 241, 0.09) 0px -3px 5px;

  }


  .banner .banner {
    height: 100vh;
    position: relative;
    width: 100%;
    overflow: hidden;
  }



  .banner .top-img {
    width: 100%;
    position: relative;
  }

  .banner .top-img img {
    position: absolute;
    top: 600px;
    left: -100px;
    opacity: 0.7;
    height: 250px;
  }

  .banner .rg-img img {
    position: absolute;
    top: 550px;
    left: 67%;
    opacity: 0.7;
    height: 250px;
  }

  .banner .banner-content h1 {
    padding-bottom: 10px;
    font-size: 50px;
    font-weight: bold;
    color: #fff;
    position: relative;
  }

  .banner .banner-content h5 {
    color: #f0d272;
  }


  .banner-content {
    padding-top: 50px;
  }

  .banner .number-box {
    margin-top: 20px;
    min-height: 80px;
    border-radius: 8px;
    position: relative;
    /* display: flex
; */
  }

  .banner .number-box .other-no {
    margin-top: 10px;
    background-color: #fff;
    padding: 10px;
    border-radius: 8px;
    /* margin-left: 20px; */
    display: inline-block;
  }

  .banner .number-box .other-no span {
    color: #18b384;
    font-weight: bold;
  }

  .banner .number-box .sebi-no {
    background-color: #fddf66;
    padding: 10px;
    border-radius: 8px;
    display: inline-block;
  }

  .banner .number-box .sebi-no span {
    color: #18b384;
    font-weight: bold;
  }



  .banner .icon {
    position: relative;
    border: 3px solid #fddf66;
    padding: 15px;
    border-left: 5px solid #fddf66;
  }

  .icon img,
  .icon2 img {
    transition: transform 0.4s ease-in-out;
  }

  /* Hover effect */
  .icon img:hover,
  .icon2 img:hover {
    transform: scale(1.2) rotate(10deg);
    /* zoom + slight tilt */
  }

  .banner .icon img {
    background-color: #fff;
    border-radius: 8%;
    padding: 15px;
    width: 100px;
  }



  .banner .icon2 {
    position: relative;
    top: 50px;
    left: -10px;
    border: 3px solid #fddf66;
    padding: 15px;
    border-left: 10px solid #fddf66;
  }

  .banner .icon2 img {
    margin: 0 10px;
    background-color: #ffffff;
    border-radius: 8%;
    padding: 15px;
    width: 100px;
  }

  .banner .number-box h2 {
    font-size: 20px;
    color: #3a0558;
    font-weight: bold;
  }

  .banner .number-box h2 span {
    font-size: 22px;
    font-weight: 500;
  }

  F .banner .frm {
    position: relative;
    margin-bottom: 15px;
  }

  .banner .frm i {
    position: absolute;
    top: 50%;
    right: 12px;
    bottom: 0px;
    transform: translateY(-50%);
    color: #e3b500;
    font-size: 14px;
    padding: 5px;

  }


  .banner .form input::placeholder {
    color: #aaa;
  }

  .banner .form select {
    color: #000000;
  }

  .banner .form .frm {
    width: 100%;
    padding: 5px;
    margin: 5px 0;
    border-radius: 8px;
    border: none;
  }

  .banner .bubbles {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0;
    overflow: hidden;
    top: 0;
    left: 0;
  }

  .banner .bubble {
    position: absolute;
    bottom: -100px;
    width: 40px;
    height: 40px;
    background: #f1f1f1;
    border-radius: 50%;
    opacity: 0.5;
    animation: rise 10s infinite ease-in;
  }

  .banner .bubble:nth-child(1) {
    width: 40px;
    height: 40px;
    left: 10%;
    animation-duration: 8s;
  }

  .banner .bubble:nth-child(2) {
    width: 20px;
    height: 20px;
    left: 20%;
    animation-duration: 5s;
    animation-delay: 1s;
  }

  .banner .bubble:nth-child(3) {
    width: 50px;
    height: 50px;
    left: 35%;
    animation-duration: 7s;
    animation-delay: 2s;
  }

  .banner .bubble:nth-child(4) {
    width: 80px;
    height: 80px;
    left: 50%;
    animation-duration: 11s;
    animation-delay: 0s;
  }

  .banner .bubble:nth-child(5) {
    width: 35px;
    height: 35px;
    left: 55%;
    animation-duration: 6s;
    animation-delay: 1s;
  }

  .banner .bubble:nth-child(6) {
    width: 45px;
    height: 45px;
    left: 65%;
    animation-duration: 8s;
    animation-delay: 3s;
  }

  .banner .bubble:nth-child(7) {
    width: 90px;
    height: 90px;
    left: 70%;
    animation-duration: 12s;
    animation-delay: 2s;
  }

  .banner .bubble:nth-child(8) {
    width: 25px;
    height: 25px;
    left: 80%;
    animation-duration: 6s;
    animation-delay: 2s;
  }

  .banner .bubble:nth-child(9) {
    width: 15px;
    height: 15px;
    left: 70%;
    animation-duration: 5s;
    animation-delay: 1s;
  }

  .banner .bubble:nth-child(10) {
    width: 90px;
    height: 90px;
    left: 25%;
    animation-duration: 10s;
    animation-delay: 4s;
  }

  @keyframes rise {
    0% {
      bottom: -100px;
      transform: translateX(0);
    }

    50% {
      transform: translate(100px);
    }

    100% {
      bottom: 1080px;
      transform: translateX(-200px);
    }
  }

  .letter-glow {
    position: relative;
  }


  .letter-glow::before {
    content: attr(data-text);
    position: absolute;
    top: 0;
    left: 0;
    color: #ffffff;
    filter: blur(2px);
    text-shadow: 0 0 5px #ffffff, 0 0 10px #ffffff, 0 0 20px #ffffff;
    opacity: 0.5;
    transform: scale(1);
    animation: glowTextShape 2s ease-out infinite;
    z-index: -1;
    white-space: nowrap;
  }

  @keyframes glowTextShape {
    0% {
      opacity: 0.6;
      transform: scale(1);
      filter: blur(2px);
    }

    100% {
      opacity: 0;
      transform: scale(1.8);
      filter: blur(8px);
    }
  }



  .banner .frm {
    position: relative;
    margin-bottom: 20px;
  }




  .banner .form .custom-input {
    width: 100%;
    padding: 15px;
    margin: 5px 0;
    border-radius: 8px;
    border: none;
  }

  .social-icon {
    display: flex;
    justify-content: center;
    margin-top: 20px;
  }
.form-check-input {
  border: var(--bs-border-width) solid #5384b4;
}
  /* Make the container and row flexible and stack vertically on smaller screens */

  /* Extra mobile adjustments */
  @media (max-width: 575px) {
    .banner .top-banner {
      padding-top: 75px;
      height: auto;
      min-height: 100vh;
      background-size: cover;
    }

    .banner-content {
      padding-top: 10px;
    }

    .banner .banner-content h1 {
      font-size: 26px;
      padding-bottom: 8px;
    }

    .banner .banner-content h5 {
      font-size: 15px;
    }

    .banner .number-box h2,
    .banner .number-box h2 span {
      font-size: 14px;
      padding: 4px 0;
    }

    .banner .form {
      max-width: 98vw;
      padding: 10px;
      margin: 0 auto;
      border-width: 1px;
      box-shadow: none;
    }

    .banner .form h6 {
      font-size: 14px;
    }

    .banner .form h2 {
      font-size: 21px;
    }

    .banner .frm i {
      left: auto;
      right: 12px;
      font-size: 12px;
      padding: 2px;
    }

    .banner .form input,
    .banner .form select {
      font-size: 13px;
      padding: 18px;
      min-width: 0;
    }

    .banner .from-btn {
      font-size: 15px;
      padding: 3px 6px;
      margin-bottom: 10px;
    }

    .banner .bubbles .bubble {
      width: 20px;
      height: 20px;
      opacity: 0.35;
    }




  }

  /* Tablet specific adjustments */
  @media (min-width: 576px) and (max-width: 991px) {
    .banner .banner-content h1 {
      font-size: 34px;
    }

    .banner .banner-content h5 {
      font-size: 18px;
    }

    .banner .form h2 {
      font-size: 27px;
    }

    .banner .form {
      background-color: #4f4365;
    }

    .banner .from-btn {
      font-size: 13px;
    }

    .banner {
      height: 900px;
    }
  }

  /* General image adjustment for responsiveness */
  .banner .banner-content img,
  .banner .top-img img,
  .banner .rg-img img {
    position: static;
    max-width: 100%;
    height: auto;
    margin: 15px 0;
    opacity: 1;
  }



  /* Remove all hardcoded px-based left/top for icons/images for smaller screens */
  @media (max-width: 991px) {
    .banner .form {
      margin-top: 70px;
    }

    .banner .number-box .other-no {
      width: auto;
      display: inline-block;
    }

  }

  /* Bubble animation speed and size reduction for mobile */
  @media (max-width: 575px) {
    .banner .bubble {
      width: 10px;
      height: 10px;
      animation-duration: 6s;
    }


  }

  @media (max-width: 600px) {
    .banner {
      height: auto;
    }

    .banner .banner-content h1 {
      font-size: 24px;
      color: rgb(34, 2, 92);
    }

    .banner .form h2 {
      font-size: 35px;
      width: auto;
      margin: auto;
      padding: 10px;
    }

    .banner .number-box .other-no {
      width: auto;
    }

  }

  @media (min-width:1990px) and (max-width: 2200px) {
    .banner .top-banner {
      height: 900px;
    }
    .btn-contact img{
      margin-bottom: 3px;
    }
  }

  @media (min-width:1300px) and (max-width: 1366px) {
    .banner {
      height: 700px;
    }

    .banner .top-banner .mid-bannerform {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      margin-top: -40px;
    }
     .banner .form .frm {
      margin: 0;
     }
     .banner .form .custom-input{
      padding: 10px;
     }
     .banner .from-btn{
      margin-bottom: 0;
     }
     .banner .icon2 img{
      width: 75px;
     }
     .banner .icon2{
      padding: 8px;
     }
  }
  @media (min-width:1367px) and (max-width: 1500px){

     .banner .top-banner .mid-bannerform{
      margin-top: 0px;
     }
  }
  /************ banner-end**********/


  /************about-start**********/
  .about-section .sec-title .title {
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 24px;
    color: #380e5f;
    font-weight: 700;
    margin-bottom: 10px;
  }
.about-section .text{
text-align:justify
}

  .about-section .sec-title h2 {
    position: relative;
    display: block;
    font-size: 35px;
    color: #04004d;
    font-weight: 600;
    padding-bottom: 8px;
  }

  .about-section .sec-title .title:before {
    position: absolute;
    content: '';
    left: 122px;
    bottom: 8px;
    width: 73px;
    height: 3px;
    background-color: #eeda39;
  }

  .about-section .sec-title .text {
    position: relative;
    font-size: 16px;
    line-height: 26px;
    color: #707070;
    font-weight: 400;
    margin-top: 10px;
  }

  .about-section .sec-title.light h2 {
    color: #ffffff;
  }

  .about-section .sec-title.text-center h2:before {
    left: 50%;
    margin-left: -25px;
  }

  .about-section .list-style-one {
    position: relative;
  }

  .about-section .author-desc h2 {
    font-weight: 700;
    text-transform: capitalize;
    font-size: 21px;
    color: #00c389;
  }

  .about-section {
    position: relative;
    z-index: 10;
    padding: 50px 0px;
    overflow: hidden;
  }

  .about-section .sec-title {
    margin-bottom: 15px;
  }

  .about-section .content-column .inner-column {
    position: relative;
    padding-left: 30px;
    padding-top: 50px;
  }

  .about-section .text {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 26px;
    color: #848484;
    font-weight: 400;
  }

  .about-section .image-column {
    position: relative;
    margin-top: 90px;
  }

  .about-section .image-column .inner-column {
    position: relative;
    padding-left: 80px;
    padding-bottom: 0px;
  }

  .about-section .image-column .inner-column .author-desc {
    position: absolute;
    bottom: 51px;
    z-index: 1;
    background: #ffffff;
    padding: 10px 15px;
    left: 58px;
    width: calc(100% - 238px);
    border-radius: 6px;
  }

  .about-section .image-column .inner-column:before {
    content: '';
    position: absolute;
    width: calc(50% + 80px);
    height: calc(100% + 150px);
    top: -80px;
    left: -3px;
    background: transparent;
    z-index: 0;
    border: 44px solid #310658;
  }

  .about-section .image-column .image-1 {
    position: relative;
  }

  .about-section .image-column .image-2 {
    position: absolute;
    left: 0;
    bottom: 0;
  }

  .about-section .image-column .image-2 img,
  .about-section .image-column .image-1 img {
    box-shadow: 0 30px 50px rgba(8, 13, 62, .15);
    border-radius: 10px;
    height: 345px;
    max-width: 354px;
    width: 100%;
    object-fit: cover;
  }

  .about-section .figure-img {
    background-color: #718655;
  }

  .gradient-shimmer {
    font-size: 38px;
    font-weight: bold;
    text-transform: capitalize;
    background: linear-gradient(90deg, #ff0055, #ff9900, #01566b, #018547);
    background-size: 300% 300%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: relative;
    display: inline-block;
    animation: gradientFlow 6s ease infinite;
    overflow: hidden;
  }

  .gradient-shimmer::before {
    content: "";
    position: absolute;
    top: 0;
    left: -150%;
    width: 150%;
    height: 100%;
    background: linear-gradient(120deg, transparent, rgba(255, 255, 255, 0.8), transparent);
    animation: shimmer 3s infinite;
  }

  @keyframes gradientFlow {
    0% {
      background-position: 0% 50%;
    }

    50% {
      background-position: 100% 50%;
    }

    100% {
      background-position: 0% 50%;
    }
  }

  @keyframes shimmer {
    0% {
      left: -150%;
    }

    100% {
      left: 150%;
    }
  }

  @media (max-width:790px) {
    .about-section {
      position: relative;
      z-index: 10;
      padding: 0px 0 70px;
    }

    .about-section .content-column .inner-column {
      position: relative;
      padding-left: 0px;
      padding-top: 98px;
    }

    .about-section .image-column .inner-column .author-desc {
      position: absolute;
      bottom: 51px;
      z-index: 1;
      background: #ffffff;
      padding: 10px 15px;
      left: 58px;
      width: calc(100% - 50px);
      border-radius: 6px;
    }
  }

  /************about-end**********/
  /************ how-work start**********/
  .how-work {
    overflow: hidden;
    background-image: url(../images/works-how.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px 0;

  }

  .howwork-heading h6 {
    font-size: 20px;
    line-height: 24px;
    color: #380e5f;
    font-weight: 700;
    position: relative;
  }

  .howwork-heading h6::after {
    position: absolute;
    content: "";
    top: 10px;
    left: 134px;
    width: 73px;
    height: 3px;
    background-color: #dac003;
  }

  .howwork-heading h2 {
    font-size: 35px;
    color: #250042;
    font-weight: 600;
    padding-bottom: 8px;
  }

  .howwork-heading h2 span {
    color: #c9a223;
  }

  .listar-feature-item-wrapper {
    margin-bottom: 100px;
    padding-left: 27px;
    padding-right: 27px;
  }

  .listar-feature-item {
    height: calc(100% - 20px);
  }

  .listar-feature-item.listar-feature-has-link~.listar-feature-fix-bottom-padding.listar-fix-feature-arrow-button-height {
    position: relative;
    display: block;
    width: 100%;
    height: 30px;
  }

  .listar-feature-item a {
    position: absolute;
    top: -10px;
    left: 15px;
    width: calc(100% - 30px);
    height: calc(100% + 4px);
    border-radius: 1000px;
    z-index: 10;
  }

  .listar-feature-with-image .listar-feature-item a:before {
    content: "";
    position: absolute;
    top: -70px;
    left: 50%;
    margin-left: -74px;
    width: 148px;
    height: 148px;
    border-radius: 1000px;
    z-index: 10;
  }

  .listar-feature-item a:after {
    content: "";
    position: absolute;
    bottom: -7px;
    left: 50%;
    margin-left: -25px;
    width: 50px;
    height: 50px;
    border-radius: 1000px;
    z-index: 10;
    animation: ripple 0.7s linear infinite;
    box-shadow: 5px 5px 10px rgba(163, 177, 198, 0.6),
      -5px -5px 10px rgba(255, 255, 255, 0.5);
  }


  @keyframes ripple {
    0% {
      box-shadow: 0 0 0 0 rgba(163, 177, 198, 0.3), 0 0 0 1em rgba(163, 177, 198, 0.3), 0 0 0 3em rgba(163, 177, 198, 0.03), 0 0 0 5em rgba(163, 177, 198, 0.01);
    }

    100% {
      box-shadow: 0 0 0 1em rgba(163, 177, 198, 0.3), 0 0 0 3em rgba(163, 177, 198, 0.03), 0 0 0 5em rgba(163, 177, 198, 0.03), 0 0 0 8em rgba(163, 177, 198, 0.01);
    }
  }

  .listar-feature-item .listar-feature-item-inner {
    padding: 50px 30px;
    border-radius: 6px;
    z-index: 5;
    position: relative;
    height: 100%;
  }

  .listar-feature-item .listar-feature-item-inner {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .listar-feature-right-border {
    position: absolute;
    width: calc(100% + 24px);
    height: calc(100% + 24px);
    top: -12px;
    left: 50%;
    overflow: hidden;
  }

  .listar-feature-items {
    text-align: center;

    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .listar-feature-item-inner .listar-feature-right-border:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border: 11px solid #3e3b6d;
    border-radius: 800px;
    left: -50%;
  }

  .listar-feature-item.listar-feature-has-link .listar-feature-item-inner:after {
    content: "";
    background-color: #ffffff;
    z-index: 6;
    position: absolute;
    background-repeat: no-repeat;
    background-position: center center;
  }

  .listar-feature-icon-wrapper {
    width: 148px;
    height: 148px;
    line-height: 148px;
    border-radius: 500px;
    position: relative;
    background-color: #f6f6f6;
    box-shadow: 8px 8px 30px rgba(0, 0, 0, 0.06);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    left: 50%;
    vertical-align: middle;
    margin-left: -74px;
    top: -66px;
    margin-top: -74px;
  }

  .listar-feature-icon-inner {
    width: 120px;
    height: 120px;
    line-height: 120px;
    border-radius: 500px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.14);
    background: #fff;
  }

  .listar-feature-icon-inner div {
    display: inline-block;
    position: relative;
    width: 120px;
    height: 120px;
    line-height: 120px;
    text-align: left;
  }

  .listar-feature-icon-inner img {
    position: relative;
    margin: 0 auto;
    vertical-align: middle;
    display: inline-block;
    width: auto;
    left: 50%;
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
    -ms-transform: translate(-50%);
    -o-transform: translate(-50%);
    transform: translate(-50%);
    height: 90px;
  }

  .listar-feature-item img,
  .listar-feature-item i {
    position: relative;
    display: inline-block;
    border-bottom: 0;
    font-size: 40px;
    top: 0;
    padding: 0;
    color: #258bd5;
  }

  .listar-feature-with-image .listar-feature-content-wrapper {
    top: 0;
  }

  .listar-feature-content-wrapper {
    position: relative;
    margin-top: -15.5px;
  }

  .listar-feature-item .listar-feature-item-title {
    padding-top: 0;
    margin: 0 0 30px;
    text-align: center;
    line-height: 1.5;
  }

  .listar-feature-item .listar-feature-item-title.listar-feature-counter-added>span {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 25px;
    border-radius: 0 18px 18px 0;
  }

  .listar-feature-item .listar-feature-item-title>span {
    max-height: 80px;
    min-height: 70px;
    box-shadow: 15px 20px 30px rgba(80, 80, 80, 0.12), 5px 0px 40px rgba(80, 80, 80, 0.1);
    padding: 10px 18px;
    display: inline-block;
    position: relative;
    background-color: #fff;
    font-size: 14px;
    font-weight: bold;
  }

  .listar-feature-item .listar-feature-item-title>span span {
    box-shadow: 15px 15px 30px rgba(80, 80, 80, 0.2), 5px 0px 80px rgba(80, 80, 80, 0.15);
    padding: 10px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 56px;
    height: 91px;
    line-height: 30px;
    white-space: nowrap;
    position: absolute;
    top: -11px;
    left: -50px;
    border-radius: 13px;
    background-color: #fff;
  }

  .pset {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .listar-feature-item.listar-feature-has-link .listar-feature-item-inner:after {
    margin-left: -25px;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    box-shadow: 10px 10px 40px rgba(80, 80, 80, 0.15),
      15px 15px 30px rgba(80, 80, 80, 0.05), 0 0 120px rgba(80, 80, 80, 0.6);
    bottom: -20px;
    color: #555;
    line-height: 52px;
  }

  @media (max-width:900px) {
    .listar-feature-item .listar-feature-item-title>span span {
      top: -10px;
      left: -51px;
    }

    .listar-feature-item-wrapper {
      margin-bottom: 140px;
      padding-left: 27px;
      padding-right: 27px;
    }
  }

  /************ how-work end**********/
  /************ special-offer start**********/
  .special-offer {
    padding: 50px 0;
    overflow: hidden;
  }

.special-offer .container {
    background-image: url(../images/discount.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }



  .special-offer .special-text {
    margin-top: 80px;
  }

  .special-offer .special-text h2 {
    font-weight: bold;
    color: #250042;
  }

  .special-offer .special-text h4 {
    font-size: 22px;
    font-size: 600;
    font-weight: bold;
    padding: 5px;
    margin: 15px 0px 5px 0px;
    color: #f9fcff;
    background-color: #128660;
    border-radius: 3px;
    display: inline-block;
  }

  .special-offer .special-text h5 {
    font-size: 25px;
    font-weight: bold;
    padding-top: 10px;
    text-decoration: underline;
    color: rgb(1, 112, 84);
  }

  .special-offer .special-text h5 span {
    color: #6b5202;
    font-size: 65px;
    position: relative;
    top: 15px;
}

  .special-offer .special-text p {
    padding: 15px 0;
  }

  .special-offer .special-text .offer-btn {
    padding: 8px 12px;
    border-radius: 5px;
    text-transform: capitalize;
    font-weight: bold;
    background-color: #ffeb36;
    margin-bottom: 15px;
    transition: 0.5s;
  }

  .special-offer .special-text .offer-btn:hover {
    background-color: transparent;
    border: 2px solid #ffeb36;
    color: #cc0cf3;
    transition: 0.5s;
  }

  .special-offer .special-img img {
    width: 100%;
  }

  .gradient-text {
    font-size: 22px;
    font-weight: bold;
    background: linear-gradient(270deg, #029651, #052272, #c202c2);
    background-size: 600% 600%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: gradientMove 6s ease infinite;
  }

.gradient-text span {
    background: linear-gradient(270deg, #a79103, #ff8800, #ff0044);
    background-size: 600% 600%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    /* animation: gradientMove 4s ease infinite; */
  }

  @keyframes gradientMove {
    0% {
      background-position: 0% 50%;
    }

    50% {
      background-position: 100% 50%;
    }

    100% {
      background-position: 0% 50%;
    }
  }

  @media (max-width:990px) {
    .special-offer .special-text {
      margin-top: 0px;
    }

    .special-offer .container {
      background-image: url(../images/desktop-responsive.png);
      background-repeat: no-repeat;
      background-position: center;
      background-size: cover;
    }

.special-offer .special-text h5 {
font-size:30px;
}
  }

  /************ special-offer end**********/
  /************ key-feature start**********/
  .cards-container {
    margin: auto;
  }

  .key-features {
    padding: 50px 0px 20px 0px;
    position: relative;
    overflow: hidden;
  }

  .feature-box {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 20px;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    background: #cec5d1;
    background: linear-gradient(9deg, rgb(234, 250, 245) 24%, rgba(255, 255, 255, 1) 70%, rgba(255, 255, 255, 1) 100%);
  }

  .feature-box h2 {
    font-weight: bold;
    font-size: 22px;
    padding-bottom: 10px;
    color: #002152;
  }

  .feature-box p {
    font-size: 15px;
    color: #575757;
  }

  .main {
    width: 100%;
    margin: auto;
  }

  .cyan {
    border-top: 4px solid #45d3d3;
    margin-top: 20px;
  }

  .blue {
    border-top: 4px solid #9869fc;
    margin-top: 100px;
  }

  .green {
    border-top: 4px solid #0c0a99;
  }

  .red {
    border-top: 4px solid #fad459;
    margin-top: 100px;
  }

  .features-img img {
    width: 100%;
  }

  .key-heading {
    position: relative;
  }

  .key-heading h5 {
    color: #aa920a;
    font-size: 18px;
    font-weight: 700;
    padding-bottom: 10px;
  }

  .key-heading h5::before {
    position: absolute;
    content: '';
    left: 158px;
    bottom: 20px;
    width: 73px;
    height: 3px;
    background-color: #eeda39;
  }

  .key-heading h2 {
    color: #250042;
    font-size: 30px;
    font-weight: 700;
    padding-bottom: 30px;
  }

  @media (max-width:500px) {
    .key-heading h5::before {
      position: absolute;
      content: '';
      left: 158px;
      bottom: 229px;
      width: 73px;
      height: 3px;
      background-color: #eeda39;
    }
  }

  @media (min-width:500px) and (max-width:1000px) {
    .key-heading h5::before {
      display: none;
    }
  }

  @media (max-width:990px) {
    .red {
      margin-top: 20px;
    }

    .blue {
      margin-top: 20px;
    }

    .green {
      margin-top: 20px;
    }


  }

  /************ key-feature end**********/
  /************ disclaimer start**********/
  .disclaimer {
    position: relative;
    padding: 10px 0px 0px 0px;
  }

  .disclaimer .dis-box {
    position: relative;
    top: 107px;
    left: 0px;
    width: 90%;
	margin:auto;
    height: 126px;
    background-color: #f5e173;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    z-index: -1;
  }

  .disclaimer .disclaimer-text {
    background-color: #260244;
    padding: 15px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    position: relative;
    z-index: 1;
  }

  .disclaimer .disclaimer-text p {
    color: #fff;
  }

  .disclaimer .disclaimer-text p span {
    color: #ffed49;
    font-weight: bold;
    font-size: 20px;
    text-decoration: underline;
  }

  .disclaimer .disclaimer-text h6 {
    color: #fed73e;
    text-align: center;
    padding: 10px;
    font-weight: bold;
    font-size: 20px;
  }

  .disclaimer .disclaimer-text h6 span {
    color: #8ff7dd;
    font-size: 20px;
  }

  @media (max-width:990px) {
    .disclaimer .dis-box {
      position: relative;
      top: 107px;
      left: 0px;
      width: 100%;
      height: 126px;
      background-color: #f5e173;
      border-top-left-radius: 20px;
      border-top-right-radius: 20px;
      z-index: -1;
    }
  }

  /************ diaclaimer end**********/
  /******footer start******/
  footer {
    background-image: url(../images/footer-bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding-top: 50px;
    position: relative;
  }

  footer .ft-address h4 {
    color: #fff;
    font-weight: bold;
    padding-bottom: 5px;
  }

  footer .ft-address li {
    color: #fff;
  }

  footer .ph-number {
    margin-left: 79px;
  }

  .ft-icon {
    margin-left: 59px;
  }

  footer .ph-number h4 {
    color: #fff;
    font-weight: bold;
  }

  footer .ph-number li {
    color: #fff;
    padding-bottom: 5px;
  }

  footer .mail-id h4 {
    color: #fff;
    font-weight: bold;
  }

  footer .mail-id p {
    color: #fff;
  }

  footer::after {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #290029b8;
  }

  .top-footer .subscription {
    position: relative;
    z-index: 1;
    border-left: 2px solid #fed73e;
  }

  .top-footer .subscription h3 {
    color: #fff;
    text-transform: capitalize;
    font-size: 30px;
    font-weight: 600;
    padding-left: 10px;
  }

  .top-footer .subscription p {
    color: #fff;
    font-size: 13px;
    padding-top: 15px;
    padding-left: 10px;
  }

  .top-footer .mail {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .foot-button {
    position: relative;
    z-index: 1;
    background-color: #fae17d;
    border-bottom: 4px solid #ffffff;
    border-radius: 8px;
    padding: 12px 20px;
    color: #0e0147;
    cursor: pointer;
    font-weight: bold;
    transition: 0.4s linear;
    text-transform: capitalize;
  }

  .foot-button:hover {
    color: #0c041b;
    font-weight: bold;
    border-bottom: 4px solid rgb(255, 180, 82);
    background-color: #fff;
    transition: 0.4s linear;
  }


  .top-footer .upper {
    border-bottom: 1px solid rgb(224, 219, 219);
    padding-bottom: 40px;
    width: 100%;
  }

  .top-footer .middle {
    padding: 60px 0;
    position: relative;
    z-index: 1;
  }

  .top-footer .logo-ft {
    position: relative;
    z-index: 1;
  }

  .ft-icon {
    display: flex;
  }

  .ft-icon li {
    list-style: none;
  }

  .ft-icon li a {
    width: 50px;
    height: 50px;
    border: 1px solid #fed73e;
    text-align: center;
    line-height: 80px;
    font-size: 35px;
    margin: 0 10px;
    display: block;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
    z-index: 1;
  }

  .ft-icon li a .icon {
    position: relative;
    top: -21px;
    color: #f8ebeb;
    transition: .5s;
    z-index: 3;
    font-size: 22px;
    left: 4px;
  }

  .ft-icon li a:hover .icon {
    color: #fff;
    transform: rotateY(360deg);
  }

  .ft-icon li a:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    background: #f00;
    transition: .5s;
    z-index: 2;
  }

  .ft-icon li a:hover:before {
    top: 0;
  }

  .ft-icon li:nth-child(1) a:before {
    background: #3b5999;
  }

  .ft-icon li:nth-child(2) a:before {
    background: #55acee;
  }

  .ft-icon li:nth-child(3) a:before {
    background: #0077b5;
  }

  .ft-icon li:nth-child(4) a:before {
    background: #dd4b39;
  }


  .bottom-footer {
    padding: 20px 0;
    background-color: #eee3b6;
    position: relative;
    z-index: 1;
    border-top: 1px solid rgb(255, 180, 82);
  }

  .bottom-footer {
    text-align: center;
    color: #000000;
    font-family: 12px;
  }

  @media screen and (min-width:200px) and (max-width:990px) {
    footer .ph-number {
      margin-left: 0px;
      margin-top: 50px;
    }

    .ft-icon {
      margin-left: 0px;
    }

    .top-footer input {
      width: 100%;
      margin: 0;
    }

    .top-footer .upper {
      text-align: center;
    }

    .top-footer .subscription {
      border: none;
      padding: 20px 0;
    }

    .foot-button .btn {
      width: 100%;
      margin: 10px 0;
    }

    .ft-icon li a .icon {
      position: relative;
      top: -15px;
      color: #f8ebeb;
      transition: .5s;
      z-index: 3;
      font-size: 22px;
      left: 4px;
    }

    .ft-icon li a {
      width: 45px;
      height: 45px;
      border: 1px solid rgb(18, 215, 233);
      text-align: center;
      line-height: 80px;
      font-size: 10px;
      margin: 50px 10px;
      display: block;
      border-radius: 50%;
      top: 0;
      left: -12px;
      position: relative;
      overflow: hidden;
      z-index: 1;
    }


  }

  /******footer end******/
   /******earth-start******/
  .bottoms-banner {
    height: 200px;
  }

  .earth-img {
    position: relative;
    bottom: 200px;
    left: -40px;
    display: flex;
    justify-content: center;
    align-items: center;

  }
.earth-img::after{
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.87) 24%, rgba(255, 255, 255, 0.966) 50%, rgba(255, 255, 255, 0) 100%);
}
  .earth-img .vd {
    width: 1000px;
  }

  .graph-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    bottom: 516px;
    left: -34px;

  }
  .animated-vd{
    opacity: 0.3;
  }
    /******earth-end******/
