.tm-sc-service .icon {
display: inline-block;
}
.tm-sc-service .icon,
.tm-sc-service .feature-title,
.tm-sc-service .feature-details {
-webkit-transition: all 300ms ease;
transition: all 300ms ease;
}
.service-block-style2 {
margin-bottom: 30px;
}
.service-block-style2 .inner-block {
border-radius: 30px;
position: relative;
overflow: hidden;
padding: 48px 30px 24px;
background-color: var(--theme-color-white);
transition: all 300ms ease;
text-align: center;
}
.service-block-style2 .inner-block:before {
background-color: #f8f6f7;
border-radius: 50%;
content: "";
position: absolute;
top: -21px;
left: calc(50% - 21px);
height: 42px;
width: 42px;
transition: all 300ms ease;
}
.service-block-style2 .inner-block:hover .image-box .image img {
transform: scale(1.1);
}
.service-block-style2 .inner-block:hover .image-box .icon {
background-color: var(--theme-color1);
}
.service-block-style2 .inner-block:hover .image-box .icon img,
.service-block-style2 .inner-block:hover .image-box .icon i {
-webkit-transform: scaleX(-1);
-moz-transform: scaleX(-1);
-ms-transform: scaleX(-1);
transform: scaleX(-1);
}
.service-block-style2 .inner-block:hover .image-box .icon img {
filter: brightness(0) invert(1);
}
.service-block-style2 .inner-block:hover .content .read-more i {
color: var(--theme-color3);
}
.service-block-style2 .inner-block:hover .content .read-more span {
width: 100px;
}
.service-block-style2 .inner-block .image-box {
position: relative;
margin-bottom: 15px;
}
.service-block-style2 .inner-block .image-box .image {
position: relative;
display: inline-block;
overflow: hidden;
border-radius: 50%;
margin-bottom: 0;
}
.service-block-style2 .inner-block .image-box .image img {
position: relative;
transition: all 300ms ease;
}
.service-block-style2 .inner-block .image-box .icon {
position: relative;
display: block;
width: 68px;
height: 68px;
line-height: 68px;
display: flex;
align-items: center;
justify-content: center;
border-radius: 50%;
margin: -50px auto 0;
font-size: 40px;
color: var(--theme-color1);
background-color: #f8f6f7;
transition: all 300ms ease;
}
.service-block-style2 .inner-block .image-box .icon img,
.service-block-style2 .inner-block .image-box .icon i {
transition: all 300ms ease;
}
.service-block-style2 .inner-block .content {
position: relative;
}
.service-block-style2 .inner-block .content .service-title {
position: relative;
margin-bottom: 8px;
margin-top: 0;
}
.service-block-style2 .inner-block .content .service-details {
position: relative;
margin-bottom: 10px;
transition: all 300ms ease;
}
.service-block-style2 .inner-block .content .read-more {
position: relative;
color: var(--headings-color);
font-weight: 600;
display: flex;
align-items: center;
justify-content: center;
transition: all 300ms ease;
}
.service-block-style2 .inner-block .content .read-more i {
color: var(--theme-color1);
position: relative;
top: 1px;
transition: all 300ms ease;
}
.service-block-style2 .inner-block .content .read-more i:before {
transition: all 300ms ease;
}
.service-block-style2 .inner-block .content .read-more span {
position: relative;
display: block;
width: 0;
overflow: hidden;
white-space: nowrap;
transition: all 300ms ease;
}.btn-style-one {
background-color: var(--theme-color1);
color: var(--theme-color1-text-color);
padding: 17px 30px;
font-weight: 600;
font-size: 16px;
font-weight: 700;
font-family: var(--heading-font-family);
line-height: 22px;
display: inline-flex;
align-items: center;
justify-content: space-between;
position: relative;
overflow: hidden;
z-index: 0;
gap: 15px;
transition: all 300ms ease;
}
.btn-style-one:before {
background-color: var(--theme-color3);
border-radius: 0;
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
content: "";
transform: scale(0, 1);
transform-origin: top right;
transition: -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1), -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
z-index: -1;
}
.btn-style-one .btn-title {
transition: all 300ms ease;
}
.btn-style-one .icon {
line-height: 1;
transition: all 300ms ease;
}
.btn-style-one:hover {
color: var(--theme-color1-text-color);
}
.btn-style-one:hover:before {
transform: scale(1, 1);
transform-origin: bottom left;
}
.btn-style-one:hover .icon {
color: var(--theme-color3-text-color);
}
.btn-style-one.btn-hover-light:hover .btn-title {
color: var(--theme-color1);
}
.btn-style-one.btn-hover-light:before {
background-color: var(--theme-color-white);
}.tm-sc-working .icon {
display: inline-block;
}
.tm-sc-working .icon,
.tm-sc-working .working-title,
.tm-sc-working .working-details {
-webkit-transition: all 300ms ease;
transition: all 300ms ease;
}
.working-block-style1 .inner-block {
position: relative;
}
@media (max-width: 1024.98px) {
.working-block-style1 .inner-block {
margin-bottom: 30px;
}
}
.working-block-style1 .inner-block:before {
background-color: var(--theme-color1);
content: "";
position: absolute;
top: 0;
right: -10px;
height: 100%;
width: 3px;
transition: all 300ms ease;
}
@media (max-width: 767.98px) {
.working-block-style1 .inner-block:before {
display: none;
}
}
.working-block-style1 .inner-block:after {
background-color: #d9d9d9;
border-left: 1px solid #fff;
border-right: 1px solid #fff;
content: "";
position: absolute;
top: 20px;
right: -10px;
height: calc(100% - 40px);
width: 3px;
transition: all 300ms ease;
}
@media (max-width: 767.98px) {
.working-block-style1 .inner-block:after {
display: none;
}
}
.working-block-style1 .inner-block:hover .image img:first-child {
-webkit-transform: translateX(0) scaleX(1);
transform: translate(0) scaleX(1);
opacity: 1;
-webkit-filter: blur(0);
filter: blur(0);
}
.working-block-style1 .inner-block:hover .image img:nth-child(2) {
-webkit-transform: translateX(-50%) scaleX(2);
transform: translateX(-50%) scaleX(2);
opacity: 0;
-webkit-filter: blur(10px);
filter: blur(10px);
}
.working-block-style1 .inner-block:hover .working-count {
background-color: var(--theme-color3);
color: var(--theme-color3-text-color);
}
.working-block-style1 .inner-block .working-count {
background-color: var(--theme-color1);
border-radius: 40px;
color: var(--theme-color1-text-color);
font-size: 18px;
font-weight: 500;
padding: 3px 19px 3px;
position: absolute;
top: 26px;
left: calc(50% - 137px);
transform: rotate(-45deg);
z-index: 2;
transition: all 300ms ease;
}
.working-block-style1 .inner-block .content-box {
text-align: center;
}
.working-block-style1 .inner-block .content-box .working-title {
margin-top: 0;
margin-bottom: 5px;
}
.working-block-style1 .inner-block .content-box .working-details {
max-width: 240px;
margin: 0 auto;
}
.working-block-style1 .inner-block .image {
border-radius: 50%;
position: relative;
overflow: hidden;
max-width: 206px;
margin: 0 auto 23px;
}
.working-block-style1 .inner-block .image img {
border-radius: 50%;
width: 100%;
height: 100%;
display: block;
object-fit: cover;
transition: all 500ms ease;
}
.working-block-style1 .inner-block .image img:first-child {
position: absolute;
left: 0;
top: 0;
right: 0;
bottom: 0;
z-index: 1;
-webkit-transform: translateX(50%) scaleX(2);
transform: translate(50%) scaleX(2);
opacity: 0;
-webkit-filter: blur(10px);
filter: blur(10px);
}
.working-block:last-child .working-block-style1 .inner-block::before, .working-block:last-child .working-block-style1 .inner-block::after {
display: none;
}
@media (max-width: 1199.98px) {
.working-block:nth-child(2) .working-block-style1 .inner-block::before, .working-block:nth-child(2) .working-block-style1 .inner-block::after {
display: none;
}
}.tm-sc-testimonials .star-rating {
float: right;
overflow: hidden;
position: relative;
height: 1.1em;
line-height: 1.2;
font-size: 0.9em;
width: 5.6em;
}
.tm-sc-testimonials .star-rating::before {
content: "\f005\f005\f005\f005\f005";
color: #d3ced2;
font-family: "Font Awesome 5 Free";
font-weight: 500;
float: left;
top: 0;
left: 0;
position: absolute;
}
.tm-sc-testimonials .star-rating span {
overflow: hidden;
float: left;
top: 0;
left: 0;
position: absolute;
padding-top: 1.5em;
}
.tm-sc-testimonials .star-rating span::before {
content: "\f005\f005\f005\f005\f005";
font-family: "Font Awesome 5 Free";
font-weight: 500;
color: #f1c40f;
top: 0;
position: absolute;
left: 0;
}
.tm-sc-testimonials .star-rating {
float: none;
margin-top: 5px;
margin-bottom: 20px;
overflow: visible;
}
.tm-sc-testimonials .star-rating span:before {
color: var(--theme-color2);
}
.tm-sc-testimonials .author-text,
.tm-sc-testimonials .name,
.tm-sc-testimonials .job-position {
transition: all 0.3s ease-in-out;
}
.tm-sc-testimonials .star-rating span:before {
transition: all 0.3s ease-in-out;
}
.testimonial-block-style2 .inner-block {
background-color: #f8f6f7;
border-radius: 30px;
position: relative;
overflow: hidden;
padding: 48px 50px 42px;
}
.testimonial-block-style2 .inner-block:hover .bottom-box .author-info .quote-icon i,
.testimonial-block-style2 .inner-block:hover .bottom-box .author-info .quote-icon img {
-webkit-transform: scaleX(-1);
-moz-transform: scaleX(-1);
-ms-transform: scaleX(-1);
transform: scaleX(-1);
}
.testimonial-block-style2 .inner-block .rating {
color: var(--theme-color3);
font-size: 22px;
line-height: 1;
margin-bottom: 50px;
}
.testimonial-block-style2 .inner-block .rating .star-rating {
margin-top: 0;
margin-bottom: 0;
}
.testimonial-block-style2 .inner-block .rating .star-rating::before {
color: var(--theme-color3);
}
.testimonial-block-style2 .inner-block .rating .star-rating span::before {
color: var(--theme-color3);
font-weight: 600;
}
.testimonial-block-style2 .inner-block .author-text {
font-size: 20px;
line-height: 1.65;
letter-spacing: -3%;
margin-bottom: 45px;
color: #878787;
margin: 0 auto;
}
@media (max-width: 575.98px) {
.testimonial-block-style2 .inner-block .author-text {
font-size: 16px;
line-height: 1.5;
}
}
.testimonial-block-style2 .inner-block .bottom-box {
border-top: 1px solid rgba(31, 30, 34, 0.15);
padding-top: 31px;
margin-top: 29px;
display: flex;
align-items: center;
}
.testimonial-block-style2 .inner-block .bottom-box .author-info {
display: inline-flex;
gap: 24px;
align-items: center;
}
@media (max-width: 575.98px) {
.testimonial-block-style2 .inner-block .bottom-box .author-info {
flex-direction: column;
align-items: start;
}
}
.testimonial-block-style2 .inner-block .bottom-box .author-info .quote-icon {
color: var(--theme-color3);
font-size: 30px;
position: relative;
top: -3px;
}
.testimonial-block-style2 .inner-block .bottom-box .author-info .quote-icon i,
.testimonial-block-style2 .inner-block .bottom-box .author-info .quote-icon img {
transition: all 300ms ease;
}
.testimonial-block-style2 .inner-block .bottom-box .author-info .testimonial-name {
font-family: var(--body-font-family);
margin-bottom: 2px;
margin-top: 0;
}
.testimonial-block-style2 .inner-block .bottom-box .author-info .testimonial-position {
line-height: 1.2;
}.tm-sc-projects .cat-list {
list-style: none;
margin: 0;
}
.tm-sc-projects .cat-list li {
display: inline;
color: #aaa;
margin-right: 7px;
font-size: 13px;
}
.tm-sc-projects .cat-list li a {
color: #aaa;
text-transform: capitalize;
transition: all 0.3s ease-in-out;
}
.tm-sc-projects .cat-list li:last-child span {
display: none;
}
.projects-current-theme1 {
margin-bottom: 30px;
}
.projects-current-theme1 .inner-block {
position: relative;
overflow: hidden;
transition: all 300ms ease;
}
.projects-current-theme1 .inner-block:hover .image .btn-more {
transform: translate(-50%, -50%) scale(1);
}
.projects-current-theme1 .inner-block:hover .image img:first-child {
transform: translateX(0) scaleX(1);
opacity: 1;
filter: blur(0);
}
.projects-current-theme1 .inner-block:hover .image img:nth-child(2) {
transform: translateX(-50%) scaleX(2);
opacity: 0;
filter: blur(10px);
}
.projects-current-theme1 .inner-block .image {
border-radius: 0;
position: relative;
overflow: hidden;
max-height: 543px;
border-radius: 10px;
}
.projects-current-theme1 .inner-block .image img {
border-radius: 0;
position: relative;
height: 100%;
width: 100%;
object-fit: cover;
transition: all 500ms ease;
}
.projects-current-theme1 .inner-block .image img:first-child {
position: absolute;
left: 0px;
top: 0px;
right: 0px;
bottom: 0px;
z-index: 1;
transform: translateX(50%) scaleX(2);
opacity: 0;
filter: blur(10px);
}
.projects-current-theme1 .inner-block .image .btn-more {
background-color: var(--theme-color1);
border-radius: 50%;
color: var(--theme-color1-text-color);
font-size: 40px;
text-align: center;
height: 80px;
line-height: 74px;
width: 80px;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%) scale(0);
z-index: 2;
transition: all 300ms ease;
}
.projects-current-theme1 .inner-block .image .btn-more i,
.projects-current-theme1 .inner-block .image .btn-more svg {
display: inline-block;
transform: rotate(-35deg);
transition: all 300ms ease;
}
.projects-current-theme1 .inner-block .image .btn-more svg path {
transition: all 300ms ease;
fill: none;
stroke: var(--theme-color1-text-color);
}
.projects-current-theme1 .inner-block .image .btn-more:hover i,
.projects-current-theme1 .inner-block .image .btn-more:hover svg {
transform: rotate(0deg);
}
.projects-current-theme1 .inner-block .content {
padding: 21px 0 0;
transition: all 300ms ease;
}
.projects-current-theme1 .inner-block .content .title {
margin-bottom: 3px;
}
.projects-current-theme1 .inner-block .content .title:hover {
color: var(--theme-color1);
}
.projects-current-theme1 .inner-block .content ul {
display: flex;
align-items: center;
gap: 14px;
border-radius: 20px;
padding-top: 0;
border-top-left-radius: 0;
display: inline-flex;
border-top-right-radius: 0;
position: relative;
list-style: none;
padding-bottom: 5px;
}
@media (max-width: 575.98px) {
.projects-current-theme1 .inner-block .content ul {
padding-bottom: 15px;
display: inline-block;
}
}
.projects-current-theme1 .inner-block .content ul li {
margin-bottom: 0;
}
@media (max-width: 575.98px) {
.projects-current-theme1 .inner-block .content ul li {
margin: 0;
display: inline-block;
margin-right: 5px;
}
}
.projects-current-theme1 .inner-block .content ul li a {
color: var(--theme-color2);
font-size: 16px;
color: #7a7a7a;
font-weight: 500;
}
@media (max-width: 991.98px) {
.projects-current-theme1 .inner-block .content ul li a {
font-size: 16px;
}
}
.projects-current-theme1 .inner-block .content ul li a:hover {
color: var(--theme-color1);
}
.projects-current-theme1 .inner-block .content ul .dot {
display: inline-block;
background-color: var(--theme-color1);
border-radius: 50%;
display: inline-block;
width: 4px;
height: 4px;
margin-top: 10px;
}.team-current-theme3 {
margin-bottom: 30px;
}
.team-current-theme3 .inner-block {
background-color: rgba(255, 255, 255, 0.05);
backdrop-filter: blur(40px);
border-radius: 30px;
padding: 20px;
position: relative;
overflow: hidden;
}
.team-current-theme3 .inner-block:hover .image img {
transform: scale(1.1);
}
.team-current-theme3 .inner-block:hover .content .social-icon a {
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
}
.team-current-theme3 .inner-block .image {
border-radius: 30px;
position: relative;
overflow: hidden;
}
.team-current-theme3 .inner-block .image:before {
background: linear-gradient(360deg, #2a2a2c 14.41%, rgba(0, 0, 0, 0) 85%);
content: "";
position: absolute;
bottom: 0;
left: 0;
height: 100%;
width: 100%;
z-index: 1;
transition: all 300ms ease;
}
.team-current-theme3 .inner-block .image img {
border-radius: 30px;
height: 100%;
width: 100%;
object-fit: cover;
transition: all 500ms ease;
}
.team-current-theme3 .inner-block .content {
border-radius: 30px;
position: absolute;
left: 20px;
right: 20px;
bottom: 20px;
padding: 23px 20px 23px;
overflow: hidden;
text-align: center;
z-index: 2;
transition: all 300ms ease;
}
@media (max-width: 575.98px) {
.team-current-theme3 .inner-block .content {
padding: 22px 15px 23px;
}
}
.team-current-theme3 .inner-block .content .team-title {
color: #fff;
margin-bottom: 0;
margin-top: 0;
}
.team-current-theme3 .inner-block .content .team-subtitle {
margin-bottom: 0;
}
.team-current-theme3 .inner-block .content .social-icon {
display: flex;
justify-content: center;
gap: 0;
margin-bottom: 20px;
transition: all 300ms ease;
transition: all 300ms ease;
}
.team-current-theme3 .inner-block .content .social-icon a {
background-color: #1f1e22;
border-radius: 50%;
display: inline-block;
color: #fff;
height: 40px;
line-height: 40px;
text-align: center;
width: 40px;
-webkit-transform: scale(0);
-moz-transform: scale(0);
-ms-transform: scale(0);
transform: scale(0);
}
.team-current-theme3 .inner-block .content .social-icon a:hover {
background-color: var(--theme-color1);
color: var(--theme-color1-text-color);
}.pricing-plan-skin-style5 {
position: relative;
background-color: var(--theme-color-white);
border: 1px solid #e2e2e2;
box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.06);
padding: 30px 40px 50px 50px;
z-index: 1;
border-radius: 22px;
margin-top: 25px;
transition: all 0.2s ease-in-out;
margin-top: 40px;
}
.pricing-plan-skin-style5 .pricing-plan-inner-wrapper {
background: transparent !important;
box-shadow: none !important;
}
@media (max-width: 575.98px) {
.pricing-plan-skin-style5 {
padding: 30px 20px 50px 20px;
}
}
.pricing-plan-skin-style5::after {
position: absolute;
left: 0;
height: 100%;
width: 100%;
content: "";
background-color: #e2e2e2;
height: 1px;
top: 165px;
z-index: -1;
transition: all 0.2s ease-in-out;
}
.pricing-plan-skin-style5 .shape-1 {
position: absolute;
right: 15px;
top: 15px;
width: 77px;
opacity: 0.1;
height: 90px;
filter: grayscale(1);
background-image: url(//thedoctorsolar.com/wp-content/plugins/mascot-core-solarixia/assets/images/current-theme/price1.png);
transition: all 0.2s ease-in-out;
}
.pricing-plan-skin-style5 .shape-2 {
position: absolute;
bottom: 0;
right: 0;
width: 180px;
height: 180px;
border-radius: 20px;
background-color: #e2e2e2;
transition: all 0.2s ease-in-out;
clip-path: polygon(100% 60%, 60% 100%, 100% 100%);
}
.pricing-plan-skin-style5 .pricing-plan-title {
border-radius: 50%;
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;
border-radius: 40px;
padding: 12px 30px;
background-color: var(--theme-color-light);
font-weight: 700;
color: var(--headings-color);
position: absolute;
top: -30px;
margin: 0;
}
.pricing-plan-skin-style5 .pricing-plan-title::after {
position: absolute;
content: "";
background-color: #e2e2e2;
height: 15px;
top: 22.5px;
left: -5px;
transform: rotate(45deg);
border-radius: 4px;
transition: all 0.2s ease-in-out;
}
.pricing-plan-skin-style5 .icon-2 {
position: absolute;
right: 40px;
top: 50px;
}
.pricing-plan-skin-style5 .price {
color: var(--headings-color);
transition: all 0.2s ease-in-out;
}
.pricing-plan-skin-style5 .price .pricing-plan-prefix {
position: relative;
top: -25px;
font-size: 24px;
}
.pricing-plan-skin-style5 .price .pricing-plan-price {
font-size: 60px;
font-weight: 600;
}
.pricing-plan-skin-style5 .pricing-plan-subtitle {
position: relative;
border-radius: 50%;
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;
border-radius: 40px;
padding: 5px 20px;
background-color: var(--theme-color1);
color: var(--theme-color1-text-color);
font-weight: 600;
}
.pricing-plan-skin-style5 .features-list {
margin-top: 30px;
margin-bottom: 40px;
}
.pricing-plan-skin-style5 .features-list li {
font-weight: 500;
padding: 5px 0;
color: var(--headings-color);
display: block;
transition: all 0.2s ease-in-out;
}
.pricing-plan-skin-style5 .features-list li i {
padding-right: 12px;
}
.pricing-plan-skin-style5 .features-list li.no-action {
color: var(--text-color);
}
.pricing-plan-skin-style5 .features-list li.no-action i {
color: var(--text-color);
}
.pricing-plan-skin-style5.pricing-active, .pricing-plan-skin-style5:hover {
background-color: #0f0f0f;
}
.pricing-plan-skin-style5.pricing-active::after, .pricing-plan-skin-style5:hover::after {
background-color: var(--theme-color-white);
opacity: 20%;
border: 1px solid #464242;
}
.pricing-plan-skin-style5.pricing-active .pricing-plan-title::after, .pricing-plan-skin-style5:hover .pricing-plan-title::after {
background-color: var(--theme-color1);
}
.pricing-plan-skin-style5.pricing-active .price, .pricing-plan-skin-style5:hover .price {
color: #fff;
}
.pricing-plan-skin-style5.pricing-active .icon-2, .pricing-plan-skin-style5:hover .icon-2 {
opacity: 20%;
}
.pricing-plan-skin-style5.pricing-active .features-list li, .pricing-plan-skin-style5:hover .features-list li {
color: #fff;
}
.pricing-plan-skin-style5.pricing-active .theme-btn.theme-btn-light, .pricing-plan-skin-style5:hover .theme-btn.theme-btn-light {
background-color: var(--theme-color3);
color: var(--theme-color3-text-color);
}
.pricing-plan-skin-style5.pricing-active .gray-arrow, .pricing-plan-skin-style5:hover .gray-arrow {
background-color: var(--theme-color3) !important;
color: var(--theme-color2) !important;
}
.pricing-plan-skin-style5.pricing-active .shape-1, .pricing-plan-skin-style5:hover .shape-1 {
opacity: 0.2;
}
.pricing-plan-skin-style5.pricing-active .shape-2, .pricing-plan-skin-style5:hover .shape-2 {
background-color: #1e1b26;
}
.pricing-plan-skin-style5 .btn-style-one {
background-color: var(--theme-color1);
color: var(--theme-color1-text-color);
padding: 17px 30px;
font-weight: 600;
font-size: 16px;
font-weight: 700;
font-family: var(--heading-font-family);
line-height: 22px;
display: inline-flex;
align-items: center;
justify-content: space-between;
position: relative;
overflow: hidden;
z-index: 0;
gap: 15px;
transition: all 300ms ease;
}
.pricing-plan-skin-style5 .btn-style-one:before {
background-color: var(--theme-color3);
border-radius: 0;
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
content: "";
transform: scale(0, 1);
transform-origin: top right;
transition: -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1), -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
z-index: -1;
}
.pricing-plan-skin-style5 .btn-style-one .btn-title {
transition: all 300ms ease;
}
.pricing-plan-skin-style5 .btn-style-one .icon {
line-height: 1;
transition: all 300ms ease;
}
.pricing-plan-skin-style5 .btn-style-one:hover {
color: var(--theme-color1-text-color);
}
.pricing-plan-skin-style5 .btn-style-one:hover:before {
transform: scale(1, 1);
transform-origin: bottom left;
}
.pricing-plan-skin-style5 .btn-style-one:hover .icon {
color: var(--theme-color3-text-color);
}
.pricing-plan-skin-style5 .btn-style-one.btn-hover-light:hover .btn-title {
color: var(--theme-color1);
}
.pricing-plan-skin-style5 .btn-style-one.btn-hover-light:before {
background-color: var(--theme-color-white);
}.tm-sc-blog article .box-hover-effect {
display: block;
}
.tm-sc-blog article .post-thumb .post-thumb-inner .thumb {
display: flex;
overflow: hidden;
position: relative;
}
.tm-sc-blog article .post-thumb .post-thumb-inner .thumb img {
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
transition: all 0.4s ease-in-out;
}
.tm-sc-blog article .post-thumb .post-thumb-inner .thumb .icon-link {
background: #2d1212;
color: #fff;
opacity: 0;
filter: alpha(opacity=0);
transition: all 0.45s;
width: 32px;
height: 32px;
line-height: 33px;
position: absolute;
top: 15px;
right: 15px;
z-index: 99;
text-align: center;
margin-top: 45px;
}
.tm-sc-blog article .entry-content > :nth-last-child {
margin-bottom: 0;
}
.blog-item-current-style1 .image {
width: 100%;
height: 400px;
position: relative;
border-radius: 40px;
overflow: hidden;
}
.blog-item-current-style1 .image img {
width: 100%;
height: 100%;
object-fit: cover;
transition: all 400ms ease;
}
.blog-item-current-style1 .image img {
background-size: cover;
transition: 0.5s;
width: 100%;
}
.blog-item-current-style1 .image img:nth-child(1) {
transform: translatex(50%) scalex(2);
opacity: 0;
filter: blur(10px);
}
.blog-item-current-style1 .image img:nth-child(2) {
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
object-fit: cover;
}
.blog-item-current-style1 .content .entry-meta {
display: flex;
align-items: center;
gap: 10px;
padding-top: 22px;
margin-bottom: 3px;
}
.blog-item-current-style1 .content .entry-meta li {
color: var(--theme-color2);
position: relative;
display: flex;
align-items: center;
font-size: 16px;
font-weight: 500;
text-transform: capitalize;
margin-bottom: 3px;
}
.blog-item-current-style1 .content .entry-meta li:last-child {
margin-right: 0;
}
.blog-item-current-style1 .content .entry-meta li:last-child:before {
display: none;
}
.blog-item-current-style1 .content .entry-meta li:before {
background-color: var(--theme-color1);
content: "";
width: 2px;
height: 10px;
position: absolute;
bottom: calc(50% - 4px);
right: -8px;
border-radius: 50%;
}
.blog-item-current-style1 .content .entry-meta li a {
color: var(--theme-color2);
font-weight: 500;
}
.blog-item-current-style1 .content .entry-meta li i {
font-size: 12px;
color: var(--theme-color1);
margin-right: 5px;
display: none;
}
.blog-item-current-style1 .content .entry-title {
margin: 0;
padding-bottom: 15px;
}
.blog-item-current-style1 .content .entry-title a {
color: var(--headings-color);
background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
transition: all 500ms ease;
}
.blog-item-current-style1 .content .entry-title:hover a {
background-size: 100% 1px;
color: var(--theme-color1);
}
.blog-item-current-style1 .content .read {
color: var(--theme-color2);
font-weight: 600;
font-family: var(--heading-font-family);
gap: 7px;
line-height: 1;
display: inline-flex;
transition: all 300ms ease;
}
.blog-item-current-style1 .content .read:hover {
color: var(--theme-color1);
}
.blog-item-current-style1 .content .read:hover .arrow-left {
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
}
.blog-item-current-style1 .content .read:hover .btn-title {
-webkit-transform: translateX(5px);
-moz-transform: translateX(5px);
-ms-transform: translateX(5px);
transform: translateX(5px);
}
.blog-item-current-style1 .content .read:hover .arrow-right {
-webkit-transform: scale(0) translateX(-18px);
-moz-transform: scale(0) translateX(-18px);
-ms-transform: scale(0) translateX(-18px);
transform: scale(0) translateX(-18px);
}
.blog-item-current-style1 .content .read .arrow-left {
-webkit-transform: scale(0);
-moz-transform: scale(0);
-ms-transform: scale(0);
transform: scale(0);
transition: all 300ms ease;
}
.blog-item-current-style1 .content .read .btn-title {
-webkit-transform: translateX(-21px);
-moz-transform: translateX(-21px);
-ms-transform: translateX(-21px);
transform: translateX(-21px);
transition: all 300ms ease;
}
.blog-item-current-style1 .content .read .arrow-right {
-webkit-transform: scale(1) translateX(-18px);
-moz-transform: scale(1) translateX(-18px);
-ms-transform: scale(1) translateX(-18px);
transform: scale(1) translateX(-18px);
transition: all 300ms ease;
}
.blog-item-current-style1 .content .read i {
color: var(--theme-color1);
font-size: 16px;
position: relative;
top: 1px;
transition: all 300ms ease;
}
.blog-item-current-style1:hover .image img:nth-child(1) {
filter: blur(0);
opacity: 1;
transform: translatex(0) scalex(1);
}
.blog-item-current-style1:hover .image img:nth-child(2) {
filter: blur(10px);
opacity: 0;
transform: translatex(-50%) scalex(2);
}.tm-sc-simple-nav-menu ul {
margin: 0;
padding: 0;
list-style: none;
}
.tm-sc-simple-nav-menu ul li {
list-style: none;
transition: all 0.3s ease;
}
.tm-sc-simple-nav-menu ul li a {
display: block;
position: relative;
padding-bottom: 0;
padding-top: 0;
padding-left: 18px;
margin-bottom: 0;
line-height: 2.5rem;
transition: all 0.3s ease;
color: #777;
overflow: hidden;
}
.tm-sc-simple-nav-menu ul li a:hover {
color: #aaa;
}
.tm-sc-simple-nav-menu ul li .tm-nav-arrow-icon {
color: var(--theme-color1);
display: flex;
justify-content: center;
align-items: center;
text-align: center;
font-size: 14px;
position: absolute;
top: 50%;
transform: translateY(-50%);
transition: all 0.3s ease;
}
.tm-sc-simple-nav-menu ol {
margin: 0;
padding: 0;
list-style: none;
}
.tm-sc-simple-nav-menu ul.split-nav-menu li {
margin-bottom: 4px !important;
width: 50%;
float: left;
padding-right: 3px;
}
.tm-sc-simple-nav-menu .tm-animate-hover.icon-rotate li:hover i {
transform: translateY(-50%) rotate(360deg);
}
.tm-sc-simple-nav-menu .tm-animate-hover.icon-rotate-x li:hover i {
transform: translateY(-50%) rotateX(360deg);
}
.tm-sc-simple-nav-menu .tm-animate-hover.icon-rotate-y li:hover i {
transform: translateY(-50%) rotateY(180deg);
}
.tm-sc-simple-nav-menu .tm-animate-hover.icon-translate li:hover i {
transform: translate(-10px, -45%);
}
.tm-sc-simple-nav-menu .tm-animate-hover.icon-translate-x li:hover i {
transform: translateY(-50%) translateX(-7px);
}
.tm-sc-simple-nav-menu .tm-animate-hover.icon-translate-x-right li:hover i {
transform: translateY(-50%) translateX(7px);
}
.tm-sc-simple-nav-menu .tm-animate-hover.icon-translate-y li:hover i {
transform: translateY(-45%);
}
.tm-sc-simple-nav-menu .tm-animate-hover.icon-scale li:hover i {
transform: translateY(-50%) scale(1.1);
}