@media only screen and (min-width:991px) and (max-width: 1199px) {
	
.typed-section .type-title span{
	font-size:36px;
}
	
}

/* Wide Tablet PC Layout: 991px. */
@media only screen and (min-width: 768px) and (max-width: 991px) {
.nav>li>a {
	padding: 10px 9px;
}
.copyright p {
	text-align: center;
	margin-bottom: 20px;
}
.copyright-social-icon {
	text-align: center;
}

}

/* Mobile Layout: 991px. */
@media only screen and (max-width:768px) {
.typed-section .type-title span {
	font-size: 30px;
}
.defult-title h1 {
	font-size: 30px;
}
.portfolio-item img {
	min-width: 100%;
}
.post-image img {
	min-width: 100%;
}
.copyright p {
	text-align: center;
	margin-bottom: 20px;
}
.copyright-social-icon {
	text-align: center;
}
.panel-title {
	font-size: 14px;
}
.blank-class {
	display: none;
}
.slider .slides li .caption h3 {
	font-size: 36px;
}
.slider .indicators {
	bottom: 20px;
}
.testimonial .carousel-control.left {
	left: 40%;
}
.testimonial .carousel-control.right {
	right: 40%;
}

}




/* Wide Mobile Layout: 480px to 320px. */

@media only screen and (min-width:300px) and (max-width:500px) {
	.counter-title h4{
		font-size:14px;
		letter-spacing: 0;
		}
	.typed-section h3 {
		font-size: 16px;
	}
	.slider .slides li .caption h3 {
		font-size: 25px;
	}
	.slider .slides li .caption p {
		font-size: 14px;
	}
	.nav > li > a {
		padding: 10px 8px;
	}

	
}
