/* Portfolios Single
-------------------------------------------------------------- */	
	.single-portfolios .featured-post { margin-bottom: 38px; position: relative; }
	.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 {
		border-bottom: 1px solid rgba(9, 29, 62, 0.1);
		padding-bottom: 36px;
    	margin-bottom: 35px;
    	color: var(--theme-primary-color);
    	font-family: 'Jost';
    	font-size: 18px;
    	letter-spacing: 0.3px;
	}
	.single-portfolios .entry-content .meta-post .meta-post-item {    
		margin-right: 28px;
	    display: inline-block;
	}
	.single-portfolios .entry-content .meta-post .meta-post-item:last-of-type {    
		margin-right: 0px;
	}
	.single-portfolios .entry-content .meta-post .meta-post-title {
		margin-bottom: 9px;
	}

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

	.single-portfolios .entry-content .meta-post a,
	.single-portfolios .entry-content .meta-post .meta-post-content {
		color: var(--theme-secondary-color);
		font-weight: 500;
	}

	.single-portfolios .entry-content .meta-post a:hover {
		color: var(--theme-primary-color);
	}

	.single-portfolios .entry-content .post-title {
		font-size: 46px;
		font-weight: 500;
		margin: 0px 0px 10px 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: 22px; right: 22px; bottom: 25px; transform: translateY(100%); background: #fff; border-radius: 5px; }
	.portfolios-post .content .inner-content { position: relative; padding: 18px 20px 15px 23px; }
	.portfolios-post .content .post-meta { margin-top: 2px; }
	.portfolios-post .content .post-meta a, .portfolios-post .content .title a { color: var(--theme-primary-color); }
	.portfolios-post .content .title { font-family: "Jost"; font-size: 20px; font-weight: 600; line-height: 29px; margin: 0; }
	.portfolios-post:hover .content { transform: translateY(0%); opacity: 1; visibility: visible; }
	.wrap-portfolios-post .item .portfolios-post, .wrap-portfolios-post .item .title-section { margin-bottom: 30px; }
	.tf-portfolio-wrap .portfolios-post .content .line-plus {
		display: none;
	}
	/*Style 2*/
	.tf-portfolio-wrap.style2 .portfolios-post .content {
		margin-right: 30px;
		right: unset;
		bottom: 29px;
		left: 30px;
		border-radius: 5px;
	}
	.tf-portfolio-wrap.style2 .portfolios-post .content:before {
		content: '';
		width: 5px;
		height: 80%;
		position: absolute;
		left: 0;
		top: 50%;
		transform: translateY(-50%);
		border-radius: 5px;
		background: #0092FF;
	}
	.tf-portfolio-wrap.style2 .portfolios-post .content .inner-content {
		padding: 18px 46px 15px 23px;
	}
	/*Style 3*/
	.tf-portfolio-wrap.style3 .portfolios-post {
		border-radius: 0;
	}
	.tf-portfolio-wrap.style3 .portfolios-post .featured-post:after {
		content: '';
		width: 100%;
		height: 100%;
		position: absolute;
		left: 0;
		top: 0;
		background-color: #000000;
		visibility: hidden;
		opacity: 0;
		-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-portfolio-wrap.style3 .portfolios-post:hover .featured-post:after {
		visibility: visible;
		opacity: 0.65;
	}
	.tf-portfolio-wrap.style3 .portfolios-post .content {		
	    position: absolute;
	    top: 0;
	    right: 0;
	    bottom: 0;
	    left: 0;
	    background: transparent;	    
	    border-radius: 0px;
	    display: flex;
	    align-items: center;
	    justify-content: center;
	    text-align: center;
	    transform: translateY(0);
	}
	.tf-portfolio-wrap.style3 .portfolios-post .content .line-plus,
	.tf-portfolio-wrap.style3 .portfolios-post .content .title,
	.tf-portfolio-wrap.style3 .portfolios-post .content .post-meta {
		transform: translateY(25px);
		-webkit-transition: all 0.5s;
	    -moz-transition: all 0.5s;
	    -ms-transition: all 0.5s;
	    -o-transition: all 0.5s;
	    transition: all 0.5s;
	    visibility: hidden;
		opacity: 0;
	}
	.tf-portfolio-wrap.style3 .portfolios-post .content .line-plus {
	    -webkit-transition-delay: 0.2s;
	    -moz-transition-delay: 0.2s;
	    -ms-transition-delay: 0.2s;
	    -o-transition-delay: 0.2s;
	    transition-delay: 0.2s;
	}
	.tf-portfolio-wrap.style3 .portfolios-post .content .title {
	    -webkit-transition-delay: 0.4s;
	    -moz-transition-delay: 0.4s;
	    -ms-transition-delay: 0.4s;
	    -o-transition-delay: 0.4s;
	    transition-delay: 0.4s;
	}
	.tf-portfolio-wrap.style3 .portfolios-post .content .post-meta {
	    -webkit-transition-delay: 0.6s;
	    -moz-transition-delay: 0.6s;
	    -ms-transition-delay: 0.6s;
	    -o-transition-delay: 0.6s;
	    transition-delay: 0.6s;
	}
	.tf-portfolio-wrap.style3 .portfolios-post:hover .content .line-plus,
	.tf-portfolio-wrap.style3 .portfolios-post:hover .content .title,
	.tf-portfolio-wrap.style3 .portfolios-post:hover .content .post-meta {
		transform: translateY(0%);
		opacity: 1;
    	visibility: visible;
	}
	.tf-portfolio-wrap.style3 .portfolios-post .content .inner-content {
		padding: 15px;
	}
	.tf-portfolio-wrap.style3 .portfolios-post .content .title {
		font-size: 30px;
		line-height: 1.4;
	}
	.tf-portfolio-wrap.style3 .portfolios-post .content .post-meta {
		font-size: 18px;
		font-weight: 500;
	}
	.tf-portfolio-wrap.style3 .portfolios-post .content .title a,
	.tf-portfolio-wrap.style3 .portfolios-post .content .post-meta {
		color: #fff;
	}
	.tf-portfolio-wrap.style3 .portfolios-post .content .title a:hover {
		color: var(--theme-secondary-color);
	}
	.tf-portfolio-wrap.style3 .portfolios-post .content .line-plus {
		width: 70px;
		height: 70px;
		display: block;
	    margin-left: auto;
    	margin-right: auto;
    	position: relative;
    	margin-bottom: 22px;
	}
	.tf-portfolio-wrap.style3 .portfolios-post .content .line-plus .line {
		background-color: #ffffff;
		position: absolute;		
	}
	.tf-portfolio-wrap.style3 .portfolios-post .content .line-plus .line1 {
		width: 100%;
		height: 1px;
		top: 50%;
		left: 0;
	}
	.tf-portfolio-wrap.style3 .portfolios-post .content .line-plus .line2 {
		width: 1px;
		height: 100%;
		left: 50%;
		top: 0;
	}

	/*Carousel*/
	.tf-portfolio-wrap.has-carousel .wrap-portfolios-post .item .portfolios-post, 
	.tf-portfolio-wrap.has-carousel .wrap-portfolios-post .item .title-section { margin-bottom: 0px; }
	.tf-portfolio-wrap.has-carousel .row {
		margin-left: 0;
		margin-right: 0;
	}
	.tf-portfolio-wrap.has-carousel .row>* {
		padding-left: 0px;
		padding-right: 0px;
	}
	.tf-portfolio-wrap.has-carousel .wrap-portfolios-post .item {
		-webkit-box-flex: 0 !important;
	    -ms-flex: 0 0 100%  !important;
	    flex: 0 0 100% !important;
	    max-width: 100% !important;
	}
	.tf-portfolio-wrap .owl-carousel .owl-nav {
	    position: absolute;
	}
	.tf-portfolio-wrap .owl-carousel .owl-nav .owl-next, 
	.tf-portfolio-wrap .owl-carousel .owl-nav .owl-prev {
		position: absolute;
	    top: 50%;
	    left: 0;
	    transform: translateY(-50%);
	    color: #fff;
	    text-align: center;
	    padding: 0;
	    display: flex;
	    justify-content: center;
	    align-items: center;
	}

	.tf-portfolio-wrap .owl-carousel .owl-nav .owl-next {
	    left: unset;
	    right: 0;
	}

	.tf-portfolio-wrap .owl-carousel .owl-nav .owl-prev:before,
	.tf-portfolio-wrap .owl-carousel .owl-nav .owl-next:before,
	.tf-portfolio-wrap .owl-carousel .owl-dots .owl-dot:before {
	    display: none;
	}
	/* Justified */
	.justified-gallery {
	    width: 100%;
	    position: relative;
	    overflow: hidden;
	}

/* 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: "Jost";
		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: "Jost"; 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 18px 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-size: 40px;
	    font-weight: 500;
	    margin: 27px 0px 19px 0px;
	    letter-spacing: -0.8px;
	}
	
/* Services Archive
-------------------------------------------------------------- */
	.wrap-services-post .item,	
	.wrap-portfolios-post .item,
	.wrap-project-post .item,
	.wrap-doctor-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,
	.wrap-doctor-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,
	.wrap-doctor-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,
	.wrap-doctor-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,
	.wrap-doctor-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,
	.doctor-post .featured-post {
	    display: flex;
	    justify-content: center;
	    align-items: center;
	    position: relative;
	    overflow: hidden;
	    margin: 0;
	}

	.portfolios-post .featured-post img,
	.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.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;
	}

	.services-post .featured-post {
		border-radius: 5px;		
	}

	.portfolios-post:hover .featured-post img,
	.services-post:hover .featured-post img {
		-webkit-transform: scale(1.1);
	    -khtml-transform: scale(1.1);
	    -moz-transform: scale(1.1);
	    -ms-transform: scale(1.1);
	    -o-transform: scale(1.1);
	    transform: scale(1.1);
	}

	.services-post .content {
	    padding: 31px 30px 23px 33px;
	    position: relative;
	    box-shadow: 0px 10px 30px 3px rgba(0, 0, 0, 0.05);
	    border-radius: 5px;	
	    margin: -28px 15px 0 15px;
	    background: #fff;
	}

	.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 .post-meta li a {
        color: #707D84;
	}

	.services-post .title {
	    font-size: 20px;
	    font-weight: 700;
	    margin: 0px 0px 8px 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: 500;
		color: #091D3E;
	    display: inline-block;
	    text-align: center;
    	width: 100%;
    	padding: 10px 10px;
    	border: 2px solid var(--theme-secondary-color-rgba);
    	position: relative;
	}
	.services-post .tf-button-container a.btn:before {
		background: var(--theme-secondary-color);
	}
	.services-post .tf-button-container a:hover {
		color: #fff;
	}

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

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

	.services-post .post-icon,
	.tf-services-wrap.style2 .item .services-post {
		-webkit-transition: all 0.5s;
	    -moz-transition: all 0.5s;
	    -ms-transition: all 0.5s;
	    -o-transition: all 0.5s;
	    transition: all 0.5s;
	}
	.services-post:hover .post-icon {
		transform: translate(-8px, -5px) !important;
	}

	/*style 2*/	
	.tf-services-wrap.style2 .item .services-post {
		display: flex;
		margin-bottom: 30px;
	    box-shadow: 0px 10px 30px 3px rgb(0 0 0 / 5%);
	}
	.tf-services-wrap.style2 .services-post .featured-post {
		border-radius: 0px;
		width: 47.7%;
	}
	.tf-services-wrap.style2 .services-post .content {
		display: flex;
		align-items: flex-start;
		width: unset;
		padding: 35px 25px 20px 28px;
		margin: 0;
		width: 52.3%;
		border-radius: 0px;
		background: #fff;
		box-shadow: none;
	}
	.tf-services-wrap.style2 .services-post .post-icon {
		max-width: 195px;
		width: unset;
		height: unset;
		margin: 0px 10px 0px 0px;
		transform: translate(-8px, 0px);		
	}	
	.tf-services-wrap.style2 .services-post .title {
		margin: 0px 0px 2px 0px;
		display: flex;
		align-items: center;
		justify-content: flex-start;
		font-size: 24px;
	    font-weight: 600;
	    letter-spacing: -0.8px;
	}

	.tf-services-wrap .services-post .desc {
		color: #091D3E;
		line-height: 1.9;
	}

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

	.tf-services-wrap.style2 .item .services-post:hover {
		box-shadow: 0px 10px 30px 3px rgb(0 0 0 / 15%);
	}

	/*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: "Jost";
		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;
	}	

/* Doctor Single
-------------------------------------------------------------- */
	.single-doctor .entry-content .post-title { 
	    font-size: 46px;
	    font-weight: 500;
	    margin: 4px 0px 24px 0px;
	    letter-spacing: -1px;
	}

	.single-doctor .featured-post {
		border-radius: 5px;
		box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.07);
		margin-bottom: 50px;
	}

	.single-doctor .featured-post img {
		width: 100%;
	}

	.single-doctor .meta-doctor {
		position: relative;
		padding: 25px 35px;
	}

	.single-doctor .meta-doctor .social {
		background: #33B9CB;
		display: flex;
		justify-content: center;
		align-items: center;
		border-radius: 22px;
		position: absolute;
		bottom: 100%;
    	left: 50%;
    	transform: translate(-50%, 50%);
		max-width: 80%;
		padding: 0 25px;
	}

	.single-doctor .meta-doctor .social a {
		width: 35px;
		height: 44px;
		display: flex;
		justify-content: center;
		align-items: center;
		color: #fff;
	}

	.single-doctor .meta-doctor .list-info {
		border-bottom: 1px solid #D8D8D8;
	}

	.single-doctor .meta-doctor .list-info:last-of-type {
		border-bottom: none;
	}

	.single-doctor .meta-doctor .phone,
	.single-doctor .meta-doctor .mail {
		display: flex;
		padding: 21px 0px;
		color: #091D3E;
	}

	.single-doctor .meta-doctor .phone span,
	.single-doctor .meta-doctor .mail span,
	.single-doctor .meta-doctor .phone a,
	.single-doctor .meta-doctor .mail a {
		color: #091D3E;
	}

	.single-doctor .meta-doctor .phone .post-icon,
	.single-doctor .meta-doctor .mail .post-icon {
		font-size: 22px;
		margin-right: 33px;
	}

	.single-doctor .meta-doctor .themesflat-button {
		width: 100%;
		text-align: center;
		font-size: 18px;
		font-weight: 500;
		padding: 21px 0px;
	}

