a {
	color: #1E3B59;
	transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
}

a:focus {
	outline: none;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

img,
fieldset {
	vertical-align: top;
	max-width: 100%;
	border: none
}

body {
	font-family: 'proxima_nova_rgregular';
	/* font-family: 'Marthine Diamond'; */
	font-size: 18px;
	line-height: 31px;
}

.container {
	width: 1590px;
}

ol,
ul {
	padding-left: 15px;
}

ul,
li {
	list-style-type: none;
	text-decoration: none;
	padding: 0;
	margin: 0;
}

.details ul,
.details ol {
	margin: 15px 0 25px;
}

.details li {
	padding-left: 15px;
}

input[type="text"],
input[type="email"],
input[type="tel"],
textarea,
input[type="submit"] {
	-webkit-appearance: none;
	box-shadow: none;
	border-radius: 0px;
}

.h1,
.h2,
.h3,
h1,
h2,
h3,
h4,
h5,
h6 {
	margin-top: 0px;
	font-family: 'proxima_nova_rgbold';
}

h1 {
	font-size: 90px;
	line-height: 95px;
	color: #fff;
	/* font-family: 'proxima_novaextrabold'; */
	text-transform: uppercase;
	font-weight: normal;
	margin-bottom: 15px;
	font-family: 'Marthine Diamond';
	font-weight: 700;
}

h2 {
	font-size: 70px;
	line-height: 75px;
	/* font-family: 'proxima_novaextrabold'; */
	text-transform: uppercase;
	font-weight: normal;
	margin-bottom: 20px;
	font-family: 'Marthine Diamond';
	font-weight: 700;
}

h2 strong {
	display: block;
	clear: both;
	font-size: 112px;
	line-height: 115px;
	font-weight: normal;
}

h3 {
	font-size: 50px;
	line-height: 55px;
	font-family: 'proxima_novaextrabold';
	text-transform: uppercase;
	font-weight: normal;
	margin-bottom: 20px
}

h4 {
	font-size: 24px;
	line-height: 40px;
	text-transform: uppercase;
	margin-bottom: 25px;
	/* font-family: 'proxima_nova_rgbold'; */
	font-weight: normal;
}

h5 {
	font-size: 20px;
	line-height: 25px;
	text-transform: uppercase;
	margin-bottom: 15px;
	/* font-family: 'proxima_nova_rgbold'; */
	font-weight: normal;
}

h6 {
	font-size: 18px;
	line-height: 22px;
	text-transform: uppercase;
	margin-bottom: 15px;
	/* font-family: 'proxima_nova_rgbold'; */
	font-weight: normal;
}

.hoz-center {
	position: absolute;
	top: 50%;
	left: 0px;
	right: 0px;
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 1;
}

.inner-disclaimer {
	text-align: center;
	font-size: 16px;
	padding-top: 30px;
}

.blue-mask:before {
	background: rgba(0, 0, 0, .7);
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	content: "";
}

.mb-2 {
	margin-bottom: .5rem;
}

.mb-3 {
	margin-bottom: 1rem;
}

.green-bg {
	background: #1E3B59
}

.text-blue {
	color: #1E3B59;
}

.green-bg * {
	color: #fff
}

p {
	margin-bottom: 22px;
}

p strong {
	font-family: 'proxima_nova_rgbold';
	font-weight: normal
}

p strong a {
	color: #2d3950
}

.pad-0 {
	padding: 0px !important;
}

.button {
	min-width: 274px;
	text-align: center;
	background: #1E3B59;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 7px;
	display: inline-block;
	vertical-align: top;
	padding: 9px 12px;
	margin-top: 30px;
}

.button.black-btn {
	background: #df413e;
}

.button:hover {
	color: #fff !important;
	background: #df413e;
}

.button:focus {
	color: #fff !important;
}

.button.black-btn:hover {
	background: #1E3B59;
}

.white-text * {
	color: #fff
}

.center-text {
	text-align: center
}

.center-div {
	float: none;
	margin: auto
}

.content-section ul {
	margin-bottom: 20px
}


/*header css */
.mobile-nav {
	display: none;
}

header {
	background: #fff;
	border-bottom: solid 4px #1E3B59;
	position: relative;
	z-index: 2
}

.header-phone-icon a {
	position: relative !important;
}

.header-phone-icon a::before {
	content: "";
	position: absolute !important;
	left: 0px !important;
	top: 12px !important;
	background: url(../images/phone-solid.svg) no-repeat !important;
	width: 15px !important;
	height: 15px !important;
}

header.fixed-header {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%
}


.navbar-wrapper .container {
	position: relative;
}

.navbar-inverse .navbar-brand {
	margin-top: 6px;
	/* 	padding: 0; */
	/* 	width: 173px; */
}

.navbar {
	margin-bottom: 0px;
}

.navbar-inverse {
	background: none;
	border: none;
}

.navbar-nav {
	list-style: none
}

.navbar-nav>li {
	position: relative;
}

.navbar-nav>li:before {
	content: "";
	width: 2px;
	height: 12px;
	background: #3f3f3f;
	margin: auto;
	position: absolute;
	right: 0px;
	top: 0px;
	bottom: 0px;
}

.navbar-nav>li:last-child:before {
	display: none;
}

.navbar-nav>li>a {
	height: 112px;
	padding: 47px 32px;
	text-transform: uppercase;
	font-size: 16px;
	color: #fff;
	position: relative;
	transition: none;
	-moz-transition: none;
	-webkit-transition: none;
	-o-transition: none;
	-ms-transition: none;
}

.navbar-inverse .navbar-nav>li>a {
	color: #3f3f3f
}

.navbar-inverse .navbar-nav>li>a:focus,
.navbar-inverse .navbar-nav>.open>a {
	background: #1E3B59;
	color: #fff;
}

.navbar-nav>li:hover>a {
	color: #fff;
}

.navbar-nav>li.drop-menu>a {
	cursor: default;
}

.navbar-nav>li.current_page_item>a,
.navbar-nav>li.current-menu-ancestor>a,
.navbar-nav>li>a:focus {
	/* background: #1E3B59; */
	background: #1E3B59;
	color: #fff;
}

.navbar-nav>li.current_page_item>a:before,
.navbar-nav>li.current-menu-ancestor>a:before {
	opacity: 1
}

.navbar-nav>li>ul {
	padding: 0px;
	position: absolute;
	top: 100%;
	left: -2px;
	list-style: none;
	min-width: 351px;
	padding-top: 4px;
}

.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.active>a:focus,
.navbar-inverse .navbar-nav>.active>a:hover {
	background: #1E3B59 !important
}

.navbar-nav>li>ul {
	display: none;
}

.navbar-nav>li:hover>ul {
	display: block
}

.navbar-nav>li>ul.sub-toggle {
	display: block;
}

.navbar-nav>li>ul li a {
	padding: 7px 39px;
	color: #fff;
	font-size: 16px;
	text-transform: uppercase;
	display: inline-block;
	vertical-align: top;
	width: 100%;
	background: #2d3950;
	background: rgb(30 59 89 / 90%);
}

.navbar-nav>li>ul li:hover a {
	background: #1E3B59;
	color: #fff;
	text-decoration: none;
}

.navbar-nav {
	display: inline-block;
	vertical-align: middle;
}

.navbar-nav>li .open-nav {
	position: absolute;
	right: 15px;
	top: 50%;
	margin: auto;
	transform: translateY(-50%);
	z-index: 2;
	cursor: pointer
}

.navbar-nav>li .open-nav:after {
	content: "\f107";
	font-family: 'FontAwesome';
	color: #1E3B59;
	z-index: 2
}

.navbar-nav>li ul li.current_page_item a {
	background: #1E3B59;
	transition: all ease-in-out 300ms;
}

.navbar-toggle {
	border: none;
}

.navbar-inverse .navbar-toggle:focus,
.navbar-inverse .navbar-toggle:hover {
	background: none;
}

.navbar-nav>li>a:before {
	content: "";
	right: 100%;
	width: 2px;
	/* background: #df413e; */
	height: 100%;
	transition: none;
	-moz-transition: none;
	-webkit-transition: none;
	-o-transition: none;
	-ms-transition: none;
	position: absolute;
	top: 0px;
	opacity: 0;
	transition: all ease-in-out 300ms;
}

.navbar-nav>li:hover>a:before {
	opacity: 1;
	transition: all ease-in-out 300ms;

}

.navbar-nav>li:hover>a {
	background: #df413e !important;
	transition: all ease-in-out 300ms;
}

.navbar-nav>li ul li:first-child {
	margin-top: 10px;
	position: relative;
}

.navbar-nav>li ul li:first-child:before {
	content: "";
	position: absolute;
	bottom: 100%;
	height: 10px;
	background: #2d3950;
	left: 0px;
	width: 100%;
}

.navbar-nav>li.current_page_item .open-nav::after,
.navbar-nav>li.current-menu-ancestor .open-nav::after,
.navbar-nav>li:hover .open-nav::after {
	color: #fff;
}

.social {
	float: right;
	vertical-align: middle;
	font-size: 0px;
	padding-top: 35px;
}

.social a {
	display: inline-block;
	vertical-align: top;
	width: 43px;
	height: 43px;
	margin-left: 6px;
	border: solid 2px #c7c7c7;
	border-radius: 50%;
	text-align: center;
	font-size: 22px;
	color: #c7c7c7;
	line-height: 43px;
}

.social a.icon {
	background: url(../images/z-gray.png) no-repeat center center
}

.social a.icon:hover {
	background: url(../images/z-violet.png) no-repeat center center
}

.social a:hover {
	color: #1E3B59;
	border-color: #1E3B59
}

.number {
	position: absolute;
	top: 100%;
	right: 15px;
	color: #fff;
	background: #1E3B59;
	letter-spacing: 6px;
	padding: 7px 27px 9px;
	border-top: solid 4px #1E3B59;
}

.number strong {
	font-family: 'proxima_nova_rgbold';
	font-weight: normal;
}

.number:hover {
	color: #fff;
	background: #2d3950
}

/* =====================New header navbar start here===================== */
.header-logo-center {
	height: auto;
	width: 270px;
	display: block;
	overflow: hidden;
}

.header-logo-center img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

header .nav-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 10px 0px;
}

