.pulse-button{
	display: none;
}
.portfolio-banner {
	padding: 130px 25px 39px;
	text-align: center;
	border-bottom: 1px solid #e5e5e5;
    margin-top: 35px;
}

.left-graphic,
.right-graphic {
	display: none
}

.portfolio-banner h1 {
	font-size: 19px;
	margin-bottom: 6px
}

.portfolio-banner h2 {
	font-weight: 400;
	position: relative;
	padding-top: 9px
}

.portfolio-banner h2:before {
	content: "";
	width: 23px;
	height: 2px;
	background: #ff2601;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -11.5px
}

.checkout {
	padding: 30px 15px;
	text-align: center
}

.checkout-dot,
.services-dot {
	display: none
}

.checkout h2 {
	margin-bottom: 25px;
	color: #000
}

.work-wrapper {
	display: none
}

.work-wrapper.active {
	display: block
}

.tabs {
	display: flex;
	display: -ms-flexbox;
	justify-content: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center
}

.tabs>li {
	width: 30%;
	margin: 0 5px;
	text-align: left;
	padding: 8px;
	border-radius: 3px;
	position: relative;
	cursor: pointer
}

.tabs>li.active,
.tabs>li:hover {
	border-color: #ffc240
}

.tabs li h3 {
	font-family: Lato, sans-serif;
	font-weight: 500;
	margin-bottom: 0;
	font-size: 11px;
	color: #fff
}

.bg-tabs li {
	padding: 45px 30px 10px 10px;
	transition: all .5s ease;
	position: relative;
	display: block
}

.bg-tabs li.active {
	padding-top: 60px;
	margin-top: -12px
}

.bg-tabs li.active:after {
	content: "";
	display: inline-block;
	width: 6px;
	height: 6px;
	border: solid #fff;
	border-width: 0 2px 2px 0;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	position: absolute;
	right: 15px;
	bottom: 16px
}

.bg-tabs li.tab-1 {
	background: #ff2601
}

.bg-tabs li.tab-2 {
	background: #00aadc
}

.bg-tabs li.tab-3 {
	background: #f26322
}

.item-outer-wrapper {
	background: #f5f5f5;
	box-shadow: 0 24px 57px 0 rgba(0, 1, 1, .04) inset;
	padding: 30px 16px 1px
}

.work-wrapper {
	margin-bottom: 30px
}

.work-box {
	background: #fff;
	margin-bottom: 30px;
	border-radius: 3px;
	box-shadow: 0 2px 3px 0 rgba(0, 1, 1, .07)
}

.work-box:last-child {
	margin-bottom: 0
}

.work-img {
	position: relative
}

.work-img img {
	display: block;
	width: 100%;
	height: 100%
}

.work-box .left-text {
	text-align: left
}

.work-box .overlay {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(143, 135, 247, .88);
	opacity: 0;
	transition: all .4s ease;
	border-radius: 3px
}
.work-box:hover .overlay {
	opacity: 1
}

.item-wrapper {
	width: 200px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%)
}

.view-design {
	float: left
}

.view-code {
	float: right
}

.item:last-child {
	margin-right: 0
}

.overlay-icon {
	display: block;
	width: 70px;
	height: 70px;
	border-radius: 50%;
	background: #fff;
	position: relative;
	margin: 0 4px 10px
}

.overlay-icon i[class^=icon-overlay-] {
	font-size: 0;
	width: 46px;
	height: 40px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%)
}

.icon-overlay-design {
	background-position: 0 -514px
}

.icon-overlay-code {
	background-position: -46px -514px
}

.overlay-text {
	display: block;
	font-family: Lato, sans-serif;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 14px
}

.work-text {
	padding: 10px
}

.left-text {
	float: left
}

.left-text h3 {
	font-family: Lato, sans-serif;
	font-size: 20px;
	font-weight: 500
}

.item-text {
	font-size: 15px;
	color: #616161;
	font-family: Lato, sans-serif
}

