.sticky{
	position: fixed;
	background-color: #000;
	top:0;
	width: 100%;
}
.content{
	padding: 110px 0 0 0;
}
.content-block{
	background:#FFDF00CC; 
	font-size: 25px;
	padding: 25px 0px;
	text-align: center;
	margin-bottom: 25px;
}
.project-text{
	font-size: 18px;
	color:#000;
	display: block;
	text-align: center;
	margin-bottom: 25px;
}
.brand-wrapper{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
.brand-wrapper li{
	width: 75px;
	margin: 0 10px 10px 10px;
}
li.travelport{
	width: 95px;
}
li.sky,li.gs{
	width: 40px;
}
li.rbs{
	width: 55px;
}

/*-- contact page --*/
.work-list{
	font-size: 18px;
	text-align: left;
	padding: 0 10px
}
.work-list li{
	margin-bottom: 10px;
	text-transform: uppercase;
	position: relative;	
	padding-left: 35px;
	font-family: 'Cicle Gordita';
	line-height: 1.1;
}
.work-list li.checkmark:after {
	content: "";
	background-color: transparent;
	position: absolute;
	left: 10px;
	top: 2px;
	width: 6px;
	border-bottom: 2px solid #000000;
	height: 16px;
	border-right: 2px solid #000000;
	transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}
.mark-wrap a{
	text-decoration: underline;
	font-size: 22px;
	padding: 25px 19px;
	display: block;
	color: #FFFFFF;
	background:#333333;
	border:2px solid transparent;
	transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
}
.mark-wrap a:hover{
	border:2px solid #333333;
	background: transparent;
	color: #333333; 
}
.contact-wrap .content-block{
	margin-bottom: 0;
}

/*-- about --*/
.info-wrap{
	margin-bottom: 50px;
}
.info-wrap figure{
	width: 140px;
	height: 140px;
	border-radius: 50%;
	margin: 0 auto 20px;
}
.designation{
	font-size: 18px;
	text-transform: uppercase;
	margin-bottom: 24px;
	display: block;
	text-align: center; 
}
.info-block{
	padding: 0 15px;
	text-align: left;
}
.user-desc p{
	font-size: 18px;
	margin-bottom: 20px;
	line-height: 1.3;
}
.user-desc a{
	display: block;
	background-color: #333333;
	font-size: 18px;
	text-decoration: underline;
	margin-bottom: 5px;
	color: #fff;
	padding: 2px 0 2px 5px;
	 font-family: 'Cicle Gordita';
}

/*-- porfolio page --*/
.portfolio-section{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.portfolio-section li{
	width: 29%;
	margin: 0 5px 10px;
}
.portfolio-section li a{
	display: block;
	filter: grayscale(1);
	transition: all 0.3s ease-in-out;
	position: relative;
}
.bottom-text{
	background:url('../images/hover.png') no-repeat;
	background-size: 100% 100%; 
	position: absolute;
	bottom:3px;
	left: 0;
	font-size: 12px;
	color: #000;
	padding: 5px;
	opacity: 0;
	transition: all 0.3s ease-in-out;
	 font-family: 'Cicle Gordita';
}

.portfolio-section li a:hover , .portfolio-section li a:hover .bottom-text{
	filter: grayscale(0);
	opacity: 1;
}

/*-- portfolio item --*/
.portfolio-item h2{
	margin-bottom: 20px;
}
.rule-list{
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 20px;
}
.rule-list li{
	font-size: 10px;
	background-color: #FFE533;
	text-transform: uppercase;
	padding: 5px;
	border-radius: 8px;
	margin-right: 6px;
}
.rule-list li a:hover{
	color: #000;
}
.slider-wrapper{
	margin-bottom: 25px;
}
.rule-content p{
	line-height: 1.3;
}
.business-prob{
	margin-bottom: 20px;
}
.design-process p{
	margin-bottom: 30px;
}
.case{
	padding-top: 30px;
}
.case a{
	background:#333333;
	color: #fff;
	padding:2px 0px;
	display: block;
	text-decoration: underline;
	border:2px solid transparent;
	transition: all 0.3s ease-in-out;
}
.case a:hover{
	background:transparent;
	color: #333333;
	border:2px solid #333333;
}
.image-slide{
	position: relative;
}
.image-text{
	position: absolute;
	bottom:0;
	left: 0;
	width: 100%;
	padding: 3px 3px 3px 10px;
	font-size: 12px;
	background-color: #FFDF00E6;
}
/*-- slick --*/
.slider-wrapper{
	position: relative;
}
.slick-arrow{
	width: 30px;
	height: 30px;
	background-color: #FFE533;
	top:50%;
	transform: translateY(-50%);
	position: absolute;
	z-index: 9;
	font-size: 0;
}
.slick-prev {
	left: -5px;
	right: auto;
}
.slick-next{
	right: -5px;
	left: auto;
}
.slick-prev:after{
	content: "";
	background:url('../images/left-arrow.png') no-repeat;
	background-size: 100% 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 13px;
	height: 22px;
}
.slick-next:after{
	content: "";
	background:url('../images/right-arrow.png') no-repeat;
	background-size: 100% 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 13px;
	height: 22px;
}