header .nav-inner ul {
	display: flex;
	align-items: center;
	gap: 10px;
}



.navbar-wrapper .left-items #mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2>li.mega-menu-item:hover .mega-menu-link::after,
.navbar-wrapper .right-items #mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3>li.mega-menu-item:hover .mega-menu-link::after {
	transform: scaleX(1);
}

.navbar-wrapper .left-items #mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2>li.mega-menu-item>a.mega-menu-link::after,
.navbar-wrapper .right-items #mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3>li.mega-menu-item>a.mega-menu-link::after {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 2px;
	transform: scaleX(0);
	background-color: #df413e;
	transition: transform 0.5s;
}

.navbar-wrapper #mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2>li.mega-menu-item:hover::after {
	width: 100%;
}

header .nav-inner ul .nav-link {
	padding: 10px;
}

.navbar-wrapper #mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3>li.mega-menu-item>a.mega-menu-link,
.navbar-wrapper #mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2>li.mega-menu-item>a.mega-menu-link {
	font-weight: 500 !important;
	text-shadow: 0 0 black !important;
}

/*banner css */

/* #banner {
	position: relative;
	z-index: 1;
	text-align: center
} */
#banner {
	position: relative;
	z-index: 1;
	text-align: center;
	height: calc(100vh - 415px);
}


