.clearfix:after {
	display: block;
	clear: both;
	content: "";
}
.pxl---post {
	margin-bottom: 60px;
	.pxl-item--image {
		position: relative;
		a {
			display: block;
			width: 100%;
		}
	}
	.pxl-item--title {
		font-size: 32px;
		line-height: 1.1;
		margin-bottom: 25px;
		margin-top: 47px;
		@media #{$max-sm} {
			font-size: 24px;
		}
		@media (max-width: 575px) {
			margin-bottom: 20px;
			margin-top: 30px;
		}
		a {
			color: inherit;
			&:hover {
				color: inherit;
			}
		}
	}
	.pxl-item--excerpt {
		margin-bottom: 16px;
	}
	&.product {
		.pxl-item--meta {
			display: none !important;
		}
	}
}

//post-user-star
.pxl-user--star {
	color: #a4b8b8;
  	font-size: 15px;
  	i {
  		&:last-child {
  			margin-right: 0;
  		}
  	}
}

.pxl-item--four-star i:nth-child(5) {
    display: none;
}
.pxl-item--three-star {
    i:nth-child(5), i:nth-child(4) {
        display: none;
    }
}
.pxl-item--two-star {
    i:nth-child(5), i:nth-child(4), i:nth-child(3) {
        display: none;
    }
}
.pxl-item--one-star {
    i:nth-child(5), i:nth-child(4), i:nth-child(3), i:nth-child(2) {
        display: none;
    }
}

/* Blog Layout */
.pxl-content-blog {
	.pxl-pagination-wrap {
		padding-top: 80px;
		@media (max-width: 767px) {
			padding-top: 50px;
		}
	}
}
.pxl-item--archive {
	margin-bottom: 0px;
	@include transition(all 0.3s);
	+ .pxl-item--archive {
		margin-top: 20px;
		@media (max-width: 480px) {
			margin-top: 10px;
		}
	}
	&:hover {
		.pxl-content-thumbnail {
			img {
				@include transform(scale(1.05));
			}
		}
	}
	.pxl-content-thumbnail {
		position: relative;
		overflow: hidden;
		@include transition(all 0.3s);
		img {
			@include transition(all 0.3s);
		}
		.pxl-date {
			position: absolute;
			padding: 15px 17px;
			background-color: #fff;
			top: 20px;
			left: 20px;
			line-height: 1.1;
			z-index: 2;
  			text-align: center;
			.pxl-item--date {
				font-size: 20px;
			}
			.pxl-item--date2 {
				font-size: 14px;
			}
		}
	}
	.pxl-content {
		.pxl-item--category {
			margin-top: 35px;
			margin-bottom: 14px;
			@media (max-width: 480px) {
				margin-top: 25px;
			}
			a {
				font-size: 16px;
				color: #475355;
				&:hover {
					color: $link_color;
				}
			}
		}
		.pxl-item--title {
			margin-bottom: 18px;
			margin-top: 0;
			a {
				text-decoration: underline transparent;
				word-wrap: break-word;
				&:hover {
					text-decoration: underline $link_color_hover;
				}
			}
		}
		.pxl-item--excerpt {
			color: #475355;
			margin-bottom: 31px;
		}
		.pxl-item-bottom {
			display: flex;
			align-items: center;
			justify-content: space-between;
		}
		.btn--readmore {
			font-size: 18px;
			color: #fff;
			background-color: #354e33;
			line-height: 35px;
			padding: 0 25px;
			border: 1px solid #354e33;
			@include border-radius(100px);
			@media (max-width: 360px) {
				font-size: 16px;
				line-height: 45px;
  				padding: 0px 25px;
			}
			&:hover {
				background-color: unset;
				color: #253136;
			}
		}
		.pxl-item-socia {
			display: flex;
			align-items: center;
			justify-content: center;
			position: relative;
			@include transition(all 0.3s);
			&:hover {
				.pxl--archive {
					a {
						opacity: 1;
						transform: translateX(0px);
						transition-delay: .26s;
						&:nth-child(2) {
							transition-delay: .18s;
						}
						&:nth-child(3) {
							transition-delay: .1s;
						}
						&:nth-child(4) {
							transition-delay: 0s;
						}
					}
				}
			}
			.pxl-share--button {
				font-size: 20px;
				color: $link_color;
				cursor: pointer;
				position: relative;
				z-index: 2;
				@media (max-width: 360px) {
					font-size: 17px;
				}
			}
			.pxl--archive {
				display: flex;
				align-items: center;
				@include transition(all 0.3s);
				a {
					opacity: 0;
					margin-right: 15px;
					font-size: 18px;
					transform: translateX(15px);
					@include transition(all 0.3s);
					@media (max-width: 360px) {
						font-size: 15px;
					}
					i {
						@include transition(all 0.3s);
					}
					&:hover {
						i {
							transform: translateY(-5px);
						}
					}
				}
			}
		}
	}
}
.pxl-sidebar-blog {
	.widget_pxl_elementor_box {
		.widget-title {
			display: none;
		}
	}
}

