@import url(https://fonts.googleapis.com/css?family=Raleway:400,100,300,500,600,700);
@import 'https://fonts.googleapis.com/css?family=Droid+Serif:40, 100, 300, 500, 600, 700';

body {
	-ms-overflow-style: -ms-autohiding-scrollbar;
	scrollbar-3dlight-color: #2f3742;
	scrollbar-highlight-color: #2f3742;
	scrollbar-track-color: #2f3742;
	scrollbar-arrow-color: #2f3742;
	scrollbar-shadow-color: #2f3742;
	scrollbar-dark-shadow-color: #2f3742;
	overflow-x: hidden;
}

body,
p {
	font-family: 'Raleway', sans-serif;
	font-weight: 400;
	line-height: 20px;
	color: #58666e;
}

::selection {
	color: #ffffff;
	text-shadow: none;
}

.upper {
	text-transform: uppercase;
}

p {
	font-size: 16px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 500 !important;
	color: #293741;
}

h1 {
	font-size: 36px;
	line-height: 48px;
}

h2 {
	font-size: 28px;
	line-height: 38px;
}

h3 {
	font-size: 24px;
	line-height: 34px;
}

h4 {
	font-size: 18px;
	line-height: 28px;
}

h5 {
	font-size: 14px;
	line-height: 24px;
}

.container-section a {
	color: #ffca08 !important;
}

.container-section a:focus, .container-section a:hover {
	color: #23527c !important;
}

a {
	transition: 0.5s ease;
	text-decoration: none;
	font-weight: 600;
	color: #ffca08;
}

a:focus,
a:hover {
	text-decoration: none;
}

hr {
	border: 0;
	border-top: 3px solid #eee;
	margin: 20px 10px 20px 10px;
}

ul {
	padding: 0;
	margin: 0;
}

li {
	list-style: none;
}

input,
textarea {
	height: 45px;
	border: none;
	border-bottom: 1px solid #ddd;
	background-color: #fff;
	font-size: 14px;
	-webkit-transition: all 0.1s linear;
	-moz-transition: all 0.1s linear;
	transition: all 0.1s linear;
	outline-color: none;
	outline-style: none;
	padding-left: 10px;
	width: 100%;
	margin-bottom: 22px;
}

input:afrer {
	content: "*";
}

.accent {
	background: #ffca08 !important;
}

textarea {
	height: 100px;
}

input:focus,
textarea:focus {
	outline: none;
}

.btn-primary {
	color: #fff;
	border-radius: 2px;
}

.btn-primary:hover {
	background-color: #fff;
}

button:focus {
	outline: 0;
}

.btn-primary:hover {
	background: #ffca08 !important;
	color: #fff !important;
}

.btn-floating:hover {
	background-color: #2bbbad;
	color: #fff;
}

.service-icon {
	font-size: 32px;
	position: relative;
	left: 15px;
	color: #ffca08;
}

.info-icon {
	font-size: 28px;
	margin: 0 auto;
	text-align: center;
	padding-top: 15px;
	color: white;
}

.content-profile {
	position: relative;
	top: 35%;
	font-size: 50px;
	color: #fafafa;
	font-weight: bold;
	text-align: center;
	display: inherit;
	line-height: 35px;
	padding: 0 5px 0 5px;
}

/************************* SCROLLBAR PAGE *************************/
::-webkit-scrollbar {
	width: 5px;
	height: 5px;
}

::-webkit-scrollbar-thumb:vertical {
	height: 30px;
}

/************************* START LOADING *************************/
#loading {
	background-color: rgba(255, 255, 255, 1);
	height: 100%;
	width: 100%;
	position: fixed;
	z-index: 1;
	margin-top: 0px;
	top: 0px;
	left: 0px;
	bottom: 0px;
	overflow: hidden !important;
	right: 0px;
	z-index: 999999;
	text-align: center;
}

#loading img {
	width: 100px;
	height: 100px;
	margin: auto;
	vertical-align: middle;
	position: absolute;
	top: 45%;
	left: 50%;
}

/************************* START SIDEBAR *************************/
.responsive-menu {
	display: none;
}

.sidebar {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	z-index: 1000;
	display: block;
	padding: 20px;
	background-color: #2f3742;
	padding-bottom: 200px;
	height: 100%;
	border-right: 1px solid rgba(0, 0, 0, 0.12);
}

.nav-sidebar {
	margin-right: -20px;
	margin-bottom: 20px;
	margin-left: -20px;
	max-height: 100%;
	overflow-y: scroll;
	overflow-x: hidden;
	-ms-overflow-style: scroll;
	overflow: inherit;
}

.nav-sidebar>li>a {
	padding-right: 20px;
	padding-left: 20px;
}

.logo {
	margin-bottom: 20px;
}

.logo a {
	display: block;
	text-align: center;
	padding: 0 20px;
}

.logo a img {
	width: 100%;
}

.nav-sidebar>li>a {
	font-size: 13px;
	text-transform: uppercase;
	color: #fff;
	font-weight: 600;
	padding: 10px 15px 10px 30px;
	border-right: 0px solid transparent;
}

.nav-sidebar>.active>a,
.nav-sidebar>.active>a:focus,
.nav-sidebar>.active>a:hover,
.nav-sidebar>li>a:hover,
.nav-sidebar>.active>a,
.nav-sidebar>.active>a:hover,
.nav-sidebar>.active>a:focus {
	background: transparent !important;
}

.copyright p {
	color: #fff;
	font-size: 13px;
	margin: 0;
	position: absolute;
	bottom: 0;
	font-family: inherit;
	text-align: center;
	font-weight: 600;
	left: 0;
	right: 0;
	padding: 20px 30px;
	background-color: transparent;
}

.main {
	padding: 0 !important;
}

/************************* COMMON SECTIONS STYLE *************************/
.section {
	padding: 30px 0;
}

.section-title {
	margin-bottom: 25px;
	position: relative;
	text-align: center;
}

.section-title:before {
	border-top: 1px solid #b7b7b7;
	content: "";
	left: 0;
	position: absolute;
	right: 0;
	top: 50%;
}

.section-title h4 {
	background: #fff none repeat scroll 0 0;
	color: #363636;
	display: inline-block;
	font-weight: 600;
	line-height: 40px;
	margin: 0;
	padding: 0 30px;
	position: relative;
	text-transform: uppercase;
}

.desc-title {
	/* color: #888; */
	text-transform: uppercase;
	text-align: center;
	font-weight: 600;
	font-size: 14px;
	margin-top: -15px;
}

/*************************  HOME SECTION *************************/
.home {
	background-size: cover !important;
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
	height: 90vh;
	width: 100%;
}

.box {
	background: #0e0f13;
	max-width: 668px;
	border-radius: 4px;
}

.home-overlay {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	z-index: 0;
}

.home-content {
	display: table;
	width: 100%;
	height: 100%;
	position: relative;
}

.force-width {
	width: 90%;
}

