body {
    margin: 0;
    /* font-family: Arial, sans-serif; */
    font-family:"Rubik", sans-serif;
    overflow-x: hidden;
  }
  
  .wrapper {
    margin: 0 auto;
    position: absolute;
    width: 100%;
  }
  /* Top header */
  .top-header {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #2163FE;
    padding: 10px;
    font-size: 1rem;
    color: white;
    z-index: 1001;
  }
  header {
    position: relative;
  }
  .top-header a {
    color: white;
    text-decoration: none;
    margin-left: 100px;
  }
  
  .top-header a:hover {
    text-decoration: underline;
    color: white;
  }
  /* Default navbar styles */
  .navbar {
    position: absolute; /* Initially absolute, so it stays at top: 40px */
    top: 44px;
    left: 0;
    width: 100%;
    background-color: white;
    padding: 0.4rem 1rem !important;
    z-index: 1000;
    box-shadow: 0 2px 2.5px rgba(0, 0, 0, 0.1);
    transition: top 0.6s ease-in-out, background-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
  
  }

  .navbar.sticky {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    background-color: #fff;
    box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.2);
    }
  
  /* Fixed navbar when scrolling */
  .navbar.fixed {
    position: fixed;
    top: 0;
  }
  
  
  .nav-main {
    display: flex;
    width: 96%;
    height: 40px;
    flex-direction: row;
    justify-content: space-between;
    background-color: white;
    padding-left: 90px;
  }
  
  #menu-icon {
    display: none;
    cursor: pointer;
  }
  
  #menu-icon:hover {
    color: rgb(109, 107, 107);
  }
  
  .logo-section {
    display: flex;
    justify-content: space-between;
  }

  .logo-section img{
    width: 38%;
  }
  
  .top-header {
    display: flex;
  }
  
  .nav-list {
    display: flex;
    justify-content: end;
    align-items: center;
  }
  
  .nav-list a:hover {
    /* color: rgb(76, 75, 75); */
    background-color: rgba(64, 102, 242, 0.1);
    color: #2163FE;
  }
  
  /* .nav-list div {
    padding: 2px 20px;
  } */
  
  .nav-list div a {
    text-decoration: none;
    font-size: 15px;
    color: #2e384d;
    font-weight: 500;
    transition: color 0.3s ease;
    border-radius: 100px;
    padding: 8px 20px;
    background-color: transparent;
    transition: all 0.4s ease-in-out;
  }
  
  #login-btn {
    color: white;
    font-weight: bold;
    cursor: pointer;
    padding: 3px 10px;
    border-radius: 100px;
    background-color: #2163FE;
    border: 1px solid #2163FE;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  
  #login-btn a {
    color: white;
    margin: 0px 5px;
    padding: 0px;
  }
  
  .banner-sec {
    position: relative;
    /* background-image: url('http://localhost/welexoapp/public/assets/img/home_banner_bg1.png'); */
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    margin-top: 70px;
  }
  
  .home-page {
    /* position: relative; */
    /* display: flex; */
    align-items: center;
    justify-content: space-between;
    padding: 50px 0px;
    /* box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); */
    text-align: center;
    overflow: hidden;
  }
  
  .banner-sec .banner-img {
       text-align: right;
  }
 .banner-sec .banner-img img {
    width: 80%;
 }
  .banner-sec .banner-text {
    text-align: left;
  }
  .sub-title {
    color: #2163FE;
    text-transform: uppercase;
    display: flex;
    font-size: 16px;
  }
  .sub-title img {
    margin-right: 7px;
  }
  .banner-sec .banner-text .heading-title{
    font-size: 72px;
    line-height: 82px;
    font-weight: bold;
  }
  .banner-sec .banner-text .heading-title span{
    color: #2163FE;
  }
  .banner-sec .banner-shape1 {
    position: absolute;
    top: 50%;
    left: 50%;
  }

  .enquire-btn, .read-more {
    border-radius: 100px;
    padding: 10px 30px;
  }

  .home-page-content {
    text-align: center;
    margin-top: 20px;
    position: relative;
    z-index: 1;
  }
  
  .home-page-content h1 {
    font-size: 60px;
    font-weight: 700;
    text-align: center;
    color: #1151f1;
    text-shadow: 18px 18px 18px rgba(0, 0, 6, 28.2)
    /* color: rgb(28, 27, 27); */
  }
  
  .home-page-content p {
    font-size: 22px;
    font-weight: 600;
    color: white;
    text-align: center;
    margin: 20px auto;
  }
  
  a.btn.btn-white.btn-animate {
    width: 180px;
    background-color: #1155FC;
    color: #fff;
    margin: 20px 37%;
    border: none;
    padding: 10px 15px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 18px;
    font-weight: bold;
    box-shadow: 6px 6px 20px 0px rgba(54, 54, 54, 0.2);
  }
  
  a.btn.btn-white.btn-animate:hover {
    background-color: rgb(76, 75, 75);
  }
  
  
  .home-features {
    width: 100%;
    background: whitesmoke;
    padding: 48px 48px;
    overflow: hidden;
    text-align: center;
  }
  
  .feature-slider-container {
    width: 100%;
    overflow: hidden;
    position: relative;
  }
  
  .feature-slider {
    display: flex;
    gap: 20px;
    transition: transform 0.5s ease-in-out;
    white-space: nowrap;
  }
  
  .feature-card {
    flex: 0 0 23%;
    padding: 20px;
    border-color: #c9dcf529;
    background: linear-gradient(90deg, #e4edf7 0%, #e8f0fa 35%, #F1F8FF 100%);
    /* box-shadow: 6px 6px 35px 0px rgba(191, 219.00000000000009, 255, 0.75); */
    box-shadow: 99px 66px 75px 9px rgb(160 174 191 / 75%);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    border-radius: 10px;
    position: relative;
    display: inline-block;
    text-align: center;
    overflow: hidden;
  }
  
  .feature-card h5 {
    transition: opacity 0.3s;
    font-weight: 450;
  }
  
  .feature-card:hover h5 {
    opacity: 0.1;
  }
  
  .feature-card::after {
    content: attr(data-content);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    padding: 20px;
    background: #1155FC;
    color: white;
    /* font-weight: bold; */
    opacity: 0;
    transition: opacity 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
  }
  
  .feature-card:hover::after {
    opacity: 1;
  }
  
  .whatsapp-gif {
    position: fixed;
    right: 20px;
    /* Adjust this value for positioning */
    bottom: 20px;
    /* Adjust this value for positioning */
    z-index: 100;
    /* Ensures it's on top of other elements */
  }
  
  .whatsapp-gif img {
    width: 50px;
    height: auto;
    cursor: pointer;
    transition: transform 0.3s ease-in-out;
  }
  
  /* Hover effect for desktop */
  .whatsapp-gif img:hover {
    transform: scale(1.1);
  }
  
 
  @keyframes shake-animation {
    0% { transform:translate(0,0) }
   1.78571% { transform:translate(5px,0) }
   3.57143% { transform:translate(0,0) }
   5.35714% { transform:translate(5px,0) }
   7.14286% { transform:translate(0,0) }
   8.92857% { transform:translate(5px,0) }
   10.71429% { transform:translate(0,0) }
   100% { transform:translate(0,0) }
  }
  
  /* Styles for the read more button */

  /* Style for achievement section */
  #Achivements {
    background: linear-gradient(90deg, #e4edf7 0%, #e8f0fa 35%, #F1F8FF 100%);
    color: #333;
    cursor: pointer;
    font-size: 1rem;
    width: 100%;
    padding: 20px;
    border: none;
    margin: 30px 0;
    outline: none;
    transition: background-color 0.4s;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: bold;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
  }
  
  .image-wrapper {
    width: 100%;
    /* Make each image take one-third of the width with spacing */
    height: 50%;
    text-align: center;
    margin-bottom: 20px;
    /* Add margin between images */
    background-color: white;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    margin-left: 23%;
    font-size: 1rem;
    padding: 20px;
    overflow: hidden;
    transition: transform 0.3s ease-in-out;
  }
  
  .image-wrapper:hover {   
    transform: scale(1.1);
  }
  
  .image-wrapper img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 50%;
  }
  
  .image-caption {
    margin-top: 10px;
    color: rgb(49, 49, 49);
    font-size: 16px;
      text-decoration: none;
      font-weight: lighter;
  }
    
  .Achivement-heading {
   color: #1155FC;
    /* Your desired text color */
    position: relative;
    display: inline-block;
    animation: glitter 1s infinite alternate;
  }
  
  @keyframes glitter {
    0% {
      text-shadow: 0 0 3px #b5c8fa, 0 0 6px #b5c8fa, 0 0 9px #b5c8fa;
    }
  
    100% {
      text-shadow: 0 0 3px #b5c8fa, 0 0 6px #b5c8fa, 0 0 9px #b5c8fa, 
                   0 0 12px #b5c8fa, 0 0 15px #b5c8fa, 0 0 18px #b5c8fa, 
                   0 0 21px #b5c8fa, 0 0 24px #b5c8fa;
    }
  }
  
  
  .mb-3 {
    text-align: center;
  }
  
  .achivement-content {
    padding: 20px;
    margin-bottom: 20px;
  }
  
  /* style for our team section */
  .team-section {
    background: linear-gradient(90deg, #e4edf7 0%, #e8f0fa 35%, #F1F8FF 100%);
    color: #333;
    cursor: pointer;
    font-size: 1rem;
    width: 100%;
    padding: 20px;
    border: none;
    outline: none;
    transition: background-color 0.4s;
    align-items: center;
    justify-content: space-between;
    font-weight: bold;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
  }
  
  .team-member {
    margin-bottom: 30px;
    color: rgb(49, 49, 49);
    cursor: pointer;
    font-size: 1rem;
    width: 95%;
    padding: 20px;
    border: none;
    outline: none;
    transition: background-color 0.4s;
    background-color: white;
    align-items: center;
    justify-content: space-between;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    overflow: hidden;
    transition: transform 0.3s ease-in-out;
  }
  
  .team-member:hover {
    /* animation: shake 0.5s ease-in-out; */
    transform: scale(1.1);
  }
  /* our team */
  .team-title {
    font-size: 24px;
    font-weight: bold;
    color: #333;
  }
  
  .team-description {
    font-size: 16px;
    text-decoration: none;
    font-weight: lighter;
  }
  
  #team-heading {
    text-align: center;
    margin-bottom: 40px;
  }
  /* style for client section*/

  .client-content {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .client-description {
    font-size: 16px;
    line-height: 1.6;
    color: #555;
    text-align: center;
  }
  
  
  .card-body .logo {
    height: 50px;
  }
  
 
  .slick-slide {
    margin: 10px;
    margin-top: 0;
  }
  
  /* style for Privacy and Policy Section  */
  #privacy-policy-section,
  #term-condition-section {
    width: 84%;
    /* max-width: 900px; */
    margin: 30px auto;
    margin-top: 38px;
    padding: 20px;
    background: linear-gradient(135deg, #e4edf7, #f1f8ff);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
  }
  
  #privacy-policy .subheading,
  #term-condition .subheading {
    text-align: center;
    font-size: 16px;
    color: #444;
    font-weight: 500;
    margin-top: 5px;
  }
  /* Content Section */
  .policy-content,
  .term-content {
    margin-top: 30px;
    padding: 15px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  }
  /* Styling for subheadings */
  .policy-content h3,
  .term-content h3 {
    color: #1151f1;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 5px;
    border-left: 4px solid #1151f1;
    padding-left: 10px;
  }
  /* Paragraph styling */
  .policy-content p,
  .term-content p {
    font-size: 16px;
    color: #333;
    line-height: 1.6;
    margin-bottom: 15px;
  }
  /* Contact link styling */
  .policy-content a,
  .term-content a {
    color: #1151f1;
    font-weight: 600;
    text-decoration: none;
  }
  
  .policy-content a:hover,
  .term-content a:hover {
    text-decoration: underline;
  }
  
  #privacy-policy h2,
  #term-condition h2,
  #FAQs h2{
    text-align: center;
    color: #1151f1;
    font-weight: 700;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
  }
  
  #features .subheading,
  #FAQs .subheading,
  #testimonials .subheading,
  #Clients .subheading {
    text-align: center;
    font-size: 16px;
    color: black;
    margin-top: -10px;
    font-weight: 500;
  }
  
  /* Styles for the read more button  */
  .read-more-button,
  .read-more-button1 {
    width: 180px;
    background-color: #1155FC;
    color: #fff;
    border: none;
    padding: 10px 15px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 18px;
    font-weight: bold;
    box-shadow: 6px 6px 20px 0px rgba(54, 54, 54, 0.2);
    margin: 20px auto;
  }
  
  .read-more-button:hover,
  .read-more-button1:hover {
    background-color: rgb(76, 75, 75);
  }
  
  /* clients section */
  #Clients {
    padding: 50px 50px;
   /* background-image: url('http://localhost/welexoapp/public/assets/img/home-page/clients-bg.jpg'); */
   background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
  }
  
  /* Pricing section */
  /* #Pricing {
    max-width: 90%;
    margin: 20px auto;
  }
  
  .pricing-table-container .pricing-table {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    width: 96%;
    margin: 0 auto;
    margin-bottom: 20px;
    border: 2px solid #eae7e7;
    padding: 20px;
    border-radius: 8px;
  }
  
  #Pricing .subheading{
    text-align: center;
    font-size: 16px;
    color: black;
    margin-bottom: 35px;
    margin-top: -10px;
    font-weight: 500;
  }
  .span-currency-toggle {
    float: inline-start;
    margin-top: -50px;
  }
  
  .currency-toggle {
    margin-bottom: 20px;
  }
  
  .currency-toggle select {
    padding: 5px;
    font-size: 9px;
  }
  
  thead th,
  tbody td {
    border: 1px solid rgb(234, 219, 238);
    padding: 10px;
    text-align: center;
    font-weight: 450;
    vertical-align: middle;
  }
  
  td:hover {
    border-bottom-color: #4b0082;
  }
  
  thead th {
    position: sticky;
    background-color: white;
    border: 1px solid rgb(234, 219, 238);
    color: #4b0082;
    font-weight: 800;
    text-align: center;
    top: 0;
    z-index: 10;
    Ensures the header stays on top
  }
  
  .inr,
  .usd {
    display: block;
    font-size: 16px;
  }
  
  .usd {
    display: none;
  }
  
  .plan-image {
    width: 35px;
    height: 35px;
    margin-bottom: 5px;
  }
  
  .recommended {
    position: sticky;
  }
  
  .recommend-label img {
    position: absolute;
    top: -16px;
    right: -13px;
    height: 80px;
    transform-origin: top left;
  }
  
  .active-user:hover::after {
    content: attr(data-title);
    ;
    position: absolute;
    border: 1px solid gray;
    border-radius: 3px;
    background-color: #666669 !important;
    color: #fff;
    padding: 5px;
    font-size: 12px;
    left: 2;
    width: 130px;
    white-space: wrap;
    top: -30%;
    At the bottom of the tooltip
    margin-left: -45px;
  }
  
   .info-icon {
    font-style: normal;
    color: #5d57a4;
    cursor: pointer;
    margin-left: 5px;
    border: 2px solid rgb(234, 219, 238);
    border-radius: 50%;
    padding: 1px 4px;
    font-size: 8px;
  }
  
  .info-icon:hover::after {
    content: attr(data-title);
    position: absolute;
    background-color: #5d57a4 !important;
    color: #fff;
    padding: 3px;
    border-radius: 3px;
    left: 2;
    width: 200px;
    white-space: wrap;
    font-size: 12px;
    z-index: 100;
    margin-left: 10px;
  }
  
  #currency {
    margin-left: 10px;
    width: 60px;
    border: 1px solid gray;
    border-radius: 3px;
    padding: 3px;
    font-size: 10px;
    margin-top: 40px;
  }
  
  .blurred {
    filter: blur(3px);
    Adjust the blur intensity as needed
    color: rgba(0, 0, 0, 0.5);
    Optional: Adjust the color for better visibility
  } */ 
  
  
  
  /* style for feature section  */
  #features {
    max-width: 100%;
    padding: 50px 50px;
    background: #f4f6ffd1; 
  }
  
  .features-container .icon {
    width: 60px;
  }
  
  .features-container {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
    /* background: linear-gradient(90deg, #f7f8fa 0%, #e8f0fa 35%, #F1F8FF 100%);  */
    color: #003049;
    line-height: 1.8;
    padding: 12px;
    /* margin: 40px 48px; */
    /* box-shadow: 0 4px 80px -3px rgba(0, 0, 0, 0.2); */
  }
  
  .features-container .feature-title {
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 12px;
  }
  
  .features-container .feature {
    padding: 16px 24px;
    border-right: 1px solid rgba(0, 46, 71, 0.2);
    border-radius: 10px;
    transition: all 300ms ease;
    box-shadow: 0 4px 40px -8px rgba(0, 0, 0, 0.3);
  }
  
  .features-container .feature:last-child {
    border-right: none;
  }
  
  .features-container .feature:hover {
    /* background: linear-gradient(90deg, #f7f8fa 0%, #e8f0fa 35%, #F1F8FF 100%); */
    transform: translate(5px, -10px);
    box-shadow: 0 4px 40px -8px rgba(0, 0, 0, 0.3);
  }
  
  /* testimonial section */
  #testimonials {
    margin: 0 auto;
    padding: 50px 50px;
    background-color: #fff;
  }
  
  .testimonials-container {
    display: flex;
    gap: 32px;
    margin: 35px auto;
    height: 500px;
    padding: 24px;
    background: linear-gradient(90deg, #e4edf7 0%, #e8f0fa 35%, #F1F8FF 100%);
    ;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
  }
  
  .column {
    height: 100%;
    overflow: hidden;
    mask-image: linear-gradient(to bottom,
        transparent 0%,
        black 15%,
        black 85%,
        transparent 100%);
  }
  
  .testimonials {
    display: flex;
    flex-direction: column;
    gap: 24px;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
  }
  
  .column:hover .testimonials {
    animation-play-state: paused;
  }
  
  .card-testimonial {
    background: #fff;
    padding: 24px;
    border-radius: 16px;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
  }
  
  .card-testimonial .profile img {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    object-fit: cove;
  }
  
  .card-testimonial .profile {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 16px;
  }
  
  .card-testimonial .profile .name {
    font-weight: 600;
    color: #1a1a1a;
  }
  
  .card-testimonial .profile .role {
    font-size: 14px;
    color: #666;
  }
  
  .card-testimonial .content {
    color: #444;
    line-height: 1.5;
  }
  
  .column:nth-child(1) .testimonials {
    animation-name: scrollUp;
    animation-duration: 23s;
  }
  
  .column:nth-child(2) .testimonials {
    animation-name: scrollDown;
    animation-duration: 50s;
  }
  
  .column:nth-child(3) .testimonials {
    animation-name: scrollUp;
    animation-duration: 30s;
  }
  
  @keyframes scrollUp {
    from {
      transform: translateY(0);
    }
  
    to {
      transform: translateY(-50%);
    }
  }
  
  @keyframes scrollDown {
    from {
      transform: translateY(-50%);
    }
  
    to {
      transform: translateY(0);
    }
  }
  
  
  
  
  /* style for FAQs section */
  #FAQs {
    max-width: 100%;
    margin: 0 auto;
    padding: 50px 50px;
    position: relative;
    background: 
      repeating-linear-gradient(90deg, #ffffff 0, #f6f6f6 5%, transparent 0, transparent 50%),
      repeating-linear-gradient(180deg, #ffffff 0, #f6f6f6 5%, transparent 0, transparent 50%);
    background-size: 6em 6em;
    background-color: #ffffff;
    overflow: hidden;
  }
  
  /* ::after pseudo-element to add fade effect at bottom */
  #FAQs::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 150px; /* adjust height as needed */
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
    pointer-events: none;
  }
  
  .ques-list {
    display: flex;
    width: 90%;
    margin: 20px auto;
    flex-wrap: wrap;
    gap: 2px;
    justify-content: space-between;
    overflow: auto;
  }
  
  .faq-item {
    flex: 0 0 48%;
    box-sizing: border-box;
  }
  
  /* Make it 1 column on smaller screens */
  @media (max-width: 768px) {
    .faq-item {
      flex: 0 0 100%;
    }
  }
  
  .accordion {
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    background: linear-gradient(90deg, #e4edf7 0%, #e8f0fa 35%, #F1F8FF 100%);
    color: #333;
    cursor: pointer;
    font-size: 1rem;
    width: 100%;
    padding: 20px;
    border: none;
    outline: none;
    margin: 20px auto;
    transition: background-color 0.4s;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 450;
    border-radius: 8px;
  }
  
  .active,
  .accordion:hover {
    background: rgb(76, 75, 75);
    color: white;
  }
  
  .panel {
      padding: 20px;
      background-color: #fff;
      margin-top: -19px;
      /* margin-left: 20px; */
      width: 100%;
      border-radius: 8px;
      box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
      display: none;
  }
  
  .panel p {
    color: #555;
    font-size: 0.9rem;
    line-height: 1.6;
  }
  
  /* Media Queries for Responsive Design */
  @media (min-width:771px) and (max-width:1150px) {
  
    /* Navigation Bar */
    .nav-main {
      align-items: center;
    }
  
    .nav-list {
      display: flex;
      margin-left: 100px;
      justify-content: space-around;
    }
  
    .nav-list a:hover {
      color: #6844c4;
    }
  
    .nav-list div {
      padding-left: 10px;
      padding-right: 10px;
      /* padding-top: 10px; */
    }
  
    .nav-list div a {
      text-decoration: none;
      font-size: medium;
      color: black;
      font-weight: bold;
      transition: color 0.3s ease;
    }
  
    .image-item img {
      height: 480px;
    }
  
    /* Achivement Section */
    .read-more {
      display: block;
      margin-left: auto;
      margin-right: auto;
    }
  
    .image-wrapper {
      width: 100%;
      /* Make each image take full width */
      margin-left: 0;
    }
  
    /* Client Section */
    #Clients h2 {
      font-size: 28px;
      /* font-weight: bolder; */
      margin-left: 49px;
    }
  
    .client-box {
      width: 100%;
      height: auto;
      /* margin-left: 5%; */
    }
  
    .client-items {
      width: 100%;
      margin-top: 30px;
    }
  
    .card-body {
      padding: 0.75rem;
      padding-right: 0.75rem;
    }
  
    .card-body .logo {
      height: 35px;
      /* Adjust height as needed */
    }
  
    /* Price Section */
    .pricing-table-container .pricing-table {
      padding: 0px;
      margin: auto auto;
    }
  
    thead th,
    tbody td {
      font-size: 12px;
    }
  
    thead th {
      padding: 12px;
    }
  
    .recommend-label img {
      position: absolute;
      top: -15px;
      right: -15px;
      height: 75px;
      transform-origin: top left;
    }
  
    /* FAQs Section */
    .accordion {
      font-size: 0.9rem;
      /* Adjust font size for smaller screens */
    }
  
    /* Privacy Policy Section */
    #privacy-policy {
      margin-bottom: 30px;
      /* Adjust margin for smaller screens */
    }
  
    /* Terms and Conditions Section */
    #term-condition {
      margin-bottom: 30px;
      /* Adjust margin for smaller screens */
    }
  
    /* Footer Section */
    .footer-left-content {
      font-size: 1.2rem;
    }
  }
  
  
  
  
  @media screen and (max-width: 768px) {
    .top-header a{
      margin-left: 30px;
    }
    #menu-icon {
      display: none;
      font-size: 1.2rem;
      color: grey;
      padding: 10px;
      /* margin-left: 405px; */
    }
  
    .nav-list {
      display: flex;
      margin-left: 50px;
      justify-content: space-around;
    }
  
    .nav-list a:hover {
      color: #6844c4;
    }
  
    .nav-list div {
      padding-left: 10px;
      padding-right: 10px;
      /* padding-top: 10px; */
    }
  
    .nav-list div a {
      text-decoration: none;
      font-size: medium;
      color: black;
      font-weight: bold;
      transition: color 0.3s ease;
    }
  
    .image-item img {
      height: 400px;
    }
  
    .whatsapp-gif img {
      width: 50px;
      /* Smaller size for mobile screens */
    }
  
    .home-page {
      display: inline-block;
      padding: 20px 50px;
    }
  
    .home-page-content {
      width: 100%;
      text-align: center;
    }
    .home-page-content h1 {
      font-size: 28px;
    }
    .home-page-content p {
      font-size: 17px;
  }
    a.btn.btn-white.btn-animate {
      margin: 20px 0;
    }
  
    .image-slider img {
      height: 100%;
      width: 300px;
    }
  
    .feature-slider {
      display: flow;
    }
    .home-features {
      padding: 17px 23px;
  }
  .feature-card {
    padding: 12px;
  }
  .feature-card h5 {
    font-size: 14px;
    padding: 12px;
  }
  .feature-card::after {
    font-size: 14px;
  }
    .about-img {
      height: 350px;
      margin-left: auto;
    }
  
    /* Achivement Section */
    .read-more {
      display: block;
      margin-left: auto;
      margin-right: auto;
    }
  
    .image-wrapper {
      width: 100%;
      /* Make each image take full width */
      margin-left: 0;
    }
    /* Client Section */
    #Clients h2 {
      font-size: 24px;
          margin-bottom: 20px;
    }
    #features .subheading, #FAQs .subheading, #testimonials .subheading, #Clients .subheading {
      font-size: 14px;
    }
    #privacy-policy h2, #term-condition h2, #features h2, #FAQs h2, #Pricing h2, #testimonials h2, #Clients h2 {
      font-size: 24px;
      margin-bottom: 20px;
    }
    .client-box {
      width: 100%;
      margin: 10px auto;
    }
  
    .client-items {
      width: 100%;
      margin-top: 30px;
    }
  
    .card-body {
      padding: 0.75rem;
      padding-right: 0.75rem;
    }
  
    .card-body .logo {
      height: 35px;
      /* Adjust height as needed */
    }
  
    /* Price Section */
    .pricing-table-container .pricing-table {
      padding: 0px;
      margin: auto auto;
    }
  .pricing-table-container h2 {
    font-size: 24px;
    margin-bottom: 20px;
      margin-left: 30px;
  }
  
  
  #Pricing .subheading {
    font-size: 14px;
  }
  
    thead th,
    tbody td {
      font-size: 12px;
    }
  
    thead th {
      padding: 10px;
      width: 100px;
    }
    /* FAQs Section */
    .accordion {
      font-size: 0.9rem;
      /* Adjust font size for smaller screens */
    }
  
    #privacy-policy h2,
    #term-condition h2 {
      font-size: 20px;
    }
  
    .policy-content h3,
    .term-content h3 {
      font-size: 18px;
    }
  
    .policy-content p,
    .term-content p {
      font-size: 15px;
    }
  
    .features-container {
      grid-template-columns: none;
      margin: 20px auto;
    }
    .features-container .feature-title {
      font-size: 15px;
    }
    footer .form-control{
      width: 100%;
      margin: 0 auto;
    }
  
    .footer-container h5{
      font-size: 1rem;
    }
    footer a {
      font-size: 0.8rem;
    }
    }
  
  
  /* Styles for screens up to 576px */
  @media screen and (max-width: 576px) {
    .top-header a{
      margin-left: 28px;
    }
  
    /* Navigation Bar */
    #menu-icon {
      display: block;
      font-size: 1.2rem;
      color: grey;
      padding: 10px;
      /* margin-left: 300px; */
    }
  
    /* navbar section  */
    .nav-main {
      display: block;
      width: 100%;
      height: 40px;
      flex-direction: row;
      justify-content: space-between;
      background-color: white;
      padding-left: 20px;
    }
  
    .nav-list {
      display: none;
    }
  
    .nav-list.show {
      display: flex;
      width: 250px;
      border-radius: 5px;
      flex-direction: column;
      float: inline-end;
      background-color: white;
      /* margin-left: 0; */
      /* margin-top: 10px; */
      text-align: center;
    }
  
    .nav-list div {
      padding: 10px;
      border-bottom: 1px solid #ddd;
    }
  
    /*shadow*/
    .nav-list div:hover {
      box-shadow: 0 0 10px #ddd;
    }
  
    #login-btn {
      height: 40px;
      justify-content: center;
      margin: 10px;
    }
  
    .image-item img {
      height: 350px;
      /* Adjust margin for smaller screens */
    }
  
    .whatsapp-gif img {
      width: 40px;
    }
  
    .home-page {
      display: inline-block;
    }
  
    .home-page-content {
      width: 100%;
      text-align: center;
    }
  
    a.btn.btn-white.btn-animate {
      margin: 20px 0;
    }
  
    .feature-slider {
      display: flow;
    }
  
    .about-img {
      height: 300px;
    }
  
    /* Achievement Section */
    .read-more {
      text-align: center;
    }
  
    /* Client Section */
    #Clients h2 {
      font-size: 24px;
          margin-bottom: 20px;
      /* font-weight: bolder; */
      margin-left: 30px;
    }
    #features .subheading, #FAQs .subheading, #testimonials .subheading, #Clients .subheading {
      font-size: 14px;
    }
  
    #privacy-policy h2, #term-condition h2, #features h2, #FAQs h2, #Pricing h2, #testimonials h2, #Clients h2 {
      font-size: 22px;
      margin-bottom: 20px;
    }
  
    .client-box {
      width: 100%;
      margin: 10px auto;
    }
  
    .card-body .logo {
      height: 50px;
      justify-items: center;
    }
  
    /* Price Section */
    .pricing-table-container .pricing-table {
      padding: 0px;
      margin: auto auto;
    }
    .pricing-table-container h2 {
      font-size: 22px;
      margin-bottom: 20px;
    }
    
  #Pricing .subheading {
    font-size: 14px;
  }
    tbody td {
      font-size: 8px;
    }
  
    thead th {
      padding: 8px;
      width: 100px;
      font-size: 8px;
    }
  
    .plan-image {
      width: 28px;
      height: 28px;
      margin-bottom: 5px;
    }
  
    .recommend-label img {
      height: 40px;
      top: -10px;
    }
  
    /* About Section */
    .img-fluid {
      height: 50vh;
    }
  
    .features-container {
      grid-template-columns: none;
      margin: 20px auto;
    }
    .features-container .feature-title {
      font-size: 13px;
    }
    footer .form-control{
      width: 100%;
      margin: 0 auto;
    }
    
    .footer-container h5{
      font-size: 1rem;
    }
    footer a {
      font-size: 0.8rem;
    }
  }
  
  /* Styles for screens up to 480px */
  @media screen and (max-width: 480px) {
    .top-header a{
      margin-left: 26px;
    }
  
    /* Navigation Bar */
    #menu-icon {
      display: block;
      font-size: 1rem;
      color: grey;
      padding: 10px;
      /* margin-left: 300px; */
    }
  
    .nav-list div:hover {
      box-shadow: 0 0 10px #ddd;
    }
  
    #login-btn {
      height: 40px;
      justify-content: center;
      margin: 10px;
    }
  
  
    .image-item img {
      height: 330px;
      width: 100%;
    }
  
    .whatsapp-gif img {
      width: 40px;
      /* Even smaller size for very small screens */
    }
  
    .home-page {
      display: inline-block;
    }
  
    .home-page-content {
      width: 100%;
      text-align: center;
    }
  
    a.btn.btn-white.btn-animate {
      margin: 20px 0;
    }
  
    .feature-slider {
      display: flow;
    }
  
    /* Price Section */
    .pricing-table-container .pricing-table {
      padding: 0px;
      margin: auto auto;
    }
  
    thead th,
    tbody td {
      font-size: 10px;
    }
  
    thead th {
      padding: 6px;
      width: 100px;
    }
  
    .plan-image {
      width: 20px;
      height: 20px;
      margin-bottom: 5px;
    }
  
    .recommend-label img {
      height: 30px;
      top: -10px;
    }
  
    .features-container {
      grid-template-columns: none;
      margin: 20px auto;
    }
    .features-container .feature-title {
      font-size: 11px;
    }
    footer .form-control{
      width: 100%;
      margin: 0 auto;
    }
    
    .footer-container h5{
      font-size: 0.9rem;
    }
    footer a {
      font-size: 0.8rem;
    }
  }
  
  /* Media Queries for Responsive Design */
  
  /* Styles for screens up to 480px (Mobile Phones) */
  @media screen and (max-width: 320px) {
  
    /* Navigation Bar */
    .nav-main {
      flex-direction: column;
      align-items: center;
    }
  
    .content {
      height: 57%;
    }
  
    .top-header a {
      color: white;
      text-decoration: none;
      margin-left: 20px;
      font-size: small;
    }
  
    #menu-icon .fas {
      /* toggle bar */
      display: block;
      font-size: 1rem;
      /* Increase menu icon size */
      padding: 10px;
    }
  
    .nav-list div:hover {
      box-shadow: 0 0 10px #ddd;
    }
  
    #login-btn {
      height: 40px;
      justify-content: center;
      margin: 10px;
    }
  
    .nav-list {
      display: none;
      flex-direction: column;
      width: 100%;
      text-align: center;
      margin-top: 10px;
    }
  
    .nav-list.show {
      display: flex;
      margin-left: 0;
      margin-top: 10px;
    }
  
    .nav-list div {
      padding: 8px;
      border-bottom: 1px solid #ddd;
      margin-left: -18%;
    }
  
    #login-btn {
      margin-top: 10px;
      width: 80%;
      margin-left: -1%;
    }
  
    .image-item img {
      height: 300px;
      width: 100%;
    }
  
    .home-page {
      display: inline-block;
    }
  
    .home-page-content {
      width: 100%;
      text-align: center;
    }
  
    a.btn.btn-white.btn-animate {
      margin: 20px 0;
    }
  
    .feature-slider {
      display: flow;
    }
  
    .text-secondary {
      text-align: center;
      margin: 10px;
      font-size: 0.5rem;
    }
  
    .mb-5 {
      font-size: 1rem;
    }
  
    .img-fluid {
      height: 30vh;
    }
  
    /* Achievement Section */
    .read-more {
      display: block;
      margin-left: auto;
      margin-right: auto;
    }
  
    /* Client Section */
    #Clients h2 {
      font-size: 24px;
      /* Decrease font size */
      margin-left: 15px;
      /* Reset margin */
    }
  
    .client-box {
      width: 100%;
      /* margin-left: 5%; */
    }
  
    .card-body .logo {
      height: 35px;
      /* Decrease logo height */
    }
  
    /* Privacy Policy Section */
    #privacy-policy {
      margin-bottom: 30px;
    }
  
    /* Terms and Conditions Section */
    #term-condition {
      margin-bottom: 30px;
    }
  
    /* Footer Section */
    .footer-left-content {
      font-size: 0.8rem;
      /* Decrease font size */
    }
    footer a {
      font-size: 0.8rem;
    }
    
    .footer-container h5{
      font-size: 0.8rem;
    }
  
    /* Price Section */
    .pricing-table-container .pricing-table {
      padding: 0px;
      margin: auto auto;
    }
  
    thead th,
    tbody td {
      font-size: 11px;
    }
  
    thead th {
      padding: 5px;
      width: 80px;
    }
  
    .plan-image {
      width: 20px;
      height: 20px;
      margin-bottom: 5px;
    }
  
    .recommend-label img {
      height: 25px;
      top: -8px;
    }
  
    .features-container {
      grid-template-columns: none;
      margin: 20px auto;
    }
    .features-container .feature-title {
      font-size: 10px;
    }
    footer .form-control{
      width: 100%;
      margin: 0 auto;
    }
    footer a {
      font-size: 0.8rem;
    }
  }

  .card-body .logo {
    height: 50px;
  }
  
  /* Footer Section */
  .footer-left-content {
    font-size: 0.6rem;
  }
  
  .footer-container h5{
    font-size:1.1rem;
  }
  
  @media (max-width: 768px) {
    .testimonials-container {
      gap: 16px;
      padding: 16px;
    }
  
    .column:nth-child(3) {
      display: none;
    }
  
    .column:hover .testimonials {
      animation-play-state: running;
    }
  }
  
  @media (max-width: 640px) {
    .column {
      display: none;
    }
  
    .column:first-child {
      display: block;
    }
  }
  
  /* Taller footer on small screens */
  @media (max-width: 567em) {
    body {
      margin-bottom: 700px;
    }
  
    /* .footer {
        height: 700px;
      } */
  }
  
  /* Sticky footer style and color
  -------------------------------------------------- */
  .footer {
    position: relative;
    /* background-image: url('http://localhost/welexoapp/public/assets/img/home-page/footer_bg_1.jpg'); */
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
  }
  .footer .widget-area {
    padding: 80px 50px 50px;
  }
  
  footer a {
    color: black;
    text-decoration: none;
    position: relative;
  }
 
  /* footer a:hover,
  footer a:focus {
    color: black;
    font-weight: bold;
    text-decoration: none;
    border-bottom: 1px dotted #1151f1;
  } */
  
  footer .form-control {
    /* background-color: #1f2022; */
    box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.1);
    border: none;
    resize: none;
    color: black;
    width: 86% !important;
    padding: 0.7em 1em;
  }
  
  .footer .nav {
    justify-content: center;
    /* Align icons in the center */
    padding: 10px 0;
  }
  
  .footer .nav-item {
    margin: 0 10px;
  }
  
  .footer .nav-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    background: rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    transition: background 0.3s ease, transform 0.3s ease;
    color: #1151f1;
    font-size: 25px;
  }
  
  .footer .nav-link:hover {
    background: rgba(0, 0, 0, 0.3);
    /* Darker on hover */
    transform: scale(1.1);
    /* Slight zoom effect */
    color: white;
  }
  /* Scroll to Top Button */
  #scrollToTopBtn {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
    background-color: #1151f1;
    color: white;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    z-index: 1;
    display: none;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  }
  
  #scrollToTopBtn:hover {
    background-color: #0056b3;
  }
  
  @keyframes fadeInUp {
    0% {
      opacity: 0;
      transform: translateY(30px);
    }
    100% {
      opacity: 1;
      transform: translateY(0);
    }
  }
  
  .animated-heading {
    opacity: 0; /* Initially hidden */
    transform: translateY(30px);
    transition: opacity 0.8s ease-out, transform 0.8s ease-out;
  }
  
  .animated-heading1 {
    opacity: 0; /* Initially hidden */
    transform: translateX(-100%);
    transition: opacity 0.8s ease-out, transform 0.8s ease-out;
  }
  
  .animated-heading1.show {
    opacity: 1;
    transform: translateX(0%);
  }
  
  @keyframes slide-in {
    from {
      transform: translateX(-100%);
    }
    to {
      transform: translateX(0%);
    }
  }
  
  
  
  /* Search Box Styling */
  .searchHere {
    display: none; /* Initially hidden */
    position: fixed;
    top: -20px;
    left: 50%;
    transform: translateX(-50%) translateY(-100%);
    width: 300px;
    background-color: #1151f5;
    padding: 28px;
    /* border-radius: 10px; */
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
    transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
    opacity: 0;
    z-index: 1000;
  }
  
  /* Input Field */
  .searchHere input {
    width: 50%;
    padding: 10px;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    outline: none;
    display: block;
    margin: 0px auto;
  }
  
  /* Close Button Styling */
  .closeIcon {
    position: absolute;
      top: 13px;
      right: 100px;
      font-size: 20px;
      padding: 8px;
      cursor: pointer;
      color: white;
  }
  
  /* When Search Box is Active */
  .searchHere.active {
    transform: translateX(-50%) translateY(20px);
    opacity: 1;
    width: 100%;
    z-index: 9999;
    display: block;
  }
  .searchBoxInput .submit{
    background-color: white;
    color: #1151f5;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
  }
  
  
  
  .slick-prev:before, .slick-next:before {
    color:#1151f1 !important;
  }
  
  
  section.why-choose {
    padding: 45px 0px;
    width: 100%;
    text-align: center;
  }
  .why-choose-heading{
    background-color: #1f2022;
    padding: 20px;
  }
  .why-choose h4 {
    color: white;
    font-weight: 600;
    letter-spacing: 1px;
  }
  
  .why-choose h2 {
    font-size: 2em;
    margin: 10px 0;
    color: #1151f1;
    font-weight: 700;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
  }
  
  .why-choose p {
    max-width: 700px;
    PADDING: 20px;
    margin: 0 auto;
    font-size: 15px;
    color: white;
  }
  
  .why-choose-features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 0;
  }
  
  .why-choose-feature {
    position: relative;
    height: 250px;
    overflow: hidden;
    display: flex;
    align-items: flex-end;
    padding: 20px;
    color: white;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed; /*
    /* transition: transform 0.1s ease; */
  }
  
  .why-choose-feature::before {
    content: '';
    position: absolute;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.7);
    transition: background-color 0.1s ease;
  }
  
  .why-choose-feature:hover {
    transform: scale(1);
  }
  
  .why-choose-feature:hover::before {
    background-color: rgba(0, 0, 0, 0.9);
  }
  
  .why-choose-feature-content {
    position: relative;
    z-index: 1;
    text-align: left;
  }
  
  /* .why-choose-feature-title {
    font-size: 25px;
    color: #1151f1;
    font-weight: 700;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
    margin-bottom: 10px;
  } */
  @keyframes fadeSlideUp {
    0% {
      opacity: 0;
      transform: translateY(20px);
    }
    100% {
      opacity: 1;
      transform: translateY(0);
    }
  }
  
  .why-choose-feature-title {
    font-size: 25px;
    color: #1151f1;
    font-weight: 700;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
    margin-bottom: 10px;
    opacity: 0;
    animation: fadeSlideUp 1s ease-in-out forwards;
    animation-delay: 0.3s;
  }
  
  
  .why-choose-feature-desc {
    font-size: 18px;
    color: white;
  }
  
  /* Background images & colors (sample placeholders) */
  .bg-1 { background-image: url('https://images.unsplash.com/photo-1527689368864-3a821dbccc34'); opacity: 0.7;  }
  .bg-2 { background-image: url('https://images.unsplash.com/photo-1519389950473-47ba0277781c'); opacity: 0.7; }
  .bg-3 { background-image: url('https://images.unsplash.com/photo-1527689368864-3a821dbccc34'); opacity: 0.7;  }
  .bg-4 { background-image: url('https://images.unsplash.com/photo-1519389950473-47ba0277781c'); opacity: 0.7;  }
  .bg-5 { background-image: url('https://images.unsplash.com/photo-1523966211575-eb4a01e7dd51'); opacity: 0.7;  }
  .bg-6 { background-image: url('https://images.unsplash.com/photo-1519389950473-47ba0277781c'); opacity: 0.7;  }
  .bg-7 { background-image: url('https://images.unsplash.com/photo-1527689368864-3a821dbccc34'); opacity: 0.7;  }
  .bg-8 { background-image: url('https://images.unsplash.com/photo-1519389950473-47ba0277781c'); opacity: 0.7;  }
  
  @media (max-width: 768px) {
    .feature {
      height: auto;
    }
      .why-choose-features-grid {
        grid-template-columns: 1fr; /* Stack vertically on smaller screens */
      }
    
  }
  
  @media (max-width: 480px) {
    .feature {
      height: auto;
    }
  }
  
  
  .why-choose-feature-content .animated-heading1 {
    opacity: 0; /* Initially hidden */
    transform: translateX(-100%);
    transition: opacity 0.8s ease-out, transform 0.8s ease-out;
  }
  
  .why-choose-feature-content .animated-heading1.show {
    opacity: 1;
    transform: translateX(0%);
  }

  /* slick slider start */
  /* .slider {
    max-width: 1000px;
    margin: 0 auto;
  } */
  .slick-slide {
    margin: 0 5px;
  }
  .slick-list {
    margin: 0px -5px 0px -5px;
  }
  button.slick-next, button.slick-next:hover {
    position: absolute;
    top: 41%;
    right: 54px;
    width: 47px;
    height: 75px;
    background-image: url("http://maggiesadler.com/wp-content/uploads/2015/10/left-right-arrow.png");
    background-size: 95px;
  }
  button.slick-prev, button.slick-prev:hover {
    position: absolute;
    top: 41%;
    left: 15px;
    z-index: 1;
    width: 47px;
    height: 75px;
    background-image: url("http://maggiesadler.com/wp-content/uploads/2015/10/left-right-arrow.png");
    background-size: 95px;
        background-position-x: right;
  }
  .slick-prev:before, .slick-next:before {
    font-size: 70px;
    color: #EA8496;
    line-height: inherit;
    font-weight: bold;
  }
  .slider img {
    height: 324px;
  }
  
  /* Slick Slider Styles -- Provided by https://kenwheeler.github.io/slick/ */
  /* Slider */
  .slick-slider
  {
      position: relative;
  
      display: block;
  
      -moz-box-sizing: border-box;
           box-sizing: border-box;
  
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;
  
      -webkit-touch-callout: none;
      -khtml-user-select: none;
      -ms-touch-action: pan-y;
          touch-action: pan-y;
      -webkit-tap-highlight-color: transparent;
  }
  
  .slick-list
  {
      position: relative;
  
      display: block;
      overflow: hidden;
  
      margin: 0;
      padding: 0;
  }
  .slick-list:focus
  {
      outline: none;
  }
  .slick-list.dragging
  {
      cursor: pointer;
      cursor: hand;
  }
  
  .slick-slider .slick-track,
  .slick-slider .slick-list
  {
      -webkit-transform: translate3d(0, 0, 0);
         -moz-transform: translate3d(0, 0, 0);
          -ms-transform: translate3d(0, 0, 0);
           -o-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
  }
  
  .slick-track
  {
      position: relative;
      top: 0;
      left: 0;
  
      display: block;
  }
  .slick-track:before,
  .slick-track:after
  {
      display: table;
  
      content: '';
  }
  .slick-track:after
  {
      clear: both;
  }
  .slick-loading .slick-track
  {
      visibility: hidden;
  }
  
  .slick-slide
  {
      display: none;
      float: left;
  
      height: 100%;
      min-height: 1px;
  }
  [dir='rtl'] .slick-slide
  {
      float: right;
  }
  .slick-slide img
  {
      display: block;
  }
  .slick-slide.slick-loading img
  {
      display: none;
  }
  .slick-slide.dragging img
  {
      pointer-events: none;
  }
  .slick-initialized .slick-slide
  {
      display: block;
  }
  .slick-loading .slick-slide
  {
      visibility: hidden;
  }
  .slick-vertical .slick-slide
  {
      display: block;
  
      height: auto;
  
      border: 1px solid transparent;
  }
  .slick-arrow.slick-hidden {
      display: none;
  }

  /* Slider */
  .slick-loading .slick-list
  {
      background: #fff url('http://maggiesadler.com/wp-content/uploads/2015/10/ajax-loader.gif') center center no-repeat;
  }
  
  /* Icons */
  @font-face
  {
      font-family: 'slick';
      font-weight: normal;
      font-style: normal;
  
      src: url('file:///C:/Users/msadler/Desktop/slick-1.5.7/slick/fonts/slick.eot');
      src: url('file:///C:/Users/msadler/Desktop/slick-1.5.7/slick/fonts/slick.eot?#iefix') format('embedded-opentype'), url('file:///C:/Users/msadler/Desktop/slick-1.5.7/slick/fonts/slick.woff') format('woff'), url('file:///C:/Users/msadler/Desktop/slick-1.5.7/slick/fonts/slick.ttf') format('truetype'), url('file:///C:/Users/msadler/Desktop/slick-1.5.7/slick/fonts/slick.svg#slick') format('svg');
  }
  /* Arrows */
  .slick-prev,
  .slick-next
  {
      font-size: 0;
      line-height: 0;
  
      position: absolute;
      top: 50%;
  
      display: block;
  
      width: 20px;
      height: 20px;
      margin-top: -10px;
      padding: 0;
  
      cursor: pointer;
  
      color: transparent;
      border: none;
      outline: none;
      background: transparent;
  }
  .slick-prev:hover,
  .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus
  {
      color: transparent;
      outline: none;
      background: transparent;
  }
  .slick-prev:hover:before,
  .slick-prev:focus:before,
  .slick-next:hover:before,
  .slick-next:focus:before
  {
      opacity: 1;
  }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before
  {
      opacity: .25;
  }
  
  .slick-prev:before,
  .slick-next:before
  {
      font-family: 'slick';
      font-size: 20px;
      line-height: 1;
  
      opacity: .75;
      color: white;
  
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
  }
  
  .slick-prev
  {
      left: -25px;
  }
  [dir='rtl'] .slick-prev
  {
      right: -25px;
      left: auto;
  }
  .slick-prev:before
  {
      content: '';
  }
  [dir='rtl'] .slick-prev:before
  {
      content: '';
      font-weight: bold;
      font-size: 20px;
  }
  
  .slick-next
  {
      right: -25px;
  }
  [dir='rtl'] .slick-next
  {
      right: auto;
      left: -25px;
  }
  .slick-next:before
  {
      content: '';
  }
  [dir='rtl'] .slick-next:before
  {
      content: '';
  }
  
  /* Dots */
  
  
  .slick-dots
  {
      position: absolute;
      bottom: -45px;
  
      display: block;
  
      width: 100%;
      padding: 0;
  
      list-style: none;
  
      text-align: center;
  }
  .slick-dots li
  {
      position: relative;
  
      display: inline-block;
  
      width: 20px;
      height: 20px;
      margin: 0 5px;
      padding: 0;
  
      cursor: pointer;
  }
  .slick-dots li button
  {
      font-size: 0;
      line-height: 0;
  
      display: block;
  
      width: 20px;
      height: 20px;
      padding: 5px;
  
      cursor: pointer;
  
      color: transparent;
      border: 0;
      outline: none;
      background: transparent;
  }
  .slick-dots li button:hover,
  .slick-dots li button:focus
  {
      outline: none;
  }
  .slick-dots li button:hover:before,
  .slick-dots li button:focus:before
  {
      opacity: 1;
  }
  .slick-dots li button:before
  {
      font-family: 'slick';
      font-size: 6px;
      line-height: 20px;
  
      position: absolute;
      top: 0;
      left: 0;
  
      width: 20px;
      height: 20px;
  
      content: '•';
      text-align: center;
  
      opacity: .25;
      color: black;
  
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
  }
  .slick-dots li.slick-active button:before
  {
      opacity: .75;
      color: black;
  }
  
  /* slick slider end */

  .new-home-features {
    background-color: #2163FE;
    padding: 50px 0px;
  }
  .new-home-features .slider-cardss h5 {
    margin: 0px;
  }

  .new-about-sec {
    background-color: #f4f6ffd1;
  }
  .new-about-sec .about-imagess {
    position: relative;
    z-index: 2;
  }
  .new-about-sec .about-imagess .about-img1,  .new-about-sec .about-imagess .about-img2,  .new-about-sec .about-imagess .about-img3 {
    box-shadow: 10px 10px 50px 10px rgba(0, 31, 96, 0.2);
    border-radius: 10px;
  }
  .new-about-sec .about-imagess .about-shape1 {
    position: absolute;
    bottom: -10%;
    right: 18%;
  }
  .new-about-sec .about-imagess .about-shape2 {
    position: absolute;
    top: 20%;
    right: 18%;
  }
  .new-about-sec .about-imagess .about-shape3 {
    position: absolute;
    top: 30px;
    right: 9%;
    width: 571px;
    height: 428px;
    border: 4px solid #2163FE;
    box-shadow: 5px 6px 15px 3px rgba(0, 31, 96, 0.1);
    border-radius: 10px;
    z-index: -1;
  }
  .about-heading {
    font-family: "Rubik", sans-serif;
    font-weight: 600;
    line-height: 1.4;
    text-transform: capitalize;
  }

  .section-heading {
    padding: 0px 250px;
  }
  .section-heading .sec-title {
    color: #2e384d;
    font-weight: 600;
  }

  .new-why-choose {
    background-color: #fff;
  }
  .new-why-choose .card {
    background-color: #f4f6ffd1;
    border: 1px solid #d4d8dd;
  }
  .new-why-choose .card:hover{
    box-shadow: 0 2px 14px rgba(38, 60, 85, 0.16);
  }
  .new-why-choose .card .card-body .box-icon {
    position: relative;
    width: 60px;
    height: 60px;
    line-height: 65px;
    text-align: center;
    border-radius: 50%;
    display: block;
    /* margin: auto auto 25px auto; */
    background: #2163FE;
    z-index: 2;
  }

  .new-why-choose .card .card-body .box-icon::after {
    content: '';
    position: absolute;
    left: 0px;
    top: 5px;
    width: 60px;
    height: 60px;
    background-color: #fff;
    border-radius: 50%;
    z-index: -1;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  .new-why-choose .card .card-body .box-icon i{
    font-size: 25px;
  }
  .new-why-choose .card .card-body .box-icon .bx{
    font-size: 27px;
  }
  .new-why-choose .card .card-body {
    height: 240px;
  }

  .new-clients-section .section-heading .sub-title, .new-clients-section .section-heading .sec-title  {
    color: #fff;
  }

  .new-pricing-sec {
    background: #fff;
  }
  .new-pricing-sec .row {
    background: transparent;
  }
  .new-pricing-sec .price-card .card-header h5, .new-pricing-sec .card .card-header .popular {
    font-weight: 600;
  }
 
  .bottom-footer-link ul {
    padding: 0;
    margin: 0;
  }

  .bottom-footer-link li {
    font-family: var(--body-font);
    display: inline-block;
    padding-right: 15px;
    margin-right: 10px;
    position: relative;
}
.copyright-area {
  background-color: #2163FE;
  padding: 16px 0px;
}
.copyright-text {
  margin: 0px;
}
.bottom-footer-link li a, .copyright-text, .copyright-text a {
  color: #fff;
}
.footer-logo {
  width: 40%;
}
.quick-linkss ul li {
  line-height: 32px;
}
.privacy-main {
  margin: 100px 0px 50px;
  background-color: #fff;
}
.privacy-content p{
  text-align: justify;
}

.home-f-gallery .gallery_photo {
  width: 100%;
  position: relative;
}

.home-f-gallery .gallery_photo:after {
  position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background-color: rgba(0,10,44,.5);
    content: '';
    transition: 0.4s;
    border-radius: 8px;
}
.home-f-gallery .gallery_photo:hover:after {
  opacity: 1;
}

.card.gallery_photo img {
  border-radius: 8px;
}
.new-clients-section p{
  color: #fff;
}
.scroll-top {
  position: fixed;
  right: 30px;
  bottom: 30px;
  height: 50px;
  width: 50px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  z-index: 10000;
  opacity: 1;
  visibility: hidden;
  -webkit-transform: translateY(45px);
  -ms-transform: translateY(45px);
  transform: translateY(45px);
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
  color: #0176FF;
  border: 2px solid #0176FF;
  background: #fff;
}
.scroll-top .fa-arrow-up {
  position: absolute;
  top: 14px;
  left: 16px;
  font-size: 20px;
}
.scroll-top:hover {
  color: #fff;
  border: 2px solid #0176FF;
  background: #0176FF;
}

.scroll-top.show {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.achievement-conent {
  transition: transform 0.3s ease-in-out;
}
.achievement-conent:hover{
  transform: scale(1.1);
}

