@media screen and (max-width: 767px) {
	.nav{
		background:transparent !important
	}
	.newsletter_contact{
		height:auto;
		padding-bottom: 20px;
	}
	.newsletter  h3{
		margin-top:50px;
	}
	.copyright_foot_links{
		text-align: center;
		line-height: 30px;
	}
	.navbar-mehran .navbar-brand, .navbar-nav > li > a{
		color: #fff;
	}
	.navbar-nav .open .dropdown-menu > li > a {
		color: #fff;
	}
	.mobmenu{
		z-index: 999999;
		color: #007cb0 !important;
		font-weight: bold !important;
		font-size: 17px !important;
	}
	.navbar-toggle{
		margin-top:4px !important;
	}
	.fill {
		background-size: cover !important;
		background-attachment: inherit;
	}
	.d {
		position: relative !important;
		z-index: 999 !important;
	}

}
@media screen and (max-width: 980px) {
	.news_desc_1 {
		margin-right: auto;
		margin-top: 2px;
	}
	.news_desc_2 {
		margin-left: auto;
		margin-top: 2px;
	}
	.news_desc_3 {
		margin-right: auto;
		margin-top: 2px;
	}
	.news_desc_4 {
		margin-left: auto;
		margin-top: 2px;
	}

}
@media screen and (max-width: 990px) {
	.slideshow .owl-controls{
		display:none !important;
	}
	.section_title{
		margin-top:0 !important;
		text-align:left !important;
		left:0 !important
	}
	.section_description{
		right:0 !important;
		margin-top:0 !important
	}
	.newsletter_contact::before{
		width:100% !important;
		height:332px
	}
	.contact_info, .newsletter{

		text-align: left !important;
	}
	.news_desc_right,.news_desc_left{
		margin:0;
	}
	.fb_link, .in_link{
		margin-left:8px !important;
		margin-right:0 !important
	}
	.news_desc_right, .news_desc_left{
		position: relative;
		z-index: 999;
	}
	.home_news_content {
		height: 100%;
	}
}
@media screen and (max-width: 1199px) {
	.navbar-mehran .navbar-brand, .navbar-nav > li > a{
			font-size: 15px;
	}
	.nav > li > a {
    padding: 10px 7px;
	}
}

@media screen and (max-width: 768px) {
.nav > li {
    display: block !important;
    width: 100%;
    text-align: left;
    padding: 5px 10px;
}
}
@media screen and (min-width: 768px) {
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
	color: #666;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
	}
}