.visit-website {
	float: right;
	color: #3f3f3f;
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
	border: 1px solid #dcdbdb;
	padding: 8px;
	margin: 5px 0;
	border-radius: 4px;
	background: rgba(0, 1, 1);
	background: -moz-linear-gradient(top, rgba(0, 1, 1, .02) 0, rgba(255, 255, 255, .02) 100%);
	background: -webkit-linear-gradient(top, rgba(0, 1, 1, .02) 0, rgba(255, 255, 255, .02) 100%);
	background: linear-gradient(to bottom, rgba(0, 1, 1, .02) 0, rgba(255, 255, 255, .02) 100%)
}

.visit-website:hover {
	color: #ff2601;
	border-color: #ff2601
}

.pagination {
	width: 100%;
	text-align: center
}

.pagination li {
	display: inline-block;
	margin-right: 8px
}

#loadLess,
#loadLess1,
#loadLess2,
#loadMore,
#loadMore1,
#loadMore2 {
	background: #ff2601;
	color: #fff;
	border-radius: 24px;
	transition: all .4s ease;
	padding: 10px 30px 8px;
	border: 1px solid transparent;
	cursor: pointer
}

#loadLess1:hover,
#loadLess2:hover,
#loadLess:hover,
#loadMore1:hover,
#loadMore2:hover,
#loadMore:hover {
	background-color: #fff;
	color: #ff2601;
	border-color: #ff2601
}

.pagination li:last-child {
	margin-right: 0
}

.pagination li button {
	display: block;
	padding: 0;
	border: none;
	outline: 0;
	box-shadow: none;
	background: 0 0;
	height: 12px !important;
	width: 40px !important;
	margin-left: 16px
}

.pagination li .page-link:hover,
.pagination li.active button {
	background: #ff2601 !important
}

.pagination li .page-link {
	font-size: 0;
	width: 40px;
	height: 12px;
	display: block;
	border-radius: 0;
	background-color: #e4e4e4 !important;
	padding: 0
}

.pagination li .page-link.current {
	background-color: #ff2601 !important
}

.hovicon:after {
	pointer-events: none;
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	content: '';
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box
}

.hovicon:before {
	speak: none;
	font-size: 48px;
	line-height: 90px;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	display: block;
	-webkit-font-smoothing: antialiased
}

.hovicon.effect-1 {
	background: #fff;
	-webkit-transition: background .2s, color .2s;
	-moz-transition: background .2s, color .2s;
	transition: background .2s, color .2s
}

.hovicon.effect-1:after {
	top: -7px;
	left: -7px;
	padding: 7px;
	box-shadow: 0 0 0 4px #fff;
	-webkit-transition: -webkit-transform .2s, opacity .2s;
	-webkit-transform: scale(.8);
	-moz-transition: -moz-transform .2s, opacity .2s;
	-moz-transform: scale(.8);
	-ms-transform: scale(.8);
	transition: transform .2s, opacity .2s;
	transform: scale(.8);
	opacity: 0
}

.hovicon.effect-1.sub-a:hover:after {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1
}

@media (min-width:375px) {
	.tabs li h3 {
		font-size: 13px
	}
}

@media (min-width:576px) {
	.portfolio-banner {
		padding: 150px 40px 39px;
        margin:0;
	}

	.portfolio-banner h1 {
		font-size: 22px
	}

	.tabs li h3 {
		font-size: 17px
	}

	.work-wrapper {
		margin-bottom: 40px
	}

	.item-outer-wrapper {
		padding: 40px 40px 1px
	}

	.item-wrapper {
		width: 220px
	}

	.overlay-icon {
		margin-bottom: 15px
	}
}

@media (min-width:768px) {
	.checkout h2 {
		margin-bottom: 38px
	}

	.bg-tabs li.active:after {
		width: 10px;
		height: 10px;
		right: 16px;
		bottom: 18px
	}

	.portfolio-banner {
		position: relative
	}

	.portfolio-banner h1 {
		font-size: 24px
	}

	.portfolio-banner h2 {
		max-width: 700px;
		margin: 0 auto
	}

	.services-dot {
		display: block;
		position: absolute;
		top: 50%;
		margin-top: -20px;
		left: 30px
	}

	.work-wrapper.active {
		display: flex;
		display: -ms-flexbox;
		flex-wrap: wrap;
		-ms-flex-wrap: wrap
	}

	.work-box {
		width: 47%;
		float: left;
		margin-bottom: 40px
	}

	.left-box {
		margin-right: 6%
	}

	.tabs {
		max-width: 700px;
		margin: 0 auto;
		display: flex;
		display: -ms-flexbox;
		justify-content: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center
	}

	.tabs>li {
		width: 29%;
		margin: 0 20px
	}

	.item-outer-wrapper {
		padding: 50px 50px 10px
	}

	.work-text {
		padding: 10px 15px
	}
}

