.cover {
	background: url(../images/cover.jpg) no-repeat center center fixed;
	background-size: cover;
	height: 100%;
	width: 100%
}

* {
	box-sizing: border-box
}

a:focus,
a:active,
a:hover,
textarea:focus,
textarea:active,
textarea:hover,
input:focus,
input:active,
input:hover {
	text-decoration: none
}

.arrow-nav {
	padding: 15%
}

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 25px;
	height: 0
}

.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

.embed-responsive-16by9 {
	padding-bottom: 56.25%
}

.embed-responsive-4by3 {
	padding-bottom: 75%
}

.darkheader {
	background: #000
}

.darkheader i {
	background: #000
}

.hero-small {
	padding: 100px 0 0
}

.para span {
	font-family: 'para', sans-serif;
	font-size: 12vw
}

.mono {
	font-family: 'PT Mono', monospace
}

.brand img {
	width: 60px
}

.box {
	padding: 60px
}

.footer-a {
	font-family: "Montserrat", "Helvetica Neue", Helvetica, sans-serif;
	font-size: 14px;
	margin-bottom: 10px
}

.expertise-box {
	color: #090909
}

.expertise-box p {
	font-size: 110%;
	padding-top: 15px
}

.back {
	font-size: 500%;
	color: #090909
}

.striker {
	width: 80%;
	float: right
}

@media (max-width:978px) {
	.striker {
		width: 100%
	}
}

.mon {
	background: #F5F6F8;
	width: 100%;
	position: relative
}

.mon:before {
	content: "";
	display: block;
	padding-top: 100%
}

.mon {
	width: 75%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%)
}

.terminal-box {
	background: #f5f5f5;
	width: 100%;
	position: relative
}

.terminal-box:before {
	content: "";
	display: block;
	padding-top: 100%
}

.terminal {
	width: 80%;
	height: 80%;
	position: absolute;
	top: 55%;
	left: 50%;
	transform: translate(-50%, -50%)
}

@media (max-width:991px) {
	.terminal {
		width: 85%
	}
}

.terminal-bar {
	border: 3px solid #bbc8d4;
	height: 38px;
	border-radius: .5rem .5rem 0 0;
	border-bottom: 0
}

.terminal-circle,
.terminal-circle::before,
.terminal-circle::after {
	width: 12px;
	height: 12px;
	border-radius: 100%;
	display: block
}

.terminaxl-circle {
	background: #f6b73e;
	position: relative;
	margin-left: 38px;
	top: 12px
}

.terminal-circle::before,
.terminal-circle::after {
	content: " ";
	position: absolute
}

.terminal-circle::before {
	background: #f55551;
	margin-left: -20px
}

.terminal-circle::after {
	background: #BADBD8;
	margin-left: 20px
}

.terminal-body {
	height: 80%;
	border: 3px solid #bbc8d4;
	padding: 18px;
	border-radius: 0 0 5px 5px;
	overflow: hidden
}

.terminal-body pre {
	height: 95%;
	margin: 0;
	overflow: hidden;
	border: 3px solid #bbc8d4
}

@media screen and (max-width:992px) {
	.terminal-body pre {
		height: 100%;
		padding: 5px
	}
}

.terminal-body .pulse {
	-webkit-animation: pulse 1s ease-in-out infinite;
	-moz-animation: pulse 1s ease-in-out infinite;
	animation: pulse 1s ease-in-out infinite
}

@-webkit-keyframes pulse {
	0% {
		opacity: 0
	}
	50% {
		opacity: 1
	}
	100% {
		opacity: 0
	}
}

@-moz-keyframes pulse {
	0% {
		opacity: 0
	}
	50% {
		opacity: 1
	}
	100% {
		opacity: 0
	}
}

@keyframes pulse {
	0% {
		opacity: 0
	}
	50% {
		opacity: 1
	}
	100% {
		opacity: 0
	}
}

.command {
	color: #BADBD8
}

.p-md {
	padding: 10px!important
}

@media (max-width:992px) {
	.p-md {
		padding: 15px!important
	}
}

