body {
	background-color: #fff;
	height: 100%;
	scroll-behavior: smooth;
	font-family: 'Mulish', sans-serif;
	color: #333333;
	min-width: 320px;
}

h1,
h2,
h4,
h3 {
	font-family: 'Oswald', sans-serif;
}

a {
	color: #212121;
}

a:hover {
	text-decoration: none;
	color: #212121;
}

ul {
	margin: 0px;
	padding: 0px;
}

.bg-primary {
	background: #1B1B51 !important;
}

.bg-white {
	background: #fff;
}

.bg-gray {
	background: #F9F9F9;
}

.text-white {
	color: #fff;
}

.text-gray {
	color: #f7f7f7;
}

.text-black {
	color: #000 !important;
}

.text-primary {
	color: #10B4D1 !important;
}

.form-control {
	border-radius: 6px;
	height: 50px;
	border: 0.5px solid #bfbfbfa6;
	padding: 10px 20px;
}

textarea {
	resize: none;
}

input:focus,
textarea:focus,
select:focus {
	box-shadow: none !important;
	outline: none !important;
	border: 1px solid #21A2C1;
}

.btn {
	border-radius: 30px;
	padding: 8px 25px;
}

.btn:focus,
.btn:active {
	box-shadow: none !important;
	outline: none !important;
}

.btn-warning {
	color: #fff;
	background-color: #FB9038;
	border-color: #FB9038;
}

.btn-warning:hover {
	border: 1px solid #FB9038 !important;
	color: #FB9038 !important;
	background: transparent;
}

.btn-outline-warning {
	border: 1px solid #FB9038 !important;
	color: #FB9038 !important;
}
#btn1,#btn3,#btn5{
	color: white;
	background: #FB9038;
	margin-top: 12px;
	margin-left: 12px;
}
#btn2,#btn4{
	color: white;
	background: #FB9038;
	margin-top: 12px;
	margin-left: 12px;
	margin-bottom: 13px;
}

.btn-outline-warning:hover,
.btn-outline-secondary:hover {
	background: #FB9038 !important;
	border: 1px solid #FB9038 !important;
	color: #fff !important;
}

.wrapper {
	width: 100%;
	position: relative;
}

header .navbar .nav-logo {
	max-width: 180px;
}

.navbar-light .navbar-nav .nav-link {
	color: #fff;
	text-transform: uppercase;
}

header .btn {
	text-transform: capitalize !important;
	padding: 8px 20px !important;
}

.navbar-light .navbar-nav .nav-item {
	padding: 4px 15px;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
	color: #FB9038;
}

.header-item a {
	color: #fff;
	font-size: 14px;
}

main {
	min-height: calc(100vh - 110px);
}

.welcome-section {
	background-image: url(../../assets/images/welcome.png);
	background-position: center;
	background-size: cover;
	color: #fff;
	min-height: 100vh;
	padding: 15px 0 20px;
	display: flex;
	align-items: center;
}

.welcome-section h1 {
	font-size: 34px;
	font-weight: 600;
}

.home-section {
	background-image: url(../../assets/images/home-bg-2.png);
	background-position: center;
	background-size: cover;
	color: #fff;
	padding: 60px 0 0;
}

.home-section .row.align-items-center {
	min-height: calc(100vh - 63px);
}

.borrower-broker-header-heading {
	font-size: 60px !important;
}

.home-section h1 {
	text-transform: uppercase;
	font-size: 48px;
	margin-bottom: 20px;
}


.home-section p {
	font-size: 14px;
}
.img-custom{
	height: 400px;
}

.navbar {
	border-radius: 0;
	border: none;
	padding-top: 6px;
	padding-bottom: 4px;
}

.navbar-light {
	height: 60px;
	background: #1B1852;
}

.body-content {
	min-height: calc(100% - 60px);
	display: flex;
	flex-direction: column;
	margin-top: 50px;
}

.navbar .btn-info {
	color: #fff !important;
}

.lorem-section {
	padding: 40px 0;
}

.lorem-section h2 {
	font-weight: 600;
}

