/** ADD YOUR AWESOME CODES HERE **/


.portfolioread
{
    background-color: black;
    color: white !important;
    text-decoration: none;
    border-radius: 5px;
}

.portfolioread:hover
{
    background-color: rgba(0, 0, 0, 0.904);
    color: white !important;
    text-decoration: none;
    border-radius: 5px;
}

.portfolio-head
{
    margin: 0 auto;
    font-size: 1.8rem;
    position: relative;
}

.portfolio-head::after
{
    content: '';
    position: absolute;
    height: 3px;
    width: 10%;
    background-color: #ffa64d;
    bottom: -15px;
    left: 50%;
    border-radius: 320px;
    transform: translateX(-50%);
}

.bg-w
{
    background-color: white;
    border: none;
    color: black;
    margin-top:20px !important; 
}

.card-img-top
{
    height: 300px !important;
    object-fit: cover;
}

.card-head-title
{   
    margin: 0px;
    padding: 0px;
    font-size: 1.6rem;
    font-weight: normal;
    color: rgba(0, 0, 0, 0.7);
    position: relative;
}

.card-head-title::after
{
    content: '';
    position: absolute;
    height: 1px;
    width: 50%;
    background-color: black;
    bottom: 0px;
    left: 50%;
    border-radius: 30px;
    transform: translateX(-50%);
}


.card-img-top
{
    padding: 50px;
}

.card-img-top2 {
  height: 500px !important;
  width: 100% !important;
  object-fit: cover;
}

.pbody p
{
    margin: 0 !important;
    font-size: 1rem;
    font-weight: bold;
    
}

.abody a
{
 margin-bottom: 10px;
}

/* Test portfolio Card */



/* Portofilo Forward Page */


.portfoliodisp-head
{
  
    margin: 0 auto;
    font-size: 2.4rem;
    position: relative;
}

.portfoliodisp-head::after
{
    content: '';
    position: absolute;
    height: 3px;
    width: 10%;
    background-color: #ffa64d;
    bottom: -15px;
    left: 50%;
    border-radius: 320px;
    transform: translateX(-50%);
}


.companycard
{
background-color: whitesmoke !important;

}

.viewlink
{
    text-decoration: none;
    color: orange;
    padding: 0 5px;
}

.viewlink:hover
{
    text-decoration: none;
    color: orange;
}

.investbtn
{
    color: black !important;
    text-decoration: none;
    border: 1px solid black;
    border-radius: 10px;
    transition: all 1s ease;
}

.investbtn:hover
{
    text-decoration: none;
    background-color: black !important;
    color: white !important;
}


.displaybody
{
    text-align: left;
    margin: auto;

}