.product-title {
    text-align: center;
}

.product-full-nm {
    font-size: 20px!important;
}

.check-icon {
    max-width: 100%;
}

.line-txt-4 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    font-size: 13px;
}

.line-txt-3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    font-size: 13px;
}

/*** TOP Header CSS ***/

  .header-top {
    background: linear-gradient(45deg, #004684, #0093dd);
    --body-color: #fff;
  }
  .header-links ul {
      margin: 0;
      padding: 0;
      list-style-type: none;
  }
  .header-links li:not(:last-child) {
    margin: 0 26px 0 0;
  }
  .header-links li {
      display: inline-block;
      position: relative;
      font-size: 16px;
      font-weight: 400;
      color: var(--body-color);
  }
  .header-links li, .header-links span, .header-links p, .header-links a {
      color: var(--body-color);
  }
  .header-links li>i {
      margin-right: 6px;
  }

  .header-links i {
      color: var(--body-color);
  }
  .header-links span {
      color: var(--body-color);
  }
  .header-social .social-title {
      font-weight: 500;
      font-size: 16px;
      display: inline-block;
      margin: 0 15px 0 0;
      color: var(--body-color);
  }
  .header-social a {
      font-size: 16px;
      display: inline-block;
      color: var(--body-color);
      margin: 0 15px 0 0;
  }

/*** home page overlayer ***/
.hero-wrap.style1 {
    position: relative;
}

.op-7 {
    opacity: .7;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}
.bg-black {
    --bs-bg-opacity: 1;
    --bs-black-rgb: 0, 0, 0;
    background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important;
}

.bg-light-skyblue {
    background: transparent linear-gradient(180deg, #F1F8FF 0%, #FFFFFF 100%) 0% 0% no-repeat padding-box;
}


/*** Start Digital Banking ***/
.mb-40 {
    margin-bottom: 40px !important;
}

.section-title.style1 span {
    color: #0092dc;
}

.section-title h2 {
    font-size: 28px;
    font-weight: 600;
    line-height: 1.4;
    font-family: poppins, sans-serif;
    margin: 0;
    color: #012245;
}

.services-block-loan .inner-loan {
    position: relative;
    -webkit-transition: all 1000ms ease;
    transition: all 1000ms ease;
}
.services-item {
    background: #ffffff;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    margin-bottom: 30px;
}
.services-item {
    box-shadow: 0 4px 70.12px -4.12px rgb(196 196 196 / 42%);
}
.services-thumb {
    -webkit-border-radius: 10px 10px 0 100px;
    border-radius: 10px 10px 0 100px;
    overflow: hidden;
    position: relative;
}
.shine-animate {
    display: block;
    overflow: hidden;
    position: relative;
    z-index: 1;
}
.services-content {
    padding: 30px 30px 30px;
    position: relative;
}
.services-content .icon {
    width: 70px;
    height: 70px;
    background: #ecf6fa;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 36px;
    line-height: 0;
    color: #191d88;
    border: 3px solid #ffffff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    left: 30px;
    top: -55px;
    z-index: 1;
    -webkit-transition: all 0.4s ease-out 0s;
    -moz-transition: all 0.4s ease-out 0s;
    -ms-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
}
.services-thumb img {
    height: 200px;
    object-fit: cover;
    width: 100%;
}

.services-content .icon {
    background: #fdfdfd !important;
    border: 2px solid #0093dd !important;
}
.icon img {
    width: 36px;
}
.services-content .title {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 10px;
}
.loan-title {
    text-decoration: none;
    color: #2b2b72;
}
.services-content .title {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 10px;
}
.services-content p {
    margin-bottom: 22px;
    font-size: 16px;
}
.tp-blog-item-thumb::before {
    position: absolute;
    content: "";
    top: 0;
    left: -64%;
    z-index: 2;
    display: block;
    width: 50%;
    height: 100%;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    transform: skewX(-25deg);
}
.shine-animate::before {
    position: absolute;
    top: 0;
    left: -100%;
    display: block;
    content: "";
    width: 50%;
    height: 100%;
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}
.services-block-loan .inner-loan:hover {
    -webkit-transform: translateY(20px);
    transform: translateY(-24px);
}
.tp-blog-item-wrapper:hover .tp-blog-item-thumb::before {
    animation: shine 800ms;
}

@keyframes  shine {
    100% {
    left: 125%;
}
}
.bank-services {
    color: #ef4f83;
}

.txt-of-3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    color: #525b5b;
}

/*** End Digital Banking ***/

/*** Financial Strength  ***/
    
.counter-section {
    position: relative;
    padding: 35px 0px 30px;
    background-size: cover;
    background-attachment: fixed;
}

.counter-section:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: block;
    background-color: rgb(0 3 35 / 70%);
}

