@charset "UTF-8";
/* CSS Document */
body { 
	font-family: 'Linden Hill', serif;
	color: #000;
	width: 100%;
	margin: 0;
	padding: 0;
}

/* Fade in casestudy */
#cs {
	animation: fadein 2s;
    -moz-animation: fadein 2s; /* Firefox */
    -webkit-animation: fadein 2s; /* Safari and Chrome */
	-o-animation: fadein 2s; /* Opera */
}

@keyframes fadein {
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-moz-keyframes fadein { /* Firefox */
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-webkit-keyframes fadein { /* Safari and Chrome */
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-o-keyframes fadein { /* Opera */
    from {
        opacity:0;
    }
    to {
        opacity: 1;
    }
}

.test-no-imgs .full-wide img{
	display: none !important;

}
.table-test-new {
	font-size: 20px !important;

}
.table-test-new td{
	padding: 10px;
	border: 1px solid #9b9b9b;

}
.bg-dark-table {
	background-color: #000;
	color: #fff;
	
}

/* Slideshow here */
.splide__slide img {
	width : 100%;
	height: auto;
}
.artifacts-img button{
	cursor: pointer;
	background-color: #fff;
	border: hidden;
	outline: none;
  }


  .button.splide__arrow--prev  {
	scale: 50%;

  }
  .splide__pagination__page {
	  display: none !important;
	}

  .splide__arrow {
	position: absolute;
	border-radius: 100px;
	width: 40px;
	height: 40px;
	padding: 5px;
	border: 0;
    z-index: 1;
    font-size: 1rem;
    color: #fff !important;
    margin: 0;  
  }
  .splide--ltr .splide__arrow--prev {
	right: -2.5rem;
	margin-top: 60px;
  }
  .splide--ltr .splide__arrow--prev svg {
	transform: rotate(180deg);
  }
  
  .splide--ltr .splide__arrow {
    top: 50%;
    transform: translateY(-90%);
	}
  .splide--ltr .splide__arrow--next {
	right: -2.5rem;
	}
.splide--ltr .splide__arrow--next svg, .splide--ltr .splide__arrow--prev svg {
	width: 15px;
	}
	.spi-angle-left:before {
		content: "\e902";
	}
	.spi-angle-right:before {
		content: "\e903";
	}

/* Slideshow ends */


/* Fade in casestudy ends */
h1, h2 {
	margin-top: 25px !important;
}
h1, h2, h3, h4, h5, h6 {
    margin: 0 0 25px 0;
	text-transform: none;
	letter-spacing: 0px;
}
.h1, h1 {
	font-size: 36px;
	line-height: 40px;
}
.h2, h2 {
	font-size: 30px;
	line-height: 36px;
}
.h3, h3 {
	font-size: 24px;
	line-height: 30px;
}
.h4, h4 {
	font-size: 18px;
	line-height: 24px;
}
.h5, h5 {
	font-size: 14px;
	line-height: 20px;
}
.h6, h6 {
	font-size: 12px;
	line-height: 16px;
}
p, ul li {
	margin: 0 0 15px 0;
	font-size: 20px;
	line-height: 30px;
	color: #2b2b2b;
}
.btn, .navbar-custom { 
	text-transform: none; 
	color: #000; 
}
a, a:visited, a:active {
	color: #000;
	border: none;
	text-decoration: underline;

}
a:hover {
	color: blue;
	border: none;
	text-decoration: none;
	-webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.bg-light-blue {
	background-color: #f0f4ff;
}

ul { 
	margin:0; 
	padding:0;
} 
ul li { 
	margin: 0 0 5px 20px; 
	list-style-position: outside;
	list-style: decimal;
	
}
.navbar-header ul li{
	margin-left: 5px;
	margin-right: 5px;
}
/* ----- Navigation section ---- */
.go-top {
	position: fixed;
	right: 0;
	bottom: 0;
	margin: 15px;
}

.round-btn {
	background-color: #fff;
	color: #323232;
	font-size: 24px;
	z-index: 10000;
	border-radius: 50px;
	width: 50px;
	height: 50px;
	text-align: center;
	vertical-align: middle;
	padding-top: 8px;
	-webkit-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.05);
	-moz-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.05);
	box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.05);
	border: 1px solid #eee;
}
.round-btn:hover {
	color: #fff;
	background-color: #323232;
	border: #000;
}
.round-btn:visited {
	color: #fff;
	background-color: #323232;
	border: #000;
}
.navbar-nav>li {
	float: left;
}
.navbar-nav>li>a { 
	border: none;
	font-size:11px !important; 
	font-family: "Poppins", sans-serif;
	letter-spacing: 1.2px;
	text-transform: uppercase;
	padding:15px 10px 10px 10px!important; 
	background: transparent !important; 
	color:#000 !important;
	margin: 0 2px;
	-webkit-transition: background 0.3s ease-in-out;
	-moz-transition: background 0.3s ease-in-out;
	transition: background 0.3s ease-in-out;
	text-decoration: none;
}
.navbar-nav .active {
		outline: none;
		background: url(../img/line-active.jpg) center bottom;
		height: 1px;
	
}
.navbar-right {
    float: right!important;
	margin-right: 0;
}

.navbar-nav { 
	background: transparent;
}
.navbar {
	min-height: 30px;
}

.navbar-toggle {
    height: 38px;
	border-radius: 25px;
}
.navbar-nav {
	margin: 0;
}


.navbar-custom {
	padding-top: 15px;
	border-bottom: none;
	letter-spacing: 1px;
	-webkit-transition: background 0.2s ease-in-out, padding 0.2s ease-in-out;
	-moz-transition: background 0.2s ease-in-out, padding 0.2s ease-in-out;
	transition: background 0.2s ease-in-out, padding 0.2s ease-in-out;
}
.navbar-custom.top-nav-collapse {
	padding: 0 0 0 0;
	background-color:#fff; 
	-webkit-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.05);
	-moz-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.05);
	box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.05);
	margin-top: 0;
}
.navbar-custom .nav li.active {
	height: 3px;
	text-align: center;
}
.navbar-custom a {
	color:#000;
	border: none;
	text-decoration: none;
}
.navbar-custom {
	margin-bottom: 0;
	background-color: #fff;
	z-index: 1000001;
}
.navbar-custom .navbar-toggle {
	color: #fff;
	background-color: #000;
	font-size: 14px;
	display: block;
}
.navbar-custom .navbar-toggle:focus, .navbar-custom .navbar-toggle:active {
	outline: none;
}
.navbar-custom .navbar-brand:focus {
	outline: none;
}
/*.navbar-custom .nav li a {
	-webkit-transition: background 0.3s ease-in-out;
	-moz-transition: background 0.3s ease-in-out;
	transition: background 0.3s ease-in-out;
}*/
.navbar-custom .nav li a:hover {
	color: #eee;
	outline: none;
	background-color: transparent;
	text-decoration: none;
}
.navbar-custom .nav li a:focus, .navbar-custom .nav li a:active {
	outline: none;
	background-color: transparent;
}
.navbar-custom .nav li.active {
	outline: none;
	background: url(../img/line-active.jpg) center bottom;
	height: 1px;
}
.navbar-custom .nav li.active a {
	background-color: rgba(255, 255, 255, 0.3);
	text-decoration: none;
}
.navbar-custom .nav li.active a:hover {
	color: #eee;
	text-decoration: none;
}
.navbar-header {
	width: 100% !important;
	margin: 0 !important;
}

