.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);
}.tm-accordion .card {
margin-bottom: 10px;
overflow: hidden;
border: 0;
background-color: transparent;
transition: all 0.3s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
.tm-accordion .card {
transition: none;
}
}
.tm-accordion .card .card-header {
border: none;
background-color: transparent;
transition: all 0.3s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
.tm-accordion .card .card-header {
transition: none;
}
}
.tm-accordion .card .card-header:hover {
cursor: pointer;
}
.tm-accordion .card .card-header .title {
margin: 0;
padding: 15px 0px 25px 0px;
border-bottom: 1px solid #E1E1E1;
position: relative;
background-color: transparent;
display: flex;
gap: 15px;
align-items: center;
justify-content: space-between;
transition: all 0.3s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
.tm-accordion .card .card-header .title {
transition: none;
}
}
.tm-accordion .card .card-header .title .accordion-controls-icon {
flex-shrink: 0;
font-size: 0.8rem;
transition: all 0.3s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
.tm-accordion .card .card-header .title .accordion-controls-icon {
transition: none;
}
}
.tm-accordion .card .card-header .title:not(.collapsed) {
background-color: transparent;
border-bottom-color: transparent;
padding-bottom: 0;
}
.tm-accordion .card .card-header .title:not(.collapsed) .accordion-controls-icon {
-webkit-transform: rotate(180deg);
-ms-transform: rotate(180deg);
transform: rotate(180deg);
}
.tm-accordion .card .card-body {
padding: 1rem 1.5rem 1rem 0;
border-bottom: 1px solid #E1E1E1;
transition: all 0.3s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
.tm-accordion .card .card-body {
transition: none;
}
}
.tm-accordion .card:last-child {
margin-bottom: 0;
}
.tm-accordion.icon-round-border .card .card-header .title .accordion-controls-icon {
width: 40px;
height: 40px;
border-radius: 50%;
border: 1px solid #eee;
display: flex;
align-items: center;
justify-content: center;
}
.tm-accordion.skin-basic .card {
margin-bottom: 25px;
}
.tm-accordion.skin-basic .card .card-header .title {
padding: 0;
border: 0;
}
.tm-accordion.skin-basic .card .card-header .title .accordion-controls-icon {
display: none;
}
.tm-accordion.skin-basic .card .card-header .title:not(.collapsed) {
text-decoration: underline;
}
.tm-accordion.skin-basic .card .card-body {
border: 0;
padding-bottom: 0;
}
.tm-accordion.skin-classic .card {
box-shadow: 0 0 70px 0 rgba(0, 0, 0, 0.1);
}
.tm-accordion.skin-classic .card .card-header .title {
padding: 1rem 1.5rem 1rem 1.5rem;
margin: 0;
background-color: #fff;
border: 0;
}
.tm-accordion.skin-classic .card .card-header .title:not(.collapsed) {
background-color: #FAFAFC;
}
.tm-accordion.skin-classic .card .card-body {
padding: 1rem 1.5rem;
border: 0;
}
.tm-accordion.skin-gradient .card {
box-shadow: 0 0 70px 0 rgba(0, 0, 0, 0.1);
}
.tm-accordion.skin-gradient .card .card-header .title {
padding: 1rem 1.5rem 1rem 1.5rem;
margin: 0;
background-color: #fff;
border: 0;
}
.tm-accordion.skin-gradient .card .card-header .title:not(.collapsed) {
background: linear-gradient(0deg, rgba(var(--theme-color1-rgb), 1) 0%, var(--theme-color1-lighter) 100%);
color: var(--text-color-bg-theme-color1);
}
.tm-accordion.skin-gradient .card .card-body {
padding: 1rem 1.5rem;
border: 0;
}
.tm-accordion.skin-active-light .card {
box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.15);
}
.tm-accordion.skin-active-light .card .card-header .title {
padding: 1rem 1.5rem 1rem 1.5rem;
margin: 0;
color: var(--text-color-bg-theme-color1);
background-color: var(--theme-color1);
}
.tm-accordion.skin-active-light .card .card-header .title:not(.collapsed) {
color: var(--headings-color);
background-color: #fff;
}
.tm-accordion.skin-active-light .card .card-body {
padding: 1rem 1.5rem;
}
.tm-accordion.skin-bordered .card {
margin-bottom: 0;
border: 1px solid #E1E1E1;
border-radius: 0;
border-bottom: 0;
}
.tm-accordion.skin-bordered .card .card-header .title {
padding: 1rem 1.5rem 1rem 1.5rem;
margin: 0;
border-bottom: 0;
}
.tm-accordion.skin-bordered .card .card-body {
padding: 0 1.5rem 1rem;
border-bottom: 0;
}
.tm-accordion.skin-bordered .card:last-child {
border-bottom: 1px solid #E1E1E1;
}
.tm-accordion.skin-bordered2 .card {
margin-bottom: 0;
border: 1px solid #E1E1E1;
border-radius: 0;
border-bottom: 0;
}
.tm-accordion.skin-bordered2 .card .card-header .title {
padding: 1rem 1.5rem 1rem 1.5rem;
margin: 0;
border-bottom: 0;
}
.tm-accordion.skin-bordered2 .card .card-header .title:not(.collapsed) {
color: var(--text-color-bg-theme-color1);
}
.tm-accordion.skin-bordered2 .card .card-body {
padding: 0 1.5rem 1rem;
border-bottom: 0;
}
.tm-accordion.skin-bordered2 .card:last-child {
border-bottom: 1px solid #E1E1E1;
}
.tm-accordion.skin-bordered2 .card.active {
color: var(--text-color-bg-theme-color1);
background-color: var(--theme-color1);
}.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;
}.tm-sc-service .icon {
display: inline-block;
}
.tm-sc-service .icon,
.tm-sc-service .feature-title,
.tm-sc-service .feature-details {
-webkit-transition: all 300ms ease;
transition: all 300ms ease;
}
.service-block-style4 {
margin-bottom: 30px;
}
.service-block-style4 .inner-box {
position: relative;
border: 1px solid #e1e1e1;
padding: 40px 40px 60px;
margin-bottom: 22px;
transition: all 300ms ease;
}
@media (prefers-reduced-motion: reduce) {
.service-block-style4 .inner-box {
transition: none;
}
}
.service-block-style4 .inner-box:hover {
box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}
.service-block-style4 .inner-box:hover .btn-plain-text-with-arrow-right {
box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}
.service-block-style4 .inner-box:hover .service-icon {
-webkit-transform: scale(-1) rotate(180deg);
-moz-transform: scale(-1) rotate(180deg);
-ms-transform: scale(-1) rotate(180deg);
transform: scale(-1) rotate(180deg);
}
.service-block-style4 .inner-box .service-count {
font-size: 55px;
line-height: 60px;
color: #E1E1E1;
font-weight: 700;
margin-bottom: 38px;
display: inline-block;
}
.service-block-style4 .inner-box .service-icon {
position: absolute;
right: 40px;
top: 40px;
font-size: 64px;
line-height: 1em;
color: var(--theme-color1);
transition: all 300ms ease;
}
@media (prefers-reduced-motion: reduce) {
.service-block-style4 .inner-box .service-icon {
transition: none;
}
}
.service-block-style4 .inner-box .service-title {
margin-bottom: 15px;
margin-top: 0;
}
.service-block-style4 .inner-box .service-title:hover {
color: var(--theme-color1);
}
.service-block-style4 .inner-box .service-details {
margin-bottom: 0;
}
.service-block-style4 .inner-box .btn-plain-text-with-arrow-right {
position: absolute !important;
left: 0;
right: 0;
padding: 20px 30px;
border: 1.5px solid #E1E1E1;
background: #fff;
margin: 0 auto;
max-width: 165px;
}