/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
.intro .title h3{
	font-size: 1.05rem;
}
.intro .content h3{
	font-size: 1.7rem;
}
.col-pd1 .content h3{
	font-size: 2.1rem;
}
.col-pd1 .title h3{
	font-size: 1.1rem;
}
.heading .title{
	font-size: 2.4rem;
	margin-top: 2rem;
}
.lead{
	font-size: 1.3rem;
}
p, ul li{
	font-size: 1.2rem;
}
.btn{
	font-size: 1.2rem;
}
.newsletter{
	padding-top:0;
	padding-bottom: 0;
}
.entry-meta{
	font-size: 1.1rem;
}
.widget-about-info{
	font-size: 1.6rem;
}
.animate-charcter{
	font-size: 21px!important;
}
.intro-slider-container, .intro-slide{
	width: 100%!important;
	height:150px!important;
}
.intro .action a{
	padding:0.7rem 2.5rem;
	font-size: 0.95rem;
}
.col-pd1 .banner-content{
	left:2rem;
	padding-right:2rem
}
.newsletter .title{
	font-size: 1.7rem;
}
.testimonial-icon:before{
	font-size: 1.8rem;
}
.newsletter h5{
	font-size:1.6rem;
}
blockquote{
	font-size:1.3rem;
}
}


/* Small devices (portrait tablets and large phones, 600px and up) */
/* @media only screen and (min-width: 600px) {...} */

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
	.heading .title{
	margin-top: 3rem;
	}
	.newsletter{
		padding-top:0;
		padding-bottom: 0;
	}
	.intro-slider-container, .intro-slide{
		width: 100%!important;
		height:300px!important;
	}
	.intro .title h3{
	font-size: 2.2rem;
	}
	.intro .content h3{
		font-size: 3.2rem;
	}
.col-pd1 .content h3{
		font-size: 2.9rem;
	}
	.col-pd1 .title h3{
		font-size: 1.5rem;
	}
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
	.menu>li>a{
		font-size: 1.1rem;
	}
	.header-middle .menu>li>a{
		padding:2.2rem 1.5rem;
	}
	.col-pd1 .content h3{
		font-size: 1.8rem;
	}
	.col-pd1 .title h3{
		font-size: 1.1rem;
	}
	.heading .title{
		font-size: 2.7rem;
		margin-top: 2rem;
	}
	.lead{
		font-size: 1.5rem;
	}
	.col-pd1 .banner-content{
		left: 3rem;
    	padding-right: 3rem;
	}
	.banner-container::before{
		margin-top:0!important;
	}
	
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
	.menu>li>a{
		font-size: 1.4rem;
	}
	.header-middle .menu>li>a{
		padding:3.2rem 2.2rem;
	}
	.col-pd1 .content h3{
		font-size: 2.2rem;
	}
	.col-pd1 .title h3{
		font-size: 1.4rem;
	}
	.heading .title{
		font-size: 3.4rem;
		margin-top: 4rem;
	}
	.lead{
		font-size: 1.7rem;
	}
	.newsletter{
		padding-top:0;
		padding-bottom: 0;
	}
	.intro-slider-container, .intro-slide{
		width: 100%!important;
		height:600px!important;
	}
	.intro .content h3{
		font-size: 6rem;
	}
	.col-pd1 .banner-content{
		left: 5rem;
    	padding-right: 5rem;
	}
}