.how-works {
	background-image: url(../../assets/images/work-bg.png);
	/*background-position: center;*/
	background-size: cover;
	padding: 100px 0;
	color: #fff;
	position: relative;
}

.how-works h2 {
	margin-bottom: 30px;
}

.privacy-section {
	padding: 60px 0;
}

.privacy-section h1,
.faq-section h1,
.how-works h1,
.lorem-section h1 {
	color: #1B1852;
	margin-bottom: 20px;
}

.privacy-section h6,
.faq-section h6,
.how-works h6 {
	color: #10B4D1;
	font-weight: 600;
	margin-bottom: 0;
}

.faq-section h6 {
	color: #fff;
}

.pricing-section {
	padding: 80px 0;
	background-image: url(../../assets/images/price-bg.png);
	background-size: cover;
}

.pricing-section h1 {
	color: #1B1852;
	margin-bottom: 30px;
	font-family: 'Oswald', sans-serif;
}

.pricing-section h4 {
	color: #1B1852;
	margin-bottom: 30px;
	font-size: 34px;
	font-family: 'Oswald', sans-serif;
}


/* FAQ */

.faq-section {
	background: #F9F9F9;
	padding: 60px 0 60px;
	/*background-image: url(../../assets/images/faq-bg.png);*/
	background: #10B4D1;
	background-size: cover;
	margin-top: -50px;
	position: relative;
	background-position: 50% 20%;
}

.faq-section:after {
	content: "";
	position: absolute;
	height: 50px;
	width: 99.98%;
	top: -14px;
	transform: rotate( 
		-1deg);
	background: #0fb3d1;
}

.faq-section:before {
	content: "";
	position: absolute;
	height: 56px;
	width: 99.98%;
	bottom: -45px;
	transform: rotate( 
		1.2deg);
	background: #e2e2e2;
}

.accordion .card {
	border: none;
	background: transparent;
}

.accordion>.card>.card-header {
	background: transparent;
	border-radius: 0;
	padding: 20px 0 20px 20px;
}

.accordion>.card>.card-header a {
	color: #fff;
	font-family: 'Oswald', sans-serif;
	font-size: 18px;
}

.accordion .card-header:after {
	font-family: 'FontAwesome';
	content: "\f068";
	position: absolute;
	left: 0;
	font-size: 12px;
	color: #fff;
	margin-top: 3px;
}

.accordion .card-header.collapsed:after {
	/* symbol for "collapsed" panels */
	content: "\f067";
	color: #1B1852;
}

.accordion .card-body {
	padding-top: 5px;
	padding-bottom: 10px;
	color: #fff;
	font-size: 14px;
}

.accordion .card-header.collapsed {
	background: transparent;
	border-bottom: 1px solid #fff;
}

.accordion .card-header.collapsed a {
	color: #1B1852;
}

.price_table_wraper .card {
	border: none;
	padding: 15px 15px;
	border-radius: 10px;
	background-color: rgb(255, 255, 255);
	position: relative;
	border: 1px solid #fff;
	margin: auto;
	transition: all 0.2s;
	position: relative;
}

.price_table_wraper .card:after {
	height: 6px;
	width: 150px;
	background: #1B1852;
	content: "";
	top: 0;
	left: 0;
	position: absolute;
	border-radius: 10px;
	opacity: 0;
}

.price_table_wraper .card:before {
	height: 250px;
	width: 6px;
	background: #1B1852;
	content: "";
	top: 0;
	left: 0;
	position: absolute;
	border-radius:  10px;
	opacity: 0;

}

.price_table_wraper .card:hover:before,
.price_table_wraper .card:hover:after {
	opacity: 1;
	transition: all 0.2s;

}

.price_table_wraper_inner ul li {
	padding: 10px 0px;
	display: flex;
	font-size: 14px;
	color: rgb(51, 51, 51);
}

.price_table_wraper_inner ul li i {
	color: #0fb3d1;
	margin-right: 6px;
	margin-top: 3px;
}
.price_table_wraper_inner_2 ul {
	margin-top: 11px;
}
.price_table_wraper_inner_2 ul li {
	padding: 10px 0px;
	display: flex;
	font-size: 14px;
	color: rgb(51, 51, 51);
}

