@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600&display=swap');
@font-face {
	font-family: 'muli';
	src: url(assets/fonts/Muli-Bold.ttf);
	font-style: normal;
	font-weight: normal;
}
@font-face {
	font-family: 'muli-extrabold';
	src: url(assets/fonts/Muli-ExtraBold.ttf);
	font-style: normal;
	font-weight: normal;
}
@font-face {
	font-family: 'muli-black';
	src: url(assets/fonts/Muli-Black.ttf);
	font-style: normal;
	font-weight: normal;
}
/*reset css*/
html, body, div, span, applet, object,
iframe, h1, h2, h3, h4, h5, h6, p, blockquote,
pre, a, abbr, acronym, address, big, cite,
code, del, dfn, em, input, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, b,
u, i, center, dl, dt, dd, ol, ul, li, fieldset,
form, label, legend, table, caption, tbody,
tfoot, thead, tr, th, td, article, aside,
canvas, details, embed, figure, figcaption,
footer, header, hgroup, menu, nav, output, ruby,
section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
    font: inherit;
    box-sizing: border-box;
}
:root {
	--white: #fff;
	--black: #000;
	--blue: #001A55;
	--green: #004F00;
	--gray: #8E8E8E;
	--light-gray: #F2F2F2;
}
html {
	font-family: 'Poppins', sans-serif;
	font-style: normal;
	font-size: 18px;
	line-height: 1.6rem;
	color: var(--black);
	overflow-x: hidden;
}
body {
	overflow-x: hidden;
	position: relative;
}
h1 {
	font-weight: 600;
	font-style: normal;
	font-size: 3.5rem;
	line-height: 3.5rem;
}
h2 {
	font-weight: 400;
	font-style: normal;
	font-size: 1.75rem;
	line-height: 1.75rem;
	color: #272727;
	font-family: 'muli';
	font-size: 38px;
	line-height: 42px;
}
h3, h4, h5 {
	font-family: 'muli';
}
p {
	color: var(--gray);
	font-size: 15px;
	font-weight: 400;
}
.btn {
	background: var(--blue);
	border-radius: 5px;
	padding: 17px 32px;
	font-size: 16px;
	color: #fff;
	text-transform: uppercase;
}
.btn:hover {
	color: #fff;
}

@media (min-width: 1921px) {
  	.container {
    	max-width: 1700px;
  	}
  	.category-box {
    	right: -300px !important;
  	}
}
.btn:focus,
textarea:focus,
input:focus,
.form-control,
.btn-close:focus,
.accordion-button:focus {   
  	border-color: rgba(0, 0, 0, 0) !important;
  	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(0, 0, 0, 0) !important;
  	outline: 0 none !important;
}
img {
	image-rendering: -moz-crisp-edges;
	image-rendering:   -o-crisp-edges;
	image-rendering: -webkit-optimize-contrast;
	image-rendering: crisp-edges;
	-ms-interpolation-mode: nearest-neighbor;
}

/* POP UP */
.pop-up-form .form-control {
	border: none;
	border: 1px solid #B1AAAA !important;
	border-radius: 0;
	padding: 12px 15px;
	font-weight: 200;
	font-size: 15px;
	margin-bottom: 20px;
}
.alert-success {opacity: 0; transition: 0.3s; display: none;}
.modal .btn-close {
	background-color: #DFDFDF;
	border-radius: 50%;
	padding: 10px;
	position: absolute;
	right: 10px;
	top: 10px;
	z-index: 1;
}
.modal .modal-dialog {
	border-radius: 10px;
	overflow: hidden;
}

/* PAGE HEADING */
.page-heading {
	padding: 55px 0 70px;
	border-top: 1px solid #BEBEBE;
	text-align: center;
}
.page-heading h1 {
	font-size: 42px;
	color: #272727;
	text-transform: uppercase;
	font-family: 'muli-black';
}
.page-heading p {
	font-weight: 300;
	line-height: 24px;
	margin-top: 10px;
}
.page-heading .sub-head {
	font-size: 20px;
	line-height: 28px;
	margin: 24px 0 12px;
}

