.page-not-elementor .site-main,
.page-with-wrapper .site-main {
	padding: 60px 0;
}

/* Tables */
table {
	border-collapse: collapse;
}
th, td {
	border-top: 1px solid #E0E1E4;
	border-bottom: 1px solid #E0E1E4;
	padding: 4px 20px;
}
th {
	background-color: #F5F6F8;
}

.table-style-1 th,
.table-style-1 td {
    border: 1px solid #E0E1E4;
}

/* Tabs */
.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-desktop-title {
	border-right: none;
}
.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-desktop-title:last-child {
    border-right: 1px solid #E9ECEF;
}
.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-desktop-title.elementor-active:before,
.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-desktop-title.elementor-active:after {
    display: none;
}
.elementor-widget-tabs .elementor-tabs-content-wrapper {
    border: 1px solid #E9ECEF;
}
.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-content {
    border: none;
}
.elementor-widget-tabs .elementor-tab-desktop-title.elementor-active {
    background: #F8F9FA;
    border-color: #E9ECEF;
}
.elementor-widget-tabs .elementor-tab-desktop-title {
    border-color: #E9ECEF;
    border-bottom: none;
}
.elementor-widget-tabs .elementor-tab-content,
.elementor-widget-tabs .elementor-tab-title,
.elementor-widget-tabs .elementor-tab-title:after,
.elementor-widget-tabs .elementor-tab-title:before, 
.elementor-widget-tabs .elementor-tabs-content-wrapper {
    border-color: #E9ECEF;
}


div .elementor-widget-tabs.tab-style-1 .elementor-tab-desktop-title:last-child,
div .elementor-widget-tabs.tab-style-1 .elementor-tab-desktop-title {
	border: none;
	border-bottom: 2px solid;
    border-color: #E9ECEF;
}
div .elementor-widget-tabs.tab-style-1 .elementor-tab-desktop-title.elementor-active {
    border-bottom: 2px solid #2CC6FA!important;
    background: none;
}
.elementor-widget-tabs.tab-style-1 .elementor-tabs-content-wrapper {
    border: none;
}
.elementor-widget-tabs.tab-style-1 .elementor-tab-content {
    padding: 20px 0;
}

/* Custom-scrollbar */
.custom-scrollbar,
.custom-scrollbar.elementor-widget,
.investment-process .timeline-item__card-desc {
    overflow-y: auto;
    overflow-x: hidden;
	padding-right: 15px;
	backface-visibility: hidden;
	/* transform: translateY(0px); */
}
.custom-scrollbar::-webkit-scrollbar,
.custom-scrollbar.elementor-widget::-webkit-scrollbar,
.investment-process .timeline-item__card-desc::-webkit-scrollbar {
    width: 2px;
}
.custom-scrollbar::-webkit-scrollbar-track,
.custom-scrollbar.elementor-widget::-webkit-scrollbar-track,
.investment-process .timeline-item__card-desc::-webkit-scrollbar-track {
    border: none;
	background: #E9ECEF;
	/* box-shadow: inset 0 0 6px rgba(0,0,0,0.2); */
}
.custom-scrollbar::-webkit-scrollbar-thumb,
.custom-scrollbar.elementor-widget::-webkit-scrollbar-thumb,
.investment-process .timeline-item__card-desc::-webkit-scrollbar-thumb {
    -webkit-border-radius: 1.250em;
    border-radius: 1.250em;
    border-color: #495056;
}
.custom-scrollbar::-webkit-scrollbar-thumb:hover,
.custom-scrollbar.elementor-widget::-webkit-scrollbar-thumb:hover {
    border-color: #495056;
}

.custom-scrollbar.style-white::-webkit-scrollbar-track,
.custom-scrollbar.style-white.elementor-widget::-webkit-scrollbar-track {
	background: #ffffff50;
}
.custom-scrollbar.style-white::-webkit-scrollbar-thumb,
.custom-scrollbar.style-white.elementor-widget::-webkit-scrollbar-thumb {
    border-color: #fff;
}
.custom-scrollbar.style-white::-webkit-scrollbar-thumb:hover,
.custom-scrollbar.style-white.elementor-widget::-webkit-scrollbar-thumb:hover {
    border-color: #fff;
}

