/*
Theme Name: Vantage Capital Partners
Theme URI: https://divireadythemes.com/
Description: We improve the built environtment through property enhancement, development, and management
Author: Divi Ready Themes
Author URI: https://divireadythemes.com/
Template: Divi
Version: Updated for Divi 3+
*/



/*------------------------------------------------*/
/*-------------------[GENERAL]--------------------*/
/*------------------------------------------------*/

body{
	font-weight: 400;
}
h2 {
  	margin-bottom: 10px;
}
#page-container {
  	padding-top: 0 !important;
}
.arrowRight a:hover {
    border-color: #2ed3d9;
}
.arrowRight a:hover span.et-pb-icon {
    color: #2ed3d9;
}
.arrowRight.green a:hover{
	 border-color: #2ed3d9;
}
.arrowRight.green a:hover span.et-pb-icon {
    color: #2ed3d9;
}
.d-flex {
  	display: flex;
  	flex-wrap: wrap;
  	align-items: center;
}

/*------------------------------------------------*/
/*-----------------[HEADER-MENU]------------------*/
/*------------------------------------------------*/

#main-header {
  	background: transparent;
	box-shadow: none;
	padding: 20px 0;
}
#main-header .container {
  	max-width: 100%;
  	width: 100%;
  	padding: 0 30px;
}
#top-menu li a {
  	font-weight: 500;
}
#top-menu li {
  	padding-right: 45px !important;
}
/* header.et-fixed-header {
  	background: #07172f !important;
} */
header.et-fixed-header {
  	background: #0a254c !important;
}
#top-menu-nav > ul > li > a:hover, #top-menu li.current-menu-item a {
    color: #82fbff !important;
    opacity: 1 !important;
}
#main-header.et-fixed-header #top-menu li.current-menu-item > a, #main-header.et-fixed-header #top-menu li.current_page_item > a{
	color: #82fbff !important;
}
.mobile_nav.opened .mobile_menu_bar::before {
  content: "\4d";
}

/*------------------------------------------------*/
/*------------------[HOMEPAGE]--------------------*/
/*------------------------------------------------*/

/*** Banner ***/

.home_Banner, .inner_Banner {
	position: relative;
	overflow: hidden;
}
.home_Banner:before {
	content: "";
	display: block;
	background: rgb(29,46,98);
	background: -moz-linear-gradient(180deg, rgb(29, 46, 98) 60%, rgb(28, 118, 144) 80%);
	background: -webkit-linear-gradient(180deg, rgb(29, 46, 98) 60%, rgb(28, 118, 144) 80%);
	background: linear-gradient(180deg, rgb(29, 46, 98) 60%, rgb(28, 118, 144) 80%);
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	opacity: 0.92;
	left: 0;
}
.inner_Banner:before{
	content: "";
	display: block;
	background: rgb(29,46,98);
	background: -moz-linear-gradient(140deg, rgb(29, 46, 98) 40%, rgb(28, 118, 144) 80%);
	background: -webkit-linear-gradient(140deg, rgb(29, 46, 98) 40%, rgb(28, 118, 144) 80%);
	background: linear-gradient(140deg, rgb(29, 46, 98) 40%, rgb(28, 118, 144) 80%);
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	opacity: 0.93;
	left: 0;
}
.home_Banner:after {
    content: "";
    background: url(images/banner-logo.png) no-repeat;
    width: 552px;
    display: block;
    height: 525px;
    position: absolute;
    right: -180px;
    top: 350px;
}
.inner_Banner:after {
    content: "";
    background: url(images/inner-banner-logo.png) no-repeat;
    width: 324px;
    display: block;
    height: 300px;
    position: absolute;
    right: -60px;
    bottom: 0;
}
.bannerTitle h1 em {
  	font-style: normal;
  	color: #82fbff;
}
.arrowRight a {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	display: flex;
	border: 2px solid #194e9c;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
}
.arrowRight.green a {
    border-color: #fff;
}
.areaRow {
  	display: flex;
  	flex-wrap: wrap;
}
.shadowCol {
  	box-shadow: 10px 4px 40px 10px rgba(0,0,0,0.11) !important;
}

