﻿@charset "utf-8";
/*
	Author: Filip Todorov - www.filiptodorov.com
	Project: RepoSystems
	All rights reserved

	Color Scheme:
	Burgundy: #731800
    Orange: #053C89
*/
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@400;600;700&display=swap');

body, html {
    font-family: 'Lato', sans-serif;
    position: relative;
    font-size: 14px;
}
.preload * {
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -ms-transition: none !important;
    -o-transition: none !important;
}
/* Hover Effect */
{
  box-sizing: border-box;
}

.contact-item:hover,
.contact-item:focus {
    transition: transform .9s ease;
  -ms-transform: scale(1.5); /* IE 9 */
  -webkit-transform: scale(1.5); /* Safari 3-8 */
  transform: scale(1.1); 
}

.New_Footer {
    text-align: center;
    width: 100%;
    color: #ffffff;
    font-size: 14px;
    line-height: 50px;
    padding-bottom: 30px;
}
.contact_font_color{
    color: #9A9A9C;
}
.For_processing{
    font-size:0.7rem;
    padding-left: 2%;
}
/* ADDITIONAL BOOTSTRAP */
@media (min-width: 768px) {
    .mt-md-n10 {
        margin-top: -5rem;
    }
}

/* BUTTONS */
.btn.btn-primary {
    background: #053C89;
    border-color: #053C89;
    font-weight: 700;
    font-size: 1rem;
    padding: 0.75rem 1.5rem;
    border-radius: 0.5rem;
    transition: 0.15s ease all;
}
    .btn.btn-primary:hover,
    .btn.btn-primary:focus {
        background: #B1C9EA;
        border-color: #B1C9EA;
        color:black;
        box-shadow: rgba(10,10,10,0.1) 0 0.25rem 0.25rem;
        outline: none;
    }
.btn.btn-primary:not(:disabled):not(.disabled):active {
    background: #a12505;
    border-color: #a12505;
    box-shadow: rgba(10,10,10,0.15) 0 0.35rem 0.35rem;
    transform-origin: center;
    transform: scale(0.975);
    outline: none;
}
.btn.btn-link {
    color: #053C89;
    font-weight: 700;
    font-size: 1.15rem;
    transition: 0.15s ease all;
    text-decoration: none;
    position: relative;
    padding: 0.25rem 1rem 0.25rem 0;
}
.btn.btn-link:after {
    position: absolute;
    top: 0.15rem;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 0.6rem;
    height: 0.6rem;
    content: ' ';
    transform-origin: center;
    transform: rotate(-45deg);
    border-right: 3px solid #053C89;
    border-bottom: 3px solid #053C89;
    transition: 0.25s ease all;
}
.btn.btn-link:hover,
.btn.btn-link:focus {
    color: #731800;
    box-shadow: none;
}
.btn.btn-link:not(:disabled):not(.disabled):active {
    color: #a12505;
}
.btn.btn-link:hover:after,
.btn.btn-link:focus:after {
    transform: translateX(5px) rotate(-45deg);
}

/* CONTROLS */
.custom-control.custom-checkbox {
    padding-left: 2rem;
    user-select: none;
}
.custom-control.custom-checkbox label.custom-control-label {
    cursor: pointer;
}
.custom-control.custom-checkbox label.custom-control-label:before {
    border-color: #053c896b;
    width: 1.5rem;
    height: 1.5rem;
    left: -2rem;
    top: 0;
}
.custom-control.custom-checkbox input.custom-control-input:focus ~ label.custom-control-label:before {
    border-color: #053C89;
    box-shadow: rgba(231, 117, 2, 0.1) 0 0 0.5rem;
}
.custom-control.custom-checkbox input.custom-control-input:checked ~ label.custom-control-label:before {
    background: #053C89;
    border-color: #053C89;
}
.custom-control.custom-checkbox label.custom-control-label:after {
    width: 1.5rem;
    height: 1.5rem;
    left: -2rem;
    top: 0;
}

/* HEADER */
header.page-header .branding {
    position: relative;
    padding: 1.5rem 0;
}
header.page-header .branding .navbar-brand img {
    height: 60px;
}
header.page-header .branding .contact-item {
    position: relative;
    padding-left: 4.5rem;
    margin-right: 2.5rem;
    width: 35%;
}
header.page-header .branding .contact-item:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 4rem;
    height: 4rem;
    border-radius: 50%;
    border: 1px solid #053c896b;
    content: ' ';
    margin: auto;
    z-index: 0;
}
header.page-header .branding .contact-item img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 1rem;
    width: 2rem;
    height: 2rem;
    margin: auto;
    z-index: 1;
}
header.page-header .branding .contact-item span {
    display: block;
    font-size: 0.9rem;
    color: #1f1f1f;
}
header.page-header .branding .contact-item strong {
    font-size: 0.9rem;
    color: #1f1f1f;
    font-weight: 700;
    margin-top: 0.15rem;
    display: block;
    line-height: 1.2;
}

