.border-large_alt {
    position: relative;
    border-radius: 20px;
    background: linear-gradient(222deg, rgba(62, 62, 62, 1) 0%, rgba(23, 22, 19, 1) 100%);
    /* padding: 0 0 0 20px; */
    /* overflow: hidden; */
}

.footer-image_alt {
    position: relative;
    text-align: center;
    bottom: 0px;
    margin-top: -83px;
}

.img-fluid_ball {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    opacity: 0.7;
}

.img-fluid_alt {
    position: relative;
    z-index: 2;
    width: 67%;
    margin-top: -20px;
    filter: contrast(1.18);
}

.founder_description {
    color: #fff;
    padding-left: 20px;
    align-self: center;
}

.founder_heading {
    color: #f08143;
    /* display: block; */
    margin-left: 10px;
    font-size: 0.56em;
}
.founder_heading2 {
    color: #00a0e3;
    /* display: block; */
    margin-left: 10px;
    font-size: 0.56em;
}

.fservices_alt p {
    text-align: justify;
    color: #ccc;
    font-size: 1em;
    line-height: 1.5;

}

.background_bubble {
    background-image: linear-gradient(to left, #27272700, #201f1f82),url(assets/img/color_ball.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right top,-56px -266px;
    border-radius: 20px;
}



.background_bubble2 {
    background-image: linear-gradient(to right,#2727272c, #201f1f),url(assets/img/color_circle_1.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right top,43px -292px;
    border-radius: 20px;
}

.founder_section {
    background-color: black;
    padding: 100px 0 0 0;
}

/* team section */
.team_section {
    padding: 60px 0;
    background-color: black;
    color: #fff;
}

.team_heading {
    text-align: center;
    margin-bottom: 40px;
    font-size: 36px;
    /* font-weight: bold; */
    color: #fff;
}

.team_member {
    text-align: center;
    margin-bottom: 30px;
    margin-top: 70px;
}

.team_image {
    width: 100%;
    position: relative;
    z-index: 2;
    bottom: 0;
    margin-top: -64px;
}

.team_info h3 {
    font-size: 18px;
    margin-bottom: 5px;
    font-weight: bold;
}

.team_info p {
    font-size: 16px;
    color: #ccc;
}

.image_wrapper {
    border: 2px solid #b3b3b36b;
    border-radius: 20px;
    margin-bottom: 20px;
    background: linear-gradient(222deg, rgba(62, 62, 62, 1) 0%, rgba(23, 22, 19, 1) 100%);
    filter: contrast(1.06);
}

.bhaktimam {
    margin: 10em 0 0 0;
}

body {
    background-color: black;
}

.social-media-bar{
    display: flex;
  }

  .designation {
    color: #a7a7a7bd;
    font-size: 1.2em;
  }