.tm-sc-project-info .each-item {
margin-bottom: 30px;
}
.tm-sc-project-info .each-item:last-child {
margin-bottom: 0;
}
.tm-sc-project-info .project-title {
text-transform: uppercase;
line-height: 1;
margin-top: 0;
margin-bottom: 10px;
}
.tm-sc-project-info .project-description {
margin: 0;
}
.tm-sc-project-info .project-description a {
color: var(--link-color);
text-decoration: underline;
}.nivo-lightbox-theme-default .nivo-lightbox-close {
background-position: 0 0;
width: 45px !important;
height: 45px !important;
} .tm-sc-video-popup {
position: relative;
display: flex;
align-items: center; }
.tm-sc-video-popup .hover-link {
z-index: 8;
}
.tm-sc-video-popup .thumb {
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
}
.tm-sc-video-popup:hover .thumb {
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
}
.tm-sc-video-popup .text-holder {
opacity: 1;
}
.tm-sc-video-popup .text-holder-middle {
top: 50%;
margin-top: -36px;
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
}
.tm-sc-video-popup:hover .text-holder-middle {
top: 50%;
-webkit-transform: scale(1.07);
-moz-transform: scale(1.07);
-ms-transform: scale(1.07);
transform: scale(1.07);
}
.tm-sc-video-popup.tm-sc-video-popup-button-over-image {
overflow: hidden;
border-radius: 10px;
}
.tm-sc-video-popup.tm-sc-video-popup-button-over-image:before {
position: absolute;
content: "";
left: 0px;
top: 0px;
right: 0px;
bottom: 0px;
z-index: 8;
background-color: rgba(0, 0, 0, 0.2);
}
.tm-sc-video-popup.tm-sc-video-popup-button-over-image .effect-wrapper {
height: 400px;
display: block;
}
.tm-sc-video-popup.tm-sc-video-popup-button-over-image .effect-wrapper .thumb {
width: 100%;
height: 100%;
background-size: cover;
background-position: top center;
}
.tm-sc-video-popup.tm-sc-video-popup-button-over-image .video-button-holder {
opacity: 0.8;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.tm-sc-video-popup.tm-sc-video-popup-button-over-image .video-button-text {
color: #fff;
font-size: 1.5rem;
position: absolute;
bottom: 12%;
z-index: 8;
text-align: center;
width: 100%;
}
.tm-sc-video-popup.tm-sc-video-popup-button-over-image .animated-css-play-button {
z-index: 9;
position: absolute;
top: 50%;
left: 50%;
width: 80px;
height: 80px;
border-radius: 100%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
display: flex;
justify-content: center;
align-items: center;
z-index: 8;
opacity: 1;
color: #fff;
font-size: 16px;
transition: all 0.3s ease 0s;
}
@media (prefers-reduced-motion: reduce) {
.tm-sc-video-popup.tm-sc-video-popup-button-over-image .animated-css-play-button {
transition: none;
}
}
.tm-sc-video-popup.tm-sc-video-popup-button-over-image .animated-css-play-button .bg-block {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
color: var(--text-color-bg-theme-color1);
background-color: rgba(var(--theme-color1-rgb), 0.7);
z-index: -1;
border-radius: 100%;
transition: all 0.3s ease 0s;
}
@media (prefers-reduced-motion: reduce) {
.tm-sc-video-popup.tm-sc-video-popup-button-over-image .animated-css-play-button .bg-block {
transition: none;
}
}
.tm-sc-video-popup.tm-sc-video-popup-button-over-image .animated-css-play-button .play-icon,
.tm-sc-video-popup.tm-sc-video-popup-button-over-image .animated-css-play-button .play-icon:before,
.tm-sc-video-popup.tm-sc-video-popup-button-over-image .animated-css-play-button .play-icon:after {
position: absolute;
top: 50%;
left: 50%;
width: 80px;
height: 80px;
-webkit-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
border-radius: 50%;
-webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
-moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
-ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
-o-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
-webkit-animation: videoplayanimation 3s infinite;
-moz-animation: videoplayanimation 3s infinite;
-ms-animation: videoplayanimation 3s infinite;
-o-animation: videoplayanimation 3s infinite;
animation: videoplayanimation 3s infinite;
transition: all 0.3s ease 0s;
}
@media (prefers-reduced-motion: reduce) {
.tm-sc-video-popup.tm-sc-video-popup-button-over-image .animated-css-play-button .play-icon,
.tm-sc-video-popup.tm-sc-video-popup-button-over-image .animated-css-play-button .play-icon:before,
.tm-sc-video-popup.tm-sc-video-popup-button-over-image .animated-css-play-button .play-icon:after {
transition: none;
}
}
.tm-sc-video-popup.tm-sc-video-popup-button-over-image .animated-css-play-button .play-icon:before {
-webkit-animation-delay: 0.9s;
-moz-animation-delay: 0.9s;
-ms-animation-delay: 0.9s;
-o-animation-delay: 0.9s;
animation-delay: 0.9s;
content: "";
position: absolute;
}
.tm-sc-video-popup.tm-sc-video-popup-button-over-image .animated-css-play-button .play-icon:after {
-webkit-animation-delay: 0.6s;
-moz-animation-delay: 0.6s;
-ms-animation-delay: 0.6s;
-o-animation-delay: 0.6s;
animation-delay: 0.6s;
content: "";
position: absolute;
}
@-webkit-keyframes videoplayanimation {
60% {
box-shadow: 0 0 0 60px rgba(255, 255, 255, 0);
}
100% {
box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
}
}
@keyframes videoplayanimation {
60% {
box-shadow: 0 0 0 60px rgba(255, 255, 255, 0);
}
100% {
box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
}
}
.tm-sc-video-popup.tm-sc-video-popup-button-over-image .animated-css-play-button i {
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
font-size: 30px;
color: #fff;
}
.tm-sc-video-popup.tm-sc-video-popup-button-over-image:hover .animated-css-play-button {
background: rgba(255, 51, 51, 0.9);
transform: translate(-50%, -50%) scale(0.9);
}
.tm-sc-video-popup.tm-sc-video-popup-button-over-image:hover .video-button-holder {
opacity: 0.95;
top: 50%;
left: 50%;
}
.tm-sc-video-popup.tm-sc-video-popup-button-over-image2 {
overflow: hidden;
}
.tm-sc-video-popup.tm-sc-video-popup-button-over-image2:before {
position: absolute;
content: "";
left: 0px;
top: 0px;
right: 0px;
bottom: 0px;
z-index: 8;
background-color: rgba(0, 0, 0, 0.1);
}
.tm-sc-video-popup.tm-sc-video-popup-button-over-image2 .effect-wrapper {
height: 400px;
display: block;
}
.tm-sc-video-popup.tm-sc-video-popup-button-over-image2 .effect-wrapper .thumb {
width: 100%;
height: 100%;
background-size: cover;
}
.tm-sc-video-popup.tm-sc-video-popup-button-over-image2 .video-button-holder {
opacity: 0.8;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.tm-sc-video-popup.tm-sc-video-popup-button-over-image2 .video-button-text {
color: #fff;
font-size: 1.5rem;
position: absolute;
bottom: 12%;
z-index: 8;
text-align: center;
width: 100%;
}
.tm-sc-video-popup.tm-sc-video-popup-button-over-image2 .video-play-button {
font-size: 14px;
height: 36px;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
line-height: 35px;
margin: 0 auto;
position: absolute;
width: 35px;
z-index: 9;
text-align: center;
overflow: hidden;
display: flex;
justify-content: center;
align-items: center;
transition: all 0.3s ease;
}
@media (prefers-reduced-motion: reduce) {
.tm-sc-video-popup.tm-sc-video-popup-button-over-image2 .video-play-button {
transition: none;
}
}
.tm-sc-video-popup.tm-sc-video-popup-button-over-image2 .video-play-button .bg-block {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
color: var(--text-color-bg-theme-color1);
background-color: var(--theme-color1);
z-index: -1;
transition: all 0.3s ease 0s;
}
@media (prefers-reduced-motion: reduce) {
.tm-sc-video-popup.tm-sc-video-popup-button-over-image2 .video-play-button .bg-block {
transition: none;
}
}
.tm-sc-video-popup.tm-sc-video-popup-button-over-image2:hover:before {
position: absolute;
content: "";
left: 0px;
top: 0px;
right: 0px;
bottom: 0px;
z-index: 8;
background-color: rgba(0, 0, 0, 0.1);
}
.tm-sc-video-popup.tm-sc-video-popup-button-over-image2:hover .video-button-holder {
opacity: 0.95;
top: 50%;
left: 50%;
}
.tm-sc-video-popup.tm-sc-video-popup-css-button {
display: inline-block;
}
.tm-sc-video-popup.tm-sc-video-popup-css-button .animated-css-play-button {
position: relative;
z-index: 0;
}
.tm-sc-video-popup.tm-sc-video-popup-css-button .animated-css-play-button i {
font-size: 30px;
color: #fff;
}
.tm-sc-video-popup.tm-sc-video-popup-css-button .animated-css-play-button .bg-block {
position: absolute;
top: 0;
left: 0;
width: 80px;
height: 80px;
color: var(--text-color-bg-theme-color1);
background-color: rgba(var(--theme-color1-rgb), 0.7);
z-index: -1;
border-radius: 100%;
margin: 40px;
transition: all 0.3s ease 0s;
}
@media (prefers-reduced-motion: reduce) {
.tm-sc-video-popup.tm-sc-video-popup-css-button .animated-css-play-button .bg-block {
transition: none;
}
}
.tm-sc-video-popup.tm-sc-video-popup-css-button .animated-css-play-button .play-icon {
position: relative;
width: 80px;
height: 80px;
border-radius: 100%;
display: flex;
justify-content: center;
align-items: center;
z-index: 8;
opacity: 1;
margin: 40px;
color: #fff;
font-size: 16px;
transition: all 0.4s ease 0s;
}
@media (prefers-reduced-motion: reduce) {
.tm-sc-video-popup.tm-sc-video-popup-css-button .animated-css-play-button .play-icon {
transition: none;
}
}
.tm-sc-video-popup.tm-sc-video-popup-css-button .animated-css-play-button .play-icon i {
transition: all 0.3s ease 0s;
}
@media (prefers-reduced-motion: reduce) {
.tm-sc-video-popup.tm-sc-video-popup-css-button .animated-css-play-button .play-icon i {
transition: none;
}
}
.tm-sc-video-popup.tm-sc-video-popup-css-button .animated-css-play-button .play-icon:before {
content: " ";
display: block;
position: absolute;
border-radius: 100%;
z-index: -1;
opacity: 0.3;
width: 110px;
height: 110px;
transition: all 0.4s ease 0s;
}
@media (prefers-reduced-motion: reduce) {
.tm-sc-video-popup.tm-sc-video-popup-css-button .animated-css-play-button .play-icon:before {
transition: none;
}
}
.tm-sc-video-popup.tm-sc-video-popup-css-button .animated-css-play-button .play-icon:after {
content: " ";
background-color: rgba(var(--theme-color1-rgb), 0.3);
display: block;
position: absolute;
border-radius: 100%;
z-index: -1;
transition: all 0.4s ease 0s;
animation: video-play-button-animate 1.2s ease-in infinite forwards;
}
@media (prefers-reduced-motion: reduce) {
.tm-sc-video-popup.tm-sc-video-popup-css-button .animated-css-play-button .play-icon:after {
transition: none;
}
}
.tm-sc-video-popup.tm-sc-video-popup-css-button:hover .animated-css-play-button .play-icon:after {
background-color: rgba(var(--theme-color1-rgb), 0.94);
}
.tm-sc-video-popup.tm-sc-video-popup-custom-css-button .video-play-button {
background: var(--theme-color1);
color: var(--text-color-bg-theme-color1);
width: 110px;
height: 110px;
font-size: 26px;
border-radius: 10px;
display: flex;
align-items: center;
justify-content: center;
}
.tm-sc-video-popup.tm-sc-video-popup-custom-css-button .video-play-button:hover {
background: var(--theme-color2);
color: var(--text-color-bg-theme-color2);
transform: scale(0.9);
}
@keyframes video-play-button-animate {
0% {
width: 10px;
height: 10px;
opacity: 0.8;
}
100% {
width: 160px;
height: 160px;
opacity: 0;
}
}.tm-sc-working-steps.working-steps-horizontal {
position: relative; }
.tm-sc-working-steps.working-steps-horizontal .working-steps-bg-holder {
position: absolute;
top: 20px;
left: -5%;
width: 120%;
height: 100%;
z-index: -1;
opacity: 1;
margin: 0 -100px; }
.tm-sc-working-steps.working-steps-horizontal .working-steps-bg-holder:after {
content: "";
transform-origin: right;
-webkit-transform: scale(1, 1);
-moz-transform: scale(1, 1);
transform: scale(1, 1);
-webkit-transition: -webkit-transform 1s linear .2s;
-moz-transition: -moz-transform 1s linear .2s;
transition: transform 1s linear .2s;
position: absolute;
display: block;
width: 100%;
height: 100%;
top: 0;
left: 0; }
.tm-sc-working-steps.working-steps-horizontal .working-steps-bg-holder.working-steps-bg-appeared:after {
-webkit-transform: scale(0, 1);
-moz-transform: scale(0, 1);
transform: scale(0, 1); }
.tm-sc-working-steps.working-steps-horizontal .working-steps-inner:after, .tm-sc-working-steps.working-steps-horizontal .working-steps-inner:before {
content: "";
display: table; }
.tm-sc-working-steps.working-steps-horizontal .working-steps-inner:after {
clear: both; }
.tm-sc-working-steps.working-steps-horizontal .working-steps-inner .tm-sc-working-steps-item {
text-align: center;
float: left;
display: flex;
justify-content: center;
width: 25%;
padding: 10px;
position: relative;
z-index: 0; }
.tm-sc-working-steps.working-steps-horizontal .working-steps-inner .tm-sc-working-steps-item .arrow-symbol-img {
position: absolute;
z-index: -1; }
.tm-sc-working-steps.working-steps-horizontal .working-steps-inner .tm-sc-working-steps-item .arrow-symbol-img img {
max-width: initial; }
.tm-sc-working-steps.working-steps-horizontal .working-steps-inner .tm-sc-working-steps-item .working-steps-item-inner {
width: 80%; }
.tm-sc-working-steps.working-steps-horizontal .working-steps-inner .tm-sc-working-steps-item .image-holder-wrapper {
position: relative; }
.tm-sc-working-steps.working-steps-horizontal .working-steps-inner .tm-sc-working-steps-item .image-holder-wrapper .image-holder {
background-color: #fff;
display: flex;
width: 200px;
height: 200px;
border: 8px solid rgba(238, 238, 238, 0.5);
padding: 0;
margin-bottom: 20px;
margin-left: auto;
margin-right: auto;
border-radius: 50%;
box-sizing: border-box;
position: relative;
transition: all 0.3s ease-in-out; }
@media (prefers-reduced-motion: reduce) {
.tm-sc-working-steps.working-steps-horizontal .working-steps-inner .tm-sc-working-steps-item .image-holder-wrapper .image-holder {
transition: none; } }
.tm-sc-working-steps.working-steps-horizontal .working-steps-inner .tm-sc-working-steps-item .image-holder-wrapper .image-holder .image-holder-inner {
border-radius: 50%;
width: 100%;
-ms-flex-item-align: center !important;
align-self: center !important; }
.tm-sc-working-steps.working-steps-horizontal .working-steps-inner .tm-sc-working-steps-item .image-holder-wrapper .image-holder .image-holder-inner img {
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
-webkit-transition: transform 0.5s cubic-bezier(0.57, 0.04, 0.06, 0.84), opacity 0s;
transition: transform 0.5s cubic-bezier(0.57, 0.04, 0.06, 0.84), opacity 0s; }
.tm-sc-working-steps.working-steps-horizontal .working-steps-inner .tm-sc-working-steps-item .image-holder-wrapper .image-holder .text-img {
color: var(--theme-color1);
font-size: 64px;
transition: all 0.3s ease-in-out; }
@media (prefers-reduced-motion: reduce) {
.tm-sc-working-steps.working-steps-horizontal .working-steps-inner .tm-sc-working-steps-item .image-holder-wrapper .image-holder .text-img {
transition: none; } }
.tm-sc-working-steps.working-steps-horizontal .working-steps-inner .tm-sc-working-steps-item .image-holder-wrapper .image-holder .text-flaticon {
color: var(--theme-color1);
font-size: 64px;
transition: all 0.3s ease-in-out; }
@media (prefers-reduced-motion: reduce) {
.tm-sc-working-steps.working-steps-horizontal .working-steps-inner .tm-sc-working-steps-item .image-holder-wrapper .image-holder .text-flaticon {
transition: none; } }
.tm-sc-working-steps.working-steps-horizontal .working-steps-inner .tm-sc-working-steps-item .image-holder-wrapper .image-holder .tag {
background-color: #222013;
color: #fff;
height: 56px;
width: 56px;
display: flex;
align-items: center;
justify-content: center;
font-size: 14px;
border-radius: 50%;
position: absolute;
bottom: 5px;
right: -5px;
transition: all 0.3s ease-in-out; }
@media (prefers-reduced-motion: reduce) {
.tm-sc-working-steps.working-steps-horizontal .working-steps-inner .tm-sc-working-steps-item .image-holder-wrapper .image-holder .tag {
transition: none; } }
.tm-sc-working-steps.working-steps-horizontal .working-steps-inner .tm-sc-working-steps-item.image-full-bg .image-holder-wrapper .image-holder .image-holder-inner {
overflow: hidden; }
.tm-sc-working-steps.working-steps-horizontal .working-steps-inner .tm-sc-working-steps-item.image-full-bg .image-holder-wrapper .image-holder .image-holder-inner img {
width: 100%; }
.tm-sc-working-steps.working-steps-horizontal .working-steps-inner .tm-sc-working-steps-item.working-steps-item-highlighted .image-holder {
width: 90%;
height: 90%;
max-width: 250px;
margin-top: -40px; }
.tm-sc-working-steps.working-steps-horizontal .working-steps-inner .tm-sc-working-steps-item.working-steps-item-highlighted .working-steps-item-inner {
width: 95%; }
.tm-sc-working-steps.working-steps-horizontal .working-steps-inner .tm-sc-working-steps-item.working-steps-push-right .working-steps-item-inner {
float: right; }
.tm-sc-working-steps.working-steps-horizontal .working-steps-inner .tm-sc-working-steps-item:hover .image-holder-wrapper .image-holder .image-holder-inner img {
transform: rotateY(180deg); }
.tm-sc-working-steps.working-steps-horizontal .working-steps-inner .tm-sc-working-steps-item:hover .image-holder-wrapper .image-holder .image-holder-inner .text-flaticon {
transform: rotateY(180deg); }
.tm-sc-working-steps.working-steps-horizontal .working-steps-inner .tm-sc-working-steps-item:hover .image-holder-wrapper .image-holder .text-img {
color: var(--theme-color2); }
.tm-sc-working-steps.working-steps-horizontal .working-steps-inner .tm-sc-working-steps-item:hover .image-holder-wrapper .image-holder .tag {
transform: rotate(360deg); }
.tm-sc-working-steps.working-steps-horizontal.working-steps-items-1 .tm-sc-working-steps-item {
width: 100%; }
.tm-sc-working-steps.working-steps-horizontal.working-steps-items-2 .tm-sc-working-steps-item {
width: 50%; }
.tm-sc-working-steps.working-steps-horizontal.working-steps-items-3 .tm-sc-working-steps-item {
width: 33.33%; }
.tm-sc-working-steps.working-steps-horizontal.working-steps-items-4 .tm-sc-working-steps-item {
width: 25%; }
.tm-sc-working-steps.working-steps-horizontal .title-holder {
margin-bottom: 15px; }
.tm-sc-working-steps.working-steps-horizontal .text-holder p {
color: #888; }
.tm-sc-working-steps.working-steps-horizontal .text-holder, .tm-sc-working-steps.working-steps-horizontal .text-holder p, .tm-sc-working-steps.working-steps-horizontal .title {
margin: 0;
transition: all 0.3s ease; }
@media (prefers-reduced-motion: reduce) {
.tm-sc-working-steps.working-steps-horizontal .text-holder, .tm-sc-working-steps.working-steps-horizontal .text-holder p, .tm-sc-working-steps.working-steps-horizontal .title {
transition: none; } }
@media only screen and (max-width: 1440px) {
.tm-sc-working-steps.working-steps-horizontal .working-steps-inner .tm-sc-working-steps-item .working-steps-item-inner {
width: 100%; } }
@media only screen and (max-width: 1366px) {
.tm-sc-working-steps.working-steps-horizontal .working-steps-bg-holder {
background-size: contain;
margin: 0 -100px; } }
@media (max-width: 1199.98px) {
.tm-sc-working-steps.working-steps-horizontal .working-steps-inner .tm-sc-working-steps-item .working-steps-item-inner {
width: 80%; }
.tm-sc-working-steps.working-steps-horizontal .working-steps-inner .tm-sc-working-steps-item .image-holder {
width: 85%;
height: 85%; }
.tm-sc-working-steps.working-steps-horizontal .working-steps-inner .tm-sc-working-steps-item.working-steps-item-highlighted .image-holder {
width: 90%;
height: 90%;
margin-top: -40px; } }
@media (max-width: 991.98px) {
.tm-sc-working-steps.working-steps-horizontal {
margin-top: 0; }
.tm-sc-working-steps.working-steps-horizontal .working-steps-bg-holder {
display: none; }
.tm-sc-working-steps.working-steps-horizontal.working-steps-items-4 .working-steps-inner .tm-sc-working-steps-item {
width: 50%;
margin-bottom: 30px; }
.tm-sc-working-steps.working-steps-horizontal.working-steps-items-4 .working-steps-inner .tm-sc-working-steps-item .working-steps-item-inner {
width: 100%; }
.tm-sc-working-steps.working-steps-horizontal.working-steps-items-4 .working-steps-inner .tm-sc-working-steps-item .image-holder {
width: 65%;
height: 65%;
max-width: 200px; }
.tm-sc-working-steps.working-steps-horizontal.working-steps-items-4 .working-steps-inner .tm-sc-working-steps-item .content-holder {
padding: 0 20px; }
.tm-sc-working-steps.working-steps-horizontal.working-steps-items-4 .working-steps-inner .tm-sc-working-steps-item.working-steps-item-highlighted .image-holder {
width: 80%;
height: 80%;
margin-top: 0; } }
@media (max-width: 767.98px) {
.tm-sc-working-steps.working-steps-horizontal .working-steps-inner .tm-sc-working-steps-item {
width: 100% !important;
margin-bottom: 30px; }
.tm-sc-working-steps.working-steps-horizontal .working-steps-inner .tm-sc-working-steps-item .working-steps-item-inner {
width: 100%; }
.tm-sc-working-steps.working-steps-horizontal .working-steps-inner .tm-sc-working-steps-item .image-holder {
width: 65%;
height: 65%;
max-width: 200px; }
.tm-sc-working-steps.working-steps-horizontal .working-steps-inner .tm-sc-working-steps-item.working-steps-item-highlighted .image-holder {
width: 70%;
height: 70%;
margin-top: 0; } }.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;
}
.projects-current-theme1 {
position: relative;
}
.projects-current-theme1 .inner-box {
position: relative;
}
.projects-current-theme1 .inner-box:hover .image-box .icon {
right: 30px;
top: 30px;
opacity: 1;
}
.projects-current-theme1 .inner-box:hover img {
transform: scale(1.1);
}
.projects-current-theme1 .inner-box:hover .image:before {
height: 30%;
}
.projects-current-theme1 .image-box {
position: relative;
overflow: hidden;
border-radius: 10px;
transition: all 300ms ease;
}
.projects-current-theme1 .image-box a {
display: block;
width: 100%;
}
.projects-current-theme1 .image-box::before {
position: absolute;
left: 0;
bottom: 0;
height: 70%;
width: 100%;
content: "";
background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #1d1d29 100%);
pointer-events: none;
z-index: 2;
transition: all 500ms ease;
}
.projects-current-theme1 .image-box img {
width: 100%;
transition: all 300ms ease;
}
.projects-current-theme1 .image-box .icon {
position: absolute;
right: 20px;
top: 20px;
height: 50px;
width: 50px;
background-color: var(--theme-color1);
border-radius: 5px;
display: flex;
-webkit-box-pack: center;
align-items: center;
justify-content: center;
color: #ffffff;
font-size: 14px;
transition: all 300ms ease;
opacity: 0;
}
.projects-current-theme1 .image-box .icon:hover {
background: var(--theme-color3);
color: var(--text-color-bg-theme-color3);
}
.projects-current-theme1 .content-box {
position: absolute;
left: 0;
bottom: 0;
padding: 50px 50px;
z-index: 9;
}
.projects-current-theme1 .content-box .cat-list {
position: relative;
padding-top: 12px;
}
.projects-current-theme1 .content-box .cat-list li a {
position: relative;
padding-top: 20px;
font-size: 14px;
line-height: 30px;
letter-spacing: 0.07em;
font-weight: 700;
text-transform: uppercase;
color: #ffffff;
font-family: var(--font-current-theme2);
}
.projects-current-theme1 .content-box .cat-list:before {
position: absolute;
top: 0;
height: 2px;
width: 35px;
background-color: var(--theme-color1);
content: "";
}
.projects-current-theme1 .content-box .title {
display: block;
margin-top: 0;
}
.projects-current-theme1 .content-box .title a {
color: #ffffff;
transition: all 300ms ease;
}
.projects-current-theme1 .content-box .title a:hover {
color: var(--theme-color3);
}
.gallery-carousel .owl-nav, .gallery-carousel .owl-dots {
display: none;
}
.projects-current-theme2 {
position: relative;
overflow: hidden;
}
.projects-current-theme2 img {
width: 100%;
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
transition: all 300ms ease;
}
@media (prefers-reduced-motion: reduce) {
.projects-current-theme2 img {
transition: none;
}
}
.projects-current-theme2 .overlay-box {
position: absolute;
left: 0;
top: 0;
height: 100%;
width: 100%;
background: rgba(0, 0, 0, 0.1);
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: flex-end;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
align-items: flex-start;
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
padding-bottom: 30px;
-webkit-transform-origin: top;
-ms-transform-origin: top;
transform-origin: top;
transition: transform 300ms ease;
}
.projects-current-theme2:hover .overlay-box {
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
-webkit-transform-origin: bottom;
-ms-transform-origin: bottom;
transform-origin: bottom;
background: rgba(0, 0, 0, 0.3);
}
.projects-current-theme2 .link {
position: relative;
height: 50px;
width: 50px;
top: -30px;
text-align: center;
background: #ffffff;
border-radius: 50%;
line-height: 50px;
color: #4d6f63;
margin-left: auto;
margin-bottom: auto;
opacity: 0;
transition: all 300ms ease;
}
@media (prefers-reduced-motion: reduce) {
.projects-current-theme2 .link {
transition: none;
}
}
.projects-current-theme2:hover .link {
opacity: 1;
top: 0;
-webkit-transition-delay: 300ms;
-o-transition-delay: 300ms;
transition-delay: 300ms;
}
.projects-current-theme2 .cat-list {
margin-bottom: -0.5px;
}
.projects-current-theme2 .cat-list li {
position: relative;
display: inline-block;
top: 20px;
font-size: 12px;
color: #ffffff;
line-height: 20px;
padding: 5px 30px;
background-color: var(--theme-color1);
letter-spacing: 0.05em;
opacity: 0;
text-transform: uppercase;
transition: all 300ms ease;
}
@media (prefers-reduced-motion: reduce) {
.projects-current-theme2 .cat-list li {
transition: none;
}
}
.projects-current-theme2 .cat-list li a {
color: #fff;
}
.projects-current-theme2:hover .cat-list li {
top: 0;
opacity: 1;
-webkit-transition-delay: 400ms;
-o-transition-delay: 400ms;
transition-delay: 400ms;
}
.projects-current-theme2 .title {
position: relative;
top: 20px;
color: var(--theme-color1);
background-color: #ffffff;
padding: 10px 30px;
letter-spacing: 0.02em;
opacity: 0;
font-family: var(--font-current-theme1);
transition: all 300ms ease;
margin-top: 0;
}
@media (prefers-reduced-motion: reduce) {
.projects-current-theme2 .title {
transition: none;
}
}
.projects-current-theme2:hover .title {
top: 0;
opacity: 1;
-webkit-transition-delay: 600ms;
-o-transition-delay: 600ms;
transition-delay: 600ms;
}
.projects-current-theme2 .title a {
color: var(--theme-color2);
transition: all 300ms ease;
}
@media (prefers-reduced-motion: reduce) {
.projects-current-theme2 .title a {
transition: none;
}
}
.projects-current-theme2:hover img {
-webkit-transform: scale(1.1);
-moz-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1);
}
.gallery-carousel .owl-nav, .gallery-carousel .owl-dots {
display: none;
}
.project-skin-style1 {
padding-top: 98px;
text-align: center;
}
.project-skin-style1 .project-block {
background-color: #fff;
box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.03);
border: 1px solid #eee;
padding: 0 50px;
position: relative;
z-index: 1;
}
@media (max-width: 1199.98px) {
.project-skin-style1 .project-block {
padding: 0 30px;
}
}
.project-skin-style1 .project-block .thumb {
max-width: 220px;
margin: 0 auto 24px;
}
.project-skin-style1 .project-block .thumb img {
border: 12px solid #fff;
border-radius: 50%;
margin-top: -98px;
position: relative;
z-index: 1;
}
.project-skin-style1 .project-block .content {
transition: all 0.3s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
.project-skin-style1 .project-block .content {
transition: none;
}
}
.project-skin-style1 .project-block .content .cat-list li a {
text-transform: capitalize;
}
.project-skin-style1 .project-block .content .cat-list li a:hover {
color: var(--hover-theme-color);
}
.project-skin-style1 .project-block .content .title {
margin-bottom: 20px;
margin-top: 0;
}
.project-skin-style1 .project-block .content .title a {
color: #202426;
}
.project-skin-style1 .project-block .content .excerpt {
margin-bottom: 30px;
}
@media (max-width: 1199.98px) {
.project-skin-style1 .project-block .content p {
margin-bottom: 50px;
}
}
.project-skin-style1 .project-block .content .btn-link {
background-color: #f5f5f4;
border-radius: 35px 35px 0 0;
color: #303035;
display: inline-block;
font-size: 20px;
padding: 11px 25.25px 3px;
}
.project-skin-style1 .project-block .content .btn-link .shape-circle {
bottom: 0;
filter: brightness(0.1);
left: 50%;
opacity: 0.2;
position: absolute;
transform: translateX(-50%);
z-index: -1;
transition: all 0.3s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
.project-skin-style1 .project-block .content .btn-link .shape-circle {
transition: none;
}
}
.project-skin-style1 .project-block:hover .title a {
color: var(--theme-color1);
}
.project-skin-style1 .project-block:hover .content .btn-link {
background-color: var(--theme-color2);
color: #fff;
}
.project-skin-style1 .project-block:hover .content .btn-link .shape-circle {
filter: none;
opacity: 1;
}
.project-skin-style2 {
position: relative;
}
.project-skin-style2 .thumb {
overflow: hidden;
position: relative;
}
.project-skin-style2 .thumb img {
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
transition: all 0.4s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
.project-skin-style2 .thumb img {
transition: none;
}
}
.project-skin-style2 .thumb .overlay {
background-color: rgba(29, 29, 35, 0.7);
bottom: 0;
left: 0;
opacity: 0;
position: absolute;
right: 0;
top: 0;
transition: all 0.3s ease;
}
.project-skin-style2 .thumb .overlay .icon {
font-size: 24px;
position: absolute;
top: 40%;
left: 50%;
transform: translate(-50%, -40%);
margin: 0 auto;
}
.project-skin-style2 .details {
bottom: 0;
left: 0;
position: absolute;
right: 0;
background: rgba(var(--theme-color1-rgb), 0.9);
padding: 30px;
}
.project-skin-style2 .details .cat-list li {
color: #fff;
}
.project-skin-style2 .details .cat-list li a {
color: #fff;
}
.project-skin-style2 .details .cat-list li a:hover {
color: var(--hover-theme-color);
}
.project-skin-style2 .details .title {
color: #fff;
margin-bottom: 0;
margin-top: 0;
}
.project-skin-style2 .details .title a:hover, .project-skin-style2 .details .title a:focus {
color: #f1f1f1;
}
.project-skin-style2:hover .thumb img {
-webkit-transform: scale(1.1);
-moz-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1);
}
.project-skin-style2:hover .thumb .overlay {
opacity: 1;
}
.project-skin-style3 {
position: relative;
overflow: hidden;
}
.project-skin-style3 .thumb {
overflow: hidden;
position: relative;
-webkit-transform: scale(1);
-moz-transform: scale(1);
transform: scale(1);
-webkit-transition: transform 0.5s cubic-bezier(0.57, 0.04, 0.06, 0.84), opacity 0s;
transition: transform 0.5s cubic-bezier(0.57, 0.04, 0.06, 0.84), opacity 0s;
}
.project-skin-style3 .tm-project-content-wrapper {
box-sizing: border-box;
padding: 0;
position: absolute;
left: 0;
top: 0;
height: 100%;
width: 100%;
}
.project-skin-style3 .tm-project-content-wrapper .tm-project-content {
display: table;
height: 100%;
width: 100%;
overflow: hidden;
}
.project-skin-style3 .tm-project-content-wrapper .tm-project-content:after {
content: "";
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
opacity: 0;
-webkit-transform-origin: 0 0;
-moz-transform-origin: 0 0;
transform-origin: 0 0;
-webkit-transform: scaleY(0);
-moz-transform: scaleY(0);
transform: scaleY(0);
-webkit-transition: transform 0.5s cubic-bezier(0.57, 0.04, 0.06, 0.84), opacity 0s 0.5s;
transition: transform 0.5s cubic-bezier(0.57, 0.04, 0.06, 0.84), opacity 0s 0.5s;
background-color: rgba(var(--theme-color2-rgb), 0.9);
}
.project-skin-style3 .tm-project-content-wrapper .tm-project-content .tm-project-content-inner {
display: block;
padding: 50px;
height: 100%;
width: 100%;
position: absolute;
vertical-align: middle;
z-index: 9;
}
@media (max-width: 767.98px) {
.project-skin-style3 .tm-project-content-wrapper .tm-project-content .tm-project-content-inner {
padding: 30px;
}
}
.project-skin-style3 .tm-project-content-wrapper .tm-project-content .tm-project-content-inner .tm-project-content-inner-wrapper {
position: relative;
height: 100%;
width: 100%;
}
.project-skin-style3 .tm-project-content-wrapper .tm-project-content .tm-project-content-inner .tm-project-content-inner-wrapper .project-detials {
bottom: 0;
position: absolute;
}
.project-skin-style3 .tm-project-content-wrapper .tm-project-content .tm-project-content-inner .tm-project-content-inner-wrapper .project-detials .category a {
color: var(--theme-color1);
font-size: 14px;
letter-spacing: 1px;
margin-bottom: 0;
text-transform: uppercase;
}
.project-skin-style3 .tm-project-content-wrapper .tm-project-content .tm-project-content-inner .tm-project-content-inner-wrapper .project-detials .title {
color: #fff;
margin-top: 0;
text-transform: uppercase;
}
.project-skin-style3 .tm-project-content-wrapper .tm-project-content .tm-project-content-inner .tm-project-content-inner-wrapper .project-detials .title a:hover {
color: #ddd;
}
.project-skin-style3 .tm-project-content-wrapper .tm-project-content .tm-project-content-inner .tm-project-content-inner-wrapper .cat-list li {
color: #fff;
}
.project-skin-style3 .tm-project-content-wrapper .tm-project-content .tm-project-content-inner .tm-project-content-inner-wrapper .cat-list li a {
color: #fff;
}
.project-skin-style3 .tm-project-content-wrapper .tm-project-content .tm-project-content-inner .tm-project-content-inner-wrapper .cat-list li a:hover {
color: var(--hover-theme-color);
}
.project-skin-style3 .tm-project-content-wrapper .tm-project-content .tm-project-content-inner .tm-project-content-inner-wrapper .cat-list, .project-skin-style3 .tm-project-content-wrapper .tm-project-content .tm-project-content-inner .tm-project-content-inner-wrapper .title, .project-skin-style3 .tm-project-content-wrapper .tm-project-content .tm-project-content-inner .tm-project-content-inner-wrapper .styled-icons {
position: relative;
opacity: 0;
-webkit-transform: translate3d(0, -100%, 0);
-moz-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
-webkit-transition: -webkit-transform 0.4s, opacity 0.2s;
transition: transform 0.4s, opacity 0.2s;
will-change: transform, opacity;
}
.project-skin-style3 .tm-project-content-wrapper .tm-project-content .tm-project-content-inner .tm-project-content-inner-wrapper .icons-holder-inner {
top: 0;
overflow: hidden;
position: absolute;
right: -4px;
}
.project-skin-style3 .tm-project-content-wrapper .tm-project-content .tm-project-content-inner .tm-project-content-inner-wrapper .icons-holder-inner .styled-icons .styled-icons-item {
background-color: var(--theme-color1);
border-radius: 0;
color: #fff;
font-size: 24px;
height: 73px;
line-height: 70px;
text-align: center;
width: 75px;
}
@media (max-width: 767.98px) {
.project-skin-style3 .tm-project-content-wrapper .tm-project-content .tm-project-content-inner .tm-project-content-inner-wrapper .icons-holder-inner .styled-icons .styled-icons-item {
font-size: 20px;
line-height: 60px;
height: 60px;
width: 60px;
}
}
.project-skin-style3:hover .thumb {
-webkit-transform: scale(1.1);
-moz-transform: scale(1.1);
transform: scale(1.1);
}
.project-skin-style3:hover .tm-project-content-wrapper .tm-project-content:after {
opacity: 1;
-webkit-transform: scaleY(1);
-moz-transform: scaleY(1);
transform: scaleY(1);
-webkit-transition: transform 0.5s cubic-bezier(0.57, 0.04, 0.06, 0.84), opacity 0s;
transition: transform 0.5s cubic-bezier(0.57, 0.04, 0.06, 0.84), opacity 0s;
}
.project-skin-style3:hover .tm-project-content-wrapper .tm-project-content .tm-project-content-inner .cat-list {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
-webkit-transition: -webkit-transform 0.6s cubic-bezier(0.57, 0.04, 0.06, 0.84) 0.1s, opacity 0.2s 0.1s;
transition: transform 0.6s cubic-bezier(0.57, 0.04, 0.06, 0.84) 0.1s, opacity 0.2s 0.1s;
}
.project-skin-style3:hover .tm-project-content-wrapper .tm-project-content .tm-project-content-inner .title {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
-webkit-transition: -webkit-transform 0.6s cubic-bezier(0.57, 0.04, 0.06, 0.84) 0.1s, opacity 0.2s 0.1s;
transition: transform 0.6s cubic-bezier(0.57, 0.04, 0.06, 0.84) 0.1s, opacity 0.2s 0.1s;
}
.project-skin-style3:hover .tm-project-content-wrapper .tm-project-content .tm-project-content-inner .styled-icons {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
-webkit-transition: -webkit-transform 0.6s cubic-bezier(0.57, 0.04, 0.06, 0.84) 0.2s, opacity 0.2s 0.2s;
transition: transform 0.6s cubic-bezier(0.57, 0.04, 0.06, 0.84) 0.2s, opacity 0.2s 0.2s;
}
.project-skin-style4 {
position: relative;
}
.project-skin-style4 .project-thumb img {
transition: all 0.4s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
.project-skin-style4 .project-thumb img {
transition: none;
}
}
.project-skin-style4 .project-content {
text-align: center;
background: var(--theme-color2);
padding: 25px;
position: absolute;
bottom: 0;
left: 0;
right: 0;
margin: 0 auto;
width: 100%;
transition: 300ms;
z-index: 2;
transition: all 0.4s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
.project-skin-style4 .project-content {
transition: none;
}
}
.project-skin-style4 .project-content:after {
position: absolute;
content: "";
top: -20px;
left: 0;
right: 0;
margin: 0 auto;
width: 0;
height: 0;
border-style: solid;
border-width: 0 30px 20px 30px;
border-color: transparent transparent var(--theme-color2) transparent;
transition: all 0.4s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
.project-skin-style4 .project-content:after {
transition: none;
}
}
.project-skin-style4 .project-content .cat-list li {
color: #fff;
}
.project-skin-style4 .project-content .cat-list li a {
color: #fff;
}
.project-skin-style4 .project-content .cat-list li a:hover {
color: var(--hover-theme-color);
}
.project-skin-style4 .project-content .title {
margin-top: 0;
margin-bottom: 5px;
color: var(--text-color-bg-theme-color2);
}
.project-skin-style4 .project-content .title a:hover,
.project-skin-style4 .project-content .title a:focus {
color: var(--theme-color3);
}
.project-skin-style4 .project-content .excerpt {
color: var(--text-color-bg-theme-color2);
}
.project-skin-style4 .project-content > :first-child {
margin-top: 0;
}
.project-skin-style4:hover .project-content {
background: var(--theme-color1);
}
.project-skin-style4:hover .project-content:after {
border-color: transparent transparent var(--theme-color1) transparent;
transition: all 0.4s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
.project-skin-style4:hover .project-content:after {
transition: none;
}
}
.project-skin-style4:hover .project-content .title {
margin-bottom: 5px;
color: #fff;
}
.project-skin-style4:hover .project-content > :first-child {
margin-top: 0;
}
.project-skin-flat {
position: relative;
}
.project-skin-flat .thumb {
overflow: hidden;
position: relative;
}
.project-skin-flat .thumb img {
-webkit-transform: scale(1.1);
-moz-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1);
transition: transform 0.5s cubic-bezier(0.18, 0.71, 0.58, 1);
will-change: transform;
}
@media (prefers-reduced-motion: reduce) {
.project-skin-flat .thumb img {
transition: none;
}
}
.project-skin-flat .details {
padding: 20px 30px 30px 0;
}
.project-skin-flat .details .title {
margin-top: 0;
}
.project-skin-flat:hover .thumb img {
-webkit-transform: scale(1.1) translateX(12px);
-moz-transform: scale(1.1) translateX(12px);
-ms-transform: scale(1.1) translateX(12px);
transform: scale(1.1) translateX(12px);
}
.projects-mouse-follow-floating-info .thumb {
position: relative;
}
.projects-mouse-follow-floating-info .thumb img {
border-radius: 5px;
}
.projects-mouse-follow-floating-info .thumb .details {
position: absolute;
left: 30px;
bottom: 30px;
transition: all 0.5s;
transform: translateY(20px);
opacity: 0;
z-index: 1;
}
@media (prefers-reduced-motion: reduce) {
.projects-mouse-follow-floating-info .thumb .details {
transition: none;
}
}
.projects-mouse-follow-floating-info .thumb .details .title {
color: #fff;
padding-right: 60px;
line-height: 36px;
margin: 0;
position: relative;
}
.projects-mouse-follow-floating-info .thumb .btn-view-details {
position: absolute;
bottom: -15px;
right: 40px;
transition: all 0.5s;
opacity: 0;
z-index: 1;
}
@media (prefers-reduced-motion: reduce) {
.projects-mouse-follow-floating-info .thumb .btn-view-details {
transition: none;
}
}
.projects-mouse-follow-floating-info .thumb .btn-view-details a {
font-size: 14px;
padding: 8px 16px;
text-transform: capitalize;
}
.projects-mouse-follow-floating-info .thumb:after {
position: absolute;
content: "";
height: 0;
width: 100%;
left: 0;
top: 0;
opacity: 0;
z-index: 0;
transition: all 0.5s;
border-radius: 5px;
}
@media (prefers-reduced-motion: reduce) {
.projects-mouse-follow-floating-info .thumb:after {
transition: none;
}
}
.projects-mouse-follow-floating-info:hover .thumb .details {
transform: translateY(0);
opacity: 1;
}
.projects-mouse-follow-floating-info:hover .thumb .btn-view-details {
right: 20px;
opacity: 1;
}
.projects-mouse-follow-floating-info:hover .thumb:after {
opacity: 1;
height: 100%;
background: linear-gradient(0deg, #081B2C, transparent);
}