/* 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 {
		color: #191919;
	}

	.single-project .entry-content .meta-post a {
		color: #ffffff;
	}

	.single-project .entry-content .meta-post a:hover {
		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; }	
	.tf-project .content .desc {
		font-size: 15px;
		line-height: 26px;
		color: #fff;
	}

/* Project Single
-------------------------------------------------------------- */	
	.single-project .featured-post { margin-bottom: 30px; position: relative; }
	.single-project .featured-post img { border-radius: 10px; width: 100%; object-fit: cover; }
	.single-project .entry-content .featured-post img { height: 500px; }
	.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: 31px; margin-top: 0px; }
	.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 { 
		position: absolute;
		bottom: 0;
		left: 0;		
	    width: 470px;
		border-radius: 0 40px 0 0;
		overflow: hidden;
	}

	.single-project .entry-content .meta-post .meta-post-item {    
		display: flex;
		align-items: center;
    justify-content: space-between;
    padding: 9px 40px;
    border-bottom: dashed 1px #fff;
	}
	
	.single-project .entry-content .meta-post .meta-post-item:last-child {
		border: unset;
	}

	.single-project .entry-content .meta-post .meta-post-title,
	.single-project .entry-content .meta-post .meta-post-item .meta-post-content {
		margin-bottom: 0;
		font-size: 16px;
		color: #ffffff;
		font-family: "Roboto";
	}

	.single-project .entry-content .post-title {
		font-family: "Roboto";
		font-size: 24px;
		font-weight: 700;
		text-transform: capitalize;
		padding: 19px 40px;
		background-color: #191919;
		margin: 0;
		color: #ffffff;
	}

	.project-post .tf-button-container a {
		color: #ffffff;
	}
	.project-post:hover .tf-button-container a {
		color: #191919;
    background-color: #fff;
	}

	@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: 30px; }
		.single-project .entry-content .post-title {
			padding: 20px;
		}
		.single-project .entry-content .meta-post .meta-post-item {
			padding: 9px 20px;
		}
		#rev_slider_1_1_wrapper .hesperiden.tparrows {
			display: none !important;
		}
	}

	/* 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: 42px; transform: translateY(50%); background: transparent !important; 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; }
	.project-post .content .inner-content { position: relative; padding: 20px 70px 10px 0px; }
	.project-post .tf-button-container {
		position: absolute;
    bottom: 0;
    right: -1px;
    width: 133px;
    height: 104px;
    line-height: 36px;
    background-color: #262626;
    clip-path: polygon(100% 100%, 100% 0, 0 100%);
    z-index: 10;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
	}

	.project-post:hover .tf-button-container {
		background-color: #fd4a36;
	}

	.project-post .tf-button-container a {
		position: absolute;
    bottom: 15px;
    right: 22px;
    width: 36px;
    height: 36px;
    font-size: 20px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    z-index: 5;
	}
	.project-post .content .tf-button { width: 36px; height: 36px; border-radius: 50%; 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 .desc  {     font-size: 15px; line-height: 26px; -webkit-line-clamp: 3; -webkit-box-orient: vertical; display: -webkit-box; overflow: hidden; text-overflow: ellipsis; word-break: break-word; color: #fff; }
	.project-post .content .title { font-family: "barlow"; font-size: 24px; font-weight: 700; line-height: 35px;     -webkit-transition: all .3s ease 0s; -khtml-transition: all .3s ease 0s; -moz-transition: all .3s ease 0s; -ms-transition: all .3s ease 0s; -o-transition: all .3s ease 0s; transition: all .3s ease 0s;}
	.project-post .content .post-meta a:hover, .project-post .content .title:hover { transform: translateY(-3px); }
	.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); }
	.project-post .content .title a { -webkit-line-clamp: 2; -webkit-box-orient: vertical; display: -webkit-box !important; overflow: hidden; text-overflow: ellipsis; word-break: break-word;}
	.project-filter li.active a,
	.project-filter li a:hover {
		color: var(--theme-secondary-color);
	}
	.project-filter {
		margin: 0px 0px 20px 0px;
	}
	/* 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: 0px;
		right: 0px;
		bottom: 50%;
	    transform: translateY(50%);
		border-radius: 0;
	}
	.tf-widget-project-wrap .project-post .content .post-meta a,
	.tf-widget-project-wrap .project-post .content .title a {
		display: inline-block;
	}
	.tf-widget-project-wrap .project-post .content .post-meta a:hover,
	.tf-widget-project-wrap .project-post .content .title a:hover {
		transform: translateY(-3px);
	}
	.tf-widget-project-wrap .project-post .content .post-meta a:hover {
		color: unset;
	}
	.tf-widget-project-wrap.style2 .project-post .content .inner-content {
		padding: 17px 20px 18px 0px;
		text-align: center;
	}
	.tf-widget-project-wrap.style2 .project-post .content .title {
		font-size: 24px;
		margin-bottom: 0;
		line-height: 1;
		letter-spacing: 0.7px;
		margin-bottom: 10px;
		-webkit-transition-delay: .1s !important;
    -o-transition-delay: .1s !important;
    transition-delay: .1s !important;
	} 
	.tf-widget-project-wrap.style2 .project-post .content .post-meta {
		text-transform: capitalize;
	    line-height: 1.6;
		-webkit-transition-delay: .25s !important;
    -o-transition-delay: .25s !important;
    transition-delay: .25s !important;
	}
	.tf-widget-project-wrap.style2 .project-post .content .title,
	.tf-widget-project-wrap.style2 .project-post .content .post-meta {
		opacity: 0;
		-webkit-transform: translateY(20px);
		-ms-transform: translateY(20px);
		transform: translateY(20px);
		-webkit-transition: opacity .35s ease-out,-webkit-transform .35s ease-out;
		transition: opacity .35s ease-out,-webkit-transform .35s ease-out;
		-o-transition: opacity .35s ease-out,transform .35s ease-out;
		transition: opacity .35s ease-out,transform .35s ease-out;
		transition: opacity .35s ease-out,transform .35s ease-out,-webkit-transform .35s ease-out;
	}
	.tf-widget-project-wrap.style2 .project-post:hover .content .title,
	.tf-widget-project-wrap.style2 .project-post:hover .content .post-meta {
		opacity: 1;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}
	.tf-widget-project-wrap.style2 .project-post:after {
	    background: var(--theme-accent-color);
	}
	.wrap-project-post.owl-carousel .item .project-post {
		margin: 0;
	}
	.tf-widget-project-wrap.style2 .tf-project .owl-carousel .owl-item {
		padding: 0;
	}

	/* style 3 */

	.tf-project-wrap.style3 .project-post {
		overflow: unset;
	}

	.tf-project-wrap.style3 .project-post:after {
		background: rgb(31 36 44 / 68%);
	}

	.tf-project-wrap.style3 .project-filter li.active a,
	.tf-project-wrap.style3 .project-filter li a:hover {
		background: var(--theme-secondary-color) !important;
		color: #fff;
	}

	.tf-project-wrap.style3 .project-filter li a {
		padding: 9px 18px;
		color: #fff;
		border-radius: 0;
	}

	.tf-project-wrap.style3 .project-post .post-icon i,
	.tf-project-wrap.style3 .project-post .post-icon svg {
		color: #fff;
		fill: #fff;
	}

	.tf-project-wrap.style3 .project-post .post-icon i {
		font-size: 50px;
	}

	.tf-project-wrap.style3 .project-post .post-icon svg {
		width: 50px;
		height: 50px;
	}

	.tf-project-wrap.style3 .project-post .post-icon {
		margin-bottom: 14px;
	}

	.tf-project-wrap.style3 .project-post .content .title {
		line-height: 32px;
		margin-bottom: 20px;
	}

	.tf-project-wrap.style3 .project-post .tf-button-container {
		position: unset;
		width: unset;
		height: unset;
		line-height: 36px;
		clip-path: unset;
		z-index: 10;
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		-ms-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
		transition: all 0.3s ease;
	}

	.tf-project-wrap.style3 .project-post .content {
		right: unset;
		background: var(--theme-secondary-color) !important;
		border-radius: 0px;
		width: 250px;
		padding: 30px 20px 29px 40px;
	}

	.tf-project-wrap.style3 .project-post .content {
		left: 40px;
		bottom: -40px;
	}

	.tf-project-wrap.style3 .project-post .tf-button-container {
		background-color: transparent;
	}

	.tf-project-wrap.style3 .project-post .tf-button-container i {
		color: var(--theme-secondary-color);
	}

	.tf-project-wrap.style3 .project-post .content .tf-button {
		display: flex;
		justify-content: center;
		align-items: center;
		position: unset;
		transform: unset;
	}

	.tf-project-wrap.style3 .project-post .content .tf-button {
		width: 50px;
		height: 50px;
	}

	.tf-project-wrap.style3 .project-post .content .inner-content {
		padding: 0;
	}

	.tf-project-wrap.style3 .project-filter {
		margin: 0px 0px 74px -165px;
		text-align: right;
	}

	/* style 4 */

	.tf-project-wrap.style4 .project-post .tf-button-container {
		background-color: unset;
		clip-path: unset;
		width: unset;
		height: unset;
		position: unset;
	}

	.tf-project-wrap.style4 .project-post .content .inner-content {
		padding: 53px 35px 42px 41px;
	}

	.tf-project-wrap.style4 .project-post .content .title a {
		color: #020417;
	}

	.tf-project-wrap.style4 .project-post .content .title a:hover {
		transform: translateY(0px);
		color: var(--theme-secondary-color);
	}

	.tf-project-wrap.style4 .project-post .content .desc {
		font-family: 'Roboto';
		font-weight: 400;
		font-size: 16px;
		line-height: 26px;
		color: #52575C;
		-webkit-line-clamp: 4;
	}

	.tf-project-wrap.style4 .project-filter li.active a,
	.tf-project-wrap.style4 .project-filter li a:hover {
		background: var(--theme-secondary-color) !important;
		color: #fff;
		border-bottom: 1px solid var(--theme-secondary-color);
	}

	.tf-project-wrap.style4 .project-filter li {
		margin: 0;
	}

	.tf-project-wrap.style4 .project-filter li a {
		margin: 0;
		border-bottom: 1px #0204172b solid;
	}

	.tf-project-wrap.style4 .project-filter li a {
		padding: 9px 20px;
		border-radius: 0;
	}

	.tf-project-wrap.style4 .project-post:hover .tf-button-container {
		background-color: unset;
	}

	.tf-project-wrap.style4 .project-post .featured-post {
		border-radius: 0;
	}

	.tf-project-wrap.style4 .project-post .content .tf-button {
		width: 58px;
    	height: 58px;
    	top: -24px;
    	transform: unset;
    	right: unset;
    	left: 40px;
	}

	.tf-project-wrap.style4 .project-post .content .tf-button:hover {
		background-color: var(--theme-primary-color);
	}

	.tf-project-wrap.style4 .project-post {
		overflow: unset;
	}

	.tf-project-wrap.style4 .project-post .content {
		width: 370px;
		left: 40px;
		bottom: -43px;
		background-color: #fff !important;
		border-radius: 0;
	}

	.tf-project-wrap.style4 .project-post .content .title {
		margin-bottom: 14px;
		opacity: 0;
    	-webkit-transform: translateY(20px);
    	-ms-transform: translateY(20px);
    	transform: translateY(20px);
    	-webkit-transition: opacity .35s ease-out,-webkit-transform .35s ease-out;
    	transition: opacity .35s ease-out,-webkit-transform .35s ease-out;
    	-o-transition: opacity .35s ease-out,transform .35s ease-out;
    	transition: opacity .35s ease-out,transform .35s ease-out;
    	transition: opacity .35s ease-out,transform .35s ease-out,-webkit-transform .35s ease-out;
	}

	.tf-project-wrap.style4 .project-post .content .desc {
		opacity: 0;
    	-webkit-transform: translateY(20px);
    	-ms-transform: translateY(20px);
    	transform: translateY(20px);
    	-webkit-transition: opacity .35s ease-out,-webkit-transform .35s ease-out;
    	transition: opacity .35s ease-out,-webkit-transform .35s ease-out;
    	-o-transition: opacity .35s ease-out,transform .35s ease-out;
    	transition: opacity .35s ease-out,transform .35s ease-out;
    	transition: opacity .35s ease-out,transform .35s ease-out,-webkit-transform .35s ease-out;
	}

	.tf-project-wrap.style4 .project-post:hover .content .title {
		opacity: 1;
		-webkit-transform: translateY(0px);
    	-ms-transform: translateY(0px);
    	transform: translateY(0px);
		transition-delay: .2s;
	}
	.tf-project-wrap.style4 .project-post:hover .content .desc {
		opacity: 1;
		-webkit-transform: translateY(0px);
    	-ms-transform: translateY(0px);
    	transform: translateY(0px);
		transition-delay: .4s;
	}