/* NAVIGATION */
.navbar-light {
    background: #fff !important;
    border-top: 1px solid #eee;
    padding: 0;
}
.navbar .nav-item > .nav-link {
    font-weight: 700;
    color: #1f1f1f;
    padding: 1.25rem 0;
    margin: 0 2rem 0 0;
    position: relative;
    transition: 0.15s ease all;
    text-transform: uppercase;
}
.navbar .nav-item:last-child > .nav-link {
    margin-right: 0;
}
.navbar .nav-item > .nav-link:hover,
.navbar .nav-item > .nav-link:focus,
.navbar .nav-item.show > .nav-link,
.navbar .nav-item.active > .nav-link {
    color: #053C89;
}
.navbar .nav-item.active > .nav-link:before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: #053C89;
    content: ' ';
    border: none;
}
.navbar .nav-item.dropdown .dropdown-toggle:after {
    opacity: 0.25;
}
.navbar .nav-item.dropdown .dropdown-menu {
    padding: 0.5rem;
    border-radius: 1rem;
    border: 1px solid #eee;
    box-shadow: rgba(10,10,10,0.1) 0 0.15rem 0.15rem;
}
.navbar .nav-item.dropdown .dropdown-item {
    padding: 0.75rem 1rem;
    font-weight: bold;
    color: #1f1f1f;
    border-radius: 0.5rem;
    transition: 0.15s ease all;
    position: relative;
    text-transform: uppercase;
}
.navbar .nav-item.dropdown .dropdown-item.active {
    color: #053C89;
    background: transparent;
}
.navbar .nav-item.dropdown .dropdown-item:hover,
.navbar .nav-item.dropdown .dropdown-item:focus {
    background: #b1c9ea61
    color: #053C89;
}
.navbar .nav-item.dropdown .dropdown-item:active {
    background: rgba(231, 117, 2, 0.15);
    color: #053C89;
}
.navbar .nav-item.dropdown.login-dropdown .dropdown-toggle:after {
    display: none;
}
.navbar .nav-item.dropdown.login-dropdown .dropdown-menu {
    padding: 1.5rem;
    min-width: 300px;
}
.navbar .nav-item.dropdown.login-dropdown .form-group label {
    font-size: 0.9rem;
    color: #333;
    font-weight: 600;
    display: block;
    margin: 0 0 0.15rem 0;
}
.navbar .nav-item.dropdown.login-dropdown .form-group label a {
    float: right;
    font-weight: normal;
    color: #999;
}
.navbar .nav-item.dropdown.login-dropdown .form-group .form-control {
    padding: 1rem 1rem;
    height: auto;
    border-radius: 0.5rem;
    border: 1px solid #eee;
    box-shadow: rgba(10,10,10,0.1) 0 0.15rem 0.15rem;
    transition: 0.15s ease all;
}
.navbar .nav-item.dropdown.login-dropdown .form-group .form-control:focus {
    background: #b1c9ea61;
    box-shadow: rgba(10,10,10,0.15) 0 0.25rem 0.25rem;
}
.navbar .nav-item.dropdown.login-dropdown .btn {
    margin-top: 0.75rem;
}

/* MAIN */
.main {
    position: relative;
    background: url("../img/main-bg.jpg") center no-repeat;
    background-size: cover;
    padding: 15rem 0 15rem 0;
}
.main:before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.45);
    content: ' ';
    z-index: 0;
}
.main .container {
    position: relative;
    z-index: 1;
}
.main h1 {
    font-size: 4rem;
    font-weight: 600;
    color: #fff;
}
.main p.lead {
    font-size: 1.5rem;
    font-weight: 400;
    color: #fff;
}

/* BENEFITS */
.benefits {
    position: relative;
    padding: 1px 0 5rem 0;
}
.benefits .benefit-item {
    background: #fff;
    padding: 2.5rem;
    box-shadow: rgba(10,10,10,0.1) 0 0.15rem 0.15rem;
    border-radius: 0.5rem;
}
.benefits .benefit-item img {
    width: 4rem;
    height: 4rem;
    display: block;
}
.benefits .benefit-item h4 {
    font-weight: bold;
    color: #1f1f1f;
    margin: 1rem 0 0.5rem 0;
}
.benefits .benefit-item p {
    margin-bottom: 0;
}

/* LENDING SOLUTIONS */
.lending-solutions {
    position: relative;
    padding: 0 0 7rem 0;
}
.lending-solutions h3 {
    font-weight: bold;
    font-size: 2.5rem;
    line-height: 1;
    color: #1f1f1f;
    margin: 0 0 1rem 0;
}