.nav-cs .fa, .nav-cs ul li a {
	margin: 15px 0 !important;
	padding: 0 !important;
	
}

.logo-link {
	margin: 0 !important;
	float: left;
	width: 35%;
	height: 45px;
}

.logo-link img {
	width: 40px;
}
.cs-titles {
	margin: 0 !important;
	float: right;
	width: 70%;
	height: 45px;
	text-align: right;
}
.cs-titles h4 { 
	margin-bottom: 0; 
	margin-top: 15px;
}
.cs-titles ul li{
	float: left;
	margin-right: 20px !important;
	list-style: none;
}

.carousel-control-next-icon, .carousel-control-prev-icon { 
	background-color:  #000;
	color:  #fff;
	border-radius: 100px;
}


/* --------- */


.job-date { 
	border: none;
	font-size:12px !important; 
	line-height: 18px; 
	font-family: "Poppins", sans-serif;
	letter-spacing: 1.2px;
	text-transform: uppercase;
	padding:15px 10px 10px 0!important; 
	background: transparent !important; 
	color:#000 !important;
	margin: 0 2px;
	}
/* ----- about section ---- */

.wide-grey {
	background-color: #323232;
}
.wide-blue {
	background-color: #001e70;
}
.hero {
	margin: 120px 0 40px 0!important;
}
.hero h1, about-copy h1 {
	font-size: 30px;
	line-height: 36px;
}

