section#contact .form-group input,
section#contact .form-group textarea {
	padding: 11px;
}
body,p,a,h1,h2,h3,h4,h5,h6{
	font-family: 'Roboto', sans-serif,"microsoft yahei";
}

h6{
	font-size: 14px;
	text-transform:initial;
}
section{
	padding: 80px 0;
}
#navforwap {
	position: fixed;
	top: 30%;
	right: 10px;
	background-color: rgba(0, 0, 0, 0.18);
	z-index: 999;
	border-radius: 5px;
	width: 55px;
	height: 100px;
	cursor: pointer;
	font-size: 1.5em;
	padding: 5px;
	line-height: 45px;
}
.fa-2x {
    font-size: 1.4em;
}

.portfolio-modal .modal-content p {
    margin-bottom: 30px;
    text-align: left;
}

.contact_css p{
	text-align: left;
}
.contact_css p i{
	font-size: 18px;
	margin-right: 10px;
}
@media screen and (max-width:768px) {
	header .intro-text .intro-heading {
		font-size: 32px;
	}
	.navbar-header.page-scroll {
	    background: white;
	}
	.navbar-brand.page-scroll {
	    padding: 10px;
	}
	.navbar-brand>img{
		width: 50%;
	}
	.categorydes{
		color: white;
	    width: 290px;
	    background-color: rgba(0, 0, 0, 0.53);
	    padding: 10px;
	    border-radius: 5px;
	}
	.categorydiv{
		position: absolute;
		top: 40%;
		left: 16%;
	}
}

@media screen and (max-width:480px) {
	header .intro-text .intro-heading {
		font-size: 25px;
	}
	.col-mylg{
		width: 100%;
	    padding: 5px;
	    float: left;
	}
	.form-horizontal{
		margin: 15px;
	}
	.p-about{
		text-align: left;
	}
}

@media (min-width: 768px) {
	header .intro-text .intro-heading {
		font-family: 'Roboto', sans-serif;
		text-transform: uppercase;
		font-weight: 400;
		font-size: 48px;
		line-height: 75px;
		margin-bottom: 50px;
	}
	.col-mylg{
		width: 16.66%;
	    padding: 5px;
	    float: left;
	}
	#about{
		height: 850px;
		width: 100%;
		background: url('../img/ejlgt.jpg') no-repeat center 0;
		background-position-y: bottom;
	}
	.navbar-brand.page-scroll {
	    margin-top: -5px;
	    padding: 0;
	}
	.carousel-caption{
		padding-bottom: 16%;
	}
	.carousel-caption h2, .carousel-caption p{
		font-family: 'Roboto', sans-serif;
		color: white;
	}
	.carousel-caption h2{
		font-size: 40px;
	}
	.carousel-caption p{
		font-size: 24px;
	}
	nav#mainNav {
    background-color: rgba(255, 255, 255, 0.9);
	}
	.categorydes{
		color: white;
	    width: 160px;
	    background-color: rgba(0, 0, 0, 0.53);
	    padding: 10px;
	    border-radius: 5px;
	    font-size: 16px;
	}
	.categorydiv{
		position: absolute;
		top: 40%;
		left: 6%;
	}
	h2.firstc{
		text-align: left;
    	font-size: 100px;
	}
	p.firstp{
		text-align: left;
	}
	div.firstslide{
		padding-bottom: 9%;
	}
	section#services h6{
		text-align: center;
	}
}