@media (min-width: 992px) and (max-width: 1199px)
{

}
@media (min-width: 768px) and (max-width: 991px)
{
	button.navbar-toggler {
	    background-color: #ffffff;
	    margin: 20px 0;
	}
	nav.navbar.navbar-expand-lg {
	    position: inherit;
	}
	.main_menu {
	    position: absolute;
	    width: 100%;
	    top: 228px;
	    background: #13331e;
	    left: 0;
	    z-index: 9;
	}
	.home_sec .home_sec_row img {
		width: 100%;
	}
}
@media only screen and (max-width: 767px) 
{
	a.site_logo {
	    width: 100%;
	    text-align: center;
	}
	button.navbar-toggler {
	    background-color: #ffffff;
	    top: -25px;
	    position: relative;
	}
	nav.navbar.navbar-expand-lg {
	    position: inherit;
	}
	.main_menu {
	    position: absolute;
	    width: 100%;
	    top: 262px;
	    background: #13331e;
	    left: 0;
	    z-index: 9;
	}
	.inr_page_sec .col-lg-4.col-md-4.col-sm-4.col-12.text-right {
	    text-align: left;
	}
	img.about_image {
		width: 100%;
	}
	.images_sec p {
	    display: block;
	}
	.images_sec p a {
	    display: block;
	}
	.images_sec p img {
	    padding-bottom: 10px;
	}
	.services_sidebar {
	    padding-top: 10px;
	}
}
@media only screen and (max-width: 320px) 
{

}
@media (min-width: 411px) and (max-width: 766px)
{

}