body {
	font-family: "Oxygen", sans-serif;
	height: auto !important;
	font-weight: 400;
	color: #3E3F66;
	letter-spacing: 0.5px;
	font-size: 16px;
	position: relative;
}
a {
	text-decoration: none ;
}
a:focus, .btn:focus {
	outline: none;
	outline-offset: 0px;
}
a:hover, a:focus {
	text-decoration: none;
}
ul {
	margin: 0px;
	padding: 0px;
}
li {
	list-style: none;
}
header.ct-header {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 99;
}
section {
	position: relative;
	z-index: 5;
	overflow: hidden;
}
p {
	font-weight: normal;
}
/*HEADER ANimation*/
.sticky-header header {
	top:0;
	position:fixed;
	background: #112233;
	-webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -ms-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    animation-fill-mode: both;
	-webkit-animation-name: slideInDown;
    -moz-animation-name: slideInDown;
    -ms-animation-name: slideInDown;
    animation-name: slideInDown;
	box-shadow:0 0 8px 0 rgba(0,0,0,.3);
	-moz-box-shadow:0 0 8px 0 rgba(0,0,0,.3);
	-webkit-box-shadow:0 0 8px 0 rgba(0,0,0,.3);
}
@-webkit-keyframes slideInDown {
    from {
        -webkit-transform: translate3d(0, -100%, 0);
        -moz-transform: translate3d(0, -100%, 0);
        -ms-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}
@keyframes slideInDown {
    from {
        -webkit-transform: translate3d(0, -100%, 0);
        -moz-transform: translate3d(0, -100%, 0);
        -ms-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}
@-moz-keyframes slideInDown {
    from {
        -webkit-transform: translate3d(0, -100%, 0);
        -moz-transform: translate3d(0, -100%, 0);
        -ms-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}
.vh-center {
	display: table-cell;
	vertical-align: middle;
}
.vh-bottom {
	display: table-cell;
	vertical-align: bottom;
}
/*HEADER*/
header.ct-header {
	display: flex;
	justify-items: center;
	padding: 0 20px;
	background-color: #fff;
	border-top: 10px solid #001C46;
	box-shadow: 0 7px 8px 0 rgba(0,0,0,.1);
}
header.ct-header.dark-header {
	background: #001C46;
	border-top: 10px solid #538CCA;
}
.logo {

	display: inline-block;
}
.logo a {
	display: inline-block;
}
.logo img {
	width: 180px;
	max-width: none;
}
.sticky-header .logo img {
	width: 140px;
	max-width: none;
	transition: all 300ms linear 0s;
}
/* BANNER SECTION */
.banner-sec {
	padding: 50px 0;
	background-color: #001C46;
	color: #fff;
	overflow: visible !important;
	z-index: 10;
}
.banner-sec h2 {
	font-size: 56px;
	font-weight: 700;
	margin: 40px 0;
}
.banner-sec p {
	font-size: 24px;
	line-height: 35px;
	margin: 20px 0;
	font-family: "Noto Sans", sans-serif;
}
.mob-screens {
	position: relative;
}
.mob-screens img {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	max-height: 100%;
	max-width: 100%;
	max-width: none;
}
.screen-1 {
	z-index: 3;
	top: -60px !important;
	left: 0 !important;
	max-width: 120% !important;
	max-height: 120% !important;
	animation: bounce 10s ease infinite;
}
.screen-2 {
	z-index: 2;
	top: 0px !important;
	right: 0% !important;
	left: auto !important;
	max-width: 120% !important;
	max-height: 120% !important;
	animation: bounce2 10s ease infinite;
}
.inBanner-outer {
	display: flex;
	align-items: stretch;
}
.w-full {
	width: 100%;
}
/* @keyframes bounce {
	70% { transform:translateY(0%); }
	80% { transform:translateY(-30px); }
	90% { transform:translateY(0%); }
	95% { transform:translateY(-15px); }
	97% { transform:translateY(0%); }
	99% { transform:translateY(-15px); }
	100% { transform:translateY(0); }
}
@keyframes bounce2 {
	0%, 20%, 50%, 80%, 100% {transform: translateY(0);}
	40% {transform: translateY(-30px);}
	60% {transform: translateY(-15px);}
} */
.banner-bg-img {
	position: absolute;
	right: 0;
	bottom: 0px;
	width: 25%;
	z-index: -1;
	max-width: none;
}
/* COUNTER SETCION */
.counter-sec {
	padding: 60px 0;
	background: #CFE1EB;
}
.grid-4 {
	display: flex;
}
.grid-4 > .counter-Outer {
	width: 100%;
	text-align: center;
	padding: 0 0;
}
.counter-Outer h2 {
	font-size: 40px;
	margin: 0 0 10px;
	font-weight: bold;
	color: #001C46;
}
.counter-Outer h4 {
	margin: 0px;
	font-size: 20px;
	line-height: 28px;
	color: #001C46;
	font-family: "Noto Sans", sans-serif;
	font-weight: 500;
}
/* Highlier SECTION */
.highligter-sec {
	padding: 40px 0;
}
.triangles-Img {
	position: absolute;
	left: 0;
	bottom: 0;
}
.triangles-Img img {
	width: 50%;
	max-width: none;
}
.higlter-main {
	padding: 24px;
	background-color: #F6F7F7;
	border-radius: 8px;
	border: 2px solid #9AB8D9;
	width: 98%;
}
.higlter-main h2 {
	text-align: center;
	margin: 0 0 20px;
	padding-bottom: 20px;
	position: relative;
	font-size: 26px;
	font-weight: 700;
}
.higlter-main h2:after {
	position: absolute;
	left: 0;
	bottom: 0;
	content: '';
	height: 2px;
	width: 100%;
	background: #B5D560;
}
.cust-media {
position:relative;
	display: flex;
	align-items: center;
	gap: 20px;
	margin: 20px 0;
}
.cust-media .icons img {
	width: 100px;
	max-width: none;
}
.cust-media p {
	margin: 0px;
	font-family: "Noto Sans", sans-serif;
	font-size: 20px;
	font-weight: 500;
	color: #001C46;
}
.info-texter p {
	font-family: "Noto Sans", sans-serif;
	font-weight: 500;
	font-size: 24px;
	margin: 40px 0;
}
.info-texter p.bold-p {
	font-weight: 600;
}
/* FOOTER */
.ct-footer {
	z-index: 11;
	position: relative;
}
.footer-nav {
	/*border-top: 2px solid #D1D1D1;*/
	padding: 40px 150px;
}
.footer-nav {
	display: flex;
	align-items: center;
	justify-items: center;
} 
.footer-nav li {
	width: 100%;
	text-align: center;
}
.footer-nav li a {
	display: block;
	color: #001C46;
	font-size: 24px;
	font-family: "Noto Sans", sans-serif;
	font-weight: 600;
}
.chart-img img {
	width: 100%;
	max-width: none;
}

/* LOANS PAGE */
.loans-sec,
.video-sec{
	padding: 50px 0;
	position: relative;
}
.video-sec iframe{
	width:96%;
	height:333px;
	margin:0 auto;
}
.sec-heading {
	width: 70%;
	margin-bottom: 40px;
}
.sec-heading h2 {
	font-size: 46px;
	font-weight: 700;
	margin: 0 0 20px;
	color: #001C46;
}
.sec-heading p {
	font-size: 22px;
	font-family: "Noto Sans", sans-serif;
	font-weight: 500;
	color: #001C46;
}
.head-flex {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.loan-list-grid {
	display: flex;
	gap: 20px;
}
.loan-card {
	width: 100%;
	padding: 10px;
	border-radius: 10px;
	color: #001C46;
	border: 2px solid #9AB8D9;
	background: #fff;
	z-index: 1;
}
.loan-img {
	height: 280px;
	position: relative;
	max-width: none;
}
.loan-img img {
	/*position:absolute;
	top:0;
	left:0;*/
	width:100%;
	height:100%;
	border-radius: 10px 10px 0 0;
	object-fit:cover;
	z-index:-1;
	max-width: none;
	object-position:center center;
	transition:all 2.9s linear 0s !important;
	-o-transition:all 2.9s linear 0s !important;
	-moz-transition:all 2.9s linear 0s !important;
	-webkit-transition:all 2.9s linear 0s !important
}
.loan-card h3 {
	font-size: 27px;
	color: #001C46;
	font-weight: 600;
	margin: 15px 0;
	padding: 0 0;
}
.loan-card h3 a{
color: #001C46;
}
.location img {
	width: 30px;
	vertical-align: middle;
	max-width: none;
}
.location {
	padding: 0 15px;
	display: flex;
	gap: 10px;
	align-items: center;
}
.location p {
	vertical-align: middle;
	margin: 0px;
	color: #001C46;
}
.ld-details ul li {
	border-bottom: 2px solid #B5D560;
	padding: 10px 15px;
	width: 50%;
	float: left;
}
.ld-details ul li h3 {
	font-weight: 700;
	margin-bottom: 5px;
}
.ld-details ul li p {
	margin: 0px;
	font-size: 16px;
	font-family: "Noto Sans", sans-serif;
}
.why-yield-loan {
	border-bottom: 2px solid #B5D560;
	padding: 20px 15px;
}
.why-yield-loan h3, .return-yield-loan h3 {
	font-weight: 800;
	font-size: 20px;
	margin-bottom: 15px;
}
.list-itemsld li {
	position: relative;
	padding-left: 20px;
	margin-bottom: 5px;
	font-weight: 500;
	font-size: 16px;
	font-family: "Noto Sans", sans-serif;
}
.list-itemsld li:after {
	position: absolute;
	left: 5px;
	top: 11px;
	height: 6px;
	width: 6px;
	content: '';
	border-radius: 50%;
	background: #001C46;
}
.return-yield-loan {
	padding: 20px 15px;
}
.dol-sig {
	display: flex;
	align-items: center;
	gap: 15px;
}
.dol-sig img {
	width: 40px;
	max-width: none;
}
.dol-sig p {
	margin: 0px;
	font-size: 18px;
	font-family: "Noto Sans", sans-serif;
}
.triangles-sec {
	position: absolute;
	right: 0;
	top: -30%;
	width: 50%;
	overflow: hidden;
	z-index: -1;
}
.triangles-sec img {
	width: 100%;
	max-width: none;
}
.loans-sec .container {
	z-index: 10;
	position: relative;
}
.custFrom {

	padding:50px 0;

	background: #3882fa;

	background-size: cover;

	background-repeat: no-repeat;

	background-position: center center;

	color: #001C46;

	border-bottom: 2px solid #001C46;
	position:relative;

}

.innerFrom {

    display: grid;

    gap: 20px;

    grid-template-columns: repeat(2, minmax(0, 2fr));

}

.cta-head {

	text-align: center;

	margin-bottom: 26px;

}

.cta-head h2 {

	font-size: 30px;

	font-weight: bold;

}

.innerFrom {

	margin: 0 auto 10px;

}
.innerFrom div{
   margin-bottom:20px;
}
.investor-form .alert-success{
 width:60%;
 margin:10px auto;
}
.innerFrom .form-control {

	height: 50px;

	border-radius: 6px;

	color: #222;

	font-size: 14px;
	border-color:#001C46;

}

.cust-btn {

	height: 50px;

	background: #001C46;

	border: 2px solid #001C46;

	color: #fff;

	border-radius: 6px;

	padding: 0 30px;

	font-weight: 500;

	letter-spacing: 1px;

	transition: all 300ms linear 0s;

	font-size: 14px;

}

.cust-btn:hover{

	background: #fff;


	  color:#001C46;

}
.cust-btn a{
   color:#FFF;
}
.cust-btn a:hover,.cust-btn:hover a{
  color:#001C46;
}
.logo{
width:auto;
}
.total_avail{
width:100% !important;
}
.loan_cost,.loan_term{
border-bottom:none !important;
}

.formloader{position: fixed;z-index:9999;width: 100%;top: 0;left: 0;height: 100%;background: url(../images/tableloader.gif) no-repeat center center;opacity: 0.4;background-color: #000;display: none;}


.splide__slide img {
  width: 100%;
  height: auto;
}
.owl-dots .owl-dot span{
background:#D6D6D6 !important;
padding:8px;
}
.owl-dots .owl-dot.active span{
background:#869791 !important;
padding:8px;
}

.custom-nav {
position: absolute;
top: 47%;
left: -40px;
right: -20px;
}
.owl-theme .owl-controls .owl-nav [class*=owl-]{
background:none !important;
}
.owl-prev, .owl-next {
position: absolute;
height: 100px;
color: inherit;
background: none;
border: none;
z-index: 100;
}
.owl-prev i, .owl-next i{
font-size: 4.5rem;
color: #cecece;
}
.owl-prev {
left: 0;
}

.owl-next {
right: 0;
}
.owl-carousel{
width:99% !important;
}
header.ct-header.dark-header .cust-btn {
    height: 50px;
    background: #fff;
    border: 2px solid #001C46;
    color: #011431;
}
header.ct-header.dark-header  .cust-btn:hover {
    background: #fff;
    color: #011431;
}
.alert.alert-success{
padding:5px;
}
.main-content{
width:98%;
}
.tooltiptext {
  visibility: hidden;
 width: 100%;
    background-color: #001C46;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 8px 14px;
    position: absolute;
    z-index: 1;
    bottom: 68%;
}
.position-mortgage{
 position: relative;
  display: inline-block;
  border-bottom: 1px dotted black;
}
.position-mortgage:hover .tooltiptext {
  visibility: visible;
}
.visible{
  visibility: visible;
}
.phone-btn{
background: transparent; 
color: black;
float: left;
border: none;
}
.phone-btn a{
color: #001c46;
}
.success-box{
text-align: center; 
display: block;
margin-top:100px;
}
.success-box .title{
padding-bottom:40px;
border-bottom:1px solid #538CCA;
}
.success-box .title span{
color:#538cca;
}
.success-box .confirmation-content h2{
color:#538CCA;
}
.success-box .confirmation-content .mgs-box{
max-width:600px;
margin:0 auto;
width:50%;
}