/*------------------------------------------------*/
/*------------------[SUBPAGES]--------------------*/
/*------------------------------------------------*/


/******* Contact Form ********/

.Contact_form {
    margin-top: -280px;
}
.FormStyle_contact .gform_body ul {
    display: flex;
    flex-wrap: wrap;
}
.FormStyle_contact .gform_body ul li.col-6 {
    width: 50%;
    padding: 0 15px !important;
}
.FormStyle_contact .gform_body ul li.col-12 {
    width: 100%;
    padding: 0 15px !important;
}
.FormStyle_contact .gform_body ul li input, .FormStyle_contact .gform_body ul li textarea {
    width: 100% !important;
    margin: 0;
    border: 2px solid #bbbbbb;
    border-radius: 10px;
    padding: 15px !important;
    font-size: 18px !important;
    color: #686868;
	line-height: 1.2 !important;
}
.FormStyle_contact .gform_footer{
    text-align: center;
}
.FormStyle_contact .gform_footer .gform_button {
    cursor: pointer;
	background: #0a254c;
	border: 0;
	color: #fff;
	font-size: 20px;
	line-height: 1.2;
	text-transform: uppercase;
	padding: 20px 50px;
	font-weight: bold;
	border-radius: 10px;
	text-shadow: 0 1px 3px #969696;
}
.FormStyle_contact .gform_footer .gform_button:hover{
	background: #2ed3d9;
}
.FormStyle_contact .gform_wrapper div.validation_error, .FormStyle_contact .gform_wrapper  .gform_submission_error {
	font-size: 18px !important;
	line-height: 1.2;
	padding: 20px;
}
.FormStyle_contact .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description, .gform_wrapper .validation_message{
	display: none;
}
.FormStyle_contact .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container, .FormStyle_contact .gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label{
	margin-top: 0;
}
.FormStyle_contact .gform_wrapper li.gfield.gfield_error, .FormStyle_contact .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning{
	background-color: transparent;
	margin-bottom: 0px !important;
	border-top: 0;
	border-bottom: 0;
}
.FormStyle_contact .gform_wrapper li.gfield.gfield_error#field_1_3{
	max-width: 100% !important;
}
.gform_wrapper li.gfield_error input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]), .gform_wrapper li.gfield_error textarea{
	border-color: #f00;
}
.gform_confirmation_message{
	color: #155724;
	background-color: #d4edda;
	font-size: 18px;
	text-align: center;
	padding: 15px;
	line-height: 1.2
}
.FormStyle_contact .ginput_container_hcaptcha iframe{
	border: 2px solid #bbb;
	border-radius: 6px;
}
.FormStyle_contact .gform_body ul li input::-webkit-input-placeholder {
 	opacity:1;
 	color: #686868;
}
.FormStyle_contact .gform_body ul li input:-moz-placeholder { 
 	opacity:1;
 	color: #686868;
}
.FormStyle_contact .gform_body ul li input::-moz-placeholder {  
 	opacity:1;
 	color: #686868;
}
.FormStyle_contact .gform_body ul li input:-ms-input-placeholder {
 	opacity:1;
 	color: #686868;
}
.FormStyle_contact .gform_body ul li textarea::-webkit-input-placeholder {
 	opacity:1;
 	color: #686868;
}
.FormStyle_contact .gform_body ul li textarea:-moz-placeholder { 
 	opacity:1;
 	color: #686868;
}
.FormStyle_contact .gform_body ul li textarea::-moz-placeholder {  
 	opacity:1;
 	color: #686868;
}
.FormStyle_contact .gform_body ul li textarea:-ms-input-placeholder {
 	opacity:1;
 	color: #686868;
}

/*------------------------------------------------*/
/*-------------------[Footer]---------------------*/
/*------------------------------------------------*/

