/* 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: 60px;
  position: relative;
}
.single-project .featured-post img {
  border-radius: 0px 150px 0px 0px;
  height: 643px;
  width: 100%;
  object-fit: cover;
}
.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 {
  margin: 0px 0px 30px 0px;
  text-align: center;
}

@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
-------------------------------------------------------------- */

.tf-widget-project-wrap.style1 .project-post .content h2,
.tf-widget-project-wrap.style2 .project-post .content h2,
.posttype-pj .project-post .content h2 {
  font-family: "Raleway";
  font-weight: 900;
  font-size: 30px;
  line-height: 115%;
  margin-bottom: 2px;
}

.tf-widget-project-wrap.style1 .project-post .content h2 a,
.tf-widget-project-wrap.style2 .project-post .content h2 a,
.posttype-pj .project-post .content h2 a,
.posttype-pj .project-post .content .group-author a {
  color: #fff;
}

.posttype-pj .project-post .content h2 a:hover,
.posttype-pj .project-post .content .group-author a:hover {
  color: var(--theme-secondary-color);
}

.tf-widget-project-wrap .project-post .featured-post a {
  width: 100%;
} 

.tf-widget-project-wrap.style1 .project-post .featured-post a::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 80%;
  background: linear-gradient(
    270deg,
    var(--theme-primary-color) 0%,
    rgba(4, 33, 129, 0) 100%
  );
  -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 .project-post .featured-post a img {
  transition: all 500ms ease;
  transform: scale(1);
}

.tf-widget-project-wrap .project-post:hover .featured-post a img {
  transform: scale(1.05);
}

.tf-widget-project-wrap.style2 .project-post .featured-post a::after,
.posttype-pj .project-post .featured-post a::after  {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 70%;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  background: linear-gradient(
    180deg,
    rgba(4, 33, 129, 0) 0%,
    var(--theme-primary-color) 100%
  );
}

.tf-widget-project-wrap.style2 .project-post:hover .featured-post a::after,
.posttype-pj .project-post:hover .featured-post a::after  {
  height: 200%;
}

.tf-widget-project-wrap.style1 .project-post:hover .featured-post a::after {
  width: 150%;
}

.tf-widget-project-wrap.style1 .project-post:hover .tf-button-container,
.tf-widget-project-wrap.style2 .project-post:hover .tf-button-container,
.posttype-pj .project-post:hover .tf-button-container {
  right: 10px;
  bottom: 10px;
}

.tf-widget-project-wrap .project-post,
.posttype-pj .project-post {
  position: relative;
  border-right: 4px solid var(--theme-accent-color);
}

.tf-widget-project-wrap:not(.style3) .project-post .content {
  position: absolute;
  top: 25px;
  right: 21px;
  text-align: right;
}

.tf-widget-project-wrap.style3 .project-post .content {
  background: #FFFFFF;
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.05);
  padding: 30px 30px 30px 30px;
  -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-widget-project-wrap.style3 .project-post .content .group-author {
  display: flex;
  align-items: center;
  color: #4F556A;
}

.tf-widget-project-wrap.style3 .project-post .content .group-author h6 {
  font-size: 12px;
  line-height: 24px;
  opacity: 0.5;
  color: #4F556A;
  margin-right: 7px;
}

.tf-widget-project-wrap.style3 .project-post .content .group-author a {
  font-weight: 600;
  font-size: 16px;
  line-height: 140%;
  color: #4F556A;
}

/* .tf-widget-project-wrap.style3 .project-post:hover .content {
  background: var(--theme-primary-color);
} */
/* .tf-widget-project-wrap.style3 .project-post:hover .group-author a,
.tf-widget-project-wrap.style3 .project-post:hover .content .group-author h6,
.tf-widget-project-wrap.style3 .project-post:hover .content h2 a {
  color: #fff;
} */

.tf-widget-project-wrap.style3 .project-post .content .group-author a:hover,
.tf-widget-project-wrap.style3 .project-post .content h2 a:hover {
  color: var(--theme-secondary-color);
}

.tf-widget-project-wrap.style3 .project-post .featured-post img {
  border-radius: 0 60px 0 0;
}

.tf-widget-project-wrap.style3 .project-post .content h2 {
  font-size: 30px;
  line-height: 35px;
  margin-bottom: 6px;

}

.tf-widget-project-wrap.style3 .project-post {
  position: relative;
  border: unset;
}

.tf-widget-project-wrap .project-post .group-author h6 {
  font-weight: 400;
  font-size: 12px;
  line-height: 24px;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: -3px;
  font-family: "Hind";
}

.tf-widget-project-wrap .project-post .group-author a {
  font-weight: 600;
  font-size: 16px;
  line-height: 140%;
  color: #fff;
}

.tf-widget-project-wrap.style1 .project-post .content h2 a:hover,
.tf-widget-project-wrap .project-post .group-author a:hover,
.tf-widget-project-wrap.style2 .project-post .content h2 a:hover,
.posttype-pj .project-post .content h2 a:hover {
  color: var(--theme-secondary-color);
}

.tf-widget-project-wrap .project-post .tf-button-container,
.posttype-pj  .project-post .tf-button-container {
  position: absolute;
  bottom: 0;
  right: 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-widget-project-wrap .project-post .tf-button-container a,
.posttype-pj .project-post .tf-button-container a {
  height: 56px;
  width: 56px;
  background: var(--theme-accent-color);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--theme-primary-color);
  border: 2px solid var(--theme-accent-color);
}
.tf-widget-project-wrap .project-post .tf-button-container a:hover,
.posttype-pj .project-post .tf-button-container a:hover {
  background: var(--theme-primary-color);
  color: var(--theme-accent-color);
  border-color: var(--theme-accent-color);
}