.hero_cs-title {
	font-size: 30px;
	line-height: 36px;
	margin-bottom: 0;
}
.hero_cs-title h2 {
	color: #fff;
}
.title-breaker {
	background: url(../img/line-active.jpg) center bottom;
	width: 40px;
	float: left;
	height: 2px;
	margin-top: 5px;
	margin-right: 5px;
}
.about-item img {
	width: 100%;
	z-index: 0;
}
.about-item {
	display: table-cell;
	vertical-align: middle;
}

.about-list li {
	/*display: flex;*/
	margin-left: 0;
}
.about-list span{
	position: relative;
	/*margin-right: 15px;*/
}

.about-copy {
	margin-left: auto;
  	margin-right: auto;
	width: 100%;
	margin-top: -40px;
	padding: 0;
	z-index: 4;
	position: relative;
}
.about-copy .title {
	margin: 0 0;
	margin-top: 30px;
	padding: 20px 0 20px 0;
}
.about-copy h1 {
	margin-left: 0;
}

/*.about-copy h1, .about-copy li, .about-copy h3, .about-copy p {
	color: #fff;
}*/
.about-copy h3 {
	margin-bottom: 5px;
}
.about-copy ul li {
	list-style: inside;
}

/* ----- footer section ---- */
.footer a{ 
	width: 100%;
}
.footer .right { 
	text-align: center !important;
	}
.footer {
	text-align: left; 
	padding-left: 15px;
}
/* -------- */

.disclaimer { 
	margin-right:50px !important;
}
.stroke h3{ 
	font-size: 20px; 
	line-height:26px;
}
.disclaimer { 
	margin-right:180px; 
	font-size:14px; 
	line-height:20px; 
	color:#7d7d7d !important;
}

.fa {
	margin: 5px 10px 10px 10px;
}
.contact-item {
	width: 100%;
	display: inline-block !important;
	padding-bottom: 20px;
}
	
	.contact-item a {
		padding: 0;
		display: block;
		float: left;
		font-size: 20px;
		line-height: 30px;
		margin: 0 25px 10px 0; 
		text-decoration: none;

	}
	.contact-item .fa {
		margin: 10px 5px 10px 10px;
	}
	
.project-list {
	width: 100%;
}

.cs-card {
	display: inline-block;
	margin-bottom: 40px;
	position: relative;	
	width: 100%;

}
	.cs-card img {
		width: 100%;
	}

.card-color {
	background-color: #fff !important;
	background-image: url(../img/bg.png);
		background-repeat: no-repeat;
		background-position: right;
		background-position-y: 140px ;
}
.card-color h3, .card-color p, .card-color a{
	width: 100%;
	background-color: #fff !important;
}
.navbar-right {
	display: inline-block;
}
.ui-box {
	padding-top: 60px;
}

.copy-cs-card {
	z-index: 2;
	background-color: #fff;
	display: block;
	padding: 30px;
	min-height: 210px;
	margin-bottom: 20px;
	-webkit-box-shadow: 0.5px 5px 5px 0.5px rgba(0,0,0,0.15);
	-moz-box-shadow: 0.5px 5px 5px 0.5px rgba(0,0,0,0.15);
	box-shadow: 0.5px 5px 5px 0.5px rgba(0,0,0,0.15);
}

	.copy-cs-card a {
		font-size: 20px;
		text-decoration: none;
	}
	