#banner::before {
	background: rgba(0, 0, 0, .4);
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	content: "";
	z-index: 0;
}


/* #banner img {
	width: 100%
} */
#banner img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

#banner .button {
	margin: 40px 11px 0;
}

#banner h2 {
	color: #fff;
	font-weight: normal;
	font-family: 'proxima_nova_rgregular'
}

/* =================new banner start here================= */

.momo-usa-banner .momo-banner-img {
	width: 100%;
	height: 650px;
	overflow: hidden;
	display: block;
	position: relative;
	z-index: 2;
}

.momo-banner-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.momo-usa-banner {
	position: relative;
	width: 100%;
	height: auto;
	z-index: 0;
}

.momo-usa-banner .momo-banner-img::after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0, 0, 0, .2);
	z-index: 0;
}

/* ==================new banner end here================== */


/* ===================new stye start here==================== */

.case-study-card {
	position: relative;
	margin-bottom: 70px
}

.case-study-card a img {
	border-radius: 10px;
	width: 100%;
	height: 330px;
	object-fit: cover;
}

.case-study-card .caption {
	background-color: #fff;
	-webkit-box-shadow: 0 15px 20px #f1f1f1;
	box-shadow: 0 15px 20px #f1f1f1;
	padding: 25px;
	border-radius: 10px;
	position: absolute;
	max-width: 370px;
	left: 0;
	right: 0;
	bottom: -40px;
	margin: auto;
	-webkit-transition: .5s;
	transition: .5s;
	min-height: 135px;
}

.case-study-card .caption::after {
	position: absolute;
	content: '';
	bottom: -15px;
	right: 0;
	border-right: 280px solid transparent;
	border-top: 15px solid #df413e;
	width: 100%;
	-webkit-transition: .5s;
	transition: .5s;
	display: none;
	transition: .5s
}

.case-study-card .caption .social-link {
	padding: 0;
	margin: 0;
	position: absolute;
	list-style-type: none;
	left: 0;
	right: 0;
	top: -20px;
	text-align: center;
	-webkit-transition: .5s;
	transition: .5s;
	-webkit-transform: scale(0);
	transform: scale(0)
}

.case-study-card .caption .social-link li {
	display: inline-block;
	margin: 0 3px
}

.case-study-card .caption .social-link li a {
	color: #18253e
}

.case-study-card .caption .social-link li a i {
	background-color: #fff;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	border-radius: 50%
}

.case-study-card .caption .social-link li a:hover {
	color: #fd9518
}

.case-study-card .caption h3 {
	font-size: 20px;
	margin-bottom: 10px;
	-webkit-transition: .5s;
	transition: .5s;
	line-height: 1.4
}

.case-study-card .caption h3 a {
	color: #19233c
}

.case-study-card .caption .case-study-btn a {
	color: #19233c
}

.case-study-card .caption .case-study-btn a i {
	position: relative;
	top: 2px
}

.case-study-card:hover .caption {
	background-color: #df413e;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-radius: 0;
	bottom: -30px;
}

.case-study-card:hover .caption::after {
	display: block
}

.case-study-card:hover .caption .social-link {
	-webkit-transform: scale(1);
	transform: scale(1)
}

.case-study-card:hover .caption h3 {
	color: #fff
}

.case-study-card:hover .caption p {
	color: #fff
}

.case-study-card:hover .caption .case-study-btn a {
	color: #fff
}

.case-study-card iconify-icon {
	position: relative;
	top: 5px;
}

.about-loans .cust-row {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 4rem 3rem;
}

/* ====================new style end here==================== */
.down-arrow {
	left: 0px;
	right: 0px;
	bottom: 50px;
	margin: auto;
	position: absolute;
	z-index: 1;
	width: 31px;
	height: 39px;
	background: url(../images/down-arrow.png) no-repeat 0 0;
}

.down-arrow:hover {
	background: url(../images/down-arrow-hover.png) no-repeat 0 0;
}

.content-section {
	vertical-align: top;
	padding: 70px 0;
	position: relative;
}

.del-box {
	position: relative;
	width: 100%;
	vertical-align: top;
	margin: 10px 0;
	text-align: center
}

.del-box img {
	vertical-align: top;
	opacity: .9;
	width: 100%
}

.overlay {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .6);
	padding: 20px;
	transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
}

.del-box h4 {
	position: absolute;
	top: 50%;
	left: 0px;
	right: 0px;
	margin: auto;
	transform: translateY(-50%);
	color: #fff;
	letter-spacing: 9px;
}

.del-box h4 a {
	color: #fff;
}

.del-box:hover .overlay {
	height: 50%
}

