    .fix {
        overflow: hidden;
    }
    
    .breadcrumb {
        display: flex;
        justify-content: center;
    }
    
    .breadcrumb__area {
        background-image: url(../img/top-image-about.png);
    }
    
    .breadcrumb__area {
        background-image: url(../img/top-image-about.png);
    }
    
    .breadcrumb__content h2 {
        color: #ef4f83;
    }
    
    .breadcrumb-item-main {
        color: #2b2b72 !important;
    }
    
    .page-inside-heading {
        color: #2b2b72 !important;
    }
    
    .page-inside-heading-pink {
        color: #ef4f83!important;
    }
    
    .breadcrumb__bg {
        background-size: cover;
        background-position: center;
        padding: 105px 0 110px;
        position: relative;
        z-index: 1;
    }
    
    .breadcrumb__content .title {
        margin-bottom: 10px;
        font-size: 40px;
    }
    
    .breadcrumb__content .breadcrumb {
        margin-bottom: 0;
    }
    
    .breadcrumb__content .breadcrumb-item {
        font-size: 16px;
        color: var(--tg-theme-primary);
    }
    
    .breadcrumb__content .breadcrumb-item a {
        color: var(--tg-body-color);
    }
    
    .breadcrumb-item+.breadcrumb-item {
        padding-left: 10px;
    }
    /* .breadcrumb__content .breadcrumb-item {
    font-size: 16px;
    color: var(--tg-theme-primary);
} */
    /* .breadcrumb-item+.breadcrumb-item::before {
    padding-right: 10px;
    color: var(--tg-body-color);
    content: "\f054";
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    font-size: 14px;
    line-height: 1;
    margin-top: 6px;
} */
    
    .breadcrumb__shape img:nth-child(1) {
        left: 2%;
        top: 14%;
    }
    
    .breadcrumb__shape img {
        position: absolute;
        z-index: -1;
    }
    
    .breadcrumb__shape img:nth-child(2) {
        left: 35%;
        bottom: 20%;
        animation: rightToLeft 4s infinite linear;
    }
    
    .breadcrumb__shape img {
        position: absolute;
        z-index: -1;
    }
    
    .breadcrumb__shape img:nth-child(3) {
        left: 23%;
        bottom: 0;
    }
    
    .breadcrumb__shape img {
        position: absolute;
        z-index: -1;
    }
    
    .breadcrumb__shape img:nth-child(4) {
        right: 42%;
        top: 0;
    }
    
    .breadcrumb__shape img {
        position: absolute;
        z-index: -1;
    }
    
    .breadcrumb__shape img:nth-child(5) {
        right: 25%;
        top: 15%;
    }
    
    .breadcrumb__shape img {
        position: absolute;
        z-index: -1;
    }
    
    .alltuchtopdown {
        -webkit-animation: alltuchtopdown 1.5s ease-in-out 0s infinite alternate;
        animation: alltuchtopdown 1.5s ease-in-out 0s infinite alternate;
        animation-duration: 3s;
    }
    
    .fix {
        margin-top: 93px;
    }
    
    .title {
        font-weight: bold;
    }
    
    .nav-home {
        display: flex;
        align-items: center;
        gap: 6px;
    }
    
    .section-title {
        max-width: 720px;
        text-align: center;
        position: relative;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 30px;
    }
    
    .section-title::before {
        left: 0;
        right: 0;
        bottom: 0;
        width: 60px;
        height: 3px;
        content: '';
        position: absolute;
        background-color: var(--mainColor);
        margin-left: auto;
        margin-right: auto;
    }
    
    .section-title h2 {
        font-size: 32px;
        font-weight: 600;
        margin-bottom: 20px;
        padding-bottom: 0;
        color: #2b2b72;
    }
    
    .line-bottom-double-line-centered {
        position: relative;
        margin-bottom: 15px;
        padding-bottom: 15px;
    }
    
    .line-bottom-double-line-centered::before {
        background: #28395e;
    }
    
    .line-bottom-double-line-centered:before {
        bottom: 3px;
        content: "";
        height: 1px;
        left: 0;
        margin: 0 auto;
        position: absolute;
        right: 0;
        width: 20px;
    }
    
    .section-title p {
        margin-bottom: 0;
    }
    
    .img-thumbnail {
        padding: .25rem;
        background-color: #fff;
        border: 1px solid #dee2e6;
        border-radius: .375rem;
        max-width: 100%;
        height: auto;
    }
    
    .contact .php-email-form {
        box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
        padding: 30px;
    }
    
    .contact .php-email-form .form-group {
        margin-bottom: 12px;
    }
    
    .contact .php-email-form input {
        padding: 10px 15px;
    }
    
    .contact .php-email-form input,
    .contact .php-email-form textarea {
        border-radius: 0;
        box-shadow: none;
        font-size: 14px;
    }
    
    .form-control {
        display: block;
        width: 100%;
        padding: .375rem .75rem;
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.5;
        color: #212529;
        background-color: #fff;
        background-clip: padding-box;
        border: 1px solid #ced4da;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        border-radius: .375rem;
        transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    }
    
    .form-control:focus {
        color: #212529;
        background-color: #fff;
        border-color: #86b7fe;
        outline: 0;
        box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);
    }
    
    #loading {
        display: none;
    }
    
    .contact .php-email-form .loading {
        background: #fff;
        text-align: center;
        padding: 15px;
    }
    
    #error_message {
        display: none;
    }
    
    .contact .php-email-form .error-message {
        color: #fff;
        background: #ed3c0d;
        text-align: left;
        padding: 15px;
        font-weight: 600;
    }
    
    #sent_message {
        display: none;
    }
    
    .contact .php-email-form .sent-message {
        color: #fff;
        background: #18d26e;
        text-align: center;
        padding: 15px;
        font-weight: 600;
    }
    
    .contact .php-email-form button[type=submit] {
        background: #1a2b71;
        border: 0;
        padding: 10px 30px;
        color: #fff;
        transition: 0.4s;
    }
    
    [type=button]:not(:disabled),
    [type=reset]:not(:disabled),
    [type=submit]:not(:disabled),
    button:not(:disabled) {
        cursor: pointer;
    }
    
    .line-bottom-double-line-centered:before {
        bottom: 3px;
        content: "";
        height: 1px;
        left: 0;
        margin: 0 auto;
        position: absolute;
        right: 0;
        width: 20px;
    }
    
    .line-bottom-double-line-centered:after {
        bottom: 7px;
        content: "";
        height: 1px;
        left: 0;
        margin: 0 auto;
        position: absolute;
        right: 0;
        width: 45px;
    }
    /* extra css */
    
    .left-spacing {
        position: relative;
    }
    
    .sub-head1 {
        font-size: 20px;
    }
    
    .sub-head {
        font-size: 24px;
        color: #333;
        margin: 68px 0 0;
        font-weight: 600;
    }
    
    .banner-head {
        font-size: 48px;
        color: #333;
        font-weight: 700;
        letter-spacing: -1px;
        line-height: 52.8px;
    }
    
    .custom-search {
        position: relative;
        width: 100%;
        margin-top: 39px;
        max-width: 345px;
    }
    
    .custom-search-input {
        font-size: 16px;
        font-weight: 600;
        width: 100%;
        border: 1px solid rgb(65, 64, 153);
        color: #40377c;
        border-radius: 100px;
        background: transparent;
        padding: 16px 145px 16px 24px;
        line-height: 1;
        box-sizing: border-box;
        outline: none;
        height: 49px;
    }
    
    .custom-search-botton {
        font-size: 16px;
    }
    
    [type=button]:not(:disabled),
    [type=reset]:not(:disabled),
    [type=submit]:not(:disabled),
    button:not(:disabled) {
        cursor: pointer;
    }
    
    .custom-search-botton {
        position: absolute;
        width: 100%;
        max-width: 138px;
        right: 1px;
        top: 1px;
        font-size: 14px;
        line-height: 16px;
        font-weight: 600;
        bottom: 1px;
        border: 0;
        background: #414099;
        color: #fff;
        outline: none;
        margin: 0;
        padding: 0 12px;
        border-top-right-radius: 50px;
        border-bottom-right-radius: 50px;
        z-index: 2;
    }
    
    .app-badge-p-wrapper {
        margin-top: 30px;
    }
    
    .badges-container {
        display: flex;
        gap: 8px;
        justify-content: center;
    }
    
    @media (min-width: 768px) {
        .justify-content-md-start {
            justify-content: flex-start !important;
        }
    }
    
    .individual-main-c {
        margin-top: -10px;
    }
    
    .custom-search {
        position: relative;
        width: 100%;
        margin-top: 39px;
        max-width: 345px;
    }
    
    .custom-search-input {
        font-size: 16px;
        font-weight: 600;
        width: 100%;
        border: 1px solid rgb(65, 64, 153);
        color: #40377c;
        border-radius: 100px;
        background: transparent;
        padding: 16px 145px 16px 24px;
        line-height: 1;
        box-sizing: border-box;
        outline: none;
        height: 49px;
    }
    
    .custom-search-botton {
        font-size: 16px;
    }
    
    [type=button]:not(:disabled),
    [type=reset]:not(:disabled),
    [type=submit]:not(:disabled),
    button:not(:disabled) {
        cursor: pointer;
    }
    
    .custom-search-botton {
        position: absolute;
        width: 100%;
        max-width: 138px;
        right: 1px;
        top: 1px;
        font-size: 14px;
        line-height: 16px;
        font-weight: 600;
        bottom: 1px;
        border: 0;
        background: #414099;
        color: #fff;
        outline: none;
        margin: 0;
        padding: 0 12px;
        border-top-right-radius: 50px;
        border-bottom-right-radius: 50px;
        z-index: 2;
    }
    
    .app-badge-p-wrapper {
        margin-top: 30px;
    }
    
    .badges-container {
        display: flex;
        gap: 8px;
        justify-content: center;
    }
    
    @media (min-width: 768px) {
        .justify-content-md-start {
            justify-content: flex-start !important;
        }
    }
    
    @media (min-width: 360px) and (max-width: 991.97px) {
        .banner-head {
            font-size: 26px;
            line-height: 32.5px;
        }
    }
    
    @media (min-width: 360px) and (max-width: 991.97px) {
        .banner-head {
            text-align: center;
            font-size: 26px !important;
            letter-spacing: .8;
        }
    }
    /* Financial Strength */
    
    .call-to-action {
        padding: 54px 0;
        position: relative;
        clip-path: inset(0);
    }
    
    .call-to-action:before {
        content: "";
        background: color-mix(in srgb, var(--background-color), transparent 50%);
        position: absolute;
        inset: 0;
        z-index: 2;
    }
    
    .call-to-action .bg-iamge {
        position: fixed;
        top: 0;
        left: 0;
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
        z-index: 1;
    }
    
    .call-to-action .container {
        position: relative;
        z-index: 3;
    }
    
    .stats-item span {
        color: #ffffff!important;
        font-size: 21px!important;
        font-weight: 700!important;
    }
    
    .stats-item .counter-number {
        font-size: 30px!important;
    }
    
    .stats-item p {
        font-size: 18px;
        font-weight: 600;
        letter-spacing: 1px;
        margin-bottom: 0;
        text-transform: capitalize;
        color: #ffffff!important;
    }
    
    .call-to-action:before {
        background-color: rgb(0 3 35 / 70%);
        bottom: 0;
        content: "";
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
        backdrop-filter: blur(3px);
    }
    
    .financial-strength h3 {
        color: #f8ddb7;
        font-size: 40px!important;
        font-weight: 700!important;
    }
    
    .strength-img {
        width: 48px;
        height: 48px;
    }
    
    .animation-horizontal {
        animation: horizontal-ride 8s infinite linear;
    }
    /* footer hover */
    
    .list-link li a:hover {
        color: #ffffff;
        margin-left: 8px;
        text-decoration: underline;
    }
    
    .list-link li a {
        position: relative;
        color: #fff;
        font-size: 15px;
        padding-left: 15px;
        -webkit-transition: all 300ms ease;
        -ms-transition: all 300ms ease;
        -o-transition: all 300ms ease;
        -moz-transition: all 300ms ease;
        transition: all 300ms ease;
    }
    
    .list-link li a:before {
        position: absolute;
        content: "\f105";
        left: 0px;
        top: -3px;
        font-family: 'FontAwesome';
    }
    
    .dicgc-logo {
        display: flex;
        gap: 9px;
    }
    /* side nav */
    /* .sidenav {
    height: 100%;
    width: 300px;
    position: fixed;
    z-index: 9;
    top: 0;
    left: -320px;
    background-color: #fff;
    overflow-x: hidden;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    box-shadow: 0 0 10px 5px rgba(0, 0, 0, .2);
    border: 0 none;
    border-radius: 0;
}

#mySidenav a {
    position: fixed;
    z-index: 999;
    right: -141px;
    transition: .3s;
    padding: 11px;
    width: 180px;
    text-decoration: none;
    font-size: 16px !important;
    color: #fff !important;
    border-radius: 5px 0 0 5px;
    border: 1px solid #ffffff8a;
}

#sn1 {
    top: 271px;
    background-color: #003f6b;
}

#sn2 {
    top: 330px;
    background-color: #003f6b;
}

#sn3 {
    top: 390px;
    background-color: #003f6b;
}

#sn4 {
    top: 449px;
    background-color: #003f6b;
}

#mySidenav a:hover {
    position: fixed;
    z-index: 999;
    right: 0;
    width: 166px;
} */
    /* dropdowncontact */
    
    .menu-contact {
        display: flex;
        background: #f9e8eb;
        border-radius: 8px 8px 0px 0px;
        margin-top: 15px;
        padding: 10px 28px;
        gap: 28px;
    }
    
    .menu-sm-footer,
    .menu-sm-footer-wide {
        text-align: left;
        display: flex;
        font-weight: 600;
        align-items: center;
    }
    
    .ico-sm {
        width: 30px;
        margin: 0 10px;
    }
    
    .line-space {
        line-height: normal;
    }
    
    .sm-menu-content {
        font-size: 13px;
        font-weight: 400;
        color: #0b2154;
    }
    /* inside page banner css */
    
    @media only screen and (max-width: 576px) {
        .fix {
            margin-top: 67px!important;
        }
    }
    /* side icon css */
    
    .chat-bots-container {
        display: flex;
        flex-direction: column;
        position: fixed;
        right: 0.8%;
        top: 35%;
        z-index: 998;
        gap: 18px;
    }
    
    .cb-links {
        display: flex;
    }
    
    .cb-btn {
        margin: 5px;
        transition: .6s;
        width: 60px;
        display: flex;
        overflow: hidden;
        flex-wrap: wrap;
        align-items: center;
        background-color: #fff;
        box-shadow: 1px 2px 11px #6060b529;
        border-radius: 28px;
        padding: 7px;
        cursor: pointer;
        height: 56px;
        justify-content: center;
    }
    
    .chat-bot-img {
        width: 36px;
        height: 38px;
    }
    
    .cb-btn {
        width: 0px;
        height: 46px;
        transition: .3s;
        text-align: center;
        overflow: hidden;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        min-height: 0px;
        width: 48px;
        justify-content: center;
    }
    
    .cb-btn:hover {
        height: 195px;
        border-radius: 289px;
        background-color: #ececff;
    }
    
    .cb-name {
        display: block;
        writing-mode: vertical-rl;
        transform: rotate(180deg);
        white-space: nowrap;
        overflow: visible;
    }
    
    .cb-name {
        font-weight: bold;
        color: #2b2b72;
    }
    
    .theme-dark .chat-bots-container span {
        color: #2b2b72!important;
    }
    
    .theme-dark .breadcrumb__content h2 {
        color: #ef4f83!important;
    }
    
    .theme-dark .breadcrumb-item a {
        color: #000!important;
    }
    
    .theme-dark .nav-tabs .nav-link.active {
        color: #fff;
    }
    
        /*extra add css */
                .services-block-three .inner-box:hover {
            -webkit-transform: translateY(20px);
            -moz-transform: translateY(20px);
            -ms-transform: translateY(20px);
            -o-transform: translateY(20px);
            transform: translateY(20px);
        }
        
        .services-block-three .inner-box {
            position: relative;
            text-align: center;
            /* padding: 0px 50px 60px; */
            -webkit-transition: all 1000ms ease;
            -moz-transition: all 100ms ease;
            -ms-transition: all 1000ms ease;
            -o-transition: all 1000ms ease;
            transition: all 1000ms ease;
            box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
            /* background-color: #ffffff; */
        }
            @keyframes shine {
        100% {
            left: 125%;
        }
    }
    
    .tp-blog-item-wrapper:hover .tp-blog-item-thumb::before {
        animation: shine 800ms;
    }
    
    .tp-blog-item-thumb {
        position: relative;
    }
    
    .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);
    }
    
