/*
Template Name: Laboratory
File: Layout CSS
Author: TemplatesOnWeb
Author URI: https://www.templateonweb.com/
Licence: <a href="https://www.templateonweb.com/license">Website Template Licence</a>
*/

/*********************team****************/
.main_team {
background-image: url(../img/30.jpg);
background-position: center center;
background-size: cover;
}

.team_1m1i1 ul li a{
width:40px;
height:40px;
line-height:40px; 
transition: 0.3s;
 }
.team_1m1i1 ul li a:hover{
background:#156cf0!important;
color:#fff!important;
 }
.team_1m1i1{
padding-top:45%;
display:none; 
 }
.team_1m:hover .team_1m1i1{
display:block; 
 }
/*********************team_end****************/


@media screen and (max-width : 767px){
.team_1m{
margin-top:8px;
margin-bottom:8px; 
 }
 }

@media (min-width:576px) and (max-width:767px) {

 }
@media (min-width:768px) and (max-width:991px) {
.team_1m1i1 ul li a{
width:30px;
height:30px;
line-height:30px; 
font-size:14px;
 }
 }

@media (min-width:992px) and (max-width:1200px) {

 }


