*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
body {
    font-size: 15px;
    line-height: 1.7;
    color: #010f1b;
    font-family: 'Open Sans', sans-serif;
}
ul,li{
    list-style: none;
    font-family: 'Open Sans', sans-serif;
}
a,a:hover{
    text-decoration: none;
}
h1,h2,h3,h4,h5,h6{
    font-weight: 600;
    color: #494949;
    font-family: 'Open Sans', sans-serif;
}
a,a:hover{
    text-decoration: none;
    color: #57b957;
}
.aboutImage img {
}
/*======================SCROLLBAR CSS OF GLOBAL*/
::-webkit-scrollbar {
    width: 5px;
}
::-webkit-scrollbar-track {
    background: #f1f1f1;
}
::-webkit-scrollbar-thumb {
    background: #2c93e1;
}
/*======================HEADING CSS OF GLOBAL*/
h1 {font-size: 45px;}
h2 {font-size: 35px;}
h3 {font-size: 25px;}
h4 {font-size: 20px;}
h5 {font-size: 18px;}
h6 {font-size: 16px;}
/*======================CONTAINER CSS OF GLOBAL*/
.container {
    margin: 0 auto;
    /*max-width: 1160px;*/
    position: relative;
}
.container {
    z-index: 1;
}
/*======================CSS OF HEADER SECTION*/
.header {
    position: relative;
    width: 100%;
    z-index: 9;
    transition: all .5s linear;
    padding: 0;
}
.header.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    box-shadow: 0 0 20px rgb(0 0 0 / 40%);
    background: #fcfff4;
}
.middelHeader nav {
    display: flex;
    position: relative;
    align-items: center;
    justify-content: space-between;
}
.burBtn span {
    display: block;
    width: 28px;
    height: 3px;
    background: #6689f1;
    position: relative;
    border-radius: 5px;
}
.burBtn span:after {
    top:-8px;
}
.burBtn span:before {
    bottom: -8px;
}
.burBtn span:after,.burBtn span:before {
    position: absolute;
    left: 0;
    height: 3px;
    background: #6689f1;
    width: 100%;
    content:'';
}
.middelHeader .logoBrand {
    position: relative;
    z-index: 1;
    width: 30%;
    max-width: 30%;
    flex: 0 0 30%;
    display: block;
}
.middelHeader .logoBrand a {
    display: block;
    font-size: 32px;
    line-height: 40px;
    text-decoration: none;
    font-weight: 700;
    color: #494949;
    max-width: 300px;
    width: auto;
    margin: 0px 0 0 0px;
    font-family: 'Roboto', sans-serif;
}
.middelHeader .collapseNav {
    position: relative;
    z-index: 1;
}
.collapseNav.show {
    left: 0;
}
.middelHeader .collapseNav {
    width: 70%;
    max-width: 70%;
    flex: 0 0 70%;
}
.middelHeader .collapseNav ul {
    align-items: center;
}

.middelHeader .collapseNav ul {
    margin: 0;
    list-style: none;
    display: flex;
    justify-content: flex-end;
}
.middelHeader .collapseNav ul {
    margin: 0;
    list-style: none;
    display: flex;
}
.middelHeader .collapseNav a {
    padding: 30px 10px;
    display: block;
    line-height: 16px;
    color: #494949;
    font-size: 16px;
    position: relative;
}
/*======================CSS OF EXPLORER SECTION*/
.explores {
    background: #f7faff;
    padding: 60px 0;
}

.img-width img {
    width: 100%;
}

.listEx {
    display: inline-block;
    max-width: calc(33.33% - 20px);
    position: relative;
    margin: 10px;
    text-align: center;
    flex: 0 0 33.33%;
}

.exUl {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 auto;
}
.listEx .img-width {
    display: flex;
    text-align: center;
    margin: 0 auto 8px;
    border: 1px solid #DDD;
    border-radius: 100px;
    width: 85px;
    height: 85px;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    align-content: center;
}

.listEx .img-width img {
    padding: 20px;
}

