@charset "UTF-8";

/*

Theme Name: Twenty Nineteen

Theme URI: https://newwebdev.wordpress-developer.us/bluedoor_equity/

Author: the WordPress team

Author URI: https://wordpress.org/

Description: Our 2019 default theme is designed to show off the power of the block editor. It features custom styles for all the default blocks, and is built so that what you see in the editor looks like what you'll see on your website. Twenty Nineteen is designed to be adaptable to a wide range of websites, whether you’re running a photo blog, launching a new business, or supporting a non-profit. Featuring ample whitespace and modern sans-serif headlines paired with classic serif body text, it's built to be beautiful on all screen sizes.

Requires at least: 4.9.6

Requires PHP: 5.2.4

Version: 2.1

License: GNU General Public License v2 or later

License URI: http://www.gnu.org/licenses/gpl-2.0.html

Text Domain: twentynineteen

Tags: one-column, flexible-header, accessibility-ready, custom-colors, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, rtl-language-support, sticky-post, threaded-comments, translation-ready, block-patterns



This theme, like WordPress, is licensed under the GPL.

Use it to make something cool, have fun, and share what you've learned with others.



Twenty Nineteen is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.

Underscores is distributed under the terms of the GNU GPL v2 or later.



Normalizing styles have been helped along thanks to the fine work of

Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/



Bundled block pattern images:

Abstract Background by HD Wallpapers, CC0. https://stocksnap.io/photo/abstract-background-0SRRVNMKBX

Abstract Waves by HD Wallpapers, CC0. https://stocksnap.io/photo/abstract-waves-0KREGLTZQ3

Abstract Bokeh by HD Wallpapers, CC0. https://stocksnap.io/photo/abstract-bokeh-P4KVZBMQ6L

Colorful Bokeh by HD Wallpapers, CC0. https://stocksnap.io/photo/colorful-bokeh-VN4G84GL8H

*/

/*--------------------------------------------------------------

>>> TABLE OF CONTENTS:

----------------------------------------------------------------

# Variables

# Normalize

# Typography

	## Headings

	## Copy

# Elements

	## Lists

	## Tables

# Forms

	## Buttons

	## Fields

# Navigation

	## Links

	## Menus

	## Next & Previous

# Accessibility

# Alignments

# Clearings

# Layout

# Widgets

# Content

	## Archives

	## Posts and pages

	## Comments

# Blocks

# Media

	## Captions

	## Galleries

--------------------------------------------------------------*/

/*

 * Chrome renders extra-wide &nbsp; characters for the Hoefler Text font.

 * This results in a jumping cursor when typing in both the Classic and block

 * editors. The following font-face override fixes the issue by manually inserting

 * a custom font that includes just a Hoefler Text space replacement for that

 * character instead.

 */

:root {

	--textColor: #222;

	--primaryColor: #27AAE2;

  --darkBlue: #008BF8;

	--secondaryColor: #001470;

  --poppins: 'Poppins', sans-serif !important;

  --titilliumWeb: 'Titillium Web', sans-serif !important;

  --playfairDisplay: 'Playfair Display', serif !important;

}

html, body {
	overflow-x: hidden;
}

body {

	font-size: 16px;

	line-height: 1.4;

	color: var(--textColor);

	font-weight: 400;

	font-family: var(--titilliumWeb);

	-webkit-font-smoothing: antialiased;

	-moz-osx-font-smoothing: grayscale;

	margin: 0;

	padding: 0;

}

img {

	max-width: 100%;

	height: auto;

}

.btn-primary.focus,

.btn-primary:focus,

.btn-primary:not(:disabled):not(.disabled).active:focus,

.btn-primary:not(:disabled):not(.disabled):active:focus,

.show>.btn-primary.dropdown-toggle:focus {

	box-shadow: none;

}

a {

	color: var(--primaryColor);

	margin: 0;

	padding: 0;

	text-decoration: none;

	outline: none !important;

	-webkit-transition: all 0.3s ease-in-out;

	-moz-transition: all 0.3s ease-in-out;

	-ms-transition: all 0.3s ease-in-out;

	-o-transition: all 0.3s ease-in-out;

	transition: all 0.3s ease-in-out;

}

a:hover {

	color: var(--textColor);

	text-decoration: none;

}

a:focus {

	outline: none;

}

p {

	margin: 0 0 22px 0;

}

p:last-child {

	margin-bottom: 0;

}

h1,

h2,

h3,

h4,

h5,

h6 {

	margin: 0 0 25px 0;

	padding: 0;

	font-family: var(--poppins);

	color: var(--textColor);

}

h1 {

	font-size: 60px;

	line-height: 1.3;

	font-weight: 600;

}

h2 {

	font-size: 40px;

	line-height: 1.3;

	font-weight: 600;

}

h3 {

	font-size: 36px;

	line-height: 1.3;

	font-weight: 600;

}

h4 {

	font-size: 30px;

	line-height: 1.3;

}

h5 {

	font-size: 24px;

	line-height: 1.3;

}

h6 {

	font-size: 16px;

	line-height: 1.3;

}

h1:last-child,

h2:last-child,

h3:last-child,

h4:last-child,

h5:last-child,

h6:last-child {

	margin-bottom: 0;

}

ol {

	padding-left: 20px;

}

ol li {

	margin-bottom: 5px;

}

ul {

	padding: 0;

	margin: 0;

}

ul li {

	padding: 0;

	padding-left: 20px;

	position: relative;

	list-style: none;

	margin-bottom: 5px;

}

ul li:before {

	content: '';

	width: 7px;

	height: 7px;

	border-radius: 100%;

	background: #8E8E8E;

	position: absolute;

	top: 9px;

	left: 0;

}

input[type="text"],

input[type="email"],

input[type="url"],

input[type="password"],

input[type="search"],

input[type="number"],

input[type="tel"],

input[type="range"],

input[type="date"],

input[type="month"],

input[type="week"],

input[type="time"],

input[type="datetime"],

input[type="datetime-local"],

input[type="color"],

textarea,

.form-control,

select {

	background-color: transparent;

	width: 100%;

	-webkit-appearance: none;

	appearance: none;

	-webkit-border-radius: 0;

	border-radius: 0;

	color: var(--textColor);

	border: 1px solid #D5D5D5;

	height: 58px;

	padding: 5px 22px;

	font-size: 18px;

	font-weight: 400;

	font-family: var(--titilliumWeb);

}

textarea {

	padding: 16px 22px;

	height: 130px;

}

select {

	background: url(images/down-arrow.svg) right 10px center no-repeat;

	background-size: 20px;

	padding-right: 40px;

	outline: none;

	-webkit-appearance: none;

	-moz-appearance: none;

	-ms-appearance: none;

	-o-appearance: none;

	appearance: none;

}

select::-ms-expand {

	display: none;

}

select[multiple] {

	background: transparent;

	min-height: 85px;

}

::-webkit-input-placeholder {

	/* Chrome/Opera/Safari */

	color: #646464;

}

::-moz-placeholder {

	/* Firefox 19+ */

	color: #646464;

}

:-ms-input-placeholder {

	/* IE 10+ */

	color: #646464;

}

:-moz-placeholder {

	/* Firefox 18- */

	color: #646464;

}

button[type="submit"],

button[type="button"],

input[type="button"],

input[type="submit"] {

	min-width: 188px;

	text-align: center;

	background: var(--primaryColor);

	color: #fff;

	border: none;

	-webkit-appearance: none;

	appearance: none;

	cursor: pointer;

	font-size: 18px;

	font-weight: 700;

	font-family: var(--titilliumWeb);

	text-transform: uppercase;

	padding: 18px 20px;

	border-radius: 5px;

	-webkit-border-radius: 5px;

}

button[type="submit"]:hover,

button[type="button"]:hover,

input[type="button"]:hover,

input[type="submit"]:hover {

	background: var(--textColor);

	color: #fff;

}

button:focus,

input:focus,

textarea:focus,

select:focus {

	outline: none;

	box-shadow: inherit;

}



/* images alignment for wordpress content pages */



.alignright {

	float: right;

	margin: 0 0 20px 20px;

}

.alignleft {

	float: left;

	margin: 0 20px 20px 0;

}