.home-intro-image {
	width: 150px;
	height: 150px;
	background: #5e5b5b;
	border-radius: 5px;
	margin: 0 auto;
	display: block;
	margin-bottom: 20px;
	object-fit: contain;
}

.home-footer a.donload-link {
	margin: 5px auto;
	display: table;
}

.home-intro {
	display: table-cell;
	height: 100%;
	vertical-align: middle;
	padding: 0 40px;
	text-align: center;
	color: inherit;
}

.home-intro h1,
.home-intro h2,
.home-intro span {
	text-transform: uppercase;
}

.home-intro h1 {
	font-size: 40px !important;
	font-weight: bold !important;
	background: transparent;
	display: table;
	padding-top: 0;
	margin-top: 0;
	margin-bottom: -20px;
}

.home-intro h2,
.home-intro span {
	font-size: 25px;
}

#typed-strings span {
	font-size: 35px !important;
}

@media (max-width: 575px) {
	.home-intro h1 {
		font-size: 40px !important;
	}

	.typewrite {
		display: none;
	}
}

@media (max-width: 575px) {
	#typed-strings span {
		font-size: 30px !important;
	}
}

.type-wrap {
	margin: 30px 0;
}

.typed-cursor {
	-webkit-animation: blink 0.7s infinite;
	-moz-animation: blink 0.7s infinite;
	-ms-animation: blink 0.7s infinite;
	-o-animation: blink 0.7s infinite;
	animation: blink 0.7s infinite;
}

