.our-team{
    text-align: center;
    overflow: hidden;
    position: relative;
}

.our-team1{
    text-align: center;
    overflow: hidden;
    position: relative;
}

.demo
{
	padding: 100px 0;
}
.heading-title
{
	margin-bottom: 100px;
}
.our-team img{
    width: 100%;
    height: auto;
}


.our-team1 img{
    width: 100%;
    height: auto;
}

.our-team1 span img{
    width: 16px;
    height: auto;
}

.our-team .team-content{
    width: 100%;
	    height: 37px;
   background: rgba(0, 0, 0, 0.6); 
    color: #fff;
    padding: 5px 0 5px 0;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    transition: all 0.3s ease 0s;
}

.our-team:hover .team-content{
    padding-bottom: 40px;
	height: 120px;
}



.our-team .team-content:before{
      width: 60%;
    height: 37px;
  background: rgba(0, 0, 0, 0.6); 
    position: absolute;
    top: -18px;
    transform: rotate(15deg);
    z-index: -1;
	
	
	left: -3%;
	
	
}

.our-team .team-content:after{
    
	 width: 60%;
    height: 37px;
  background: rgba(0, 0, 0, 0.6); 
    position: absolute;
    top: -18px;

    z-index: -1;
	right: -3%;
    transform: rotate(-15deg);
}










.our-team1 .team-content{
    width: 100%;
	    height: 37px;
   background: rgba(0, 0, 0, 0.6); 
    color: #fff;
    padding: 5px 0 5px 0;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    transition: all 0.3s ease 0s;
}

.our-team1:hover .team-content{
    padding-bottom: 40px;
	height: 90px;
}



.our-team1 .team-content:before{
      width: 60%;
    height: 37px;
  background: rgba(0, 0, 0, 0.6); 
    position: absolute;
    top: -18px;
    transform: rotate(15deg);
    z-index: -1;
	
	
	left: -3%;
	
	
}

.our-team1 .team-content:after{
    
	 width: 60%;
    height: 37px;
  background: rgba(0, 0, 0, 0.6); 
    position: absolute;
    top: -18px;

    z-index: -1;
	right: -3%;
    transform: rotate(-15deg);
}















.our-team .title{
    font-size: 20px;
    font-weight: 600;
    text-transform: capitalize;
    margin: 0 0 7px 0;
    position: relative;
}



.our-team .post{
    display: block;
    font-size: 13px;
    text-transform: capitalize;
    margin-bottom: 8px;
}

.our-team .social-links{
    list-style: none;
    padding: 0 0 15px 0;
    margin: 0;
    position: absolute;
    bottom: -40px;
    right: 0;
    left: 0;
    transition: all 0.5s ease 0s;
}

.our-team:hover .social-links{
    bottom: 0;
}

.our-team .social-links li{
    display: inline-block;
}

.our-team .social-links li a{
    display: block;
    font-size: 16px;
    color: #aad6e1;
    margin-right: 6px;
    transition: all 0.5s ease 0s;
}

.our-team .social-links li:last-child a{
    margin-right: 0;
}

.our-team .social-links li a:hover{
    color: #ff5543;
}








.our-team1 .title{
    font-size: 20px;
    font-weight: 600;
    text-transform: capitalize;
    margin: 0 0 7px 0;
    position: relative;
}



.our-team1 .post{
    display: block;
    font-size: 13px;
    text-transform: capitalize;
    margin-bottom: 8px;
}

.our-team1 .social-links{
    list-style: none;
    padding: 0 0 15px 0;
    margin: 0;
    position: absolute;
    bottom: -40px;
    right: 0;
    left: 0;
    transition: all 0.5s ease 0s;
}

.our-team1:hover .social-links{
    bottom: 0;
}

.our-team1 .social-links li{
    display: inline-block;
}

.our-team1 .social-links li a{
    display: block;
    font-size: 16px;
    color: #aad6e1;
    margin-right: 6px;
    transition: all 0.5s ease 0s;
}

.our-team1 .social-links li:last-child a{
    margin-right: 0;
}

.our-team1 .social-links li a:hover{
    color: #ff5543;
}





@media only screen and (max-width: 990px){
    .our-team{ margin-bottom: 30px; }
    .our-team .team-content:before,
    .our-team .team-content:after{
        height: 50px;
        top: -24px;
    }
    .our-team .title:before,
    .our-team .title:after{
        top: -85px;
        height: 102px;
    }
    .our-team .title:before{
        left: 35%;
    }
    .our-team .title:after{
        right: 35%;
    }
}

@media only screen and (max-width: 767px){
    .our-team .team-content:before,
    .our-team .team-content:after{
        height: 75px;
    }
    .our-team .team-content:before{
        transform: rotate(8deg);
    }
    .our-team .team-content:after{
        transform: rotate(-8deg);
    }
    .our-team .title:before,
    .our-team .title:after{
        width: 10px;
        top: -78px;
        height: 102px;
    }
    .our-team .title:before{
        left: 42.5%;
        transform: rotate(-82deg);
    }
    .our-team .title:after{
        right: 42.5%;
        transform: rotate(82deg);
    }
}

@media only screen and (max-width: 480px){
    .our-team .title:before,
    .our-team .title:after{
        top: -83px;
    }
}@charset "utf-8";
/* CSS Document */

