@charset "UTF-8";
.service-item-current-style1 {
border: 1px solid rgba(240, 240, 240, 0.5);
box-shadow: 0px 0 15px rgba(20, 28, 50, 0.08); }
.service-item-current-style1 .thumb {
position: relative;
overflow: hidden; }
.service-item-current-style1 .thumb img {
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
transition: all 0.4s ease-out; }
.service-item-current-style1 .thumb .service-icon {
position: absolute;
bottom: 0;
left: 40px;
z-index: 1; }
.service-item-current-style1 .thumb .service-icon .icon-wrapper {
display: flex; }
.service-item-current-style1 .thumb .service-icon .icon-wrapper .icon {
height: auto;
width: auto; }
.service-item-current-style1 .thumb .service-icon .icon-wrapper i {
background: var(--theme-color1);
color: var(--text-color-bg-theme-color1);
font-size: 48px;
line-height: 1;
padding: 20px;
display: inline-block;
transition: all 0.4s; }
@media (prefers-reduced-motion: reduce) {
.service-item-current-style1 .thumb .service-icon .icon-wrapper i {
transition: none; } }
.service-item-current-style1 .thumb:after {
content: "";
position: absolute;
height: 100%;
width: 100%;
left: 0;
top: 0;
background: linear-gradient(0deg, #fff, transparent);
z-index: 0; }
.service-item-current-style1 .details {
padding: 40px;
background: #fff;
border-top: none;
padding-bottom: 40px; }
.service-item-current-style1 .details .excerpt.service-details {
margin-bottom: 25px; }
.service-item-current-style1 .details .title.service-title {
margin-top: 0;
margin-bottom: 20px; }
.service-item-current-style1:hover .thumb img {
-webkit-transform: scale(1.1);
-moz-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1);
transition: all 0.4s ease-out; }
.service-item-current-style2 .service-inner {
background-color: #fff;
border: 1px solid #e1e3e6;
padding: 50px 40px 60px 40px;
position: relative;
transition: all 0.5s ease-out; }
@media (prefers-reduced-motion: reduce) {
.service-item-current-style2 .service-inner {
transition: none; } }
@media (max-width: 767.98px) {
.service-item-current-style2 .service-inner {
padding: 30px; } }
.service-item-current-style2 .service-inner:before {
bottom: 0;
content: "";
left: 0;
position: absolute;
height: 3px;
width: 100%;
background-color: var(--theme-color1);
transform: scaleX(0);
transition: all 0.5s ease-out; }
@media (prefers-reduced-motion: reduce) {
.service-item-current-style2 .service-inner:before {
transition: none; } }
.service-item-current-style2 .service-inner:after {
content: "";
position: absolute;
background: var(--theme-color1);
height: 0;
width: 100%;
top: 0;
left: 0;
z-index: 0;
transition: all 0.5s; }
@media (prefers-reduced-motion: reduce) {
.service-item-current-style2 .service-inner:after {
transition: none; } }
.service-item-current-style2 .service-inner .icon {
display: block;
width: auto;
height: auto; }
.service-item-current-style2 .service-inner .icon i {
font-size: 64px;
color: var(--theme-color1); }
.service-item-current-style2 .service-inner .content {
text-align: center; }
.service-item-current-style2 .service-inner .content .title {
margin-bottom: 30px;
line-height: 1.34;
transition: all 0.5s ease-out; }
@media (prefers-reduced-motion: reduce) {
.service-item-current-style2 .service-inner .content .title {
transition: none; } }
@media (max-width: 991.98px) {
.service-item-current-style2 .service-inner .content .title br {
display: none; } }
.service-item-current-style2 .service-inner .content .title a {
font-weight: 700;
transition: all 0.6s ease-out; }
@media (prefers-reduced-motion: reduce) {
.service-item-current-style2 .service-inner .content .title a {
transition: none; } }
.service-item-current-style2 .service-inner .content .title a:hover {
color: var(--theme-color1); }
.service-item-current-style2 .service-inner .content .excerpt {
margin-bottom: 40px;
transition: all 0.5s ease-out; }
@media (prefers-reduced-motion: reduce) {
.service-item-current-style2 .service-inner .content .excerpt {
transition: none; } }
.service-item-current-style2 .service-inner .content p {
margin-bottom: 25px; }
.service-item-current-style2 .service-inner .content .btn-link {
font-size: 14px;
font-weight: 600;
letter-spacing: 2px;
text-decoration: none;
text-transform: uppercase;
transition: all 0.5s; }
@media (prefers-reduced-motion: reduce) {
.service-item-current-style2 .service-inner .content .btn-link {
transition: none; } }
.service-item-current-style2 .service-inner:hover {
box-shadow: 0px 10px 30px 0px rgba(1, 25, 50, 0.04); }
.service-item-current-style2 .service-inner:hover:before {
transform: scaleX(1); }
.service-item-current-style2 .service-inner:hover:after {
height: 100%; }
.service-item-current-style2 .service-inner:hover .icon i {
color: #fff;
position: relative;
z-index: 1; }
.service-item-current-style2 .service-inner:hover .content .title a {
color: #fff;
position: relative;
z-index: 1; }
.service-item-current-style2 .service-inner:hover .content .excerpt {
color: #fff;
position: relative;
z-index: 1; }
.service-item-current-style2 .service-inner:hover .content .btn-view-details a {
color: #fff !important;
position: relative;
z-index: 1; }
.service-mouse-hover-cursor-effect .each-service {
position: relative;
padding: 25px 0 25px;
padding-left: 80px;
border-bottom: 2px solid rgba(240, 240, 240, 0.7);
transition: all 0.3s ease;
counter-increment: count; }
@media (prefers-reduced-motion: reduce) {
.service-mouse-hover-cursor-effect .each-service {
transition: none; } }
.service-mouse-hover-cursor-effect .each-service:before {
content: counter(count) ".";
position: absolute;
left: 0;
display: inline-block;
font-size: 40px;
line-height: 1;
text-align: center;
top: 50%;
z-index: 1;
color: var(--theme-color1);
transform: translateY(-50%); }
.service-mouse-hover-cursor-effect .each-service:nth-child(-n+9):before {
content: "0" counter(count) "."; }
.service-mouse-hover-cursor-effect .each-service .service-inner {
position: relative;
display: flex;
justify-content: space-between;
align-items: center; }
.service-mouse-hover-cursor-effect .each-service .service-inner .title {
color: #404a52; }
.service-mouse-hover-cursor-effect .each-service .service-inner .title a:hover,
.service-mouse-hover-cursor-effect .each-service .service-inner .title a:focus {
color: #000; }
.service-mouse-hover-cursor-effect .each-service .service-inner .service-btn {
width: 50px;
height: 50px;
display: inline-flex;
border-radius: 50%;
border: 1px solid var(--theme-color1);
color: var(--theme-color1);
justify-content: center;
align-items: center; }
.service-mouse-hover-cursor-effect .each-service .service-inner .service-btn:hover, .service-mouse-hover-cursor-effect .each-service .service-inner .service-btn:focus {
background-color: var(--theme-color1);
color: var(--text-color-bg-theme-color1); }
@media (max-width: 767.98px) {
.service-mouse-hover-cursor-effect .each-service .service-inner .service-btn {
display: none; } }
.service-skin-style1 {
padding-top: 98px;
text-align: center; }
.service-skin-style1 .service-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) {
.service-skin-style1 .service-block {
padding: 0 30px; } }
.service-skin-style1 .service-block .thumb {
max-width: 220px;
margin: 0 auto 24px;
border: 12px solid #f5f5f5;
border-radius: 50%;
margin-top: -98px;
position: relative;
z-index: 1;
overflow: hidden; }
.service-skin-style1 .service-block .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) {
.service-skin-style1 .service-block .thumb img {
transition: none; } }
.service-skin-style1 .service-block .content {
transition: all 0.3s ease-in-out; }
@media (prefers-reduced-motion: reduce) {
.service-skin-style1 .service-block .content {
transition: none; } }
.service-skin-style1 .service-block .content .title {
margin-bottom: 20px;
margin-top: 0; }
.service-skin-style1 .service-block .content .title a {
color: #202426; }
.service-skin-style1 .service-block .content .excerpt {
margin-bottom: 30px; }
@media (max-width: 1199.98px) {
.service-skin-style1 .service-block .content p {
margin-bottom: 50px; } }
.service-skin-style1 .service-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; }
.service-skin-style1 .service-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) {
.service-skin-style1 .service-block .content .btn-link .shape-circle {
transition: none; } }
.service-skin-style1 .service-block:hover .thumb img {
-webkit-transform: scale(1.1);
-moz-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1); }
.service-skin-style1 .service-block:hover .title a {
color: var(--theme-color1); }
.service-skin-style1 .service-block:hover .content .btn-link {
background-color: var(--theme-color2);
color: #fff; }
.service-skin-style1 .service-block:hover .content .btn-link .shape-circle {
filter: none;
opacity: 1; }
.service-skin-style2 {
border-radius: 5px;
position: relative;
box-shadow: 0px 5px 0px 0px rgba(145, 195, 48, 0.004);
transition: all 0.3s ease; }
@media (prefers-reduced-motion: reduce) {
.service-skin-style2 {
transition: none; } }
.service-skin-style2 .thumb {
overflow: hidden;
position: relative;
border-radius: 6px 6px 0 0; }
.service-skin-style2 .thumb img {
-webkit-transform: scale(1.02);
-moz-transform: scale(1.02);
-ms-transform: scale(1.02);
transform: scale(1.02);
transition: all 0.4s ease-in-out; }
@media (prefers-reduced-motion: reduce) {
.service-skin-style2 .thumb img {
transition: none; } }
.service-skin-style2 .content {
background-color: #181f2e;
padding: 40px;
position: relative;
border-radius: 0 0 6px 6px;
text-align: center; }
.service-skin-style2 .content .service-icon {
background-color: var(--theme-color1);
border-radius: 50%;
height: 72px;
left: 0;
line-height: 72px;
margin: 0 auto;
position: absolute;
right: 0;
top: -30px;
width: 72px;
text-align: center;
transition: all 0.4s ease; }
@media (prefers-reduced-motion: reduce) {
.service-skin-style2 .content .service-icon {
transition: none; } }
.service-skin-style2 .content .service-icon i {
color: #fff;
font-size: 36px;
transition: all 0.4s ease; }
@media (prefers-reduced-motion: reduce) {
.service-skin-style2 .content .service-icon i {
transition: none; } }
.service-skin-style2 .content .title {
line-height: 30px;
color: #fff;
margin-top: 30px; }
.service-skin-style2 .content .title a:hover,
.service-skin-style2 .content .title a:focus {
color: var(--theme-color1); }
.service-skin-style2 .content .excerpt {
color: #c9d1e5; }
.service-skin-style2:hover .thumb img {
-webkit-transform: scale(1.1);
-moz-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1); }
.service-skin-style2:hover .content .service-icon {
background-color: var(--theme-color2); }
.service-skin-style2:hover .content .service-icon i {
color: #fff; }
.service-skin-style3 {
overflow: hidden; }
.service-skin-style3 .thumb {
position: relative; }
.service-skin-style3 .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) {
.service-skin-style3 .thumb img {
transition: none; } }
.service-skin-style3 .thumb .service-icon {
bottom: -26px;
background: var(--theme-color2);
position: absolute;
color: #ffffff;
font-size: 38px;
height: 60px;
width: 60px;
line-height: 58px;
text-align: center;
border-radius: 0;
left: 50%;
z-index: 1;
transform: translate(-50%, 0);
transition: all 0.3s ease-in-out; }
@media (prefers-reduced-motion: reduce) {
.service-skin-style3 .thumb .service-icon {
transition: none; } }
.service-skin-style3 .content {
background-color: #ffffff;
border: 1px solid #e2e6ed;
border-top: none;
padding: 40px 23px 27px;
position: relative;
text-align: center;
transition: all 0.3s ease; }
@media (prefers-reduced-motion: reduce) {
.service-skin-style3 .content {
transition: none; } }
.service-skin-style3 .content.content-style {
border: 1px solid #e2e6ed;
padding: 34px 49px 55px;
text-align: left; }
@media (max-width: 1399px) {
.service-skin-style3 .content.content-style {
padding: 15px 32px 35px; } }
@media (max-width: 1199.98px) {
.service-skin-style3 .content.content-style {
padding: 15px 26px 35px; } }
@media (max-width: 991.98px) {
.service-skin-style3 .content.content-style {
padding: 36px 50px 58px; } }
.service-skin-style3 .content.content-style .inner-title {
font-family: var(--font-current-theme1);
font-size: 26px;
font-weight: 400;
margin-bottom: 33px; }
@media (max-width: 1199.98px) {
.service-skin-style3 .content.content-style .inner-title {
font-size: 22px;
margin-bottom: 17px; } }
@media (max-width: 991.98px) {
.service-skin-style3 .content.content-style .inner-title {
font-size: 26px;
margin-bottom: 33px; } }
.service-skin-style3 .content.content-style .list-style {
margin-bottom: 25px; }
.service-skin-style3 .content.content-style .list-style ul {
margin-top: 0; }
.service-skin-style3 .content.content-style .list-style ul li {
list-style: none;
line-height: 1.8;
position: relative;
padding-left: 20px; }
@media (max-width: 1199.98px) {
.service-skin-style3 .content.content-style .list-style ul li {
font-size: 15px; } }
@media (max-width: 991.98px) {
.service-skin-style3 .content.content-style .list-style ul li {
font-size: 18px; } }
.service-skin-style3 .content.content-style .list-style ul li:before {
content: "\f111";
font-size: 8px;
font-family: 'Font Awesome 5 Free';
font-weight: 900;
left: 0;
position: absolute;
top: calc(50% + -1px);
-webkit-transform: translate(0, -50%);
-moz-transform: translate(0, -50%);
-ms-transform: translate(0, -50%);
transform: translate(0, -50%); }
.service-skin-style3 .content.content-style .cp-btn-theme {
box-shadow: none;
font-size: 15px;
font-weight: 500;
letter-spacing: 0;
padding: 16px 34px; }
@media (max-width: 1199.98px) {
.service-skin-style3 .content.content-style .cp-btn-theme {
font-size: 14px;
padding: 8px 14px; } }
@media (max-width: 991.98px) {
.service-skin-style3 .content.content-style .cp-btn-theme {
padding: 16px 34px; } }
.service-skin-style3 .content .excerpt {
margin-bottom: 0; }
.service-skin-style3 .content .title {
margin-bottom: 5px; }
.service-skin-style3 .content p {
font-size: 18px;
margin-bottom: 0; }
@media (max-width: 1199.98px) {
.service-skin-style3 .content p {
font-size: 16px; } }
.service-skin-style3:hover .thumb img {
-webkit-transform: scale(1.1);
-moz-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1);
transition: all 0.3s ease-in-out; }
@media (prefers-reduced-motion: reduce) {
.service-skin-style3:hover .thumb img {
transition: none; } }
.service-skin-style3:hover .thumb .btn-icon {
background: var(--theme-color1); }
.service-skin-style3:hover .thumb .btn-icon i {
opacity: 1;
transition: all 0.3s ease-in-out; }
@media (prefers-reduced-motion: reduce) {
.service-skin-style3:hover .thumb .btn-icon i {
transition: none; } }
.service-skin-style3:hover .content {
box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.03); }
.service-skin-style4 .thumb {
position: relative;
overflow: hidden; }
.service-skin-style4 .thumb img {
transition: all 0.5s; }
@media (prefers-reduced-motion: reduce) {
.service-skin-style4 .thumb img {
transition: none; } }
@media (max-width: 767.98px) {
.service-skin-style4 .thumb img {
width: 100%; } }
.service-skin-style4 .thumb .icon-box {
bottom: 0;
left: 0;
overflow: hidden;
height: 120px;
position: absolute;
width: 135px;
text-align: center;
line-height: 160px;
padding-right: 30px;
z-index: 0; }
.service-skin-style4 .thumb .icon-box i {
font-size: 64px;
color: #fff;
margin-right: 20px;
line-height: 1; }
.service-skin-style4 .thumb .icon-box:before {
content: "";
left: -17px;
height: 100%;
position: absolute;
width: 100%;
transform: skewX(-16deg);
z-index: -1;
transition: all 0.5s;
border-right: 6px solid var(--theme-color1);
background: var(--theme-color2); }
@media (prefers-reduced-motion: reduce) {
.service-skin-style4 .thumb .icon-box:before {
transition: none; } }
.service-skin-style4 .thumb .icon-box .icon-img {
position: relative;
top: 30px;
left: 25px;
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1); }
@media (max-width: 1199.98px) {
.service-skin-style4 .thumb .icon-box .icon-img {
top: 22px;
width: 50px; } }
.service-skin-style4 .content {
background-color: #fff;
border: 1px solid #e1e3e6;
border-top: none;
padding: 35px; }
@media (max-width: 767.98px) {
.service-skin-style4 .content {
padding: 25px 30px; } }
.service-skin-style4 .content .title a {
transition: all 0.5s; }
@media (prefers-reduced-motion: reduce) {
.service-skin-style4 .content .title a {
transition: none; } }
.service-skin-style4 .content .excerpt {
margin-bottom: 25px; }
.service-skin-style4 .content .btn-link {
font-size: 14px;
font-weight: 600;
letter-spacing: 2px;
text-decoration: none;
text-transform: uppercase;
transition: all 0.5s; }
@media (prefers-reduced-motion: reduce) {
.service-skin-style4 .content .btn-link {
transition: none; } }
.service-skin-style4 .content > :last-child {
margin-bottom: 0; }
.service-skin-style4:hover .thumb img {
-webkit-transform: scale(1.1);
-moz-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1); }
.service-skin-style4:hover .icon-box:before {
border-right: 6px solid var(--theme-color2);
background: var(--theme-color1); }
.service-skin-style5 .tm-service .thumb {
overflow: hidden; }
.service-skin-style5 .tm-service .thumb img {
width: 100%;
transition: all 0.5s; }
@media (prefers-reduced-motion: reduce) {
.service-skin-style5 .tm-service .thumb img {
transition: none; } }
.service-skin-style5 .tm-service .content {
align-items: center;
background-color: #fff;
box-shadow: 0px 10px 30px 0px rgba(26, 29, 72, 0.07);
display: flex;
padding: 38px 40px 38px;
position: relative;
z-index: 1;
transition: all 0.3s; }
@media (prefers-reduced-motion: reduce) {
.service-skin-style5 .tm-service .content {
transition: none; } }
.service-skin-style5 .tm-service .content:after {
content: "";
height: 0;
left: 0;
position: absolute;
top: 0;
width: 100%;
z-index: -1;
transition: all 0.3s;
background-color: var(--theme-color1); }
@media (prefers-reduced-motion: reduce) {
.service-skin-style5 .tm-service .content:after {
transition: none; } }
.service-skin-style5 .tm-service .content .icon {
margin-right: 30px;
line-height: 1; }
.service-skin-style5 .tm-service .content .icon .icon-img {
width: auto;
transition: all 0.3s; }
@media (prefers-reduced-motion: reduce) {
.service-skin-style5 .tm-service .content .icon .icon-img {
transition: none; } }
.service-skin-style5 .tm-service .content .icon i {
font-size: 52px;
color: var(--theme-color1);
transition: all 0.3s; }
@media (prefers-reduced-motion: reduce) {
.service-skin-style5 .tm-service .content .icon i {
transition: none; } }
.service-skin-style5 .tm-service .content .title {
margin: 0;
text-transform: uppercase; }
.service-skin-style5 .tm-service:hover .thumb img {
transform: scale(1.1); }
.service-skin-style5 .tm-service:hover .content:after {
height: 100%; }
.service-skin-style5 .tm-service:hover .content .icon .symbol-icon {
filter: brightness(0.25); }
.service-skin-style5 .tm-service:hover .content .icon i {
color: #fff; }
.service-skin-style5 .tm-service:hover .content .title a {
color: #fff; }
.service-skin-style6 {
position: relative;
box-shadow: 0px 10px 30px 0px rgba(26, 29, 72, 0.07); }
.service-skin-style6 .thumb {
overflow: hidden;
position: relative;
border-radius: 6px 6px 0 0; }
.service-skin-style6 .thumb img {
-webkit-transform: scale(1.02);
-moz-transform: scale(1.02);
-ms-transform: scale(1.02);
transform: scale(1.02);
transition: all 0.4s ease-in-out; }
@media (prefers-reduced-motion: reduce) {
.service-skin-style6 .thumb img {
transition: none; } }
.service-skin-style6 .content {
background: #fff;
padding: 30px; }
.service-skin-style6 .content .icon-text .title {
margin-top: 25px;
margin-bottom: 20px; }
.service-skin-style6 .content .service-icon i {
line-height: 64px;
font-size: 36px;
background: #f0f2f7;
color: var(--theme-color2);
height: 64px;
width: 64px;
display: inline-block;
text-align: center;
border-radius: 50%;
transition: all 0.3s ease; }
@media (prefers-reduced-motion: reduce) {
.service-skin-style6 .content .service-icon i {
transition: none; } }
.service-skin-style6:hover .service-icon i {
background: var(--theme-color2);
color: #fff;
transform: rotate(360deg); }
.service-skin-style7 {
background-color: #fff;
border: 1px solid #e2e2e7;
padding: 0;
position: relative;
transition: all 0.3s ease; }
@media (prefers-reduced-motion: reduce) {
.service-skin-style7 {
transition: none; } }
.service-skin-style7 .thumb {
position: relative;
overflow: hidden; }
.service-skin-style7 .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) {
.service-skin-style7 .thumb img {
transition: none; } }
.service-skin-style7 .thumb .icon {
bottom: 0;
left: 0;
position: absolute;
display: flex;
align-items: center;
justify-content: center;
top: 0;
width: 98px;
transition: all 0.3s ease;
background: var(--theme-color1); }
@media (prefers-reduced-motion: reduce) {
.service-skin-style7 .thumb .icon {
transition: none; } }
.service-skin-style7 .thumb .icon i {
font-size: 56px;
color: #fff;
line-height: 85px; }
.service-skin-style7:hover .thumb img {
-webkit-transform: scale(1.1);
-moz-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1); }
.service-skin-style7 .content {
padding: 35px;
position: relative;
text-align: center; }
.service-skin-style7 .content .title {
margin-top: 0; }
.service-skin-style7 .content .excerpt {
margin-bottom: 0; }
.service-skin-style7 .content p {
color: #7e7e87;
margin-bottom: 0; }
.service-skin-style7:hover {
box-shadow: 0px 10px 30px 0px rgba(26, 29, 72, 0.07); }
.service-skin-style7:hover .content .icon i {
color: #fff !important; }
.service-skin-style7:hover .btn {
color: #fff; }
.service-skin-style7:hover .btn:before {
border-color: transparent transparent #1e2226 transparent; }@font-face {
font-family: 'FlaticonSetDental';
src:url(//andent.eu/wp-content/plugins/mascot-core-mediron-wp/assets/flaticon-set-dental/fonts/flaticon-set-dental.eot?hr0153);
src:url(//andent.eu/wp-content/plugins/mascot-core-mediron-wp/assets/flaticon-set-dental/fonts/flaticon-set-dental.eot?hr0153#iefix) format('embedded-opentype'),
url(//andent.eu/wp-content/plugins/mascot-core-mediron-wp/assets/flaticon-set-dental/fonts/flaticon-set-dental.ttf?hr0153) format('truetype'),
url(//andent.eu/wp-content/plugins/mascot-core-mediron-wp/assets/flaticon-set-dental/fonts/flaticon-set-dental.woff?hr0153) format('woff'),
url(//andent.eu/wp-content/plugins/mascot-core-mediron-wp/assets/flaticon-set-dental/fonts/flaticon-set-dental.svg?hr0153#FlaticonSetDental) format('svg');
font-weight: normal;
font-style: normal;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
@font-face {
font-family: "FlaticonSetDental";
src: url(//andent.eu/wp-content/plugins/mascot-core-mediron-wp/assets/flaticon-set-dental/fonts/flaticon-set-dental.svg#FlaticonSetDental) format("svg");
}
}
[class^="flaticon-set-dental-"], [class*=" flaticon-set-dental-"] {
font-family: 'FlaticonSetDental';
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1; -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.flaticon-set-dental-tooth:before {
content: "\e900";
}
.flaticon-set-dental-broken-tooth:before {
content: "\e901";
}
.flaticon-set-dental-teeth:before {
content: "\e902";
}
.flaticon-set-dental-implant:before {
content: "\e903";
}
.flaticon-set-dental-teeth-1:before {
content: "\e904";
}
.flaticon-set-dental-tooth-1:before {
content: "\e905";
}
.flaticon-set-dental-drilling:before {
content: "\e906";
}
.flaticon-set-dental-dental-veneer:before {
content: "\e907";
}
.flaticon-set-dental-dentist-chair:before {
content: "\e908";
}
.flaticon-set-dental-mouthwash:before {
content: "\e909";
}
.flaticon-set-dental-open-mouth:before {
content: "\e90a";
}
.flaticon-set-dental-dentist:before {
content: "\e90b";
}
.flaticon-set-dental-tooth-2:before {
content: "\e90c";
}
.flaticon-set-dental-tooth-3:before {
content: "\e90d";
}
.flaticon-set-dental-braces:before {
content: "\e90e";
}
.flaticon-set-dental-braces-1:before {
content: "\e90f";
}
.flaticon-set-dental-tooth-4:before {
content: "\e910";
}
.flaticon-set-dental-removal:before {
content: "\e911";
}
.flaticon-set-dental-crown:before {
content: "\e912";
}
.flaticon-set-dental-tooth-5:before {
content: "\e913";
}
.flaticon-set-dental-tooth-6:before {
content: "\e914";
}
.flaticon-set-dental-floss:before {
content: "\e915";
}
.flaticon-set-dental-tools:before {
content: "\e916";
}
.flaticon-set-dental-toothbrush:before {
content: "\e917";
}
.flaticon-set-dental-tooth-drill:before {
content: "\e918";
}
.flaticon-set-dental-dentist-1:before {
content: "\e919";
}
.flaticon-set-dental-magnifying-glass:before {
content: "\e91a";
}
.flaticon-set-dental-dentist-chair-1:before {
content: "\e91b";
}
.flaticon-set-dental-health-report:before {
content: "\e91c";
}
.flaticon-set-dental-dentures:before {
content: "\e91d";
}
.flaticon-set-dental-crown-1:before {
content: "\e91e";
}
.flaticon-set-dental-plaque:before {
content: "\e91f";
}
.flaticon-set-dental-tooth-extraction:before {
content: "\e920";
}
.flaticon-set-dental-x-ray:before {
content: "\e921";
}
.flaticon-set-dental-forceps:before {
content: "\e922";
}
.flaticon-set-dental-teeth-brushing:before {
content: "\e923";
}
.flaticon-set-dental-toothbrush-1:before {
content: "\e924";
}
.flaticon-set-dental-toothbrush-2:before {
content: "\e925";
}
.flaticon-set-dental-calcium:before {
content: "\e926";
}
.flaticon-set-dental-tooth-7:before {
content: "\e927";
}
.flaticon-set-dental-tooth-8:before {
content: "\e928";
}
.flaticon-set-dental-tooth-9:before {
content: "\e929";
}
.flaticon-set-dental-tooth-10:before {
content: "\e92a";
}
.flaticon-set-dental-tooth-11:before {
content: "\e92b";
}
.flaticon-set-dental-smartphone:before {
content: "\e92c";
}
.flaticon-set-dental-tooth-12:before {
content: "\e92d";
}
.flaticon-set-dental-braces-2:before {
content: "\e92e";
}
.flaticon-set-dental-suction:before {
content: "\e92f";
}
.flaticon-set-dental-tooth-fairy:before {
content: "\e930";
}
.flaticon-set-dental-floss-1:before {
content: "\e931";
}.project-style-current-theme1 {
position: relative;
overflow: hidden; }
.project-style-current-theme1 .details {
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
position: absolute;
left: 0;
right: 0;
text-align: center;
height: 100%;
top: 0;
background: rgba(24, 37, 58, 0.95);
padding: 30px;
opacity: 0;
transition: 300ms;
transform: skewX(10deg); }
.project-style-current-theme1 .details .title {
margin-top: 0; }
.project-style-current-theme1 .details .title a {
color: #fff;
transition: all 0.3s; }
@media (prefers-reduced-motion: reduce) {
.project-style-current-theme1 .details .title a {
transition: none; } }
.project-style-current-theme1 .details .title a:hover {
color: #fff; }
.project-style-current-theme1 .details .excerpt {
color: #bbb; }
.project-style-current-theme1 .details .project-icon {
margin-bottom: 0; }
.project-style-current-theme1 .details .project-icon i {
font-size: 48px;
color: #fff;
padding: 15px;
display: inline-block;
margin-bottom: 30px; }
.project-style-current-theme1:hover .details {
opacity: 1;
transform: skewX(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; }
.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 .4s, opacity .2s;
transition: transform .4s, opacity .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); }.team-item-currenty-style1 {
background-color: #fff;
border: 1px solid rgba(5, 5, 5, 0.08);
padding: 30px;
padding-bottom: 0;
margin-top: 30px;
box-shadow: 0px 0px 50px rgba(5, 5, 5, 0.08); }
.team-item-currenty-style1 .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) {
.team-item-currenty-style1 .staff-inner .thumb img {
transition: none; } }
.team-item-currenty-style1 .staff-inner .staff-content {
padding-top: 25px; }
.team-item-currenty-style1 .staff-inner .staff-content .name {
margin-bottom: 5px; }
.team-item-currenty-style1 .staff-inner .staff-content .speciality {
margin-top: 5px;
margin-bottom: 20px; }
.team-item-currenty-style1 .staff-inner .staff-content .staff-social-links ul li {
list-style: none;
display: inline-block;
margin-right: 5px;
margin-bottom: 0; }
.team-item-currenty-style1 .staff-inner .staff-content .staff-social-links ul li:last-child {
margin-right: 0; }
.team-item-currenty-style1 .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) {
.team-item-currenty-style1 .staff-inner .staff-content .staff-social-links ul li a {
transition: none; } }
.team-item-currenty-style1 .staff-inner .staff-content .staff-social-links ul li a:hover {
background: var(--theme-color1);
color: var(--text-color-bg-theme-color1); }
.team-item-currenty-style1: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-style1 .thumb {
overflow: hidden;
position: relative; }
.tm-sc-staff .team-item-skin-style1 .thumb:before {
content: "";
height: 100%;
left: 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 {
left: -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(--theme-color1);
height: 45px;
line-height: 45px;
margin-right: 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: #fff; }
.tm-sc-staff .team-item-skin-style1 .team-content .team-social .styled-icons.icon-team-list li:last-child a {
margin-right: 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-color1); }
.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 #eeee;
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-right: 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 0 0 300px;
border-color: transparent transparent #fff transparent;
bottom: 0;
content: "";
display: inline-block;
height: 0;
position: absolute;
right: 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 300px 60px 0;
border-color: transparent transparent #fff transparent;
bottom: 0;
content: "";
display: inline-block;
height: 0;
left: 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;
left: 0;
right: 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;
right: -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;
left: 0;
position: absolute;
opacity: 0;
visibility: hidden;
transition: all 0.4s ease-out;
width: 100%;
right: 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-right: 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-right: 0; }
.tm-sc-staff .team-item-skin-style7 .tm-staff .staff-inner .thumb-wrapper:after {
content: '';
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
opacity: 0;
z-index: 1;
-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-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;
left: 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;
left: 0;
opacity: 0;
position: absolute;
right: 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;
left: 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;
left: 0;
right: 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-right: 28px; }
.tm-sc-staff .team-item-skin-style9 .staff-items .staff-inner .thumb-wrapper .staff-social-links ul li:last-child {
margin-right: 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%;
left: 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;
left: 0;
right: 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;
left: -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;
left: 0;
right: 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;
right: 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 .75s;
animation: circle .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) {
left: 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) {
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:nth-child(1) {
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:nth-child(1) {
left: 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;
left: 0;
right: 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;
right: 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) {
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 {
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 {
right: 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;
left: 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;
left: 0;
right: 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-right: 28px; }
.tm-sc-staff .team-item-skin-style11 .staff-items .staff-inner .thumb-wrapper .staff-social-links ul li:last-child {
margin-right: 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;
left: 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); }

.testimonial-skin-current-style1 {
background: #fff;
padding: 35px 60px 75px 60px;
margin-bottom: 60px !important;
box-shadow: 0px 10px 60px 0px rgba(14, 24, 42, 0.07);
position: relative;
text-align: center;
border: 5px solid var(--theme-color1);
transition: all 300ms ease-in-out 0s;
background-position: bottom right; }
@media (prefers-reduced-motion: reduce) {
.testimonial-skin-current-style1 {
transition: none; } }
@media (max-width: 767.98px) {
.testimonial-skin-current-style1 {
padding: 30px; } }
.testimonial-skin-current-style1 .author-thumb img {
position: absolute;
bottom: -45px;
text-align: center;
left: 0;
border: 5px solid var(--theme-color2);
right: 0;
margin: 0 auto;
max-width: 90px;
transition: all 400ms ease-in-out 0s;
border-radius: 50%; }
@media (prefers-reduced-motion: reduce) {
.testimonial-skin-current-style1 .author-thumb img {
transition: none; } }
.testimonial-skin-current-style1 .author-text {
font-size: 22px;
font-weight: 400;
margin-bottom: 30px;
color: #333;
font-family: var(--heading-font-family); }
@media (max-width: 767.98px) {
.testimonial-skin-current-style1 .author-info {
margin-bottom: 30px; } }
.testimonial-skin-current-style1 .author-info .name {
color: var(--theme-color1);
margin-bottom: 0; }
.testimonial-skin-current-style1 .author-info .job-position,
.testimonial-skin-current-style1 .author-info .company-url {
color: var(--text-color);
font-size: 14px;
margin: 0;
font-weight: normal; }
.testimonial-skin-current-style1 .author-info .company-url:hover {
color: var(--theme-color1); }
.testimonial-skin-current-style1:hover {
border: 5px solid var(--theme-color1); }
.testimonial-skin-current-style1:hover .author-thumb img {
border: 5px solid var(--theme-color1); }
.testimonial-skin-current-style1 .owl-item.active.center .tm-testimonial-item {
border: 5px solid var(--theme-color1); }
.testimonial-skin-current-style1 .owl-item.active.center .tm-testimonial-item .author-thumb img {
border: 5px solid var(--theme-color1); }
.testimonial-skin-style-all-center {
position: relative;
text-align: center;
transition: all 0.3s ease-in-out; }
@media (prefers-reduced-motion: reduce) {
.testimonial-skin-style-all-center {
transition: none; } }
.testimonial-skin-style-all-center .star-rating {
float: right;
overflow: hidden;
position: relative;
height: 1.1em;
line-height: 1.2;
font-size: 0.9em;
width: 5.6em; }
.testimonial-skin-style-all-center .star-rating::before {
content: "\f005\f005\f005\f005\f005";
color: #d3ced2;
font-family: "Font Awesome 5 Free";
font-weight: 500;
float: left;
top: 0;
left: 0;
position: absolute; }
.testimonial-skin-style-all-center .star-rating span {
overflow: hidden;
float: left;
top: 0;
left: 0;
position: absolute;
padding-top: 1.5em; }
.testimonial-skin-style-all-center .star-rating span::before {
content: "\f005\f005\f005\f005\f005";
font-family: "Font Awesome 5 Free";
font-weight: 500;
color: #f1c40f;
top: 0;
position: absolute;
left: 0; }
.testimonial-skin-style-all-center .star-rating {
float: none;
margin: 0 auto;
overflow: visible; }
.testimonial-skin-style-all-center .star-rating span:before {
color: var(--theme-color1); }
.testimonial-skin-style-all-center .author-text {
font-size: 20px;
margin-bottom: 35px; }
.testimonial-skin-style-all-center .author-info {
margin-top: 20px;
margin-bottom: 8px;
display: flex;
align-items: baseline;
justify-content: center; }
@media (min-width: 768px) and (max-width: 991.98px) {
.testimonial-skin-style-all-center .author-info {
margin-bottom: 20px; } }
.testimonial-skin-style-all-center .author-info .name {
overflow: hidden;
margin: 0;
line-height: 32px; }
@media (max-width: 575.98px) {
.testimonial-skin-style-all-center .author-info .name {
float: none; } }
.testimonial-skin-style-all-center .author-info .job-position {
margin-left: 15px;
font-size: 14px;
display: inline;
color: var(--theme-color2); }
@media (max-width: 575.98px) {
.testimonial-skin-style-all-center .author-info .job-position {
margin-bottom: 18px;
display: inline-block;
margin-left: 0;
margin-top: 0; } }
.testimonial-skin-style-all-center .author-thumb {
margin-bottom: 35px; }
.testimonial-skin-style-all-center .author-thumb img {
width: 100px;
border: 6px solid #eee; }
.testimonial-skin-style1 {
background-color: #fff;
border-radius: 4px;
padding: 70px 50px 50px;
position: relative;
z-index: 0;
border: 1px solid #eee;
margin-top: 30px; }
@media (max-width: 1199.98px) {
.testimonial-skin-style1 {
margin-bottom: 30px; } }
.testimonial-skin-style1 .author-details .icon {
border-radius: 50%;
color: #fff;
font-size: 20px;
height: 60px;
width: 60px;
text-align: center;
line-height: 60px;
position: absolute;
left: 50px;
top: -30px;
background: var(--theme-color1);
z-index: -1;
transition: all 0.3s ease; }
@media (prefers-reduced-motion: reduce) {
.testimonial-skin-style1 .author-details .icon {
transition: none; } }
.testimonial-skin-style1 .author-details .testimonial-footer {
display: flex; }
.testimonial-skin-style1 .author-details .testimonial-footer .image-holder .author-thumb img {
border-radius: 10px;
max-width: 90px;
margin-right: 10px; }
.testimonial-skin-style1 .author-details .testimonial-footer .author-info-holder .name {
margin: 0; }
.testimonial-skin-style1 .author-details .testimonial-footer .author-info-holder .job-position {
color: #6a726d;
font-size: 18px;
line-height: 1;
font-family: var(--font-current-theme1); }
.testimonial-skin-style1 .text-holder {
margin-bottom: 30px; }
.testimonial-skin-style1 .text-holder .author-text {
font-style: normal !important; }
.testimonial-skin-style1:hover .author-details .icon {
background-color: var(--theme-color3); }
@media (max-width: 991.98px) {
.testimonial-skin-style1 {
padding: 50px 30px; } }
.testimonial-skin-style2 {
background: #fff;
padding: 50px;
margin-bottom: 35px !important;
box-shadow: 0px 10px 30px 0px rgba(26, 29, 72, 0.07);
position: relative;
transition: all 0.3s ease-in-out; }
@media (prefers-reduced-motion: reduce) {
.testimonial-skin-style2 {
transition: none; } }
@media (min-width: 768px) and (max-width: 991.98px) {
.testimonial-skin-style2 {
padding: 40px; } }
.testimonial-skin-style2 .star-rating {
float: right;
overflow: hidden;
position: relative;
height: 1.1em;
line-height: 1.2;
font-size: 0.9em;
width: 5.6em; }
.testimonial-skin-style2 .star-rating::before {
content: "\f005\f005\f005\f005\f005";
color: #d3ced2;
font-family: "Font Awesome 5 Free";
font-weight: 500;
float: left;
top: 0;
left: 0;
position: absolute; }
.testimonial-skin-style2 .star-rating span {
overflow: hidden;
float: left;
top: 0;
left: 0;
position: absolute;
padding-top: 1.5em; }
.testimonial-skin-style2 .star-rating span::before {
content: "\f005\f005\f005\f005\f005";
font-family: "Font Awesome 5 Free";
font-weight: 500;
color: #f1c40f;
top: 0;
position: absolute;
left: 0; }
.testimonial-skin-style2 .star-rating {
float: none;
margin-top: 0;
margin-bottom: 20px;
overflow: visible; }
.testimonial-skin-style2 .star-rating span:before {
color: var(--theme-color1); }
.testimonial-skin-style2 .author-info {
margin-top: 20px;
margin-bottom: 8px;
display: flex;
align-items: baseline; }
@media (min-width: 768px) and (max-width: 991.98px) {
.testimonial-skin-style2 .author-info {
margin-bottom: 20px; } }
.testimonial-skin-style2 .author-info .name {
float: left;
overflow: hidden;
margin: 0;
line-height: 32px; }
@media (max-width: 575.98px) {
.testimonial-skin-style2 .author-info .name {
float: none; } }
.testimonial-skin-style2 .author-info .job-position {
margin-left: 15px;
font-size: 14px;
display: inline;
color: var(--theme-color2); }
@media (max-width: 575.98px) {
.testimonial-skin-style2 .author-info .job-position {
margin-bottom: 18px;
display: inline-block;
margin-left: 0;
margin-top: 0; } }
.testimonial-skin-style2 .author-thumb {
position: absolute;
bottom: -35px;
left: 50px; }
.testimonial-skin-style2 .author-thumb img {
width: 75px; }
.testimonial-skin-style3 {
background: #fff;
box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.06);
padding: 60px 60px;
position: relative;
border-radius: 10px; }
.testimonial-skin-style3 .author-text {
margin-bottom: 30px;
display: inline-block; }
.testimonial-skin-style3 .author-info .author-thumb {
margin-right: 15px;
width: 70px;
max-width: 90px; }
.testimonial-skin-style3 .author-detials .name {
margin-bottom: 5px; }
.testimonial-skin-style3 .author-detials .job-position {
font-size: 0.9rem;
color: var(--theme-color1); }
.testimonial-skin-style3:after {
content: "";
position: absolute;
height: 100%;
width: 100%;
left: 0;
top: 0;
z-index: 0;
transition: all 0.5s;
transform: scaleY(0);
opacity: 0;
background: var(--theme-color1);
border-radius: 10px; }
@media (prefers-reduced-motion: reduce) {
.testimonial-skin-style3:after {
transition: none; } }
.testimonial-skin-style3:hover .author-text {
color: #fff;
z-index: 1;
position: relative; }
.testimonial-skin-style3:hover .star-rating span {
z-index: 1; }
.testimonial-skin-style3:hover .star-rating span:before {
color: var(--text-color-bg-theme-color1); }
.testimonial-skin-style3:hover .author-info .author-thumb img {
position: relative;
z-index: 1; }
.testimonial-skin-style3:hover .author-info .author-detials .name {
color: #fff;
z-index: 1;
position: relative; }
.testimonial-skin-style3:hover .author-info .author-detials .job-position {
color: #fff;
z-index: 1;
position: relative; }
.testimonial-skin-style3:hover:after {
opacity: 1;
transform: scaleY(1); }
.testimonial-skin-style4 {
padding-bottom: 28px; }
@media (max-width: 1399px) {
.testimonial-skin-style4 {
padding-bottom: 35px; } }
.testimonial-skin-style4 .text-holder {
background-color: #f9f9f9;
padding: 40px 52px;
position: relative;
margin-bottom: 0;
z-index: 1;
transition: all 0.5s; }
@media (prefers-reduced-motion: reduce) {
.testimonial-skin-style4 .text-holder {
transition: none; } }
@media (max-width: 767.98px) {
.testimonial-skin-style4 .text-holder {
padding: 30px 30px; } }
.testimonial-skin-style4 .text-holder:before {
content: "";
position: absolute;
border-style: solid;
border-color: #f9f9f9 transparent transparent transparent;
border-width: 120px 120px 0 0;
bottom: -117px;
left: 0;
transition: all 0.5s; }
@media (prefers-reduced-motion: reduce) {
.testimonial-skin-style4 .text-holder:before {
transition: none; } }
.testimonial-skin-style4 .text-holder:after {
content: "";
position: absolute;
border-style: solid;
border-width: 120px 120px 0 0;
bottom: -120px;
left: 0;
z-index: -1;
transition: all 0.5s;
border-color: var(--theme-color1) transparent transparent transparent; }
@media (prefers-reduced-motion: reduce) {
.testimonial-skin-style4 .text-holder:after {
transition: none; } }
.testimonial-skin-style4 .text-holder .author-text {
transition: all 0.5s;
position: relative;
font-style: normal; }
@media (prefers-reduced-motion: reduce) {
.testimonial-skin-style4 .text-holder .author-text {
transition: none; } }
.testimonial-skin-style4 .text-holder .author-text:before {
content: "";
opacity: 0.4;
background-image: url(//andent.eu/wp-content/plugins/mascot-core-mediron-wp/assets/images/current-theme/testimonial-quote-icon.png);
background-repeat: no-repeat;
width: 120px;
height: 120px;
position: absolute;
right: 0;
bottom: -30px;
z-index: -1; }
.testimonial-skin-style4 .text-holder .icon {
position: absolute;
bottom: 52px;
right: 74px;
z-index: -1; }
.testimonial-skin-style4 .text-holder .icon .icon-img {
opacity: .8;
transition: all 0.5s; }
@media (prefers-reduced-motion: reduce) {
.testimonial-skin-style4 .text-holder .icon .icon-img {
transition: none; } }
.testimonial-skin-style4 .author-details {
padding-left: 30px;
padding-top: 24px;
position: relative;
z-index: 1; }
.testimonial-skin-style4 .author-details .image-holder {
width: 90px;
display: table-cell;
vertical-align: middle;
margin: 0;
padding-right: 15px; }
.testimonial-skin-style4 .author-details .author-info-holder {
padding-top: 12px;
display: table-cell;
vertical-align: middle; }
.testimonial-skin-style4 .author-details .author-info-holder .name {
line-height: 1;
margin-top: 0;
color: var(--theme-color2);
margin-bottom: 5px; }
.testimonial-skin-style4 .author-details .author-info-holder .job-position {
color: #616870;
font-size: 12px;
font-weight: 400;
letter-spacing: 2px;
text-transform: uppercase; }
.testimonial-skin-style4:hover .text-holder {
background: var(--theme-color1); }
.testimonial-skin-style4:hover .text-holder:before {
border-color: var(--theme-color1) transparent transparent transparent; }
.testimonial-skin-style4:hover .text-holder:after {
border-color: var(--theme-color2) transparent transparent transparent; }
.testimonial-skin-style4:hover .text-holder .author-text {
color: #fff; }
.testimonial-skin-style4:hover .text-holder .author-text:before {
opacity: 0.2;
transition: all 0.5s; }
@media (prefers-reduced-motion: reduce) {
.testimonial-skin-style4:hover .text-holder .author-text:before {
transition: none; } }
.testimonial-skin-style4:hover .text-holder .icon .icon-img {
opacity: .2; }
@media (max-width: 1699px) {
.tm-testimonials-carousel .owl-stage {
padding-left: 0 !important;
padding-right: 0 !important; } }
.testimonial-skin-style5 {
background: #fafafa;
padding: 70px 50px 40px 50px;
margin-top: 60px;
position: relative;
text-align: center;
border: 5px solid #f1f1f1;
border-radius: 5px;
transition: all 300ms ease-in-out 0s; }
@media (prefers-reduced-motion: reduce) {
.testimonial-skin-style5 {
transition: none; } }
@media (max-width: 767.98px) {
.testimonial-skin-style5 {
padding: 70px 30px 30px 30px; } }
.testimonial-skin-style5 .author-thumb img {
border-radius: 50%;
position: absolute;
top: -60px;
text-align: center;
left: 0;
border: 5px solid var(--theme-color1);
right: 0;
margin: 0 auto;
max-width: 100px;
transition: all 400ms ease-in-out 0s; }
@media (prefers-reduced-motion: reduce) {
.testimonial-skin-style5 .author-thumb img {
transition: none; } }
.testimonial-skin-style5 .author-text {
margin-bottom: 30px;
color: #092755; }
.testimonial-skin-style5 .star-rating {
margin: 0 auto; }
@media (max-width: 767.98px) {
.testimonial-skin-style5 .author-info {
margin-bottom: 30px; } }
.testimonial-skin-style5 .author-info .name {
color: var(--theme-color1);
margin-bottom: 0;
text-transform: uppercase; }
.testimonial-skin-style5 .author-info .job-position,
.testimonial-skin-style5 .author-info .company-url {
color: var(--text-color);
font-size: 16px;
margin: 0; }
.testimonial-skin-style5 .author-info .company-url:hover {
color: #fff; }
.testimonial-skin-style5:hover {
border-color: #092755; }
.testimonial-skin-style5:hover .author-thumb img {
border-color: #092755; }
.testimonial-skin-style6 {
background-color: #fff;
border-radius: 4px;
padding: 50px;
position: relative;
z-index: 0;
box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.05);
transition: all 0.3s ease; }
@media (prefers-reduced-motion: reduce) {
.testimonial-skin-style6 {
transition: none; } }
@media (max-width: 1199.98px) {
.testimonial-skin-style6 {
padding: 25px; } }
@media (max-width: 1199.98px) {
.testimonial-skin-style6 {
padding: 25px; } }
.testimonial-skin-style6 .testimonial-author-details {
margin-bottom: 30px; }
.testimonial-skin-style6 .testimonial-author-details .testimonial-image-holder {
width: 90px;
display: table-cell;
vertical-align: middle;
margin: 0;
padding-right: 15px; }
.testimonial-skin-style6 .testimonial-author-details .testimonial-author-info-holder {
display: table-cell;
vertical-align: middle; }
.testimonial-skin-style6 .testimonial-author-details .testimonial-author-info-holder .name {
margin-bottom: 0;
margin-top: 4px; }
.testimonial-skin-style6 .testimonial-author-details .testimonial-author-info-holder .job-position {
color: #6a726d;
font-weight: 400; }
.testimonial-skin-style6 .testimonial-author-details .icon {
border-radius: 50%;
color: #c2c3c3;
font-size: 20px;
height: 60px;
width: 60px;
text-align: center;
line-height: 60px;
position: absolute;
right: 20px;
top: 20px;
background: #f9f9f9;
z-index: -1;
transition: all 0.3s ease; }
@media (prefers-reduced-motion: reduce) {
.testimonial-skin-style6 .testimonial-author-details .icon {
transition: none; } }
@media (max-width: 767.98px) {
.testimonial-skin-style6 .testimonial-author-details .icon {
display: none; } }
.testimonial-skin-style6 .testimonial-text-holder {
margin-bottom: 0 !important; }
.testimonial-skin-style6 .testimonial-text-holder .author-text {
color: var(--text-color);
font-style: normal; }
.testimonial-skin-style6:hover {
box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.15); }
.testimonial-skin-style6:hover .testimonial-author-details .icon {
background-color: var(--theme-color1);
color: #fff; }
@media (max-width: 991.98px) {
.testimonial-skin-style6 {
padding: 50px 30px; } }
.owl-carousel .testimonial-skin-style6 {
border: 1px solid rgba(200, 200, 200, 0.4);
box-shadow: 0px 0 0px rgba(45, 45, 45, 0.12); }
.testimonial-skin-style7 {
background: #fff;
margin-top: 45px;
padding: 50px;
box-shadow: 0px 10px 30px 0px rgba(26, 29, 72, 0.07);
position: relative; }
.testimonial-skin-style7 .testimonial-upper {
margin-top: -90px;
margin-bottom: 30px; }
@media (min-width: 768px) {
.testimonial-skin-style7 .testimonial-upper {
display: flex;
align-items: flex-end; } }
.testimonial-skin-style7 .testimonial-upper .author-thumb {
display: inline-block;
border: 10px solid var(--theme-color1);
max-width: 90px; }
@media (min-width: 768px) {
.testimonial-skin-style7 .testimonial-upper .star-rating {
margin-bottom: 0;
margin-left: 85px; } }
.testimonial-skin-style7 .testimonial-upper .star-rating span:before {
color: var(--theme-color1); }
.testimonial-skin-style7 .author-info {
margin-top: 20px; }
@media (min-width: 768px) {
.testimonial-skin-style7 .author-info {
display: flex;
align-items: center; } }
.testimonial-skin-style7 .author-info .name {
margin: 0;
line-height: 32px; }
@media (max-width: 767.98px) {
.testimonial-skin-style7 .author-info .name {
margin-bottom: 10px; } }
.testimonial-skin-style7 .author-info .job-position {
font-size: 14px;
margin-top: 0;
font-weight: normal;
color: var(--theme-color1); }
@media (min-width: 768px) {
.testimonial-skin-style7 .author-info .job-position {
margin-left: 15px; } }
.testimonial-skin-style8 {
border-radius: 10px;
position: relative;
transition: all 0.3s ease;
background: #fff;
padding: 40px;
overflow: hidden;
border: 1px solid rgba(200, 200, 200, 0.2);
box-shadow: 0px 0 15px rgba(45, 45, 45, 0.12); }
.testimonial-skin-style8:before {
position: absolute;
content: '“';
font-family: var(--font-current-theme2);
font-size: 20rem;
color: var(--theme-color1);
right: -11px;
bottom: -27px;
opacity: 0.13;
line-height: 0; }
.testimonial-skin-style8 .author-text {
margin-bottom: 30px;
display: inline-block; }
.testimonial-skin-style8 .author-thumb {
max-width: 70px; }
.testimonial-skin-style8 .author-info {
margin-bottom: 30px;
position: relative; }
.testimonial-skin-style8 .author-info .name {
margin-bottom: 0;
margin-top: 0; }
.testimonial-skin-style8 .author-info .job-position {
color: var(--theme-color1);
margin-top: 0;
font-size: 14px; }
.owl-carousel .testimonial-skin-style8 {
border: 1px solid rgba(200, 200, 200, 0.4);
box-shadow: 0px 0 0px rgba(45, 45, 45, 0.12); }
.testimonial-skin-style9 {
background: #1C1C1C;
padding: 60px 60px 60px 60px;
margin-bottom: 60px !important;
box-shadow: 0px 10px 30px 0px rgba(26, 29, 72, 0.07);
position: relative;
text-align: center;
border: 5px solid #1C1C1C;
transition: all 300ms ease-in-out 0s;
background-position: bottom right; }
@media (prefers-reduced-motion: reduce) {
.testimonial-skin-style9 {
transition: none; } }
@media (max-width: 767.98px) {
.testimonial-skin-style9 {
padding: 30px; } }
.testimonial-skin-style9 .author-thumb {
max-width: 90px; }
.testimonial-skin-style9 .author-thumb img {
position: absolute;
bottom: -60px;
text-align: center;
left: 0;
border: 5px solid #1C1C1C;
right: 0;
margin: 0 auto;
max-width: 100px;
transition: all 400ms ease-in-out 0s;
border-radius: inherit !important; }
@media (prefers-reduced-motion: reduce) {
.testimonial-skin-style9 .author-thumb img {
transition: none; } }
.testimonial-skin-style9 .star-rating {
margin: 0 auto; }
.testimonial-skin-style9 .author-text {
font-size: 20px;
font-weight: 400;
margin-bottom: 30px;
color: #9A9A9A;
font-family: var(--heading-font-family); }
@media (max-width: 767.98px) {
.testimonial-skin-style9 .author-info {
margin-bottom: 30px; } }
.testimonial-skin-style9 .author-info .name {
color: var(--theme-color1);
margin-bottom: 0;
text-transform: uppercase; }
.testimonial-skin-style9 .author-info .job-position,
.testimonial-skin-style9 .author-info .company-url {
color: var(--text-color);
font-size: 16px;
margin: 0; }
.testimonial-skin-style9 .author-info .company-url:hover {
color: #fff; }
.testimonial-skin-style9:hover {
border: 5px solid var(--theme-color1); }
.testimonial-skin-style9:hover .author-thumb img {
border: 5px solid var(--theme-color1); }
.testimonial-skin-style9 .owl-item.active.center .tm-testimonial-item {
border: 5px solid var(--theme-color1); }
.testimonial-skin-style9 .owl-item.active.center .tm-testimonial-item .author-thumb img {
border: 5px solid var(--theme-color1); }
.tm-sc-testimonials-thumb-carousel {
text-align: center; }
.tm-sc-testimonials-thumb-carousel .tm-testimonial .author-text {
color: #222;
font-size: 22px;
margin-top: 30px;
margin-bottom: 30px; }
.tm-sc-testimonials-thumb-carousel .tm-testimonial .author-text:before {
left: 0;
right: 0; }
.tm-sc-testimonials-thumb-carousel .tm-testimonial .name {
color: var(--theme-color1);
margin-bottom: 0; }
.tm-sc-testimonials-thumb-carousel .tm-testimonial .job-position {
font-size: 14px; }
.tm-sc-testimonials-thumb-carousel .tm-testimonial .star-rating {
margin-left: auto;
margin-right: auto; }
.tm-sc-testimonials-thumb-carousel .tm-owl-thumbs {
min-height: 70px; }
.tm-sc-testimonials-thumb-carousel .tm-owl-thumbs .tm-owl-thumb-item {
position: relative;
width: 90px;
margin-left: 7px;
margin-right: 7px;
margin-top: 20px;
opacity: 0.5;
display: inline-block;
cursor: pointer;
transition: all 0.3s; }
@media (prefers-reduced-motion: reduce) {
.tm-sc-testimonials-thumb-carousel .tm-owl-thumbs .tm-owl-thumb-item {
transition: none; } }
.tm-sc-testimonials-thumb-carousel .tm-owl-thumbs .tm-owl-thumb-item:before {
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
border-radius: 50%;
content: "";
transition: all 200ms linear;
transition-delay: 0.1s;
background-color: rgba(var(--theme-color1-rgb), 0.3);
transition: all 0.3s; }
@media (prefers-reduced-motion: reduce) {
.tm-sc-testimonials-thumb-carousel .tm-owl-thumbs .tm-owl-thumb-item:before {
transition: none; } }
.tm-sc-testimonials-thumb-carousel .tm-owl-thumbs .tm-owl-thumb-item.active {
width: 90px;
opacity: 1; }
.tm-sc-testimonials-thumb-carousel .tm-owl-thumbs .tm-owl-thumb-item.active:before {
opacity: 0;
background-color: transparent; }
.tm-sc-testimonials .star-rating {
float: right;
overflow: hidden;
position: relative;
height: 1.1em;
line-height: 1.2;
font-size: 0.9em;
width: 5.6em; }
.tm-sc-testimonials .star-rating::before {
content: "\f005\f005\f005\f005\f005";
color: #d3ced2;
font-family: "Font Awesome 5 Free";
font-weight: 500;
float: left;
top: 0;
left: 0;
position: absolute; }
.tm-sc-testimonials .star-rating span {
overflow: hidden;
float: left;
top: 0;
left: 0;
position: absolute;
padding-top: 1.5em; }
.tm-sc-testimonials .star-rating span::before {
content: "\f005\f005\f005\f005\f005";
font-family: "Font Awesome 5 Free";
font-weight: 500;
color: #f1c40f;
top: 0;
position: absolute;
left: 0; }
.tm-sc-testimonials .star-rating {
float: none;
margin-top: 5px;
margin-bottom: 20px;
overflow: visible; }
.tm-sc-testimonials .star-rating span:before {
color: var(--theme-color2); }
.tm-sc-testimonials .author-text,
.tm-sc-testimonials .name,
.tm-sc-testimonials .job-position {
transition: all 0.3s ease-in-out; }
@media (prefers-reduced-motion: reduce) {
.tm-sc-testimonials .author-text,
.tm-sc-testimonials .name,
.tm-sc-testimonials .job-position {
transition: none; } }
.tm-sc-testimonials .star-rating span:before {
transition: all 0.3s ease-in-out; }
@media (prefers-reduced-motion: reduce) {
.tm-sc-testimonials .star-rating span:before {
transition: none; } }
.owl-carousel .type-testimonials {
box-shadow: none; }.tm-sc-blog article .box-hover-effect {
display: block; }
.tm-sc-blog article .post-thumb .post-thumb-inner .thumb {
display: flex;
overflow: hidden;
position: relative; }
.tm-sc-blog article .post-thumb .post-thumb-inner .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-blog article .post-thumb .post-thumb-inner .thumb img {
transition: none; } }
.tm-sc-blog article .post-thumb .post-thumb-inner .thumb:after {
content: "";
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.6);
transition: all 0.3s linear;
overflow: hidden;
-webkit-transform: scaleY(0);
-khtml-transform: scaleY(0);
-moz-transform: scaleY(0);
-ms-transform: scaleY(0);
-o-transform: scaleY(0);
transform: scaleY(0);
opacity: 0; }
@media (prefers-reduced-motion: reduce) {
.tm-sc-blog article .post-thumb .post-thumb-inner .thumb:after {
transition: none; } }
.tm-sc-blog article .post-thumb .post-thumb-inner .thumb .icon-link {
background: #2d1212;
color: #fff;
opacity: 0;
filter: alpha(opacity=0);
-webkit-transition: all .45s;
transition: all .45s;
-moz-transition: all .45s;
-ms-transition: all .45s;
width: 32px;
height: 32px;
line-height: 33px;
position: absolute;
top: 15px;
right: 15px;
z-index: 99;
text-align: center;
margin-top: 45px; }
.tm-sc-blog article .entry-content > :nth-last-child {
margin-bottom: 0; } .blog-skin-current-theme-style1 {
overflow: hidden;
position: relative;
border-radius: 0;
box-shadow: 0px 0 15px rgba(45, 45, 45, 0.08);
transition: all 0.3s ease; }
@media (prefers-reduced-motion: reduce) {
.blog-skin-current-theme-style1 {
transition: none; } }
.blog-skin-current-theme-style1 .post-thumb .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) {
.blog-skin-current-theme-style1 .post-thumb .thumb img {
transition: none; } }
.blog-skin-current-theme-style1 .entry-header {
position: relative; }
.blog-skin-current-theme-style1 .entry-header .post-single-meta {
text-align: center;
bottom: 0;
left: 30px;
font-size: 14px;
padding: 16px 20px;
position: absolute;
background: var(--theme-color1); }
.blog-skin-current-theme-style1 .entry-header .post-single-meta span {
display: block;
color: #fff; }
.blog-skin-current-theme-style1 .entry-header .post-single-meta span.year {
display: none; }
.blog-skin-current-theme-style1 .entry-content {
box-shadow: none;
padding: 30px;
background-color: #fff; }
.blog-skin-current-theme-style1 .entry-content .entry-meta {
border-top: none;
margin-bottom: 10px; }
.blog-skin-current-theme-style1 .entry-content .entry-meta li i {
color: var(--theme-color1); }
.blog-skin-current-theme-style1 .entry-content .entry-title {
margin-top: 0;
margin-bottom: 20px; }
.blog-skin-current-theme-style1 .entry-content .entry-title a:hover {
color: var(--hover-theme-color); }
.blog-skin-current-theme-style1 .entry-content > :last-child {
margin-bottom: 0; }
.blog-skin-current-theme-style1 .bottom-boder-line {
background-color: #fff;
border-radius: 3px;
height: 4px;
transition: all 0.3s ease; }
@media (prefers-reduced-motion: reduce) {
.blog-skin-current-theme-style1 .bottom-boder-line {
transition: none; } }
.blog-skin-current-theme-style1:hover .post-thumb .thumb img {
-webkit-transform: scale(1.1);
-moz-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1); }
.blog-skin-current-theme-style1:hover .bottom-boder-line {
background-color: var(--theme-color1);
transition: all 0.3s ease; }
@media (prefers-reduced-motion: reduce) {
.blog-skin-current-theme-style1:hover .bottom-boder-line {
transition: none; } } .tm-sc-blog article .blog-skin-current-theme-style2 .entry-header {
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
transition: all 0.4s ease-out;
overflow: hidden; }
.tm-sc-blog article .blog-skin-current-theme-style2 .entry-header .entry-date {
position: absolute;
color: var(--text-color-bg-theme-color1);
background: var(--theme-color1);
top: 0;
left: 0;
padding: 20px 25px;
line-height: 1.3;
text-align: center;
font-weight: 500; }
.tm-sc-blog article .blog-skin-current-theme-style2 .entry-header .entry-date .year {
display: none; }
@media (max-width: 1199.98px) {
.tm-sc-blog article .blog-skin-current-theme-style2 .entry-content {
margin-top: 20px; } }
.tm-sc-blog article .blog-skin-current-theme-style2 .entry-content .entry-meta {
margin-bottom: 0; }
.tm-sc-blog article .blog-skin-current-theme-style2 .entry-content .entry-meta li i {
color: var(--theme-color2); }
.tm-sc-blog article .blog-skin-current-theme-style2 .entry-content .entry-title {
margin-bottom: 20px;
text-transform: capitalize; }
.tm-sc-blog article .blog-skin-current-theme-style2 .entry-content .post-excerpt {
margin-bottom: 20px; }
.tm-sc-blog article .blog-skin-current-theme-style2 .post-thumb {
transition: all 0.4s ease-out; }
.tm-sc-blog article .blog-skin-current-theme-style2 .entry-meta {
font-size: 13px; }
.tm-sc-blog article .blog-skin-current-theme-style2:hover .entry-header .post-thumb {
-webkit-transform: scale(1.1);
-moz-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1);
transition: all 0.4s ease-out; } .blog-skin-style1 {
overflow: hidden;
position: relative;
transition: all 0.3s ease; }
@media (prefers-reduced-motion: reduce) {
.blog-skin-style1 {
transition: none; } }
.blog-skin-style1 .entry-header {
position: relative; }
.blog-skin-style1 .entry-header .post-thumb {
margin-bottom: 15px; }
.blog-skin-style1 .entry-header .thumb {
position: relative;
border-radius: 8px;
overflow: hidden; }
.blog-skin-style1 .entry-header .thumb::before {
position: absolute;
top: 50%;
left: 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; }
.blog-skin-style1 .entry-header .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) {
.blog-skin-style1 .entry-header .thumb img {
transition: none; } }
.blog-skin-style1 .entry-header .post-single-meta {
text-align: center;
bottom: 10px;
border-radius: 10px;
font-size: 16px;
font-weight: 900;
height: 69px;
left: 10px;
line-height: 22px;
display: flex;
padding-top: 0;
position: absolute;
width: 69px;
background: var(--theme-color1);
align-items: center;
justify-content: center; }
.blog-skin-style1 .entry-header .post-single-meta span {
display: block;
color: #fff; }
.blog-skin-style1 .entry-header .post-single-meta span.year {
display: none; }
.blog-skin-style1 .entry-content {
box-shadow: none;
background-color: transparent; }
.blog-skin-style1 .entry-content .entry-meta {
border-top: none;
margin-bottom: 10px;
margin-top: 0; }
.blog-skin-style1 .entry-content .entry-meta li {
font-family: var(--font-current-theme1); }
.blog-skin-style1 .entry-content .entry-meta li i {
color: var(--theme-color1); }
.blog-skin-style1 .entry-content .entry-meta li a:hover {
color: var(--theme-color1); }
.blog-skin-style1 .entry-content .entry-title {
margin-top: 0;
margin-bottom: 20px; }
.blog-skin-style1 .entry-content .entry-title a:hover {
color: var(--theme-color1); }
.blog-skin-style1:hover .entry-header .thumb::before {
-webkit-animation: circle .75s;
animation: circle .75s; }
.blog-skin-style1:hover .entry-header .thumb img {
-webkit-transform: scale(1.1);
-moz-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1);
transition: all 0.3s ease-in-out; }
@media (prefers-reduced-motion: reduce) {
.blog-skin-style1:hover .entry-header .thumb img {
transition: none; } }
@-webkit-keyframes circle {
0% {
opacity: 1; }
40% {
opacity: 1; }
100% {
width: 200%;
height: 200%;
opacity: 0; } }
@keyframes circle {
0% {
opacity: 1; }
40% {
opacity: 1; }
100% {
width: 200%;
height: 200%;
opacity: 0; } }
.blog-skin-style2 {
overflow: hidden;
position: relative;
border-radius: 0;
box-shadow: 0px 0 15px rgba(45, 45, 45, 0.08);
transition: all 0.3s ease; }
@media (prefers-reduced-motion: reduce) {
.blog-skin-style2 {
transition: none; } }
.blog-skin-style2 .post-thumb .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) {
.blog-skin-style2 .post-thumb .thumb img {
transition: none; } }
.blog-skin-style2 .entry-header {
position: relative; }
.blog-skin-style2 .entry-header .post-single-meta {
text-align: center;
top: 30px;
border-radius: 0;
font-size: 16px;
font-weight: 900;
height: 70px;
left: 30px;
line-height: 22px;
display: flex;
align-items: center;
justify-content: center;
position: absolute;
width: 70px;
background: var(--theme-color2); }
.blog-skin-style2 .entry-header .post-single-meta span {
display: block;
color: #fff; }
.blog-skin-style2 .entry-header .post-single-meta span.year {
display: none; }
.blog-skin-style2 .entry-content {
box-shadow: none;
padding: 30px;
background-color: #fff; }
.blog-skin-style2 .entry-content .entry-meta {
border-top: none;
margin-bottom: 10px; }
.blog-skin-style2 .entry-content .entry-meta li i {
color: var(--theme-color1); }
.blog-skin-style2 .entry-content .entry-title {
margin-top: 0;
margin-bottom: 20px; }
.blog-skin-style2 .entry-content .entry-title a:hover {
color: var(--hover-theme-color); }
.blog-skin-style2 .entry-content > :last-child {
margin-bottom: 0; }
.blog-skin-style2 .bottom-boder-line {
background-color: #fff;
border-radius: 3px;
height: 4px;
transition: all 0.3s ease; }
@media (prefers-reduced-motion: reduce) {
.blog-skin-style2 .bottom-boder-line {
transition: none; } }
.blog-skin-style2:hover .post-thumb .thumb img {
-webkit-transform: scale(1.1);
-moz-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1); }
.blog-skin-style2:hover .bottom-boder-line {
background-color: var(--theme-color1);
transition: all 0.3s ease; }
@media (prefers-reduced-motion: reduce) {
.blog-skin-style2:hover .bottom-boder-line {
transition: none; } }
.blog-skin-style3 {
transition: all 0.4s; }
@media (prefers-reduced-motion: reduce) {
.blog-skin-style3 {
transition: none; } }
.blog-skin-style3 .entry-header .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) {
.blog-skin-style3 .entry-header .thumb img {
transition: none; } }
.blog-skin-style3 .entry-header .link {
transition: all 0.4s ease-in-out; }
@media (prefers-reduced-motion: reduce) {
.blog-skin-style3 .entry-header .link {
transition: none; } }
.blog-skin-style3 .entry-content {
background-color: #fff;
margin-right: 30px;
margin-top: -30px;
padding: 30px 30px 20px 30px;
position: relative;
z-index: 1;
box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.1);
transition: all 0.4s; }
@media (prefers-reduced-motion: reduce) {
.blog-skin-style3 .entry-content {
transition: none; } }
@media (max-width: 1199.98px) {
.blog-skin-style3 .entry-content {
padding: 22px 25px 15px 30px; } }
@media (max-width: 767.98px) {
.blog-skin-style3 .entry-content {
margin-right: 0;
margin-top: 0; } }
.blog-skin-style3 .entry-content .entry-title {
margin-bottom: 10px; }
.blog-skin-style3 .entry-content .entry-date time {
display: block;
background: var(--theme-color1);
color: #fff;
font-size: 16px;
font-weight: 700;
height: 69px;
line-height: 1.2;
padding: 15px 15px;
position: absolute;
right: 0;
text-align: center;
text-transform: uppercase;
top: -69px;
width: 69px; }
.blog-skin-style3 .entry-content .entry-date time .year {
display: none; }
.blog-skin-style3 .entry-content .entry-meta {
font-size: 13px; }
.blog-skin-style3 .entry-content .entry-meta li i {
color: var(--theme-color1); }
.blog-skin-style3 .entry-content .entry-meta span {
text-transform: uppercase; }
.blog-skin-style3 .entry-content .entry-meta span i {
color: var(--theme-color1); }
.blog-skin-style3:hover .entry-header .thumb img {
-webkit-transform: scale(1.1);
-moz-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1); }
.blog-skin-style3:hover .entry-content {
box-shadow: 5px 8.66px 60px 0px rgba(0, 0, 0, 0.07); }
.blog-skin-style4 {
box-shadow: 0px 0px 50px rgba(5, 5, 5, 0.08);
-webkit-transition: all 0.3s cubic-bezier(0.7, 0.04, 0.37, 1);
transition: all 0.3s cubic-bezier(0.7, 0.04, 0.37, 1);
border-radius: 7px 7px 0 0; }
.blog-skin-style4 .entry-header {
position: relative;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
-webkit-transition: all 0.3s cubic-bezier(0.7, 0.04, 0.37, 1);
transition: all 0.3s cubic-bezier(0.7, 0.04, 0.37, 1); }
.blog-skin-style4 .entry-header .thumb {
border-radius: 7px 7px 0 0; }
.blog-skin-style4 .entry-header .link {
background: var(--theme-color1);
color: var(--text-color-bg-theme-color1);
position: absolute;
left: 0;
top: 45%;
right: 0;
height: 50px;
width: 50px;
padding: 10px;
text-align: center;
margin: 0 auto;
z-index: 2;
opacity: 0;
transition: all 0.4s ease-in-out; }
@media (prefers-reduced-motion: reduce) {
.blog-skin-style4 .entry-header .link {
transition: none; } }
.blog-skin-style4 .entry-content {
padding: 30px;
background-color: #fff;
position: relative; }
.blog-skin-style4 .entry-content .entry-title {
margin-top: 0;
text-transform: capitalize; }
.blog-skin-style4 .entry-content .post-excerpt {
margin-bottom: 20px;
border-bottom: 1px solid #eee;
padding-bottom: 20px; }
.blog-skin-style4 .entry-content .post-single-meta {
background: var(--theme-color1);
color: var(--text-color-bg-theme-color1);
display: inline-block;
padding: 8px 20px;
margin-bottom: 20px;
font-size: 12px;
font-weight: 500;
text-transform: uppercase;
letter-spacing: 1px;
transition: all 0.3s ease; }
@media (prefers-reduced-motion: reduce) {
.blog-skin-style4 .entry-content .post-single-meta {
transition: none; } }
.blog-skin-style4 .entry-content .post-single-meta i {
display: none; }
.blog-skin-style4 .entry-content .post-single-meta a {
color: #fff; }
.blog-skin-style4 .entry-content .post-single-meta:hover {
background: var(--theme-color2);
color: var(--text-color-bg-theme-color2); }
.blog-skin-style4 .entry-content .entry-meta {
font-size: 13px;
margin-bottom: 1.2rem;
color: #9a9a9a; }
.blog-skin-style4 .entry-content .entry-meta i {
color: var(--theme-color2); }
.blog-skin-style4 .entry-content .post-btn-readmore {
float: left; }
.blog-skin-style4 .entry-content .post-btn-readmore .btn-plain-text {
color: #F89D35;
font-size: 12px; }
.blog-skin-style4 .entry-content .post-btn-readmore .btn-plain-text:hover, .blog-skin-style4 .entry-content .post-btn-readmore .btn-plain-text:focus {
color: #000; }
.blog-skin-style4:hover .entry-header {
-webkit-transform: translateY(-3px);
-ms-transform: translateY(-3px);
transform: translateY(-3px); }
.blog-skin-style4:hover .entry-header .link {
opacity: 1;
transform: rotateY(180deg); }
.blog-skin-style5 {
border-radius: 0;
position: relative;
box-shadow: 0 20px 30px rgba(0, 0, 0, 0.15); }
.blog-skin-style5 .entry-header .thumb {
overflow: hidden; }
.blog-skin-style5 .entry-header .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) {
.blog-skin-style5 .entry-header .thumb img {
transition: none; } }
.blog-skin-style5 .entry-header .thumb .entry-date {
bottom: 0;
font-size: 12px;
font-weight: bold;
padding: 10px 30px;
position: absolute;
left: 0;
background: var(--theme-color2);
color: var(--text-color-bg-theme-color1); }
.blog-skin-style5 .entry-content {
padding: 35px 40px 30px;
position: relative;
background: #fff; }
@media (max-width: 767.98px) {
.blog-skin-style5 .entry-content {
padding: 30px; } }
.blog-skin-style5 .entry-content .entry-title {
margin-bottom: 10px;
margin-top: 0;
text-transform: capitalize; }
.blog-skin-style5 .entry-content .post-excerpt {
padding: 0 0 25px;
margin-bottom: 0; }
.blog-skin-style5 .entry-content .entry-meta {
border-top: none !important; }
.blog-skin-style5 .entry-content .entry-meta i {
color: var(--theme-color1); }
.blog-skin-style5 .entry-content .mascot-post-excerpt {
color: #7c8186; }
.blog-skin-style5:hover .entry-header .thumb img {
-webkit-transform: scale(1.1);
-moz-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1); }
.blog-skin-style5:hover .entry-header .thumb .date {
background-color: #192a3a !important; }
.blog-skin-style6 {
transition: all 0.3s ease; }
@media (prefers-reduced-motion: reduce) {
.blog-skin-style6 {
transition: none; } }
.blog-skin-style6 .entry-header {
position: relative; }
.blog-skin-style6 .entry-header .thumb {
position: relative; }
.blog-skin-style6 .entry-header .thumb img {
transition: all 0.3s ease;
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1); }
@media (prefers-reduced-motion: reduce) {
.blog-skin-style6 .entry-header .thumb img {
transition: none; } }
.blog-skin-style6 .entry-header .post-single-meta {
text-align: center;
border-radius: 0;
font-size: 16px;
font-weight: 900;
right: 0;
bottom: 0;
line-height: 22px;
padding: 15px 20px;
position: absolute;
background: var(--theme-color1); }
.blog-skin-style6 .entry-header .post-single-meta span {
display: block;
color: #fff; }
.blog-skin-style6 .entry-header .post-single-meta span.day {
font-size: 1.5rem; }
.blog-skin-style6 .entry-header .post-single-meta span.year {
display: none; }
.blog-skin-style6 .entry-header .post-single-meta:after {
position: absolute;
content: "";
top: 0;
width: 0;
height: 0;
border-style: solid;
left: -20px;
border-width: 0px 20px 75px 0;
border-color: transparent var(--theme-color1) transparent transparent; }
.blog-skin-style6 .entry-content {
padding: 35px;
margin-bottom: 25px;
border: 1px solid #EDEDED;
position: relative; }
.blog-skin-style6 .entry-content .entry-meta {
border-top: none;
margin-bottom: 10px; }
.blog-skin-style6 .entry-content .entry-meta li {
color: var(--theme-color1); }
.blog-skin-style6 .entry-content .entry-title {
margin-top: 0;
margin-bottom: 15px; }
.blog-skin-style6 .entry-content .post-excerpt {
margin-bottom: 0; }
.blog-skin-style6 .entry-content .post-btn-readmore {
position: absolute;
bottom: -28px;
right: 30px; }
.blog-skin-style6 .entry-content .post-btn-readmore .btn-plain-text-with-arrow-current-style {
border: 0;
border-radius: 50%;
font-size: 1.2rem;
height: 55px;
line-height: 55px;
text-align: center;
width: 55px;
align-items: center;
display: flex;
justify-content: center;
background-color: #f1f1f1;
color: var(--theme-color2);
transition: all 0.3s ease; }
@media (prefers-reduced-motion: reduce) {
.blog-skin-style6 .entry-content .post-btn-readmore .btn-plain-text-with-arrow-current-style {
transition: none; } }
.blog-skin-style6 .entry-content .post-btn-readmore .btn-plain-text-with-arrow-current-style:hover {
background-color: var(--theme-color1);
color: var(--text-color-bg-theme-color1); }
.blog-skin-style6:hover .entry-header .thumb img {
-webkit-transform: scale(1.1);
-moz-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1); }
.blog-skin-style7 {
border-radius: 0;
position: relative;
box-shadow: 0 20px 30px rgba(0, 0, 0, 0.15); }
.blog-skin-style7 .entry-header .thumb {
overflow: hidden; }
.blog-skin-style7 .entry-header .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) {
.blog-skin-style7 .entry-header .thumb img {
transition: none; } }
.blog-skin-style7 .entry-content {
padding: 50px 40px 30px;
position: relative;
background: #fff; }
@media (max-width: 767.98px) {
.blog-skin-style7 .entry-content {
padding: 30px; } }
.blog-skin-style7 .entry-content .entry-date {
top: -23px;
font-size: 12px;
font-weight: bold;
padding: 12px 30px;
position: absolute;
left: 0;
background: var(--theme-color1);
color: var(--text-color-bg-theme-color1); }
.blog-skin-style7 .entry-content .entry-title {
margin-bottom: 10px;
margin-top: 0;
text-transform: capitalize; }
.blog-skin-style7 .entry-content .post-excerpt {
padding: 0 0 25px;
margin-bottom: 0; }
.blog-skin-style7 .entry-content .entry-meta {
border-top: none !important; }
.blog-skin-style7 .entry-content .entry-meta i {
color: var(--theme-color1); }
.blog-skin-style7 .entry-content .mascot-post-excerpt {
color: #7c8186; }
.blog-skin-style7:hover .entry-header .thumb img {
-webkit-transform: scale(1.1);
-moz-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1); }
.blog-skin-style7:hover .entry-header .thumb .date {
background-color: #192a3a !important; }
.blog-skin-style8 {
border-radius: 0;
position: relative;
box-shadow: 0 20px 30px rgba(0, 0, 0, 0.15);
padding: 40px; }
.blog-skin-style8 .entry-header .entry-title {
margin-bottom: 30px;
margin-top: 0;
text-transform: capitalize; }
.blog-skin-style8 .entry-header .entry-meta {
margin-bottom: 5px; }
.blog-skin-style8 .entry-header .entry-meta i {
color: var(--theme-color1); }
.blog-skin-style8 .entry-content {
position: relative;
background: #fff; }
@media (max-width: 767.98px) {
.blog-skin-style8 .entry-content {
padding: 30px; } }
.blog-skin-style8 .entry-content .thumb {
overflow: hidden;
margin-bottom: 25px; }
.blog-skin-style8 .entry-content .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) {
.blog-skin-style8 .entry-content .thumb img {
transition: none; } }
.blog-skin-style8 .entry-content .post-excerpt {
padding: 0 0 25px;
margin-bottom: 0; }
.blog-skin-style8 .entry-content .mascot-post-excerpt {
color: #7c8186; }
.blog-skin-style8:hover .entry-content .thumb img {
-webkit-transform: scale(1.1);
-moz-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1); }
.blog-skin-style8:hover .entry-content .thumb .date {
background-color: #192a3a !important; }
.blog-skin-style9 {
position: relative; }
.blog-skin-style9 .entry-header .entry-title {
margin-bottom: 30px;
margin-top: 0;
text-transform: capitalize; }
.blog-skin-style9 .entry-header .entry-meta {
margin-bottom: 5px; }
.blog-skin-style9 .entry-header .entry-meta i {
color: var(--theme-color1); }
.blog-skin-style9 .entry-content {
background: #f7f7f7;
padding: 30px;
width: 94%;
position: absolute;
bottom: -200px; }
.blog-skin-style9 .entry-content .thumb {
overflow: hidden;
margin-bottom: 25px; }
.blog-skin-style9 .entry-content .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) {
.blog-skin-style9 .entry-content .thumb img {
transition: none; } }
.blog-skin-style9 .entry-content .post-excerpt {
padding: 0 0 25px;
margin-bottom: 0; }
.blog-skin-style9 .entry-content .mascot-post-excerpt {
color: #7c8186; }
.blog-skin-style9:hover .entry-content .thumb img {
-webkit-transform: scale(1.1);
-moz-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1); }
.blog-skin-style9:hover .entry-content .thumb .date {
background-color: #192a3a !important; }
.blog-skin-style10 {
border-radius: 0;
position: relative;
box-shadow: 0 20px 30px rgba(0, 0, 0, 0.15); }
.blog-skin-style10 .entry-header .thumb {
overflow: hidden; }
.blog-skin-style10 .entry-header .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) {
.blog-skin-style10 .entry-header .thumb img {
transition: none; } }
.blog-skin-style10 .entry-header .thumb .entry-date {
bottom: -2px;
font-size: 12px;
font-weight: bold;
padding: 12px 42px 12px 25px;
position: absolute;
clip-path: polygon(calc(10% + 100px) 0%, 100% 100%, 0% 100%, 0% 0);
left: 0;
background: var(--theme-color1);
color: var(--text-color-bg-theme-color1); }
.blog-skin-style10 .entry-content {
padding: 35px 40px 30px;
position: relative;
background: #fff; }
@media (max-width: 767.98px) {
.blog-skin-style10 .entry-content {
padding: 30px; } }
.blog-skin-style10 .entry-content .entry-title {
margin-bottom: 10px;
margin-top: 0;
text-transform: capitalize; }
.blog-skin-style10 .entry-content .post-excerpt {
padding: 0 0 25px;
margin-bottom: 0; }
.blog-skin-style10 .entry-content .entry-meta {
border-top: none !important; }
.blog-skin-style10 .entry-content .entry-meta i {
color: var(--theme-color1); }
.blog-skin-style10 .entry-content .mascot-post-excerpt {
color: #7c8186; }
.blog-skin-style10:hover .entry-header .thumb img {
-webkit-transform: scale(1.1);
-moz-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1); }
.blog-skin-style10:hover .entry-header .thumb .date {
background-color: #192a3a !important; }
.tm-sc-blog.tm-sc-blog-floating-parallax .floating-posts-holder {
text-align: center; }
.tm-sc-blog.tm-sc-blog-floating-parallax .floating-posts-holder article {
padding: 30px; }
.tm-sc-blog.tm-sc-blog-floating-parallax .floating-posts-holder .entry-meta i {
display: none; }
.tm-sc-blog.tm-sc-blog-floating-parallax .floating-posts-holder .entry-header {
clip-path: inset(0% 0% 0% 0%);
-webkit-transition: all 0.3s cubic-bezier(0.7, 0.04, 0.37, 1);
transition: all 0.3s cubic-bezier(0.7, 0.04, 0.37, 1); }
.tm-sc-blog.tm-sc-blog-floating-parallax .floating-posts-holder .post-thumb .post-thumb-inner .thumb {
border-radius: 7px; }
.tm-sc-blog.tm-sc-blog-floating-parallax .floating-posts-holder:hover .entry-header {
clip-path: inset(3% 3% 3% 3%); }
.tm-sc-blog.tm-sc-blog-masonry-tiles .has-masonry-tiles-fixed-image-size.isotope-layout .isotope-item .isotope-item-inner {
height: 100%; }
.tm-sc-blog.tm-sc-blog-masonry-tiles .has-masonry-tiles-fixed-image-size.isotope-layout .isotope-item .isotope-item-inner .post {
height: 100%; }
.tm-sc-blog.tm-sc-blog-masonry-tiles .has-masonry-tiles-fixed-image-size.isotope-layout .isotope-item .isotope-item-inner .post .entry-header {
height: 100%; }
.tm-sc-blog.tm-sc-blog-masonry-tiles .has-masonry-tiles-fixed-image-size.isotope-layout .isotope-item .isotope-item-inner .post .entry-header .post-thumb {
height: 100%; }
.tm-sc-blog.tm-sc-blog-masonry-tiles .has-masonry-tiles-fixed-image-size.isotope-layout .isotope-item .isotope-item-inner .post .entry-header .post-thumb .post-thumb-inner {
height: 100%; }
.tm-sc-blog.tm-sc-blog-masonry-tiles .has-masonry-tiles-fixed-image-size.isotope-layout .isotope-item .isotope-item-inner .post .entry-header .post-thumb .post-thumb-inner .thumb {
height: 100%; }
.tm-sc-blog.blog-vertical-list .isotope-layout {
margin-left: 0; }
.tm-sc-blog.blog-vertical-list article {
padding: 38px;
background-color: #fff;
border: 1px solid #eee;
transition: all 0.4s ease-in-out; }
@media (prefers-reduced-motion: reduce) {
.tm-sc-blog.blog-vertical-list article {
transition: none; } }
@media (min-width: 768px) {
.tm-sc-blog.blog-vertical-list article {
display: flex;
align-items: center; } }
@media (min-width: 768px) {
.tm-sc-blog.blog-vertical-list article .entry-header {
margin-right: 20px; } }
@media (max-width: 767.98px) {
.tm-sc-blog.blog-vertical-list article .entry-header {
margin-bottom: 20px; } }
@media (min-width: 768px) {
.tm-sc-blog.blog-vertical-list article .entry-header img {
max-width: 150px; } }
.tm-sc-blog.blog-vertical-list article .entry-content .entry-title {
margin-top: 0;
margin-bottom: 1rem; }
.tm-sc-blog.blog-vertical-list article .entry-content .entry-meta {
margin-bottom: 0; }
.tm-sc-blog.blog-vertical-list article .entry-content .entry-meta li i {
color: var(--theme-color1); }
.tm-sc-blog.blog-vertical-list article:hover {
background-color: #f7f7f7;
box-shadow: 0 0 30px rgba(0, 0, 0, 0.05); }