.footerMenu ul.nav li {
    border-right: 1px solid #fff;
    padding-bottom: 1px;
}
.footerMenu ul.nav li a {
    padding-bottom: 0 !important;
}
.footerMenu ul.nav li:last-child {
    border: none;
}
.socialLinks li a.icon {
    background-color: transparent !important;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    border: 2px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.socialLinks li a.icon::before {
    font-size: 18px !important;
}
.socialLinks li a.icon:hover {
    border-color: #82fbff;
}
.socialLinks li a.icon:hover::before {
    color: #82fbff;
}

/*------------------------------------------------*/
/*--------------------[RWD]-----------------------*/
/*------------------------------------------------*/


/*------------------------------------------------*/
/*------------------------------------------------*/
/*------------------------------------------------*/
/*--[ADD TUTORIAL CUSTOMIZATION BELOW THIS LINE]--*/
/*------------------------------------------------*/
/*------------------------------------------------*/
/*------------------------------------------------*/



/*********** Responsive ***********/

@media (max-width:1440px){
#top-menu li {
  	padding-right: 25px !important;
}
#top-menu li a {
  	font-size: 16px !important;
}
.bannerTitle h1 {
  	font-size: 42px !important;
	padding-bottom: 0 !important;
}
h2 {
  	font-size: 34px !important;
	padding-bottom: 0;
}
p {
  	font-size: 16px;
  	line-height: 26px;
}
.arrowRight a {
  	width: 50px;
  	height: 50px;
}
.home_Banner {
  	padding-top: 120px !important;
}
.home_Banner .et_pb_row{
	width: 60%;
}
.home_Banner .et_pb_row.partnersRow {
  	padding-top: 30px !important;
  	padding-bottom: 30px !important;
}
.home_Banner .et_pb_row.approachRow {
  	padding-top: 30px !important;
}
.inner_Banner {
  	padding-top: 120px !important;
  	padding-bottom: 80px !important;
}
.checklisting ul li {
  	font-size: 16px;
  	padding-left: 35px !important;
}
.checklisting ul li::before {
  	top: 9px !important;
  	width: 20px !important;
  	height: 15px !important;
}	
.process-listing ul li {
  	font-size: 18px;
}
.inner_Banner.contactBanner {
  	padding-bottom: 280px !important;
}
}

@media (max-width:1199px){
.et_pb_row {
  	width: 90%;
}
.home_Banner .et_pb_row {
  width: 70%;
}
#main-header .container {
  	padding: 0px 20px;
}
#top-menu li {
  	padding-right: 15px !important;
}
#logo {
  	max-height: 80% !important;
}
#top-menu li a {
  	font-size: 14px !important;
}
.bannerTitle h1 {
  	font-size: 42px !important;
}
h2 {
  	font-size: 34px !important;
}
.areaRow h3 {
  	font-size: 22px !important;
}
}

@media (max-width:980px){
.bannerTitle h1 {
  	font-size: 38px !important;
}
h2 {
  	font-size: 30px !important;
}
.home_Banner::after {
  	content: none;
}
.logo_container {
  	width: auto !important;
}
#logo {
  	max-height: 100% !important;
  	max-width: 80% !important;
}
.mobile_menu_bar.mobile_menu_bar_toggle {
  	padding-bottom: 0 !important;
}
.mobile_menu_bar::before {
  	font-size: 52px !important;
  	color: #fff !important;
}
#main-header {
  	padding: 10px 0 !important;
}
.et_mobile_menu {
  	background: #07172f;
  	border: none;
  	padding: 0;
}
.et_mobile_menu li.menu-item {
  	border-bottom: 1px solid rgba(255,255,255,0.3);
}
.et_mobile_menu li.menu-item:last-child {
  	border: none;
}
.et_mobile_menu li a {
  	color: #666;
  	padding: 15px 30px;
  	font-size: 16px;
}
.footerMenu .et_pb_menu__menu {
  	display: block;
}
.footerMenu .et_mobile_nav_menu {
  	display: none;
}
.Column_reverse{
	flex-direction: column-reverse;
}
.Column_reverse .et_pb_column:first-child {
  	margin-bottom: 0;
  	margin-top: 30px;
}
.et_pb_row_5.areaRow{
	padding-top: 0;
}
.home_Banner .et_pb_row.partnersRow {
  	margin-top: 0 !important;
}
.home_Banner .et_pb_row {
  	width: 90%;
}
}