.ux-subtext {
	font-weight: 300;
	font-size: 1.2em;
	line-height: 1.6;
	color: #555;
	margin-bottom: 30px
}

.dark {
	color: #333
}

.blue {
	color: #2C55D5;
	font-weight: 500;
	padding: 2px 10px
}

.ux-button {
	padding-top: 40px
}

.sect-content {
	padding: 2em
}

.graph-donut {
	position: relative;
	display: inline-block;
	width: 60px;
	height: 60px;
	margin-right: 5px;
	text-align: center
}

.graph-donut canvas {
	position: absolute;
	top: 0;
	left: 0
}

.percent {
	display: inline-block;
	font-size: 21px;
	color: #222;
	line-height: 62px;
	z-index: 2
}

.percent:after {
	content: '%';
	margin-left: .1em;
	font-size: .8em
}

.percent.no-percent:after {
	content: 'ux'
}

.white {
	color: #fff
}

.skill-name {
	display: inline-block;
	font-size: 21px;
	color: #222;
	line-height: 62px;
	z-index: 2
}

.skills-icon {
	text-align: center;
	margin: auto;
	width: 75px;
	padding-bottom: 30px
}

.skills-icon svg {
	fill: #fff
}

.icon-launch {
	font-size: 36px
}

.header-bar {
	position: absolute;
	height: 20px;
	width: 100%;
	background: black
}

.secondary-header a {
	color: #2C55D5;
	font-weight: 500
}

.secondary-header p {
	color: #000;
	font-weight: 500
}

.secondary-header .bread {
	padding-left: 25px;
	font-weight: 500
}

.hero-ux {
	height: 600px;
	overflow: hidden;
	padding-top: 70px;
	background-image: url(../images/grid.png);
	background-repeat: repeat
}

@media screen and (max-width:992px) {
	.hero-ux {
		height: 250px;
		padding-top: 50px
	}
}

.hero-ux img {
	overflow: hidden;
	padding: 0;
	margin: auto
}

.ux-details {
	padding: 80px 0
}

@media (max-width:991px) {
	.ux-details {
		padding: 0
	}
}

@media screen and (max-width:992px) {
	.mb-xl {
		margin-bottom: 30px!important;
		text-align: center
	}
}

.ux-bulleted-list {
	line-height: 2;
	padding-left: 0
}

.ux-bulleted-list li {
	list-style-type: none;
	opacity: .8
}

.paddingtop80 {
	padding-top: 80px
}

.paddingtop40 {
	padding-top: 40px
}

.workspace {
	background-image: url(../images/grid.png);
	background-repeat: repeat;
	overflow: hidden
}

.ux-workflow-box {
	height: 100%;
	width: 100%
}

.ux-workflow {
	object-fit: cover;
	width: 100%;
	padding: 0
}

.hr-footer {
	padding-bottom: 60px
}

.browser {
	margin: 0 auto;
	max-width: 1100px
}

.browser-header .device-content {
	border: 35px solid #111b20;
	border-radius: 10px 10px 0 0;
}

@media (max-width:992px) {
	.browser-header .device-content {
		border: 10px solid #111b20;
		border-radius: 10px 10px 0 0
	}
}

.section-zero {
	padding: 0
}

.browser-small {
	padding: 0;
	margin: 0 auto;
	max-width: 1100px
}

.device-chrome {
	height: 20px;
	background: #f5f5f5;
	overflow: hidden;
	border-top-right-radius: 4px;
	border-top-left-radius: 4px
}

.dots {
	width: 50px;
	margin-left: 8px
}

.dots .dot {
	height: 6px;
	width: 6px;
	margin-top: 8px;
	margin-left: 6px;
	background: #c1c0c0;
	border-radius: 10px
}

.clearfix:after,
.clearfix:before {
	content: " ";
	display: table
}

.clearfix:after {
	clear: both
}

.device-content {
	border: 2px solid #f5f5f5;
	overflow: hidden
}

.left {
	float: left
}

.ux-title {
	color: #2d50bd;
	padding-bottom: 25px
}

.ux-bullets {
	padding-left: 80px
}

