@media only screen and (min-width: 1026px) and (max-width: 1440px) {
	
	.de-navbar-left footer {
	    padding: 70px 20px 0 20px;
	}

	.owl-carousel {
		width: 87%;
	}

	#section-about {
		padding: 40px;
	}

	#section-testimonial {
	    padding: 90px 0 90px 0 !important;
	}

	#section-about-us-3 .offset-lg-6 {
    	margin-left: 40%;
	}

	.de-navbar-left #logo {
	    padding: 0 0 40px 0;
	}

	.logo {
		height: 150px;
	}

	.postnewscontent {
		 margin-left: 0px; 
	}
}

@media only screen and (max-width: 992px) {

	header.side-header, .de_light header.side-header {
		background: var(--primary-color-1);
	}

	header.side-header #menu-btn {
		top: 40px;
	}

	#section-slider {
		top: 130px;
	}

	header.side-header, .de_light header.side-header {
	    height: 130px;
	}

	header.side-header #logo .logo-2 {
	    height: 120px;
	    top: 0px;
	    left: 0px;
	}
}