.aligncenter {

	display: block;

	margin-left: auto;

	margin-right: auto;

	margin-bottom: 20px;

	float: none;

}



/* custom checkbox */



.form_input_check {

	position: relative;

	margin: 0;

	padding-left: 40px;

}

.form_input_check span {

	margin: 0;

	padding: 0;

}

.form_input_check input[type="checkbox"] {

	visibility: hidden;

	display: none;

}

.form_input_check input[type="checkbox"]+span::before {

	content: '';

	position: absolute;

	left: 0;

	top: 5px;

	width: 22px;

	height: 22px;

	border: 2px solid #feb620;

	background: #fff;

}

.form_input_check input[type="checkbox"]+span::after {

	content: '';

	position: absolute;

	left: 0;

	top: 5px;

	width: 22px;

	height: 22px;

	-webkit-transition: all 0.2s ease;

	transition: all 0.2s ease;

	background: url(images/checked.svg) no-repeat center center;

	background-size: 15px;

}

.form_input_check input[type="checkbox"]:not(:checked)+span::after {

	opacity: 0;

	-webkit-transform: scale(0);

	transform: scale(0);

}

.form_input_check input[type="checkbox"]:checked+span:after {

	opacity: 1;

	-webkit-transform: scale(1);

	transform: scale(1);

}



/* custom radio */



.form_input_radio {

	position: relative;

	margin: 0;

	padding-left: 30px;

}

.form_input_radio span {

	margin: 0;

	padding: 0;

}

.form_input_radio input[type="radio"] {

	visibility: hidden;

	display: none;

}

.form_input_radio input[type="radio"]+span::before {

	content: '';

	position: absolute;

	left: 0;

	top: 1px;

	width: 22px;

	height: 22px;

	border: 2px solid #000000;

	border-radius: 100%;

	background: #fff;

}

.form_input_radio input[type="radio"]+span::after {

	content: '';

	width: 12px;

	height: 12px;

	background: #4b0049;

	position: absolute;

	top: 6px;

	left: 5px;

	border-radius: 100%;

	-webkit-transition: all 0.2s ease;

	transition: all 0.2s ease;

}

.form_input_radio input[type="radio"]:not(:checked)+span::after {

	opacity: 0;

	-webkit-transform: scale(0);

	transform: scale(0);

}

.form_input_radio input[type="radio"]:checked+span:after {

	opacity: 1;

	-webkit-transform: scale(1);

	transform: scale(1);

}



/* custom radio end */



/* navbar*/



.navbar-brand {

	padding: 0;

	margin: 0;

}

.navbar {

	background: none;

	margin: 0;

	padding: 0;

	min-height: inherit;

	height: inherit;

	border: none;

	-webkit-border-radius: 0;

	-moz-border-radius: 0;

	-ms-border-radius: 0;

	-o-border-radius: 0;

	border-radius: 0;

}

.navbar-nav li {

	position: relative;

	list-style: none;

}

.navbar-nav li:before {

	display: none;

}

.navbar-nav>li {

	margin: 0 24px;

	padding: 0 0;

	position: relative;

}

.navbar-nav>li:last-child {

	margin-right: 0;

}

.navbar-nav>li:first-child {

	margin-left: 0;

}

.navbar-nav>li>a {

	color: var(--textColor);

	font-family: 'Titillium Web', sans-serif;

	text-transform: uppercase;

	font-weight: 600;

}

.navbar-nav>li.current-menu-item>a,

.navbar-nav>li>a:hover,

.navbar-nav>li.menu-item-has-children:hover>a {

	color: var(--primaryColor);

}

.navbar-nav li a{

	font-weight: 700;

}



/* navbar submenu*/



.sub-menu {

	background: #fff;

	position: absolute;

	top: 100%;

	left: 0;

	z-index: 1000;

	display: none;

	border: 1px solid rgba(0, 0, 0, 0.15);

	-webkit-border-radius: 0;

	-moz-border-radius: 0;

	-ms-border-radius: 0;

	-o-border-radius: 0;

	border-radius: 0;

	width: 140px;

	padding: 0;

}

.sub-menu>li>a {

	color: #425964;

	display: block;

	width: 100%;

	padding: 0px 10px;

}

.sub-menu>li {

	width: 100%;

	display: block;

}

.sub-menu>li>a:hover,

.sub-menu>li.menu-item-has-children:hover>a {
/* 	background: #00bce4; */
	color: #000;
}

.navbar-nav>li:last-child>.sub-menu {

	right: 0;

	left: inherit;

	padding: 0;

}



/* 2nd level submenu */



.navbar-nav>li>.sub-menu .sub-menu {

	position: absolute;

	left: 100%;

	top: 0;

}

.cmn_gap {

	padding-top: 75px;

	padding-bottom: 75px;

}

.container-fluid {

	padding-left: 70px;

	padding-right: 70px;

}

.mobile_hd_hd {

	display: none;

}

.main_headerr {

	padding: 28px 0;

	position: relative;

	z-index: 100;

}

.join_now_header li:before {

	display: none;

}

.join_now_header li {

	display: inline-block;

	padding: 0;

	margin: 0;

	padding-right: 20px;

}

.join_now_header li:last-child {

	padding-right: 0;

}

.join_now_header {

	padding-left: 48px;

}

.vbtn_hm {

	display: inline-block;

	background: var(--primaryColor);

	color: #fff;

	font-size: 14px;

	font-weight: 700;

	text-transform: uppercase;

	padding: 12px 21px;

	border-radius: 5px;

	-webkit-border-radius: 5px;

	letter-spacing: 1px;

}

.vbtn_hm:hover {

	background: var(--textColor);

	color: #fff;

}

.home_page_banner {

	position: relative;

}

.home_page_banner .main_img {

	margin-bottom: 0;

	position: relative;

}

.home_page_banner .main_img:after {

	position: absolute;

	content: "";

	left: 0;

	bottom: 0;

	width: 100%;

	height: 262px;

	background: url(images/shape_banner_new.png) no-repeat center center;

	background-size: 100% 100%;

}

.home_page_banner .main_img img {

	width: 100%;

}

.home_page_banner_top {

	position: absolute;

	top: 0;

	left: 0;

	right: 0;

	width: 100%;

	text-align: center;

	padding-top: 60px;

}

.home_page_banner_top_wrppr {

	color: var(--textColor);

	max-width: 600px;

	margin: 0 auto;

}

.home_page_banner_top_wrppr p {

	font-size: 20px;

}

.vbtn,.btn,.btn-dark {

	display: inline-block;

	padding: 13px 26px;

	background: var(--primaryColor);

	color: #fff;

	letter-spacing: 1px;

	border-radius: 5px;

	-webkit-border-radius: 5px;

	text-transform: uppercase;

	font-weight: 700;

}

.btn-dark{

	background-color: var(--secondaryColor);

}

.vbtn:hover,.btn:hover,.btn-dark:hover {

	background: var(--textColor);

	color: #fff;

}

.home_page_banner_top_wrppr h1 {

	margin-bottom: 10px;

}

.home_page_banner_top_wrppr h3 {

	margin-bottom: 16px;

}

.home_page_banner_top_wrppr .vbtn {

	margin-top: 15px;

}

.bkp_gry {

	background: #f1f1f1;

}

.why_bl_eqty_parent_inner img {

	width: 100%;

}

.why_bl_eqty_parent {

	/* filter: url('#goo');

	-webkit-filter: url('#goo');

	overflow: hidden; */

	position: relative;

}

.why_bl_eqty_parent_inner {

	color: white;

	/* clip-path: polygon(50% 0%, 0% 100%, 100% 100%); */

	width: 100%;

	position: relative;

}

.why_bl_eqty_row_topss_innr {

	position: relative;

	padding-right: 30px;

	padding-bottom: 24px;

	z-index: 1;

}

.why_bl_eqty_row_topss_innr:after {

	position: absolute;

	content: "";

	background: url(images/Triangl_back.svg) no-repeat center center;

	background-size: contain;

	z-index: -1;

	width: 88%;

	height: 88%;

	right: -4px;

	bottom: 4px;

}

.why_bl_eqty_row_topss {

	position: relative;

}

