<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* @import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&amp;display=swap'); */
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,400;0,500;0,700;0,900;1,300;1,400;1,500;1,700;1,900&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&amp;display=swap');

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body,
p {
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
    color: #54595F;
    font-family: "Open Sans",sans-serif;
}
a {
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    text-decoration: none;
    color: #54595F;
}
a:hover {
  text-decoration: none;
  color: #0693e3;
}
a:focus {
  text-decoration: none;
}

.customer_section h2,
.work_section h2,
.work_section .desc,
.loan_features p,
.loan_section h2,
.loan_section .desc,
.welcome_features h3,
.work_features h3,
.welcome_features p,
.download_app h1,
.form_block .form-check .form-check-label,
.form_block .form-label,
.form_block h2,
.navbar-toggler .text,
.input-field alert {
  font-family: 'Roboto', sans-serif;
}

.welcome_section h2,
.welcome_section p,
.btn,
ul li {
  font-family: "Open Sans",sans-serif;
}

@media (min-width: 1200px) {
.container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1200px;
}
/* .banner_section .container {
  max-width: 1140px;
} */
}

.header .top_header {
  position: relative;
  background-color: #11140a;
}
.header .top_header .ul_list {
  padding: 0px 0px;
  margin: 0px;
  list-style: none;
  text-align: center;
}
.header .top_header .ul_list li {
  font-size: 13px;
  font-weight: 500;
  display: inline-block;
  margin-right: 10px;
  line-height: 1px;
}
.header .top_header .ul_list li a {
  position: relative;
  top: -1px;
  color: #FFF;
}
/* .header .top_header .ul_list li:hover a,
.header .top_header .ul_list li:focus a {
  color: #0693e3;
} */
.header .top_header .ul_list li:last-child {
  margin-right: 0px;
}
.navbar_header .navbar-brand {
  padding: 0px 0px;
  margin-right: 0;
}
.navbar_header .navbar-brand img {
  height: 58px;
}