.listEx h4 {
    font-size: 15px;
    margin: 0;
}
.sectionBlockHeader {
    display: block;
    text-align: center;
    margin-bottom: 50px;
    position: relative;
}
.sectionBlockHeader h2 {
    font-size: 35px;
    color: #2a55a3;
    position: relative;
    margin-bottom: 35px;
}
.sectionBlockHeader small {
    font-size: 15px;
    color: #777;
    padding-top: 0px;
    display: block;
}
.small, small {
    font-size: 100%;
    font-weight: 400;
}
.sectionBlockHeader h2:before {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    content: "";
    z-index: 1;
    bottom: -15px;
    font-size: 5px;
    background: #60db42;
    width: 60px;
    height: 2px;
}
.sectionBlockHeader h2:after {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: #6689f1;
    height: 2px;
    content: "";
    width: 120px;
    border-radius: 100px;
    bottom: -15px;
}
.banners h3 {
    font-size: 20px;
    color: #2a55a3;
    margin: 0 0 15px;
}

.banners {
    padding: 60px 0;
}

.banners h1 {
    font-weight: 700;
    color: #6689f1;
    line-height: 50px;
    margin: 0 0 15px;
}

.banners p {
    color: #484848;
    font-size: 18px;
    display: block;
    margin: 0px 0 30px;
}

.btnbox a {
    display: block;
    width: max-content;
    padding: 8px 20px;
    margin-top: 10px;
    border: 2px solid #6689f1;
    background-color: #6689f1;
    border-radius: 100px;
    -ms-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    color: #fff;
    font-weight: 700;
}
.bottombanner {
    margin: 30px 0 0;
    text-align: center;
}

