/* General Styles */
/*body {*/
/*    font-family: 'Open Sans', sans-serif;*/
/*    color: #1D1D1F;*/
/*    margin: 0px;*/
/*    padding: 0px;*/
/*    background-color: #45ffc8;*/
/*  }*/

  .customshape {
    margin: 0 -15px 0 -15px;
    padding: 0 !important;
    background-color: #ffffff;
    align-items: center;
    height: 400px;
    
}

.ipress-item img {

  
  width: 150px;         /* Set a consistent width */
  height: 150px;        /* Set a consistent height */
  object-fit: contain;  /* Or use 'cover' or 'fill' as needed */
  display: inline-block;
  margin: 0 auto;
}



.removem-5 {
  padding: 0 !important;
}

.fullback {
  background-color: white;
}

.cardalign {
  text-align: left !important;
  padding: 0 0 0 0px;
}

.founderimge {
  width: 80%;
  margin: 0 auto;
  display: block;
}

  hr.blackone {
    border-color: rgb(240, 240, 240) !important;
    border: 1px solid;
    bottom: 25px;
    position: relative;
}

  .btnmy {
    text-align: center;
}

span.rediya {
  color: #e5354b;
}


i.fas.fa-angle-right {
  background-color: #e5354b;
  border-radius: 50%;
  font-size: 20px;
  width: 20px;
  height: 20px;
  align-items: center;
  text-align: center;
  color: white;
  margin: 0 15px 0 0;
}

  .customcolo {
    background-color: black;
    color: white;
    border-radius: 10px !important;
    width: 70%;
}

.sectionwidth-yousay {
  margin: 0 auto;
  background-color: white;
}

.backshdaclornoen {
  background-color: unset;
  box-shadow: unset !important;
}

.para {
  text-align: center;
  margin: 0 auto;
  font-size: 20px;
}

.para b {
  font-weight: 700;
}

.patti.e11e30 {
  background-color: #e11e30;
}

.patti.\32 281a6 {
  background-color: #2281a6;
}

.patti.eb7523 {
  background-color: #eb7523;
}

.feature-card li {
  font-size: 12px;
    line-height: 20px;
    display: inline-flex;
    list-style: none;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgb(255 255 255);
  width: 33%;
}

