.tm-sc-animated-layer-advanced {
position: relative;
max-width: 100%;
}
.tm-sc-animated-layer-advanced .animated-layer-advanced-inner .layer-image-wrapper {
position: relative;
display: block;
width: inherit;
max-width: 100%;
height: inherit;
max-height: 100%;
background-size: cover;
background-repeat: no-repeat;
}
.tm-sc-animated-layer-advanced .animated-layer-advanced-inner .layer-image-wrapper:not(:first-child) {
position: absolute;
}
.tm-sc-animated-layer-advanced .animated-layer-advanced-inner .layer-image-wrapper.layer-text {
transition: all 0.3s ease;
}
@media (prefers-reduced-motion: reduce) {
.tm-sc-animated-layer-advanced .animated-layer-advanced-inner .layer-image-wrapper.layer-text {
transition: none;
}
}
.tm-sc-animated-layer-advanced .animated-layer-advanced-inner .layer-image-wrapper.layer-text img {
margin: 0;
}
.tm-sc-animated-layer-advanced .animated-layer-advanced-inner .layer-image-wrapper.layer-text:after {
content: "";
height: 100%;
right: 0;
position: absolute;
top: 0;
width: 100%;
z-index: -1;
transition: all 0.3s ease;
}
@media (prefers-reduced-motion: reduce) {
.tm-sc-animated-layer-advanced .animated-layer-advanced-inner .layer-image-wrapper.layer-text:after {
transition: none;
}
}
.tm-sc-animated-layer-advanced .animated-layer-advanced-inner .layer-image-wrapper.layer-blank > * {
width: 100%;
height: 100%;
}
.tm-sc-animated-layer-advanced .animated-layer-advanced-inner .layer-image-wrapper .layer-image {
transition: all 1s ease;
transition-delay: 700ms;
display: inline-block;
position: relative;
}
.tm-sc-animated-layer-advanced .animated-layer-advanced-inner .layer-image-wrapper .layer-image .layer-image-inner-wrapper {
overflow: hidden;
position: relative;
}
.tm-sc-animated-layer-advanced .animated-layer-advanced-inner .layer-image-wrapper .layer-image .layer-image-inner-wrapper.image-hover-effect-shine:before {
position: absolute;
top: 0;
right: -100%;
display: block;
content: "";
width: 50%;
height: 100%;
background: -o-linear-gradient(right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
background: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.3)));
background: linear-gradient(to left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
-webkit-transform: skewX(25deg);
-ms-transform: skewX(25deg);
transform: skewX(25deg);
transition: all 0.3s ease;
}
@media (prefers-reduced-motion: reduce) {
.tm-sc-animated-layer-advanced .animated-layer-advanced-inner .layer-image-wrapper .layer-image .layer-image-inner-wrapper.image-hover-effect-shine:before {
transition: none;
}
}
.tm-sc-animated-layer-advanced .animated-layer-advanced-inner .layer-image-wrapper .layer-image .layer-image-inner-wrapper.image-hover-effect-shine:hover:before {
-webkit-animation: shine 1s;
animation: shine 1s;
}
.tm-sc-animated-layer-advanced .animated-layer-advanced-inner .layer-image-wrapper .layer-image .layer-image-inner-wrapper.image-hover-effect-circle:before {
position: absolute;
top: 50%;
right: 50%;
display: block;
content: "";
width: 0;
height: 0;
background: rgba(255, 255, 255, 0.2);
border-radius: 100%;
-webkit-transform: translate(50%, -50%);
transform: translate(50%, -50%);
opacity: 0;
transition: all 0.3s ease;
}
@media (prefers-reduced-motion: reduce) {
.tm-sc-animated-layer-advanced .animated-layer-advanced-inner .layer-image-wrapper .layer-image .layer-image-inner-wrapper.image-hover-effect-circle:before {
transition: none;
}
}
.tm-sc-animated-layer-advanced .animated-layer-advanced-inner .layer-image-wrapper .layer-image .layer-image-inner-wrapper.image-hover-effect-circle:hover:before {
-webkit-animation: image-hover-circle 0.75s;
animation: image-hover-circle 0.75s;
}
.tm-sc-animated-layer-advanced .animated-layer-advanced-inner .layer-image-wrapper .layer-image .layer-image-inner-wrapper.image-hover-effect-grayscale img {
-webkit-filter: grayscale(100%);
filter: grayscale(100%);
-webkit-transition: 0.3s ease-in-out;
transition: 0.3s ease-in-out;
}
.tm-sc-animated-layer-advanced .animated-layer-advanced-inner .layer-image-wrapper .layer-image .layer-image-inner-wrapper.image-hover-effect-grayscale:hover img {
-webkit-filter: grayscale(0);
filter: grayscale(0);
}
.tm-sc-animated-layer-advanced .animated-layer-advanced-inner .layer-image-wrapper .layer-image .layer-image-inner-wrapper.image-hover-effect-sepia img {
-webkit-filter: sepia(100%);
filter: sepia(100%);
-webkit-transition: 0.3s ease-in-out;
transition: 0.3s ease-in-out;
}
.tm-sc-animated-layer-advanced .animated-layer-advanced-inner .layer-image-wrapper .layer-image .layer-image-inner-wrapper.image-hover-effect-sepia:hover img {
-webkit-filter: sepia(0);
filter: sepia(0);
}
.tm-sc-animated-layer-advanced .animated-layer-advanced-inner .layer-image-wrapper.box-shadow-around-img {
box-shadow: 0px 0px 40px rgba(5, 5, 5, 0.15);
}
.tm-sc-animated-layer-advanced .animated-layer-advanced-inner .layer-image-wrapper.layer-image-fullwidth .layer-image {
display: block;
}
.tm-sc-animated-layer-advanced .animated-layer-advanced-inner .layer-image-wrapper.layer-image-fullwidth img {
width: 100%;
}
.tm-sc-animated-layer-advanced .animated-layer-advanced-inner .layer-image-wrapper .layer-animated-icon {
width: 80px;
height: 80px;
line-height: 80px;
border-radius: 50%;
background: var(--theme-color1);
text-align: center;
}
.tm-sc-animated-layer-advanced .animated-layer-advanced-inner .layer-image-wrapper .layer-animated-icon:before {
position: absolute;
content: "";
width: 140px;
height: 140px;
background: url(//actl.global/mcp/assets/images/icon-box/dotted-border.png) no-repeat center;
right: -30px;
top: -30px;
-webkit-animation: spin 10s linear infinite;
-moz-animation: spin 10s linear infinite;
animation: spin 10s linear infinite;
transition: all 0.3s ease;
}
@media (prefers-reduced-motion: reduce) {
.tm-sc-animated-layer-advanced .animated-layer-advanced-inner .layer-image-wrapper .layer-animated-icon:before {
transition: none;
}
}
.tm-sc-animated-layer-advanced .animated-layer-advanced-inner .layer-image-wrapper .layer-animated-icon .icon {
width: 48px;
opacity: 1;
visibility: visible;
transition: all 0.3s ease;
}
@media (prefers-reduced-motion: reduce) {
.tm-sc-animated-layer-advanced .animated-layer-advanced-inner .layer-image-wrapper .layer-animated-icon .icon {
transition: none;
}
}
.tm-sc-animated-layer-advanced .animated-layer-advanced-inner .layer-image-wrapper .layer-animated-icon .icon-hover {
width: 48px;
opacity: 0;
visibility: hidden;
position: absolute;
right: 50%;
top: 50%;
-webkit-transform: translate(50%, -50%);
-ms-transform: translate(50%, -50%);
transform: translate(50%, -50%);
transition: all 0.3s ease;
}
@media (prefers-reduced-motion: reduce) {
.tm-sc-animated-layer-advanced .animated-layer-advanced-inner .layer-image-wrapper .layer-animated-icon .icon-hover {
transition: none;
}
}
.tm-sc-animated-layer-advanced .animated-layer-advanced-inner .layer-image-wrapper .layer-animated-icon:hover .icon {
opacity: 0;
visibility: hidden;
}
.tm-sc-animated-layer-advanced .animated-layer-advanced-inner .layer-image-wrapper .layer-animated-icon:hover .icon-hover {
opacity: 1;
visibility: visible;
}
.tm-sc-animated-layer-advanced .animated-layer-advanced-inner .layer-image-wrapper.layer-play-btn .video-play-button {
transition: all 0.3s ease;
}
@media (prefers-reduced-motion: reduce) {
.tm-sc-animated-layer-advanced .animated-layer-advanced-inner .layer-image-wrapper.layer-play-btn .video-play-button {
transition: none;
}
}
.tm-sc-animated-layer-advanced .animated-layer-advanced-inner .layer-image-wrapper.layer-play-btn .video-play-button .icon {
display: flex;
justify-content: center;
align-items: center;
}
.tm-sc-animated-layer-advanced .animated-layer-advanced-inner .layer-image-wrapper.layer-play-btn .video-play-button .effect-wrapper {
height: 100%;
}
.tm-sc-animated-layer-advanced .animated-layer-advanced-inner .layer-image-wrapper.layer-play-btn .video-play-button .effect-wrapper .icon {
height: 100%;
}
@-webkit-keyframes image-hover-circle {
0% {
opacity: 1;
}
40% {
opacity: 1;
}
100% {
width: 200%;
height: 200%;
opacity: 0;
}
}
@keyframes image-hover-circle {
0% {
opacity: 1;
}
40% {
opacity: 1;
}
100% {
width: 200%;
height: 200%;
opacity: 0;
}
}.feature-current-item-style1 {
position: relative;
margin-bottom: 30px;
z-index: 1;
}
.feature-current-item-style1 .inner-box {
position: relative;
display: flex;
border: 1px solid var(--theme-color1);
background: #fff;
border-radius: 10px;
overflow: hidden;
height: 100%;
transition: all 300ms ease;
box-shadow: 0 10px 60px rgba(0, 0, 0, 0.07);
}
.feature-current-item-style1 .inner-box:hover {
box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
transform: translateY(-10px);
}
.feature-current-item-style1 .inner-box:hover img {
transform: scale(1.2);
}
.feature-current-item-style1 .inner-box:hover .icon-box .count {
color: #fff;
}
.feature-current-item-style1 .icon-box {
position: relative;
background-color: var(--theme-color1);
min-width: 110px;
text-align: center;
padding: 25px 15px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
.feature-current-item-style1 .icon-box .icon i {
display: block;
color: #ffffff;
font-size: 64px;
line-height: 64px;
transition: all 300ms ease;
}
@media (prefers-reduced-motion: reduce) {
.feature-current-item-style1 .icon-box .icon i {
transition: none;
}
}
.feature-current-item-style1 .icon-box .count {
font-size: 40px;
line-height: 1em;
color: var(--theme-color1);
color: transparent;
-webkit-text-stroke-width: 0.5px;
-webkit-text-stroke-color: #fff;
transition: all 300ms ease;
}
@media (prefers-reduced-motion: reduce) {
.feature-current-item-style1 .icon-box .count {
transition: none;
}
}
.feature-current-item-style1 .content-box {
position: relative;
padding: 25px 30px;
}
.feature-current-item-style1 .content-box .icon-box-title {
margin-top: 0;
margin-bottom: 18px;
}
.feature-current-item-style1 .content-box .icon-box-title a {
transition: all 300ms ease;
}
@media (prefers-reduced-motion: reduce) {
.feature-current-item-style1 .content-box .icon-box-title a {
transition: none;
}
}
.feature-current-item-style1 .content-box .text {
font-size: 16px;
line-height: 26px;
color: #767676;
}
.feature-current-item-style2 {
position: relative;
text-align: center;
margin-bottom: 30px;
-webkit-transition: all 500ms ease;
transition: all 500ms ease;
}
.feature-current-item-style2 .inner-box {
position: relative;
display: block;
border: 1px solid #322d3b;
padding: 30px;
background-color: var(--theme-color2);
transition: all 500ms ease;
}
@media (prefers-reduced-motion: reduce) {
.feature-current-item-style2 .inner-box {
transition: none;
}
}
.feature-current-item-style2 .inner-box .icon-box {
position: relative;
display: block;
}
.feature-current-item-style2 .inner-box .icon-box .icon i {
position: relative;
display: inline-block;
font-size: 64px;
color: var(--theme-color1);
line-height: 1;
margin-bottom: 15px;
line-height: 1;
}
.feature-current-item-style2 .inner-box .feature-title {
margin-bottom: 20px;
margin-top: 0;
color: #fff;
transition: all 500ms ease;
}
@media (prefers-reduced-motion: reduce) {
.feature-current-item-style2 .inner-box .feature-title {
transition: none;
}
}
.feature-current-item-style2 .inner-box .feature-details {
font-size: 14px;
color: #aea8b9;
line-height: 24px;
transition: all 500ms ease;
}
@media (prefers-reduced-motion: reduce) {
.feature-current-item-style2 .inner-box .feature-details {
transition: none;
}
}
.feature-current-item-style2 .inner-box:hover {
-webkit-transform: translateY(-10px);
transform: translateY(-10px);
border: 1px solid #f0eeee;
background-color: #fff;
}
.feature-current-item-style2 .inner-box:hover .icon-box .icon {
color: var(--theme-color1);
}
.feature-current-item-style2 .inner-box:hover .feature-title {
color: #1b1525;
}
.feature-current-item-style2 .inner-box:hover .feature-details {
color: var(--body-tex);
}
.feature-current-item-style3 {
position: relative;
margin-bottom: 45px !important;
}
@media (max-width: 991.98px) {
.feature-current-item-style3 {
margin-bottom: 0 !important;
}
}
@media (max-width: 767.98px) {
.feature-current-item-style3 {
margin-bottom: 40px !important;
}
}
.feature-current-item-style3 .inner-box {
position: relative;
padding-right: 130px;
background-color: #ffffff;
}
@media (max-width: 767.98px) {
.feature-current-item-style3 .inner-box {
padding-top: 0;
}
}
@media (max-width: 575.98px) {
.feature-current-item-style3 .inner-box {
padding-right: 0 !important;
padding-left: 0 !important;
text-align: center !important;
}
}
.feature-current-item-style3 .inner-box .icon-box {
position: absolute;
right: 0;
top: 0;
text-align: center;
-webkit-transition: all 300ms ease;
transition: all 300ms ease;
}
@media (max-width: 575.98px) {
.feature-current-item-style3 .inner-box .icon-box {
position: relative;
display: block;
margin-bottom: 30px;
}
}
.feature-current-item-style3 .inner-box .icon-box .icon {
position: relative;
display: block;
}
@media (max-width: 575.98px) {
.feature-current-item-style3 .inner-box .icon-box .icon {
display: inline-flex;
}
}
.feature-current-item-style3 .inner-box .icon-box .icon i {
height: 100px;
width: 100px;
font-size: 62px;
line-height: 50px;
color: #ffffff;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
background-color: var(--theme-color3);
-webkit-transition: all 300ms ease;
transition: all 300ms ease;
}
.feature-current-item-style3 .inner-box .icon-box .icon i:before {
-webkit-transition: all 300ms ease;
transition: all 300ms ease;
}
.feature-current-item-style3 .inner-box .icon-box .icon:after {
position: absolute;
right: 100%;
top: 50%;
border-top: 20px solid transparent;
border-right: 10px solid var(--theme-color3);
border-bottom: 20px solid transparent;
content: "";
margin-top: -20px;
}
@media (max-width: 575.98px) {
.feature-current-item-style3 .inner-box .icon-box .icon:after {
top: 100% !important;
right: 50% !important;
transform: rotate(-90deg);
margin-top: -15px !important;
margin-right: -2px !important;
}
}
.feature-current-item-style3 .inner-box .feature-title {
position: relative;
display: inline-block;
font-size: 20px;
font-family: var(--body-font-family);
font-weight: 700;
margin-bottom: 10px;
margin-top: 0;
}
.feature-current-item-style3 .inner-box .feature-title:before {
position: absolute;
right: 100%;
top: 0;
height: 16px;
width: 95px;
background-image: url(//actl.global/mct/assets/images/current-theme/arrow.png);
background-position: center;
margin-right: 35px;
content: "";
}
@media (max-width: 991.98px) {
.feature-current-item-style3 .inner-box .feature-title:before {
display: none;
}
}
.feature-current-item-style3 .inner-box .feature-details {
position: relative;
display: block;
font-size: 16px;
line-height: 30px;
color: #898e83;
}
.feature-current-item-style3 .inner-box:hover .icon-box {
top: -40px;
}
@media (max-width: 991.98px) {
.feature-current-item-style3 .inner-box:hover .icon-box {
top: 0;
}
}
.feature-current-item-style3 .inner-box:hover .icon-box .icon i:before {
-webkit-transform: scale(-1) rotate(-180deg);
transform: scale(-1) rotate(-180deg);
}
.feature-current-item-style4 {
position: relative;
margin-bottom: 30px;
}
.feature-current-item-style4 .inner-box {
position: relative;
padding: 30px 20px 20px;
text-align: center;
min-height: 180px;
border-radius: 10px;
box-shadow: 0 5px 40px rgba(0, 0, 0, 0.07);
background-color: #ffffff;
overflow: hidden;
transition: all 300ms ease;
}
.feature-current-item-style4 .inner-box:hover {
box-shadow: 0 25px 30px rgba(0, 0, 0, 0.07);
}
.feature-current-item-style4 .inner-box:hover .icon:after {
top: -10px;
}
.feature-current-item-style4 .icon {
position: relative;
font-size: 64px;
line-height: 1em;
color: var(--theme-color2);
display: block;
margin-bottom: 5px;
transition: all 300ms ease;
}
.feature-current-item-style4 .icon i {
z-index: 2;
position: relative;
color: var(--theme-color1);
}
.feature-current-item-style4 .icon:before {
position: relative;
z-index: 2;
}
.feature-current-item-style4 .icon:after {
position: absolute;
content: "";
left: 0;
right: 0;
margin: 0 auto;
top: -73px;
height: 86px;
width: 86px;
border-radius: 50% 50%;
background-color: #f7f4f0;
transition: all 300ms ease;
}
.feature-current-item-style4 .title {
font-size: 18px;
color: var(--theme-color1);
font-weight: 700;
}
.feature-current-item-style4 .title a {
color: var(--theme-color1);
}
.feature-current-item-style4 .title a:hover {
color: var(--theme-color2);
}.tm-sc-projects .cat-list {
list-style: none;
margin: 0;
}
.tm-sc-projects .cat-list li {
display: inline;
color: #aaa;
margin-left: 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 {
left: 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;
right: 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;
left: 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;
right: 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;
right: 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-right: 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);
right: 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;
right: 0;
opacity: 0;
position: absolute;
left: 0;
top: 0;
transition: all 0.3s ease;
}
.project-skin-style2 .thumb .overlay .icon {
font-size: 24px;
position: absolute;
top: 40%;
right: 50%;
transform: translate(50%, -40%);
margin: 0 auto;
}
.project-skin-style2 .details {
bottom: 0;
right: 0;
position: absolute;
left: 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;
right: 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;
right: 0;
bottom: 0;
left: 0;
opacity: 0;
-webkit-transform-origin: 100% 0;
-moz-transform-origin: 100% 0;
transform-origin: 100% 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;
left: -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;
right: 0;
left: 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;
right: 0;
left: 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 0 30px 30px;
}
.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;
right: 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-left: 60px;
line-height: 36px;
margin: 0;
position: relative;
}
.projects-mouse-follow-floating-info .thumb .btn-view-details {
position: absolute;
bottom: -15px;
left: 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%;
right: 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 {
left: 20px;
opacity: 1;
}
.projects-mouse-follow-floating-info:hover .thumb:after {
opacity: 1;
height: 100%;
background: linear-gradient(0deg, #081B2C, transparent);
}.nivo-lightbox-theme-default .nivo-lightbox-close {
background-position: 100% 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: "";
right: 0px;
top: 0px;
left: 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%;
right: 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%;
right: 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;
right: 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%;
right: 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%;
right: 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%;
right: 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: "";
right: 0px;
top: 0px;
left: 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%;
right: 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%;
right: 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;
right: 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: "";
right: 0px;
top: 0px;
left: 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%;
right: 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;
right: 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;
}
}.team-current-theme1 {
position: relative;
padding: 0 25px;
margin-bottom: 50px;
}
.team-current-theme1 .inner-box {
position: relative;
padding: 15px 20px;
}
.team-current-theme1 .inner-box:after {
background: rgba(255, 255, 255, 0.3);
content: "";
position: absolute;
top: 0;
width: 100%;
height: 0;
opacity: 1;
pointer-events: none;
}
.team-current-theme1 .inner-box:hover:after {
height: 100%;
opacity: 0;
transition: all 400ms linear;
}
.team-current-theme1 .inner-box:hover .social-links {
right: -20px;
opacity: 1;
visibility: visible;
}
.team-current-theme1 .inner-box:hover .image-box .thumb img {
transform: scale(1.1);
}
.team-current-theme1 .inner-box:hover .image-box:before {
border: 2px solid var(--theme-color1);
}
.team-current-theme1 .image-box {
position: relative;
}
.team-current-theme1 .image-box:before {
position: absolute;
top: -20px;
bottom: -20px;
right: -30px;
left: 100px;
border: 2px solid #efeae4;
border-radius: 10px;
content: "";
transform: skew(-17deg);
transform-origin: right top;
transition: all 300ms ease;
z-index: 0;
}
.team-current-theme1 .image-box .thumb {
position: relative;
overflow: hidden;
border-radius: 10px;
margin-bottom: 0;
}
.team-current-theme1 .image-box .thumb img {
width: 100%;
transition: all 400ms ease;
border-radius: 10px;
transform: scale(1.01);
}
.team-current-theme1 .info-box {
position: relative;
padding: 25px 0px 10px;
}
.team-current-theme1 .info-box .speciality {
font-size: 14px;
line-height: 30px;
color: #767676;
font-weight: 500;
text-transform: uppercase;
letter-spacing: 0.1em;
font-family: var(--font-current-theme1);
}
.team-current-theme1 .info-box .name {
display: block;
margin-top: 0;
}
.team-current-theme1 .info-box .name a {
transition: all 300ms ease;
}
.team-current-theme1 .social-links {
position: absolute;
right: 0px;
bottom: 20px;
display: flex;
align-items: center;
flex-direction: column;
z-index: 3;
opacity: 0;
visibility: hidden;
transition: all 400ms ease;
}
.team-current-theme1 .social-links li {
margin-bottom: 0;
}
.team-current-theme1 .social-links a {
position: relative;
height: 40px;
background-color: var(--theme-color1);
width: 40px;
display: block;
font-size: 14px;
line-height: 40px;
text-align: center;
color: #ffffff;
margin-top: 10px;
border-radius: 5px;
transition: all 300ms ease;
}
.team-current-theme1 .social-links a:hover {
color: #ffffff;
background-color: var(--theme-color2);
} .tm-sc-staff .team-item-skin-style1 .thumb {
overflow: hidden;
position: relative;
}
.tm-sc-staff .team-item-skin-style1 .thumb:before {
content: "";
height: 100%;
right: 0;
position: absolute;
top: 0;
width: 100%;
z-index: 1;
transition: 400ms;
background: #111;
opacity: 0;
transform: scaleX(0);
}
@media (prefers-reduced-motion: reduce) {
.tm-sc-staff .team-item-skin-style1 .thumb:before {
transition: none;
}
}
.tm-sc-staff .team-item-skin-style1 .thumb img {
transition: 600ms;
}
@media (prefers-reduced-motion: reduce) {
.tm-sc-staff .team-item-skin-style1 .thumb img {
transition: none;
}
}
.tm-sc-staff .team-item-skin-style1 .team-content {
background-color: #f5f5f4;
padding: 25px 15px 27px;
position: relative;
}
.tm-sc-staff .team-item-skin-style1 .team-content .team-information {
position: relative;
text-align: center;
}
.tm-sc-staff .team-item-skin-style1 .team-content .team-information .name {
margin-top: 0;
margin-bottom: 0;
}
.tm-sc-staff .team-item-skin-style1 .team-content .team-social {
top: -60px;
position: absolute;
text-align: center;
width: 100%;
opacity: 0;
transition: 400ms;
}
@media (prefers-reduced-motion: reduce) {
.tm-sc-staff .team-item-skin-style1 .team-content .team-social {
transition: none;
}
}
.tm-sc-staff .team-item-skin-style1 .team-content .team-social .styled-icons.icon-team-list {
right: -15px;
position: relative;
}
.tm-sc-staff .team-item-skin-style1 .team-content .team-social .styled-icons.icon-team-list li a {
background-color: #f5f5f4;
color: var(--text-color-bg-theme-color1);
height: 45px;
line-height: 45px;
margin-left: 7px;
text-align: center;
width: 45px;
}
.tm-sc-staff .team-item-skin-style1 .team-content .team-social .styled-icons.icon-team-list li a:hover {
background-color: var(--theme-color1);
color: var(--text-color-bg-theme-color1);
}
.tm-sc-staff .team-item-skin-style1 .team-content .team-social .styled-icons.icon-team-list li:last-child a {
margin-left: 0;
}
.tm-sc-staff .team-item-skin-style1:hover .thumb:before {
opacity: 0.8;
transform: scaleX(1);
}
.tm-sc-staff .team-item-skin-style1:hover .thumb img {
-webkit-transform: scale(1.2);
-moz-transform: scale(1.2);
-ms-transform: scale(1.2);
transform: scale(1.2);
}
.tm-sc-staff .team-item-skin-style1:hover .team-content .team-information .name {
color: var(--theme-color2);
}
.tm-sc-staff .team-item-skin-style1:hover .team-content .team-social {
top: -70px;
z-index: 1;
transform: translateY(0px);
opacity: 1;
} .tm-sc-staff .team-item-skin-style2 {
position: relative;
text-align: center;
transition: all 300ms ease-in-out 0s;
}
@media (prefers-reduced-motion: reduce) {
.tm-sc-staff .team-item-skin-style2 {
transition: none;
}
}
.tm-sc-staff .team-item-skin-style2 .team-content {
background-color: #fff;
border: 1px solid rgba(230, 230, 230, 0.8);
padding: 30px;
position: relative;
width: 80%;
margin: -80px auto 0;
transition: all 0.3s ease 0s;
}
@media (prefers-reduced-motion: reduce) {
.tm-sc-staff .team-item-skin-style2 .team-content {
transition: none;
}
}
@media (max-width: 991.98px) {
.tm-sc-staff .team-item-skin-style2 .team-content {
padding: 20px;
}
}
.tm-sc-staff .team-item-skin-style2 .team-content .name {
margin-bottom: 0;
margin-top: 0;
}
.tm-sc-staff .team-item-skin-style2 .team-thumb {
overflow: hidden;
}
.tm-sc-staff .team-item-skin-style2 .team-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) {
.tm-sc-staff .team-item-skin-style2 .team-thumb img {
transition: none;
}
}
.tm-sc-staff .team-item-skin-style2:hover .team-thumb img {
-webkit-transform: scale(1.1);
-moz-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1);
}
.tm-sc-staff .team-item-skin-style2 .team-information {
margin-bottom: 20px;
}
.tm-sc-staff .team-item-skin-style2 .team-name {
line-height: 24px;
font-size: 20px;
font-weight: bold;
}
.tm-sc-staff .team-item-skin-style2 .designation {
font-size: 16px;
font-weight: 660;
}
.tm-sc-staff .team-item-skin-style2 .styled-icons.icon-team-list li a {
background-color: #f7f7fa;
border: 1px solid transparent;
color: var(--theme-color2);
height: 40px;
width: 40px;
line-height: 40px;
transition: all 300ms ease-in-out 0s;
}
@media (prefers-reduced-motion: reduce) {
.tm-sc-staff .team-item-skin-style2 .styled-icons.icon-team-list li a {
transition: none;
}
}
.tm-sc-staff .team-item-skin-style2 .styled-icons.icon-team-list li a:hover {
color: #fff;
background: var(--theme-color1);
}
.tm-sc-staff .team-item-skin-style2:hover .team-content {
box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.05);
} .tm-sc-staff .team-item-skin-style3 {
background-color: #fff;
border: 1px solid rgba(238, 238, 238, 0.9333333333);
padding: 30px;
padding-bottom: 0;
margin-top: 30px;
text-align: center;
}
.tm-sc-staff .team-item-skin-style3 .staff-inner .thumb img {
margin-top: -60px;
-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) {
.tm-sc-staff .team-item-skin-style3 .staff-inner .thumb img {
transition: none;
}
}
.tm-sc-staff .team-item-skin-style3 .staff-inner .staff-content {
padding-top: 25px;
}
.tm-sc-staff .team-item-skin-style3 .staff-inner .staff-content .name {
margin-bottom: 5px;
text-transform: uppercase;
}
.tm-sc-staff .team-item-skin-style3 .staff-inner .staff-content .speciality {
margin-top: 5px;
margin-bottom: 30px;
font-size: inherit !important;
}
.tm-sc-staff .team-item-skin-style3 .staff-inner .staff-content .staff-social-links ul {
margin-bottom: 0;
}
.tm-sc-staff .team-item-skin-style3 .staff-inner .staff-content .staff-social-links ul li {
list-style: none;
display: inline-block;
margin-left: 10px;
margin-bottom: 0;
}
.tm-sc-staff .team-item-skin-style3 .staff-inner .staff-content .staff-social-links ul li a {
background: #eee;
height: 42px;
display: inline-block;
width: 42px;
text-align: center;
line-height: 42px;
color: #333;
font-size: 14px;
transition: all 0.3s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
.tm-sc-staff .team-item-skin-style3 .staff-inner .staff-content .staff-social-links ul li a {
transition: none;
}
}
.tm-sc-staff .team-item-skin-style3 .staff-inner .staff-content .staff-social-links ul li a:hover {
background: var(--theme-color1);
}
.tm-sc-staff .team-item-skin-style3:hover .staff-inner .thumb img {
-webkit-transform: scale(1.07);
-moz-transform: scale(1.07);
-ms-transform: scale(1.07);
transform: scale(1.07);
} .tm-sc-staff .team-item-skin-style4 {
background-color: #fff;
border: 1px solid #e0e4ec;
position: relative;
text-align: center;
z-index: 1;
}
.tm-sc-staff .team-item-skin-style4 .team-thumb {
position: relative;
overflow: hidden;
}
.tm-sc-staff .team-item-skin-style4 .team-thumb:before {
border-style: solid;
border-width: 0 300px 0 0;
border-color: transparent transparent #fff transparent;
bottom: 0;
content: "";
display: inline-block;
height: 0;
position: absolute;
left: 0;
width: 0;
transition: all 0.3s ease;
z-index: 1;
}
@media (prefers-reduced-motion: reduce) {
.tm-sc-staff .team-item-skin-style4 .team-thumb:before {
transition: none;
}
}
.tm-sc-staff .team-item-skin-style4 .team-thumb:after {
border-style: solid;
border-width: 0 0 60px 300px;
border-color: transparent transparent #fff transparent;
bottom: 0;
content: "";
display: inline-block;
height: 0;
right: 0;
position: absolute;
width: 0;
transition: all 0.3s ease;
}
@media (prefers-reduced-motion: reduce) {
.tm-sc-staff .team-item-skin-style4 .team-thumb:after {
transition: none;
}
}
.tm-sc-staff .team-item-skin-style4 .team-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) {
.tm-sc-staff .team-item-skin-style4 .team-thumb img {
transition: none;
}
}
.tm-sc-staff .team-item-skin-style4 .team-content {
padding: 40px;
padding-top: 10px;
}
.tm-sc-staff .team-item-skin-style4 .team-information {
margin-bottom: 20px;
}
.tm-sc-staff .team-item-skin-style4 .name {
margin-bottom: 0;
margin-top: 5px;
}
.tm-sc-staff .team-item-skin-style4 .speciality {
font-family: var(--heading-font-family);
font-size: 1rem;
}
.tm-sc-staff .team-item-skin-style4 .styled-icons.icon-team-list li a {
background-color: var(--theme-color1);
border: 1px solid transparent;
color: var(--text-color-bg-theme-color1);
height: 40px;
width: 40px;
line-height: 40px;
border-radius: 50%;
transition: all 0.3s ease 0s;
}
@media (prefers-reduced-motion: reduce) {
.tm-sc-staff .team-item-skin-style4 .styled-icons.icon-team-list li a {
transition: none;
}
}
.tm-sc-staff .team-item-skin-style4 .styled-icons.icon-team-list li a:hover {
color: var(--text-color-bg-theme-color1);
background-color: var(--theme-color2);
}
.tm-sc-staff .team-item-skin-style4:hover .team-thumb img {
-webkit-transform: scale(1.1);
-moz-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1);
} .tm-sc-staff .team-item-skin-style5 {
text-align: center;
}
.tm-sc-staff .team-item-skin-style5 .team-thumb {
padding: 30px;
border: 1px solid #f0ecec;
background-color: #fff;
position: relative;
overflow: hidden;
}
.tm-sc-staff .team-item-skin-style5 .team-thumb img {
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
transition: all 0.4s ease 0s;
}
@media (prefers-reduced-motion: reduce) {
.tm-sc-staff .team-item-skin-style5 .team-thumb img {
transition: none;
}
}
.tm-sc-staff .team-item-skin-style5 .team-thumb .team-social {
position: absolute;
right: 0;
left: 0;
bottom: 100px;
opacity: 0;
transition: 300ms;
}
.tm-sc-staff .team-item-skin-style5 .team-content .team-information .name {
margin-top: 20px;
margin-bottom: 0;
text-transform: uppercase;
}
.tm-sc-staff .team-item-skin-style5:hover .team-thumb img {
-webkit-transform: scale(1.05);
-moz-transform: scale(1.05);
-ms-transform: scale(1.05);
transform: scale(1.05);
}
.tm-sc-staff .team-item-skin-style5:hover .team-thumb .team-social {
bottom: 55px;
opacity: 1;
} .tm-sc-staff .team-item-skin-style6 {
background-color: #fff;
position: relative;
text-align: center;
transition: all 300ms ease-in-out 0s;
}
@media (prefers-reduced-motion: reduce) {
.tm-sc-staff .team-item-skin-style6 {
transition: none;
}
}
.tm-sc-staff .team-item-skin-style6 .team-content {
background-color: #fff;
border: 1px solid rgba(230, 230, 230, 0.8);
padding: 20px;
position: relative;
width: 90%;
margin: -45px auto 0;
transition: all 0.3s ease 0s;
}
@media (prefers-reduced-motion: reduce) {
.tm-sc-staff .team-item-skin-style6 .team-content {
transition: none;
}
}
.tm-sc-staff .team-item-skin-style6 .team-content .name {
margin-bottom: 0;
margin-top: 0;
}
.tm-sc-staff .team-item-skin-style6 .team-thumb {
overflow: hidden;
}
.tm-sc-staff .team-item-skin-style6 .team-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) {
.tm-sc-staff .team-item-skin-style6 .team-thumb img {
transition: none;
}
}
.tm-sc-staff .team-item-skin-style6 .team-social {
position: absolute;
top: -80px;
left: -1px;
background: var(--theme-color1);
padding: 10px 8px;
border-radius: 6px;
opacity: 0;
transition: 400ms;
}
.tm-sc-staff .team-item-skin-style6 .team-social .styled-icons.icon-team-list li {
display: block;
}
.tm-sc-staff .team-item-skin-style6 .team-social .styled-icons.icon-team-list li a {
color: #e5e5e5;
height: 30px;
width: 30px;
line-height: 30px;
font-size: 13px;
transition: all 300ms ease-in-out 0s;
}
@media (prefers-reduced-motion: reduce) {
.tm-sc-staff .team-item-skin-style6 .team-social .styled-icons.icon-team-list li a {
transition: none;
}
}
.tm-sc-staff .team-item-skin-style6 .team-social .styled-icons.icon-team-list li a:hover {
color: #FFF;
}
.tm-sc-staff .team-item-skin-style6:hover .team-social {
top: -110px;
opacity: 1;
} .tm-sc-staff .team-item-skin-style7 .tm-staff .staff-inner .thumb-wrapper {
position: relative;
overflow: hidden;
}
.tm-sc-staff .team-item-skin-style7 .tm-staff .staff-inner .thumb-wrapper img {
transition: all 0.4s ease-out;
}
@media (prefers-reduced-motion: reduce) {
.tm-sc-staff .team-item-skin-style7 .tm-staff .staff-inner .thumb-wrapper img {
transition: none;
}
}
@media (max-width: 991.98px) {
.tm-sc-staff .team-item-skin-style7 .tm-staff .staff-inner .thumb-wrapper img {
width: 100%;
}
}
.tm-sc-staff .team-item-skin-style7 .tm-staff .staff-inner .thumb-wrapper .staff-social-links {
bottom: 0;
right: 0;
position: absolute;
opacity: 0;
visibility: hidden;
transition: all 0.4s ease-out;
width: 100%;
left: 0;
margin: 0 auto;
z-index: 2;
transition: all 0.4s ease-out;
}
@media (prefers-reduced-motion: reduce) {
.tm-sc-staff .team-item-skin-style7 .tm-staff .staff-inner .thumb-wrapper .staff-social-links {
transition: none;
}
}
@media (max-width: 1199.98px) {
.tm-sc-staff .team-item-skin-style7 .tm-staff .staff-inner .thumb-wrapper .staff-social-links {
width: 100%;
text-align: center;
}
}
.tm-sc-staff .team-item-skin-style7 .tm-staff .staff-inner .thumb-wrapper .staff-social-links ul {
text-align: center;
}
.tm-sc-staff .team-item-skin-style7 .tm-staff .staff-inner .thumb-wrapper .staff-social-links ul li {
display: inline-block;
margin-left: 7px;
}
.tm-sc-staff .team-item-skin-style7 .tm-staff .staff-inner .thumb-wrapper .staff-social-links ul li a {
border-radius: 50%;
color: #fff;
display: inline-block;
height: 38px;
line-height: 38px;
text-align: center;
width: 38px;
background: var(--theme-color1);
transition: all 0.4s ease-out;
}
@media (prefers-reduced-motion: reduce) {
.tm-sc-staff .team-item-skin-style7 .tm-staff .staff-inner .thumb-wrapper .staff-social-links ul li a {
transition: none;
}
}
.tm-sc-staff .team-item-skin-style7 .tm-staff .staff-inner .thumb-wrapper .staff-social-links ul li a:hover {
background-color: var(--theme-color3);
}
.tm-sc-staff .team-item-skin-style7 .tm-staff .staff-inner .thumb-wrapper .staff-social-links ul li:last-child {
margin-left: 0;
}
.tm-sc-staff .team-item-skin-style7 .tm-staff .staff-inner .thumb-wrapper:after {
content: "";
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
opacity: 0;
z-index: 1;
-webkit-transform-origin: 100% 0;
-moz-transform-origin: 100% 0;
transform-origin: 100% 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-color4-rgb), 0.85);
}
.tm-sc-staff .team-item-skin-style7 .tm-staff .staff-inner .staff-content {
background-color: #fff;
padding: 30px 0 30px;
position: relative;
text-align: center;
box-shadow: 0px 10px 30px 0px rgba(1, 25, 50, 0.08);
}
.tm-sc-staff .team-item-skin-style7 .tm-staff .staff-inner .staff-content:before {
content: "";
height: 3px;
position: absolute;
width: 100%;
bottom: 0;
right: 0;
transform: scaleX(0);
transition: all 0.4s ease-out;
background: var(--theme-color1);
}
@media (prefers-reduced-motion: reduce) {
.tm-sc-staff .team-item-skin-style7 .tm-staff .staff-inner .staff-content:before {
transition: none;
}
}
.tm-sc-staff .team-item-skin-style7 .tm-staff .staff-inner .staff-content .name {
margin-bottom: 2px;
margin-top: 0;
}
.tm-sc-staff .team-item-skin-style7 .tm-staff .staff-inner .staff-content .speciality {
text-transform: capitalize;
}
.tm-sc-staff .team-item-skin-style7 .tm-staff .staff-inner:hover .thumb-wrapper img {
transform: scale(1.1);
}
.tm-sc-staff .team-item-skin-style7 .tm-staff .staff-inner:hover .thumb-wrapper .staff-social-links {
bottom: 20px;
opacity: 1;
visibility: visible;
}
.tm-sc-staff .team-item-skin-style7 .tm-staff .staff-inner:hover .thumb-wrapper: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;
}
.tm-sc-staff .team-item-skin-style7 .tm-staff .staff-inner:hover .staff-content:before {
transform: scaleX(1);
} .tm-sc-staff .team-item-skin-style8 {
box-shadow: none !important;
padding-bottom: 15px;
}
@media (max-width: 1199.98px) {
.tm-sc-staff .team-item-skin-style8 {
padding-bottom: 30px;
}
}
.tm-sc-staff .team-item-skin-style8 .staff-header {
background-color: transparent;
border-radius: 50%;
position: relative;
overflow: hidden;
max-width: 90%;
margin: 0 auto;
}
.tm-sc-staff .team-item-skin-style8 .staff-header .social-wrapper {
background-color: rgba(30, 30, 35, 0.9);
border-radius: 50%;
bottom: 0;
right: 0;
opacity: 0;
position: absolute;
left: 0;
top: 0;
display: flex;
align-items: center;
justify-content: center;
transition: all 0.3s ease;
-webkit-transform: scale(0);
transform: scale(0);
}
@media (prefers-reduced-motion: reduce) {
.tm-sc-staff .team-item-skin-style8 .staff-header .social-wrapper {
transition: none;
}
}
.tm-sc-staff .team-item-skin-style8 .staff-header .social-wrapper .styled-icons {
margin-bottom: -75px;
transition: all 600ms ease;
}
@media (prefers-reduced-motion: reduce) {
.tm-sc-staff .team-item-skin-style8 .staff-header .social-wrapper .styled-icons {
transition: none;
}
}
.tm-sc-staff .team-item-skin-style8 .staff-header .social-wrapper .styled-icons li {
margin-bottom: 0;
}
.tm-sc-staff .team-item-skin-style8 .staff-header .social-wrapper .styled-icons li a {
background: var(--theme-color1);
border-radius: 50%;
}
.tm-sc-staff .team-item-skin-style8 .staff-header .social-wrapper .styled-icons li a i {
color: #fff;
}
.tm-sc-staff .team-item-skin-style8:hover .staff-header .social-wrapper {
opacity: 1;
-webkit-transform: scale(1.1);
transform: scale(1.1);
}
.tm-sc-staff .team-item-skin-style8:hover .staff-header .social-wrapper .styled-icons {
margin-bottom: 0;
}
.tm-sc-staff .team-item-skin-style8 .staff-content {
background-color: transparent !important;
text-align: center;
margin-top: 20px;
}
.tm-sc-staff .team-item-skin-style8 .staff-content .name {
margin: 0;
}
.tm-sc-staff .team-item-skin-style8 .staff-content .speciality {
color: #70695f;
} .tm-sc-staff .team-item-skin-style9 {
overflow: hidden;
box-shadow: 0 20px 40px rgba(0, 0, 0, 0.09);
}
.tm-sc-staff .team-item-skin-style9 .staff-items .staff-inner .thumb-wrapper {
position: relative;
}
.tm-sc-staff .team-item-skin-style9 .staff-items .staff-inner .thumb-wrapper .thumb {
position: relative;
display: flex;
justify-content: center;
overflow: hidden;
}
.tm-sc-staff .team-item-skin-style9 .staff-items .staff-inner .thumb-wrapper .thumb img {
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
transition: all 0.3s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
.tm-sc-staff .team-item-skin-style9 .staff-items .staff-inner .thumb-wrapper .thumb img {
transition: none;
}
}
.tm-sc-staff .team-item-skin-style9 .staff-items .staff-inner .thumb-wrapper .thumb:before {
background-image: linear-gradient(0deg, rgba(33, 50, 94, 0.6) 0%, rgba(33, 50, 94, 0) 100%);
background-image: -moz-linear-gradient(0deg, rgba(33, 50, 94, 0.6) 0%, rgba(33, 50, 94, 0) 100%);
background-image: -webkit-linear-gradient(0deg, rgba(33, 50, 94, 0.6) 0%, rgba(33, 50, 94, 0) 100%);
background-image: -ms-linear-gradient(0deg, rgba(33, 50, 94, 0.6) 0%, rgba(33, 50, 94, 0) 100%);
content: "";
position: absolute;
bottom: -100%;
top: 0;
right: 0;
opacity: 0;
width: 100%;
height: 100%;
z-index: 1;
transition: all 0.4s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
.tm-sc-staff .team-item-skin-style9 .staff-items .staff-inner .thumb-wrapper .thumb:before {
transition: none;
}
}
.tm-sc-staff .team-item-skin-style9 .staff-items .staff-inner .thumb-wrapper .staff-social-links {
position: absolute;
bottom: 30px;
text-align: center;
right: 0;
left: 0;
z-index: 1;
opacity: 0;
transition: all 0.3s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
.tm-sc-staff .team-item-skin-style9 .staff-items .staff-inner .thumb-wrapper .staff-social-links {
transition: none;
}
}
.tm-sc-staff .team-item-skin-style9 .staff-items .staff-inner .thumb-wrapper .staff-social-links ul {
top: 25px;
position: relative;
transition: 0.5s;
}
@media (prefers-reduced-motion: reduce) {
.tm-sc-staff .team-item-skin-style9 .staff-items .staff-inner .thumb-wrapper .staff-social-links ul {
transition: none;
}
}
.tm-sc-staff .team-item-skin-style9 .staff-items .staff-inner .thumb-wrapper .staff-social-links ul li {
display: inline-block;
margin-left: 28px;
}
.tm-sc-staff .team-item-skin-style9 .staff-items .staff-inner .thumb-wrapper .staff-social-links ul li:last-child {
margin-left: 0;
}
.tm-sc-staff .team-item-skin-style9 .staff-items .staff-inner .thumb-wrapper .staff-social-links ul li a {
color: #fff;
font-size: 16px;
}
.tm-sc-staff .team-item-skin-style9 .staff-items .staff-inner .staff-content {
background-color: #fff;
box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.03);
text-align: center;
padding: 30px 0 30px;
}
.tm-sc-staff .team-item-skin-style9 .staff-items .staff-inner .staff-content .name {
margin-bottom: 0;
margin-top: 0;
}
.tm-sc-staff .team-item-skin-style9 .staff-items .staff-inner .staff-content .speciality {
margin-bottom: 0;
}
.tm-sc-staff .team-item-skin-style9 .staff-items .staff-inner:hover .thumb-wrapper .thumb img {
-webkit-transform: scale(1.1);
-moz-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1);
}
.tm-sc-staff .team-item-skin-style9 .staff-items .staff-inner:hover .thumb-wrapper .thumb:before {
opacity: 1;
}
.tm-sc-staff .team-item-skin-style9 .staff-items .staff-inner:hover .thumb-wrapper .staff-social-links {
opacity: 1;
}
.tm-sc-staff .team-item-skin-style9 .staff-items .staff-inner:hover .thumb-wrapper .staff-social-links ul {
top: 0;
} .tm-sc-staff .team-item-skin-style10 {
background: #fff;
text-align: center;
padding: 30px;
box-shadow: 0px 10px 30px 0px rgba(26, 29, 72, 0.07);
border-radius: 15px;
transition: all 0.3s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
.tm-sc-staff .team-item-skin-style10 {
transition: none;
}
}
.tm-sc-staff .team-item-skin-style10 .team-thumb {
position: relative;
}
.tm-sc-staff .team-item-skin-style10 .team-thumb .thumb {
position: relative;
overflow: hidden;
border-radius: 50%;
}
.tm-sc-staff .team-item-skin-style10 .team-thumb .thumb::before {
position: absolute;
top: 50%;
right: 50%;
z-index: 2;
display: block;
content: "";
width: 0;
height: 0;
background: rgba(255, 255, 255, 0.2);
border-radius: 100%;
-webkit-transform: translate(50%, -50%);
transform: translate(50%, -50%);
opacity: 0;
}
.tm-sc-staff .team-item-skin-style10 .team-thumb .thumb img {
-webkit-transform: scale(1);
transform: scale(1);
transition: all 0.3s ease-in-out;
border-radius: 0;
}
@media (prefers-reduced-motion: reduce) {
.tm-sc-staff .team-item-skin-style10 .team-thumb .thumb img {
transition: none;
}
}
.tm-sc-staff .team-item-skin-style10 .team-thumb .team-social {
position: absolute;
bottom: 0;
right: 0;
left: 0;
}
.tm-sc-staff .team-item-skin-style10 .team-thumb .team-social .styled-icons.icon-team-list li {
margin-bottom: 0;
}
.tm-sc-staff .team-item-skin-style10 .team-thumb .team-social .styled-icons.icon-team-list li a {
background: var(--theme-color1);
color: #fff;
height: 40px;
width: 40px;
line-height: 40px;
border: none;
font-size: 16px;
transition: all 0.3s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
.tm-sc-staff .team-item-skin-style10 .team-thumb .team-social .styled-icons.icon-team-list li a {
transition: none;
}
}
.tm-sc-staff .team-item-skin-style10 .team-thumb .team-social .styled-icons.icon-team-list li a:hover {
color: #fff;
}
.tm-sc-staff .team-item-skin-style10 .team-thumb .team-social .styled-icons.icon-team-list li:nth-child(1) {
position: absolute;
opacity: 0;
right: -10px;
bottom: -20px;
z-index: 10;
transition: all 0.3s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
.tm-sc-staff .team-item-skin-style10 .team-thumb .team-social .styled-icons.icon-team-list li:nth-child(1) {
transition: none;
}
}
.tm-sc-staff .team-item-skin-style10 .team-thumb .team-social .styled-icons.icon-team-list li:nth-child(1) a {
background: #3457F1;
}
.tm-sc-staff .team-item-skin-style10 .team-thumb .team-social .styled-icons.icon-team-list li:nth-child(2) {
position: absolute;
opacity: 0;
right: 0;
left: 0;
bottom: -40px;
transition: all 0.3s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
.tm-sc-staff .team-item-skin-style10 .team-thumb .team-social .styled-icons.icon-team-list li:nth-child(2) {
transition: none;
}
}
.tm-sc-staff .team-item-skin-style10 .team-thumb .team-social .styled-icons.icon-team-list li:nth-child(2) a {
background: #4EBEFF;
}
.tm-sc-staff .team-item-skin-style10 .team-thumb .team-social .styled-icons.icon-team-list li:nth-child(3) {
opacity: 0;
position: absolute;
left: 0px;
bottom: -20px;
transition: all 0.3s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
.tm-sc-staff .team-item-skin-style10 .team-thumb .team-social .styled-icons.icon-team-list li:nth-child(3) {
transition: none;
}
}
.tm-sc-staff .team-item-skin-style10 .team-thumb .team-social .styled-icons.icon-team-list li:nth-child(3) a {
background: #EF3230;
}
.tm-sc-staff .team-item-skin-style10 .team-thumb img {
border-radius: 50%;
}
.tm-sc-staff .team-item-skin-style10 .team-content .team-information {
margin-top: 30px;
}
.tm-sc-staff .team-item-skin-style10 .team-content .team-information .name {
margin-top: 0;
margin-bottom: 0;
}
.tm-sc-staff .team-item-skin-style10:hover .team-thumb .thumb::before {
-webkit-animation: circle 0.75s;
animation: circle 0.75s;
}
.tm-sc-staff .team-item-skin-style10:hover .team-thumb .thumb img {
-webkit-transform: scale(1.1);
transform: scale(1.1);
}
.tm-sc-staff .team-item-skin-style10:hover .team-thumb .team-social .styled-icons.icon-team-list li:nth-child(1) {
right: 40px;
position: absolute;
bottom: 0;
z-index: 10;
opacity: 1;
transition: all 400ms ease-in-out 0s;
}
@media (prefers-reduced-motion: reduce) {
.tm-sc-staff .team-item-skin-style10:hover .team-thumb .team-social .styled-icons.icon-team-list li:nth-child(1) {
transition: none;
}
}
@media only screen and (max-width: 320px) {
.tm-sc-staff .team-item-skin-style10:hover .team-thumb .team-social .styled-icons.icon-team-list li:nth-child(1) {
right: 30px !important;
}
}
@media (max-width: 991.98px) {
.tm-sc-staff .team-item-skin-style10:hover .team-thumb .team-social .styled-icons.icon-team-list li:nth-child(1) {
right: 60px;
bottom: -5px;
}
}
@media (min-width: 992px) and (max-width: 1199.98px) {
.tm-sc-staff .team-item-skin-style10:hover .team-thumb .team-social .styled-icons.icon-team-list li:nth-child(1) {
right: 120px;
bottom: -10px;
}
}
.tm-sc-staff .team-item-skin-style10:hover .team-thumb .team-social .styled-icons.icon-team-list li:nth-child(2) {
position: absolute;
right: 0;
left: 0;
bottom: -20px;
opacity: 1;
transition: all 500ms ease-in-out 0s;
}
@media (prefers-reduced-motion: reduce) {
.tm-sc-staff .team-item-skin-style10:hover .team-thumb .team-social .styled-icons.icon-team-list li:nth-child(2) {
transition: none;
}
}
.tm-sc-staff .team-item-skin-style10:hover .team-thumb .team-social .styled-icons.icon-team-list li:nth-child(3) {
position: absolute;
left: 40px;
bottom: 0;
opacity: 1;
transition: all 400ms ease-in-out 0s;
}
@media (prefers-reduced-motion: reduce) {
.tm-sc-staff .team-item-skin-style10:hover .team-thumb .team-social .styled-icons.icon-team-list li:nth-child(3) {
transition: none;
}
}
@media only screen and (max-width: 320px) {
.tm-sc-staff .team-item-skin-style10:hover .team-thumb .team-social .styled-icons.icon-team-list li:nth-child(3) {
left: 30px !important;
}
}
@media (max-width: 991.98px) {
.tm-sc-staff .team-item-skin-style10:hover .team-thumb .team-social .styled-icons.icon-team-list li {
left: 60px;
bottom: -5px;
}
}
@media (min-width: 992px) and (max-width: 1199.98px) {
.tm-sc-staff .team-item-skin-style10:hover .team-thumb .team-social .styled-icons.icon-team-list li {
left: 120px;
bottom: -10px;
}
}
.tm-sc-staff .team-item-skin-style10:hover img {
border-radius: 50%;
} .tm-sc-staff .team-item-skin-style11 {
overflow: hidden;
position: relative;
box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
}
.tm-sc-staff .team-item-skin-style11 .staff-items .staff-inner .thumb-wrapper {
position: relative;
}
.tm-sc-staff .team-item-skin-style11 .staff-items .staff-inner .thumb-wrapper .thumb {
position: relative;
display: flex;
justify-content: center;
overflow: hidden;
}
.tm-sc-staff .team-item-skin-style11 .staff-items .staff-inner .thumb-wrapper .thumb img {
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
transition: all 0.3s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
.tm-sc-staff .team-item-skin-style11 .staff-items .staff-inner .thumb-wrapper .thumb img {
transition: none;
}
}
.tm-sc-staff .team-item-skin-style11 .staff-items .staff-inner .thumb-wrapper .thumb:before {
background-image: linear-gradient(0deg, rgba(33, 50, 94, 0.6) 0%, rgba(33, 50, 94, 0) 100%);
background-image: -moz-linear-gradient(0deg, rgba(33, 50, 94, 0.6) 0%, rgba(33, 50, 94, 0) 100%);
background-image: -webkit-linear-gradient(0deg, rgba(33, 50, 94, 0.6) 0%, rgba(33, 50, 94, 0) 100%);
background-image: -ms-linear-gradient(0deg, rgba(33, 50, 94, 0.6) 0%, rgba(33, 50, 94, 0) 100%);
content: "";
position: absolute;
bottom: -100%;
top: 0;
right: 0;
opacity: 0;
width: 100%;
height: 100%;
z-index: 1;
transition: all 0.4s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
.tm-sc-staff .team-item-skin-style11 .staff-items .staff-inner .thumb-wrapper .thumb:before {
transition: none;
}
}
.tm-sc-staff .team-item-skin-style11 .staff-items .staff-inner .thumb-wrapper .staff-social-links {
position: absolute;
bottom: 30px;
text-align: center;
right: 0;
left: 0;
z-index: 1;
opacity: 0;
transition: all 0.3s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
.tm-sc-staff .team-item-skin-style11 .staff-items .staff-inner .thumb-wrapper .staff-social-links {
transition: none;
}
}
.tm-sc-staff .team-item-skin-style11 .staff-items .staff-inner .thumb-wrapper .staff-social-links ul {
top: 25px;
position: relative;
transition: 0.5s;
}
@media (prefers-reduced-motion: reduce) {
.tm-sc-staff .team-item-skin-style11 .staff-items .staff-inner .thumb-wrapper .staff-social-links ul {
transition: none;
}
}
.tm-sc-staff .team-item-skin-style11 .staff-items .staff-inner .thumb-wrapper .staff-social-links ul li {
display: inline-block;
margin-left: 28px;
}
.tm-sc-staff .team-item-skin-style11 .staff-items .staff-inner .thumb-wrapper .staff-social-links ul li:last-child {
margin-left: 0;
}
.tm-sc-staff .team-item-skin-style11 .staff-items .staff-inner .thumb-wrapper .staff-social-links ul li a {
color: #fff;
font-size: 16px;
}
.tm-sc-staff .team-item-skin-style11 .staff-items .staff-inner .staff-content {
background: rgba(255, 255, 255, 0.92);
padding: 20px;
position: absolute;
bottom: 0px;
width: 100%;
z-index: 1;
display: flex;
justify-content: space-between;
}
.tm-sc-staff .team-item-skin-style11 .staff-items .staff-inner .staff-content .name {
margin-bottom: 0;
margin-top: 0;
}
.tm-sc-staff .team-item-skin-style11 .staff-items .staff-inner .staff-content .speciality {
margin-bottom: 0;
font-size: 14px;
}
.tm-sc-staff .team-item-skin-style11 .staff-items .staff-inner:hover .thumb-wrapper .thumb img {
-webkit-transform: scale(1.1);
-moz-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1);
}
.tm-sc-staff .team-item-skin-style11 .staff-items .staff-inner:hover .thumb-wrapper .thumb:before {
opacity: 1;
}
.tm-sc-staff .team-item-skin-style11 .staff-items .staff-inner:hover .thumb-wrapper .staff-social-links {
opacity: 1;
bottom: 80px;
}
.tm-sc-staff .team-item-skin-style11 .staff-items .staff-inner:hover .thumb-wrapper .staff-social-links ul {
top: 0;
} .tm-sc-staff .team-item-skin-style12 {
overflow: hidden;
position: relative;
box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
}
.tm-sc-staff .team-item-skin-style12 .staff-items .staff-inner .thumb-wrapper {
position: relative;
}
.tm-sc-staff .team-item-skin-style12 .staff-items .staff-inner .thumb-wrapper .thumb {
position: relative;
display: flex;
justify-content: center;
overflow: hidden;
}
.tm-sc-staff .team-item-skin-style12 .staff-items .staff-inner .thumb-wrapper .thumb img {
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
transition: all 0.3s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
.tm-sc-staff .team-item-skin-style12 .staff-items .staff-inner .thumb-wrapper .thumb img {
transition: none;
}
}
.tm-sc-staff .team-item-skin-style12 .staff-items .staff-inner .thumb-wrapper .thumb:before {
background-image: linear-gradient(0deg, rgba(33, 50, 94, 0.6) 0%, rgba(33, 50, 94, 0) 100%);
background-image: -moz-linear-gradient(0deg, rgba(33, 50, 94, 0.6) 0%, rgba(33, 50, 94, 0) 100%);
background-image: -webkit-linear-gradient(0deg, rgba(33, 50, 94, 0.6) 0%, rgba(33, 50, 94, 0) 100%);
background-image: -ms-linear-gradient(0deg, rgba(33, 50, 94, 0.6) 0%, rgba(33, 50, 94, 0) 100%);
content: "";
position: absolute;
bottom: -100%;
top: 0;
right: 0;
opacity: 0;
width: 100%;
height: 100%;
z-index: 1;
transition: all 0.4s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
.tm-sc-staff .team-item-skin-style12 .staff-items .staff-inner .thumb-wrapper .thumb:before {
transition: none;
}
}
.tm-sc-staff .team-item-skin-style12 .staff-items .staff-inner .staff-content {
background: #fff;
padding: 20px;
position: absolute;
bottom: 0px;
width: 100%;
text-align: center;
z-index: 1;
transition: all 0.4s ease-in-out;
-webkit-transform: translateY(57px);
-moz-transform: translateY(57px);
-ms-transform: translateY(57px);
transform: translateY(57px);
}
@media (prefers-reduced-motion: reduce) {
.tm-sc-staff .team-item-skin-style12 .staff-items .staff-inner .staff-content {
transition: none;
}
}
.tm-sc-staff .team-item-skin-style12 .staff-items .staff-inner .staff-content .name {
margin-bottom: 0;
margin-top: 0;
}
.tm-sc-staff .team-item-skin-style12 .staff-items .staff-inner .staff-content .speciality {
margin-bottom: 15px;
font-size: 14px;
}
.tm-sc-staff .team-item-skin-style12 .staff-items .staff-inner .staff-content .staff-social-links ul li {
margin-bottom: 0;
}
.tm-sc-staff .team-item-skin-style12 .staff-items .staff-inner:hover .thumb-wrapper .thumb img {
-webkit-transform: scale(1.1);
-moz-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1);
}
.tm-sc-staff .team-item-skin-style12 .staff-items .staff-inner:hover .thumb-wrapper .thumb:before {
opacity: 1;
}
.tm-sc-staff .team-item-skin-style12 .staff-items .staff-inner:hover .staff-content {
background: rgba(255, 255, 255, 0.92);
-webkit-transform: translateY(0);
-moz-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}