@-keyframes blink {
	0% {
		opacity: 1;
	}

	50% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@-webkit-keyframes blink {
	0% {
		opacity: 1;
	}

	50% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@-moz-keyframes blink {
	0% {
		opacity: 1;
	}

	50% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@-ms-keyframes blink {
	0% {
		opacity: 1;
	}

	50% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@-o-keyframes blink {
	0% {
		opacity: 1;
	}

	50% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

.hvr-shutter-out-horizontal {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	padding: 10px 15px;
	font-size: 19px;
}

.transform-language {
	transform: rotate(0deg) !important;
}

.hvr-shutter-out-horizontal:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: #fff;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: 50%;
	transform-origin: 50%;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}

.hvr-shutter-out-horizontal:hover:before,
.hvr-shutter-out-horizontal:focus:before,
.hvr-shutter-out-horizontal:active:before {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}

.scroll-down {
	text-align: center;
	width: 34px;
	height: 58px;
	display: inline-block;
	border-radius: 20px;
	border: 3px solid #fff;
	position: absolute;
	left: 50%;
	bottom: 60px;
	margin-left: -17px;
	line-height: 50px;
}

.scroll-down i {
	font-size: 8px;
	color: #fff;
	display: inline-block;
	-webkit-animation-name: fadedown;
	-moz-animation-name: fadedown;
	-ms-animation-name: fadedown;
	-o-animation-name: fadedown;
	animation-name: fadedown;
	-webkit-animation-duration: 3s;
	-moz-animation-duration: 3s;
	-ms-animation-duration: 3s;
	-o-animation-duration: 3s;
	animation-duration: 3s;
	-webkit-animation-iteration-count: infinite;
	-moz-animation-iteration-count: infinite;
	-ms-animation-iteration-count: infinite;
	-o-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}

@-moz-keyframes fadedown {
	0% {
		-moz-transform: translateY(0);
		transform: translateY(0);
		opacity: 1;
	}

	50% {
		-moz-transform: translateY(25px);
		transform: translateY(25px);
		opacity: 1;
	}

	100% {
		-moz-transform: translateY(0);
		transform: translateY(0);
		opacity: 1;
	}
}

@-webkit-keyframes fadedown {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		opacity: 1;
	}

	50% {
		-webkit-transform: translateY(25px);
		transform: translateY(25px);
		opacity: 1;
	}

	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		opacity: 1;
	}
}

@-o-keyframes fadedown {
	0% {
		-o-transform: translateY(0);
		transform: translateY(0);
		opacity: 1;
	}

	50% {
		-o-transform: translateY(25px);
		transform: translateY(25px);
		opacity: 1;
	}

	100% {
		-o-transform: translateY(0);
		transform: translateY(0);
		opacity: 1;
	}
}

@-ms-keyframes fadedown {
	0% {
		-ms-transform: translateY(0);
		transform: translateY(0);
		opacity: 1;
	}

	50% {
		-ms-transform: translateY(25px);
		transform: translateY(25px);
		opacity: 1;
	}

	100% {
		-ms-transform: translateY(0);
		transform: translateY(0);
		opacity: 1;
	}
}

@keyframes fadedown {
	0% {
		transform: translateY(0);
		opacity: 1;
	}

	50% {
		transform: translateY(25px);
		opacity: 1;
	}

	100% {
		transform: translateY(0);
		opacity: 1;
	}
}

/************************* ABOUT SECTION *************************/
.profile-img {
	display: block;
	border: 1px solid;
	padding: 3px;
}

@media (max-width: 992px) {
	.profile-img {
		width: 238px;
		margin: 0 auto;
	}
}

.profile-img {
	font-size: 8em;
	display: inline-block;
	text-align: center;
	width: 100%;
	/* background: #ccc !important; */
	margin: 55px 0 0 0;
}

.profile-img span {
	width: 100%;
	display: inline-block;
}


.profile-pic img {
	width: 180px;
	height: 225px;
	/* transform: rotate(90deg) translateY(-100%);
	transform-origin:top left; */
	border-radius: 4px;
	margin: 0 auto 0px;
	display: block;
	object-fit: fill;
	/* -webkit-filter: grayscale(100%);
	filter: grayscale(100%); */
}

@media (max-width: 766px) {
	.profile-pic img {
		margin: 0 auto;
		display: block;
	}

	h2 {
		font-size: 1.56rem !important;
	}
}

.info-position {
	text-align: center;
	font-size: 1.2rem;
	line-height: 1.5;
}

.info-block {
	margin-bottom: 28px;
}

.info-icon {
	height: 57px;
	width: 57px;
	float: left;
}

.info-icon i {
	color: #fff;
	font-size: 20px;
	padding: 20px;
}

.info-icon i.fa.fa-envelope {
	padding: 18px;
}

.info-icon i.fa.fa-calendar {
	padding: 19px;
}

.info-icon i.fa.fa-flag {
	padding: 19px 19px;
}

.hvr-trim {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
}

.hvr-trim:before {
	content: '';
	position: absolute;
	/* border: white solid 4px; */
	top: 1px;
	left: 1px;
	right: 1px;
	bottom: 1px;
	opacity: 0;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: opacity;
	transition-property: opacity;
}

.info-block:hover .hvr-trim:before {
	opacity: 1;
	padding: -5px;
}

.info-text {
	padding-left: 70px;
	font-size: 17px;
	padding-top: 4px;
}

.info-text span {
	display: block;
	margin-bottom: 5px;
}

.social-profiles {
	margin-bottom: 20px;
	padding-right: 0px;
}

.social-profiles span {
	display: inline-block;
	margin-right: 10px;
	font-size: 16px;
}

.social-profiles a:hover {
	color: #FFFFFF !important;
}

.social-profiles a {
	display: inline-block;
	width: 30px;
	height: 30px;
	font-size: 20px;
	text-align: center;
	line-height: 30px;
	border-radius: 2px;
	color: black !important;
	border: 1px solid #dedede;
}

@-webkit-keyframes hvr-pulse-grow {
	to {
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
	}
}

@keyframes hvr-pulse-grow {
	to {
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
	}
}

.hvr-pulse-grow {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
}

.hvr-pulse-grow:hover,
.hvr-pulse-grow:focus,
.hvr-pulse-grow:active {
	-webkit-animation-name: hvr-pulse-grow;
	animation-name: hvr-pulse-grow;
	-webkit-animation-duration: 0.3s;
	animation-duration: 0.3s;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-direction: alternate;
	animation-direction: alternate;
	color: #fff;
}

.hvr-pulse-grow.facebook:hover,
.hvr-pulse-grow.facebook:focus,
.hvr-pulse-grow.facebook:active {
	background-color: #3b5998;
	border-color: #3b5998;
}

.hvr-pulse-grow.twitter:hover,
.hvr-pulse-grow.twitter:focus,
.hvr-pulse-grow.twitter:active {
	background-color: #55acee;
	border-color: #55acee;
}

.hvr-pulse-grow.linkedin:hover,
.hvr-pulse-grow.linkedin:focus,
.hvr-pulse-grow.linkedin:active {
	background-color: #007bb5;
	border-color: #007bb5;
}

.hvr-pulse-grow.behance:hover,
.hvr-pulse-grow.behance:focus,
.hvr-pulse-grow.behance:active {
	background-color: #1769ff;
	border-color: #1769ff;
}

.hvr-pulse-grow.pinterest:hover,
.hvr-pulse-grow.pinterest:focus,
.hvr-pulse-grow.pinterest:active {
	background-color: #cb2027;
	border-color: #cb2027;
}

.hvr-pulse-grow.vimeo:hover,
.hvr-pulse-grow.vimeo:focus,
.hvr-pulse-grow.vimeo:active {
	background-color: #00b3ec;
	border-color: #00b3ec;
}

.hvr-pulse-grow.rss:hover,
.hvr-pulse-grow.rss:focus,
.hvr-pulse-grow.rss:active {
	background-color: #ff6600;
	border-color: #ff6600;
}

.hvr-pulse-grow.google:hover,
.hvr-pulse-grow.google:focus,
.hvr-pulse-grow.google:active {
	background-color: #dd4b39;
	border-color: #dd4b39;
}

.hvr-pulse-grow.twitch:hover,
.hvr-pulse-grow.twitch:focus,
.hvr-pulse-grow.twitch:active {
	background-color: #6441a5;
	border-color: #6441a5;
}

.hvr-pulse-grow.hackerrank:hover,
.hvr-pulse-grow.hackerrank:focus,
.hvr-pulse-grow.hackerrank:active {
	background-color: #2fc866;
	border-color: #2fc866;
}

.hvr-pulse-grow.leetcode:hover,
.hvr-pulse-grow.leetcode:focus,
.hvr-pulse-grow.leetcode:active {
	background-color: #ffa115;
	border-color: #ffa115;
}

.hvr-pulse-grow.you-tube:hover,
.hvr-pulse-grow.you-tube:focus,
.hvr-pulse-grow.you-tube:active {
	background-color: #ff0000;
	border-color: #ff0000;
}

.hvr-pulse-grow.windows {
	font-size: 24px;
	line-height: 1.5;
}

.hvr-pulse-grow.windows:hover,
.hvr-pulse-grow.windows:focus,
.hvr-pulse-grow.windows:active {
	background-color: #002050;
	border-color: #002050;
}

.hvr-pulse-grow.bitbucket:hover,
.hvr-pulse-grow.bitbucket:focus,
.hvr-pulse-grow.bitbucket:active {
	background-color: #205081;
	border-color: #205081;
}

a.hvr-pulse-grow.windows svg {
	position: relative;
	top: 0px;
}

a.hvr-pulse-grow.leetcode svg {
	position: relative;
	top: 1px;
}

.hvr-pulse-grow.app-store:hover,
.hvr-pulse-grow.app-store:focus,
.hvr-pulse-grow.app-store:active {
	background-color: #147efb;
	border-color: #147efb;
}

.hvr-pulse-grow.google-play:hover,
.hvr-pulse-grow.google-play:focus,
.hvr-pulse-grow.google-play:active {
	background-color: #ea4335;
	border-color: #ea4335;
}

.hvr-pulse-grow.github:hover,
.hvr-pulse-grow.github:focus,
.hvr-pulse-grow.github:active {
	background-color: #333;
	border-color: #333;
}

.hvr-pulse-grow.snapchat:hover,
.hvr-pulse-grow.snapchat:focus,
.hvr-pulse-grow.snapchat:active {
	background-color: #fffc00;
	border-color: #fffc00;
}

.about-content p {
	margin-bottom: 15px;
	line-height: 30px;
}

.twke3 {
	margin-top: 50px;
}

.twke3 span {
	display: block;
	margin-bottom: 15px;
}

twke3 img {
	margin-top: 15px;
}

/************************* SKILLS SECTION *************************/
.skill h2,
.skill-language h2 {
	text-transform: uppercase;
	font-size: 1.2rem;
}

.skill-language h2 {
	text-align: center;
}

.skill .progress .lead {
	font-size: 13px;
	left: 10px;
	position: absolute;
	top: 4px;
	z-index: 99;
	line-height: 1.5;
	text-transform: uppercase;
	font-weight: 500;
	color: white;
}

#scatter-chart {
	/* margin-top: 40px; */
}

.skill.no-header {
	margin-top: 28px;
	display: block;
}

.no-header-child {
	/* padding: 25px; */
	border-radius: 2px;
	background: rgba(255, 255, 255, .3);
}

.contact-child {
	padding: 5px;
	border-radius: 2px;
}

.skill .progress .lead i {
	margin-right: 5px;
	font-size: 16px;
	position: relative;
	top: 2px;
}

.skill .progress .lead i.php {
	font-size: 22px;
	position: relative;
	top: 5px;
	line-height: 0;
}

.centered {
	margin: 0 auto;
	width: 100%;
	text-align: center;
}

.skill .progress {
	background-color: #FAFAFA;
	height: 30px;
	position: relative;
	box-shadow: none;
	color: #333;
	display: inline-block;
	width: 250px;
	margin: 15px 15px 0 15px;
	/* border: 1px solid #dedede; */
}

.progress-bar {
	box-shadow: none;
}

.skill .progress-bar>span {
	float: right;
	margin-top: 5px;
	position: absolute;
	right: 5px;
	font-weight: 600;
	font-family: inherit;
}

.holax-shop h3,
.we-are-good-at h3 {
	font-size: 18px;
	margin-bottom: 25px;
}

#skills p {
	line-height: 30px;
}