.auto-container {
    position: static;
    max-width: 1200px;
    padding: 0px 15px;
    margin: 0 auto;
}

.section-title {
    max-width: 720px;
    text-align: center;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
}

.financial-strength h3 {
    color: #f8ddb7;
    font-size: 40px;
    font-weight: 700 !important;
}

.fact-counter {
    position: relative;
}

.fact-counter .column {
    position: relative;
    z-index: 5;
    margin-bottom: 30px;
}

.fact-counter .column .inner {
    position: relative;
    text-align: center;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.fact-counter.style-three .column .inner .icon-box {
    position: relative;
    font-size: 64px;
    line-height: 1em;
    color: #fff;
    margin-bottom: 25px;
}

.strength-img {
    width: 48px;
    height: 48px;
}

.fact-counter.style-three .count-outer {
    position: relative;
    font-size: 30px;
    line-height: 1em;
    font-weight: 700;
    margin: 0px 0px;
    color: #ffffff;
}

.fact-counter.style-three .count-outer .count-text {
    position: relative;
    font-weight: 700;
    color: #ffffff;
    font-size: 36px;
}

.fact-counter.style-three .column .counter-title {
    position: relative;
    font-size: 18px;
    font-weight: 600;
    color: #ffffff;
    margin-top: 14px;
    display: block;
    letter-spacing: 1px;
    text-transform: capitalize;
    font-family: 'Muli', sans-serif;
}
.services-block .inner:hover {
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(-24px);
}

/*** End Financial Strength  ***/

/*** Slider And News ***/

.banner-section {
    padding-top: 60px;
    padding-bottom: 60px;
}
.align-items-stretch {
    align-items: stretch !important;
}
.latest-news-box {
    background: #FFFFFF;
    box-shadow: 0px 0px 20.2144px rgba(117, 154, 207, 0.2);
    border-radius: 10px;
    min-height: 354px;
}
.latest-news-heading {
    background-color: #024b8a;
    position: relative;
    padding: 4px 15px 6px;
    margin-bottom: 10px;
}
.latest-news-heading h2 {
    font-weight: 500;
    font-size: 22px;
    line-height: 30px;
    color: #fff;
}
.latest-news-box {
    width: 100% !important;
}

.marquee-box-ht {
    height: 275px;
    overflow: hidden;
}
.latest-news-box marquee {
    padding: 10px 15px;
    height: 299px;
}
.slider-image-height {
    height: 390px;
}
.mqrqu-list ul li {
    color: #1A1F48;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    margin-bottom: 9px;
    padding-left: 18px;
    position: relative;
    margin-bottom: 18px;
}

/************* DIGITAL BANKING SERVICES ***********/

.white-title h2 {
    font-size: 28px;
    font-weight: 600;
    line-height: 1.4;
    font-family: poppins, sans-serif;
    margin: 0;
    color: #012245;
}

.white-title .sub-title {
    display: block;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 600;
    line-height: normal;
    color: #0583c9;
    margin-bottom: 12px;
}

.services__tab-wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    gap: 30px;
}
.services__bg-six {
    background-size: cover;
    background-position: center;
    padding: 45px 0;
}
.services__tab-wrap .nav-tabs {
    border-bottom: none;
    margin-bottom: 0;
    flex-direction: column;
    width: 330px;
}
.services__tab-wrap .nav-item {
    margin-bottom: 5px;
    margin-top: 0px;
}

.services__tab-wrap p {
    margin-bottom: 27px;
    font-size: 16px;
    line-height: 30px;
}

