/*=========================================== BreadCrumb ======================================== */

.page-title {
    position: relative;
    padding: 32px 0px 32px 0px;
}

.page-title .bread-crumb {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: left;
    gap: 28px;
}

.page-title h1 {
    position: relative;
    display: block;
    font-size: 40px;
    line-height: 68px;
    color: #fff;
    margin-bottom: 0px;
}

.page-title h2 {
    display: block;
    font-size: 40px;
    line-height: 56px;
    color: #fff;
    margin-bottom: 0px;
}

.sec-pad-2 {
    padding: 60px 0px 60px 0px;
}

.sec-pad {
    padding: 60px 0px 60px 0px;
}

.branches-section .map-inner {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
}

.news-block-one .inner-box .content-box {
    position: relative;
    display: block;
    padding: 10px 25px 10px 25px;
}

.news-block-one .inner-box .content-box .upper-box {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 8px;
    border-bottom: 1px solid #e9e8e8;
    margin-bottom: 8px;
}

.news-block-one .inner-box .content-box .lower-box h3 {
    position: relative;
    display: block;
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 0px;
}

.blog-details-content .content-one .text-box p:first-child {
    padding-left: 0px;
}

.blog-sidebar .post-widget .post .post-thumb img {
    width: 100%;
    transition: all 500ms ease;
    height: 100%;
}

.blog-sidebar .post-widget .post h4 {
    display: block;
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 8px;
}

.testimonial-block-one .inner-box {
    position: relative;
    display: block;
    background: #fff;
    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.10);
    margin-bottom: 30px;
    padding: 30px;
}