.tf-widget-project-wrap.style2 .project-post .tf-button-container a:hover {
  background: var(--theme-accent-color);
  color: var(--theme-primary-color);
  border: 2px solid var(--theme-accent-color);
}

.tf-widget-project-wrap .project-post .tf-button-container a i,
.posttype-pj .project-post .tf-button-container a i {
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

.tf-widget-project-wrap .project-post .tf-button-container a:hover i,
.posttype-pj .project-post .tf-button-container a:hover i {
  transform: rotate(-60deg);
}

.posttype-pj .project-post {
  margin-bottom: 30px;
}

.tf-widget-project-wrap .owl-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 150px;
  position: absolute;
  top: -90px;
  z-index: 100;
  right: 20px;
}

.tf-widget-project-wrap .owl-nav .owl-prev,
.tf-widget-project-wrap .owl-nav .owl-next {
  width: 70px;
  height: 70px;
  background: var(--theme-accent-color);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--theme-primary-color);
  font-size: 35px;
  -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-widget-project-wrap .owl-nav .owl-prev:hover,
.tf-widget-project-wrap .owl-nav .owl-next:hover {
  background: var(--theme-primary-color);
  color: var(--theme-accent-color);
}

/* 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 .project-post .featured-post a {
  width: 100%;
}
/* Style 2 */
.tf-widget-project-wrap.style2 .project-post .content,
.posttype-pj .project-post .content {
  position: absolute;
  bottom: 17px;
  left: 21px;
  text-align: left;
  padding-right: 35%;
  top: unset;
  right: unset;
}
.tf-widget-project-wrap.style2 .project-post .content h2 {
  margin-bottom: 19px;
}
.tf-widget-project-wrap.style2 .project-post {
  border-right: 0px solid var(--theme-accent-color);
}
.tf-widget-project-wrap.style2 .tf-button-container {
  visibility: hidden;
  opacity: 0;
  bottom: -20px;
  right: 0;
}
.tf-widget-project-wrap.style2 .project-post:hover .tf-button-container {
  visibility: visible;
  opacity: 1;
  bottom: 2px;
  right: 0;
}
.tf-widget-project-wrap.style2 .project-post::after {
  content: "";
  width: 100%;
  height: 4px;
  background: transparent;
  position: absolute;
  bottom: -4px;
  left: 0;
  right: 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-widget-project-wrap.style2 .project-post .featured-post a::before {
  content: "\e979";
  font-family: "grabyinsur";
  position: absolute;
  top: 30%;
  visibility: hidden;
  opacity: 0;
  left: 50%;
  font-size: 45px;
  transform: translateX(-50%);
  color: #fff;
  z-index: 5;
  -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.style2 .project-post:hover .featured-post a::before {
  top: 33%;
  visibility: visible;
  opacity: 1;
}
.tf-widget-project-wrap.style2 .project-post:hover::after {
  bottom: 0;
  background: var(--theme-accent-color);
}
.tf-widget-project-wrap.style2 .project-post .tf-button-container a:hover i {
  transform: rotate(-60deg);
}

.tf-widget-project-wrap.style2 .project-post .icon {
	width: 100px;
    height: 100px;
    background: var(--theme-primary-color);
    border: 6px solid #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--theme-accent-color);
    border-radius: 50%;
    margin-bottom: -50px;
    margin-left: 20px;
    position: relative;
    z-index: 10;
	font-size: 45px;
}

.tf-widget-project-wrap .owl-dots {
    position: absolute;
    left: 43%;
    bottom: -53px;
    display: flex;
    gap: 5px;
}

.tf-widget-project-wrap .owl-dots .owl-dot {
	width: 60px;
	height: 3px;
	background: var(--theme-primary-color);
	-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-widget-project-wrap .owl-dots .owl-dot:not(.active):hover {
	transform: scale(1.1);
}

.tf-widget-project-wrap .owl-dots .owl-dot.active,
.tf-widget-project-wrap .owl-dots .owl-dot:hover {
	background: var(--theme-secondary-color);
}

.tf-widget-project-wrap.style3 .project-post .featured-post a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 50%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  background: linear-gradient( 180deg, rgba(4, 33, 129, 0) 0%, var(--theme-primary-color) 100% );
}

.tf-widget-project-wrap.style3 .project-post:hover .featured-post a::after {
  height: 100%;
  opacity: 1;
  visibility: visible;
}

/* 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 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.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);
}

.doctor-post:hover .content {
  padding-bottom: 82px;
}

.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 !important;
  box-shadow: none;
  border-radius: 0px 0px 5px 5px;
}
.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: 16px;
  font-weight: 700;
  padding: 11px 61px;
  border: none;
  background: var(--theme-primary-color);
  color: var(--theme-accent-color);
}

.navigation.loadmore.portfolios a:hover,
.navigation.loadmore.services a:hover,
.navigation.loadmore.project a:hover {
  background: var(--theme-accent-color);
  color: var(--theme-primary-color);
}

/* 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-style-over .owl-stage-outer {
    overflow: unset;
}
.clippath-form {
  clip-path: polygon(0 0, 100% 0, 100% 47%, 0% 100%);
}

/* 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.row {
  margin: 0 !important;
}

/* elementor */

.blog-wd-list .tf-posts .column:last-child .blog-post {
	border: unset !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;
  }
  .st-post-ex .tf-posts.list .blog-post .featured-post {
    width: unset !important;
  }
}

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

  .tf-widget-project-wrap .owl-dots {
    left: 50%;
    transform: translateX(-50%);
}
.single-project .featured-post img {
  height: 450px;
}
}

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

  .single-project .featured-post img {
    height: 300px;
  }

  .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;
  }
  .tf-widget-project-wrap .owl-dots {
    display: none;
}
.clippath-form {
  clip-path: unset;
}
}

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