body, h1, h2, h3, h4, h5, h6, p, span, li, a {

    font-family: "Roboto", sans-serif;
    text-transform: unset;
}
::selection {
    background-color: #83be41;
}
@media screen and (min-width: 992px) {
    header.main-header .header-logo img {
        max-height: unset;
    }
    header .header-1 .header-logo,
    .header-nav-right, .header-customize-nav, .menu-wrapper {
        float: none;
    }
    .menu-wrapper {
        text-align: center;
    }
    .header-customize.header-customize-nav {
        line-height: 0;
        margin-top: 18px;
    }
    .x-nav-menu > .x-menu-item > .x-menu-a-text, .header-customize-item a {
        font-size: 17px;
        color: #2b2b2b;
        text-transform: capitalize;
        font-weight: 400;
        letter-spacing: 0px;
    }
    .header-nav-right, .x-nav-menu > .x-menu-item {
        line-height: 50px;
        margin-top: 8px;
    }
    .header-container .row {
        display: flex;
        align-items: center;
    }
    .header-customize-item a {
        color: #fff;
        background: #83be41;
        padding: 20px 26px;
        border-radius: 32px;
    }
    .header-customize-item a img {
        width: 40px;
        display: inline-block;
        margin-left: 5px;
    }
    header .header-nav-wrapper.header-transparent {
        padding-top: 5px;
    }
    .header-customize-item:first-child {
        margin-left: 0;
    }
    header.main-header .header-logo {
        text-align: left;
    }
    .container-fluid {
        padding-left: 100px;
        padding-right: 100px;
    }
    .x-nav-menu>.x-menu-item a {
        position: relative;
    }
    .x-nav-menu>.x-menu-item a:before {
        transition: 300ms;
        height: 2px;
        content: "";
        position: absolute;
        background-color: #83be41;
        width: 0%;
        top: 22px;
        left: 50%;
    }
    .x-nav-menu>.x-menu-item a:hover::before, a.ab_menus:hover span:before {
        width: 100%;
        left: 0;
    }
    div#primary-menu ul li {
        margin-left: 0;
        margin-right: 0px;
    }
    .x-nav-menu {
        display: flex;
        justify-content: space-evenly;
    }
    .header-container .col-md-2 {
        width: 17%;
    }
    .header-container .col-md-8 {
        width: 70%;
    }
    a.ab_menus {
        background: transparent;
    }
    a.ab_menus span {
        position: relative;
    }
    a.ab_menus span:before {
        transition: 300ms;
        height: 2px;
        content: "";
        position: absolute;
        background-color: #83be41;
        width: 0%;
        top: 22px;
        left: 50%;
    }
    .header-container .col-md-7 {
        width: 60%;
    }
    .header-container .col-md-3 {
        width: 22%;
		padding-right: 0;
    }
    
    ul.x-sub-menu li a {
        font-size: 17px;
        color: #2b2b2b !important;
        text-transform: capitalize;
        font-weight: 400;
        letter-spacing: 0px;
        padding: 0 !important;
        border-radius: 12px;
        margin-bottom: 2px;
    }
    .sub-menu-dark .x-sub-menu {
        background-color: #fff;
        color: #2b2b2b;
        border-bottom: 0;
        border: 1px solid #dcdfe4;
        border-radius: 12px;
        box-shadow: 0 3px 13px 0 rgb(0 0 0 / 12%);
    }
    .x-sub-menu-standard a.x-menu-a-text:hover {
        background-color: hsl(220 14% 96%);
    }
    ul.x-sub-menu li a:before {
        display: none;
    }
    .x-sub-menu-standard a.x-menu-a-text:hover > i.x-menu-icon, .x-sub-menu-standard a.x-menu-a-text:hover > span.x-menu-text {
        padding-left: 0px;
    }
    .x-menu-item {
        line-height: 45px;
    }
    .x-sub-menu .x-menu-item {
        padding: 0px 10px;
    }
    .x-sub-menu li a span {
        margin: 0px 30px;
    }
    ul.x-sub-menu .current-menu-item a {
        border-radius: 12px;
        color: #83be41 !important;
        background-color: hsl(93 49% 49% / .1) !important;
    }
    .x-nav-menu > .x-menu-item > a b.x-caret {
        display: inline;
        padding-left: 5px;
    }
    .x-menu-item b.x-caret:before {
        content: "\f054";
        font-family: FontAwesome;
        font-size: 10px;
        transform: rotate(90deg);
        display: inline-grid;
        transition: all 0.3s ease;
        font-weight: 500;
    }
    li#menu-item-4481:hover .x-caret:before, li#menu-item-4482:hover .x-caret:before {
        transform: rotate(270deg);
    }
    .dist_sec .container-fluid {
        padding-left: max(20px, calc((100vw - 1280px) / 2));
    }
    .cr_msection .tmx_sf .row:nth-child(odd) {
        padding-left: max(20px, calc((100vw - 1280px) / 2));
    }
    .cr_msection .tmx_sf .row:nth-child(even) {
        padding-right: max(20px, calc((100vw - 1280px) / 2));
    }
    
    .cr_msection .tmx_sf .row:nth-child(odd) .sf_boximg img {
        transform-origin: left bottom !important;
    }
    .cr_msection .tmx_sf .row:nth-child(even) .sf_boximg img {
        transform-origin: right bottom !important;
    }

}