.testimonial-block-one .inner-box .rating {
    position: absolute;
    top: 30px;
    right: 0px;
    background: #f4f4f4;
    font-size: 17px;
    line-height: 26px;
    color: var(--title-color);
    padding: 5px 20px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.testimonial-block-one .inner-box .icon-box {
    position: relative;
    display: inline-block;
    margin-bottom: 16px;
}

.testimonial-block-one .inner-box p {
    margin-bottom: 15px;
}


.testimonial-block-one .inner-box .author-box h4 {
    display: block;
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 0px;
}

.career-details {
    position: relative;
    padding: 60px 0px;
}

.career-details-content .content-one h3 {
    margin-bottom: 20px;
}

.header-top .info-list li.looking-box a {
    font-size: 18px;
    line-height: 26px;
    color: #fff;
    font-weight: 600;
}

.team-block-one .inner-box {
    position: relative;
    display: block;
    background: #fff;
    border: 1px solid #e6e4e4;
    padding: 10px;
    margin-bottom: 30px;
}

.team-block-one .inner-box .lower-content .designation {
    position: relative;
    display: block;
    margin-bottom: 0px;
}

.team-block-one .inner-box .lower-content {
    position: relative;
    display: block;
    padding-top: 10px;
    text-align: center;
}

.working-section {
    position: relative;
    padding: 20px 0px 60px;
}

.working-block-one .inner-box h3 {
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 10px;
}

.working-block {
    flex: 0 0 20%;
    max-width: 20%;
}

@media (max-width: 991px) {
    .working-block {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (max-width: 575px) {
    .working-block {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

.sec-title {
    position: relative;
    display: block;
    margin-bottom: 40px;
}

.features-section {
    position: relative;
    padding: 60px 0px 60px 0px;
}

.features-section .feature-block {
    display: flex;
}

.features-section .feature-block-one {
    display: flex;
    flex: 1;
}

.feature-block-one .inner-box {
    position: relative;
    display: block;
    padding: 20px 20px;
    margin-bottom: 25px;
    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.10);
}

.testimonial-style-two .big-text {
    position: absolute;
    left: 0px;
    top: -90px;
    width: 100%;
    text-align: center;
    font-size: 134px;
    line-height: 110px;
    font-family: var(--title-font);
    font-weight: 800;
    text-transform: uppercase;
    color: transparent;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent;
    background: -webkit-linear-gradient(-90deg, #f4f4f4, #fff 100%);
}

.custom-banking-two {
    position: relative;
    padding: 60px 0px;
}

.mobile-menu .nav-logo {
    position: relative;
    padding: 50px 25px;
    text-align: left;
    padding-bottom: 35px;
}

.mobile-menu .contact-info {
    position: relative;
    padding: 40px 30px 20px 30px;
}

.footer-style-three .widget-section {
    position: relative;
    padding: 50px 0px 50px 0px;
}

.funfact-block-one .inner-box {
    position: relative;
    display: block;
    padding: 20px;
    border-right: 1px solid #e6e4e4;
}

@media only screen and (max-width: 991px) {

    .header-top .info-list,
    .header-top .right-column {
        justify-content: center;
        display: block;
    }
}

@media only screen and (max-width: 991px) {

    .footer-style-three .footer-top .social-links,
    .footer-style-three .language-box,
    .footer-style-three .footer-bottom .bottom-inner .footer-nav {
        justify-content: center;
        display: block;
    }
}

.header-top .info-list li.looking-box {
    background: #f18f1c;
    padding: 17px 30px;
}

.header-top .info-list li.looking-box:after {
    position: absolute;
    content: '';
    background: #f18f1c;
    width: 25px;
    height: 25px;
    right: 0px;
    bottom: -25px;
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 100% 100%, 0% 0%);
}

.sec-title .sub-title {
    position: relative;
    display: inline-block;
    font-size: 15px;
    line-height: 24px;
    font-family: var(--title-font);
    font-weight: 700;
    text-transform: uppercase;
    color: #f18f1c;
    padding-left: 30px;
    margin-bottom: 12px;
}

.sec-title .sub-title:before {
    position: absolute;
    content: '';
    background: #f18f1c;
    width: 3px;
    height: 6px;
    left: 0px;
    top: 9px;
}

.sec-title .sub-title:after {
    position: absolute;
    content: '';
    background: #f18f1c;
    width: 15px;
    height: 6px;
    left: 5px;
    top: 9px;
}

.banking-block-one .inner-box .image-box .icon-box {
    position: absolute;
    display: inline-block;
    left: 0px;
    bottom: 0px;
    width: 70px;
    height: 70px;
    line-height: 70px;
    background: #f18f1c;
    text-align: center;
}

.banking-block-one .inner-box .image-box .btn-box .theme-btn span:before {
    color: #f18f1c;
}

.theme-btn:before {
    position: absolute;
    content: '';
    background: #1e71b7;
    width: 0%;
    height: 100%;
    left: 0px;
    top: 0px;
    z-index: -1;
    transition: all 500ms ease;
}

.locker-facility .content-box .btn-box .theme-btn span:before {
    color: white;
}

.locker-facility .content-box .btn-box .theme-btn:before {
    background: #f18f1c;
}

.locker-facility .content-box .btn-box .theme-btn {
    background: #f18f1c;
}

.working-section .more-text h5 a {
    display: inline-block;
    color: #f18f1c;
    text-decoration: underline;
}

.dots-style-one .owl-dots button.active {
    border-color: #f18f1c;
    border-width: 2px;
    top: -1px;
}

.menu-area .mobile-nav-toggler {
    background: #f19120;
}

.faq-section .accordion .acc-btn.active {
    background: #f39020;
}

.faq-section .accordion .acc-btn.active .icon-box:before {
    background: white;
}

.faq-section .accordion .acc-btn.active .icon-box i {
    transform: rotate(180deg);
    color: white;
}

.news-block-one .inner-box .content-box .upper-box .title-box h6 {
    position: relative;
    display: block;
    font-size: 15px;
    line-height: 24px;
    font-weight: 800;
    text-transform: uppercase;
    color: #f18f1c;
    padding-left: 23px;
    margin-bottom: 4px;
}

.news-block-one .inner-box .image-box .overlay-image:before {
    position: absolute;
    content: '';
    background: #f18f1c;
    opacity: 0.9;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.main-menu .navigation>li>ul>li>a:hover,
.main-menu .navigation>li>.megamenu li>a:hover {
    color: #fff;
    background: #f18f1c;
    border-color: #f18f1c;
}

.main-menu .navigation>li>ul>li>ul>li>a:hover {
    color: #fff;
    background: #f18f1c;
    border-color: #f18f1c;
}

.main-menu .navigation>li.current>a,
.main-menu .navigation>li:hover>a {
    color: #f18f1c;
}

.main-menu .navigation>li.current>a:before,
.main-menu .navigation>li:hover>a:before {
    color: #f18f1c;
    transform: rotate(90deg);
}

.testimonial-block-one .inner-box .author-box .text {
    color: #f18f1c;
}

.corporate-block-one .inner-box:hover .icon-box {
    background: #f18f1c;
}

.contact-section .form-inner .right-column .message-btn .theme-btn {
    background: #f18f1c;
    width: 100%;
}

.contact-section .form-inner .right-column .message-btn .theme-btn:before {
    background: #1a6eb7;
}

.news-block-one .inner-box .content-box .lower-box h3 a:hover {
    color: #f18f1c;
}

.faq-section .accordion .acc-btn.active h4 span {
    color: #f18f1c;
    background: #fff;
}

.feature-block-one .inner-box h3 a:hover {
    color: #f18f1c;
}

.team-block-one .inner-box .lower-content h3 a:hover {
    color: #f18f1c;
}

.footer-style-three .widget-section .support-widget .widget-content a:hover {
    color: #fff;
    background: #f18f1c;
}

.team-block-one .inner-box .image-box .image:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    z-index: 1;
    opacity: 0;
    background: -webkit-linear-gradient(-90deg, rgba(85, 4, 1, 0.0) 25%, #f18f1c 100%);
    transition: all 500ms ease;
}

.footer-style-three .footer-bottom {
    background: #f18f1c;
    padding: 22px 0px;
}

.footer-style-three .footer-bottom .bottom-inner .copyright p {
    color: black;
}


.theme-btn {
    position: relative;
    display: inline-block;
    overflow: hidden;
    vertical-align: middle;
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    font-family: var(--title-font);
    background: #f18f1c;
    color: #fff !important;
    text-align: center;
    padding: 16px 29px;
    text-transform: capitalize;
    z-index: 1;
    transition: all 500ms ease;
}

.banner-carousel .content-box h5 span {
    position: relative;
    display: inline-block;
    font-size: 15px;
    font-weight: 800;
    text-transform: uppercase;
    padding: 6px 20px;
    background: #f18f1c;
    margin-right: 30px;
}

.banner-carousel .content-box h5 span:before,
.banner-carousel .content-box h5 span:after {
    position: absolute;
    content: '';
    background: #f18f1c;
    width: 20px;
    height: 20px;
    right: -19px;
}

.banner-carousel .content-box h5 span:before,
.banner-carousel .content-box h5 span:after {
    position: absolute;
    content: '';
    background: #f18f1c;
    width: 20px;
    height: 20px;
    right: -19px;
}

.banner-section .banner-carousel .owl-dots button.active {
    background: #f18f1c;
}

.clients-section .clients-logo img {
    position: relative;
    display: block;
    max-width: 100%;
    width: auto;
    margin: 0 auto;
    filter: none;
    transition: all 500ms ease;
}

.working-section .more-text h5 i {
    position: absolute;
    left: 0px;
    top: 2px;
    font-size: 20px;
    color: #f18f1c;
}

.page-title .bread-crumb li a {
    display: inline-block;
    color: white;
}

.page-title .bread-crumb li:before {
    position: absolute;
    content: "\f102";
    font-family: flaticon_flexibank;
    font-size: 16px;
    top: 1px;
    right: -20px;
    color: white;
}

.banner-section .banner-carousel .owl-dots button {
    position: relative;
    display: inline-block;
    width: 15px;
    height: 15px;
    border: 3px solid #fff;
    background: #5d0c09;
    border-radius: 50%;
    background: transparent;
    cursor: pointer;
    margin: 0px 25px;
    box-shadow: 0px 0px 0px 10px #f18f1c;
    transition: all 500ms ease;
}

/*=========================================== BreadCrumb ======================================== */