.triangle_contetnss h3 {

	font-size: 30px;

	font-weight: 600;

	color: #fff;

}

.triangle_contetnss h3 span {

	font-weight: 400;

}

.triangle_contetnss {

	position: absolute;

	top: 60%;

	transform: translateY(-50%);

	left: 0;

	z-index: 1;

	max-width: 170px;

	margin: 0 auto;

	display: table;

	right: 0;

}

.max_lvgs li:before {

	display: none;

}

.max_lvgs li {

	margin-bottom: 13px;

}

.max_lvgs li:last-child {

	margin-bottom: 0;

}

.max_lvgs_outer {

	display: flex;

	flex-wrap: wrap;

	padding: 16px 15px;

	border-radius: 15px;

	-webkit-border-radius: 15px;

}

.max_lvgs_outer:hover {

	background: #fff;

}

.max_lvgs_outer_left {

	flex-basis: 70px;

	max-width: 70px;

	text-align: center;

	margin-bottom: 0;

}

.max_lvgs_outer_rtt {

	flex-basis: calc(100% - 70px);

	max-width: calc(100% - 70px);

	padding-left: 20px;

	color: #8E8E8E;

}

.max_lvgs_outer_rtt h6 {

	margin-bottom: 6px;

}

.why_bl_eqty_row_rtt {

	align-self: flex-end;

}

.back_bl {

	background: var(--secondaryColor);

	color: #fff;

}

.back_bl h1,

.back_bl h2,

.back_bl h3,

.back_bl h4,

.back_bl h5,

.back_bl h6 {

	color: #fff;

}

.sec_headings {

	text-align: center;

	margin-bottom: 50px;

}

.sec_headings:last-child {

	margin-bottom: 0;

}

.exp_trues_col_left {

	text-align: center;

}

.exp_trues_row {

	align-items: center;

}

.opprtny_procss_row_right_ul_outer {

	box-shadow: 0px 35px 45px #3B9FEC1A;

	-webkit-box-shadow: 0px 35px 45px #3B9FEC1A;

	border-radius: 20px;

	-webkit-border-radius: 20px;

	background: #fff;

	padding: 18px 21px;

	height: 100%;

}

.opprtny_procss_row_right_ul_outer .mn_imgs {

	margin-bottom: 18px;

}

.opprtny_procss_row_right_ul_outer h6 {

	text-transform: uppercase;

	margin-bottom: 17px;

}

.opprtny_procss_row_right_ul_outer li:before {

	width: 6px;

	height: 6px;

	background: var(--darkBlue);

	left: 0;

	top: 9px;

}

.opprtny_procss_row_right_ul_outer li {

	margin-bottom: 6px;

}

.opprtny_procss_row_right_ul_outer li:last-child {

	margin-bottom: 0;

}

.opprtny_procss_row_right_ul {

	-webkit-column-count: 2;

	-moz-column-count: 2;

	column-count: 2;

	-webkit-column-gap: 25px;

	-moz-column-gap: 25px;

	column-gap: 25px;

	margin-bottom: -25px;

}

.opprtny_procss_row_right_li {

	display: inline-block;

	width: 100%;

	margin-bottom: 25px;

}

.opprtny_procss_row_right_li:nth-child(1) {

	margin-top: 60px;

}

.how_its_work_li_outerr {

	display: flex;

	flex-wrap: wrap;

	align-items: center;

}

.how_its_work_li_outerr_left {

	flex-basis: 140px;

	max-width: 140px;

	text-align: center;

}

.how_its_work_li_outerr_left i{

	font-size: 90px;

}

.how_its_work_li_outerr_rightt {

	flex-basis: calc(100% - 140px);

	max-width: calc(100% - 140px);

	padding-left: 13px;

}

.how_its_work_li_outerr_rightt h6{

	font-size: 20px;

}

.wrappr_numbs {

	position: relative;

	display: inline-block;

}

.how_its_work_li_outerr_left .number {

	font-size: 280px;

	color: var(--primaryColor);

	font-family: 'Playfair Display', serif;

	line-height: 10px;

}

.how_its_work_li_outerr_left .dtlss {

	font-size: 17px;

	font-weight: 600;

	color: #fff;

	text-transform: uppercase;

	position: absolute;

	left: 0px;

	right: 0;

	top: 47%;

	font-family: 'Poppins', sans-serif;

	font-weight: 600;

}

.how_its_work_ul {

	display: flex;

	flex-wrap: wrap;

	margin: 0 -10px;

}

.how_its_work_li {

	flex-basis: 33.33%;

	max-width: 33.33%;

	padding: 0 10px;

}

.how_its_work_li_outerr_rightt li {

	margin-bottom: 10px;

}

.how_its_work_li_outerr_rightt li:last-child {

	margin-bottom: 0;

}

.how_its_work_li_outerr_rightt li:before {

	width: 6px;

	height: 6px;

	background: var(--primaryColor);

	left: 0;

	top: 9px;

}

.dark_back_bl {

	background: var(--primaryColor);

}

.sec_headings.white h2 {

	color: #fff;

}

.recently_opprtnty_col_inners {

	background: #fff;

	border-radius: 15px;

	overflow: hidden;

}

.recently_opprtnty_col_inners_top {

	position: relative;

}

.recently_opprtnty_col_inners_top .main_img {

	max-height: 220px;

	min-height: 220px;

	position: relative;

	width: 100%;

	margin-bottom: 0;

	overflow: hidden;

}

.recently_opprtnty_col_inners_top .main_img img {

	position: absolute;

	left: 0;

	top: 0;

	width: 100%;

	height: 100%;

	object-fit: cover;

	object-position: top center;

	width: 100%;

	transition: 0.3s ease-in-out;

	-webkit-transition: 0.3s ease-in-out;

}

.recently_opprtnty_col_inners:hover .recently_opprtnty_col_inners_top .main_img img {

	transform: scale(1.1);

	-webkit-transform: scale(1.1);

	transition: 0.3s ease-in-out;

	-webkit-transition: 0.3s ease-in-out;

}

.recently_opprtnty_col_inners_bottomsd {

	padding: 22px 26px;

}

.recently_opprtnty_col_inners_top_btms h5 {

	font-weight: 600;

	color: #fff;

}

.recently_opprtnty_col_inners_top_btms h5 span {

	font-weight: 400;

}

.recently_opprtnty_col_inners_top_btms {

	position: absolute;

	bottom: 0;

	left: 0;

	right: 0;

	padding: 18px 23px;

	color: #fff;

}

.recently_opprtnty_col_inners_bottomsd_out {

	display: flex;

	flex-wrap: wrap;

	border-bottom: 1px dashed #6D6B6C;

	padding: 8px 0;

}

.recently_opprtnty_col_inners_bottomsd_out p {

	font-size: 15px;

}

.recently_opprtnty_col_inners_bottomsd_out_left {

	color: #848383;

	flex-basis: 118px;

	max-width: 118px;

}

.recently_opprtnty_col_inners_bottomsd_out_rightt {

	padding-left: 7px;

	flex-basis: calc(100% - 118px);

	max-width: calc(100% - 118px);

}

.recently_opprtnty_col_inners_bottomsd_out:first-child {

	padding-top: 0;

}

.recently_opprtnty_col_inners_bottomsd_out:last-child {

	padding-bottom: 0;

	border-bottom: 0;

}

.track_record_success_slider_outersd .main_img {

	margin-bottom: 0;

	width: 100%;

	border-radius: 18px;

	overflow: hidden;

}

.track_record_success_slider_outersd .main_img img {

	width: 100%;

}

.track_record_success_slider_outersd {

	position: relative;

}

.track_record_success_slider_outersd_btm {

	position: absolute;

	left: 0;

	right: 0;

	text-align: center;

	bottom: 0;

	max-width: 500px;

	margin: 0 auto;

	padding: 50px 30px;

	color: #fff;

}

.track_record_success_slider_outersd_btm h5 {

	color: #fff;

}

.arrow_cmn_btm .slick-arrow {

	width: 65px;

	height: 65px;

	border: 1px solid rgba(0, 0, 0, 0.1);

	border-radius: 50%;

	-webkit-border-radius: 50%;

	display: inline-flex;

	justify-content: center;

	align-items: center;

	padding: 0;

	margin: 0 15px;

}