.price_table_wraper_inner_2 ul li i {
	color: #1b1852;
	margin-right: 6px;
	margin-top: 3px;
}

.price_table_wraper_inner .price_heading {
	text-align: center;
	margin-top: 25px;
	font-size: 21.272px;
	color: rgb(33, 162, 193);
}

.price_table_wraper h3 {
	font-size: 32px;
	color: #1B1852;
	font-weight: 600;
	line-height: 1.2;
	margin-bottom: 10px;
	margin-top: 15px;
	font-family: 'Oswald', sans-serif;
}

.price_table_wraper h2 {
	margin-bottom: 20px;
}

.price_table_wraper h2 sub {
	font-size: 16px;
}

.price_table_wraper .card_title {
	border-bottom: 1px solid #666;
	padding: 20px 20px;
	text-align: center;
}
.card_title.card-border {
	border-bottom: 1px solid #10B4D1;
}

.price_table_wraper:hover {
	cursor: pointer;
}


.price_table_wraper:hover .btn {
	background: #FB9038;
	color: #fff !important;
}

.price_table_wraper_inner {
	padding: 15px 25px 10px;
}

.price_table_wraper .btn_price {
	border-style: solid;
	border-width: 1px;
	border-color: rgb(231, 231, 231);
	border-radius: 5px;
	background-color: rgba(255, 255, 255, 0);
	max-width: 153px;
	min-height: 48px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	color: rgb(51, 51, 51);
	font-weight: bold;
	color: black;
	margin: 20px auto;
}

.price_table_wraper .btn_price:hover {
	border: 1px solid rgb(33, 162, 193);
	color: rgb(33, 162, 193);
}

.navbar-light .navbar-toggler {
	color: #fff;
}


.navbar-light .navbar-toggler:focus {
	outline: none;	
}


/* Footer */

footer {
	background-image: url(../../assets/images/footer-bg.png);
	background-size: cover;
	color: #fff;
	padding: 80px 0 15px;
}

footer h5 {
	font-size: 16px;
	font-weight: 600;
}

footer p {
	margin-bottom: 0;
	font-size: 14px;
}

footer img {
	max-width: 180px;
}

footer a {
	color: #fff;
}


.quick-links li {
	display: block;
	padding: 7px 0;
}

.quick-links li a {
	font-size: 14px;
	color: #fff;
}

.social-links {
	display: flex;
	list-style: none;
	margin-top: 20px;
}

.social-links li {
	padding: 0 5px;
}

.social-links li a {
	border: 1px solid #fff;
	width: 30px;
	height: 30px;
	display: block;
	text-align: center;
	color: #fff;
	line-height: 30px;
	border-radius: 4px;
}

.social-links li a:hover {
	background: #FFFFFF;
	color: #10B4D1;
}

.twitter-x{
	fill: white!important;
 }
 .twitter-x:hover{
	fill: #21A2C1!important;
 }
 .twitter-x-2{
	fill: #10B4D1!important;
 }
 .twitter-x-2:hover{
	fill: #1B1852!important;
 }

footer a:hover, .quick-links li a:hover {
	color: #10B4D1;
}


#preloader {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 99999;
	overflow: hidden;
	background: #fff;
}

#preloader:before {
	content: '';
	position: fixed;
	top: calc(50% - 30px);
	left: calc(50% - 30px);
	border: 6px solid #50ACE4;
	border-top-color: #fff;
	border-radius: 50%;
	width: 60px;
	height: 60px;
	-webkit-animation: animate-preloader 1s linear infinite;
	animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}

@keyframes animate-preloader {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}


.slideToggle {
	display: flex;
	justify-content: center;
	margin: 50px 0;
}
.slideToggle i {
	margin: 0 15px;
}

.form-switch {
	align-items: center;
	display: flex;
	cursor: pointer;
	-webkit-tap-highlight-color: transparent;
	justify-content: space-between;
	margin-bottom: 20px;
}

.form-switch i {
	position: relative;
	display: inline-block;
	width: 75px;
	height: 35px;
	border-radius: 30px;
	transition: all 0.3s linear;
	background: #FB9038;
}

