
@media (min-width: 375px) and (max-width: 598px) {
	.intro-box {
		padding: 0 0 50px 0;
	}
	h1 {
		font-size: 28px; line-height: 1.6; font-weight: 700;
	}
	h2 {
		font-size: 22px; line-height: 1.6; font-weight: 700;
	}
	.socialicons {
		text-align: center;
	}
	.copyright-txt {
		text-align: center;
	}	
}

@media (min-width: 600px) and (max-width: 767px) { 
	.intro-box {
		padding: 0 0 50px 0;
	}
	h1 {
		font-size: 30px; line-height: 1.6; font-weight: 700;
	}
	.socialicons {
		text-align: center;
	}
	.copyright-txt {
		text-align: center;
	}
	.work-box li span {
		font-size:14px;
	}
	
}

@media (min-width: 768px) and (max-width: 1024px) { 
	.intro-box {
		padding: 0 25px 50px 0;
	}
	.wlc-box {
		padding: 0 25px 50px 0;
	}
	h1 {
		font-size: 30px; line-height: 1.6; font-weight: 700;
	}
	h2 {
		
	}
	.serbox{
		padding: 0;	
		margin-bottom: 25px;
	}
	.socialicons {
		text-align: center;
	}
	.copyright-txt {
		text-align: center;
	}		
}

@media (min-width: 1025px) and (max-width: 1200px) {
	.intro-box {
		padding: 40px 25px 25px 0;
	}	
	.wlc-box {
		padding: 0 25px 50px 0;
	}
	h1 {
		font-size: 36px; line-height: 1.6; font-weight: 700;
	}
	.serbox{
		padding: 0;	
		margin-bottom: 25px;
	}
	.socialicons {
		text-align: right;
	}	
}

@media (min-width: 1201px) {

}