/*AI - Solutions*/
.AI-solutions {
    position: relative;
    padding: 0 0 0rem 0;
    display: flex;
    align-items: center;
    background: #b1c9ea61;
    z-index: -1;
    margin-bottom:0%;
    height:25vh;
}
.AI-solutions h3{
    font-weight: bold;
    font-size: 2.5rem;
    line-height: 1;
    color: #1f1f1f;
    margin: 0 0 1rem 0;
}

.AI-solutions .box{
    border: 1px solid #eee;
    box-shadow: rgba(10,10,10,0.075) 0 0.15rem 0.3rem;
    background: #fff;
    border-radius: 0.5rem;
    position: relative;
    top:-50px;
    width:80%;
    z-index: -1;
}
.AI{
    position:relative;
    height:35vh;
    width:220%;
}
.AI-solutions .order-md-2{
    margin-right:0px !important;
    padding-right:0px !important;
}

/* VENDOR SOLUTIONS */
.vendor-solutions {
    position: relative;
    top:50px;
}
.vendor-solutions .box {
    padding: 5rem 2.5rem;
    border: 1px solid #eee;
    box-shadow: rgba(10,10,10,0.075) 0 0.15rem 0.3rem;
    background: #fff;
    border-radius: 0.5rem;
    position: relative;
    z-index: 1;
}
.vendor-solutions .box .img-fluid {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 50%;
    height: 100%;
    object-fit: cover;
    border-radius: 0.5rem 0 0 0.5rem;
}
.vendor-solutions h3 {
    font-weight: bold;
    font-size: 2.5rem;
    line-height: 1;
    color: #1f1f1f;
    margin: 0 0 1rem 0;
}

/* SECURITY */
.security {
    position: relative;
    z-index: 0;
    padding: 12.5rem 0 7.5rem 0;
    margin-top: -5rem;
    background: #b1c9ea61
}
.security h3 {
    font-weight: bold;
    font-size: 2.5rem;
    line-height: 1;
    color: #1f1f1f;
    margin: 0 0 1rem 0;
}

/* MOBILE APP */
.mobile-app {
    position: relative;
    padding: 5rem 0 0 0;
    background: #053C89;
    color: #fff;
}
.mobile-app h3 {
    font-size: 2.5rem;
    line-height: 1;
    font-weight: bold;
}
.mobile-app h5 {
    font-size: 1.25rem;
    font-weight: 400;
    margin: 1.5rem 0 0 0;
}
.mobile-app .img-fluid {
    max-width: 80%;
    margin: auto;
    display: block;
}
.mobile-app .mobile-app-explanation {
    position: relative;
    padding-left: 2.5rem;
    border-left: 4px solid #fff;
    font-size: 1.25rem;
}
.mobile-app .mobile-app-explanation hr {
    margin: 1.5rem 0;
    border-color: rgba(10,10,10,0.15);
}
@media (min-width: 768px) {
    .mobile-app .mobile-app-explanation:before {
        position: absolute;
        top: 15px;
        left: -101px;
        width: 100px;
        height: 3px;
        border-bottom: 3px dashed #fff;
        content: ' ';
        transform-origin: top right;
        transform: rotate(-25deg);
    }
}

/* REVIEWS */
.reviews {
    background: #b1c9ea61
    padding: 5rem 0;
    overflow: hidden;
}
.reviews .reviews-slider.owl-carousel .owl-stage-outer {
    overflow: visible;
}
.reviews .reviews-slider.owl-carousel .owl-stage-outer .owl-item {
    transition: 0.15s ease all;
}
.reviews .reviews-slider.owl-carousel .owl-stage-outer .owl-item:not(.active) {
    filter: blur(3px) grayscale(1);
    opacity: 0.45;
}
.reviews .review {
    padding: 0 0.25rem;
}
.reviews .review p {
    display: block;
    position: relative;
    background: #fff;
    color: #1f1f1f;
    border-radius: 0.5rem;
    padding: 2rem;
    box-shadow: rgba(10,10,10,0.1) 0 0.15rem 0.25rem;
    font-size: 1.15rem;
}
.reviews .review .review-person {
    display: flex;
    align-items: center;
    position: relative;
    color: #1f1f1f;
}
.reviews .review .review-person img {
    width: 3rem;
    height: 3rem;
    object-fit: cover;
    border-radius: 50%;
}
.reviews .review .review-person strong {
    font-weight: bold;
    margin: 0 0.5rem;
}
.reviews .review .review-person span {
    color: #aaa;
}

/* SCHEDULE CONSULTATION */
.schedule-consultation {
    position: relative;
    padding: 8.5rem 0;
    background: #444;
}
.schedule-consultation h3 {
    font-size: 2rem;
    font-weight: bold;
    color: #fff;
}
.schedule-consultation p {
    margin: 0;
    color: rgba(255,255,255,0.75);
}
    .schedule-consultation.only-button {
        background: #b1c9ea61 padding: 10rem 0 5rem 0;
        margin-top: -6rem;
        padding-bottom: 30px;
    }
