

/************* ABOUT US ***********/


.about-area {
    position: relative;
}
.about-img-wrap {
    position: relative;
    z-index: 1;
    padding-bottom: 30px;
}
.about-img-wrap .mask-img-wrap {
    -webkit-mask-image: url("../img/bg/mask_img.png");
    mask-image: url("../img/bg/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%);
    z-index: -1;
}
    .experience-year {
    position: relative;
    width: 150px;
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #d32428;
    border: 4px solid #3b2d71;
    -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:#fff;
    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%;
}
.experience-year .content .circle1 {
    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;
}

@keyframes rotateme {
    0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
.experience-year .content .circle1 span {
    position: absolute;
    top: -64px;
    display: inline-block;
    transform-origin: 0 64px;
}

.about-shape-wrap img:nth-child(1) {
    right: 10%;
    top: 30%;
}

.about-shape-wrap img {
    position: absolute;
    z-index: -1;
}
.about-shape-wrap img:nth-child(2) {
    right: 6%;
    top: 36%;
    z-index: -2;
}

.about-shape-wrap img {
    position: absolute;
    z-index: -1;
}
.ribbonRotate {
    -webkit-animation-name: ribbonRotate;
    animation-name: ribbonRotate;
    -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 ribbonRotate {
    0%, 100% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    25%, 75% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg);
    }
    50% {
        -webkit-transform: rotate(30deg);
        transform: rotate(30deg);
    }
}
.about-left-shape img {
    position: absolute;
    z-index: -1;
    left: 0;
    bottom: 0;
}
.mb-35 {
    margin-bottom: 35px;
}
.section-title .sub-title {
    display: block;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 600;
    line-height: normal;
    color: #4fa9a7;
    margin-bottom: 12px;
}
.section-title .title {
    margin-bottom: 0;
    font-size: 40px;
}
.about-list .list-wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    margin: 0 -15px;
    gap: 30px 0;
    margin-bottom: 25px;
}
.about-list .list-wrap li {
    padding: 0 15px;
    width: 50%;
    flex: 0 0 auto;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: flex-start;
    gap: 15px;
}

.list-wrap li {
    list-style: none;
}
.about-list .list-wrap li .icon {
    width: 70px;
    height: 70px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    background:#4fa9a773;
    color: #474790;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -o-border-radius: 8px;
    -ms-border-radius: 8px;
    border-radius: 8px;
    flex: 0 0 auto;
    font-size: 40px;
    line-height: 0;
}
.about-list .list-wrap li .icon i {
    transition: 0.3s linear;
}
.about-list .list-wrap li .content .title {
    font-size: 20px;
    margin-bottom: 5px;
    font-weight: 600;
}
.about-list .list-wrap li .content p {
    margin-bottom: 0;
}
.about-content > p {
    margin-bottom: 30px;
    width: 93%;
    line-height: 1.62;
}
.about-bottom {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    gap: 40px;
}


@media (max-width: 767.98px) {
    .about-area {
        padding: 100px 0;
    }
    .about-img-wrap .mask-img-wrap {
        height: 370px;
        width: 320px;
    }
    .about-img-wrap .shape img {
        display: none;
    }
    .about-shape-wrap img:nth-child(2) {
        display: none;
    }
    
}
@media (max-width: 991.98px) {
    .about-img-wrap {
        margin-bottom: 50px;
    }
}
@media (max-width: 1199.98px) {
    .about-shape-wrap img:nth-child(1) {
        right: 10%;
        top: 4%;
    }
}

.sway__animationX {
    animation: swayX 1s linear infinite alternate;
}

@keyframes swayX {
    0% {
        transform: translateX(20px);
    }
    
    100% {
        transform: translateX(0px);
    }
}

.flip {
	backface-visibility: visible !important;
	animation: flip 2s ease infinite;
}
@keyframes elastic-spin {
    0% {
		transform: perspective(400px) rotateY(0);
		animation-timing-function: ease-out;
	}
	40% {
		transform: perspective(400px) translateZ(150px) rotateY(170deg);
		animation-timing-function: ease-out;
	}
	50% {
		transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
		animation-timing-function: ease-in;
	}
	80% {
		transform: perspective(400px) rotateY(360deg) scale(.95);
		animation-timing-function: ease-in;
	}
	100% {
		transform: perspective(400px) scale(1);
		animation-timing-function: ease-in;
	}
}


/************* ABOUT US END ***********/

/************* LOAN'S SERVICES ***********/

.services-bg {
    background-size: cover;
    background-position: center;
    padding: 120px 0;
}
.services-block-loan .inner-loan {
    position: relative;
    -webkit-transition: all 1000ms ease;
    transition: all 1000ms ease;
}
.services-item {
    background: #ffffff !important;
    -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: 2;
    -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 #8f94c9 !important;
}
.icon img {
    width: 35px;
}
.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;
}
.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;
}

.services-block-loan .inner-loan:hover .flip-icon{
    backface-visibility: visible !important;
	animation: flip 2s ease;
}

/************* LOAN'S SERVICES END ***********/

/************* FINANCIAL STRENGTH  ***********/


.counter-facts {
    background: linear-gradient(#012245c9, #012245c9), url("../img/bg/testimonial-bg-1.jpg");
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
}
.counter-facts .counter {
    position: relative;
    text-align: center;
    width: 200px;
    min-height: 215px;
    padding: 10px 15px;
    margin: 0 auto;
    border-radius: 100px;
    box-shadow: 0 8px 5px rgba(0, 0, 0, .2);
    background: #fff;
}
.counter-facts .counter:before {
    content: "";
    position: absolute;
    height: 105px;
    width: 100%;
    left: 0;
    top: 0;
    border-radius: 10px 10px 0 0;
    background-color: #363668;
}
.counter-facts .counter .counter-icon {
    position: relative;
    width: 120px;
    height: 100px;
    margin: 0 auto 10px;
    border-radius: 10px 10px 0 0;
    transform: translateY(-20px);
    font-size: 50px;
    line-height: 90px;
    color: #46b278;
    background: rgb(92 99 167 / 65%);
    clip-path: polygon(0% 0%, 100% 0, 100% 70%, 50% 100%, 0 70%);
}
.counter-facts .counter .counter-icon:before {
    content: "";
    position: absolute;
    width: 120px;
    height: 90px;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 10px 10px 0 0;
    background: rgb(92 99 167 / 65%);
    z-index: -1;
    clip-path: polygon(0% 0%, 100% 0, 100% 70%, 50% 100%, 0 70%);
}
.counter-facts .counter h3 {
    color: #363668 !important;
    font-size: 17px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 0 0 5px;
}
.counter-facts .counter .counter-value {
    font-size: 30px;
    font-weight: 700;
    display: block;
    color: #46b278;
}
.text-secondary {
    color: #46b278 !important;
}

.counter-facts .counter:hover .counter-icon i {
    transform: rotate(360deg);
    transition: all .3s ease;
}


/************* FINANCIAL STRENGTH END ***********/

/************* DIGITAL BANKING SERVICES ***********/

.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: 120px 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;
}
.services__tab-wrap .nav-link {
    border: none;
    background: linear-gradient(90deg, #3B3D9A 13.19%, rgba(44, 46, 143, 0.54) 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);
}
.shine-animate {
    display: block;
    overflow: hidden;
    position: relative;
    z-index: 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;
}

.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: #4fa9a7;
    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: #272859;
    color: #fff;
}
.services__tab-wrap .nav-link.active i {
    color: #fff;
}

/************* DIGITAL BANKING SERVICES END ***********/