.arrow_cmn_btm .slick-arrow .arrow_cmn_left_span {

	width: 47px;

	height: 47px;

	border: 1px solid rgba(0, 0, 0, 0.3);

	border-radius: 50%;

	-webkit-border-radius: 50%;

	display: flex;

	justify-content: center;

	align-items: center;

}

.arrow_cmn_btm .slick-arrow .arrow_cmn_left_span i {

	font-size: 25px;

	color: rgba(0, 0, 0, 0.3);

}

.arrow_cmn_btm {

	display: flex;

	justify-content: center;

	margin-top: 50px;

}

.arrow_cmn_btm .slick-arrow:not(.slick-disabled) {

	border-color: var(--primaryColor);

}

.arrow_cmn_btm .slick-arrow:not(.slick-disabled) .arrow_cmn_left_span {

	border-color: var(--primaryColor);

	background: var(--primaryColor);

	color: #fff;

}

.arrow_cmn_btm .slick-arrow:not(.slick-disabled) .arrow_cmn_left_span i {

	color: #fff;

}

.main_foot {

	position: relative;

	z-index: 2;

	/* margin-top: -220px; */

}

.main_foot_tops {

	background-color: var(--primaryColor);

	color: #fff;

	position: relative;

	z-index: 1;

	/* margin-top: 200px; */

	/* padding-top: 20px; */

	/* padding-bottom: 70px; */

	padding: 70px 0 100px;

}

/* .main_foot_tops:after {

	position: absolute;

	content: "";

	background: url(images/footer_shape.png) no-repeat;

	background-size: 100% 100%;

	left: 0;

	top: -200px;

	height: 200px;

	width: 100%;

	z-index: -1;

} */

.main_foot_tops_backkkksd {

	position: absolute;

	width: 100%;

	height: 100%;

	left: 0;

	bottom: 0;

	opacity: 0.5;

	mix-blend-mode: luminosity;

	filter: opacity(40%);

	z-index: -1;

}

.main_foot_tops_backkkksd img {

	width: 100%;

	height: 100%;

	object-fit: cover;

	object-position: center center;

}

.footer_logo_part {

	text-align: center;

}

.cprtt {

	margin-top: 20px;

}

.main_foot_tops_col .headd {

	font-size: 18px;

	margin-bottom: 20px;

	text-transform: uppercase;

}

.main_foot_tops h1,

.main_foot_tops h2,

.main_foot_tops h3,

.main_foot_tops h4,

.main_foot_tops h5,

.main_foot_tops h6 {

	color: #fff;

}

.qk_lnksss li:before {

	display: none;

}

.qk_lnksss li {

	margin: 0;

	padding: 0;

	margin-bottom: 13px;

}

.qk_lnksss li:last-child {

	margin-bottom: 0;

}

.qk_lnksss li a {

	color: #fff;

	text-transform: uppercase;

}

.qk_lnksss li a:hover {

	color: #222;

}

.foot_Addrs_links li:before {

	display: none;

}

.foot_Addrs_links li {

	padding: 0;

	margin: 0;

	margin-bottom: 13px;

}

.foot_Addrs_links li:last-child {

	margin-bottom: 0;

}

.foot_Addrs_links li a {

	color: #fff;

}

.foot_Addrs_links li a:hover {

	color: #222;

}

.social_media_foot {

	margin-top: 35px;

}

.social_media_foot li:before {

	display: none;

}

.social_media_foot li {

	padding: 0;

	margin: 0;

	margin-bottom: 13px;

}

.social_media_foot li:last-child {

	margin-bottom: 0;

}

.footer_social_logo_imm {

	display: flex;

	flex-wrap: wrap;

	align-items: center;

	color: #fff;

	text-transform: uppercase;

}

.footer_social_logo_imm .footer_social_logo_imm_left {

	flex-basis: 24px;

	max-width: 24px;

}

.footer_social_logo_imm .footer_social_logo_imm_right {

	flex-basis: calc(100% - 24px);

	max-width: calc(100% - 24px);

	padding-left: 12px;

}

/* .extra_foot_bfr_pad {

	padding-bottom: 190px;

} */

.ps-rltvv {

	position: relative;

	z-index: 1;

}

.ps-rltvv .icoons {

	position: absolute;

	z-index: -1;

}

.track_record_success .icon1 {

	left: 0;

	top: 8%;

}

.how_its_work .icon1 {

	right: 3%;

	bottom: -5%;

}

.opprtny_procss .icon1 {

	right: 3%;

	top: 33%;

}

.why_bl_eqty_row_topss .icon1 {

	right: 0;

	top: -33%;

	display: none;

}



/* About Us ====== */



.about-bottom{
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  /*margin-top: 50px;*/
  padding: 20px;
  border-radius: 10px;
  background-color: rgba(255,255,255,0.5);
}
 
.about-bottom p{

  font-size: 16px;

}

.about-banner-holder{

  bottom: 0;

}

.about-banner-holder .container{

  height: 100%;

  display: flex;

  flex-wrap: wrap;

}

.about-banner-holder .container > *{

  flex: 0 0 100%;

  max-width: 100%;

}

.about-banner-holder h5{

  font-weight: 600;

}

.testimonials-box-wrapper{

  position: relative;

  padding: 180px 0 40px;

}

.testimonials-box-wrapper::before,.testimonials-box-wrapper::after{

  pointer-events: none;

  content: "";

  position: absolute;

  top: 0;

  left: 0;

  right: 0;

  bottom: 30%;

}

.testimonials-box-wrapper::before{

  background: url('./images/testimonials.png') no-repeat top;

  background-size: cover;

  z-index: 0;

}

.testimonials-box-wrapper::after{

  background-color: rgba(0,56,125,0.6);

  z-index: 1;

}

.testimonials-holder{

  position: relative;

  border-radius: 22px;

  background-color: #fff;

  box-shadow: 0 35px 65px rgba(0,139,248,0.1);

  z-index: 9;

  padding: 40px 60px;

  text-align: center;

}

.about-page-banner-wrapper .main_img::after{

  display: none;

}

.testimonials-holder h6{

  font-weight: 600;

}

.testimonials-holder > *:not(.abtar-holder){

  max-width: 80%;

  margin-left: auto;

  margin-right: auto;

}

.testimonials-holder p{

  font-size: 18px;

  line-height: 1.5;

  margin-top: 40px;

}

.abtar-holder{

  width: 90px;

  height: 90px;

  overflow: hidden;

  border-radius: 100%;

  margin: -85px auto 25px;

  display: table;

}

.abtar-holder img{

  width: 100%;

  height: 100%;

  object-fit: cover;

}

.gray-bg{

  background-color: #F5F5F5;

}

.common-gap{

  padding: 60px 0;

}

.ceo-img-holder{

  border-radius: 100%;

  width: 300px;

  height: 300px;

  position: relative;

}

.ceo-img-holder::after{

  content: "";
  position: absolute;
  z-index: -1;
  background-color: var(--primaryColor);
  border-radius: 100%;
  width: 80px;
  height: 80px;
  top: -15px;
  left: auto;
  right: 50px;

}

.ceo-img-holder img{
  width: 90%;
  height: 90%;
  object-fit: cover;
  position: relative;
  z-index: 9;
}

.about-ceo-wrapper{

  background-image: url(./images/shape_wt_bl.png), url(./images/gray-shape.png);

  background-repeat: no-repeat;

  background-position: bottom 50px left 50px, right 50px top 50%;

}

.about-ceo-wrapper h5{

  font-weight: 600;

}

.employe-box{

  display: flex;

  flex-wrap: wrap;

  margin: -12px;

}

.employe-box li{

  flex: 0 0 50%;

  max-width: 50%;

  padding: 12px;

  display: flex;

}

.employe-details-holder{

  position: relative;

  background-color: var(--secondaryColor);

  border-radius: 20px;

  margin-top: 50px;

  padding: 25px;

}

.employe-content h6{

  font-size: 18px;

  text-transform: uppercase;

  font-weight: 600;

  color: #fff;

  margin-bottom: 20px;

}

.employe-content p{

  color: #fff;

  font-size: 16px;

}