.bottombanner p {
    margin: 0 0 20px;
    font-weight: 600;
    color: #2a55a3;
}
.col-sm-7.aboutInfo {
    position: relative;
    z-index: 1;
}
.whatsapp {
    position: fixed;
    right: 30px;
    bottom: 30px;
    font-size: 25px;
    z-index: 9;
    width: 55px;
    height: 55px;
    background: #02a525;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid white;
    -moz-border-radius: 50% !important;
    -webkit-border-radius: 50% !important;
    border-radius: 50% !important;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background-color: rgb(17, 173, 100);
    -webkit-animation: zcwmini2 1.5s 0s ease-out infinite;
    -moz-animation: zcwmini2 1.5s 0s ease-out infinite;
    animation: zcwmini2 1.5s 0s ease-out infinite;
}
@keyframes zcwmini2 {
0% {
box-shadow: 0 0 8px 6px rgb(8 207 89 / 0%), 0 0 0 0 rgb(255 255 255), 0 0 0 0 rgb(8 207 140 / 0%);
}
10% {
box-shadow: 0 0 8px 6px #159025, 0 0 12px 10px rgb(14 224 72 / 40%), 0 0 12px 14px #00ca4b;
}
100% {
box-shadow: 0 0 8px 6px rgb(24 236 61 / 60%), 0 0 0 40px rgb(40 206 41 / 10%), 0 0 0 40px rgb(8 207 19 / 10%);
}
}
.whatsapp a.float {
    display: block;
    position: relative;
    z-index: 9;
    -webkit-animation: zcwphone2 3s linear infinite;
    -moz-animation: zcwphone2 3s linear infinite;
    animation: zcwphone2 3s linear infinite;
}
@keyframes zcwphone2 {
0% {
transform: rotate(50deg);
transition: all .5s ease-in;
}
100% {
transform: rotate(-25deg);
transition: all .5s ease-in;
}
}
.footer .footer-bottom {
    position: relative;
}
.whatsapp a.float i {
    color: #ffffff;
}
.bottombanner ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.bottombanner ul a {
    border: 2px solid #6081e3;
    display: block;
    padding: 6px 15px;
    border-radius: 100px;
    color: #0d1447;
    font-size: 14px;
    font-weight: 600;
    line-height: 15px;
    margin: 0 5px;
    -ms-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.about.aboutus {
    position: relative;
    padding: 60px 0 0;
    background: white;
}
.aboutImage {
    position: relative;
}
.aboutImage img {
    width: 600px;
    padding-right: 20px;
    margin-left: -140px;
}
.aboutIfo {
    padding: 0 0 0 50px;
}
.aboutIfo h2 {
    margin: 0 0 15px;
}
.aboutIfo h2 strong {
    color: #3c4752;
    font-weight: 600;
}
.aboutIfo ul {
    margin: 0 0 30px;
}
.aboutIfo ul li {
    padding: 0 0 0 15px;
    position: relative;
    margin: 0 0 5px;
}
.aboutIfo ul li strong {
    font-size: 18px;
    color: #0f1648;
    position: absolute;
    left: 0;
}
.aboutBtn {
    padding: 15px 30px;
    display: inline-block;
    color: #fff !important;
    line-height: 16px;
    font-weight: 700;
    border-radius: 50px;
    background: rgb(102 137 241);
}
/*================================TESTIMONIALS CSS*/
.testimonials-area.testimonials-area-style-two.ptb-100 {
    position: relative;
    z-index: 0;
}
.testimonials-area.testimonials-area-style-two {
    background-image: url(../img/industriesImg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
    overflow: hidden;
    padding: 60px 0;
}
.testimonials-area.testimonials-area-style-two::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(102 137 241);
    opacity: 0.9;
    z-index: -1;
}
.section-title {
    margin: 0px 0 0px 410px;
    text-align: left;
}
.section-title span {
    font-size: 16px;
    display: block;
    margin-bottom: 10px;
    color: #ffffff;
    font-weight: 600;
    line-height: 16px;
}
.testimonials-area .section-title h2 {
    font-size: 36px;
    margin-bottom: 0px;
    position: relative;
    font-weight: 700;
    color: white;
    padding-bottom: 15px;
}
.testimonials-all-content {
    position: relative;
}
.testimonials-area .testimonials-slider {
    position: relative;
}
.testimonials-area.testimonials-area-style-two .testimonials-slider .row {
    max-width: 970px;
    margin-left: auto;
    margin-right: auto;
    align-items: center;
}
.testimonials-area .testimonials-slider img {
    border: 10px solid #fff;
    width: 100%;
    padding: 0;
    max-width: 220px;
    margin: 0 auto;
}
.testimonials-content .testimonials-name {
    position: relative;
    margin-bottom: 20px;
    padding-left: 0;
}
.testimonials-area.testimonials-area-style-two .testimonials-content .testimonials-name h3 {
    margin-bottom: 5px;
    color: #fff;
    font-size: 25px;
}

.testimonials-content .testimonials-name h3 {
    margin-bottom: 5px;
}
.testimonials-area.testimonials-area-style-two .testimonials-content .testimonials-name span {
    color: #fff;
}
.testimonials-area.testimonials-area-style-two .testimonials-content p {
    color: #fff;
    margin: 0;
}
.testimonials-area.testimonials-area-style-two .testimonials-shape {
    position: absolute;
    top: 0;
    left: 60px;
}
.testimonials-area.testimonials-area-style-two .testimonials-shape:after {
    position: absolute;
    left: -100%;
    top: 0;
    width: 100%;
    height: 100%;
    content: '';
    background: white;
}
.designations {
    font-weight: 600;
    font-size: 17px;
    margin: 15px 0;
    color: #fff;
}
.requesAAcallback {
    padding: 60px 0 60px;
    margin-top: 0;
}
.requesAAcallback .col_smm_6:nth-child(1) {
    padding: 0 15px;
    max-width: 48%;
    flex: 0 0 48%;
    box-sizing: border-box;
}
.requesAAcallback .col_smm_6 {
    max-width: 52%;
    flex: 0 0 52%;
    padding: 0 15px;
}
.callBoxxRow {
    width: 100%;
    padding: 15px 15px;
    background: #6689f1;
    margin: 0 0 20px;
    border-radius: 4px;
    display: flex;
    align-items: center;
}
.callBoxxRow .callBoxxicon {
    max-width: 16%;
    border-right: 1px solid #9bb6bf;
    text-align: center;
    height: 100%;
    display: block;
    flex: 0 0 16%;
    font-size: 30px;
    color: #fff;
    padding: 5px 0;
    text-shadow: 2px 2px 0px #087d65;
}
.callBoxxRow .callBoxxaddress {
    max-width: 84%;
    height: 100%;
    display: block;
    flex: 0 0 84%;
    padding: 0 0 0 20px;
}
.callBoxxRow .callBoxxaddress h4 {
    margin: 0 0 8px;
    color: #fff;
    line-height: 14px;
    font-size: 19px;
}
.callBoxxRow .callBoxxaddress p {
    margin: 10px 0 0;
    color: #efefef;
    line-height: 20px;
}
.requesAAcallback .col_smm_6 form {
    border-radius: 5px;
    max-width: 560px;
    float: right;
    width: 100%;
    position: relative;
    overflow: hidden;
    margin-top: 0;
}
.headingform {
    padding: 0 0px 0;
}
.headingform h3 {
    margin: 0 0 10px;
    color: #2f5bcd;
    font-size: 25px;
}
.formC .formRow {
    display: flex;
    flex-wrap: wrap;
}
.formC .formIgroup {
    position: relative;
    max-width: 100%;
    margin: 5px 0px;
    flex: 0 0 100%;
}
.formC input, .formC select {
    width: 100%;
    height: 40px;
    margin: 0;
    border: 0;
    padding: 10px 0px;
    border-radius: 2px;
    background: rgb(255 255 255);
    font-size: 14px;
    border-bottom: 1px solid #dadada;
}
.textarearow {
    width: 100%;
    margin: 5px 0px;
}
.textarearow input {
    max-width: 120px;
    border: 0;
    padding: 15px 20px;
    display: inline-block;
    color: #fff;
    font-weight: 600;
    line-height: 20px;
    border-radius: 3px;
    background: #6689f1;
    height: unset;
}
.textarearow.textarearow2 {
    text-align: right;
}

.textarearow {
    width: 100%;
    margin: 5px 0px;
}
.textarearow textarea {
    width: 100%;
    height: 105px;
    margin: 0;
    border: 0;
    padding: 10px 5px;
    border-radius: 0;
    background: rgb(255 255 255);
    font-size: 14px;
    border-bottom: 1px solid #dadada;
}
/*=======================FOOTER CSS*/
.footer {
        background: #edebff;
        margin: 0;
    }

    .footer.no-mar {
        margin: 0;
    }



    .newSletter {
        background: #6689f1;
        padding: 25px 40px;
        margin: 0px 0 0;
        position: relative;
        border-radius: 10px;
        box-sizing: border-box;
        top: -50px;
    }
    .newSletter i {
        color: #ffffff;
        top: -2px;
        position: relative;
        left: 5px;
        font-size: 16px;
    }
    .inNewLtr p {
        margin: 0;
        color: #f9f9f9;
    }
    .inNewLtr form {
        display: flex;
        justify-content: flex-end;
    }
    .formGroup {
        position: relative;
        max-width: 380px;
        flex: 0 0 400px;
    }
    .formGroup .Email {
        width: 100%;
        position: relative;
        height: 50px;
        padding: 12px 12px;
        border-radius: 50px;
        border: 2px solid white;
        margin-bottom: 0;
    }
    .SubscribeBtn {
        position: absolute;
        right: 0;
        padding: 10px 28px;
        border-radius: 50px;
        border: 2px solid white;
        background: #2f5bcd;
        color: #fff;
        font-weight: 600;
        text-transform: uppercase;
        box-shadow: -5px 1px 5px rgb(0 0 0 / .1);
    }
    /*================middle footer*/
    .orisishPBy {
        background: #2f5bcd;
        border-radius: 7px;
        position: absolute;
        width: 250px;
        bottom: -30px;
    }
    .pwrdBy {
        display: flex;
        align-items: center;
        padding: 15px 15px;
        cursor: pointer;
    }
    .logoFotterB {
        border-right: 0;
        margin: 0;
        padding-right: 0;
        font-size: 18px;
        display: flex;
        align-items: center;
        line-height: 18px;
        color: #fff !important;
    }
    .pwrdBy p {
        margin: 0;
        font-size: 17px;
        padding-right: 30px;
        color: white;
        
    }
    .pwrdBy strong {
        font-size: 25px;
        color: #e8f0f7;
        
    }
    .midFooter {
        padding: 60px 0 30px;
    }
    .logoFotterT {
        width: 200px;
    }
    .midFooter h3 {
        margin: 0 0 20px;
        font-size: 18px;
        font-weight: 700;
    }
    .serRow ul {
        display: flex;
        flex-wrap: wrap;
    }
    .serRow ul li {
        max-width: 50%;
        flex: 0 0 50%;
        margin: 0 0 5px;
    }
    .contactInfo li {
        padding: 0 0 15px 30px;
        position: relative;
    }
    .contactInfo li i {
        color: #2f5bcd;
        position: absolute;
        left: 0;
        top: 5px;
        font-size: 20px;
    }
    .midFooter a i {
        color: #c2c2c2;
    }
    .logoFotterT {
        display: block;
        margin: 0 0 20px;
    }
    .logoFotter a {
        display: block;
        font-size: 32px;
        line-height: 40px;
        text-decoration: none;
        font-weight: 700;
        color: #494949;
        max-width: 300px;
        width: auto;
        margin: 0px 0 10px;
        font-family: 'Roboto', sans-serif;
    }
    .orisishSm {
        margin: 30px 0 0;
    }
    .orisishSm ul {
        display: flex;
        align-items: center;
        margin: 0;
    }
    .orisishSm ul li {
        width: 38px;
        height: 38px;
        border: 2px solid #2f5bcd;
        margin: 0 10px 0 0;
        border-radius: 50%;
        padding: 0;
        background: #fff;
    }
    .orisishSm ul li a {
        width: 100%;
        margin: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        line-height: 25px;
    }
    .orisishSm ul li a i {
        position: relative;
        font-size: 15px;
        top: 0;
        color: #2f5bcd;
        display: block;
        text-align: center;
        line-height: 36px;
    }
    /*===============bottom footer*/
    .bottom_footer {
        padding: 0;
        background: #edebff;
        border-top: 1px solid #e2e2e2;
    }
    .bottom_footer .row a {
        display: inline-block;
        color: #2f5bcd;
        font-weight: 700;
    }
    .bottom_footer .row a img {
        max-width: 230px;
        display: none;
    }
    .bottom_footer .row p {
        margin: 0;
        text-align: left;
    }
    .bottom_footer .row {
        padding: 15px 0;
    }
    a.logoFotterT img {
        max-width: 180px;
    }
    a.logoFotterT {
        display: inline-block;
        font-size: 48px;
        line-height: 40px;
        text-decoration: none;
        font-weight: 700;
        color: #ffffff;
        width: auto;
        display: block;
    }
    .bottomBorder {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        border-radius: 30px 30px 0px 0px;
        height: 5px;
        background: #2f5bcd;
    }
    .inNewLtr h3 {
    margin: 0;
    font-weight: 600;
    font-size: 18px;
    color: #fff;
    line-height: 25px;
}
.services a {
    color: #494949;
    display: block;
    padding: 2px 0;
}
.StepsBoxes {
    display: flex;
    flex-wrap: wrap;
}

.SBoxes1 {
    max-width: calc(25% - 20px);
    flex: 0 0 25%;
    border: 1px solid #f7faff;
    text-align: center;
    margin: 10px;
    padding: 20px 10px;
    background-color: #f7faff;
    border-radius: 5px;
    box-shadow: 3px 2px 4px 2px #dcdfe3;
}
.secTitle_para p {
    font-weight: 600;
    text-align: center;
}
section.Loan4Steps {
    padding: 60px 0;
}
.col-sm-6.bannPHO img {
    width: 100%;
}
.img-width img {
    width: 100%;
}

.img-width {
    width: 330px;
    margin: auto;
}
.img-width span {
    color: #2a55a3;
    font-size: 30px;
    font-weight: 700;
}
section.pageTitle {
    position: relative;
    background-color: #edebff;
    padding: 120px 0;
    text-align: center;
    background-image: url(../img/titlepage.jpg);
    background-size: cover;
    background-position: center;
}
.Apadding {
    margin: 0;
}
.pTitle h2 {
    font-size: 45px;
    font-weight: 700;
    color: white;
}
.contact-contant {
    padding: 60px 0px 60px;
}
.contactInfo.contactInfo2 {
    max-width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
}
.contactInfo {
    max-width: 32%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 32%;
    flex: 0 0 32%;
}
.contactInfo p {
    line-height: 1.8;
    color: #7e7e7e;
}
.proposal-contact {
    position: relative;
    margin-left: 10px;
    margin-top: 40px;
}
.proposal-contact:before {
    content: "";
    width: 2px;
    height: 90%;
    top: 2px;
    position: absolute;
    left: 0;
    background: #2f5bcd;
}
.proposal-contact li {
    position: relative;
}
.proposal-contact li:before {
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 10px;
    position: absolute;
    left: -2px;
    background: #193a77;
    z-index: 1;
    top: 7px;
}
.proposal-contact li:after {
    content: "";
    width: 18px;
    height: 18px;
    border-radius: 11px;
    position: absolute;
    border: 2px solid #2f5bcd;
    left: -8px;
    background: #fff;
    top: 1px;
}
.contact-form {
    margin: 0;
}
.contact-form form {
    padding: 0;
}
.contact-form .form-row {
    padding: 0;
}
.contactuspage .contact-form input, .contactuspage .contact-form textarea {
    background: transparent;
    margin-bottom: 15px;
    width: 100%;
    height: 40px;
    margin: 0px 0 15px;
    border: 0;
    padding: 10px 0px;
    border-radius: 0px;
    font-size: 14px;
    border-bottom: 1px solid #dadada;
}
.contact-form .form-group {
    margin: 0;
}
.contact-form textarea#comment {
    border-radius: 0px;
    height: 130px;
    border-bottom: 1px solid #dadada;
}
.block-btn {max-width: 160px;border: 0;padding: 17px 24px;display: inline-block;color: #fff;font-weight: 600;line-height: 20px;border-radius: 3px;background: #2f5bcd;margin-top: 30px;}
.formTitle h3 {
    margin: 0 0 10px;
    color: #2f5bcd;
    font-size: 25px;
}

.formTitle p {
    font-size: 15px;
    color: #777;
    padding-top: 0px;
    display: block;
}
ul.proposal-contact h3 {
    font-size: 20px;
}
.logoBrand img {
    width: 100%;
}

.logoBrand {
    padding: 10px 0;
}

.logoBrand a img {
    width: 148px;
}
a.footerlogoo img {
    width: 100%;
}

a.footerlogoo {
    width: 200px;
}
ul.subLoans {
    position: absolute;
    display: flex;
    flex-wrap: wrap;
    width: 205px;
    text-align: left;
    background-color: #6689f1;
    visibility: hidden;
}

ul.subLoans li {
    width: 100%;
    margin-top: -15px;
    background-color: #0678b4;
    padding: 0px 10px;
    margin: 0px 0 1px 0px;
}

ul.subLoans a {
    margin: 0;
    padding: 0;
}

ul.subLoans a {
    margin: -10px;
    padding: 0px;
}

ul.subLoans li a {
    text-align: inherit;
    display: inline-block;
    padding: 0;
}
ul.subLoans a {
    color: white;
}

.middelHeader .collapseNav ul.subLoans a {
    color: white;
    padding: 20px 10px;
}
li.loanPro:hover ul.subLoans {
    visibility: visible;
    transform: translate(5px, 135px);
    transition: .1s linear;
}
li.loanPro:hover ul.subLoans {
    visibility: visible;
    transform: translate(0px, 0px);
    transition: .5s linear;
}

ul.subLoans li:hover {
    background-color: #0d1345;
    transition: .5s linear;
}
li.loanPro span {
    color: #62db42;
}
.loanListBoxes {
    display: flex;
    flex-wrap: wrap;
}

.loanImg img {
    width: 100%;
}
.listBox {
    max-width: calc(33.33% - 20px);
    flex: 0 0 33.33%;
    margin: 10px;
    position: relative;
    overflow: hidden;
}
.LL-title {
    background-color: rgb(98 218 65 / 50%);
    padding: 20px 10px;
    position: absolute;
    width: 100%;
    z-index: 1;
    height: 282px;
    top: 0;
    transform: translate(0px, 215px);
}

.LL-title h4 {
    color: white;
    font-weight: 700;
    margin-bottom: 13px;
    font-size: 23px;
}
section.LoanListSec {
}
section.LoanListSec {
    padding: 60px 0 60px;
}

.listBox:hover .LL-title {
    transform: translate(0px, 0px);
    transition: .5s linear;
}
.LL-title p {
    color: white;
    font-weight: 600;
    font-size: 14px;
}
.listBox:hover .LL-title p {
    transform: translate(0px, 10px);
    transition: .7s linear;
}
.listBox:hover .LL-title h4 {
    border-bottom: 2px solid white;
    transition: .5s linear;
    padding: 5px 0px 15px;
}
.LS-BTN a {
    padding: 15px 20px;
    display: inline-block;
    color: #fff;
    font-weight: 600;
    line-height: 20px;
    border-radius: 3px;
    background: #6689f1;
    margin-top: 10px;
}
/* ================FAQ================ */

.faq-section {
    padding: 60px 0 0px;
}
.faq-title h2 {
  position: relative;
  margin-bottom: 45px;
  display: inline-block;
  font-weight: 600;
  line-height: 1;
}
.faq-title h2::before {
    content: "";
    position: absolute;
    left: 50%;
    width: 60px;
    height: 2px;
    background: #E91E63;
    bottom: -25px;
    margin-left: -30px;
}
.faq-title p {
  padding: 0 190px;
  margin-bottom: 10px;
}

.faq {
  background: #FFFFFF;
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.06);
  border-radius: 4px;
}