.form-switch i::after {
	content: "";
	position: absolute;
	left: 0;
	width: 28px;
	height: 28px;
	background-color: #fff;
	border-radius: 50%;
	transform: translate3d(4px, 3px, 0);
	transition: all 0.2s ease-in-out;
}

.form-switch input {
	display: none;
}

.form-switch input:checked + i::after {
	transform: translate3d(42px, 3px, 0);
}

.form-switch span {
	font-weight: 600;
	color: #444;
	font-family: 'Oswald', sans-serif;
}

.form-switch .text-warning {
	color: #FB9038 !important;
}

/* Blog Section */

.blog-section {
	padding: 60px 0 100px;
}

.blog-section .card {
	border-radius: 24px;
	box-shadow: 0 0 10px #00000017;
	border: none;
	margin-bottom: 25px;
}

.blog-section ul {
	display: flex;
	flex-wrap: wrap;
	list-style: none;
}

.blog-section ul li {
	padding: 0 10px;
	font-size: 14px;
}

.blog-section ul li:first-child {
	padding-left: 0;
}

.blog-section ul img {
	position: relative;
	top: -2px;
	margin-right: 3px;
}

.blog-section ul li i {
	font-size: 14px;
	color: #10B4D1;
	margin-right: 4px;
}

.blog-section .card h2 {
	color: #1B1852;
	margin-top: 15px;
	font-size: 36px;
}
.blog-section .content-link {
	color: #1B1852;
	font-weight: bold;
}

.blog-section .card-body {
	padding: 30px;
}

.blog-section .blog-sidebar .form-control {
	background: #F7F6FB;
	border-radius: 30px;
	margin-bottom: 30px;
	font-size: 15px;
}

.blog-section .blog-sidebar h4 {
	color: #1B1852;
	margin-bottom: 15px;
}

.blog-section .blog-sidebar .media {
	border-bottom: 1px solid #e3dede;
	padding: 15px 0;
}

.blog-section .blog-sidebar .media:last-child {
	border-bottom: 0;
}

.blog-section .blog-sidebar .media img {
	clip-path: circle();
	max-width: 100px;
	margin-right: 0px;
}


.blog-section .blog-sidebar .media h5 {
	color: #000;
	font-size: 18px;
	margin-bottom: 10px;
	font-family: 'Oswald', sans-serif;
}

.blog-section .blog-sidebar .media p {
	font-size: 14px;
	color: #918b8b;
	margin-bottom: 0;

}
.blog-section .blog-sidebar .media:hover p {
	color: #10B4D1;
}

.blog-section .blog-sidebar .media:hover h5 {
	color: #1B1852;
}


.blog-section .blog-sidebar .media i {
	color: #666;
	margin-right: 3px;
}


.blog-section .blog-sidebar .media:hover i {
	color: #10B4D1;
}

.blog-section .page-item.active .page-link {
	color: #fff;
	background-color: #1B1852;
	border-color: #1B1852;
}


.blog-section .page-link {
	line-height: 1.3;
	color: #1b1852;
	background-color: #F5F5F5;
	border: #F5F5F5;
	margin: 0 15px;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	text-align: center;

}

.blog-section .page-item:last-child .page-link ,
.blog-section .page-item:first-child .page-link {
	background: transparent;
	font-size: 22px;
}

.home-section .breadcrumb {
	background: transparent;
	justify-content: flex-end;
}

.home-section .breadcrumb a {
	color: #fff;
}

.home-section.blog-banner .row.align-items-center {
	min-height: 100%;
	padding: 100px 0;
}


.blog-banner {
	background-position: 50% 99%;
}

.related-artical img {
	margin-bottom: 15px;
}

.related-artical h5 {
	color: #1B1852;
	font-size: 24px;
	margin-bottom: 20px;
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
}

.next-post a {
	color: #6D6D6D;
	font-weight: 600;
}

.next-post a:hover {
	color: #FB9038;
}


.next-post p {
	line-height: 22px;
}

.breadcrumb-item.active {
	color: #b9c0c5;
}