.skill-content h2 {
	margin-top: -7px;
	font-size: 24px;
}

.skills {
	padding-top: 20px;
}

.percentage.easyPieChart>span,
.percentage.easyPieChart {
	color: #7e8c8d;
	font-size: 48px;
}

.percentage.easyPieChart {
	font-size: 27px;
}

.easyPieChart {
	position: relative;
	text-align: center;
	margin: 0 auto 20px;
}

.easyPieChart canvas {
	position: absolute;
	top: 0;
	left: 0;
}

.skills small {
	text-align: center;
	font-size: 18px;
	display: block;
	padding-top: 10px;
	color: #5c5c5c;
}

.skill-language {
	margin-top: 30px;
}

/************************* RESUME SECTION *************************/
.timeline-container {
	width: 90%;
	max-width: 1170px;
	margin: 0 auto;
	position: relative;
	padding: 2em 0;
	margin-top: 2em;
	margin-bottom: 2em;
}

.content-extension li {
	font-size: 14px !important;
	font-size: 1.2rem;
	margin: 0;
	line-height: 1.6;
	padding: 1em;
	font-weight: 500;
	color: #58666e;
	margin-top: -20px;
}

.timeline-container:before {
	content: '';
	position: absolute;
	top: 0;
	left: 18px;
	height: 100%;
	width: 4px;
	background: #dedede;
}

@media (min-width: 1170px) {
	.timeline-container:before {
		left: 50%;
		margin-left: -2px;
	}
}

.timeline-container:after {
	content: '';
	display: table;
	clear: both;
}

@media (min-width: 1170px) {
	.timeline-container {
		margin-top: 3em;
		margin-bottom: 3em;
	}
}

.timeline-container .timeline-block {
	position: relative;
	margin: 2em 0;
}

@media (min-width: 1170px) {
	.timeline-container .timeline-block {
		margin: -2em 0;
	}
}

.timeline-container .timeline-block:after {
	content: "";
	display: table;
	clear: both;
}

.timeline-container .timeline-block:first-child {
	margin-top: 0;
}

@media (min-width: 1170px) {
	.timeline-container .timeline-block:first-child {
		margin-top: 0;
	}
}

.timeline-container .timeline-block:last-child {
	margin-bottom: 0;
}

@media (min-width: 1170px) {
	.timeline-container .timeline-block:last-child {
		margin-bottom: 0;
	}
}

.timeline-container .timeline-block .timeline-content {
	position: relative;
	margin-left: 60px;
	/* background: #f5f5f5; */
	border-radius: .25em;
	box-shadow: 0 1px 0 #dedede;
	border: 1px solid #dedede;
	padding: 0;
	width: 80%;
	border-top-width: 0.5px;
}

@media (min-width: 1170px) {
	.timeline-container .timeline-block .timeline-content {
		margin-left: 0;
		width: 45%;
	}
}

.timeline-container .timeline-block .timeline-content:before {
	content: '';
	position: absolute;
	top: 16px;
	right: 100%;
	height: 0;
	width: 0;
	border: 7px solid transparent;
}

@media (min-width: 1170px) {
	.timeline-container .timeline-block .timeline-content:before {
		top: 24px;
		left: 100%;
		border-color: transparent;
	}
}

.timeline-container .timeline-block .timeline-content:after {
	content: "";
	display: table;
	clear: both;
}

.timeline-container .timeline-block .timeline-content h2 {
	color: #fff;
	padding: 1em;
	margin: 0;
	font-weight: 500;
	line-height: 28px;
}

@media (min-width: 768px) {
	.timeline-container .timeline-block .timeline-content h2 {
		font-size: 1.25rem;
	}
}

@media (max-width: 240px) {
	.timeline-container .timeline-block .timeline-content h2 {
		padding: .5em;
		font-size: 18px;
	}
}

.timeline-container ul:not(.browser-default)>li {
    list-style-type: initial !important;
}

.timeline-container .timeline-block .timeline-content ul {
	padding-left: 35px !important;
}

.timeline-container .timeline-block .timeline-content ul,
.timeline-container .timeline-block .timeline-content p {
	font-size: 14px !important;
	font-size: 1.2rem;
	margin: 0;
	line-height: 1.6;
	padding: 1em;
	font-family: 'Raleway', sans-serif;
}

@media (min-width: 768px) {
	.timeline-container .timeline-block .timeline-content p {
		font-size: 14px;
	}
}

@media (max-width: 240px) {
	.timeline-container .timeline-block .timeline-content p {
		padding: .5em;
		font-size: 14px;
	}
}

.timeline-container .timeline-block .timeline-img {
	position: absolute;
	top: 15px;
	left: 0;
	width: 50px;
	height: 20px;
}

@media (min-width: 1170px) {
	.timeline-container .timeline-block .timeline-img {
		top: 20px;
		left: 50%;
		margin-left: -24px;
		-webkit-backface-visibility: hidden;
	}
}

.timeline-container .timeline-block .timeline-img i {
	display: inline-block;
	width: 50px;
	height: 20px;
	font-weight: bold;
	text-align: center;
	background-color: #fff;
}

.timeline-container .timeline-block .timeline-img img {
	display: block;
	width: 24px;
	height: 24px;
	position: relative;
	left: 50%;
	top: 50%;
	margin-left: -12px;
	margin-top: -12px;
}

@media (min-width: 1170px) {
	.timeline-container .timeline-block:nth-child(even) .timeline-content {
		float: right;
	}
}

@media (min-width: 1170px) {
	.timeline-container .timeline-block:nth-child(even) .timeline-content::before {
		top: 24px;
		left: auto;
		right: 100%;
		border-color: transparent;
	}
}

.grid {
	position: relative;
	clear: both;
	margin: 0 auto;
	padding: 1em 0 4em;
	max-width: 1000px;
	list-style: none;
	text-align: center;
}

.grid figure {
	position: relative;
	margin: 10px 0;
	height: auto;
	background: #3085a3;
	text-align: center;
	cursor: pointer;
}

.grid figure img {
	position: relative;
	display: block;
	min-height: 100%;
	width: 100%;
	opacity: 0.8;
}

.grid figure figcaption {
	padding: 2em;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
	pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption>a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

figure.effect-winston {
	background: #162633;
	text-align: left;
}

figure.effect-winston img {
	-webkit-transition: opacity 0.45s;
	transition: opacity 0.45s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

figure.effect-winston figcaption::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../images/triangle.svg) no-repeat center center;
	background-size: 100% 100%;
	content: '';
	-webkit-transition: opacity 0.45s, -webkit-transform 0.45s;
	transition: opacity 0.45s, transform 0.45s;
	-webkit-transform: rotate3d(0, 0, 1, 45deg);
	transform: rotate3d(0, 0, 1, 45deg);
	-webkit-transform-origin: 0 100%;
	transform-origin: 0 100%;
}

