@charset "UTF-8";
/**team**/
.team {
    padding: 5em 0;
	background: #eee;
}
.team-gd{
	padding:0 20px;
}
.team-gd h4 {
    text-transform: capitalize;
    color: #6dbc2e;
    font-size: 1.8em;
    font-family: 'PT Sans Caption', sans-serif;
    margin-top: 0.5em;
	    font-weight: 600;
}
.team-grids {
    margin-top: 3em;
}
/*PIC*/
.pic {
    width: 100%;
	max-height: 250px;
    overflow: hidden;
    margin: auto;
    border: 7px solid #6dbc2e;
	border-radius: 15px;
}
.pic:hover {
  cursor: pointer;
	max-height: 250px;
}

@media (max-width: 767px){
	.pic {
	max-width: 250px;
	}
}

.pic-1 {
    width: 100%;
    max-height: 150px;

    overflow: hidden;
    margin: auto;
    border: 4px solid #6dbc2e;
	border-radius: 15px;
}
.pic-1:hover {
  cursor: pointer;
	
}

@media (max-width: 767px){
	.pic-1 {
	max-width: 150px;
	}
}

.pic-2 {
    width: 100%;
	height: 150px;
    overflow: hidden;
    margin: auto;
    border: 4px solid #6dbc2e;
	border-radius: 15px;
}
.pic-2:hover {
  cursor: pointer;
	height: 150px;
}

@media (max-width: 767px){
	.pic-2 {
	width: 150px;
	}
}


.pic-3 {
    width: 100%;
	height: 250px;
    overflow: hidden;
    margin: auto;
    border: 4px solid #6dbc2e;
	border-radius: 15px;
}
.pic-3:hover {
  cursor: pointer;
	height: 250px;
}

@media (max-width: 767px){
	.pic-3 {
	width: 150px;
	}
}


.team-gd p {
	font-size:1em;
    line-height: 2em;
    color: #a2a2a2;
}
/*MORPH*/
.morph {
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
transition: all 0.5s ease;
}
.morph:hover {
border-radius: 50%;
}
.social-icons a i {
    width: 35px;
    height: 35px;
    background: url(../images/sprite.png) no-repeat 0px 0px;
    display: inline-block;
}
.social-icons i:hover {
    opacity: 0.4;
}
.social-icons i.icon{
background-position:0px 2px;
}
.social-icons i.icon1{
background-position:-35px 2px;
}
.social-icons i.icon2{
background-position:-70px 2px;
}
.social-icons i.icon3{
background-position:-105px 2px;
}
.social-icons {
   margin: 1em 0;
}
/**team**/

@media(max-width:1080px){
.team h3 {
    font-size: 2.8em;
}
.team-gd h4 {
    font-size: 1.5em;
}
}

@media(max-width:991px){
.team-gd h4 {
    line-height: 1.3em;
}
.team-gd p{
    font-size: 0.96em;
}
.team {
    padding: 4em 0;
}
.team-gd {
    margin: 2em 0;
}
}

@media(max-width:736px){
.team {
    padding: 3em 0;
}
.team h3 {
    font-size: 2.5em;
}
.team-grids {
    margin-top: 2em;
}
}

@media (max-width: 600px){
.team-gd h4 {
    font-size: 1.4em;
}
}

@media (max-width: 568px){
.team-gd h4 {
    font-size: 1.2em;
}
}

@media(max-width:480px){
.team-gd h4 {
    font-size: 1.4em;
}
.team {
    padding: 2em 0;
}
.team h3 {
    font-size: 2.2em;
}
}

@media(max-width:320px){
.team {
    padding: 1em 0;
}
.team-grids {
    margin-top: 1em;
}
.team-gd h4{
    line-height: 1.3em;
}
.team h3 {
    font-size: 2em;
}
.team-gd {
    padding: 0;
}
}


