.schedule-consultation.only-button h3 {
    color: #ffffff;
    margin-bottom: 1.5rem;
}
.schedule-consultation.only-button .btn.btn-primary {
    font-size: 1.25rem;
    padding: 1rem 2rem;
}
.schedule-consultation.only-button.alt-2 {
    margin-top: 0;
    padding-top: 5rem;
    padding-bottom: 5rem;
    /*background: #b1c9ea61;
    background: -moz-linear-gradient(top, rgba(254,248,242,1) 0%, #b1c9ea61 100%);
    background: -webkit-linear-gradient(top, rgba(254,248,242,1) 0%,#b1c9ea61 100%);
    background: linear-gradient(to bottom, rgba(254,248,242,1) 0%,#b1c9ea61 100%);*/
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fef8f2', endColorstr='#fce4cf',GradientType=0 );
}
.schedule-consultation.only-button.alt-3 {
    margin-top: 0;
    background: #393939;
    padding: 5rem 0;
}
.schedule-consultation.only-button.alt-3 h3 {
    color: #fff;
}

/* FOOTER */
footer.footer {
    position: relative;
    padding: 5rem 0;
    background: #333;
}
footer.footer .logo {
    display: inline-block;
    filter: brightness(0) invert(1);
}
footer.footer .logo img {
    height: 60px;
}
footer.footer ul.social {
    display: block;
    list-style: none;
    margin: 0;
    padding: 1.25rem 0;
}
footer.footer ul.social li {
    display: inline-block;
    vertical-align: middle;
}
footer.footer ul.social li a {
    display: block;
    width: 3rem;
    height: 3rem;
    background: #444;
    margin-right: 0.25rem;
    border-radius: 50%;
    text-align: center;
    line-height: 3rem;
    transition: 0.15s ease all;
}
footer.footer ul.social li a:hover {
    background: #4f4f4f;
}
footer.footer ul.social li a:active {
    background: #5f5f5f;
}
footer.footer ul.social li a img {
    width: 1rem;
    height: 1rem;
    filter: brightness(0) invert(1);
}
footer.footer h3 {
    margin: 0 0 1rem 0;
    font-weight: bold;
    font-size: 1.25rem;
    color: #fff;
}
footer.footer ul {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
}
footer.footer ul li {
    display: block;
}
footer.footer ul li a {
    display: inline-block;
    font-size: 1rem;
    color: #999;
    margin-top: 0.25rem;
}
footer.footer ul li a:hover {
    color: #053C89;
}
footer.footer hr {
    margin: 2.5rem 0;
    border-color: #3f3f3f;
}
footer.footer p.copyright {
    font-size: 0.9rem;
    color: #666;
    margin-bottom: 0;
}
footer.footer p.copyright a {
    color: inherit;
}

/* SCHEDULE CONSULTATION MODAL */
.modal.schedule-consultation-modal .modal-content {
    padding: 1.5rem;
    border-radius: 1rem;
    box-shadow: rgba(10,10,10,0.1) 0 0.15rem 0.25rem;
}
.modal.schedule-consultation-modal .modal-header {
    flex-direction: column;
    position: relative;
}
.modal.schedule-consultation-modal .modal-header .close {
    float: none;
    position: absolute;
    top: 0;
    right: 0;
    outline: none;
    box-shadow: none;
}
.modal.schedule-consultation-modal .modal-header .modal-title {
    font-weight: bold;
    font-size: 1.5rem;
    color: #1f1f1f;
    margin: 0;
}
.modal.schedule-consultation-modal .modal-header .modal-subtitle {
    margin: 0.5rem 0 0 0;
    color: #7a7a7a;
}
.modal.schedule-consultation-modal .form-group label {
    font-weight: 600;
    color: #1f1f1f;
    margin: 0 0 0.15rem 0;
    display: block;
}
.modal.schedule-consultation-modal .form-group .form-control {
    height: auto;
    padding: 1rem;
    border-radius: 0.5rem;
}
.modal.schedule-consultation-modal .form-group .form-control:focus {
    background: #b1c9ea61;
    border-color: #ccc;
    box-shadow: rgba(10,10,10,0.1) 0 0.15rem 0.25rem;
}
.modal.schedule-consultation-modal .form-group textarea.form-control {
    min-height: 120px;
}

/* SECURITY MAIN */
.main.security-main {
    padding: 10rem 0;
    background: url("../img/security-bg.jpg") center no-repeat;
    background-size: cover;
}
.main.security-main:before {
    opacity: 0;
}
.main.security-main h2 {
    font-size: 3rem;
    font-weight: 600;
    color: #fff;
    line-height: 1.1;
}
.main.security-main p.lead {
    font-size: 1.5rem;
    font-weight: 400;
    color: #fff;
}
.main.security-main p.lead span {
    position: relative;
}
.main.security-main p.lead span:after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: -80px;
    width: 60px;
    height: 2px;
    background: #fff;
    content: ' ';
    margin: auto;
}

