 .dicgc-text {
     position: relative;
     color: #ffffff;
     font-size: 14px;
     font-weight: 400;
     line-height: 1.9em;
     margin-bottom: 10px;
 }
 
 .logo img {
     width: 120px;
 }
 
 .main-footer .footer-bottom .social-column ul li a {
     display: block;
     width: 35px;
     height: 35px;
     line-height: 36px;
     border-radius: 50%;
     background-color: #d8162a;
     color: #ffffff;
     text-align: center;
     font-size: 18px;
 }
 
 .main-footer .footer-bottom .social-column ul li a:hover {
     background-color: #efeded;
     color: #cf182a!important;
 }
 
 .features .tabs-wrapper {
     background-color: #ffffff;
         padding-top: 15px!important;
    padding-bottom: 15px!important;
     border-radius: 50px 50px 0 0;
     padding: 40px;
     box-shadow: 0 20px 60px color-mix(in srgb, var(--default-color), transparent 90%);
 }
 
 .features .nav-tabs {
     border: 0;
     gap: 20px;
     /*margin-bottom: 40px;*/
     display: flex;
     flex-wrap: wrap;
 }
 
 @media (max-width: 992px) {
     .features .nav-tabs {
         /*flex-direction: column;*/
         /*gap: 15px;*/
     }
 }
 
 .features .nav-item {
     /*flex: 1;*/
     min-width: 0;
 }
 
 @media (max-width: 992px) {
     .features .nav-item {
         flex: none;
     }
 }
 
 .features .nav-link {
     background: color-mix(in srgb, #ffffff, #3b5353 3%);
     border: 1px solid color-mix(in srgb, #3b5353, transparent 85%);
     border-radius: 15px;
     padding: 25px 20px;
     display: flex;
     align-items: center;
     gap: 15px;
     transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
     position: relative;
     overflow: hidden;
     height: auto;
     min-height: 80px;
     cursor: pointer;
 }
 
 .features .nav-link::before {
     content: "";
     position: absolute;
     top: 0;
     left: 0;
     right: 0;
     bottom: 0;
    border-bottom: 2px solid #fff;
     opacity: 0;
     transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
     z-index: 1;
 }
 
 @media (max-width: 768px) {
     .features .nav-link {
         padding: 20px 15px;
         min-height: 70px;
     }
 }
 
 .features .nav-link .tab-icon {
     position: relative;
     z-index: 2;
     width: 70px;
     height: 70px;
    background: #fff5ef;
     border-radius: 12px;
     display: flex;
     align-items: center;
     justify-content: center;
     transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
 }
 
 .features .nav-link .tab-icon i {
     font-size: 24px;
     color: #ffffff;
 }
 
 @media (max-width: 768px) {
     .features .nav-link .tab-icon {
         width: 45px;
         height: 45px;
     }
     .features .nav-link .tab-icon i {
         font-size: 20px;
     }
 }
 
 .features .nav-link .tab-content {
     position: relative;
     z-index: 2;
     flex: 1;
 }
 
 .features .nav-link .tab-content h5 {
     margin: 0 0 4px 0;
     font-size: 16px;
     font-weight: 600;
    color: #fff5ef;
     transition: color 0.4s ease;
 }
 
 @media (max-width: 768px) {
     .features .nav-link .tab-content h5 {
         font-size: 14px;
     }
 }
 
 .features .nav-link .tab-content span {
     font-size: 13px;
     color: color-mix(in srgb, #3b5353, transparent 30%);
     transition: color 0.4s ease;
 }
 
 @media (max-width: 768px) {
     .features .nav-link .tab-content span {
         font-size: 12px;
     }
 }
 
 .features .nav-link:hover {
     transform: translateY(-3px);
     border-color: transparent;
     /*box-shadow: 0 15px 40px color-mix(in srgb, #00a19e, transparent 70%);*/
 }
 
 .features .nav-link:hover::before {
     opacity: 1;
 }
 
 .features .nav-link:hover .tab-icon {
     background: #ffffff;
     box-shadow: 0 8px 25px color-mix(in srgb, #3b5353, transparent 80%);
 }
 
 .features .nav-link:hover .tab-icon i {
     color: #00a19e;
 }
 
 .features .nav-link:hover .tab-content h5,
 .features .nav-link:hover .tab-content span {
     color: #ffffff;
 }
 
 .features .nav-link.active {
     border-color: #bb342d;
     box-shadow: 0 15px 40px color-mix(in srgb, #bb342d57, transparent 70%);
 }
 
 .features .nav-link.active::before {
     opacity: 1;
 }
 
 .features .nav-link.active .tab-icon {
     background: #ffffff;
 }
 
 .features .nav-link.active .tab-icon i {
     color: #00a19e;
 }
 
 .features .nav-link.active .tab-content h5,
 .features .nav-link.active .tab-content span {
     color: #ffffff;
 }
 
 .features .tab-content .tab-pane {
     padding: 40px 0;
 }
 
 @media (max-width: 768px) {
     .features .tab-content .tab-pane {
         padding: 20px 0;
     }
 }
 
 .features .content-wrapper {
     padding-right: 40px;
 }
 
 @media (max-width: 992px) {
     .features .content-wrapper {
         padding-right: 0;
         margin-bottom: 40px;
     }
 }
 
 .features .content-wrapper .icon-badge {
     width: 70px;
     height: 70px;
     background: linear-gradient(135deg, #00a19e, color-mix(in srgb, #00a19e, #193838 20%));
     border-radius: 20px;
     display: flex;
     align-items: center;
     justify-content: center;
     margin-bottom: 25px;
     box-shadow: 0 10px 30px color-mix(in srgb, #00a19e, transparent 70%);
 }
 
 .features .content-wrapper .icon-badge i {
     font-size: 30px;
     color: #ffffff;
 }
 
 .features .content-wrapper h3 {
     font-size: 32px;
     font-weight: 700;
     color: #193838;
     margin-bottom: 20px;
     line-height: 1.2;
 }
 
 @media (max-width: 768px) {
     .features .content-wrapper h3 {
         font-size: 24px;
     }
 }
 
 .features .content-wrapper p {
     font-size: 16px;
     line-height: 1.7;
     color: color-mix(in srgb, #3b5353, transparent 20%);
     margin-bottom: 30px;
 }
 
 .features .content-wrapper .feature-grid {
     display: grid;
     grid-template-columns: 1fr 1fr;
     gap: 15px;
     margin-bottom: 35px;
 }
 
 @media (max-width: 576px) {
     .features .content-wrapper .feature-grid {
         grid-template-columns: 1fr;
         gap: 12px;
     }
 }
 
 .features .content-wrapper .feature-grid .feature-item {
     display: flex;
     align-items: center;
     gap: 12px;
 }
 
 .features .content-wrapper .feature-grid .feature-item i {
     font-size: 16px;
     color: #00a19e;
     flex-shrink: 0;
 }
 
 .features .content-wrapper .feature-grid .feature-item span {
     font-size: 14px;
     color: #3b5353;
     line-height: 1.4;
 }
 
 .features .content-wrapper .stats-row {
     display: flex;
     gap: 30px;
     margin-bottom: 35px;
 }
 
 @media (max-width: 576px) {
     .features .content-wrapper .stats-row {
         gap: 20px;
     }
 }
 
 .features .content-wrapper .stats-row .stat-item {
     text-align: center;
 }
 
 .features .content-wrapper .stats-row .stat-item .stat-number {
     font-size: 24px;
     font-weight: 700;
     color: #00a19e;
     margin-bottom: 5px;
 }
 
 @media (max-width: 576px) {
     .features .content-wrapper .stats-row .stat-item .stat-number {
         font-size: 20px;
     }
 }
 
 .features .content-wrapper .stats-row .stat-item .stat-label {
     font-size: 12px;
     color: color-mix(in srgb, #3b5353, transparent 40%);
     text-transform: uppercase;
     letter-spacing: 1px;
 }
 
 .features .content-wrapper .btn-primary {
     background: linear-gradient(135deg, #00a19e, color-mix(in srgb, #00a19e, #193838 20%));
     color: #ffffff;
     padding: 15px 35px;
     border-radius: 50px;
     font-weight: 600;
     display: inline-flex;
     align-items: center;
     gap: 10px;
     text-decoration: none;
     border: none;
     transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
     box-shadow: 0 8px 25px color-mix(in srgb, #00a19e, transparent 70%);
 }
 
 .features .content-wrapper .btn-primary:hover {
     transform: translateY(-2px);
     box-shadow: 0 15px 35px color-mix(in srgb, #00a19e, transparent 60%);
     color: #ffffff;
 }
 
 .features .content-wrapper .btn-primary:hover i {
     transform: translateX(5px);
 }
 
 .features .content-wrapper .btn-primary i {
     transition: transform 0.3s ease;
 }
 
 .features .visual-content {
     position: relative;
 }
 
 .features .visual-content .main-image {
     position: relative;
     border-radius: 20px;
     overflow: hidden;
     box-shadow: 0 20px 60px color-mix(in srgb, #3b5353, transparent 85%);
 }
 
 .features .visual-content .main-image img {
     width: 100%;
     height: auto;
     transition: transform 0.6s ease;
 }
 
 .features .visual-content .main-image:hover img {
     transform: scale(1.05);
 }
 
 .features .visual-content .floating-card {
     position: absolute;
     bottom: 30px;
     left: 30px;
     background: #ffffff;
     padding: 20px 25px;
     border-radius: 15px;
     display: flex;
     align-items: center;
     gap: 15px;
     box-shadow: 0 15px 40px color-mix(in srgb, #3b5353, transparent 80%);
     transform: translateY(20px);
     opacity: 0;
     animation: fadeInUp 0.8s ease 0.6s forwards;
 }
 
 @media (max-width: 576px) {
     .features .visual-content .floating-card {
         bottom: 20px;
         left: 20px;
         padding: 15px 20px;
         gap: 10px;
     }
 }
 
 .features .visual-content .floating-card i {
     font-size: 28px;
     color: #00a19e;
 }
 
 @media (max-width: 576px) {
     .features .visual-content .floating-card i {
         font-size: 24px;
     }
 }
 
 .features .visual-content .floating-card .card-content span {
     display: block;
     font-size: 12px;
     color: color-mix(in srgb, #3b5353, transparent 40%);
     text-transform: uppercase;
     letter-spacing: 1px;
     margin-bottom: 2px;
 }
 
 .features .visual-content .floating-card .card-content strong {
     display: block;
     font-size: 16px;
     font-weight: 600;
     color: #193838;
 }
 
 @media (max-width: 576px) {
     .features .visual-content .floating-card .card-content strong {
         font-size: 14px;
     }
 }
 
 @keyframes fadeInUp {
     to {
         opacity: 1;
         transform: translateY(0);
     }
 }
 /* header-btn-css */
 
    .th-btn {
        margin: 0;
    }
    
    .th-btn.th-radius {
        border-radius: 0;
    }
    
    .th-btn {
        position: relative;
        z-index: 2;
        overflow: hidden;
        vertical-align: middle;
        display: inline-block;
        border: none;
        text-transform: capitalize;
        text-align: center;
        background-color: #bb342d;
        color: #ffffff;
        font-family: var(--body-font);
        font-size: 14px;
        font-weight: 700;
        line-height: 1;
        padding: 20px 22px;
        border-radius: 30px;
        -webkit-transition: all linear .5s;
        transition: all linear .5s;
            border-radius: 22px;
    }
    
    .th-btn:after {
        position: absolute;
        content: "";
        width: 25px;
        height: 140px;
        background: rgba(10, 38, 120, 0.141);
        top: -40px;
        left: -75px;
        -webkit-transform: rotate(30deg);
        -ms-transform: rotate(30deg);
        transform: rotate(30deg);
        -webkit-transition: all linear .5s;
        transition: all linear .5s;
    }
    
    .th-btn:hover {
        background: #fdc427;
        color: #ffffff;
    }
    
    .th-btn:hover:after {
        left: 120%;
    }
 /* header-btn-css */
 
 
 .features-section{
     border-radius: 50px 50px 0px 0px;
    position: relative;
    z-index: 1;
    margin-top: -50px;

 }
 
  /* home-page-css */
  
  .slider-main-text{
      color: #bb342d;
      font-size:60px;
      font-weight: 700;
      line-height: 1.25;
  }
  
  @media only screen and (max-width: 576px) {
  .slider-main-text{
    font-size: 46px;
  }
  .title-area .sec-title {
    margin-bottom: 15px;
    color: #bb342d;
    font-size: 22px!important;
    font-weight: 700;
    line-height: 36px!important;
}
  }
   /* home-page-css */
   
   
   /*about css for home page*/
       .about-img-wrap {
    position: relative;
    z-index: 1;
    padding-bottom: 30px;
}
.about-img-wrap .mask-img-wrap {
   /* -webkit-mask-image: url(../img/mask_img.png);
    mask-image: url(../img/mask_img.png);*/
    -webkit-mask-size: 100%;
    mask-size: 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
   /* height: 472px;
    width: 417px;*/
    margin: 0 auto;
}
.about-img-wrap .mask-img-wrap img {
    max-width: unset;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.about-img-wrap .shape img {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: -1;
}
.experience-year {
    position: relative;
    width: 150px;
    height: 150px;
    display: flex
;
    align-items: center;
    justify-content: center;
    background: #bb342d;
    border: 4px solid #ffffff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 0;
}
.experience-year .icon {
    width: 80px;
    height: 80px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex
;
    align-items: center;
    justify-content: center;
    background: #f0f5fb;
    color: #ffffff;
    line-height: 0;
    font-size: 36px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}
ider-mobile-img {
    height: 360px !important;
    width: 180px !important;
    border-radius: 6px 6px 6px 6px;
}
.experience-year .content .circle {
    position: absolute;
    margin-bottom: 0;
    font-size: 15px;
    text-transform: uppercase;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #ffffff;
}
.rotateme {
    -webkit-animation-name: rotateme;
    animation-name: rotateme;
    -webkit-animation-duration: 10s;
    animation-duration: 10s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}
.sub-title {
    position: relative;
    display: block;
    font-size: 16px;
    font-weight: 600;
    /*color: var(--theme-color);*/
    margin-bottom: 30px;
    text-transform: uppercase;
    line-height: 24px;
    margin-top: -0.34em;
}
.rotateme {
    -webkit-animation-name: rotateme;
    animation-name: rotateme;
    -webkit-animation-duration: 10s;
    animation-duration: 10s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}

@keyframes  rotateme {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes rotateme {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
    }
}
.experience-year .content .circle {
    position: absolute;
    margin-bottom: 0;
    font-size: 15px;
    text-transform: uppercase;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #ffffff;
}

.experience-year .content .circle span {
    position: absolute;
    top: -64px;
    display: inline-block;
    transform-origin: 0 64px;
    color:#fff;
}
@media (max-width: 991.98px) {
    .about-img-wrap {
        margin-bottom: 50px;
    }
}
@media (max-width: 767.98px) {
    .about-img-wrap .mask-img-wrap {
        height: 370px;
        width: 320px;
    }
}
@media (max-width: 767.98px) {
    .about-img-wrap .shape img {
        display: none;
    }
}

      /*about css for home page*/
      
            /*mobile app css for home page*/
            .title-area {
    margin-bottom: calc(30px - 10px);
    position: relative;
    z-index: 2;
}

.title-area .sec-title {
    margin-bottom: 15px;
    color: #bb342d;
    font-size: 40px;
    font-weight: 700;
    line-height: 48px;
}
.sec-title {
    margin-bottom: calc(var(--section-title-space) - 10px);
    margin-top: -0.32em;
    text-transform: capitalize;
}

.text-theme {
       color: #1a2b71 !important;
}

.th-btn.style7 {
    background-color: #141d38;
    color: #fff;
}
.th-btn.style-radius {
    border-radius: 100px;
    padding: 11px 28px;
}

.shepe-text.style4 {
    color: #bb342d;
    opacity: 0.1;
}
.shepe-text {
    font-weight: 700;
    font-size: 50px;
    line-height: 101px;
    color: rgba(239, 241, 249, 0.15);
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.shape-mockup {
    position: absolute;
    z-index: 0;
}

.sub-title {
    position: relative;
    display: block;
    font-size: 16px;
    font-weight: 600;
    /* color: var(--theme-color); */
    margin-bottom: 30px;
    text-transform: uppercase;
    line-height: 24px;
    margin-top: -0.34em;
}

.btn-box{
    margin-top: 35px;
        gap: .5rem !important;
}

.app-text{
        line-height: 28px;
    font-size: 16px;
        font-weight: 700;
}
                  /*mobile app css for home page*/
                  
                  
                  
                  /*counter-section css*/
                  
          .counter-section{
              background-image:url(../img/facts-area-bg.jpg);
          }        
                  /*counter-section css*/
                  
                  
                  .page-title{
                       background-image:url(../img/page-banner.jpg);
                  }
                  
                  
                  @media only screen and (max-width: 576px) {
    .strength-number {
      font-size: 25px;
    }
  }
  
  .cart-box-social a{
    color: #bb342d;
    margin-right: 4px;
    background-color: #fff;
    width: 30px;
    height: 30px;
    display: inline-block;
    border-radius: 50%;
    text-align: center;
  }
  
    .cart-box-social a span{
    padding-top: 4px;

  }

   .bank-name-li {
    font-size: 28px!important;
}

   .mobile-btn{
       display: none;
   }

@media only screen and (max-width: 568px) {
   .mobile-btn{
       display: block;
   }
}
  
 @media (min-width: 577px) and (max-width: 768px) {
  .slider-main-text {
    font-size: 26px;
}
   .tabs-wrapper .nav-tabs {
    gap: 60px!important;
}
   .logo img {
    width: 100px;
}
       .main-menu .navigation > li {
        margin-right: 15px;
    }
   .th-btn {
    padding: 20px 10px;
}
   .bank-name-li {
    font-size: 20px!important;
}
   .outer-box{
        display: none;
   }
   .mobile-btn{
     display: block;
   }

}                 