.special-skill-item .icon {
	background-color: #159AC4;
}

body {
	margin: 0;
	/* font-family: Lato, sans-serif; */
	/* font-family: 'Titillium Web', sans-serif; */
	/* font-family: 'Nanum Gothic', sans-serif;*/
	/* font-family: 'Oxygen', sans-serif;*/
	/* font-family: 'Hind Siliguri', sans-serif; */
	/* font-family: 'Hind Madurai', sans-serif;*/
	font-family: 'Encode Sans', sans-serif;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	text-align: left;
	background-color: #ffffff;
}

.portfolio-block .mh-h2 {
	margin-bottom: 20px;
	font-weight: 700;
	font-size: 1.75rem;
}

.sites-overview {
	display: flex;
	flex-direction: row;
	flex-shrink: 1;
	margin: 80px auto 0;
	max-width: 1140px;
	width: 100%
}

.sites-overview .so-inner-block {
	margin: 14px;
	border: 1px solid #ccc
}

.navbar-brand .hm-logo {
	width: 200px;
}

.form-group label {
	color: #333
}

.period {
	font-weight: 300!important;
}

.portfolio-block .heading p {
	text-align: none!important;
	max-width: none!important;
	margin: none!important;
	padding-bottom: 60px;
}

.portfolio-block.skills {
	margin-top: 0!important;
	padding-top: 80px;
}

element {
	background-color: #2e393b;
}

.portfolio-block.block-intro {
	text-align: center;
}

.portfolio-block .heading {
	margin-bottom: 0;
}

.portfolio-block {
	padding-bottom: 100px;
}


/*
.contact {
  -webkit-box-shadow: 0px 2px 5px -1px rgba(0, 0, 0, 0.52);
  -moz-box-shadow: 0px 2px 5px -1px rgba(0, 0, 0, 0.52);
  box-shadow: 0px 2px 5px -1px rgba(0, 0, 0, 0.52); 
}
*/

.mh-prog {
	margin-bottom: 8px;
}

.nav-up {
	display: absolute;
	top: -76px!important;
}

#mh-hdr {
	position: fixed;
	top: 0;
	transition: top 0.2s ease-in-out;
	border-bottom: 1px solid #ccc;
	z-index: 9999
}

.navbar-toggler {
	border: 0;
}

.navbar-light .navbar-nav .nav-link {
	color: rgba(0, 0, 0, .5);
	margin: 0 20px;
}

.navbar-light .navbar-brand,
.navbar-light .navbar-brand:focus,
.navbar-light .navbar-brand:hover {
	color: rgba(0, 0, 0, .9);
	margin-left: 20px;
}

.mh-show {}

.mh-show div:not(:last-of-type) {}


/* Animations */

.fade-in-bottom {
	-webkit-animation: fade-in-bottom 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
	animation: fade-in-bottom 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}

@-webkit-keyframes fade-in-bottom {
	0% {
		-webkit-transform: translateY(50px);
		transform: translateY(50px);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		opacity: 1;
	}
}

@keyframes fade-in-bottom {
	0% {
		-webkit-transform: translateY(50px);
		transform: translateY(50px);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		opacity: 1;
	}
}

.portfolio-block.cv .group .organization {
	padding: 2px 10px 4px;
	border-radius: 4px;
}

.fade-in {
	-webkit-animation: fade-in 1.2s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
	animation: fade-in 3s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}

@-webkit-keyframes fade-in {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

@keyframes fade-in {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

.contact-info i {
	color: #0EA0FF!important;
}

.slide-in-elliptic-bottom-fwd {
	-webkit-animation: slide-in-elliptic-bottom-fwd 1s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	animation: slide-in-elliptic-bottom-fwd 1s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

.scale-in-ver-bottom {
	-webkit-animation: scale-in-ver-bottom 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	animation: scale-in-ver-bottom 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

.scale-in-center {
	-webkit-animation: scale-in-center 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	animation: scale-in-center 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

@-webkit-keyframes slide-in-elliptic-bottom-fwd {
	0% {
		-webkit-transform: translateY(600px) rotateX(30deg) scale(0);
		transform: translateY(600px) rotateX(30deg) scale(0);
		-webkit-transform-origin: 50% 100%;
		transform-origin: 50% 100%;
		opacity: 0;
	}
	100% {
		-webkit-transform: translateY(0) rotateX(0) scale(1);
		transform: translateY(0) rotateX(0) scale(1);
		-webkit-transform-origin: 50% -1400px;
		transform-origin: 50% -1400px;
		opacity: 1;
	}
}

@keyframes slide-in-elliptic-bottom-fwd {
	0% {
		-webkit-transform: translateY(600px) rotateX(30deg) scale(0);
		transform: translateY(600px) rotateX(30deg) scale(0);
		-webkit-transform-origin: 50% 100%;
		transform-origin: 50% 100%;
		opacity: 0;
	}
	100% {
		-webkit-transform: translateY(0) rotateX(0) scale(1);
		transform: translateY(0) rotateX(0) scale(1);
		-webkit-transform-origin: 50% -1400px;
		transform-origin: 50% -1400px;
		opacity: 1;
	}
}

@-webkit-keyframes scale-in-ver-bottom {
	0% {
		-webkit-transform: scaleY(0);
		transform: scaleY(0);
		-webkit-transform-origin: 0% 100%;
		transform-origin: 0% 100%;
		opacity: 1;
	}
	100% {
		-webkit-transform: scaleY(1);
		transform: scaleY(1);
		-webkit-transform-origin: 0% 100%;
		transform-origin: 0% 100%;
		opacity: 1;
	}
}

@keyframes scale-in-ver-bottom {
	0% {
		-webkit-transform: scaleY(0);
		transform: scaleY(0);
		-webkit-transform-origin: 0% 100%;
		transform-origin: 0% 100%;
		opacity: 1;
	}
	100% {
		-webkit-transform: scaleY(1);
		transform: scaleY(1);
		-webkit-transform-origin: 0% 100%;
		transform-origin: 0% 100%;
		opacity: 1;
	}
}

@-webkit-keyframes scale-in-center {
	0% {
		-webkit-transform: scale(0);
		transform: scale(0);
		opacity: 1;
	}
	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1;
	}
}

@keyframes scale-in-center {
	0% {
		-webkit-transform: scale(0);
		transform: scale(0);
		opacity: 1;
	}
	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1;
	}
}

.notable {
	background-color: #F98027!important;
}

.text-muted {
	padding: 0 20px;
	width: 100%!important;
}

.mh-res-ov {
	width: 700px!important;
}

#about-us {
	background-color: white;
	padding: 60px 0;
}

#about-us h2 {
	margin-top: 0;
	color: #333;
}

#about-us .lead {
	font-size: 16px;
	margin-bottom: 10px;
}

