@media Screen and (max-width: 1200px){

}

@media Screen and (max-width: 992px){
.main-container{padding: 0 5%;}
.navbar{
	display: flex;
	flex-wrap: nowrap;
	-webkit-flex-wrap: nowrap;
	-moz-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-direction: row;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
}
.navbar-collapse{
	position: absolute;
    width: 100%;
    
    top: 70%;
    background-color: rgba(255, 255, 255, 0.95);
    padding: 0px 20px;
    border-radius: 4px;
    z-index: 99;
    box-shadow: rgba(0, 0, 0, 0.4) -2px 2px 11px 0px;
}
#menu-main-navigation li {
  padding: 9px 0;
}
#menu-main-navigation a {
  font-size: 17px;}
.main-gallery {
    padding-top: 0px;text-align: center;
}
.navbar-expand-lg{
	padding: 20px 0px ;align-items: center;
}
.navbar-brand {
  margin-bottom: 0;
}
img.logo-small {
	display: block;
	width: 150px;
	height: auto;
}
.home-con .main-gallery img {
    height: auto;
}

.main-gallery{  min-height: calc(100vh - 130px);}
.about-box.copy_right {
  padding-top: 0;
}
.about-box{padding-bottom: 10px;
border-bottom: 1px solid #eee;
margin-bottom: 2rem;}

.navbar-light::before{
  background: #000c17b8;
  position: fixed;
  width: 100%;
  height: 0;
  right: 0;
  z-index: 9;
  top: 0;
  transition: 0.3s;opacity: 0;content: '';
}
.navbar-light.open-m::before{height: 100%;opacity: 1;}
.navbar-light.open-m .navbar-toggler-icon{filter: invert();}
.navbar-toggler.open{z-index: 99;}
.about-box.copy_right br{display: none;}


}

@media Screen and (max-width: 767px){

  
}

@media Screen and (max-width: 575px){
/* .navbar{
	display: flex;
	flex-wrap: nowrap;
	-webkit-flex-wrap: nowrap;
	-moz-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-direction: row;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
}
.navbar-collapse{
	position: absolute;
    width: 100%;
    top: 95px;
    background-color: rgba(255, 255, 255, 0.95);
    padding: 5px 10px;
    border-radius: 4px;
    z-index: 99;
    box-shadow: rgba(0, 0, 0, 0.4) -2px 2px 11px 0px;
}
.main-gallery {
    padding-top: 0px;
}
.navbar-expand-lg{
	padding: 30px 0px 0px;
} */
}

@media Screen and (max-width: 480px){
/* img.logo-small {
	display: block;
	width: 150px;
	height: auto;
} */


}