:root {
--bg-image-s2: "#fff";
}
.tf-services.no-carousel {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
position: relative;
}
.tf-services.no-carousel.column-1 .item {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
.tf-services.no-carousel.column-2 .item {
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
.tf-services.no-carousel.column-3 .item {
-ms-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
max-width: 33.333333%;
}
.tf-services.no-carousel.column-4 .item {
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%;
}
.tf-services .services-post {
border-radius:5px ;
}
.tf-services .featured-post > a {
display: inline;
}
.tf-services .featured-post img,
.tf-services.style1 .tf-button-container .tf-button:before,
.tf-services.style2 .featured-post,
.tf-services.style2 .content-post {
-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 .services-post .tf-button-container .tf-button svg path {
fill-opacity: 1;
}
.navigation.paging-navigation {
display: flex;
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
justify-content: center;
} .tf-services.style1 .featured-post {
position: relative;
overflow: hidden;
margin: 0;
}
.tf-services .services-post .service-category li a::before {
content: "\f055";
font-size: 12px;
font-family: 'Font Awesome 5 Free';    
font-weight: 600;
color: #ff4040;
margin-right: 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 .services-post:hover .service-category li a::before {
color: #ffffff;
} .tf-services.style3 .services-post,
.tf-services.style2 .services-post {
position: relative;
z-index: 5;
}
.tf-services.style3 .services-post::after,
.tf-services.style2 .services-post::after {
all: inherit;
content: "";
width: 100%;
height: 100%;
opacity: 0;
visibility: hidden;
background: #ff4040;
position: absolute;
top: 0;
right: 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;
z-index: -1;
}
.tf-services.style3 .services-post::before,
.tf-services.style2 .services-post::before,
.tf-services.style3 .services-post .content::before,
.tf-services.style2 .services-post .content::before {
display: none;
}
.tf-services.style3 .services-post .service-category{
display: block;
}
.tf-services.style3 .services-post .service-category li {
padding: 7px 0;
}
.tf-services.style3 .services-post:hover::after,
.tf-services.style2 .services-post:hover::after {
opacity: 1;
visibility: visible;
} .tf-services.style3 .services-post .service-category {
position: relative;
padding-top: 40px;
}
.tf-services.style3 .services-post .service-category::before {
content: '';
width: 70px;
height: 2px;
background-color: #ff4040;
position: absolute;
top: 0;
left: 50%;
transform: translateX(-50%);
-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.style3 .services-post:hover .service-category::before  {
background-color: #fff;
} .tf-services.style4 .services-post {
text-align: left;
}
.tf-services.style4 .services-post .featured-post,
.tf-services.style4 .services-post .tf-button-container a {
justify-content: left;
}
.tf-services.style4 .services-post::before,
.tf-services.style4 .services-post::after {
display: none;
}
.tf-services.style4 .services-post .post-icon {
-webkit-transition: all 0.8s ease;
-moz-transition: all 0.8s ease;
-ms-transition: all 0.8s ease;
-o-transition: all 0.8s ease;
transition: all 0.8s ease;
}
.tf-services.style4 .services-post:hover .post-icon {
transform: rotateY(360deg);
-webkit-transition: all 0.8s ease;
-moz-transition: all 0.8s ease;
-ms-transition: all 0.8s ease;
-o-transition: all 0.8s ease;
transition: all 0.8s ease;
}
.tf-services.style4 .services-post,
.tf-services.style4 .services-post:hover {
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
}
.services-post:hover {
cursor: default;
} .tf-services.has-carousel .owl-nav .owl-prev,
.tf-services.has-carousel .owl-nav .owl-next {
width: 50px;
height: 50px;
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;
}
.tf-services.has-carousel .owl-nav {
position: absolute;
}
.tf-services .owl-carousel .owl-nav .owl-next,
.tf-services .owl-carousel .owl-nav .owl-prev {
border: 3px solid #e8e8e9;
}
.tf-services.has-carousel .owl-nav .owl-next {
left: unset;
right: 0;
}
.tf-services.has-carousel .owl-nav .owl-prev:before,
.tf-services.has-carousel .owl-nav .owl-next:before,
.tf-services.has-carousel .owl-dots .owl-dot:before {
display: none;
}
.tf-services.has-carousel .owl-nav .owl-prev.disabled,
.tf-services.has-carousel .owl-nav .owl-next.disabled {
display: none !important;
}
.tf-services.has-carousel.no-arrow .owl-nav .owl-prev,
.tf-services.has-carousel.no-arrow .owl-nav .owl-next {
display: none;
}
.tf-services.has-carousel.has-arrow .owl-nav .owl-prev,
.tf-services.has-carousel.has-arrow .owl-nav .owl-next {
display: block;
}
.tf-services .owl-dots {
display: inline-block;
position: absolute;
left: 50%;
transform: translateX(-50%);
}
.tf-services .owl-dots .owl-dot {
width: 10px;
height: 10px;
background: #777;
display: inline-block;
margin: 0 5px;
}
.tf-services.has-carousel.no-bullets .owl-dots {
display: none;
}
.tf-services.has-carousel.has-bullets .owl-dots {
display: block;
}
@media (max-width: 991px) {
.tf-services.no-carousel.tablet-column-1 .item {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
.tf-services.no-carousel.tablet-column-2 .item {
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
.tf-services.no-carousel.tablet-column-3 .item {
-ms-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
max-width: 33.333333%;
}
}
@media (max-width: 767px) {
.tf-services.no-carousel.mobile-column-1 .item {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
.tf-services.no-carousel.mobile-column-2 .item {
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}.tf-counter {
position: relative;
}
.tf-counter.default::after {
content: "";
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
border: 2px dashed rgba(255, 255, 255, 0.3);
box-sizing: border-box;
}
.tf-counter.default .counter-number-wrapper {
width: 100%;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
display: inline-block;
justify-content: center;
}
.tf-counter .counter-icon {
display: inline-flex;
justify-content: center;
align-items: center;
}
.tf-counter .counter-number-wrapper {
display: inline-flex;
position: relative;
}
.tf-counter.style1 .counter-number-wrapper::after {
content: "";
width: 15px;
height: 15px;
-webkit-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
position: absolute;
top: -1px;
right: -6px;
background-color: #ff4040;
}
.tf-counter.style1:after {
content: "";
width: 100%;
height: 2px;
position: absolute;
left: 50%;
transform: translateX(-50%);
bottom: 0;
background: #ff4040;
-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;
opacity: 0;
visibility: hidden;
}
.tf-counter.style1:hover:after {
opacity: 1;
visibility: visible;
-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-counter.style2 .wrap-icon-title {
display: inline-flex;
align-items: center;
justify-content: center;
}
.tf-counter .counter-icon {
-webkit-transition: all 1s ease 0s;
-moz-transition: all 1s ease 0s;
-ms-transition: all 1s ease 0s;
-o-transition: all 1s ease 0s;
transition: all 1s ease 0s;
}
.tf-counter:hover .counter-icon {
-webkit-transform: rotateY(360deg);
transform: rotateY(360deg);
}.tf-title-section .title-section .blurred-text {
color: transparent;
-webkit-text-fill-color: transparent; -webkit-text-stroke-width: 2px;
-webkit-text-stroke-color: rgba(31,36,44,0.07);
white-space: nowrap;
}
.tf-title-section .sub-title p {
margin: 0;
}
.tf-title-section .title-section .blurred-text { -webkit-background-clip: text;
background-clip: text;
-webkit-text-fill-color: transparent;
background-repeat: no-repeat;
background-size: 70%;
animation: shine 5s linear infinite;
position: relative;
}
.tf-title-section .title-section .heading,
.tf-title-section .title-section .sub-title {
position: relative;
z-index: 1;
}
.tf-title-section.two-line .title-section .heading,
.tf-title-section.one-line .title-section .heading {
padding: 0 60px;
display: inline-block;
}
.tf-title-section.two-line .title-section .heading::after,
.tf-title-section.two-line .title-section .heading::before,
.tf-title-section.one-line .title-section .heading::before {
content: '';
width: 40px;
height: 3px;
position: absolute;
top: 50%;
left: 0%;
transform: translate(0%,-50%);
-ms-transform: translate(0%,-50%);
}   
.tf-title-section.two-line .title-section .heading::after {
left: inherit;
right: 0;
}.tficonbox {
display: flex;
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
}
.tficonbox .wrap-icon {
flex-shrink: 0;
margin-right: 2px;
}
.tficonbox .title {
font-size: 16px;
}
.tficonbox .content {
margin-top: 4px;
}
.tficonbox.top {
text-align: center;
}
.tficonbox.left {
-webkit-box-align: start;
-webkit-align-items: flex-start;
-ms-flex-align: start;
align-items: flex-start;
text-align: left;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-webkit-flex-direction: row;
-ms-flex-direction: row;
flex-direction: row;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
}
.tficonbox.left .wrap-icon {
display: -webkit-inline-box;
display: -webkit-inline-flex;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-flex: 0;
-webkit-flex: 0 0 auto;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
}
.tficonbox.left .content {
-webkit-box-flex: 1;
-webkit-flex-grow: 1;
-ms-flex-positive: 1;
flex-grow: 1;
}
.tficonbox.right {
-webkit-box-align: start;
-webkit-align-items: flex-start;
-ms-flex-align: start;
align-items: flex-start;
text-align: right;
-webkit-box-orient: horizontal;
-webkit-box-direction: reverse;
-webkit-flex-direction: row-reverse;
-ms-flex-direction: row-reverse;
flex-direction: row-reverse;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
}
.tficonbox.right .wrap-icon {
display: -webkit-inline-box;
display: -webkit-inline-flex;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-flex: 0;
-webkit-flex: 0 0 auto;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
}
.tficonbox.right .content {
-webkit-box-flex: 1;
-webkit-flex-grow: 1;
-ms-flex-positive: 1;
flex-grow: 1;
}
.tficonbox .wrap-icon .wrap-icon-inner {
display: inline-flex;
font-size: 50px;
justify-content: center;
align-items: center;
}
.tficonbox .wrap-icon .wrap-icon-inner.image {
line-height: 0 !important;
}
.tficonbox .wrap-icon.circle .wrap-icon-inner,
.tficonbox .wrap-icon.square .wrap-icon-inner {
background-color: #ff4040;
}
.tficonbox .wrap-icon.circle .wrap-icon-inner,
.tficonbox .wrap-icon.circle-outline .wrap-icon-inner,
.tficonbox .wrap-icon.circle .wrap-icon-spin-around:before,
.tficonbox .wrap-icon.circle-outline .wrap-icon-spin-around:before {
padding: 0.5em;
border-radius: 50%;
}
.tficonbox .wrap-icon.circle-outline .wrap-icon-inner,
.tficonbox .wrap-icon.square-outline .wrap-icon-inner,
.tficonbox .wrap-icon.square-outline .wrap-icon-spin-around:before,
.tficonbox .wrap-icon.circle-outline .wrap-icon-spin-around:before {
border-width: 3px;
border-style: solid;
}
.tficonbox,
.tficonbox a,
.tficonbox .wrap-icon .wrap-icon-inner,
.tficonbox .tf-button i,
.tficonbox .tf-button svg,
.tficonbox .description,
.tficonbox .title,
.tficonbox .tf-button.has-line:after {
-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;
}
.tficonbox.top .wrap-icon {
margin-bottom: 17px;
}
.tficonbox .tf-button-container.left {
text-align: left;
}
.tficonbox .tf-button-container.center {
text-align: center;
}
.tficonbox .tf-button-container.right {
text-align: right;
}
.tficonbox .tf-button-container.justify .tf-button {
text-align: center;
width: 100%;
}
.tficonbox .tf-button-container a {
margin-top: 10px;
display: inline-flex;
justify-content: center;
align-items: center;
position: relative;
}
.tficonbox .tf-button.has-line:after {
content: "";
position: absolute;
left: 0;
bottom: -3px;
height: 1px;
width: 100%;
}
.tficonbox .tf-button.has-line:after {
content: "";
background-color: #ff4040;
-webkit-transform: scale(1, 1);
-ms-transform: scale(1, 1);
transform: scale(1, 1);
-webkit-transform-origin: left top;
-ms-transform-origin: left top;
transform-origin: left top;
transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1) 0s,
-webkit-transform 500ms 0s;
}
.tficonbox .tf-button.has-line:hover:after {
-webkit-transform: scale(0, 1);
-ms-transform: scale(0, 1);
transform: scale(0, 1);
-webkit-transform-origin: top right;
-ms-transform-origin: top right;
transform-origin: top right;
}
.tficonbox {
position: relative;
overflow: hidden;
}
.tficonbox .wrap-icon,
.tficonbox .content {
z-index: 2;
position: relative;
}
.tficonbox .overlay {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
-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;
}
.tficonbox .overlay.from-left,
.tficonbox .overlay.from-right,
.tficonbox .overlay.from-top,
.tficonbox .overlay.from-bottom {
-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;
}
.tficonbox .overlay.fadein {
opacity: 0;
visibility: hidden;
}
.tficonbox:hover .overlay.fadein {
opacity: 1;
visibility: visible;
}
.tficonbox .overlay.from-left {
opacity: 0;
visibility: hidden;
left: -100%;
}
.tficonbox:hover .overlay.from-left {
opacity: 1;
visibility: visible;
left: 0%;
}
.tficonbox .overlay.from-top {
opacity: 0;
visibility: hidden;
top: -100%;
}
.tficonbox:hover .overlay.from-top {
opacity: 1;
visibility: visible;
top: 0%;
}
.tficonbox .overlay.from-right {
opacity: 0;
visibility: hidden;
left: 100%;
}
.tficonbox:hover .overlay.from-right {
opacity: 1;
visibility: visible;
left: 0%;
}
.tficonbox .overlay.from-bottom {
opacity: 0;
visibility: hidden;
top: 100%;
}
.tficonbox:hover .overlay.from-bottom {
opacity: 1;
visibility: visible;
top: 0%;
} .btn-overlay {
position: relative;
overflow: hidden;
z-index: 1;
-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;
}
.btn-overlay:after {
content: "";
position: absolute;
width: 100%;
height: 100%;
z-index: -1;
}
.from-top.btn-overlay:after {
top: -100%;
left: 0;
}
.from-top.btn-overlay:hover:after {
top: 0%;
}
.from-bottom.btn-overlay:after {
top: 100%;
left: 0;
}
.from-bottom.btn-overlay:hover:after {
top: 0%;
}
.from-left.btn-overlay:after {
top: 0;
left: -100%;
}
.from-left.btn-overlay:hover:after {
left: 0;
}
.from-right.btn-overlay:after {
top: 0;
left: 100%;
}
.from-right.btn-overlay:hover:after {
left: 0;
}
.from-center.btn-overlay:after {
width: 0%;
top: 50%;
left: 50%;
-webkit-transform: translateX(-50%) translateY(-50%);
-moz-transform: translateX(-50%) translateY(-50%);
-ms-transform: translateX(-50%) translateY(-50%);
transform: translateX(-50%) translateY(-50%);
opacity: 0;
visibility: hidden;
}
.from-center.btn-overlay:hover:after {
width: 100%;
opacity: 1;
visibility: visible;
}
.skew.btn-overlay:after {
width: 100%;
height: 0;
top: 50%;
left: 50%;
background: #fff;
opacity: 0;
-webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
-moz-transform: translateX(-50%) translateY(-50%) rotate(45deg);
-ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
transform: translateX(-50%) translateY(-50%) rotate(45deg);
}
.skew.btn-overlay:hover:after {
height: 260%;
opacity: 1;
} .container-widget.flip-box {
position: relative;
-webkit-perspective: 1000px;
perspective: 1000px;
-webkit-transform-style: preserve-3d;
transform-style: preserve-3d;
}
.flip-box-front,
.flip-box-back {
-webkit-transform-style: preserve-3d;
transform-style: preserve-3d;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
position: absolute;
width: 100%;
height: 100%;
-webkit-transition: all 0.6s ease-in-out;
-o-transition: all 0.6s ease-in-out;
transition: all 0.6s ease-in-out;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: stretch;
-webkit-align-items: stretch;
-ms-flex-align: stretch;
align-items: stretch;
}
.flip-box-front {
-webkit-transform: none;
-ms-transform: none;
transform: none;
z-index: 1;
}
.flip-box-back {
-webkit-transform: rotateX(0) rotateY(180deg);
transform: rotateX(0) rotateY(180deg);
}
.container-widget.flip-box:hover .flip-box-front {
-webkit-transform: rotateX(0) rotateY(-180deg);
transform: rotateX(0) rotateY(-180deg);
}
.container-widget.flip-box:hover .flip-box-back {
-webkit-transform: none;
-ms-transform: none;
transform: none;
}
.container-widget.flip-box.reverse-horizontal-rotation .flip-box-back {
-webkit-transform: rotateX(0) rotateY(-180deg);
transform: rotateX(0) rotateY(-180deg);
}
.container-widget.flip-box.reverse-horizontal-rotation:hover .flip-box-front {
-webkit-transform: rotateX(0) rotateY(180deg);
transform: rotateX(0) rotateY(180deg);
}
.container-widget.flip-box.reverse-horizontal-rotation:hover .flip-box-back {
-webkit-transform: none;
-ms-transform: none;
transform: none;
}
.container-widget.flip-box.vertical-rotation .flip-box-back {
-webkit-transform: rotateX(0) rotateX(180deg);
transform: rotateX(0) rotateX(180deg);
}
.container-widget.flip-box.vertical-rotation:hover .flip-box-front {
-webkit-transform: rotateX(0) rotateX(-180deg);
transform: rotateX(0) rotateX(-180deg);
}
.container-widget.flip-box.vertical-rotation:hover .flip-box-back {
-webkit-transform: none;
-ms-transform: none;
transform: none;
}
.container-widget.flip-box.reverse-vertical-rotation .flip-box-back {
-webkit-transform: rotateX(0) rotateX(-180deg);
transform: rotateX(0) rotateX(-180deg);
}
.container-widget.flip-box.reverse-vertical-rotation:hover .flip-box-front {
-webkit-transform: rotateX(0) rotateX(180deg);
transform: rotateX(0) rotateX(180deg);
}
.container-widget.flip-box.reverse-vertical-rotation:hover .flip-box-back {
-webkit-transform: none;
-ms-transform: none;
transform: none;
} .tficonbox .wrap-icon-inner {
position: relative;
}
.tficonbox .wrap-icon-inner.right-to-left,
.tficonbox .wrap-icon-inner.left-to-right,
.tficonbox .wrap-icon-inner.top-to-bottom,
.tficonbox .wrap-icon-inner.bottom-to-top {
overflow: hidden;
}
.tficonbox:hover .wrap-icon-inner.right-to-left i,
.tficonbox:hover .wrap-icon-inner.right-to-left svg,
.tficonbox:hover .wrap-icon-inner.right-to-left image {
-webkit-animation: toRightFromLeft 0.3s forwards;
-moz-animation: toRightFromLeft 0.3s forwards;
animation: toRightFromLeft 0.3s forwards;
}
.tficonbox:hover .wrap-icon-inner.left-to-right i,
.tficonbox:hover .wrap-icon-inner.left-to-right svg,
.tficonbox:hover .wrap-icon-inner.left-to-right image {
-webkit-animation: toLeftFromRight 0.3s forwards;
-moz-animation: toLeftFromRight 0.3s forwards;
animation: toLeftFromRight 0.3s forwards;
}
.tficonbox:hover .wrap-icon-inner.top-to-bottom i,
.tficonbox:hover .wrap-icon-inner.top-to-bottom svg,
.tficonbox:hover .wrap-icon-inner.top-to-bottom image {
-webkit-animation: toBottomFromTop 0.3s forwards;
-moz-animation: toBottomFromTop 0.3s forwards;
animation: toBottomFromTop 0.3s forwards;
}
.tficonbox:hover .wrap-icon-inner.bottom-to-top i,
.tficonbox:hover .wrap-icon-inner.bottom-to-top svg,
.tficonbox:hover .wrap-icon-inner.bottom-to-top image {
-webkit-animation: toTopFromBottom 0.3s forwards;
-moz-animation: toTopFromBottom 0.3s forwards;
animation: toTopFromBottom 0.3s forwards;
}
.tficonbox:hover .wrap-icon-inner.spin-around i,
.tficonbox:hover .wrap-icon-inner.spin-around svg,
.tficonbox:hover .wrap-icon-inner.spin-around image {
-webkit-animation: spinAround 3s linear infinite;
-moz-animation: spinAround 3s linear infinite;
animation: spinAround 3s linear infinite;
}
.tficonbox .wrap-icon-spin-around:before {
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.tficonbox:hover
.wrap-icon.circle-outline
.wrap-icon-inner.wrap-icon-spin-around,
.tficonbox:hover
.wrap-icon.square-outline
.wrap-icon-inner.wrap-icon-spin-around {
border-color: transparent !important;
}
.tficonbox:hover .wrap-icon.circle .wrap-icon-inner.wrap-icon-spin-around,
.tficonbox:hover .wrap-icon.square .wrap-icon-inner.wrap-icon-spin-around {
background-color: transparent !important;
background-image: unset !important;
}
.tficonbox:hover .wrap-icon-spin-around:before {
-webkit-animation: spinAround 9s linear infinite;
-moz-animation: spinAround 9s linear infinite;
animation: spinAround 9s linear infinite;
}
.tficonbox:hover .wrap-icon-pop {
-webkit-animation: sonarEffect 0.5s ease-out 50ms;
-moz-animation: sonarEffect 0.5s ease-out 50ms;
animation: sonarEffect 0.5s ease-out 50ms;
}
@-webkit-keyframes spinAround {
from {
-webkit-transform: rotate(0deg);
}
to {
-webkit-transform: rotate(360deg);
}
}
@-moz-keyframes spinAround {
from {
-moz-transform: rotate(0deg);
}
to {
-moz-transform: rotate(360deg);
}
}
@keyframes spinAround {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
@-webkit-keyframes toRightFromLeft {
49% {
-webkit-transform: translate(100%);
}
50% {
opacity: 0;
-webkit-transform: translate(-100%);
}
51% {
opacity: 1;
}
}
@-moz-keyframes toRightFromLeft {
49% {
-moz-transform: translate(100%);
}
50% {
opacity: 0;
-moz-transform: translate(-100%);
}
51% {
opacity: 1;
}
}
@keyframes toRightFromLeft {
49% {
transform: translate(100%);
}
50% {
opacity: 0;
transform: translate(-100%);
}
51% {
opacity: 1;
}
}
@-webkit-keyframes toLeftFromRight {
49% {
-webkit-transform: translate(-100%);
}
50% {
opacity: 0;
-webkit-transform: translate(100%);
}
51% {
opacity: 1;
}
}
@-moz-keyframes toLeftFromRight {
49% {
-moz-transform: translate(-100%);
}
50% {
opacity: 0;
-moz-transform: translate(100%);
}
51% {
opacity: 1;
}
}
@keyframes toLeftFromRight {
49% {
transform: translate(-100%);
}
50% {
opacity: 0;
transform: translate(100%);
}
51% {
opacity: 1;
}
}
@-webkit-keyframes toTopFromBottom {
49% {
-webkit-transform: translateY(-100%);
}
50% {
opacity: 0;
-webkit-transform: translateY(100%);
}
51% {
opacity: 1;
}
}
@-moz-keyframes toTopFromBottom {
49% {
-moz-transform: translateY(-100%);
}
50% {
opacity: 0;
-moz-transform: translateY(100%);
}
51% {
opacity: 1;
}
}
@keyframes toTopFromBottom {
49% {
transform: translateY(-100%);
}
50% {
opacity: 0;
transform: translateY(100%);
}
51% {
opacity: 1;
}
}
@-webkit-keyframes toBottomFromTop {
49% {
-webkit-transform: translateY(100%);
}
50% {
opacity: 0;
-webkit-transform: translateY(-100%);
}
51% {
opacity: 1;
}
}
@-moz-keyframes toBottomFromTop {
49% {
-moz-transform: translateY(100%);
}
50% {
opacity: 0;
-moz-transform: translateY(-100%);
}
51% {
opacity: 1;
}
}
@keyframes toBottomFromTop {
49% {
transform: translateY(100%);
}
50% {
opacity: 0;
transform: translateY(-100%);
}
51% {
opacity: 1;
}
}
@-webkit-keyframes sonarEffect {
0% {
opacity: 0.3;
}
40% {
opacity: 0.5;
box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 0px #000,
0 0 0 10px rgba(255, 255, 255, 0.5);
}
100% {
box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 0px #000,
0 0 0 10px rgba(255, 255, 255, 0.5);
-webkit-transform: scale(1.5);
opacity: 0;
}
}
@-moz-keyframes sonarEffect {
0% {
opacity: 0.3;
}
40% {
opacity: 0.5;
box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 0px #000,
0 0 0 10px rgba(255, 255, 255, 0.5);
}
100% {
box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 0px #000,
0 0 0 10px rgba(255, 255, 255, 0.5);
-moz-transform: scale(1.5);
opacity: 0;
}
}
@keyframes sonarEffect {
0% {
opacity: 0.3;
}
40% {
opacity: 0.5;
box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 0px #000,
0 0 0 10px rgba(255, 255, 255, 0.5);
}
100% {
box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 0px #000,
0 0 0 10px rgba(255, 255, 255, 0.5);
transform: scale(1.5);
opacity: 0;
}
}.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=".svg"]{width:48px}.elementor-widget-image img{display:inline-block;vertical-align:middle}.tf-pie-chart .pie-chart {
text-align: center;
}
.tf-pie-chart .pie-chart .chart {
position: relative;
display: inline-block;
text-align: center;
border-radius: 50%;
margin: auto;
}
.tf-pie-chart .pie-chart .chart canvas {
position: absolute;
top: 0;
left: 0;
}
.tf-pie-chart .pie-chart .percent {
display: inline-block;
position: relative;
z-index: 10;
}
.tf-pie-chart .percent::before {
content: "";
width: 36px;
height: 24px;
border-radius: 5px;
background-color: #ff4040;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
z-index: -1;
}
.tf-pie-chart .percent:after {
content: "";
position: absolute;
top: calc(50% + 13px);
left: calc(50% - 7px);
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
border-left: 5px solid transparent;
border-right: 5px solid transparent;
border-top: 5px solid #ff4040;
z-index: -1;
}
.tf-pie-chart .tf-piechart-title {
text-align: center;
}
@media (max-width: 425px) {
.tf-pie-chart.position-left .tf-pie-chart-inner,
.tf-pie-chart.position-right .tf-pie-chart-inner {
display: block;
}
.tf-pie-chart.position-left .pie-chart,
.tf-pie-chart.position-right .pie-chart {
display: inline-block;
}
.tf-pie-chart.position-left .pie-chart-content,
.tf-pie-chart.position-right .pie-chart-content {
margin-left: 0 !important;
margin-top: 20px;
}
}.tf-accordion .accordion-title.icon_after .accordion-icon {
float: right;
}
.tf-accordion .tf-accordion-item:last-of-type {
margin-bottom: 0 !important;
}
.tf-accordion .accordion-title {
cursor: pointer;
display: flex;
align-items: center;
overflow: hidden;
}
.accordion-icon-open,
.tf-accordion-item.active .accordion-icon-close {
display: none;
}
.accordion-icon-close,
.tf-accordion-item.active .accordion-icon-open {
display: block;
}
.tf-accordion .accordion-title > span.wrap-accordion-icon {
display: flex;
justify-content: center;
align-items: center;
}
.accordion-title,
.wrap-accordion-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;  
}
.tf-accordion.yes-line .accordion-title {
position: relative;
}
.tf-accordion.yes-line .accordion-title::after {
content: '';
width: 90%;
height: 1px;
position: absolute;
bottom: 0%;
left: 50%;
transform: translate(-50%,0%);
-ms-transform: translate(-50%,0%);
}@font-face {
font-family: "star";
src: url(//digitalitfarm.uk/wp-content/plugins/themesflat-elementor/assets/fonts/star.eot);
src: url(//digitalitfarm.uk/wp-content/plugins/themesflat-elementor/assets/fonts/star.eot?#iefix) format("embedded-opentype"),
url(//digitalitfarm.uk/wp-content/plugins/themesflat-elementor/assets/fonts/star.woff) format("woff"),
url(//digitalitfarm.uk/wp-content/plugins/themesflat-elementor/assets/fonts/star.ttf) format("truetype"),
url(//digitalitfarm.uk/wp-content/plugins/themesflat-elementor/assets/fonts/star.svg#star) format("svg");
font-weight: normal;
font-style: normal;
}
.tf-testimonial-carousel .item img {
max-width: 100%;
width: auto;
}
.tf-testimonial-carousel .item .wrap-author {
display: flex;
width: 100%;
justify-content: space-between;
}
.tf-testimonial-carousel .item .avatar img {
border-radius: 50%;
}
.tf-testimonial-carousel .item .description p {
margin: 0;
}
.tf-testimonial-carousel .item .icon-quote,
.tf-testimonial-carousel .item .icon-quote-2 {
position: absolute;
}
.tf-testimonial-carousel .item .description {
position: relative;
}
.tf-testimonial-carousel .testimonial-star-rating {
overflow: hidden;
position: relative;
line-height: 1;
font-size: 10px;
font-family: star;
margin-right: 8px;
color: #fcc65d;
letter-spacing: 4px;
}
.tf-testimonial-carousel .testimonial-star-rating::before {
content: "\73\73\73\73\73";
}
.tf-testimonial-carousel .testimonial-star-rating span {
overflow: hidden;
top: 0;
left: 0;
position: absolute;
width: 100%;
}
.tf-testimonial-carousel .testimonial-star-rating span::before {
content: "\53\53\53\53\53";
} .tf-testimonial-carousel.style-2 .item .avatar {
max-width: 55px;
margin-top: 8px;
margin-right: 30px;
border-radius: 50%;
}
.tf-testimonial-carousel.style-2 .item .wrap-author {
justify-content: left;
}
.tf-testimonial-carousel.tes-2 .item .wrap-author {
justify-content: unset;
}
.tf-testimonial-carousel.tes-2 .item .icon-quote {
position: unset;
}
.tf-testimonial-carousel.tes-2  .owl-carousel .owl-dot {
position: relative;
overflow: unset;
}
.tf-testimonial-carousel.tes-2  .owl-dots .owl-dot {
margin: 0 10px;
}
.tf-testimonial-carousel.tes-2  .owl-dots .owl-dot::after {
content: "";
width: 22px;
height: 22px;
border-radius: 50%;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%,-50%);
-ms-transform: translate(-50%,-50%);
}
.tf-testimonial-carousel.tes-2 .owl-dots .owl-dot.active::after {
border: 1px solid var(--theme-secondary-color);
}
@keyframes routate {
0% {
-webkit-transform: rotate(0);
transform: rotate(0);
}
100% {
-webkit-transform: rotate( 360deg);
transform: rotate( 360deg);
}
} .tf-testimonial-carousel .owl-nav .owl-prev,
.tf-testimonial-carousel .owl-nav .owl-next {
padding: 0;
width: 50px;
height: 50px;
display: inline-block;
position: absolute;
top: 50%;
left: 0;
transform: translateY(-50%);
background-color: rgba(0, 0, 0, 0.2);
border-radius: 5px;
color: #fff;
text-align: center;
line-height: 50px;
-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-testimonial-carousel .owl-nav .owl-next {
left: unset;
right: 0;
}
.tf-testimonial-carousel-type-group .owl-dots .owl-dot:before,
.tf-testimonial-carousel .owl-nav .owl-prev:before,
.tf-testimonial-carousel .owl-nav .owl-next:before,
.tf-testimonial-carousel .owl-dots .owl-dot:before {
display: none;
}
.tf-testimonial-carousel.no-arrow .owl-nav .owl-prev,
.tf-testimonial-carousel.no-arrow .owl-nav .owl-next {
display: none;
}
.tf-testimonial-carousel.has-arrow .owl-nav .owl-prev,
.tf-testimonial-carousel.has-arrow .owl-nav .owl-next {
display: block;
display: flex;
justify-content: center;
align-items: center;
}
.tf-testimonial-carousel .owl-dots {
display: inline-block;
position: absolute;
left: 50%;
transform: translateX(-50%);
}
.tf-testimonial-carousel .owl-dots .owl-dot {
padding: 0;
width: 10px;
height: 10px;
background: #ff4040;
display: inline-block;
margin: 0 5px;
-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-testimonial-carousel.has-carousel.no-bullets .owl-dots,
.tf-testimonial-carousel.no-bullets .owl-dots {
display: none;
}
.tf-testimonial-carousel.has-carousel.has-bullets .owl-dots {
display: block;
}
@media (max-width: 1024px) {
.tf-testimonial-carousel.style-2 .item .bg-quote,
.tf-testimonial-carousel.style-2 .item .bg-quote:before {
display: none;
}
.tf-testimonial-carousel.style-2 .item .wrap-content {
padding: 37px 50px 48px 200px;
}
}
@media (max-width: 991px) {
.tf-testimonial-carousel .icon-quote.icon-2 {
top: 76% !important;
left: 93% !important;
}
.tf-testimonial-carousel .item-testimonial {
padding: 30px 15px !important;
}
.tf-testimonial-carousel.tes-2 .item .description,
.tf-testimonial-carousel.test-2 .item-testimonial {
padding: 0 !important;
}
}
@media (max-width: 767px) {
.tf-testimonial-carousel .item .avatar {
max-width: 100%;
display: inline-block;
}
.tf-testimonial-carousel .item .name {
margin-left: 0px;
}
.tf-testimonial-carousel.style-2 .item .wrap-content {
padding: 60px 30px 60px 30px;
}
.tf-testimonial-carousel.style-2 .item .image-quote {
position: relative;
top: auto;
left: auto;
transform: translateY(0);
margin-bottom: 20px;
}
.owl-carousel .owl-dots {
width: 100%;
text-align: center;
}
.tf-testimonial-carousel.style-3 .owl-carousel {
padding: 0 0px;
}
.tf-testimonial-carousel.tes-2 .item-testimonial {
padding: 0 !important;
}
} .tf-testimonial-carousel-type-group .description,
.tf-testimonial-carousel-type-group {
position: relative;
}
.tf-testimonial-carousel-type-group .icon-quote {
position: absolute;
}
.tf-testimonial-carousel-type-group .wrap-heading {
position: relative;
} .tf-testimonial-carousel-type-group.style-1 .wrap-testimonial {
display: flex;
align-items: flex-start;
justify-content: space-between;
align-items: center;
}
.tf-testimonial-carousel-type-group.style-1 .inner-testimonial {
width: 60.8%;
position: relative;
z-index: 5;
}
.tf-testimonial-carousel-type-group.style-1 .inner-testimonial::after,
.tf-testimonial-carousel-type-group.style-1 .inner-testimonial::before {
content: "";
position: absolute;
width: 95%;
height: 73%;
background: rgba(255, 64, 64, 0.1);
border-radius: 5px;
left: 20px;
bottom: 40px;
z-index: -1;
}
.tf-testimonial-carousel-type-group.style-1 .inner-testimonial::after {
bottom: 60px;
width: calc(95% + 20px);
}
.tf-testimonial-carousel-type-group.style-1 .inner-testimonial .image-thumbs img {
border-radius: 5px;
}
.tf-testimonial-carousel-type-group .inner-testimonial .owl-item {
padding: 40px;
}
.tf-testimonial-carousel-type-group .item-testimonial {
box-shadow: 4px 4px 14px 4px rgba(0, 0, 0, 0.04);
border-radius: 5px;
position: relative;
margin-left: -36px;
}
.tf-testimonial-carousel-type-group .item {
margin-top: 82px;
}
.tf-testimonial-carousel-type-group .owl-dots {
left: 0.5%;
bottom: -6.5%;
position: absolute;
}
.tf-testimonial-carousel-type-group.style-1 .owl-carousel.thumbs {
width: 57%;
margin-left: -208px;
position: relative;
z-index: 1;
}
.tf-testimonial-carousel-type-group.style-1 .wrap-heading {
margin-bottom: 59px;
}
.tf-testimonial-carousel-type-group .avatar img {
width: unset;
}
.tf-testimonial-carousel-type-group .testimonial .owl-nav {
display: flex;
position: absolute;
bottom: -160px;
right: 0;
}
.tf-testimonial-carousel-type-group .owl-nav .owl-prev:before,
.tf-testimonial-carousel-type-group .owl-nav .owl-next:before {
display: none;
}
.tf-testimonial-carousel-type-group.style-1 .testimonial-star-rating {
overflow: hidden;
position: relative;
line-height: 1;
font-size: 10px;
font-family: star;
margin-bottom: 10px;
color: #fcc65d;
letter-spacing: 4px;
margin-right: 8px;
}
.tf-testimonial-carousel-type-group.style-1 .testimonial-star-rating::before {
content: "\73\73\73\73\73";
}
.tf-testimonial-carousel-type-group.style-1 .testimonial-star-rating span {
overflow: hidden;
top: 0;
left: 0;
position: absolute;
width: 100%;
}
.tf-testimonial-carousel-type-group.style-1
.testimonial-star-rating
span::before {
content: "\53\53\53\53\53";
}
.tf-testimonial-carousel-type-group.style-1 .wrap-testimonial {
overflow: hidden;
}
@media (max-width: 991px) {
.tf-testimonial-carousel-type-group .item {
margin-top: 0px !important;
}
.tf-testimonial-carousel-type-group .item-testimonial {
padding: 40px 50px 40px 50px !important;
}
.tf-testimonial-carousel-type-group .description {
padding: 27px 0px 0 40px !important;
}
.tf-testimonial-carousel-type-group .icon-quote.icon-2 {
left: 98% !important;
top: 80% !important;
}
.tf-testimonial-carousel-type-group.style-1 .inner-testimonial::after,
.tf-testimonial-carousel-type-group.style-1 .inner-testimonial::before {
display: none;
}
}
@media (max-width: 767px) {
.tf-testimonial-carousel-type-group.style-1 .wrap-testimonial {
flex-direction: column !important;
}
.tf-testimonial-carousel-type-group.style-1 .inner-testimonial, .tf-testimonial-carousel-type-group.style-1 .owl-carousel.thumbs {
width: 100%;
}
.tf-testimonial-carousel-type-group.style-1 .owl-carousel.thumbs {
margin: 0;
}
.tf-testimonial-carousel-type-group .inner-testimonial .owl-item {
padding: 0px;
}
.tf-testimonial-carousel-type-group .item-testimonial {
margin-left: 0px;
}
.tf-testimonial-carousel-type-group .item-testimonial {
padding:  0 0 30px !important;
}
}
@media (max-width: 600px) {
.tf-testimonial-carousel-type-group .item-testimonial {
padding: 0 0 30px !important;
}
.tf-testimonial-carousel .item .description {
padding: 25px 30px 25px 40px !important;
}
}
@media (max-width: 450px) {
.tf-testimonial-carousel-type-group .item-testimonial {
padding:0 0 20px 0px !important;
}
.tf-testimonial-carousel-type-group .description {
padding: 27px 20px 0 40px !important;
}
.tf-testimonial-carousel-type-group .icon-quote.icon-2 {
left: 87% !important;
top: 80% !important;
}
}.portfolios-post {
position: relative;
overflow: hidden;
border-radius: 5px;
}
.portfolios-post .featured-post a,
.portfolios-post .featured-post img {
width: 100%;
}
.portfolios-post .featured-post::after {
position: absolute;
opacity: 0;
content: "";
width: 100%;
height: 100%;
left: 0;
top: 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;
}
.portfolios-post:hover .featured-post::after {
opacity: 0.2;
-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;
}
.portfolios-post .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;
background: #f6f6f6;
border-radius: 10px;
padding: 17px 0 6px 26px;
}
.portfolios-post:hover .content {
-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;
}
.single-portfolios .content .post-meta,
.portfolios-post .content .post-meta {
position: relative;
display: inline-block;
padding: 2px 14px;
border-radius: 5px;
line-height: 20px;
margin-bottom: 13px;
-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;
}
.single-portfolios .content .post-meta::before,
.portfolios-post .content .post-meta::before {
content: "";
position: absolute;
left: 10px;
bottom: 0%;
transform: translateY(100%);
border-left: 5px solid transparent;
border-right: 5px solid transparent;
border-top: 5px solid ;
-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;
}
.portfolios-post .content .post-meta,
.single-portfolios .content .post-meta a,
.portfolios-post .content .post-meta a {
color: #fff;
font-family: "Jost";
font-size: 12px;
font-weight: 600;
}
.single-portfolios .content .post-meta a:hover,
.portfolios-post .content .post-meta:hover a {
color: #fff;
}
.portfolios-post .content .title {
font-family: "Jost";
font-size: 18px;
font-weight: 700;
line-height: 26px;
}
.wrap-portfolios-post .item .portfolios-post {
margin-bottom: 30px;
}
.portfolios-post:hover .content .post-meta:before {
border-top-color: #ffffff1A !important;
-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;
}
.portfolios-post:hover .content .post-meta {
background: #ffffff1A;
-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;
}
.portfolios-post .title a:hover,
.portfolios-post:hover .title a {
color: #FFFFFF;
}
.portfolios-post .content .tf-button {
display: none;
} .single-portfolios .featured-post {
margin-bottom: 27px;
position: relative;
}
.single-portfolios .featured-post img {
border-radius: 5px;
}
.single-portfolios .content .post-meta {
margin-bottom: 18px;
color: #fff;
}
.single-portfolios .entry-footer {
padding-bottom: 13px;
margin-top: 50px;
border-bottom: 3px solid rgba(28, 30, 34, 0.07);
}
.single-portfolios .entry-footer .social-share-article {
display: flex;
align-items: center;
}
.single-portfolios .entry-footer .social-share-article h6 {
margin: 0 12px 0 0;
font-weight: 400;
}
.single-portfolios .entry-footer .social-share-article a {
color: #ffffff;
}
.single-portfolios .entry-footer .social-share-article .themesflat-socials li {
margin: 8px;
}
.single-portfolios
.entry-footer
.social-share-article
.themesflat-socials
li:last-child {
margin-right: 0;
}
.single-portfolios .entry-content .meta-post {
max-width: 1060px;
margin-left: auto;
margin-right: auto;
margin-top: -64px;
margin-bottom: 30px;
color: #4e5164;
}
.single-portfolios .entry-content .meta-post .inner-meta-post {
display: flex;
width: 100%;
position: relative;
background: #fff;
border-style: solid;
border-width: 0px 0px 5px 0px;
}
.single-portfolios .entry-content .meta-post .meta-post-item {
flex-grow: 1;
padding: 36px 44px 38px 44px;
}
.single-portfolios .entry-content .meta-post .meta-post-item.meta-post-info {
max-width: 470px;
}
.single-portfolios .entry-content .meta-post .meta-post-item.meta-post-category,
.single-portfolios .entry-content .meta-post .meta-post-item.meta-post-date {
padding: 36px 44px 38px 44px;
}
.single-portfolios
.entry-content
.meta-post
.meta-post-item.meta-post-category {
max-width: 266px;
}
.single-portfolios .entry-content .meta-post .meta-post-title {
margin-bottom: 9px;
letter-spacing: -0.4px;
}
.single-portfolios .entry-content .meta-post .meta-post-info {
line-height: 1.7;
}
.single-portfolios .entry-content .meta-post a,
.single-project .entry-content .meta-post a {
color: #191919;
}
.single-portfolios .entry-content .post-title {
font-family: "Jost";
font-size: 72px;
font-weight: 400;
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-box .portfolios-wrap {
overflow: hidden;
}
.portfolios-related .title_related_portfolio {
margin-top: 30px;
margin-bottom: 25px;
} .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: rgba(28, 30, 34, 0.07);
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 rgba(28, 30, 34, 0.07);
}
.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;
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-box .project-wrap {
overflow: hidden;
}
.project-related .title_related_project {
margin-top: 30px;
margin-bottom: 25px;
} .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: #ff4040;
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 {
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);
} .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;
} .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;
} .single-services .entry-content p {
margin: 0px 0px 21px 0px;
}
.single-services .services-information ul {
list-style: none;
margin: 0;
}
.single-services .services-information ul li {
color: #999;
font-size: 15px;
font-weight: 500;
border-bottom: 1px solid #ececec;
padding: 15.5px 0px;
}
.single-services .services-information ul li:last-child {
border-bottom: none;
}
.single-services .services-information ul li span {
display: inline-block;
color: #222;
font-size: 15px;
font-weight: 600;
margin-right: 25px;
width: 80px;
max-width: 100%;
}
.single-services .entry-content .featured-post {
margin: 0 0 20px 0;
}
.single-services .entry-content .featured-post img {
border-radius: 5px;
}
.single-services .entry-content .post-title {
font-family: "Jost";
font-size: 32px;
font-weight: 700;
letter-spacing: 0;
margin: 0px 0px 20px 0px;
} .wrap-services-post .item,
.wrap-portfolios-post .item,
.wrap-project-post .item {
-webkit-box-flex: 0;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
padding-left: 15px;
padding-right: 15px;
}
.wrap-services-post.column-1 .item,
.wrap-portfolios-post.column-1 .item,
.wrap-project-post.column-1 .item {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
.wrap-services-post.column-3 .item,
.wrap-portfolios-post.column-3 .item,
.wrap-project-post.column-3 .item {
-webkit-box-flex: 0;
-ms-flex: 0 0 33.33%;
flex: 0 0 33.33%;
max-width: 33.33%;
}
.wrap-services-post.column-4 .item,
.wrap-portfolios-post.column-4 .item,
.wrap-project-post.column-4 .item {
-webkit-box-flex: 0;
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%;
}
.wrap-services-post.column-5 .item,
.wrap-portfolios-post.column-5 .item,
.wrap-project-post.column-5 .item {
-webkit-box-flex: 0;
-ms-flex: 0 0 20%;
flex: 0 0 20%;
max-width: 20%;
}
.wrap-services-post .item .services-post {
margin-bottom: 39px;
}
.wrap-services-post.column-1 .item .services-post,
.wrap-portfolios-post.column-1 .item .portfolios-post,
.wrap-project-post.column-1 .item .project-post {
margin-bottom: 0;
}
.services-post .featured-post,
.portfolios-post .featured-post,
.project-post .featured-post {
display: flex;
justify-content: center;
align-items: center;
position: relative;
overflow: hidden;
margin: 0;
}
.portfolios-post .featured-post {
border-radius: 10px;
margin-bottom: 10px;
}
.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;
border-radius: 5px 5px 0 0;
text-align: center;
}
.services-post .featured-post img {
border-top-right-radius: 5px;
border-top-left-radius: 5px;
}
.services-post:hover .featured-post img {
transform: scale(1.1);
}
.services-post .content {
padding: 30px 28px 29px 28px;
position: relative;
}
.services-post .post-icon svg,
.services-post .post-icon i {
max-width: 170px;
font-size: 60px;
}
.services-post:hover .post-icon svg,
.services-post:hover .post-icon i {
color: #ffffff;
fill: #ffffff;
}
.services-post::before {
content: "";
height: 5px;
position: absolute;
bottom: 0;
left: 50%;
transform: translateX(-50%);
width: 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;
}
.services-post:hover:before {
width: 100%;
-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;
}
.services-post {
position: relative;
overflow: hidden;
}
.services-post::after {
content: "";
width: 96px;
height: 96px;
border-radius: 50%;
position: absolute;
top: 0;
right: 0;
transform: translate(100%, -100%);
-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;
}
.services-post:hover::after {
transform: translate(50%, -50%);
-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;
}
.services-post .service-category  {
display: none;
}
.services-post .title {
font-size: 20px;
font-weight: 700;
margin: 0px 0px 13px 0px;
}
.services-post .title a {
color: inherit;
}
.services-post .tf-button-container {
margin-top: 21px;
}
.services-post .tf-button-container a {
font-size: 14px;
font-weight: 700;
color: #191919;
display: flex;
align-items: center;
justify-content: center;
}
.services-post .tf-button-container a i {
margin-left: 7px;
}
.services-post .tf-button-container a:hover i,
.services-post .tf-button-container a:hover svg {
-webkit-animation: LeftToRight .3s forwards;
-khtml-animation: LeftToRight .3s forwards;
-moz-animation: LeftToRight .3s forwards;
-ms-animation: LeftToRight .3s forwards;
-o-animation: LeftToRight .3s forwards;
animation: LeftToRight .3s forwards;
}
@keyframes LeftToRight {
49% {
transform: translate(100%);
}
50% {
opacity: 0;
transform: translate(-100%);
}
51% {
opacity: 1;
}
}
.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%;
} .tf-services-wrap.style2 .services-post .post-icon {
width: 195px;
height: unset;
margin: 12px 0px 0px 0;
box-shadow: none;
background: transparent !important;
align-items: flex-start;
justify-content: flex-start;
}
.tf-services-wrap.style2 .services-post .content {
display: flex;
align-items: flex-start;
width: 100%;
padding: 28px 28px 29px 38px;
}
.tf-services-wrap.style2 .services-post .title {
margin: 0px 0px 17px 0px;
}
.tf-services-wrap .services-post .desc {
color: #1f242c;
}
.tf-services-wrap.style2 .services-post .tf-button-container {
margin-top: 10px;
}
.tf-services-wrap.style2 .services-post .tf-button-container a:hover {
color: #1f242c;
} .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;
} .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;
} .portfolio-filter,
.services-filter,
.project-filter {
padding: 0;
margin: 0 0 50px 0;
list-style: none;
overflow: hidden;
width: 100%;
height: max-content;
text-align: center;
}
.portfolio-filter li,
.services-filter li,
.project-filter li {
display: inline-block;
position: relative;
margin: 5px 6px;
}
.portfolio-filter li a,
.services-filter li a,
.project-filter li a {
font-weight: 500;
font-size: 18px;
line-height: 1;
display: inline-block;
position: relative;
padding: 10px 16px;
border-radius: 5px;
background: transparent;
color: #191919;
}
.portfolio-filter li.active a,
.services-filter li.active a,
.project-filter li.active a,
.portfolio-filter li a:hover,
.services-filter li a:hover,
.project-filter li a:hover {
color: #fff;
}
.portfolio-filter li:first-child,
.services-filter li:first-child,
.project-filter li:first-child {
margin-left: 0px;
}
.portfolio-filter li:last-child,
.services-filter li:last-child,
.project-filter li:last-child {
margin-right: 0px;
} .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;
} @media only screen and (max-width: 1024px) {
.services-post .content {
padding: 30px 9px 29px 20px;
}
.tf-services-wrap.style2 .services-post .post-icon,
.themesflat-services-taxonomy.style2 .services-post .post-icon {
margin: 0 0 20px 0;
}
.tf-services-wrap.style2 .services-post .content,
.themesflat-services-taxonomy.style2 .services-post .content {
flex-direction: column;
}
.tf-services-wrap.style2 .services-post .content,
.themesflat-services-taxonomy.style2 .services-post .content {
padding: 28px 20px 29px 20px;
}
}
@media only screen and (max-width: 991px) {
.wrap-services-post.column-4 .item,
.wrap-portfolios-post.column-4 .item,
.wrap-project-post.column-4 .item {
-webkit-box-flex: 0;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
.wrap-services-post.column-5 .item,
.wrap-portfolios-post.column-5 .item,
.wrap-project-post.column-5 .item {
-webkit-box-flex: 0;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
.wrap-portfolio-filter .portfolio-filter li,
.wrap-portfolio-filter .portfolio-filter li:last-child,
.wrap-portfolio-filter .portfolio-filter li:first-child,
.wrap-project-post .project-filter li,
.wrap-project-post .project-filter li:last-child,
.wrap-project-post .project-filter li:first-child {
padding: 0 20px;
}
.wrap-portfolio-filter .portfolio-filter,
.wrap-project-filter .project-filter {
text-align: center;
}
.single-portfolios .entry-content .meta-post,
.single-project .entry-content .meta-post {
margin-top: 0;
}
.single-portfolios .entry-content .meta-post .inner-meta-post,
.single-project .entry-content .meta-post .inner-meta-post {
display: block;
padding: 36px 44px 23px 44px;
}
.single-portfolios .entry-content .meta-post .meta-post-item,
.single-project .entry-content .meta-post .meta-post-item {
padding: 0 !important;
margin-bottom: 15px;
}
.single-portfolios .entry-content .meta-post .meta-post-item.meta-post-info,
.single-portfolios
.entry-content
.meta-post
.meta-post-item.meta-post-category,
.single-project .entry-content .meta-post .meta-post-item.meta-post-info,
.single-project .entry-content .meta-post .meta-post-item.meta-post-category {
max-width: 100%;
}
.tf-widget-project-wrap .owl-carousel .project-post .content {
left: 20px;
right: 20px;
}
}
@media only screen and (max-width: 767px) {
.wrap-services-post .item,
.wrap-portfolios-post .item,
.wrap-project-post .item {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
.wrap-services-post.column-3 .item,
.wrap-portfolios-post.column-3 .item,
.wrap-project-post.column-3 .item {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
.wrap-services-post.column-4 .item,
.wrap-portfolios-post.column-4 .item,
.wrap-project-post.column-4 .item {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
.wrap-services-post.column-5 .item,
.wrap-portfolios-post.column-5 .item,
.wrap-project-post.column-5 .item {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
.post-type-archive-portfolios .tf-title-section .title-section .wrap-title,
.post-type-archive-project .tf-title-section .title-section .wrap-title {
font-size: 30px;
}
.post-type-archive-portfolios .tf-title-section .sub-title,
.post-type-archive-project .tf-title-section .sub-title {
line-height: 1.2;
letter-spacing: 2px;
}
.single-portfolios .entry-content .meta-post .inner-meta-post,
.single-project .entry-content .meta-post .inner-meta-post {
padding: 36px 0px 23px 0px;
}
.services-post .content {
padding: 30px 20px 29px 20px;
}
.tf-services-wrap.style2 .services-post .content,
.themesflat-services-taxonomy.style2 .services-post .content {
padding: 30px;
}
}