.tf-title-section .title-section .sub-title {
position: relative;
margin-bottom: 7px;
color: #FF3F25;
font-weight: 700;
font-size: 20px;
line-height: 32px;
text-transform: capitalize;
font-family: 'Rethink Sans';
}
.tf-title-section .title-section .heading {
color: var(--theme-primary-color);
font-family: 'Rethink Sans';
font-weight: 700;
font-size: 48px;
line-height: 55px;
margin-bottom: 15px;
text-transform: capitalize;
letter-spacing: 0px;
}
.tf-title-section .title-section .heading p {
display: initial;
font-weight: 400;
font-style: italic;
}
.tf-title-section .title-section .descrition {
font-family: 'Rethink Sans';
font-size: 16px;
font-weight: 400;
line-height: 26px;
color: #666B68;
}
@media (max-width: 767px) {
.tf-title-section .title-section .heading {
font-size: 35px;
}
}
.splitting .word,
.splitting .char {
display: inline-block;
}
.splitting .char {
position: relative;
}
.splitting .char::before,
.splitting .char::after {
content: attr(data-char);
position: absolute;
top: 0;
left: 0;
visibility: hidden;
transition: inherit;
user-select: none;
}
.splitting {
--word-center: calc((var(--word-total) - 1) / 2);
--char-center: calc((var(--char-total) - 1) / 2);
--line-center: calc((var(--line-total) - 1) / 2);
}
.splitting .word {
--word-percent: calc(var(--word-index) / var(--word-total));
--line-percent: calc(var(--line-index) / var(--line-total));
}
.splitting .char {
--char-percent: calc(var(--char-index) / var(--char-total));
--char-offset: calc(var(--char-index) - var(--char-center));
--distance: calc(
(var(--char-offset) * var(--char-offset)) / var(--char-center)
);
--distance-sine: calc(var(--char-offset) / var(--char-center));
--distance-percent: calc((var(--distance) / var(--char-center)));
}
.splitting.tf-animated .char {
animation-fill-mode: both;
animation-duration: 1000ms;
animation-delay: calc(200ms + calc(15ms * var(--char-index)));
}
.splitting.tf-animated .char {
animation-name: uicoreFadeInUp !important;
animation-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
}
@keyframes uicoreFadeInUp {
0% {
opacity: 0;
-webkit-transform: translateX(30px) scale(1.1);
-moz-transform: translateX(30px) scale(1.1);
-ms-transform: translateX(30px) scale(1.1);
-o-transform: translateX(30px) scale(1.1);
transform: translateX(30px) scale(1.1);
}
100% {
opacity: 1;
-webkit-transform: translateX(0) scale(1);
-moz-transform: translateX(0) scale(1);
-ms-transform: translateX(0) scale(1);
-o-transform: translateX(0) scale(1);
transform: translateX(0) scale(1);
}
} .tf-headline {
font-size: 42px;
color: rgb(43, 43, 43);
font-weight: 700;
line-height: 1.2;
}
.tf-text.tf-highlighted-text {
position: relative;
}
.tf-text.tf-highlighted-text.type .item-text {
position: relative;
}
.tf-text.tf-highlighted-text.type .item-text::after {
content: '';
width: 100%;
height: 3px;
background: currentColor;
position: absolute;
left: 0;
bottom: 3px;
}
.tf-highlighted-text {
color: var(--theme-primary-color);
}
.animationtext {
font-size: 3rem;
line-height: 1.2;
}
.animationtext.font-style-normal i,
.animationtext.font-style-normal em {
font-style: normal;
}
.animationtext .item-text {
margin: 0;
}
.cd-words-wrapper {
display: inline-block;
position: relative;
text-align: left;
}
.cd-words-wrapper .item-text {
display: inline-block;
position: absolute;
white-space: nowrap;
left: 0;
top: 0;
font-weight: inherit;
}
.cd-words-wrapper .item-text.is-visible {
position: relative;
}
.no-js .cd-words-wrapper .item-text {
opacity: 0;
}
.no-js .cd-words-wrapper .item-text.is-visible {
opacity: 1;
} .animationtext.rotate-1 .cd-words-wrapper {
-webkit-perspective: 300px;
-moz-perspective: 300px;
perspective: 300px;
}
.animationtext.rotate-1 .item-text {
opacity: 0;
-webkit-transform-origin: 50% 100%;
-moz-transform-origin: 50% 100%;
-ms-transform-origin: 50% 100%;
-o-transform-origin: 50% 100%;
transform-origin: 50% 100%;
-webkit-transform: rotateX(180deg);
-moz-transform: rotateX(180deg);
-ms-transform: rotateX(180deg);
-o-transform: rotateX(180deg);
transform: rotateX(180deg);
}
.animationtext.rotate-1 .item-text.is-visible {
opacity: 1;
-webkit-transform: rotateX(0deg);
-moz-transform: rotateX(0deg);
-ms-transform: rotateX(0deg);
-o-transform: rotateX(0deg);
transform: rotateX(0deg);
-webkit-animation: cd-rotate-1-in 1.2s;
-moz-animation: cd-rotate-1-in 1.2s;
animation: cd-rotate-1-in 1.2s;
}
.animationtext.rotate-1 .item-text.is-hidden {
-webkit-transform: rotateX(180deg);
-moz-transform: rotateX(180deg);
-ms-transform: rotateX(180deg);
-o-transform: rotateX(180deg);
transform: rotateX(180deg);
-webkit-animation: cd-rotate-1-out 1.2s;
-moz-animation: cd-rotate-1-out 1.2s;
animation: cd-rotate-1-out 1.2s;
}
@-webkit-keyframes cd-rotate-1-in {
0% {
-webkit-transform: rotateX(180deg);
opacity: 0;
}
35% {
-webkit-transform: rotateX(120deg);
opacity: 0;
}
65% {
opacity: 0;
}
100% {
-webkit-transform: rotateX(360deg);
opacity: 1;
}
}
@-moz-keyframes cd-rotate-1-in {
0% {
-moz-transform: rotateX(180deg);
opacity: 0;
}
35% {
-moz-transform: rotateX(120deg);
opacity: 0;
}
65% {
opacity: 0;
}
100% {
-moz-transform: rotateX(360deg);
opacity: 1;
}
}
@keyframes cd-rotate-1-in {
0% {
-webkit-transform: rotateX(180deg);
-moz-transform: rotateX(180deg);
-ms-transform: rotateX(180deg);
-o-transform: rotateX(180deg);
transform: rotateX(180deg);
opacity: 0;
}
35% {
-webkit-transform: rotateX(120deg);
-moz-transform: rotateX(120deg);
-ms-transform: rotateX(120deg);
-o-transform: rotateX(120deg);
transform: rotateX(120deg);
opacity: 0;
}
65% {
opacity: 0;
}
100% {
-webkit-transform: rotateX(360deg);
-moz-transform: rotateX(360deg);
-ms-transform: rotateX(360deg);
-o-transform: rotateX(360deg);
transform: rotateX(360deg);
opacity: 1;
}
}
@-webkit-keyframes cd-rotate-1-out {
0% {
-webkit-transform: rotateX(0deg);
opacity: 1;
}
35% {
-webkit-transform: rotateX(-40deg);
opacity: 1;
}
65% {
opacity: 0;
}
100% {
-webkit-transform: rotateX(180deg);
opacity: 0;
}
}
@-moz-keyframes cd-rotate-1-out {
0% {
-moz-transform: rotateX(0deg);
opacity: 1;
}
35% {
-moz-transform: rotateX(-40deg);
opacity: 1;
}
65% {
opacity: 0;
}
100% {
-moz-transform: rotateX(180deg);
opacity: 0;
}
}
@keyframes cd-rotate-1-out {
0% {
-webkit-transform: rotateX(0deg);
-moz-transform: rotateX(0deg);
-ms-transform: rotateX(0deg);
-o-transform: rotateX(0deg);
transform: rotateX(0deg);
opacity: 1;
}
35% {
-webkit-transform: rotateX(-40deg);
-moz-transform: rotateX(-40deg);
-ms-transform: rotateX(-40deg);
-o-transform: rotateX(-40deg);
transform: rotateX(-40deg);
opacity: 1;
}
65% {
opacity: 0;
}
100% {
-webkit-transform: rotateX(180deg);
-moz-transform: rotateX(180deg);
-ms-transform: rotateX(180deg);
-o-transform: rotateX(180deg);
transform: rotateX(180deg);
opacity: 0;
}
} .animationtext.type .cd-words-wrapper {
vertical-align: top;
overflow: hidden;
}
.animationtext.type .cd-words-wrapper::after { content: '';
position: absolute;
right: 0;
top: 50%;
bottom: auto;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);
height: 90%;
width: 1px;
background-color: #aebcb9;
}
.animationtext.type .cd-words-wrapper.waiting::after {
-webkit-animation: cd-pulse 1s infinite;
-moz-animation: cd-pulse 1s infinite;
animation: cd-pulse 1s infinite;
} .animationtext.type .item-text {
visibility: hidden;
}
.animationtext.type .item-text.is-visible {
visibility: visible;
}
.animationtext.type i {
position: absolute;
visibility: hidden;
font-style: normal;
}
.animationtext.type i.in {
position: relative;
visibility: visible;
}
@-webkit-keyframes cd-pulse {
0% {
-webkit-transform: translateY(-50%) scale(1);
opacity: 1;
}
40% {
-webkit-transform: translateY(-50%) scale(0.9);
opacity: 0;
}
100% {
-webkit-transform: translateY(-50%) scale(0);
opacity: 0;
}
}
@-moz-keyframes cd-pulse {
0% {
-moz-transform: translateY(-50%) scale(1);
opacity: 1;
}
40% {
-moz-transform: translateY(-50%) scale(0.9);
opacity: 0;
}
100% {
-moz-transform: translateY(-50%) scale(0);
opacity: 0;
}
}
@keyframes cd-pulse {
0% {
-webkit-transform: translateY(-50%) scale(1);
-moz-transform: translateY(-50%) scale(1);
-ms-transform: translateY(-50%) scale(1);
-o-transform: translateY(-50%) scale(1);
transform: translateY(-50%) scale(1);
opacity: 1;
}
40% {
-webkit-transform: translateY(-50%) scale(0.9);
-moz-transform: translateY(-50%) scale(0.9);
-ms-transform: translateY(-50%) scale(0.9);
-o-transform: translateY(-50%) scale(0.9);
transform: translateY(-50%) scale(0.9);
opacity: 0;
}
100% {
-webkit-transform: translateY(-50%) scale(0);
-moz-transform: translateY(-50%) scale(0);
-ms-transform: translateY(-50%) scale(0);
-o-transform: translateY(-50%) scale(0);
transform: translateY(-50%) scale(0);
opacity: 0;
}
} .animationtext.rotate-2 .cd-words-wrapper {
-webkit-perspective: 300px;
-moz-perspective: 300px;
perspective: 300px;
}
.animationtext.rotate-2 i, .animationtext.rotate-2 em {
display: inline-block;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}
.animationtext.rotate-2 .item-text {
opacity: 0;
}
.animationtext.rotate-2 i {
-webkit-transform-style: preserve-3d;
-moz-transform-style: preserve-3d;
-ms-transform-style: preserve-3d;
-o-transform-style: preserve-3d;
transform-style: preserve-3d;
-webkit-transform: translateZ(-20px) rotateX(90deg);
-moz-transform: translateZ(-20px) rotateX(90deg);
-ms-transform: translateZ(-20px) rotateX(90deg);
-o-transform: translateZ(-20px) rotateX(90deg);
transform: translateZ(-20px) rotateX(90deg);
opacity: 0;
}
.is-visible .animationtext.rotate-2 i {
opacity: 1;
}
.animationtext.rotate-2 i.in {
-webkit-animation: cd-rotate-2-in 0.4s forwards;
-moz-animation: cd-rotate-2-in 0.4s forwards;
animation: cd-rotate-2-in 0.4s forwards;
}
.animationtext.rotate-2 i.out {
-webkit-animation: cd-rotate-2-out 0.4s forwards;
-moz-animation: cd-rotate-2-out 0.4s forwards;
animation: cd-rotate-2-out 0.4s forwards;
}
.animationtext.rotate-2 em {
-webkit-transform: translateZ(20px);
-moz-transform: translateZ(20px);
-ms-transform: translateZ(20px);
-o-transform: translateZ(20px);
transform: translateZ(20px);
}
.no-csstransitions .animationtext.rotate-2 i {
-webkit-transform: rotateX(0deg);
-moz-transform: rotateX(0deg);
-ms-transform: rotateX(0deg);
-o-transform: rotateX(0deg);
transform: rotateX(0deg);
opacity: 0;
}
.no-csstransitions .animationtext.rotate-2 i em {
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
}
.no-csstransitions .animationtext.rotate-2 .is-visible i {
opacity: 1;
}
@-webkit-keyframes cd-rotate-2-in {
0% {
opacity: 0;
-webkit-transform: translateZ(-20px) rotateX(90deg);
}
60% {
opacity: 1;
-webkit-transform: translateZ(-20px) rotateX(-10deg);
}
100% {
opacity: 1;
-webkit-transform: translateZ(-20px) rotateX(0deg);
}
}
@-moz-keyframes cd-rotate-2-in {
0% {
opacity: 0;
-moz-transform: translateZ(-20px) rotateX(90deg);
}
60% {
opacity: 1;
-moz-transform: translateZ(-20px) rotateX(-10deg);
}
100% {
opacity: 1;
-moz-transform: translateZ(-20px) rotateX(0deg);
}
}
@keyframes cd-rotate-2-in {
0% {
opacity: 0;
-webkit-transform: translateZ(-20px) rotateX(90deg);
-moz-transform: translateZ(-20px) rotateX(90deg);
-ms-transform: translateZ(-20px) rotateX(90deg);
-o-transform: translateZ(-20px) rotateX(90deg);
transform: translateZ(-20px) rotateX(90deg);
}
60% {
opacity: 1;
-webkit-transform: translateZ(-20px) rotateX(-10deg);
-moz-transform: translateZ(-20px) rotateX(-10deg);
-ms-transform: translateZ(-20px) rotateX(-10deg);
-o-transform: translateZ(-20px) rotateX(-10deg);
transform: translateZ(-20px) rotateX(-10deg);
}
100% {
opacity: 1;
-webkit-transform: translateZ(-20px) rotateX(0deg);
-moz-transform: translateZ(-20px) rotateX(0deg);
-ms-transform: translateZ(-20px) rotateX(0deg);
-o-transform: translateZ(-20px) rotateX(0deg);
transform: translateZ(-20px) rotateX(0deg);
}
}
@-webkit-keyframes cd-rotate-2-out {
0% {
opacity: 1;
-webkit-transform: translateZ(-20px) rotateX(0);
}
60% {
opacity: 0;
-webkit-transform: translateZ(-20px) rotateX(-100deg);
}
100% {
opacity: 0;
-webkit-transform: translateZ(-20px) rotateX(-90deg);
}
}
@-moz-keyframes cd-rotate-2-out {
0% {
opacity: 1;
-moz-transform: translateZ(-20px) rotateX(0);
}
60% {
opacity: 0;
-moz-transform: translateZ(-20px) rotateX(-100deg);
}
100% {
opacity: 0;
-moz-transform: translateZ(-20px) rotateX(-90deg);
}
}
@keyframes cd-rotate-2-out {
0% {
opacity: 1;
-webkit-transform: translateZ(-20px) rotateX(0);
-moz-transform: translateZ(-20px) rotateX(0);
-ms-transform: translateZ(-20px) rotateX(0);
-o-transform: translateZ(-20px) rotateX(0);
transform: translateZ(-20px) rotateX(0);
}
60% {
opacity: 0;
-webkit-transform: translateZ(-20px) rotateX(-100deg);
-moz-transform: translateZ(-20px) rotateX(-100deg);
-ms-transform: translateZ(-20px) rotateX(-100deg);
-o-transform: translateZ(-20px) rotateX(-100deg);
transform: translateZ(-20px) rotateX(-100deg);
}
100% {
opacity: 0;
-webkit-transform: translateZ(-20px) rotateX(-90deg);
-moz-transform: translateZ(-20px) rotateX(-90deg);
-ms-transform: translateZ(-20px) rotateX(-90deg);
-o-transform: translateZ(-20px) rotateX(-90deg);
transform: translateZ(-20px) rotateX(-90deg);
}
} .animationtext.loading-bar span {
display: inline-block;
padding: .2em 0;
}
.animationtext.loading-bar .cd-words-wrapper {
overflow: hidden;
vertical-align: top;
}
.animationtext.loading-bar .cd-words-wrapper::after { content: '';
position: absolute;
left: 0;
bottom: 0;
height: 3px;
width: 0;
background: #0096a7;
z-index: 2;
-webkit-transition: width 0.3s -0.1s;
-moz-transition: width 0.3s -0.1s;
transition: width 0.3s -0.1s;
}
.animationtext.loading-bar .cd-words-wrapper.is-loading::after {
width: 100%;
-webkit-transition: width 3s;
-moz-transition: width 3s;
transition: width 3s;
}
.animationtext.loading-bar .item-text {
top: .2em;
opacity: 0;
-webkit-transition: opacity 0.3s;
-moz-transition: opacity 0.3s;
transition: opacity 0.3s;
}
.animationtext.loading-bar .item-text.is-visible {
opacity: 1;
top: 0;
} .animationtext.slide span {
display: inline-block; }
.animationtext.slide .cd-words-wrapper {
overflow: hidden;
vertical-align: top;
}
.animationtext.slide .item-text {
opacity: 0;
top: .2em;
}
.animationtext.slide .item-text.is-visible {
top: 0;
opacity: 1;
-webkit-animation: slide-in 0.6s;
-moz-animation: slide-in 0.6s;
animation: slide-in 0.6s;
}
.animationtext.slide .item-text.is-hidden {
-webkit-animation: slide-out 0.6s;
-moz-animation: slide-out 0.6s;
animation: slide-out 0.6s;
}
@-webkit-keyframes slide-in {
0% {
opacity: 0;
-webkit-transform: translateY(-100%);
}
60% {
opacity: 1;
-webkit-transform: translateY(20%);
}
100% {
opacity: 1;
-webkit-transform: translateY(0);
}
}
@-moz-keyframes slide-in {
0% {
opacity: 0;
-moz-transform: translateY(-100%);
}
60% {
opacity: 1;
-moz-transform: translateY(20%);
}
100% {
opacity: 1;
-moz-transform: translateY(0);
}
}
@keyframes slide-in {
0% {
opacity: 0;
-webkit-transform: translateY(-100%);
-moz-transform: translateY(-100%);
-ms-transform: translateY(-100%);
-o-transform: translateY(-100%);
transform: translateY(-100%);
}
60% {
opacity: 1;
-webkit-transform: translateY(20%);
-moz-transform: translateY(20%);
-ms-transform: translateY(20%);
-o-transform: translateY(20%);
transform: translateY(20%);
}
100% {
opacity: 1;
-webkit-transform: translateY(0);
-moz-transform: translateY(0);
-ms-transform: translateY(0);
-o-transform: translateY(0);
transform: translateY(0);
}
}
@-webkit-keyframes slide-out {
0% {
opacity: 1;
-webkit-transform: translateY(0);
}
60% {
opacity: 0;
-webkit-transform: translateY(120%);
}
100% {
opacity: 0;
-webkit-transform: translateY(100%);
}
}
@-moz-keyframes slide-out {
0% {
opacity: 1;
-moz-transform: translateY(0);
}
60% {
opacity: 0;
-moz-transform: translateY(120%);
}
100% {
opacity: 0;
-moz-transform: translateY(100%);
}
}
@keyframes slide-out {
0% {
opacity: 1;
-webkit-transform: translateY(0);
-moz-transform: translateY(0);
-ms-transform: translateY(0);
-o-transform: translateY(0);
transform: translateY(0);
}
60% {
opacity: 0;
-webkit-transform: translateY(120%);
-moz-transform: translateY(120%);
-ms-transform: translateY(120%);
-o-transform: translateY(120%);
transform: translateY(120%);
}
100% {
opacity: 0;
-webkit-transform: translateY(100%);
-moz-transform: translateY(100%);
-ms-transform: translateY(100%);
-o-transform: translateY(100%);
transform: translateY(100%);
}
} .animationtext.clip span {
display: inline-block;
padding: 0;
}
.animationtext.clip .cd-words-wrapper {
overflow: hidden;
vertical-align: top;
}
.animationtext.clip .cd-words-wrapper::after { content: '';
position: absolute;
top: 0;
right: 0;
width: 2px;
height: 100%;
background-color: #aebcb9;
}
.animationtext.clip .item-text {
opacity: 0;
}
.animationtext.clip .item-text.is-visible {
opacity: 1;
} .animationtext.zoom .cd-words-wrapper {
-webkit-perspective: 300px;
-moz-perspective: 300px;
perspective: 300px;
}
.animationtext.zoom .item-text {
opacity: 0;
}
.animationtext.zoom .item-text.is-visible {
opacity: 1;
-webkit-animation: zoom-in 0.8s;
-moz-animation: zoom-in 0.8s;
animation: zoom-in 0.8s;
}
.animationtext.zoom .item-text.is-hidden {
-webkit-animation: zoom-out 0.8s;
-moz-animation: zoom-out 0.8s;
animation: zoom-out 0.8s;
}
@-webkit-keyframes zoom-in {
0% {
opacity: 0;
-webkit-transform: translateZ(100px);
}
100% {
opacity: 1;
-webkit-transform: translateZ(0);
}
}
@-moz-keyframes zoom-in {
0% {
opacity: 0;
-moz-transform: translateZ(100px);
}
100% {
opacity: 1;
-moz-transform: translateZ(0);
}
}
@keyframes zoom-in {
0% {
opacity: 0;
-webkit-transform: translateZ(100px);
-moz-transform: translateZ(100px);
-ms-transform: translateZ(100px);
-o-transform: translateZ(100px);
transform: translateZ(100px);
}
100% {
opacity: 1;
-webkit-transform: translateZ(0);
-moz-transform: translateZ(0);
-ms-transform: translateZ(0);
-o-transform: translateZ(0);
transform: translateZ(0);
}
}
@-webkit-keyframes zoom-out {
0% {
opacity: 1;
-webkit-transform: translateZ(0);
}
100% {
opacity: 0;
-webkit-transform: translateZ(-100px);
}
}
@-moz-keyframes zoom-out {
0% {
opacity: 1;
-moz-transform: translateZ(0);
}
100% {
opacity: 0;
-moz-transform: translateZ(-100px);
}
}
@keyframes zoom-out {
0% {
opacity: 1;
-webkit-transform: translateZ(0);
-moz-transform: translateZ(0);
-ms-transform: translateZ(0);
-o-transform: translateZ(0);
transform: translateZ(0);
}
100% {
opacity: 0;
-webkit-transform: translateZ(-100px);
-moz-transform: translateZ(-100px);
-ms-transform: translateZ(-100px);
-o-transform: translateZ(-100px);
transform: translateZ(-100px);
}
} .animationtext.rotate-3 .cd-words-wrapper {
-webkit-perspective: 300px;
-moz-perspective: 300px;
perspective: 300px;
}
.animationtext.rotate-3 .item-text {
opacity: 0;
}
.animationtext.rotate-3 i {
display: inline-block;
-webkit-transform: rotateY(180deg);
-moz-transform: rotateY(180deg);
-ms-transform: rotateY(180deg);
-o-transform: rotateY(180deg);
transform: rotateY(180deg);
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}
.is-visible .animationtext.rotate-3 i {
-webkit-transform: rotateY(0deg);
-moz-transform: rotateY(0deg);
-ms-transform: rotateY(0deg);
-o-transform: rotateY(0deg);
transform: rotateY(0deg);
}
.animationtext.rotate-3 i.in {
-webkit-animation: cd-rotate-3-in 0.6s forwards;
-moz-animation: cd-rotate-3-in 0.6s forwards;
animation: cd-rotate-3-in 0.6s forwards;
}
.animationtext.rotate-3 i.out {
-webkit-animation: cd-rotate-3-out 0.6s forwards;
-moz-animation: cd-rotate-3-out 0.6s forwards;
animation: cd-rotate-3-out 0.6s forwards;
}
.no-csstransitions .animationtext.rotate-3 i {
-webkit-transform: rotateY(0deg);
-moz-transform: rotateY(0deg);
-ms-transform: rotateY(0deg);
-o-transform: rotateY(0deg);
transform: rotateY(0deg);
opacity: 0;
}
.no-csstransitions .animationtext.rotate-3 .is-visible i {
opacity: 1;
}
@-webkit-keyframes cd-rotate-3-in {
0% {
-webkit-transform: rotateY(180deg);
}
100% {
-webkit-transform: rotateY(0deg);
}
}
@-moz-keyframes cd-rotate-3-in {
0% {
-moz-transform: rotateY(180deg);
}
100% {
-moz-transform: rotateY(0deg);
}
}
@keyframes cd-rotate-3-in {
0% {
-webkit-transform: rotateY(180deg);
-moz-transform: rotateY(180deg);
-ms-transform: rotateY(180deg);
-o-transform: rotateY(180deg);
transform: rotateY(180deg);
}
100% {
-webkit-transform: rotateY(0deg);
-moz-transform: rotateY(0deg);
-ms-transform: rotateY(0deg);
-o-transform: rotateY(0deg);
transform: rotateY(0deg);
}
}
@-webkit-keyframes cd-rotate-3-out {
0% {
-webkit-transform: rotateY(0);
}
100% {
-webkit-transform: rotateY(-180deg);
}
}
@-moz-keyframes cd-rotate-3-out {
0% {
-moz-transform: rotateY(0);
}
100% {
-moz-transform: rotateY(-180deg);
}
}
@keyframes cd-rotate-3-out {
0% {
-webkit-transform: rotateY(0);
-moz-transform: rotateY(0);
-ms-transform: rotateY(0);
-o-transform: rotateY(0);
transform: rotateY(0);
}
100% {
-webkit-transform: rotateY(-180deg);
-moz-transform: rotateY(-180deg);
-ms-transform: rotateY(-180deg);
-o-transform: rotateY(-180deg);
transform: rotateY(-180deg);
}
} .animationtext.scale .item-text {
opacity: 0;
}
.animationtext.scale .item-text.is-visible {
opacity: 1;
}
.animationtext.scale i {
display: inline-block;
opacity: 0;
-webkit-transform: scale(0);
-moz-transform: scale(0);
-ms-transform: scale(0);
-o-transform: scale(0);
transform: scale(0);
} .animationtext.scale .item-text.is-visible {
-webkit-animation: scale-up 0.6s forwards;
-moz-animation: scale-up 0.6s forwards;
animation: scale-up 0.6s forwards;
}
.animationtext.scale .item-text {
-webkit-animation: scale-down 0.6s forwards;
-moz-animation: scale-down 0.6s forwards;
animation: scale-down 0.6s forwards;
}
.no-csstransitions .animationtext.scale .item-text {
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
opacity: 0;
}
.no-csstransitions .animationtext.scale .is-visible i {
opacity: 1;
}
@-webkit-keyframes scale-up {
0% {
-webkit-transform: scale(0);
opacity: 0;
}
60% {
-webkit-transform: scale(1.2);
opacity: 1;
}
100% {
-webkit-transform: scale(1);
opacity: 1;
}
}
@-moz-keyframes scale-up {
0% {
-moz-transform: scale(0);
opacity: 0;
}
60% {
-moz-transform: scale(1.2);
opacity: 1;
}
100% {
-moz-transform: scale(1);
opacity: 1;
}
}
@keyframes scale-up {
0% {
-webkit-transform: scale(0);
-moz-transform: scale(0);
-ms-transform: scale(0);
-o-transform: scale(0);
transform: scale(0);
opacity: 0;
}
60% {
-webkit-transform: scale(1.2);
-moz-transform: scale(1.2);
-ms-transform: scale(1.2);
-o-transform: scale(1.2);
transform: scale(1.2);
opacity: 1;
}
100% {
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
opacity: 1;
}
}
@-webkit-keyframes scale-down {
0% {
-webkit-transform: scale(1);
opacity: 1;
}
60% {
-webkit-transform: scale(0);
opacity: 0;
}
}
@-moz-keyframes scale-down {
0% {
-moz-transform: scale(1);
opacity: 1;
}
60% {
-moz-transform: scale(0);
opacity: 0;
}
}
@keyframes scale-down {
0% {
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
opacity: 1;
}
60% {
-webkit-transform: scale(0);
-moz-transform: scale(0);
-ms-transform: scale(0);
-o-transform: scale(0);
transform: scale(0);
opacity: 0;
}
} .animationtext.push .item-text {
opacity: 0;
}
.animationtext.push .item-text.is-visible {
opacity: 1;
-webkit-animation: push-in 0.6s;
-moz-animation: push-in 0.6s;
animation: push-in 0.6s;
}
.animationtext.push .item-text.is-hidden {
-webkit-animation: push-out 0.6s;
-moz-animation: push-out 0.6s;
animation: push-out 0.6s;
}
@-webkit-keyframes push-in {
0% {
opacity: 0;
-webkit-transform: translateX(-100%);
}
60% {
opacity: 1;
-webkit-transform: translateX(10%);
}
100% {
opacity: 1;
-webkit-transform: translateX(0);
}
}
@-moz-keyframes push-in {
0% {
opacity: 0;
-moz-transform: translateX(-100%);
}
60% {
opacity: 1;
-moz-transform: translateX(10%);
}
100% {
opacity: 1;
-moz-transform: translateX(0);
}
}
@keyframes push-in {
0% {
opacity: 0;
-webkit-transform: translateX(-100%);
-moz-transform: translateX(-100%);
-ms-transform: translateX(-100%);
-o-transform: translateX(-100%);
transform: translateX(-100%);
}
60% {
opacity: 1;
-webkit-transform: translateX(10%);
-moz-transform: translateX(10%);
-ms-transform: translateX(10%);
-o-transform: translateX(10%);
transform: translateX(10%);
}
100% {
opacity: 1;
-webkit-transform: translateX(0);
-moz-transform: translateX(0);
-ms-transform: translateX(0);
-o-transform: translateX(0);
transform: translateX(0);
}
}
@-webkit-keyframes push-out {
0% {
opacity: 1;
-webkit-transform: translateX(0);
}
60% {
opacity: 0;
-webkit-transform: translateX(110%);
}
100% {
opacity: 0;
-webkit-transform: translateX(100%);
}
}
@-moz-keyframes push-out {
0% {
opacity: 1;
-moz-transform: translateX(0);
}
60% {
opacity: 0;
-moz-transform: translateX(110%);
}
100% {
opacity: 0;
-moz-transform: translateX(100%);
}
}
@keyframes push-out {
0% {
opacity: 1;
-webkit-transform: translateX(0);
-moz-transform: translateX(0);
-ms-transform: translateX(0);
-o-transform: translateX(0);
transform: translateX(0);
}
60% {
opacity: 0;
-webkit-transform: translateX(110%);
-moz-transform: translateX(110%);
-ms-transform: translateX(110%);
-o-transform: translateX(110%);
transform: translateX(110%);
}
100% {
opacity: 0;
-webkit-transform: translateX(100%);
-moz-transform: translateX(100%);
-ms-transform: translateX(100%);
-o-transform: translateX(100%);
transform: translateX(100%);
}
}
.tf-highlighted-text{
display: inline-block;
position: relative;
font-size: unset;
}
.tf-highlighted-text svg {
position: absolute;
top: 50%;
left: 50%;
width: calc(100% + 20px);
height: calc(100% + 20px);
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
overflow: visible;
}
.tf-highlighted-text svg path{
stroke-linecap: round;
stroke-linejoin: round;
stroke: red;
stroke-width: 10;
fill: none;
stroke-dasharray: 1500;
-webkit-animation: elementor-headline-dash 5s infinite;
animation: elementor-headline-dash 5s infinite;
}
.tf-highlighted-text svg path:nth-of-type(2) {
-webkit-animation-delay: .6s;
animation-delay: .6s
}
@-webkit-keyframes elementor-headline-dash {
0% {
stroke-dasharray: 0 1500
}
15% {
stroke-dasharray: 1500 1500
}
85% {
opacity: 1
}
90% {
stroke-dasharray: 1500 1500;
opacity: 0
}
to {
stroke-dasharray: 0 1500;
opacity: 0
}
}
.tf-highlighted .item {
display: none;
}
.tf-highlighted .item.active {
display: block;
}
.tf-highlighted-drop-in {
position: relative;
font-weight: 200;
font-size: 4em; }
.tf-highlighted-drop-in .text-wrapper {
position: relative;
display: inline-block;
padding-top: 0.2em;
padding-right: 0.05em;
padding-bottom: 0.1em;
overflow: hidden; }
.tf-highlighted-drop-in .letter {
transform-origin: 50% 100%;
display: inline-block;
line-height: 1em; }
@media (min-width: 992px) { 
.tf-headline-wrap.tf-headline-break .tf-text {
zoom: 1; }
.tf-headline-wrap.tf-headline-break .tf-text:before, .tf-headline-wrap.tf-headline-break .tf-text:after {
content: "";
display: table; }
.tf-headline-wrap.tf-headline-break .tf-text:after {
clear: both; }
}
@media (max-width: 991px) { 
.tf-headline-wrap.tf-headline-break-tablet .tf-text {
zoom: 1; }
.tf-headline-wrap.tf-headline-break-tablet .tf-text:before, .tf-headline-wrap.tf-headline-break-tablet .tf-text:after {
content: "";
display: table; }
.tf-headline-wrap.tf-headline-break-tablet .tf-text:after {
clear: both; }
}
@media (max-width: 767px) { 
.tf-headline-wrap.tf-headline-break-mobi .tf-text {
zoom: 1; }
.tf-headline-wrap.tf-headline-break-mobi .tf-text:before, .tf-headline-wrap.tf-headline-break-mobi .tf-text:after {
content: "";
display: table; }
.tf-headline-wrap.tf-headline-break-mobi .tf-text:after {
clear: both; }
.tf-text.tf-highlighted-text {
display: block;
}
.cd-words-wrapper {
text-align: unset;
}
.cd-words-wrapper .item-text {
right: 0;
}
}.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}.e-con{--container-widget-width:100%}.e-con-inner>.elementor-widget-spacer,.e-con>.elementor-widget-spacer{width:var(--container-widget-width,var(--spacer-size));--align-self:var( --container-widget-align-self,initial );--flex-shrink:0}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container,.e-con>.elementor-widget-spacer>.elementor-widget-container{height:100%;width:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer{height:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner{height:var(--container-widget-height,var(--spacer-size))}.e-con-inner>.elementor-widget-spacer:not(:has(>.elementor-widget-container))>.elementor-spacer,.e-con>.elementor-widget-spacer:not(:has(>.elementor-widget-container))>.elementor-spacer{height:100%}.e-con-inner>.elementor-widget-spacer:not(:has(>.elementor-widget-container))>.elementor-spacer>.elementor-spacer-inner,.e-con>.elementor-widget-spacer:not(:has(>.elementor-widget-container))>.elementor-spacer>.elementor-spacer-inner{height:var(--container-widget-height,var(--spacer-size))}.e-con-inner>.elementor-widget-spacer.elementor-widget-empty,.e-con>.elementor-widget-spacer.elementor-widget-empty{min-height:22px;min-width:22px;position:relative}.e-con-inner>.elementor-widget-spacer.elementor-widget-empty .elementor-widget-empty-icon,.e-con>.elementor-widget-spacer.elementor-widget-empty .elementor-widget-empty-icon{height:22px;inset:0;margin:auto;padding:0;position:absolute;width:22px}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}.elementor-widget-divider{--divider-border-style:none;--divider-border-width:1px;--divider-color:#0c0d0e;--divider-icon-size:20px;--divider-element-spacing:10px;--divider-pattern-height:24px;--divider-pattern-size:20px;--divider-pattern-url:none;--divider-pattern-repeat:repeat-x}.elementor-widget-divider .elementor-divider{display:flex}.elementor-widget-divider .elementor-divider__text{font-size:15px;line-height:1;max-width:95%}.elementor-widget-divider .elementor-divider__element{flex-shrink:0;margin:0 var(--divider-element-spacing)}.elementor-widget-divider .elementor-icon{font-size:var(--divider-icon-size)}.elementor-widget-divider .elementor-divider-separator{direction:ltr;display:flex;margin:0}.elementor-widget-divider--view-line_icon .elementor-divider-separator,.elementor-widget-divider--view-line_text .elementor-divider-separator{align-items:center}.elementor-widget-divider--view-line_icon .elementor-divider-separator:after,.elementor-widget-divider--view-line_icon .elementor-divider-separator:before,.elementor-widget-divider--view-line_text .elementor-divider-separator:after,.elementor-widget-divider--view-line_text .elementor-divider-separator:before{border-block-end:0;border-block-start:var(--divider-border-width) var(--divider-border-style) var(--divider-color);content:"";display:block;flex-grow:1}.elementor-widget-divider--element-align-left .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-left .elementor-divider-separator:before{content:none}.elementor-widget-divider--element-align-left .elementor-divider__element{margin-left:0}.elementor-widget-divider--element-align-right .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-right .elementor-divider-separator:after{content:none}.elementor-widget-divider--element-align-right .elementor-divider__element{margin-right:0}.elementor-widget-divider--element-align-start .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-start .elementor-divider-separator:before{content:none}.elementor-widget-divider--element-align-start .elementor-divider__element{margin-inline-start:0}.elementor-widget-divider--element-align-end .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-end .elementor-divider-separator:after{content:none}.elementor-widget-divider--element-align-end .elementor-divider__element{margin-inline-end:0}.elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon) .elementor-divider-separator{border-block-start:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--separator-type-pattern{--divider-border-style:none}.elementor-widget-divider--separator-type-pattern.elementor-widget-divider--view-line .elementor-divider-separator,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:after,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:before,.elementor-widget-divider--separator-type-pattern:not([class*=elementor-widget-divider--view]) .elementor-divider-separator{background-color:var(--divider-color);-webkit-mask-image:var(--divider-pattern-url);mask-image:var(--divider-pattern-url);-webkit-mask-repeat:var(--divider-pattern-repeat);mask-repeat:var(--divider-pattern-repeat);-webkit-mask-size:var(--divider-pattern-size) 100%;mask-size:var(--divider-pattern-size) 100%;min-height:var(--divider-pattern-height);width:100%}.elementor-widget-divider--no-spacing{--divider-pattern-size:auto}.elementor-widget-divider--bg-round{--divider-pattern-repeat:round}.rtl .elementor-widget-divider .elementor-divider__text{direction:rtl}.e-con-inner>.elementor-widget-divider,.e-con>.elementor-widget-divider{width:var(--container-widget-width,100%);--flex-grow:var( --container-widget-flex-grow )}@keyframes fadeInRight{from{opacity:0;transform:translate3d(100%,0,0)}to{opacity:1;transform:none}}.fadeInRight{animation-name:fadeInRight}.tficonbox {
font-family: "Poppins";
font-size: 14px;
line-height: 25px;
}
.tficonbox .title {
font-size: 16px;
}
.tficonbox.top {
text-align: center;
}
.tficonbox.left {
-webkit-box-align: start;
-webkit-align-items: flex-start;
-ms-flex-align: start;
align-items: flex-start;
text-align: left;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-webkit-flex-direction: row;
-ms-flex-direction: row;
flex-direction: row;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
}
.tficonbox.left .wrap-icon {
display: -webkit-inline-box;
display: -webkit-inline-flex;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-flex: 0;
-webkit-flex: 0 0 auto;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
}
.tficonbox.left .content {
-webkit-box-flex: 1;
-webkit-flex-grow: 1;
-ms-flex-positive: 1;
flex-grow: 1;
}
.tficonbox.right {
-webkit-box-align: start;
-webkit-align-items: flex-start;
-ms-flex-align: start;
align-items: flex-start;
text-align: right;
-webkit-box-orient: horizontal;
-webkit-box-direction: reverse;
-webkit-flex-direction: row-reverse;
-ms-flex-direction: row-reverse;
flex-direction: row-reverse;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
}
.tficonbox.right .wrap-icon {
display: -webkit-inline-box;
display: -webkit-inline-flex;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-flex: 0;
-webkit-flex: 0 0 auto;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
}
.tficonbox.right .content {
-webkit-box-flex: 1;
-webkit-flex-grow: 1;
-ms-flex-positive: 1;
flex-grow: 1;
}
.tficonbox .wrap-icon .wrap-icon-inner {
display: inline-flex;    
font-size: 50px;
justify-content: center;
align-items: center;
}
.tficonbox .wrap-icon .wrap-icon-inner.image {
line-height: 0 !important;
}
.tficonbox .wrap-icon.circle .wrap-icon-inner,
.tficonbox .wrap-icon.square .wrap-icon-inner {
background-color: #3858e9;
}
.tficonbox .wrap-icon.circle .wrap-icon-inner,
.tficonbox .wrap-icon.circle-outline .wrap-icon-inner,
.tficonbox .wrap-icon.circle .wrap-icon-spin-around:before,
.tficonbox .wrap-icon.circle-outline .wrap-icon-spin-around:before {
padding: 0.5em;
border-radius: 50%;
}
.tficonbox .wrap-icon.circle-outline .wrap-icon-inner,
.tficonbox .wrap-icon.square-outline .wrap-icon-inner,
.tficonbox .wrap-icon.square-outline .wrap-icon-spin-around:before,
.tficonbox .wrap-icon.circle-outline .wrap-icon-spin-around:before {
border-width: 3px;
border-style: solid;
}
.tficonbox,
.tficonbox a,
.tficonbox .wrap-icon .wrap-icon-inner,
.tficonbox .tf-button i,
.tficonbox .tf-button svg {
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
vertical-align: sub; 
}
.tficonbox.top .wrap-icon {
margin-bottom: 30px;
}
.tficonbox.left .wrap-icon {
margin-right: 30px;
}
.tficonbox.right .wrap-icon {
margin-left: 30px;
}
.tficonbox .tf-button-container.left {
text-align: left;
}
.tficonbox .tf-button-container.center {
text-align: center;
}
.tficonbox .tf-button-container.right {
text-align: right; 
}
.tficonbox .tf-button-container.justify .tf-button {
text-align: center;
width: 100%;
}
.tficonbox .tf-button-container a {
display: inline-block;
margin-top: 10px;
}
.tficonbox {
position: relative;
}
.tficonbox .wrap-icon,
.tficonbox .content {
z-index: 2;
position: relative;
}
.tficonbox .overlay {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out; 
}
.tficonbox .overlay.from-left,
.tficonbox .overlay.from-right,
.tficonbox .overlay.from-top,
.tficonbox .overlay.from-bottom {
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-ms-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out; 
}
.tficonbox .overlay.fadein {
opacity: 0;
visibility: hidden;
}
.tficonbox:hover .overlay.fadein {
opacity: 1;
visibility: visible;
}
.tficonbox .overlay.from-left {
opacity: 0;
visibility: hidden;
left: -100%;
}
.tficonbox:hover .overlay.from-left {
opacity: 1;
visibility: visible;
left: 0%;
}
.tficonbox .overlay.from-top {
opacity: 0;
visibility: hidden;
top: -100%;
}
.tficonbox:hover .overlay.from-top {
opacity: 1;
visibility: visible;
top: 0%;
}
.tficonbox .overlay.from-right {
opacity: 0;
visibility: hidden;
left: 100%;
}
.tficonbox:hover .overlay.from-right {
opacity: 1;
visibility: visible;
left: 0%;
}
.tficonbox .overlay.from-bottom {
opacity: 0;
visibility: hidden;
top: 100%;
}
.tficonbox:hover .overlay.from-bottom {
opacity: 1;
visibility: visible;
top: 0%;
} .btn-overlay {
position: relative;
overflow: hidden;
z-index: 1;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;  
}
.btn-overlay:after {
content: '';
position: absolute;
width: 100%;
height: 100%;
z-index: -1;  
}
.from-top.btn-overlay:after {
top: -100%;
left: 0;
}
.from-top.btn-overlay:hover:after {
top: 0%;
}
.from-bottom.btn-overlay:after {
top: 100%;
left: 0;
}
.from-bottom.btn-overlay:hover:after {
top: 0%;
}
.from-left.btn-overlay:after {
top: 0;
left: -100%;
}
.from-left.btn-overlay:hover:after {
left: 0;
}
.from-right.btn-overlay:after {
top: 0;
left: 100%;
}
.from-right.btn-overlay:hover:after {
left: 0;
}
.from-center.btn-overlay:after {
width: 0%;
top: 50%;
left: 50%;
-webkit-transform: translateX(-50%) translateY(-50%);
-moz-transform: translateX(-50%) translateY(-50%);
-ms-transform: translateX(-50%) translateY(-50%);
transform: translateX(-50%) translateY(-50%);
opacity: 0;
visibility: hidden;
}
.from-center.btn-overlay:hover:after {
width: 100%;
opacity: 1;
visibility: visible;
}
.skew.btn-overlay:after {
width: 100%;
height: 0;
top: 50%;
left: 50%;
background: #fff;
opacity: 0;
-webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
-moz-transform: translateX(-50%) translateY(-50%) rotate(45deg);
-ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
transform: translateX(-50%) translateY(-50%) rotate(45deg);
}
.skew.btn-overlay:hover:after { 
height: 260%;
opacity: 1;
}
@media (max-width: 767px) { 
.tficonbox.left .wrap-icon,
.tficonbox.right .wrap-icon {
margin-left: auto!important;
margin-right: auto!important;
margin-bottom: 30px;
}
.tficonbox.left, .tficonbox.right {
gap: 20px;
align-items: center;
}
} .container-widget.flip-box {
position: relative;
-webkit-perspective: 1000px;
perspective: 1000px;
-webkit-transform-style: preserve-3d;
transform-style: preserve-3d;
}
.flip-box-front,
.flip-box-back {
-webkit-transform-style: preserve-3d;
transform-style: preserve-3d;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
position: absolute;
width: 100%;
height: 100%;
-webkit-transition: all .6s ease-in-out;
-o-transition: all .6s ease-in-out;
transition: all .6s ease-in-out;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: stretch;
-webkit-align-items: stretch;
-ms-flex-align: stretch;
align-items: stretch;
}
.flip-box-front {    
-webkit-transform: none;
-ms-transform: none;
transform: none;
z-index: 1;
}
.flip-box-back {
-webkit-transform: rotateX(0) rotateY(180deg);
transform: rotateX(0) rotateY(180deg);
}
.container-widget.flip-box:hover .flip-box-front {
-webkit-transform: rotateX(0) rotateY(-180deg);
transform: rotateX(0) rotateY(-180deg);
}
.container-widget.flip-box:hover .flip-box-back {
-webkit-transform: none;
-ms-transform: none;
transform: none;
}
.container-widget.flip-box.reverse-horizontal-rotation .flip-box-back {
-webkit-transform: rotateX(0) rotateY(-180deg);
transform: rotateX(0) rotateY(-180deg);
}
.container-widget.flip-box.reverse-horizontal-rotation:hover .flip-box-front {
-webkit-transform: rotateX(0) rotateY(180deg);
transform: rotateX(0) rotateY(180deg);
}
.container-widget.flip-box.reverse-horizontal-rotation:hover .flip-box-back {
-webkit-transform: none;
-ms-transform: none;
transform: none;
}
.container-widget.flip-box.vertical-rotation .flip-box-back {
-webkit-transform: rotateX(0) rotateX(180deg);
transform: rotateX(0) rotateX(180deg);
}
.container-widget.flip-box.vertical-rotation:hover .flip-box-front {
-webkit-transform: rotateX(0) rotateX(-180deg);
transform: rotateX(0) rotateX(-180deg);
}
.container-widget.flip-box.vertical-rotation:hover .flip-box-back {
-webkit-transform: none;
-ms-transform: none;
transform: none;
}
.container-widget.flip-box.reverse-vertical-rotation .flip-box-back {
-webkit-transform: rotateX(0) rotateX(-180deg);
transform: rotateX(0) rotateX(-180deg);
}
.container-widget.flip-box.reverse-vertical-rotation:hover .flip-box-front {
-webkit-transform: rotateX(0) rotateX(180deg);
transform: rotateX(0) rotateX(180deg);
}
.container-widget.flip-box.reverse-vertical-rotation:hover .flip-box-back {
-webkit-transform: none;
-ms-transform: none;
transform: none;
} .tficonbox .wrap-icon-inner {    
position: relative;
}
.tficonbox .wrap-icon-inner.right-to-left,
.tficonbox .wrap-icon-inner.left-to-right,
.tficonbox .wrap-icon-inner.top-to-bottom,
.tficonbox .wrap-icon-inner.bottom-to-top {
overflow: hidden;
}
.tficonbox:hover .wrap-icon-inner.right-to-left i,
.tficonbox:hover .wrap-icon-inner.right-to-left svg,
.tficonbox:hover .wrap-icon-inner.right-to-left image {
-webkit-animation: toRightFromLeft 0.3s forwards;
-moz-animation: toRightFromLeft 0.3s forwards;
animation: toRightFromLeft 0.3s forwards;
}
.tficonbox:hover .wrap-icon-inner.left-to-right i,
.tficonbox:hover .wrap-icon-inner.left-to-right svg,
.tficonbox:hover .wrap-icon-inner.left-to-right image {
-webkit-animation: toLeftFromRight 0.3s forwards;
-moz-animation: toLeftFromRight 0.3s forwards;
animation: toLeftFromRight 0.3s forwards;
}
.tficonbox:hover .wrap-icon-inner.top-to-bottom i,
.tficonbox:hover .wrap-icon-inner.top-to-bottom svg,
.tficonbox:hover .wrap-icon-inner.top-to-bottom image {
-webkit-animation: toBottomFromTop 0.3s forwards;
-moz-animation: toBottomFromTop 0.3s forwards;
animation: toBottomFromTop 0.3s forwards;
}
.tficonbox:hover .wrap-icon-inner.bottom-to-top i,
.tficonbox:hover .wrap-icon-inner.bottom-to-top svg,
.tficonbox:hover .wrap-icon-inner.bottom-to-top image {    
-webkit-animation: toTopFromBottom 0.3s forwards;
-moz-animation: toTopFromBottom 0.3s forwards;
animation: toTopFromBottom 0.3s forwards;
}
.tficonbox:hover .wrap-icon-inner.spin-around i,
.tficonbox:hover .wrap-icon-inner.spin-around svg,
.tficonbox:hover .wrap-icon-inner.spin-around image {
animation: spinAround 0.5s linear;
-moz-animation: spinAround 0.5s linear;
-webkit-animation: spinAround 0.5s linear;
}
.tficonbox .wrap-icon-spin-around:before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.tficonbox:hover .wrap-icon.circle-outline .wrap-icon-inner.wrap-icon-spin-around, 
.tficonbox:hover .wrap-icon.square-outline .wrap-icon-inner.wrap-icon-spin-around {
border-color: transparent !important;
}
.tficonbox:hover .wrap-icon.circle .wrap-icon-inner.wrap-icon-spin-around, 
.tficonbox:hover .wrap-icon.square .wrap-icon-inner.wrap-icon-spin-around {
background-color: transparent !important;
background-image: unset !important;
}
.tficonbox:hover .wrap-icon-spin-around:before {
-webkit-animation: spinAround 9s linear infinite;
-moz-animation: spinAround 9s linear infinite;
animation: spinAround 9s linear infinite;
}
.tficonbox:hover .wrap-icon-pop {
-webkit-animation: sonarEffect 0.5s ease-out 50ms;
-moz-animation: sonarEffect 0.5s ease-out 50ms;
animation: sonarEffect 0.5s ease-out 50ms;
}
@-webkit-keyframes spinAround {
from {
-webkit-transform: rotate(0deg); }
to {
-webkit-transform: rotate(360deg); } }
@-moz-keyframes spinAround {
from {
-moz-transform: rotate(0deg); }
to {
-moz-transform: rotate(360deg); } }
@keyframes spinAround {
from {
transform: rotate(0deg); }
to {
transform: rotate(360deg); } }
@-webkit-keyframes toRightFromLeft {
49% {
-webkit-transform: translate(100%); }
50% {
opacity: 0;
-webkit-transform: translate(-100%); }
51% {
opacity: 1; } }
@-moz-keyframes toRightFromLeft {
49% {
-moz-transform: translate(100%); }
50% {
opacity: 0;
-moz-transform: translate(-100%); }
51% {
opacity: 1; } }
@keyframes toRightFromLeft {
49% {
transform: translate(100%); }
50% {
opacity: 0;
transform: translate(-100%); }
51% {
opacity: 1; } }
@-webkit-keyframes toLeftFromRight {
49% {
-webkit-transform: translate(-100%); }
50% {
opacity: 0;
-webkit-transform: translate(100%); }
51% {
opacity: 1; } }
@-moz-keyframes toLeftFromRight {
49% {
-moz-transform: translate(-100%); }
50% {
opacity: 0;
-moz-transform: translate(100%); }
51% {
opacity: 1; } }
@keyframes toLeftFromRight {
49% {
transform: translate(-100%); }
50% {
opacity: 0;
transform: translate(100%); }
51% {
opacity: 1; } }
@-webkit-keyframes toTopFromBottom {
49% {
-webkit-transform: translateY(-100%); }
50% {
opacity: 0;
-webkit-transform: translateY(100%); }
51% {
opacity: 1; } }
@-moz-keyframes toTopFromBottom {
49% {
-moz-transform: translateY(-100%); }
50% {
opacity: 0;
-moz-transform: translateY(100%); }
51% {
opacity: 1; } }
@keyframes toTopFromBottom {
49% {
transform: translateY(-100%); }
50% {
opacity: 0;
transform: translateY(100%); }
51% {
opacity: 1; } }
@-webkit-keyframes toBottomFromTop {
49% {
-webkit-transform: translateY(100%); }
50% {
opacity: 0;
-webkit-transform: translateY(-100%); }
51% {
opacity: 1; } }
@-moz-keyframes toBottomFromTop {
49% {
-moz-transform: translateY(100%); }
50% {
opacity: 0;
-moz-transform: translateY(-100%); }
51% {
opacity: 1; } }
@keyframes toBottomFromTop {
49% {
transform: translateY(100%); }
50% {
opacity: 0;
transform: translateY(-100%); }
51% {
opacity: 1; } }
@-webkit-keyframes sonarEffect {
0% {
opacity: 0.3; }
40% {
opacity: 0.5;
box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 0px #000, 0 0 0 10px rgba(255, 255, 255, 0.5); }
100% {
box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 0px #000, 0 0 0 10px rgba(255, 255, 255, 0.5);
-webkit-transform: scale(1.5);
opacity: 0; } }
@-moz-keyframes sonarEffect {
0% {
opacity: 0.3; }
40% {
opacity: 0.5;
box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 0px #000, 0 0 0 10px rgba(255, 255, 255, 0.5); }
100% {
box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 0px #000, 0 0 0 10px rgba(255, 255, 255, 0.5);
-moz-transform: scale(1.5);
opacity: 0; } }
@keyframes sonarEffect {
0% {
opacity: 0.3; }
40% {
opacity: 0.5;
box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 0px #000, 0 0 0 10px rgba(255, 255, 255, 0.5); }
100% {
box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 0px #000, 0 0 0 10px rgba(255, 255, 255, 0.5);
transform: scale(1.5);
opacity: 0; } }@keyframes fadeInUp{from{opacity:0;transform:translate3d(0,100%,0)}to{opacity:1;transform:none}}.fadeInUp{animation-name:fadeInUp}@keyframes fadeInDown{from{opacity:0;transform:translate3d(0,-100%,0)}to{opacity:1;transform:none}}.fadeInDown{animation-name:fadeInDown}@keyframes fadeInLeft{from{opacity:0;transform:translate3d(-100%,0,0)}to{opacity:1;transform:none}}.fadeInLeft{animation-name:fadeInLeft}.elementor-widget-icon-box .elementor-icon-box-wrapper{display:flex;flex-direction:column;text-align:center}.elementor-widget-icon-box .elementor-icon-box-icon{display:inline-block;flex:0 0 auto;line-height:0}.elementor-widget-icon-box .elementor-icon-box-content{flex-grow:1;width:100%}.elementor-widget-icon-box .elementor-icon-box-title a{color:inherit}.elementor-widget-icon-box .elementor-icon-box-description{margin:0}.elementor-widget-icon-box.elementor-position-inline-end .elementor-icon-box-wrapper{flex-direction:row-reverse;text-align:end}.elementor-widget-icon-box.elementor-position-inline-start .elementor-icon-box-wrapper{flex-direction:row;text-align:start}.elementor-widget-icon-box.elementor-position-block-start .elementor-icon-box-wrapper{align-items:unset!important;flex-direction:column;text-align:center}.elementor-widget-icon-box.elementor-position-block-end .elementor-icon-box-wrapper{align-items:unset!important;flex-direction:column-reverse;text-align:center}@media (min-width:-1){.elementor-widget-icon-box.elementor-widescreen-position-inline-end .elementor-icon-box-wrapper{flex-direction:row-reverse;text-align:end}.elementor-widget-icon-box.elementor-widescreen-position-inline-start .elementor-icon-box-wrapper{flex-direction:row;text-align:start}.elementor-widget-icon-box.elementor-widescreen-position-block-start .elementor-icon-box-wrapper{align-items:unset!important;flex-direction:column;text-align:center}.elementor-widget-icon-box.elementor-widescreen-position-block-end .elementor-icon-box-wrapper{align-items:unset!important;flex-direction:column-reverse;text-align:center}}@media (max-width:-1){.elementor-widget-icon-box.elementor-laptop-position-inline-end .elementor-icon-box-wrapper{flex-direction:row-reverse;text-align:end}.elementor-widget-icon-box.elementor-laptop-position-inline-start .elementor-icon-box-wrapper{flex-direction:row;text-align:start}.elementor-widget-icon-box.elementor-laptop-position-block-start .elementor-icon-box-wrapper{align-items:unset!important;flex-direction:column;text-align:center}.elementor-widget-icon-box.elementor-laptop-position-block-end .elementor-icon-box-wrapper{align-items:unset!important;flex-direction:column-reverse;text-align:center}.elementor-widget-icon-box.elementor-tablet_extra-position-inline-end .elementor-icon-box-wrapper{flex-direction:row-reverse;text-align:end}.elementor-widget-icon-box.elementor-tablet_extra-position-inline-start .elementor-icon-box-wrapper{flex-direction:row;text-align:start}.elementor-widget-icon-box.elementor-tablet_extra-position-block-start .elementor-icon-box-wrapper{align-items:unset!important;flex-direction:column;text-align:center}.elementor-widget-icon-box.elementor-tablet_extra-position-block-end .elementor-icon-box-wrapper{align-items:unset!important;flex-direction:column-reverse;text-align:center}}@media (max-width:1024px){.elementor-widget-icon-box.elementor-tablet-position-inline-end .elementor-icon-box-wrapper{flex-direction:row-reverse;text-align:end}.elementor-widget-icon-box.elementor-tablet-position-inline-start .elementor-icon-box-wrapper{flex-direction:row;text-align:start}.elementor-widget-icon-box.elementor-tablet-position-block-start .elementor-icon-box-wrapper{align-items:unset!important;flex-direction:column;text-align:center}.elementor-widget-icon-box.elementor-tablet-position-block-end .elementor-icon-box-wrapper{align-items:unset!important;flex-direction:column-reverse;text-align:center}}@media (max-width:-1){.elementor-widget-icon-box.elementor-mobile_extra-position-inline-end .elementor-icon-box-wrapper{flex-direction:row-reverse;text-align:end}.elementor-widget-icon-box.elementor-mobile_extra-position-inline-start .elementor-icon-box-wrapper{flex-direction:row;text-align:start}.elementor-widget-icon-box.elementor-mobile_extra-position-block-start .elementor-icon-box-wrapper{align-items:unset!important;flex-direction:column;text-align:center}.elementor-widget-icon-box.elementor-mobile_extra-position-block-end .elementor-icon-box-wrapper{align-items:unset!important;flex-direction:column-reverse;text-align:center}}@media (max-width:767px){.elementor-widget-icon-box.elementor-mobile-position-inline-end .elementor-icon-box-wrapper{flex-direction:row-reverse;text-align:end}.elementor-widget-icon-box.elementor-mobile-position-inline-start .elementor-icon-box-wrapper{flex-direction:row;text-align:start}.elementor-widget-icon-box.elementor-mobile-position-block-start .elementor-icon-box-wrapper{align-items:unset!important;flex-direction:column;text-align:center}.elementor-widget-icon-box.elementor-mobile-position-block-end .elementor-icon-box-wrapper{align-items:unset!important;flex-direction:column-reverse;text-align:center}}.elementor-widget-rating{--e-rating-gap:0px;--e-rating-icon-font-size:16px;--e-rating-icon-color:#ccd6df;--e-rating-icon-marked-color:#f0ad4e;--e-rating-icon-marked-width:100%;--e-rating-justify-content:flex-start}.elementor-widget-rating .e-rating{display:flex;justify-content:var(--e-rating-justify-content)}.elementor-widget-rating .e-rating-wrapper{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:inherit;margin-block-end:calc(0px - var(--e-rating-gap));margin-inline-end:calc(0px - var(--e-rating-gap));width:-moz-fit-content;width:fit-content}.elementor-widget-rating .e-rating .e-icon{margin-block-end:var(--e-rating-gap);margin-inline-end:var(--e-rating-gap);position:relative}.elementor-widget-rating .e-rating .e-icon-wrapper.e-icon-marked{--e-rating-icon-color:var(--e-rating-icon-marked-color);height:100%;inset-block-start:0;inset-inline-start:0;overflow:hidden;position:absolute;width:var(--e-rating-icon-marked-width);z-index:1}.elementor-widget-rating .e-rating .e-icon-wrapper :is(i,svg){display:flex;flex-shrink:0}.elementor-widget-rating .e-rating .e-icon-wrapper i{color:var(--e-rating-icon-color);font-size:var(--e-rating-icon-font-size)}.elementor-widget-rating .e-rating .e-icon-wrapper svg{fill:var(--e-rating-icon-color);height:var(--e-rating-icon-font-size);width:auto}.elementor-counter{align-items:stretch;display:flex;flex-direction:column-reverse;justify-content:center}.elementor-counter .elementor-counter-number{flex-grow:var(--counter-number-grow,0)}.elementor-counter .elementor-counter-number-wrapper{display:flex;flex:1;font-size:69px;font-weight:600;line-height:1;text-align:center}.elementor-counter .elementor-counter-number-prefix{flex-grow:var(--counter-prefix-grow,1);text-align:end;white-space:pre-wrap}.elementor-counter .elementor-counter-number-suffix{flex-grow:var(--counter-suffix-grow,1);text-align:start;white-space:pre-wrap}.elementor-counter .elementor-counter-title{align-items:center;display:flex;flex:1;font-size:19px;font-weight:400;justify-content:center;line-height:2.5;margin:0;padding:0}.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=".svg"]{width:48px}.elementor-widget-image img{display:inline-block;vertical-align:middle}.owl-carousel,
.owl-carousel .owl-item {
-webkit-tap-highlight-color: transparent;
position: relative
}
.owl-carousel {
display: none;
width: 100%;
z-index: 1
}
.owl-carousel .owl-stage {
position: relative;
-ms-touch-action: pan-Y;
touch-action: manipulation;
-moz-backface-visibility: hidden
}
.owl-carousel .owl-stage:after {
content: ".";
display: block;
clear: both;
visibility: hidden;
line-height: 0;
height: 0
}
.owl-carousel .owl-stage-outer {
position: relative;
overflow: hidden;
-webkit-transform: translate3d(0, 0, 0)
}
.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
-ms-backface-visibility: hidden;
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0)
}
.owl-carousel .owl-item {
min-height: 1px;
float: left;
-webkit-backface-visibility: hidden;
-webkit-touch-callout: none
}
.owl-carousel .owl-item img {
display: block;
width: 100%
}
.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
display: none
}
.no-js .owl-carousel,
.owl-carousel.owl-loaded {
display: block
}
.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
cursor: pointer;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none
}
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
background: 0 0;
color: inherit;
border: none;
padding: 0 !important;
font: inherit
}
.owl-carousel.owl-loading {
opacity: 0;
display: block
}
.owl-carousel.owl-hidden {
opacity: 0
}
.owl-carousel.owl-refresh .owl-item {
visibility: hidden
}
.owl-carousel.owl-drag .owl-item {
-ms-touch-action: pan-y;
touch-action: pan-y;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none
}
.owl-carousel.owl-grab {
cursor: move;
cursor: grab
}
.owl-carousel.owl-rtl {
direction: rtl
}
.owl-carousel.owl-rtl .owl-item {
float: right
}
.owl-carousel .animated {
animation-duration: 1s;
animation-fill-mode: both
}
.owl-carousel .owl-animated-in {
z-index: 0
}
.owl-carousel .owl-animated-out {
z-index: 1
}
.owl-carousel .fadeOut {
animation-name: fadeOut
}
@keyframes fadeOut {
0% {
opacity: 1
}
100% {
opacity: 0
}
}
.owl-height {
transition: height .5s ease-in-out
}
.owl-carousel .owl-item .owl-lazy {
opacity: 0;
transition: opacity .4s ease
}
.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
max-height: 0
}
.owl-carousel .owl-item img.owl-lazy {
transform-style: preserve-3d
}
.owl-carousel .owl-video-wrapper {
position: relative;
height: 100%;
background: #000
}
.owl-carousel .owl-video-play-icon {
position: absolute;
height: 80px;
width: 80px;
left: 50%;
top: 50%;
margin-left: -40px;
margin-top: -40px;
background: url(//rishikahealthcare.com/wp-content/plugins/plugin-core/assets/css/owl.video.play.png) no-repeat;
cursor: pointer;
z-index: 1;
-webkit-backface-visibility: hidden;
transition: transform .1s ease
}
.owl-carousel .owl-video-play-icon:hover {
-ms-transform: scale(1.3, 1.3);
transform: scale(1.3, 1.3)
}
.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
display: none
}
.owl-carousel .owl-video-tn {
opacity: 0;
height: 100%;
background-position: center center;
background-repeat: no-repeat;
background-size: contain;
transition: opacity .4s ease
}
.owl-carousel .owl-video-frame {
position: relative;
z-index: 1;
height: 100%;
width: 100%
}
body.rtl .owl-carousel .owl-stage-outer {
direction: ltr;
}@font-face {
font-family: "star";
src: url(//rishikahealthcare.com/wp-content/plugins/plugin-core/assets/font/star.eot);
src: url(//rishikahealthcare.com/wp-content/plugins/plugin-core/assets/font/star.eot?#iefix) format("embedded-opentype"),
url(//rishikahealthcare.com/wp-content/plugins/plugin-core/assets/font/star.woff) format("woff"),
url(//rishikahealthcare.com/wp-content/plugins/plugin-core/assets/font/star.ttf) format("truetype"),
url(//rishikahealthcare.com/wp-content/plugins/plugin-core/assets/font/star.svg#star) format("svg");
font-weight: normal;
font-style: normal;
}
.tfc-testimonial-carousel .owl-carousel .owl-stage-outer {
margin: -25px;
padding: 25px;
} .tfc-testimonial-carousel.style-1 .item-testimonial {
padding: 50px 60px 43px 60px;
background-color: #d6e8eb;
border-radius: 10px;
}
.tfc-testimonial-carousel .sale {
font-size: 24px;
font-weight: 700;
line-height: 35px;
letter-spacing: -0.5px;
font-family: "Rethink Sans";
color: var(--theme-primary-color);
}
.tfc-testimonial-carousel.style-1 .icon-quote {
font-size: 54px;
color: var(--theme-primary-color);
}
.tfc-testimonial-carousel.style-1 .bottom-inner {
display: flex;
align-items: center;
flex-wrap: wrap;
margin-top: 21px;
}
.tfc-testimonial-carousel.style-1 .item-testimonial .avatar {
margin-right: 10px;
width: 40px;
height: 40px;
border-radius: 99px;
overflow: hidden;
}
.tfc-testimonial-carousel .item-testimonial .description {
font-weight: 500;
font-size: 20px;
line-height: 32px;
color: var(--theme-primary-color);
font-family: "Rethink Sans";
}
.tfc-testimonial-carousel.style-1 .description {
margin-bottom: 78px;
margin-top: 70px;
}
.tfc-testimonial-carousel.style-1 .item-testimonial .rating {
margin-bottom: 5px;
}
.tfc-testimonial-carousel .owl-nav .owl-next,
.tfc-testimonial-carousel .owl-nav .owl-prev {
font-size: 12px !important;
line-height: 45px;
color: #fff !important;
background: #0c171a;
}
.tfc-testimonial-carousel
.owl-nav
.owl-next:hover
.tfc-testimonial-carousel
.owl-nav
.owl-prev:hover {
background: var(--theme-secondary-color) !important;
}
.tfc-testimonial-carousel .owl-dots .owl-dot.active span {
width: 21px;
height: 21px;
border-radius: 100px;
border: 1px solid;
border-color: #ff3f25;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
} .tfc-testimonial-carousel.style-2 .item-testimonial {
background: #f5f5f3;
border-radius: 10px;
padding: 47px 80px 50px 80px;
position: relative;
}
.tfc-testimonial-carousel.style-2 .item-testimonial::before {
background-image: url(//rishikahealthcare.com/wp-content/plugins/plugin-core/assets/img/line-tes.png);
background-position: bottom right;
position: absolute;
background-repeat: no-repeat;
bottom: 0;
width: 100%;
height: 100%;
right: 0;
content: "";
overflow: hidden;
}
.tfc-testimonial-carousel.style-2 .sale {
font-size: 30px;
font-weight: 700;
line-height: 45px;
letter-spacing: -0.7px;
font-family: "Rethink Sans";
color: #4b168c;
}
.tfc-testimonial-carousel.style-2 .bottom-inner {
display: flex;
align-items: center;
flex-wrap: wrap;
margin-top: 21px;
}
.tfc-testimonial-carousel.style-2 .item-testimonial .avatar {
margin-right: 10px;
width: 40px;
height: 40px;
border-radius: 99px;
overflow: hidden;
}
.tfc-testimonial-carousel.style-2 .item-testimonial .name {
font-weight: 700;
font-size: 22px;
line-height: 22px;
color: var(--theme-primary-color);
font-family: "Rethink Sans";
letter-spacing: -0.5px;
}
.tfc-testimonial-carousel.style-2 .item-testimonial .position {
font-weight: 400;
font-size: 16px;
line-height: 25px;
margin-left: 5px;
color: #666b68;
font-family: "Rethink Sans";
letter-spacing: 0px;
}
.tfc-testimonial-carousel.style-2 .item-testimonial .description {
font-weight: 700;
font-size: 30px;
line-height: 40px;
color: var(--theme-primary-color);
}
.tfc-testimonial-carousel.style-2 .description {
margin-top: 67px;
margin-bottom: 83px;
}
.tfc-testimonial-carousel.style-2 .item-testimonial .rating {
margin-bottom: 10px;
}
.tfc-testimonial-carousel.style-2 .item-testimonial .icon-quote {
font-size: 53px;
color: #4b168c;
position: relative;
z-index: 0;
}
.tfc-testimonial-carousel .testimonial-star-rating {
overflow: hidden;
position: relative;
line-height: 1;
font-size: 17px;
font-family: star;
color: #ff3f25;
letter-spacing: 7px;
}
.tfc-testimonial-carousel .testimonial-star-rating::before {
content: "\73\73\73\73\73";
}
.tfc-testimonial-carousel .testimonial-star-rating span {
overflow: hidden;
top: 0;
left: 0;
position: absolute;
width: 100%;
}
.tfc-testimonial-carousel .testimonial-star-rating span:before {
content: "\53\53\53\53\53";
} .tfc-testimonial-carousel.style-3 .item-testimonial {
background: #ffffff;
border-radius: 7px;
padding: 70px 50px 40px 50px;
position: relative;
}
.tfc-testimonial-carousel.style-3 .sale {
font-size: 25px;
font-weight: 700;
line-height: 34px;
letter-spacing: -0.7px;
font-family: "Rethink Sans";
margin-bottom: 20px;
}
.tfc-testimonial-carousel.style-3 .testimonial-content {
display: flex;
padding-bottom: 38px;
border-bottom: 1px solid #ebedff;
}
.tfc-testimonial-carousel.style-3 .item-testimonial .avatar {
margin-right: 20px;
width: 50px;
height: 50px;
border-radius: 99px;
overflow: hidden;
}
.tfc-testimonial-carousel.style-3 .item-testimonial .name {
font-weight: 700;
font-size: 22px;
line-height: 22px;
color: var(--theme-primary-color);
font-family: "Rethink Sans";
letter-spacing: -1.3px;
margin-bottom: 5px;
margin-top: 2px;
}
.tfc-testimonial-carousel.style-3 .item-testimonial .position {
font-weight: 400;
font-size: 16px;
line-height: 25px;
color: #666b68;
font-family: "Rethink Sans";
letter-spacing: 0px;
}
.tfc-testimonial-carousel.style-3 .item-testimonial .description {
font-weight: 500;
font-size: 20px;
line-height: 32px;
color: var(--theme-primary-color);
}
.tfc-testimonial-carousel.style-3 .description {
margin-top: 39px;
}
.tfc-testimonial-carousel.style-3 .item-testimonial .rating {
position: absolute;
right: 12px;
top: 17px;
}
.tfc-testimonial-carousel.style-3 .item-testimonial .icon-quote {
font-size: 53px;
margin-top: 40px;
color: var(--theme-primary-color);
position: relative;
z-index: 0;
} .tfc-testimonial-carousel.style-4 .item-testimonial {
border-radius: 10px;
background: #f5f5f3;
padding: 49px 57px 50px 60px;
}
.tfc-testimonial-carousel.style-4 .sale {
font-size: 24px;
font-weight: 700;
line-height: 32px;
letter-spacing: -0.5px;
font-family: "Rethink Sans";
color: var(--theme-primary-color);
}
.tfc-testimonial-carousel.style-4 .testimonial-bottom {
background: #ffffff;
border-radius: 15px;
padding: 20px 35px 20px 30px;
display: flex;
align-items: center;
justify-content: space-between;
gap: 10px;
}
.tfc-testimonial-carousel.style-4 .bottom-inner {
display: flex;
align-items: center;
flex-wrap: wrap;
gap: 20px;
}
.tfc-testimonial-carousel.style-4 .item-testimonial .avatar {
width: 65px;
height: 65px;
border-radius: 99px;
overflow: hidden;
}
.tfc-testimonial-carousel.style-4 .item-testimonial .name {
font-weight: 700;
font-size: 22px;
line-height: 22px;
color: var(--theme-primary-color);
font-family: "Rethink Sans";
letter-spacing: -1.3px;
margin-bottom: 3px;
}
.tfc-testimonial-carousel.style-4 .item-testimonial .position {
font-weight: 400;
font-size: 16px;
line-height: 25px;
color: #666b68;
font-family: "Rethink Sans";
letter-spacing: 0px;
}
.tfc-testimonial-carousel.style-4 .item-testimonial .description {
font-weight: 600;
font-size: 24px;
line-height: 35px;
color: var(--theme-primary-color);
letter-spacing: -0.4px;
}
.tfc-testimonial-carousel.style-4 .description {
margin-top: 49px;
margin-bottom: 51px;
}
.tfc-testimonial-carousel.style-4 .item-testimonial .rating {
margin-bottom: 7px;
color: #fdb517;
}
.tfc-testimonial-carousel.style-4 .item-testimonial .icon-quote {
font-size: 53px;
color: #fdb517;
position: relative;
z-index: 0;
} .tfc-testimonial-carousel.style-5 .item-testimonial {
background: #ffffff;
border-radius: 10px;
padding: 68px 60px 70px 71px;
position: relative;
}
.tfc-testimonial-carousel.style-5 .item-testimonial::before {
background-image: url(//rishikahealthcare.com/wp-content/plugins/plugin-core/assets/img/line-tes1.png);
background-position: bottom right;
position: absolute;
background-repeat: no-repeat;
bottom: 30.5%;
width: 100%;
height: 100%;
right: 0;
content: "";
z-index: 1;
overflow: hidden;
}
.tfc-testimonial-carousel.style-5 .testimonial-top,
.tfc-testimonial-carousel.style-5 .testimonial-content,
.tfc-testimonial-carousel.style-5 .testimonial-bottom {
z-index: 2;
position: relative;
}
.tfc-testimonial-carousel.style-5 .sale {
font-size: 27px;
font-weight: 700;
line-height: 40px;
letter-spacing: 0px;
font-family: "Rethink Sans";
color: var(--theme-primary-color);
}
.tfc-testimonial-carousel.style-5 .bottom-inner {
display: flex;
align-items: center;
flex-wrap: wrap;
margin-top: 22px;
}
.tfc-testimonial-carousel.style-5 .item-testimonial .avatar {
margin-top: 33px;
width: 85px;
height: 85px;
border-radius: 99px;
overflow: hidden;
}
.tfc-testimonial-carousel.style-5 .item-testimonial .name {
font-weight: 700;
font-size: 22px;
line-height: 22px;
color: var(--theme-primary-color);
font-family: "Rethink Sans";
letter-spacing: 0.5px;
}
.tfc-testimonial-carousel.style-5 .item-testimonial .position {
font-weight: 400;
font-size: 16px;
line-height: 25px;
margin-left: 3px;
color: #666b68;
font-family: "Rethink Sans";
letter-spacing: -0.4px;
}
.tfc-testimonial-carousel.style-5 .item-testimonial .description {
font-weight: 700;
font-size: 40px;
line-height: 52px;
color: var(--theme-primary-color);
letter-spacing: -0.8px;
}
.tfc-testimonial-carousel.style-5 .description {
margin-top: 47px;
margin-bottom: 89px;
}
.tfc-testimonial-carousel.style-5 .item-testimonial .rating {
margin-bottom: 12px;
}
.tfc-testimonial-carousel.style-5 .item-testimonial .icon-quote {
font-size: 53px;
color: var(--theme-primary-color);
position: relative;
z-index: 0;
}
.tfc-testimonial-carousel.style-5 .testimonial-star-rating {
color: var(--theme-primary-color);
}
.tfc-testimonial-carousel .owl-carousel .owl-dot {
position: relative;
} .tfc-testimonial-carousel.style-6 .item-testimonial {
background: #F5F5F3;
border-radius: 10px;
padding: 37px 70px 39px 70px;
position: relative;
overflow: hidden;
}
.tfc-testimonial-carousel.style-6 .item-testimonial::before {
background-image: url(http://localhost/micare/wp-content/uploads/2025/05/line-tes.png);
background-position: bottom right;
position: absolute;
background-repeat: no-repeat;
bottom: -42%;
width: 100%;
height: 100%;
right: 0;
content: "";
}
.tfc-testimonial-carousel.style-6 .sale {
font-size: 24px;
font-weight: 700;
line-height: 35px;
letter-spacing: -0.5px;
font-family: "Rethink Sans";
color: var(--theme-primary-color);
}
.tfc-testimonial-carousel.style-6 .bottom-inner {
display: flex;
align-items: center;
flex-wrap: wrap;
margin-top: 0px;
}
.tfc-testimonial-carousel.style-6 .item-testimonial .avatar {
margin-right: 10px;
width: 40px;
height: 40px;
border-radius: 99px;
overflow: hidden;
}
.tfc-testimonial-carousel.style-6 .item-testimonial .name {
font-weight: 700;
font-size: 22px;
line-height: 22px;
color: var(--theme-primary-color);
font-family: "Rethink Sans";
letter-spacing: -0.5px;
}
.tfc-testimonial-carousel.style-6 .item-testimonial .position {
font-weight: 400;
font-size: 16px;
line-height: 25px;
margin-left: 5px;
color: #666b68;
font-family: "Rethink Sans";
letter-spacing: 0px;
}
.tfc-testimonial-carousel.style-6 .item-testimonial .description {
font-weight: 700;
font-size: 30px;
line-height: 40px;
color: var(--theme-primary-color);
}
.tfc-testimonial-carousel.style-6 .testimonial-bottom {
display: flex;
align-items: center;
flex-wrap: wrap;
gap: 20px;
}
.tfc-testimonial-carousel.style-6 .description {
margin-top: 39px;
margin-bottom: 37px;
}
.tfc-testimonial-carousel.style-6 .item-testimonial .rating {
margin-bottom: 6px;
}
.tfc-testimonial-carousel.style-6 .item-testimonial .icon-quote {
font-size: 48px;
color: #FF3F25;
position: relative;
z-index: 0;
} .tfc-testimonial-carousel .owl-nav .owl-prev,
.tfc-testimonial-carousel .owl-nav .owl-next {
padding: 0;
width: 50px;
height: 50px;
display: inline-block;
position: absolute;
top: 50%;
left: 0;
transform: translateY(-50%);
background-color: rgba(0, 0, 0, 0.2);
border-radius: 5px;
color: #fff;
text-align: center;
line-height: 50px;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.tfc-testimonial-carousel .owl-nav .owl-next {
left: unset;
right: 0;
}
.tfc-testimonial-carousel .owl-nav .owl-prev:before,
.tfc-testimonial-carousel .owl-nav .owl-next:before,
.tfc-testimonial-carousel .owl-dots .owl-dot:before {
display: none;
}
.tfc-testimonial-carousel.no-arrow .owl-nav .owl-prev,
.tfc-testimonial-carousel.no-arrow .owl-nav .owl-next {
display: none;
}
.tfc-testimonial-carousel.has-arrow .owl-nav .owl-prev,
.tfc-testimonial-carousel.has-arrow .owl-nav .owl-next {
display: block;
display: flex;
justify-content: center;
align-items: center;
}
.tfc-testimonial-carousel .owl-dots {
display: inline-flex;
position: absolute;
left: 50%;
transform: translateX(-50%);
}
.tfc-testimonial-carousel.style-4 .owl-dots {
display: none;
}
.tfc-testimonial-carousel.style-2 .owl-dots {
display: flex !important;
gap: 14px;
}
.tfc-testimonial-carousel.has-carousel.no-bullets .owl-dots,
.tfc-testimonial-carousel.no-bullets .owl-dots {
display: none;
}
.tfc-testimonial-carousel.has-carousel.has-bullets .owl-dots {
display: block;
}
.group-style3-testimonial .content-right .wrap-thumbnail .tesThumb {
cursor: grab;
}
.tfc-testimonial-carousel .item-testimonial .avatar img {
height: 100%;
object-fit: cover;
} .step-carousel .header-step { background: #fff;
border-radius: 7px;
padding: 23px 30px;
text-align: center;
padding-bottom: 26px;
margin-bottom: 25px;
}
.step-carousel .header-step .date {
font-weight: 500;
font-size: 16px;
color: #666B68;
margin-bottom: 9px;
}
.step-carousel .header-step .name {
font-weight: 700;
font-size: 22px;
line-height: 100%;
letter-spacing: -2%;
color: #0C171A;
}
.step-carousel .spacing {
text-align: center;
position: relative;
margin-bottom: 25px;
}
.owl-item.active.indexActiveItem .spacing::after {
width: 105%;
}
.step-carousel .spacing::after {
content: '';
width: 105%;
height: 1px;
background: #d6d9db;
position: absolute;
top: 50%;
left: 0;
transform: translateY(-50%);
}
.step-carousel .spacing svg {
position: relative;
z-index: 10;
}
.step-carousel .item-step {
background: #fff;
padding: 10px;
border-radius: 7px;
display: flex
;
gap: 40px;
}
.step-carousel .item-step .description {
width: 100%;
font-weight: 400;
font-size: 16px;
line-height: 26px;
color: #666B68;
padding: 23px 0px 0px 31px;
}
.step-carousel .item-step .description p {
margin-bottom: 20px;
}
.step-carousel .item-step .description ul {
padding: 0;
list-style: none;
margin-bottom: 30px;
}
.step-carousel .item-step .description ul li:not(:last-child) {
margin-bottom: 10px;
}
.step-carousel .item-step .description ul li::before {
width: 5px;
height: 5px;
border-radius: 50%;
background: var(--theme-secondary-color);
vertical-align: middle;
margin-right: 10px;
display: inline-block;
content: '';
}
.step-carousel .item-step .description strong {
color: #0C171A;
font-weight: 700;
display: block;
margin-bottom: -13px;
letter-spacing: -0.3px;
}
.step-carousel .item-step .description strong::before {
width: 5px;
height: 5px;
border-radius: 50%;
background: var(--theme-secondary-color);
vertical-align: middle;
margin-right: 10px;
display: inline-block;
content: '';
}
.step-carousel .item-step .features-post {
width: 95%;
overflow: hidden;
border-radius: 7px;
}
.step-carousel .item-step .features-post img {
width: 100%;
height: 350px;
object-position: top;
object-fit: cover;
}
.step-carousel .owl-dots .owl-dot:hover,
.step-carousel .owl-dots .owl-dot.active {
background-color: var(--theme-secondary-color);
}
.step-carousel .owl-nav button {
background-color: #fff;
color: #0C171A;
}
.step-carousel .owl-nav button:hover,
.step-carousel .owl-nav button.active {
background-color: var(--theme-secondary-color);
color: #fff;
} .tfc-carousel-box.style-1 .item-box-carousel {
background: #ffffff;
border-radius: 10px;
padding: 40px 35px 32px 40px;
}
.tfc-carousel-box.style-1 .name {
font-size: 14px;
font-weight: 700;
line-height: 14px;
background: #ff3f25;
display: inline-block;
padding: 5px 10px;
color: #fff;
border-radius: 5px;
position: absolute;
right: 10px;
top: 10px;
}
.tfc-testimonial-carousel.style-1 .name {
font-size: 22px;
font-weight: 700;
color: #0C171A;
letter-spacing: -0.5px;
}
.tfc-carousel-box.style-1 .icon-quote {
font-size: 55px;
color: var(--theme-primary-color);
margin-bottom: 31px;
display: inline-block;
transform: rotateY(0);
-khtml-transition: all 0.4s cubic-bezier(0.4, 0.5, 0.6, 0.7);
-moz-transition: all 0.4s cubic-bezier(0.4, 0.5, 0.6, 0.7);
-ms-transition: all 0.4s cubic-bezier(0.4, 0.5, 0.6, 0.7);
-o-transition: all 0.4s cubic-bezier(0.4, 0.5, 0.6, 0.7);
transition: all 0.4s cubic-bezier(0.4, 0.5, 0.6, 0.7);
}
.tfc-carousel-box.style-1 .item-box-carousel:hover .icon-quote {
animation: spinAround 0.5s linear;
-moz-animation: spinAround 0.5s linear;
-webkit-animation: spinAround 0.5s linear;
}
.tfc-carousel-box.style-1 .sale {
font-size: 22px;
font-weight: 700;
line-height: 30px;
letter-spacing: -0.5px;
color: var(--theme-primary-color);
margin-bottom: 24px;
}
.tfc-carousel-box.style-1 .box-carousel-top {
padding-bottom: 30px;
border-bottom: 1px solid #eeefef;
margin-bottom: 34px;
}
.tfc-carousel-box.style-1 .position {
font-size: 16px;
font-weight: 500;
color: #666b68;
line-height: 22px;
}
.tfc-carousel-box.style-1 .description {
font-size: 16px;
font-weight: 400;
line-height: 26px;
}
.tfc-carousel-box.style-1 .position span {
font-size: 22px;
font-weight: 700;
color: var(--theme-primary-color);
line-height: 22px;
}
.tfc-carousel-box.style-1 .tf-btn {
display: inline-block;
margin-top: 16px;
font-size: 14px;
padding: 12px 31px;
background-color: #d6e8eb;
color: var(--theme-primary-color);
}
.tfc-carousel-box.style-1 .tf-btn:hover {
background-color: var(--theme-secondary-color);
color: #fff;
}
.tfc-carousel-box.style-1 .tf-btn i {
margin-left: 6px;
font-size: 17px;
}
.tfc-carousel-box.style-2 .item-box-carousel {
background: #fff;
border-radius: 7px;
padding: 40px 45px;
text-align: center;
}
.tfc-carousel-box.style-2 .item-box-carousel .icon-quote {
font-size: 65px;
color: #0b55e5;
margin-bottom: 50px;
transform: rotateY(0);
-khtml-transition: all 0.4s cubic-bezier(0.4, 0.5, 0.6, 0.7);
-moz-transition: all 0.4s cubic-bezier(0.4, 0.5, 0.6, 0.7);
-ms-transition: all 0.4s cubic-bezier(0.4, 0.5, 0.6, 0.7);
-o-transition: all 0.4s cubic-bezier(0.4, 0.5, 0.6, 0.7);
transition: all 0.4s cubic-bezier(0.4, 0.5, 0.6, 0.7);
}
.tfc-carousel-box.style-2 .item-box-carousel:hover .icon-quote {
animation: spinAround 0.5s linear;
-moz-animation: spinAround 0.5s linear;
-webkit-animation: spinAround 0.5s linear;
}
.tfc-carousel-box.style-2 .sale {
font-size: 20px;
font-weight: 600;
line-height: 30px;
color: var(--theme-primary-color);
}
.tfc-carousel-box.style-3 .item-box-carousel{
background: #D6E8EB;
border-radius: 10px;
padding: 40px 40px 32px 40px;
}
.tfc-carousel-box.style-3 .position {
width: 40px;
height: 40px;
display: inline-block;
text-align: center;
border: 1px solid #0C171A;
line-height: 40px;
border-radius: 100px;
font-size: 16px;
font-weight: 600;
color: #0C171A;
margin-bottom: 30px;
}
.tfc-carousel-box.style-3 .sale {
font-size: 22px;
font-weight: 700;
line-height: 1.3em;
color: #0C171A;
margin-bottom: 30px;
}
.tfc-carousel-box.style-3 .description {
color: #666B68;
font-size: 16px;
font-weight: 400;
line-height: 26px;
display: inline-block;
transition: all 0.7s ease-in-out;
opacity: 0;
transform: translateY(30px);
}
.tfc-carousel-box.style-3 .item-box-carousel:hover .description {
opacity: 1;
transform: translateY(0px);
}
.tfc-carousel-box.style-3 .inner-content {
transform: translateY(81px);
transition: all 0.3s ease-in-out;
}
.tfc-carousel-box.style-3 .item-box-carousel:hover .inner-content {
transform: translateY(0px);
}
@keyframes spinAround {
0% {
transform: rotate(0deg);
}
25% {
transform: rotate(10deg);
}
50% {
transform: rotate(0deg);
}
75% {
transform: rotate(-10deg);
}
100% {
transform: rotate(0deg);
}
}
.tfc-carousel-box
.owl-nav
.owl-next:hover
.tfc-carousel-box
.owl-nav
.owl-prev:hover {
background: var(--theme-secondary-color) !important;
}
.tfc-carousel-box .owl-dots .owl-dot.active {
margin: 0 12px !important;
transition: all 0.3s ease-in-out;
}
.tfc-carousel-box .owl-dots .owl-dot.active span {
width: 21px;
height: 21px;
border-radius: 100px;
border: 1px solid;
border-color: #ff3f25;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
.tfc-carousel-box.style-1 .owl-dots .owl-dot.active span {
border: 0px solid;
}
.tfc-carousel-box .owl-carousel .owl-dot {
position: relative;
} .tfc-carousel-box .owl-nav .owl-prev,
.tfc-carousel-box .owl-nav .owl-next {
padding: 0;
width: 50px;
height: 50px;
display: inline-block;
position: absolute;
top: 50%;
left: 0;
transform: translateY(-50%);
background-color: rgba(0, 0, 0, 0.2);
border-radius: 5px;
color: #fff;
text-align: center;
line-height: 50px;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.tfc-carousel-box .owl-nav .owl-prev i,
.tfc-carousel-box .owl-nav .owl-next i {
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.tfc-carousel-box .owl-nav .owl-prev:hover i,
.tfc-carousel-box .owl-nav .owl-next:hover i {
rotate: -45deg;
}
.tfc-carousel-box .owl-nav .owl-next {
left: unset;
right: 0;
}
.tfc-carousel-box .owl-nav .owl-prev:before,
.tfc-carousel-box .owl-nav .owl-next:before,
.tfc-carousel-box .owl-dots .owl-dot:before {
display: none;
}
.tfc-carousel-box.no-arrow .owl-nav .owl-prev,
.tfc-carousel-box.no-arrow .owl-nav .owl-next {
display: none;
}
.tfc-carousel-box.has-arrow .owl-nav .owl-prev,
.tfc-carousel-box.has-arrow .owl-nav .owl-next {
display: block;
display: flex;
justify-content: center;
align-items: center;
}
.tfc-carousel-box .owl-dots {
display: inline-block;
position: absolute;
left: 50%;
transform: translateX(-50%);
}
.tfc-carousel-box.has-carousel.no-bullets .owl-dots,
.tfc-carousel-box.no-bullets .owl-dots {
display: none;
}
.tfc-carousel-box.has-carousel.has-bullets .owl-dots {
display: block;
} @media (max-width: 1200px) {
.group-style3-testimonial {
gap: 40px;
}
.group-style3-testimonial .content-right .wrap-thumbnail .tesThumb {
margin-right: 0px;
}
.group-style3-testimonial .content-right .wrap-thumbnail .tesThumb {
margin-right: 0px;
padding-top: 60px;
}
.group-style3-testimonial .content-right {
width: 50%;
}
}
@media (max-width: 1024px) {
.tfc-testimonial-carousel.style-4 .owl-dots {
display: block;
}
.tfc-carousel-box.style-1 .owl-dots .owl-dot.active span {
border: 1px solid;
}
.tfc-testimonial-carousel.style-2 .item .bg-quote,
.tfc-testimonial-carousel.style-2 .item .bg-quote:before {
display: none;
}
.tfc-testimonial-carousel.style-2 .item .wrap-content {
padding: 37px 50px 48px 200px;
}
.tfc-testimonial-carousel.style-1 .description {
padding: 0;
}
.step-carousel .item-step .description {
padding: 10px;
}
.step-carousel .item-step {
gap: 20px;
}
.step-carousel .item-step .features-post img {
height: 100%;
}
}
@media (max-width: 991px) {
.group-style3-testimonial {
flex-direction: column;
}
.group-style3-testimonial .content-left,
.group-style3-testimonial .content-right {
width: 100%;
}
}
@media (max-width: 767px) {
.tfc-testimonial-carousel.style-4 .content .name {
margin-left: 0px;
}
.tfc-testimonial-carousel .item .wrap-author {
display: block;
}
.tfc-testimonial-carousel .item .name {
margin-left: 0px;
}
.tfc-testimonial-carousel.style-2 .item .wrap-content {
padding: 60px 30px 60px 30px;
}
.tfc-testimonial-carousel.style-2 .item .image-quote {
position: relative;
top: auto;
left: auto;
transform: translateY(0);
margin-bottom: 20px;
}
.tfc-testimonial-carousel.style-3 .owl-carousel {
padding: 0 0px;
}
}
@media (max-width: 991px) {
.group-style3-testimonial .content-right .group-text {
margin-bottom: 30px;
}
.group-style3-testimonial .content-right .wrap-thumbnail .swiper-button-next,
.group-style3-testimonial .content-right .wrap-thumbnail .swiper-button-prev {
display: none;
}
.step-carousel .item-step {
flex-direction: column;
}
.step-carousel .item-step .features-post {
width: 100%;
order: -1;
}
.step-carousel .item-step {
gap: 20px;
}
}
@media (max-width: 767px) {
.tfc-testimonial-carousel.style-1 .item-testimonial {
flex-direction: column;
}
.tfc-testimonial-carousel.style-1 .item-testimonial .avatar {
max-width: 100%;
margin-right: 0px;
}
.form-consultation .cols {
gap: 0px !important;
flex-direction: column;
}
.tfc-testimonial-carousel.style-3 .item-testimonial {
padding: 22px 30px 0px 30px;
flex-direction: column;
}
.tfc-testimonial-carousel.style-3 .testimonial-image {
max-width: 100%;
}
.tfc-testimonial-carousel.style-4 .item-testimonial .testimonial-top {
align-items: flex-start;
flex-direction: column;
}
.tfc-testimonial-carousel.style-4 .avatar {
margin-left: 0px;
margin-right: 0px;
margin-bottom: 20px;
}
.tfc-carousel-box.style-3 .item-box-carousel .description {
opacity: 1;
transform: translateY(0px);
}
.tfc-carousel-box.style-3 .item-box-carousel .inner-content {
transform: translateY(0px);
}
}
@media (max-width: 480px) {
.tfc-testimonial-carousel.style-2 .item-testimonial {
flex-direction: column;
}
.tfc-testimonial-carousel.style-2 .item-testimonial .testimonial-image {
max-width: 100%;
}
}.elementor-widget.elementor-icon-list--layout-inline .elementor-widget-container,.elementor-widget:not(:has(.elementor-widget-container)) .elementor-widget-container{overflow:hidden}.elementor-widget .elementor-icon-list-items.elementor-inline-items{display:flex;flex-wrap:wrap;margin-inline:-8px}.elementor-widget .elementor-icon-list-items.elementor-inline-items .elementor-inline-item{word-break:break-word}.elementor-widget .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item{margin-inline:8px}.elementor-widget .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after{border-width:0;border-inline-start-width:1px;border-style:solid;height:100%;inset-inline-end:-8px;inset-inline-start:auto;position:relative;width:auto}.elementor-widget .elementor-icon-list-items{list-style-type:none;margin:0;padding:0}.elementor-widget .elementor-icon-list-item{margin:0;padding:0;position:relative}.elementor-widget .elementor-icon-list-item:after{inset-block-end:0;position:absolute;width:100%}.elementor-widget .elementor-icon-list-item,.elementor-widget .elementor-icon-list-item a{align-items:var(--icon-vertical-align,center);display:flex;font-size:inherit}.elementor-widget .elementor-icon-list-icon+.elementor-icon-list-text{align-self:center;padding-inline-start:5px}.elementor-widget .elementor-icon-list-icon{display:flex;inset-block-start:var(--icon-vertical-offset,initial);position:relative}.elementor-widget .elementor-icon-list-icon svg{height:var(--e-icon-list-icon-size,1em);width:var(--e-icon-list-icon-size,1em)}.elementor-widget .elementor-icon-list-icon i{font-size:var(--e-icon-list-icon-size);width:1.25em}.elementor-widget.elementor-widget-icon-list .elementor-icon-list-icon{text-align:var(--e-icon-list-icon-align)}.elementor-widget.elementor-widget-icon-list .elementor-icon-list-icon svg{margin:var(--e-icon-list-icon-margin,0 calc(var(--e-icon-list-icon-size, 1em) * .25) 0 0)}.elementor-widget.elementor-list-item-link-full_width a{width:100%}.elementor-widget.elementor-align-center .elementor-icon-list-item,.elementor-widget.elementor-align-center .elementor-icon-list-item a{justify-content:center}.elementor-widget.elementor-align-center .elementor-icon-list-item:after{margin:auto}.elementor-widget.elementor-align-center .elementor-inline-items{justify-content:center}.elementor-widget.elementor-align-start .elementor-icon-list-item,.elementor-widget.elementor-align-start .elementor-icon-list-item a{justify-content:start;text-align:start}.elementor-widget.elementor-align-start .elementor-inline-items{justify-content:start}.elementor-widget.elementor-align-end .elementor-icon-list-item,.elementor-widget.elementor-align-end .elementor-icon-list-item a{justify-content:end;text-align:end}.elementor-widget.elementor-align-end .elementor-icon-list-items{justify-content:end}.elementor-widget:not(.elementor-align-end) .elementor-icon-list-item:after{inset-inline-start:0}.elementor-widget:not(.elementor-align-start) .elementor-icon-list-item:after{inset-inline-end:0}@media (min-width:-1){.elementor-widget.elementor-widescreen-align-center .elementor-icon-list-item,.elementor-widget.elementor-widescreen-align-center .elementor-icon-list-item a{justify-content:center}.elementor-widget.elementor-widescreen-align-center .elementor-icon-list-item:after{margin:auto}.elementor-widget.elementor-widescreen-align-center .elementor-inline-items{justify-content:center}.elementor-widget.elementor-widescreen-align-start .elementor-icon-list-item,.elementor-widget.elementor-widescreen-align-start .elementor-icon-list-item a{justify-content:start;text-align:start}.elementor-widget.elementor-widescreen-align-start .elementor-inline-items{justify-content:start}.elementor-widget.elementor-widescreen-align-end .elementor-icon-list-item,.elementor-widget.elementor-widescreen-align-end .elementor-icon-list-item a{justify-content:end;text-align:end}.elementor-widget.elementor-widescreen-align-end .elementor-icon-list-items{justify-content:end}.elementor-widget:not(.elementor-widescreen-align-end) .elementor-icon-list-item:after{inset-inline-start:0}.elementor-widget:not(.elementor-widescreen-align-start) .elementor-icon-list-item:after{inset-inline-end:0}}@media (max-width:-1){.elementor-widget.elementor-laptop-align-center .elementor-icon-list-item,.elementor-widget.elementor-laptop-align-center .elementor-icon-list-item a{justify-content:center}.elementor-widget.elementor-laptop-align-center .elementor-icon-list-item:after{margin:auto}.elementor-widget.elementor-laptop-align-center .elementor-inline-items{justify-content:center}.elementor-widget.elementor-laptop-align-start .elementor-icon-list-item,.elementor-widget.elementor-laptop-align-start .elementor-icon-list-item a{justify-content:start;text-align:start}.elementor-widget.elementor-laptop-align-start .elementor-inline-items{justify-content:start}.elementor-widget.elementor-laptop-align-end .elementor-icon-list-item,.elementor-widget.elementor-laptop-align-end .elementor-icon-list-item a{justify-content:end;text-align:end}.elementor-widget.elementor-laptop-align-end .elementor-icon-list-items{justify-content:end}.elementor-widget:not(.elementor-laptop-align-end) .elementor-icon-list-item:after{inset-inline-start:0}.elementor-widget:not(.elementor-laptop-align-start) .elementor-icon-list-item:after{inset-inline-end:0}.elementor-widget.elementor-tablet_extra-align-center .elementor-icon-list-item,.elementor-widget.elementor-tablet_extra-align-center .elementor-icon-list-item a{justify-content:center}.elementor-widget.elementor-tablet_extra-align-center .elementor-icon-list-item:after{margin:auto}.elementor-widget.elementor-tablet_extra-align-center .elementor-inline-items{justify-content:center}.elementor-widget.elementor-tablet_extra-align-start .elementor-icon-list-item,.elementor-widget.elementor-tablet_extra-align-start .elementor-icon-list-item a{justify-content:start;text-align:start}.elementor-widget.elementor-tablet_extra-align-start .elementor-inline-items{justify-content:start}.elementor-widget.elementor-tablet_extra-align-end .elementor-icon-list-item,.elementor-widget.elementor-tablet_extra-align-end .elementor-icon-list-item a{justify-content:end;text-align:end}.elementor-widget.elementor-tablet_extra-align-end .elementor-icon-list-items{justify-content:end}.elementor-widget:not(.elementor-tablet_extra-align-end) .elementor-icon-list-item:after{inset-inline-start:0}.elementor-widget:not(.elementor-tablet_extra-align-start) .elementor-icon-list-item:after{inset-inline-end:0}}@media (max-width:1024px){.elementor-widget.elementor-tablet-align-center .elementor-icon-list-item,.elementor-widget.elementor-tablet-align-center .elementor-icon-list-item a{justify-content:center}.elementor-widget.elementor-tablet-align-center .elementor-icon-list-item:after{margin:auto}.elementor-widget.elementor-tablet-align-center .elementor-inline-items{justify-content:center}.elementor-widget.elementor-tablet-align-start .elementor-icon-list-item,.elementor-widget.elementor-tablet-align-start .elementor-icon-list-item a{justify-content:start;text-align:start}.elementor-widget.elementor-tablet-align-start .elementor-inline-items{justify-content:start}.elementor-widget.elementor-tablet-align-end .elementor-icon-list-item,.elementor-widget.elementor-tablet-align-end .elementor-icon-list-item a{justify-content:end;text-align:end}.elementor-widget.elementor-tablet-align-end .elementor-icon-list-items{justify-content:end}.elementor-widget:not(.elementor-tablet-align-end) .elementor-icon-list-item:after{inset-inline-start:0}.elementor-widget:not(.elementor-tablet-align-start) .elementor-icon-list-item:after{inset-inline-end:0}}@media (max-width:-1){.elementor-widget.elementor-mobile_extra-align-center .elementor-icon-list-item,.elementor-widget.elementor-mobile_extra-align-center .elementor-icon-list-item a{justify-content:center}.elementor-widget.elementor-mobile_extra-align-center .elementor-icon-list-item:after{margin:auto}.elementor-widget.elementor-mobile_extra-align-center .elementor-inline-items{justify-content:center}.elementor-widget.elementor-mobile_extra-align-start .elementor-icon-list-item,.elementor-widget.elementor-mobile_extra-align-start .elementor-icon-list-item a{justify-content:start;text-align:start}.elementor-widget.elementor-mobile_extra-align-start .elementor-inline-items{justify-content:start}.elementor-widget.elementor-mobile_extra-align-end .elementor-icon-list-item,.elementor-widget.elementor-mobile_extra-align-end .elementor-icon-list-item a{justify-content:end;text-align:end}.elementor-widget.elementor-mobile_extra-align-end .elementor-icon-list-items{justify-content:end}.elementor-widget:not(.elementor-mobile_extra-align-end) .elementor-icon-list-item:after{inset-inline-start:0}.elementor-widget:not(.elementor-mobile_extra-align-start) .elementor-icon-list-item:after{inset-inline-end:0}}@media (max-width:767px){.elementor-widget.elementor-mobile-align-center .elementor-icon-list-item,.elementor-widget.elementor-mobile-align-center .elementor-icon-list-item a{justify-content:center}.elementor-widget.elementor-mobile-align-center .elementor-icon-list-item:after{margin:auto}.elementor-widget.elementor-mobile-align-center .elementor-inline-items{justify-content:center}.elementor-widget.elementor-mobile-align-start .elementor-icon-list-item,.elementor-widget.elementor-mobile-align-start .elementor-icon-list-item a{justify-content:start;text-align:start}.elementor-widget.elementor-mobile-align-start .elementor-inline-items{justify-content:start}.elementor-widget.elementor-mobile-align-end .elementor-icon-list-item,.elementor-widget.elementor-mobile-align-end .elementor-icon-list-item a{justify-content:end;text-align:end}.elementor-widget.elementor-mobile-align-end .elementor-icon-list-items{justify-content:end}.elementor-widget:not(.elementor-mobile-align-end) .elementor-icon-list-item:after{inset-inline-start:0}.elementor-widget:not(.elementor-mobile-align-start) .elementor-icon-list-item:after{inset-inline-end:0}}#left-area ul.elementor-icon-list-items,.elementor .elementor-element ul.elementor-icon-list-items,.elementor-edit-area .elementor-element ul.elementor-icon-list-items{padding:0}.wrap-doctor-post .item {
-webkit-box-flex: 0;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
padding-left: 15px;
padding-right: 15px;
}
.wrap-services-post.column-1 .item,
.wrap-doctor-post.column-1 .item,
.wrap-portfolio-post.column-1 .item {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
.wrap-services-post.column-2 .item,
.wrap-doctor-post.column-2 .item,
.wrap-portfolio-post.column-2 .item {
-webkit-box-flex: 0;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
.wrap-services-post.column-3 .item,
.wrap-doctor-post.column-3 .item,
.wrap-portfolio-post.column-3 .item {
-webkit-box-flex: 0;
-ms-flex: 0 0 33.33%;
flex: 0 0 33.33%;
max-width: 33.33%;
}
.wrap-services-post.column-4 .item,
.wrap-doctor-post.column-4 .item,
.wrap-portfolio-post.column-4 .item {
-webkit-box-flex: 0;
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%;
}
.wrap-services-post.column-5 .item,
.wrap-doctor-post.column-5 .item,
.wrap-portfolio-post.column-5 .item {
-webkit-box-flex: 0;
-ms-flex: 0 0 20%;
flex: 0 0 20%;
max-width: 20%;
}
.wrap-services-post.column-6 .item,
.wrap-doctor-post.column-6 .item,
.wrap-portfolio-post.column-6 .item {
-webkit-box-flex: 0;
-ms-flex: 0 0 16.6666667%;
flex: 0 0 16.6666667%;
max-width: 16.6666667%;
}
.tf-services-wrap .owl-carousel {
display: flex !important;
width: unset;
}
.tf-services-wrap.style3 .owl-carousel {
display: flex !important;
width: unset !important;
-webkit-tap-highlight-color: unset !important;
position: unset !important;
} @keyframes toRightFromLeft {
49% {
transform: translate(9px, -9px) scale(0.5);
}
50% {
opacity: 0;
transform: translate(-9px, 9px) scale(1);
}
51% {
opacity: 1;
}
}
@keyframes spinAround {
0% {
transform: rotate(0deg);
}
25% {
transform: rotate(10deg);
}
50% {
transform: rotate(0deg);
}
75% {
transform: rotate(-10deg);
}
100% {
transform: rotate(0deg);
}
}
.tf-services-wrap.style1 .services-post {
background: #fff;
border-radius: 10px;
padding: 50px;
margin-bottom: 30px;
padding-bottom: 47px;
}
.tf-services-wrap.style1 .services-post .services-category a {
font-weight: 400;
font-size: 16px;
line-height: 100%;
color: #0c171a;
border: 1px solid #0c171a;
border-radius: 20px;
padding: 6.5px 15px;
display: inline-block;
}
.tf-services-wrap.style1 .services-post .services-category {
margin-bottom: 19px;
}
.tf-services-wrap.style1 .services-post .title {
font-weight: 700;
font-size: 27px;
line-height: 100%;
color: #0c171a;
margin-bottom: 76px;
}
.tf-services-wrap.style1 .services-post .icon {
color: var(--theme-secondary-color);
font-size: 64px;
margin-bottom: 70px;
}
.tf-services-wrap.style1 .services-post .description {
font-weight: 400;
font-size: 16px;
line-height: 26px;
color: #666b68;
margin-bottom: 18px;
}
.tf-services-wrap.style1 .services-post .sv-btn {
font-weight: 600;
font-size: 16px;
color: #666b68;
}
.tf-services-wrap.style1 .services-post .sv-btn:hover {
color: var(--theme-secondary-color);
}
.tf-services-wrap.style1 .services-post .sv-btn i {
margin-left: 6px;
font-size: 20px;
vertical-align: text-bottom;
display: inline-block;
}
.tf-services-wrap.style1 .services-post:hover .sv-btn i {
-webkit-animation: toRightFromLeft 0.7s forwards;
-moz-animation: toRightFromLeft 0.7s forwards;
animation: toRightFromLeft 0.7s forwards;
}
.tf-services-wrap .services-post:hover .border_eff a {
background-size: 100% 100%;
color: inherit;
}
.tf-services-wrap .services-post .border_eff a {
transition-delay: 0.2s;
}
.tf-services-wrap .services-post .icon i {
display: inline-block;
}
.tf-services-wrap .services-post:hover .icon i {
animation: spinAround 0.5s linear;
-moz-animation: spinAround 0.5s linear;
-webkit-animation: spinAround 0.5s linear;
}
.tf-services-wrap.style1 .features-box {
-webkit-box-flex: 0;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
.tf-services-wrap.style1 .features-box .content {
background: #0c171a;
border-radius: 10px;
color: #fff;
padding: 75px 70px 62px 70px;
}
.tf-services-wrap.style1 .features-box .content .sub-heading {
font-weight: 400;
font-size: 30px;
margin-bottom: 25px;
}
.tf-services-wrap.style1 .features-box .content .heading {
font-weight: 400;
font-size: 40px;
margin-bottom: 31px;
}
.tf-services-wrap.style1 .features-box .content .desc {
font-weight: 500;
font-size: 16px;
line-height: 26px;
width: 50%;
margin-bottom: 32px;
}
.tf-services-wrap.style1 .features-box .content ul {
list-style: none;
padding: 0;
margin-bottom: 42px;
}
.tf-services-wrap.style1 .features-box .content ul li {
font-weight: 400;
font-size: 16px;
line-height: 100%;
margin-bottom: 18px;
}
.tf-services-wrap.style1 .features-box .content .tf-btn {
display: inline-block;
font-size: 14px;
padding: 12px 30px;
}
.tf-services-wrap.style1 .features-box .content ul li i {
margin-right: 8px;
} .tf-services-wrap.style2 .services-post {
border-radius: 15px;
background: #fff;
padding: 5px;
transition: all 0.3s ease-in-out;
}
.tf-services-wrap.style2 .services-post:hover {
box-shadow: 10px 4px 60px 0px rgba(193, 193, 193, 0.25);
}
.tf-services-wrap.style2 .services-post .featured-post a {
display: inline-block;
overflow: hidden;
border-radius: 10px;
}
.tf-services-wrap.style2 .services-post .icon {
width: 100px;
height: 100px;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
border: 4px solid #fff;
background: #259cf4;
color: #fff;
font-size: 50px;
margin: 0 auto;
margin-top: -18%;
position: relative;
z-index: 10;
margin-bottom: 29px;
transition: all 0.3s ease-in-out;
}
.tf-services-wrap.style2 .services-post .icon.st-1 {
background: #be8feb;
}
.tf-services-wrap.style2 .services-post .icon.st-2 {
background: #259cf4;
}
.tf-services-wrap.style2 .services-post .icon.st-3 {
background: #4caf80;
}
.tf-services-wrap.style2 .services-post .icon.st-4 {
background: #ffec21;
color: #0c171a;
}
.tf-services-wrap.style2 .services-post .content {
text-align: center;
padding: 40px;
padding-top: 0;
padding-bottom: 35px;
}
.tf-services-wrap.style2 .services-post .title {
font-weight: 700;
font-size: 24px;
line-height: 100%;
letter-spacing: -2%;
margin-bottom: 13px;
}
.tf-services-wrap.style2 .services-post .description {
font-weight: 400;
font-size: 16px;
line-height: 26px;
color: #666b68;
margin-bottom: 20px;
}
.tf-services-wrap.style2 .services-post .tf-btn {
display: block;
border: 1px solid #0c171a;
background: transparent;
color: #0c171a;
font-size: 14px;
}
.tf-services-wrap.style2 .services-post .tf-btn:hover {
color: #fff;
border: 1px solid #4b168c;
background: #4b168c;
}
.tf-services-wrap.style2 .services-post .tf-button-container {
padding: 0 12px;
}
.tf-services-wrap.style2 .services-post .tf-btn i {
margin-left: 6px;
} .tf-services-wrap.style3 .services-post {
background: #faf7ef;
border-radius: 10px;
padding: 40px 40px 42px 47px;
position: relative;
overflow: hidden;
}
.tf-services-wrap.style3 .services-post .icon {
font-size: 50px;
color: #0c171a;
margin-bottom: 24px;
}
.tf-services-wrap.style3 .services-post .title {
font-weight: 700;
font-size: 24px;
line-height: 100%;
margin-bottom: 73px;
}
.tf-services-wrap.style3 .services-post .description {
font-weight: 300;
font-size: 16px;
line-height: 26px;
color: #666b68;
margin-bottom: 31px;
}
.tf-services-wrap.style3 .services-post .tf-btn {
display: block;
width: 89%;
background: #fff;
color: #0c171a;
font-size: 14px;
}
.tf-services-wrap.style3 .services-post .tf-btn:hover {
color: #fff;
background: var(--theme-secondary-color);
}
.tf-services-wrap.style3 .services-post .tf-btn i {
margin-left: -1px;
}
.tf-services-wrap.style3 .services-post.box-1 {
background: #171717;
}
.tf-services-wrap.style3 .services-post.box-3 {
background: #ebedff;
}
.tf-services-wrap.style3 .services-post.box-4 {
background: #eef1f9;
}
.tf-services-wrap.style3 .services-post.box-5 {
padding: 0;
}
.tf-services-wrap.style3 .services-post.box-1 .icon {
color: #efd813;
}
.tf-services-wrap.style3 .services-post.box-1 .icon svg path {
color: #efd813;
fill: #efd813;
}
.tf-services-wrap.style3 .services-post.box-1 .icon svg {
width: 50px;
height: 50px;
}
.tf-services-wrap.style3 .services-post.box-1 .title a {
color: #fff;
}
.tf-services-wrap.style3 .services-post.box-1 .title a:hover {
color: var(--theme-secondary-color);
}
.tf-services-wrap.style3 .services-post.box-1 .description {
color: #fff;
}
.tf-services-wrap.style3 .services-post.box-1 .tf-btn {
background: #efd813;
color: #171717;
}
.tf-services-wrap.style3 .services-post.box-1 .tf-btn:hover {
background: var(--theme-secondary-color);
color: #fff;
}
.tf-services-wrap.style3 .item.box-5 {
-ms-flex: 0 0 66.66666%;
flex: 0 0 66.66666%;
max-width: 66.66666%;
}
.tf-services-wrap.style3 .item.box-5 .content {
width: 100%;
background: linear-gradient(270deg, rgba(235, 237, 255, 0) 40%, #ebedff 55%);
padding: 40px 40px 42px 47px;
position: relative;
}
.tf-services-wrap.style3 .item.box-5 .content .tf-btn {
width: 76%;
}
.tf-services-wrap.style3 .item.box-5 .featured-post {
position: absolute;
right: 0%;
top: 0;
bottom: 0;
}
.tf-services-wrap.style3 .item.box-5 .title,
.tf-services-wrap.style3 .item.box-5 .description,
.tf-services-wrap.style3 .item.box-5 .tf-button-container {
width: 50%;
}
.tf-services-wrap.style3 .item.box-5 .description {
padding-right: 30px;
} .tf-services-wrap.style4 .services-post {
border: 1px solid #20265b1a;
border-radius: 10px;
padding: 40px 50px 40px 50px;
background: #fff;
text-align: center;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.tf-services-wrap.style4 .services-post .icon {
font-size: 60px;
color: #0c171a;
margin-bottom: 19px;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.tf-services-wrap.style4 .services-post .title {
font-weight: 700;
font-size: 24px;
margin-bottom: 30px;
}
.tf-services-wrap.style4 .services-post .description {
font-weight: 400;
font-size: 16px;
line-height: 26px;
color: #666b68;
margin-bottom: 19px;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.tf-services-wrap.style4 .services-post .tf-button-container {
display: block;
}
.tf-services-wrap.style4 .services-post .tf-button {
width: 45px;
height: 45px;
border: 1px solid #20265b1a;
display: inline-flex;
align-items: center;
justify-content: center;
border-radius: 50%;
color: #666b68;
}
.tf-services-wrap.style4 .services-post .featured-post img {
object-fit: cover;
object-position: top;
}
.tf-services-wrap.style4 .services-post .featured-post {
margin-bottom: 30px;
}
.tf-services-wrap.style4 .services-post .featured-post img {
-webkit-mask-image: url(//rishikahealthcare.com/wp-content/plugins/plugin-core/assets/img/mask.png);
mask-image: url(//rishikahealthcare.com/wp-content/plugins/plugin-core/assets/img/mask.png);
mask-position: center;
mask-size: initial;
mask-repeat: no-repeat;
mask-size: 100% 100%;
}
.tf-services-wrap.style4 .services-post:hover {
background: #20265b;
}
.tf-services-wrap.style4 .services-post:hover .icon {
color: #fdb517;
}
.tf-services-wrap.style4 .services-post:hover .description,
.tf-services-wrap.style4 .services-post:hover .title a {
color: #fff;
}
.tf-services-wrap.style4 .services-post:hover .tf-button {
background: #fdb517;
border-color: #fdb517;
color: #0c171a;
}
.tf-services-wrap.style4 .services-post:hover .tf-button {
transform: rotate(45deg);
} .tf-services-wrap.style5 .services-post {
border: 1px solid #20265b1a;
border-radius: 10px;
padding: 30px 40px;
background: #fff;
padding-bottom: 21px;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.tf-services-wrap.style5 .services-post:hover {
background: #20265b;
}
.tf-services-wrap.style5 .services-post:hover .icon {
background: #fdb517;
color: #0c171a;
}
.tf-services-wrap.style5 .services-post:hover .title a,
.tf-services-wrap.style5 .services-post:hover .description,
.tf-services-wrap.style5 .services-post:hover .tf-button {
color: #fff;
}
.tf-services-wrap.style5 .services-post .icon {
background: #f1fafb;
width: 80px;
height: 80px;
display: inline-flex;
align-items: center;
justify-content: center;
border-radius: 50%;
color: #20265b;
font-size: 40px;
margin-bottom: 33px;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.tf-services-wrap.style5 .services-post .title {
font-weight: 700;
font-size: 24px;
line-height: 100%;
letter-spacing: -2%;
margin-bottom: 18px;
}
.tf-services-wrap.style5 .services-post .title a {
color: #20265b;
}
.tf-services-wrap.style5 .services-post .title a:hover {
color: var(--theme-secondary-color);
}
.tf-services-wrap.style5 .services-post .description {
font-weight: 400;
font-size: 16px;
line-height: 26px;
color: #666b68;
margin-bottom: 18px;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.tf-services-wrap.style5 .services-post .tf-button {
font-weight: 600;
font-size: 16px;
color: #666b68;
}
.tf-services-wrap.style5 .services-post .tf-button i {
margin-left: 2px;
font-size: 20px;
vertical-align: sub;
display: inline-block;
}
.tf-services-wrap.style5 .services-post:hover .tf-button i {
-webkit-animation: toRightFromLeft 0.7s forwards;
-moz-animation: toRightFromLeft 0.7s forwards;
animation: toRightFromLeft 0.7s forwards;
}
.tf-services-wrap.style5 .services-post .tf-button span {
position: relative;
}
.tf-services-wrap.style5 .services-post .tf-button span::after {
content: "";
width: 0%;
height: 1px;
background: #fff;
position: absolute;
left: 0;
bottom: -1px;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.tf-services-wrap.style5 .services-post:hover .tf-button span::after {
width: 100%;
} .tf-services-wrap.style6 .item.box-1 .services-post {
background: #9588e8;
}
.tf-services-wrap.style6 .item.box-2 .services-post {
background: #5db996;
}
.tf-services-wrap.style6 .item.box-3 .services-post {
background: #0b55e5;
}
.tf-services-wrap.style6 .item.box-4 .services-post {
background: #38a0a7;
}
.tf-services-wrap.style6 .services-post {
padding: 5px;
border-radius: 7px;
}
.tf-services-wrap.style6 .services-post .featured-post {
border-radius: 7px;
position: relative;
overflow: hidden;
}
.tf-services-wrap.style6 .services-post .featured-post img {
width: 100%;
object-fit: cover;
}
.tf-services-wrap.style6 .services-post .tf-button {
width: 45px;
height: 45px;
display: inline-flex;
align-items: center;
justify-content: center;
border-radius: 50%;
color: #0c171a;
background: #fdb517;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
opacity: 0;
visibility: hidden;
z-index: 5;
}
.tf-services-wrap.style6 .services-post .tf-button::before {
display: none;
}
.tf-services-wrap.style6 .services-post:hover .tf-button {
opacity: 1;
visibility: visible;
transform: translate(-50%, -50%) rotate(45deg);
}
.tf-services-wrap.style6 .services-post .services-category a {
font-weight: 400;
font-size: 14px;
color: #fff;
}
.tf-services-wrap.style6 .services-post .services-category::before {
content: "";
width: 5px;
height: 5px;
border-radius: 50%;
background: #fff;
display: inline-block;
margin-right: 12px;
vertical-align: middle;
}
.tf-services-wrap.style6 .services-post .services-category {
margin-bottom: 9px;
}
.tf-services-wrap.style6 .services-post .content {
padding: 31px 35px 20px 35px;
}
.tf-services-wrap.style6 .services-post .title {
font-weight: 700;
font-size: 20px;
line-height: 100%;
margin-bottom: 43px;
}
.tf-services-wrap.style6 .services-post .title a {
color: #fff;
}
.tf-services-wrap.style6 .services-post .icon {
font-size: 55px;
color: #fff;
margin-bottom: 40px;
height: 55px;
}
.tf-services-wrap.style6 .services-post .description {
font-weight: 400;
font-size: 16px;
line-height: 26px;
color: #fff;
margin-bottom: 26px;
}
.single-services .post-title {
font-size: 48px;
font-weight: 700;
line-height: 55px;
letter-spacing: -1px;
margin-top: 4px;
margin-bottom: 30px;
}
.single-services .sidebar {
margin-top: -20px;
}
.single-services .sidebar .widgettitle,
.single-services .sidebar .widget .wp-block-heading {
padding-bottom: 20px;
border-bottom: 1px solid rgba(12, 23, 26, 0.1);
margin-bottom: 32px;
position: relative;
}
.single-services .sidebar .widget .wp-block-heading::before,
.single-services .sidebar .widgettitle::before {
position: absolute;
bottom: -2px;
left: 0;
content: "";
background-color: var(--theme-secondary-color);
width: 70px;
height: 3px;
}
.single-services .sidebar #block-31 .wp-block-group {
padding: 0 !important;
margin: 0 !important;
}
.company-profile a {
display: block;
background: #fff;
border-radius: 7px;
font-size: 16px;
font-weight: 500;
padding: 12px 20px 12px 40px;
display: flex;
justify-content: space-between;
align-items: center;
transition: all 0.3s ease-in-out;
position: relative;
}
.company-profile a:hover {
background: var(--theme-secondary-color);
color: #fff;
}
.company-profile a:hover:before {
background: #fff;
}
.company-profile a:not(:last-child) {
margin-bottom: 10px;
}
.company-profile a:before {
width: 5px;
height: 5px;
border-radius: 100px;
background: #000;
position: absolute;
content: "";
top: 22px;
left: 19px;
display: inline-block;
transition: all 0.3s ease-in-out;
} .tf-portfolio-wrap.style1 .portfolio-post {
position: relative;
border-radius: 10px;
overflow: hidden;
}
.tf-portfolio-wrap.style1 .portfolio-post .featured-post img {
width: 100%;
object-fit: cover;
}
.tf-portfolio-wrap.style1 .portfolio-post .content {
border-radius: 10px;
background: #fff;
padding: 31px 40px;
position: absolute;
bottom: -40px;
left: 10px;
right: 10px;
padding-bottom: 23px;
padding-top: 24px;
opacity: 0;
visibility: hidden;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.tf-portfolio-wrap.style1 .portfolio-post:hover .content {
bottom: 10px;
opacity: 1;
visibility: visible;
}
.tf-portfolio-wrap.style1 .portfolio-post:hover .title a {
background-size: 100% 100%;
}
.tf-portfolio-wrap.style1 .portfolio-post .tf-btn {
display: inline-block;
padding: 8px 25px;
}
.tf-portfolio-wrap.style1 .portfolio-post .tf-btn i {
margin-left: -3px;
font-size: 18px;
}
.tf-portfolio-wrap.style1 .portfolio-post .category-portfolio a {
font-weight: 500;
font-size: 16px;
color: #666b68;
}
.tf-portfolio-wrap.style1 .portfolio-post .title {
font-weight: 700;
font-size: 24px;
margin-bottom: 15px;
}
.tf-portfolio-wrap.style1 .portfolio-post .description {
font-weight: 400;
font-size: 16px;
line-height: 26px;
color: #666b68;
margin-bottom: 23px;
}
.tf-portfolio-wrap.style1 .portfolio-post .tf-btn {
background: #4b168c;
color: #fff;
font-weight: 700;
font-size: 14px;
}
.tf-portfolio-wrap.style1 .portfolio-post .category-portfolio a:hover {
color: var(--theme-secondary-color);
} .tf-portfolio-wrap.style2 .portfolio-post {
border-radius: 7px;
overflow: hidden;
position: relative;
}
.tf-portfolio-wrap.style2 .portfolio-post .featured-post img {
width: 100%;
object-fit: cover;
}
.tf-portfolio-wrap.style2 .portfolio-post .title {
font-weight: 700;
font-size: 27px;
}
.tf-portfolio-wrap.style2 .portfolio-post .title a {
color: #fff;
}
.tf-portfolio-wrap.style2 .portfolio-post .title a:hover {
color: var(--theme-secondary-color);
}
.tf-portfolio-wrap.style2 .portfolio-post .category-portfolio a {
font-weight: 500;
font-size: 16px;
color: #fff;
}
.tf-portfolio-wrap.style2 .portfolio-post .category-portfolio::before {
content: "";
width: 5px;
height: 5px;
border-radius: 50%;
background: #fff;
display: inline-block;
margin-right: 12px;
vertical-align: middle;
}
.tf-portfolio-wrap.style2 .portfolio-post .category-portfolio {
margin-bottom: 2px;
}
.tf-portfolio-wrap.style2 .portfolio-post .description {
color: #fff;
}
.tf-portfolio-wrap.style2 .portfolio-post .content {
position: absolute;
bottom: 0px;
left: 40px;
right: 40px;
z-index: 5;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
opacity: 0;
visibility: hidden;
}
.tf-portfolio-wrap.style2 .portfolio-post:hover .content {
bottom: 21px;
opacity: 1;
visibility: visible;
}
.tf-portfolio-wrap.style2 .portfolio-post:hover .tf-button,
.tf-portfolio-wrap.style2 .portfolio-post:hover::after {
opacity: 1;
visibility: visible;
}
.tf-portfolio-wrap.style2 .portfolio-post:hover .tf-button {
transition-delay: 0.3s;
}
.tf-portfolio-wrap.style2 .portfolio-post .tf-button {
width: 60px;
height: 60px;
background: #ff3f25;
color: #fff;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
position: absolute;
top: 20px;
right: 20px;
z-index: 5;
font-size: 24px;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
opacity: 0;
visibility: hidden;
}
.tf-portfolio-wrap.style2 .portfolio-post .tf-button:hover {
background: var(--theme-primary-color);
color: #fff;
}
.tf-portfolio-wrap.style2 .portfolio-post::after {
content: "";
background: #0c171ab2;
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
opacity: 0;
visibility: hidden;
}
.tf-portfolio-wrap.style2 .wrap-portfolio-post .item:nth-child(2) .featured-post img,
.tf-portfolio-wrap.style2 .wrap-portfolio-post .item:nth-child(5) .featured-post img,
.tf-portfolio-wrap.style2 .wrap-portfolio-post .item:nth-child(8) .featured-post img {
height: 430px;
}
.tf-portfolio-wrap.style2 .wrap-portfolio-post .item:nth-child(11) .featured-post img,
.tf-portfolio-wrap.style2 .wrap-portfolio-post .item:nth-child(4) .featured-post img,
.tf-portfolio-wrap.style2 .wrap-portfolio-post .item:nth-child(6) .featured-post img,
.tf-portfolio-wrap.style2 .wrap-portfolio-post .item:nth-child(9) .featured-post img {
height: 290px;
}
.tf-portfolio-wrap.style2 .wrap-portfolio-post {
display: block;
column-count: 3;
column-gap: 0;
margin-left: -15px;
margin-right: -15px;
}
.tf-portfolio-wrap.style2 .wrap-portfolio-post .item {
max-width: unset !important;
break-inside: avoid;
padding: 15px;
}
.post-type-archive-portfolio .pagination,
.tax-portfolio_category .pagination {
justify-content: center;
padding-top: 56px;
} .single-portfolio .content-top-infor .featured-post img {
width: 100%;
height: 100%;
object-fit: cover;
object-position: top;
border-radius: 10px;
}
.single-portfolio .content-top-infor .featured-post {
margin-bottom: 70px;
}
.single-portfolio .nav-links::after {
display: none;
}
.single-portfolio .nav-links .previous-post .content {
justify-content: left;
}
.single-portfolio .nav-links .next-post .content {
justify-content: right;
}
.single-portfolio .group-infor-portfolio {
display: flex;
gap: 71px;
}
.single-portfolio .group-infor-portfolio .post-title {
font-weight: 700;
font-size: 48px;
line-height: 55px;
letter-spacing: -0.7px;
margin-bottom: 40px;
}
.single-portfolio .group-infor-portfolio .content-left p {
font-weight: 400;
font-size: 16px;
line-height: 26px;
color: #666b68;
}
.single-portfolio .group-infor-portfolio .project-infor {
border: 1px solid #eeefef;
padding: 40px 50px;
border-radius: 7px;
min-width: 520px;
padding-bottom: 45px;
}
.single-portfolio .group-infor-portfolio .project-infor h3 {
font-weight: 700;
font-size: 27px;
position: relative;
padding-bottom: 22px;
margin-bottom: 32px;
}
.single-portfolio .group-infor-portfolio .project-infor h3::before {
content: "";
height: 3px;
width: 70px;
background: var(--theme-secondary-color);
position: absolute;
bottom: -1px;
left: 0;
}
.single-portfolio .group-infor-portfolio .project-infor h3::after {
content: "";
width: 100%;
height: 1px;
background: #0c171a1a;
position: absolute;
bottom: 0;
left: 0;
}
.single-portfolio .group-infor-portfolio .content-right {
flex-shrink: 0;
}
.single-portfolio .group-infor-portfolio .project-infor ul {
padding: 0;
margin: 0;
list-style: none;
}
.single-portfolio .group-infor-portfolio .project-infor ul li {
display: flex;
align-items: center;
border-bottom: 1px solid #eeefef;
padding-bottom: 20px;
margin-bottom: 22px;
}
.single-portfolio .group-infor-portfolio .project-infor ul li:last-child {
padding-bottom: 0;
margin-bottom: 0;
border-bottom: none;
}
.single-portfolio .group-infor-portfolio .project-infor ul li .label {
font-weight: 500;
font-size: 20px;
line-height: 100%;
color: #666b68;
min-width: 134px;
}
.single-portfolio .group-infor-portfolio .project-infor ul li .dot {
font-weight: 700;
font-size: 22px;
line-height: 100%;
margin-right: 70px;
color: #0c171a;
}
.single-portfolio .group-infor-portfolio .project-infor ul li .value {
font-weight: 700;
font-size: 22px;
letter-spacing: -0.7px;
color: #0c171a;
}
.single-portfolio .nav-links {
margin-bottom: 0;
border-top: 1px solid #eeefef;
border-bottom: 1px solid #eeefef;
padding-top: 50px;
padding-bottom: 50px;
}
.single-portfolio .nav-links .post-button {
font-size: 13px;
}
.single-portfolio .nav-links .post-button:hover {
background: var(--theme-secondary-color);
border-color: var(--theme-secondary-color);
color: #fff;
}
.single-portfolio .nav-links .title-post {
width: 70%;
}
.single-portfolio .nav-links .previous-post .title-post {
text-align: left;
}
.single-portfolio .nav-links .next-post .title-post {
text-align: right;
}
.single-portfolio .nav-links .title-post a {
font-weight: 700;
font-size: 20px;
line-height: 30px;
letter-spacing: -0.7px;
color: #0c171a;
}
.single-portfolio .nav-links .title-post a:hover {
color: var(--theme-secondary-color);
} .text-half .counter-number {
background: linear-gradient(to top,
#ffffff 52.5%,
var(--theme-primary-color) 52.5%);
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
.no-padding .item {
padding-left: 0px;
padding-right: 0px;
} .widget-recent-new .thumb-first .thumb img {
height: 240px;
width: 100%;
border-radius: 8px;
object-fit: cover;
}
.widget-recent-new .thumb-first .thumb {
position: relative;
border-radius: 8px;
overflow: hidden;
margin-bottom: 19px;
}
.widget-recent-new .thumb-first .thumb .post-date {
font-size: 16px;
font-weight: 600;
line-height: 24px;
color: #fff;
background: var(--theme-primary-color);
padding: 10px;
border-radius: 0 0 12px 0;
position: absolute;
left: 0;
top: 0;
width: 60px;
text-align: center;
}
.widget-recent-new .thumb-first .posts-category a {
font-size: 14px;
font-weight: 600;
line-height: 22px;
letter-spacing: 0.08em;
text-transform: uppercase;
color: #5e5a56;
}
.widget-recent-new .thumb-first .posts-category {
margin-bottom: 5px;
}
.widget-recent-new .thumb-first h6 {
font-size: 24px;
font-weight: 500;
line-height: 32px;
margin: 0;
}
.widget-recent-new ul li {
padding: 0;
margin-bottom: 20px;
padding-bottom: 20px;
border-bottom: 1px solid #e4e4e4;
}
.widget-recent-new ul li:last-child {
padding-bottom: 0;
margin-bottom: 0;
border: none;
}
.widget-recent-new .thumb-2nd .thumb {
position: relative;
overflow: hidden;
margin-right: 28px;
flex-shrink: 0;
}
.widget-recent-new .thumb-2nd .thumb img {
width: 112px;
height: 84px;
border-radius: 8px;
object-fit: cover;
}
.widget-recent-new .thumb-2nd {
display: flex;
}
.widget-recent-new .thumb-2nd .inner-meta {
display: flex;
align-items: center;
column-gap: 17px;
row-gap: 0;
flex-wrap: wrap;
margin-bottom: 3px;
}
.widget-recent-new .thumb-2nd .posts-category a,
.widget-recent-new .thumb-2nd .post-date {
font-size: 14px;
font-weight: 600;
letter-spacing: 0.08em;
text-transform: uppercase;
color: #5e5a56;
}
.widget-recent-new .thumb-2nd h6 {
margin: 0;
font-size: 18px;
font-weight: 500;
line-height: 28px;
}
.widget-recent-new .thumb-2nd h6 a {
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
display: -webkit-box;
overflow: hidden;
text-overflow: ellipsis;
word-break: break-word;
}
.widget-recent-new .thumb-2nd .text {
margin-top: -6px;
}
.widget-recent-new .thumb-2nd .inner-meta div {
position: relative;
}
.widget-recent-new .thumb-2nd .inner-meta div:not(:last-child)::after {
content: "";
background: #e4e4e4;
width: 1px;
height: 16px;
position: absolute;
right: -10px;
top: 50%;
transform: translateY(-50%);
} .single-doctor .content-area {
float: unset !important;
width: unset !important;
padding-right: unset !important;
} .themesflat-doctor-taxonomy .content-area {
float: unset !important;
width: unset !important;
padding-right: unset !important;
}
.container-archive {
display: flex;
flex-wrap: wrap;
margin-left: -30px;
}
.single-information-author .group-infor span,
.single-information-author .group-infor2 span {
font-weight: 500;
font-size: 12px;
line-height: 20px;
letter-spacing: 10%;
color: #5e5a56;
text-transform: uppercase;
margin-bottom: 8px;
display: block;
}
.single-information-author .group-infor {
list-style: none;
margin: 0;
display: flex;
flex-wrap: wrap;
margin-top: 14px;
margin-bottom: 20px;
padding-left: 0px;
}
.single-information-author .group-infor .inner {
width: 50%;
margin-bottom: 13px;
}
.single-information-author .group-infor2 {
list-style: none;
margin: 0;
margin-top: -13px;
padding-left: 0px;
}
.single-information-author .group-infor2 .inner {
display: flex;
align-items: center;
justify-content: space-between;
padding: 20px 0;
gap: 20px;
}
.single-information-author .group-infor2 .inner h6 {
margin: 0;
text-align: right;
}
.single-information-author .group-infor2 .inner:not(:last-child) {
border-bottom: 1px solid #e4e4e4;
}
.navigation.doctor .pagination {
justify-content: center;
}
.post-type-archive-doctor .tf-doctor-wrap.style2 .doctor-post .position {
margin-bottom: 0;
} .container-archive.wrap-therapists-post {
display: flex;
flex-wrap: wrap;
margin-left: -30px;
}
.container-archive.wrap-therapists-post .item,
.container-archive .item {
width: calc(25% - 30px);
margin-left: 30px;
margin-bottom: 30px;
} .owl-nav.disabled {
display: none !important;
}
.tf-doctor-wrap.has-carousel .wrap-doctor-post .item,
.tf-services-wrap.has-carousel .wrap-services-post .item,
.tf-portfolio-wrap.has-carousel .wrap-portfolio-post .item {
-webkit-box-flex: 0;
-ms-flex: 0 0 100% !important;
flex: 0 0 100% !important;
max-width: 100% !important;
padding: 0 !important;
}
.tf-services-wrap .owl-dots {
position: absolute;
left: 50%;
transform: translateX(-50%);
display: flex;
gap: 15px;
bottom: -53px;
}
.tf-services-wrap.style5 .owl-dots {
display: none;
}
.tf-services-wrap.style4 .owl-dots,
.tf-services-wrap.style2 .owl-dots {
display: none;
}
.tf-services-wrap .owl-dots button,
.tf-services-wrap .owl-dots .owl-dot {
background-color: transparent;
border-radius: 99px;
border: 1px solid #24283e;
width: 8px;
height: 8px;
line-height: 8px;
position: relative;
-webkit-transition: all 0.25s cubic-bezier(0, 0, 0.76, 1);
-khtml-transition: all 0.25s cubic-bezier(0, 0, 0.76, 1);
-moz-transition: all 0.25s cubic-bezier(0, 0, 0.76, 1);
-ms-transition: all 0.25s cubic-bezier(0, 0, 0.76, 1);
-o-transition: all 0.25s cubic-bezier(0, 0, 0.76, 1);
transition: all 0.25s cubic-bezier(0, 0, 0.76, 1);
}
.tf-services-wrap .owl-dots .owl-dot::after {
content: "";
width: 100%;
height: 100%;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
padding: 10px;
}
.tf-services-wrap .owl-dots .owl-dot.active:before,
.tf-services-wrap .owl-dots .owl-dot:hover:before,
.tf-services-wrap .owl-dots button.active:before,
.tf-services-wrap .owl-dots button:hover:before {
width: 20px;
height: 20px;
display: block;
position: absolute;
content: "";
border: 1px solid var(--theme-primary-color);
background: transparent;
border-radius: 99px;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
}
.tf-services-wrap .owl-dots button.active,
.tf-services-wrap .owl-dots button:hover,
.tf-services-wrap .owl-dots .owl-dot.active,
.tf-services-wrap .owl-dots .owl-dot:hover {
background: #24283e;
}
.tf-services-wrap .owl-carousel .owl-nav button,
.tf-services-wrap .owl-nav .owl-prev,
.tf-services-wrap .owl-nav .owl-next {
background: transparent;
color: #666b68;
border: 1px solid rgba(255, 255, 255, 0.1);
font-size: 15px;
width: 45px;
height: 45px;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
}
.tf-services-wrap .owl-nav {
display: flex;
align-items: center;
gap: 10px;
position: absolute;
top: -50px;
right: 0;
}
.tf-services-wrap .wrap-services-post.flex-row .owl-nav {
flex-direction: column;
}
.tf-services-wrap .owl-nav button.owl-next,
.tf-services-wrap .owl-nav .owl-next {
left: unset;
right: -3%;
}
.tf-services-wrap .owl-carousel .owl-nav button.active,
.tf-services-wrap .owl-carousel .owl-nav button:hover,
.tf-services-wrap .owl-nav .owl-prev.active,
.tf-services-wrap .owl-nav .owl-next:hover,
.tf-services-wrap .owl-nav .owl-prev.active,
.tf-services-wrap .owl-nav .owl-next:hover {
background: #fdb517;
color: #0c171a;
border-color: #fdb517;
}
.tf-services-wrap .owl-carousel .owl-nav button.disabled,
.tf-services-wrap .owl-nav .owl-prev.disabled,
.tf-services-wrap .owl-nav .owl-next.disabled {
opacity: 0.3;
cursor: no-drop;
} .tf-doctor-wrap .owl-dots {
position: absolute;
left: 50%;
transform: translateX(-50%);
display: none;
gap: 15px;
bottom: 0px;
}
.tf-doctor-wrap .owl-dots button,
.tf-doctor-wrap .owl-dots .owl-dot {
background-color: transparent;
border-radius: 99px;
border: 1px solid #24283e;
width: 8px;
height: 8px;
line-height: 8px;
position: relative;
-webkit-transition: all 0.25s cubic-bezier(0, 0, 0.76, 1);
-khtml-transition: all 0.25s cubic-bezier(0, 0, 0.76, 1);
-moz-transition: all 0.25s cubic-bezier(0, 0, 0.76, 1);
-ms-transition: all 0.25s cubic-bezier(0, 0, 0.76, 1);
-o-transition: all 0.25s cubic-bezier(0, 0, 0.76, 1);
transition: all 0.25s cubic-bezier(0, 0, 0.76, 1);
}
.tf-doctor-wrap .owl-dots .owl-dot::after {
content: "";
width: 100%;
height: 100%;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
padding: 10px;
}
.tf-doctor-wrap .owl-dots .owl-dot.active:before,
.tf-doctor-wrap .owl-dots .owl-dot:hover:before,
.tf-doctor-wrap .owl-dots button.active:before,
.tf-doctor-wrap .owl-dots button:hover:before {
width: 20px;
height: 20px;
display: block;
position: absolute;
content: "";
border: 1px solid var(--theme-primary-color);
background: transparent;
border-radius: 99px;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
}
.tf-doctor-wrap .owl-dots button.active,
.tf-doctor-wrap .owl-dots button:hover,
.tf-doctor-wrap .owl-dots .owl-dot.active,
.tf-doctor-wrap .owl-dots .owl-dot:hover {
background: #24283e;
}
.tf-doctor-wrap .owl-carousel .owl-nav button,
.tf-doctor-wrap .owl-nav .owl-prev,
.tf-doctor-wrap .owl-nav .owl-next {
background: transparent;
color: #666b68;
border: 1px solid #20265b1a;
font-size: 15px;
width: 45px;
height: 45px;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
transition: all 0.3s ease-in-out;
}
.tf-doctor-wrap .owl-nav {
display: flex;
align-items: center;
gap: 10px;
position: absolute;
top: -50px;
right: 0;
}
.tf-doctor-wrap .wrap-doctor-post.flex-row .owl-nav {
flex-direction: column;
}
.tf-doctor-wrap .owl-nav button.owl-next,
.tf-doctor-wrap .owl-nav .owl-next {
left: unset;
right: -3%;
}
.tf-doctor-wrap .owl-nav button.owl-next:hover,
.tf-doctor-wrap .owl-nav .owl-next:hover {
transform: rotate(-45deg);
}
.tf-doctor-wrap .owl-nav button.owl-prev:hover,
.tf-doctor-wrap .owl-nav .owl-prev:hover {
transform: rotate(45deg);
}
.tf-doctor-wrap .owl-carousel .owl-nav button.active,
.tf-doctor-wrap .owl-carousel .owl-nav button:hover,
.tf-doctor-wrap .owl-nav .owl-prev.active,
.tf-doctor-wrap .owl-nav .owl-next:hover,
.tf-doctor-wrap .owl-nav .owl-prev.active,
.tf-doctor-wrap .owl-nav .owl-next:hover {
background: #fdb517;
color: #0c171a;
border-color: #fdb517;
}
.tf-doctor-wrap .owl-carousel .owl-nav button.disabled,
.tf-doctor-wrap .owl-nav .owl-prev.disabled,
.tf-doctor-wrap .owl-nav .owl-next.disabled {
opacity: 0.6;
cursor: unset;
} .single-services .sidebar #block-31.widget,
.sidebar .widget.widget-recent-services {
background: #eef0f2;
border-radius: 10px;
padding: 33px 40px;
border: none;
padding-bottom: 30px;
}
.sidebar .widget.widget-recent-services .widget-title {
font-weight: 700;
font-size: 24px;
line-height: 100%;
letter-spacing: -0.2px;
position: relative;
padding-bottom: 26px;
margin-bottom: 31px;
}
.sidebar .widget.widget-recent-services .widget-title::after {
content: "";
width: 100%;
height: 1px;
background: #0c171a1a;
position: absolute;
bottom: 0;
left: 0;
}
.sidebar .widget.widget-recent-services .widget-title::before {
content: "";
height: 3px;
width: 70px;
background: var(--theme-secondary-color);
position: absolute;
bottom: -1px;
left: 0;
}
.sidebar .widget.widget-recent-services .recent-services .text a {
font-weight: 500;
font-size: 16px;
position: relative;
color: #0c171a;
padding: 14.5px 19px;
border-radius: 7px;
background: #fff;
width: 100%;
display: block;
}
.sidebar .widget.widget-recent-services .recent-services .text a:hover {
background: var(--theme-secondary-color);
color: #fff;
}
.sidebar .widget.widget-recent-services .recent-services .text a::before {
content: "";
width: 5px;
height: 5px;
border-radius: 50%;
background: currentColor;
margin-right: 15px;
display: inline-block;
vertical-align: middle;
}
.sidebar .widget.widget-recent-services .recent-services .text a::after {
content: "\e9da";
font-family: "micare" !important;
position: absolute;
top: 50%;
right: 20px;
transform: translateY(-50%);
font-size: 16px;
}
.sidebar .widget.widget-recent-services .recent-services .text h6 {
margin: 0;
}
.sidebar .widget.widget-recent-services .recent-services li {
padding: 0;
margin-bottom: 10px;
} .page-wrap.sidebar-left .services-posttype .content-area {
padding-left: 68px;
margin-top: -4px;
} .themesflat-services-taxonomy.sv-page .tf-services-wrap.style2 .services-post {
border: 1px solid #eeefef;
padding: 5px;
margin-bottom: 30px;
} .tf-doctor-wrap.style1 .doctor-post {
border-right: 1px solid #eeefef;
padding: 33px 40px;
background: #fff;
padding-bottom: 19px;
text-align: center;
transition: all 0.3s ease-in-out;
}
.tf-doctor-wrap.style1 .doctor-post:hover {
box-shadow: 10px 4px 60px 0px rgba(193, 193, 193, 0.15);
}
.tf-doctor-wrap.style1 .wrap-doctor-post .item:last-child .doctor-post {
border-right: none;
}
.tf-doctor-wrap.style1 .doctor-post .title {
font-weight: 700;
font-size: 24px;
line-height: 100%;
letter-spacing: -2%;
color: #0c171a;
margin-bottom: 6px;
text-align: left;
}
.tf-doctor-wrap.style1 .doctor-post .position {
font-weight: 400;
font-size: 16px;
color: #666b68;
margin-bottom: 37px;
text-align: left;
}
.tf-doctor-wrap.style1 .doctor-post .featured-post {
width: 210px;
height: 210px;
border-radius: 50%;
overflow: hidden;
margin-bottom: 35px;
display: inline-flex;
}
.tf-doctor-wrap.style1 .doctor-post .tf-button-container {
margin-bottom: 13px;
}
.tf-doctor-wrap.style1 .doctor-post .featured-post img {
width: 100%;
height: 100%;
object-fit: cover;
object-position: top;
}
.tf-doctor-wrap.style1 .doctor-post .tf-btn {
display: inline-block;
}
.tf-doctor-wrap.style1 .doctor-post .list-social {
list-style: none;
display: flex;
align-items: center;
gap: 7px;
justify-content: center;
padding: 0;
margin-bottom: 0;
}
.tf-doctor-wrap.style1 .doctor-post .list-social a {
width: 35px;
height: 35px;
border: 1px solid #eeefef;
border-radius: 50%;
font-size: 13px;
color: #666b68;
display: flex;
align-items: center;
justify-content: center;
margin-bottom: 11px;
}
.tf-doctor-wrap.style1 .doctor-post .list-social a:hover {
background: var(--theme-secondary-color);
border-color: var(--theme-secondary-color);
color: #fff;
}
.tf-doctor-wrap.style1 .wrap-doctor-post {
border: 1px solid #eeefef;
border-radius: 7px;
overflow: hidden;
}
.doctor .tf-doctor-wrap.style1 .wrap-doctor-post {
border: 1px solid transparent;
}
.doctor .tf-doctor-wrap.style1 .wrap-doctor-post .item:last-child .doctor-post {
border-right: 1px solid #eeefef;
}
.tf-doctor-wrap.style1 .doctor-post .tf-btn i {
margin-left: 7px;
font-size: 17px;
vertical-align: sub;
}
.tf-doctor-wrap.style1 .doctor-post .tf-btn {
background: #fff;
border: 1px solid #0c171a;
color: #0c171a;
padding: 11px 30px;
}
.tf-doctor-wrap.style1 .doctor-post .tf-btn:hover {
background: var(--theme-secondary-color);
border-color: var(--theme-secondary-color);
color: #fff;
} .tf-doctor-wrap.style2 .doctor-post .featured-post {
border-radius: 7px;
overflow: hidden;
position: relative;
margin-bottom: 35px;
}
.tf-doctor-wrap.style2 .doctor-post .featured-post img {
height: 330px;
width: 100%;
object-fit: cover;
object-position: top;
}
.tf-doctor-wrap.style2 .doctor-post .list-social {
list-style: none;
display: flex;
align-items: center;
gap: 7px;
justify-content: center;
padding: 0;
flex-direction: column;
position: absolute;
top: 10px;
right: 10px;
}
.tf-doctor-wrap.style2 .doctor-post .list-social a {
width: 40px;
height: 40px;
border-radius: 5px;
font-size: 13px;
background: #fff;
color: #4b168c;
display: flex;
align-items: center;
justify-content: center;
margin-bottom: 0;
}
.tf-doctor-wrap.style2 .doctor-post .list-social a:hover {
background: var(--theme-secondary-color);
color: #fff;
}
.tf-doctor-wrap.style2 .doctor-post .list-social li {
opacity: 0;
visibility: hidden;
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
.tf-doctor-wrap.style2 .doctor-post .list-social .share-btn {
opacity: 1;
visibility: visible;
}
.tf-doctor-wrap.style2 .doctor-post .list-social li:nth-child(2) {
transition-delay: 0.1s;
}
.tf-doctor-wrap.style2 .doctor-post .list-social li:nth-child(3) {
transition-delay: 0.2s;
}
.tf-doctor-wrap.style2 .doctor-post .list-social li:nth-child(4) {
transition-delay: 0.3s;
}
.tf-doctor-wrap.style2 .doctor-post .list-social li:nth-child(5) {
transition-delay: 0.4s;
}
.tf-doctor-wrap.style2 .doctor-post .list-social li:nth-child(6) {
transition-delay: 0.5s;
}
.tf-doctor-wrap.style2 .doctor-post .list-social li:nth-child(7) {
transition-delay: 0.6s;
}
.tf-doctor-wrap.style2 .doctor-post .list-social li:nth-child(8) {
transition-delay: 0.7s;
}
.tf-doctor-wrap.style2 .doctor-post .list-social:hover li {
opacity: 1;
visibility: visible;
}
.tf-doctor-wrap.style2 .doctor-post .tf-btn i {
margin-left: 7px;
font-size: 17px;
vertical-align: sub;
}
.tf-doctor-wrap.style2 .doctor-post .tf-button-container {
position: absolute;
bottom: 11px;
left: 0px;
right: 0px;
text-align: center;
}
.tf-doctor-wrap.style2 .doctor-post .tf-button-container .tf-btn {
display: inline-block;
width: max-content;
}
.tf-doctor-wrap.style2 .doctor-post .title {
font-weight: 700;
font-size: 24px;
line-height: 100%;
letter-spacing: -2%;
color: #0c171a;
margin-bottom: 6px;
text-align: left;
}
.tf-doctor-wrap.style2 .doctor-post .position {
font-weight: 400;
font-size: 16px;
color: #666b68;
margin-bottom: 37px;
text-align: left;
} .tf-doctor-wrap.style3 .doctor-post {
box-shadow: 10px 4px 60px 0px #c1c1c126;
border: 1px solid #20265b1a;
border-radius: 7px;
display: grid;
grid-template-columns: 1fr 1fr;
padding: 9px;
}
.tf-doctor-wrap.style3 .doctor-post .tf-btn i {
margin-left: 7px;
font-size: 17px;
vertical-align: sub;
}
.tf-doctor-wrap.style3 .doctor-post .content {
display: flex;
flex-direction: column;
justify-content: center;
padding-left: 35px;
padding-right: 20px;
padding-top: 17px;
}
.tf-doctor-wrap.style3 .doctor-post .tf-btn {
background: #fff;
border: 1px solid #20265b1a;
color: #666b68;
padding: 13px 29px;
font-size: 14px;
}
.tf-doctor-wrap.style3 .doctor-post .tf-btn:hover {
background: var(--theme-secondary-color);
border-color: var(--theme-secondary-color);
color: #fff;
}
.tf-doctor-wrap.style3 .doctor-post .featured-post {
border-radius: 7px;
overflow: hidden;
position: relative;
margin-right: 5px;
height: 330px;
}
.tf-imagebox .tf-button.bt_icon_after i {
vertical-align: middle;
}
.tf-doctor-wrap.style3 .doctor-post .featured-post img {
height: 100%;
width: 100%;
object-fit: cover;
object-position: top;
}
.tf-doctor-wrap.style3 .doctor-post .title {
font-weight: 700;
font-size: 24px;
line-height: 100%;
letter-spacing: -2%;
color: #0c171a;
margin-bottom: 8px;
text-align: left;
}
.tf-doctor-wrap.style3 .doctor-post .position {
font-weight: 400;
font-size: 16px;
color: #666b68;
margin-bottom: 27px;
text-align: left;
}
.tf-doctor-wrap.style3 .doctor-post .description {
font-weight: 400;
font-size: 16px;
line-height: 26px;
color: #666b68;
margin-bottom: 84px;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
display: -webkit-box;
overflow: hidden;
text-overflow: ellipsis;
word-break: break-word;
}
.tf-doctor-wrap.style3 .doctor-post .list-social {
list-style: none;
display: flex;
align-items: center;
gap: 7px;
justify-content: center;
padding: 0;
flex-direction: column;
position: absolute;
top: 10px;
right: 10px;
}
.tf-doctor-wrap.style3 .doctor-post .list-social a {
width: 35px;
height: 35px;
border-radius: 50%;
font-size: 13px;
background: #fff;
color: #666b68;
display: flex;
align-items: center;
justify-content: center;
margin-bottom: 0;
}
.tf-doctor-wrap.style3 .doctor-post .list-social a:hover {
background: var(--theme-secondary-color);
color: #fff;
}
.tf-doctor-wrap.style3 .doctor-post .list-social li {
opacity: 0;
visibility: hidden;
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
.tf-doctor-wrap.style3 .doctor-post .list-social .share-btn {
opacity: 1;
visibility: visible;
}
.tf-doctor-wrap.style3 .doctor-post .list-social li:nth-child(2) {
transition-delay: 0.1s;
}
.tf-doctor-wrap.style3 .doctor-post .list-social li:nth-child(3) {
transition-delay: 0.2s;
}
.tf-doctor-wrap.style3 .doctor-post .list-social li:nth-child(4) {
transition-delay: 0.3s;
}
.tf-doctor-wrap.style3 .doctor-post .list-social li:nth-child(5) {
transition-delay: 0.4s;
}
.tf-doctor-wrap.style3 .doctor-post .list-social li:nth-child(6) {
transition-delay: 0.5s;
}
.tf-doctor-wrap.style3 .doctor-post .list-social li:nth-child(7) {
transition-delay: 0.6s;
}
.tf-doctor-wrap.style3 .doctor-post .list-social li:nth-child(8) {
transition-delay: 0.7s;
}
.tf-doctor-wrap.style3 .doctor-post:hover .list-social li {
opacity: 1;
visibility: visible;
} .doctor-single-container {
display: flex;
column-gap: 90px;
row-gap: 40px;
}
.doctor-single-container .featured-single img {
width: 100%;
height: 390px;
object-fit: cover;
object-position: top;
border-radius: 10px;
}
.doctor-single-container .featured-single {
margin-bottom: 10px;
}
.doctor-single-container .content {
border-radius: 7px;
background-color: #0c171a;
padding: 40px 20px;
text-align: center;
color: #fff;
background-image: url(//rishikahealthcare.com/wp-content/plugins/plugin-core/assets/img/doctor-content.png);
background-position: center center;
background-size: cover;
}
.doctor-single-container .content p {
font-size: 16px;
line-height: 26px;
margin-bottom: 40px;
}
.doctor-single-container .content .description {
color: #ffffffa6;
}
.doctor-single-container .content h3,
.doctor-single-container .content h4 {
color: #fff;
}
.doctor-single-container .content h3 {
margin-bottom: 4px;
}
.doctor-single-container .content h4 {
border-top: 1px solid #ffffff26;
padding-top: 40px;
font-size: 18px;
margin-bottom: 19px;
}
.doctor-single-container .content .list-social {
display: flex;
justify-content: center;
gap: 10px;
padding: 0;
margin: 0;
list-style: none;
}
.doctor-single-container .content .list-social a {
width: 45px;
height: 45px;
background: #fff;
color: #0c171a;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
font-size: 15px;
}
.doctor-single-container .content .list-social a:hover {
background: var(--theme-secondary-color);
color: #fff;
}
.doctor-single-container .content-left {
width: 51.78%;
}
.doctor-single-container .content-right {
margin-top: 19px;
width: 100%;
} .border_eff a {
display: inline !important;
width: 100%;
background-repeat: no-repeat;
background-position-y: 0px;
background-image: linear-gradient(transparent calc(100% - 1px),
currentColor 1px);
transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
background-size: 0 100%;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}
.border_eff a:hover {
background-size: 100% 100%;
color: inherit;
} .hover-flash .featured-post a {
overflow: hidden;
}
.hover-flash .featured-post a::before {
position: absolute;
top: 0;
left: -85%;
z-index: 2;
display: block;
content: "";
width: 50%;
height: 100%;
background: -webkit-linear-gradient(left,
rgba(255, 255, 255, 0) 0%,
rgba(255, 255, 255, 0.3) 100%);
background: linear-gradient(to right,
rgba(255, 255, 255, 0) 0%,
rgba(255, 255, 255, 0.3) 100%);
-webkit-transform: skewX(-25deg);
transform: skewX(-25deg);
}
.hover-flash:hover .featured-post a::before {
-webkit-animation: flashshine 1.5s;
animation: flashshine 1.5s;
}
@keyframes flashshine {
100% {
left: 125%;
}
}
.scale-hover .featured-post img {
-webkit-transition: all 1s cubic-bezier(0.24, 0.74, 0.58, 1);
-khtml-transition: all 1s cubic-bezier(0.24, 0.74, 0.58, 1);
-moz-transition: all 1s cubic-bezier(0.24, 0.74, 0.58, 1);
-ms-transition: all 1s cubic-bezier(0.24, 0.74, 0.58, 1);
-o-transition: all 1s cubic-bezier(0.24, 0.74, 0.58, 1);
transition: all 1s cubic-bezier(0.24, 0.74, 0.58, 1);
}
.scale-hover:hover .featured-post img {
transform: scale(1.07);
} .tf-text-scroll .fade-text {
font-weight: 400;
font-size: 40px;
line-height: 1.5em;
color: #a0a0a0;
}
.tf-text-scroll .fade-text span {
color: inherit;
transition: color 0.3s ease-in-out;
}
.spin-hover .tficonbox:hover .wrap-icon-inner {
animation: spinAround 0.5s linear;
-moz-animation: spinAround 0.5s linear;
-webkit-animation: spinAround 0.5s linear;
}
.spin-hover .tficonbox {
overflow: unset;
}
@keyframes spinAround {
0% {
transform: rotate(0deg);
}
25% {
transform: rotate(10deg);
}
50% {
transform: rotate(0deg);
}
75% {
transform: rotate(-10deg);
}
100% {
transform: rotate(0deg);
}
}
.tab-custom .e-n-tabs-heading {
border-bottom: 1px solid #e4e4e4;
padding-bottom: 2px;
}
.tab-custom .e-n-tabs-heading .e-n-tab-title::after {
content: "";
position: absolute;
width: 0%;
height: 2px;
background: var(--theme-secondary-color);
bottom: -3px;
left: 0;
-webkit-transition: all 0.4s cubic-bezier(0.24, 0.74, 0.58, 1);
-khtml-transition: all 0.4s cubic-bezier(0.24, 0.74, 0.58, 1);
-moz-transition: all 0.4s cubic-bezier(0.24, 0.74, 0.58, 1);
-ms-transition: all 0.4s cubic-bezier(0.24, 0.74, 0.58, 1);
-o-transition: all 0.4s cubic-bezier(0.24, 0.74, 0.58, 1);
transition: all 0.4s cubic-bezier(0.24, 0.74, 0.58, 1);
}
.tab-custom .e-n-tabs-heading .e-n-tab-title {
position: relative;
}
.tab-custom .e-n-tabs-heading .e-n-tab-title:hover::after,
.tab-custom .e-n-tabs-heading .e-n-tab-title[aria-selected="true"]::after {
width: 100%;
}
.video-pulse .wrap-icon {
position: relative;
}
.video-pulse .wrap-icon::after {
content: "";
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 80px;
height: 80px;
border: 2px solid #ffffff57;
border-radius: 50%;
-webkit-animation: video-effect2 3s infinite linear;
-moz-animation: video-effect2 3s infinite linear;
-ms-animation: video-effect2 3s infinite linear;
-o-animation: video-effect2 3s infinite linear;
animation: video-effect2 3s infinite linear;
animation-delay: 0.5s;
}
.video-pulse .wrap-icon::before {
content: "";
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 80px;
height: 80px;
border: 2px solid #ffffff57;
border-radius: 50%;
-webkit-animation: video-effect 2s infinite linear;
-moz-animation: video-effect 2s infinite linear;
-ms-animation: video-effect 2s infinite linear;
-o-animation: video-effect 2s infinite linear;
animation: video-effect 2s infinite linear;
}
@keyframes video-effect {
0% {
width: 80px;
height: 80px;
opacity: 1;
}
100% {
width: 100px;
height: 100px;
opacity: 0;
}
}
@keyframes video-effect2 {
0% {
width: 80px;
height: 80px;
opacity: 1;
}
100% {
width: 200px;
height: 200px;
opacity: 0;
}
}
.sticky-container {
position: sticky !important;
top: 100px !important;
margin-bottom: auto !important;
}
.hover-active-step .step-hover .arrow-icon svg * {
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.hover-active-step .step-hover.active .arrow-icon svg * {
fill: var(--theme-secondary-color);
opacity: 1;
}
.st-pricing-page:hover .number .elementor-heading-title,
.st-pricing-page:hover .checked .elementor-icon-list-text {
color: #fff !important;
}
.st-pricing-page:hover .pricing-btn .elementor-button,
.st-pricing-page:hover .tf-button2 {
background: #fff !important;
}
.st-pricing-page:hover .tf-button2 span {
color: #24283e !important;
}
.st-pricing-page .tf-button2:hover span {
color: #fff !important;
}
.st-pricing-page .number .elementor-heading-title,
.st-pricing-page .line .elementor-divider-separator {
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.st-pricing-page:hover .line .elementor-divider-separator {
border-color: #ffffff26 !important;
}
.hover-step-home2 .icon-line::after {
content: "";
position: absolute;
height: 1px;
background-color: #fff;
bottom: -1px;
left: auto;
right: 0;
width: 0;
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
}
.hover-step-home2.active .icon-line::after {
width: 100%;
left: 0;
}
.hover-step-home2 .icon-step {
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
}
.hover-step-home2:hover .icon-step {
transform: rotateY(180deg);
}
.btn-full .wrap-tf-button2 {
width: 100%;
}
.btn-full .wrap-tf-button2 a {
width: 100%;
}
.step-home6 .number .elementor-widget-container,
.step-home6 .number .elementor-heading-title {
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
}
.step-home6 .number .elementor-widget-container {
width: 40px;
height: 40px;
display: flex;
align-items: center;
justify-content: center;
}
.step-home6.active .number .elementor-widget-container {
border-color: #fff var(--theme-secondary-color);
background: var(--theme-secondary-color);
}
.step-home6.active .number .elementor-heading-title {
color: #fff !important;
}
.image-animate-full .tf-image-item {
width: 100%;
}
.slider-btn i {
font-size: 20px !important;
margin-left: 6px !important;
vertical-align: bottom !important;
} @media only screen and (max-width: 1320px) {
.tf-doctor-wrap.style1 .doctor-post {
padding: 33px 10px;
}
.custom-swiper-slider .wrap-bullet .swiper-pagination .swiper-pagination-bullet::after {
transform: translate(-50%, -50%);
}
}
@media only screen and (max-width: 1280px) {
.tf-portfolio-wrap.style1 .portfolio-post .content {
padding: 30px 20px;
}
.tf-services-wrap.style1 .services-post {
padding: 30px;
}
.tfc-carousel-box.style-3 .item-box-carousel {
padding: 40px 20px 32px 20px;
}
.tfc-carousel-box.style-1 .item-box-carousel {
padding: 40px 20px 32px 20px;
}
.tfc-testimonial-carousel.style-1 .item-testimonial {
padding: 50px 30px 43px 30px;
}
.tf-services-wrap.style6 .services-post .content {
padding: 20px;
}
}
@media only screen and (max-width: 1170px) {
.doctor .style1 .wrap-doctor-post.column-4 .item {
-webkit-box-flex: 0;
-ms-flex: 0 0 33.33333%;
flex: 0 0 33.33333%;
max-width: 33.33333%;
}
.tf-services-wrap.style1 .wrap-services-post.column-4 .item {
-webkit-box-flex: 0;
-ms-flex: 0 0 25%;
flex: 0 0 33.33333%;
max-width: 33.33333%;
}
.tf-services-wrap.style1 .features-box {
flex: 0 0 100%;
max-width: 100%;
}
.style1 .wrap-portfolio-post.column-4 .item {
-webkit-box-flex: 0;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
}
@media only screen and (max-width: 1024px) {
.tf-services-wrap.style4 .owl-dots,
.tf-services-wrap.style2 .owl-dots {
display: flex;
}
.tfc-testimonial-carousel.style-2 .item-testimonial {
padding: 47px 30px 50px 30px;
}
.tf-services-wrap.style1 .services-post {
background: #fff;
border-radius: 10px;
padding: 30px 20px;
}
.tf-services-wrap.style3 .services-post,
.tf-services-wrap.style3 .item.box-5 .content {
padding: 30px;
}
.tf-services-wrap.style3 .services-post .title {
font-size: 20px;
margin-bottom: 30px;
}
.tf-doctor-wrap.style3 .doctor-post .content {
padding-left: 15px;
padding-right: 15px;
}
.tf-doctor-wrap.style3 .doctor-post .featured-post {
max-height: 100%;
}
.tf-doctor-wrap.style3 .doctor-post .description {
margin-bottom: 30px;
}
.tf-doctor-wrap.style3 .doctor-post .tf-btn {
padding: 13px 15px;
}
.tf-doctor-wrap.style3 .doctor-post .tf-btn i {
display: none;
}
.single-portfolio .group-infor-portfolio {
gap: 40px;
}
.doctor-single-container {
column-gap: 40px;
}
.tf-doctor-wrap .owl-dots {
display: flex !important;
}
}
@media only screen and (max-width: 991px) {
.fel-slider-before-after .twentytwenty-container {
height: auto !important;
}
.tf-doctor-wrap.style1 .doctor-post .title,
.tf-doctor-wrap.style1 .doctor-post .position {
text-align: center;
}
.tf-doctor-wrap.style1 .doctor-post {
border-right: 1px solid #eeefef;
border-bottom: 1px solid #eeefef;
}
.wrap-doctor-post.column-4 .item,
.wrap-services-post.column-4 .item {
-webkit-box-flex: 0;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
.wrap-doctor-post.column-5 .item,
.wrap-portfolio-post.column-5 .item,
.wrap-services-post.column-5 .item {
-webkit-box-flex: 0;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
.tf-services-wrap.style1 .features-box {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
.tf-services-wrap.style1 .features-box .content {
padding: 40px 30px;
}
.tf-services-wrap.style3 .wrap-services-post.column-3 .item {
-webkit-box-flex: 0;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
.tf-services-wrap.style3 .wrap-services-post.column-3 .item.box-5 {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
.page-wrap.sidebar-left .services-posttype .content-area {
padding-left: 0px;
margin-top: 0px;
}
.tf-portfolio-wrap.style2 .wrap-portfolio-post {
column-count: 2;
}
.tf-portfolio-wrap.style2 .wrap-portfolio-post .featured-post img {
height: 400px !important;
}
.tf-portfolio-wrap.style2 .portfolio-post .content {
bottom: 21px;
opacity: 1;
visibility: visible;
}
.tf-portfolio-wrap.style2 .portfolio-post .tf-button,
.tf-portfolio-wrap.style2 .portfolio-post::after {
opacity: 1;
visibility: visible;
}
.tf-doctor-wrap.style3 .doctor-post .title {
font-size: 18px;
}
.tf-doctor-wrap.style3 .doctor-post .content {
padding-left: 10px;
padding-right: 0;
}
.tf-doctor-wrap.style3 .doctor-post .list-social li {
opacity: 1;
visibility: visible;
}
.single-portfolio .group-infor-portfolio .project-infor {
min-width: unset;
padding: 30px 20px;
}
.single-portfolio .group-infor-portfolio .project-infor ul li .label {
min-width: 100px;
}
.doctor-single-container {
flex-direction: column;
}
.doctor-single-container .content-left {
width: 100%;
order: 1;
}
.doctor-single-container .featured-single img {
height: 100%;
}
.tf-services-wrap.style6 .services-post .content {
padding: 15px;
}
}
@media only screen and (max-width: 767px) {
.tf-services-wrap.style5 .owl-nav {
display: none;
}
.tf-services-wrap.style5 .owl-dots {
display: flex;
}
.tf-doctor-wrap.style1 .doctor-post {
border-right: 1px solid transparent;
}
.tfc-carousel-box.style-3 .inner-content {
transform: translateY(60px);
}
.tfc-testimonial-carousel.style-5 .item-testimonial .description {
font-size: 25px;
line-height: 30px;
margin-top: 20px;
margin-bottom: 15px;
}
.tf-doctor-wrap.style2 .doctor-post .featured-post img {
height: 100%;
}
.single-services .post-title {
font-size: 35px;
line-height: 1.3em;
}
.tf-services-wrap.style3 .wrap-services-post.column-3 .item,
.wrap-doctor-post .item,
.wrap-portfolio-post .item,
.wrap-services-post .item {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100% !important;
max-width: 100% !important;
margin-top: 0 !important;
}
.owl-carousel .owl-nav,
.group-navigation {
display: none;
}
.wrap-portfolio-post.column-3 .item,
.wrap-doctor-post.column-3 .item,
.themesflat-portfolio-taxonomy .wrap-portfolio-post.column-2 .item,
.wrap-services-post.column-3 .item {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
.wrap-portfolio-post.column-4 .item,
.wrap-doctor-post.column-4 .item,
.wrap-services-post.column-4 .item {
-webkit-box-flex: 0;
-ms-flex: 0 0 50%;
flex: 0 0 50% !important;
max-width: 100%;
}
.wrap-portfolio-post.column-5 .item,
.wrap-doctor-post.column-5 .item,
.wrap-services-post.column-5 .item {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
.tf-services-wrap.style1 .features-box .content .desc {
width: 100%;
}
.tf-services-wrap.style1 .features-box .content .heading,
.tf-services-wrap.style1 .features-box .content .sub-heading {
line-height: 1.3em;
}
.tf-services-wrap.style1 .features-box .content .sub-heading {
font-size: 24px;
}
.tf-services-wrap.style3 .item.box-5 .title,
.tf-services-wrap.style3 .item.box-5 .description,
.tf-services-wrap.style3 .item.box-5 .tf-button-container {
width: 100%;
}
.tf-services-wrap.style3 .item.box-5 .featured-post {
display: none;
}
.tf-services-wrap.style3 .item.box-5 .content {
background: unset;
}
.tf-portfolio-wrap.style2 .wrap-portfolio-post {
column-count: 1;
}
.single-portfolio .group-infor-portfolio {
flex-direction: column;
}
.form-appointment .inner-form.form-btn i {
display: none !important;
}
.tf-services-wrap.style1 .services-post .icon {
margin-bottom: 30px;
}
}
@media only screen and (max-width: 600px) {
.single-portfolio .group-infor-portfolio .project-infor ul li .value,
.single-portfolio .group-infor-portfolio .project-infor ul li .label {
font-size: 16px;
}
.single-portfolio .group-infor-portfolio .project-infor ul li .dot {
margin-right: 20px;
}
.single-portfolio .content-top-infor .featured-post {
height: auto;
margin-bottom: 30px;
}
.single-portfolio .group-infor-portfolio .post-title {
font-size: 30px;
line-height: 45px;
margin-bottom: 20px;
}
.single-portfolio .nav-links .title-post {
width: auto;
}
.single-portfolio .nav-links .previous-post .content,
.single-portfolio .nav-links .next-post .content {
justify-content: center;
}
.nav-links {
gap: 0px;
flex-wrap: wrap;
flex-direction: column;
}
.tf-doctor-wrap.style3 .doctor-post .content {
padding-left: 0px;
}
.tf-doctor-wrap.style3 .doctor-post .featured-post {
margin-right: 0px;
}
.tf-doctor-wrap.style3 .doctor-post {
grid-template-columns: 1fr;
}
.tfc-testimonial-carousel.style-2 .sale {
font-size: 25px;
line-height: 1.5em;
}
.tfc-testimonial-carousel.style-2 .description {
margin-top: 30px;
margin-bottom: 30px;
font-size: 22px !important;
line-height: 1.5em !important;
}
.wrap-portfolio-post.column-4 .item,
.wrap-doctor-post.column-4 .item,
.wrap-services-post.column-4 .item {
-webkit-box-flex: 0;
-ms-flex: 0 0 100% !important;
flex: 0 0 100% !important;
max-width: 100% !important;
}
.tf-group-features .item-plugin,
.tf-group-features .item-plugin img,
.tf-group-features .image-main .inner a {
width: 50px !important;
height: 50px !important;
}
}
.owl-prev.disabled,
.owl-next.disabled {
opacity: 0.1;
}
.tf-services-wrap.style2 .tf-btn {
padding: 12px 15px;
}