.patti {
  background: #951C4E;
  padding: 0;
  height: 40px;
  margin: -40px 0 20px 0;
  z-index: 99999;
  position: relative;
}
  

  h1, h2, h3, h4, h5, h6 {
    font-family: 'Poppins', sans-serif;
  }

  
  .container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
  }
  
  .text-center {
    text-align: center;
  }
  
  .text-primary {
    color: #FF3B30 !important;
  }
  
  .text-secondary {
    color: #34C759 !important;
  }
  
  .text-dark {
    color: #1D1D1F !important;
  }
  
  .text-gray-600 {
    color: #6c757d;
  }
  
  .bg-light {
    background-color: #F5F5F7 !important;
  }
  
  .bg-white {
    background-color: #FFFFFF !important;
  }
  
  .bg-dark {
    background-color: #1D1D1F !important;
  }
  
  .rounded-lg {
    border-radius: 0.5rem;
  }
  
  .shadow-lg {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  }
  
  .card-shadow {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  }
  
  .py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  
  .mb-5 {
    margin-bottom: 1.25rem;
  }
  
  .mb-4 {
    margin-bottom: 1rem;
  }
  
  .mb-3 {
    margin-bottom: 0.75rem;
  }
  
  .mb-2 {
    margin-bottom: 0.5rem;
  }
  
  .mt-5 {
    margin-top: 1.25rem;
  }
  
  .mt-4 {
    margin-top: 1rem;
  }
  
  .mt-3 {
    margin-top: 0.75rem;
  }
  
  .mr-3 {
    margin-right: 0.75rem;
  }
  
  .mx-auto {
    margin-left: auto;
    margin-right: auto;
  }
  
  /* Button Styles */
  .btn {
    display: inline-block;
    font-weight: 600;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.5rem 1rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: all 0.3s ease;
    cursor: pointer;
    text-decoration: none;
  }
  
  .btn-primary {
    background-color: #e5354b !important;
    ;
    color: white;
    border: none;
    margin-top: 6%;
  }
  
  .btn-primary:hover {
    background-color: #E5352B;
    transform: translateY(-2px);
  }
  
  .spacer23{
    height: 90px;
  }

  .rounded-pill {
    border-radius: 50rem;
  }
  
  .w-100 {
    width: 100%;
  }
  
  /* Navigation */
  nav {
    padding: 1rem 0;
  }
  
  .sticky-nav {
    position: sticky;
    top: 0;
    z-index: 1000;
    background-color: white;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  }
  
  .navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
  }
  
  .navbar-brand {
    font-size: 1.5rem;
    font-weight: bold;
    color: #1D1D1F;
    text-decoration: none;
  }
  
  .navbar-menu {
    display: flex;
  }
  
  .navbar-menu a {
    color: #1D1D1F;
    text-decoration: none;
    margin: 0 0.75rem;
    transition: color 0.3s ease;
  }
  
  .navbar-menu a:hover {
    color: #FF3B30;
  }
  
  .navbar-toggle {
    display: none;
    background: none;
    border: none;
    font-size: 1.5rem;
    cursor: pointer;
    color: #1D1D1F;
  }
  
  /* Hero Section */
  .hero {
    padding: 20rem 0;
    background: linear-gradient(to right, #093c49, #0aaeae);
    color: white;
    margin-top: 160px;
}
  
  .row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    list-style: none;
  }
  
  .col-md-6 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
  }
  
  @media (min-width: 768px) {
    .col-md-6 {
      flex: 0 0 50%;
      max-width: 50%;
    }
  }
  
  .col-lg-3 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
  }
  
  @media (min-width: 992px) {
    .col-lg-3 {
      flex: 0 0 25%;
      max-width: 25%;
    }
  }
  
  .col-lg-4 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
  }
  
  @media (min-width: 992px) {
    .col-lg-4 {
      flex: 0 0 33.333333%;
      max-width: 33.333333%;
    }
  }
  
  .col-lg-6 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
  }
  
  @media (min-width: 992px) {
    .col-lg-6 {
      flex: 0 0 50%;
      max-width: 50%;
    }
  }
  
  .video-container {
    position: relative;
    overflow: hidden;
    cursor: pointer;
}
  
  .video-container img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  
  .play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80px;
    height: 80px;
    background-color: rgba(255, 59, 48, 0.9);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease;
  }
  
  .play-button:hover {
    background-color: rgba(255, 59, 48, 1);
    transform: translate(-50%, -50%) scale(1.1);
  }
  
  /* Feature Cards */
  .feature-card {
    transition: all 0.3s ease;
    height: 100%;
    padding: 1rem;
    border-radius: 0.5rem;
    background-color: white;
  }
  
  .feature-card:hover {
    transform: scale(1.05);
  }
  
  .bg-purple-100 {
    background-color: #F3E8FF;
  }
  
  .bg-pink-100 {
    background-color: #FEE2E2;
  }
  
  .bg-blue-100 {
    background-color: #DBEAFE;
  }
  
  .bg-orange-100 {
    background-color: #FFEDD5;
  }
  
  .text-purple-700 {
    color: #7E22CE;
  }
  
  .text-pink-700 {
    color: #BE185D;
  }
  
  .text-blue-700 {
    color: #1D4ED8;
  }
  
  .text-orange-700 {
    color: #C2410C;
  }
  
  /* Comparison Section */
  .comparison-col {
    padding: 5rem;
  }
  

  .comparison-col img {
    text-align: center;
    width: 150px;
    margin: 0 auto;
    display: flex;
}

  .comparison-item {
    display: flex;
    margin-bottom: 0.75rem;
  }
  
  .comparison-item i {
    margin-top: 0.25rem;
    margin-right: 0.75rem;
    font-size: 30px;
  }
  
  /* Case Studies */
  .card {
    border: none;
    border-radius: 0.5rem;
    overflow: hidden;
    height: 100%;
    transition: transform 0.3s ease;
    padding: 0px !important;
    background: white;
    color: #28BFBF;
  }
  
  .card:hover {
    transform: translateY(-5px);
  }

  img.founder-img {
    width: 100%;
  }

.btnmy.cardalign-founder {
  width: 100%;
  text-align: left;
}