.pxl-date--box {
	position: absolute;
	top: -14px;
	line-height: 28px;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 600;
	color: #fff;
	background-color: $link_color;
	padding: 0 13px;
	border-radius: 5px 0 0 5px;
}

.pxl-author--box {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	.pxl-auhtor--img {
		width: 46px;
		min-width: 46px;
		img {
			border: 2px solid #E1E9F4;
			border-radius: 46px;
		}
	}
	.pxl-auhtor--meta {
		h6 {
			margin-bottom: 2px;
			font-size: 16px;
			a {
				color: inherit;
				&:hover {
					color: inherit;
				}
			}
		}
		.pxl-auhtor--position {
			font-size: 12px;
		}
	}
}

/* End Blog Layout */

.single-post {
	@media #{$min-lg2} {
		#pxl-page-title-elementor .pxl-page--title .pxl-item--title  {
			font-size: 48px;
		}
	}

	// .pxl-has-sidebar {
	// 	margin-right: -50px;
  	// 	margin-left: -50px;
  	// 	@media (max-width: 1500px) {
  	// 		margin-right: -15px;
  	// 		margin-left: -15px;
  	// 	}
	// }

	.widget_pxl_elementor_box {
		.widget-title {
			display: none;
		}
	}

	.pxl-sidebar-area {
		padding-right: 40px;
  		padding-left: 40px;
  		@media (max-width: 1500px) {
  			padding-right: 15px;
  			padding-left: 15px;
  		}
	}

	.pxl-content-area {
		padding-right: 50px;
  		padding-left: 50px;
  		@media (max-width: 1500px) {
  			padding-right: 15px;
  			padding-left: 15px;
  		}
	}

	.pxl-post-image {
		position: relative;
		@include border-radius(5px);
		overflow: hidden;
		margin-bottom: 21px;
		@media (max-width: 575px) {
			margin-bottom: 15px;
		}
	}

	.pxl-item--holder {
		.pxl-post-cutom {
			.pxl-post-text {
				padding-right: 35px;
				@media (max-width: 480px) {
					padding-right: 0;
				}
				&.text2 {
					margin-top: 20px;
					@media (max-width: 480px) {
						padding-right: 0;
					}
				}
			}
			.pxl-blockquote {
				margin-top: 31px;
 				margin-bottom: 99px;
 				@media (max-width: 1024px) {
 					margin-bottom: 50px;
 				}
			}
			.pxl-item-heading {
				margin-top: 56px;
				margin-bottom: 28px;
				@media (max-width: 575px) {
					margin-top: 30px;
  					margin-bottom: 20px;
				}
				h3 {
					@media (max-width: 480px) {
						line-height: 1.3;
					}
				}
			}
		}
	}

	.entry-title {
		color: $link_color;
		font-size: 48px;
		font-style: normal;
		font-weight: 700;
		margin-bottom: 32px;
		font-family: "Bebas Neue", Helvetica, Arial, sans-serif;
		@media (max-width: 1199px) {
			font-size: 40px;
		}
		@media (max-width: 575px) {
			font-size: 30px;
		}
		p {
			margin-bottom: 0;
		}
	}

	.pxl-item--meta {
		.pxl-item-list {
			display: flex;
			align-items: center;
			margin-bottom: 25px;
			flex-wrap: wrap;
			@media (max-width: 480px) {
				margin-bottom: 15px;
			}
			li {
				list-style: none;
				font-family: "Manrope", Helvetica, Arial, sans-serif;
				font-size: 16px;
				font-style: normal;
				font-weight: 500;
				color: $link_color;
				margin-right: 10px;
				padding-right: 10px;
				position: relative;
				line-height: 1.2;
				@media (max-width: 480px) {
					font-size: 14px;
				}
				&:after {
					content: '';
					position: absolute;
					width: 3px;
					height: 3px;
					background-color: $link_color;
					right: -2px;
					bottom: 4px;
				}
				&:last-child {
					margin-right: 0px;
					padding-right: 0px;
					&:after {
						display: none;
					}
				}
				a {
					color: $link_color;
					&:hover {
						color: $link_color_hover;
					}
				}
			}
		}
	}

	.pxl-content-footer {
		display: inline-flex;
		align-items: center;
		width: 100%;
		margin-top: 30px;
		@media (max-width: 676px) {
			display: block;
		}
		.pxl--post-tag {
			width: 50%;
			@media (max-width: 676px) {
				width: 100%;
			}
			a {
				font-family: "Manrope", Helvetica, Arial, sans-serif;
				font-size: 16px;
				font-style: normal;
				font-weight: 400;
				color: $secondary_color;
				position: relative;
				padding-right: 9px;
				margin-right: 9px;
				@media (max-width: 575px) {
					font-size: 14px;
				}
				&:hover {
					color: $link_color_hover;
					text-decoration: underline;
				}
				&:last-child {
					padding-right: 0px;
					margin-right: 0px;
					&:after {
						display: none;
					}
				}
				&:after {
					content: '/';
					position: absolute;
					color: $secondary_color;
					right: -6px;
					top: 50%;
					transform: translate(0,-50%);
				}
			}
		}
		.pxl-map-text {
			font-family: "Manrope", Helvetica, Arial, sans-serif;
			font-size: 16px;
			color: $link_color;
			font-style: normal;
			font-weight: 400;
			width: 50%;
			display: inline-flex;
			align-items: center;
			padding-left: 123px;
			justify-content: end;
			@media (max-width: 1200px) {
				padding-left: 70px;
			}
			@media (max-width: 1100px) {
				padding-left: 0;
			}
			@media (max-width: 676px) {
				width: 100%;
				justify-content: left;
			}
			i {
				color: $link_color_hover;
				font-size: 40px;
				margin-right: 15px;
			}
		}
	}
}