.apply-row {
	background: url(../images/background-3.jpg) no-repeat;
	background-size: cover;
	overflow: hidden;
	color: #fff;
	margin: 0px 0px 60px;
	position: relative;
	padding: 100px 0px;
	z-index: 0;
}

.apply-row::after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0, 0, 0, .6);
	z-index: -1;
}

.apply-box.pull-right {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	float: none !important;
}

.apply-box.pull-right h3 {
	text-align: center;
	font-size: 30px;
	line-height: 35px;
}

/* .apply-row:before {
	background: #1E3B59;
	left: 0;
	width: 100%;
	height: 100%;
	content: "";
	position: absolute;
	right: 0px;
} */

/* .apply-box {
	background: #1E3B59;
	text-align: center;
	padding: 110px 0;
	position: relative;
	z-index: 1;
	min-width: 100%;
} */

.apply-box .button {
	margin-top: 0
}

.apply-box .button:hover {
	box-shadow: 0 0 10px #000;
	color: #000
}

/* .apply-box:before {
	background: #1E3B59;
	content: "";
	height: 500px;
	left: -20px;
	position: absolute;
	top: -75px;
	-moz-transform: rotate(-30deg);
	-ms-transform: rotate(-30deg);
	-o-transform: rotate(-30deg);
	-webkit-transform: rotate(-30deg);
	transform: rotate(-30deg);
	width: 130px;
	z-index: -1;
} */

/* .apply-box:after {
	background: #1E3B59;
	content: "";
	height: 500px;
	left: -29px;
	position: absolute;
	top: -75px;
	-moz-transform: rotate(-30deg);
	-ms-transform: rotate(-30deg);
	-o-transform: rotate(-30deg);
	-webkit-transform: rotate(-30deg);
	width: 16px;
	transform: rotate(-30deg);
} */

.loan-section .details {
	padding-top: 5%;
}

.loan-section p {
	font-size: 30px;
	line-height: 48px;
	letter-spacing: 10px;
	text-transform: uppercase
}

.loan-section .details .button {
	letter-spacing: 5px;
	margin-right: 10px
}

/* .testimonial {
	background: #131313;
	background-image: url("../images/testimonials-bg.jpg");
	padding: 150px 0 150px;
} */

/* .testimonial {
    background: #131313;
    background-image: url("../images/testimonials-bg.jpg");
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: 0px -70px;
    padding: 150px 0 150px;
} */

.testimonial {
	background: #131313;
	/* background-image: url("../images/testimonials-bg.jpg"); */
	background-image: url("../images/testimonial-bg.jpg");
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: 0px -70px;
	padding: 150px 0 150px;
	z-index: 1;
	position: relative;
}

.testimonial::after {
	content: "";
	background: rgb(27 26 27 / 85%);
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	top: 0;
	z-index: 0;
}

.testimonial .container {
	position: relative;
	z-index: +99;
}

.carousel-control {
	background: none !important;
	width: auto;
	bottom: auto;
	font-size: 120px;
	line-height: 120px;
	top: 47%;
	-webkit-transform: translateY(-47%);
	-moz-transform: translateY(-47%);
	-o-transform: translateY(-47%);
	-ms-transform: translateY(-47%);
	transform: translateY(-47%);
}

.carousel-indicators {
	display: none;
}

.testimonial .item {
	background: url(../images/comma1.png) no-repeat 10% 0;
	padding: 0 80px;
}

.testimonial .item strong {
	text-transform: uppercase;
	font-weight: normal;
	font-family: 'proxima_nova_rgbold';
	display: block;
	margin-bottom: 20px;
}

.testimonial .center-div {
	padding: 30px 5%;
	display: inline-block;
	background: url(../images/comma2.png) no-repeat right bottom
}

.star {
	font-size: 0px;
}

.star img {
	margin: 0 2px;
}

/* ================flag area sec start here================ */
.flag_wrapper .flag-img {
	width: 150px;
	height: auto;
	margin: 0 auto;
	overflow: hidden;
	display: block;
}

.flag_wrapper .flag-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.flag_wrapper p {
	text-align: center;
	font-size: 25px;
	margin-top: 15px;
}

.cust-row-maureen-shinn {
	background: url(../images/section-bg-img.jpg) no-repeat center center !important;
	background-size: cover !important;
	background-attachment: fixed !important;
	padding: 100px 0px;
	position: relative;
	z-index: 0;
	margin: 60px 0px 0px;
}

.cust-row-maureen-shinn::after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0, 0, 0, .8);
	z-index: -1;
}

.cust-row-maureen-shinn p,
.cust-row-maureen-shinn h4,
.cust-row-maureen-shinn a,
.cust-row-maureen-shinn div,
.cust-row-maureen-shinn b {
	color: #fff;
}

.about-row .about-del {
	padding-top: 0;
}

.about-team-sec {
	margin: 70px 0px;
}

.about-row .about-del p {
	width: 95%
}

.about-row .about-del h4 {
	margin-bottom: 10px;
}

.about-row:nth-child(2n+1) {
	background: #f4f2f1
}

.about-row:nth-child(2n+1) .pic {
	float: right
}

.blog-post {
	margin-bottom: 50px;
}

.blog-post address {
	width: 100%;
}

.blog-left h2 {
	font-size: 60px;
	line-height: 65px;
	font-weight: normal;
	font-family: 'proxima_nova_rgregular';
}

.blog-left h2 a {
	color: #333
}