/* Services Single
-------------------------------------------------------------- */
	.single-services .entry-content p { margin: 0px 0px 21px 0px; }
	.single-services .entry-content p:last-child { margin: 0px 0px 0 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; width: 100%; }
	.single-services .entry-content .post-title { 
	    font-family: "Barlow";
	    font-size: 35px;
	    font-weight: 700;
	    text-transform: capitalize;
	    margin: 18px 0px 2px 0px;
	}
	.services-page .widget {
    margin-bottom: 44px;
    padding: 0;
    box-shadow: unset;
	border-radius: 0 !important;
	background-color: unset !important;
	}
	
	.themesflat_widget_services_categories li {
		padding: 7px 29px !important;
		border: 1px solid ;
		margin-bottom: 21px;
		border-radius: 6px;
		overflow: hidden;
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		-ms-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
		transition: all 0.3s ease;
	}

	.themesflat_widget_services_categories li:first-child {
		border: 1px solid #fd4a36 !important;
	}

	.themesflat_widget_services_categories li a {
		display: block;
	}
	.themesflat_widget_services_categories li a::after {
		content:"\f17a";
		font-family:consalti;
		font-size: 22px;
		position: absolute;
		right: 0px;
		color: #fff;
	}

	.themesflat_widget_services_categories li:hover a::after {
		z-index: 100 !important;
		color: #fff !important;
	}
	.themesflat_widget_services_categories li::before {
		position: absolute;
		content: '';
		width: 76px;
		height: 100%;
		top: 0;
		right: 0;
		bottom: 0;
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		-ms-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
		transition: all 0.3s ease;
	}
	.themesflat_widget_services_categories li:hover::before {
		width: 100%;
	}
	.themesflat_widget_services_categories li:hover a {
		color: #fff !important;
	}
	.themesflat_widget_services_categories li a {
		font-size: 20px;
    font-family: 'Barlow', sans-serif;
	font-weight: 700 !important;
	color: #191919 !important;
	}
	.services-page .wp-block-image {
		border-radius: 6px;
		position: relative;
		overflow: hidden;
	}
	.services-page .wp-block-image img {
		width: 100%;
		object-fit: cover;
	}
	.services-page .wp-block-image figcaption {
		position: absolute;
		top: 50%;
		left: 0;
		right: 0;
		transform: translateY(-62%);
		z-index: 20;
		text-align: center;
		margin: 0;
	}
	.services-page .wp-block-image a {
		font-size: 24px;
		font-family: 'Barlow', sans-serif;
		font-weight: 700;
		color: #fff;
		line-height: 38px;
	}
	.services-page .wp-block-image a:hover {
		text-decoration: underline;
	}
	.services-page .sidebar .wp-block-image::after {
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		background-color: #262626;
		opacity: 0.8;
		z-index: 1;
	    display: block;
	}
	.services-page h2 {
		display: inline-block;
	}
	.services-page .widget h2::after {
		content: '';
		bottom: -12px;
		left: 0;
		position: absolute;
		height: 1px !important;
		width: 133% !important;
		background-image: linear-gradient(
	90deg
	, #FD4A36, #FD4A36 75%, transparent 75%, transparent 100%);
		background-size: 6px 1px;
		border: none;
		margin: 0;
		background-color: unset !important;
	}
	.services-page h2::before {
		display: none;
	}
	.widget .list-infor li {
		color: #262626;
		font-weight: 500;
	}

	.widget .list-infor li a {
		color: #262626;
	}

	.block-company-brochures li a {
		color: #222;
	}

	.widget .list-infor.style-2 li {
		color: #fff;
    font-size: 16px;
    font-weight: 300;
	}
	.widget .list-infor.style-2 .icon-1::before,
	.widget .list-infor.style-2 .icon-2::before,
	.widget .list-infor.style-2 .icon-3::before {
		color: #fff;
	}
	.widget .list-infor .icon-1::before,
	.widget .list-infor .icon-2::before,
	.widget .list-infor .icon-3::before  {
		content: "\f3c5";
		font-family: "Font Awesome 5 Free";
    	font-weight: 700;
		font-size: 20px;
		vertical-align: middle;
		margin-right: 20px;
		color: #707070;
	}
	.widget .list-infor .icon-2::before {
		content: "\f0e0";	
	}
	.widget .list-infor .icon-3::before {
		content: "\f879";	
	}
	.single-services .footer-widgets .widget {
		margin-bottom: 30px;
	}
	.single-services .footer-widgets .widget {
		margin-bottom: 30px;
	}
/* 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: 30px;
	}

	.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;
	}

	.icon-client-rotate {
		animation: rotate 15s infinite linear;
	}

	.tf-services-wrap.style1 .services-post .content {
		padding: 30px 10px 29px 31px;
    	position: relative;
	}

	.tf-services-wrap.style1 .services-post {
		box-shadow: unset;
	}
	.tf-services-wrap.style1 .services-post .content:before {
		display: none;
	}

	.tf-services-wrap.style1 .services-post .post-icon {
		width: 84px;
		height: 84px;
		object-fit: cover;
		margin-top: -90px;
    margin-left: -1px;
	}
	.tf-services-wrap.style4 .services-post {
		box-shadow: unset;
	}
	.tf-services-wrap.style4 .services-post .content:before {
		display: none;
	}
	.tf-services-wrap.style4 .services-post:hover .desc {
		color: unset !important;
	}
	.tf-services-wrap.style4 .services-post .post-icon {
		width: 90px;
		height: 109px;
		border-radius: 45px;
		margin-top: 0;
		margin-bottom: 0;
	}
	.tf-services-wrap.style4 .services-post .content {
		padding: 1px 3px 29px 36px;
	}
	.tf-services-wrap.style4 .services-post .tf-button-container {
		margin-top: 15px;
	}
	.tf-services-wrap.style4 .services-post .tf-button-container a {
		font-size: 18px;
    font-family: 'Barlow';
	}
	.tf-services-wrap.style4 .item .services-post {
		display: flex;
	}
	.tf-services-wrap.style1 .services-post .post-icon svg,
	.tf-services-wrap.style1 .services-post .post-icon i {
		max-width: 48px;
		font-size: 48px;
	}
	.tf-services-wrap.style1 .services-post .title,
	.tf-services-wrap.style4 .services-post .title {
		font-size: 24px;
		margin: -8px 0px 23px 0px;
	}
	.tf-services-wrap.style1 .services-post .desc,
	.tf-services-wrap.style4 .services-post .desc {
		color: #4d567d !important;
		font-size: 18px;
		line-height: 28px;
	}
	.tf-services-wrap.style1 .services-post:hover .desc {
		color: #4d567d !important;
	}
	.tf-services-wrap.style1 .services-post .tf-button-container {
		margin-top: 16px;
	}
	.tf-services-wrap.style1 .services-post .tf-button-container a {
		font-size: 18px;
		font-family: 'Barlow';
	}

	.tf-services-wrap.style1 .services-post .tf-button-container i {
		font-size: 20px;
		margin-left: 12px;
		margin-top: 2px;
	}

	/* style 5 */

	.tf-services-wrap.style5 .services-post .featured-post {
		position: relative;
		display: block;
		border-radius: 20px;
		overflow: hidden;
	}
	.tf-services-wrap.style5 .services-post .title {
		font-size: 24px;
		margin: -8px 0px 25px -1px;
	}
	.tf-services-wrap.style5 .services-post .tf-button-container a {
		font-family: 'Barlow';
		font-size: 18px;
		font-weight: 700;
	}
	.tf-services-wrap.style5 .services-post .desc {
		color: #fff;
		font-size: 18px;
		line-height: 28px;
	}
	.tf-services-wrap.style5 .services-post:hover .post-icon {
		background-color: unset !important;
	}
	.tf-services-wrap.style5 .services-post .content:before {
		display: none;
	}
	.tf-services-wrap.style5 .services-post .tf-button-container {
		margin-top: 16px;
	}
	.tf-services-wrap.style5 .services-post .tf-button-container a {
		display: block;
	}
	.tf-services-wrap.style5 .services-post .tf-button-container a i,
	.tf-services-wrap.style1 .services-post .tf-button-container a i  {
		margin-left: 14px;
		font-size: 20px;
		vertical-align: sub;
		animation: unset;
	}
	.tf-services-wrap.style1 .services-post .tf-button-container a i {
		margin-left: 12px;
	}
	.tf-services-wrap.style5 .services-post .content {
		position: absolute;
		bottom: -111px;
    	left: 49px;
		padding: 30px 40px 30px 10px;
		box-shadow: unset;
		z-index: 50;
		-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-services-wrap.style5 .services-post .mark-content {
		content: '';
		position: absolute;
		bottom: -270px;
    	left: -107px;
		width: 500px;
		height: 500px;
		border-radius: 50% 50% 0 0;
		background-color: #4b22e1cf;
		-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-services-wrap.style5 .services-post .desc,
	.tf-services-wrap.style5 .services-post .tf-button-container {
		opacity: 0;
		-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;
	}
	.tf-services-wrap.style5 .services-post .post-icon {
		background-color: unset;
		margin-top: 0;
		margin-bottom: 10px;
		width: 50px;
	}
	.tf-services-wrap.style5 .services-post:hover .content {
		bottom: 7px;
	}
	.tf-services-wrap.style5 .services-post:hover .content .desc,
	.tf-services-wrap.style5 .services-post:hover .tf-button-container {
		opacity: 1;
	}
	.tf-services-wrap.style5 .services-post:hover .mark-content {
		width: 1000px;
		height: 1000px;
		left: 0;
		bottom: 0;
		border-radius: 0;
	}

	/* style 6 */

	.tf-services-wrap.style6 .services-post .featured-post {
		border-radius: 0;
	}
	.tf-services-wrap.style6 .services-post {
		position: relative;
	}
	.tf-services-wrap.style6 .services-post .content {
		position: absolute;
    	left: 29px;
    	bottom: -71px;
    	background: #fff;
    	width: 270px;
    	padding: 49px 28px 25px 41px;
    	-webkit-transition: all 0.3s ease 0s;
    	-moz-transition: all 0.3s ease 0s;
    	-ms-transition: all 0.3s ease 0s;
    	-o-transition: all 0.3s ease 0s;
    	transition: all 0.3s ease 0s;
	}
	.tf-services-wrap.style6 .services-post:hover .content {
		background: var(--theme-secondary-color);
		padding: 49px 28px 29px 41px;
	}

	.tf-services-wrap.style6 .services-post .title {
		font-size: 20px;
		font-weight: 700;
		margin: 0px 0px 0px 0px;
		-webkit-transition: all 0.3s ease 0s;
    	-moz-transition: all 0.3s ease 0s;
    	-ms-transition: all 0.3s ease 0s;
    	-o-transition: all 0.3s ease 0s;
    	transition: all 0.3s ease 0s;
	}

	.tf-services-wrap.style6 .services-post:hover .title {
		font-size: 20px;
		font-weight: 700;
		margin: 0px 0px 9px 0px;
	}

	.tf-services-wrap.style6 .services-post .content::before {
		display: none;
	}
	.tf-services-wrap.style6 .services-post .post-icon {
		display: inline-flex;
    	margin-top: 0;
    	margin-bottom: 30px;
    	position: absolute;
    	top: -46px;
    	left: 41px;
    	background: var(--theme-secondary-color);
    	border-radius: 50%;
    	box-shadow: unset;
    	width: 80px;
    	height: 80px;
	}
	.tf-services-wrap.style6 .services-post:hover .post-icon {
		background: #fff;
	}
	.tf-services-wrap.style6 .services-post:hover .post-icon i {
		color: var(--theme-secondary-color);
	}
	.tf-services-wrap.style6 .services-post .title a {
		font-family: 'Barlow';
		font-weight: 700;
		font-size: 22px;
		line-height: 32px;
		color: #000000;
		margin: 0px 0px 9px 0px;
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		-ms-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
		transition: all 0.3s ease;
	}
	.tf-services-wrap.style6 .services-post:hover .title a {
		color: #fff;
	}
	.tf-services-wrap.style6 .services-post:hover .title:hover {
		transform: translateY(-5px);
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		-ms-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
		transition: all 0.3s ease;
	}
	.tf-services-wrap.style6 .services-post .post-icon i {
		max-width: 40px;
    	font-size: 40px;
		color: #fff;
	}
	.tf-services-wrap.style6 .services-post:hover .desc,
	.tf-services-wrap.style6 .services-post .desc {
		color: #E8E8E8 !important;
		font-family: 'Roboto';
		font-weight: 400;
		font-size: 16px;
		line-height: 26px;
		margin-bottom: -90px;
		-webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box !important;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
	}
	.tf-services-wrap.style6 .services-post .tf-button-container,
	.tf-services-wrap.style6 .services-post .desc {
		opacity: 0;
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		-ms-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
		transition: all 0.3s ease;
		transition-delay: 0.1s;
		visibility: hidden;
	}
	.tf-services-wrap.style6 .services-post:hover .tf-button-container {
		-webkit-transform: translateY(0);
    	-ms-transform: translateY(0);
    	transform: translateY(0);
	}
	.tf-services-wrap.style6 .services-post .tf-button-container {
		-webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: opacity .5s ease-out,-webkit-transform .5s ease-out;
    transition: opacity .5s ease-out,-webkit-transform .5s ease-out;
    -o-transition: opacity .5s ease-out,transform .5s ease-out;
    transition: opacity .5s ease-out,transform .5s ease-out;
    transition: opacity .5s ease-out,transform .5s ease-out,-webkit-transform .5s ease-out;
	}
	.tf-services-wrap.style6 .services-post:hover .tf-button-container,
	.tf-services-wrap.style6 .services-post:hover .desc {
		opacity: 1;
		visibility: visible;
		-webkit-transition: all 0.35s ease;
		-moz-transition: all 0.35s ease;
		-ms-transition: all 0.35s ease;
		-o-transition: all 0.35s ease;
		transition: all 0.35s ease;
	}
	.tf-services-wrap.style6 .services-post:hover .desc {
		margin-bottom: 0;
	}
	.tf-services-wrap.style6 .services-post .tf-button-container a:hover {
		color: #fff;
	}
	.tf-services-wrap.style6 .services-post .tf-button-container a span {
		color: #fff;
		font-family: 'Barlow';
		font-weight: 700;
		font-size: 16px;
		line-height: 26px;
		text-decoration-line: underline;
		text-transform: uppercase;
	}
	.tf-services-wrap.style6 .services-post .tf-button-container a::after{
		font-family: 'consalti';
		content: "\f103";
		vertical-align: middle;
		margin-left: 10px;
		color: #fff;
		-webkit-transition: all 0.3s ease 0s;
		-moz-transition: all 0.3s ease 0s;
		-ms-transition: all 0.3s ease 0s;
		-o-transition: all 0.3s ease 0s;
		transition: all 0.3s ease 0s;
	}
	.tf-services-wrap.style6 .services-post .tf-button-container a:hover::after {
		animation: move-arrow2 1s infinite;
	}


	.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;
	}
	.tf-services-wrap.style5 .services-post {
		background: transparent;
		box-shadow: unset;
		border-radius: unset;
	}

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

	.tf-services-wrap.style6 .services-post .featured-post img {
		border-top-right-radius: 0px;
		border-top-left-radius: 0px;
		height: 270px;
		object-fit: cover;
	}

	.services-post .featured-post {
		border-radius: 8px;
		overflow: hidden;
	}

	.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 !important;		
	}

	.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: 16px;
	}

	.form-services input {
		padding: 14px 30px;
    background-color: rgba(255, 255, 255, 0);
    border: 1px solid #fff !important;
    border-radius: 8px;
	color: #cfcccc;
    margin-bottom: 17px;
	}
	.form-services input::placeholder {
		color: #cfcccc;
	}

	.form-services input:focus {
		border-color:#151515 !important;
	}

	.form-services input[type="submit"],
	.form-services button {
		width: 269px;
		margin-top: 15px;
		font-size: 16px;
		font-weight: 500;
		padding: 22px 0;
		background-color: #fff;
		color: #FD4A36;
		border-radius: 8px;
		border: 1px solid;
	}
	.form-services input[type="submit"]:hover,
	.form-services button:hover {
		background-color: #191919;
		border: 1px solid #191919 !important;
		color: #fff;
	}
	.form-services button i {
		margin-left: 5px;
	}
	.form-services button:before {
		display: none;
	}
	.form-services button i.icon-custom-theme-left-arrow {
		font-size: 12px;
	}

	.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{
		position: relative;
		overflow: hidden;
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		-ms-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
		transition: all 0.3s ease;
	}

	.tf-services-wrap.style2 .services-post .post-icon {
		display: flex;
    width: 60px;
    height: 60px;
    box-shadow: none;
    background: transparent !important;
    margin: unset;
    margin: 0 auto;
    margin-bottom: 20px;
	}

	.tf-services-wrap.style2 .services-post .featured-post {
		display: none;
	} 

	.tf-services-wrap.style3 .services-post .featured-post::after {
		content: '';
		position: absolute;
    	top: 0;
    	left: 0;
    	width: 100%;
    	height: 100%;
    	background-color: initial;
    	-webkit-transition: all .3s ease-in-out;
    	-khtml-transition: all .3s ease-in-out;
    	-moz-transition: all .3s ease-in-out;
    	-ms-transition: all .3s ease-in-out;
    	-o-transition: all .3s ease-in-out;
    	transition: all .3s ease-in-out;
    	visibility: hidden;
	} 

	.tf-services-wrap.style3 .services-post:hover .featured-post::after {
		background-color: rgba(20,33,43,.45);
		visibility: visible;
	}

	.tf-services-wrap.style2 .services-post .post-icon svg,
	.tf-services-wrap.style2 .services-post .post-icon i {
		fill: #191919;
		color: #191919;
	}

	.tf-services-wrap.style2 .services-post {
		box-shadow: unset;
	}

	.tf-services-wrap.style2 .services-post .content {
		width: 100%;
		padding: 30px 35px;
		border-radius: 8px;
		text-align: center;
		background-color: #F9F9F9;
		-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;
	}

	.tf-services-wrap.style2 .services-post .mark-item,
	.tf-services-wrap.style2 .services-post .mark-item.top,
	.tf-services-wrap.style2 .services-post .mark-item.top::before {
		position: absolute;
		width: 75px;
		height: 61px;
		background-color: #FD8173;
		top: -18px;
		left: 13px;
		z-index: 20;
		opacity: 0;
		visibility: hidden;
		clip-path: polygon(50% 100%, 0 0, 100% 0);
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		-ms-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
		transition: all 0.3s ease;
	}
	.tf-services-wrap.style2 .services-post .mark-item.top.child {
		left: 44px;
    	background-color: #fe7262;
    	z-index: 1;
	}

	.tf-services-wrap.style2 .services-post .mark-item.bottom {
		top: unset;
		left: unset;
		bottom: -36px;
		right: 50px;
		transform: rotate(58deg);
	}
	.tf-services-wrap.style2 .services-post .mark-item.bottom.child {
		right: 20px;
    	background-color: #fe7262;
    	z-index: 1;
	}

	.tf-services-wrap.style2 .services-post:hover .content {
    	color: #fff;
	}

	.tf-services-wrap.style2 .services-post:hover .mark-item {
		opacity: 1;
		visibility: inherit;
	}

	.tf-services-wrap.style2 .services-post:hover .post-icon i,
	.tf-services-wrap.style2 .services-post:hover .post-icon svg,
	.tf-services-wrap.style2 .services-post:hover .title a,
	.tf-services-wrap .services-post:hover .desc,
	.tf-services-wrap.style2 .services-post:hover .tf-button-container a {
		fill: #fff;
		color: #fff !important;
	}


	.tf-services-wrap.style2 .services-post .title {
		font-size: 24px;
	}

	.tf-services-wrap.style2 .services-post .content::before {
		display: none;
	}

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

	.tf-services-wrap.style2 .desc {
		line-height: 28px;
    margin-bottom: 22px;
	}

	.tf-services-wrap.style2 .tf-button-container a {
		font-size: 16px;
		font-weight: 500;
		color: #191919 !important;
	}

	.tf-services-wrap.style2 .tf-button-container a i {
		margin-left: 7px;
		font-size: 18px;
	}

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

	.tf-services-wrap.style2 .services-post .tf-button-container {
		margin-bottom: -7px;
	}
	.tf-services-wrap.style2 .services-post .tf-button-container a {
		justify-content: center;
	}

	.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;
		height: 315px;
		object-fit: cover;
	}
	.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 {
		display: none;
	}
	.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: -36.5% 11% 0 10%;
		background: #fff;
		padding: 22px 28px 23px 28px;
		box-shadow: 0px 7px 10px #fd4a364d;
		border-radius: 8px;
		text-align: center;
		-webkit-transition: all 0.3s ease 0s;
		-moz-transition: all 0.3s ease 0s;
		-ms-transition: all 0.3s ease 0s;
		-o-transition: all 0.3s ease 0s;
		transition: all 0.3s ease 0s;
	}
	.tf-services-wrap.style3 .services-post:hover .content {
		background: #FD4A36;
	}
	.tf-services-wrap.style3 .services-post:hover .content h4 a,
	.tf-services-wrap.style3 .services-post:hover .content h2 a,
	.tf-services-wrap.style3 .services-post:hover .content .tf-button-container a,
	.tf-services-wrap.style3 .services-post:hover .content .category {
		color: #fff;
	}
	.tf-services-wrap.style3 .services-post .content .category {
		margin-bottom: 15px;
		color: var(--theme-accent-color);
	}
	.tf-services-wrap.style3 .services-post .title {
		font-family: "Barlow";
		font-size: 24px;
		font-weight: 700;
		margin: 0px 0px 20px 0px;
	}
	.tf-services-wrap.style3 .services-post .content:before {
		display: none;
	}
	.tf-services-wrap.style3 .services-post .tf-button-container {
		border-top: 1px dashed #ccc;
	}
	.tf-services-wrap.style3 .services-post .tf-button-container a {
		text-align: center;
		color: #fff;
		padding-top: 15px;
		justify-content: center;
		font-weight: 600;
		font-size: 15px;
	}
	.tf-services-wrap.style3 .services-post .tf-button-container a i {
	    margin-left: 10px;
		font-size: 20px;
	}	

	.tf-services-wrap.style3 .services-post h4 a {
		font-size: 18px;
		color: #FD4A36;
	}
	.tf-services-wrap.style3 .services-post .tf-button-container a {
		background-color: transparent;
		font-size: 16px;
    font-weight: 500;
    color: #8A8A8A;
	}