.services__tab-wrap .nav-link {
    border: none;
    background: linear-gradient(90deg, #004a89 13.19%, rgb(5 136 206) 100%);    
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    margin: 0;
    gap: 11px;
    font-size: 20px;
    font-weight: 600;
    font-family: var(--tg-heading-font-family);
    color: #ffffff;
    padding: 20px 55px 20px 25px;
    position: relative;
    width: 330px;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.services__tab-wrap .nav-link i {
    font-size: 40px;
    line-height: 0;
    color: #46b278;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.services__tab-wrap .nav-link span i {
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    font-family: flaticon;
    font-weight: 500;
    font-size: 24px;
    line-height: 0;
    color: #fff;
}
.services__item-four {
    background: #ffffff;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    gap: 50px;
    padding: 30px 80px 30px 30px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -o-border-radius: 15px;
    -ms-border-radius: 15px;
    border-radius: 15px;
    box-shadow: 0 0 15px rgba(0, 0, 0, .1);
}

.services__thumb-four {
    width: 337px;
    flex: 0 0 auto;
}
.shine-animate::before {
    position: absolute;
    top: 0;
    left: -100%;
    display: block;
    content: "";
    width: 50%;
    height: 100%;
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    -webkit-transform: skewX(-25deg);
    -ms-transform: skewX(-25deg);
    transform: skewX(-25deg);
}
.services__thumb-four img {
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -o-border-radius: 12px;
    -ms-border-radius: 12px;
    border-radius: 12px;
    height: 380px;
    object-fit: cover;
    width: 100%;
}
.services__content-four .title {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 10px;
}
.about__list-box .list-wrap li {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: flex-start;
    font-size: 20px;
    font-weight: 500;
    color: var(--tg-theme-secondary);
    font-family: var(--tg-heading-font-family);
    gap: 12px;
    margin-bottom: 10px;
    color: #121212;
}

.list-wrap li {
    list-style: none;
}
.services__content-four .about__list-box li i {
    font-size: 15px;
}

.about__list-box .list-wrap li i {
    width: 26px;
    height: 26px;
    flex: 0 0 auto;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    background: #0483c8;
    color: #ffffff;
    line-height: 0;
    font-size: 18px;
    -webkit-transform: translateY(3px);
    -moz-transform: translateY(3px);
    -ms-transform: translateY(3px);
    -o-transform: translateY(3px);
    transform: translateY(3px);
}
@media (max-width: 767.98px) {
    .services__tab-wrap {
        flex-wrap: wrap;
    }
    .services__item-four {
        padding: 30px 25px;
    }
}
@media (max-width: 1199.98px) {
    .services__thumb-four img {
        height: 340px;
    }
}
@media (max-width: 991.98px) {
    .services__item-four {
        flex-wrap: wrap;
        padding: 30px 30px;
    }
    .services__thumb-four {
        width: 100%;
    }
}
.services__tab-wrap .nav-link.active {
    background: #02325c;
    color: #fff;
}
.services__tab-wrap .nav-link.active i {
    color: #fff;
}

.service-btn{
  position: relative;
  display: inline-block;
  margin: 15px;
  padding: 12px 28px;
  text-align: center;
  font-size: 18px;
  letter-spacing: 1px;
  text-decoration: none;
  color: #004a89;
  background: transparent;
  cursor: pointer;
  transition: ease-out 0.5s;
  border: 2px solid #004a89;
  border-radius: 10px;
  box-shadow: inset 0 0 0 0 #004a89;
}

.service-btn:hover {
  color: white;
  box-shadow: inset 0 -100px 0 0 #004a89;
}

.service-btn:active {
  transform: scale(0.9);
}

/************* DIGITAL BANKING SERVICES END ***********/

/*** Web View Count ***/
.footer-count {
    color: #f0f0f0;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin: 0;
    padding: 4px 20px;
    text-align: center;
}

/*** Footer CSS ***/

.rts-footer-area .wized-title .title{
    font-size: 20px;
    font-weight: 500;
}

.rts-footer-area p{
    font-size: 16px;
    color: #fff;
    margin-bottom: 10px;
}