.blog-left h2 a:hover {
	color: #1E3B59
}

.blog-left p {
	font-size: 16px;
}

.blog-left img {
	margin-bottom: 20px;
}

.hupso-share-buttons {
	padding: 0 !important
}

.sub-head {
	font-weight: normal;
	font-size: 20px;
	line-height: 25px;
	display: block;
	clear: both;
	font-family: 'proxima_nova_rgregular';
}

.right-contact-info p {
	text-align: center;
}

.post-row {
	display: block;
	margin: 15px 0 20px
}

.post-row * {
	font-size: 16px;
	line-height: 20px;
}

.post-row .comment {
	float: right;
}

.post-row .comment a {
	color: #000
}

.post-row .comment a:hover {
	color: #1E3B59
}

.post-row .comment i {
	margin-right: 10px;
}

.share {
	display: block;
	margin-bottom: 30px;
}

.right-box {
	background: #e6e3e1;
	border: solid 1px #aeb0b5;
	border-top: none;
}

.right-box h2 {
	width: 100%;
	background: #2d3950;
	color: #fff;
	padding-bottom: 0px;
	padding: 15px 10px 12px;
	font-size: 20px;
	line-height: 25px;
	text-transform: uppercase;
	font-family: 'proxima_nova_rgbold';
	font-weight: normal;
	margin-bottom: 0px;
}

.wp-paginate a {
	color: #fff !important;
	background: #2d3950 !important;
	border: none !important;
}

.wp-paginate a:hover {
	background: #1E3B59 !important;
}

.wp-paginate .current {
	background: #1E3B59 !important;
}

.heading {
	width: 100%;
	background: #2d3950;
	color: #fff;
}

.heading * {
	margin-bottom: 0px;
	padding-bottom: 0px;
	padding: 15px 10px 12px
}

.right-box ul {
	padding: 25px 38px;
	list-style: none;
}

.right-box ul li {
	border-bottom: solid 1px #aeb0b5;
	font-size: 16px;
	vertical-align: top;
	line-height: 25px;
	display: inline-block;
	width: 100%;
	text-transform: capitalize
}

.right-box ul li:last-child {
	border: none
}

.right-box ul li a {
	color: #000;
	padding: 15px 5px 14px;
	display: inline-block;
	width: 100%;
}

.right-box ul li a:hover {
	color: #1E3B59
}

.right-section .social {
	margin-top: 42px;
	float: none;
}

.right-section .social strong {
	display: block;
	color: #333366;
	font-family: 'proxima_nova_rgbold';
	font-size: 20px;
	line-height: 23px;
	text-transform: uppercase;
	font-weight: normal;
	margin-bottom: 10px;
}

.right-del {
	float: right;
	width: 81%;
}

.content-section {
	width: 100%;
}

.home-team-sec {
	margin-bottom: 70px;
}

.page-wrapper {
	position: relative;
	z-index: 0;
}

.page-wrapper::after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: url(../images/ball_pattern.webp);
	background-repeat: no-repeat;
	background-position: 0 0;
	background-attachment: fixed;
	background-size: cover;
	width: 100%;
	height: 100%;
	z-index: -1;
	opacity: 0.1;
}

address {
	float: left;
	width: 40%;
	margin-bottom: 70px
}

address+address {
	float: right
}

address strong {
	display: block;
	font-family: 'proxima_nova_rgbold';
	font-weight: normal;
	text-transform: uppercase;
}

address small {
	display: block;
	line-height: 30px;
	font-size: inherit
}

address a {
	color: #000
}

address a:hover {
	color: #1E3B59
}

.contact-section {
	position: relative;
	z-index: 1;
	float: left;
	width: 100%;
	display: flex;
	justify-content: center;
}

.disclmr {
	display: none;
}

.map_area_sec {
	margin-bottom: 60px;
}

.map_area_sec .map_info {
	width: 100%;
	height: 400px;
	display: block;
	overflow: hidden;
}

.map_area_sec .map_info iframe {
	object-fit: cover;
}

.contact-box {
	position: relative;
	/* box-shadow: 0px 0px 5px; */
	padding: 0;
	display: flex;
	/* gap: 60px; */
}

.right-contact-info {
	/* width: 65%; */
	background: #1e3b59;
	border-radius: 20px;
	padding: 40px 40px 70px 40px;
}

.right-contact-info .wpcf7-response-output {
	color: #dc3232 !important;
	border-color: #fff !important;
	text-align: center;
}

/* .left-contact-info {
	width: 35%;
} */

.left-contact-info .team-title h3 {
	color: #1e3b59;
}

.left-contact-info .contact-card {
	background: #1e3b59;
	color: #fff;
	padding: 40px 35px;
	border-radius: 10px;
	margin-bottom: 25px;
	display: flex;
	align-items: flex-start;
	gap: 20px;
	min-height: 215px;
	transition: all ease-in-out 300ms;
}

.left-contact-info .contact-card:last-child {
	margin-bottom: 0;
}

.left-contact-info .content-wrapper a:hover {
	text-decoration: underline;
}

/* .left-contact-info .contact-card:hover .card-img {
	background: #db504b;
	border: 1px solid #db504b;
	filter: invert(0);
} */


.left-contact-info .contact-card h4 {
	margin-bottom: 10px;
	font-size: 20px;
	line-height: 30px;
}