.employe-abtar{

  border-radius: 100%;

  width: 100px;

  height: 100px;

  position: relative;

  z-index: 1;

  margin-top: -80px;

  margin-bottom: 20px;

}

.employe-abtar::after{

  content: "";

  position: absolute;

  z-index: -1;

  background-color: var(--primaryColor);

  border-radius: 100%;

  width: 50px;

  height: 50px;

  top: -5px;

  left: auto;

  right: -15px;

}

.employe-abtar img{

  width: 100%;

  height: 100%;

  object-fit: cover;

  position: relative;

  z-index: 9;

}

.employe-box{

  margin-top: 50px;

  list-style-type: none;

}

.employe-box li::before{

  display: none;

}

/*.footer-up-section{
  padding-bottom: 190px;
}*/

.ready-leap-wrapper{

  background: url('./images/testimonials.png') no-repeat;
  background-size: cover;
  position: relative;

}

.ready-leap-wrapper::before{

  content: "";

  background-color: rgba(0,0,0,0.2);

  left: 0;

  right: 0;

  bottom: 0;

  top: 0;

  position: absolute;

  pointer-events: none;

  z-index: 0;

}

.ready-leap-wrapper .container{

  z-index: 9;

  position: relative;

  min-height: 600px;

  display: flex;

  flex-wrap: wrap;

  align-items: center;

  justify-content: center;

  align-content: center;

}

.ready-leap-wrapper h1{

  color: #fff;

  flex: 0 0 100%;

  max-width: 100%;

  text-align: center;

}



/* About Us ====== */



/* Contact ====== */



.inner-page-banner .main_img::after {

  /* position: absolute;

  content: "";

  left: 0;

  bottom: 0;

  width: 100%;

  height: 262px;

  background: url(images/inner-banner-decoration.png) no-repeat center center;

  background-size: 100% 100%; */

  display: none;

}

.contact-testimonials::before,.contact-testimonials::after{

  bottom: 0;

}

.contact-testimonials{

  padding: 180px 0;

}

.ceo-img-holder.contact{

  width: 240px;

  height: 240px;

}

.ceo-img-holder.contact::after{

  width: 130px;

  height: 130px;

  left: -22px;

  right: auto;

  bottom: 0;

  top: auto;

}

.ceo-img-holder.contact::before{

  content: "";

  width: 74px;

  height: 74px;

  border-radius: 100%;

  background-color: var(--secondaryColor);

  z-index: -2;

  position: absolute;

  left: 30px;

  right: auto;

  bottom: -17px;

  top: auto;

}

.flex-div{

  display: flex;

  flex-wrap: wrap;

  align-items: center;

}

.flex-div > .ceo-details{

  flex: 1;

  max-width: 50%;

  padding-left: 40px;

}

.ceo-details h5{

  font-size: 20px;

  font-weight: 600;

  text-transform: uppercase;

  margin-bottom: 5px;

}

.ceo-details h5 span{

  display: block;

  font-size: 16px;

  color: #8E8E8E;

  text-transform: capitalize;

  font-weight: 400;

  font-family: var(--titilliumWeb);

}

.ceo-details a{

  font-weight: 600;

}

.contact-social{

  display: flex;

  margin-top: 20px;

}

.contact-social li::before{

  display: none;

}

.contact-social li{

  max-height: 23px;

  padding: 0;

  margin-right: 20px;

}

.contact-social li img{

  max-height: 23px;

  min-width: 23px;

}

.input-holder {

  margin-bottom: 20px;

}

.input-holder label{

  margin-bottom: 5px;

  font-size: 18px;

  font-weight: 600;

  color:#000;

}

.input-holder input:not([type="submit"]),.input-holder textarea{

  border-radius: 6px;

  resize: none;

}

.markating{

  margin-top: 40px;

  padding-top: 20px;

  border-top: 1px dashed #D5D5D5;

}



/* Contact ====== */



/* How it works ======= */



.banner-below-flow-holder{

	display: flex;

	flex-wrap: wrap;

	justify-content: space-between;

}

.banner-below-flow-holder li{

	flex: 0 0 auto;

	width: 20%;

	text-align: center;

}

.banner-below-icon{

	width: 130px;

	height: 130px;

	border-radius: 100%;

	background-color: #fff;

	box-shadow: 0 25px 35px rgba(0,139,248,0.15);

	display: inline-flex;

	align-items: center;

	justify-content: center;

	position: relative;

}

.banner-below-icon::after{

	content: "";

	width: 74px;

	height: 74px;

	border-radius: 100%;

	background-color: var(--secondaryColor);

	z-index: -1;

	position: absolute;

	left: auto;

	right: -16px;

	bottom: 5px;

	top: auto;

}

.banner-below-icon img{

	max-width: 76px;

	max-height: 76px;

	width: 100%;

	height: 100%;

	position: relative;

	z-index: 9;

}

.banner-below-content{

	margin-top:25px;

}

.banner-below-content h5{

	text-transform: uppercase;

	font-size: 20px;

	font-weight: 600;

}

.banner-below-flow-holder li{

	padding:0;

}

.banner-below-flow-holder li::before{

	display: none;

}

.banner-below-content p{

	max-width: 221px;

	margin: 0 auto;

}

.banner-below-flow-holder li:not(:last-child)::after{

	content: "";

	width: 73px;

	height: 15px;

	background: url('./images/flow-arrow.svg') no-repeat;

	background-size: 100% 100%;

	position: absolute;

	left: 100%;

	top: 0;

}

.banner-below-flow-holder li:nth-child(2n)::after{

	top: 130px;

	transform: scaleY(-1);

}

.real-estate p{

	max-width: 500px;

}

.max-width-500{

	max-width: 500px;

	margin: 0 auto;

}

.place-name{

	color: var(--secondaryColor);

	font-weight: 600;

	font-size: 18px;

	text-transform: uppercase;

	margin-top: 40px;

}

.multy-family-img img{

	border-radius: 20px;

	display: table;

	margin-right: auto;

	margin-left: -60px;

	z-index: 9;

	position: relative;

}

.mt-100{

	margin-top: 100px;

}

.multy-content-controller{

	display: flex;

	flex-wrap: wrap;

}

.multy-content-controller > *{

	flex: 0 0 auto;

	width: 50%;

}

.multy-content-box{

	position: relative;

	border-radius: 22px;

	background-color: #fff;

	box-shadow: 0 35px 65px rgba(0,139,248,0.1);

	z-index: 9;

	padding: 40px 120px 40px 60px;

}

.multy-family-img{

	padding-bottom: 60px;

}

.multy-family-wrapper{

	background-image: url(./images/shape_wt_bl.png), url(./images/gray-shape.png);

	background-repeat: no-repeat;

	background-position: bottom 50px left 50px, right 50px top 70%;

}

.time-line-flow li::before{

	display: none;

}

.time-line-flow {

	display: flex;

	align-items: center;

	justify-content: space-between;

	position: relative;

}

.time-line-flow::after {

	content: "";

	border: 1px dashed #707070;

	position: absolute;

	left: 0;

	right: 0;

	top: 50%;

	transform: translateY(-50%);

}

.time-line-flow li{

	padding: 0;

	width: 36px;

	height: 36px;

	display: inline-flex;

	align-items: center;

	justify-content: center;

	font-weight: 500;

	font-family: var(--poppins);

	background-color: var(--secondaryColor);

	color: #fff;

	border-radius: 100%;

	position: relative;

	z-index: 9;

}

.time-line-flow li.blank{

	opacity: 0;

}

.time-line-flow li::after{

	content: "";

	position: absolute;

	background-color: transparent;

	left: -10px;

	right: -10px;

	bottom: -10px;

	top: -10px;

	border: 20px solid rgba(0,56,125,0.2);

	z-index: 0;

	pointer-events: none;

	border-radius: 100%;

}

.add-approch-wrapper h5{

	text-transform: uppercase;

	font-weight: 600;

	font-size: 20px;

}

.approch-point li{

	margin-bottom: 20px;

}

.add-approch-wrapper h5{

	text-transform: uppercase;

	font-size: 20px;

	font-weight: 600;

	margin-bottom: 20px;

}

.approch-icon img{

	max-height: 84px;

	margin-bottom: 30px;

}