.pxl-post--author-info {
	background-color: #d9e1e2;
	padding: 50px 85px 40px 50px;
	margin-top: 80px;
	@include transition(all 0.3s);
	@media (max-width: 1024px) {
		margin-top: 50px;
		padding: 50px 30px 40px 30px;
	}
	&:hover {
		.pxl-post--author-image {
			img {
				@include transform(scale(1.05));
			}
		}
	}
	.pxl-post--author-description {
		@media (max-width: 400px) {
			font-size: 15px;
		}
	}
	.pxl-item-top {
		margin-bottom: 30px;
		@media (max-width: 400px) {
			flex-wrap: wrap;
		}
	}
	.pxl-post--author-image {
		min-width: 120px;
		@include border-radius(50%);
		overflow: hidden;
		@include transition(all 0.3s);
		img {
			@include transition(all 0.3s);
		}
		&.pxl-mr-40 {
			@media (max-width: 400px) {
				margin-right: 20px;
				margin-bottom: 20px;
			}
		}
	}
	.pxl-item-name {
		.pxl-post--author-title {
			font-size: 22px;
			margin-bottom: 5px;
			color: #233032;
			margin-top: 12px;
		}
		.pxl-item-position {
			font-size: 14px;
  			text-transform: uppercase;
  			color: $secondary_color;
		}
	}	
}