.left-contact-info .contact-card .card-img {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	transition: 0.5s ease;
	/* position: absolute;
	left: 30px; */
	border: 1px solid #fff;
	padding: 15px;
	filter: brightness(0) invert(1);
	transition: all ease-in-out 300ms;
}

.left-contact-info .contact-card .card-img img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.contact-box input,
.contact-box textarea {
	border-radius: 5px !important;
	border: 1px solid #fff !important;
	background: transparent !important;
	color: #fff !important;
}

.contact-box input:focus-visible,
.contact-box textarea:focus-visible {
	outline: none !important;
	border: 1px solid #fff !important;
}

.contact-box input::placeholder,
.contact-box textarea::placeholder {
	color: #fff !important;
}

/* .left-contact-info input {
	border-radius: 5px !important;
	border: 1px solid #fff !important;
	background: transparent !important;
	color: #fff !important;
  }
  .left-contact-info input:focus-visible{
	outline: none !important;
	border: none !important;
  } */
.right-contact-info p {
	color: #fff;
}

.left-contact-info strong {
	font-size: 22px;
}

.left-contact-info a {
	color: #fff;
}

.contact-box p {
	margin-bottom: 0px;
}

.contact-box.map {
	position: absolute;
	right: 0px;
	height: 100%;
}

.contact-box form {
	margin-top: 25px;
}

.contact-box input[type="text"],
.contact-box input[type="email"],
.contact-box input[type="tel"],
.contact-box textarea {
	border: solid 1px #b9b9b9;
	color: #000000;
	font-size: 16px;
	height: 52px;
	padding: 0 15px;
	font-family: 'proxima_nova_rgregular';
	margin-bottom: 30px;
	border-radius: 0px;
	width: 100%;
}

.contact-box textarea {
	resize: none;
	overflow: auto;
	padding: 10px 32px;
	height: 150px;
	margin: 0;
}

.form-control:focus {
	border-color: rgb(102, 175, 233);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(79, 186, 102, 0.6);
	outline: 0 none;
}

.contact-box input[type="submit"] {
	width: max-content;
	border: none;
	cursor: pointer;
	font-family: 'proxima_nova_rgbold';
	padding-top: 12px;
	padding-bottom: 12px;
	margin: 50px auto 0px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	transition: all ease-in-out 300ms !important;
}

.contact-box input[type="submit"]:hover {
	background-color: #df413e !important;
	color: #fff !important;
	border: 1px solid #df413e !important;
}

.contact-box iframe {
	position: absolute;
	right: 15px;
	bottom: 0px;
	top: 0px;
	width: 93%;
	height: 100%;
	border: none;
}

div.wpcf7 .ajax-loader {
	position: absolute;
	top: 100%;
	left: 10px
}

div.wpcf7-response-output {
	margin-bottom: 0em !important
}

.wpcf7-not-valid-tip {
	margin-bottom: 20px;
}

.contact-col {
	float: left;
	width: 49%;
}

.contact-col+.contact-col {
	float: right;
}

.details {
	float: right;
	vertical-align: middle;
	width: 50%;
	padding: 100px 0 100px 0px;
}

.details-row {
	position: relative
}

.details-row p:last-child {
	margin-bottom: 0px;
}

.details-row .pic {
	float: left;
	position: absolute;
	left: 0px;
	top: 0px;
	bottom: 0px;
	width: 45%;
	background-position: center 0 !important
}

.testimonial {
	padding: 8% 0;
	margin-bottom: 60px;
}

.testimonial-section {
	text-align: center;
	position: relative
}

.testimonial-row {
	padding: 50px 160px;
	float: none;
	float: left;
	vertical-align: top;
	text-align: left;
	position: relative;
	width: 100%;
}

.testimonial-row p {
	margin-bottom: 7px;
}

.testimonial-row:nth-child(2n) {
	background: #f4f2f1;
	overflow: hidden
}

.testimonial-row:nth-child(2n):after {
	background: rgb(255, 255, 255);
	content: "";
	height: 1000px;
	position: absolute;
	right: -66px;
	top: -19px;
	-webkit-transform: rotate(10deg);
	-o-transform: rotate(10deg);
	-ms-transform: rotate(10deg);
	transform: rotate(10deg);
	width: 150px;
}

.testimonial-row:nth-child(2n):before {
	background: rgb(255, 255, 255);
	content: "";
	height: 1000px;
	position: absolute;
	left: -66px;
	top: -66px;
	-webkit-transform: rotate(-10deg);
	-moz-transform: rotate(-10deg);
	-ms-transform: rotate(-10deg);
	-o-transform: rotate(-10deg);
	transform: rotate(-10deg);
	width: 150px;
}

.testimonial-row:nth-child(4n) {
	background: #f4f2f1;
	overflow: hidden
}

.testimonial-row:nth-child(4n):after {
	background: rgb(255, 255, 255);
	content: "";
	height: 1000px;
	position: absolute;
	right: -181px;
	top: -21px;
	-webkit-transform: rotate(-10deg);
	-o-transform: rotate(-10deg);
	-ms-transform: rotate(-10deg);
	transform: rotate(-10deg);
	width: 150px;
}

.testimonial-row:nth-child(4n):before {
	background: rgb(255, 255, 255);
	content: "";
	height: 1000px;
	position: absolute;
	left: -181px;
	top: -21px;
	-webkit-transform: rotate(10deg);
	-moz-transform: rotate(10deg);
	-ms-transform: rotate(10deg);
	-o-transform: rotate(10deg);
	transform: rotate(10deg);
	width: 150px;
}

