@media only screen and (max-width: 992px) {
  
	
	.menu-top .navbar {
    padding: 0px 15px;
    width: 100%;
}
	
	
	.hero-single {
   
    min-height: 380px;
}
	
	.big-heading {
    font-weight: 800;
    font-size: 28px;
    color: #101211;
}
	
	.services-grid, .gallery-grid {
  
    grid-template-columns: repeat(1, 1fr);   
}
	
	.welocme-about{
		
		background-image: none;
	}
	
	.menu-top.fixed-top {
    background: rgba(0, 0, 0, 1);
   
}
	
	.my-menu-here {
    display: block;
    min-height: auto;
  
}
	.my-form-inline {
    margin-left: 0;
    color: #fff;
    padding: 15px;
}
	
	.gallery-outer {
    float: left;
    width: 100%;
    height: auto;
    overflow: hidden;
    background: #000;
    position: relative;
}
	
ul.navbar-nav {
    float: left;
    width: 100%;
    padding: 25px 0 0 0;
    margin: 0;
}
	
	#navbarSupportedContent {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    width: 100%;
    height: 100%;
    background-color: #191919;
    overflow: auto;
    padding-top: 50px;
    padding-left: 20px;
    padding-right: 21px;
    -webkit-box-shadow: 0 0 28px 2px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 0 28px 2px rgba(0, 0, 0, .2);
    box-shadow: 0 0 28px 2px rgba(0, 0, 0, .2);
		transition: .55s all ease-in-out;
}
	
	.navbar-light .navbar-toggler {
    color: #fff;
    border-color: rgba(255,255,255,1);
    padding: 8px 0;
    width: 45px;
    height: 45px;
    border-radius: 0px;
    font-size: 27px;
    position: relative;
    z-index: 999;
}
	
	.call-us-now {
    font-size: 18px;
    color: #fff;
    padding-bottom: 4px;
    text-align: center;
    letter-spacing: 4px;
}
	
	.hero-slider .owl-nav{
		
		display: none;
	}
	
	.hero-single .hero-content {
    height: 100%;
    text-align: center;
    position: absolute;
    left: 0px;
    width: 100%;
    top: 50%;
    transform: translate(0px, -50%);
    margin-top: -50px;
}
	
	.hero-single .hero-content .hero-btn {
   
    text-align: center;
    float: left;
    width: 100%;
    
		display: none;
}

}

@media only screen and (max-width: 580px) {
	
	.hero-slider.owl-theme .owl-dots { display: none;}
	.gallery-outer {
   
    height: 280px;
   
}
	
	.about-inner-page .big-heading {
    margin-bottom: 35px;
    color: #2c2c2c;
    font-weight: 400;
    font-size: 3.25em;
}
	
	.p-galler-con {
    float: left;
    width: 100%;
}
	
	.heading-form {
   
    font-size: 2.25em;
   
}
	
	.f-about ul li {
    display: block;
    padding: 0 10px 10px 0;
}
	
	.f-about ul {
    float: left;
    width: 100%;
    padding: 15px 0 25px 0;
}
	
}