.card-img-top {
  height: 400px;
  object-fit: cover;
  width: 100%;
}
  
  .card-body {
    padding: 1.5rem;
  }
  
  /* Testimonials */
  .testimonial {
    border-radius: 0.5rem;
    padding: 1.5rem;
    height: 100%;
    transition: all 0.3s ease;
  }
  
  .testimonial:hover {
    transform: translateY(-5px);
  }
  
  .testimonial-author {
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
  }
  
  .testimonial-author img {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    margin-right: 1rem;
    object-fit: cover;
  }
  
  .star-rating {
    color: #FFC107;
  }
  
  /* How it Works */
  .step {
    display: flex;
    margin-bottom: 1.5rem;
  }
  
  .step-number {
    width: 32px;
    height: 32px;
    background-color: #FF3B30;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    margin-right: 1rem;
    flex-shrink: 0;
  }
  
  /* Benefits */
  .benefit-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 1rem;
  }
  
  .check-circle {
    width: 24px;
    height: 24px;
    background-color: #34C759;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 0.75rem;
    margin-top: 0.25rem;
    flex-shrink: 0;
  }
  
  /* Form */
  .form-group {
    margin-bottom: 1rem;
  }
  
  .form-label {
    display: block;
    margin-bottom: 0.5rem;
    font-weight: 500;
    color: #1D1D1F;
  }
  
  .form-control {
    display: block;
    width: 100%;
    padding: 1.5rem 0.75rem;
    font-size: 2rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    height: 4rem;
  }
  
  .form-control:focus {
    border-color: #FF3B30;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(255, 59, 48, 0.25);
  }
  
  .form-select {
    height: calc(1.5em + 1rem + 2px);
  }
  
  .text-danger {
    color: #dc3545;
  }
  
  /* Footer */
  footer {
    color: white;
    padding: 4rem 0;
  }
  
  .footer-heading {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 1rem;
  }
  
  .footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  
  .footer-links li {
    margin-bottom: 0.5rem;
  }
  
  .footer-links a {
    color: #ADB5BD;
    text-decoration: none;
    transition: color 0.3s ease;
  }
  
  .footer-links a:hover {
    color: white;
  }
  
  .social-links {
    display: flex;
    margin-bottom: 1rem;
  }
  
  .social-links a {
    color: #ADB5BD;
    margin-right: 0.75rem;
    font-size: 1.25rem;
    text-decoration: none;
    transition: color 0.3s ease;
  }
  
  .social-links a:hover {
    color: white;
  }
  
  .footer-bottom {
    border-top: 1px solid #343A40;
    margin-top: 2rem;
    padding-top: 1.5rem;
    text-align: center;
    color: #ADB5BD;
  }

  .readgrow i {
    font-size: 15px !important;
    margin: 0px 5px 5px 0 !important;
    padding: 0 !important;
    width: 15px !important;
    height: 15px !important;
}

.gallery-img {
  width: 100%;
    border-radius: 4px;
    cursor: pointer;
    margin: 30px 0 0 0;
    height: 400px;
    object-fit: cover;
}
  
  /* Responsive Design */
  @media (max-width: 768px) {
    .navbar-menu {
      display: none;
      width: 100%;
      margin-top: 1rem;
      flex-direction: column;
    }

    .formobile-align {
      flex-direction: column-reverse;
      display: flex !important;
  }

  section#how-it-works h2 {
    text-align: center;
}

    .customcolo {
      background-color: black;
      color: white;
      border-radius: 10px !important;
      width: 100%;
  }

  .py-16 {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.removem-5 {
  margin: 0 !important;
}



  i.fas.fa-angle-right {
    background-color: #e5354b;
    border-radius: 50%;
    font-size: 15px;
    width: 15px;
    height: 15px;
    align-items: center;
    text-align: center;
    color: white;
    margin: 0px 15px 0 15px;
}

.btn-primary {
  background-color: #e5354b !important;
  color: white;
  border: none;
  font-size: .8rem !important;
}

.card-img-top {
  height: auto;
  object-fit: cover;
  width: 100%;
}

.comparison-item i {
  margin-top: 0.25rem;
  margin-right: 0.75rem;
  font-size: 20px;
}



h3 {
  font-size: 1.2rem !important;
}

.founderimge {
  width: 100%;
  margin: 0 auto;
  display: block;
}
  
  .cardalign {
    padding: 0 0 0 0px;
    text-align: center !important;
}

  h1.mb-4 {
    font-size: 1.5rem !important;
}

p.mb-5 {
  font-size: 1rem !important;
}

h2 {
  font-size: 2rem !important;
}

.comparison-col {
  padding: 2rem;
}


.navbar-menu.active {
      display: flex;
}
    
.navbar-menu a {
      margin: 0.5rem 0;
}
    
.navbar-toggle {
      display: block;
}
    
.play-button {
      width: 60px;
      height: 60px;
}

.customshape {
  display: block;
  align-items: center;
  background: white;
  height: unset;
  margin: 0 -15px 0 -15px;
}
    
.hero {
      padding: 2rem 0;
    }
  }










  
