@charset "UTF-8";
.service-item-current-style1 {
border: 1px solid #2a3e58;
padding: 30px;
border-radius: 10px;
background-color: #122A48;
transition: all 0.3s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
.service-item-current-style1 {
transition: none;
}
}
.service-item-current-style1 .service-content .service-title {
color: #fff;
}
.service-item-current-style1 .service-content .service-details {
color: #b0b9d1;
}
.service-item-current-style1 .service-thumb {
margin-bottom: 20px;
position: relative;
overflow: hidden;
border-radius: 10px;
}
.service-item-current-style1 .service-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%);
-moz-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
opacity: 0;
}
.service-item-current-style1 .service-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-item-current-style1 .service-thumb img {
transition: none;
}
}
.service-item-current-style1 .service-link {
margin-top: 55px;
display: inline-block;
position: relative;
color: #fff;
}
.service-item-current-style1 .service-link:after {
background: var(--theme-color1);
content: "";
height: 2px;
width: 75px;
position: absolute;
left: 0;
top: -15px;
}
.service-item-current-style1 .service-link:before {
content: "";
background: #fff;
height: 2px;
width: 15px;
position: absolute;
left: 0;
top: -15px;
z-index: 1;
transition: all 400ms ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
.service-item-current-style1 .service-link:before {
transition: none;
}
}
.service-item-current-style1 .service-link:hover {
color: var(--theme-color1);
}
.service-item-current-style1:hover {
background: #0E233E;
transition: all 0.3s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
.service-item-current-style1:hover {
transition: none;
}
}
.service-item-current-style1:hover .service-thumb::before {
-webkit-animation: circle 0.75s;
animation: circle 0.75s;
}
.service-item-current-style1:hover .service-thumb img {
-webkit-transform: scale(1.1);
-moz-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1);
}
.service-item-current-style1:hover .service-link:before {
width: 75px;
}
.service-item-current-style2 {
border-radius: 5px;
position: relative;
border: 1px solid #eee;
box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.03);
transition: all 0.3s ease;
}
@media (prefers-reduced-motion: reduce) {
.service-item-current-style2 {
transition: none;
}
}
.service-item-current-style2 .thumb {
overflow: hidden;
position: relative;
border-radius: 6px 6px 0 0;
}
.service-item-current-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-item-current-style2 .thumb img {
transition: none;
}
}
.service-item-current-style2 .content {
background-color: #fff;
padding: 40px;
position: relative;
border-radius: 0 0 6px 6px;
}
.service-item-current-style2 .content .service-icon {
background-color: var(--theme-color1);
border-radius: 50%;
height: 72px;
margin: 0 auto;
position: absolute;
right: 36px;
top: -36px;
width: 72px;
text-align: center;
justify-content: center;
display: flex;
align-items: center;
transition: all 0.4s ease;
}
@media (prefers-reduced-motion: reduce) {
.service-item-current-style2 .content .service-icon {
transition: none;
}
}
.service-item-current-style2 .content .service-icon i {
color: #fff;
font-size: 36px;
transition: all 0.4s ease;
}
@media (prefers-reduced-motion: reduce) {
.service-item-current-style2 .content .service-icon i {
transition: none;
}
}
.service-item-current-style2 .content .title {
line-height: 30px;
}
.service-item-current-style2 .content .title a:hover,
.service-item-current-style2 .content .title a:focus {
color: var(--theme-color1);
}
.service-item-current-style2:hover .thumb img {
-webkit-transform: scale(1.1);
-moz-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1);
}
.service-item-current-style2:hover .content .service-icon {
background-color: var(--theme-color2);
}
.service-item-current-style2:hover .content .service-icon i {
color: #fff;
}
.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: 'FlaticonSetAC';
src:url(//energyharvest.in/wp-content/plugins/mascot-core-colek-wp/assets/flaticon-set-ac/fonts/flaticon-set-ac.eot?hr0153);
src:url(//energyharvest.in/wp-content/plugins/mascot-core-colek-wp/assets/flaticon-set-ac/fonts/flaticon-set-ac.eot?hr0153#iefix) format('embedded-opentype'),
url(//energyharvest.in/wp-content/plugins/mascot-core-colek-wp/assets/flaticon-set-ac/fonts/flaticon-set-ac.ttf?hr0153) format('truetype'),
url(//energyharvest.in/wp-content/plugins/mascot-core-colek-wp/assets/flaticon-set-ac/fonts/flaticon-set-ac.woff?hr0153) format('woff'),
url(//energyharvest.in/wp-content/plugins/mascot-core-colek-wp/assets/flaticon-set-ac/fonts/flaticon-set-ac.svg?hr0153#FlaticonSetAC) format('svg');
font-weight: normal;
font-style: normal;
}
[class^="flaticon-ac1-"], [class*=" flaticon-ac1-"] {
font-family: 'FlaticonSetAC';
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-ac1-split:before {
content: "\f101";
}
.flaticon-ac1-adjustment:before {
content: "\f102";
}
.flaticon-ac1-voltmeter:before {
content: "\f103";
}
.flaticon-ac1-repair:before {
content: "\f104";
}
.flaticon-ac1-lock:before {
content: "\f105";
}
.flaticon-ac1-air-conditioner:before {
content: "\f106";
}
.flaticon-ac1-humidifier:before {
content: "\f107";
}
.flaticon-ac1-power-button:before {
content: "\f108";
}
.flaticon-ac1-humidity:before {
content: "\f109";
}
.flaticon-ac1-sun:before {
content: "\f10a";
}
.flaticon-ac1-floor:before {
content: "\f10b";
}
.flaticon-ac1-safety:before {
content: "\f10c";
}
.flaticon-ac1-repairman:before {
content: "\f10d";
}
.flaticon-ac1-air-conditioner-1:before {
content: "\f10e";
}
.flaticon-ac1-air-conditioner-2:before {
content: "\f10f";
}
.flaticon-ac1-cleaning:before {
content: "\f110";
}
.flaticon-ac1-swing:before {
content: "\f111";
}
.flaticon-ac1-freeze:before {
content: "\f112";
}
.flaticon-ac1-oscillation:before {
content: "\f113";
}
.flaticon-ac1-hood:before {
content: "\f114";
}
.flaticon-ac1-remote-control:before {
content: "\f115";
}
.flaticon-ac1-air-conditioner-3:before {
content: "\f116";
}
.flaticon-ac1-fan:before {
content: "\f117";
}
.flaticon-ac1-adjustment-1:before {
content: "\f118";
}
.flaticon-ac1-night:before {
content: "\f119";
}
.flaticon-ac1-air-conditioner-4:before {
content: "\f11a";
}
.flaticon-ac1-repeat:before {
content: "\f11b";
}
.flaticon-ac1-air-conditioner-5:before {
content: "\f11c";
}
.flaticon-ac1-timer:before {
content: "\f11d";
}
.flaticon-ac1-freeze-1:before {
content: "\f11e";
}
.flaticon-ac1-thermometer:before {
content: "\f11f";
}
.flaticon-ac1-ventilation:before {
content: "\f120";
}
.flaticon-ac1-chiller:before {
content: "\f121";
}
.flaticon-ac1-turbine:before {
content: "\f122";
}
.flaticon-ac1-hot:before {
content: "\f123";
}
.flaticon-ac1-air-conditioner-6:before {
content: "\f124";
}
.flaticon-ac1-clean-air:before {
content: "\f125";
}
.flaticon-ac1-ventilator:before {
content: "\f126";
}
.flaticon-ac1-snowflake:before {
content: "\f127";
}
.flaticon-ac1-thermometer-1:before {
content: "\f128";
}
.flaticon-ac1-sunny:before {
content: "\f129";
}
.flaticon-ac1-air-conditioner-7:before {
content: "\f12a";
}
.flaticon-ac1-fan-1:before {
content: "\f12b";
}
.flaticon-ac1-dry:before {
content: "\f12c";
}
.flaticon-ac1-air-conditioner-8:before {
content: "\f12d";
}
.flaticon-ac1-air-conditioner-9:before {
content: "\f12e";
}
.flaticon-ac1-air-filter:before {
content: "\f12f";
}
.flaticon-ac1-duct:before {
content: "\f130";
}
.flaticon-ac1-air-purifier:before {
content: "\f131";
}
.flaticon-ac1-air-filter-1:before {
content: "\f132";
}
.flaticon-ac1-air-conditioner-10:before {
content: "\f133";
}
.flaticon-ac1-air-conditioning:before {
content: "\f134";
}
.flaticon-ac1-mechanic:before {
content: "\f135";
}
.flaticon-ac1-checklist:before {
content: "\f136";
}
.flaticon-ac1-lug:before {
content: "\f137";
}
.flaticon-ac1-man:before {
content: "\f138";
}
.flaticon-ac1-man-1:before {
content: "\f139";
}
.flaticon-ac1-lawyer:before {
content: "\f13a";
}
.flaticon-ac1-sun-1:before {
content: "\f13b";
}
.flaticon-ac1-temperature:before {
content: "\f13c";
}
.flaticon-ac1-snows:before {
content: "\f13d";
}
.flaticon-ac1-rain:before {
content: "\f13e";
}
.flaticon-ac1-sleet:before {
content: "\f13f";
}
.flaticon-ac1-sunny-1:before {
content: "\f140";
}
.flaticon-ac1-air-conditioner-11:before {
content: "\f141";
}
.flaticon-ac1-clipboard:before {
content: "\f142";
}
.flaticon-ac1-alarm-clock:before {
content: "\f143";
}
.flaticon-ac1-trophy:before {
content: "\f144";
}
.flaticon-ac1-news:before {
content: "\f145";
}.team-item-currenty-style1 {
background: #fff;
text-align: center;
padding: 30px;
box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
border-radius: 15px;
transition: all 0.3s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
.team-item-currenty-style1 {
transition: none;
}
}
.team-item-currenty-style1 .team-thumb {
position: relative;
}
.team-item-currenty-style1 .team-thumb .thumb {
position: relative;
overflow: hidden;
border-radius: 50%;
}
.team-item-currenty-style1 .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;
}
.team-item-currenty-style1 .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) {
.team-item-currenty-style1 .team-thumb .thumb img {
transition: none;
}
}
.team-item-currenty-style1 .team-thumb .team-social {
position: absolute;
bottom: 0;
left: 0;
right: 0;
}
.team-item-currenty-style1 .team-thumb .team-social .styled-icons.icon-team-list li {
margin-bottom: 0;
}
.team-item-currenty-style1 .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) {
.team-item-currenty-style1 .team-thumb .team-social .styled-icons.icon-team-list li a {
transition: none;
}
}
.team-item-currenty-style1 .team-thumb .team-social .styled-icons.icon-team-list li a:hover {
color: #fff;
}
.team-item-currenty-style1 .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) {
.team-item-currenty-style1 .team-thumb .team-social .styled-icons.icon-team-list li:nth-child(1) {
transition: none;
}
}
.team-item-currenty-style1 .team-thumb .team-social .styled-icons.icon-team-list li:nth-child(1) a {
background: #3457F1;
}
.team-item-currenty-style1 .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) {
.team-item-currenty-style1 .team-thumb .team-social .styled-icons.icon-team-list li:nth-child(2) {
transition: none;
}
}
.team-item-currenty-style1 .team-thumb .team-social .styled-icons.icon-team-list li:nth-child(2) a {
background: #4EBEFF;
}
.team-item-currenty-style1 .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) {
.team-item-currenty-style1 .team-thumb .team-social .styled-icons.icon-team-list li:nth-child(3) {
transition: none;
}
}
.team-item-currenty-style1 .team-thumb .team-social .styled-icons.icon-team-list li:nth-child(3) a {
background: #EF3230;
}
.team-item-currenty-style1 .team-thumb img {
border-radius: 50%;
}
.team-item-currenty-style1 .team-content .team-information {
margin-top: 30px;
}
.team-item-currenty-style1 .team-content .team-information .name {
margin-top: 0;
margin-bottom: 0;
}
.team-item-currenty-style1:hover .team-thumb .thumb::before {
-webkit-animation: circle 0.75s;
animation: circle 0.75s;
}
.team-item-currenty-style1:hover .team-thumb .thumb img {
-webkit-transform: scale(1.1);
transform: scale(1.1);
}
.team-item-currenty-style1: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) {
.team-item-currenty-style1:hover .team-thumb .team-social .styled-icons.icon-team-list li:nth-child(1) {
transition: none;
}
}
@media only screen and (max-width: 320px) {
.team-item-currenty-style1:hover .team-thumb .team-social .styled-icons.icon-team-list li:nth-child(1) {
left: 30px !important;
}
}
@media (max-width: 991.98px) {
.team-item-currenty-style1: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) {
.team-item-currenty-style1:hover .team-thumb .team-social .styled-icons.icon-team-list li:nth-child(1) {
left: 120px;
bottom: -10px;
}
}
.team-item-currenty-style1: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) {
.team-item-currenty-style1:hover .team-thumb .team-social .styled-icons.icon-team-list li:nth-child(2) {
transition: none;
}
}
.team-item-currenty-style1: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) {
.team-item-currenty-style1:hover .team-thumb .team-social .styled-icons.icon-team-list li:nth-child(3) {
transition: none;
}
}
@media only screen and (max-width: 320px) {
.team-item-currenty-style1:hover .team-thumb .team-social .styled-icons.icon-team-list li:nth-child(3) {
right: 30px !important;
}
}
@media (max-width: 991.98px) {
.team-item-currenty-style1:hover .team-thumb .team-social .styled-icons.icon-team-list li:nth-child(3) {
right: 60px;
bottom: -5px;
}
}
@media (min-width: 992px) and (max-width: 1199.98px) {
.team-item-currenty-style1:hover .team-thumb .team-social .styled-icons.icon-team-list li:nth-child(3) {
right: 120px;
bottom: -10px;
}
}
.team-item-currenty-style1:hover .team-thumb img {
border-radius: 50%;
} .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 rgba(238, 238, 238, 0.9333333333);
padding: 30px;
padding-bottom: 0;
margin-top: 30px;
text-align: center;
}
.tm-sc-staff .team-item-skin-style3 .staff-inner .thumb img {
margin-top: -60px;
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
transition: all 0.4s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
.tm-sc-staff .team-item-skin-style3 .staff-inner .thumb img {
transition: none;
}
}
.tm-sc-staff .team-item-skin-style3 .staff-inner .staff-content {
padding-top: 25px;
}
.tm-sc-staff .team-item-skin-style3 .staff-inner .staff-content .name {
margin-bottom: 5px;
text-transform: uppercase;
}
.tm-sc-staff .team-item-skin-style3 .staff-inner .staff-content .speciality {
margin-top: 5px;
margin-bottom: 30px;
font-size: inherit !important;
}
.tm-sc-staff .team-item-skin-style3 .staff-inner .staff-content .staff-social-links ul {
margin-bottom: 0;
}
.tm-sc-staff .team-item-skin-style3 .staff-inner .staff-content .staff-social-links ul li {
list-style: none;
display: inline-block;
margin-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 0.75s;
animation: circle 0.75s;
}
.tm-sc-staff .team-item-skin-style10:hover .team-thumb .thumb img {
-webkit-transform: scale(1.1);
transform: scale(1.1);
}
.tm-sc-staff .team-item-skin-style10:hover .team-thumb .team-social .styled-icons.icon-team-list li:nth-child(1) {
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-current-style1 {
background: #fff;
padding: 50px;
margin-bottom: 35px;
box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
position: relative;
transition: all 0.3s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
.testimonial-current-style1 {
transition: none;
}
}
@media (min-width: 768px) and (max-width: 991.98px) {
.testimonial-current-style1 {
padding: 40px;
}
}
.testimonial-current-style1 .star-rating {
float: none;
margin-top: 0;
margin-bottom: 20px;
overflow: visible;
}
.testimonial-current-style1 .star-rating::before :before {
color: var(--theme-color1);
}
.testimonial-current-style1 .author-info {
margin-top: 20px;
margin-bottom: 8px;
}
@media (min-width: 768px) and (max-width: 991.98px) {
.testimonial-current-style1 .author-info {
margin-bottom: 20px;
}
}
.testimonial-current-style1 .author-info .name {
float: left;
overflow: hidden;
margin: 0;
line-height: 32px;
}
@media (max-width: 575.98px) {
.testimonial-current-style1 .author-info .name {
float: none;
}
}
.testimonial-current-style1 .author-info .job-position {
margin-left: 15px;
font-size: 14px;
display: inline;
color: var(--theme-color2);
}
@media (max-width: 575.98px) {
.testimonial-current-style1 .author-info .job-position {
margin-bottom: 18px;
display: inline-block;
margin-left: 0;
margin-top: 0;
}
}
.testimonial-current-style1 .author-thumb {
position: absolute;
bottom: -35px;
left: 50px;
}
.testimonial-current-style1 .author-thumb img {
width: 75px;
}
.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(//energyharvest.in/wp-content/plugins/mascot-core-colek-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: 0.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: 0.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 0.45s;
transition: all 0.45s;
-moz-transition: all 0.45s;
-ms-transition: all 0.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;
}
.tm-sc-blog article .blog-item-current-style1 {
text-align: center;
margin-bottom: 25px;
box-shadow: 0px 0px 50px rgba(5, 5, 5, 0.08);
background-color: #fff;
padding: 20px;
transition: all 0.3s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
.tm-sc-blog article .blog-item-current-style1 {
transition: none;
}
}
.tm-sc-blog article .blog-item-current-style1 .entry-header {
position: relative;
}
.tm-sc-blog article .blog-item-current-style1 .entry-header .thumb {
border-radius: 10px;
}
.tm-sc-blog article .blog-item-current-style1 .entry-header .thumb:after {
-webkit-transform: scaleX(0);
-moz-transform: scaleX(0);
-ms-transform: scaleX(0);
transform: scaleX(0);
opacity: 1;
background-color: rgba(255, 255, 255, 0.2);
}
.tm-sc-blog article .blog-item-current-style1 .entry-header .post-single-meta {
position: absolute;
bottom: 0;
left: 0;
color: #fff;
padding: 8px 15px;
font-size: 16px;
}
.tm-sc-blog article .blog-item-current-style1 .entry-header .post-single-meta .entry-date {
display: grid;
text-align: center;
line-height: 25px;
font-weight: 600;
}
.tm-sc-blog article .blog-item-current-style1 .entry-header .post-single-meta .entry-date .day {
display: block;
}
.tm-sc-blog article .blog-item-current-style1 .entry-header .post-single-meta .entry-date .year {
display: none;
}
.tm-sc-blog article .blog-item-current-style1 .entry-header .link {
background: #333;
position: absolute;
left: 0;
top: 45%;
right: 0;
height: 50px;
width: 50px;
color: #fff;
padding: 10px;
text-align: center;
margin: 0 auto;
z-index: 1;
opacity: 0;
transition: all 0.4s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
.tm-sc-blog article .blog-item-current-style1 .entry-header .link {
transition: none;
}
}
.tm-sc-blog article .blog-item-current-style1 .entry-content {
padding: 40px 30px 25px 30px;
background-color: #fff;
position: relative;
}
.tm-sc-blog article .blog-item-current-style1 .entry-content .entry-title {
margin-top: 5px;
line-height: 34px;
font-weight: 700;
margin-bottom: 50px;
position: relative;
}
.tm-sc-blog article .blog-item-current-style1 .entry-content .entry-title:after {
content: "";
background: #e8e8e8;
height: 2px;
width: 70px;
position: absolute;
bottom: -25px;
left: 0;
right: 0;
margin: 0 auto;
}
.tm-sc-blog article .blog-item-current-style1 .entry-content .bottom-post-meta {
display: none;
justify-content: space-between;
}
.tm-sc-blog article .blog-item-current-style1 .entry-content .bottom-post-meta .post-single-meta {
background: #E9EEF4;
font-size: 14px;
padding: 5px 20px;
border-radius: 4px;
}
.tm-sc-blog article .blog-item-current-style1 .entry-content .bottom-post-meta .post-single-meta a {
color: #68798B;
}
.tm-sc-blog article .blog-item-current-style1 .entry-content .entry-meta {
margin-bottom: 0;
}
.tm-sc-blog article .blog-item-current-style1 .entry-content .entry-meta li i {
color: var(--theme-color1);
}
.tm-sc-blog article .blog-item-current-style1 .entry-content .entry-meta li a:hover {
color: var(--hover-theme-color);
}
.tm-sc-blog article .blog-item-current-style1 .entry-content .title-holder .entry-title {
margin-bottom: 20px;
}
.tm-sc-blog article .blog-item-current-style1 .entry-content .title-holder .entry-title a:hover {
color: var(--hover-theme-color);
}
.tm-sc-blog article .blog-item-current-style1 .entry-content .post-btn-readmore {
position: absolute;
bottom: -45px;
left: 0;
right: 0;
}
.tm-sc-blog article .blog-item-current-style1 .entry-content .post-btn-readmore .btn-plain-text-with-arrow-current-style {
border: 0;
border-radius: 50%;
font-size: 1rem;
height: 48px;
line-height: 48px;
text-align: center;
width: 48px;
display: inline-block;
background-color: var(--theme-color2);
color: var(--text-color-bg-theme-color2);
transition: all 0.3s ease;
}
@media (prefers-reduced-motion: reduce) {
.tm-sc-blog article .blog-item-current-style1 .entry-content .post-btn-readmore .btn-plain-text-with-arrow-current-style {
transition: none;
}
}
.tm-sc-blog article .blog-item-current-style1 .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);
transform: rotate(360deg);
}
.tm-sc-blog article .blog-item-current-style1:hover {
box-shadow: 0 20px 30px rgba(0, 0, 0, 0.15);
transition: all 0.3s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
.tm-sc-blog article .blog-item-current-style1:hover {
transition: none;
}
}
.tm-sc-blog article .blog-item-current-style1:hover .entry-header .thumb:after {
transition: all 0.3s ease-in-out;
-webkit-transform: scaleX(1);
-moz-transform: scaleX(1);
-ms-transform: scaleX(1);
transform: scaleX(1);
opacity: 1;
}
@media (prefers-reduced-motion: reduce) {
.tm-sc-blog article .blog-item-current-style1:hover .entry-header .thumb:after {
transition: none;
}
}
.tm-sc-blog article .blog-item-current-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);
} .tm-sc-blog article .blog-skin-current-theme-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) {
.tm-sc-blog article .blog-skin-current-theme-style2 {
transition: none;
}
}
.tm-sc-blog article .blog-skin-current-theme-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) {
.tm-sc-blog article .blog-skin-current-theme-style2 .post-thumb .thumb img {
transition: none;
}
}
.tm-sc-blog article .blog-skin-current-theme-style2 .entry-header {
position: relative;
}
.tm-sc-blog article .blog-skin-current-theme-style2 .entry-header .post-single-meta {
text-align: center;
top: 30px;
border-radius: 0;
font-size: 16px;
font-weight: 900;
height: 69px;
left: 30px;
line-height: 22px;
display: flex;
align-items: center;
justify-content: center;
position: absolute;
width: 69px;
background: var(--theme-color2);
}
.tm-sc-blog article .blog-skin-current-theme-style2 .entry-header .post-single-meta span {
display: block;
color: #fff;
}
.tm-sc-blog article .blog-skin-current-theme-style2 .entry-header .post-single-meta span.year {
display: none;
}
.tm-sc-blog article .blog-skin-current-theme-style2 .entry-content {
box-shadow: none;
padding: 30px;
background-color: #fff;
}
.tm-sc-blog article .blog-skin-current-theme-style2 .entry-content .entry-meta {
border-top: none;
margin-bottom: 10px;
}
.tm-sc-blog article .blog-skin-current-theme-style2 .entry-content .entry-meta li i {
color: var(--theme-color1);
}
.tm-sc-blog article .blog-skin-current-theme-style2 .entry-content .entry-title {
margin-top: 0;
margin-bottom: 20px;
}
.tm-sc-blog article .blog-skin-current-theme-style2 .entry-content .entry-title a:hover {
color: var(--hover-theme-color);
}
.tm-sc-blog article .blog-skin-current-theme-style2 .entry-content > :last-child {
margin-bottom: 0;
}
.tm-sc-blog article .blog-skin-current-theme-style2 .bottom-boder-line {
background-color: #fff;
border-radius: 3px;
height: 4px;
transition: all 0.3s ease;
}
@media (prefers-reduced-motion: reduce) {
.tm-sc-blog article .blog-skin-current-theme-style2 .bottom-boder-line {
transition: none;
}
}
.tm-sc-blog article .blog-skin-current-theme-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);
}
.tm-sc-blog article .blog-skin-current-theme-style2:hover .bottom-boder-line {
background-color: var(--theme-color1);
transition: all 0.3s ease;
}
@media (prefers-reduced-motion: reduce) {
.tm-sc-blog article .blog-skin-current-theme-style2:hover .bottom-boder-line {
transition: none;
}
} .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 0.75s;
animation: circle 0.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);
}