#loading-bar-container {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 4px;
	z-index: 999999;
	background: transparent;
	overflow: hidden;
}
#loading-bar {
	position: absolute;
	top: 0;
	left: 0;
	width: 0%;
	height: 100%;
	background: linear-gradient(90deg, #fbbf24 0%, #ffed4e 50%, #fbbf24 100%);
	box-shadow: 0 0 10px rgba(255, 212, 45, 0.8), 0 0 5px rgba(255, 212, 45, 0.5);
	transition: width 0.3s ease-out, opacity 0.3s ease-out;
}
#loading-bar.loading {
	animation: loading-pulse 1.5s ease-in-out infinite;
}
@keyframes loading-pulse {
	0%, 100% {
		opacity: 1;
	}
	50% {
		opacity: 0.8;
	}
}
body {
	background: #1a1a1a;
	font-family: 'Gilroy', Helvetica, Arial, sans-serif;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	position: relative;
	min-height: 100vh;
}
#particle-canvas,
#matrix-canvas,
#circuit-canvas {
	opacity: 0.7;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Gilroy', Helvetica, Arial, sans-serif;
	font-weight: 700;
}
p {
	font-size: 17px;
	font-weight: 400;
	line-height: 29px;
	color: #828282;
}
a:hover {
	color: #fbbf24;
}
.no-padding {
	padding: 0px !important;
}
.main-content {
	padding: 50px 0;
	position: relative;
}
@media (min-width: 768px) {
	.main-content {
		overflow: visible;
	}
	.main-content > .container > .row {
		display: flex;
		flex-wrap: nowrap;
		align-items: flex-start;
	}
	.main-content > .container > .row > .col-md-3 {
		position: sticky;
		top: 20px;
		align-self: flex-start;
		max-height: calc(100vh - 40px);
		overflow-y: auto;
		overflow-x: hidden;
	}
	.main-content > .container > .row > .col-md-9 {
		flex: 1;
		min-width: 0;
	}
	.main-content > .container > .row > .col-md-3::-webkit-scrollbar {
		width: 6px;
	}
	.main-content > .container > .row > .col-md-3::-webkit-scrollbar-track {
		background: transparent;
	}
	.main-content > .container > .row > .col-md-3::-webkit-scrollbar-thumb {
		background: rgba(251, 191, 36, 0.3);
		border-radius: 3px;
	}
	.main-content > .container > .row > .col-md-3::-webkit-scrollbar-thumb:hover {
		background: rgba(251, 191, 36, 0.5);
	}
}
.profile-pic {
	background: url(../images/profile-bg.webp) no-repeat center bottom;
	background-size: cover;
	height: 266px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.pic-bg {
	border-radius: 50%;
	padding: 12px;
	background-color: #ffffff85;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.pic-bg:hover {
	background-color: #ffffffb3;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.pic-bg a {
	display: block;
	text-decoration: none;
	line-height: 0;
}
.pic-bg img {
	border-radius: 50%;
	display: block;
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
	transition: filter 0.3s ease-in-out;
	-webkit-transition: -webkit-filter 0.3s ease-in-out;
}
.pic-bg:hover img {
	filter: grayscale(0%);
	-webkit-filter: grayscale(0%);
}
.navigation {
	padding: 0px;
	margin: 0px;
}
.navigation li {
	list-style: none;
}
.navigation li {
	border-bottom: 1px solid #222b2e;
	position: relative;
	list-style: none;
	background: -moz-linear-gradient(top, #2c383c 0%, #2a363a 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2c383c), color-stop(100%, #2a363a));
	background: -webkit-linear-gradient(top, #2c383c 0%, #2a363a 100%);
	background: -o-linear-gradient(top, #2c383c 0%, #2a363a 100%);
	background: -ms-linear-gradient(top, #2c383c 0%, #2a363a 100%);
	background: linear-gradient(to bottom, #2c383c 0%, #2a363a 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2c383c', endColorstr='#2a363a', GradientType=0);
}
.navigation li:last-child {
	border-bottom: none;
}
.navigation li a {
	padding: 23.7px 25px;
	display: table;
	width: 100%;
	text-align: right;
	font-size: 17px;
	color: #d1d1d1;
	position: relative;
	text-decoration: none;
}
.navigation li a i {
	font-size: 20px;
	position: relative;
	top: 1px;
	margin-left: 15px;
	color: #d1d1d1;
}
.navigation li a:hover,
.navigation li a:hover i,
.flex-active a,
.flex-active a i {
	color: #2c383c !important;
}
@media (min-width: 768px) {
	.navigation li a:focus,
	.navigation li a:active,
	.navigation li a:focus i,
	.navigation li a:active i {
		color: #2c383c !important;
		outline: none;
		-webkit-tap-highlight-color: transparent;
	}
}
.navigation li a:visited,
.navigation li a:visited i {
	color: #d1d1d1;
}
.navigation li.flex-active a:visited,
.navigation li.flex-active a:visited i {
	color: #2c383c !important;
}
@media (min-width: 768px) {
	.navigation li {
		position: relative;
		overflow: hidden;
	}
	.navigation li::after {
		content: '';
		position: absolute;
		top: 0;
		left: -100%;
		width: 100%;
		height: 100%;
		background: linear-gradient(90deg, transparent, rgba(0, 0, 0, 0.1), transparent);
		transition: left 0.5s ease-in-out;
		pointer-events: none;
	}
	.navigation li:hover::after {
		left: 100%;
	}
}
.navigation li:before {
	content: '';
	position: absolute;
	top: 0px;
	width: 0%;
	height: 100%;
	right: 0px;
	background: #fbbf24;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.navigation li:hover:before,
.navigation li.flex-active:before {
	content: '';
	width: 100% !important;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.sep1 {
	height: 3px;
	width: 70px;
	background: #fbbf24;
	margin: 20px 0;
}
.sep2 {
	height: 6px;
	width: 50px;
	background: #fbbf24;
	margin: 20px 0;
}
.page-head {
	border-bottom: 1px solid #ededed;
	padding-bottom: 18px;
}
.page-head h3 {
	margin: 0px;
	font-size: 30px;
	text-transform: uppercase;
	font-weight: 700;
	color: #2c383c;
}
.page-head p {
	font-size: 13px;
	color: #2c383c;
	padding-top: 4px;
	text-align: right;
}
.profile {
	padding: 20px 30px 15px;
	background: #fff;
}
.profile-section {
	padding: 20px 0;
	border-bottom: 1px solid #ededed;
	margin-bottom: 30px;
}
.profile h1,
.profile h2,
.profile-section h1,
.profile-section h2 {
	font-size: 32px;
	font-weight: 300;
	margin: 0px;
	line-height: 36px;
	color: #606060;
}
.profile h1 span,
.profile h2 span,
.profile-section h1 span,
.profile-section h2 span {
	font-weight: 700;
	color: #000;
}
.works {
	padding: 30px 30px 0;
	margin-bottom: 0px;
	overflow: hidden;
	background: #fff;
}
.portfolio-wrap {
	padding: 0 5px;
}
#year-tabs {
	display: block;
	width: 100%;
	margin: 30px 10px;
	padding: 0px;
	list-style: none;
}
#year-tabs li {
	display: inline-block;
	width: auto;
	padding: 0px 15px;
	font-size: 14px;
	margin: 0px;
	line-height: 35px;
	cursor: pointer;
}
#year-tabs li a {
	color: #b1b1b1;
	text-decoration: none;
	display: block;
}
#year-tabs li:hover {
	background: #fbbf24;
}
#year-tabs li:hover a {
	color: #2c383c;
}
#year-tabs li.active {
	background: #fbbf24;
}
#year-tabs li.active a {
	color: #2c383c;
}
#portfolio-grid {
	width: 100%;
	margin-top: 30px;
	text-align: center;
}
#portfolio-grid .row {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
#portfolio-grid .portfolio-item {
	margin-bottom: 16px;
	display: inline-block;
}
#portfolio-grid .folio-item {
	display: block;
	text-decoration: none;
	background: #fff;
}
#portfolio-grid .folio-item img {
	max-width: 100%;
	display: block;
}
.folio-img {
	position: relative;
}
.overlay {
	background: rgba(255, 212, 45, 0.9);
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	width: 100%;
	height: 100%;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.folio-img:hover .overlay {
	visibility: visible;
	opacity: 1;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.folio-img h4 {
	font-size: 14px;
	font-weight: bold;
	color: #2c383c;
	margin: 0px 0 -3px;
}
.folio-img p {
	font-size: 11px;
	font-style: italic;
	color: #2c383c;
}
.overlay-inner {
	height: 37px;
	position: absolute;
	top: 0px;
	bottom: 0px;
	right: 0px;
	left: 0px;
	margin: auto;
	text-align: center;
}
.resume,
.item.resume {
	padding: 30px 30px 0;
	margin-bottom: 0px;
	overflow: hidden;
	background: #fff;
}
.resume h2,
.resume h4,
.resume-info h2,
.skills-info h2 {
	color: #2c383c;
	margin: 0px;
	font-size: 24px;
	font-weight: 300;
	margin-top: 20px;
}
.resume-info ul {
	padding: 0px;
}
.resume-info ul {
	margin-top: -15px;
}
.resume-info ul li {
	border-bottom: 1px solid #ededed;
	padding: 15px 0 20px;
	margin: 0px;
	list-style: none;
}
.resume-info p {
	margin: 0px;
	color: #828282;
	font-size: 15px;
	line-height: 24px;
	margin-top: 5px;
}
.resume-info h5 {
	font-size: 16px;
	font-weight: bold;
	color: #2c383c;
}
.year {
	color: #2c383c;
}
.year i {
	color: #aaaaaa;
	margin-right: 5px;
}
.skills-info {
	padding-bottom: 20px;
	border-bottom: 1px solid #ededed;
}
.skills-info ul {
	padding: 0px;
}
.skills-info ul li {
	list-style: none;
	margin-bottom: 2px;
}
.skills-info ul li p {
	font-size: 13px;
	color: #9a9a9a;
	margin-bottom: 1px;
}
.skills-info ul li p span {
	float: right;
	color: #6a6a6a;
}
.skill-item {
	margin-bottom: 0;
}
.skill-name {
	font-size: 14px;
	font-weight: 600;
	color: #2c383c;
}
.skill-percent {
	font-size: 13px;
	font-weight: 600;
	color: #6a6a6a;
}
.skills-info .progress {
	height: 24px;
	background-color: #f6f6f6;
	border-radius: 4px;
	overflow: hidden;
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.skills-info .progress-bar {
	height: 24px;
	line-height: 24px;
	font-size: 12px;
	font-weight: 600;
	-webkit-transition: width 1.5s ease-in-out;
	-moz-transition: width 1.5s ease-in-out;
	-o-transition: width 1.5s ease-in-out;
	transition: width 1.5s ease-in-out;
}
.progress-bar-1 {
	background-color: #fbbf24 !important;
}
.progress-bar-2 {
	background-color: #ffc107 !important;
}
.progress-bar-3 {
	background-color: #ffb700 !important;
}
.progress-bar-4 {
	background-color: #ffa726 !important;
}
.progress-bar-5 {
	background-color: #ffca28 !important;
}
.contact h2,
.contact h4 {
	color: #2c383c;
	margin: 0px;
	font-size: 24px;
	font-weight: 300;
}
.contact {
	padding: 30px 30px 0;
	margin-bottom: 0px;
	overflow: hidden;
	background: #fff;
}
.map {
	margin-bottom: 30px;
}
#google-map {
	border: 2px solid #ededed;
	border-radius: 4px;
	overflow: hidden;
}
.gm-style .gm-style-iw-c {
	padding: 0 !important;
	border-radius: 4px !important;
	box-shadow: 0 2px 12px rgba(0, 0, 0, 0.15) !important;
}
.gm-style .gm-style-iw-d {
	overflow: hidden !important;
}
.gm-style .gm-style-iw-t::after {
	background: linear-gradient(45deg, rgba(255, 212, 45, 0.1) 50%, rgba(255, 255, 255, 1) 51%, rgba(255, 255, 255, 1) 100%);
}
.contact-info p {
	font-size: 15px;
	line-height: 24px;
	margin: 12px 0;
}
.contact-info {
	padding-bottom: 25px;
	border-bottom: 1px solid #ededed;
	margin-bottom: 30px;
	display: table;
	width: 100%;
}
.contact-info ul {
	padding: 0px;
}
.contact-info ul li {
	float: left;
	font-size: 14px;
	color: #828282;
	list-style: none;
	margin-right: 18px;
}
.contact-info ul li i {
	margin-right: 5px;
	color: #4c4d4f;
	font-size: 16px;
}
.obfuscated-contact {
	color: #828282;
	text-decoration: none;
}
.obfuscated-contact:hover {
	color: #fbbf24;
	text-decoration: none;
}
.custom-modal {
	border: none;
	border-radius: 0;
	overflow: hidden;
	box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
}
.custom-modal .modal-header {
	background: #fbbf24;
	border: none;
	padding: 40px 20px 20px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.custom-modal .modal-icon {
	width: 100px;
	height: 100px;
	border-radius: 50%;
	background: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}
.custom-modal .modal-icon i {
	font-size: 50px;
}
.custom-modal .success-icon i {
	color: #fbbf24;
}
.custom-modal .error-icon i {
	color: #2c383c;
}
.custom-modal .modal-body {
	padding: 30px 40px 40px;
	background: #fff;
}
.custom-modal .modal-title {
	font-size: 26px;
	font-weight: 600;
	color: #2c383c;
	margin: 0 0 15px 0;
}
.custom-modal .modal-message {
	font-size: 16px;
	color: #828282;
	line-height: 24px;
	margin: 0 0 25px 0;
}
.btn-modal-close {
	background: #fbbf24;
	color: #2c383c;
	border: none;
	padding: 12px 35px;
	font-size: 14px;
	font-weight: 600;
	border-radius: 4px;
	cursor: pointer;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.btn-modal-close:hover {
	background: #2c383c;
	color: #fbbf24;
}
.btn-modal-close.error {
	background: #2c383c;
	color: #fff;
}
.btn-modal-close.error:hover {
	background: #dc3545;
	color: #fff;
}
.contact-form form {
	margin: 20px 0;
}
.honeypot {
	position: absolute;
	left: -9999px;
	width: 1px;
	height: 1px;
	opacity: 0;
	pointer-events: none;
}
.contact-form input {
	height: 52px;
	border-radius: 4px;
	border: 1px solid #ededed;
	padding: 0 18px;
	font-size: 12px;
	width: 100%;
	margin-bottom: 10px;
}
.contact-form textarea {
	height: 176px;
	border-radius: 4px;
	border: 1px solid #ededed;
	padding: 15px 18px;
	font-size: 12px;
	width: 100%;
	margin-bottom: 18px;
}
.contact-form button {
	width: 120px;
	height: 43px;
	background: #fbbf24;
	border-radius: 4px;
	font-size: 13px;
	color: #4e503b;
	border: none;
	float: right;
}
.contact-form button:hover {
	background: #222;
	color: #fbbf24;
}
.download-resume-section {
	text-align: center;
	padding: 40px 0 30px;
	margin-top: 30px;
	border-top: 1px solid #ededed;
}
.btn-download-resume {
	display: inline-block;
	padding: 15px 30px;
	background: #fbbf24;
	color: #2c383c;
	font-size: 14px;
	font-weight: 600;
	text-decoration: none;
	border-radius: 4px;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	border: none;
	cursor: pointer;
	font-family: 'Gilroy', Helvetica, Arial, sans-serif;
}
.btn-download-resume i {
	margin-right: 8px;
	font-size: 15px;
}
.btn-download-resume:hover {
	background: #2c383c;
	color: #fbbf24;
	text-decoration: none;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.sidebar-download-section {
	margin-top: 20px;
	padding: 0 15px;
	display: flex;
	flex-direction: column;
	gap: 10px;
}
.btn-sidebar-download {
	display: block;
	width: 100%;
	padding: 12px 20px;
	background: #000000;
	color: #fbbf24;
	font-size: 13px;
	font-weight: 600;
	text-decoration: none;
	border-radius: 4px;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	text-transform: capitalize;
	letter-spacing: 0.5px;
	text-align: center;
	border: 1px solid #000000;
}
.btn-sidebar-download i {
	margin-right: 8px;
	font-size: 14px;
}
.btn-sidebar-download:hover {
	background: #fbbf24;
	color: #000000;
	text-decoration: none;
	border-color: #fbbf24;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
footer {
	background: #f1f1f1;
	height: 70px;
	padding: 20px 30px;
	position: relative;
	z-index: 99;
}
footer p {
	color: #000000;
	font-size: 14px;
}
.footer-download-section {
	display: none;
}
.btn-footer-download {
	display: inline-block;
	padding: 10px 20px;
	background: #000000;
	color: #fbbf24;
	font-size: 13px;
	font-weight: 600;
	text-decoration: none;
	border-radius: 4px;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	text-transform: capitalize;
	letter-spacing: 0.5px;
	margin: 5px;
	border: 1px solid #000000;
}
.btn-footer-download i {
	margin-right: 6px;
	font-size: 14px;
}
.btn-footer-download:hover {
	background: #fbbf24;
	color: #000000;
	text-decoration: none;
	border-color: #fbbf24;
}
.social {
	padding: 0px;
	display: table;
	float: right;
}
.social li {
	float: left;
	list-style: none;
	margin-left: 15px;
}
.social li a {
	font-size: 19px;
	color: #2b373b;
}
.social li a:hover {
	color: #fbbf24;
}
.share-modal {
	border-radius: 0;
}
.share-modal .modal-header {
	background: #fbbf24;
	border: none;
	padding: 15px 20px;
	border-radius: 0;
}
.share-modal .modal-title {
	font-size: 20px;
	font-weight: 600;
	color: #2c383c;
	margin: 0;
}
.share-modal .btn-close {
	background-color: transparent;
	border: none;
	opacity: 0.7;
}
.share-modal .btn-close:hover {
	opacity: 1;
}
.share-modal .modal-body {
	padding: 25px;
	background: #fff;
}
.share-description {
	font-size: 14px;
	color: #828282;
	line-height: 20px;
	margin: 0 0 20px 0;
	text-align: center;
}
.share-buttons-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 10px;
}
.share-btn {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 12px 10px;
	border: 1px solid #e0e0e0;
	border-radius: 6px;
	background: #fff;
	color: #606060;
	font-size: 11px;
	font-weight: 500;
	text-decoration: none;
	cursor: pointer;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.share-btn:hover {
	background: #f8f8f8;
	border-color: #d0d0d0;
	color: #2c383c;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.share-btn i {
	font-size: 20px;
	margin-bottom: 6px;
	color: #606060;
}
.share-btn:hover i {
	color: #2c383c;
}
.share-btn span {
	display: block;
	text-align: center;
}
.modal {
	z-index: 10001 !important;
}
.modal-backdrop,
.modal-backdrop.show,
.modal-backdrop.fade.show {
	z-index: 10000 !important;
	background-color: rgba(0, 0, 0, 0.5) !important;
}
@media (max-width: 576px) {
	.share-buttons-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}