.pxl--post-footer {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	align-items: center;
  	justify-content: space-between;
  	margin-top: 50px;
	margin-bottom: 40px;
	.pxl--tags {
		display: flex;
  		align-items: center;
  		flex-wrap: wrap;
		a {
			font-size: 14px;
			color: $link_color;
			padding: 0 20px;
			height: 35px;
			display: inline-flex;
			align-items: center;
			justify-content: center;
			@include transition(all 0.3s);
			margin-right: 10px;
			position: relative;
			@media (max-width: 676px) {
	  			margin-top: 10px;
	  			margin-bottom: 10px;
	  		}
			&:hover {
				color: $primary_color;
				&:before {
					opacity: 1;
					background: $link_color;
 					transform: scale(1, 1);
				}
				&:after {
					transform: scale(1, .1);
  					opacity: 0;
				}
			}
			&:before {
				content: '';
				position: absolute;
				bottom: 0;
				left: 0;
				width: 100%;
				height: 100%;
				opacity: 0;
				background: rgba(255, 255, 255, 0.1);
				transform: scale(1, 0.1);
				@include transition(all 0.3s);
				z-index: -1;
			}
			&:after {
				content: '';
				position: absolute;
				bottom: 0;
				left: 0;
				width: 100%;
				height: 100%;
				@include transition(all 0.3s);
  				border: 1px solid #b2b4b6;
  				z-index: -1;
			}
			&:last-child {
				margin-right: 0;
			}
		}
	}
	.pxl--social {
		display: flex;
  		align-items: center;
  		@media (max-width: 676px) {
  			margin: 10px 0;
  		}
		a {
			font-size: 18px;
			margin-right: 40px;
			@include transition(all 0.3s);
			i {
				@include transition(all 0.3s);
			}
			&:hover {
				i {
					transform: rotateY(360deg);
				}
			}
			&:last-child {
				margin-right: 0;
			}
		}
	}
}

.pxl-pagination-wrap {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	width: 100%;
	justify-content: center;
	padding-top: 40px;
	@media (max-width: 676px) {
		padding-top: 0;
	}
	@media (max-width: 575px) {
		justify-content: left;
	}
	.pxl-pagination-links {
		display: flex;
		align-items: center;
		.page-numbers {
			font-size: 18px;
			font-style: normal;
			color: $link_color;
			width: 58px;
			height: 58px;
			display: inline-flex;
			align-items: center;
			justify-content: center;
			position: relative;
			overflow: hidden;
			z-index: 1;
			margin: 0 4px;
			background-color: unset;
			@include transition(all 0.3s);
			@media (max-width: 480px) {
				width: 50px;
  				height: 50px;
			}
			&:before {
				content: '';
				position: absolute;
				top: 0;
				left: 0;
				width: 100%;
				height: 100%;
				border: 1px solid #bababa;
				@include transition(all 0.3s);
				opacity: 0;
			}
			i {
				font-size: 20px;
				line-height: 1;
				margin-top: 2px;
			}
			&.current {
				&:before {
					opacity: 1;
				}
			}
			&:last-child {
				margin-right: 0;
			}
			&:hover {
				&:before {
					opacity: 1;
				}
			}
		}
		.next{
			
		}
	}
}