@media (min-width:992px) {
	.work-img {
		height: 300px
	}

	.checkout {
		position: relative
	}

	.checkout-dot {
		display: block;
		position: absolute;
		top: 50%;
		left: 50px;
		margin-top: -45px
	}

	.work-text {
		padding: 12px 18px
	}
}

@media (min-width:1024px) {
	.portfolio-banner {
		padding: 180px 40px 50px
	}

	.portfolio-banner .container {
		position: relative
	}

	.portfolio-banner h1 {
		font-size: 28px;
		margin-bottom: 10px
	}

	.portfolio-banner h2 {
		max-width: 600px;
		font-size: 31px
	}

	.services-dot {
		top: -27px
	}

	.left-graphic,
	.right-graphic {
		display: block;
		position: absolute
	}

	.left-graphic {
		left: 0;
		top: 24%;
		width: 15%
	}

	.right-graphic {
		top: 42%;
		right: 0;
		width: 19%
	}
}

@media (min-width:1200px) {
	.checkout h2 {
		margin-bottom: 55px
	}

	.bg-tabs li {
		padding: 70px 38px 13px 19px
	}

	.bg-tabs li.active {
		padding-top: 82px;
		margin-top: -12px
	}

	.bg-tabs li.active:after {
		right: 18px;
		bottom: 22px
	}

	.portfolio-banner h1 {
		font-size: 30px
	}

	.services-dot {
		left: -35px
	}

	.left-graphic {
		top: -2%
	}

	.right-graphic {
		top: 21%
	}

	.item-wrapper {
		width: 304px
	}

	.overlay-icon {
		width: 98px;
		height: 98px;
		margin: 0 5px 21px
	}

	.overlay-text {
		font-size: 17px
	}

	.item-wrapper {
		margin-top: 7px
	}

	.tabs li h3 {
		font-size: 20px
	}

	.tabs {
		max-width: 920px
	}
}

@media (min-width:1600px) {
	.portfolio-banner {
		padding-bottom: 111px
	}

	.portfolio-banner h1 {
		margin-bottom: 7px
	}

	.portfolio-banner h2 {
		font-size: 45px;
		padding-top: 15px;
		max-width: 750px;
		letter-spacing: -.52px
	}

	.portfolio-banner h2 span {
		display: block
	}

	.portfolio-banner h2:before {
		width: 30px;
		height: 3px;
		margin-left: -15px
	}

	.left-graphic,
	.right-graphic {
		width: auto
	}

	.left-graphic {
		top: 28%;
		left: -51px
	}

	.right-graphic {
		right: -65px;
		top: 46%
	}

	.services-dot {
		left: -103px;
		top: 16%
	}

	.checkout {
		padding: 68px 0 56px
	}

	.checkout-dot {
		left: 120px;
		margin-top: -19px
	}

	.checkout h2 {
		margin-bottom: 42px
	}

	.tabs {
		max-width: 1020px
	}

	.tabs>li.active:after {
		margin-left: -15px
	}

	.tabs li h3 {
		font-size: 22px
	}

	.item-outer-wrapper {
		padding-top: 63px
	}

	.work-box {
		width: 48.6%;
		margin-bottom: 36px
	}

	.work3,
	.work4 {
		margin-bottom: 44px
	}

	.work5,
	.work6 {
		margin-bottom: 52px
	}

	.left-box {
		margin-right: 2.8%
	}

	.work-text {
		padding: 22px 30px 22px 34px
	}

	.left-text h3 {
		font-size: 22px;
		margin-bottom: 3px
	}

	.item-text {
		font-size: 17px
	}

	.visit-website {
		margin: 3px 0 0;
		font-size: 15px;
		padding: 12px 17px 10px 20px
	}

	.work-wrapper {
		margin-bottom: 62px
	}

	.pagination li {
		margin-right: 17px;
		margin-top: 35px
	}
}