

/*============================================================
	Tablet (Portrait) Design for a width of 768px
==============================================================*/

@media (min-width: 768px) and (max-width: 991px) {
	.navbar-brand {
		margin-left: 0px;
	}
	/* home slider  */
	.caption-content h2 {
		font-size: 40px;
	}
	.caption-content p {
		font-size: 25px;
	}
	.caption-content strong {
		font-size: 45px;
	}
	/*about*/
	.about-text {
		width: 100%;
	}
	.about-img {
		background: none;
	}
	.about-item p {
		padding-left: 120px;
		padding-right: 120px;
	}
	/* portfolio */
	.portfolio-item {
		width: 100%;
	}
	/*languages*/
	.languages-item img {
		margin-left: 0;
		position: relative;
		left: 50%;
		transform: translateX(-50%);
	}
	.languages-item:nth-child(1),
	.languages-item:last-child {
		display: none;
	}
	.cover {
		width: 90%;
	}
	/*  Solutions */
	.solution-item {
		padding: 16px;
	}
	/* contact form */
	.contact-form {
		margin-bottom: 75px;
	}
	/*  footer */
	
/*============================================================
	Project
==============================================================*/

	.datasheet{margin-top:30px;}

	.img-prj{
	height:auto;
	}
	
	.img-prj img{
		position:relative;
		left:50%;
		transform:translateX(-50%);
	}
}