figure.effect-winston h2 {
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0, 20px, 0);
	transform: translate3d(0, 20px, 0);
}

figure.effect-winston p {
	position: absolute;
	right: 0;
	bottom: 0;
	padding: 0 1.5em 0% 0;
}

figure.effect-winston a {
	margin: 0 10px;
	color: #5d504f;
	font-size: 130%;
}

figure.effect-winston p a i {
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(0, 50px, 0);
	transform: translate3d(0, 50px, 0);
}

figure.effect-winston:hover img {
	opacity: 0.6;
}

figure.effect-winston:hover h2 {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

figure.effect-winston:hover figcaption::before {
	opacity: 0.7;
	-webkit-transform: rotate3d(0, 0, 1, 20deg);
	transform: rotate3d(0, 0, 1, 20deg);
}

figure.effect-winston:hover p i {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

figure.effect-winston:hover p a:nth-child(3) i {
	-webkit-transition-delay: 0.05s;
	transition-delay: 0.05s;
}

figure.effect-winston:hover p a:nth-child(2) i {
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
}

figure.effect-winston:hover p a:first-child i {
	-webkit-transition-delay: 0.15s;
	transition-delay: 0.15s;
}

.service-box i {
	font-size: 36px;
}

.service-box-content {
	margin-left: 85px;
}

.service-box-content h3 {
	font-size: 1.2rem;
	font-weight: 500;
}

.service-box-content p {
	font-size: 15px;
	font-weight: normal;
	line-height: 25px;
}

.hvr-shutter-in-horizontal {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
	background: #2098d1;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}

.hvr-shutter-in-horizontal:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: #e1e1e1;
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
	-webkit-transform-origin: 50%;
	transform-origin: 50%;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}

.hvr-shutter-in-horizontal:hover,
.hvr-shutter-in-horizontal:focus,
.hvr-shutter-in-horizontal:active {
	color: white;
}

.hvr-shutter-in-horizontal:hover:before,
.hvr-shutter-in-horizontal:focus:before,
.hvr-shutter-in-horizontal:active:before {
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
}

.home-post {
	margin-bottom: 15px;
}

.post-img a {
	display: block;
}

.post-img a img {
	width: 100%;
}

.post-content {
	border-bottom: 1px solid #dedede;
	padding-top: 0;
}

.post-footer a,
a.post-title{
	color: #293741 !important;
}

.post-title {
	font-size: 1.2rem;
	color: #293741;
	font-weight: 500;
	margin: 10px 0;
	display: block;
}

.post-content p {
	font-size: 14px;
}

.footer-r {
	text-align: right;
}

.post-footer {
	border-top: 1px solid #fff;
	box-shadow: 0 0 5px #fff;
	padding: 10px 10px;
	background-color: #fff;
}

.post-footer a {
	color: #99a3b1;
}

.post-img {
	position: relative;
}

.post-img a:before {
	animation-duration: 0.5s;
	background: rgba(0, 0, 0, 0.3) none repeat scroll 0 0;
	content: " ";
	display: inline-block;
	height: 100%;
	opacity: 0;
	pointer-events: none;
	position: absolute;
	top: 0;
	transition: all 0.5s ease 0s;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	width: 0;
}

.post-img a:hover:before {
	left: 0;
	opacity: 1;
	width: 100%;
}

.cert-data {
	position: relative;
	padding: 1.4em 1.8em;
	margin: 4em 0;
	border: 1px solid #f1f1f1;
}

.cert-data img {
	display: block;
	margin: -60px auto 10px auto;
	width: auto;
	max-height: 100px;
	border: 1px solid #f1f1f1;
}

.cert-data img:after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-image: linear-gradient(to bottom right, #2d2d2d, #ccc);
	opacity: .6;
}

.cert-data h4 {
	position: relative;
	text-align: center;
	margin: 0;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.04em;
}

.cert-data h5 {
	margin-top: 0;
	font-size: 11px;
	font-weight: 400;
	text-align: center;
	color: rgba(28, 38, 43, 0.35);
	text-transform: uppercase;
	letter-spacing: 0.04em;
}

.cert-data p {
	position: relative;
	margin: 1em 0 0.2em 0;
	font-size: 13px;
	text-align: center;
	letter-spacing: 0.03px;
}

.map {
	height: 415px;
	z-index: 1;
	margin-bottom: 40px;
}

#contact h2 {
	font-size: 1.2rem;
	margin-bottom: 20px;
	font-weight: 500;
	text-transform: uppercase;
}

#contact_text {
	margin: 0px 0px 20px;
	height: 180px;
}

.contact-block {
	margin-bottom: 25px;
}

.contact-block>i {
	color: #fff;
	width: 30px;
	height: 30px;
	text-align: center;
	vertical-align: middle;
	line-height: 30px;
	float: left;
	font-size: 20px;
	border-radius: 2px;
}

.contact-block p {
	line-height: 30px;
	margin-left: 50px;
	font-size: 14px;
}

.gen {
	color: #fff;
	padding: 10px;
	font-weight: 600;
	margin-bottom: 10px;
	border-radius: 3px;
}

.err {
	background-color: #eb0000;
	color: #fff;
	padding: 10px;
	font-weight: 600;
	margin-bottom: 10px;
}

.blog {
	background: url(../images/page-bg.jpg) no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position: relative;
	height: 300px;
}

.crumb {
	background-color: rgba(255, 255, 255, 0.5);
	height: 60px;
	line-height: 60px;
	margin: 40px 20px;
	color: #fff;
}

.crumb a {
	color: #fff;
}

.crumb span {
	margin: 0 5px;
}

.page-title {
	text-align: center;
	padding: 80px 0;
}

.page-title span {
	margin: 20px;
	color: #fff;
	background-color: rgba(255, 255, 255, 0.4);
	text-align: center;
	width: auto;
	padding: 10px 20px;
}

.blog-sidebar h3.widget-title {
	font-size: 18px;
	line-height: normal;
	font-weight: 400;
	text-transform: uppercase;
	margin-bottom: 15px;
}

.blog-sidebar input.form-control {
	height: 44px;
}

.blog-sidebar #search .input-group-btn .btn.btn-primary {
	padding: 11px 12px;
}

.widget {
	margin-bottom: 40px;
}

.widget-categories ul.category-list li {
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px dashed #cecece;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	color: #333;
}

.widget-categories ul.category-list li a {
	color: #333;
}

.widget-categories ul.category-list li:hover {
	padding-left: 10px;
}

.widget-categories ul.category-list li .posts-count {
	margin-left: 20px;
	font-size: 10px;
	color: #fff;
	padding: 3px;
	border-radius: 100%;
}

.widget-tags li {
	display: inline-block;
}

.widget-tags li a {
	display: inline-block;
	border: 1px solid #dedede;
	padding: 5px;
	margin-bottom: 10px;
	background-color: #f9f9f9;
	color: #333;
}

.widget-tags li a:hover {
	border: 1px solid;
	color: #fff;
}