.testim {
		width: 100%;
		position: absolute;
		top: 50%;
		-webkit-transform: translatey(-50%);
		-moz-transform: translatey(-50%);
		-ms-transform: translatey(-50%);
		-o-transform: translatey(-50%);
		transform: translatey(-50%);
}

.testim .wrap {
    position: relative;
    width: 100%;
    max-width: 1020px;
    padding: 40px 20px;
    margin: auto;
}

.testim .arrow {
    display: block;
    position: absolute;
    color: #333;
    cursor: pointer;
    font-size: 2em;
    top: 50%;
    -webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		transform: translateY(-50%);
    -webkit-transition: all .3s ease-in-out;    
    -ms-transition: all .3s ease-in-out;    
    -moz-transition: all .3s ease-in-out;    
    -o-transition: all .3s ease-in-out;    
    transition: all .3s ease-in-out;
    padding: 5px;
    z-index: 22222222;
}

.testim .arrow:before {
		cursor: pointer;
}

.testim .arrow:hover {
    color: green;
}
    

.testim .arrow.left {
    left: 70px;
}

.testim .arrow.right {
    right: 70px;
}

.testim .dots {
    text-align: center;
    position: absolute;
    width: 100%;
    bottom: 60px;
    left: 0;
    display: block;
    z-index: 3333;
		height: 12px;
}

.testim .dots .dot {
    list-style-type: none;
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 1px solid green;
    margin: 0 10px;
    cursor: pointer;
    -webkit-transition: all .5s ease-in-out;    
    -ms-transition: all .5s ease-in-out;    
    -moz-transition: all .5s ease-in-out;    
    -o-transition: all .5s ease-in-out;    
    transition: all .5s ease-in-out;
		position: relative;
}

.testim .dots .dot.active,
.testim .dots .dot:hover {
    background: green;
    border-color: green;
}

.testim .dots .dot.active {
    -webkit-animation: testim-scale .5s ease-in-out forwards;   
    -moz-animation: testim-scale .5s ease-in-out forwards;   
    -ms-animation: testim-scale .5s ease-in-out forwards;   
    -o-animation: testim-scale .5s ease-in-out forwards;   
    animation: testim-scale .5s ease-in-out forwards;   
}
    
.testim .cont {
    position: relative;
		overflow: hidden;
}

.testim .cont > div {
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    padding: 0 0 70px 0;
    opacity: 0;
}

.testim .cont > div.inactive {
    opacity: 1;
}
    

.testim .cont > div.active {
    position: relative;
    opacity: 1;
}
    

.testim .cont div .img img {
    display: block;
    width: 100px;
    height: 100px;
    margin: auto;
    border-radius: 50%;
}

.testim .cont div h2 {
    color: green;
    font-size: 1em;
    margin: 15px 0;
}

.testim .cont div p {
    font-size: 1.15em;
    color: #333;
    width: 70%;
    margin: auto;
}

.testim .cont div.active .img img {
    -webkit-animation: testim-show .5s ease-in-out forwards;            
    -moz-animation: testim-show .5s ease-in-out forwards;            
    -ms-animation: testim-show .5s ease-in-out forwards;            
    -o-animation: testim-show .5s ease-in-out forwards;            
    animation: testim-show .5s ease-in-out forwards;            
}