@media screen and (max-width:992px) {
	.ux-bullets {
		padding-left: 0
	}
}

.header-inner img {
	rgba(105, 123, 136, .5)
}

.inner-header {
	padding-left: 40px;
	background: #f5f5f5;
	background-size: cover;
	width: 100%
}

.inner-header-row {
	line-height: 1
}

.inner-header-h1-2 {
	font-size: 3em;
	font-family: "Playfair Display", "Times New Roman", serif;
	padding-left: 15px;
	vertical-align: middle
}

.inner-header-h2 a {
	color: #555;
	vertical-align: middle
}

.inner-header-h2 a::after {
	content: '\f2ca';
	font-family: 'Ionicons'
}

.inner-header-h1 {
	font-size: 3em;
	font-family: "Playfair Display", "Times New Roman", serif;
	padding-left: 15px;
	vertical-align: middle
}

.inner-header-h1 a {
	color: #fff;
	vertical-align: middle
}

.inner-header-h1 a::after {
	content: '\f2ca';
	font-family: 'Ionicons'
}

.inner-header-h1 .white {
	color: #fff;
	;
	padding-right: 10px
}

.inner-header-h1 a:hover {
	opacity: .80
}

.inner-header-h2 {
	font-size: 3em;
	font-family: "Playfair Display", "Times New Roman", serif;
	padding-left: 15px;
	vertical-align: middle
}

.inner-header-h2 a {
	color: #000;
	padding-right: 10px
}

.inner-header-h2 a:hover {
	opacity: .80
}

@media (max-width:992px) {
	.inner-header-h2 {
		font-size: 2.5em
	}
	.inner-header {
		padding: 40px 0
	}
	.inner-header .brand img {
		display: none
	}
	.inner-header-row {
		line-height: 1;
		text-align: left
	}
	.inner-header-h1 {
		font-size: 2.5em;
		display: inline-block
	}
}

.bgimg-1,
.bgimg-2,
.bgimg-3,
.bgimg-4,
.bgimg-5 {
	position: relative;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover
}

.bgimg-2 {
	background-image: url(../images/ux/ux-banner.png);
	min-height: 300px;
	background-color: #f5f5f5;
	text-align: center
}

@media (max-width:991px) {
	.bgimg-2 {
		padding: 0
	}
}

.bgimg-2:after {
	content: " ";
	z-index: 10;
	display: block;
	position: absolute;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	background: rgba(18, 24, 41, .73)
}

.bgimg-4 {
	background-image: url(../images/ux/mobile/mobile-banner.png);
	min-height: 300px;
	background-color: #f5f5f5;
	text-align: center
}

@media (max-width:991px) {
	.bgimg-4 {
		padding: 0
	}
}

.bgimg-4:after {
	content: " ";
	z-index: 10;
	display: block;
	position: absolute;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	background: rgba(18, 24, 41, .73)
}

.bgimg-5 {
	background-image: url(../images/ux/tv/tv-banner-image.png);
	min-height: 300px;
	background-color: #f5f5f5;
	text-align: center
}

@media (max-width:991px) {
	.bgimg-5 {
		padding: 0
	}
}

.bgimg-6 {
	background-image: url(../images/ux/reservations-banner.png);
	min-height: 300px;
	background-color: #f5f5f5;
	text-align: center
}

.bgimg-6:after {
	content: " ";
	z-index: 10;
	display: block;
	position: absolute;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	background: rgba(18, 24, 41, .73)
}


@media (max-width:991px) {
	.bgimg-6 {
		padding: 0
	}
}


.bgimg-3 {
	background-image: url(../images/singapore-cut.jpg);
	min-height: 300px;
	padding: 0!important;
	margin: 0!important
}

.iphone {
	border: solid #fa5247 7px;
	height: 90%;
	width: 90%;
	top: 6%;
	left: 4%;
	margin: auto;
	border-radius: 3px;
	position: absolute
}

.nav-icons {
	overflow: hidden
}

.image-zoom {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out
}

.image-zoom:hover {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
	z-index: 900
}

.triangle-up {
	color: #9FD0BA
}

.triangle-up:before {
	content: '\f366';
	font-family: 'Ionicons'
}