.carousel-inner>.item>img,
.carousel-inner>.item>a>img {
	width: 100%;
	margin: auto;
}

blockquote {
	border-left: 5px solid #33cb78;
}

blockquote ol:last-child,
blockquote p:last-child,
blockquote ul:last-child {
	font-style: italic;
}

.post-footer.single-post a {
	margin-right: 15px;
}

.comments-list {
	list-style: none;
	margin: 0;
	padding: 20px 0;
}

.comments-list .comment {
	border-bottom: 1px solid #cecece;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.comments-list img.comment-avatar {
	width: 84px;
	height: 84px;
	margin-right: 30px;
	border-radius: 100%;
	border: 5px solid #f2f2f2;
}

.comments-list .comment-body {
	margin-left: 120px;
}

.comments-list .comment-author {
	margin-bottom: 0;
}

.comments-list .comment-date {
	font-style: italic;
	color: #959595;
	margin-bottom: 20px;
}

.comments-list .comment-reply {
	text-transform: uppercase;
	display: inline-block;
	background-color: #2f3742;
	color: #fff;
	padding: 5px;
	border-radius: 2px;
	border-color: #2f3742;
	font-size: 13px;
}

.comments-reply {
	list-style: none;
	margin: 0 0 0 70px;
}

.comments-reply .comment {
	background-color: #f5f5f5;
	padding: 5px 10px;
}

.comments-list .comment {
	border-bottom: 1px solid #cecece;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.comments-list img.comment-avatar {
	width: 84px;
	height: 84px;
	margin-right: 30px;
	border-radius: 100%;
	border: 5px solid #f2f2f2;
}

#portfolio-page {
	margin: 1rem 0;
	-webkit-column-count: 3;
	-moz-column-count: 3;
	column-count: 3;
	-webkit-column-gap: 1rem;
	-moz-column-gap: 1rem;
	column-gap: 1rem;
	-webkit-column-width: 33.33333333333333%;
	-moz-column-width: 33.33333333333333%;
	column-width: 33.33333333333333%;
}

#portfolio-page .tile {
	-webkit-transform: scale(0);
	transform: scale(0);
	-webkit-transition: all 350ms ease;
	transition: all 350ms ease;
}

#portfolio-page .scale-anm {
	transform: scale(1);
}

#portfolio-page p {
	padding: 10px;
	border-bottom: 1px #ccc dotted;
	text-decoration: none;
	font-family: lato;
	text-transform: uppercase;
	font-size: 12px;
	color: #333;
	display: block;
	float: left;
}

#portfolio-page p:hover {
	cursor: pointer;
	background: #333;
	color: #eee;
}

#portfolio-page .tile img {
	max-width: 100%;
	width: 100%;
	height: auto;
}

.toolbar {
	text-align: center;
}

.toolbar .btn {
	cursor: pointer;
	display: inline-block;
	-webkit-appearance: none;
	background-color: rgba(0, 0, 0, 0);
	border-radius: 0;
	font-size: 16px;
	margin-bottom: 15px;
}

.toolbar .btn:hover {
	text-decoration: none;
}

.toolbar .btn:focus {
	outline: none;
	color: #fff;
}

#portfolio-page ::-moz-focus-inner {
	border: 0;
	padding: 0;
}

.tile a {
	position: relative;
	display: block;
	margin-bottom: 10px;
}

.tile a:before {
	animation-duration: 0.5s;
	background: rgba(0, 0, 0, 0.3) none repeat scroll 0 0;
	content: " ";
	display: inline-block;
	height: 100%;
	left: 50%;
	opacity: 0;
	pointer-events: none;
	position: absolute;
	top: 0;
	transition: all 0.5s ease 0s;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	width: 0;
}

.tile a:hover:before {
	left: 0;
	opacity: 1;
	width: 100%;
}

.tile a::after {
	content: "";
	font-family: FontAwesome;
	animation-duration: 0.5s;
	bottom: 0px;
	box-shadow: rgba(246, 249, 250, 0.419608) 0px 0px 0px 8px;
	color: rgb(255, 255, 255);
	display: inline-block;
	font-size: 30px;
	height: 60px;
	left: 0px;
	line-height: 60px;
	opacity: 0;
	position: absolute;
	right: 0px;
	text-align: center;
	top: 0px;
	transform: scale(3);
	visibility: hidden;
	width: 60px;
	z-index: 2;
	background: none 0px 0px repeat scroll rgba(255, 255, 255, 0.298039);
	border-radius: 100%;
	margin: auto;
	transition: all 0.5s ease 0s;
}

.tile a:hover:after {
	opacity: 1;
	transform: scale(1);
	visibility: visible;
}

.portfolio-desc ul {
	margin: 0;
	padding: 0;
}

.portfolio-desc li {
	list-style: none;
	margin-bottom: 15px;
}

.portfolio-item-title {
	color: silver;
	margin-right: 15px;
	display: inline-block;
}

.portfolio-desc-item i {
	font-size: 16px;
	width: 34px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	background: #33cb78;
	color: #fff;
	border-radius: 100%;
	margin-right: 10px;
	-webkit-box-shadow: 0 0 0 3px rgba(0, 0, 0, .09);
	-moz-box-shadow: 0 0 0 3px rgba(0, 0, 0, .09);
	box-shadow: 0 0 0 3px rgba(0, 0, 0, .09);
}

.portfolio-desc-item ul.category-list {
	display: inline;
}

.error-404 {
	background: url(../images/404.png) no-repeat;
}

.hiddendiv {
	display: none;
	white-space: pre-wrap;
	word-wrap: break-word;
	overflow-wrap: break-word;
	padding-top: 1.2rem;
}

#toast-container {
	display: block;
	position: fixed;
	z-index: 10000;
}

.toast {
	border-radius: 20px;
	color: #fff;
	padding: 10px;
}

@media only screen and (min-width: 993px) {
	#toast-container {
		top: 10%;
		right: 7%;
		max-width: 86%;
	}
}

a.goto-top {
	position: fixed;
	bottom: 20px;
	right: 45px;
	padding: 0;
	margin: 0;
	z-index: 99;
}

a.goto-top span:before {
	display: block;
}

a.goto-top span {
	font-size: 25px;
	display: block;
	width: 50px;
	height: 50px;
	line-height: 50px;
	background: rgb(47, 55, 66);
	overflow: hidden;
	text-align: center;
}

#style-switcher h3 {
	color: #fff;
	font-size: 13px;
	margin: 10px 0;
	font-weight: 500;
	text-transform: none;
	letter-spacing: 0;
}

#style-switcher {
	background: #333;
	width: 205px;
	position: fixed;
	top: 145px;
	z-index: 99999;
	right: -205px;
	border-radius: 0 0 4px 0;
}

#style-switcher ul {
	list-style: none;
	padding: 0;
	margin-bottom: 22px;
}

#style-switcher div {
	padding: 6px 18px;
}

#style-switcher h2 {
	background: #282828;
	color: #fff;
	font-size: 14px;
	line-height: 46px;
	padding: 0 0 0 20px;
	margin-top: 0;
	font-weight: 600;
}

