* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

html {
	height: 100%;
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust:100%
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	min-height: 100%;
	background-color: #fff;
	font-family: Poppins, sans-serif;
	font-weight: 300;
	font-size: 20px;
	line-height: 30px;
	color: #1d2338;
	padding-right: 24px;
	padding-left: 24px;
}

h1 {
	font-size: 38px;
	line-height: 44px;
	margin-top: 20px;
}

h3 {
	margin-top: 20px;
	margin-bottom: 10px;
	font-size: 16px;
	line-height: 24px;
	font-weight: 700;
}

h4 {
	font-size: 18px;
	line-height: 24px;
	margin-top: 10px;
}

h6 {
	font-size: 12px;
	line-height: 18px;
	margin-top: 10px;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	margin-bottom: 10px;
}

a {
	color: #1d2338;
	font-size: 14px;
	line-height: 20px;
	font-weight: 600;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: #4A9D87;
}

.tint {
	color: #4A9D87;
}

.container {
	margin-left: auto;
	margin-right: auto;
	max-width:940px
}

.container::after {
	clear: both;
}

.nav {
	display: block;
	height: 50px;
}

.header {
	margin-top: 50px;
	margin-bottom: 60px;
}

.header .profile {
	
}

.header h1 {
	margin-bottom: 4px;
	font-size: 32px;
}

.header p {
	max-width: 640px;
	margin-top: 0;
	margin-bottom: 24px;
	color: #1d2338;
	font-size: 19px;
	line-height: 32px;
}

.header p a {
	font-size: 19px;
}

.row {
	margin-left: -10px;
	margin-right: -10px;
	margin-bottom: 40px;
}

.row::before, .row::after {
	content: " ";
	display: table;
	grid-column-start: 1;
	grid-row-start: 1;
	grid-column-end: 2;
	grid-row-end: 2;
}

.row::after {
	clear:both;
	margin-left: -10px;
	margin-right: -10px;
}

.col {
	position: relative;
	float: left;
	width: 100%;
	min-height: 1px;
	padding-left: 10px;
	padding-right: 10px;
}

.col-4 {
	width: 33.33333333%;
}

.portfolio-recent-title {
	font-size: 18px;
	line-height: 30px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 24px;
}

.portfolio-recent-item {
	border-radius: 8px;
	height: 350px;
	color: #fff;
	position: relative;
	display: block;
}

.portfolio-recent-item-image {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
}

.portfolio-recent-item-image img {
	width: 100px;
	height: 100px;
}

.portfolio-recent-item-details {
	margin-left: 30px;
	margin-bottom: 10px;
	position: absolute;
	display: block;
	width: 100%;
	bottom: 0;
}

.portfolio-recent-item-details h4 {
	font-weight: 500;
	font-size: 16px;
	margin-bottom: 0;
}

.portfolio-recent-item-details h6 {
	font-weight: 400;
	font-size: 12px;
	margin-top: 0;
}

.portfolio-recent a:hover{
	text-decoration: none!important;
	color: #fff;
}

.item-liveio {
	background: #733EE3;
	background-image: linear-gradient(70deg, #BC3FFF, #4E8BFF);
}

.item-mouser {
	background: #214D81;
}

.item-zen {
	background: #3A87B9;
}

.portfolio-section-title {
	font-size: 18px;
	line-height: 30px;
}

.portfolio-item {
	margin-top: 20px;
}

.portfolio-item h4 {
	margin-bottom: 0px;
	font-size: 14px;
	font-weight: 300
}

.portfolio-item h6 {
	margin-top: 0px;
	font-size: 12px;
	font-weight: 600;
}

.portfolio-item a {
	font-size: 14px;
	font-weight: 300;
	color: #1d2338;
}

.portfolio-item a:hover {
	color: #4A9D87;
}

.footer {
	margin-top: 64px;
	padding-bottom: 40px;
}

.footer a {
	margin-right: 40px;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.2px;
	text-transform: uppercase;
}

@media screen and (max-width: 991px) {
	.container {
		max-width: 728px;
		margin-top: 40px;
	}
	
	.header {
		margin-top: 70px;
	}
	
	.portfolio-recent-item {
		height: 300px;
	}
}

@media screen and (max-width: 767px) {
	.container {
		padding-right: 8px;
		padding-left: 8px;
	}
	
	.header {
		margin-top: 24px;
	}
	
	.header p {
		font-size: 16px;
	}
	
	.header p a {
		font-size: 16px;
	}
	
	.row {
		margin-left: 0;
		margin-right: 0;
	}
	
	.portfolio-recent, .portfolio {
		display: block;
		margin-top: 40px;
	}
	
	.portfolio-recent-item {
		margin-bottom: 20px;
	}
	
	.col {
		padding-left: 0;
		padding-right: 0;
		width: 100%;
		display: block;
	}
	
	.portfolio-recent-title {
		margin-left: 0px;
		margin-right: 0px;
	}
	
	.portfolio-recent-item {
		height: 280px;
	}
}