.pxl-post--navigation {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    border-top: 1px solid #d1d1d1;
    border-bottom: 1px solid #d1d1d1;
    padding: 31px 0 31px;
    margin-bottom: 77px;
    .pxl-item-dot {
    	position: absolute;
    	width: 18px;
    	height: 18px;
    	display: flex;
    	flex-wrap: wrap;
    	align-items: center;
    	justify-content: space-between;
    	top: 50%;
		left: 50%;
		transform: translate(-50%,-50%);
		@media (max-width: 1199px) {
			display: none;
		}
    	span {
    		width: 4px;
    		height: 4px;
    		min-width: 4px;
    		margin: 1px;
    		background-color: #000;
    	}
    }
    .pxl--items {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        .pxl--item {
            width: 50%;
            @media #{$max-xs} {
                width: 100%;
                + .pxl--item {
                    margin-top: 30px;
                }
            }
        }
    }
    .pxl--holder {
    	a {
    		display: flex;
    		align-items: center;
    		@include transition(all 0.3s);
    		&:hover {
    			.pxl-item-title {
    				&:before {
    					opacity: 1;
    					background-size: 40% .1em;
  						background-position: 0% 100%, 90% 100%;
    				}
    			}
    		}
    	}
    }
    .pxl-icon-next {}
    .pxl-icon {
    	font-size: 23px;
    	line-height: 1;
    	@include transition(all 0.3s);
    	i {
    		@include transition(all 0.3s);
    	}
    }
    .pxl--meta {
        max-width: 300px;
        .pxl--sub {
        	display: block;
        	font-size: 14px;
        	color: #666666;
        	margin-bottom: 3px;
        }
        .pxl-item-title {
        	font-size: 18px;
        	overflow: hidden;
		    text-overflow: ellipsis;
		    -webkit-line-clamp: 1;
		    display: -webkit-box;
		    -webkit-box-orient: vertical;
		    @include transition(all .3s);
			position: relative;
			&:before {
				--c:linear-gradient(#000 0 0);

				content: '';
				position: absolute;
				left: 0;
				bottom: 0;
				width: 100%;
				height: 100%;
				background: var(--c), var(--c);
				@include transition(.3s linear, background-size .3s .2s linear);
			    background-size: .3em .1em;
				background-position:50% 100%;
				background-repeat: no-repeat;
				opacity: 0;
			}
        }
    }
    .pxl--item-prev {
    }
    .pxl--item-next {
        text-align: right;
        .pxl-item-title {
        	&:before {
        		left: unset;
        	}
        }
        .pxl--holder {
        	display: flex;
            justify-content: flex-end;
        }
    }
}

.pxl-custom-swiper {
	overflow: hidden;
	position: relative;
}

.pxl-post-gallery-slider .pxl-custom-swiper {
	border-radius: 8px 8px 0 0;
	img {
		@include border-radius(0px);
	}
	.pxl-swiper-arrow.pxl-swiper-arrow-next {
		right: 26px;
	}
	.pxl-swiper-arrow.pxl-swiper-arrow-prev {
		left: 26px;
	}
}

.error404 {
	.pxl-error-inner {
		text-align: center;
	}
	.pxl-error-image {
		position: relative;
		padding: 110px 0;
		@media (max-width: 480px) {
			padding: 55px 0;
		}
		&:before {
            content: '';
            position: absolute;
            width: 390px;
            height: 369px;
            top: 50%;
            left: 50%;
            transform: translate(-50%,-50%);
            background-image: url(../img/circle-bg404.png);
            background-repeat: no-repeat;
            background-size: cover;
            z-index: -1;
            @media (max-width: 480px) {
            	width: 290px;
  				height: 269px;
            }
        }
	}
	.pxl-error-title {
		font-size: 45px;
		margin-bottom: 34px;
		margin-top: 40px;
		@media (max-width: 480px) {
			font-size: 35px;
		}
	}

	.pxl-btn-effect5 {
		font-weight: 500;
		line-height: 50px;
		&:hover, &:active, &:focus {
			background-color: #1f262a;
		}
	}

	.pxl-error-holder {
		position: relative;
		z-index: 99;
	}
	.search-form {
		max-width: 520px;
		margin: 0 auto 30px auto;
		.search-submit {
			background-color: $link_color_hover;
			color: $link_color;
			&:hover {
				color: $link_color;
			}
		}
	}
	@media #{$min-xl} {
		#pxl-main {
			padding-top: 115px;
			padding-bottom: 150px;
		}
	}
}