.reqs_section {
    padding: 130px 0px !important;
}
.req_blok {
    text-align: center;
	margin-bottom: 20px;
}
.req_blok h5 {
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.req_blok h2 {
    color: #fff;
    margin: 0;
    font-size: 55px;
    line-height: 1.4;
}
span.sp_1 {
    font-size: 22px;
    letter-spacing: 0;
    color: #fff;
    font-weight: 400;
    margin-top: 20px;
    margin-bottom: 20px;
    display: block;
}
.rqs {
    margin-top: 35px;
}
.rqs a {
    padding: 12px 35px;
    box-shadow: 0 3px 16px 0 rgb(0 0 0 / 12%);
	font-size: 17px;
}


section.book_a_demo_blocks {
position: fixed;
    top: 50%;
    left: 5000px;
    width: 89%;
    z-index: 99999;
    transition: all 0.5s linear;
    transform: translate(-50%, -50%);
    -webkit-box-shadow: 1px 3px 21px 1px rgba(0, 0, 0, 0.97);
    box-shadow: 1px 3px 21px 1px rgba(0, 0, 0, 0.97);
    border-radius: 10px;
}
section.book_a_demo_blocks .container-fluid {
    padding: 0;
}
.c_row {
    margin: 0;
    background: #83be41;
    border-radius: 10px;
}
.ab_col1, .ab_col2 {
    padding-top: 40px;
    padding-right: 50px;
    padding-bottom: 40px;
    height: auto;
}
.book_a_demo_blocks .row {
    margin: 0;
}
.close_bad {
    position: absolute;
    top: 15px;
    right: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    cursor: pointer;
    line-height: 1;
    z-index: 999;
}
span.close_btn {
    font-size: 20px;
    font-family: cursive;
    color: #fff;
    font-weight: 500;
}
.bad_rows {
    display: flex;
    gap: 45px;
}
.bad_add_title {
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0;
    color: #2b2b2b;
    margin-bottom: 5px;
    display: flex;
    align-items: center;
}
.bad_rows i {
    margin-right: 3px;
}
.bad_address {
    margin-left: 57px;
    margin-top: 10px;
}
.abd_top {
    margin-top: 20px;
}
.ab_col1 {
    padding-left: 150px;
}
.ab_col2 {
    padding-left: 50px;
    background: #c2b59b;
    border-radius: 0px 10px 10px 0px;
}
.ab_col2 .contact-us p {
    margin-bottom: 0;
}
.ab_col2 select {
    width: 100%;
}
.ab_col2 input[type="text"], 
.ab_col2 input[type="email"], 
.ab_col2 select, 
.ab_col2 .wpcf7-form-control.wpcf7-textarea {
    font-size: 18px;
    font-family: "Roboto", sans-serif;
    letter-spacing: 0;
    border: 1px solid #fff;
    resize: none;
    background: #fff !important;
    border-radius: 10px;
}
.contact-us .wpcf7-textarea {
    margin-bottom: 0;
}
.ab_col2 input[type="text"]:focus, 
.ab_col2 input[type="search"]:focus, 
.ab_col2 input[type="email"]:focus, 
.ab_col2 input[type="url"]:focus, 
.ab_col2 input[type="password"]:focus, 
.ab_col2 input[type="tel"]:focus, 
.ab_col2 textarea:focus, 
.ab_col2 select:focus {
    border-color: #fff;
}
input#tlx_captcha_new {
    margin-left: 20px;
    width: 150px;
    background: transparent;
    font-family: "Roboto", sans-serif;
}
span.wpcf7-not-valid-tip {
    letter-spacing: 0;
}
.ab_col2 .contact-us [class*="col"] {
    margin-bottom: 20px;
}
.pk_add_title {
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0;
    color: #83be41;
    line-height: 1.5;
    display: flex;
    align-items: center;
}
.pk_address {
    letter-spacing: 0;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
}
.pk_phone {
    letter-spacing: 0;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
}
.pk_cols {
    margin-left: 20px;
}
.pk_ptop {
    margin-top: 10px;
}
.pk_top {
    margin-top: 24px;
}
.bad_rows ::selection {
    background-color: #000;
}
.form-submit .read_btn {
    width: 150px;
    border: 0;
    padding: 5px;
    box-shadow: 0 3px 16px 0 rgb(0 0 0 / 23%);
    margin-top: 20px;
}
.c_row h2 {
    color: #fff;
    margin-bottom: 35px;
}
section.book_a_demo_blocks.nts.bk_left {
    left: 50%;
}
.bk_overlay:before{
    content: '';
    width: 100%;
    height: 100%;
    background: #000;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    opacity: 0.7;
}

    
.ins_loans h2 {
    color: #2b2b2b;
    font-size: 9rem;
    font-weight: 600;
    text-transform: unset;
    margin-top: -30px;
}
span.emp_green {
    width: 250px;
    height: 100px;
    display: inline-block;
    background: #83be41;
    border-radius: 0px 100px 100px 0px;
    vertical-align: middle;
}
span.ins_dig {
    color: #2b2b2b;
    font-size: 9rem;
    font-weight: 600;
    vertical-align: middle;
    margin-left: 10px;
}
.lend_row p {
    color: #2b2b2b;
    font-size: 2.5rem;
    line-height: 1.4;
    letter-spacing: 0;
}
.lend_row a {
    font-size: 2.5rem;
    color: #ffffff;
    text-transform: unset;
    font-weight: 400;
    background: #242424;
    padding: 8px 7px 8px 25px;
    border-radius: 40px;
    transition: all 0.5s ease;
    display: inline-block;
    margin-top: 7px;
}
.lend_row a span {
    vertical-align: middle;
}
.lend_row a img {
    display: inline-block;
    margin-left: 5px;
    width: 46px;
}
/*section.inst_sec {
    padding-top: 200px !important;
    padding-bottom: 70px !important;
}*/
.trust_sec h2 {
    font-size: 3rem;
    letter-spacing: 1px;
    padding: 10px 0px;
    margin: 0;
    color: #fff;
    text-align: center;
}
.trust_main {
    position: relative;
}
.tr_green {
    background: #83be41;
    position: absolute;
    top: 0;
    width: 60%;
    height: 100%;
    z-index: -1;
    border-radius: 0px 50px 50px 0px;
    -webkit-transition: width 1s ease;
    -o-transition: width 1s ease;
    transition: width 1s ease;
}
ul.scroll1 {
    margin-bottom: 0;
    height: 250px;
}
ul.scroll1 li {
    margin-right: 200px;
    list-style: none;
}
.future_sec h2 {
    font-size: 5rem;
    font-weight: 600;
    text-transform: unset;
    line-height: 1.2;
}
section.future_sec {
    padding-top: 100px;
    padding-bottom: 100px;
}
section#future_parallax {
    height: 1150px !important;
}
section.rev_sec {
    position: relative;
}
section.breaking_sec, section.future_sec {
    position: relative;
    background: #fff;
}
.ins_loans .container-fluid {
    padding-right: 0;
}
.inst_accord {
    width: 500px;
    margin-left: 70px;
}
a.ab_link {
    margin-left: 70px;
    background: #242424;
    color: #fff;
    padding: 10px 9px 10px 20px;
    border-radius: 30px;
    display: inline-flex;
    align-items: center;
    margin-top: 30px;
    transition: all 0.5s ease;
}
a.ab_link img {
    vertical-align: middle;
    margin-left: 12px;
}
a.ab_link span {
    vertical-align: middle;
    font-size: 1.8rem;
    text-transform: uppercase;
}
.rev_sec h2 {
    font-size: 5rem;
    font-weight: 600;
    margin-top: -140px;
}
.rv_text h4 {
    color: #2b2b2b;
    font-size: 2.5rem;
    font-weight: 600;
    letter-spacing: 0px;
    margin-top: 10px;
    margin-bottom: 15px;
    margin-left: 20px;
}
.rv_text p {
    color: #2b2b2b;
    font-size: 2rem;
    letter-spacing: 0px;
    line-height: 1.5;
    margin-left: 20px;
}
.rv_row {
    padding: 0px 70px;
    margin-top: 0px;
}
.rv_text {
    border-left: 1px solid #a1a1a1;
    height: 250px;
    padding: 35px 10px;
}
.rv_row .col-md-3 {
    padding-right: 0 !important;
    padding-left: 0;
}
.rv_a {
    text-align: center;
    margin-top: 50px;
}
a.rv_link {
    margin-left: 0;
}
.rev_sec {
    padding-bottom: 70px;
    padding-top: 200px;
    background: #f2f8ef;
    background-image: url(/wp-content/uploads/2025/02/financialRevolution_bgImg.png);
    background-position: center bottom;
    background-repeat: no-repeat;
}
.brk_row{
    background-image: url(/wp-content/uploads/2025/02/record-start-BG.png);
    background-repeat: no-repeat;
    background-position: top center;
    height: 270px;
    position: relative;
}
.brk_row img {
    margin-top: 20px;
}
.brk_row h3 {
    font-size: 2.2rem;
    font-weight: 600;
    color: #034221;
    margin-top: 180px;
    opacity: 0;
    transition:opacity 1s;
}
.breaking_sec h2 {
    font-size: 5rem;
    font-weight: 600;
    margin-top: 50px;
}
.counter_wrapper {
    display: flex;
    justify-content: center;
    margin-top: 50px;
}
.counter_wrap_col {
    padding-left: 150px;
}
.counter_wrap_col:first-child {
    padding-left: 0;
}
.c_icon {
    height: 70px;
}
.adl_counter {
    text-align: center;
}
.adl_counter span {
    font-weight: 700 !important;
    color: #2b2b2b;
    font-size: 60px !important;
    position: relative;
    margin-top: 10px;
}
.adl_h5 h5 {
    color: #5b6373;
    font-weight: 400;
    font-size: 2.5rem;
    font-style: initial !important;
    position: relative;
    letter-spacing: -.5px;
}
span.count.c1 {
    width: 80px;
    display: inline-block;
}
span.count.c2 {
    width: 260px;
    display: inline-block;
}
span.count.count3.c3 {
    width: 110px;
    display: inline-block;
}
span.dot_count.c4 {
    width: 80px;
    display: inline-block;
}
.dr_list {
    margin-top: 50px;
}
.dr_list ul {
    padding: 0;
}
.dr_list ul li {
    list-style: none;
    font-size: 2.5rem;
    color: #2b2b2b;
    line-height: 1.4;
    margin-bottom: 30px;
    width: 650px;
    margin-left: 70px;
    position: relative;
}
.dr_list ul li:before {
    content: '';
    background-image: url(/wp-content/uploads/2025/02/arrowSmall-Green.png);
    width: 15px;
    height: 18px;
    position: absolute;
    top: 6px;
    left: -35px;
}
footer.main-footer-wrapper .main-footer {
    background-color: #f0ece3;
    padding: 50px 0 20px 0;
}
aside#media_image-2 img {
    width: 110px;
}
footer.main-footer-wrapper {
    background-image: url(/wp-content/uploads/2025/02/headerBG.jpg?id=4677);
    position: relative;
    z-index: 999;
}
.foot_block .col-md-8 {
    padding: 0;
}
.foot_block {
    display: flex;
    align-items: center;
}
.footer_menus ul li:first-child {
    padding-left: 0;
}
.footer_menus ul li {
    list-style: none;
    display: inline-block;
    border: 0 !important;
    color: #2b2b2b;
    font-size: 2rem;
    padding-left: 50px;
    letter-spacing: -.5px;
}
.footer_menus ul li a {
    padding-left: 0 !important;
}
.footer_menus ul {
    text-transform: unset !important;
}
.copy_row {
    margin-top: 15px;
}
.copy_row .col-md-12 {
    padding: 0;
}
.copy_row p, .copy_row a {
    margin: 0;
    color: #5b6373 !important;
    font-size: 16px !important;
    letter-spacing: 0;
    font-weight: 400;
    line-height: 1.5;
}
.sec_p {
    text-align: right;
}