.navbar_header .navbar-nav .nav-link {
  font-size: 15px;
  font-weight: 500;
  color: #0a0a0a;
  padding: 0px 14px;
  letter-spacing: .5px;
  line-height: 85px;
  text-decoration: none;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.navbar_header .navbar-nav .nav-item .nav-link::after {
  position: relative;
  bottom: 30px;
  content: "";
  display: block;
  width: 0;
  height: 2px;
  background: #0a0a0a;
  transition: width 0.3s;
}
.navbar_header .navbar-nav .nav-item:hover .nav-link::after {
  width: 100%;
}
.navbar_header .navbar-nav .nav-item:hover .nav-link {
  color: #1E73BE;
}
.navbar_header .navbar-nav .nav-item:last-child .nav-link {
  padding-right: 0px;
}
.navbar_header .container {
  padding: 0px 0px;
}
.navbar_header .navbar-expand-lg .navbar-collapse {
  justify-content: flex-end;
}
.navbar_header .navbar {
  position: relative;
  width: 100%;
  background-color: #fff;
  border-bottom: 1px solid #f1f1f1;
  z-index: 100;
  padding: 0px 0px;
}

.banner_section {
  position: relative;
  background-image: url('../img/bg.jpeg');
  background-repeat: no-repeat;
  background-position: start center;
  background-size: cover;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}
.banner_section .form_block {
  position: relative;
  padding: 20px 20px;
  background-color: #0c1e2aA9;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}
.form_block .form-label {
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  margin-bottom: 5px;
  color: #fff;
}
.form_block .form-label span {
  color: red;
}
.form_block .form-control {
  width: 100%;
  max-width: 100%;
  padding: 3px 12px;
  border-width: 1px;
  border-style: solid;
  border-color: #eaeaea;
  font-size: 14px;
  font-weight: 600;
  color: #000000;
  border-radius: 4px;
  background-color: #fafafa;
  box-shadow: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
  /* margin-bottom: 15px; */
}
.form_block .form-control::placeholder {
  color: #c9c1c1;
  font-weight: 400;
}

.form_block .form-check  {
  width: 94%;
  margin-bottom: 20px;
}
.form_block .form-check .form-check-label {
  font-size: 14px;
  font-weight: 600;
  color: #FFFFFFB8;
  cursor: pointer;
}
.form_block .form-check .form-check-input[type=checkbox]{
  background-color: transparent;
  border: 2px solid #FFF;
  cursor: pointer;
}

.btn.btn-primary {
  padding: 15px 20px 15px 20px;
  color: #ffffff;
  background-color: #1E73BE;
  border-style: none;
  border-radius: 5px 5px 5px 5px;
  border: 0;
  cursor: pointer;
  text-align: center;
  letter-spacing: .1em;
  line-height: 1;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0;
  -webkit-box-shadow: 0 5px 5px 0 rgba(66,133,244,.3);
  box-shadow: 0 5px 5px 0 rgba(66,133,244,.3);
}

.btn.btn-primary.home_btn_lead {
  background-color: red;
  padding: 10px 22px;
  font-size: 15px;
  font-family: 'Roboto', sans-serif;
  border-radius: 50px;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-transform: capitalize;
}

.download_app h1 {
  font-size: 23px;
  font-weight: 600;
  color: #000000;
  margin-bottom: 40px;
}
.download_app .app_icon img {
  display: block;
  margin: 0 auto;
}

.welcome_section h2 {
  line-height: 1.1;
    color: rgba(3, 73, 88, 0.82);
    margin-bottom: 0px;
    font-size: 40px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 4px;
    text-align: center;
    font-style: normal;
    font-variant-ligatures: normal;
    font-variant-caps: normal;
    white-space: normal;
}
.welcome_section .desc {
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  color: rgb(153, 153, 153);
  text-align: center;
  font-style: normal;
  font-variant-ligatures: normal;
  font-variant-caps: normal;
  font-weight: 400;
  white-space: normal;
}
.welcome_features {
  display: block;
  text-align: center;
  padding-top: 80px;
  padding-bottom: 100px;
}
.work_features i,
.loan_features i,
.welcome_features i {
  line-height: 1;
  transition: all .3s;
  color: #1E73BE;
  font-size: 50px;
  transition-duration: .3s;
  transition-property: transform;
}
.work_features h3,
.loan_features h3,
.welcome_features h3 {
  color: #1E73BE;
  font-size: 18px;
  font-weight: 600;
  margin-top: 8px;
  text-transform: uppercase;
}
.welcome_features p {
  font-size: 14px;
  font-weight: 500;
}

.loan_section h2 {
  color: #0C77A4;
  font-size: 29px;
  font-weight: 600;
}
.loan_section .desc {
  color: #959595;
  font-size: 19px;
  line-height: 1;
  font-weight: 600;
  margin-top: 5px;
}
.loan_features,
.work_features {
  padding: 50px 0px;
}
.loan_features i {
  color: #54595F;
}
.loan_features h3 {
  font-weight: 700;
  color: #6EC1E4;
  margin-bottom: 15px;
  text-transform: capitalize;
}
.loan_features p {
  color: #7A7A7A;
}
.customer_section h2,
.work_section h2 {
  color: #54595F;
  font-size: 29px;
  font-weight: 600;
  text-transform: uppercase;
}
.work_section .desc {
  color: #7A7A7A;
  font-size: 15px;
  font-weight: 600;
}
.work_features i,
.work_features h3 {
  color: #6EC1E4;
}
.customer_section h2 {
  text-transform: inherit;
}
.work_features h3 {
  text-transform: capitalize;
}
.customer_section .customer_point {
  display: block;
  text-align: center;
  padding: 40px 0px;
}
.customer_section .customer_point ul {
  padding: 0;
  margin: 18px 0px;
  list-style: none;
}
.customer_section .customer_point ul li {
  color: #f0ad4e;
  display: inline-block;
  width: 12px;
}
.customer_section .customer_point p {
  color: #7A7A7A;
}

.footer_section {
  position: relative;
  background-color: #1b1b1b;
  padding: 10px 0;
}
.footer_section .footer_nav ul li a,
.footer_section .copyright {
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  color: #fff;
  margin-bottom: 0;
  text-align: start;
}
.footer_section .footer_nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: right;
}
.footer_section .footer_nav ul li {
  display: inline-block;
  border-right: 1px solid #FFF;
  margin-right: 3px;
  padding-right: 5px;
  line-height: 1px;
}
.footer_section .footer_nav ul li:last-child {
  border-right: none;
  margin-right: 0px;
  padding-right: 0px;
}
.footer_section .footer_nav ul li a {
  text-align: center;
}
.footer_section .footer_nav ul li:hover a {
  color: #0693e3;
}
.form_block h2 {
  font-size: 20px;
  color: #FFF;
  font-weight: 600;
}

.download_app {
  position: relative;
  padding: 30px 0px 100px;
}
.loan_section {
  position: relative;
  padding-top: 20px;
}
.work_section.important {
  position: relative;
  padding: 70px 0 120px;
}
.customer_section {
  position: relative;
  padding-top: 40px;
}
.inner_section {
  position: relative;
  margin-top: 60px;
  margin-bottom: 80px;
}
.inner_section .form_block h2 {
  font-size: 23px;
  margin-bottom: 20px;
}
.inner_section .form_block h2,
.inner_section .form_block .form-label {
  color: #000000;
}
.inner_section .form_block .btn.btn-primary {
  background-color: #4285f4;
}

.select2-search--dropdown { display: none }
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #000;
  font-size: 16px;
  font-weight: 700;
  line-height: 38px;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 12px;
  padding-right: 12px;
}
.select2-container--default .select2-selection--single {
  background-color: #fafafa;
  border: 1px solid #eaeaea;
  border-radius: 0px;
}
.select2-container .select2-selection--single {
  height: 40px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 40px;
  position: absolute;
  top: 0;
  right: 10px;
  width: 20px;
}
.select2-dropdown {
  border-radius: 0px;
  border: none;
}
.select2-results__option {
  font-size: 16px;
  font-weight: 700;
  color: #000;
  padding-left: 12px;
  padding-right: 12px;
  border: 1px solid #eaeaea;
}
.select2-container--default:hover,
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  color: #000;
  background-color: #eaeaea;
}
.select2-container--default .select2-selection--single:focus,
.form_block .form-control:focus {
  border-color: #4285f478
}
.select2-container--default .select2-selection--single .select2-selection__placeholder{
  color: #c9c1c1;
}