.loader {
	display: block;
	text-align: center;
	margin: 70px 0;
	opacity: 1;
	clear: both;
}


/* footer css */

#email-subscribers-2 {
	margin-top: 10px;
}

footer {
	background: #1E3B59;
	/* background: #243761; */
	color: #fff;
	padding: 70px 0 15px;
}

footer h4 {
	margin-bottom: 10px;
}

footer form {
	float: left;
	width: 100%;
}

footer input[type="email"],
footer input[type="text"] {
	float: left;
	width: 339px;
	height: 55px;
	border: none;
	padding: 0 10px;
	color: #000;
	width: 100% !important;
}

footer input[type="submit"] {
	background: #000b !important;
}

footer .social {
	float: left;
	width: 100%;
	padding-top: 0;
}

footer .code {
	float: left;
	width: 100%;
	margin-bottom: 20px;
}

footer .social a {
	margin: 0px 6px 0 0
}

footer .social a:hover {
	color: #fff;
	border-color: #fff;
}

footer .social a.icon:hover {
	background-image: url('../images/z-white.png');
}

footer img {
	margin-right: 3px
}

footer ul {
	padding: 0px;
	list-style: none;
}

footer ul li {
	margin-bottom: 10px;
}

footer ul li a {
	color: #fff;
}

footer ul li a:hover {
	color: #0A7EBD
}

/* .footer-logo {
	display: block;
	width: 270px;
	margin: 0 auto;
} */

.footer-logo {
	display: block;
	width: 100%;
	max-width: 360px;
	margin: 0 auto;
}

.es_lablebox {
	display: none;
}

.es_textbox_button {
	background-color: hsl(201, 90%, 39%);
	border: medium none;
	border-radius: 0;
	color: hsl(0, 0%, 100%);
	height: 55px;
	margin-top: 0;
	text-transform: uppercase;
	width: 210px;
}

.es_button {
	display: inline-block;
	padding-top: 0 !important;
	vertical-align: top;
	width: 130px;
}

.es_textbox {
	display: inline-block;
	padding-bottom: 10px;
	width: 339px;
}

footer .footer-row {
	clear: both;
	text-align: center;
	border-top: solid 1px #767e8d;
	border-bottom: solid 1px #767e8d;
	margin: 32px 0 16px;
	float: left;
	width: 100%
}

footer .footer-row ul {
	list-style: none;
	padding: 0px;
	margin: 0
}

footer .footer-row ul li {
	display: inline-block;
	vertical-align: top;
	padding: 8px 47px 8px;
	margin-bottom: 0px;
	position: relative
}

footer .footer-row ul li:before {
	content: "";
	width: 2px;
	height: 12px;
	background: #fff;
	margin: auto;
	position: absolute;
	right: 0px;
	top: 0px;
	bottom: 0px;
}

footer .footer-row ul li a {
	color: #4fba66
}

footer .footer-row ul li a:hover {
	color: #fff
}

footer .footer-row ul li:last-child:before {
	display: none;
}

footer .arbor-partner img {
	padding: 0 7px;
	background-color: #fff;
}

.footer-info>* {
	font-size: 12px;
	line-height: normal;
	margin: 4px;
}

.footer-info {
	text-align: center;
}

.footer-info ul {
	display: flex;
	justify-content: center;
	padding-top: 4px;
}

.footer-info ul li {
	margin-bottom: 0;
}

.footer .footer-links li {
	padding: 0 6px 3px;
	position: relative;
}

footer ul li.is-on-same-line a::before {
	content: "";
	position: absolute;
	top: 1px;
	display: block;
	left: 0;
	height: 12px;
	background-color: #7d7b8e;
	width: 1px;
}

footer ul li.is-on-same-line {
	margin-left: 8px;
}

footer ul li.is-on-same-line a {
	position: relative;
	padding-left: 8px;
}

.bottom-footer-images {
	display: flex;
	align-items: center;
	gap: 10px;
	height: 50px;
}

.equal-lending-partner img {
	max-width: 50px;
}

.arbor-partner {
	height: 50px;
	display: inline-flex;
	align-items: center;
}

.copyright {
	clear: both;
	text-align: center;
	font-size: 14px;
	color: rgba(255, 255, 255, .4);
	border-top: 1px solid #ffffff36;
	display: block;
	float: left;
	width: 100%;
	padding-top: 7px;
	margin-top: 25px;
	font-style: italic;
}

.copyright a {
	color: rgba(255, 255, 255, .4);
	font-weight: 500;
	font-style: italic;
}


.wpcf7-form-control-wrap {
	display: inline-block;
	vertical-align: top;
	width: 100%;
}

#comments {
	float: left;
	width: 100%;
	margin-top: 40px;
}

.blog-left #comments h2 {
	font-size: 19px;
	line-height: 40px;
}

.comment-list {
	float: left;
	width: 100%;
	padding-left: 0px;
	list-style: none;
}

.comment-list img {
	margin-bottom: 0px;
	margin-top: 10px;
}

.comment-list footer {
	background: none;
	padding: 20px;
}

b.fn {
	font-weight: normal;
	font-size: 14px;
	color: #000
}

.says {
	font-size: 12px;
	color: #ff0000;
}

.comment-metadata {
	font-size: 13px;
	margin-left: 50px;
	margin-top: -28px;
}

.comment-content {
	padding: 0 20px;
	margin-top: -20px;
	margin-left: 50px;
}