.img_acc1, .img_acc2, .img_acc3 {
    transition: 1s;
}
.img_acc1, .img_acc2, .img_acc3 {

    transform: translateX(100%);
    position: absolute;
    top: 0;    
}
.img_acc1 {
    transform: translateX(0%);
}
.hesperiden.tp-bullets {
    opacity: 0;
}
.acc_img_block {
    position: relative;
}
.exp_imgs {
    overflow: hidden;
}
.plane_img {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 270px;
    transition        : all 1s ease;
    -webkit-transition: all 1s ease;
}
.dr_image {
    position: relative;
}
.dr_image img{
    transition: all .6s ease;
    -webkit-transition: all .6s ease;
}
img.dr_1 {
    position: absolute;
    top: 130px;
    left: -20px;
    transform: scale(0);
}
img.dr_2 {
    position: absolute;
    top: 10px;
    left: 100px;
    transform: scale(0);
}
img.dr_3 {
    position: absolute;
    top: 130px;
    left: 170px;
    transform: scale(0);
}
img.dr_4 {
    position: absolute;
    top: 185px;
    left: 290px;
    transform: scale(0);
}
img.dr_5 {
    position: absolute;
    top: 80px;
    left: 344px;
    transform: scale(0);
}
img.dr_6 {
    position: absolute;
    top: 225px;
    left: 110px;
    transform: scale(0);
}
.nav_white {
    content: '';
    border: 2px solid #83be41;
    padding: 0px 50px;
    border-radius: 30px;
    background: #fff;
    position: absolute;
    top: 60%;
    left: 50%;
    width: 56%;
    transform: translate(-50%, -50%);
    height: 60px;
    transition: width .5s, height 0.3s;
}
.sticky-ons .nav_white {
    background: #fff !important;
    width: 100% !important;
    transform: translate(-50%, -50%);
    box-shadow: 0 0 5px 2px rgba(0,0,0,0.1);
}
.sticky-wrapper.is-sticky .header-logo img {
    max-height: 90px;
    padding-top: 20px;
    padding-bottom: 20px;
}
.sticky-wrapper.is-sticky .header-logo {
    height: 90px;
}                                                               

