    
.single-investor {
    position: relative;
    background: #fff;
    margin-top: 30px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    overflow: hidden;
    text-align: left;
    -webkit-box-shadow: 0 0 20px #e8e8e8;
    -moz-box-shadow: 0 0 20px #e8e8e8;
    box-shadow: 0 0 20px #e8e8e8;
}

.single-investor .investor-head {
    position: relative;
}

.single-investor .icon-bg {
    color: #008C24;
    text-align: center;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    border-radius: 100%;
    display: inline-block;
    position: absolute;
    z-index: 333;
    bottom: -33px;
    right: 10px;
    background: #fff;
    width: 66px;
    height: 66px;
    line-height: 66px;
    font-size: 25px;
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.13);
    -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.13);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.13);
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    opacity: 1;
    visibility: visible;
}

.single-investor:hover .icon-bg {
    background: #008C24;
    color: #fff;
}

.single-investor .investor-content {
    padding: 30px 20px;
    text-align: right;
}

.single-investor h4 {
    position: relative;
    margin-bottom: 10px;
    text-transform: capitalize;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    text-transform: capitalize;
}

.single-investor h4 a {
    color: #28243C;
    font-size: 20px;
}

.single-investor h4:hover a {
    color: #F3A712;
}

.single-investor p {
    font-size: 15px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.single-investor .investor-content p {
    margin: 0;
    font-size: 12px;
}

.single-investor .btn {
    background: transparent;
    margin-top: 15px;
    font-size: 15px;
    padding: 0;
    color: #09516c;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.single-investor:hover .btn {
    color: #F3A712;
}

.single-investor .btn i {
    margin-right: 5px;
}
/* Single Service */

.investor-details .wpb_text_column {
    margin: 0 0 20px;
}

.investor-details .wpb_text_column:last-child {
    margin: 0;
}
/* Service MENU */

.investor-sidebar .widget-title {
    position: relative;
    font-size: 18px;
    text-transform: capitalize;
    display: block;
    margin-bottom: 12px;
    padding-bottom: 12px;
    margin-top: 0;
}

.investor-sidebar .widget-title:before {
    content: "";
    position: absolute;
    left: 0;
    width: 40px;
    height: 2px;
    bottom: 0;
    background: #f3a712;
    display: block;
}

.investor-sidebar .widget ul li {
    line-height: 30px;
}

.investor-sidebar .widget ul li a:before {
    content: "\f0da";
    font-family: 'FontAwesome';
    margin-right: 12px;
    float: right;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.investor-sidebar .widget {
    background: #fff;
    box-shadow: 0px 0px 15px #0000001c;
    padding: 20px;
}

.investor-sidebar .widget li {
    margin: 0 0 8px;
}

.investor-sidebar .widget a {
    padding: 0;
    font-size: 15px;
    font-weight: 400;
}

.investor-sidebar .widget a:hover {
    color: #F3A712;
}
/* Service Details */

.investor-content h2 {
    margin: 20px 0;
}

.investor-content p {
    margin-bottom: 20px;
}

.investor-content p:last-child {
    margin: 0;
}

.investor-content .investor-space {
    margin-bottom: 20px;
}
/*======================================
End Services CSS
========================================*/