#about-us h1 {
	margin-bottom: 30px;
}

.progress-title {
	font-size: 16px;
	font-weight: 700;
	color: #000;
	margin: 0 0 10px 0;
}

.progress {
	height: 20px;
	line-height: 15px;
	border-radius: 5px;
	background: #f0f0f0;
	margin-bottom: 30px;
	box-shadow: none;
	overflow: visible;
}

.progress .progress-value {
	display: block;
	font-size: 13px;
	color: #fff;
	position: absolute;
	top: 0;
	right: 8px;
}

@-webkit-keyframes animate-positive {
	0% {
		width: 0%;
	}
}

@keyframes animate-positive {
	0% {
		width: 0%;
	}
}

@media (max-width:768px) {
	.sites-overview {
		display: flex;
		flex-direction: column;
		flex-shrink: 1;
		margin: 0 auto;
		max-width: 1140px;
		width: 100%
	}
	.sites-overview .so-inner-block {
		padding: 20px 0;
		margin: 20px;
		border: 1px solid #ccc;
	}
}

.hoverBounce:hover {
	-webkit-animation: shadow-drop-2-center 0.4s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	animation: shadow-drop-2-center 0.4s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}


/* Custom Animations */

.shadow-drop-2-center {
	-webkit-animation: shadow-drop-2-center 0.4s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	animation: shadow-drop-2-center 0.4s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

.tracking-in-expand {
	-webkit-animation: tracking-in-expand 0.7s cubic-bezier(0.215, 0.610, 0.355, 1.000) both;
	animation: tracking-in-expand 0.7s cubic-bezier(0.215, 0.610, 0.355, 1.000) both;
}

* ---------------------------------------- * animation tracking-in-expand * ---------------------------------------- @-webkit-keyframes tracking-in-expand {
	0% {
		letter-spacing: -0.5em;
		opacity: 0;
	}
	40% {
		opacity: 0.6;
	}
	100% {
		opacity: 1;
	}
}

@keyframes tracking-in-expand {
	0% {
		letter-spacing: -0.5em;
		opacity: 0;
	}
	40% {
		opacity: 0.6;
	}
	100% {
		opacity: 1;
	}
}


/* ----------------------------------------------
 * Generated by Animista on 2020-1-11 12:23:1
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */


/**
 * ----------------------------------------
 * animation shadow-drop-2-center
 * ----------------------------------------
 */

@-webkit-keyframes shadow-drop-2-center {
	0% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
		-webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
		box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
	}
	100% {
		-webkit-transform: translateZ(50px);
		transform: translateZ(50px);
		-webkit-box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.35);
		box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.35);
	}
}

@keyframes shadow-drop-2-center {
	0% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
		-webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
		box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
	}
	100% {
		-webkit-transform: translateZ(50px);
		transform: translateZ(50px);
		-webkit-box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.35);
		box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.35);
	}
}

.p-left {
	text-align: left!important;
}

.cs-block {
	padding: 48px 0;
}

.cs-highlight {
	color: #333;
	font-weight: 600
}

.hm-cs-hdr {
	font-size:20px; text-align:left; font-weight:600
}

.img-center {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 100%;
}

.img-bw {
	filter: grayscale(100%);
}

.split-ul {
	padding:24px 0; display:flex; flex-direction:column; align-items:center; justify-content: center; font-size:16px;
}

.split-ul > div {
	width:60%;
	padding:0 16px;
	margin-bottom:auto;
}

.cs-bold {
	font-weight:600!important;
	color:#0ea0ff;
}
/*
     FILE ARCHIVED ON 21:05:37 Jan 09, 2022 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 21:47:45 Aug 31, 2024.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.528
  exclusion.robots: 0.019
  exclusion.robots.policy: 0.009
  esindex: 0.01
  cdx.remote: 8.593
  LoadShardBlock: 90.528 (3)
  PetaboxLoader3.datanode: 41.383 (4)
  PetaboxLoader3.resolve: 88.036 (2)
  load_resource: 41.042
*/