/*
Template Name: Auto Repair
File: Layout CSS
Author: TemplatesOnWeb
Author URI: https://www.templateonweb.com/
Licence: <a href="https://www.templateonweb.com/license">Website Template Licence</a>
*/

/*********************about****************/
.about_pg1_left .rotate {
    right: -50px;
    bottom: -100px;
}
.about_pg2{
   margin-top:160px;
 }
.about_pg3_left{
   min-height:375px;
 }
.team_1_left1_inner1{
  bottom:0;
 }
.team_1_left2{
  border-bottom:5px solid transparent;
  transition: 0.3s;
 }
.team_1_left:hover .team_1_left2{
  border-bottom:5px solid var(--yellow);
  transition: 0.3s;
  background:var(--bs-white)!important;
 }


#gallery .modal-dialog {
	max-width: 800px;
}
.homei1i2{
	padding-top:24%;
	display:none;
	transition: 0.3s; 
 }
.gallery_1l:hover .homei1i2{
	display:block; 
	transition: 0.3s;
 }
.gallery_1l{
  margin:1px;
 }
.modal {
  z-index:10000;
 }
/*********************about_end****************/




@media screen and (max-width : 767px){
.gallery_1l{
	margin-top:10px;
	margin-bottom:10px; 
 }
.about_pg1_left .rotate {
   position:static!important;
}
.about_pg1_left  img{
  width:100%!important;
 }
.about_pg1_right{
  margin-top:20px;
 }
.about_pg2 {
  margin-top:50px;
}
.about_pg2_left{
  margin-top:10px;
  margin-bottom:10px; 
 }
.about_pg3_left {
    min-height:auto;
}
.team_1_left{
 	margin-top:10px;
	margin-bottom:10px; 
 }
 }


@media (min-width:576px) and (max-width:767px) {

 }
 
@media (min-width:768px) and (max-width:991px) {
.about_pg2 {
  margin-top:80px;
}

 }

@media (min-width:992px) and (max-width:1200px) {
.about_pg2 {
  margin-top:100px;
}
.about_pg3_left {
    min-height: 405px;
}
 }

@media (min-width:1201px) and (max-width:1250px) {

 }
@media screen and (min-width : 1400px){


 }