.header-nav-wrapper {
    position: fixed !important;
    top: 0;
    width: 100%;
}
.sticky-ons .nav_white{

    border-radius: 0px;
    height: 118px;
    border: 1px solid white;
    width: 100% !important;
    transition: width .2s, height 1s, border 2s, border-radius 1s;
}
.footer_menus ul li a:hover {
    color: #83be41;
}
nav-menu > li > a.x-menu-a-text:hover, .x-nav-menu > li.x-menu-item:hover > a {
    color: #2b2b2b;
}
a.ab_link:hover, .lend_row a:hover {
    color: #83be41;
}
a.back-to-top.in {
    border-radius: 50px;
    border-color: #83be41;
    background: #83be41;
    z-index: 999;
}
.back-to-top i {
    color: #fff;
}


.accordion-container{
  position: relative;
  height: auto;
  margin: 10px auto;
  width: 500px;
  margin-left: 80px;
  margin-bottom: 20px;
}
.set{
  position: relative;
  width: 100%;
  height: auto;
  border-bottom: 1px solid #a1a1a1;
  padding: 14px 0px;
}
.set > a{
  display: block;
  padding: 10px 10px;
  text-decoration: none;
  -webkit-transition:all 0.2s linear;
  -moz-transition:all 0.2s linear;
  transition:all 0.2s linear;
  font-size: 2.5rem;
  font-weight: 600;
  color: #2b2b2b ;
  position: relative;
}
.set a.active:before {
    content: '';
    content: '';
    background-image: url(/wp-content/uploads/2025/02/arrowSmall-Green.png);
    width: 15px;
    height: 18px;
    position: absolute;
    left: -20px;
    top: 24px;
}
.content{
  background-color: #fff;
  display:none;
}
.content p{
  padding: 0px 10px 10px;
  margin: 0;
  font-size: 2rem;
  letter-spacing: 0;
  color: #2b2b2b;
  line-height: 1.5;
  font-weight: 400;
}

div#primary-menu ul li:first-child {
    margin-left: 0;
}