.home-section.blog-banner {
	background-image: linear-gradient(0deg, #1b1852db, #1b1852db),  url(../../assets/images/laptop.jpeg);
	position: relative;
	overflow: hidden;
}


.border-radius-16 {
	border-radius: 16px;
	min-height: 400px;
}


/* Responsive media query */


.home-section.blog-banner:after {
    content: "";
    position: absolute;
    height: 42px;
    width: 105%;
    bottom: -16px;
    left: 0;
    right: 0;
    transform: rotate( 
-1.3deg);
    background: #fff;
}
.form-control.error{
	border-color: #dc3545;
  }
  
  label.error{
	width: 100%;
    margin-top: 0.25rem;
    font-size: 80%;
	font-weight: bold;
    color: #dc3545!important;
  }
  .red-asterisk::before {
	content: '* ';
	color: #ff0000;
  }
@media (min-width: 992px) {
	.navbar-expand-lg .navbar-nav .nav-link {
		padding-right: 0.5rem;
		padding-left: 0.5rem;
		font-size: 14px;
	}
	.navbar-light .navbar-nav .nav-link:focus,
	.navbar-light .navbar-nav .nav-link:hover {
		color: #FB9038;
	}




}

@media (min-width: 1480px) { 
	.home-section.blog-banner:after {
    content: "";
    position: absolute;
    height: 63px;
    width: 105%;
    bottom: -36px;
    left: 0;
    right: 0;
    transform: rotate( 
-1.3deg);
    background: #fff;
}
.btn{
	cursor: pointer !important;
}
a:hover{
	cursor: pointer !important;
}
}

@media (max-width: 991px) {
	.navbar-collapse {
		margin-left: -16px;
		background: #1B1852;
		padding: 15px;
		z-index: 9999;
		width: 100%;
		margin-right: -16px;
		padding-bottom: 45px;
	}
	.home-section .row.align-items-center {
		height: auto;
		padding: 50px 0 40px;
		min-height: auto;
	}
	.home-section h1 {
		font-size: 40px;
	}
	.faq-section {
		background: #10B4D1;
	}
	footer img {
		max-width: 150px;
	}
	
	.price_table_wraper .card {
		margin-bottom: 30px;
	}
}

@media only screen and (max-width: 767px) {
	footer {
		padding: 15px 0;
	}
	.navbar-light {
		height: 50px;
	}
	footer p {
		padding: 5px 0;
	}
	.header-item {
		width: 100%;
		margin-bottom: 15px;
	}
	.privacy-section {
		padding: 60px 0 0px;
	}
	.pricing-section {
		padding: 120px 0 60px;
	}
	footer h5 {
		margin-top: 30px;
	}
	.quick-links li {
		padding: 3px 0;
	}
	.social-links {
		justify-content: center;
	}
	footer {
		text-align: center;
		padding: 60px 0 20px;
	}

	.faq-section:after {
		height: 54px;

	}

	.blog-section .card-body {
		padding: 20px;
	}

	.blog-section .card h2 {

		font-size: 22px;
	}

	.home-section .breadcrumb {
		justify-content: center;
	}

	.home-section.blog-banner .row.align-items-center {
		padding: 40px 0 50px;
	}


}

@media only screen and (max-width: 575px) {
	main {
		padding: 0;
	}
	.nav-pills .nav-link {
		padding: 3px 10px !important;
		font-size: 13px;
		text-align: center;
	}
	hr {
		margin: 30px 0px;
	}
	.btn-info {
		font-size: 14px;
		padding: 6px 10px;
	}
	footer p {
		margin-bottom: 5px;
		font-size: 13px;
	}
	.privacy-section h1,
	.faq-section h1,
	.how-works h1,
	.lorem-section h1 {
		font-size: 28px;
	}
	.pricing-section h4 {
		font-size: 28px;
	}
	.home-section h1 {
		font-size: 30px;
	}

	.borrower-broker-header-heading {
		font-size: 30px !important;
	}


	.blog-section ul {
		justify-content: center;
	}

	.blog-section ul li {
		padding: 5px 10px;
	}


	.blog-section .page-link {	
		margin: 0 10px;
	}


	.blog-banner {
		text-align: center;
	}


}