/* Doctor Archive
-------------------------------------------------------------- */
	.wrap-doctor-post .item {
		padding-left: 40px;
		padding-right: 40px;
	}

	.post-type-archive-doctor #themesflat-content {
		padding-top: 119px;
	}

	.doctor-post .featured-post {
		position: relative;
		overflow: hidden;
		border-radius: 50%;
		margin-bottom: 160px;
	}

	.doctor-post .featured-post img {
		-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;
	}

	.doctor-post:hover .featured-post img {
		-webkit-transform: scale(1.05);
	    -khtml-transform: scale(1.05);
	    -moz-transform: scale(1.05);
	    -ms-transform: scale(1.05);
	    -o-transform: scale(1.05);
	    transform: scale(1.05);
	}

	.doctor-post {
		position: relative;
    	margin-bottom: 40px;
	    display: inline-block;
        width: 100%;
	}

	.doctor-post .content {
		background: #fff;
		position: absolute;
		left: 0;
		bottom: 0;
		width: 100%;
		text-align: center;
		padding: 37px 15px 23px 15px;
	    box-shadow: 0px 10px 30px 0px rgb(0 0 0 / 7%);
	    border-radius: 5px;
	}

	.doctor-post .content:before {
		content: "";
		height: 3px;
		width: 85%;
		position: absolute;
		top: 0;
		left: 50%;
		transform: translateX(-50%);
	}

	.doctor-post .title {
		font-size: 20px;
		font-family: "Rubik";
	}

	.doctor-post .title a {
		color: #091D3E;
	}

	.doctor-post .content .social,
	.doctor-post .content {
		-webkit-transition: all .5s ease 0s;
	    -moz-transition: all .5s ease 0s;
	    -ms-transition: all .5s ease 0s;
	    -o-transition: all .5s ease 0s;
	    transition: all .5s ease 0s;
	}

	.doctor-post .content .social {
		display: flex;
	    justify-content: center;
	    align-items: center;
	    position: absolute;
	    left: 50%;
	    transform: translateX(-50%);
	    bottom: 0;
	    opacity: 0;
	    visibility: hidden;	
	    padding: 0 25px;
	    border-radius: 22px;
	    border: 1px solid rgba(9, 29, 62, 0.2);   
	}

	.doctor-post .content .social a {
	    width: 35px;
	    height: 42px;
	    display: flex;
	    justify-content: center;
	    align-items: center;
	    color: rgba(9, 29, 62, 0.4);
	}

	.tf-doctor-wrap.style1 .doctor-post.has-social:not(.hide-social-inner):hover .content,
	.tf-doctor-wrap.style1 .doctor-post.show-social-inner:not(.no-social):hover .content {
	    padding-bottom: 82px !important;
	}

	.tf-doctor-wrap.style1 .doctor-post.no-social .content,
	.tf-doctor-wrap.style1 .doctor-post.hide-social .content {
	    padding-bottom: 30px;
	}

	.doctor-post:hover .content .social {
		bottom: 25px;
		opacity: 1;
	    visibility: visible;	
	}

	/*Style 2*/
	.tf-doctor-wrap.style2 .doctor-post .featured-post {
		border-radius: 5px;
    	margin-bottom: 0px;
	}
	.tf-doctor-wrap.style2 .doctor-post .content {
		position: unset;
	    left: unset;
	    bottom: unset;
	    background: #F8F8F8;
	    padding: 25px 15px 84px 15px;
	    box-shadow: none;
        border-radius: 0px 0px 5px 5px;
	}
	.tf-doctor-wrap.style2 .doctor-post.no-social .content,
	.tf-doctor-wrap.style2 .doctor-post.hide-social-inner .content {
	    padding-bottom: 30px;
	}
	.tf-doctor-wrap.style2 .doctor-post.has-social:not(.hide-social-inner):hover .content,
	.tf-doctor-wrap.style2 .doctor-post.show-social-inner:not(.no-social) .content {
	    padding-bottom: 84px !important;
	}
	.tf-doctor-wrap.style2 .wrap-doctor-post .item {
	    padding-left: 15px;
	    padding-right: 15px;
	}
	.tf-doctor-wrap.style2 .doctor-post .content .social {
	    opacity: 1;
    	visibility: visible;
	    bottom: 25px !important;
	}
	.tf-doctor-wrap.style2 .doctor-post .content:before {
		display: none;
	}

	/*Carousel*/
	.tf-doctor-wrap.has-carousel .row {
		margin-left: 0;
		margin-right: 0;
	}
	.tf-doctor-wrap.has-carousel .row>* {
		padding-left: 0px;
		padding-right: 0px;
	}
	.tf-doctor-wrap.has-carousel .wrap-doctor-post .item {
		-webkit-box-flex: 0 !important;
	    -ms-flex: 0 0 100%  !important;
	    flex: 0 0 100% !important;
	    max-width: 100% !important;
	}
	.tf-doctor-wrap .owl-carousel .owl-nav {
	    position: absolute;
	}
	.tf-doctor-wrap .owl-carousel .owl-nav .owl-next, 
	.tf-doctor-wrap .owl-carousel .owl-nav .owl-prev {
		position: absolute;
	    top: 50%;
	    left: 0;
	    transform: translateY(-50%);
	    border-radius: 5px;
	    color: #fff;
	    text-align: center;
	    padding: 0;
	    display: flex;
	    justify-content: center;
	    align-items: center;
	    border: 3px solid #e8e8e9;
	}

	.tf-doctor-wrap .owl-carousel .owl-nav .owl-next {
	    left: unset;
	    right: 0;
	}

	.tf-doctor-wrap .owl-carousel .owl-nav .owl-prev:before,
	.tf-doctor-wrap .owl-carousel .owl-nav .owl-next:before,
	.tf-doctor-wrap .owl-carousel .owl-dots .owl-dot:before {
	    display: none;
	}

