.tm-sc-funfact {
transition: all 0.3s ease;
position: relative;
}
@media (prefers-reduced-motion: reduce) {
.tm-sc-funfact {
transition: none;
}
}
.tm-sc-funfact .funfact-inner .funfact-icon {
display: inline-block;
transition: all 0.3s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
.tm-sc-funfact .funfact-inner .funfact-icon {
transition: none;
}
}
.tm-sc-funfact .funfact-inner .funfact-icon i {
font-size: 45px;
transition: all 0.3s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
.tm-sc-funfact .funfact-inner .funfact-icon i {
transition: none;
}
}
.tm-sc-funfact .funfact-inner .funfact-icon svg {
width: 1em;
height: 1em;
position: relative;
display: inline-block;
}
.tm-sc-funfact .funfact-inner .counter {
margin-top: 0;
transition: all 0.3s ease;
}
@media (prefers-reduced-motion: reduce) {
.tm-sc-funfact .funfact-inner .counter {
transition: none;
}
}
.tm-sc-funfact .funfact-inner .counter .animate-number {
line-height: 1;
}
.tm-sc-funfact .funfact-inner .subtitle {
margin-bottom: 0;
transition: all 0.3s ease;
}
@media (prefers-reduced-motion: reduce) {
.tm-sc-funfact .funfact-inner .subtitle {
transition: none;
}
}
.tm-sc-funfact .funfact-inner .title {
transition: all 0.3s ease;
}
@media (prefers-reduced-motion: reduce) {
.tm-sc-funfact .funfact-inner .title {
transition: none;
}
}
.tm-sc-funfact .funfact-inner.funfact-lefticon .details {
margin-left: 60px;
}
.tm-sc-funfact.funfact-number-behind-text .counter {
position: absolute;
font-size: 100px;
line-height: 0.8;
text-transform: uppercase;
color: #ebeced;
left: 0;
right: 0;
}
.tm-sc-funfact.funfact-number-behind-text .title-wrapper {
padding-top: 40px;
position: relative;
z-index: 1;
}
.tm-sc-funfact.funfact-iconleft .element-left {
float: left;
margin-right: 1.5rem;
margin-bottom: 1.5rem;
}
@media (min-width: 768px) {
.tm-sc-funfact.funfact-iconright .funfact-inner {
display: flex;
flex-direction: row-reverse;
align-items: center;
justify-content: flex-start;
}
.tm-sc-funfact.funfact-iconright .element-right {
margin-left: 2rem;
}
.tm-sc-funfact.funfact-iconright .details {
text-align: right;
}
}
@media (max-width: 767.98px) {
.tm-sc-funfact.funfact-iconright {
text-align: center;
}
}
.tm-sc-funfact.tm-animate-icon-on-hover:hover.animate-icon-rotate .funfact-icon {
transform: rotate(360deg);
}
.tm-sc-funfact.tm-animate-icon-on-hover:hover.animate-icon-rotate-x .funfact-icon {
transform: rotateX(360deg);
}
.tm-sc-funfact.tm-animate-icon-on-hover:hover.animate-icon-rotate-y .funfact-icon {
transform: rotateY(180deg);
}
.tm-sc-funfact.tm-animate-icon-on-hover:hover.animate-icon-translate .funfact-icon {
transform: translate(-10px, 10px);
}
.tm-sc-funfact.tm-animate-icon-on-hover:hover.animate-icon-translate-x .funfact-icon {
transform: translateX(-10px);
}
.tm-sc-funfact.tm-animate-icon-on-hover:hover.animate-icon-translate-y .funfact-icon {
transform: translateY(-10px);
}
.tm-sc-funfact.tm-animate-icon-on-hover:hover.animate-icon-scale .funfact-icon {
transform: scale(1.1);
}
@media (max-width: 991.98px) {
.tm-sc-funfact.funfact-centered-in-responsive-tablet.funfact-iconleft {
text-align: center;
}
.tm-sc-funfact.funfact-centered-in-responsive-tablet.funfact-iconleft .element-left {
float: none;
margin-right: 0;
margin-bottom: 1rem;
}
.tm-sc-funfact.funfact-centered-in-responsive-tablet.funfact-iconleft .element-left .funfact-icon {
margin: 0;
}
}
@media (max-width: 767.98px) {
.tm-sc-funfact.funfact-centered-in-responsive-mobile.funfact-iconleft {
text-align: center;
}
.tm-sc-funfact.funfact-centered-in-responsive-mobile.funfact-iconleft .element-left {
float: none;
margin-right: 0;
margin-bottom: 1rem;
}
.tm-sc-funfact.funfact-centered-in-responsive-mobile.funfact-iconleft .element-left .funfact-icon {
margin: 0;
}
}
@media (max-width: 767.98px) {
.funfact-horizontal .funfact-inner {
text-align: center;
}
}
@media (min-width: 768px) {
.funfact-horizontal .funfact-inner .icon-wrapper {
float: left;
margin-right: 1.5rem;
}
}
@media (max-width: 767.98px) {
.funfact-horizontal .funfact-inner .icon-wrapper {
margin-bottom: 10px;
}
}
@media (min-width: 768px) {
.funfact-horizontal .funfact-inner .details-wrapper {
display: flex;
align-items: center;
}
}
@media (min-width: 768px) {
.funfact-horizontal .funfact-inner .details-wrapper .counter-wrapper {
margin-right: 1.5rem;
}
}.tm-sc-list {
list-style: none;
transition: all 0.3s ease;
}
@media (prefers-reduced-motion: reduce) {
.tm-sc-list {
transition: none;
}
}
.tm-sc-list li {
transition: all 0.3s ease;
}
@media (prefers-reduced-motion: reduce) {
.tm-sc-list li {
transition: none;
}
}
.tm-sc-list li i {
transition: all 0.3s ease;
}
@media (prefers-reduced-motion: reduce) {
.tm-sc-list li i {
transition: none;
}
}
.tm-sc-list.tm-animate-icon-on-hover.animate-icon-rotate li:hover i {
transform: rotate(360deg);
}
.tm-sc-list.tm-animate-icon-on-hover.animate-icon-rotate-x li:hover i {
transform: rotateX(360deg);
}
.tm-sc-list.tm-animate-icon-on-hover.animate-icon-rotate-y li:hover i {
transform: rotateY(180deg);
}
.tm-sc-list.tm-animate-icon-on-hover.animate-icon-translate li:hover i {
transform: translate(-10px, 10px);
}
.tm-sc-list.tm-animate-icon-on-hover.animate-icon-translate-x li:hover i {
transform: translateX(-10px);
}
.tm-sc-list.tm-animate-icon-on-hover.animate-icon-translate-y li:hover i {
transform: translateY(-10px);
}
.tm-sc-list.tm-animate-icon-on-hover.animate-icon-scale li:hover i {
transform: scale(1.1);
}.elementor-widget-tm-ele-text-editor-advanced .elementor-widget-container {
z-index: 0;
position: relative;
}
.elementor-widget-tm-ele-text-editor-advanced .elementor-widget-container:before {
position: absolute;
content: "";
width: 100%;
height: 100%;
left: 0px;
top: 0px;
opacity: 0.9;
z-index: -1;
transition: all 0.3s ease;
}
@media (prefers-reduced-motion: reduce) {
.elementor-widget-tm-ele-text-editor-advanced .elementor-widget-container:before {
transition: none;
}
}
.elementor-widget-tm-ele-text-editor-advanced .elementor-widget-container .tm-text-editor-advanced {
z-index: 1;
}
.tm-text-editor-advanced .each-item,
.tm-text-editor-advanced .each-item * {
transition: all 0.3s ease;
}
@media (prefers-reduced-motion: reduce) {
.tm-text-editor-advanced .each-item,
.tm-text-editor-advanced .each-item * {
transition: none;
}
}
.tm-text-editor,
.tm-text-editor * {
transition: all 0.3s ease;
}
@media (prefers-reduced-motion: reduce) {
.tm-text-editor,
.tm-text-editor * {
transition: none;
}
}.tm-sc-projects .cat-list {
list-style: none;
margin: 0;
}
.tm-sc-projects .cat-list li {
display: inline;
color: #aaa;
margin-right: 7px;
font-size: 13px;
}
.tm-sc-projects .cat-list li a {
color: #aaa;
text-transform: capitalize;
transition: all 0.3s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
.tm-sc-projects .cat-list li a {
transition: none;
}
}
.tm-sc-projects .cat-list li:last-child span {
display: none;
}
.tm-sc-projects .projects-current-theme1 {
position: relative;
}
.tm-sc-projects .projects-current-theme1 .inner-box {
position: relative;
overflow: hidden;
}
.tm-sc-projects .projects-current-theme1 .inner-box:hover .image-box .image img {
-webkit-transform: scale(1.1);
-moz-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1);
}
.tm-sc-projects .projects-current-theme1 .inner-box:hover .content-box {
opacity: 1;
left: 0;
visibility: visible;
}
.tm-sc-projects .projects-current-theme1 .inner-box:hover .content-box .btn-circle-arrow {
opacity: 1;
-webkit-transform: translate(0);
-moz-transform: translate(0);
-ms-transform: translate(0);
transform: translate(0);
transition: all 0s;
}
.tm-sc-projects .projects-current-theme1 .inner-box:hover .content-box .cat-list {
opacity: 1;
-webkit-transform: translate(0);
-moz-transform: translate(0);
-ms-transform: translate(0);
transform: translate(0);
transition-delay: 200ms;
}
.tm-sc-projects .projects-current-theme1 .inner-box:hover .content-box .title {
opacity: 1;
-webkit-transform: translate(0);
-moz-transform: translate(0);
-ms-transform: translate(0);
transform: translate(0);
transition-delay: 300ms;
}
.tm-sc-projects .projects-current-theme1 .image-box {
position: relative;
overflow: hidden;
transition: all 300ms ease;
}
@media (prefers-reduced-motion: reduce) {
.tm-sc-projects .projects-current-theme1 .image-box {
transition: none;
}
}
.tm-sc-projects .projects-current-theme1 .image-box .image {
position: relative;
margin-bottom: 0px;
}
.tm-sc-projects .projects-current-theme1 .image-box .image a {
display: block;
width: 100%;
}
.tm-sc-projects .projects-current-theme1 .image-box .image img {
transition: all 300ms ease;
width: 100%;
height: 100%;
object-fit: cover;
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
}
@media (prefers-reduced-motion: reduce) {
.tm-sc-projects .projects-current-theme1 .image-box .image img {
transition: none;
}
}
.tm-sc-projects .projects-current-theme1 .content-box {
position: absolute;
left: -20px;
bottom: 0;
padding: 40px 40px 30px;
padding-left: 50px;
z-index: 3;
max-width: 280px;
min-height: 250px;
opacity: 0;
visibility: hidden;
transition: all 300ms ease;
}
@media (prefers-reduced-motion: reduce) {
.tm-sc-projects .projects-current-theme1 .content-box {
transition: none;
}
}
.tm-sc-projects .projects-current-theme1 .content-box::before {
position: absolute;
left: 0;
top: 0;
height: 100%;
width: 100%;
left: -120px;
width: 400px;
content: "";
opacity: 0.9;
border-radius: 30px 90px 20px 30px;
transform: skew(-22deg);
background-color: var(--theme-color1);
}
.tm-sc-projects .projects-current-theme1 .content-box .btn-circle-arrow {
position: relative;
display: block;
height: 48px;
width: 48px;
background-color: var(--theme-color2);
display: flex;
align-items: center;
justify-content: center;
border-radius: 50%;
margin-bottom: 35px;
opacity: 0;
transform: translateY(-20px);
transition: all 300ms ease;
}
@media (prefers-reduced-motion: reduce) {
.tm-sc-projects .projects-current-theme1 .content-box .btn-circle-arrow {
transition: none;
}
}
.tm-sc-projects .projects-current-theme1 .content-box .btn-circle-arrow::after {
font-size: 20px;
color: #fff;
}
.tm-sc-projects .projects-current-theme1 .content-box .btn-circle-arrow:hover {
background-color: #fff;
}
.tm-sc-projects .projects-current-theme1 .content-box .btn-circle-arrow:hover::after {
color: var(--theme-color2);
}
.tm-sc-projects .projects-current-theme1 .content-box .cat-list {
position: relative;
display: block;
text-transform: uppercase;
margin-bottom: 2px;
opacity: 0;
transform: translateY(-20px);
transition: all 300ms ease;
}
@media (prefers-reduced-motion: reduce) {
.tm-sc-projects .projects-current-theme1 .content-box .cat-list {
transition: none;
}
}
.tm-sc-projects .projects-current-theme1 .content-box .cat-list li a {
font-size: 12px;
font-weight: 500;
letter-spacing: 0.05em;
color: var(--theme-color2);
}
.tm-sc-projects .projects-current-theme1 .content-box .title {
color: var(--theme-color2);
margin-top: 0;
margin-bottom: 0;
opacity: 0;
transform: translateY(-20px);
transition: all 300ms ease;
}
@media (prefers-reduced-motion: reduce) {
.tm-sc-projects .projects-current-theme1 .content-box .title {
transition: none;
}
}
.tm-sc-projects .projects-current-theme1 .content-box .title a {
color: var(--theme-color2);
}
.tm-sc-projects .projects-current-theme1 .content-box .title a:hover {
color: var(--theme-color2);
}
.tm-sc-projects .projects-current-theme1 .content-box .title a:hover {
text-decoration: underline;
}.tm-sc-testimonials .star-rating {
float: right;
overflow: hidden;
position: relative;
height: 1.1em;
line-height: 1.2;
font-size: 0.9em;
width: 5.6em;
}
.tm-sc-testimonials .star-rating::before {
content: "\f005\f005\f005\f005\f005";
color: #d3ced2;
font-family: "Font Awesome 5 Free";
font-weight: 500;
float: left;
top: 0;
left: 0;
position: absolute;
}
.tm-sc-testimonials .star-rating span {
overflow: hidden;
float: left;
top: 0;
left: 0;
position: absolute;
padding-top: 1.5em;
}
.tm-sc-testimonials .star-rating span::before {
content: "\f005\f005\f005\f005\f005";
font-family: "Font Awesome 5 Free";
font-weight: 500;
color: #f1c40f;
top: 0;
position: absolute;
left: 0;
}
.tm-sc-testimonials .star-rating {
float: none;
margin-top: 5px;
margin-bottom: 20px;
overflow: visible;
}
.tm-sc-testimonials .star-rating span:before {
color: var(--theme-color2);
}
.tm-sc-testimonials .author-text,
.tm-sc-testimonials .name,
.tm-sc-testimonials .job-position {
transition: all 0.3s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
.tm-sc-testimonials .author-text,
.tm-sc-testimonials .name,
.tm-sc-testimonials .job-position {
transition: none;
}
}
.tm-sc-testimonials .star-rating span:before {
transition: all 0.3s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
.tm-sc-testimonials .star-rating span:before {
transition: none;
}
}
.owl-carousel .type-testimonials {
box-shadow: none;
}
.tm-sc-testimonials .testimonial-block-style2 {
position: relative;
overflow: hidden;
}
.tm-sc-testimonials .testimonial-block-style2 .inner-box {
position: relative;
padding-top: 35px;
}
.tm-sc-testimonials .testimonial-block-style2 .inner-box:hover .content-box .thumb {
transform: scale(-1) rotate(180deg);
}
.tm-sc-testimonials .testimonial-block-style2 .inner-box:hover .info-box .testimonial-name {
color: var(--theme-color1);
}
.tm-sc-testimonials .testimonial-block-style2 .content-box {
position: relative;
padding: 55px 40px 35px;
background-color: var(--theme-color2);
}
@media (max-width: 575.98px) {
.tm-sc-testimonials .testimonial-block-style2 .content-box {
padding: 55px 25px 20px;
}
}
.tm-sc-testimonials .testimonial-block-style2 .content-box .thumb {
position: absolute;
left: 40px;
top: -34px;
width: 68px;
height: 68px;
border: 2px solid var(--theme-color1);
padding: 5px;
background-color: var(--theme-color2);
overflow: hidden;
border-radius: 50%;
transition: all 300ms ease;
}
@media (prefers-reduced-motion: reduce) {
.tm-sc-testimonials .testimonial-block-style2 .content-box .thumb {
transition: none;
}
}
@media (max-width: 575.98px) {
.tm-sc-testimonials .testimonial-block-style2 .content-box .thumb {
left: 25px;
}
}
.tm-sc-testimonials .testimonial-block-style2 .content-box .thumb img {
height: 100%;
width: 100%;
object-fit: cover;
border-radius: 50%;
}
.tm-sc-testimonials .testimonial-block-style2 .content-box .rating {
position: relative;
font-size: 12px;
line-height: 15px;
z-index: 2;
color: var(--theme-color1);
margin-bottom: 10px;
}
.tm-sc-testimonials .testimonial-block-style2 .content-box .rating .star-rating {
margin-top: 0;
margin-bottom: 0;
display: inline-block;
}
.tm-sc-testimonials .testimonial-block-style2 .content-box .rating .star-rating span:before {
color: var(--theme-color1);
font-weight: 600;
}
.tm-sc-testimonials .testimonial-block-style2 .content-box .author-text {
position: relative;
line-height: 28px;
margin-bottom: 15px;
}
.tm-sc-testimonials .testimonial-block-style2 .info-box {
position: relative;
}
.tm-sc-testimonials .testimonial-block-style2 .info-box .testimonial-name {
margin-bottom: 0;
line-height: 1.2em;
color: #fff;
transition: all 300ms ease;
}
@media (prefers-reduced-motion: reduce) {
.tm-sc-testimonials .testimonial-block-style2 .info-box .testimonial-name {
transition: none;
}
}
.tm-sc-testimonials .testimonial-block-style2 .info-box .testimonial-position {
display: block;
font-size: 11px;
line-height: 1.8em;
text-transform: uppercase;
font-weight: 500;
letter-spacing: 0.1em;
margin-top: 2px;
}