.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";
}.lg-sub-html,.lg-toolbar{background-color:rgba(0,0,0,.45)}@font-face{font-family:lg;src:url(//energyharvest.in/wp-content/plugins/mascot-core/assets/js/plugins/lightgallery/fonts/lg.eot?n1z373);src:url(//energyharvest.in/wp-content/plugins/mascot-core/assets/js/plugins/lightgallery/fonts/lg.eot?#iefixn1z373) format("embedded-opentype"),url(//energyharvest.in/wp-content/plugins/mascot-core/assets/js/plugins/lightgallery/fonts/lg.woff?n1z373) format("woff"),url(//energyharvest.in/wp-content/plugins/mascot-core/assets/js/plugins/lightgallery/fonts/lg.ttf?n1z373) format("truetype"),url(//energyharvest.in/wp-content/plugins/mascot-core/assets/js/plugins/lightgallery/fonts/lg.svg?n1z373#lg) format("svg");font-weight:400;font-style:normal}.lg-icon{font-family:lg;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.lg-actions .lg-next,.lg-actions .lg-prev{background-color:rgba(0,0,0,.45);border-radius:2px;color:#999;cursor:pointer;display:block;font-size:22px;margin-top:-10px;padding:8px 10px 9px;position:absolute;top:50%;z-index:1080;border:none;outline:0}.lg-actions .lg-next.disabled,.lg-actions .lg-prev.disabled{pointer-events:none;opacity:.5}.lg-actions .lg-next:hover,.lg-actions .lg-prev:hover{color:#FFF}.lg-actions .lg-next{right:20px}.lg-actions .lg-next:before{content:"\e095"}.lg-actions .lg-prev{left:20px}.lg-actions .lg-prev:after{content:"\e094"}@-webkit-keyframes lg-right-end{0%,100%{left:0}50%{left:-30px}}@-moz-keyframes lg-right-end{0%,100%{left:0}50%{left:-30px}}@-ms-keyframes lg-right-end{0%,100%{left:0}50%{left:-30px}}@keyframes lg-right-end{0%,100%{left:0}50%{left:-30px}}@-webkit-keyframes lg-left-end{0%,100%{left:0}50%{left:30px}}@-moz-keyframes lg-left-end{0%,100%{left:0}50%{left:30px}}@-ms-keyframes lg-left-end{0%,100%{left:0}50%{left:30px}}@keyframes lg-left-end{0%,100%{left:0}50%{left:30px}}.lg-outer.lg-right-end .lg-object{-webkit-animation:lg-right-end .3s;-o-animation:lg-right-end .3s;animation:lg-right-end .3s;position:relative}.lg-outer.lg-left-end .lg-object{-webkit-animation:lg-left-end .3s;-o-animation:lg-left-end .3s;animation:lg-left-end .3s;position:relative}.lg-toolbar{z-index:1082;left:0;position:absolute;top:0;width:100%}.lg-toolbar .lg-icon{color:#999;cursor:pointer;float:right;font-size:24px;height:47px;line-height:27px;padding:10px 0;text-align:center;width:50px;text-decoration:none!important;outline:0;-webkit-transition:color .2s linear;-o-transition:color .2s linear;transition:color .2s linear}.lg-toolbar .lg-icon:hover{color:#FFF}.lg-toolbar .lg-close:after{content:"\e070"}.lg-toolbar .lg-download:after{content:"\e0f2"}.lg-sub-html{bottom:0;color:#EEE;font-size:16px;left:0;padding:10px 40px;position:fixed;right:0;text-align:center;z-index:1080}.lg-sub-html h4{margin:0;font-size:13px;font-weight:700}.lg-sub-html p{font-size:12px;margin:5px 0 0}#lg-counter{color:#999;display:inline-block;font-size:16px;padding-left:20px;padding-top:12px;vertical-align:middle}.lg-next,.lg-prev,.lg-toolbar{opacity:1;-webkit-transition:-webkit-transform .35s cubic-bezier(0,0,.25,1) 0s,opacity .35s cubic-bezier(0,0,.25,1) 0s,color .2s linear;-moz-transition:-moz-transform .35s cubic-bezier(0,0,.25,1) 0s,opacity .35s cubic-bezier(0,0,.25,1) 0s,color .2s linear;-o-transition:-o-transform .35s cubic-bezier(0,0,.25,1) 0s,opacity .35s cubic-bezier(0,0,.25,1) 0s,color .2s linear;transition:transform .35s cubic-bezier(0,0,.25,1) 0s,opacity .35s cubic-bezier(0,0,.25,1) 0s,color .2s linear}.lg-hide-items .lg-prev{opacity:0;-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}.lg-hide-items .lg-next{opacity:0;-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}.lg-hide-items .lg-toolbar{opacity:0;-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object{-webkit-transform:scale3d(.5,.5,.5);transform:scale3d(.5,.5,.5);opacity:0;-webkit-transition:-webkit-transform 250ms cubic-bezier(0,0,.25,1) 0s,opacity 250ms cubic-bezier(0,0,.25,1)!important;-moz-transition:-moz-transform 250ms cubic-bezier(0,0,.25,1) 0s,opacity 250ms cubic-bezier(0,0,.25,1)!important;-o-transition:-o-transform 250ms cubic-bezier(0,0,.25,1) 0s,opacity 250ms cubic-bezier(0,0,.25,1)!important;transition:transform 250ms cubic-bezier(0,0,.25,1) 0s,opacity 250ms cubic-bezier(0,0,.25,1)!important;-webkit-transform-origin:50% 50%;-moz-transform-origin:50% 50%;-ms-transform-origin:50% 50%;transform-origin:50% 50%}body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1);opacity:1}.lg-outer .lg-thumb-outer{background-color:#0D0A0A;bottom:0;position:absolute;width:100%;z-index:1080;max-height:350px;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);-webkit-transition:-webkit-transform .25s cubic-bezier(0,0,.25,1) 0s;-moz-transition:-moz-transform .25s cubic-bezier(0,0,.25,1) 0s;-o-transition:-o-transform .25s cubic-bezier(0,0,.25,1) 0s;transition:transform .25s cubic-bezier(0,0,.25,1) 0s}.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item{cursor:-webkit-grab;cursor:-moz-grab;cursor:-o-grab;cursor:-ms-grab;cursor:grab}.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:-o-grabbing;cursor:-ms-grabbing;cursor:grabbing}.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb{-webkit-transition-duration:0s!important;transition-duration:0s!important}.lg-outer.lg-thumb-open .lg-thumb-outer{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.lg-outer .lg-thumb{padding:10px 0;height:100%;margin-bottom:-5px}.lg-outer .lg-thumb-item{cursor:pointer;float:left;overflow:hidden;height:100%;border:2px solid #FFF;border-radius:4px;margin-bottom:5px}@media (min-width:1025px){.lg-outer .lg-thumb-item{-webkit-transition:border-color .25s ease;-o-transition:border-color .25s ease;transition:border-color .25s ease}}.lg-outer .lg-thumb-item.active,.lg-outer .lg-thumb-item:hover{border-color:#a90707}.lg-outer .lg-thumb-item img{width:100%;height:100%;object-fit:cover}.lg-outer.lg-has-thumb .lg-item{padding-bottom:120px}.lg-outer.lg-can-toggle .lg-item{padding-bottom:0}.lg-outer.lg-pull-caption-up .lg-sub-html{-webkit-transition:bottom .25s ease;-o-transition:bottom .25s ease;transition:bottom .25s ease}.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html{bottom:100px}.lg-outer .lg-toogle-thumb{background-color:#0D0A0A;border-radius:2px 2px 0 0;color:#999;cursor:pointer;font-size:24px;height:39px;line-height:27px;padding:5px 0;position:absolute;right:20px;text-align:center;top:-39px;width:50px}.lg-outer .lg-toogle-thumb:hover,.lg-outer.lg-dropdown-active #lg-share{color:#FFF}.lg-outer .lg-toogle-thumb:after{content:"\e1ff"}.lg-outer .lg-video-cont{display:inline-block;vertical-align:middle;max-width:1140px;max-height:100%;width:100%;padding:0 5px}.lg-outer .lg-video{width:100%;height:0;padding-bottom:56.25%;overflow:hidden;position:relative}.lg-outer .lg-video .lg-object{display:inline-block;position:absolute;top:0;left:0;width:100%!important;height:100%!important}.lg-outer .lg-video .lg-video-play{width:84px;height:59px;position:absolute;left:50%;top:50%;margin-left:-42px;margin-top:-30px;z-index:1080;cursor:pointer}.lg-outer .lg-has-iframe .lg-video{-webkit-overflow-scrolling:touch;overflow:auto}.lg-outer .lg-has-vimeo .lg-video-play{background:url(//energyharvest.in/wp-content/plugins/mascot-core/assets/js/plugins/lightgallery/img/vimeo-play.png) no-repeat}.lg-outer .lg-has-vimeo:hover .lg-video-play{background:url(//energyharvest.in/wp-content/plugins/mascot-core/assets/js/plugins/lightgallery/img/vimeo-play.png) 0 -58px no-repeat}.lg-outer .lg-has-html5 .lg-video-play{background:url(//energyharvest.in/wp-content/plugins/mascot-core/assets/js/plugins/lightgallery/img/video-play.png) no-repeat;height:64px;margin-left:-32px;margin-top:-32px;width:64px;opacity:.8}.lg-outer .lg-has-html5:hover .lg-video-play{opacity:1}.lg-outer .lg-has-youtube .lg-video-play{background:url(//energyharvest.in/wp-content/plugins/mascot-core/assets/js/plugins/lightgallery/img/youtube-play.png) no-repeat}.lg-outer .lg-has-youtube:hover .lg-video-play{background:url(//energyharvest.in/wp-content/plugins/mascot-core/assets/js/plugins/lightgallery/img/youtube-play.png) 0 -60px no-repeat}.lg-outer .lg-video-object{width:100%!important;height:100%!important;position:absolute;top:0;left:0}.lg-outer .lg-has-video .lg-video-object{visibility:hidden}.lg-outer .lg-has-video.lg-video-playing .lg-object,.lg-outer .lg-has-video.lg-video-playing .lg-video-play{display:none}.lg-outer .lg-has-video.lg-video-playing .lg-video-object{visibility:visible}.lg-progress-bar{background-color:#333;height:5px;left:0;position:absolute;top:0;width:100%;z-index:1083;opacity:0;-webkit-transition:opacity 80ms ease 0s;-moz-transition:opacity 80ms ease 0s;-o-transition:opacity 80ms ease 0s;transition:opacity 80ms ease 0s}.lg-progress-bar .lg-progress{background-color:#a90707;height:5px;width:0}.lg-progress-bar.lg-start .lg-progress{width:100%}.lg-show-autoplay .lg-progress-bar{opacity:1}.lg-autoplay-button:after{content:"\e01d"}.lg-show-autoplay .lg-autoplay-button:after{content:"\e01a"}.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image,.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap{-webkit-transition-duration:0s;transition-duration:0s}.lg-outer.lg-use-transition-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap{-webkit-transition:-webkit-transform .3s cubic-bezier(0,0,.25,1) 0s;-moz-transition:-moz-transform .3s cubic-bezier(0,0,.25,1) 0s;-o-transition:-o-transform .3s cubic-bezier(0,0,.25,1) 0s;transition:transform .3s cubic-bezier(0,0,.25,1) 0s}.lg-outer.lg-use-left-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap{-webkit-transition:left .3s cubic-bezier(0,0,.25,1) 0s,top .3s cubic-bezier(0,0,.25,1) 0s;-moz-transition:left .3s cubic-bezier(0,0,.25,1) 0s,top .3s cubic-bezier(0,0,.25,1) 0s;-o-transition:left .3s cubic-bezier(0,0,.25,1) 0s,top .3s cubic-bezier(0,0,.25,1) 0s;transition:left .3s cubic-bezier(0,0,.25,1) 0s,top .3s cubic-bezier(0,0,.25,1) 0s}.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;backface-visibility:hidden}.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1);-webkit-transition:-webkit-transform .3s cubic-bezier(0,0,.25,1) 0s,opacity .15s!important;-moz-transition:-moz-transform .3s cubic-bezier(0,0,.25,1) 0s,opacity .15s!important;-o-transition:-o-transform .3s cubic-bezier(0,0,.25,1) 0s,opacity .15s!important;transition:transform .3s cubic-bezier(0,0,.25,1) 0s,opacity .15s!important;-webkit-transform-origin:0 0;-moz-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;backface-visibility:hidden}#lg-zoom-in:after{content:"\e311"}#lg-actual-size{font-size:20px}#lg-actual-size:after{content:"\e033"}#lg-zoom-out{opacity:.5;pointer-events:none}#lg-zoom-out:after{content:"\e312"}.lg-zoomed #lg-zoom-out{opacity:1;pointer-events:auto}.lg-outer .lg-pager-outer{bottom:60px;left:0;position:absolute;right:0;text-align:center;z-index:1080;height:10px}.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont{overflow:visible}.lg-outer .lg-pager-cont{cursor:pointer;display:inline-block;overflow:hidden;position:relative;vertical-align:top;margin:0 5px}.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.lg-outer .lg-pager-cont.lg-pager-active .lg-pager{box-shadow:0 0 0 2px #fff inset}.lg-outer .lg-pager-thumb-cont{background-color:#fff;color:#FFF;bottom:100%;height:83px;left:0;margin-bottom:20px;margin-left:-60px;opacity:0;padding:5px;position:absolute;width:120px;border-radius:3px;-webkit-transition:opacity .15s ease 0s,-webkit-transform .15s ease 0s;-moz-transition:opacity .15s ease 0s,-moz-transform .15s ease 0s;-o-transition:opacity .15s ease 0s,-o-transform .15s ease 0s;transition:opacity .15s ease 0s,transform .15s ease 0s;-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}.lg-outer .lg-pager-thumb-cont img{width:100%;height:100%}.lg-outer .lg-pager{background-color:rgba(255,255,255,.5);border-radius:50%;box-shadow:0 0 0 8px rgba(255,255,255,.7) inset;display:block;height:12px;-webkit-transition:box-shadow .3s ease 0s;-o-transition:box-shadow .3s ease 0s;transition:box-shadow .3s ease 0s;width:12px}.lg-outer .lg-pager:focus,.lg-outer .lg-pager:hover{box-shadow:0 0 0 8px #fff inset}.lg-outer .lg-caret{border-left:10px solid transparent;border-right:10px solid transparent;border-top:10px dashed;bottom:-10px;display:inline-block;height:0;left:50%;margin-left:-5px;position:absolute;vertical-align:middle;width:0}.lg-fullscreen:after{content:"\e20c"}.lg-fullscreen-on .lg-fullscreen:after{content:"\e20d"}.lg-outer #lg-dropdown-overlay{background-color:rgba(0,0,0,.25);bottom:0;cursor:default;left:0;position:fixed;right:0;top:0;z-index:1081;opacity:0;visibility:hidden;-webkit-transition:visibility 0s linear .18s,opacity .18s linear 0s;-o-transition:visibility 0s linear .18s,opacity .18s linear 0s;transition:visibility 0s linear .18s,opacity .18s linear 0s}.lg-outer.lg-dropdown-active #lg-dropdown-overlay,.lg-outer.lg-dropdown-active .lg-dropdown{-webkit-transition-delay:0s;transition-delay:0s;-moz-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1;visibility:visible}.lg-outer .lg-dropdown{background-color:#fff;border-radius:2px;font-size:14px;list-style-type:none;margin:0;padding:10px 0;position:absolute;right:0;text-align:left;top:50px;opacity:0;visibility:hidden;-moz-transform:translate3d(0,5px,0);-o-transform:translate3d(0,5px,0);-ms-transform:translate3d(0,5px,0);-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0);-webkit-transition:-webkit-transform .18s linear 0s,visibility 0s linear .5s,opacity .18s linear 0s;-moz-transition:-moz-transform .18s linear 0s,visibility 0s linear .5s,opacity .18s linear 0s;-o-transition:-o-transform .18s linear 0s,visibility 0s linear .5s,opacity .18s linear 0s;transition:transform .18s linear 0s,visibility 0s linear .5s,opacity .18s linear 0s}.lg-outer .lg-dropdown:after{content:"";display:block;height:0;width:0;position:absolute;border:8px solid transparent;border-bottom-color:#FFF;right:16px;top:-16px}.lg-outer .lg-dropdown>li:last-child{margin-bottom:0}.lg-outer .lg-dropdown>li:hover .lg-icon,.lg-outer .lg-dropdown>li:hover a{color:#333}.lg-outer .lg-dropdown a{color:#333;display:block;white-space:pre;padding:4px 12px;font-family:"Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;font-size:12px}.lg-outer .lg-dropdown a:hover{background-color:rgba(0,0,0,.07)}.lg-outer .lg-dropdown .lg-dropdown-text{display:inline-block;line-height:1;margin-top:-3px;vertical-align:middle}.lg-outer .lg-dropdown .lg-icon{color:#333;display:inline-block;float:none;font-size:20px;height:auto;line-height:1;margin-right:8px;padding:0;vertical-align:middle;width:auto}.lg-outer,.lg-outer .lg,.lg-outer .lg-inner{width:100%;height:100%}.lg-outer #lg-share{position:relative}.lg-outer #lg-share:after{content:"\e80d"}.lg-outer #lg-share-facebook .lg-icon{color:#3b5998}.lg-outer #lg-share-facebook .lg-icon:after{content:"\e901"}.lg-outer #lg-share-twitter .lg-icon{color:#00aced}.lg-outer #lg-share-twitter .lg-icon:after{content:"\e904"}.lg-outer #lg-share-googleplus .lg-icon{color:#dd4b39}.lg-outer #lg-share-googleplus .lg-icon:after{content:"\e902"}.lg-outer #lg-share-pinterest .lg-icon{color:#cb2027}.lg-outer #lg-share-pinterest .lg-icon:after{content:"\e903"}.lg-group:after{content:"";display:table;clear:both}.lg-outer{position:fixed;top:0;left:0;z-index:1050;text-align:left;opacity:0;-webkit-transition:opacity .15s ease 0s;-o-transition:opacity .15s ease 0s;transition:opacity .15s ease 0s}.lg-outer *{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.lg-outer.lg-visible{opacity:1}.lg-outer.lg-css3 .lg-item.lg-current,.lg-outer.lg-css3 .lg-item.lg-next-slide,.lg-outer.lg-css3 .lg-item.lg-prev-slide{-webkit-transition-duration:inherit!important;transition-duration:inherit!important;-webkit-transition-timing-function:inherit!important;transition-timing-function:inherit!important}.lg-outer.lg-css3.lg-dragging .lg-item.lg-current,.lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide,.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide{-webkit-transition-duration:0s!important;transition-duration:0s!important;opacity:1}.lg-outer.lg-grab img.lg-object{cursor:-webkit-grab;cursor:-moz-grab;cursor:-o-grab;cursor:-ms-grab;cursor:grab}.lg-outer.lg-grabbing img.lg-object{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:-o-grabbing;cursor:-ms-grabbing;cursor:grabbing}.lg-outer .lg{position:relative;overflow:hidden;margin-left:auto;margin-right:auto;max-width:100%;max-height:100%}.lg-outer .lg-inner{position:absolute;left:0;top:0;white-space:nowrap}.lg-outer .lg-item{background:url(//energyharvest.in/wp-content/plugins/mascot-core/assets/js/plugins/lightgallery/img/loading.gif) center center no-repeat;display:none!important}.lg-outer.lg-css .lg-current,.lg-outer.lg-css3 .lg-current,.lg-outer.lg-css3 .lg-next-slide,.lg-outer.lg-css3 .lg-prev-slide{display:inline-block!important}.lg-outer .lg-img-wrap,.lg-outer .lg-item{display:inline-block;text-align:center;position:absolute;width:100%;height:100%}.lg-outer .lg-img-wrap:before,.lg-outer .lg-item:before{content:"";display:inline-block;height:50%;width:1px;margin-right:-1px}.lg-outer .lg-img-wrap{position:absolute;padding:0 5px;left:0;right:0;top:0;bottom:0}.lg-outer .lg-item.lg-complete{background-image:none}.lg-outer .lg-item.lg-current{z-index:1060}.lg-outer .lg-image{display:inline-block;vertical-align:middle;max-width:100%;max-height:100%;width:auto!important;height:auto!important}.lg-outer.lg-show-after-load .lg-item .lg-object,.lg-outer.lg-show-after-load .lg-item .lg-video-play{opacity:0;-webkit-transition:opacity .15s ease 0s;-o-transition:opacity .15s ease 0s;transition:opacity .15s ease 0s}.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object,.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play{opacity:1}.lg-outer .lg-empty-html,.lg-outer.lg-hide-download #lg-download{display:none}.lg-backdrop{position:fixed;top:0;left:0;right:0;bottom:0;z-index:1040;background-color:#000;opacity:0;-webkit-transition:opacity .15s ease 0s;-o-transition:opacity .15s ease 0s;transition:opacity .15s ease 0s}.lg-backdrop.in{opacity:1}.lg-css3.lg-no-trans .lg-current,.lg-css3.lg-no-trans .lg-next-slide,.lg-css3.lg-no-trans .lg-prev-slide{-webkit-transition:none 0s ease 0s!important;-moz-transition:none 0s ease 0s!important;-o-transition:none 0s ease 0s!important;transition:none 0s ease 0s!important}.lg-css3.lg-use-css3 .lg-item,.lg-css3.lg-use-left .lg-item{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;backface-visibility:hidden}.lg-css3.lg-fade .lg-item{opacity:0}.lg-css3.lg-fade .lg-item.lg-current{opacity:1}.lg-css3.lg-fade .lg-item.lg-current,.lg-css3.lg-fade .lg-item.lg-next-slide,.lg-css3.lg-fade .lg-item.lg-prev-slide{-webkit-transition:opacity .1s ease 0s;-moz-transition:opacity .1s ease 0s;-o-transition:opacity .1s ease 0s;transition:opacity .1s ease 0s}.lg-css3.lg-slide.lg-use-css3 .lg-item{opacity:0}.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current,.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide,.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide{-webkit-transition:-webkit-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;-moz-transition:-moz-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;-o-transition:-o-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;transition:transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s}.lg-css3.lg-slide.lg-use-left .lg-item{opacity:0;position:absolute;left:0}.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide{left:-100%}.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide{left:100%}.lg-css3.lg-slide.lg-use-left .lg-item.lg-current{left:0;opacity:1}.lg-css3.lg-slide.lg-use-left .lg-item.lg-current,.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide,.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide{-webkit-transition:left 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;-moz-transition:left 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;-o-transition:left 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;transition:left 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s}.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);
}