.add-approch-wrapper{

	background-image: url('./images/deep_bl_shape.png');

	background-repeat: no-repeat;

	background-size: 80px;

	background-position: right 20px top 70%;

}

.max-80{

	max-width: 80%;

	margin: 0 auto;

}

.our-investors-wrapper img{

	width: 100%;

}

.our-investors-wrapper h5{

	font-size: 20px;

	font-weight: 600;

	text-transform: uppercase;

	margin-top: 30px;

}

.live-terms-wrapper{

	position: relative;

}

.live-terms-wrapper .container{

	position: absolute;

	top: 50%;

	left: 50%;

	transform: translate(-50%,-50%);

}

.live-content{

	background-color: var(--secondaryColor);

	width: 100%;

	padding: 65px;

	display: flex;

	flex-wrap: wrap;

	align-items: center;

}

.live-content h2{

	color: #fff;

}

.live-term-bk-img img{

	width: 70%;

}

.accordion-header button{

	box-shadow: none !important;

	background-color: transparent !important;

	color: var(--textColor) !important;

	font-weight: 600;

	font-size: 20px;

	text-transform: uppercase;

	font-family: var(--poppins);

	padding: 40px 0 0;

	text-align: left;

}

.accordion-item{

	border: none;

	margin-bottom: 0;

	border-bottom: 1px solid #D8D8D8;

	padding-bottom: 40px;

}

.accordion-body{

	padding-left: 0;

	padding-right: 0;

}

.accordion-button::after {

	width: 1.5rem;

	height: 1.5rem;

	background-size: 1.5rem;

}

.ready-leap-how{

	background-image: url('./images/ready-leap-how.png');

}

.dropdown-menu li{

	padding: 0;

}



/* How it works ======= */



/* Resource ======= */



.btn-wrapper{

	display: flex;

	align-items: center;

	margin-top: 30px;

}

.btn-wrapper .btn:nth-last-child(2){

	margin-right: 30px;

}

.blog-list-holder{

	display: flex;

	flex-wrap: wrap;

	margin: 30px -15px 0;

}

.blog-list-holder > li{

	flex: 0 0 auto;

	width: 33.33%;

	padding: 15px;

}

.blog-list-holder > li::before{

	display: none;

}

.blog-holder{

	background-color: #fff;

	border-radius: 25px;

	overflow: hidden;

	box-shadow: 0 25px 25px rgba(0,139,248,0.1);

}

.blog-holder a{

	display: block;

}

.blog-img{

	position: relative;

}

.blog-img img{

	border-radius: 25px;

	width: 100%;

	object-fit: cover;

}

.blog-content{

	padding: 30px;

}

.post-date{

	color: var(--darkBlue);

	font-size: 14px;

	font-weight: 500;

	font-family: var(--poppins);

	margin-bottom: 15px;

}

.blog-content h5{

	font-size: 20px;

	font-weight: 600;

}

.blog-content h5 a{

	color: var(--textColor);

}

.blog-content:hover h5 a{

	color: var(--primaryColor);

}

.read-more{

	font-size: 15px;

	font-weight: 600;

	font-family: var(--poppins);

	color: var(--secondaryColor);

	display: inline-flex !important;

	align-items: center;

}

.read-more i{

	color: var(--darkBlue);

	font-size: 18px;

	margin-left: 10px;

	transition: all 0.3s;

}

.read-more:hover{

	color: var(--primaryColor);

}

.read-more:hover i{

	margin-left: 15px;

}

.post-cast-holder li .blog-holder{

	box-shadow: none;

}

.post-cast-holder li .blog-holder .blog-content{

	padding-left: 5px;

	padding-right: 5px;

	padding-bottom: 5px;

}

.post-cast-holder li .blog-holder .blog-content p{

	white-space: nowrap;

	width: 100%;

	overflow: hidden;

	text-overflow: ellipsis;

}

.post-cast-holder li .blog-holder .blog-content h5{

	margin-bottom: 10px;

}

.play-btn{

	position: absolute;

	right: 15px;

	bottom: 15px;

	background-color: var(--primaryColor);

	color: #fff;

	border: none;

	width: 44px;

	height: 44px;

	border-radius: 100%;

	display: inline-flex;

	align-items: center;

	justify-content: center;

	font-size: 24px;

	transition: all 0.3s;

}

.play-btn:hover{

	background-color: var(--textColor);

}

.testimonials-slider-holder{

	z-index: 9;

	margin-top: -80px;

}

.testimonials-slider-holder .slick-prev::before, .testimonials-slider-holder .slick-next::before {

	display: none;

}

.testimonials-slider-holder .slick-arrow{

	padding: 0 !important;

	z-index: 99;

	min-width: auto;

	font-size: 42px;

	width: 42px !important;

	height: auto !important;

	background-color: transparent !important;

	position: absolute;

	color: var(--textColor) !important;

	top: 100%;

	left: 50%;

	margin-top: -40px;

}

.testimonials-slider-holder .slick-arrow.slick-prev{

	margin-left: -50px;

}

.testimonials-slider-holder .slick-arrow.slick-next{

	margin-right: -50px;

}

.testimonials-slider-holder .testimonials-holder{

	margin-bottom: 80px;

}

.testimonials-slider-item{

	padding-top: 80px;

}



/* Resource ======= */



.home .main_headerr{

	position: fixed;

	top: 0;

	left: 0;

	right: 0;

	transition: all 0.3s;

}

.home .main_headerr:not(.sticky){

	background-color: rgba(255,255,255,0.5);

}

/* .home .main_headerr:not(.sticky) .navbar-brand{

	filter: brightness(0) invert(1);

}

.home .main_headerr:not(.sticky) .navbar-nav > li > a{

	color: #fff;

}

.home .main_headerr:not(.sticky) .navbar-nav > li > a:hover{

	color: var(--primaryColor);

} */

.home .home_page_banner .main_img::after {

	display: none;

}

.home .main_headerr.sticky{

    position: fixed;

    top: 0;

    left: 0;

    right: 0;

    width: 100%;

    z-index: 99;

    box-shadow:0 2px 6px rgba(0,0,0,0.2);  

    /* animation:slide-down 0.7s; */

	background-color: #fff;

}

@keyframes slide-down {

  0% {

      opacity: 0;

      transform: translateY(-100%);

  } 

  100% {

      opacity: 1;

      transform: translateY(0);

  } 

}

.home .home_page_banner .home_page_banner_top{

	padding-top: 150px;

}

.white-color *{

	color: #fff;

}

.home .home_page_banner,.home .home_page_banner .main_img,.home .home_page_banner .main_img img {

	min-height: 100vh;

	max-height: 100vh;

}

.home .home_page_banner .main_img img{

	object-fit: cover;

	min-height: 100vh !important;

	max-height: 100vh !important;
	width: 100%;

}

.home .home_page_banner .main_img{

	position: relative;

}

/* .home .home_page_banner .main_img::before{

	content: "";

	background: -moz-linear-gradient(top,  rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.34) 100%);

	background: -webkit-linear-gradient(top,  rgba(0,0,0,0.7) 0%,rgba(0,0,0,0.34) 100%);

	background: linear-gradient(to bottom,  rgba(0,0,0,0.7) 0%,rgba(0,0,0,0.34) 100%);

	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#57000000',GradientType=0 );

	position: absolute;

	top: 0;

	left: 0;

	right: 0;

	bottom: 0;

	pointer-events: none;

} */



/*support 27/7/2022*/

.bg_tab{
	background-color: #001470;
	border-radius: 20px;
	padding: 25px;
}
.bg_tab h5,
.bg_tab span,
.bg_tab p{
	color: #ffffff;
}
.bg_tab h5{
	margin-bottom: 5px;
}
.bg_tab .g_appointmnt{
	font-weight: 600;
	font-size: 20px;
}
/*support 27/7/2022*/


/* 23.08.22 */

.home_page_banner.about-page-banner-wrapper {
	height: 600px;
}
.home_page_banner.about-page-banner-wrapper .main_img {
	height: 100%;
}
.home_page_banner.about-page-banner-wrapper .main_img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.about-banner-holder .container {
	align-items: center;
    align-content: space-evenly;
}
.about-banner-holder {
	padding-top: 0;
}