.h2_title {
    font-size: 40px;
    font-weight: 500;
    letter-spacing: -.5px;
	color: #2b2b2b;
	line-height: 1.1;
}
.h4_title {
	font-size: 20px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1; 
	color: #2b2b2b;
}
.p18_title {
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.5;
	color: #5b6373;
}
.p_title {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.5;
	color: #5b6373;
}
.read_btn:focus, .read_btn.active {
    color: #fff;
}

a.bk_pop {
    transition: all 0.5s ease;
}
a.bk_pop:hover {
    background: #23abe2;
}


/*footer*/


.footer_menus h4 {
    font-size: 18px !important;
    font-weight: 500 !important;
    letter-spacing: 0 !important;
    line-height: 1.2 !important;
    color: #2b2b2b !important;
    padding: 0 !important;
    margin-bottom: 18px !important;
    margin-top: 17px;
}
.footer_menus ul li {
    display: block;
    padding-left: 0;
}
.footer_menus ul li {
    display: block;
    padding-left: 0 !important;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0;
    color: #2b2b2b;
    margin-bottom: 0px;
    padding-top: 8px;
}
aside#text-15 p {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0;
    color: #5b6373;
    line-height: 1.5;
    margin-top: 22px;
    width: 350px;
}
aside#text-16 p {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0;
    color: #5b6373;
    line-height: 1.55;
    margin-bottom: 5px;
    margin-left: 25px;
}
aside#text-16 h6 {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0;
    color: #2b2b2b;
    line-height: 1.5;
    margin-bottom: 8px;
}

aside#text-16 h6 svg, aside#text-16 p svg {
    width: 20px;
    vertical-align: middle;
    margin-right: 5px;
    display: inline-block;
}
aside#text-16 p svg {
    width: 15px;
}
.rgh_row {
    margin-top: 70px;
    border-top: 1px solid #83be41;
    display: flex;
    align-items: center;
}
.rgh_row .ic_right {
    text-align: right;
}
.ic_right i {
    border: 1px solid #5b6373;
    padding: 11px 12px;
    border-radius: 50%;
    color: #5b6373;
	transition: all 0.5s ease;
}
.ic_right a {
    transition: all 0.5s ease;
}
.ic_right a:hover i {
    background: #83be41;
    color: #fff;
    border-color: #83be41;
}
li#menu-item-6600, li#menu-item-6599 {
    display: none;
}
.mob_ic {
    display: none;
    margin-top: 25px;
}
.rgh_row .ic_right {
    display: block;
}
.bkdesk, #tlxm_contact {
	display: inline;
}
.bkmob, #tlxm_contact {
	display: none;
}
#tlxm_contact {
    height: 50px;
}


ul.x-sub-menu li:before {
    content: '';
    width: 15px;
    height: 15px;
    position: absolute;
    top: 50%;
    left: 18px;
    background-size: contain;
    background-repeat: no-repeat;
    transform: translateY(-50%);
    z-index: 9;
}

li#menu-item-6562:before ,li#menu-item-mobile-6562:before {
    background-image: url(/wp-content/uploads/2026/05/book-up-2.png);
}
li#menu-item-6414:before ,li#menu-item-mobile-6414:before {
    background-image: url(/wp-content/uploads/2026/05/smartphone-nfc.png);
}
li#menu-item-6413:before ,li#menu-item-mobile-6413:before {
    background-image: url(/wp-content/uploads/2026/05/list-ordered.png);
}
li#menu-item-6412:before ,li#menu-item-mobile-6412:before {
    background-image: url(/wp-content/uploads/2026/05/folder-kanban.png);
}
li#menu-item-6416:before ,li#menu-item-mobile-6416:before {
    background-image: url(/wp-content/uploads/2026/05/badge-dollar-sign.png);
}
li#menu-item-6417:before ,li#menu-item-mobile-6417:before {
    background-image: url(/wp-content/uploads/2026/05/chart-bar.png);
}
li#menu-item-6418:before ,li#menu-item-mobile-6418:before {
    background-image: url(/wp-content/uploads/2026/05/feather.png);
}

li#menu-item-7423:before ,li#menu-item-mobile-7423:before {
    background-image: url(/wp-content/uploads/2026/05/users.png);
}
li#menu-item-7424:before ,li#menu-item-mobile-7424:before {
    background-image: url(/wp-content/uploads/2026/05/shield-check.png);
}
li#menu-item-7425:before ,li#menu-item-mobile-7425:before {
    background-image: url(/wp-content/uploads/2026/05/brain.png);
}
li#menu-item-7426:before ,li#menu-item-mobile-7426:before {
    background-image: url(/wp-content/uploads/2026/05/banknote.png);
}



/*end footer*/

/*Responsive css Queries*/


@media only screen and (max-width: 1853px){
    span.ins_dig, .ins_loans h2 {
        font-size: 8rem !important;
    }
        
}


@media only screen and (max-width: 1801px){

    span.ins_dig {
        font-size: 8rem;
    }
    .ins_loans h2 {
        font-size: 8rem;
    }
    .counter_wrap_col {
        padding-left: 100px;
    }
    .lend_row a img {
        width: 40px;
    }
}
@media only screen and (max-width: 1716px){
    
    .nav_white {
        width: 56%;
    }
    img.dr_1 {
        width: 80px;
    }
    img.dr_2 {
        width: 70px;
    }
    img.dr_3 {
        top: 100px;
        left: 160px;
        width: 60px;
    }
    img.dr_4 {
        top: 175px;
        left: 245px;
        width: 60px;
    }
    img.dr_5 {
        left: 285px;
        width: 50px;
    }
    img.dr_6 {
        top: 175px;
        left: 90px;
        width: 60px;
    }
    .future_sec h2, .breaking_sec h2, .rev_sec h2 {
        font-size: 4rem;
    }
    .lend_row p, .dr_list ul li {
        font-size: 2rem;
    }
    .lend_row a {
        font-size: 2rem;
    }
    span.ins_dig, .ins_loans h2 {
        font-size: 7rem !important;
    }

}