/* MOBILE APP (SECURITY PAGE) */
.mobile-app.security-mobile-app {
    background: #b1c9ea61
    padding: 5rem 0;
}
    .mobile-app.security-mobile-app h3 {
        color: #ffffff;
    }
.mobile-app.security-mobile-app h5 {
    color: #053C89;
    font-weight: bold;
    margin: 1.5rem 0 1rem 0;
    font-size: 1.75rem;
}
    .mobile-app.security-mobile-app p {
        color: #ffffff;
        margin-bottom: 1.5rem;
    }
.mobile-app.security-mobile-app .infographic-item {
    display: block;
    text-align: center;
    position: relative;
    margin-bottom: 1.5rem;
    padding-top: 1px;
}
.mobile-app.security-mobile-app .infographic-item:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 0;
    background: #fff;
    border-radius: 50%;
    width: 6rem;
    height: 6rem;
    box-shadow: rgba(10,10,10,0.1) 0 0.15rem 0.25rem;
    content: ' ';
}
.mobile-app.security-mobile-app .infographic-item img {
    width: 2.5rem;
    height: 2.5rem;
    display: block;
    margin: 1.75rem auto;
    position: relative;
    z-index: 1;
}
.mobile-app.security-mobile-app .infographic-item p {
    margin: 2rem auto 0 auto;
    width: 85%;
    font-weight: bold;
}

/* APTUM NETWORKS */
.aptum-networks {
    position: relative;
    padding: 5rem 0;
}
.aptum-networks h3 {
    color: #1f1f1f;
    font-weight: bold;
    font-size: 2.5rem;
}
.aptum-networks h5 {
    color: #1f1f1f;
    font-weight: bold;
    margin: 1.5rem 0 1rem 0;
    font-size: 1.25rem;
}
.aptum-networks p {
    color: #1f1f1f;
    margin-bottom: 1.5rem;
}

/* ABOUT MAIN */
.main.about-main {
    padding: 10rem 0;
    background: url("../img/about-bg.jpg") center no-repeat;
    background-size: cover;
}
.main.about-main h2 {
    font-size: 3rem;
    font-weight: 600;
    color: #fff;
    line-height: 1.1;
}
.main.about-main p.lead {
    font-size: 1.5rem;
    font-weight: 400;
    color: #fff;
}
.main.about-main p.lead span {
    position: relative;
}
.main.about-main p.lead span:after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: -80px;
    width: 60px;
    height: 2px;
    background: #fff;
    content: ' ';
    margin: auto;
}

/* ABOUT US */
.about-us {
    position: relative;
    padding: 2.5rem 0 0 0;
}
.about-us h3 {
    font-weight: bold;
    font-size: 2.5rem;
    line-height: 1;
    color: #1f1f1f;
    margin: 0 0 1rem 0;
}

/* DIFFERENCES */
.differences {
    position: relative;
}
.differences .box {
    padding: 3.5rem;
    border: 1px solid #eee;
    box-shadow: rgba(10,10,10,0.075) 0 0.15rem 0.3rem;
    background: #fff;
    border-radius: 0.5rem;
    position: relative;
    z-index: 1;
    text-align: center;
}
.differences h3 {
    font-size: 2rem;
    line-height: 1;
    font-weight: bold;
    color: #1f1f1f;
}
.differences .difference-item {
    max-width: 80%;
    margin: auto;
}
.differences .difference-item img {
    width: 6rem;
    height: 6rem;
    margin: auto;
    display: block;
}
.differences .difference-item h4 {
    font-weight: bold;
    margin: 1.5rem 0 1rem 0;
}

/* LENDERS MAIN */
.main.lenders-main {
    padding: 10rem 0;
    background: url("../img/lenders-bg.jpg") center no-repeat;
    background-size: cover;
}
.main.lenders-main h2 {
    font-size: 2.5rem;
    font-weight: 600;
    color: #fff;
    line-height: 1.1;
}
.main.lenders-main p.lead {
    font-size: 1.5rem;
    font-weight: 400;
    color: #fff;
}
.main.lenders-main p.lead span {
    position: relative;
}
.main.lenders-main p.lead span:after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: -80px;
    width: 60px;
    height: 2px;
    background: #fff;
    content: ' ';
    margin: auto;
}