/* arccordion
-------------------------------------------------------------- */
.faq-contact {
	background: linear-gradient(rgba(12, 41, 87, 0.74), #0c29579a);
	background-size: cover;
	background-position: center;
text-align: center;
padding: 96px 100px;
}
.faq-contact .heading-faq {
	font-family: 'Barlow', sans-serif;
    font-size: 40px;
	font-weight: 700;
	color: #fff;
	margin-bottom: 36px;
}
.faq-contact .box-input {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.faq-contact .box-input span {
	width: 100%;
}
.faq-contact .box-input input {
	width: 100%;
	padding: 9px 23px;
	margin-bottom: 30px;
}
.faq-contact .box-input span:first-child {
	margin-right: 30px;
}
.faq-contact textarea {
	height: 136px;
}
.faq-contact input[type="submit"],
.faq-contact button {
	padding: 18px 45px;
	margin-top: 34px;
	margin-bottom: 13px;
}
.faq-contact button {
	padding: 18px 30px;
}
.faq-contact button:hover {
	background-color: #191919;
}
.faq-contact button:before {
	display: none;
}
.faq-contact button i {
	margin-left: 5px;
}
.faq-contact button i.icon-custom-theme-left-arrow {
	font-size: 12px;
}
/* contact page
-------------------------------------------------------------- */
.contact-page {
	background-color: #FD4A36;
    background-image: url(../../../../themes/consalti/images/mark-contact-form.png);
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 8px;
    padding: 28px 67px 45px 67px;
}
.contact-page .group-input {
	display: flex;
	margin-bottom: 15px;
}
.contact-page .group-input input {
	width: 100%;
	background-color: rgba(255, 255, 255, 0);
    padding: 11px 0px !important;
	border: none;
	color: #fff;
	border-radius: 0;
	border-bottom: 2px solid #EBEBEB;
}
.contact-page .group-input input::placeholder {
	color: #fff;
}
.contact-page .group-input span:first-child {
	margin-right: 30px;
}
.contact-page textarea {
	background-color: #fff;
    border-radius: 6px;
	border: none;
	height: 214px;
	padding: 15px 25px;
}
.contact-page input[type="submit"] {
	padding: 19px 33px;
	margin-top: -2px;
    margin-bottom: 1px;
	background-color: #fff;
	color: #FD4A36;
	font-size: 16px;
	font-weight: 700;
}
.contact-page input[type="submit"]:hover {
	background-color: #191919;
	color: #fff;
}

.tf-progress-bar .progress-wrap {
	border: 1px solid #FCE9E7;
}

.button-view-ele .elementor-button-content-wrapper {
	align-items: end;
}

.button-view-ele .elementor-button-content-wrapper .elementor-button-icon {
	font-size: 21px;
}

.contact-request-wcu {
	background-color: #fff;
    padding: 34px 42px 34px 35px;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0px 7px 10px #fd4a364d;
}
.contact-request-wcu h3 {
    margin-top: 6px;
    margin-bottom: 18px;
    font-size: 30px;
    font-family: 'Barlow', sans-serif;
}
.contact-request-wcu hr {
	height: 2px;
    background-image: linear-gradient(
90deg
, #ccc, #ccc 75%, transparent 75%, transparent 100%);
    background-size: 6px 1px;
    border: none;
    margin: 0;
    margin-bottom: 4px;
}
.contact-request-wcu .group-input {
	display: flex;
}
.contact-request-wcu .group-input span {
	width: 50%;
}
.contact-request-wcu .group-input span.wpcf7-not-valid-tip {
	width: 100%;
}
.contact-request-wcu .group-input.gr-1 {
	margin-top: 24px;
}
.contact-request-wcu .group-input span:first-child {
	margin-right: 10px;
}

.contact-request-wcu .group-input input,
.contact-request-wcu .group-input select {
	border: 1px solid #DCDCDC;
	width: 100%;
    border-radius: 4px;
    padding: 6px 19px;
    margin-bottom: 11px;
}
.contact-request-wcu .group-input select {
	width: 245px;
}
.contact-request-wcu input[type="submit"] {
	padding: 15px 27px;
    margin-top: 30px;
    margin-bottom: 5px;
    font-size: 16px;
    font-weight: 700;
}
.contact-request-wcu input[type="submit"]:hover {
	background-color: #191919;
}

.request-callback-home2 {
	border-radius: 20px;
	background-color: #fff;
	padding: 33px 48px;
}
.request-callback-home2 .title {
	font-size: 30px;
	color: #191919;
	font-weight: 700;
	margin-bottom: 18px;
}
.request-callback-home2 input {
	color: #8d96bf;
    border: 1px solid #c8d2ff;
    padding: 9px 20px;
    font-size: 18px;
    margin-bottom: 12px;
}
.request-callback-home2 input::placeholder {
	color: #8d96bf;
}
.request-callback-home2 input:focus {
	border-color: #15b1c0 !important;
}
.request-callback-home2 input[type="submit"],
.request-callback-home2 button {
	padding: 21px 34px;
	margin-top: -1px;
    margin-bottom: 15px;
    font-size: 16px;
	color: #fff;
    font-weight: 700;
	border: 1px solid #15b1c0;
	background-color: #15b1c0;
}
.request-callback-home2 button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
}
.request-callback-home2 button i {
	margin-left: 10px;
}
.request-callback-home2 button:before {
	display: none;
}
.request-callback-home2 input[type="submit"]:hover,
.request-callback-home2 button:hover {
	background-color: #191919;
	border: 1px solid #191919;
}
.request-callback-home3 .group-input {
	display: flex;
}
.request-callback-home3 .group-input:first-child {
	margin-bottom: -3px;
}
.request-callback-home3 .group-input span:first-child {
	margin-right: 13px;
}
.request-callback-home3 .group-input input {
	width: 100%;
	padding: 8px 19px;
	font-size: 18px;
	color: #8d96be;
}
.request-callback-home3 .group-input input:focus {
	border-color: #4c22e1 !important;
}
.request-callback-home3 input[type="submit"],
.request-callback-home3 button  {
	background-color: transparent;
	border: 2px solid #fff;
	padding: 20px 35px;
	font-family: 'Barlow';
	font-size: 16px;
	margin-top: -3px;
}
.request-callback-home3 button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
}
.request-callback-home3 button i {
	margin-left: 10px;
}
.request-callback-home3 button:before {
	display: none;
}
.request-callback-home3 input[type="submit"]:hover,
.request-callback-home3 button:hover {
	background-color: #151515;
	border: 2px solid #151515;
}
.form-email-ticket {
	position: relative;
	height: 65px;
}
.form-email-ticket input {
	width: 100%;
	padding: 15px 150px 15px 27px;
    border-radius: 6px;
	margin: 0;
}
.form-email-ticket input::placeholder {
	color: #A5A5A5;
}
.form-email-ticket input[type="submit"] {
	display: inline-block;
	position: absolute;
    top: 50%;
	width: unset;
    transform: translateY(-50%);
    right: 7px;
    font-size: 16px;
    padding: 18px 32px;
    font-weight: 600;
	border-radius: 4px;
    font-family: 'Be Vietnam', sans-serif;
}
.form-email-ticket input[type="submit"]:hover {
	background: #151515;
}
/* Navigation
-------------------------------------------------------------- */
	.paging-navigation.portfolios,
	.paging-navigation.services,
	.paging-navigation.project {
		margin-top: 18px;
		text-align: center;
	}

	.navigation.loadmore.portfolios a,
	.navigation.loadmore.services a,
	.navigation.loadmore.project a {
		font-size: 16px;
    font-weight: 700;
    padding: 15px 39px;
    background: transparent;
	border-width: 2px;
    border-radius: 24px;
	color: #151515;
	font-family: 'Barlow';
	}
	.navigation.loadmore.portfolios a::after,
	.navigation.loadmore.services a::after,
	.navigation.loadmore.project a::after {
		content: '\f067';
		font-family: 'Font Awesome 5 Free';
		margin-left: 8px;
		-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;
	}
	.navigation.loadmore.portfolios a:hover::after,
	.navigation.loadmore.services a:hover::after,
	.navigation.loadmore.project a:hover::after,
	.navigation.loadmore.portfolios a:hover,
	.navigation.loadmore.services a:hover,
	.navigation.loadmore.project a:hover {
		color: #fff;
	}

/* Filter
-------------------------------------------------------------- */
	.portfolio-filter,
	.services-filter,
	.project-filter {
	    padding: 0;
	    margin: 0 0 39px 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 13px;
	}

	.portfolio-filter li a,
	.services-filter li a,
	.project-filter li a {
	    font-weight: 700;
	    font-size: 16px;
	    line-height: 1;
	    display: inline-block;
	    position: relative;
	    border-radius: 5px;
	    background: transparent !important;
	    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 {
		position: relative;
		color: #FD4A36;
	}

	.tf-project-wrap.style2 .project-filter li.active a::after,
	.tf-project-wrap.style2 .project-filter li a:hover::after {
		display: none;
	}
	

	.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;
	}

	#rev_slider_2_1_wrapper .ares .tp-bullet {
		position: relative;
	}

	.btn-video-sl-3 i,
	.btn-learn-sl-3 i {
		vertical-align: middle;
   		display: inline-block;
		   font-size: 23px !important;
		   margin-right: 6px;
	}

	.btn-learn-sl-3 i {
		margin-right: 10px;
	}

	.btn-learn-sl-3 i {
		transform: rotate(90deg);
	}

	#rev_slider_2_1_wrapper .ares .tp-bullet.selected::after {
		position: absolute;
		content: '';
		top: 50%;
		left: 50%;
		right: 0;
		bottom: 0;
		transform: translate(-50%, -50%);
		padding: 9.8px;
		border-radius: 50%;
		background-color: unset;
		border: 2px solid #15b1c0;
	}

	#rev_slider_2_1_wrapper .hesperiden.tparrows {
		border: 2px solid #9ea0a1;
	}
	#rev_slider_2_1_wrapper .hesperiden.tparrows:before {
		color: #15b1c0 !important;
		line-height: 68px !important;
	}
	#rev_slider_2_1_wrapper .hesperiden.tparrows.rs-touchhover {
		border: 2px solid #15b1c0;
	}
	#rev_slider_2_1_wrapper .hesperiden.tparrows.rs-touchhover:before {
		color: #fff !important;
	}