@media only screen and (max-width: 1680px) {
    
    .h1_title {
        font-size: 40px !important;
    }
    .h2_title {
        font-size: 36px !important;
    }

    .h5_title {
        font-size: 24px !important;
    }
    .h3_title {
        font-size: 34px !important; 
    }
}



@media only screen and (max-width: 1656px){
    .counter_wrap_col {
        padding-left: 80px;
    }
    .footer_menus ul li {
        font-size: 16px;
        padding-left: 40px;
    }
    .copy_row p, .copy_row a {
        font-size: 16px !important;
    }
    img.dr_4 {
        top: 160px;
        left: 240px;
    }
}

@media only screen and (max-width: 1621px){

    span.ins_dig {
        font-size: 7rem;
    }
    .ins_loans h2 {
        font-size: 7rem;
    }
    .dr_list ul li {
        font-size: 2rem;
    }
    .adl_counter span {
        font-size: 50px !important;
    }
    .ins_loans h2 {
        margin-top: -10px;
    }
    section#future_parallax {
        padding: 50px 15px !important;
    }
    span.count.c1 {
        width: 70px;
    }
    span.count.c2 {
        width: 215px;
    }
    span.count.count3.c3 {
        width: 95px;
    }
    span.dot_count.c4 {
        width: 70px;
    }
    
}

@media only screen and (max-width: 1566px){
    .adl_counter span {
        font-size: 50px !important;
    }
    aside#media_image-3 img {
        width: 400px;
    }
    img.dr_3 {
        top: 90px;
        left: 160px;
    }
    img.dr_4 {
        top: 148px;
    }
    img.dr_6 {
        top: 150px;
    }
    img.dr_5 {
        top: 64px;
        left: 270px;
    }
}

@media only screen and (max-width: 1546px){
    
    .x-nav-menu > .x-menu-item > .x-menu-a-text,
    .header-customize-item a {
        font-size: 16px;
    }
    .nav_white {
        height: 50px;
    }
    .adl_h5 h5 {
        font-size: 2rem !important;
    }
    span.count.c2 {
        width: 210px;
    }
    img.dr_1 {
        top: 100px;
    }
    .lend_row a img {
        width: 35px;
    }
    a.ab_link span {
        font-size: 1.5rem;
    }
    img.dr_4 {
        left: 220px;
    }
}

@media only screen and (max-width: 1499px){
    .x-nav-menu > .x-menu-item > .x-menu-a-text, .header-customize-item a {
        font-size: 16px !important;
    }

    .header-customize-item a img {
        width: 36px;
    }
    .container-fluid {
        padding-left: 50px;
        padding-right: 50px;
    }
    .lend_row a {
        font-size: 1.8rem;
    }    

}
@media only screen and (max-width: 1421px){

    .lend_row a {
        font-size: 1.8rem;
    }
    .lend_row a img {
        width: 30px;
    }
    .dr_list ul li {
        font-size: 1.8rem;
    }
    .x-nav-menu>.x-menu-item a:before {
        top: 20px;
    }
    span.ins_dig, .ins_loans h2 {
        font-size: 6rem !important;
    }
}

@media only screen and (max-width: 1366px){
    .ins_loans h2, span.ins_dig {
        font-size: 6rem;
    }
    .ins_loans h2 {
        margin-top: 0;
    }
    .lend_row p {
        font-size: 2rem;
    }
    img.dr_2 {
        width: 60px;
    }
    img.dr_3 {
        top: 80px;
        width: 50px;
    }
    img.dr_1 {
        width: 70px;
        left: -10px;
    }
    img.dr_4 {
        top: 150px;
        left: 201px;
        width: 50px;
    }
    img.dr_5 {
        left: 250px;
    }
    img.dr_6 {
        top: 135px;
    }
    .nav_white {
        height: 45px;
    }
    section#future_parallax {
        padding: 25px 15px !important;
    }
    .future_sec h2, .breaking_sec h2, .rev_sec h2 {
        font-size: 3rem;
    }
    .set > a {
        font-size: 2rem;
    }
    .content p {
        font-size: 1.5rem;
    }
    .acc_img_block {
        margin-top: -50px;
    }
}

@media only screen and (max-width: 1356px){

    .header-customize-item a img {
        width: 30px;
    }
    .x-nav-menu > .x-menu-item > .x-menu-a-text, .header-customize-item a {
        font-size: 1.5rem;
    }
    header.main-header .header-logo img {
        max-height: 75px;
    }
    img.dr_4 {
        top: 138px;
        left: 193px;
    }
    img.dr_3 {
        top: 70px;
    }
    img.dr_6 {
        top: 120px;
    }
    img.dr_5 {
        top: 58px;
    }
    .nts .container, .beta_slider .container {
        width: 1180px !important;
    }
    aside#text-16 p br {
        display: none;
    }
}

@media only screen and (max-width: 1333px){

    .counter_wrap_col {
        padding-left: 70px;
    }
    .footer_menus ul li {
        font-size: 1.5rem;
    }
}

