html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
*, *:before, *:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}
*{
  font-family: 'Inter', sans-serif !important;
}
html, body {
  height: 100%;
  margin: 0;
  padding: 0;
  width: 100%;
}
body {
  font-size: 14px;
  color: #444;
  font-weight: 400;
}
.loader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url('../img/page-loader.gif') 50% 50% no-repeat rgb(255,255,255);
}
.scroll-top-wrapper {
  position: fixed;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  text-align: center;
  z-index: 99999999;
  background-color: #e51631;
  color: #eeeeee;
  width: 50px;
  height: 48px;
  line-height: 48px;
  right: 10px;
  bottom: 0px;
  padding-top: 2px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.scroll-top-wrapper:hover {
  background-color: #000;
}
.scroll-top-wrapper.show {
  visibility:visible;
  cursor:pointer;
  opacity: 1.0;
}
.scroll-top-wrapper i.fa {
  line-height: inherit;
}
.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-xs-15 {
  width: 20%;
  float: left;
}
@media (min-width: 768px) {
  .col-sm-15 {
    width: 20%;
    float: left;
  }
}
@media (min-width: 992px) {
  .col-md-15 {
    width: 20%;
    float: left;
  }
}
@media (min-width: 1200px) {
  .col-lg-15 {
    width: 20%;
    float: left;
  }
}
.main {
  margin-top: 90px;
}
.content-wrapper {
  min-height: calc(100vh - 40px);
}
.footer {
  background: #C8E3D8;
  min-height: 40px;
}
/* ============ ENDS INITIAL SETUP ============ */
/* ==============================
header, navbar
============================== */
.topNav {
  margin-bottom: 0px;
  background-color: #fff;
  border-radius: 0px;
  min-height: 0px;
  border: 0px;
}
.topNav .navbar-brand {
  height: auto;
  padding: 26px 15px 26px 0px;
  margin-left: 0px !important;
}
.topNav .navbar-brand img {
  width: 130px;
  height: auto;
}
.topNav .navbar-nav>li>a {
  padding-top: 35px;
  padding-bottom: 35px;
  font-size: 15px;
  font-weight: 500;
  color: #353535;
  letter-spacing: 0.25px;
}
.topNav .navbar-nav.navbar-center {
  position: absolute;
  left: 50%;
  -webkit-transform: translatex(-50%);
  transform: translatex(-50%);
}
.topNav .navbar-nav.navbar-right {
  margin-right: 0px;
}
.topNav .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .topNav .navbar-nav>.active>a:hover {
  color: #22B14D;
  background-color: transparent;
  border-bottom: 2px solid #22B14D;
}
.topNav .navbar-nav>li>a:focus, .topNav .navbar-nav>li>a:hover {
  color: #22B14D;
  background-color: transparent;
  border-bottom: 2px solid #22B14D;
}
.topNav .navbar-nav .link-green {
  color: #22B14D;
  font-size: 16px;
  font-weight: 600;
}
.topNav .navbar-nav .link-green:hover {
  border-bottom: 0px;
}
.topNav .navbar-nav .btn-green {
  border: 0px;
  padding: 15px 15px;
  margin-top: 20px;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  background: #1FBC5E;
  border-radius: 4px;
}
.topNav .navbar-nav .btn-green:hover {
  color: #fff;
  background-color: #178D47;
  border-bottom: 0px;
}
.topNav .navbar-nav .btn-green:active, .topNav .navbar-nav .btn-green:focus {
  color: #fff;
  background-color: #105E2F;
  border-bottom: 0px;
}
/*hero banner, login*/
.hero-container {
}
.banner-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100vh;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.banner-content {
  -ms-flex-item-align: center;
  align-self: center;
/*  z-index: 9999;*/
  padding: 0 42px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 67%;
  flex: 1 1 67%;
}
.login-box {
  background: #008463;
  z-index: 9999;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 33%;
  flex: 1 1 33%;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 97px;
}
.leftdiv-content {
  margin-right: -100px;
  z-index: 1;
  min-width: 350px;
}
.leftdiv-content h1 {
  margin-top: 0px;
  margin-bottom: 35px;
  margin-bottom: 0px;
  font-weight: 400;
  font-size: 33px;
  letter-spacing: 0.25px;
}
.leftdiv-content h1 span {
  color: #1FBC5E;
}
.leftdiv-content p {
  margin: 0px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: 0.25px;
}
.right-div {
  z-index: -1;
}
.login-container {
  width: 100%;
}
.login-container .login-header {
  text-align: center;
  margin-bottom: 40px;
}
.login-container .login-header h2 {
  font-size: 23px;
  color: #fff;
  margin-top: 0px;
  margin-bottom: 5px;
  font-weight: 400;
}
.login-container .login-header p {
  margin-bottom: 0px;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  letter-spacing: 0.15px;
}
.login-form .form-group {
  margin-bottom: 20px;
}
.login-form .form-group label {
  color: #fff;
  margin-bottom: 8px;
  margin-left: 10px;
  font-weight: 400;
  letter-spacing: 0.25px;
}
.login-form .form-group label span {
  color: #DA1414;
  opacity: 0.8;
  margin-left: 3px;
}
.login-form .form-group .form-control {
  height: 48px;
}
.forgot-link {
  text-align: right;
  margin-bottom: 40px;
}
.forgot-link a {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
}
.buttons-container {
  text-align: center;
}
.buttons-container p {
  color: #fff;
  opacity: 0.8;
  font-size: 15px;
  margin-bottom: 25px;
}
.btn-g-login {
  margin-bottom: 32px;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  background-color: #1FBC5E;
  height: 48px;
  border-radius: 4px;
  width: 100%;
}
.btn-g-login:hover {
  margin-bottom: 32px;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  background-color: #1FBC5E;
  height: 48px;
  border-radius: 4px;
  width: 100%;
}
.btn-g-access {
  background-color: transparent;
  border: 2px solid #fff;
  border-radius: 4px;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  height: 48px;
  width: 100%;
}
.btn-g-access:hover {
  background-color: transparent;
  border: 2px solid #fff;
  border-radius: 4px;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  height: 48px;
  width: 100%;
}
/*whyus section*/
.whyus-section {
  padding: 180px 0;
  background-color: #F8FAF4;
}
.section-title {
  position: relative;
  font-size: 33px;
  font-weight: 400;
  letter-spacing: 0.25px;
  color: #008463;
  text-align: center;
  margin-top: 0px;
  margin-bottom: 96px;
}
.section-title:before {
  position: absolute;
  content: " ";
  top: -32px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 88px;
  height: 3px;
  background-color: #008463;
}
.single-box {
  text-align: center;
}
.single-box img {
  margin-bottom: 56px;
}
.single-box p {
  margin: 0px;
  font-size: 16px;
  line-height: 19px;
  font-weight: 400;
  color: #373F41;
  letter-spacing: 0.15px;
}
/*connect us*/
.connectus-container {
  padding: 75px 0;
}
.connect-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.connect-image {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0px;
  flex: 1 1 0;
}
.connect-image img {
  width: 100%;
  height: auto;
}
.connect-content {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0px;
  flex: 1 1 0;
}
.form-container {
  padding: 0 60px;
}
.form-container h3 {
  margin-top: 0px;
  margin-bottom: 24px;
  font-size: 33px;
  font-weight: 400;
  color: #008463;
  letter-spacing: 0.25px;
}
.form-container p {
  margin-bottom: 24px;
  font-size: 16px;
  line-height: 24px;
  color: #373F41;
  letter-spacing: 0.25px;
}
.form-container .form-group label {
  font-size: 15px;
  color: #09101D;
  opacity: 0.8;
  margin-bottom: 8px;
  font-weight: 400;
}
.form-container .form-group {
  margin-bottom: 24px;
}
.form-container .form-group .form-control {
  height: 48px;
}
textarea {
  resize: vertical;
  min-height: 96px;
}
.btn-contact {
  padding: 8px 14px;
  font-size: 18px;
  color: #fff;
  background-color: #1FBC5E;
  border-radius: 4px;
  margin-top: 24px;
}
.btn-contact:hover {
  padding: 8px 14px;
  font-size: 18px;
  color: #fff;
  background-color: #178D47;
  border-radius: 4px;
  margin-top: 24px;
}
.btn-contact:active, .btn-contact:focus {
  padding: 8px 14px;
  font-size: 18px;
  color: #fff;
  background-color: #105E2F;
  border-radius: 4px;
  margin-top: 24px;
  outline: none;
}
.form-container .form-group label span {
  color: #DA1414;
  opacity: 0.8;
  margin-left: 3px;
}
/* ==============================
footer
============================== */
.copyright-section p {
  margin: 0;
  font-size: 12px;
  letter-spacing: 0.4px;
  color: #333;
  font-weight: 400;
  padding: 13px 0;
}
.footer-link {
  margin: 10px 0;
  text-align: right;
}
.footer-link li {
  padding: 0px 0px 0px 8px;
}
.footer-link li a {
  font-size: 12px;
  font-weight: 400;
  color: #333;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  text-decoration: none;
}
/* ==============================
loan tool
============================== */
.pagewrapper {
  background-color: #F8FAF4;
  margin-top: 90px;
}
.outer-container {
  height: calc(100vh - 90px - 40px);
}
.flex-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
}
.content-area {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.page-content {
  padding-right: 174px;
}
.page-content h1 {
  margin-top: 0px;
  margin-bottom: 24px;
  font-size: 33px;
  line-height: 40px;
  font-weight: 400;
  color: #353535;
  letter-spacing: 0.25px;
}
.page-content p {
  margin-bottom: 24px;
  font-size: 16px;
  color: #353535;
  line-height: 24px;
  letter-spacing: 0.25px;
}
.m-bottom {
  margin-bottom: 24px !important;
}
.button-container {
  margin-top: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.btn-green-lg {
  color: #fff;
  padding: 16px 50px;
  font-weight: 600;
  font-size: 18px;
  background: #1FBC5E;
  border-radius: 4px;
  text-decoration: none;
}
.btn-green-lg:hover {
  background: #178D47;
  text-decoration: none;
  color: #fff;
}
.btn-green-lg:active, .btn-green-lg:focus {
  background: #105E2F;
  text-decoration: none;
  color: #fff;
}
/* ==============================
about us
============================== */
.page-content .heading {
  margin-top: 0px;
  margin-bottom: 24px;
  font-size: 33px;
  line-height: 40px;
  font-weight: 400;
  color: #008463;
  letter-spacing: 0.25px;
  position: relative;
}
.page-content .heading:before {
  position: absolute;
  content: " ";
  width: 88px;
  height: 3px;
  top: -24px;
  left: 0;
  background-color: #008463;
}
/* ==============================
privacy policy
============================== */
.policy-section {
  background-color: #F8FAF4;
/*  height: calc(100vh - 90px - 40px);*/
}
.content-div {
  padding: 22px 0 50px 0;
}
.content-div .content-heading {
  margin-top: 22px;
  margin-bottom: 58px;
  font-size: 33px;
  line-height: 40px;
  font-weight: 400;
  color: #008463;
  letter-spacing: 0.25px;
  position: relative;
}
.content-div .content-heading:before {
  position: absolute;
  content: " ";
  width: 88px;
  height: 3px;
  top: -24px;
  left: 0;
  background-color: #008463;
}
.box-content {
  background: #FFFFFF;
  border: 1px solid #DADADA;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 4px;
  padding: 32px;
}
.section {
  margin-bottom: 50px;
}
.section p {
  font-size: 14px;
  line-height: 20px;
  color: #000;
  letter-spacing: 0.25px;
}
.section p a {
  color: #0C6EFC;
  text-decoration: none;
}
.section ol li {
  font-size: 14px;
  line-height: 20px;
  color: #000;
  letter-spacing: 0.25px;
}
.content {
  width:100%;
}
.content h1 {
  font-size:33px;
  display:block;
  margin-bottom: 35px;
  color: #373F41;
  letter-spacing: 0.25px;
}
.text {
  padding: 20px 0;
  margin: 6px 0 35px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.item-1,
.item-2,
.item-3,
.item-4,
.item-5,
.item-6,
.item-7,
.item-8{
  position: absolute;
  margin: 0;
  color: #22B14D;
  font-size: 33px;
  font-weight: 400;
  letter-spacing: 0.25px;
  -webkit-animation-duration: 14s;
  animation-duration: 14s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.item-1{
  -webkit-animation-name: anim-1;
  animation-name: anim-1;
}

.item-2{
  -webkit-animation-name: anim-2;
  animation-name: anim-2;
}

.item-3{
  -webkit-animation-name: anim-3;
  animation-name: anim-3;
}

.item-4{
  -webkit-animation-name: anim-4;
  animation-name: anim-4;
}
.item-5{
  -webkit-animation-name: anim-5;
  animation-name: anim-5;
}
.item-6{
  -webkit-animation-name: anim-6;
  animation-name: anim-6;
}
.item-7{
  -webkit-animation-name: anim-7;
  animation-name: anim-7;
}
.item-8{
  -webkit-animation-name: anim-8;
  animation-name: anim-8;
}

@-webkit-keyframes anim-1 {
  0%, 4% { top: 50%; opacity: 0; }
  4%,8% { top: 0%; opacity: 1; }
  12%, 100% { top: -50%; opacity: 0; }
}

@keyframes anim-1 {
  0%, 4% { top: 50%; opacity: 0; }
  4%,8% { top: 0%; opacity: 1; }
  12%, 100% { top: -50%; opacity: 0; }
}
@-webkit-keyframes anim-2 {
  0%, 12% { top: 50%; opacity: 0; }
  16%, 20% { top: 0%; opacity: 1; }
  24%, 100% { top: -50%; opacity: 0; }
}
@keyframes anim-2 {
  0%, 12% { top: 50%; opacity: 0; }
  16%, 20% { top: 0%; opacity: 1; }
  24%, 100% { top: -50%; opacity: 0; }
}
@-webkit-keyframes anim-3 {
  0%, 24% { top: 50%; opacity: 0; }
  28%, 32% { top: 0%; opacity: 1; }
  36%, 100% { top: -50%; opacity: 0; }
}
@keyframes anim-3 {
  0%, 24% { top: 50%; opacity: 0; }
  28%, 32% { top: 0%; opacity: 1; }
  36%, 100% { top: -50%; opacity: 0; }
}
@-webkit-keyframes anim-4 {
  0%, 36% { top: 50%; opacity: 0; }
  40%, 44% { top: 0%; opacity: 1; }
  48%, 100% { top: -50%; opacity: 0; }
}
@keyframes anim-4 {
  0%, 36% { top: 50%; opacity: 0; }
  40%, 44% { top: 0%; opacity: 1; }
  48%, 100% { top: -50%; opacity: 0; }
}
@-webkit-keyframes anim-5 {
  0%, 48% { top: 50%; opacity: 0; }
  52%, 56% { top: 0%; opacity: 1; }
  60%, 100% { top: -50%; opacity: 0; }
}
@keyframes anim-5 {
  0%, 48% { top: 50%; opacity: 0; }
  52%, 56% { top: 0%; opacity: 1; }
  60%, 100% { top: -50%; opacity: 0; }
}
@-webkit-keyframes anim-6 {
  0%, 60% { top: 50%; opacity: 0; }
  64%, 68% { top: 0%; opacity: 1; }
  72%, 100% { top: -50%; opacity: 0; }
}
@keyframes anim-6 {
  0%, 60% { top: 50%; opacity: 0; }
  64%, 68% { top: 0%; opacity: 1; }
  72%, 100% { top: -50%; opacity: 0; }
}
@-webkit-keyframes anim-7 {
  0%, 72% { top: 50%; opacity: 0; }
  76%, 80% { top: 0%; opacity: 1; }
  84%, 100% { top: -50%; opacity: 0; }
}
@keyframes anim-7 {
  0%, 72% { top: 50%; opacity: 0; }
  76%, 80% { top: 0%; opacity: 1; }
  84%, 100% { top: -50%; opacity: 0; }
}
@-webkit-keyframes anim-8 {
  0%, 84% { top: 50%; opacity: 0; }
  86%, 90% { top: 0%; opacity: 1; }
  94%, 100% { top: -50%; opacity: 0; }
}
@keyframes anim-8 {
  0%, 84% { top: 50%; opacity: 0; }
  86%, 90% { top: 0%; opacity: 1; }
  94%, 100% { top: -50%; opacity: 0; }
}

#menu-toggle {
  display: none;
}
#sidebar-wrapper {
  display: none;
}
.main-menu {
  display: none;
}
.buttonsContainer {
  display: none;
}