@media (max-width:767px){
.bannerTitle h1 {
  	font-size: 28px !important;
  	line-height: 36px;
}
h2 {
  	font-size: 26px !important;
}
#et-top-navigation {
  	padding-top: 20px !important;
}
.mobile_menu_bar::before {
  	font-size: 48px !important;
}
.inner_Banner::after{
	width: 130px;
	height: 124px;
	background-size: contain;
}
.et_mobile_menu {
  	margin-top: 5px !important;
}
.Contact_form {
  margin-top: -216px;
}
.FormStyle_contact .gform_body ul li input, .FormStyle_contact .gform_body ul li textarea{
	font-size: 16px !important;
}
.FormStyle_contact .gform_body ul li.col-6{
	width: 100%;
}
.FormStyle_contact .gform_footer .gform_button{
	width: auto !important;
	padding: 8px 40px;
	font-size: 18px !important;
}
.FormStyle_contact .gform_wrapper div.validation_error{
	font-size: 16px;
}
.FormStyle_contact .gform_wrapper div.validation_error, .FormStyle_contact .gform_wrapper .gform_submission_error{
	font-size: 16px !important;
	padding: 10px;
}
.inner_Banner.contactBanner {
  	padding-bottom: 220px !important;
}
.inner_Banner {
  	padding-top: 100px !important;
	padding-bottom: 50px !important;
}
}