.cs-card-arch {
	width: 31%;
	margin-right: 20px;
	float: left;
}
	.cs-card-arch h3 {
		margin-top: 10px;
	}


	.item-copy-onr {
		position: absolute;
		z-index: 2;
		background-color: #fff;
		min-height: 250px;
		width: 90%;
		top: 150px;
		left: 20px;
		padding: 30px;
		-webkit-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.05);
		-moz-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.05);
		box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.05);
	}
	.item-img-onr {
		position: absolute;
		z-index: 1;
		height: auto;
	}
		.item-img-onr img {
			width: 100%;
			float: right;
		}
.section-content {
	width: 100%;
	display: block;
	padding: 30px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	min-height: 1px;
}
/*--------Artifacts styles--------*/
.arf .navbar {
	min-height: 0px !important;
	margin-top: 0;
	position: absolute;
}
.artifacts-content {
	width: 100%;
}
.artifacts-content img {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}

.artifacts-label {
	display: none;
	width: 100%;
	background-color: #fff;
	padding: 0 30px;
	-webkit-box-shadow: 5px 5px 5px 0px rgba(0.5,0,0,0.05);
	-moz-box-shadow: 5px 5px 5px 0px rgba(0.5,0,0,0.05);
	box-shadow: 5px 5px 5px 0px rgba(0.5,0,0,0.05);
}
	.artifacts-label li a {
		text-decoration: none;
		border: none;
		padding: 10px 0;
		display: block;
	}
	.artifacts-label li{
		list-style: none;
		margin: 0;
		font-size: 20px;
		line-height: 22px;
	}
.artifacts-label .list {
	margin-bottom: 20px;
}
.artifacts-body {
	width: 100%;
	background-color: #f8f8f8;
}
.artifacts-body .hero {
	background-color: blue !important;
	padding: 25px;
	padding-top: 60px;
	height: 200px !important;
	margin:0 !important;
	margin-left: 0;
}
.artifacts-body .grey-bg {
	background-color:#323232 !important;
	margin-top: 40px !important;
	height: 300px !important;
	min-height: 300px !important;
	padding-top: 40px !important;
}

.artifacts-body .hero h1 {
	color: #fff !important; 
	margin-bottom: 10px;
}

.artifacts-body .hero p, .artifacts-body .hero .title-breaker {
	color: #eee;
} 
.artifacts-body .hero .img-caption {
	opacity: 50%;
}
.img-label p  { 
	color: #fff !important;
	font-size: 18px;
	line-height: 20px;
	padding-top: 10px;
}
.img-label h4 {
	margin-bottom: 5px !important;
}
.img-label h4, .artifacts-body .hero h4  { 
	color: #fff !important;
	border: none;
	font-size:14px !important; 
	line-height: 16px; 
	font-family: "Poppins", sans-serif;
	letter-spacing: 1.2px;
	text-transform: uppercase;
	font-style: normal;
}
	.artifacts-copy {
		width: 100%;
		padding: 0 30px;
		padding-top: 90px;
	}
	.artifacts-img {
		width: 100%;
		height: 100%;
		position: relative;
		background-color: #fff;
		-webkit-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.05);
		-moz-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.05);
		box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.05);
	}
	.ui-white-box img {
		background-color: #fff;
		-webkit-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.05);
		-moz-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.05);
		box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.05);
	}
	.artifacts-img .img-label {
		position: absolute;
		top: 0;
		left: 0;
		background-color: blue;
		padding: 20px 20px 0 20px;
		color: #fff;
		z-index: 1000000;
		margin: 10px;
	}
	.vd {
		background-color: #fff  !important;
		-webkit-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.05);
		-moz-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.05);
		box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.05);
		padding: 10px;
	}
	.vd h4, .vd p{
		color: #000 !important;

	}
	
	
/*--------Artifacts styles end--------*/

.highlight-learning {
	background-color: #f7941e;
	padding: 20px;
	color: #fff;
}


/*.gen-section {
	display: block;
	margin: 0;
	height: 100%;
	}*/
.two-col .sub-box {
	width: 100%;
}