/* Item - post */
.item-post {
	width: 409px;
	max-width: 100%;
	margin-bottom: 30px;
	background: #fff;
	box-shadow: 0 0 7px 0 rgb(2 6 19 / 12%);
	line-height: 1;
	border-radius: 4px;
}
.item-post .image{
	border-radius: 4px 4px 0px 0px;
}
.item-post .image img{
	border-radius: 4px 4px 0px 0px;
    transition: transform .5s ease;
}
.item-post .image img{
	border-radius: 4px 4px 0px 0px;
	
}
.item-post .image:hover img {
	transform: scale(1.03);
}
.item-post .image-tag {
    display: inline-block;
    position: absolute;
    top: 10px;
    left: 10px;
    pointer-events: none;
    color: #fff;
    font-size: 10px;
    font-weight: normal;
    text-transform: uppercase;
    line-height: 1;
    z-index: 1;
    background: #A3D55F;
    padding: 5px 8px;
    border-radius: 4px;
}
.item-post .s2 {
    min-height: 200px;
	padding: 20px 20px 45px;
	line-height: 1.8;
}
.item-post .s2 .link-container{
	position: absolute;
	bottom: 25px;
}
.item-post .heading {
    font-weight: bold;
	font-family: 'Brandon Grotesque';
    font-size: 18px;
    text-transform: uppercase;
    line-height: 1.2;
	margin-bottom: 8px;
	height: 46px;
	display: flex;
	align-items: center;
}
.item-post .heading a {
    text-decoration: none;
}
.item-post .text {
    font-size: 12px;
	height: 46px;
	margin-bottom: 20px;
}
.item-post .more-link {
	font-family: 'Brandon Grotesque';
	text-decoration: underline;
	font-size: 13px;
	font-weight: bold;
	letter-spacing: 1px;
	text-transform: uppercase;
}
.item-post .more-link:hover {
    text-decoration: none;
}


.social-item {
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 11px;
}
.social-item .icon {
    height: 51px;
    width: 51px;
    border: 1px solid #E9E2DC;
    background-color: #FFFFFF;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.social-item .m {
    font-weight: 700;
    margin-left: 17px;
}
.social-item.envelope-o .m:before {
    content: 'Email';
    display: block;
    font-weight: 400;
    font-size: 12px;
    line-height: 1;
}


/* Custom Classes */
.fullwidth-override {
	margin-left: -4000px;
	padding-left: 4000px;
	margin-right: -4000px;
	padding-right: 4000px;
}

.elementor-toggle .elementor-tab-content a,
.elementor-accordion .elementor-tab-content a,
.elementor-text-editor a {
    text-decoration: underline;
    font-weight: 700;
}

.ff-custom-dropdown {
    position: relative;
}
.ff-custom-dropdown .selected-text {
    border: 1px solid #E9ECEF;
	min-height: 50px;
	padding: 10px 30px 10px 10px;
	cursor: pointer;
    position: relative;
}
.ff-custom-dropdown .selected-text:after {
	content: '';
	font-family: 'icomoon';
	pointer-events: none;
	position: absolute;
	right: 10px;
}
.ff-custom-dropdown.show-options .selected-text:after {
    content: '';
}
.ff-custom-dropdown .options {
    display: none;
	position: absolute;
	width: 100%;
	background: #fff;
	z-index: 100;
	border: 1px solid #E9ECEF;
	max-height: 300px;
	overflow: auto;
}
.ff-custom-dropdown.show-options .options {
    display: block;
}
.ff-custom-dropdown .option {
    cursor: pointer;
    padding: 4px 12px;
    border-bottom: 1px solid #E9ECEF;
}
.ff-custom-dropdown .option:last-child {
    border-bottom: none;
}
.ff-custom-dropdown .option.selected,
.ff-custom-dropdown .option:hover {
    background-color: #fafafa;
}

.ff-toggle .elementor-toggle-item {
    margin-bottom: 20px;
}
.ff-toggle .elementor-toggle-title {
    font-family: 'Brandon Grotesque';
}