/******* Investment and Development ********/
.investmentMenu{
	position: absolute;
	left: 0;
	right: 0;
	top: -36px;
}
.investment-menu-wrapper.sticky .investmentMenu {
  	position: fixed;
  	top: 94px;
}
.investmentMenu.et_pb_row {
	max-width: 1430px;
}
.investmentMenu .et_pb_menu_0.et_pb_menu {
  background-color: transparent;
}
.investmentMenu .et_pb_menu__menu, .investmentMenu .et-menu-nav{
	width: 100%;
	text-align: center;
	background-color: transparent;
}
.investmentMenu .et-menu-nav .et-menu{
	display: flex !important;
	justify-content: center !important;
	width: 100%;
	background-color: #fff;
	padding: 15px 0 !important;
	border-radius: 10px;
	box-shadow: 0 0 15px rgba(0,0,0,0.15);
	margin-left: 0;
	margin-right: 0;
}
.investmentMenu .et_pb_menu .et-menu > li{
	padding-left: 16px;
	padding-right: 16px;
}
.investmentMenu .et_pb_menu .et-menu > li a.active, .investmentMenu .et_pb_menu .et-menu > li a:hover{
	color: #194e9c !important;
	text-decoration: underline;
	opacity: 1;
}
.checklisting ul{
	padding: 0;
	list-style: none;
}
.checklisting ul li{
	line-height: 1.8;
	margin-bottom: 35px;
	position: relative;
	padding-left: 55px;
}
.checklisting ul li:before{
	background: url(images/check-icon-blue.png) no-repeat;
	position: absolute;
	left: 0;
	top: 12px;
	content: "";
	background-size: contain;
	width: 30px;
	height: 22px;
}
.checklisting.bluecheck ul li:before{
	background: url(images/check-icon-white.png) no-repeat;
	background-size: contain;
}
.checklisting ul li:last-child{
	margin-bottom: 0;
}
#target-markets .textCol{
	width: 55%;
}
.investmentRow h2{
	margin-bottom: 30px;
}
#property-criteria .checklisting ul li{
	margin-bottom: 20px;
}
#property-criteria .checklisting ul li:last-child{
	margin-bottom: 0;
}
.process-listing ul{
	padding-left: 50px;
	padding-bottom: 0;
	position: relative;
}
.process-listing ul:before{
	position: absolute;
	top: -70px;
	bottom: 13px;
	left: 0;
	width: 1px;
	background-color: #a4a4a4;
	content: "";
}
.process-listing ul:after{
	position: absolute;
	top: -100px;
	left: -33px;
	width: 70px;
	height: 70px;	
	content: "";
	background: url(images/logo-icon.png) no-repeat;
	background-size: 40px;
	box-shadow: 0 0 10px rgba(0,0,0,0.15);
	border-radius: 50%;
	background-position: center;
	background-color: #fff;
}
.process-listing ul li{
	padding-bottom: 35px;
	position: relative;
	list-style: none;
}
.process-listing ul li:last-child{
	padding-bottom: 0;
}
.process-listing ul li:before{
	background: #194e9c;
	content: "";
	position: absolute;
	left: -35px;
	top: 8px;
	height: 10px;
	width: 10px;
	border-radius: 50%;
}
.process-listing ul li:after{
	width: 15px;
	height: 1px;
	background-color: #a4a4a4;
	content: "";
	position: absolute;
	left: -50px;
	top: 12px;
}
#diligence-process .et_pb_column {
	margin-top: -320px;
}
#diligence-process h2 span{
	background-color: #fff;
	padding: 0 20px;
	position: relative;
}
#diligence-process h2 span:before{
	width: 225px;
	height: 1px;
	background-color: #a4a4a4;
	content: "";
	position: absolute;
	right: 100%;
	top: 30px;
}
@media (max-width:1600px){
	.investmentMenu .et_pb_menu__menu .et-menu-nav ul li a {
		font-size: 15px;
	}
}
@media (max-width:1439px){
	.investmentMenu .et_pb_menu .et-menu > li {
  		padding-left: 10px;
	  	padding-right: 10px;
	}
}
@media (max-width:1365px){
	.investmentMenu .et_pb_menu__menu .et-menu-nav ul li a {
  		font-size: 14px;
	}
	#diligence-process h2 span::before{
		width: 160px;
	}
}
@media (max-width:1279px){
	.investmentMenu .et_pb_menu__menu .et-menu-nav ul li a {
  		font-size: 13px;
	}
	.investmentMenu .et_pb_menu .et-menu > li {
  		padding-left: 7px;
	  	padding-right: 7px;
	}
}
@media (max-width:980px){
	.investmentMenu .et_pb_menu .et_mobile_nav_menu{
		display: none;
	}
	.investmentMenu .et_pb_menu__menu{
		display: block;
	}
	.investment-menu-wrapper.sticky .investmentMenu{
		top: 34px;
		width: 100%;
	}
	.investment-menu-wrapper.sticky .et-menu-nav .et-menu{
		border-radius: 0;
	}
	.investmentMenu .et_pb_menu__menu .et-menu-nav ul li a{
		padding-bottom: 3px;
	}
	.investmentMenu .et-menu-nav .et-menu{
		padding: 7px 0 8px !important;
	}
	#target-markets .textCol{
		margin-bottom: 0;
	}
}
@media (max-width:767px){
	#investment-philosophy.et_pb_section {
		padding-top: 110px;
	}
	#risk-management.et_pb_section{
		padding-bottom: 80px;
		margin-top: 0;
	}
	#diligence-process .et_pb_column {
  		margin-top: -115px;
	}	
	.process-wrapper h2{
		padding: 0 30px;
	}
	#diligence-process h2 span::before {
  		width: 70px;
	}
	.process-listing ul li{
		padding-bottom: 20px;
	}
}
/* Our Firm */
#et-main-area{
	overflow: hidden;
}
.historySlider {
	max-width: 1380px;
	width: 100%;
	margin: 0 auto;
	padding-left: 110px !important;
	padding-right: 110px !important;
}
.historyRow figure{
	height: 74px;
	width: 74px;
	border-radius: 50%;
	background: #0a254c;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	left: 0;
	bottom: 0;
}
.historyRow figure img{
	width: auto !important;
}
.historyBox{
	position: relative;
	padding-left: 80px;
	padding-top: 10px;
	padding-bottom: 25px;
	min-height: 265px;
}
.historyBox h3{
	font-weight: 500;
	font-size: 26px;
	line-height: 1.2;
}
.historyBox p{
	font-size: 17px;
	color: #1c1c23;
	line-height: 1.5;
}
.historyBox .year{
	color: #0a254c;
	font-weight: 500;
	font-size: 26px;
	line-height: 1.2;
	position: absolute;
	left: -80px;
	top: 82px;
	transform: rotate(-90deg);
	width: 190px;
	text-align: center;
}
.historyBox::before {
  	position: absolute;
  	left: 37px;
  	top: 0;
  	height: 100%;
  	width: 1px;
  	background-color: #898989;
  	content: "";
}
.historyBox:after{
	position: absolute;
	left: 33px;
	top: 0;
	height: 10px;
	width: 10px;
	background-color: #194e9c;
	content: "";
	border-radius: 50%;
}
.historySlider .owl-stage-outer{
	max-width: 1380px;
	width: 100%;
	margin: 0 auto;
	height: 475px;
}
.historySlider .owl-stage-outer::before {
  	content: "";
  	position: absolute;
  	top: 50%;
  	height: 3px;
  	background-color: #d7d7d7;
  	width: 100%;
	transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	margin-top: -10px;
}
.historySlider .owl-item:nth-child(odd){
	margin-top: 240px;
}
.historySlider .owl-item:nth-child(odd) figure{
	bottom: auto;
	top: -50px;
}
.historySlider .owl-item:nth-child(odd) .historyBox{
	padding-top: 40px;
	padding-bottom: 10px;
}
.historySlider .owl-item:nth-child(odd) .historyBox::after{
	top: auto;
	bottom: 30px;
}
.historySlider .owl-item:nth-child(odd) .historyBox .year{
	top: 100px;
}
.historySlider:before{
	content: "";
	position: absolute;
	top: 50%;
	right: 100%;
	height: 3px;
	background-color: #d7d7d7;
	width: 100%;
	transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	margin-top: -10px;
	margin-right: -140px;
}
.historySlider:after{
	content: "";
	position: absolute;
	top: 50%;
	left: 100%;
	height: 3px;
	background-color: #d7d7d7;
	width: 100%;
	transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	margin-top: -9px;
	margin-left: -140px;
}
.chrome .historySlider:after{
	margin-top: -10px;
}
.historySlider .owl-nav {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
	margin-top: -35px;
}
.historySlider .owl-nav button{
	position: absolute;
	height: 52px;
	width: 52px;
	background-color: #fff !important;
	border-radius: 50%;
	box-shadow: 0 0 15px rgba(0,0,0,0.1);
	background-position: center !important;
	background-repeat: no-repeat !important;
	font-size: 0!important;
}
.historySlider .owl-nav .owl-prev{
	left: 10px;
	background-image: url(./images/left-arrow-icon.png) !important;	
}
.historySlider .owl-nav .owl-next{
	right: 10px;
	background-image: url(./images/right-arrow-icon.png) !important;
	z-index: 1;
}
#history:before{
	content: "TIMELINE";
	position: absolute;
	left: -120px;
	bottom: -50px;
	font-weight: bold;
	color: #dfdfdf;
	transform: rotate(-90deg);
	font-size: 90px;
	opacity: 0.5;
	z-index: 2;
}
.et_pb_row.historyRow{
	width: 100%;
	padding: 0;
	margin: 0;
	max-width: 100%;
}
.firm-menu-wrapper .investmentMenu .et-menu-nav .et-menu{
	width: 100%;
	max-width: 770px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
}
.firm-menu-wrapper .investmentMenu .et_pb_menu .et-menu > li{
	padding-left: 25px;
	padding-right: 25px;
}
.firm-menu-wrapper.investment-menu-wrapper.sticky .investmentMenu{
	top: 94px;
}
.font-weight-medium h3{
	font-weight: 500;
}
.missionRow h2{
	font-weight: 500;
	font-size: 50px;
}
.btmbdr h2{
	position: relative;
	padding-bottom: 25px;
	margin-bottom: 20px;
}
.btmbdr h2:after{
	height: 3px;
	width: 145px;
	background-color: #32e2e8;
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
}
.valuesRow .et_pb_module h3{
	font-size: 28px;
	padding-bottom: 15px;
}
.teamRow h4{
	color: #868686;
	font-size: 17px;
	font-style: italic;
	line-height: 1.2;
	padding-bottom: 20px;
	font-weight: 400;
}
.error404 #page-container #et-boc .et-l--footer .et_builder_inner_content .et_pb_column .socialLinks li a.icon{
	background-color: transparent !important;
}
@media (max-width: 1600px){
	.firm-menu-wrapper .investmentMenu .et_pb_menu__menu .et-menu-nav ul li a {
  		font-size: 17px;
	}
	#history::before{
		font-size: 60px;
	}
}
@media (max-width: 1439px){
	.historySlider .owl-nav .owl-prev{
		left: 30px;
	}
	.historySlider .owl-nav .owl-next{
		right: 30px;
	}
	.historySlider::after{
		margin-top: -10px;
	}
	.historySlider .owl-item:nth-child(2n+1) .historyBox{
		padding-top: 30px;
	}
}
@media (max-width: 1279px){
	.historySlider::after {
  		margin-top: -9px;
	}
}
@media (max-width: 1023px){
	.historyBox h3{
		font-weight: 600;
		font-size: 18px;
	}
	.historyBox p{
		font-size: 15px;
		line-height: 1.3;
	}
	.historyBox .year{
		font-size: 22px;
	}
	.historyBox{
		padding-left: 70px;
	}
	.historySlider::after {
  		margin-top: -10px;
	}
	#history::before{
		bottom: -80px;
	}	
}
@media (max-width: 980px){
	.firm-menu-wrapper .investmentMenu .et-menu-nav .et-menu{
		margin-top: 12px;
	}
	.firm-menu-wrapper.investment-menu-wrapper.sticky .investmentMenu {
  		top: -13px;
	}
	.et_pb_row.et_pb_row_12.areaRow.valuesRow{
		padding-top: 0;
	}
}
@media (max-width: 767px){
	.firm-menu-wrapper .investmentMenu .et_pb_menu__menu .et-menu-nav ul li a {
  		font-size: 15px;
  		line-height: 1;
	}
	.historySlider .owl-item:nth-child(2n+1) {
  		margin-top: 0;
	}
	.historyBox{
		min-height: auto;
	}
	#history::before {
  		font-size: 40px;
		left: -55px;
	}
	.historySlider{
		padding-left: 70px !important;
		padding-right: 70px !important;
	}
	.historySlider .owl-stage-outer::before, .historySlider::before, .historySlider::after{
		display: none;
	}
	.firm-menu-wrapper .investmentMenu .et_pb_menu .et-menu > li {
  		padding-left: 15px;
  		padding-right: 15px;
	}
	.historySlider .owl-nav .owl-next {
  		right: 16px;
	}
	.historySlider .owl-nav .owl-prev {
  		left: 16px;
	}
	.historySlider .owl-nav button{
		height: 45px;
		width: 45px;
		background-size: 20px !important;
	}
	.historySlider .owl-stage-outer{
		height: auto;
	}
	.et_pb_section_3.historySlider{
		margin-bottom: 350px !important;
	}
	.historySlider .owl-item:nth-child(2n+1) .historyBox {
  		padding-top: 60px;
	}
	.historySlider .owl-item:nth-child(2n+1) .historyBox::after {
  		top: auto;
  		bottom: 0;
	}
	.historyBox .year, .historySlider .owl-item:nth-child(2n+1) .historyBox .year {
  		font-size: 22px;
		top: 50%;
	}
	.historySlider .owl-item:nth-child(2n+1) .historyBox .year {
  		top: 130px;
	}
	.historyRow figure{
		bottom: auto !important;
		top: 0 !important;
		height: 50px;
		width: 50px;
		left: 12px !important;
	}
	.historyRow figure img{
		width: 30px !important;
	}
	.historyBox {
  		padding-left: 60px;
		padding-top: 60px;
	}
	.historyBox::after{
		bottom: 0;
		top: auto;
	}
}