/* Portfolios Single
-------------------------------------------------------------- */	
	.single-portfolios .featured-post { margin-bottom: 0px; position: relative; }
	.single-portfolios .featured-post img { border-radius: 5px; }
	.single-portfolios .portfolio-information { margin-top: 58px; }
	.single-portfolios .navigation .nav-links { margin-top: 0; border-top: none; }

	.single-portfolios .entry-footer .tags-links a { min-width: 60px; text-align: center; display: inline-block; margin: 5px; background: #F2F7FF; border-radius: 5px; font-weight: 500; }
	.single-portfolios .entry-footer .tags-links a:first-of-type { margin-left: 0; }

	.single-portfolios .entry-footer { padding-bottom: 13px; margin-top: 50px; border-bottom: 3px solid #F2F7FF; }
	.single-portfolios .entry-footer .social-share-article { display: flex; align-items: center; }
	.single-portfolios .entry-footer .social-share-article h6 { margin: 0 12px 0 0; font-weight: 400; }
	.single-portfolios .entry-footer .social-share-article a { color: #ffffff; }
	.single-portfolios .entry-footer .social-share-article .themesflat-socials li { margin: 8px; }
	.single-portfolios .entry-footer .social-share-article .themesflat-socials li:last-child { margin-right: 0; }

	.single-portfolios .entry-content .meta-post { 		
	    max-width: 1060px;
		margin-left: auto;
		margin-right: auto;
		margin-top: -64px;
    	margin-bottom: 30px;
    	color: #4E5164;
	}
	.single-portfolios .entry-content .meta-post .inner-meta-post {
		display: flex;
	    width: 100%;
	    position: relative;
	    background: #fff;
	    border-style: solid;
	    border-width: 0px 0px 5px 0px;    
	}
	.single-portfolios .entry-content .meta-post .meta-post-item {    
		flex-grow: 1;
		padding: 36px 44px 38px 44px;
	}
	.single-portfolios .entry-content .meta-post .meta-post-item.meta-post-info {
		max-width: 470px;
	}
	.single-portfolios .entry-content .meta-post .meta-post-item.meta-post-category,
	.single-portfolios .entry-content .meta-post .meta-post-item.meta-post-date {
		padding: 36px 44px 38px 44px;
	}	

	.single-portfolios .entry-content .meta-post .meta-post-item.meta-post-category {
		max-width: 266px;
	}

	.single-portfolios .entry-content .meta-post .meta-post-title {
		margin-bottom: 9px;
	    letter-spacing: -0.4px;
	}

	.single-portfolios .entry-content .meta-post .meta-post-info {
		line-height: 1.7;
	}

	.single-portfolios .entry-content .meta-post a,
	.single-project .entry-content .meta-post a {
		color: #191919;
	}

	.single-portfolios .entry-content .post-title {
		font-family: "Teko";
		font-size: 72px;
		font-weight: 400;
		text-transform: uppercase;
		letter-spacing: -1.5px;
		margin: 0px 0px 0px 0px;
	}

	@media only screen and (max-width: 991px) {
	    .portfolio-single .entry-content { padding-right: 0; }  
	    .single-portfolios .portfolio-information ul li { width: 100%; }  
	}

	@media only screen and (max-width: 767px) {
		.portfolios-box.style-7 .portfolios-image { margin-right: 0; }
		.portfolios-box.style-7 .portfolios-content { padding: 30px; margin: 0px; max-width: unset; max-height: unset; float: none; float: none; border: 2px solid rgba(0, 0, 0, 0.07); border-top: none; margin-bottom: 2px; } 
	}

	/* portfolios Related */
	.portfolios-related,
	.portfolios-related .portfolios-box .portfolios-wrap { overflow: hidden; }
	.portfolios-related .title_related_portfolio { margin-top: 30px; margin-bottom: 25px; }

/* Portfolios Archive
-------------------------------------------------------------- */
	.portfolios-post { position: relative; overflow: hidden; border-radius: 5px; }
	.portfolios-post .content { -webkit-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out; }
	.portfolios-post .content { opacity: 0; visibility: hidden; position: absolute; left: 15px; right: 15px; bottom: 15px; transform: translateY(100%); background: #FF7029; border-radius: 5px; }
	.portfolios-post .content .inner-content { position: relative; padding: 20px 70px 10px 17px; }
	.portfolios-post .content .tf-button { width: 50px; height: 50px; display: flex; justify-content: center; align-items: center; background: rgba(255, 255, 255, 0.2); color: #fff; position: absolute; top: 50%; transform: translateY(-50%); right: 15px;  }
	.portfolios-post .content .post-meta { text-transform: uppercase; color: #fff; font-weight: 500; }
	.portfolios-post .content .post-meta a, .portfolios-post .content .title a { color: #fff; }
	.portfolios-post .content .title { font-family: "Teko"; font-size: 28px; font-weight: 400; line-height: 38px; text-transform: uppercase; }
	.portfolios-post:hover .content { transform: translateY(0%); opacity: 1; visibility: visible; }
	.wrap-portfolios-post .item .portfolios-post { margin-bottom: 30px; }	

/* Project Single
-------------------------------------------------------------- */	
	.single-project .featured-post { margin-bottom: 0px; position: relative; }
	.single-project .featured-post img { border-radius: 5px; }
	.single-project .project-information { margin-top: 58px; }
	.single-project .navigation .nav-links { margin-top: 0; border-top: none; }

	.single-project .entry-footer .tags-links a { min-width: 60px; text-align: center; display: inline-block; margin: 5px; background: #F2F7FF; border-radius: 5px; font-weight: 500; }
	.single-project .entry-footer .tags-links a:first-of-type { margin-left: 0; }

	.single-project .entry-footer { padding-bottom: 13px; margin-top: 50px; border-bottom: 3px solid #F2F7FF; }
	.single-project .entry-footer .social-share-article { display: flex; align-items: center; }
	.single-project .entry-footer .social-share-article h6 { margin: 0 12px 0 0; font-weight: 400; }
	.single-project .entry-footer .social-share-article a { color: #ffffff; }
	.single-project .entry-footer .social-share-article .themesflat-socials li { margin: 8px; }
	.single-project .entry-footer .social-share-article .themesflat-socials li:last-child { margin-right: 0; }

	.single-project .entry-content .meta-post { 		
	    max-width: 1060px;
		margin-left: auto;
		margin-right: auto;
		margin-top: -64px;
    	margin-bottom: 30px;
    	color: #4E5164;
	}
	.single-project .entry-content .meta-post .inner-meta-post {
		display: flex;
	    width: 100%;
	    position: relative;
	    background: #fff;
	    border-style: solid;
	    border-width: 0px 0px 5px 0px;    
	}
	.single-project .entry-content .meta-post .meta-post-item {    
		flex-grow: 1;
		padding: 36px 44px 38px 44px;
	}
	.single-project .entry-content .meta-post .meta-post-item.meta-post-info {
		max-width: 470px;
	}
	.single-project .entry-content .meta-post .meta-post-item.meta-post-category,
	.single-project .entry-content .meta-post .meta-post-item.meta-post-date {
		padding: 36px 44px 38px 44px;
	}	

	.single-project .entry-content .meta-post .meta-post-item.meta-post-category {
		max-width: 266px;
	}

	.single-project .entry-content .meta-post .meta-post-title {
		margin-bottom: 9px;
	    letter-spacing: -0.4px;
	}

	.single-project .entry-content .meta-post .meta-post-info {
		line-height: 1.7;
	}

	.single-project .entry-content .post-title {
		font-family: "Teko";
		font-size: 72px;
		font-weight: 400;
		text-transform: uppercase;
		letter-spacing: -1.5px;
		margin: 0px 0px 0px 0px;
	}

	@media only screen and (max-width: 991px) {
	    .project-single .entry-content { padding-right: 0; }  
	    .single-project .project-information ul li { width: 100%; }  
	}

	@media only screen and (max-width: 767px) {
		.project-box.style-7 .project-image { margin-right: 0; }
		.project-box.style-7 .project-content { padding: 30px; margin: 0px; max-width: unset; max-height: unset; float: none; float: none; border: 2px solid rgba(0, 0, 0, 0.07); border-top: none; margin-bottom: 2px; } 
		.single-project .entry-content .post-title { font-size: 60px; }
	}

	/* Project Related */
	.project-related,
	.project-related .project-box .project-wrap { overflow: hidden; }
	.project-related .title_related_project { margin-top: 30px; margin-bottom: 25px; }

/* Project Archive
-------------------------------------------------------------- */
	.project-post { position: relative; border-radius: 5px; overflow: hidden; }
	.project-post:after { position: absolute; z-index: 1; top: 0; left: 0; width: 100%; height: 100%; opacity: 0; visibility: hidden; background: rgb(31, 36, 44, 0.9); content: "";  -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; }
	.project-post:hover::after { visibility: visible; opacity: 1; }
	.project-post .content, .project-post .featured-post img  { -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; }
	.project-post .featured-post,
	.project-post:hover .featured-post {
		border-radius: 5px;
	}
	.tf-project .owl-carousel .owl-item { padding-bottom: 40px; }
	.project-post .content { opacity: 0; visibility: hidden; position: absolute; left: 20px; right: 20px; bottom: 20px; transform: translateY(50%); background: #FF7029; border-radius: 5px; z-index: 2;  -webkit-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out; }
	.tf-widget-project-wrap .owl-carousel .project-post { overflow: visible; }
	.tf-widget-project-wrap .owl-carousel .project-post .content {
		left: 60px;
		right: 60px;
		bottom: -58px;
	}
	.project-post .content .inner-content { position: relative; padding: 20px 70px 10px 17px; }
	.project-post .content .tf-button { width: 50px; height: 50px; display: flex; justify-content: center; align-items: center; background: rgba(255, 255, 255, 0.2); color: #fff; position: absolute; top: 50%; transform: translateY(-50%); right: 15px;  }
	.project-post .content .post-meta { text-transform: uppercase; color: #fff; font-weight: 500; }
	.project-post .content .post-meta a, .project-post .content .title a { color: #fff; }
	.project-post .content .title { font-family: "Teko"; font-size: 28px; font-weight: 400; line-height: 38px;}
	.project-post .content .post-meta a:hover, .project-post .content .title a:hover { color: #222; }
	.project-post:hover .content { transform: translateY(0%); opacity: 1; visibility: visible; }
	.wrap-project-post .item .project-post { margin-bottom: 30px; }
	.owl-item.active.center .project-post .content { transform: translateY(0%); opacity: 1; visibility: visible; }
	.project-post:hover .featured-post img { -webkit-transform: scale(1.1); -ms-transform: scale(1.1); transform: scale(1.1); }
	/* Style 1 */
	.tf-widget-project-wrap.style1 .owl-carousel .project-post .content .title a {
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
	}
	.tf-widget-project-wrap.style1 .owl-carousel .owl-item {
		padding-bottom: 60px;
	}
	/* Style 2 */
	.tf-widget-project-wrap.style2 .project-post .content {
		left: 60px;
		right: 60px;
		bottom: 40px;
		border-radius: 0;
	}
	.tf-widget-project-wrap.style2 .project-post .content .inner-content {
		padding: 17px 20px 18px 20px;
		text-align: center;
	}
	.tf-widget-project-wrap.style2 .project-post .content .title a {
		text-overflow: ellipsis;
		white-space: nowrap;
		overflow: hidden;
		display: block;
	}
	.tf-widget-project-wrap.style2 .project-post .content .title {
		font-size: 24px;
		margin-bottom: 0;
		line-height: 1;
		letter-spacing: 0.7px;
	}
	.tf-widget-project-wrap.style2 .project-post .content .post-meta {
		text-transform: capitalize;
	    line-height: 1.6;
	}
	.tf-widget-project-wrap.style2 .project-post:after {
	    background: rgb(31, 36, 44, 0.65);
	}
	.wrap-project-post.owl-carousel .item .project-post {
		margin: 0;
	}
	.tf-widget-project-wrap.style2 .tf-project .owl-carousel .owl-item {
		padding: 0;
	}

/* Services Single
-------------------------------------------------------------- */
	.single-services .entry-content p { margin: 0px 0px 21px 0px; }
	.single-services .services-information ul { list-style: none; margin: 0; }
	.single-services .services-information ul li { color: #999; font-size: 15px; font-weight: 500; border-bottom: 1px solid #ececec; padding: 15.5px 0px; }
	.single-services .services-information ul li:last-child { border-bottom: none; }
	.single-services .services-information ul li span { display: inline-block; color: #222; font-size: 15px; font-weight: 600; margin-right: 25px; width: 80px; max-width: 100%; }
	.single-services .entry-content .featured-post { margin: 0 0 20px 0; }
	.single-services .entry-content .featured-post img { border-radius: 5px; }
	.single-services .entry-content .post-title { 
	    font-family: "Teko";
	    font-size: 60px;
	    font-weight: 400;
	    text-transform: uppercase;
	    letter-spacing: -1.3px;
	    margin: 18px 0px 2px 0px;
	}
	
/* Services Archive
-------------------------------------------------------------- */
	.wrap-services-post .item,	
	.wrap-portfolios-post .item,
	.wrap-project-post .item {
		-webkit-box-flex: 0;
	    -ms-flex: 0 0 50%;
	    flex: 0 0 50%;
	    max-width: 50%;
	    padding-left: 15px;
	    padding-right: 15px;
	}

	.wrap-services-post.column-1 .item,	
	.wrap-portfolios-post.column-1 .item,
	.wrap-project-post.column-1 .item {
		-webkit-box-flex: 0;
	    -ms-flex: 0 0 100%;
	    flex: 0 0 100%;
	    max-width: 100%;
	}	

	.wrap-services-post.column-3 .item,
	.wrap-portfolios-post.column-3 .item,
	.wrap-project-post.column-3 .item {
		-webkit-box-flex: 0;
	    -ms-flex: 0 0 33.33%;
	    flex: 0 0 33.33%;
	    max-width: 33.33%;
	}

	.wrap-services-post.column-4 .item,
	.wrap-portfolios-post.column-4 .item,
	.wrap-project-post.column-4 .item {
		-webkit-box-flex: 0;
	    -ms-flex: 0 0 25%;
	    flex: 0 0 25%;
	    max-width: 25%;
	}

	.wrap-services-post.column-5 .item,
	.wrap-portfolios-post.column-5 .item,
	.wrap-project-post.column-5 .item {
		-webkit-box-flex: 0;
	    -ms-flex: 0 0 20%;
	    flex: 0 0 20%;
	    max-width: 20%;
	}

	.wrap-services-post .item .services-post {
		margin-bottom: 39px;
	}

	.wrap-services-post.column-1 .item .services-post,	
	.wrap-portfolios-post.column-1 .item .portfolios-post,
	.wrap-project-post.column-1 .item .project-post {
		margin-bottom: 0;
	}

	.services-post .featured-post,
	.portfolios-post .featured-post,
	.project-post .featured-post {
	    display: flex;
	    justify-content: center;
	    align-items: center;
	    position: relative;
	    overflow: hidden;
	    margin: 0;
	}

	.services-post .featured-post img,
	.services-post .featured-post .overlay,
	.services-post .featured-post .overlay .inner-overlay,
	.services-post .featured-post svg,
	.services-post .content,
	.services-post .content:before,
	.services-post .post-icon svg,
	.services-post .post-icon i,
	.services-post .post-icon {
	    -webkit-transition: all 0.3s ease-in-out;
	    -moz-transition: all 0.3s ease-in-out;
	    -ms-transition: all 0.3s ease-in-out;
	    -o-transition: all 0.3s ease-in-out;
	    transition: all 0.3s ease-in-out;
	}

	.services-post {
		background: #fff;
		box-shadow: 0px 10px 30px 3px rgba(0, 0, 0, 0.05);
		border-radius: 5px;
	}

	.services-post .featured-post img {
		border-top-right-radius: 5px;
		border-top-left-radius: 5px;
	}

	.services-post:hover .featured-post img {
		transform: scale(1.1);
	}

	.services-post .content {
	    padding: 30px 28px 29px 28px;
	    position: relative;
	}

	.services-post .post-icon {
		display: flex;
		width: 101px;
		height: 98px;
		justify-content: center;
		align-items: center;
		margin-top: -85px;
		margin-bottom: 30px;
		background: #ffffff;
    	border-radius: 10px;
    	box-shadow: 0px 10px 30px 3px rgba(0, 0, 0, 0.05);
	}

	.services-post .post-icon svg,
	.services-post .post-icon i {
		max-width: 60px;
		font-size: 60px;
	}

	.services-post:hover .post-icon svg,
	.services-post:hover .post-icon i {
		color: #ffffff;
		fill: #ffffff;		
	}

	.services-post .content:before {
		content: '';
		height: 3px;
	    background: #FF7029;
	    position: absolute;
	    bottom: 0;
	    left: 50%;
	    transform: translateX(-50%);
        width: 0%;	    
	}

	.services-post:hover .content:before {
        width: 84%;	    
	}

	.services-post .post-meta li a {
        color: #707D84;
	}

	.services-post .title {
	    font-size: 20px;
	    font-weight: 700;
	    margin: 0px 0px 13px 0px;
	}

	.services-post .title a {
		color: inherit;
	}

	.services-post .tf-button-container {
		margin-top: 21px;
	}

	.services-post .tf-button-container a {
		font-size: 14px;
		font-weight: 700;
		color: #191919;
	    display: flex;
    	align-items: center;
	}

	.services-post .tf-button-container a i {
	    margin-left: 7px;
	}

	.services-post .tf-button-container a:hover i {
	    -webkit-animation: toRightFromLeft 0.3s forwards;
	    -moz-animation: toRightFromLeft 0.3s forwards;
	    animation: toRightFromLeft 0.3s forwards;
	}	

	.wrap-services-post.show-filter.column-2 .item,
	.wrap-portfolios-post.show-filter.column-2 .item,
	.wrap-project-post.show-filter.column-2 .item {
		-webkit-box-flex: 0;
	    -ms-flex: 0 0 49.99%;
	    flex: 0 0 49.99%;
	    max-width: 49.99%;
	}

	/*style 2*/
	.tf-services-wrap.style2 .services-post .post-icon {
		width: 195px;
		height: unset;
		margin: 12px 0px 0px 0;
		box-shadow: none;
		background: transparent !important;
		align-items: flex-start;
    	justify-content: flex-start;
	}

	.tf-services-wrap.style2 .services-post .content {
		display: flex;
		align-items: flex-start;
		width: 100%;
		padding: 28px 28px 29px 38px;
	}

	.tf-services-wrap.style2 .services-post .title {
		margin: 0px 0px 17px 0px;
	}

	.tf-services-wrap .services-post .desc {
		color: #1F242C;
	}

	.tf-services-wrap.style2 .services-post .tf-button-container {
	    margin-top: 10px;
	}

	.tf-services-wrap.style2 .services-post .tf-button-container a:hover {
		color: #1F242C;
	}

	/*style 3*/
	.tf-services-wrap.style3 .services-post {
		background: transparent;
		box-shadow: none;
		border-radius: 0;
	}
	.tf-services-wrap.style3 .services-post .featured-post img {
		border-radius: 0;
	}
	.tf-services-wrap.style3 .services-post .post-icon {
		position: absolute;
		right: 0;
		top: -30px;
		margin: 0;
		border-radius: 0;
		width: 60px;
		height: 60px;
	}
	.tf-services-wrap.style3 .services-post .post-icon i,
	.tf-services-wrap.style3 .services-post .post-icon svg {
		color: #ffffff;
		fill: #ffffff;
		max-width: 40px;
		max-height: 40px;
	    font-size: 40px;
	}
	.tf-services-wrap.style3 .services-post .content {
		margin-right: 20px;
		margin-top: -30px;
		background: #fff;
		padding: 30px 28px 27px 28px;
	}
	.tf-services-wrap.style3 .services-post .title {
		font-family: "Teko";
		font-size: 24px;
		font-weight: 500;
		margin: 0px 0px 7px 0px;
	}
	.tf-services-wrap.style3 .services-post .content:before {
		display: none;
	}
	.tf-services-wrap.style3 .services-post .tf-button-container {
		margin: 0 20px 0 0;
	}
	.tf-services-wrap.style3 .services-post .tf-button-container a {
		text-align: center;
		color: #fff;
		padding: 9px 0;
		justify-content: center;
		font-weight: 600;
		font-size: 15px;
	}
	.tf-services-wrap.style3 .services-post .tf-button-container a i {
	    margin-left: 10px;
	}	

/* Navigation
-------------------------------------------------------------- */
	.paging-navigation.portfolios,
	.paging-navigation.services,
	.paging-navigation.project {
		margin-top: 35px;
		text-align: center;
	}

	.navigation.loadmore.portfolios a,
	.navigation.loadmore.services a,
	.navigation.loadmore.project a {
		font-size: 15px;
		font-weight: 500;
	    padding: 11px 61px;
	    border-radius: 5px;
	    border: none;
	}

/* Filter
-------------------------------------------------------------- */
	.portfolio-filter,
	.services-filter,
	.project-filter {
	    padding: 0;
	    margin: 0 0 50px 0;
	    list-style: none;
	    overflow: hidden;
	    width: 100%;
        height: max-content;
        text-align: center;
	}

	.portfolio-filter li,
	.services-filter li,
	.project-filter li {
	    display: inline-block;
	    position: relative;
        margin: 5px 6px;
	}

	.portfolio-filter li a,
	.services-filter li a,
	.project-filter li a {
	    font-weight: 500;
	    font-size: 18px;
	    line-height: 1;
	    display: inline-block;
	    position: relative;
	    padding: 10px 16px;
	    border-radius: 5px;
	    background: transparent;
	    color: #191919;
	}

	.portfolio-filter li.active a,
	.services-filter li.active a,
	.project-filter li.active a,
	.portfolio-filter li a:hover,
	.services-filter li a:hover,
	.project-filter li a:hover {
		color: #fff;
	}

	.portfolio-filter li:first-child,
	.services-filter li:first-child,
	.project-filter li:first-child {
		margin-left: 0px;
	}

	.portfolio-filter li:last-child,
	.services-filter li:last-child,
	.project-filter li:last-child {
		margin-right: 0px;
	}

/* Carousel
-------------------------------------------------------------- */
	.wrap-services-post.owl-carousel .item,	
	.wrap-portfolios-post.owl-carousel .item,
	.wrap-project-post.owl-carousel .item {
		-webkit-box-flex: 0;
	    -ms-flex: 0 0 100% !important;
	    flex: 0 0 100% !important;
	    max-width: 100% !important;
	    padding-left: 0px !important;
	    padding-right: 0px !important;
	}
	.owl-carousel .featured-post > a,
	.owl-carousel:hover {
	    cursor: move;
	}
	.owl-carousel.row {
		margin: 0 !important;
	}

/* Responsive
-------------------------------------------------------------- */
	@media only screen and (max-width: 1024px) {
		.services-post .content {
		    padding: 30px 9px 29px 20px;
		}

		.tf-services-wrap.style2 .services-post .post-icon,
		.themesflat-services-taxonomy.style2 .services-post .post-icon {
			margin: 0 0 20px 0;
		}
		.tf-services-wrap.style2 .services-post .content,
		.themesflat-services-taxonomy.style2 .services-post .content {
			flex-direction: column;
		}
		.tf-services-wrap.style2 .services-post .content,
		.themesflat-services-taxonomy.style2 .services-post .content {
		    padding: 28px 20px 29px 20px;
		}
	}

	@media only screen and (max-width: 991px) {
		.wrap-services-post.column-4 .item,
		.wrap-portfolios-post.column-4 .item,
		.wrap-project-post.column-4 .item {
			-webkit-box-flex: 0;
		    -ms-flex: 0 0 50%;
		    flex: 0 0 50%;
		    max-width: 50%;
		}

		.wrap-services-post.column-5 .item,
		.wrap-portfolios-post.column-5 .item,
		.wrap-project-post.column-5 .item {
			-webkit-box-flex: 0;
		    -ms-flex: 0 0 50%;
		    flex: 0 0 50%;
		    max-width: 50%;
		}

		.wrap-portfolio-filter .portfolio-filter li,
		.wrap-portfolio-filter .portfolio-filter li:last-child,
		.wrap-portfolio-filter .portfolio-filter li:first-child,
		.wrap-project-post .project-filter li,
		.wrap-project-post .project-filter li:last-child,
		.wrap-project-post .project-filter li:first-child {
			padding: 0 20px;
		}

		.wrap-portfolio-filter .portfolio-filter,
		.wrap-project-filter .project-filter {
			text-align: center;
		}

		.single-portfolios .entry-content .meta-post,
		.single-project .entry-content .meta-post {
			margin-top: 0;			
		}

		.single-portfolios .entry-content .meta-post .inner-meta-post,
		.single-project .entry-content .meta-post .inner-meta-post {
			display: block;
			padding: 36px 44px 23px 44px;
		}

		.single-portfolios .entry-content .meta-post .meta-post-item,
		.single-project .entry-content .meta-post .meta-post-item {
			padding: 0 !important;
			margin-bottom: 15px;
		}

		.single-portfolios .entry-content .meta-post .meta-post-item.meta-post-info,
		.single-portfolios .entry-content .meta-post .meta-post-item.meta-post-category,
		.single-project .entry-content .meta-post .meta-post-item.meta-post-info,
		.single-project .entry-content .meta-post .meta-post-item.meta-post-category {
			max-width: 100%;
		}
		
		.tf-widget-project-wrap .owl-carousel .project-post .content {
			left: 20px;
			right: 20px;
		}
	}

	@media only screen and (max-width: 767px) {
		.wrap-services-post .item,
		.wrap-portfolios-post .item,
		.wrap-project-post .item {
			-webkit-box-flex: 0;
		    -ms-flex: 0 0 100%;
		    flex: 0 0 100%;
		    max-width: 100%;
		}

		.wrap-services-post.column-3 .item,
		.wrap-portfolios-post.column-3 .item,
		.wrap-project-post.column-3 .item {
			-webkit-box-flex: 0;
		    -ms-flex: 0 0 100%;
		    flex: 0 0 100%;
		    max-width: 100%;
		}

		.wrap-services-post.column-4 .item,
		.wrap-portfolios-post.column-4 .item,
		.wrap-project-post.column-4 .item {
			-webkit-box-flex: 0;
		    -ms-flex: 0 0 100%;
		    flex: 0 0 100%;
		    max-width: 100%;
		}

		.wrap-services-post.column-5 .item,
		.wrap-portfolios-post.column-5 .item,
		.wrap-project-post.column-5 .item {
			-webkit-box-flex: 0;
		    -ms-flex: 0 0 100%;
		    flex: 0 0 100%;
		    max-width: 100%;
		}

		.post-type-archive-portfolios .tf-title-section .title-section .wrap-title,
		.post-type-archive-project .tf-title-section .title-section .wrap-title {
			font-size: 30px;
		}

		.post-type-archive-portfolios .tf-title-section .sub-title,
		.post-type-archive-project .tf-title-section .sub-title {
			line-height: 1.2;
			letter-spacing: 2px;
		}

		.single-portfolios .entry-content .meta-post .inner-meta-post,
		.single-project .entry-content .meta-post .inner-meta-post {
			padding: 36px 0px 23px 0px;
		}

		.services-post .content {
		    padding: 30px 20px 29px 20px;
		}

		.tf-services-wrap.style2 .services-post .content,
		.themesflat-services-taxonomy.style2 .services-post .content {
		    padding: 30px;
		}
	}