#commentform {
	float: left;
	width: 100%;
}

#commentform p {
	width: 100%;
	float: left;
}

#commentform label {
	width: 100%;
	float: left;
}

#commentform textarea,
#commentform input[type="text"],
#commentform input[type="email"],
#commentform input[type="tel"],
#commentform input[type="url"] {
	float: left;
	width: 80%;
	border: solid 1px #ccc;
	padding: 0 10px;
	height: 50px;
}

#commentform textarea {
	height: 160px;
	resize: none;
	overflow: auto;
	padding: 10px;
}

#commentform input[type="submit"] {
	float: left;
	width: 80%;
	text-align: center;
	background: #1E3B59;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 7px;
	display: inline-block;
	vertical-align: top;
	padding: 9px 12px;
	margin-top: 30px;
	border: none;
	cursor: pointer
}

#commentform input[type="submit"]:hover {
	background: #000
}

#comments .reply {
	padding-left: 12px;
	margin-bottom: 15px;
}

.children {
	list-style: none;
	padding-left: 40px;
}

#comments article {
	border: solid 1px rgba(0, 0, 0, .5);
	margin-bottom: 25px;
}

.comment-awaiting-moderation {
	color: #ff0000;
	margin-left: 50px;
}


/* =====================apply section start here===================== */

.apply-sec {
	background: #1e3b59;
	padding: 90px 0px 90px;
	margin: 95px 0px;
	text-align: center;
}

.apply-sec .apply-content h2 {
	color: #fff;
}


.apply-sec .connect_img {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	overflow: hidden;
}

.apply-sec .connect_img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	filter: invert(1);
}

.apply-sec .quote_content {
	max-width: 100%;
	margin: 0 auto;
}

.apply-sec .updatedCTAdescription {
	font-size: 18px;
	font-weight: 300;
	max-width: 1000px;
	padding: 0 10px;
}


.jump-arrow {
	cursor: auto;
	bottom: 12%;
	position: absolute;
	left: 50%;
	transform: rotate(180deg) translatex(50%);
}

.schedule_and_virtual_tour_cta .jump-arrow {
	transform: rotate(180deg);
	cursor: pointer;
	position: absolute;
	bottom: 42px;
}

.jump-arrow span {
	display: block;
	width: 15px;
	height: 15px;
	border-bottom: 2px solid rgb(223 65 62);
	border-right: 2px solid rgb(222 65 62);
	transform: rotate(45deg);
	margin: -10px 0;
	animation: animateUpside 3s infinite;
}

.jump-arrow span:nth-child(2) {
	animation-delay: -0.2s;
}

.jump-arrow span:nth-child(3) {
	animation-delay: -0.4s;
}


.schedule_and_virtual_tour_cta .quote_content h2 {
	max-width: 900px;
	margin: auto;
	line-height: normal;
}



@keyframes animateUpside {
	0% {
		opacity: 0;
		transform: rotate(45deg) translate(-20px, -20px);
	}

	50% {
		opacity: 1;
	}

	100% {
		opacity: 0;
		transform: rotate(45deg) translate(20px, 20px);
	}
}

@keyframes rotateIcon {
	0% {
		transform: rotateX(0deg) rotateY(0deg) rotateZ(0deg);
	}

	100% {
		transform: rotateX(360deg) rotateY(360deg) rotateZ(360deg);
	}
}

.apply-sec .apply-btn:hover {
	background: #fff;
	color: #dc4546 !important;
}

/* =====================apply section end here===================== */
/* ===================cummunity page start here=================== */
.communiy-page {
	padding: 55px 0 43px;
}

.communiy-page .sec-title {
	max-width: 70%;
	margin: 0 auto 35px;
}

.communiy-page .items {
	transition: all ease-out 500ms;
	position: relative;
	overflow: hidden;
	border-radius: 0px 30px 0px 30px;
	margin-bottom: 30px;
}


.communiy-page .items .content {
	position: absolute;
	left: 15px;
	right: 15px;
	bottom: 15px;
	color: #000;
	opacity: 0;
	transform: translateY(200px);
	box-shadow: 0px 0px 5px;
	background: #ffffffe3;
	text-align: center;
	padding: 15px 15px;
	border-radius: 0px 15px 0px 15px;
	transition: all ease-in-out 500ms;
}

.communiy-page .items:hover .content {
	transform: translateY(0px);
	opacity: 1;
}

.communiy-page .community-img {
	width: 100%;
	height: 340px;
	display: block;
	overflow: hidden;
}

.communiy-page .community-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}


.communiy-page .items .content p {
	margin-bottom: 0;
	font-size: 16px;
	line-height: 24px;
}

.community-cta-sec {
	background: #d34a49;
	color: #fff;
	padding: 80px 0px;
	margin-bottom: 50px;
}

.community-cta-sec .cta a {
	min-width: 274px;
	text-align: center;
	background: #1E3B59;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 7px;
	display: inline-block;
	vertical-align: top;
	padding: 10px 12px;
	transition: all ease-in-out 300ms;
}

.community-cta-sec .cta a:hover {
	box-shadow: 0 0 10px #1e1111;
	background: #d34a49;
}

.community-cta-sec .content {
	margin: 0 auto;
	max-width: 70%;
}

.contact-page-wrapper .team-title {
	margin-bottom: 45px;
}

.contact-page-wrapper .row {
	display: flex;
	align-items: center;
}