.page-links {
    margin-top: 24px;
    clear: left;
    .post-page-numbers {
        width: 36px;
        height: 36px;
        background-color: #fff;
        line-height: 36px;
        text-align: center;
        font-size: 15px;
        font-weight: 600;
        display: inline-block;
        margin: 15px 15px 0 0;
        color: #080808;
        position: relative;
        z-index: 1;
        padding: 0;
        border: 1px solid #e9e9e9;
        @extend .ft-theme-default;
        @include border-radius(0px);
        &.current, &:hover {
            color: #fff;
            border-color: $link_color;
            background-color: $link_color;
        }
    }
}

.pxl-list--check {
	margin: 40px 0;
	list-style: none;
	i {
		color: $link_color;
		margin-right: 8px;
	}
	li {
		display: flex;
		+ li {
			margin-top: 8px;
		}
	} 
}
body.rtl {
	.pxl-list--check i {
		margin-right: 0;
		margin-left: 8px;
	}
	.pxl-date--box {
		border-radius: 0 5px 5px 0;
	}
	&.single-post .single-list {
		margin-left: 0;
		margin-right: 36px;
		@media #{$max-lg} {
			margin-left: 0;
		}
	}
	&.single-post .single-list li::before {
		margin-right: 0;
		margin-left: 10px;
	}
	&.single-post .single-heading::before {
		left: auto;
		right: 0;
	}
	.pxl-post--author-info .pxl-post--author-social a {
		margin-right: 0;
		margin-left: 22px;
	}
	.pxl-post--navigation {
		.pxl--item-prev {
			.pxl--img {
				margin-right: 0;
				margin-left: 22px;
			}
			.pxl--label i {
				margin-right: 0;
				margin-left: 4px;
				&:before {
					transform: scaleX(-1);
					display: inline-flex;
				}
			}
		}
		.pxl--item-next {
			text-align: left;
			.pxl--img {
				margin-left: 0;
				margin-right: 22px;
			}
			.pxl--label i {
				margin-left: 0;
				margin-right: 4px;
				&:before {
					transform: scaleX(-1);
					display: inline-flex;
				}
			}
		}
	}
}

.pxl-related-post {
	.slick-list {
		margin: 0 -5px;
	}
	.slick-slide {
		margin: 0 5px;
	}
	.pxl-swiper-title {
		display: flex;
		align-items: center;
		justify-content: space-between;
		margin-bottom: 35px;
		.item-title {
			width: 50%;
			margin-bottom: 0;
			padding-bottom: 0;
			@extend .pxl-h3-size;
		}
		.btn {
			margin-top: 10px;
		}
		@media #{$max-xs} {
			flex-wrap: wrap;
			margin-bottom: 35px;
			.item-title {
				width: 100%;
			}
			.btn {
				display: none;
			}
		}
	}
	.pxl-grid-item-inner {
		@include transition(all 0.3s);
		&:hover {
			.pxl-item-featured {
				img {
					transform: scale(1.1);
					opacity: 0.7;
				}
			}
		}
	}
	.pxl-item-featured {
		position: relative;
		overflow: hidden;
		background-color: #000;
		@include transition(all 0.3s);
		img {
			@include transition(all 0.3s);
		}
		+.pxl-item-content {
			padding-top: 25px;
		}
	}
	.item--date {
		color: #475355;
		font-size: 16px;
		margin-bottom: 10px;
	}
	.pxl-item-title {
		line-height: 1.2;
		margin-bottom: 0;
	}
	.pxl-item--meta {
		margin-bottom: 3px;
	}
	.btn-default:before {
		z-index: -1;
	}
	.pxl-swiper-button {
		display: none;
		margin-top: 40px;
		@media #{$max-xs} {
			display: inline-block;
		}
	}
}