/* LENDERS INFOGRAPHIC */
.lenders-infographic {
    padding: 5rem 0;
    background: #b1c9ea61;
}
.lenders-infographic .infographic-wrapper {
    position: relative;
    padding: 100px 0;
    z-index: 1;
}
.lenders-infographic .infographic-wrapper:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 80%;
    height: 80%;
    border: 2px dashed #053c896b;
    content: ' ';
    z-index: 0;
}
.lenders-infographic .infographic-wrapper .infographic-logo {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background: #fff;
    text-align: center;
    line-height: 150px;
    margin: 0 auto;
    position: relative;
}
.lenders-infographic .infographic-wrapper .infographic-logo img {
    height: 45px;
}
.lenders-infographic .infographic-wrapper .infographic-logo:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: -100%;
    right: 0;
    width: 300%;
    height: 2px;
    background: #053C89;
    content: ' ';
    margin: auto;
    transform-origin: center;
    transform: rotate(-45deg);
    z-index: -1;
}
.lenders-infographic .infographic-wrapper .infographic-logo:after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: -100%;
    right: 0;
    width: 300%;
    height: 2px;
    background: #053C89;
    content: ' ';
    margin: auto;
    transform-origin: center;
    transform: rotate(45deg);
    z-index: -1;
}
.lenders-infographic .infographic-wrapper .infographic-item {
    width: 200px;
    border-radius: 1rem;
    background: #fff;
    box-shadow: rgba(10,10,10,0.15) 0 0.15rem 0.25rem;
    position: absolute;
    padding: 1rem 2rem;
    z-index: 1;
}
.lenders-infographic .infographic-wrapper .infographic-item span {
    display: block;
    font-family: sans-serif;
    font-weight: bolder;
    color: #053C89;
    font-size: 2.5rem;
    line-height: 1;
    margin-top: -2rem;
}
.lenders-infographic .infographic-wrapper .infographic-item p {
    line-height: 1.2;
    font-size: 1rem;
    margin: 0;
    color: #1f1f1f;
}
.lenders-infographic .infographic-wrapper .infographic-item:nth-child(1) {
    top: 0;
    left: 0;
    border-radius: 1rem 1rem 0.5rem 1rem;
}
.lenders-infographic .infographic-wrapper .infographic-item:nth-child(2) {
    top: 0;
    right: 0;
    border-radius: 1rem 1rem 1rem 0.5rem;
}
.lenders-infographic .infographic-wrapper .infographic-item:nth-child(3) {
    bottom: 0;
    left: 0;
    border-radius: 1rem 0.5rem 1rem 1rem;
}
.lenders-infographic .infographic-wrapper .infographic-item:nth-child(4) {
    bottom: 0;
    right: 0;
    border-radius: 0.5rem 1rem 1rem 1rem;
}
.lenders-infographic h3 {
    font-size: 2.5rem;
    font-weight: bold;
    color: #1f1f1f;
}

/* LENDERS FEATURES */
.lenders-features {
    display: block;
    padding: 5rem 0;
}
.lenders-features h3 {
    font-size: 2.5rem;
    font-weight: bold;
    color: #1f1f1f;
}
.lenders-features h5 {
    color: #1f1f1f;
    font-weight: bold;
    margin: 0 0 1.5rem 0;
    font-size: 1.25rem;
}
.lenders-features .dual-list {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
}
.lenders-features .dual-list li {
    display: block;
    font-size: 1.15rem;
    position: relative;
    line-height: 1.2;
    margin-bottom: 0.5rem;
    padding-left: 1.75rem;
}
.lenders-features .dual-list li:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 1rem;
    height: 0.5rem;
    border-bottom: 3px solid #053C89;
    border-left: 3px solid #053C89;
    content: ' ';
    transform-origin: center;
    transform: rotate(-45deg);
    margin: auto;
}

/* LENDERS EXPLORE */
.lenders-explore .box {
    padding: 3.5rem;
    border: 1px solid #eee;
    box-shadow: rgba(10,10,10,0.075) 0 0.15rem 0.3rem;
    background: #fff;
    border-radius: 0.5rem;
    position: relative;
    z-index: 1;
}
.lenders-explore h3 {
    font-weight: bold;
    color: #1f1f1f;
    font-size: 2rem;
}

/* LENDERS SECURITY */
.lenders-security {
    position: relative;
    padding: 10rem 0 5rem 0;
    background: url("../img/security-bg.jpg");
    margin-top: -5rem;
}
.lenders-security:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #053C89;
    content: ' ';
    z-index: 0;
    opacity: 0.6;
}
.lenders-security .container {
    position: relative;
    z-index: 1;
}
.lenders-security .img-fluid {
    filter: brightness(0) invert(1);
}
.lenders-security h3 {
    font-size: 2.5rem;
    color: #fff;
    font-weight: bold;
}
.lenders-security p {
    color: rgba(255,255,255,0.75);
}
.lenders-security .btn.btn-link {
    color: #fff;
}
.lenders-security .btn.btn-link:after {
    border-color: #fff;
}