.carousel-caption{
	background-color: none;
	width: 100%;
	right: 0;
	left: 0;
	bottom: 0;
	padding-top: 0;
	position: relative;
}
.carousel-indicators li {
	background-color: #000;
}

.gen-box {
		/*margin: 25px 0; */
		margin:0;
		display: block;
		width: 100%;
	}
		
		.gen-box p.extrabottom {
			margin-bottom: 10px;
		}
		.gen-box h2, .gen-box h3 {
			margin-bottom: 15px;
		}
		.gen-box .col-lg-4 {
			padding-left: 0;
			padding-bottom: 15px;
		}
		.sub-box {
			padding: 5px 0 15px 0;
			display: inline-block;
			width: 100%;
		}
		.sub-box img {
			margin-top: 20px;

		}
		.col-lg-8, .col-lg-4, .col-lg-6 {
			padding-left: 0 !important;
			padding-right: 20px !important;
			float: left;
		}
			.half-container {
				width: 100%;
				display: block;
			}
			.half-box {
				width: 50%;
				float: left;
				display: inline-block;
				padding-right: 20px;
				padding-bottom: 20px;
			}
			.qrtr-box {
				width: 25%;
				float: left;
				display: inline-block;
				padding-right: 20px;
				padding-bottom: 20px;
			}
			.quart {
				width: 33.33%;
				float: left;
				display: inline-block;
				padding-right: 20px;
				padding-bottom: 20px;
			}
		.dots {
			text-align: center;
			font-size: 36px;
			letter-spacing: 2px;
		}
		.cs-main-title {
			color: #443594;
			font-weight: bold;
			font-size:11px !important; 
			line-height: 18px; 
			font-family: "Poppins", sans-serif;
			letter-spacing: 1.2px;
			text-transform: uppercase;
		}
		.cs-sub-title {
			margin-bottom: 10px;
			font-size: 13px;
			line-height: 30px;
			color: #000;
			font-weight: bold;
			font-family: "Poppins", sans-serif;
			letter-spacing: 1.4px;
			text-transform: uppercase;
		}
		.desc {
			padding: 0;
			border: none;
		}
		
		.persona li {
			width: 48%;
			float: left;
		}
.list ul {
	border-left: 1px solid #9b9b9b;
	padding-left: 20px;
}
.list {
	padding: 5px 0 15px 0;
}
.list p {
	margin-bottom: 5px;
	font-style: italic;
	color: #7e7e7e;
}
.full-wide {
	position: relative;
	width: 100%;
	display: block;
	padding: 10px 0;
	
}
.col-3 {
	width: 100%;
}

.full-wide img, .gen-box img {
		width: 100%;
		height: auto;
		display: block !important;
		margin-bottom: 10px;
	}
	.img-caption {
		font-style: italic;
		color:#9b9b9b;
		font-size: 16px;
		line-height: 18px;
		text-align: center;
		margin-bottom: 10px;
		margin-top: 10px;
	}
.project-info-box {
	width: 100%;
	display: inline-block;
}
.project-info-box img {
	padding-right: 25px;
	width: 50%; 
	height: auto; 
	margin-bottom: 10px;
}
.project-info-box-copy {
	text-align: left;
	padding-top: 30px;
	width: 50%;
}
.research .col-md-6 { 
	padding-left:0;
}
.navbar-brand { 
	padding: 0;
}

.centerin {
	margin-right: auto !important;
	margin-left: auto !important;
}
.cv_links a { 
	font-size: 18px; 
	line-height: 24px; 
	color: #f7941e;
	text-decoration: none;
}
.cv_links p { 
	margin-bottom:0;
}
.no-padding-left { 
	padding-left:0;
}
.left-indent {
	margin-left: 10px;
	padding-left: 20px;
	border-left: 1px solid #9b9b9b;
}
.quotes {
	font-size: 38px;
	line-height: 42px;
	color:#7e7e7e; 
	margin: 0 20px 0 20px;
	padding: 20px 0;
}
.bleed {
	margin-right: auto;
	margin-left: auto;
}
.resume .sub-box {
	width: 100%;
}
.resume ul li{
	list-style: none;
	margin: 0;

}
.resume-links {
	background-color: #eee;
	width: 100%;
	margin: 0;
	font-size: 20px;
	padding: 20px;
	-webkit-box-shadow: 5px 5px 5px 0px rgba(0.5,0,0,0.05);
	-moz-box-shadow: 5px 5px 5px 0px rgba(0.5,0,0,0.05);
	box-shadow: 5px 5px 5px 0px rgba(0.5,0,0,0.05);
}