/* PRELOADER */
.preloader {
  width: 100%;
    height: 100%;
    position: fixed;
    background: rgba(255,255,255,1);
    z-index: 9999;
}
.preloader .spinner-border {
    position: absolute;
    margin: auto;
    height: 85px;
    width: 85px;
    border-right-color: transparent !important;
    border-left-color: transparent !important;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.preloader-img {
  	width: 90px;
    position: absolute;
    top: -60px;
    left: 1px;
    right: 0;
    bottom: 0;
    margin: auto;
}
.lds-ellipsis {
    display: inline-block;
    position: absolute;
    width: 80px;
    height: 80px;
    left: 50%;
    top: 53%;
    transform: translate(-50%, -50%);
}
.lds-ellipsis div {
  position: absolute;
  top: 33px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: var(--blue);
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.lds-ellipsis div:nth-child(1) {
  left: 8px;
  animation: lds-ellipsis1 0.6s infinite;
}
.lds-ellipsis div:nth-child(2) {
  left: 8px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(3) {
  left: 32px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(4) {
  left: 56px;
  animation: lds-ellipsis3 0.6s infinite;
}
@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(24px, 0);
  }
}



/* ============================================
	NAVIGATION BAR / HEADER 
=========================================== */
header {padding: 15px 0 !important}
header .navbar-brand img {height: 73px;}
header .nav-link {
	color: var(--gray);
	font-size: 16px;
}
.get-started .btn {
	background: var(--green);
	color: #fff;
	padding: 10px 32px !important;
	margin-left: 50px;
}
header .bar {
	color: var(--gray);
	position: relative;
	top: 10px;
	padding: 0 10px;
}

/* MOBILE NAV */
.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 4;
  top: 0;
  right: 0;
  background-color: var(--blue);
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
  text-align:center;
}
.sidenav a {
  padding: 8px 8px 8px 40px;
  text-decoration: none;
  font-size: 25px;
  color: #fff;
  display: block;
  transition: 0.3s;
  text-align: left;
  margin-bottom: 10px;
}
.sidenav a:hover{color: #fff;opacity: 0.7}
.sidenav .closebtn {
    position: absolute;
    top: 15px;
    right: 7%;
    font-size: 70px;
    margin-left: 50px;
}
.sidenav-links {margin-top: 100px}
.sidenav-links a {
    font-size: 18px;
    letter-spacing: 1px;
    text-transform: capitalize;
}
.sidenav-bottom {
  color: #fff;
  opacity: 0.5;
}
.sidenav-bottom a {font-size: 12px;color: #fff;margin-bottom: 0;letter-spacing: 0.5px}
.sidebar-phone-email {line-height: 0}
.sidenav-bottom {position: absolute;bottom: 0;}

@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px}
  .sidenav a {font-size: 18px}
}
.sidenav-logo {
  position: absolute;
  top: 15px;
}
.sidenav-logo img {width: 80px}
#sidenav-content {width: 100%;display: none}
#sidenav-overlay {
	position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.2);
    z-index: 2;
    width: 0;
}

/* ============================================ 
	FOOTER SECTION 
============================================ */
.footer {
	background: #F8F8F8;
	padding: 55px 0;
}
.footer-logo {
	color: #272727;
	font-size: 26px;
	font-weight: 600;
	line-height: 26px;
}
.footer a {
	display: block;
	text-decoration: none;
}
.footer-about p {
	padding: 20px 0 30px;
	color: var(--gray);
	font-weight: 300;
	line-height: 24px;
	font-size: 15px;
}
.footer-about a {
	color: var(--gray);
	font-size: 15px;
	line-height: 24px;
}
.footer-links-head {
	font-size: 15px;
	font-weight: 500;
	color: #272727;
	margin-bottom: 10px;
}
.footer-links a {
	color: var(--gray);
	font-size: 14px;
	font-weight: 300;
}
footer hr {
	margin: 34px 0 40px;
}
.footer-bottom a {
	color: var(--gray);
	font-size: 14px;
	line-height: 24px;
	font-weight: 300;
}
.footer-bar {
	background: var(--blue);
	width: 100%;
	height: 9px;
	position: absolute;
	bottom: 0;
}

/* ============================================
	HOME PAGE CSS 
============================================ */