/* VENDORS MAIN */
.main.vendors-main {
    padding: 10rem 0;
    background: url("../img/vendors-bg.jpg") center no-repeat;
    background-size: cover;
}
.main.vendors-main h2 {
    font-size: 2.5rem;
    font-weight: 600;
    color: #fff;
    line-height: 1.1;
}
.main.vendors-main p.lead {
    font-size: 1.5rem;
    font-weight: 400;
    color: #fff;
}
.main.vendors-main p.lead span {
    position: relative;
}
.main.vendors-main p.lead span:after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: -80px;
    width: 60px;
    height: 2px;
    background: #fff;
    content: ' ';
    margin: auto;
}

/* VENDORS INFOGRAPHIC */
.vendors-infographic {
    padding: 5rem 0;
    background: #b1c9ea61
}
.vendors-infographic .infographic-wrapper {
    position: relative;
    z-index: 1;
    display: flex;
    flex-wrap: wrap;
}
.vendors-infographic .infographic-wrapper .infographic-item {
    width: calc(50% - 1rem);
    border-radius: 1rem;
    background: #fff;
    box-shadow: rgba(10,10,10,0.15) 0 0.15rem 0.25rem;
    padding: 1.5rem 2.5rem 1.5rem 6rem;
    z-index: 1;
    position: relative;
    margin: 0.5rem;
}
.vendors-infographic .infographic-wrapper .infographic-item img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 1.5rem;
    width: 3rem;
    height: 3rem;
    margin: auto;
}
.vendors-infographic .infographic-wrapper .infographic-item span {
    display: block;
    font-family: sans-serif;
    font-weight: bolder;
    color: #053C89;
    font-size: 2.5rem;
    line-height: 1;
    margin-top: -2rem;
}
.vendors-infographic .infographic-wrapper .infographic-item p {
    line-height: 1.2;
    font-size: 1rem;
    margin: 0;
    color: #1f1f1f;
}
.vendors-infographic h3 {
    font-size: 2.5rem;
    font-weight: bold;
    color: #1f1f1f;
}

/* VENDORS AGENTS */
.vendors-agent {
    padding: 5rem 0;
}
.vendors-agent h3 {
    font-weight: bold;
    color: #1f1f1f;
    font-size: 2.5rem;
}
.vendors-agent .process {
    position: relative;
}
.vendors-agent .process:before {
    position: absolute;
    top: calc(1.5rem - 1.5px);
    left: 15px;
    width: 75%;
    height: 3px;
    background: #eee;
    content: ' ';
}
.vendors-agent .process .process-step {
    position: relative;
}
.vendors-agent .process .process-step span {
    display: block;
    width: 3rem;
    height: 3rem;
    background: #b1c9ea61;
    border-radius: 50%;
    text-align: center;
    line-height: 3rem;
    font-weight: bold;
    color: #1f1f1f;
    content: ' ';
}
.vendors-agent .process .process-step strong {
    display: block;
    font-weight: bold;
    margin: 1rem 0 0.5rem 0;
    color: #053C89;
    font-size: 1.5rem;
}

/* SMALL DESKTOPS/LAPTOPS */
@media (min-width: 992px) and (max-width: 1199.99px) {
    .main {
        padding: 10rem 0;
    }
    .main h1 {
        font-size: 3rem;
    }
}

/* TABLETS */
@media (min-width: 768px) and (max-width: 991.99px) {
    html, body {
        font-size: 12px;
    }
    .main {
        padding: 10rem 0;
    }
    .main h1 {
        font-size: 3rem;
    }
    .mobile-app .mobile-app-explanation {
        font-size: 1rem;
    }
    footer.footer .logo img {
        height: 45px;
    }
    footer.footer ul.social li a {
        width: 2.5rem;
        height: 2.5rem;
        line-height: 2.5rem;
    }
    .lenders-infographic .infographic-wrapper {
        padding: 120px 0;
    }
    .lenders-infographic .infographic-wrapper .infographic-item {
        width: 150px;
    }
    .lenders-infographic .infographic-wrapper .infographic-logo {
        width: 120px;
        height: 120px;
        line-height: 120px;
    }
    .lenders-infographic .infographic-wrapper .infographic-logo img {
        height: 30px;
    }
    .vendors-infographic .infographic-wrapper .infographic-item {
        padding: 1.5rem;
        text-align: center;
        font-weight: 600;
    }
    .vendors-infographic .infographic-wrapper .infographic-item img {
        position: relative;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        display: block;
        margin: auto auto 0.5rem auto;
    }
}

