@charset "UTF-8";
.testimonial_content_carousel  a.action_video {
    display: none !important;
}
/* investments modal css start heare */

.investments-team-modal {
overflow: hidden;
margin-top: 40px;
}
.investments-team-modal .modal-content{
background-color: rgb(29, 29, 29);
max-width: 1010px;
margin: 0 auto;
box-shadow: 4px 4px 6px 0 rgb(0 0 0/20%), -4px -4px 6px 0 rgb(0 0 0/20%);
}
.investments-team-modal .modal-body{
padding: 15px;
}
.investments-team-modal .modal-body .no-gutters .modal-body h3{
padding-top: 1.5rem;
color: white;
line-height: 1.3;
font-size: 32px;
text-align: center;
letter-spacing: 0.7px;
}
.investments-team-modal .modal-body .no-gutters .modal-body h3 .organgecol{
font-weight: 700;
color: #fd911f;
}
.investments-team-modal .modal-body .no-gutters .modal-body p{
color: rgba(255, 255, 255, 0.7) !important;
margin-top: 10px;
text-align: center;
letter-spacing: 0.7px;
}
.investments-team-modal .btn-close:focus {
box-shadow: none;
}
.investments-team-modal .modal-body .tab-content{
background-color: #090909;
}
.investments-team-modal .modal-body .tab-content .tab-pane .text h6{
color: rgba(255, 255, 255, 0.8);
text-align: center;
letter-spacing: 0.7px;
}
.investments-team-modal .modal-body .tab-content .tab-pane input{
background: transparent;
height: 40px;
padding: 5px;
border: 1px solid rgba(255, 255, 255, 0.1);
width: 100%;
font-size: 1rem;
letter-spacing: 0;
color: #ffff;

}
.investments-team-modal .modal-body .tab-content .tab-pane input::placeholder{
color: rgba(255, 255, 255, 0.4) !important;
}
.investments-team-modal .modal-body .tab-content .tab-pane .submit{
background: #e3b04b;
height: 52px;
border: navajowhite;
color: #fff !important;
letter-spacing: 0.7px;
text-transform: capitalize;
}
.investments-team-modal .modal-body  .bottom-text{
font-size: 0.9rem;
}
.investments-team-modal .btn-close {
position: absolute;
right: 0;
top: 0;
}
@media only screen and (max-width: 767px) {
.investments-team-modal .modal-body{
    padding: 10px !important;
}
.investments-team-modal .btn-close {
    right: 10px;
    top: 10px;
}
.investments-team-modal .modal-body .no-gutters .modal-body p {
    margin-bottom: 5px;
}
#InvstmntModal .horizontal-line{
    height: 6px;
    margin-bottom: 6px;
}
}
