@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600;700&family=Poppins:wght@400;600;700&display=swap");




/*header section*/



.team_section .box {
  color: #ffffff;
  text-align: center;
  margin-top: 45px;
  border-radius: 15px;
  overflow: hidden;
  position: relative;
box-shadow: 0 0 7px 1px #b0a2a2;
}

.team_section .box .img-box img {
  width: 100%;
}

.team_section .box .detail-box {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 15px 15px 0 15px;
  background-color: rgba(48, 56, 65, 0.9);
  -webkit-transform: translateY(65px);
          transform: translateY(65px);
  min-height: 145px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.team_section .box .detail-box h5 {
  font-weight: 600;
}

.team_section .box .social_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 15px;
}

.team_section .box .social_box a {
  width: 30px;
  height: 30px;
  border-radius: 100%;
  background-color: #ffffff;
  color: #ff5722;
  line-height: 30px;
  margin: 0 2.5px;
}

.team_section .box:hover .detail-box {
  border-radius: 15px 15px 0 0;
  -webkit-transform: translate(0);
          transform: translate(0);
}

.team_section .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 45px;
}

.team_section .btn-box a {
  display: inline-block;
  padding: 10px 45px;
  background-color: #ff5722;
  color: #ffffff;
  border-radius: 5px;
  -webkit-transition: all .3s;
  transition: all .3s;
  border: 1px solid #ff5722;
}

.team_section .btn-box a:hover {
  background-color: transparent;
  color: #ff5722;
}