.pswd-container {
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 1200000;
	top: 0;
	bottom: 0;
	-webkit-backdrop-filter: blur(90px);
  	backdrop-filter: blur(90px);
}
.center {
	background-color: #fff;
	padding: 40px;
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.05);
	-moz-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.05);
	box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.05);
}

form {
	overflow: hidden;
	display: block;
}
.pswd-text {
	padding: 5px 10px;
	font-size: 20px;
}
.pswd-btn {
	padding: 5px 10px;
	font-size: 20px;
}
.wrong-pswd {
	float: right;
	color: #f00;
	padding: 13px 0 0 20px;
}
.center a {
	text-decoration: none;
	float: left;
	padding: 10px 20px 0 0;
	border: none;
}
.center .fa {
	margin-left: 0;
	margin-right: 2px;
}
.med{
	width: 100%;
	margin: 0 auto;
	margin-left: 0!important;
	float: none;
}
.close-btn {
	text-align: center;
}

.close-btn a {
	margin-top: 0 !important; 
}
.navbar-right-cs ul li {
	width: 100%;
	display: inline-block;
	background-color: #fff;
	margin: 0 auto;
}
.navbar-right-cs {
	float:none !important;
	margin: 0 auto;
}
.navbar-right-cs ul li a {
	margin-top: 0 !important;
	padding-top: 0!important;
	margin-bottom: 0 !important;
	padding-bottom: 15px!important;
}