/* 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 70px 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: 0;
        padding: 10px 12px;
	}

	.portfolio-filter li a,
	.services-filter li a,
	.project-filter li a {
	    font-weight: 500;
	    font-size: 15px;
	    text-transform: uppercase;
	    line-height: 1;
	    display: inline-block;
	    position: relative;
	    padding: 23px 10px;
	    border-radius: 5px;
	    background: transparent;
	    color: var(--theme-primary-color);
	    background: #F8F8F8;
	    min-width: 200px;
	}

	.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 (max-width: 1199px) {
	    .tf-services-wrap.style2 .services-post .featured-post a {
	        height: 100%;
	    }
	    .tf-services-wrap.style2 .services-post .featured-post img {
	        height: 100%;
	        object-fit: cover;
	    }
	}

	@media only screen and (max-width: 1024px) {
		.services-post .content {
		    padding: 30px 20px 30px 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;
		}

		.wrap-doctor-post .item {
		    padding-left: 15px;
		    padding-right: 15px;
		}

		.services-post .featured-post a, 
		.portfolios-post .featured-post a, 
		.project-post .featured-post a, 
		.doctor-post .featured-post a,
		.services-post .featured-post a img, 
		.portfolios-post .featured-post a img, 
		.project-post .featured-post a img, 
		.doctor-post .featured-post a img {
			width: 100%;
		}
	}

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

		.wrap-services-post.column-4 .item,
		.wrap-portfolios-post.column-4 .item,
		.wrap-project-post.column-4 .item,
		.wrap-doctor-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,
		.wrap-doctor-post.column-5 .item {
			-webkit-box-flex: 0;
		    -ms-flex: 0 0 50%;
		    flex: 0 0 50%;
		    max-width: 50%;
		}

		.wrap-services-post.column-3,
		.wrap-portfolios-post.column-3,
		.wrap-project-post.column-3,
		.wrap-doctor-post.column-3,
		.wrap-services-post.column-4,
		.wrap-portfolios-post.column-4,
		.wrap-project-post.column-4,
		.wrap-doctor-post.column-4,
		.wrap-services-post.column-5,
		.wrap-portfolios-post.column-5,
		.wrap-project-post.column-5,
		.wrap-doctor-post.column-5 {
			justify-content: center;
		}

		.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 .meta-post-item,
		.single-project .entry-content .meta-post .meta-post-item {
			padding: 0 !important;
			margin-bottom: 15px;
			margin-right: 15px;
		}
		
		.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,
		.wrap-doctor-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,
		.wrap-doctor-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,
		.wrap-doctor-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,
		.wrap-doctor-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;
		}

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

		.tf-services-wrap.style2 .item .services-post {
			display: block;
		}

		.tf-services-wrap.style2 .services-post .featured-post,
		.tf-services-wrap.style2 .services-post .content, 
		.themesflat-services-taxonomy.style2 .services-post .content {
			width: 100%;
		}

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

	@media only screen and (max-width: 425px) {
		.portfolio-filter li a, .services-filter li a, .project-filter li a {
			min-width: 160px;
		}
	}
