/*====================================
*  heading 
* ===================================*/
h2, h3{
	font-weight:275!important;
	font-family:"Poppins", Sans-serif !important;
}

p, .elementor-widget-text-editor{
	font-family:"Poppins", Sans-serif !important;
    font-weight: 200!important;
}
/*====================================
*  header-section
* ===================================*/

.header-section{
	background-color: rgba(255, 255, 255, 0.8) !important;
}

.main-menu a{
	position:relative;
}

.main-menu a:before{
	content: '';
    height: 1px;
    width: 0%;
    position: absolute;
    background-color: #5d5828 !important;
    bottom: 0;
	transition:.2s;
}
.main-menu a:hover:before{
    width: 100%;
}

/*====================================
*  our-team-linear-bg
* ===================================*/
.our-team-linear-section{
	overflow:hidden;
}
.our-team-linear-bg{
	width: calc(100% + 30%);
}
/*====================================
* portfolio-post-list
* ===================================*/

.portfolio-post-list .pp-post-thumbnail-wrap img{
	width:auto !important; 
  	filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
}
.portfolio-post-list .pp-post:hover img{
	filter: grayscale(0%);
	-webkit-filter: grayscale(0%);
}
.portfolio-post-list .pp-posts-grid{
	height:128px;
}
.portfolio-post-list .pp-post {
	overflow:hidden;
	padding: 10px;
	text-align: center;
	position:relative;
	transform: translateY(0px);
	transition:.5s;
	cursor:pointer;
}
.portfolio-post-list .pp-post-content{
	transform: translateY(140%);
	position:absolute;
	transition:.2s;
}
.portfolio-post-list .pp-post:hover{
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
	border-radius: 20px; 
	transform: translateY(-100px);
}

.portfolio-post-list .pp-post:hover .pp-post-content{
	transform: translateY(0px);
	position:relative;
}

/*====================================
* portfolio-post-list
* ===================================*/
.our-news-section .pp-post-thumbnail-wrap img{
	width:auto !important; 
}

.our-news-section .pp-post.pp-grid-item{
	display:flex;
	gap:40px;
}
.our-news-section .pp-post-content{
	width:70% !important;
	flex-basis:unset !important;	
	position:relative;
	padding-bottom:50px;
}
.our-news-section .pp-post-thumbnail {
	width:30%;
	flex-basis:unset !important;
}
.our-news-section .pp-post{
	border-bottom:1px solid rgba(220, 216, 183, 1);
	!important;
	padding-bottom: 20px;
}
.our-news-section .pp-posts-button{
	background-color:transparent !important;
	padding:0px;
	color:#4C4710 !important;  
	position: absolute !important;
	bottom: 10px;
	border-radius:0px;
	line-height:2em;
	border-bottom: 2px solid #4C4710;
	font-weight: 400;
	transition:.2s;
}
.our-news-section .pp-posts-button:hover{
	color:#FFF !important;
}

.our-news-section .pp-post-load-more .pp-button-icon {
	margin-left:15px; 
	position:relative;
	width:20px;
}