/* ----- desktop - more than 768 ---- */
.about-copy {
	margin-top: 30px;
}
.about-copy .title {
	padding-top: 0;
}
.other-jobs h3 {
	font-size: ;
}
@media (min-width: 768px) {
	.navbar-custom {
		background-color: transparent;
	}
	.navbar-right-cs ul li a {
		margin-top: 0 !important;
		padding-top: 0!important;
	}
	.close-btn a {
		float: none !important;
		margin: 0 auto;
	}
	.navbar-right-cs {
		float:right !important;
		margin: 0 auto;
	}
	.med{
		width: 61%;
		margin: 0 auto;
		float: none;
	}
	.nav-cs .fa, .nav-cs ul li a {
		padding-left: 10px !important;
	}
	.close-btn {
		position: relative;
		margin-right: 0;
		margin-top: 0;
		top: 0 !important;
	}
	.card-color {
		background-color: #fff !important;
		background-image: url(../img/bg.png);
		background-repeat: no-repeat;
		background-position: right;
		background-position-x: 100px;
	}
	.card-color h3, .card-color p, .card-color a{
		width: 50%;
		background-color: #fff;
		color: #000 !important;
	}
	.navbar-right {
		display: block;
	}
	
	.quotes {
		margin-right: 50px;
	}
	.hero_cs-title {
		font-size: 36px;
		line-height: 40px;
		margin-bottom: 0;
	}
	.resume .sub-box {
		width: 33.33%;
		float: left;
		padding-right: 25px;
	}
	.hero h1 {
		font-size: 34px;
		line-height: 48px;
	}
	.hero {
		margin: 100px 0 0 0 !important;
	}
	#cs .section-content {
		width: 960px;
		text-align: center;
	}
	#ui .section-content {
		width: 960px !important;
	}
	.ui-box {
		padding-top: 80px;
	}
	
	
	.two-col {
		width: 100%;
		display: block;
	}
	.two-col .sub-box {
		width: 50%;
		float: left;
		padding-right: 25px;
		margin: 0;
	}
	.border {
		border: 40px solid #eee
	}
	.contact-item {
		width: 80%;
	}
	
	.cs-titles {
		width: 90%;
	}
	.go-top {
		margin: 65px 95px;
	}
	.logo-link h4 {  
		margin-top: 10px;
	}
	.border-top{
		border-top: 1px solid #7e7e7e;
	}
	.split-80{
		display: inline-block;
		width: 70% !important;
		padding-right: 50px;
	}
	.split-80 .other-jobs{
		padding: 0 !important;
	}
	.split-80 ul li{
		list-style:decimal-leading-zero;
		margin: 0;
		margin-bottom: 8px;
		margin-left: 30px;
	}
	.split-20 ul li{
		list-style: none;
		margin: 0;
		margin-bottom: 8px;
	}
	.split-20{
		display: inline-block;
		width: 30% !important;
		float: right;
	}
	.gen-box {
		display: inline-block;
		width: 100%;
	}

	.about-item img {
		float: left;
		width: 40% !important;
		margin-left: 0 !important;
		z-index: 0;
	}
	.about-copy .title {
		/*margin-left: -100px;*/
	}
	.about-copy {
		float: right;
		z-index: 2;
		width: 55%;
		margin-top: 5px;
	}

	.copy-left {
		
		width: 48%;
		margin-right: 10px;
		float: left;
	}
	.float-right { 
		float: right;
	}
	.float-left { 
		float: left;
	}
	.cs-card img {
		width: 60%;
	}
	
	.item-copy-onr {
		width: 50%;
		top: 30px;
		left: 440px;
	}
	.item-img-onr img {
		width: 60%;
		float: left;
	}
	.bleed {
		max-width: 960px;
		margin-right: auto;
		margin-left: auto;
	}
	.bleed .full-wide img {
		width: 100%;
		margin-left: 0;
	}
	
	.full-wide img {
		width: 130%;
		margin-left: -130px;
		margin-right: auto;
		height: auto;
	}
	.section-content {
		width: 750px;
	}
}
@media (min-width: 992px) {
	.section-content {
		width: 960px;	
	}
	
	.col-3 {
		width: 33.33%;
		padding-right: 30px;
		float: left;
	}
	.artifacts-copy {
		width: 960px;
	}
	.artifacts-img {
		width: 90%;
		padding: 30px;
		display: inline-block;
		background-color: #fff;
		margin-left: 26px;
		position: relative;
		min-height: 100%;
		background-size: cover;
		overflow:hidden;
		
	}
	.artifacts-img .img-label {
		position: absolute;
		top: 0x;
		left: 0px;
		margin: 20px;
		background-color: blue;
		min-width: 400px;
		max-width: 450px;
		padding: 20px 20px 0 20px;
		color: #fff;
		z-index: 1000000;
	}
	.artifacts-img img{
		background-color:#fff;
		height: auto;
		width: 100%;
		text-align: center;
	}
	.artifacts-label {
		display: block;
		width: 20%;
		float: left;
		position: fixed;
		height: 100%;
		padding-top: 10px;
		background-color: #f8f8f8;
		box-shadow: none;
	}
	.artifacts-body {
		width: 80%;
		float: right;
		background-color: #fff;
		-webkit-box-shadow: 15px 15px 5px 5px rgba(0,0,0,0.05);
		-moz-box-shadow: 15px 15px 5px 5px rgba(0,0,0,0.05);
		box-shadow: 15px 15px 5px 5px rgba(0,0,0,0.05);
	}
	.artifacts-body .hero {
		margin-left: 25px !important;
	
	}
	.artifacts-body .grey-bg {
		background-color:#323232 !important;
		margin-top: 40px !important;

	}
	
}



/*.full-wide-img-box img {
	width: 90%;
	display: block;
	margin-left: auto;
	margin-right: auto;
	position: relative !important;
}*/