@media only screen and (max-width: 1319px){

    .lend_row a {
        font-size: 1.5rem;
    }
    .lend_row a img {
        width: 28px;
    }
    .lend_row p {
        font-size: 1.8rem;
    }
    .copy_row p, .copy_row a {
        font-size: 1.5rem !important;
    }
    .set {
        padding: 5px 0px;
    }
    .acc_img_block {
        margin-top: -70px;
    }
    span.ins_dig, .ins_loans h2 {
        font-size: 5rem !important;
    }

}


@media only screen and (max-width: 1217px){

    .header-customize-item a img {
        width: 25px;
    }
    .x-nav-menu > .x-menu-item > .x-menu-a-text, .header-customize-item a {
        font-size: 1.2rem;
    }
    .nav_white {
        height: 44px;
    }
    .nav_white {
        top: 53%;
    }
    .adl_counter span {
        font-size: 40px !important;
    }
    span.count.count3.c3 {
        width: 75px;
    }

}


@media only screen and (max-width: 1199px){

    .header-container .col-md-2 {
        width: 14%;
    }
    .header-container .col-md-7 {
        width: 60%;
    }
    .header-container .col-md-3 {
        width: 26%;
    }
    header.main-header .header-logo img {
        max-height: 70px !important;
    }
    .x-nav-menu > .x-menu-item > .x-menu-a-text, .header-customize-item a {
        font-size: 14px !important;
    }
    .header-customize-item a {
        padding: 8px 22px;
    }
    .header-container .row {
         padding: 0px 20px; 
    }
    .read_btn {
        font-size: 12px;
        padding: 10px 16px;
    }
    .h2_title {
        font-size: 30px !important;
    }
    .h5_title {
        font-size: 22px !important;
    }
    aside#text-15 p {
        width: 280px;
    }
    .req_blok h2 {
        font-size: 30px;
    }
    span.sp_1 {
        font-size: 18px;
    }
    .ct_5 {
        font-size: 14px !important;
    }


    
}


