body {
    height: auto;
}

.nav_menu_bar ul li{
    display: inline-block;
    padding: 5px 0;
    /* color: #fff; */
    padding-right: 20px;
    font-family: inherit;
}
.nav_menu_bar{
    float: right;
    padding-right: 25px;
}
.nav_menu_bar a{
    text-decoration: none;
}
.abut_info h2 {
    color: #1644ad;
    font-family: initial;
    font-size: 34px;
    margin-bottom: 29px;
}
.abut_info p {
    margin-bottom: 1px;
    margin-top: 23px;
    text-align: justify;
    font-size: 15px;
    color: #5d5d5d;
}
.abut_para p {
    font-size: 13px!important;
}
ul li {
    list-style: none;
}
.coreval_title h2 {
    background: none;
    text-align: center;
    width: 100%;
    color: #000 !important;
    font-size: 28px !important;
    font-weight: bold;
    text-transform: capitalize;
}
.our_team_info {
    border: 5px solid #1644ad;
    margin: 0 auto;
    padding: 15px;
    width: 250px;
}
.our_team_info img {
    position: relative;
    width: 150px;
    height: 141px;
    background: #1644ad;
    box-sizing: border-box;
    padding: 5px;
    margin-left: 25px;
    border-radius: 50%;
}
.our_social_links ul {
    display: none;
}
.our_social_links  a {
    border-radius: 50%;
    color: #3e6edf;
    display: block;
    font-size: 18px;
    height: 40px;
    margin: 15px 5px;
    padding: 8px;
    position: relative;
    text-align: center;
    width: 40px;
    transition: .3s;
}
.jumbotron h2{
    text-align: center;
}
.descript-title h6 {
    font-size: 16px;
    text-align: center;
    margin-top: 14px;
    font-weight: bold;
    color: #1644ad;
}
.descript_overlay {
    display: none;
}
.descript-title p {
    font-size: 14px;
    text-align: center;
    margin-top: -5px;
    font-weight: bold;
}
.abut_info {
    background-color: #fff;
}
.wapper_bg {
    background-image: linear-gradient(131deg, #c9d6f3 1%, #9ac2f0 67%);
    background-image: linear-gradient(131deg, #1644ad 1%, #328bf2 67%);
    background-size: cover;
    height: auto;
}
.item-1, .item-2, .item-3 {
    /* top: 31px!important; */
    font-size: 50px !important;
}
.padding0 {
    padding: 0 !important;
}

html::-webkit-scrollbar-thumb {
    background-image: linear-gradient(131deg, #1644ad 1%, #328bf2 67%);
    border-radius: 30px;
    height: 50px;
}

html::-webkit-scrollbar-track {
    background: #fff;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

html::-webkit-scrollbar {
    width: 10px;
    background: transparent;
}

/*---loader style---*/
.sppiner-load {
    display: block;
    z-index: 9999;
    background: rgba(255, 255, 255, .4);
}

img#mySpinner {
    width: 70px;
    margin: auto;
    z-index: 9;
}

.sppiner-load,
img#mySpinner {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}

#loading {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: fixed;
    display: block;
    opacity: 0.7;
    /* background-color: #fff; */
    z-index: 99;
    text-align: center;
}

#loading-image {
    position: absolute;
    top: 100px;
    left: 240px;
    z-index: 100;
}

/*Popup Css*/
.overlay_image {
    position: relative;
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    display: block;
    top: 0;
    z-index: 999999;
}

.overlay_img {
    position: relative;
    top: 50%;
    margin: 0 auto;
    width: 45%;
    transform: translateY(-50%);
    height: auto;
    max-width: 100%;
}

.overlay_img img {
    max-width: 100%;
    width: 100%;
    border-radius: 17px;
}

span.overlay_close img {
    margin: 0;
    padding: 0;
    background: #fff;
    border-radius: 50%;
}

span.overlay_close {
    position: absolute;
    right: -26px;
    top: -32px;
    cursor: pointer;
    z-index: 999;
}

body.overlay_open {
    overflow: hidden;
}

.logo_content img {
    height: 70px;
    margin: 5px 60px;
}

.footer-content h5 {
    padding-bottom: 10px;
}
/* 
.footer-row {
    padding-bottom: 2em;
} */

.copy_right {
    padding: 1.5em;
}

.copy_right h4 {
    font-size: small;
}

/*End Popup Css*/

/*---animation style for divs---*/
.aos-all {
    width: 100%;
    max-width: 100%;
    margin: 0 auto 0 auto;
}

.aos-item {
    display: inline-block;
    width: 100%;
    height: auto;

}

.aos-item__inner {
    position: relative;
    width: 100%;
    float: left;
    color: #000;
}



[data-aos][data-aos][data-aos-duration="400"],
body[data-aos-duration="400"] [data-aos] {
    transition-duration: .50s !important;
}

/*---End animation style---*/

.header_bg nav ul {
    text-align: right;
    /* margin-top: 15
    px; */
    /* margin-right: -100px; */
}

.header_bg nav ul li {
    display: inline-block;
    padding: 5px 13px;
    /* color: #fff; */
}

ul.top_menu_nav {
    text-align: right !important;
}

ul.top_menu_nav li a {
    color: #000;
    font-size: 16px;
    font-weight: bold;
    /* color: #fff; */
}



.sticky_menu ul li {
    color: #000 !important;
}

.sticky_menu nav ul {
    text-align: right;
    margin-top: 0px;
    margin-bottom: 0;
}

.sticky_menu .link_btn {
    color: #fff !important;
    box-shadow: 0 4px 9px 0 rgba(0, 0, 0, 0.2);
    text-shadow: 0px -1px 19px rgba(0, 0, 0, 0.14);
    background-image: linear-gradient(131deg, #1644ad 1%, #328bf2 67%) !important;
    background-size: 200% 200%;
    -webkit-animation: AnimationName 3s ease infinite;
    -moz-animation: AnimationName 3s ease infinite;
    animation: AnimationName 3s ease infinite;
    -webkit-animation: AnimationName 3s ease infinite;
    -moz-animation: AnimationName 3s ease infinite;
    animation: AnimationName 3s ease infinite;
    border: medium none;
}

@keyframes AnimationName {
    0% {
        background-position: 0% 31%
    }

    50% {
        background-position: 100% 70%
    }

    100% {
        background-position: 0% 31%
    }
}

.app-icon img {
    width: 100%;
}

.h-600 img {
    height: 600px;
}

.lang-btn span {
    font-size: 14px !important;
    margin-left: 3px;
}

.header_bg nav.nav_menu_bar ul li {
    display: inline-block;
    padding: 5px 0;
    /* color: #fff; */
    font-family: inherit;

}

.header_bg nav.nav_menu_bar ul li a {
    position: relative;
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
    font-family: inherit;

    background: transparent;
    padding: 10px 8px;
    text-decoration: none;
    font-weight: normal;
    margin-left: 17px;
}
.nav_menu_bar a{
    color: #000;
}

.sticky_menu nav.nav_menu_bar ul li a {
    font-size: 14px;
    color: #000;
    font-family: inherit;

}

.link_btn {
    border-radius: 25px;
    font-size: 12px;
    color: #000 !important;
    letter-spacing: 2px;
    background: green !important;
    border: none;
    padding: 10px 31px !important;
    color: #fff !important;
    box-shadow: 0 4px 9px 0 rgba(0, 0, 0, 0.2);
}

.nav_img {
    width: 25px;
    height: 25px;
}

.sticky_menu {
    position: fixed;
    top: 0;
    z-index: 999;
    background: #fff;
    left: 0;
    width: 100%;
    box-shadow: 0 3px 10px rgba(0, 0, 0, .1);
}

.nav-item ul li a {
    color: #000 !important;
}

ul.dropdown-menu.show li:hover {
    background: #32d2ba;
}

ul.dropdown-menu.show li:hover>a {
    color: inherit;
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: #16181b;
    text-decoration: none;
    background: none !important;
}

li.loan_apply_link a {
    font-size: 7px;
    margin-right: -2px;
    display: none !important;
    box-sizing: border-box;
    padding: 5px 15px !important;
    color: #000 !Important;
    border: 1px solid #000;
    border-radius: 50px;
}

li.loan_apply_link a:hover {
    background: #329edb;
    border: 1px solid #329edb;
    color: #329edb !Important;
}

a.loan_home_bg,
.loan_home_bg {
    display: none;
}

.cmy_logo img {
    max-height: 101px;
    padding-left: 55px;
    max-width: 241px;
}

.cmy_logo.loan_home_bg img {
    /* width: 200px; */
    height: 10px;
    width: 10px;
}

.sticky_menu nav li.loan_apply_link a {
    display: block !important;
}

.sticky_menu nav a.loan_home_bg,
.sticky_menu .loan_home_bg {
    display: block !important;
}

.sticky_menu nav a.loan_home_wt,
.sticky_menu .loan_home_wt {
    display: none !important;
}

ul.top_menu_nav li:hover a {
    color: #ec4a3e;
}

.lang-btn {
    padding: 0;
}

/* leading patner */
.leading_patner {
    padding: 50px 10px 60px 10px;
    text-align: center;
}

.leading_patner h2 {
    color: #000;
    font-size: 32px !important;
    font-weight: bolder;
    text-transform: capitalize;
    text-align: center;
    color: #000;
    font-size: 28px !important;
    font-weight: bolder;
    text-transform: capitalize;
    text-align: center;
}

.our_lenders_img {
    height: 200px;
    border-radius: 22px;
    box-shadow: 10px 10px 10px 10px #ccc;
    width: 50%;
    margin-left: 125px;
}

.ugro {
    box-shadow: 0 0 10px 0 rgb(173 173 173 / 50%);
    align-items: center;
    border-radius: 22px;
    flex-direction: column;
    justify-content: center;
    background-color: #ffffff;
    width: 175px;
    height: 130px;
    padding: 4%;
    margin-bottom: 4px;
}

.flip-card {
    background-color: transparent;
    width: 200px;
    height: 164px;
    perspective: 1000px;
    /* margin-left: -125px;x */
    margin-top: 25px;
}

.flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.8s;
    transform-style: preserve-3d;
}

.flip-card:hover .flip-card-inner {
    transform: rotateY(180deg);
}

.flip-card-front,
.flip-card-back {
    position: absolute;
    text-align: left;
    padding-left: 15px;
    padding-top: 10px;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border-radius: 20px;
}
.flip-card-back {
    background-image: linear-gradient(131deg, #1644ad 1%, #328bf2 67%);
    color: #fff;
    transform: rotateY(180deg);
    font-size: 15px;
    padding-top: 7px;
    width: 300px;
    height: 188px;
    left: -26%;
}


.flip-card-front {
    background-color: #fff;
    color: black;
    border-radius: 30px;

}

/* .flip-card-back {
    background-image: linear-gradient(131deg, #1644ad 1%, #328bf2 67%);
    color: #fff;
    transform: rotateY(180deg);
    font-size: 15px;
    padding-top: 7px;
    width: 300px;
    height: 188px;
} */
.panel p{
    padding-top: 15px;
}
.office_addres p{
    line-height: 25px;
}
.office_addres a{
    color: #fff;
    text-decoration: none;
}
.office_addres a:hover{
    color: #fff;
}
.flip_img {
    box-shadow: 0 0 10px 0 rgb(173 173 173 / 50%);
    align-items: center;
    border-radius: 22px;
    flex-direction: column;
    justify-content: center;
    background-color: #ffffff;
    width: 200px;
    height: 164px;
    padding: 4%;
    margin-bottom: 4px;
}

.flip-card-back a {
    text-decoration: none;
    color: #fff;
}

.flip-card-back a:hover {
    color: #fff;
}
.flip-card-front,
.flip-card-back {
    position: absolute;
    text-align: left;
    padding-left: 15px;
    padding-top: 10px;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border-radius: 20px;
}
.flip-card-back {
    background-image: linear-gradient(131deg, #1644ad 1%, #328bf2 67%);
    color: #fff;
    transform: rotateY(180deg);
    font-size: 15px;
    padding-top: 7px;
    width: 300px;
    height: 217px;
    left: -26%;
}


.flip-card-front {
    background-color: #fff;
    color: black;
    border-radius: 30px;

}
.flip-card-back a {
    text-decoration: none;
    color: #fff;
}

.flip-card-back a:hover {
    color: #fff;
}


/* leading patner end */
.underline {
    height: 1px;
    width: 215px;
    /* background-color: #83bae1; */
    background-color: #000;
    margin: auto;
    margin-left: 13px !important;
    margin-top: auto;
    margin-left: auto;
    margin-top: 20px;
    position: relative;
    z-index: 9;
}
.loan_btm {
    margin-left: auto !important;
}
.reclange_box {
    height: 15px;
    width: 15px;
    margin: auto;
    margin-top: 10px;
    margin-left: 0;
    margin-top: -8px;
    position: relative;
    z-index: 9;
    /* border: 4px double #83bae1; */
    border: 4px double #000;
    background: #fff;
    transform: rotate(45deg);
    display: block;
}
/* accordion */
.frequently_asked_questions {
    padding-bottom: 50px;
}

.frequently_asked_questions h2 {
    margin-top: 50px;
    color: #000;
    font-size: 28px !important;
    font-weight: bolder;
    text-transform: capitalize;
    text-align: center;
}
.frequently_accordion{
    margin-top: 25px;
}

.accordion {
    background-color: #fff;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
    border-bottom: solid 1px #ccc;
}

/* .active, .accordion:hover {
    background-color: #ccc;
  } */

.accordion:after {
    content: '\002B';
    color: #777;
    font-weight: bold;
    float: right;
    margin-left: 5px;
    font-family: FontAwesome;
}

.active:after {
    content: "\2212";
}

.panel {
    padding: 0 18px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;

}

.header_bg nav>ul>li>a>img {
    height: 29px;
}

.title_heading .title_content {
    position: relative;
    height: 200px;
    color: #fff;
}

.btn-primary {
    background: #de3c2f !important;
}

.btn-primary {
    border: 1px solid #de3c2f;
    text-transform: uppercase;
}

.title_content .heading {
    text-transform: uppercase;
    margin-top: 187px;
    font-size: 44px;
    padding-left: 59px;
    text-align: center;
    width: 100%;
    font-weight: 400;
    color: #fff;
    /* font-family: 'Barlow', sans-serif; */
}

.item-1,
.item-2,
.item-3 {
    position: absolute;
    display: block;
    top: 85px;
    width: 100%;
    font-size: 32px !important;
    animation: 10s linear infinite 0s;
    -ms-animation: 10s linear infinite 0s;
    -webkit-animation: 10s linear infinite 0s;
    opacity: 0;
    text-align: center;
    margin-top: 13px;
    /* color: #fff; */
    /* font-family: 'Barlow', sans-serif; */
    font-weight: 400;
}

.item-1 {
    animation-name: anim-1;
    animation-delay: 2s;
    -ms-animation-delay: 2s;
    -webkit-animation-delay: 2s;
}

.item-2 {
    animation-name: anim-2;
    animation-delay: 6s;
    -ms-animation-delay: 6s;
    -webkit-animation-delay: 6s;
}

.item-3 {
    animation-name: anim-3;
    animation-delay: 9.5s;
    -ms-animation-delay: 9.5s;
    -webkit-animation-delay: 9.5s;
}

.apply_btn {
    text-align: center;
    margin-top: 114px;
    margin-left: -26px;
}

.title_content button:hover i {
    right: 8px;
}

.title_content button i {
    position: absolute;
    top: 50%;
    right: 15px;
    margin: -13px 0 0 0;
    transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
    font-size: 22px;
}

@keyframes anim-1 {
    0% {
        opacity: 0;
    }

    5% {
        opacity: 0;
        -webkit-transform: translateY(-50px);
    }

    10% {
        opacity: 1;
        -webkit-transform: translateY(0px);
    }

    25% {
        opacity: 1;
        -webkit-transform: translateY(0px);
    }

    30% {
        opacity: 0;
        -webkit-transform: translateY(50px);
    }

    80% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

@keyframes anim-2 {
    0% {
        opacity: 0;
    }

    5% {
        opacity: 0;
        -webkit-transform: translateY(-50px);
    }

    10% {
        opacity: 1;
        -webkit-transform: translateY(0px);
    }

    25% {
        opacity: 1;
        -webkit-transform: translateY(0px);
    }

    30% {
        opacity: 0;
        -webkit-transform: translateY(50px);
    }

    80% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

@keyframes anim-3 {
    0% {
        opacity: 0;
    }

    5% {
        opacity: 0;
        -webkit-transform: translateY(-50px);
    }

    10% {
        opacity: 1;
        -webkit-transform: translateY(0px);
    }

    25% {
        opacity: 1;
        -webkit-transform: translateY(0px);
    }

    30% {
        opacity: 0;
        -webkit-transform: translateY(50px);
    }

    80% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

@keyframes float-bob-y {
    0% {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }

    50% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }

    100% {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }
}

.title_img {
    animation-name: float-bob-y;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -webkit-animation-name: float-bob-y;
    -webkit-animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
}

.title_img img {
    width: 100%;
    display: none;
}

.heade_btm {
    height: 500px;
    position: relative;
}

.watermark {
    font-family: 'Lato', sans-serif;
    font-size: 110px;
    color: rgba(255, 255, 255, 0.051);
    font-weight: 900;
    position: absolute;
    right: 45px;
    bottom: 10%;
    z-index: 1;
}

.title_content button {
    font-size: 16px !important;
    line-height: normal;
    border-radius: 50px;
    position: relative;
    letter-spacing: 2px;
    background: #08e360 !important;
    border: none;
    padding: 14px 32px;
    background: #2ea35d !important;
}

.abut_wapper {
    background: none !important;
    padding-top: 0px;
}

.abut_heading {
    margin-bottom: 22px;
}

.abut_heading h2 {
    color: #34a0d8;
    font-size: 28px !important;
    font-weight: bolder;
    text-transform: capitalize;
}

.abut_link {
    font-size: 19px !important;
}


.product_features {
    background: none !important;
    text-align: center;
    padding-bottom: 15px !important;
}

.loan_btm {
    margin-left: auto !important;
}

.loan_product_section {
    background: url('/src/common/img/cred_images/registered_chit_funds.png');
    background: none !important;
    position: relative;
    margin-bottom: 0 !important;
    background-repeat: no-repeat;
    background-size: cover;
}

.loan_product_section:before {
    content: '';
    display: block;
    z-index: 9999999;
    top: -5px;
    width: 100%;
    height: 128px;
    transform: rotate(180deg);
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    display: none;
}

.loan_products {
    background: none !important;
    text-align: center;
    /* padding-top: 0 !important;
    padding-bottom: 10px; */
    padding: 64px 32px;
}
.loan_products h2{
    color: #000;
    font-size: 28px !important;
    font-weight: bolder;
    text-transform: capitalize;
    text-align: center;
}

/* .heading_h2 h2 {
    color: #000;
    font-size: 28px !important;
    font-weight: bolder;
    text-transform: capitalize;
    text-align: center;
} */
h2{
    font-family: Poppins,sans-serif;
}
.loan_col {
    background: #fff;
    text-align: center;
    box-sizing: border-box;
    padding: 0 15px 5px;
    width: 100%;
    min-height: 318px;
    border-bottom-right-radius: 52px;
    margin: 6px auto;
    position: relative;
    cursor: pointer;
    margin-top: 30px;
}

.loan_proces {
    display: none;
}

.loan_col:hover .loan_proces {
    display: block;
    transition-delay: 2s;
}

.cred_overlay {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(131deg, #328bf2 1%, #1644ad 67%);
    opacity: 0.9;
}

.loan_heading {
    position: relative;
    z-index: 99;
    display: flex;
    box-sizing: border-box;
    padding: 7px 0px;
    max-height: 80px;
    min-height: 75px;
}

.loan_heading i {
    box-sizing: border-box;
    padding: 5px 15px;
    /* color: #fff; */
    border-right: 1px solid #fff;
}

.loan_bg1 {
    background: url('img/term-loan.jpg');
    background-size: cover;
}

.loan_bg2 {
    background: url('img/working-capital (1).jpg');
    background-size: cover;
}

.loan_bg3 {
    background: url('img/personal-loan.jpg');
    background-size: cover;
}

.loan_col img {
    width: 40px;
    height: 39px;
    margin-left: 15px;
    margin-top: 6px;
}

.loan_proces {
    text-align: left;
    color: #fff;
    z-index: 99;
    position: relative;
}

.loan_proces p {
    font-size: 15px !important;
    /* color: #fff; */
    padding-left: 72px;
}

.loan_heading h3 {
    font-size: 19px !important;
    margin-top: 16px;
    color: #eeeeee;
    padding-left: 23px;
}

.loan_product_section:after {
    content: '';
    display: block;
    z-index: 9999999;
    top: 65px;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    left: -47px;
}

.loan_product_testimnls {
    background: none;
    display: none;
}

.feature_lead {
    border-radius: 10px;
    background-color: white;
    box-shadow: 0px 0px 30px 0px rgba(186, 184, 191, 0.35);
    margin: 0 auto 30px;
    text-align: center;
    padding: 11px 52px;
    transition: all 300ms linear 0s;
    min-height: 280px;
    width: 300px;
}

.feture_icon {
    width: 106px;
    height: 106px;
    margin: 0 auto;
    border-radius: 50%;
    display: block;
    line-height: 106px;
    position: relative;
    z-index: 1;
    font-size: 39px !important;
    color: #3190E7;
}

.feture_icon:after {
    content: "";
    position: absolute;
    background-image: -moz-linear-gradient(-62deg, #d0dcff 0%, #e8eeff 13%, white 72%);
    background-image: -webkit-linear-gradient(-62deg, #d0dcff 0%, #e8eeff 13%, white 72%);
    background-image: -ms-linear-gradient(-62deg, #d0dcff 0%, #e8eeff 13%, white 72%);
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
    width: 106px;
    height: 106px;
    margin: 0 auto;
    border-radius: 50%;
    animation: rotation infinite 5s linear;
}

.feature_cnt p {
    font-size: 14px !important;
}

.feature_cnt p {
    margin-bottom: 0px;
}

.feture_icon i:before {
    font-size: 39px !important;
    line-height: 103px !important;
}

.feature_cnt h4 {
    margin-top: 25px;
    margin-bottom: 22px;
    font-size: 19px;
    font-weight: 500;
    text-transform: uppercase;
}

.simply_process {
    background: transparent url(/src/common/img/cred_images/home-concept-item.png) no-repeat 0 0;
    width: 160px;
    margin: 120px auto 0 auto;
    padding-bottom: 50px;
    position: relative;
    z-index: 1;
}

.service_icon {
    width: 15%;
    width: 3.71428571em;
    height: 3.71428571em;
    border-radius: 50%;
    border: 2px solid #2a82e7;
    background: #fff;
    text-align: center;
    background-image: linear-gradient(131deg, #328bf2 146%, #3566d7 67%) !important;
}

ul.simple_row_list {
    list-style: none;
    padding: 0;
    position: relative;
}

ul.simple_row_list li {
    margin-bottom: 3.71428571em;
}

ul.simple_row_list:before {
    content: '';
    border-left: 1px dashed #39b7e6;
    display: block;
    height: 90%;
    position: absolute;
    overflow: hidden;
    left: 27px;
    top: 0px;
}

.service_icon span {
    font-size: 1.35714286em;
    font-weight: bold;
    /* color: #fff; */
    position: relative;
    top: 12px;
}

.simple_process_steps {
    padding-bottom: 22px;
}

.in-service-text h4 {
    font-weight: bold;
    font-size: 18px;
    color: #1a59ea;
}

.service_icon:last-child:after {
    content: '';
    display: none;
}

.in-service-text p {
    font-size: 16px !important;
    font-weight: normal;
}

.calculator-div {
    background-image: linear-gradient(131deg, #328bf2 1%, #1f59df 67%) !important;
    border: 1px solid #eee;
}

.crl-total {
    filter: drop-shadow(2px 0px 6px #C9A);
    font-weight: 700;
    background: #d4e3f4;
    color: #333;
    border-radius: 30px;
    width: 80%;
    margin: auto;
}

.product_features_section {
    background: none !important;
    background-size: cover;
    background-position: top left;
    padding-top: 0 !important;
    background-repeat: no-repeat;
    margin-bottom: 0 !important;
}

.the_news {
    background: none !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.news_feature {
    background: none !important;
    text-align: center;
    padding-top: 10px !important;
    padding-bottom: 15px;
}

.other-news {
    background: #fff;
}

.new_text {
    box-sizing: border-box;
    padding: 10px 15px;
}

.next_services {
    position: relative;
}

.next_services img {
    width: 100%;
    height: 330px;

}

.image_news {
    position: relative;
    overflow: hidden;
}

.new_text span {
    font-size: 15px;
    font-weight: bold;
}

.heading_new h3 {
    position: absolute;
    bottom: 42px;
    /* color: #fff; */
    font-weight: bold;
    width: 100%;
    text-align: center;
    font-size: 22px;
}

.read_more {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 5px;
}

.read_more a {
    background: #fff !important;
    color: #086ad8 !important;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    opacity: 0;
    box-sizing: border-box;
    padding: 12px 15px;
    border-radius: 5px;
}

.image_news:after {
    opacity: .5;
    background-image: -webkit-linear-gradient(top, rgba(28, 15, 105, 0) 0%, #1c0f69 61%);
    background-image: linear-gradient(-180deg, rgba(28, 15, 105, 0) 0%, #339fdc 61%);
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 14px;
}

.image_news img {
    border-radius: 14px;
    -webkit-transition: -webkit-transform 1s;
    transition: -webkit-transform 1s;
    transition: transform 1s;
    transition: transform 1s, -webkit-transform 1s;
}

.next_services:hover .image_news img {
    -webkit-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}

.next_services:hover .heading_new h3 {
    opacity: 0;
}

.next_services:hover .image_news:after {
    background: #0095ff;
    opacity: .8;
}

.next_services:hover .read_more a {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}

.simple_application_process {
    background-color: #fcfcfca1;
}

.simple_application_feature h2 {
    font-weight: 500;
    text-transform: capitalize;
    color: #29b2e4;
    font-size: 26px;
}

.simple_application_feature p {
    font-size: 16px !important;
}

.new_text p {
    font-size: 13px !important;
}


.customer_voice {
    background: #fff;
    background-size: cover;
    background-position: top left;
    padding-top: 0 !important;
    background-repeat: no-repeat;
}

/* Testimonials */
.shadow-effect {
    background: #fff;
    padding: 20px;
    border-radius: 4px;
    text-align: center;
    border: 1px solid #ECECEC;
    box-shadow: 0 19px 38px rgba(0, 0, 0, 0.10), 0 15px 12px rgba(0, 0, 0, 0.02);
}

.shadow-effect img {
    width: 100px !important;
    border-radius: 50%;
}

#customers-testimonials .shadow-effect p {
    font-family: inherit;
    font-size: 15px;
    line-height: 1.5;
    margin: 0 0 17px 0;
    font-weight: 300;
}

.testimonial-name {
    margin: -22px auto 0;
    display: table;
    width: auto;
    background-image: linear-gradient(131deg, #328bf2 1%, #1549c0 67%) !important;
    padding: 9px 17px;
    border-radius: 12px;
    text-align: center;
    /* color: #fff; */
    box-shadow: 0 9px 18px rgba(0, 0, 0, 0.12), 0 5px 7px rgba(0, 0, 0, 0.05);
    position: relative;
    line-height: 23.25px;
}

.testimonial-name:before {
    content: '';
    display: block;
    left: -22px;
    position: absolute;
    bottom: 0px;
    width: 19px;
    border: 20px solid #2d7fe6;
    border-left: 20px solid transparent;
    border-right: 14px solid #2d7fe6;
    z-index: 1;
}

.testimonial-name:after {
    content: '';
    display: block;
    right: -18px;
    position: absolute;
    bottom: 0;
    width: 14px;
    border: 20px solid #1549c0;
    border-right: 17px solid transparent;
    border-left: 17px solid #1549c0;
    z-index: 1;
}

#customers-testimonials .item {
    text-align: center;
    padding: 50px;
    opacity: .2;
    -webkit-transform: scale3d(0.8, 0.8, 1);
    transform: scale3d(0.8, 0.8, 1);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#customers-testimonials .owl-item.active.center .item {
    opacity: 1;
    -webkit-transform: scale3d(1.0, 1.0, 1);
    transform: scale3d(1.0, 1.0, 1);
}

.owl-carousel .owl-item img {
    transform-style: preserve-3d;
    margin: 0 auto 17px;
}

#customers-testimonials.owl-carousel .owl-dots .owl-dot.active span,
#customers-testimonials.owl-carousel .owl-dots .owl-dot:hover span {
    background: #1644ad;
    transform: translate3d(0px, -50%, 0px) scale(0.7);
}

#customers-testimonials.owl-carousel .owl-dots {
    display: inline-block;
    width: 100%;
    text-align: center;
}

#customers-testimonials.owl-carousel .owl-dots .owl-dot {
    display: inline-block;
}

#customers-testimonials.owl-carousel .owl-dots .owl-dot span {
    background: #1644ad;
    display: inline-block;
    height: 20px;
    margin: 0 2px 5px;
    transform: translate3d(0px, -50%, 0px) scale(0.3);
    transform-origin: 50% 50% 0;
    transition: all 250ms ease-out 0s;
    width: 20px;
}

/* End Testimonials */
/* Slider for news */
@keyframes scroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(calc(-250px * 7));
    }
}

.slider {
    background: white;
    box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.125);
    height: 57px;
    margin: auto;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.slider::before,
.slider::after {
    background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 100%);
    content: "";
    height: 100px;
    position: absolute;
    width: 200px;
    z-index: 2;
}

.slider::after {
    right: 0;
    top: 0;
    transform: rotateZ(180deg);
}

.slider::before {
    left: 0;
    top: 0;
}

.slider .slide-track {
    animation: scroll 40s linear infinite;
    display: flex;
    width: calc(250px * 14);
}

.slider .slide {
    height: 137px;
    width: 300px;
}

.slide img {
    height: 53px;
    width: 200px;
}

/* End  Slider for news */
.customer_voice_heading {
    background: none !important;
    text-align: center;
    padding-top: 10px !important;
    margin-bottom: 10px !important;
}

.footer {
    background-color: #fff;
    background-image: linear-gradient(131deg, #1644ad 1%, #328bf2 67%);
    color: #fff;
    padding-top: 15px;
}

.footer_txt {
    text-align: justify;
    /* color: #fff; */
    font-size: 13px;
    margin-top: 28px;
    margin-bottom: 10px;
}

.unicode {
    /* color: #fff; */
    font-weight: bold;
    margin-top: 30px;
    font-size: 15px;
    margin-bottom: 15px;
}

.social_links ul {
    padding: 0;
    list-style: none;
}

.social_links li {
    display: inline-block;
    margin-right: 21px;
    font-size: 23px;
}



.footer_col2 h6 {
    /* color: #fff; */
    font-size: 16px;
    text-align: center;
}

div#slider_news {
    margin-top: 50px;
}

.mb_header {
    display: none;
}

.product_section_testimnls {
    display: none;
}

/* footer */
.office_addres h5 {
    padding-bottom: 10px;
}

.footer-content a {
    text-decoration: none;
    color: #fff;
    line-height: 30px;
}
.footer-content a:hover{
    color: #fff;
}

.footer-content p {
    margin: 0px;
}
/* .company{
    margin-left: 100px;
} */

.office_addres {
    color: #fff;
    margin-left: 30px;
}

.footer-content h6 {
    font-size: 20px;
}

.office_addres ul {
    margin-left: -25px;

}

.btn-blue-theme,
.btn-btn-apply {
    background: #369dd7;
    /* color: #fff; */
    font-size: 1rem;
    min-width: 155px;
    padding: 7px 0;
    border: 1px solid #369dd7;
}

.btn-blue-theme:hover {
    background: #e74d3b;
    border: 1px solid #e74d3b;
    /* color: #fff; */
}

.faq {
    background: none;
    padding: 0;
}

.card-footer,
.card-header {
    padding: .75rem 1.25rem;
    background-color: rgba(255, 255, 255, 0);
    border-radius: 0 !important;
    font-size: 14px;
    font-weight: bold;
}

.card {
    border: none;
    border-radius: .25rem;
    margin-bottom: 2px;
}

.faq_section {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    min-height: 72vh;
}

.md-button.md-default-theme.md-primary.md-fab,
.md-button.md-default-theme.md-primary.md-raised,
.md-button.md-primary.md-fab,
.md-button.md-primary.md-raised {
    color: rgba(255, 255, 255, .87);
    background-image: linear-gradient(131deg, #1644ad 1%, #328bf2 67%);
}

ul.dropdown-menu.show {
    text-align: center;
    left: -12px !important;
}

ul.dropdown-menu li {
    width: 160px;
}

a.dropdown-item.lang-link {
    color: #ffffff;
    background: transparent;
    margin-left: 0 !important;
}

/*latest css*/
.investors-cards {
    /* color: #fff; */
    box-sizing: border-box;
    padding: 21px 32px;
    border-radius: 8px;
    position: relative;
    overflow: hidden;
    margin-bottom: 34px;
    box-shadow: 0 0 10px 0 rgba(173, 173, 173, 0.5);
    max-height: 150px;
    min-height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.investor-logo img {
    width: 8rem;
}

.investor-logo img.unicorns {
    width: 19rem;
}

.jumbotron {
    background-color: white !important;
}


.product_bg_clor {
    background-image: linear-gradient(131deg, #328bf2 1%, #1151e1 97%);
    /* color: #fff; */
    box-sizing: border-box;
    padding: 21px 32px;
    border-radius: 8px;
    position: relative;
    overflow: hidden;
    min-height: 185px;
    margin-bottom: 34px;
}

.product_top {
    display: flex;
    border-bottom: 1px solid #e3e0e0;
    margin-bottom: 10px;
}

.product_top h4 {
    /* color: #fff; */
    padding: 16px;
    font-size: 16px;
}

.product_bottom p {
    margin-bottom: 3px;
    text-align: center;
}

.product_bg_clor:after {
    content: '';
    width: 250px;
    height: 250px;
    background: rgba(255, 255, 255, 0.08);
    border-radius: 50%;
    left: -150px;
    bottom: -150px;
    position: absolute;
}

.one_cnt:before {
    content: "01"
}

.second_cnt:before {
    content: "02";
}

.third_cnt:before {
    content: "03";
}

.four_cnt:before {
    content: "04";
}

.five_cnt:before {
    content: "05";
}

.six_cnt:before {
    content: "06";
}

.product_bg_clor:before {
    /* color: #fff; */
    font-size: 14px;
    line-height: 16px;
    position: absolute;
    font-weight: 700;
    top: 5px;
    right: 5px;
    z-index: 99;
    display: block;
}

.product_top:after {
    content: '';
    width: 34px;
    height: 34px;
    display: block;
    background: #90f2eb;
    position: absolute;
    right: 0;
    top: 0;
    border-bottom-left-radius: 28px;
}

#footer {
    background-color: #000;
    background-image: linear-gradient(131deg, #1644ad 1%, #328bf2 67%);
}

#footer a,
#footer small {
    color: #ffffff !important;
}

/*our partners*/

.patner_logo img {
    box-shadow: 0 0 10px 0 rgba(173, 173, 173, 0.5);
    align-items: center;
    border-radius: 22px;
    flex-direction: column;
    justify-content: center;
    background-color: #ffffff;
    width: 200px;
    height: 164px;
    padding: 4%;
    margin-bottom: 15px;
}

/*End our partner*/

.flip-box {
    background-color: transparent;
    width: 200px;
    height: 164px;
    border: 1px solid #f1f1f1;
    border-radius: 22px;
    perspective: 1000px;
    /* Remove this if you don't want the 3D effect */
    margin: 0 auto;
    margin-bottom: 24px !important;
}

/* This container is needed to position the front and back side */
.flip-box-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.8s;
    transform-style: preserve-3d;
}

/* Do an horizontal flip when you move the mouse over the flip box container */
.flip-box:hover .flip-box-inner {
    transform: rotateY(180deg);
}

/* Position the front and back side */
.flip-box-front,
.flip-box-back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    /* Safari */
    backface-visibility: hidden;
    border-radius: 22px;
}

/* Style the front side */
.flip-box-front {
    background-color: #bbb;
    color: black;
}

/* Style the back side */
.flip-box-back {
    background-image: linear-gradient(131deg, #2762e5 1%, #328bf2 67%) !important;
    color: white;
    transform: rotateY(180deg);
    width: 300px;
    height: 188px;
    left: -26%;
}



.flip-box-back ul {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding-left: 18px;
    /* color: #fff; */
    text-align: left;
}

.flip-box-back ul li {
    font-size: 21px;
    margin-bottom: 10px;

}

.flip-box-back a {
    /* color: #fff; */
    font-size: 17px;
}

.flip-box-back .our_partner {
    position: absolute;
    bottom: 0;
    color: #2e86f2;
    right: -1px;
    background: #fff;
    box-sizing: border-box;
    padding: 5px 8px;
    font-size: 21px;
    border-bottom-right-radius: 20px;
    border-right: 1px solid #ccc;
}
.ugro_partner{
    position: absolute;
    bottom: 0;
    float: right;
    color: #2e86f2;
    right: -1px;
    background: #fff;
    box-sizing: border-box;
    padding: 5px 8px;
    font-size: 21px;
    border-bottom-right-radius: 20px;
    border-right: 1px solid #ccc;
}
.d_none {
    display: none;
}
/* tool tip */
[data-tooltip] {
    position: relative;
    z-index: 2;
    cursor: pointer;
  }
  
  /* Hide the tooltip content by default */
  [data-tooltip]:before,
  [data-tooltip]:after {
    visibility: hidden;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    pointer-events: none;
  }
  
  /* Position tooltip above the element */
  [data-tooltip]:before {
    position: absolute;
    bottom: 150%;
    left: 50%;
    margin-bottom: 5px;
    margin-left: -80px;
    padding: 7px;
    width: 160px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #000;
    background-color: hsla(0, 0%, 20%, 0.9);
    color: #fff;
    content: attr(data-tooltip);
    text-align: center;
    font-size: 14px;
    line-height: 1.2;
  }
  
  /* Triangle hack to make tooltip look like a speech bubble */
  [data-tooltip]:after {
    position: absolute;
    bottom: 150%;
    left: 50%;
    margin-left: -5px;
    width: 0;
    border-top: 5px solid #000;
    border-top: 5px solid hsla(0, 0%, 20%, 0.9);
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    content: " ";
    font-size: 0;
    line-height: 0;
  }
  
  /* Show tooltip content on hover */
  [data-tooltip]:hover:before,
  [data-tooltip]:hover:after {
    visibility: visible;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
  }
  /* end */
/* message button */
.open_  form,
.reset-form {
    margin-top: 50px;
    margin-left: 50px;
    cursor: pointer;
    color: white;
    padding: 10px 25px;
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.15);
    border-radius: 19px;
    border: 2px solid #83b566;
    background-color: #83b566;
    text-transform: uppercase;
    font-size: 14px;
    transition: .3s;
}
.form-popup {
    display: none;
    width: 100%;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    z-index: 9999;
    background-color: rgba(0, 0, 0, .5);
    transition: .5s;
}
.form-popup .form-wrapper {
    top: 2em;
    max-width: 420px;
    background: white;
    padding: 20px ;
    position: absolute;
    margin-right: 100px;
    right: 0;margin-bottom: 50px;
    border-radius: 12px;
    box-shadow: -1px 3px 6px 6px #3434343d;
    height: 515px;
}
.form-title {
    text-transform: uppercase;
    text-align: center;
    font-family: Poppins,sans-serif;
    font-weight: 400;
    font-size: 24px;
}
.close-form {
    border-radius: 0px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 9;
    cursor: pointer;
    padding: 10px 30px;
    background-color: #83b566;
    border: 2px solid #83b566;
    color: #ffffff;
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 20px;
    transition: .3s;
}
.send-form {
    cursor: pointer;
    padding: 10px 30px;
    background-color: #83b566;
    border: 2px solid #83b566;
    color: #ffffff;
    font-size: 18px;
    text-transform: uppercase;
    transition: .3s;
}
.form-control:focus {
    border-color: #83b566;
    box-shadow: 0 0 0 0.2rem rgba(131, 181, 102, 0.25);
}
.btn:hover {
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.35);
}

.message{
    float: right;
    position: sticky;
    bottom: 0;
    padding-bottom: 70px;
    
}
.message-form{
    color: rgba(255,255,255,.87);
    background-image: linear-gradient(131deg, #1644ad 1%,#328bf2 67%);
    margin-right: 50px;
    max-height: 50px;
}
.open-form{
    position: fixed;
    bottom: 11%;
    right: 1%;
    font-size: 18px;
    background-image: linear-gradient(131deg, #1644ad 1%,#328bf2 67%);
    color: #fff;
    border-radius: 41px;
    border-radius: 30px;
    z-index: 999;
    height: 36px;
    width: 45px;
    margin-right: 15px;
}
.sub-button{
    margin-top: 20px;
    background-image: linear-gradient(131deg, #1644ad 1%,#328bf2 67%);
    color: #fff;
}
/* message button end */
/* message form */
.sub-button {
    appearance: none;
    padding: 5px 10px;
    font: 0.875rem/1.5 sans-serif;
    background-color: #ddd;
    border: 1px solid transparent;
    border-radius: 4px;
    cursor: pointer;
    box-sizing: border-box;
  }
  .message_btn{
    border: 0;
    background-color: #fff;
    margin-right: 25px;
    margin-bottom: 30px;
    margin-top: 25px;
  }
  .call_btn{
    border: 0;
    background-color: #fff;
    margin-top: 24px;
  }
  .fa-comment{
    color: #fff;
    font-size: 20px;
    text-align: center;
  }
  #call_form{
    max-width: 500px;
  }
  #message_form{
    max-width: 500px;
  }
  .cursor-pointer{
    cursor: pointer;
  }
  .sliders{
    height: 1000px;
  }
/* message form end */
@media only screen and (max-width: 599px) {
    .form-popup .form-wrapper {
        top: 2em;
        max-width: 350px;
        background: white;
        padding: 50px;
        padding-top: 50px;
        position: absolute;
        margin-left: auto;
        margin-right: 25px;
        left: 0;
        right: 0;
        height: 600px;
    }
    .message_btn {
        border: 0;
        background-color: #fff;
        margin-right: 25px;
        margin-bottom: 0px;
        margin-top: 25px;
    }
    .leading_patner h2 {
        font-size: 48px;
        margin-bottom: 0px;
       
        padding-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;
    }
    .cmy_logo img {
        max-height: 55px;
        padding-left: 0px;
    }
    .header_bg nav.nav_menu_bar ul li a {
        position: relative;
        font-size: 16px;
        text-transform: uppercase;
        /* color: #ffffff; */
        font-family: inherit;
        background: transparent;
        padding: 0px;
        text-decoration: none;
        font-weight: normal;
        margin-left: 4px;
        font-size: 12px;
    }
    .nav_menu_bar{
        margin-top: -56px;
    }
    .nav_menu_bar a:hover{
        color: #fff;
        text-decoration: underline;
    }
    .flip-card {
        background-color: transparent;
        width: 275px;
        height: 255px;
        perspective: 1000px;
        margin-left: 65px;
        margin-bottom: 20px;
    }
    .title_content .heading {
        text-transform: uppercase;
        margin-top: 187px;
        font-size: 22px;
        padding-left: 0px;
        text-align: center;
        width: 100%;
        font-weight: bold;
        /* color: #fff; */
        font-family: 'Barlow', sans-serif;
    }
    
    .office_addres {
        border-bottom: solid 1px;
        color: #fff;
        border-top: solid 1px;
    }
    .office_addres h5 {
        padding-bottom: 10px;
        margin-top: 10px;
    }
    .footer-content h5 {
        padding-bottom: 10px;
        margin-top: 10px;
    }
    .header_bg nav ul {
        text-align: right;
        margin-top: 15px;
        margin-right: 0px;
    }
    .flip-card-back {
        background-image: linear-gradient(131deg, #1644ad 1%, #328bf2 67%);
        color: #fff;
        transform: rotateY(180deg);
        font-size: 15px;
        padding-top: 7px;
        width: 300px;
        height: 188px;
        left: 3%;
    }
    .office_addres p {
        padding-left: 25px;
        line-height: 25px;
    }
    .footer-content p {
        margin: 0px;
        padding-left: 25px;
    }
    .company {
        margin-left: 0px;
    }
}

/*  */
