
.demo{width:100%; display:table; border:#fff 1px solid; }
.our-team{overflow: hidden;width:20%; height:480px;position: relative;float:left;border-right:#fff 1px solid; }
.our-team:last-child{ border:none}

.our-team .img{width: 100%;height: auto;position: relative;right: 0;transition: all 0.4s ease-in-out 0s;}
.our-team .img img{ margin:0 auto; padding:0px; display:block; margin-top:60px; margin-bottom:50px;}
.our-team .img h3{width:80px; height:1px; background:#fff; margin:0 auto; padding:0px; display:table}
.our-team .img h4{ line-height:200px; text-align:center; font-size:18px; color:#fff}


.our-team .team-content{width:100%;height: 100%;background: #fff;position: absolute;top: 0;right:-100%;transition: all 0.4s ease-in-out 0s;}
.our-team:hover .team-content{right: 0;width:100%;}

.temborder{width:94%; height:460px; border:#263450 1px solid; margin:10px 0px 0px 3%}
.temborder .img{width: 100%;height: auto;position: relative;right: 0;transition: all 0.4s ease-in-out 0s;}
.temborder .img img{ margin:0 auto; padding:0px; display:block; margin-top:20px; margin-bottom:10px;}
.temborder h3{width:80px; height:1px; background:#263450; margin:0 auto; padding:0px; display:table}
.temborder h4{ line-height:50px; text-align:center; font-size:18px; color:#26344f}
.temborder h5{width:95%; margin:0 auto; padding:0px; display:table; color:#26344f; line-height:25px; text-align:left;}