/* Responsive
-------------------------------------------------------------- */
	@media only screen and (max-width: 1530px) { 
		.tf-services-wrap.style2 .desc {
			-webkit-line-clamp: 4; 
			-webkit-box-orient: vertical; 
			display: -webkit-box; 
			overflow: hidden; 
			text-overflow: ellipsis; 
			word-break: break-word;
		}
		.tf-services-wrap.style5 .services-post .desc {
			-webkit-line-clamp: 2; 
			-webkit-box-orient: vertical; 
			display: -webkit-box; 
			overflow: hidden; 
			text-overflow: ellipsis; 
			word-break: break-word;
		}
		.tf-services-wrap.style2 .services-post .title {
			font-size: 22px;
		}
		.tf-services-wrap.style2 .services-post .content {
			padding: 30px 15px;
		}
		.tf-project-wrap.style3 .project-filter {
			text-align: center;
		}
		.tf-project-wrap.style3 .project-post .content {
			width: 200px;
			padding: 25px;
		}
		.tf-project-wrap.style3 .project-post .content {
			left: 25px;
			bottom: -40px;
		}
		.tf-posts.style6 .blog-post .title {
			-webkit-line-clamp: 2;
			-webkit-box-orient: vertical;
			display: -webkit-box !important;
			overflow: hidden;
			text-overflow: ellipsis;
			word-break: break-word;
		}
		.tf-project-wrap.style4 .project-post .content {
			width: unset;
			left: 40px;
			bottom: 0px;
		}
	}

	@media only screen and (max-width: 1250px) { 
		.tf-project-wrap.style3 .project-post .post-icon i {
			font-size: 35px;
		}
		.tf-project-wrap.style3 .project-post .post-icon {
			margin-bottom: 8px;
		}
		.tf-project-wrap.style3 .project-post .content .title {
			line-height: 25px;
			margin-bottom: 20px;
			font-size: 20px;
		}
		.tf-project-wrap.style4 .project-post .content .inner-content {
			padding: 45px 35px 35px 35px;
		}
	}

	@media only screen and (max-width: 1150px) { 
		.tf-services-wrap.style3 .services-post .content {
			margin: -36.5% 7% 0 7%;
			padding: 22px 20px 23px 20px;
		}
	}

	@media only screen and (max-width: 1024px) {
		.services-post .content {
		    padding: 30px 9px 29px 20px;
		}
		.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;
		}
		.tf-services-wrap.style3 .services-post .content {
			padding: 15px;
		}
		.tf-services-wrap.style5 .services-post .content {
			bottom: -130px;
    		left: 20px;
		}
		.project-post .content {
			bottom: 20px;
		}
		.tf-services-wrap.style6 .services-post .content {
			width: unset;
			padding: 30px 20px;
			bottom: 0;
		}
		.tf-services-wrap.style6 .services-post:hover .content {
			padding: 30px 20px;
		}
		.tf-services-wrap.style6 .services-post .post-icon {
			top: -40px;
			left: 40px;
			width: 60px;
			height: 60px;
		}
		.tf-services-wrap.style6 .services-post .post-icon i {
			max-width: 30px;
			font-size: 30px;
		}
		.tf-services-wrap.style6 .services-post .featured-post img {
			width: 100%;
			height: 380px;
			object-fit: cover;
		}
	}

	@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;
		}

		.contact-page {
			padding: 50px 30px;
		}

		.request-callback-home2 {
			padding: 20px;
		}

		.contact-page .group-input {
			display: block;
		}

		.tf-project-wrap.style3 .project-post .content {
			left: 25px;
			bottom: 25px;
		}

		.tf-widget-project-wrap.style1 .project-post .content .desc {
			display: none;
		}

		.tf-services-wrap.style5 .services-post .content {
			padding: 30px 10px 30px 10px; 
		}
		.tf-services-wrap.style5 .services-post .content {
			bottom: -130px;
			left: 10px;
		}
		.tf-services-wrap.style5 .services-post .mark-content {
			bottom: -218px;
		}

		.tf-services-wrap.style4 .services-post .post-icon svg {
			max-width: 40px;
    		font-size: 40px;
		}
		.tf-services-wrap.style4 .services-post .post-icon {
			width: 65px;
			height: 100px;
		}
		.tf-services-wrap.style4 .services-post .post-icon i {
			max-width: 50px;
			font-size: 50px;
		}
		.project-post .content .title {
			font-size: 20px;
			line-height: 26px;
		}
		.tf-services-wrap.style3 .services-post .title {
			font-size: 22px;
		}
		.tf-services-wrap.style3 .services-post .content .category {
			font-size: 14px;
		}
		.tf-services-wrap.style4 .services-post .content {
			padding: 1px 0px 29px 15px;
		}

		.tf-services-wrap.style2 .desc {
			-webkit-line-clamp: 3; 
		}

		.tf-services-wrap.style4 .services-post .desc {
			-webkit-line-clamp: 4; 
			-webkit-box-orient: vertical; 
			display: -webkit-box; 
			overflow: hidden; 
			text-overflow: ellipsis; 
			word-break: break-word;
		}

		.contact-request-wcu {
			padding: 34px 25px;
		}

		.contact-page .group-input span:first-child {
			margin-right: 0;
		}
		.contact-page .group-input span {
			width: 100%;
		}

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

		.single-portfolios .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 {
			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%;
		}

		.tf-widget-project-wrap.style1 .project-post .content .desc {
			display: block;
		}

		.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 {
			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;
		}
		.single-project .entry-content .meta-post {
			position: unset;
		}
		.contact-request-wcu .group-input select {
			width: 100%;
		}
		.contact-request-wcu .group-input {
			display: block;
		}
		.tf-project-wrap.style3 .project-filter li {
			margin: 5px 5px;
		}
		.tf-project-wrap.style3 .project-filter li a {
			padding: 9px 10px;
		}
	}
	@keyframes move-arrow2 {
		0%{
			margin-left:10px;
		}
		50%{
			margin-left: 13px;
		}
		100%{
			margin-left:10px;
		}
	}