.pxl-related-portfolio {
	margin-top: 130px;
	background-color: #d9e1e2;
	padding-top: 145px;
  	padding-bottom: 140px;
  	@media (max-width: 1200px) {
  		margin-top: 50px;
  		padding-top: 70px;
  		padding-bottom: 70px;
  	}
	.pxl-grid-item-inner {
		position: relative;
		@include transition(all .25s cubic-bezier(.645,.045,.355,1));
		&:hover {
			.pxl-item-featured {
				img {
					transform: scale(1.05);
					opacity: 0.7;
				}
			}
			.pxl-item-title {
				a {
					text-decoration: underline $link_color_hover;
				}
			}
		}
	}
	.pxl-item-featured {
		overflow: hidden;
		margin-bottom: 30px;
		@include transition(all .25s cubic-bezier(.645,.045,.355,1));
		background-color: #000;
		img {
			@include transition(all .25s cubic-bezier(.645,.045,.355,1));
		}
		@media (max-width: 360px) {
			margin-bottom: 20px;
		}
	}
	.pxl-item-title {
		margin-bottom: 0;
		line-height: 1.2;
		@media (max-width: 1199px) {
			font-size: 20px;
		}
		a {
			text-decoration: underline transparent;
		}
	}
	.pxl-item-content, .pxl-related-front, .pxl-related-back {
		cursor: pointer;
	}
	.pxl-swiper-title {
		font-size: 45px;
		text-align: center;
		margin-bottom: 43px;
		width: 100%;
		@media (max-width: 1024px) {
			font-size: 35px;
			margin-bottom: 20px;
		}
		@media (max-width: 360px) {
			font-size: 25px;
		}
	}
	.pxl-swiper-slide {
		padding: 0 20px;
		padding-top: 15px;
	}
	.slick-list {
		overflow: visible;
	}
	.slick-dots {
		margin: 60px 0 0;
	}

	.pxl-swiper-container {
		margin: 0 -5px;
	}
}

.pxl-related-service {
	padding: 0 15px;
	margin-top: 153px;
	margin-bottom: 125px;
	@media (max-width: 1200px) {
		margin-top: 100px;
		margin-bottom: 100px;
	}
	@media (max-width: 575px) {
		margin-top: 50px;
		margin-bottom: 50px;
	}
	.pxl-swiper-container {
		margin: 0 -20px;
		@media (max-width: 1280px) {
			margin: 0 -15px;
		}
	}
	.pxl-swiper-slide {
		padding: 0 20px;
		@media (max-width: 1280px) {
			padding: 0 15px;
		}
	}
	.pxl-swiper-title {
		text-align: center;
		font-size: 45px;
		margin-bottom: 44px;
		@media (max-width: 1200px) {
			font-size: 35px;
			margin-bottom: 30px;
		}
		@media (max-width: 480px) {
			font-size: 25px;
		}
	}
	.pxl-grid-item-inner {
		border: 1px solid #cbcbcb;
		padding: 60px 50px 50px 50px;
		margin: 15px 0;
		@include transition(all 0.3s);
		@media (max-width: 1200px) {
			padding: 40px;
		}
		@media (max-width: 1024px) {
			padding: 30px;
		}
		@media (max-width: 676px) {
			padding: 30px 20px;
		}
		&:hover {
			.pxl-item--icon {
				animation: pxl_zigzag 1s ease-out infinite;
			}
		}
		.pxl-item--icon {
			height: 85px;
			width: 95px;
			min-width: 95px;
			display: flex;
			align-items: center;
			justify-content: center;
			@include transition(all 0.3s);
			svg {
				fill: $link_color;
				height: 85px;
			}
			i {
				color: $link_color;
				font-size: 85px;
			}
		}
		.pxl-item-title {
			font-size: 26px;
			margin-top: 38px;
  			margin-bottom: 15px;
  			@media (max-width: 1199px) {
  				font-size: 22px;
  			}
  			@media (max-width: 676px) {
  				font-size: 20px;
  				margin-top: 25px;
  			}
  			@media (max-width: 575px) {
  				font-size: 18px;
  				margin-bottom: 10px;
  			}
		}
		.pxl-item--content {
			font-size: 16px;
			overflow: hidden;
			text-overflow: ellipsis;
			-webkit-line-clamp: 3;
			display: -webkit-box;
			-webkit-box-orient: vertical;
		}
	}
}