/* HERO SECTION */
.hero-section {
	padding: 99px 0;
	background: url('assets/images/home/hero/hero-bg.jpg') no-repeat;
	background-size: cover;
	background-position: right;
}
.hero-right img {
	width: 80%;
}
.hero-left h1 {
	color: var(--blue);
	font-weight: 600;
}
.hero-left p {
	color: #474747;
	padding: 30px 0 40px;
	line-height: 24px;
}

/* PARTNERS SECTION */
.partner-section {
	padding: 90px 0;
}
.partner-slider .div {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 30px;
}
.partner-slider img {
	height: 60px;
	width: auto;
	transition: 0.3s;
	filter: grayscale(100%);
	margin: 0 auto;
}
.partner-slider img:hover {
	filter: grayscale(0);
}
.partner-section p {
	color: #919191;
	font-size: 16px;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-bottom: 70px;
}
.all-partners {
	color: #B1AAAA;
	text-decoration: none;
	position: relative;
	margin-top: 70px;
	display: inline-block;
	font-size: 14px;
}
.all-partners:before {
    content: "";
    display: inline-block;
    position: absolute;
    border-top: 1px solid #B1AAAA;
    width: 50px;
    margin: 21px auto;
    left: -75%;
    top: -30%;
}
.all-partners:hover {
	text-decoration: none;
	color: #B1AAAA;
}

/* WHY REMARKABLE SECTION */
.why-section {
	padding: 50px 0;
}
.why-right .btn {
	background: var(--green);
	color: #fff;
	padding: 10px 32px !important;
}
.why-right p {
	padding: 40px 0 60px;
}

/* KEY BENEFITS SECTION */
.key-section {
	padding: 100px 0 70px;
}
.keys {
	margin-top: 80px;
}
.keys .col-md-4:first-child {
	padding-right: 40px;
}
.keys .col-md-4:nth-child(2) {
	padding-right: 25px;
	padding-left: 25px;
}
.keys .col-md-4:last-child {
	padding-left: 40px;
}
.keys h3 {
	font-size: 22px;
	line-height: 60px;
	margin-top: 10px;
	font-family: 'muli-extrabold';
}
.keys p {
	line-height: 22px;
}

/* HOW TO IMPORT SECTION */
.how-section {
	background: url('assets/images/home/how/how-bg.png') no-repeat;
	background-size: 100%;
	background-position: right;
	padding: 200px 0;
}
.how-left {
	padding-top: 60px;
}
.how-right img {
	width: 90%;
}
.how-left p {
	padding: 40px 0 60px;
}
.how-links .btn {
	padding-left: 20px;
	padding-right: 20px;
}
.how-links a:last-child {
	color: #B1AAAA;
	font-size: 16px;
	text-decoration: none;
	margin-left: 50px;
}
.moneyguide-box {
	padding: 60px;
	background-color: #F5F5F5;
	position: absolute;
	width: 60%;
	right: calc(var(--bs-gutter-x)/ 2);
	bottom: -20%;
}
.moneyguide-box img {
	height: 65px;
}
.moneyguide-box p {
	color: #7C828A;
	font-size: 15px;
	line-height: 24px;
	padding: 40px 0 20px;
	font-weight: 300;
}
.moneyguide-box a {
	color: #7C828A;
	text-decoration: none;
	position: relative;
	display: inline-block;
	font-size: 15px;
	text-transform: uppercase;
	line-height: 24px;
	font-weight: 300;
}
.moneyguide-box a:before {
    content: "";
    display: inline-block;
    position: relative;
    border-top: 1px solid #B1AAAA;
    width: 50px;
    margin: 20px auto;
    left: 0px;
    top: 16px;
    margin-right: 20px;
}
.how-moneyguide {margin-top: 70px}

/* REMARKABLE CREDIT SECTION */
.remarkable-section {
	padding: 300px 0 100px;
}
.remarkable-single img {
	height: 50px;
}
.remarkable-single p {
	padding: 50px 0 10px;
}
.remarkable-single a {
	color: #B1AAAA;
	text-decoration: none;
	position: relative;
	display: inline-block;
	font-size: 15px;
	line-height: 24px;
	font-weight: 300;
}
.remarkable-single a:before {
    content: "";
    display: inline-block;
    position: relative;
    border-top: 1px solid #B1AAAA;
    width: 50px;
    margin: 20px auto;
    left: 0px;
    top: 16px;
    margin-right: 20px;
}
.remarkable-posts {
	margin-top: 70px;
}
.remarkable-section .btn {
	margin-top: 70px;
}