.testim .cont div.active h2 {
    -webkit-animation: testim-content-in .4s ease-in-out forwards;    
    -moz-animation: testim-content-in .4s ease-in-out forwards;    
    -ms-animation: testim-content-in .4s ease-in-out forwards;    
    -o-animation: testim-content-in .4s ease-in-out forwards;    
    animation: testim-content-in .4s ease-in-out forwards;    
}

.testim .cont div.active p {
    -webkit-animation: testim-content-in .5s ease-in-out forwards;    
    -moz-animation: testim-content-in .5s ease-in-out forwards;    
    -ms-animation: testim-content-in .5s ease-in-out forwards;    
    -o-animation: testim-content-in .5s ease-in-out forwards;    
    animation: testim-content-in .5s ease-in-out forwards;    
}

.testim .cont div.inactive .img img {
    -webkit-animation: testim-hide .5s ease-in-out forwards;            
    -moz-animation: testim-hide .5s ease-in-out forwards;            
    -ms-animation: testim-hide .5s ease-in-out forwards;            
    -o-animation: testim-hide .5s ease-in-out forwards;            
    animation: testim-hide .5s ease-in-out forwards;            
}

.testim .cont div.inactive h2 {
    -webkit-animation: testim-content-out .4s ease-in-out forwards;        
    -moz-animation: testim-content-out .4s ease-in-out forwards;        
    -ms-animation: testim-content-out .4s ease-in-out forwards;        
    -o-animation: testim-content-out .4s ease-in-out forwards;        
    animation: testim-content-out .4s ease-in-out forwards;        
}

.testim .cont div.inactive p {
    -webkit-animation: testim-content-out .5s ease-in-out forwards;    
    -moz-animation: testim-content-out .5s ease-in-out forwards;    
    -ms-animation: testim-content-out .5s ease-in-out forwards;    
    -o-animation: testim-content-out .5s ease-in-out forwards;    
    animation: testim-content-out .5s ease-in-out forwards;    
}

@-webkit-keyframes testim-scale {
    0% {
        -webkit-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        -webkit-box-shadow: 0px 0px 10px 5px #eee;        
        box-shadow: 0px 0px 10px 5px #eee;        
    }

    70% {
        -webkit-box-shadow: 0px 0px 10px 5px #ea830e;        
        box-shadow: 0px 0px 10px 5px #ea830e;        
    }

    100% {
        -webkit-box-shadow: 0px 0px 0px 0px #ea830e;        
        box-shadow: 0px 0px 0px 0px #ea830e;        
    }
}

@-moz-keyframes testim-scale {
    0% {
        -moz-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        -moz-box-shadow: 0px 0px 10px 5px #eee;        
        box-shadow: 0px 0px 10px 5px #eee;        
    }

    70% {
        -moz-box-shadow: 0px 0px 10px 5px #ea830e;        
        box-shadow: 0px 0px 10px 5px #ea830e;        
    }

    100% {
        -moz-box-shadow: 0px 0px 0px 0px #ea830e;        
        box-shadow: 0px 0px 0px 0px #ea830e;        
    }
}

@-ms-keyframes testim-scale {
    0% {
        -ms-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        -ms-box-shadow: 0px 0px 10px 5px #eee;        
        box-shadow: 0px 0px 10px 5px #eee;        
    }

    70% {
        -ms-box-shadow: 0px 0px 10px 5px #ea830e;        
        box-shadow: 0px 0px 10px 5px #ea830e;        
    }

    100% {
        -ms-box-shadow: 0px 0px 0px 0px #ea830e;        
        box-shadow: 0px 0px 0px 0px #ea830e;        
    }
}

@-o-keyframes testim-scale {
    0% {
        -o-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        -o-box-shadow: 0px 0px 10px 5px #eee;        
        box-shadow: 0px 0px 10px 5px #eee;        
    }

    70% {
        -o-box-shadow: 0px 0px 10px 5px #ea830e;        
        box-shadow: 0px 0px 10px 5px #ea830e;        
    }

    100% {
        -o-box-shadow: 0px 0px 0px 0px #ea830e;        
        box-shadow: 0px 0px 0px 0px #ea830e;        
    }
}

@keyframes testim-scale {
    0% {
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        box-shadow: 0px 0px 10px 5px #eee;        
    }

    70% {
        box-shadow: 0px 0px 10px 5px #ea830e;        
    }

    100% {
        box-shadow: 0px 0px 0px 0px #ea830e;        
    }
}

