
/* Normal desktop :992px. */
@media only screen and (min-width: 992px) and (max-width: 1169px) {

}
/* Tablet desktop :768px. */
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.nivoSlider img  {
		height: auto !important;
	}
		.project_dec{
		margin-bottom: 30px;
	}
	.slider {
		padding-top: 93px;
	}
	.navbar-default .navbar-nav > li > a {
	  font-size: 14px;
	}
	.navbar-brand img {
		display:none;
	}
	.navbar-default .container {
		background-repeat: no-repeat;
		margin-left: -10px;
	}
}
/* Large Mobile :480px. */
@media (max-width: 767px) {
	.navbar-fixed-top.fixed{
		padding: 0;
	}
	.nivoSlider img  {
		height: auto !important;
	}
	.sider_text .second_heading{
		font-size: 30px;	
	}
	
	h2,.section_title h2 {
	  font-size: 25px;
	}	
	h4{
		font-size: 16px;
	}
	.project_dec{
		margin-bottom: 30px;
	}
	.statistics-content{
		margin-bottom: 30px;
	}
	.slider {
		padding-top: 93px;
	}
}
/* small mobile :320px. */
@media only screen and (max-width: 600px) {
	.our_work_menu ul li{
		margin-bottom: 14px;
	}
	#newsletter input[type="text"] {
	  margin: auto auto 20px;
	}
	.slider {
		padding-top: 93px;
	}
}

@media only screen and (max-width: 480px) {

	.buy_now_title a.btn {
		display: block;
		margin-top: 30px;
	}
	.slider {
		padding-top: 93px;
	}
}