@media only screen and (max-width: 991px){

    form.search-form-menu-mobile, .x-nav-menu li.x-menu-item.x-sub-menu-open > ul.x-sub-menu:before {
        display: none !important;
    }
    body .x-nav-menu > .x-menu-item > .x-menu-a-text, .ab_menus, .x-nav-menu li li.x-menu-item > a.x-menu-a-text {
        text-transform: capitalize !important;
        font-family: "Roboto", sans-serif !important;
        letter-spacing: 0 !important;
        font-style: normal;
    }
    .x-nav-menu li.x-menu-item {
        border-bottom: solid 1px #dcdfe4 !important;
    }
    .x-nav-menu li.x-menu-item:not(.x-sub-menu-open):hover, .x-nav-menu ul.x-sub-menu {
        background-color: #fff !important;
    }
    ul.x-sub-menu li a, .x-nav-menu li.x-menu-item > a.x-menu-a-text {
        color: #000 !important;
    }
    .x-nav-menu a.x-menu-a-text > b.x-caret:before {
        color: #000 !important;
    }
    ul.x-sub-menu li a {
        padding-left: 80px !important;
    }
    header li.current-menu-item {
        background: #fff !important;
    }
    .toggle-icon-wrapper.toggle-mobile-menu.in {
        right: auto !important;
    }
    .foot_container .col-md-3 {
        width: 100% !important;
        padding: 0;
    }
    .rgh_row .col-md-6 {
        padding: 0;
    }
    .rgh_row, .foot_block {
        display: block;
    }
    .ic_right {
        text-align: left;
    }
    .copy_row p, .copy_row a {
        font-size: 13px !important;
		text-align: center;
    }
    li#menu-item-6600, li#menu-item-6599 {
        display: block;
    }
    .header-logo-mobile img {
        max-height: 65px;
        position: relative;
        z-index: 9;
    }
    .container-fluid {
        padding-left: 15px;
        padding-right: 15px;
    }
    .rgh_row {
        margin-top: 20px;
    }
    aside#text-15 p {
        width: auto;
    }
    .footer_menus ul li {
        font-size: 16px;
    }
    .mob_ic {
        display: block;
    }
    .rgh_row .ic_right {
        display: none;
    }
    .toggle-icon-wrapper.in .toggle-icon:after, .toggle-icon-wrapper.in .toggle-icon:before {
        background-color: #fff;
        z-index: 9999;
    }
    a.mob_ic {
        display: inline-block;
    }
    .footer_menus h4 {
        font-size: 20px !important;
		font-weight: 500 !important;
        text-transform: capitalize;
		border-bottom: 1px solid #83be41;
        padding-bottom: 10px !important;
    }
	.x-nav-menu li.x-menu-item > a.x-menu-a-text {
		display: block;
	}
	.footer_menus ul li {
    	padding-top: 0;
	}
	.rqs a {
    	font-size: 15px;
	}
	.rqs {
		margin-top: 15px;
	}
	.header-mobile-nav.menu-drop-dropdown {
        max-height: none;
    }
	.toggle-icon-wrapper.toggle-mobile-menu.in {
        right: 12px !important;
        z-index: 9999;
	}
	.toggle-icon-wrapper.in .toggle-icon:before, .toggle-icon-wrapper.in .toggle-icon:after {
        background-color: #000;
	}
	footer.main-footer-wrapper {
        z-index: 9;
    }
    .main_banner_row, .sale_page_banner, .contact_banner, .new_succ {
        margin-top: 82px !important;
    }
    .header-logo-mobile {
        line-height: 65px ;
    }
    header.mobile-header .header-mobile-inner {
        height: 65px  !important;
        padding: 0px 10px;
    }
    .sticky-wrapper.is-sticky .header-logo-mobile {
        line-height: 92px !important;
    }
    li#menu-item-mobile-6418 {
        border-bottom: 0 !important;
    }
    .x-nav-menu > .x-menu-item > .x-menu-a-text, .header-customize-item a {
        font-size: 18px !important;
    }
    .x-nav-menu ul.x-sub-menu > li.x-menu-item > a.x-menu-a-text {
        font-size: 15px !important;
        padding: 8px 15px;
    }
    .x-nav-menu li.x-menu-item:last-child {
        border-bottom: 0 !important;
    }

    .header-mobile-nav {
        position: fixed !important;
        inset: 0;
        left: 0;
        background: transparent;
        padding: 85px 0 20px;
        transform: translateY(-200%);
        display: flex !important;
        margin-bottom: 0;
        transition: all 0.3s ease;
    }
    .header-mobile-nav.active {
        background-color: #fff;
        /*overflow: auto !important;*/
        transform: translateY(0%) !important;
    }
    .header-mobile-inner {
        z-index: 999;
    }
    header.mobile-header {
        position: fixed;
        top: 1%;
        left: 0;
        width: 96%;
        margin: 0 auto;
        border: 1px solid #fff;
    }
    .x-nav-menu {
        background-color: #fff;
        width: 100%;
    }

    .disable_blur {
        backdrop-filter: unset !important;
    }
    .toggle-icon-wrapper .toggle-icon > span {
        display: none;
    }
    
    header.header-mobile-2 .header-mobile-inner .toggle-icon-wrapper {
        right: 12px;
    }
    .mobile-header.header-black {
        background: #1f2329d9 !important;
        border: 1px solid #1f2329d9;
        backdrop-filter: blur(5px);
        border-radius: 10px;
    }
    
    .mobile-header.header-blur {
        border: 1px solid #d9d9d9;
        background: #ffffffd6 !important;
        backdrop-filter: blur(5px);
        border-radius: 10px;
    }
    .header-black .toggle-icon-wrapper .toggle-icon:after, 
    .header-black .toggle-icon-wrapper .toggle-icon:before {
        background-color: #fff;
    }
    .header-black .toggle-icon-wrapper.in .toggle-icon:after, 
    .header-black .toggle-icon-wrapper.in .toggle-icon:before {
        background-color: #000;
    }
    .header-hide .header-mobile-inner.sticky-border {
        display: none;
    }
    header.mobile-header.header-hide {
        opacity: 0;
    }
    .container.header-mobile-container {
        padding: 0;
    }
    .disable_blur .header-mobile-inner {
        background: #fff;
    }
    .toggle-icon-wrapper .toggle-icon:before {
        content: "";
        width: 20px;
        height: 2px;
        position: absolute;
        background: #000;
        top: calc(50% - 4px);
        left: calc(50% - 8px);
        transition: .3s;
        transform-origin: unset;
    }
    .toggle-icon-wrapper .toggle-icon:after {
        content: "";
        width: 20px;
        height: 2px;
        position: absolute;
        background: #000;
        top: calc(50% + 4px);
        left: calc(50% - 8px);
        transition: .3s;
        transform-origin: unset;
        bottom: unset;
    }
    .toggle-icon-wrapper.in .toggle-icon:before {
        top: calc(50% - 1px);
        transform: rotate(-45deg);
    }
    .toggle-icon-wrapper.in .toggle-icon:after {
        top: calc(50% - 1px);
        transform: rotate(45deg);
    }
    ul#menu-main-menu {
        opacity: 0;
    }
    .new_white ul#menu-main-menu {
        opacity: 1;
        transition: all 0.3s ease;
    }
    ul.x-sub-menu li:before {
        left: 50px;
    }
    .x-nav-menu li.x-menu-item > a.x-menu-a-text > b.x-caret:before {
        content: "\f054";
        font-family: FontAwesome;
        font-size: 10px;
        transform: rotate(90deg);
        display: inline-grid;
        transition: all 0.3s ease;
        font-weight: 500;
    }

}

@media only screen and (max-width: 767px){

    .reqs_section {
        padding: 50px !important;
    }
    .reqs_section span.sp_1 {
        line-height: 1.2;
        margin-top: 15px;
        margin-bottom: 15px;
    }
    .rqs {
        padding: 25px 0px 25px;
    }
    .req_blok h2 {
        font-size: 24px !important;
    }
    .h2_title {
        font-size: 28px !important;
        line-height: 1.2;
    }
    .h4_title {
        font-size: 20px !important;
    }
    span.sp_1 {
        font-size: 16px;
        font-weight: 400;
    }
    .req_blok h5 {
        margin-bottom: 15px;
    }
    .p_title, .p18_title, aside#text-15 p, aside#text-16 p, .copy_row p, .footer_menus ul li {
        color: #000 !important;
    }
    body .read_btn  {
        color: #fff !important;
    }
    .ic_right i {
        border: 1px solid #000;
        color: #000;
    }
	.back-to-top {
    	bottom: 75px;
		width: 36px;
    	height: 36px;
    	line-height: 36px;
	}
	.bkdesk, #tlxm_contact {
		display: none;
	}
	.bkmob {
		display: inline;
	}
	#tlxm_contact {
		display: block;
	}
    
}