.faq .card {
  border: none;
  background: none;
  border-bottom: 1px dashed #CEE1F8;
}

.faq .card .card-header {
  padding: 0px;
  border: none;
  background: none;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.faq .card .card-header:hover {
    background: rgb(102 137 241 / 35%);
    padding-left: 10px;
}
.faq .card .card-header .faq-title {
  width: 100%;
  text-align: left;
  padding: 0px;
  padding-left: 30px;
  padding-right: 30px;
  font-weight: 600;
  font-size: 17px;
  letter-spacing: 1px;
  color: #3B566E;
  text-decoration: none !important;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  cursor: pointer;
  padding-top: 20px;
  padding-bottom: 20px;
}

.faq .card .card-header .faq-title .badge {
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 14px;
  float: left;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  text-align: center;
  background: #62da41;
  color: #fff;
  font-size: 12px;
  margin-right: 20px;
}

.faq .card .card-body {
  padding: 30px;
  padding-left: 35px;
  padding-bottom: 16px;
  font-weight: 400;
  font-size: 16px;
  color: #6F8BA4;
  line-height: 28px;
  letter-spacing: 1px;
  border-top: 1px solid #F3F8FF;
}

.faq .card .card-body p {
  margin-bottom: 14px;
}

@media (max-width: 991px) {
  .faq {
    margin-bottom: 30px;
  }
  .faq .card .card-header .faq-title {
    line-height: 26px;
    margin-top: 10px;
  }
}
.LS-BTN.marginTop {
    margin-top: 20px;
}
/* ================FAQ================ */
.StanForBoxes {
    display: flex;
    flex-wrap: wrap;
}
.SFB-icon img {
    width: 100%;
}

.SFB-icon {
    width: 75px;
    margin: auto;
}

.StanForBox {
    max-width: calc(33.33% - 20px);
    flex: 0 0 33.33%;
    margin: 10px;
}

.StanForBox h3 {
    font-size: 35px;
    color: #69dc4a;
    font-weight: 700;
    margin: 30px 0 10px;
}

.StanForBox {
    text-align: center;
}

section.standForSEC {
    padding: 60px 0 60px;
}
section.H_loanSec {margin-top: -50px;}

.probar {
    background-color: #e1e8ff;
    padding: 35px 20px;
    border-radius: 10px;
}
.HL-btnsss {
    display: flex;
    flex-wrap: wrap;
}

.GCB {
    max-width: 50%;
    flex: 0 0 50%;
    text-align: end;
}

.GCB1 {
    max-width: 50%;
    flex: 0 0 50%;
    text-align: end;
}

.GCB a {
    color: white;
    padding: 15px 30px;
    background-color: #6689f1;
    font-size: 18px;
    font-weight: 600;
    border-radius: 5px;
    display: inline-block;
}

.GCB1 a {
    color: white;
    padding: 15px 30px;
    background-color: #62db42;
    font-size: 18px;
    font-weight: 600;
    border-radius: 5px;
    display: inline-block;
}

.hLtitle h3 {
    color: #2f5bcd;
    font-size: 30px;
    font-weight: 700;
    margin: 0;
    margin: 12px 0px;
}

.hLtitle h3 span {
    color: #62db42;
    margin-left: 10px;
    font-weight: 800;
}
.aflBTN a {
    padding: 18px 40px;
    background-color: #6689f1;
    font-size: 18px;
    color: white;
    font-weight: 600;
}
.row.Bondboxes .col-sm-3 {
    display: flex;
    align-items: center;
    padding: 10px 10px;
    max-width: calc(20%);
    flex: 0 0 20%;
}
.row.Bondboxes img {
    width: 100%;
}
section.H_loanpera {
    padding: 35px 0 0;
}
section.H_loanpera2 {
    padding: 70px 0 0;
}
.contactInfo p strong {
    font-weight: 500;
}
section.faq-section.FAQS2 {
    padding-bottom: 60px;
}
.row.Bondboxes .col-sm-3 img {
    border: 1px solid #dadada;
    padding: 5px;
    border-radius: 5px;
}
section.faq-section1 {
    padding: 60px 0 60px;
}
section.Loan4Steps1 {
    padding: 70px 0 0px;
}
.HL-paraBody h3 {
    color: #2a55a3;
    margin-bottom: 10px;
}
.spacer {
    padding: 60px 0;
}
.burBtn {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    display: none;
}