.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav-tabs {
  border-bottom: 2px solid #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
  border-width: 0;
}
.nav-tabs > li > a {
  border: none;
  color: #666;
}
.nav-tabs > li.active > a,
.nav-tabs > li > a:hover {
  border: none;
  color: #4285f4 !important;
  background: transparent;
}
.nav-tabs > li > a::after {
  content: "";
  background: #4285f4;
  height: 2px;
  position: absolute;
  width: 100%;
  left: 0px;
  bottom: -1px;
  transition: all 250ms ease 0s;
  transform: scale(0);
}
.nav-tabs > li.active > a::after,
.nav-tabs > li:hover > a::after {
  transform: scale(1);
}
.tab-nav > li > a::after {
  background: #21527d none repeat scroll 0% 0%;
  color: #fff;
}
.tab-pane {
  padding: 15px 0;
  height: 300px;
  overflow: scroll;
}
.tab-content {
  padding: 20px;
}

.promoted-by-table {
  border: 0px;
}
.promoted-by-table tr {
  border: 0px;
}
.promoted-by-table tr th,
.promoted-by-table tr td {
  border: 0px;
  font-weight: 500;
}
.promoted-by-table thead {
  background-color: #ffffff;
  color: #959191;
}
.promoted-by-table tbody {
  color: #a0a0a0;
}
.text-light-gray {
  color: red;
}

.section-padding {
  padding: 30px 0;
  height: 100%;
}

.section-title {
  text-align: center;
  margin-bottom: 10px;
}
.section-title h2 {
  font-size: 23px;
}

.section-borders span {
  height: 5px;
  background: #878886;
  width: 40px;
  display: inline-block;
  border-radius: 2px;
}

.section-borders span.black-border {
  background: #333;
  width: 30px;
  margin: 0 6px;
}

.client-testimonial-carousel .owl-dots button {
  height: 5px;
  background: #878886 !important;
  width: 20px;
  display: inline-block;
  margin: 5px;
  transition: 0.2s;
  border-radius: 2px;
}

.client-testimonial-carousel button.owl-dot.active {
  background: #000 !important;
  width: 30px;
}

.client-testimonial-carousel .owl-dots {
  text-align: center;
  margin-top: 25px;
}

.single-testimonial-item {
  position: relative;
  box-shadow: 0 0 2px #dadfd3;
  margin: 2px;
  padding: 20px;
  font-style: italic;
  /* padding-left: 85px; */
}

/* .single-testimonial-item:before {
    font-family: "Font Awesome 5 Free";
    content: "\f10e";
    font-weight: 900;
    position: absolute;
    left: 20px;
    top: 50%;
    font-size: 20px;
    color: #878886;
    line-height: 30px;
    margin-top: -15px;
} */

/* .single-testimonial-item:after {
    background: #ddd;
    content: "";
    height: 70%;
    left: 60px;
    position: absolute;
    top: 10%;
    width: 1px;
} */

.single-testimonial-item h3 {
  font-size: 20px;
  font-style: normal;
  margin-bottom: 0;
}

.single-testimonial-item h3 span {
  display: block;
  font-size: 12px;
  font-weight: normal;
  margin-top: 5px;
}

.t-avatar {
  width: 40px;
}

.profile-card {
  /* width: 300px; */
  /* display: flex; */
  flex-direction: column;
  align-items: center;
  /* padding: 2rem; */
  background-color: white;
  border-radius: 1rem;
  box-shadow: 0 0 13px rgb(0 0 0 / 27%);
  margin-bottom: 20px;
}

.profile-image {
  position: relative;
  top: -60px;
  border-radius: 1rem;
  width: 11rem;
  height: 11rem;
  background-position: center;
  background-size: cover;
  box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.4);
}
.gulabrav_patil {
  background-image: url(../Assets/images/r_s_lokhande.jpg);
  width: 80px;
  height: 80px;
  background-position: center;
  border-radius: 1rem;
  background-position: center;
  background-size: cover;
  box-shadow: 0px 0px 25px rgb(0 0 0 / 40%);
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
.aman_mital {
  width: 80px;
  height: 80px;
  background-position: center;
  border-radius: 1rem;
  background-position: center;
  background-size: cover;
  box-shadow: 0px 0px 25px rgb(0 0 0 / 40%);
  background-image: url(../Assets/images/ayush_prasad.jpg);
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
.pankaj_ashiya {
  width: 80px;
  height: 80px;
  background-position: center;
  border-radius: 1rem;
  background-position: center;
  background-size: cover;
  box-shadow: 0px 0px 25px rgb(0 0 0 / 40%);
  background-image: url(../Assets/images/shri_ankit_CO.jpg);
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

.profile-info {
  margin-left: 38px;
}

.profile-info > .profile-name {
  color: #212121;
  font-size: 20px;
}

.profile-info > .profile-desc {
  color: #666666;
  font-size: 0.9rem;
}

.status {
  list-style: none;
  display: flex;
  justify-content: space-between;
  text-align: center;
  line-height: 1rem;
  margin-bottom: 1.3rem;
}

.status-value {
  color: #212121;
  font-weight: 700;
}

.status-text {
  font-size: 0.8rem;
  color: #7c7c7d;
}

.action {
  display: flex;
  justify-content: space-between;
}

.btn {
  border: none;
  /* padding: 0.8em 1.9em; */
  border-radius: 0.35rem;
  cursor: pointer;
  font-weight: 600;
}

.btn-pink {
  background: #b82151;
  color: white;
}

.btn-gray-outline {
  border: 1px solid;
  background: transparent;
  color: #b82151;
}

.card-promated {
  padding: 0px;
  width: 100%;
}
.widget-user-2 .widget-user-username {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 5px;
  margin-top: 5px;
}
.widget-user-2 .widget-user-desc {
  margin-top: 0;
}
.card-promated .nav.flex-column > li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
  margin: 0;
}
.bg-primary,
.bg-primary > a {
  color: #fff !important;
}

.bg-primary {
  background-color: #007bff !important;
}
.float-right {
  float: right !important;
}
.widget-user-2 .widget-user-header {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  padding-left: 1rem;
}
/* .widget-user-header {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-warning-rgb),var(--bs-bg-opacity))!important;
} */
/* .card-bg-1 {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-warning-rgb),var(--bs-bg-opacity))!important;
}
.card-bg-2 {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-success-rgb),var(--bs-bg-opacity))!important;
} */

.SHG-Home-img {
  background-image: url(../Assets/images/SHG-Home-img.png);
  width: 150px;
  height: 145px;
  background-position: center;
  /* border-radius: 1rem; */
  background-position: center;
  background-size: cover;
  /* box-shadow: 0px 0px 25px rgb(0 0 0 / 40%); */
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
.SHG-loan {
  background-image: url(../Assets/images/loan-img);
  width: 150px;
  height: 145px;
  background-position: center;
  /* border-radius: 1rem; */
  background-position: center;
  background-size: cover;
  /* box-shadow: 0px 0px 25px rgb(0 0 0 / 40%); */
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
.training-Home {
  background-image: url(../Assets/images/TH.jpg);
  width: 150px;
  height: 145px;
  background-position: center;
  /* border-radius: 1rem; */
  background-position: center;
  background-size: cover;
  /* box-shadow: 0px 0px 25px rgb(0 0 0 / 40%); */
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
.workshop-home {
  background-image: url(../Assets/images/workshop-home.jpg);
  width: 150px;
  height: 145px;
  background-position: center;
  /* border-radius: 1rem; */
  background-position: center;
  background-size: cover;
  /* box-shadow: 0px 0px 25px rgb(0 0 0 / 40%); */
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
