

/*======= Team ======*/

.breadcrum_head {
    height: 350px;
    width: 100%;
    background-position: center;
    background-size: cover;
    position: relative;
  }
  .breadcrum_head::after {
    background-color: rgba(0,0,0,0.5);
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 100%;
  }
  
  .breadcrum_head .heading {
    padding-top: 150px;
  }
  
/*Heading Style =========*/

.heading h2 {
    font-size: 40px;
    font-weight: bold;
    color: #000;
    margin: 10px 0;
    z-index: 5;
    position: relative;
  }
  .heading p {
    z-index: 5;
    color: #FFC43B;
    font-size: 16px;
    letter-spacing: 2px;
    font-weight: bold;
  }
  .heading span {
    background-color: #FFC43B;
    padding: 6px 10px;
    color: #000;
    font-weight: bold;
    text-shadow: 0px 2px 0px rgba(0, 0, 0, 0.25);
    z-index: 5;
    text-transform: uppercase;
    position: relative;
  }
  .heading .line {
    width: 15%;
    height: 2px;
    z-index: 5;
    position: relative;
    background-color: #3CAF4B;
    display: block;
  }
  


.team_box .team_img {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    overflow: hidden;
  }
  .team_box .team_img img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    object-position: top;
  }
  .team_box .content .designation {
    background-color: #FFC43B;
    color: #000;
    font-size: 14px;
    padding: 2px 8px;
  }
  
  .team-block{
    position:relative;
    margin-bottom:var(--margin-bottom-30);
  }
  
  .team-block .inner-box{
    position:relative;
  }
  
  .team-block .inner-box .image{
    position:relative;
    border-radius:15px;
    overflow:hidden;
    height: 400px;
  }
  
  .team-block .inner-box .image img{
    position:relative;
    width:100%;
    height: 400px;
    object-fit: cover;
    object-position: center;
    display:block;
  }
  
  .team-block .inner-box .image .content{
    position:absolute;
    left:30px;
    bottom:0px;
    right:30px;
    text-align:center;
    border-radius:10px;
    padding:22px 15px 22px;
    background-color:#fff;
    -webkit-transition:all 500ms ease;
    -moz-transition:all 500ms ease;
    -ms-transition:all 500ms ease;
    -o-transition:all 500ms ease;
    transition:all 500ms ease;
  }
  .team-block .inner-box .image .content p {
    font-family: 'Caveat', cursive;
    font-weight: bold;
    margin: 0 
  }
  .team-block .inner-box .image .content:before{
    position:absolute;
    content:'';
    left:50%;
    top:0px;
    opacity:0;
    margin-left:-7px;
    border-left: 10px solid transparent;
      border-right: 10px solid transparent;
      border-bottom: 15px solid #3CAF4B;
    -webkit-transition:all 500ms ease;
    -moz-transition:all 500ms ease;
    -ms-transition:all 500ms ease;
    -o-transition:all 500ms ease;
    transition:all 500ms ease;
  }
  
  .team-block .inner-box:hover .image .content:before{
    top:-14px;
    opacity:1;
    -webkit-transition-delay: 150ms;
    -moz-transition-delay: 150ms;
    -ms-transition-delay: 150ms;
    -o-transition-delay: 150ms;
    transition-delay: 150ms;
  }
  
  .team-block .inner-box:hover .image .content{
    bottom:30px;
    background-color:#3CAF4B;
  }
  .team-block .content h4 .designation {
    background-color: #FFC43B;
    color: #000;
    font-size: 12px;
  }
  .team-block .content  h4 .designation{
    position:relative;
    font-weight:500;
    padding:  0 8px;
    -webkit-transition:all 500ms ease;
    -moz-transition:all 500ms ease;
    -ms-transition:all 500ms ease;
    -o-transition:all 500ms ease;
    transition:all 500ms ease;
  }
  
  .team-block .inner-box h4{
    font-weight:500;
    margin-top:var(--margin-top-5);
  }
  
  .team-block .inner-box h4 a{
    color:var(--heading-color);
    -webkit-transition:all 500ms ease;
    -moz-transition:all 500ms ease;
    -ms-transition:all 500ms ease;
    -o-transition:all 500ms ease;
    transition:all 500ms ease;
  }
  
  .team-block .inner-box h4 a:hover{
    color:#3CAF4B;
  }
  
  .team-block .inner-box:hover h4 a,
  .team-block .inner-box:hover .designation{
    color:#fff;
  }
  .team-block .inner-box .icon-layer-two {
    position: absolute;
    right: 5px;
    bottom: 2px;
    width: 25px;
    height: 25px;
    background-repeat: no-repeat;
    background-size: 25px
  }
  