 @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@500&display=swap');

 :root {
    --font-default: "Poppins", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-primary: 'Poppins', sans-serif;
    --font-secondary: 'Poppins', sans-serif;
}


#cards{
  background: #f4f7fe;
}
#cards .card {
  border-radius: 20px;
  min-height: 100%;
  box-shadow: 0 0 25px rgba(255, 255, 255, 0.5);
}

#cards .heading-border {
  position: absolute;
  width: 100%;
  top: 60%;
}

#cards .card .user-picture img {
  position: absolute;
  top: -20%;
  right: 10%;
  background: #f8f9fa !important;
  padding: 10px;
}

#cards .card .user-content .user-name {
  margin-right: 150px;
}
.header-title{
  font-family: Poppins;
  text-align: center;
}

.tile
{
  width:100%;
}
#tile-1 .tab-pane
{
  padding:15px;
  height:fit-content;
}
#tile-1 .nav-tabs
{
  width: 100%;
  max-height: 36px;
  position:relative;
  border:none!important;
/*   box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2); */
  border-radius:6px;
  left: calc(50% - calc(100%)/2)
}
#tile-1 .nav-tabs li
{
  margin:0px 40px!important;
}
#tile-1 .nav-tabs li a
{
  position:relative;
  margin-right:0px!important;
  padding: 10px 5px!important;
  font-size:18px;
  border:none!important;
  color:#909090;
}
#tile-1 .slider
{
  display:inline-block;
  width:30px;
  height:4px;
  border-radius:3px;
  background-color:#00A56A;
  position:absolute;
  z-index:5;
  bottom:0;
  transition:all .4s linear;

}
@media only screen and (max-width: 1139.5px) {
  #tile-1 .slider {
    display: none;
  }
  #tile-1 .nav-tabs .active::after
  {
    content: "";
    position: absolute;
    bottom: 0px;
    left:0px;
    background-color: #00A56A;
    height: 4px;
    border-radius: 3px;
    width: 100%;
  }
}

#tile-1 .slider-holder
{
  width:100%;
  height:3px;
  border-radius:3px;
  background-color:#ddd;
  position:absolute;
  bottom:0;
}
#tile-1 .nav-tabs .active
{
  background-color:transparent!important;
  border:none!important;
  color:#00A56A!important;
}

.fab{
  color: #435aa8;
}
.fab:hover{
  color: #f15b40;
}

h2{
  color: #000;
  font-size: 32px;
  font-family: Poppins;
}

.set-bg{
  background-position: center
}


/* TITRE */
h1 {
  margin-top: 0;
  font-size: 3rem;
  display: inline-block;
}
h1 div {
  position: relative;
  float: left;
}
h1 div:first-child {
  color: #3498db;
  margin-right: 1rem;
}
/* PROFIL */
.blog .carousel-indicators {
	left: 0;
	top: auto;
    bottom: -40px;

}

/* The colour of the indicators */
.blog .carousel-indicators li {
    background: #a3a3a3;
    border-radius: 50%;
    width: 8px;
    height: 8px;
    margin-bottom:10px;
    
}

.blog .carousel-indicators .active {
background: #707070;
margin-bottom:10px;
}

.our-team-section {
  position: relative;
  padding-top: 40px;
  padding-bottom: 40px;
}
.our-team-section:before {
  position: absolute;
  top: -0;
  left: 0;
  content: " ";
  background: url(img/service-section-bottom.png);
  background-size: 100% 100px;
  width: 100%;
  height: 100px;
  float: left;
  z-index: 98;
}
.our-team {
  padding: 0px;
  background: #fff;
  margin-bottom: 50px;
  text-align: center;
  overflow: hidden;
  position: relative;
  border-radius: 10px;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.08);
  transition: all 0.9s ease 0s;
  width: 215px;
  height: 243px;
}
.our-team:hover {
  transform: scale(1.1625) translateY(8.125%);
  z-index: 99;
}

.our-team .pic {
  display: inline-block;
  width: 72%;
  aspect-ratio: 1.084;
  margin-bottom: 50px;
  z-index: 1;
  position: relative;
}
.our-team .pic img {
  width: 100%;
  height: 100%;
  border-radius: 5px;
  transition: all 0.9s ease 0s;
  /* box-shadow: 0 0 0 14px #f7f5ec; */
  transform: translate(0, 21px);
  position: relative;
  z-index: 2;
}
.our-team .team-content {
  bottom: 15px;
  font-family: Poppins;
  position: relative;
  transition: all 0.5s ease-out 0s;
}
.our-team .title {
  font-size: 18px;
  font-weight: 700;
  color: #4e5052;
  letter-spacing: 1px;
  text-transform: capitalize;
  margin-bottom: 5px;
  font-family: Poppins;
}
.our-team .post {
  display: block;
  font-size: 12px;
  color: #4e5052;
  text-transform: capitalize;
  font-family: Poppins;
}
.our-team .social {
  width: 72%;
  padding-top: 10px;
  margin: 0;
  position: absolute;
  bottom: -100px;
  left: calc(50% - calc(72% / 2));
  transition: all 0.5s ease 0s;
}
.our-team:hover .social {
  bottom: 20px;
}
.our-team:hover .team-content {
  translate: 0 -100px;
  opacity: 0;
}
.our-team .social li {
  display: flex;
}
.our-team .social li a {
  display: block;
  padding-top: 3px;
  font-size: 18px;
  color: #000;
  margin-bottom: 12px;
  transition: all 0.3s ease 0s;
}
.our-team .social li a:hover {
  color: #f15b40;
}
@media only screen and (max-width: 990px) {
  .our-team {
    margin-bottom: 30px;
  }
}
/* pranjal here */
img {
  object-fit: cover;
}
/* vi: set et sw=2: */