.triangle-down {
	color: #EF7665
}

.triangle-down:before {
	content: '\f105';
	font-family: 'Ionicons'
}

.modal-sorrybro {
	display: none;
	overflow: hidden;
	position: fixed;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1050;
	-webkit-overflow-scrolling: touch;
	overflow: hidden;
	outline: 0
}

.modal-sorrybro .modal-dialog {
	margin: auto
}

.modal-sorrybro .modal-dialog .modal-content {
	height: 90vh;
	width: 90vw;
	top: 5vh;
	margin: auto
}

.modal-open .modal {
	overflow: hidden
}

.modal-sorrybro .modal-body {
	background: url(http://67.media.tumblr.com/e8024b55e16d303ad386931d70095dc6/tumblr_mevlvhYuGy1rqnu3wo1_500.gif) no-repeat center center fixed;
	background-size: cover;
	height: 100%
}

.modal-sorrybro .modal-body .btn-default {
	position: absolute;
	top: 0;
	right: 0;
	background-color: #ea2e49;
	width: 100px;
	height: 100px;
	padding: 0
}

.modal-sorrybro .modal-body .btn-default:after {
	content: '\f404';
	font-family: 'Ionicons';
	font-size: 100px;
	line-height: 1
}

.error {
	padding-top: 40px;
	display: block
}

.error-two {
	padding-top: 40px
}

.error-text-two {
	font-size: 3em;
	font-family: "Playfair Display", "Times New Roman", serif;
	background-color: #000
}

.error-text {
	font-size: 5em;
	padding: 5px 20px;
	background-color: #ea2e49;
	line-height: 1;
	font-family: "Playfair Display", "Times New Roman", serif
}

.address {
	font-size: 12px;
	margin-bottom: 100px
}

.address .click-to-copy p {
	margin-bottom: 0
}

.address .click-to-copy2 p {
	margin-bottom: 0
}

@media (max-width:992px) {
	.address .click-to-copy p {
		font-size: 95%
	}
	.address .click-to-copy2 p {
		font-size: 95%
	}
}

@media (max-width:992px) {
	.address {
		margin-bottom: 30px
	}
}

.chart-container {
	margin-bottom: 100px;
	margin-top: 100px;
	margin-right: -2px
}

@media (max-width:992px) {
	.chart-container {
		margin-bottom: 30px;
		margin-top: 30px
	}
}

.click-to-copy {
	position: relative;
	display: inherit;
	border: 1px solid #212121;
	font-weight: 500;
	padding: 10px;
	border-radius: 4px;
	position: relative;
	margin: auto
}

.click-to-copy__text {}

.click-to-copy2 {
	position: relative;
	display: inherit;
	border: 0;
	outline-offset: -1px;
	border: 1px solid #212121;
	padding: 10px;
	border-radius: 4px;
	position: relative;
	margin: auto
}

.click-to-copy__text2 {}

.crypto-box {
	margin-bottom: 30px
}

.crypto-icon-holder {
	text-align: right
}

@media screen and (max-width:1199px) {
	.crypto-icon-holder {
		text-align: left
	}
}

.crypto-icon {
	height: 100px;
	width: 100px;
	-ms-transform: rotate(15deg);
	-webkit-transform: rotate(15deg);
	transform: rotate(15deg)
}

.avatar {
	width: 100%
}

.avatar img {
	width: 100%;
	padding: 0;
	object-fit: cover
}

.resume-left {
	padding-right: 3%
}

@media (max-width:992px) {
	.resume-left {
		padding-top: 40px
	}
	.resume-right {
		padding-top: 40px
	}
}

.resume-border {
	border: 1px solid #e7e7e7;
	border-radius: 5px;
	padding: 15%;
	display: flex
}

.resume-border-right {
	border-radius: 5px;
	border: 1px solid #e7e7e7;
	padding: 5%;
	display: flex
}

.resume-button {
	padding-top: 25px;
	width: 100%;
	text-align: center;
	padding-bottom: 50px
}

.ex-text {
	margin-left: 20px
}

.card-info {
	padding: 26px 0 20px;
	text-align: center
}

.stylehr {
	text-align: center
}

.stylehr:after {
	content: '\f35f';
	font-family: 'Ionicons';
	margin-top: -7px;
	position: absolute
}

.card-summary {
	padding-top: 30px
}

.card.people .card-info .desc {
	display: block;
	margin: 8px 14px 0 14px;
	overflow: hidden;
	font-size: 12px;
	line-height: 16px;
	color: #737373;
	text-overflow: ellipsis
}

.card.people .card-bottom {
	position: absolute;
	bottom: 0;
	left: 0;
	display: inline-block;
	width: 100%;
	padding: 10px 20px;
	line-height: 29px;
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

.card.hovercard {
	position: relative;
	padding-top: 0;
	overflow: hidden;
	text-align: center
}

.card.hovercard .cardheader {
	background-size: cover;
	height: 135px
}

.card.hovercard .avatar {
	position: relative;
	top: -50px;
	margin-bottom: -50px
}

.card.hovercard .avatar img {
	width: 100px;
	height: 100px;
	max-width: 100px;
	max-height: 100px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	border: 5px solid rgba(255, 255, 255, .5)
}

.card.hovercard .info {
	padding: 4px 8px 10px
}

.card.hovercard .info .title {
	margin-bottom: 4px;
	font-size: 24px;
	line-height: 1;
	color: #262626;
	vertical-align: middle
}

.card.hovercard .info .desc {
	overflow: hidden;
	font-size: 12px;
	line-height: 20px;
	color: #737373;
	text-overflow: ellipsis
}

.card.hovercard .bottom {
	padding: 0 20px;
	margin-bottom: 17px
}

.right-second {
	margin-bottom: 10px;
	min-height: 400px
}

.resume-icon {
	padding: 0;
	margin-top: 1px;
	font-size: 22px
}

.resume-overview {
	padding-top: 2px
}

.skills {
	padding-top: 15px
}

.progress {
	position: relative;
	box-shadow: inset 0 0 0 rgba(0, 0, 0, 0)
}

.progress-bar {
	background-color: #2C55D5
}

.progress>.progress-type {
	position: absolute;
	left: 0;
	font-size: 12px;
	font-weight: 800;
	padding: 2px 30px 2px 10px;
	color: rgb(255, 255, 255)
}

.progress>.progress-completed {
	position: absolute;
	right: 0;
	font-size: 12px;
	padding: 2px 10px 2px
}

img {
	vertical-align: middle
}

.img-responsive {
	display: block;
	height: auto;
	max-width: 100%
}

.img-rounded {
	border-radius: 3px
}

.img-thumbnail {
	background-color: #fff;
	border: 1px solid #ededf0;
	border-radius: 3px;
	display: inline-block;
	height: auto;
	line-height: 1.428571429;
	max-width: 100%;
	moz-transition: all .2s ease-in-out;
	o-transition: all .2s ease-in-out;
	padding: 2px;
	transition: all .2s ease-in-out;
	webkit-transition: all .2s ease-in-out
}

.img-circle {
	border-radius: 50%
}

.timeline-centered {
	position: relative;
	margin-bottom: 30px
}

.timeline-centered:before,
.timeline-centered:after {
	content: " ";
	display: table
}

.timeline-centered:after {
	clear: both
}

.timeline-centered:before,
.timeline-centered:after {
	content: " ";
	display: table
}

.timeline-centered:after {
	clear: both
}

.timeline-centered .timeline-entry {
	position: relative;
	margin-top: 30px;
	margin-bottom: 10px;
	clear: both
}

.timeline-centered .timeline-entry:before,
.timeline-centered .timeline-entry:after {
	content: " ";
	display: table
}

.timeline-centered .timeline-entry:after {
	clear: both
}

.timeline-centered .timeline-entry:before,
.timeline-centered .timeline-entry:after {
	content: " ";
	display: table
}

.timeline-centered .timeline-entry:after {
	clear: both
}

.timeline-centered .timeline-entry.begin {
	margin-top: -75px
}

.timeline-centered .timeline-entry.left-aligned {
	float: left
}

.timeline-centered .timeline-entry.left-aligned .timeline-entry-inner {
	margin-left: 0;
	margin-right: -12px
}

.timeline-centered .timeline-entry.left-aligned .timeline-entry-inner .timeline-time {
	left: auto;
	right: -100px;
	text-align: left
}

.timeline-centered .timeline-entry.left-aligned .timeline-entry-inner .timeline-icon {
	float: right
}

.timeline-centered .timeline-entry.left-aligned .timeline-entry-inner .timeline-label {
	margin-left: 0;
	margin-right: 70px
}

.timeline-centered .timeline-entry.left-aligned .timeline-entry-inner .timeline-label:after {
	left: auto;
	right: 0;
	margin-left: 0;
	margin-right: -9px;
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg)
}

.timeline-centered .timeline-entry .timeline-entry-inner {
	position: relative;
	margin-left: -14px
}

.timeline-centered .timeline-entry .timeline-entry-inner:before,
.timeline-centered .timeline-entry .timeline-entry-inner:after {
	content: " ";
	display: table
}

.timeline-centered .timeline-entry .timeline-entry-inner:after {
	clear: both
}

.timeline-centered .timeline-entry .timeline-entry-inner:before,
.timeline-centered .timeline-entry .timeline-entry-inner:after {
	content: " ";
	display: table
}

.timeline-centered .timeline-entry .timeline-entry-inner:after {
	clear: both
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-time {
	position: absolute;
	left: -100px;
	text-align: right;
	padding: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-time>span {
	display: block
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-time>span:first-child {
	font-size: 15px;
	font-weight: 700
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-time>span:last-child {
	font-size: 12px
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.bg-primary {
	background-color: #303641;
	color: #fff
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.bg-secondary {
	background-color: #BADBD8;
	color: #fff
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.bg-success {
	background-color: #fff;
	color: #fff
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.bg-info {
	background-color: #BADBD8;
	color: #fff
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.bg-warning {
	background-color: #BADBD8;
	color: #fff
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.bg-danger {
	background-color: #cc2424;
	color: #fff
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label {
	position: relative;
	background: #f5f5f6;
	padding: 1em;
	margin-left: 60px;
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px
}

@media (max-width:992px) {
	.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label {
		margin-left: 40px
	}
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label:after {
	content: '';
	display: block;
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 9px 9px 9px 0;
	border-color: transparent #f5f5f6 transparent transparent;
	left: 0;
	top: 10px;
	margin-left: -9px
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label h2,
.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label p {
	font-family: "Noto Sans", sans-serif;
	font-size: 14px;
	margin: 0;
	line-height: 1.428571429
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label h2,
.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label ul {
	font-size: 14px;
	padding-top: 6px;
	margin: 0;
	font-family: "Heebo", "Helvetica Neue", Helvetica, sans-serif;
	line-height: 1.5
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label p+p,
ul {
	margin-top: 2px
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label h2 {
	margin-bottom: 4px;
	font-size: 20px;
	line-height: 1;
	color: #444;
	font-weight: 400
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label h2 span {
	color: #7f8693;
	font-size: 80%
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label .date {
	font-size: 12px;
	color: #7f8693;
	padding-bottom: 6px
}

.education-box {
	margin-top: 20px
}

.education-name {
	font-size: 16px
}

.education-details {
	font-size: 14px
}

.education-date {
	font-size: 12px;
	font-family: "Noto Sans", sans-serif;
	color: #7f8693
}

.footer-segment {
	display: none
}

.quote-box {
	padding: 6% 5% 6%
}

@media (max-width:991px) {
	.quote-box {
		padding: 15% 5% 10%
	}
}

.me-box {
	height: 50%
}

.no-margin-bottom {
	margin-bottom: 0
}

.yellowbox {
	width: 100%;
	position: relative
}

.yellowbox:before {
	content: "";
	display: block;
	padding-top: 100%
}

.yellowtext {
	font-family: 'para';
	font-size: 3em;
	width: 75%;
	position: absolute;
	top: 50%;
	text-align: center;
	left: 50%;
	transform: translate(-50%, -50%)
}

@media (max-width:991px) {
	.desktop-mode {
		display: none
	}
}

@media (min-width:992px) {
	.mobile-mode {
		display: none
	}
}

.hero-banner .ux-subtext {
	opacity: .8
}

.device-screen img {
	width: 100%
}

.icon-mouse {
	z-index: 800;
	display: inline-block;
	margin: 20px;
	width: 200px;
	height: 200px;
	vertical-align: top;
	position: relative
}

.icon-wrapper {
	display: inline-block;
	vertical-align: middle;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

.mouse-icon {
	position: relative
}

.mouse-icon .mouse {
	width: 18px;
	height: 28px;
	background: #fff;
	border-radius: 20px;
	position: relative;
	margin-bottom: 3px
}

.mouse-icon .mouse:after {
	content: "";
	background: #2d50bd;
	width: 4px;
	height: 6px;
	position: absolute;
	top: 5px;
	left: 50%;
	margin-left: -2px;
	border-radius: 20px;
	-webkit-animation: scrollAnim 1.1s infinite;
	animation: scrollAnim 1.1s infinite
}

.mouse-icon .arrow {
	width: 6px;
	height: 6px;
	display: block;
	border-bottom: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: relative;
	margin: 0 auto;
	-webkit-animation: arrowAnim 1.2s infinite;
	animation: arrowAnim 1.2s infinite
}

.mouse-icon .arrow.arrow-01 {
	-webkit-animation-delay: .2s;
	animation-delay: .2s
}

.mouse-icon .arrow.arrow-02 {
	-webkit-animation-delay: .3s;
	animation-delay: .3s
}

.mouse-icon .arrow.arrow-03 {
	-webkit-animation-delay: .4s;
	animation-delay: .4s
}

@-webkit-keyframes scrollAnim {
	from {
		top: 5px
	}
	to {
		top: 15px;
		opacity: 0
	}
}

@keyframes scrollAnim {
	from {
		top: 5px
	}
	to {
		top: 15px;
		opacity: 0
	}
}

@-webkit-keyframes arrowAnim {
	0% {
		opacity: 0
	}
	50% {
		opacity: 1
	}
	100% {
		opacity: 0
	}
}

@keyframes arrowAnim {
	0% {
		opacity: 0
	}
	50% {
		opacity: 1
	}
	100% {
		opacity: 0
	}
}

.ux-gallery {
	padding-bottom: 100px
}

@media (max-width:992px) {
	.bg-alpha {
		text-align: center
	}
	.award {
		padding-top: 40px;
		padding-bottom: 40pxk
	}
}

.ux-left {
	padding-right: 1%
}

.ux-right {
	padding-left: 1%
}

.ux-banner-image-mobile {
	background-image: url(../images/ux/ux-banner.png);
	background-color: #f5f5f5;
	background-size: cover;
	height: 200px;
	margin: 60px 0
}

.tv-header {
	padding: 0% 5%
}

.mobile-app-header {
	height: 500px;
	margin-top: -200px;
	background-size: cover;
	background-image: url(../images/ux/phone.png)
}

.reservations-header {
	height: 650px;
	background-size: cover;
}

.tv-app-header {
	height: 650px;
	background-size: cover;
	background-image: url(../images/ux/tv-banner-inner.png);
}


@media (max-width:992px) {
	.tv-app-header {
		height: 300px;
		background-size: cover;
		background-image: url(../images/ux/tv-banner-inner.png);
		.tv-app-header {
			height: 300px;
			background-size: cover;
			background-image: url(../images/ux/tv-banner-inner.png);
			padding: 0
		}
		.workspace {
			padding: 0
		}
		.interface-gallery {
			padding: 0 10%
		}
	}
	.social-box {
		height: 150px;
		position: relative
	}
	.social-box a {
		font-size: 3em;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		color: #fff
	}
	.behance-box {
		height: 100%
	}
	@media screen and (max-width:992px) {
		.metro section {
			padding: 0
		}
	}
	@media screen and (max-width:414px) {
		.metro section {
			padding: 40px
		}
	}