body,
html {
    width: 100%;
	height: 100%;
}
body, p {
	color: #4d5055; 
	font: 400 1rem/1.625rem "Open Sans", sans-serif;
}
h2 {
	color: #24262a;
	font-weight: 700;
	font-size: 2rem;
	line-height: 2.5rem;
	font-family: "Poppins"
}
h4 {
	color: #24262a;
	font-weight: 700;
	font-size: 1.5rem;
	line-height: 2rem;
	font-family: "Poppins"
}
h5 {
	color: #24262a;
	font-weight: 700;
	font-size: 1.25rem;
	line-height: 1.625rem;
	font-family: "Poppins"
}
h6 {
	color: #24262a;
	font-weight: 700;
	font-size: 1rem;
	line-height: 1.375rem;
	font-family: "Poppins"
}
.p-small {
	font-size: 0.875rem;
	line-height: 1.5rem;
}
a {
	color: #4d5055;
	text-decoration: underline;
}
a:hover {
	color: #4d5055;
	text-decoration: underline;
}
.no-line {
	text-decoration: none;
}
.no-line:hover {
	text-decoration: none;
}
.bg-gray {
	background-color: #f7f9fb;
}
.btn-solid-lg {
	display: inline-block;
	padding: 1.625rem 2.625rem 1.625rem 2.625rem;
	border: 1px solid #555555;
	background-color: #555555;
	color: #ffffff;
	font-weight: 600;
	font-size: 0.875rem;
	line-height: 0;
	text-decoration: none;
	transition: all 0.2s;
}
.btn-solid-lg:hover {
	background-color: transparent;
	color: #555555; 
	text-decoration: none;
}
.btn-outline-lg {
	display: inline-block;
	padding: 1.625rem 2.625rem 1.625rem 2.625rem;
	border: 1px solid #24262a;
	background-color: transparent;
	color: #24262a;
	font-weight: 600;
	font-size: 0.875rem;
	line-height: 0;
	text-decoration: none;
	transition: all 0.2s;
}
.btn-outline-lg:hover {
	background-color: #555555;
	color: #ffffff;
	text-decoration: none;
}
.navbar {
	background-color: #ffffff;
	font-weight: 600;
	font-size: 0.875rem;
	line-height: 0.875rem;
	box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.025);
}
.navbar .navbar-brand {
	padding-top: 0.125rem;
	padding-bottom: 0.125rem;
}
.navbar .logo-image img {
    width: 180px;
	height: auto;
}
.offcanvas-collapse {
	position: fixed;
	top: 3.25rem; 
	bottom: 0;
	left: 100%;
	width: 100%;
	padding-right: 1rem;
	padding-left: 1rem;
	overflow-y: auto;
	visibility: hidden;
	background-color: #ffffff;
	transition: visibility .3s ease-in-out, -webkit-transform .3s ease-in-out;
	transition: transform .3s ease-in-out, visibility .3s ease-in-out;
	transition: transform .3s ease-in-out, visibility .3s ease-in-out, -webkit-transform .3s ease-in-out;
}
.offcanvas-collapse.open {
	visibility: visible;
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
}
.navbar .navbar-nav {
	margin-top: 0.5rem;
	margin-bottom: 0.5rem;
}
.navbar .nav-item .nav-link {
	padding-top: 0.625rem;
	padding-bottom: 0.625rem;
	color: #24262a;
	text-decoration: none;
	transition: all 0.3s ease;
	font-weight: 700;
}
.navbar .nav-item .nav-link:hover,
.navbar .nav-item .nav-link.active {
	color: #555555;
	transform: scale(1.05);
}
.navbar .fa-stack {
	width: 2em;
	margin-right: 0.25rem;
	font-size: 1rem;
}
.navbar .fa-stack-2x {
	color: #555555;
	transition: all 0.2s ease;
}
.navbar .fa-stack-1x {
	color: #ffffff;
	transition: all 0.2s ease;
}
.navbar .fa-stack:hover .fa-stack-2x {
	color: #24262a;
}
.navbar .fa-stack:hover .fa-stack-1x {
	color: #555555;
}
.navbar .navbar-toggler {
	padding: 0;
	border: none;
	font-size: 1.25rem;
}
.header {
	padding-top: 5.5rem;
	padding-bottom: 5.5rem;
	background: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url('../images/header-background.jpg') center center no-repeat;
	background-size: cover;
	text-align: center;
}
.header .h1-large {
	margin-bottom: 1.75rem;
	color: #ffffff;
}
.header .header-subtitle {
	color: #ffffff;
	font-family: 'Poppins', sans-serif;
	font-weight: 300;
	font-size: 1rem;
	line-height: 1.25rem;
}
.about-text {
	text-align: justify;
}
.section-h5 {
	margin-top: 2rem;
}
.tech-icon {
	margin: 0.5rem;
}
.github-icon {
	vertical-align: middle;
	margin-right: 0.5rem;
}
.contact-item {
	text-align: center;
	padding: 2rem 1rem;
	margin-bottom: 2rem;
}
.contact-item .icon {
	margin-bottom: 1rem;
	color: #555555;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 4rem;
}
.contact-item h5 {
	margin-bottom: 0.5rem;
	color: #24262a;
	font-weight: 600;
}
.contact-item a {
	color: #555555;
	text-decoration: none;
	font-weight: 500;
}
.contact-item a:hover {
	color: #333333;
	text-decoration: underline;
}
.header .btn-solid-lg:hover {
	border: 1px solid #ffffff;
	color: #ffffff;
}
.header .btn-outline-lg {
	padding: 1.625rem 1.625rem 1.625rem 1.625rem;
	border: none;
	color: #ffffff;
}
.header .btn-outline-lg:hover {
	background: transparent;
	color: #9c9ead;
	text-decoration: none;
}
.header .btn-outline-lg .fas {
	margin-right: 0.375rem;
}
.basic-1 {
	padding-top: 5.25rem;
	padding-bottom: 5.25rem;
}
.basic-1 .text-container {
	margin-bottom: 3rem;
}
.basic-1 .time {
	margin-bottom: 0.5rem;
	color: #555555;
	font-weight: 600;
	font-size: 0.875rem;
	line-height: 1.5rem;
	font-family: "Poppins";
}
.basic-1 h6 {
	margin-bottom: 0.125rem;
}
.basic-2 {
	padding-top: 5.25rem;
	padding-bottom: 5.25rem;
}
.basic-2 .h2-heading {
	margin-bottom: 0.75rem;
	text-align: center;
}
.basic-2 .p-heading {
	margin-bottom: 4rem;
	text-align: center;
}
.basic-2 .text-box {
	margin-bottom: 3rem;
	padding: 3.5rem 1rem 2.125rem 1rem;
	border: 1px solid #cfd7de;
}
.basic-2 .fas,
.basic-2 .far {
	margin-bottom: 1.75rem;
	color: #555555;
	font-size: 3.5rem;
}
.basic-2 h4 {
	letter-spacing: 1px;
}
.split .area-1 {
	height: 430px;
	background: linear-gradient(to bottom right, rgba(25, 26, 29, 0.5), rgba(25, 26, 29, 0.5)), url('../images/details-background.jpg') center center no-repeat;
	background-size: cover;
}
.split .area-2 {
	padding-top: 5rem;
	padding-bottom: 7.75rem;
}
.split p {
	margin-bottom: 2.25rem;
}
.split .icons-container {
	margin-top: 3rem;
}
.split .icons-container img {
	width: 50px;
	margin-right: 0.625rem;
	margin-bottom: 0.75rem;
}
.basic-3 {
	padding-top: 5rem;
	padding-bottom: 1rem;
}
.basic-3 .h2-heading {
	margin-bottom: 0.75rem;
	text-align: center;
}
.basic-3 .p-heading {
	margin-bottom: 4rem;
	text-align: center;
}
.basic-3 .text-container {
	margin-bottom: 4rem;
}
.basic-3 .image-container {
	margin-bottom: 1rem;
}
.basic-3 .image-container {
	overflow: hidden;
	margin-right: auto;
	margin-left: auto;
}
.basic-3 .image-container img {
	margin: 0;
	transition: all 0.2s;
}
.basic-3 .image-container:hover img {
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
} 
.footer {
	padding-top: 6.25rem;
	padding-bottom: 2rem;
	background-color: #24262a;
	text-align: center;
}
.footer a {
	text-decoration: none;
}
.footer .fa-stack {
	width: 2em;
	margin-bottom: 1.25rem;
	margin-right: 0.375rem;
	font-size: 1.5rem;
}
.footer .fa-stack .fa-stack-1x {
    color: #ffffff;
	transition: all 0.2s ease;
}
.footer .fa-stack .fa-stack-2x {
	color: #555555;
	transition: all 0.2s ease;
}
.footer .fa-stack:hover .fa-stack-1x {
	color: #555555;
}
.footer .fa-stack:hover .fa-stack-2x {
    color: #ffffff;
}
.copyright {
	padding-top: 1rem;
	padding-bottom: 1rem;
	background-color: #24262a;
	text-align: center;
}
.copyright .p-small {
	color: #9da6ac;
	text-align: center;
}
.copyright a {
	color: #9da6ac;
}
@media (min-width: 768px) {
	.header {
		padding-top: 11rem;
		padding-bottom: 9rem;
	}
	.basic-2 .text-box {
		padding-right: 2.125rem;
		padding-left: 2.125rem;
	}
	.ex-basic-1 .text-box {
		padding: 1.75rem 2rem 0.875rem 2rem;
	}
}
@media (min-width: 992px) {
	.h2-heading {
		width: 35.25rem;
		margin-right: auto;
		margin-left: auto;
	}
	.p-heading {
		width: 46rem;
		margin-right: auto;
		margin-left: auto;
	}
	.navbar {
		padding-top: 1.5rem;
		padding-bottom: 1.5rem;
		background-color: transparent;
		box-shadow: none;
		transition: all 0.2s;
	}
	.navbar.top-nav-collapse {
		padding-top: 0.4rem;
		padding-bottom: 0.4rem;
		background-color: #ffffff;
		box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.025);
	}
	.offcanvas-collapse {
		position: static;
		top: auto;
		bottom: auto;
		left: auto;
		width: auto;
		padding-right: 0;
		padding-left: 0;
		background-color: transparent;
		overflow-y: visible;
		visibility: visible;
	}
	.offcanvas-collapse.open {
		-webkit-transform: none;
		transform: none;
	}
	.navbar .navbar-nav {
		margin-top: 0;
		margin-bottom: 0;
	}
	.navbar .nav-item .nav-link {
		padding-right: 0.625rem;
		padding-left: 0.625rem;
	}
	.navbar .dropdown-menu {
		margin-top: 0.25rem;
		box-shadow: 0 3px 3px 1px rgba(0, 0, 0, 0.08);
	}
	.navbar .dropdown-divider {
		width: 90%;
	}
	.navbar .social-icons {
		margin-left: 0.5rem;
	}
	.navbar .fa-stack {
		margin-right: 0;
		margin-left: 0.25rem;
	}
	.header {
		padding-top: 15rem;
		padding-bottom: 14rem;
		text-align: left;
	}
	.split {
		height: 760px;
	}
	.split .area-1 {
		height: 100%;
		width: 50%;
		display: inline-block;
	}
	.split .area-2 {
		height: 100%;
		width: 50%;
		display: inline-block;
		vertical-align: top;
	}
	.split .text-container {
		width: 400px;
		margin-left: 3rem;
	}
	.cards-1 .card {
		display: inline-block;
		width: 290px;
		vertical-align: top;
	}
	.cards-1 .card:nth-of-type(3n+2) {
		margin-right: 1.5rem;
		margin-left: 1.5rem;
	}
	.cards-1 .card-body {
		text-align: left;
	}
	.cards-1 .details {
		display: flex;
		align-items: flex-start;
	}
	.cards-1 .details .text {
		flex-direction: column;
	}
	.cards-1 .details img {
		margin-right: 1.125rem;
	}
	.accordion-1 .accordion {
		width: 730px;
		margin-right: auto;
		margin-left: auto;
	}
	.form-1 form {
		width: 790px;
		margin-right: auto;
		margin-left: auto;
	}
	.ex-cards-1 .card {
		display: inline-block;
		width: 296px;
		vertical-align: top;
	}
	.ex-cards-1 .card:nth-of-type(3n+2) {
		margin-right: 1rem;
		margin-left: 1rem;
	}
}
@media (min-width: 1200px) {
	.h1-large {
		font-size: 2.5rem;
		line-height: 3rem;
	}
	.navbar .container {
		max-width: 1330px;
	}
	.header {
		padding-top: 18.25rem;
		padding-bottom: 17.25rem;
	}
	.basic-1 .text-container.first {
		margin-right: 2rem;
	}
	.basic-1 .text-container.second {
		margin-right: 1rem;
		margin-left: 1rem;
	}
	.basic-1 .text-container.third {
		margin-left: 2rem;
	}
	.split {
		height: 700px;
	}
	.split .text-container {
		width: 460px;
		margin-left: 5rem;
	}
	.cards-1 .card {
		width: 338px;
	}
	.cards-1 .card:nth-of-type(3n+2) {
		margin-right: 2.625rem;
		margin-left: 2.625rem;
	}
	.ex-cards-1 .card {
		width: 336px;
	}
	.ex-cards-1 .card:nth-of-type(3n+2) {
		margin-right: 2.875rem;
		margin-left: 2.875rem;
	}
}