@-webkit-keyframes testim-content-in {
    from {
        opacity: 0;
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }
    
    to {
        opacity: 1;
        -webkit-transform: translateY(0);        
        transform: translateY(0);        
    }
}

@-moz-keyframes testim-content-in {
    from {
        opacity: 0;
        -moz-transform: translateY(100%);
        transform: translateY(100%);
    }
    
    to {
        opacity: 1;
        -moz-transform: translateY(0);        
        transform: translateY(0);        
    }
}

@-ms-keyframes testim-content-in {
    from {
        opacity: 0;
        -ms-transform: translateY(100%);
        transform: translateY(100%);
    }
    
    to {
        opacity: 1;
        -ms-transform: translateY(0);        
        transform: translateY(0);        
    }
}

@-o-keyframes testim-content-in {
    from {
        opacity: 0;
        -o-transform: translateY(100%);
        transform: translateY(100%);
    }
    
    to {
        opacity: 1;
        -o-transform: translateY(0);        
        transform: translateY(0);        
    }
}

@keyframes testim-content-in {
    from {
        opacity: 0;
        transform: translateY(100%);
    }
    
    to {
        opacity: 1;
        transform: translateY(0);        
    }
}

@-webkit-keyframes testim-content-out {
    from {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    
    to {
        opacity: 0;
        -webkit-transform: translateY(-100%);        
        transform: translateY(-100%);        
    }
}

@-moz-keyframes testim-content-out {
    from {
        opacity: 1;
        -moz-transform: translateY(0);
        transform: translateY(0);
    }
    
    to {
        opacity: 0;
        -moz-transform: translateY(-100%);        
        transform: translateY(-100%);        
    }
}

@-ms-keyframes testim-content-out {
    from {
        opacity: 1;
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
    
    to {
        opacity: 0;
        -ms-transform: translateY(-100%);        
        transform: translateY(-100%);        
    }
}

@-o-keyframes testim-content-out {
    from {
        opacity: 1;
        -o-transform: translateY(0);
        transform: translateY(0);
    }
    
    to {
        opacity: 0;
        transform: translateY(-100%);        
        transform: translateY(-100%);        
    }
}

@keyframes testim-content-out {
    from {
        opacity: 1;
        transform: translateY(0);
    }
    
    to {
        opacity: 0;
        transform: translateY(-100%);        
    }
}

@-webkit-keyframes testim-show {
    from {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    
    to {
        opacity: 1;
        -webkit-transform: scale(1);       
        transform: scale(1);       
    }
}

@-moz-keyframes testim-show {
    from {
        opacity: 0;
        -moz-transform: scale(0);
        transform: scale(0);
    }
    
    to {
        opacity: 1;
        -moz-transform: scale(1);       
        transform: scale(1);       
    }
}

@-ms-keyframes testim-show {
    from {
        opacity: 0;
        -ms-transform: scale(0);
        transform: scale(0);
    }
    
    to {
        opacity: 1;
        -ms-transform: scale(1);       
        transform: scale(1);       
    }
}

@-o-keyframes testim-show {
    from {
        opacity: 0;
        -o-transform: scale(0);
        transform: scale(0);
    }
    
    to {
        opacity: 1;
        -o-transform: scale(1);       
        transform: scale(1);       
    }
}

@keyframes testim-show {
    from {
        opacity: 0;
        transform: scale(0);
    }
    
    to {
        opacity: 1;
        transform: scale(1);       
    }
}

@-webkit-keyframes testim-hide {
    from {
        opacity: 1;
        -webkit-transform: scale(1);       
        transform: scale(1);       
    }
    
    to {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }
}

@-moz-keyframes testim-hide {
    from {
        opacity: 1;
        -moz-transform: scale(1);       
        transform: scale(1);       
    }
    
    to {
        opacity: 0;
        -moz-transform: scale(0);
        transform: scale(0);
    }
}

@-ms-keyframes testim-hide {
    from {
        opacity: 1;
        -ms-transform: scale(1);       
        transform: scale(1);       
    }
    
    to {
        opacity: 0;
        -ms-transform: scale(0);
        transform: scale(0);
    }
}

@-o-keyframes testim-hide {
    from {
        opacity: 1;
        -o-transform: scale(1);       
        transform: scale(1);       
    }
    
    to {
        opacity: 0;
        -o-transform: scale(0);
        transform: scale(0);
    }
}

@keyframes testim-hide {
    from {
        opacity: 1;
        transform: scale(1);       
    }
    
    to {
        opacity: 0;
        transform: scale(0);
    }
}

@media all and (max-width: 300px) {
	body {
		font-size: 14px;
	}
}

@media all and (max-width: 500px) {
	.testim .arrow {
		font-size: 1.5em;
	}
	
	.testim .cont div p {
		line-height: 25px;
	}

}


.fintechtestimonials {
  background-color: #ffffff;
  padding: 15px;
  height: 320px;
}




.ipress {
  display: flex;

  
}


h3.card-title
 {
    font-size: 33%;
    align-items: anchor-center;
    color: black;
    padding: 15px;
  }


h2.text-center.mb-5 {
    font-size: 4rem
40px
 !important;
}

h1.mb-4.fade-in {
    font-size: 7rem !important;
}

h2.text-center.mb-4.course-headline

 {
    font-size: 5rem
50px
 !important;
}



.content

 {
    display: flex
;
    gap: 82%;
}


.row.justify-content-between.text-center.counter-number

 {
    background: white;
    box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 1px 0px inset, rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
    border-radius: 10px;
}

.label
 {
    margin-top: -15px;
    font-size: 2rem;
    padding-bottom: 10px;
    /* padding-left: 35px; */
    color:black;
}

.owl-carousel {
    display: flex !important
;
    width: 100%;
    z-index: 1;
}

.row.text-center

 {
    /*background: white;*/
    box-shadow: rgba(0, 0, 0, 0.15) 4.95px 4.95px 6.6px;
    border-radius: 11px;
}


.spacer {
  height: 150px;
}

.spacer2{
  height: 100px;
}


.expertise-container

 {
    justify-content: flex-start;
    display: inline-flex
;
}

.expertise-section

 {
    background: white;
    box-shadow: rgba(0, 0, 0, 0.15) 4.95px 4.95px 6.6px;
    border-radius: 11px;
}



.new-sec {
  padding: 14%;
  background: linear-gradient(to right, #093c49, #0aaeae);
  color: white;
  font-size: 3.5rem;
}


h2.text-center.mb-5.typing-effect

 {
    font-size: xx-large;
    color: white;
    font-weight: 600;
}

.typing-effects {
  color: white;
  color: white;
  font-size: 4rem;
  margin-top: 30px;
  margin-bottom: 70px !important;
}



/*.card-1*/

/* {*/
    /* background: #f4f4f4; */
/*    margin: 30px;*/
/*    border-radius: 10px;*/
    /* background: linear-gradient(90deg, rgba(40, 191, 191, 1) 0%, rgba(255, 255, 255, 1) 50%, rgba(0, 0, 0, 1) 100%); */
    /* box-shadow: 10px 5px 5px #05AFB2; */
/* }*/


 .container-fluid {
  margin: 0;
  padding: 0;
}

@media (max-width: 768px) {
  .card-wrapper {
    height: 200px;
  }

  .card-title {
    font-size: 1rem;
  }

  .btn {
    font-size: 0.85rem;
    padding: 0.4rem 0.75rem;
  }

  
.mini-banner

 {
    display: flex
;
}


.min-banner-text.px-3 {
  font-size: 50px;
  color: white;
}

section.container-fluid.hrblack.client-section {
  background: linear-gradient(to right, rgb(9, 60, 73), rgb(10, 174, 174));
  
}

.container-fluid.courses {
  background: linear-gradient(to right, #093c49, #0aaeae);
  padding: 10%;
}
.e-commerce-course{
  box-shadow: 9px 8px 0px #ffffff;
}
h1.ecom {
  padding-top: 20px;
}

.paid-course{
  box-shadow: 9px 8px 0px #ffffff;

}
h1.paid {
  padding-top: 20px;
}

.website-course{
  box-shadow: 9px 8px 0px #ffffff;
}

h1.webs {
  padding-top: 20px;
}

.our-courses{
  display: flex;
}

.course-button{
  padding-top: 20px;
}




  