/*responsive_start*/



@media(min-width:1025px) {

	/* navbar*/

	.clickD {

		display: none;

	}

	.navbar-nav li.menu-item-has-children:hover>.sub-menu {

		display: block;

	}

	.navbar-nav .dropdown:hover .dropdown-menu{

		display: block !important;

	}

}

@media (min-width: 1700px){

	.home .home_page_banner .home_page_banner_top {

		padding-top: 250px;

	}

}

@media (max-width: 1700px){

	.navbar-nav > li{

		margin: 0 12px;

	}

	.about-banner-holder{

		padding-top: 20px;

	}

	.home_page_banner .main_img img{
		/*min-height: 600px !important;*/
		min-height: auto !important;
    	object-fit: none;
    	width: auto;
    	max-width: none;
	}

	.about-banner-holder h5{

	font-size: 20px;
    line-height: 32px;

	}

	.about-ceo-wrapper{

		background-position: bottom 20px left 20px, right 20px top 10%;

	}

	.testimonials-holder > :not(.abtar-holder){

		max-width: 100%;

	}

	.testimonials-holder p{

		font-size: 16px;

		margin-top: 20px;

	}

	.live-content{

		padding: 45px;

	}

	.home_page_banner.about-page-banner-wrapper .main_img img{

		/*min-height: 600px !important;*/
		min-height: auto;

	}

}

@media (max-width: 1199px) {

	body,.recently_opprtnty_col_inners_bottomsd_out p{

		font-size: 14px;

	}

	.opprtny_procss_row_right_ul_outer{

		padding: 8px;

	}

	.opprtny_procss_row_right_ul{

		column-gap: 15px;

	}

	.opprtny_procss_row_right_li:nth-child(1){

		margin-top: 30px;

	}

	.opprtny_procss_row_right_li{

		margin-bottom: 15px;

	}

	.recently_opprtnty_col_inners_bottomsd {

		padding: 10px;

	}

	.home_page_banner .main_img img{

		min-height: 400px !important;

	}

	.home_page_banner .main_img::after {

		height: 80px;

	}

	.navbar-nav > li{

		margin: 0 8px;

	}

	.navbar-light .navbar-brand{

		max-width: 150px;

	}

	.join_now_header {

		padding-left: 20px;

	}

	h1{

		font-size: 50px;

	}

	.add-approch-wrapper{

		background-image: none;

	}

	.live-content h2{

		font-size: 30px;

	}

	.blog-content {

		padding: 20px 15px;

	}

	/*.main_foot_tops{

		margin-top: 40px;

	}

	 .main_foot{

		margin-top: -80px;

	}

	.main_foot_tops::after {

		top: -80px;

		height: 80px;

	} */

	.footer-up-section {

		padding-bottom: 40px;

	}

	.markating img{

		max-width: 180px;

	}

	.main_foot_tops{

		padding: 40px 0;

	}

}

@media(max-width:1024px) {

	/* navbar*/

	.navbar-nav .clickD {

		position: absolute;

		right: 0;

		top: 0;

		width: 20px;

		height: 20px;

		background: url(images/sort-down.svg) center center no-repeat;

		cursor: pointer;

		display: block;

		background-size: 10px;

	}
	.dropdown-toggle::after {
		display: none;
	}

	.navbar-nav>li.menu-item-has-children {

		padding-right: 20px;

	}

	.sub-menu.show {

		display: block;

	}

}

@media (max-width: 991px) {

	h2{

		font-size: 30px;

	}

	/* images alignment for wordpress content pages */

	.alignright,

	.alignleft,

	.aligncenter {

		float: none;

		clear: both;

		display: block;

		margin: 0 0 22px 0;

		margin-left: auto;

		margin-right: auto;

		max-width: 100%;

	}

	header .navbar-toggler{

		background: transparent;

		margin-left: auto;

		min-width: auto;

		padding: 0;

		box-shadow: none !important;

	}

	header .navbar-toggler:hover{

		background-color: transparent;

		color: var(--textColor);

	}

	.navbar-collapse{

		position: absolute;

		top: 100%;

		left: 0;

		right: 0;

		background-color: #fff;

	}

	.navbar-nav > li{

		padding: 10px 20px;

		margin: 0;

	}

	.navbar-nav{

		padding-top: 20px;

	}

	.navbar-nav li a{

		width: 100%;

		display: block;

		padding: 5px 15px;

	}

	.navbar-nav .dropdown-menu{

		margin-top: 10px;

		padding: 0;

	}

	.max_lvgs{

		margin-top: 30px;

	}

	.pie_chart_circle{

		margin-top: 30px;

		text-align: center;

	}

	.cmn_gap,.common-gap {

		padding-top: 40px;

		padding-bottom: 40px;

	}

	.why_bl_eqty_row_topss .icon1{

		display: none;

	}

	.how_its_work_li {

		flex-basis: 100%;

		max-width: 100%;

		padding: 0 10px;

	}

	.how_its_work_li_outerr_left .number{

		font-size: 150px;

	}

	.how_its_work_li{

		margin-bottom: 45px;

	}

	.how_its_work_li_outerr_left {

		flex-basis: 200px;

		max-width: 200px;

	}

	.how_its_work_li_outerr_rightt {

		flex-basis: calc(100% - 200px);

		max-width: calc(100% - 200px);

	}

	.how_its_work_li_outerr_left .dtlss{

		font-size: 14px;

	}

	.main_foot {

		position: relative;

		z-index: 2;

		/* margin-top: -80px; */

	}

	/* .main_foot_tops::after {

		top: -80px;

		height: 80px;

	}

	.main_foot_tops{

		margin-top: 80px;

	} */

	.arrow_cmn_btm{

		margin-top: 20px;

		margin-bottom: 40px;

	}

	.footer_logo_part{

		margin-bottom: 30px;

	}

	.main_foot_tops_col .headd{

		margin-top: 20px;

	}

	/* .main_foot_tops{

		padding-bottom: 20px;

	} */

	.about-bottom{

		max-width: 100%;

		text-align: center;

	}

	.about-banner-holder::before{

		content: "";

		background-color: rgba(255,255,255,0.5);

		left: 0;

		right: 0;

		top: 0;

		bottom: 0;

		position: absolute;

		z-index: 0;

	}

	.about-banner-holder .container{

		position: relative;

		z-index: 9;

		align-items: center;

		align-content: center;

	}

	.about-banner-holder .container > *{

		margin: 10px auto;

	}

	section.real-estate:not(.download-more) .col-12:last-child{

		order: -1;

		margin-bottom: 30px;

	}

	section.real-estate .col-12:last-child img{

		width: 100%;

	}

	.real-estate p {

		max-width: 100%;

	}

	section.real-estate h2 br{

		display: none;

	}

	.multy-family-img img{

		margin-left: 0;

	}

	.multy-content-controller > *{

		width: 100%;

	}

	.multy-family-img{

		order: -1;

		margin-bottom: 15px;

		padding-bottom: 0;

	}

	.multy-family-img img{

		width: 100%;

	}

	.multy-content-box{

		padding: 20px

	}

	.our-investors-wrapper h5{

		font-size: 16px;

		margin-top: 15px;

	}

	.live-content{

		max-width: 400px;

		margin-left: auto;

	}

	.accordion-item{

		padding-bottom: 20px;

	}

	.accordion-header button{

		padding-top: 20px;

	}

	.accordion-header button{

		font-size: 15px;

	}

	.ready-leap-wrapper .container{

		min-height: 300px;

	}

	/* .footer-up-section {

		padding-bottom: 80px;

	} */

	.blog-list-holder > li{

		width: 50%;

	}

	.flex-div{

		margin-bottom: 40px;

	}

	.contact-testimonials {

		padding: 90px 0;

	}

	.flex-div > .ceo-details {

		flex: 0 0 100%;

		max-width: 100%;

		padding-left: 0;

		text-align: center;

	}

	.contact-social{

		justify-content: center;

	}

	.ceo-img-holder.contact{

		margin-left: auto;

		margin-right: auto;

	}


/* 23.08.22 */

.home_page_banner.about-page-banner-wrapper {
	height: 500px;
}
.about-banner-holder .about-item {
	margin-bottom: 70px;
}
.page-template-how-it-work-template .home_page_banner.inner-page-banner {
	height: 300px;
}
.page-template-how-it-work-template .home_page_banner.inner-page-banner .main_img {
	width: 100%;
	height: 100%;
}
.page-template-how-it-work-template .home_page_banner.inner-page-banner .main_img img {
	width: 100%;
	height: 100%;
	min-height: 100% !important;
	object-fit: cover;
}
.page-template-contact-template .home_page_banner.inner-page-banner {
	height: 300px;
}
.page-template-contact-template .home_page_banner.inner-page-banner .main_img {
	width: 100%;
	height: 100%;
}
.page-template-contact-template .home_page_banner.inner-page-banner .main_img img {
	width: 100%;
	height: 100%;
	min-height: 100% !important;
	object-fit: cover;
}
}