//single-portfolio//
.single-portfolio {
	.pxl-footer2 {
		background-color: #d9e1e2;
	}
}

// Start Portfolio
//--------------------------------------------------
.pxl-post-slip1 {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
	position: relative;
	z-index: 2;
	.pxl-post-content {
		width: 43%;
		display: flex;
		flex-wrap: wrap;
		align-items: baseline;
		position: sticky;
		top: 0;
		padding: 144px 0;
		@media (max-width: 880px) {
			width: 100%;
			padding: 0;
		}
		@media #{$max-sm} {
			position: static;
			width: 100%;
			height: auto;
		}
		.pxl-widget--title {
			color: #E7E9E9;
			font-size: 45px;
			line-height: 1.3em;
			letter-spacing: 0.34px;
			margin-bottom: 18px;
			@media (max-width: 1024px) {
				font-size: 40px;
			}
			@media (max-width: 767px) {
				font-size: 35px;
			}
		}
		.pxl-widget--desc {
			color: #868F91;
			line-height: 1.57em;
			letter-spacing: 0.41px;
			margin-bottom: 41px;
			max-width: 440px;
			font-size: 18px;
			margin-left: 2px;
		}
		.pxl-widget--button {
			.btn {
				border-color: $primary_color;
				color: $primary_color;
				font-weight: 500;
				letter-spacing: 0.3px;
				font-size: 18px;
				&:hover {
					background-color: $primary_color;
  					color: #1f262a;
				}
			}
		}
		+ .pxl-post-image-slip {
			width: 57%;
			@media (max-width: 880px) {
				width: 100%;
			}
		}
	}
	.pxl-post-image-slip {
		position: relative;
		max-width: 800px;
		margin: auto;
		padding: 95px 0;
		@media (max-width: 880px) {
			max-width: 100%;
			padding: 50px 0;
		}
		.pxl-post-image--track {
		    width: 100%;
		    height: 100%;
		    position: relative;
		    top: 0;
		}
		.pxl-post-block--min {
			position: absolute;
			visibility: hidden;
			bottom: 33px;
			left: 57px;
			@include transition(0.5s ease-out);
			z-index: 9;
			@media (max-width: 575px) {
				left: 30px;
			}
			.pxl-post-min--inner {
				display: flex;
  				align-items: baseline;
  				.pxl-item--number {
  					font-size: 80px;
  					line-height: 1;
  					color: $primary_color;
  					@media (max-width: 360px) {
						font-size: 50px;
					}
  				}
			}
			.pxl-post--title {
				color: $primary_color;
				margin-bottom: 0px;
				font-size: 28px;
				overflow: hidden;
				text-overflow: ellipsis;
				-webkit-line-clamp: 1;
				display: -webkit-box;
				-webkit-box-orient: vertical;
				max-width: 55%;
				@media #{$max-sm} {
					font-size: 18px;
				}
			}
		}
		.pxl-post-image--block {
			display: block;
		    width: 100%;
		    position: sticky;
		    @include transition(1.2s ease-out);
			top: 110px;
			opacity: 0;
		    filter: blur(5px);
		    img {
		    	width: 100%;
		    }
		    + .pxl-post-image--block {
		    	margin-top: 40px;
		    }
		    &.pxl-post-block_1 {
		    	clip-path: circle(0% at 85% 15%);
				filter: blur(5px);
		    }
		    &.slip-active {
		    	opacity: 1;
    			filter: blur(0px);
    			&.pxl-post-block_1 {
    				clip-path: circle(90.7% at 40% 40%);
					filter: blur(0);
    			}
		    }
		    &.active .pxl-post-block--min {
		    	opacity: 1;
    			visibility: visible;
		    }
		    &.end .pxl-post-block--min {
		    	opacity: 0;
    			visibility: hidden;
		    }
		}
	}
	.pxl-post--image {
		position: relative;
		overflow: hidden;
		a {
			position: absolute;
			width: 100%;
			height: 100%;
			top: 0;
			left: 0;
		}
	}
}