#style-switcher h2 a {
	background-color: #282828;
	display: block;
	height: 46px;
	position: absolute;
	left: -46px;
	top: 0;
	width: 46px;
	border-radius: 4px 0 0 4px;
	font-size: 22px;
	color: #fff;
	text-align: center;
}

#style-switcher h2 a i {
	position: relative;
	top: 2px;
}

.colors {
	list-style: none;
	margin: 0 0px 10px 0;
	overflow: hidden;
}

.colors li {
	float: left;
	margin: 4px 2px 0 2px;
}

.colors li a {
	display: block;
	width: 17px;
	height: 17px;
	cursor: pointer;
}

div.layout-style {
	padding: 0 !important;
}

.layout-style select {
	width: 164px;
	padding: 7px;
	color: #aaa;
	cursor: pointer;
	font-size: 14px;
	font-weight: 600;
	margin: 2px 0 25px 0px;
	background-color: #505050;
	border: 0;
	min-height: auto;
}

.colors .main {
	background: #07cb79;
}

.green {
	background: #07cb79;
}

.blue {
	background: #004dda;
}

.orange {
	background: #fa5b0f;
}

.navy {
	background: #495d7f;
}

.yellow {
	background: #ffca08;
}

.peach {
	background: #fcab55;
}

.red {
	background: #f30c0c;
}

.beige {
	background: #bfa980;
}

.cyan {
	background: #37b6bd;
}

.celadon {
	background: #74aea1;
}

.brown {
	background: #784e3d;
}

.cherry {
	background: #911938;
}

.gray {
	background: #555555;
}

.purple {
	background: #6441eb;
}

.olive {
	background: #b3c211;
}

.colors li a.active {
	box-shadow: 0 0 0 2px #fff inset;
}

.colors li a {
	border-radius: 3px;
}

#reset {
	margin: -5px 0 15px 0px;
}

#reset a.button {
	padding: 7px 14px;
	font-weight: 700;
	font-size: 13px;
}

#reset a.button:hover {
	color: #333;
	background-color: #fff;
}

@media only screen and (max-width: 1024px) {
	#style-switcher {
		display: none;
	}
}

.visual-basic {
	background: #945db7;
}

.csharp {
	background: #607d8b;
}

.javascript {
	background: #4285f4;
}

.python {
	background: #3572a5;
}

.sql {
	background: #fab738;
}

.assembly {
	background: #6e4c13;
}

.swift {
	background: #7D7D7D;
}

.asp-net {
	background: #945db7;
}

.kotlin {
	background: #009688;
}

.css {
	background: #6441a5;
}

.cpp {
	background: #f34b7d;
}

.html {
	background: #e34c26;
}

.java {
}

.typescript {
	background: #2b7489;
}

.submit {
	margin-top: 35px;
}

#typed-strings {
	line-height: 1;
	max-width: 725px;
	background: transparent;
}

.go-down {
	position: absolute;
	left: 50%;
	width: 100px;
	height: 100px;
	bottom: -35px;
	font-size: 32px;
	color: #eee;
}