/* ----- desktop wider more than 1200 section ---- */
@media (min-width: 1200px) {
	
	.go-top {
		margin: 85px 225px 85px 85px;
	}
	.stroke { 
		font-size: 18px; 
		line-height: 24px;
	}	
}
/*
.section-title { 
			line-height: 20px; 
			font-weight:bold; 
			text-transform: uppercase; 
			font-size: 10px; 
			letter-spacing: 5px; 
			color: #939598;
			margin: 0 15px 15px 0;
			font-family: 'Poppins', sans-serif;
		}
		.liner {
			width: 80px;
			height: 2px;
			margin: 0 15px 5px 0;
			background-color: #939598;
		}
.overlay {
	height: 100%;
	width: 0;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	background-color: rgba(0,0,0, 0.9);
	overflow-x: hidden;
	transition: 0.5s;
	}	
.overlay-content {
  position: relative;
  top: 25%;
  left: 20px;
  width: 100%;
  text-align: center;
  margin-top: 30px;
}		
.overlay a {
  padding: 8px;
  text-decoration: none;
  font-size: 36px;
  color: #818181;
  display: block;
  transition: 0.3s;
}	
.overlay a:hover, .overlay a:focus {
  color: #f1f1f1;
}

.bkg-charcoal .row { 
	margin-right:0;
}
.skill-img {
	width: 55%; 
	height:55%; 
	border: 1px solid #000; 
	border-radius:65px; 
	padding:10px; 
	text-align: center;
	}
.education-box, .experience-box, .process-box { 
	margin: 0 25px 25px 25px;
}	
.process-box {
	width: 18%;
	float: left;
}	
.project-box { 
	margin-bottom: 30px;
	}
.project-box .column-half { 
	margin-bottom: 20px;
	}
.project-box .column-quarter { 
	margin-bottom: 20px;
	}	
.project-info, .project-list, .education { 
	width: 100%; 
}
.stroke { 
	margin: 15px;
}
.copy { 
	margin-bottom: 25px;
}
.work img { 
	height: 100px; 
	width: auto;
}
.education { 
	margin-top:20px;
}
.column-half, .column-quarter { 
	padding-bottom:0;
}
.box-item { 
	text-align:left;
}
.box-item h4 a{ 
	color: #000;
}
.thumbnail { 
	background: #eee; 
	border:none; 
	border-radius:0; 
	display:block; 
	padding:0; 
	min-height: 193px; 
	vertical-align: middle; 
	text-align: center;
}
.post-date{ 
	padding-bottom: 2rem; 
	margin-bottom: 2rem; 
	border-bottom: 1px solid #000; 
	display: block;
}
.box-item .media { 
	margin: 15px;
}
.title a{ 
	color:#000;
}
.hello { 
	background:#fff; 
	color:#000; 
	padding:10px 60px; 
	font-size:20px; 
	border-radius: 5px; 
	border: 1px solid #ede; 
}
.sub-text { 
	color:#7e7e7e; 
	font-size:20px;
}
.post-title a { 
	color:#000;
}
.skills .skills-list, .skills .tools { 
	padding-left: 0;
}
.section-label { 
	font-size: 24px; 
	line-height: 30px; 
	margin-bottom: 15px; 
}
.work .main-label { 
	margin-bottom: 0; 
	padding-bottom: 0; 
	padding: 0 30px; 
	font-weight:bold;
}
.main-label{ 
	padding:0 15px;
} 
.experience .main-label { 
	padding:0 15px !important; 
}

.focus h3 { 
	margin-bottom:5px !important;
}
.work .sub-text { 
	padding-right:20px; 
	padding-left:20px;
} 
.skills .sub-text { 
	padding-right:20px; 
	padding-left:20px;
} 
.case-study .container { 
	width: 100%; 
	padding: 40px;
}
.section-title { 
	line-height: 20px; 
	font-weight:bold; 
	text-transform: uppercase; 
	font-size:12px; 
	letter-spacing: 5px; 
	color: #939598;
	font-family: 'Poppins', sans-serif;
}
.liner {
	width: 80px;
	height: 2px;
	margin-bottom: 5px;
	background-color: #939598;
	}
.intro-box { 
	margin: 100px 40px 0 40px;
}
	.experience-box {
		display: inline-block;
		margin-bottom: 30px;
	}
	.experience-box h3 {
		margin-bottom: 10px;
	}
	.intro-project {
		display: block;
		width: 100%; 
		margin: 40px 0;
		background-color: #fff;
  	}
	.intro-box h3 { 
	  	margin-bottom: 5px; 
 	}
  	.intro-box h1 { 
	 	line-height: 46px;
	}
*/