@media (max-width: 767px){
	.about-bottom {
    margin-top: 0px !important;
}

	h1{

		font-size: 40px;

		line-height: 1;

	}

	h2{

		font-size: 30px;

		line-height: 1;

	}

	.navbar-nav > li{

		padding-left: 0;

		padding-right: 0;

	}

	.container-fluid {

		padding-left: 15px;

		padding-right: 15px;

	}

	.home_page_banner .main_img::after {

		height: 40px;

	}

	h3{

		font-size: 28px;

	}

	.home_page_banner_top_wrppr p {

		font-size: 17px;

	}

	.who-we-are-wrapper .row .col-12:last-child{

		order: -1;

		margin-bottom: 30px;

	}

	.ceo-img-holder{

		margin-bottom: 30px;

	}

	.about-ceo-wrapper{

		background-image: none;

	}

	.employe-box li{

		flex: 0 0 100%;

		max-width: 100%;

	}

	.testimonials-box-wrapper{

		padding: 100px 0 40px;

	}

	.banner-below-flow-holder li {

		width: 50%;

		margin: 15px auto;

	}

	.banner-below-flow-holder li:not(:last-child)::after {

		display: none;

	}

	.banner-below-icon img{

		max-width: 60px;

		max-height: 60px;

	}

	.our-investors-wrapper .col-12:not(:last-child){

		margin-bottom: 20px;

	}

	.live-content{

		margin-right: auto;

		text-align: center;

		justify-content: center;

	}

	.live-term-bk-img img{

		width: 100%;

	}

	.mt-100 {

		margin-top: 20px;

	}

	.blog-list-holder > li {

		width: 100%;

	}

	.blog-list-holder{

		margin: 30px -12px 0;

	}

	.blog-list-holder > li{

		padding: 12px;

	}

	.why_bl_eqty_parent{

		margin: 30px 0 0;

	}

	.why_bl_eqty_row_topss_innr::after {

		right: 0;

		bottom: 7px;

	}

	.home .home_page_banner, .home .home_page_banner .main_img, .home .home_page_banner .main_img img{

		min-height: 350px !important;

	}

	.home .home_page_banner .home_page_banner_top {

		padding-top: 108px;

	}

	.home_page_banner_top_wrppr .vbtn {

		margin-top: 0;

	}

	/* .footer-up-section {

		padding-bottom: 0;

	} */

	/* 23.08.22 */

	.home_page_banner_top_wrppr h1 {
		font-size: 44px !important;
		line-height: 1.3;
	}
	.home_page_banner_top_wrppr h1 br{
		display: none;
	}
	.about-banner-holder .about-item {
		margin-bottom: 15px;
	}

}

@media (max-width: 575px) {
	.home_page_banner_top_wrppr h1 {
		font-size: 35px !important;
	}
}

@media (max-width: 479px){

	header .vbtn_hm{

		padding: 8px;

	}

	.navbar-light .navbar-brand {

		max-width: 120px;

	}

	h1 {

		font-size: 30px;

	}

	h2 {

		font-size: 26px;

		line-height: 1.5;

	}

	h3 {

		font-size: 20px;

	}

	h5{

		font-size: 18px;

	}

	.max_lvgs_outer_left{

		flex: 0 0 100%;

		max-width: 100%;

		margin-bottom: 15px;

	}

	.max_lvgs_outer_rtt {

		flex: 0 0 100%;

		max-width: 100%;

		padding-left: 0;

		text-align: center;

	}

	.max_lvgs li{

		padding: 0;

	}

	.opprtny_procss .icon1{

		display: none;

	}

	.opprtny_procss_row_right_ul{

		column-count: 1;

	}

	.opprtny_procss_row_right_li:nth-child(1) {

		margin-top: 15px;

	}

	.how_its_work_li_outerr_left,.how_its_work_li_outerr_rightt {

		flex: 0 0 100%;

		max-width: 100%;

	}

	.how_its_work_li_outerr_rightt{

		padding-left: 0;

		margin-top: 20px;

	}

	.how_its_work_li_outerr_left .dtlss br{

		display: none;

	}

	.how_its_work_li_outerr_left{

		margin-bottom: 30px;

		display: flex;

		flex-wrap: wrap;

		align-items: center;

		justify-content: center;

	}

	.how_its_work_li_outerr_left .number{

		line-height: 80px;

	}

	.how_its_work_li_outerr_left .dtlss{

		position: static;

	}

	.wrappr_numbs{

		display: flex;

		align-items: center;

		flex-direction: column;

		justify-content: center;

	}

	.how_its_work .icon1{

		display: none;

	}

	.triangle_contetnss h3{

		font-size: 22px;

		margin-left: 15px;

	}

	.track_record_success .icon1{

		display: none;

	}

	.track_record_success_slider_outersd_btm{

		padding: 10px;

		bottom: 20px;

	}

	.track_record_success_slider_outersd .main_img img{

		min-height: 250px;

		object-fit: cover;

	}

	.ceo-img-holder {

		width: 250px;

		height: 250px;

	}

	.ceo-img-holder::after {

		width: 100px;

		height: 100px;

		top: 0;

		right: 0;

	}

	.testimonials-holder{

		padding: 40px 15px;

	}

	.employe-details-holder{

		padding: 15px;

	}

	.home_page_banner .main_img img {

		min-height: 250px !important;

	}

	.banner-below-flow-holder li{

		width: 100%;

	}

	.banner-below-content p{

		max-width: 100%;

	}

	h1 br,h2 br,h3 br,h4 br,h5 br,h6 br{

		display: none;

	}

	.multy-content-box {

		padding: 0 ;

		box-shadow: none;

		border-radius: 0;

		background-color: transparent;

	}

	.multy-content-box h2{

		margin-bottom: 10px;

	}

	.multy-family-wrapper{

		background-image: none;

	}

	.place-name{

		margin-top: 20px;

	}

	.time-line-flow li.blank{

		display: none;

	}

	.max-80{

		max-width: 100%;

	}

	.live-content {

		padding: 15px;

	}

	.live-terms-wrapper{

		padding-top: 0;

		padding-bottom: 0;

	}

	.btn-wrapper{

		flex-wrap: wrap;

	}

	.btn-wrapper > *{

		margin: 5px 0;

	}

	.btn-wrapper .btn:nth-last-child(2){

		margin-right: 15px;

	}

	.real-estate h2{

		margin-bottom: 10px;

	}

	.home_page_banner .main_img{

		z-index: 0;

	}

	.home_page_banner::before{

		content: "";

		position: absolute;

		top: 0;

		left: 0;

		right: 0;

		bottom: 0;

		background-color: rgba(255,255,255,0.2);

		z-index: 1;

	}

	.home_page_banner > *{

		z-index: 9;

	}

	.home .home_page_banner::before{

		display: none;

	}

	/* 23.08.22 */

	.home_page_banner_top_wrppr h1 {
		font-size: 28px !important;
	}

}

/** =============== gravity form css ==========================*/
.gform_wrapper .gform_footer {
    padding: 0px 22px 0px !important;
}
.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
    padding: 5px 15px !important;
    font-size: 18px !important;
}
/** ============================= SINGLE BLOG PAGE CSS ====================*/
.singl-blg{
	margin-bottom: 30px;
    margin-left: 15px;
}
.disclaimr{
	margin: 50px 5px 5px;
}