@keyframes flickerAnimation {
	0% {
		opacity: 1;
	}

	50% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@-o-keyframes flickerAnimation {
	0% {
		opacity: 1;
	}

	50% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@-moz-keyframes flickerAnimation {
	0% {
		opacity: 1;
	}

	50% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@-webkit-keyframes flickerAnimation {
	0% {
		opacity: 1;
	}

	50% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

.animate-flicker {
	-webkit-animation: flickerAnimation 2s infinite;
	-moz-animation: flickerAnimation 2s infinite;
	-o-animation: flickerAnimation 2s infinite;
	animation: flickerAnimation 2s infinite;
}

.hvr-pulse-grow.custom-pulse {
	color: #fff;
	border: none;
	font-size: 20px;
	line-height: 25px;
}

.typewrite {
	color: #fff;
	display: inline-block;
	margin-bottom: 10px;
}

.wrap {
	font-size: 30px !important;
}

@media (max-width: 768px) {
	.wrap {
		display: none;
	}
}

.loading {
	position: absolute;
	margin: auto;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 50px;
	height: 50px;
	padding: 0;
	list-style: none;
}

.loading li {
	position: absolute;
	width: 50px;
	height: 50px;
	border-radius: 5px;
	background: #ffca08;
	opacity: 0.8;
}

.loading li:nth-child(2) {
	animation: rotation-1 3s infinite;
	-o-animation: rotation-1 3s infinite;
	-moz-animation: rotation-1 3s infinite;
	-webkit-animation: rotation-1 3s infinite;
}

.loading li:nth-child(3) {
	animation: rotation-2 3s infinite;
	-o-animation: rotation-2 3s infinite;
	-moz-animation: rotation-2 3s infinite;
	-webkit-animation: rotation-2 3s infinite;
	animation-delay: 0.2s;
	-o-animation-delay: 0.2s;
	-moz-animation-delay: 0.2s;
	-webkit-animation-delay: 0.2s;
}

.loading-rotation li:nth-child(4) {
	animation: rotation-3 3s infinite;
	-o-animation: rotation-3 3s infinite;
	-moz-animation: rotation-3 3s infinite;
	-webkit-animation: rotation-3 3s infinite;
	animation-delay: 0.4s;
	-o-animation-delay: 0.4s;
	-ms-animation-delay: 0.4s;
	-moz-animation-delay: 0.4s;
	-webkit-animation-delay: 0.4s;
}

@keyframes rotation-1 {
	from {
		transform: rotate(-360deg);
	}

	30%,
	60% {
		transform: rotate(20deg);
	}

	80% {
		transform: rotate(0);
	}
}

@-o-keyframes rotation-1 {
	from {
		-o-transform: rotate(-360deg);
	}

	30%,
	60% {
		-o-transform: rotate(20deg);
	}

	80% {
		-o-transform: rotate(0);
	}
}

@-moz-keyframes rotation-1 {
	from {
		-moz-transform: rotate(-360deg);
	}

	30%,
	60% {
		-moz-transform: rotate(20deg);
	}

	80% {
		-moz-transform: rotate(0);
	}
}

@-webkit-keyframes rotation-1 {
	from {
		-webkit-transform: rotate(-360deg);
	}

	30%,
	60% {
		-webkit-transform: rotate(20deg);
	}

	80% {
		-webkit-transform: rotate(0);
	}
}

@keyframes rotation-2 {
	from {
		transform: rotate(-360deg);
	}

	30%,
	60% {
		transform: rotate(45deg);
	}

	80% {
		transform: rotate(0);
	}
}

@-o-keyframes rotation-2 {
	from {
		-o-transform: rotate(-360deg);
	}

	30%,
	60% {
		-o-transform: rotate(45deg);
	}

	80% {
		-o-transform: rotate(0);
	}
}

@-moz-keyframes rotation-2 {
	from {
		-moz-transform: rotate(-360deg);
	}

	30%,
	60% {
		-moz-transform: rotate(45deg);
	}

	80% {
		-moz-transform: rotate(0);
	}
}

@-webkit-keyframes rotation-2 {
	from {
		-webkit-transform: rotate(-360deg);
	}

	30%,
	60% {
		-webkit-transform: rotate(45deg);
	}

	80% {
		-webkit-transform: rotate(0);
	}
}

@keyframes rotation-3 {
	from {
		transform: rotate(-360deg);
	}

	30%,
	60% {
		transform: rotate(75deg);
	}

	80% {
		transform: rotate(0);
	}
}

@-o-keyframes rotation-3 {
	from {
		-o-transform: rotate(-360deg);
	}

	30%,
	60% {
		-o-transform: rotate(75deg);
	}

	80% {
		-o-transform: rotate(0);
	}
}

@-moz-keyframes rotation-3 {
	from {
		-moz-transform: rotate(-360deg);
	}

	30%,
	60% {
		-moz-transform: rotate(75deg);
	}

	80% {
		-moz-transform: rotate(0);
	}
}

@-webkit-keyframes rotation-3 {
	from {
		-webkit-transform: rotate(-360deg);
	}

	30%,
	60% {
		-webkit-transform: rotate(75deg);
	}

	80% {
		-webkit-transform: rotate(0);
	}
}

#particles-js {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #2f3742;
	background-image: url("");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 50%;
}

.count-particles {
	background: #000022;
	position: absolute;
	top: 48px;
	left: 0;
	width: 80px;
	color: #13e8e9;
	font-size: .8em;
	text-align: left;
	text-indent: 4px;
	line-height: 14px;
	padding-bottom: 2px;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
}

.js-count-particles {
	font-size: 1.1em;
}

#stats,
.count-particles {
	-webkit-user-select: none;
	margin-top: 5px;
	margin-left: 5px;
}

#stats {
	border-radius: 3px 3px 0 0;
	overflow: hidden;
}

.count-particles {
	border-radius: 0 0 3px 3px;
}

.profile-img {
	border: 0px solid #dedede !important;
	border-radius: 2px;
	background: transparent !important;
}

a.download-link.hvr-shutter-out-horizontal {
	text-transform: uppercase;
	margin: 15px auto 10px;
	display: block;
	text-align: center;
	background: transparent;
}

@media (max-width: 766px) {
	a.download-link.hvr-shutter-out-horizontal {
		width: 75%;
	}
}

h3.info-position.ng-binding {
	color: inherit !important;
}

.no-padding {
	padding: 0 0 0 0;
}

.caret-custom {
	position: absolute;
	right: 25px;
	top: 35%;
	transform: rotate(90deg);
}

.caret-spacer {
	margin-left: 10px;
}

.caret-cursor {
	cursor: pointer;
	color: #ff9900;
	font-size: 16px;
}

.top-margin {
	margin-top: 25px;
}

.no-padding-top {
	padding-top: 0;
}

.no-padding-bottom {
	padding-bottom: 0;
}

.fixed-area {
	padding-left: 2px;
	height: 110px;
}

.fixed-size {
	font-size: 25px !important;
}

.certificate {
	font-size: 30px;
	text-align: center;
	display: block;
	margin: 0 auto 20px;
}

.no-display {
	display: none;
}

.separate {
	margin-right: 5px;
}

input:not([type]),
input[type=text]:not(.browser-default),
input[type=password]:not(.browser-default),
input[type=email]:not(.browser-default),
input[type=url]:not(.browser-default),
input[type=time]:not(.browser-default),
input[type=date]:not(.browser-default),
input[type=datetime]:not(.browser-default),
input[type=datetime-local]:not(.browser-default),
input[type=tel]:not(.browser-default),
input[type=number]:not(.browser-default),
input[type=search]:not(.browser-default),
textarea.materialize-textarea {
	border-bottom: 1px solid #9e9e9e2b !important;
}

img.qa-broadcaster-logo {
	display: none;
}

a.player-text-link.player-text-link--no-color.qa-display-name {
	position: absolute;
	left: 20px;
}

span.player-streamstatus__label {
	font-weight: 600;
}

.hide-it {
	background-color: rgba(0, 0, 0, .05);
	height: 375px;
	border-radius: 2px;
}

a#view-more {
	font-weight: 900;
	text-transform: uppercase;
	border: 1px solid #ffca08;
	padding: 10px;
	position: relative;
	top: 25px;
}

.progress-bar {
	background: #58666e !important;
}

.twitch-hide {
	font-size: 10rem;
	color: #dcdcdc;
	display: block;
	text-align: center;
	/* line-height: 1.5; */
	/* margin: 0 auto; */
	position: relative;
	top: 25%;
}

.twitch-hide svg {
	margin-right: 10px;
}

iframe#twitch {
	height: 350px;
}

.twitch-hide span {
	font-size: 10rem;
	color: #dcdcdc;
	text-align: right;
	line-height: 2;
}

.gm-style {
	border: 1px solid #dedede;
}

.offline {
	margin: 5px;
	margin-bottom: 20px;
	color: #616161;
	font-family: Roboto,Arial,sans-serif;
	text-align: center;
	font-size: 20px;
	text-align: center;
}

.bottom {
	text-align: center !important;
	font-size: 20px !important;
	bottom: 0;
	position: absolute;
	width: 125px;
	display: none !important;
}

.left-box-content p {
	font-size: 14px;
	font-family: Roboto,Arial,sans-serif;
}

.offline-user {
	position: absolute;
	display: block;
	width: 100%;
	text-align: center;
	font-size: 28px;
	top: 5em;
	color: #58666e;
}

.left-box-content {
	margin: 5px;
	color: #757575;
	font-family: Roboto,Arial,sans-serif;
	text-align: center;
	font-size: 12px;
}

.left-box-header {
	text-align: center;
	font-size: 6em;
    margin: 0;
}

.left-box {
	display: flex;
	flex-direction: row;
	align-content: center;
	justify-content: center;
	align-items: center;
	height: 350px;
	border: 1px solid #dedede;
	margin: 0 0 15px 0;
}

.gitlab-all {
	text-align: center;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 14px;
	margin-top: -15px;
}

.expertise-list {
	display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    align-content: center;
}

ul.expertise-list li {
    margin: 0 15px 15px 15px;
}

ul.expertise-list li span {
    color: #58666E;
    font-size: 16px;
}

.devicon-svg-convert {
	display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.svg-width {
	width: 25px;
}

.right {
	font-family: 'Raleway', sans-serif;
    font-weight: 400;
    line-height: 20px;
}

.expertise-content {
	margin: 0px 10px 50px 10px;
	line-height: 30px;
}

.service-icon img {
	width: 48px;
	height: 48px;
}

.twitch-iframe {
	border: 1px solid #dedede;
    margin: 0 auto;
    max-width: 550px;
    display: block;
}

a.inherit-bold {
	color: inherit !important;
    font-weight: 600;
}