.form .input-field {
  margin-bottom: 14px;
}
.form .input-field .form-control {
  margin-bottom: 0px;
}
.input-field.error input {
  border-color: #f00;
}
.input-field.success input {
  border-color: #0b0;
}
.input-field alert {
  font-weight: 700;
  display: none;
}
.input-field.error alert {
  color: #f00;
  display: block
}
.input-field.success alert {
  color: #0b0;
}

@media (max-width: 767px) {
  .form_block .form-control {
    margin-bottom: 10px;
  }
  .banner_section {
    background-size: 480%;
  }
  .form_block .form-check {
    width: 98%;
    margin-bottom: 10px;
  }
  .welcome_features {
    padding-top: 25px;
    padding-bottom:0px;
  }
  .loan_section {
    padding-top: 70px;
  }
  .loan_section h2 {
    margin-bottom: 15px;
  }
  .work_features,
  .loan_features {
    padding: 20px 0 0;
  }
  .work_section {
    position: relative;
    padding-top: 40px;
  }
  .customer_section .customer_point {
    padding: 25px 0px;
  }
  .footer_section {
    padding: 10px 20px;
  }
  .footer_section .footer_nav ul {
    line-height: 18px;
    margin-bottom: 15px;
  }
  .footer_section .copyright {
    line-height: 1.1;
  }
  .navbar_header .navbar-brand img {
    height: 44px;
  }
  .navbar_header .navbar {
    padding: 20px 20px;
  }
  .navbar-toggler {
    padding: 0px;
    border: none;
  }
  .navbar-toggler .text {
    font-size: 16px;
    font-weight: 500;
    padding-left: 0px;
    letter-spacing: .6px;
  }
  .navbar_header .navbar-nav .nav-link {
    line-height: inherit;
    color: #333;
    border-bottom: 1px solid rgba(0,0,0,.035);
    padding: 12px 20px;
  }
  .navbar_header .navbar-nav .nav-item:last-child .nav-link {
    border-bottom: none;
  }
  .navbar_header .navbar-nav .nav-item:hover .nav-link,
  .navbar_header .navbar-nav .nav-item:focus .nav-link {
    background-color: #1E73BE15;
  }
  .navbar-nav {
    margin-top: 15px;
  }
  .navbar_header .navbar-expand-lg .navbar-collapse {
    padding-left: 0px !important;
  }
  .navbar_header .navbar-nav .nav-item .nav-link::after {
    display: none;
  }
  .inner_section {
    padding: 0 25px;
  }
  .header .top_header .ul_list {
    padding: 15px 0px;
  }
  .banner_section .form_block {
    padding: 20px 15px;
  }
}</pre></body></html>