/* TESTIMONIALS SECTION */
.testimonials-section {
	padding: 50px 0;
}
.testimonials-heading p {
	color: #1E1C24;
	font-size: 20px;
	font-weight: 300;
	margin-top: 10px;
	display: block;
}
.testimonial-single {
	background: #F6FAFD;
	padding: 40px 30px;
}
.testimonials-section .slick-slide {
	margin: 0 10px;
}
.testimonial-single .stars .checked {
  color: orange;
}
.testimonials-slider {
	margin-top: 70px;
}
.testimonial-single p {
	padding: 15px 0 24px;
	color: #535353;
	font-weight: 300;
	font-size: 15px;
	line-height: 24px;
}
.testimonial-meta {
	font-family: 'muli';
	font-size: 16px;
	color: #1E1C24;
	display: flex;
}
.testimonial-meta span {
	margin-left: 10px;
	position: relative;
	top: 15px;
}
.testimonials-slider .slick-dots {
	position: relative;
	top: 24px;
}
.testimonials-slider .slick-dots li {margin: 0 2px}
.testimonials-slider .slick-dots li button:before {
    opacity: 0.3;
    background-color: #004F00;
    font-size: 30px;
    color: transparent;
    border-radius: 10px;
    width: 15px;
    height: 8px;
}
.testimonials-slider .slick-dots li.slick-active {
	width: 48px;
	margin-right: 5px;
}
.testimonials-slider .slick-dots li.slick-active button:before {
    opacity: 0.6;
    background-color: #004F00;
    font-size: 30px;
    color: transparent;
    border-radius: 10px;
    width: 48px;
    height: 8px;
}

/* ============================================
	RESOURCES PAGE CSS 
============================================ */

/* BLUEPRINT SECTION */
.blueprint .why-right {
	padding-top: 50px;
}
.resource-page-box .moneyguide-box {
	padding: 60px 80px;
}
/* RESOURCES LOGOS SECTION */
.resources-logos-section {
	padding: 240px 0 0;
}
.resource-logo {
	margin-bottom: 70px;
}
.resource-logo img {
	height: 60px;
}
.resource-logo p {
	line-height: 24px;
	font-size: 15px;
	padding: 30px 0 0;
	padding-right: 18%;
}
.resource-logo a {
	color: #B1AAAA;
	text-decoration: none;
	position: relative;
	display: inline-block;
	font-size: 15px;
	line-height: 24px;
	font-weight: 300;
}
.resource-logo a:after {
    content: "";
    display: inline-block;
    position: relative;
    border-top: 1px solid #B1AAAA;
    width: 50px;
    margin: 20px auto;
    left: 0px;
    top: 16px;
    margin-left: 20px;
}
.rpb-2 {margin-top: 40px}
.keys .col-md-4 {
	margin-bottom: 70px;
}


/* ============================================
	OUR MISSION PAGE CSS 
============================================ */

/* HOW IT WORKS SECTION */
.work-heading p {
	font-weight: 300;
	line-height: 24px;
	margin-top: 15px;
}
.work-steps {
	padding: 80px 0;
	position: relative;
}
.work-step {
	padding: 27px;
	border: 1px solid #7FA67F;
	width: 90%;
}
.work-step .step-head {
	font-size: 22px;
	font-weight: 500;
	text-transform: uppercase;
	color: var(--green);
	margin-bottom: 10px;
}
.work-step p {
	font-size: 14px;
	font-weight: 300;
	line-height: 20px;
}
.steps-img {
    position: absolute;
    height: 70%;
    left: 50%;
    transform: translateX(-50%);
    opacity: 1;
    top: 15%;
    pointer-events: none;
}
.mission-page-box {padding-bottom: 280px}
.mission-page-box h2 {text-transform: uppercase}

.success {
	padding-bottom: 50px !important;
}