.services-item {
    box-shadow: 0 4px 70.12px -4.12px rgb(196 196 196 / 42%);
}
.loan-title {
    text-decoration: none;
    color: #2b2b72;
}
.loan-title:hover{
    color: #f05285!important;
}
.services-content {
    height: 226px;
}
.services-content .icon {
    background: #fdfdfd !important;
border: 2px solid #ef4f83 !important;
}
.download-option{
    margin-left: auto;
}
.header-bg {
    margin-top: 112px;
    }
@media (min-width: 360px) and (max-width: 767.98px) {
    .chat-bots-container {
        top: 45%;
        right: 0;
    }
}
@media only screen and (max-width: 576px) {
    .copy-right-text {
        text-align: center!important;
    }
    .footer-bg{
        text-align: center!important;
        padding-top: 40px!important;
    }
    .dicgc-logo {
    justify-content: center!important;
    }
    .slider-image {
    height: 189px!important;
}
.home-download-item{
    padding-top: 30px!important;
}
.download-option {
    margin-left: inherit!important;
    margin-top: 10px!important;
}
.services-block{
    padding-top: 23px!important;
}
.header-bg {
 margin-top: 70px!important;
    }
  }
  .icon img{
    width: 36px;
  }
            .services-block-loan .inner-loan:hover {
            -webkit-transform: translateY(20px);
            -moz-transform: translateY(20px);
            -ms-transform: translateY(20px);
            -o-transform: translateY(20px);
            transform: translateY(-24px);
        }

        .services-block-loan .inner-loan {
            position: relative;
            -webkit-transition: all 1000ms ease;
            -moz-transition: all 100ms ease;
            -ms-transition: all 1000ms ease;
            -o-transition: all 1000ms ease;
            transition: all 1000ms ease;
        }
            .services-item {
        background: #ffffff!important;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        -o-border-radius: 10px;
        -ms-border-radius: 10px;
        border-radius: 10px;
        -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;
        margin-bottom: 30px;
    }
    
    .services-thumb {
        -webkit-border-radius: 10px 10px 0 100px;
        -moz-border-radius: 10px 10px 0 100px;
        -o-border-radius: 10px 10px 0 100px;
        -ms-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;
    }
    
    .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: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.3)));
        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 img {
        height: 200px;
        object-fit: cover;
        width: 100%;
    }
    
    .services-content {
        padding: 30px 30px 30px;
        position: relative;
    }
    
    .services-content .icon {
        width: 70px;
        height: 70px;
        background: #ecf6fa;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        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-content .title {
        font-size: 22px;
        font-weight: 600;
        margin-bottom: 10px;
    }
    
    .services-content p {
        margin-bottom: 22px;
    }
    
    p {
        font-family: var(--tg-body-font-family);
        font-size: var(--tg-body-font-size);
        line-height: var(--tg-body-line-height);
        font-weight: var(--tg-fw-regular);
        color: var(--tg-body-color);
        margin-bottom: 15px;
    }

        .read-more {
    padding: 15px 25px;
    border-radius: 5px;
    background: #f05285;
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
}
.read-more:hover{
    text-decoration: none;
    color: #fff!important;
}
        .services-block .inner:hover {
            -webkit-transform: translateY(20px);
            -moz-transform: translateY(20px);
            -ms-transform: translateY(20px);
            -o-transform: translateY(20px);
            transform: translateY(-24px);
        }
        
        .services-block .inner {
            position: relative;
            text-align: center;
            -webkit-transition: all 1000ms ease;
            -moz-transition: all 100ms ease;
            -ms-transition: all 1000ms ease;
            -o-transition: all 1000ms ease;
            transition: all 1000ms ease;
        }
        
        .flaticon-coins-2:before {
            content: "\f127";
        }
        
        [class^="flaticon-"]:before,
        [class*=" flaticon-"]:before,
        [class^="flaticon-"]:after,
        [class*=" flaticon-"]:after {
            font-family: "Flaticon";
            font-style: normal;
        }
        
        .flaticon-bar-chart:before {
            content: "\f143";
        }
                .services-block-contact .inner-contact:hover {
            -webkit-transform: translateY(20px);
            -moz-transform: translateY(20px);
            -ms-transform: translateY(20px);
            -o-transform: translateY(20px);
            transform: translateY(-10px);
        }
        
        .services-block-contact .inner-contact {
            position: relative;
            text-align: center;
            /* padding: 0px 50px 60px; */
            -webkit-transition: all 1000ms ease;
            -moz-transition: all 100ms ease;
            -ms-transition: all 1000ms ease;
            -o-transition: all 1000ms ease;
            transition: all 1000ms ease;
            /* box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15); */
            /* background-color: #ffffff; */
        }
        @media only screen and (max-width: 576px) {
.breadcrumb__content .title {
    font-size: 30px!important;
}
.breadcrumb__bg {
    padding: 54px 0 54px!important;
}
  }
  .dropdown-item:focus, .dropdown-item:hover {
    background-color: unset!important;
}