/* SMARTPHONES */
@media (max-width: 767.99px) {
    html, body {
        font-size: 12px;
    }
    header.page-header {
        padding: 1rem 15px;
    }
    .navbar-light {
        border-top: none;
    }
    .navbar-light .navbar-brand {
        margin-right: 0;
    }
    .navbar-light .navbar-brand img {
        height: 30px;
    }
    .navbar-light .navbar-toggler {
        border-color: transparent;
        background: #b1c9ea61;
        outline: none;
        box-shadow: none;
    }
    .navbar .nav-item > .nav-link {
        margin-right: 0;
        padding: 0.5rem 0;
    }
    .navbar .nav-item.active > .nav-link:before {
        display: none;
    }
    .navbar .nav-item.dropdown.login-dropdown .dropdown-menu {
        min-width: 100%;
    }
    .main {
        padding: 7.5rem 0;
    }
    .main h1 {
        font-size: 3rem;
    }
    .main p.lead {
        font-size: 1.25rem;
    }
    .main.lenders-main,
    .main.vendors-main,
    .main.security-main,
    .main.about-main {
        padding: 5rem 0;
    }
    .main.lenders-main h2,
    .main.vendors-main h2,
    .main.security-main h2,
    .main.about-main h2 {
        font-size: 1.75rem;
        line-height: 1.2;
    }
    .benefits {
        margin-top: -2.5rem;
    }
    .benefits .benefit-item {
        height: auto !important;
        margin-bottom: 1.5rem;
        border-top: 1px solid #eee;
    }
    .lending-solutions .img-fluid {
        margin-bottom: 2.5rem;
    }
    .vendor-solutions .box {
        padding: 20rem 1.5rem 2.5rem 1.5rem;
    }
    .vendor-solutions .box .img-fluid {
        width: 100%;
        height: 17.5rem;
        border-radius: 0.5rem 0.5rem 0 0;
    }
    .mobile-app .mobile-app-explanation {
        margin: 1.5rem 0;
        padding: 0;
        border: none;
        font-size: 1rem;
    }
    .mobile-app .img-fluid {
        margin-top: 3rem;
    }
    .schedule-consultation {
        text-align: center;
    }
    .schedule-consultation p {
        margin-bottom: 1.5rem;
    }
    footer.footer h3 {
        margin: 1.5rem 0 0.5rem 0;
    }
    .lenders-infographic .infographic-wrapper {
        padding: 0;
        margin-top: 1.5rem;
    }
    .lenders-infographic .infographic-wrapper:before {
        width: 2px;
        height: 100%;
        left: 2.5rem;
        right: auto;
        border: none;
        border-left: 2px dashed #ccc;
    }
    .lenders-infographic .infographic-wrapper .infographic-logo {
        display: none;
    }
    .lenders-infographic .infographic-wrapper .infographic-item {
        position: relative;
        width: 100%;
        display: flex;
        align-items: center;
    }
    .lenders-infographic .infographic-wrapper .infographic-item + .infographic-item {
        margin-top: 1.5rem;
    }
    .lenders-infographic .infographic-wrapper .infographic-item span {
        margin: 0;
        width: 50px;
        flex-shrink: 0;
    }
    .lenders-explore .box {
        padding: 2.5rem;
    }
    .lenders-explore .box p {
        margin-bottom: 0;
    }
    .lenders-security {
        text-align: center;
    }
    .lenders-security .img-fluid {
        margin-top: 2.5rem;
    }
    .reviews .review .review-person {
        justify-content: center;
        flex-direction: column;
    }
    .reviews .review .review-person strong {
        margin: 0.5rem 0 0 0;
    }
    .schedule-consultation.only-button.alt-2 {
        padding-top: 0;
    }
    .vendors-infographic .infographic-wrapper {
        margin-top: 1.5rem;
    }
    .vendors-infographic .infographic-wrapper .infographic-item {
        padding: 1.5rem;
        text-align: center;
        font-weight: 600;
    }
    .vendors-infographic .infographic-wrapper .infographic-item img {
        position: relative;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        display: block;
        margin: auto auto 0.5rem auto;
    }
    .vendors-agent .process .process-step {
        padding-left: 4rem;
    }
    .vendors-agent .process .process-step span {
        position: absolute;
        top: 0;
        left: 0;
    }
    .vendors-agent .process:before {
        width: 2px;
        height: calc(100% + 5rem);
        left: calc(1.5rem + 13px);
        right: auto;
    }
    .mobile-app h3 {
        font-size: 2rem;
    }
    .mobile-app.security-mobile-app .infographic-item p {
        width: 100%;
    }
    .aptum-networks .img-fluid {
        max-width: 50% !important;
        margin: 0 0 1rem 0 !important;
        display: block;
    }
    .about-us {
        padding: 5rem 0 0 0;
    }
    .differences .difference-item {
        max-width: 100%;
    }
    .differences .border-right {
        border-right: none !important;
    }
    .AI-solutions img{
        max-width:100%;
        height:auto;
    }
    .AI-solutions .box{
        width:92%;
    }
    .AI-solutions{
        height:auto;
    }
}

ul.b {
  list-style-type: square;
}
