/*
Template: Anhad Shabad Academy
File: Gallery / Blog / Detail Page CSS
*/

/*********************gallery****************/
.main_team_dt {
    background-image: url(https://images.unsplash.com/photo-1511379938547-c1f69419868d?w=1920&q=80);
    background-position: center center;
    background-size: cover;
}

.main_gallery {
    background-image: url(https://images.unsplash.com/photo-1511379938547-c1f69419868d?w=1920&q=80);
    background-position: center center;
    background-size: cover;
}

#gallery .modal-dialog {
	max-width: 800px;
}
.homei1i2{
	padding-top:23%;
	display:none;
	transition: 0.3s; 
 }
.gallery_1l:hover .homei1i2{
	display:block; 
	transition: 0.3s;
 }
.gallery_1l{
  margin:1px;
 }
.modal {
  z-index:10000;
 }
/*********************gallery_end****************/

@media screen and (max-width : 767px){
.gallery_1l{
	margin-top:8px;
	margin-bottom:8px; 
 }
.team_dt1_right{
	margin-top:20px;
}
.team_dt1_right_inner{
	padding:20px 15px!important;
}
 }

@media (min-width:576px) and (max-width:767px) {
 }
 
@media (min-width:768px) and (max-width:991px) {
.team_dt1_left .fs-5{
	font-size:14px!important;
}
 }

@media (min-width:992px) and (max-width:1200px) {
 }

@media (min-width:1201px) and (max-width:1300px) {
 }
@media screen and (min-width : 1400px){
 }