.our-news-section .pp-post-load-more .pp-button-icon:before{
	content: '' !important;
    background-image: url(https://orfeostorydev.com/tembusu/wp-content/uploads/2024/04/arrow-butto.svg);
    position: absolute;
    width: 14px;
    height: 8px;
    top: -8px;
    right: 0;
	transition:.2s;
}
.our-news-section .pp-post-load-more:hover .pp-button-icon:before{
    background-image: url('https://orfeostorydev.com/tembusu/wp-content/uploads/2024/04/arrow-white.svg');
}
/*====================================
*  Gradient bg
* ===================================*/

.gradient-bg-left{
	background-color: transparent;
	background-image: linear-gradient(90deg, #E4D86A 1%, #AAEB80 31%, #FFFFFF 14%);
}

.gradient-bg-right{
		background-color: transparent;
	background-image: linear-gradient(270deg, #E4D86A 1%, #AAEB80 31%, #FFFFFF 14%);
}


/*====================================
*  team Page
* ===================================*/


.team-grid .pp-post-thumbnail{
    position: relative;
    text-align: center;
    
}
.team-grid .pp-post-thumbnail img{
	width:auto !important;
}
.team-grid .pp-post-thumbnail-wrap a:hover:before{
    background: none;
    transition: all 1s ease-in-out;
}
.team-grid .pp-post-wrap{
	position:relative;
	padding-bottom:40px;
}
/*====================================
*  Button Style
* ===================================*/

.button-style .elementor-button {
	padding:0px; 
	border-bottom: 2px solid #4C4710;
	border-radius:0px;
	font-family: "Poppins", Sans-serif;
	font-size: 1em;
	line-height:2em;
	font-weight: 400;
	position:relative;
	background-color:transparent !important;
	color:#4C4710; 
	transition:.2s;
	z-index:9;
	cursor:pointer;
}
.button-style .elementor-button:hover{
	color:#FFF !important;
	padding-left:10px;
	padding-right:10px;
}

.button-style .elementor-button:before{
	content: '';
	background: #4c4710;
	width: 0%;
	height: 100%;
	position: absolute;
	left: 0;
	z-index: -1;
	transition:.4s ease-in-out;
}
.button-style .elementor-button:hover:before{
	width: 100%; 
}
.button-style .elementor-button:hover svg path{
	fill:#FFF;
}
.button-style .elementor-align-icon-right{
	margin-left:40px;
} 

.button-style .pp-buttons-group .pp-button-icon{
	margin-bottom:-3px;
}
/* .button-style .elementor-button{
font-weight: 400;
background: linear-gradient(to right, #E4D86A, #E4D86A 50%, #4C4710 50%);
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-size: 200% 100%;
background-position: 100%;
transition: background-position 275ms ease;
text-decoration: none;
cursor:pointer;
} */
.button-style-dark{
	background: linear-gradient(to right, #18170c, #E4D86A 50%, #4C4710 50%)!important;

}
.button-style .elementor-button:hover {
	background-position: 0 100%;
}

.tembusulink a{
	color: #1C1C1C;
}


.button-arrow-wrap{
	position:relative;
	display:inline-block;
	width:180px;
	height:150px;
    mix-blend-mode: multiply;
}
.button-arrow-wrap:not(.reverse){
 	top: -20px;
}
.button-arrow-wrap:not(.reverse) .arrow{
/* 	bottom: -9px; */
}
.button-arrow-main{

	/*   width:0;
	height:0;
	background-color:transparent; */
	/*   border-bottom:5px solid #dcd8b7;
	border-left:5px solid #dcd8b7;
	border-bottom-left-radius:15px; */
}
.arrow-left-line{
	left: 0;
	position: absolute;
	top: 0;
	width:6px;
	height: 0;
	background: #dcd8b7;
	border-radius: 10px 10px 0 15px;
}
.arrow-bottom-line{
	left: 0;
	position: absolute;
	bottom: 0;
	width:0;
	height: 6px;
	background: #dcd8b7;
	border-bottom-left-radius: 15px;
}

.button-arrow-wrap.reverse .arrow-left-line{
	left: unset;
	right: 0;
	border-radius: 10px 10px 15px 0;
}
.button-arrow-wrap.reverse .arrow-bottom-line{
	border-bottom-right-radius: 15px;
	border-bottom-left-radius: 0;
	left: unset;
	right: 0;
}
.arrow{
	position: absolute;
	border: solid #dcd8b7;
	border-width: 0 6px 6px 0;
	display: inline-block;
	transform: rotate(-45.5deg);
	-webkit-transform: rotate(-45.5deg);
	right: 0;
	bottom: -10.5px;
	opacity: 0;
}

.button-arrow-wrap.reverse .arrow{
	transform: rotate(132deg);
	-webkit-transform: rotate(132deg);
	right: unset;
	bottom: -10px;
}


/*=============================
 * footer-bottom
 *============================= */

.footer-bottom .green{
	color:#6DB43F;
}

.footer-bottom a{
	color:#4C4710 !important;
}
.footer-bottom a:hover{
	text-decoration:underline;
}
.footer-menu-style .elementor-icon-list-item a{
	position:relative;
}

.footer-menu-style .elementor-icon-list-item a:before{
	content: '';
    height: 1px;
    width: 0%;
    position: absolute;
    background: #4C4710;
    bottom: 0;
	transition:.2s;
}
.footer-menu-style .elementor-icon-list-item a:hover:before{
    width: 100%;
}

/*========================================
 * custom-popup-container
 * =======================================*/

.custom-popup-container{
    background: #00000069;
	position: fixed;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0;
	display:none;
}
.custom-popup-inner{
	display: flex;
	align-items: center;
	min-height: calc(100% - 3.5rem);
	margin: 1.75rem auto;
}
.custom-popup-wraper{
	max-width: 900px;
    background: #E9E9E9;
    min-height: 200px;
    margin: 0px auto;
    border-radius: 15px;
    padding: 50px 40px;
	position:relative;
	width:100%;
}
.popup_post_content{
	display:flex;
	gap:30px;
}
.profile_image{
	width:30%;
}
.profile_content{
	width:70%;
}

.custom-popup-wraper .close{
	color: #1c1c1c;
    border: 0px;
    background: transparent;
    font-size: 1.5em;
    position: absolute;
    right: 10px;
    top: 10px;
    outline: 0;
}

.profile_content h2{
	font-size:2.5em;
	margin:0px;
}
.details p{
	font-size: .9em;
	font-weight:300 !important;
	line-height:1.58em;
}
.profile_content .position{
	font-weight: 400;
    font-size: 1.2em;
    margin-bottom: 20px;
	margin-top:10px;
}
.profile_content .position span{
	display: block;
}
.team_post_popup_item .elementor-button-text{
	order:unset;
}
ul.social-link{
	padding:0px;
	list-style:none;
	margin-top:10px;
}
ul.social-link li svg{ 
	width:24px;
}
ul.social-link li svg path{ 
	fill:#1c1c1c;
}
.button-style.pop{
	position: absolute;
    bottom: 0;
    text-align: center;
    width: 100%;
}


/*============================
 * 
 * ============================*/
.portfolio-companies-section .pp-posts-container{
	margin-top: 40px;
}
.portfolio-companies-section .pp-post-filters .pp-post-filter{
	padding: 0;
	font-size: 16px;
	line-height: 40px;
	transition: 0.4s;
	color: #4c4710;
	background: transparent;
	padding-left: 0;
	position: relative;
	border-bottom: 2px solid #4C4710;
	max-width:200px;
	width:100%;
}
.portfolio-companies-section .pp-post-filters .pp-post-filter:before{
	content: '';
	background: #666233;
	width: 0%;
	height: 100%;
	position: absolute;
	left: 0;
	z-index: -1;
	transition: .4s ease-in-out;
}
.portfolio-companies-section .pp-post-filters .pp-post-filter:hover::before {
  width: 100%;
}
.portfolio-companies-section .pp-post-filters .pp-post-filter:hover{
	color: #fff;
	padding-left: 10px;
	padding-right: 10px;
} 
.portfolio-companies-section .pp-post-filters .pp-filter-current{
	color: #fff;
	background: #4c4710;
	padding: 2px 23px !important;
	line-height: 36px;
	margin-right: 15px !important;
}
.portfolio-companies-section .pp-post-thumbnail{
	margin-bottom: 8px;
}
.portfolio-companies-section .pp-post-thumbnail-wrap{
	text-align: center;
}
.portfolio-companies-section .pp-post-thumbnail-wrap img{
	min-height: 60px;
	height: 100%;
	max-width: 85%;
	filter: grayscale(100%);
  	-webkit-filter: grayscale(100%);
}
.portfolio-companies-section .pp-post-filters li:first-child{
	display: none;
}
.portfolio-companies-section .elementor-grid-item{
	overflow: hidden;
/* 	padding: 17px 10px; */
	text-align: center;
	position: relative;
	transform: translateY(0px);
	transition: .5s;
	cursor: pointer;
	min-height: 264px;
	background: #fff;
	border-radius: 8px;
	background: #fff;
}
.portfolio-companies-section .elementor-grid-item:hover{
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
	transform: translateY(-20px);	
	position: relative;
	border-radius: 8px;
	background: linear-gradient(180deg, #E4D86A 0%, #AAEB80 100%);
	padding: 2px;
}
.portfolio-companies-section .elementor-grid-item .pp-post-thumbnail{
	transition: .4s;
	margin-bottom: -90px !important;
}
.portfolio-companies-section .elementor-grid-item:hover .pp-post-thumbnail{
	margin-bottom: -20px;	
}
.portfolio-companies-section .pp-post {
	background: #fff;
	border-radius: 8px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
.portfolio-companies-section .elementor-grid-item .pp-post-excerpt{
	opacity: 0;
}
.portfolio-companies-section .elementor-grid-item .pp-posts-button{
	opacity: 0;
}
.portfolio-companies-section .pp-post:hover {
/* 	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
	border-radius: 20px;
	transform: translateY(-20px); */
}
.portfolio-companies-section .elementor-grid-item:hover .pp-post-excerpt{
	opacity: 1;
}
.portfolio-companies-section .elementor-grid-item:hover .pp-posts-button{
	opacity: 1;
}
.portfolio-companies-section .elementor-grid-item:hover .pp-post-thumbnail-wrap img{
	filter: grayscale(0%);
	-webkit-filter: grayscale(0%);
}
.portfolio-companies-section .pp-post-excerpt p{
	margin: 0;
}
.portfolio-companies-section .elementor-align-icon-right {
  margin-left: 0;
}
.portfolio-companies-section .pp-post-excerpt span{
	color: #4b4b4b;
	font-weight: 500;
}
.portfolio-companies-section .pp-posts-pagination a{
	position: relative;
	border-bottom: 2px solid #4C4710;
	max-width: 45px;
	width: 100%;
}
.portfolio-companies-section .pp-posts-pagination a:hover{
	color: #fff !important;
	position: relative;
	z-index: 999;
}
.portfolio-companies-section .pp-posts-pagination a:before{
	content: '';
	background: #4c4710;
	width: 0%;
	height: 100%;
	position: absolute;
	left: 0;
	z-index: -1;
	transition: .4s ease-in-out;
}
.portfolio-companies-section .pp-posts-pagination a:hover::before {
	width: 100%;
}
.portfolio-companies-section .pp-posts-pagination .current{
	background: #4c4710;
	width: 48px;
	border-bottom: 2px solid #4C4710;
	line-height: 27px !important;
}


.single-portfolio-content img{
	padding: 25px;
	box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
.single-portfolio-content p a{
	color: #4C4710;
	transition: .4s;
	position: relative;
}
.single-portfolio-content .right-column img{
	padding: 0;
	box-shadow: none;
}
.elementor-widget-theme-post-excerpt span{
	display: none;
}
.single-portfolio-content p a:before{
	content: '';
	background: #4c4710;
	width: 0%;
	height: 1px;
	position: absolute;
	left: 0;
	z-index: -1;
	transition: .4s ease-in-out;
	bottom: -4px;
}
.single-portfolio-content p a:hover::before{
	width: 100%;
}
.single-portfolio-content p a:hover{
	color: #1c1c1c;
}
.single-portfolio-content .elementor-post__title a{
	transition: .4s;
	position: relative;
}
.single-portfolio-content .elementor-post__title a:before{
	content: '';
	background: #4c4710;
	width: 0%;
	height: 1px;
	position: absolute;
	left: 0;
	z-index: -1;
	transition: .4s ease-in-out;
	bottom: -4px;
}
.single-portfolio-content .elementor-post__title a:hover::before{
	width: 100%;
}

.contact-us-section .gform_body input{
	height: 48px;
}
.contact-us-section .gform_body input:focus{
	box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
}
.contact-us-section .gform_body textarea{
	resize: none;
	height: 130px !important;
}
.contact-us-section .gform_body textarea:focus{
	box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
}
.contact-us-section .gform_wrapper.gravity-theme .gfield_label {
	font-weight: 400;
	margin-bottom: 12px;
}
.contact-us-section .gform_wrapper .gfield_required {
	color: #4b4b4b;
}
.contact-us-section .gform_footer{
	padding: 0px !important;
	border-bottom: 2px solid #4C4710 !important;
	border-radius: 0px;
	font-family: "Poppins", Sans-serif;
	font-size: 1em;
	line-height: 2em;
	font-weight: 400;
	position: relative;
	background-color: transparent !important;
	color: #4C4710 !important;
	transition: .2s !important;
	z-index: 9;
	cursor: pointer;
	margin-top: 23px !important;
	width: 120px !important;  
}
.contact-us-section .gform_footer:hover{
	color: #fff !important;
}
.contact-us-section .gform_footer:before{
	content: '';
	background: #4c4710;
	width: 0%;
	height: 100%;
	position: absolute;
	left: 0;
	z-index: -1;
	transition: .4s ease-in-out;
}
.contact-us-section .gform_footer:after{
	position: absolute;
	right: 0;
	content: url("https://orfeostorydev.com/tembusu/wp-content/uploads/2024/04/arrow-butto.svg");
}
.contact-us-section .gform_footer:hover::after{
	padding-right: 10px !important;
	filter: invert(2%) sepia(15%) saturate(7446%) hue-rotate(174deg) brightness(119%) contrast(146%);
} 
.contact-us-section .gform_footer:hover::before {
	width: 100%;
}
.contact-us-section .gform_button{
	font-family: "Poppins", Sans-serif;
	font-size: 1em;
	line-height: 2em;
	font-weight: 400;
	color: #4C4710 !important;
	padding: 0 !important;
	width: 2 !important;  
	text-align: left;
	transition: .2s !important;
	background-color: transparent !important;
}
.contact-us-section .gform_footer .gform_button:hover{
	color: #FFF !important;
	padding-left: 10px !important;
	padding-right: 10px !important;
}
.contact-us-section .gform_wrapper .gform_validation_errors {
	display: none;
}
.contact-us-section .gform_wrapper .gfield_validation_message, .gform_wrapper .validation_message {
	background: transparent;
	border: 0;
	margin-top: 0px;
	padding: 0;
}
.contact-us-section .gform_wrapper .gfield_error label{
	color: #4b4b4b !important;
}



.heading-background-section, .heading-right-background{
	position: relative;
}
.heading-background-section:before{
	position: absolute;
	content: '';
	width: 30%;
	height: 114px; 
	left: 0;
	top: 0;
	background-image: linear-gradient(152deg, #E4D86A 0%, #AAEB80 100%);
}
.heading-right-background:after{
	position: absolute;
	content: '';
	width: 35%;
	height: 114px;
	right: 0;
	top: 0;
	background-image: linear-gradient(152deg, #AAEB80 0%, #E4D86A 100%);	
}
.heading-right-background .button-arrow-wrap{
	float: right;
}
.heading-right-background .elementor-widget-shortcode .elementor-shortcode{
	position: relative;
	z-index: 999;
}
.leadership-team .pp-post-thumbnail-wrap{
	overflow: hidden;
	border-radius: 10px !important;
	cursor: pointer;
}
.leadership-team .pp-post-thumbnail img {
	width: 100% !important;
	transform-origin: 35% 100%;
	transition: transform 1s, filter .5s ease-out;
	-webkit-filter: grayscale(90%) brightness(80%) sepia(105%) hue-rotate(-160deg) saturate(80%) contrast(.8);
	filter: grayscale(90%) brightness(80%) sepia(105%) hue-rotate(-160deg) saturate(80%) contrast(.8);
}
/* .leadership-team .pp-post-thumbnail .pp-post-thumbnail-wrap:before{
	content: '';
    background: #d0d9eb42;
    position: absolute;
    width: 100%;
    height: 99%;
    z-index: 9;
    border-radius: 10px !important;
	cursor:pointer;
}
 */
.leadership-team .pp-grid-item:hover img{
	border-radius: 10px !important;
	-webkit-filter: grayscale(0);
  	filter: none;
}
.leadership-team .pp-grid-item:hover .pp-post-thumbnail-wrap:before{
    z-index: -1;
}
.leadership-team .pp-grid-item .pp-post-content .pp-post-title {
  margin-bottom: 6px;
}
.leadership-page-grid .pp-posts-container{
	background: #f7f7f7;
	padding-bottom: 80px;
	padding-left: 10px;
	padding-right: 10px;
	margin-top: -35px;
	padding-top: 75px;
}
.leadership-team .pp-posts-container .pp-posts-grid{
	max-width: 1200px;
	margin: 0 auto;
}
.leadership-team .pp-post-filters .pp-post-filter{
	padding: 0;
	font-size: 16px;
	line-height: 40px;
	transition: 0.4s;
	color:rgba(0, 0, 0, 1);
	background: transparent;
	padding-left: 0;
	position: relative;
	border-bottom: 5px solid transparent;
	max-width: 160px;
	width:100%;
	margin-right: 15px !important;
	font-family: "Poppins", Sans-serif;
}
.leadership-team .pp-post-filters .pp-post-filter:hover{
	border-bottom: 5px solid rgba(150, 227, 100, 1);
} 
.leadership-team .pp-post-filters .pp-filter-current{
	color: rgba(0, 0, 0, 1);
	padding: 2px 23px !important;
	line-height: 36px;
	border-bottom: 5px solid rgba(150, 227, 100, 1);
}
.leadership-team .pp-post-filters li:first-child{
	display: none;
}
.leadership-team .pp-post-filters .pp-filter-current:before{
	display: none;
}
.leadership-team .pp-posts-pagination a{
	position: relative;
	border-bottom: 2px solid #4C4710;
	max-width: 45px;
	width: 100%;
}
.leadership-team .pp-posts-pagination a:hover{
	color: #fff !important;
	position: relative;
	z-index: 999;
}
.leadership-team .pp-posts-pagination a:before{
	content: '';
	background: #4c4710;
	width: 0%;
	height: 100%;
	position: absolute;
	left: 0;
	z-index: -1;
	transition: .4s ease-in-out;
}
.leadership-team .pp-posts-pagination a:hover::before {
	width: 100%;
}
.leadership-team .pp-posts-pagination .current{
	background: #4c4710;
	width: 48px;
	border-bottom: 2px solid #4C4710;
	line-height: 27px !important;
	
}
.leadership-team .pp-post-filters-dropdown-button{
	display:flex;
	justify-content:space-between;	
	background-color: #dcd8b7 !important;
	padding:10px !important;
}
.leadership-team .pp-post-filters-dropdown-button, .leadership-team .pp-post-filters-dropdown-list{
	width:90%;
	margin:0px auto;
}
.leadership-team .pp-post-filters-dropdown-list .pp-post-filters-dropdown-item{
	text-align:left;
}
.sustainable-future .button-arrow-wrap {
	width: 120px;
	height: 105px;
	float: left;
}
.sustainable-future p a{
	color: #666233;
	transition: .4s ease-in-out;
	text-decoration: underline;
}
.sustainable-future p a:hover{
	color: #78c646;
}


.fund-portfolio-table .pp-info-box-container{
	padding: 12px;
	background: #fff;
	grid-column-gap: 0;
	grid-row-gap: 0;

}
.fund-portfolio-table .pp-grid-item-wrap:nth-child(odd){
	background: #BECC9524;
}
.fund-portfolio-table .pp-grid-item-wrap:first-child{
	background: #CCE685;
}
.fund-portfolio-table .pp-grid-item-wrap:first-child .pp-info-box-title, .fund-portfolio-table .pp-grid-item-wrap:first-child .pp-info-box-subtitle, .fund-portfolio-table .pp-grid-item-wrap:first-child .pp-info-box-description{
	font-weight: 700;
}
.fund-portfolio-table .pp-grid-item-wrap{
	padding: 13px 22px 13px;
}
.fund-portfolio-table .pp-grid-item-wrap h4, .fund-portfolio-table .pp-grid-item-wrap h5{
	margin: 0;
}
.fund-portfolio-table .pp-grid-item-wrap .pp-info-box-description{
	width: 20%;
	text-align: left;
}
.fund-portfolio-table .pp-grid-item-wrap .pp-info-box-title-container, .fund-portfolio-table .pp-grid-item-wrap .pp-info-box-subtitle{
	width: 50%;
}
.fund-portfolio-table .pp-grid-item-wrap:first-child .pp-info-box-content a{
	pointer-events: none;
}
.fund-portfolio-table .pp-info-box-content a{
	display: flex;
	justify-content: space-between;
}
.fund-portfolio-table .pp-info-box-content a .pp-info-box-title-wrap{
	display: flex;
	width: 80%;
	text-align: left;
	justify-content: flex-start;
}

.fund-table .pp-info-box-content a .pp-info-box-title-wrap {
	width: 100%;
	justify-content: space-between;
}
.fund-table .pp-grid-item-wrap .pp-info-box-title-container, .fund-table .pp-grid-item-wrap .pp-info-box-subtitle {
	width: auto;
}
.fund-table .pp-grid-item-wrap .pp-info-box-subtitle{
	padding-right: 50px;
}
.fund-table .pp-grid-item-wrap:first-child {
	padding: 18px 22px 16px;
}


.our-fund-section .button-arrow-wrap {
	float: right;
	width: 150px;
	height: 125px;
}

.related-news-section .button-arrow-wrap {
	width: 130px;
	height: 110px;
}
.related-news-section .elementor-post__text {
	position: relative;
	padding-bottom: 50px;
}
.related-news-section .elementor-post__text .elementor-post__title{
	order: 2;
}
.related-news-section .elementor-post__text .elementor-post__title a{
	pointer-events: none;
}
.related-news-section .elementor-post__text .elementor-post__meta-data{
	order: 1;
}
.related-news-section .elementor-post__read-more-wrapper{
	order: 3;
	position: absolute;
	bottom: 0;
	line-height: 32px;
}
.related-news-section .elementor-post__read-more-wrapper::before {
	content: '';
	background: #4c4710;
	width: 0%;
	height: 100%;
	position: absolute;
	left: 0;
	z-index: 1;
	transition: .4s ease-in-out;
}
.related-news-section .elementor-post__read-more-wrapper:hover::before {
	width: 100%;
}
.related-news-section .elementor-post__read-more-wrapper a{
	border-bottom: 2px solid #4C4710;
	border-radius: 0px;
	position: relative;
	transition: .2s;
	z-index: 9;
	width: 130px;
	display: inline-block;
}
.related-news-section .elementor-post__read-more-wrapper a:hover{
	color: #fff !important; 
	z-index: 999;
	padding-left: 10px; 
	padding-right: 10px;
}
.related-news-section .elementor-post__read-more-wrapper a:after{
	position: absolute;
	right: 0;
	content: url("https://orfeostorydev.com/tembusu/wp-content/uploads/2024/04/arrow-butto.svg");
}
.related-news-section .elementor-post__read-more-wrapper a:hover::after{
	padding-right: 10px;
	filter: invert(2%) sepia(15%) saturate(7446%) hue-rotate(174deg) brightness(119%) contrast(146%);
} 
.related-news-section .elementor-post__thumbnail__link{
	pointer-events: none;
}


.news-table .pp-table-cell-text a{
	color: #666233;
	position: relative;
	text-decoration: underline;
}
.news-table ul{
	margin-bottom: 20px;
	padding-left: 20px;
}


/*===================================
 * breadcrumb-section
 *===================================*/
.breadcrumb-section{
	margin-top:-120px;
}
.breadcrumb-section:before{
	background: linear-gradient(187deg, rgba(228, 216, 106, 0) 2.86%, #CFEB80 107.27%), linear-gradient(90deg, rgb(255 255 255 / 82%) 4.72%, rgb(255 255 255 / 31%) 97.92%); 
	opacity: 1;

}
.breadcrumb-section h1{
	font-size:3.5em;
	margin:0px;
	padding:0px 10px;
}

.otgs-development-site-front-end{
	display: none;
}