.tm-sc-pricing-plan {
position: relative;
}
.tm-sc-pricing-plan .pricing-plan-inner-wrapper {
z-index: 0;
transition: all 0.3s ease;
}
.tm-sc-pricing-plan .pricing-plan-inner-wrapper:before, .tm-sc-pricing-plan .pricing-plan-inner-wrapper:after {
content: "";
position: absolute;
left: 0;
top: 0;
height: 100%;
width: 100%;
z-index: -1;
transition: all 400ms ease;
}
.tm-sc-pricing-plan .pricing-plan-thumb img {
transition: all 0.3s ease;
}
.tm-sc-pricing-plan .pricing-plan-thumb.has-thumb-hover .thumb {
display: inline-block;
}
.tm-sc-pricing-plan .pricing-plan-thumb.has-thumb-hover .thumb-hover {
display: none;
}
.tm-sc-pricing-plan .pricing-plan-inner .pricing-plan-pricing .price {
display: flex;
align-items: baseline;
}
.tm-sc-pricing-plan .pricing-plan-inner .pricing-plan-pricing .price-secondary {
display: none;
}
.tm-sc-pricing-plan .pricing-plan-inner .pricing-plan-pricing .on-sale .pricing-plan-price {
margin-right: 5px;
text-decoration: line-through;
}
.tm-sc-pricing-plan .pricing-plan-inner .pricing-plan-content .features-list-title {
color: var(--theme-color1);
font-size: 16px;
margin-bottom: 15px;
}
.tm-sc-pricing-plan .pricing-plan-inner .pricing-plan-content ul {
list-style: none;
}
.tm-sc-pricing-plan .pricing-plan-inner .pricing-plan-content ul li {
color: #171e2e;
font-size: 15px;
padding: 0;
padding-bottom: 5px;
margin-bottom: 5px;
position: relative;
}
.tm-sc-pricing-plan .pricing-plan-inner .pricing-plan-content ul li:before {
color: var(--theme-color1);
}
.tm-sc-pricing-plan .pricing-plan-inner .pricing-plan-content ul li.no-action {
color: #bbb;
}
.tm-sc-pricing-plan .pricing-plan-inner .pricing-plan-content ul li.no-action .icon {
color: #bbb;
}
.tm-sc-pricing-plan .pricing-plan-inner .pricing-plan-content ul li.line-through {
color: #999;
text-decoration: line-through;
}
.tm-sc-pricing-plan .pricing-plan-inner .pricing-plan-content ul li.line-through .icon {
color: #999;
}
.tm-sc-pricing-plan .pricing-plan-inner .pricing-plan-content ul li i,
.tm-sc-pricing-plan .pricing-plan-inner .pricing-plan-content ul li svg {
margin-right: 8px;
font-size: 11px;
color: #111;
display: inline-block;
transition: all 0.3s ease;
}
.tm-sc-pricing-plan .pricing-plan-inner .pricing-plan-content ul li svg {
width: 16px;
}
.tm-sc-pricing-plan .pricing-plan-inner .pricing-plan-content ul li .has-tooltip {
position: absolute;
top: 0;
right: 0;
color: #294dff;
padding: 3px;
}
.tm-sc-pricing-plan .pricing-plan-inner .pricing-plan-content ul li .has-tooltip:before {
pointer-events: none;
content: attr(title);
visibility: hidden;
opacity: 0;
width: 245px;
font-size: 12px;
padding: 15px 20px;
background: var(--theme-color1);
color: var(--theme-color1-text-color);
position: absolute;
z-index: 99;
right: 0;
top: 33px;
border-radius: 0;
text-align: left;
transition: opacity 0.3s ease-in-out;
box-shadow: 0 0 12px rgba(37, 48, 83, 0.25);
}
.tm-sc-pricing-plan .pricing-plan-inner .pricing-plan-content ul li .has-tooltip:after {
pointer-events: none;
opacity: 0;
visibility: hidden;
content: "";
width: 0;
height: 0;
border-style: solid;
border-width: 0 6.47px 6.47px;
border-color: transparent transparent var(--theme-color1) transparent;
position: absolute;
top: 27px;
left: 3px;
transition: opacity 0.3s ease-in-out;
box-shadow: 0 0 12px rgba(37, 48, 83, 0.25);
}
.tm-sc-pricing-plan .pricing-plan-inner .pricing-plan-content ul li .has-tooltip i {
font-size: 14px;
color: var(--theme-color1);
}
.tm-sc-pricing-plan .pricing-plan-inner .pricing-plan-content ul li .has-tooltip:hover:before, .tm-sc-pricing-plan .pricing-plan-inner .pricing-plan-content ul li .has-tooltip:hover:after {
opacity: 1;
visibility: visible;
}
.tm-sc-pricing-plan .pricing-plan-inner .footer-hint-text {
font-size: 13px;
margin-top: 5px;
transition: all 0.3s ease;
}
.tm-sc-pricing-plan.show-secondary-price .pricing-plan-inner .pricing-plan-pricing .price-normal {
display: none;
}
.tm-sc-pricing-plan.show-secondary-price .pricing-plan-inner .pricing-plan-pricing .price-secondary {
display: flex;
}
.tm-sc-pricing-plan.pricing-list-bordered .pricing-plan-content ul li {
border-bottom: 1px solid rgba(0, 0, 0, 0.05);
padding-top: 5px;
padding-bottom: 5px;
}
.tm-sc-pricing-plan.pricing-list-bordered .pricing-plan-content ul li:last-child {
border-bottom: none;
}
.tm-sc-pricing-plan.pricing-list-bullet .pricing-plan-content ul li {
padding-left: 20px;
}
.tm-sc-pricing-plan.pricing-list-bullet .pricing-plan-content ul li:before {
border: none;
color: #777;
content: "\f0da";
font-family: "Font Awesome 5 Free";
font-weight: 600;
font-size: 15px;
padding: 0;
left: 0;
position: absolute;
top: 6px;
opacity: 0.6;
}
.tm-sc-pricing-plan.pricing-plan-box-shadow .pricing-plan-inner-wrapper { }
.tm-sc-pricing-plan.pricing-plan-featured {
z-index: 1;
-webkit-transform: scale(1.1);
-moz-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1);
}
.tm-sc-pricing-plan.pricing-plan-hover-effect:hover { }
.tm-sc-pricing-plan.pricing-plan-hover-effect.pricing-plan-featured:hover { }
.tm-sc-pricing-plan:hover .pricing-plan-thumb.has-thumb-hover .thumb {
display: none;
}
.tm-sc-pricing-plan:hover .pricing-plan-thumb.has-thumb-hover .thumb-hover {
display: inline-block;
}
.tm-pricing-plan-switcher {
color: var(--heading-color);
font-size: 19px;
letter-spacing: -0.2px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
margin-bottom: 55px;
}
.tm-pricing-plan-switcher .price-offer {
color: var(--theme-color2-text-color);
background-color: rgba(var(--theme-color2-rgb), 0.8);
font-size: 12px;
line-height: inherit;
padding: 0.5px 12px;
border-radius: 30px;
margin-left: 15px;
text-transform: uppercase;
}
.tm-pricing-plan-switcher .pricing-switcher-btn {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.tm-pricing-plan-switcher .pricing-switcher-btn .btn-toggle {
width: 70px;
height: 33px;
border-radius: 17px;
background-color: rgba(22, 28, 45, 0.15);
position: relative;
display: inline-block;
margin: 0 1rem;
}
.tm-pricing-plan-switcher .pricing-switcher-btn .btn-toggle.secondary-active {
background-color: var(--theme-color1);
}
.tm-pricing-plan-switcher .pricing-switcher-btn .btn-toggle.secondary-active span {
right: 7px;
}
.tm-pricing-plan-switcher .pricing-switcher-btn .btn-toggle span {
width: 20px;
height: 20px;
background-color: #ffffff;
position: absolute;
right: calc(100% - 27px);
margin-left: 6px;
top: 50%;
-webkit-transform: translatey(-50%);
transform: translatey(-50%);
-webkit-transition: 0.4s ease-in-out;
transition: 0.4s ease-in-out;
border-radius: 500px;
pointer-events: none;
}
.tm-pricing-plan-switcher-button .switch-buttons {
display: flex;
flex-wrap: wrap;
margin: 0;
padding: 0;
list-style: none;
border: 0;
}
.tm-pricing-plan-switcher-button .switch-buttons li {
display: inline-block;
margin-bottom: 0;
}
.tm-pricing-plan-switcher-button .switch-buttons li a {
display: block;
border: 1px solid #eee;
outline: none;
display: inline-block;
padding: 0.9375rem 2.1875rem;
cursor: pointer;
border-radius: 0;
transition: all 0.4s ease;
background-color: rgb(254, 253, 254);
box-shadow: 0px 15px 30px 0px rgba(119, 123, 146, 0.1);
}
.tm-pricing-plan-switcher-button .switch-buttons li a:hover, .tm-pricing-plan-switcher-button .switch-buttons li a.active {
color: var(--theme-color1-text-color);
border-color: var(--theme-color1);
background-color: var(--theme-color1);
}
.tm-pricing-plan-switcher-button .switch-buttons li a span.price-offer {
color: var(--theme-color2-text-color);
background-color: rgba(var(--theme-color2-rgb), 0.8);
font-size: 12px;
line-height: inherit;
padding: 0.5px 12px;
border-radius: 30px;
margin-left: 15px;
text-transform: uppercase;
}
.tm-pricing-plan-switcher-button .switch-buttons li:first-child a {
border-top-left-radius: 4px;
border-bottom-left-radius: 4px;
}
.tm-pricing-plan-switcher-button .switch-buttons li:last-child a {
border-top-right-radius: 4px;
border-bottom-right-radius: 4px;
}
.tm-switch-buttons-round-yes .tm-pricing-plan-switcher-button .switch-buttons li:first-child a {
border-top-left-radius: 50px;
border-bottom-left-radius: 50px;
}
.tm-switch-buttons-round-yes .tm-pricing-plan-switcher-button .switch-buttons li:last-child a {
border-top-right-radius: 50px;
border-bottom-right-radius: 50px;
}.tm-swiper-carousel-arrow-wrap {
display: flex;
}
.tm-swiper-carousel-arrow-wrap .tm-swiper-arrow {
cursor: pointer;
background-color: var(--theme-color-white);
display: flex;
justify-content: center;
align-items: center;
-webkit-transition: all 0.3s ease;
-khtml-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
box-shadow: 0 1px 72px 0 rgba(0, 0, 0, 0.14);
}
.tm-swiper-carousel-arrow-wrap .tm-swiper-arrow i {
color: var(--theme-color1);
font-size: 16px;
-webkit-transition: all 0.3s ease;
-khtml-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.tm-swiper-carousel-arrow-wrap .tm-swiper-arrow i:before {
position: relative;
top: 1px;
}
.tm-swiper-carousel-arrow-wrap .tm-swiper-arrow:hover, .tm-swiper-carousel-arrow-wrap .tm-swiper-arrow:active {
background-color: var(--theme-color1);
}
.tm-swiper-carousel-arrow-wrap .tm-swiper-arrow:hover i, .tm-swiper-carousel-arrow-wrap .tm-swiper-arrow:active i {
color: var(--theme-color1-text-color);
}
.tm-swiper-carousel-arrow-wrap .tm-swiper-arrow.tm-swiper-arrow-prev {
margin-right: 12px;
}
.tm-swiper-carousel-arrow-wrap.style1 .tm-swiper-arrow {
width: 52px;
height: 52px;
-webkit-border-radius: 50%;
-khtml-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
border-radius: 50%;
}
.tm-swiper-carousel-arrow-wrap.style2 .tm-swiper-arrow {
width: 60px;
height: 60px;
}
.tm-swiper-carousel-arrow-wrap .tm-swiper-arrow.tm-swiper-arrow-prev:hover i::before {
content: "\e879";
}
.tm-swiper-carousel-arrow-wrap .tm-swiper-arrow.tm-swiper-arrow-next:hover i::before {
content: "\e87a";
}.tm-accordion .card {
margin-bottom: 10px;
overflow: hidden;
border: 0;
background-color: transparent;
transition: all 0.3s ease-in-out;
}
.tm-accordion .card .card-header {
border: none;
background-color: transparent;
transition: all 0.3s ease-in-out;
}
.tm-accordion .card .card-header:hover {
cursor: pointer;
}
.tm-accordion .card .card-header .title {
margin: 0;
padding: 15px 0px 25px 0px;
border-bottom: 1px solid #e1e1e1;
position: relative;
background-color: transparent;
display: flex;
gap: 15px;
align-items: center;
justify-content: space-between;
transition: all 0.3s ease-in-out;
}
.tm-accordion .card .card-header .title .accordion-controls-icon {
flex-shrink: 0;
font-size: 0.8rem;
transition: all 0.3s ease-in-out;
}
.tm-accordion .card .card-header .title:not(.collapsed) {
background-color: transparent;
border-bottom-color: transparent;
padding-bottom: 0;
}
.tm-accordion .card .card-header .title:not(.collapsed) .accordion-controls-icon {
-webkit-transform: rotate(180deg);
-ms-transform: rotate(180deg);
transform: rotate(180deg);
}
.tm-accordion .card .card-body {
padding: 1rem 1.5rem 1rem 0;
border-bottom: 1px solid #e1e1e1;
transition: all 0.3s ease-in-out;
}
.tm-accordion .card:last-child {
margin-bottom: 0;
}
.tm-accordion.icon-round-border .card .card-header .title .accordion-controls-icon {
width: 40px;
height: 40px;
border-radius: 50%;
border: 1px solid #eee;
display: flex;
align-items: center;
justify-content: center;
}
.tm-accordion.skin-basic .card {
margin-bottom: 25px;
}
.tm-accordion.skin-basic .card .card-header .title {
padding: 0;
border: 0;
}
.tm-accordion.skin-basic .card .card-header .title .accordion-controls-icon {
display: none;
}
.tm-accordion.skin-basic .card .card-header .title:not(.collapsed) {
text-decoration: underline;
}
.tm-accordion.skin-basic .card .card-body {
border: 0;
padding-bottom: 0;
}
.tm-accordion.skin-classic .card {
box-shadow: 0 0 70px 0 rgba(0, 0, 0, 0.1);
}
.tm-accordion.skin-classic .card .card-header .title {
padding: 1rem 1.5rem 1rem 1.5rem;
margin: 0;
background-color: #fff;
border: 0;
}
[data-tm-layout=dark] .tm-accordion.skin-classic .card .card-header .title {
background-color: #1d1d1d;
}
.tm-accordion.skin-classic .card .card-header .title:not(.collapsed) {
background-color: #fafafc;
}
[data-tm-layout=dark] .tm-accordion.skin-classic .card .card-header .title:not(.collapsed) {
background-color: var(--theme-color1);
color: var(--theme-color1-text-color);
}
.tm-accordion.skin-classic .card .card-body {
padding: 1rem 1.5rem;
border: 0;
}
.tm-accordion.skin-gradient .card {
box-shadow: 0 0 70px 0 rgba(0, 0, 0, 0.1);
}
.tm-accordion.skin-gradient .card .card-header .title {
padding: 1rem 1.5rem 1rem 1.5rem;
margin: 0;
background-color: var(--theme-color-white);
border: 0;
}
.tm-accordion.skin-gradient .card .card-header .title:not(.collapsed) {
background: var(--gradient-1);
color: var(--theme-color1-text-color);
}
.tm-accordion.skin-gradient .card .card-body {
padding: 1rem 1.5rem;
border: 0;
}
.tm-accordion.skin-active-light .card {
box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.15);
}
.tm-accordion.skin-active-light .card .card-header .title {
padding: 1rem 1.5rem 1rem 1.5rem;
margin: 0;
color: var(--theme-color1-text-color);
background-color: var(--theme-color1);
}
.tm-accordion.skin-active-light .card .card-header .title:not(.collapsed) {
color: var(--headings-color);
background-color: #fff;
}
.tm-accordion.skin-active-light .card .card-body {
padding: 1rem 1.5rem;
}
.tm-accordion.skin-bordered .card {
margin-bottom: 0;
border: 1px solid #e1e1e1;
border-radius: 0;
border-bottom: 0;
}
.tm-accordion.skin-bordered .card .card-header .title {
padding: 1rem 1.5rem 1rem 1.5rem;
margin: 0;
border-bottom: 0;
}
.tm-accordion.skin-bordered .card .card-body {
padding: 0 1.5rem 1rem;
border-bottom: 0;
}
.tm-accordion.skin-bordered .card:last-child {
border-bottom: 1px solid #e1e1e1;
}
.tm-accordion.skin-bordered2 .card {
margin-bottom: 0;
border: 1px solid #e1e1e1;
border-radius: 0;
border-bottom: 0;
}
.tm-accordion.skin-bordered2 .card .card-header .title {
padding: 1rem 1.5rem 1rem 1.5rem;
margin: 0;
border-bottom: 0;
}
.tm-accordion.skin-bordered2 .card .card-header .title:not(.collapsed) {
color: var(--theme-color1-text-color);
}
.tm-accordion.skin-bordered2 .card .card-body {
padding: 0 1.5rem 1rem;
border-bottom: 0;
}
.tm-accordion.skin-bordered2 .card:last-child {
border-bottom: 1px solid #e1e1e1;
}
.tm-accordion.skin-bordered2 .card.active {
color: var(--theme-color1-text-color);
background-color: var(--theme-color1);
}
.tm-accordion .card:last-child .card-header .title {
border: unset !important;
}
.tm-accordion .card:last-child .card-body {
border: unset !important;
}.tm-sc-animated-layer-advanced {
position: relative;
max-width: 100%;
}
.tm-sc-animated-layer-advanced .animated-layer-advanced-inner .layer-image-wrapper {
position: relative;
display: block;
width: inherit;
max-width: 100%;
height: inherit;
max-height: 100%;
background-size: cover;
background-repeat: no-repeat;
}
.tm-sc-animated-layer-advanced .animated-layer-advanced-inner .layer-image-wrapper:not(:first-child) {
position: absolute;
}
.tm-sc-animated-layer-advanced .animated-layer-advanced-inner .layer-image-wrapper.layer-text {
transition: all 0.3s ease;
}
.tm-sc-animated-layer-advanced .animated-layer-advanced-inner .layer-image-wrapper.layer-text img {
margin: 0;
}
.tm-sc-animated-layer-advanced .animated-layer-advanced-inner .layer-image-wrapper.layer-text:after {
content: "";
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 100%;
z-index: -1;
transition: all 0.3s ease;
}
.tm-sc-animated-layer-advanced .animated-layer-advanced-inner .layer-image-wrapper.layer-blank > * {
width: 100%;
height: 100%;
}
.tm-sc-animated-layer-advanced .animated-layer-advanced-inner .layer-image-wrapper .layer-image {
transition: all 1s ease;
display: inline-block;
position: relative;
}
.tm-sc-animated-layer-advanced .animated-layer-advanced-inner .layer-image-wrapper .layer-image .layer-image-inner-wrapper {
overflow: hidden;
position: relative;
}
.tm-sc-animated-layer-advanced .animated-layer-advanced-inner .layer-image-wrapper .layer-image .layer-image-inner-wrapper.image-hover-effect-shine:before {
position: absolute;
top: 0;
left: -100%;
display: block;
content: "";
width: 50%;
height: 100%;
background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.3)));
background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
-webkit-transform: skewX(-25deg);
-ms-transform: skewX(-25deg);
transform: skewX(-25deg);
transition: all 0.3s ease;
}
.tm-sc-animated-layer-advanced .animated-layer-advanced-inner .layer-image-wrapper .layer-image .layer-image-inner-wrapper.image-hover-effect-shine:hover:before {
-webkit-animation: shine 1s;
animation: shine 1s;
}
.tm-sc-animated-layer-advanced .animated-layer-advanced-inner .layer-image-wrapper .layer-image .layer-image-inner-wrapper.image-hover-effect-circle:before {
position: absolute;
top: 50%;
left: 50%;
display: block;
content: "";
width: 0;
height: 0;
background: rgba(255, 255, 255, 0.2);
border-radius: 100%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
opacity: 0;
transition: all 0.3s ease;
}
.tm-sc-animated-layer-advanced .animated-layer-advanced-inner .layer-image-wrapper .layer-image .layer-image-inner-wrapper.image-hover-effect-circle:hover:before {
-webkit-animation: image-hover-circle 0.75s;
animation: image-hover-circle 0.75s;
}
.tm-sc-animated-layer-advanced .animated-layer-advanced-inner .layer-image-wrapper .layer-image .layer-image-inner-wrapper.image-hover-effect-grayscale img {
-webkit-filter: grayscale(100%);
filter: grayscale(100%);
-webkit-transition: 0.3s ease-in-out;
transition: 0.3s ease-in-out;
}
.tm-sc-animated-layer-advanced .animated-layer-advanced-inner .layer-image-wrapper .layer-image .layer-image-inner-wrapper.image-hover-effect-grayscale:hover img {
-webkit-filter: grayscale(0);
filter: grayscale(0);
}
.tm-sc-animated-layer-advanced .animated-layer-advanced-inner .layer-image-wrapper .layer-image .layer-image-inner-wrapper.image-hover-effect-sepia img {
-webkit-filter: sepia(100%);
filter: sepia(100%);
-webkit-transition: 0.3s ease-in-out;
transition: 0.3s ease-in-out;
}
.tm-sc-animated-layer-advanced .animated-layer-advanced-inner .layer-image-wrapper .layer-image .layer-image-inner-wrapper.image-hover-effect-sepia:hover img {
-webkit-filter: sepia(0);
filter: sepia(0);
}
.tm-sc-animated-layer-advanced .animated-layer-advanced-inner .layer-image-wrapper.box-shadow-around-img {
box-shadow: 0px 0px 40px rgba(5, 5, 5, 0.15);
}
.tm-sc-animated-layer-advanced .animated-layer-advanced-inner .layer-image-wrapper.layer-image-fullwidth .layer-image {
display: block;
}
.tm-sc-animated-layer-advanced .animated-layer-advanced-inner .layer-image-wrapper.layer-image-fullwidth img {
width: 100%;
object-fit: cover;
}
.tm-sc-animated-layer-advanced .animated-layer-advanced-inner .layer-image-wrapper .layer-animated-icon {
width: 80px;
height: 80px;
line-height: 80px;
border-radius: 50%;
background: var(--theme-color1);
text-align: center;
}
.tm-sc-animated-layer-advanced .animated-layer-advanced-inner .layer-image-wrapper .layer-animated-icon:before {
position: absolute;
content: "";
width: 140px;
height: 140px;
background: url(//investment.koinoniagold.com/wp-content/plugins/mascot-core-finclix/assets/images/icon-box/dotted-border.png) no-repeat center;
left: -30px;
top: -30px;
-webkit-animation: spin 10s linear infinite;
-moz-animation: spin 10s linear infinite;
animation: spin 10s linear infinite;
transition: all 0.3s ease;
}
.tm-sc-animated-layer-advanced .animated-layer-advanced-inner .layer-image-wrapper .layer-animated-icon .icon {
width: 48px;
opacity: 1;
visibility: visible;
transition: all 0.3s ease;
}
.tm-sc-animated-layer-advanced .animated-layer-advanced-inner .layer-image-wrapper .layer-animated-icon .icon-hover {
width: 48px;
opacity: 0;
visibility: hidden;
position: absolute;
left: 50%;
top: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
transition: all 0.3s ease;
}
.tm-sc-animated-layer-advanced .animated-layer-advanced-inner .layer-image-wrapper .layer-animated-icon:hover .icon {
opacity: 0;
visibility: hidden;
}
.tm-sc-animated-layer-advanced .animated-layer-advanced-inner .layer-image-wrapper .layer-animated-icon:hover .icon-hover {
opacity: 1;
visibility: visible;
}
.tm-sc-animated-layer-advanced .animated-layer-advanced-inner .layer-image-wrapper.layer-play-btn .video-play-button {
transition: all 0.3s ease;
}
.tm-sc-animated-layer-advanced .animated-layer-advanced-inner .layer-image-wrapper.layer-play-btn .video-play-button .icon {
display: flex;
justify-content: center;
align-items: center;
}
.tm-sc-animated-layer-advanced .animated-layer-advanced-inner .layer-image-wrapper.layer-play-btn .video-play-button .effect-wrapper {
height: 100%;
}
.tm-sc-animated-layer-advanced .animated-layer-advanced-inner .layer-image-wrapper.layer-play-btn .video-play-button .effect-wrapper .icon {
height: 100%;
}
@-webkit-keyframes image-hover-circle {
0% {
opacity: 1;
}
40% {
opacity: 1;
}
100% {
width: 200%;
height: 200%;
opacity: 0;
}
}
@keyframes image-hover-circle {
0% {
opacity: 1;
}
40% {
opacity: 1;
}
100% {
width: 200%;
height: 200%;
opacity: 0;
}
}.tm-contact-form-7 {
transition: all 0.3s ease;
}
.tm-contact-form-7 .wpcf7-form {
display: flex;
flex-direction: column;
}
.tm-contact-form-7.labels-hide .wpcf7-form label {
display: none;
}
.tm-contact-form-7-button-align-left .tm-contact-form-7 .wpcf7-form .wpcf7-submit {
margin-right: auto;
display: inline-block;
}
.tm-contact-form-7-button-align-center .tm-contact-form-7 .wpcf7-form .wpcf7-submit {
margin: 0 auto;
display: block;
}
.tm-contact-form-7-button-align-right .tm-contact-form-7 .wpcf7-form .wpcf7-submit {
margin-left: auto;
margin-right: 0;
display: block;
}
.tm-contact-form-7-button-full-width .tm-contact-form-7 .wpcf7-form .wpcf7-submit {
display: grid;
width: 100%;
}
@media (prefers-reduced-motion: reduce) {
.tm-contact-form-7 {
transition: none;
}
}.tm-sc-pie-chart {
display: flex;
align-items: center;
flex-direction: column;
text-align: center;
}
.tm-sc-pie-chart .pie-chart {
position: relative;
display: inline-block;
width: 110px;
height: 110px;
margin-top: 0;
margin-bottom: 0;
}
.tm-sc-pie-chart .pie-chart canvas {
position: absolute;
top: 0;
left: 0;
}
.tm-sc-pie-chart .pie-chart .percent {
display: inline-block;
z-index: 2;
transition: all 0.3s ease;
}
.tm-sc-pie-chart .pie-chart .percent:after {
content: "%";
margin-left: 0.1em;
font-size: 0.8em;
}
.tm-sc-pie-chart .title {
transition: all 0.3s ease;
}.progress-bar-striped .progress-bar,
.progress-striped .progress-bar {
background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-size: 40px 40px;
}
.tm-sc-progress-bar .progress-title-holder {
position: relative;
}
.tm-sc-progress-bar .progress-title-holder .pb-title {
margin-bottom: 1rem;
}
.tm-sc-progress-bar .progress-title-holder p {
margin-bottom: 0;
}
.tm-sc-progress-bar .progress-holder {
position: relative;
height: 3px;
background-color: #e9ecef;
}
.tm-sc-progress-bar .progress-holder .progress-content {
height: 3px;
width: 0;
max-width: 100%;
overflow: visible !important;
background-color: var(--theme-color1);
position: relative;
}
.tm-sc-progress-bar .progress-holder .progress-content:after {
box-shadow: inset 0 0 0 3px var(--theme-color1);
}
.tm-sc-progress-bar.progress-bar-default .progress-holder {
display: flex;
height: 1.1rem;
font-size: 0.75rem;
}
.tm-sc-progress-bar.progress-bar-default .progress-holder .progress-content {
color: #fff;
height: 1.1rem;
display: flex;
flex-direction: row;
justify-content: center;
text-align: center;
white-space: nowrap;
}
.tm-sc-progress-bar.progress-bar-default .progress-holder .progress-content span {
display: flex;
flex-direction: column;
justify-content: center;
}
.tm-sc-progress-bar.progress-bar-floating-percent .progress-title-holder {
position: relative;
}
.tm-sc-progress-bar.progress-bar-floating-percent .progress-title-holder .percent {
width: auto;
display: inline-block;
vertical-align: middle;
z-index: 10;
position: absolute;
left: 0;
right: auto;
bottom: 0;
-webkit-transform: translateX(-50%);
-moz-transform: translateX(-50%);
transform: translateX(-50%);
}
.tm-sc-progress-bar.progress-bar-fixed-right-percent .progress-title-holder {
position: relative;
}
.tm-sc-progress-bar.progress-bar-fixed-right-percent .progress-title-holder .percent {
position: absolute;
right: 0;
bottom: 1px;
width: auto;
display: inline-block;
vertical-align: middle;
z-index: 10;
}.mfp-bg {
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1042;
overflow: hidden;
position: fixed;
background: #0b0b0b;
opacity: 0.98; }
.mfp-wrap {
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1043;
position: fixed;
outline: none !important;
-webkit-backface-visibility: hidden; }
.mfp-container {
text-align: center;
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
padding: 0 8px;
box-sizing: border-box; }
.mfp-container:before {
content: '';
display: inline-block;
height: 100%;
vertical-align: middle; }
.mfp-align-top .mfp-container:before {
display: none; }
.mfp-content {
position: relative;
display: inline-block;
vertical-align: middle;
margin: 0 auto;
text-align: left;
z-index: 1045; }
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
width: 100%;
cursor: auto; }
.mfp-ajax-cur {
cursor: progress; }
.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
cursor: -moz-zoom-out;
cursor: -webkit-zoom-out;
cursor: zoom-out; }
.mfp-zoom {
cursor: pointer;
cursor: -webkit-zoom-in;
cursor: -moz-zoom-in;
cursor: zoom-in; }
.mfp-auto-cursor .mfp-content {
cursor: auto; }
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
-webkit-user-select: none;
-moz-user-select: none;
user-select: none; }
.mfp-loading.mfp-figure {
display: none; }
.mfp-hide {
display: none !important; }
.mfp-preloader {
color: #CCC;
position: absolute;
top: 50%;
width: auto;
text-align: center;
margin-top: -0.8em;
left: 8px;
right: 8px;
z-index: 1044; }
.mfp-preloader a {
color: #CCC; }
.mfp-preloader a:hover {
color: #FFF; }
.mfp-s-ready .mfp-preloader {
display: none; }
.mfp-s-error .mfp-content {
display: none; }
button.mfp-close,
button.mfp-arrow {
overflow: visible;
cursor: pointer;
background: transparent;
border: 0;
-webkit-appearance: none;
display: block;
outline: none;
padding: 0;
z-index: 1046;
box-shadow: none;
touch-action: manipulation; }
button::-moz-focus-inner {
padding: 0;
border: 0; }
.mfp-close {
width: 44px;
height: 44px;
line-height: 44px;
position: absolute;
right: 0;
top: 0;
text-decoration: none;
text-align: center;
opacity: 0.65;
padding: 0 0 18px 10px;
color: #FFF;
font-style: normal;
font-size: 28px;
font-family: Arial, Baskerville, monospace; }
.mfp-close:hover,
.mfp-close:focus {
opacity: 1; }
.mfp-close:active {
top: 1px; }
.mfp-close-btn-in .mfp-close {
color: #333; }
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
color: #FFF;
right: -6px;
text-align: right;
padding-right: 6px;
width: 100%; }
.mfp-counter {
position: absolute;
top: 0;
right: 0;
color: #CCC;
font-size: 12px;
line-height: 18px;
white-space: nowrap; }
.mfp-arrow {
position: absolute;
opacity: 0.65;
margin: 0;
top: 50%;
margin-top: -55px;
padding: 0;
width: 90px;
height: 110px;
-webkit-tap-highlight-color: transparent; }
.mfp-arrow:active {
margin-top: -54px; }
.mfp-arrow:hover,
.mfp-arrow:focus {
opacity: 1; }
.mfp-arrow:before,
.mfp-arrow:after {
content: '';
display: block;
width: 0;
height: 0;
position: absolute;
left: 0;
top: 0;
margin-top: 35px;
margin-left: 35px;
border: medium inset transparent; }
.mfp-arrow:after {
border-top-width: 13px;
border-bottom-width: 13px;
top: 8px; }
.mfp-arrow:before {
border-top-width: 21px;
border-bottom-width: 21px;
opacity: 0.7; }
.mfp-arrow-left {
left: 0; }
.mfp-arrow-left:after {
border-right: 17px solid #FFF;
margin-left: 31px; }
.mfp-arrow-left:before {
margin-left: 25px;
border-right: 27px solid #3F3F3F; }
.mfp-arrow-right {
right: 0; }
.mfp-arrow-right:after {
border-left: 17px solid #FFF;
margin-left: 39px; }
.mfp-arrow-right:before {
border-left: 27px solid #3F3F3F; }
.mfp-iframe-holder {
padding-top: 40px;
padding-bottom: 40px; }
.mfp-iframe-holder .mfp-content {
line-height: 0;
width: 100%;
max-width: 900px; }
.mfp-iframe-holder .mfp-close {
top: -45px; }
.mfp-iframe-scaler {
width: 100%;
height: 0;
overflow: hidden;
padding-top: 56.25%; }
.mfp-iframe-scaler iframe {
position: absolute;
display: block;
top: 0;
left: 0;
width: 100%;
height: 100%;
box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
background: #000; } img.mfp-img {
width: auto;
max-width: 100%;
height: auto;
display: block;
line-height: 0;
box-sizing: border-box;
padding: 40px 0 40px;
margin: 0 auto; } .mfp-figure {
line-height: 0; }
.mfp-figure:after {
content: '';
position: absolute;
left: 0;
top: 40px;
bottom: 40px;
display: block;
right: 0;
width: auto;
height: auto;
z-index: -1;
box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
background: #444; }
.mfp-figure small {
color: #BDBDBD;
display: block;
font-size: 12px;
line-height: 14px; }
.mfp-figure figure {
margin: 0; }
.mfp-bottom-bar {
margin-top: -36px;
position: absolute;
top: 100%;
left: 0;
width: 100%;
cursor: auto; }
.mfp-title {
text-align: left;
line-height: 18px;
color: #F3F3F3;
word-wrap: break-word;
padding-right: 36px; }
.mfp-image-holder .mfp-content {
max-width: 100%; }
.mfp-gallery .mfp-image-holder .mfp-figure {
cursor: pointer; }
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) { .mfp-img-mobile .mfp-image-holder {
padding-left: 0;
padding-right: 0; }
.mfp-img-mobile img.mfp-img {
padding: 0; }
.mfp-img-mobile .mfp-figure:after {
top: 0;
bottom: 0; }
.mfp-img-mobile .mfp-figure small {
display: inline;
margin-left: 5px; }
.mfp-img-mobile .mfp-bottom-bar {
background: rgba(0, 0, 0, 0.6);
bottom: 0;
margin: 0;
top: auto;
padding: 3px 5px;
position: fixed;
box-sizing: border-box; }
.mfp-img-mobile .mfp-bottom-bar:empty {
padding: 0; }
.mfp-img-mobile .mfp-counter {
right: 5px;
top: 3px; }
.mfp-img-mobile .mfp-close {
top: 0;
right: 0;
width: 35px;
height: 35px;
line-height: 35px;
background: rgba(0, 0, 0, 0.6);
position: fixed;
text-align: center;
padding: 0; } }
@media all and (max-width: 900px) {
.mfp-arrow {
-webkit-transform: scale(0.75);
transform: scale(0.75); }
.mfp-arrow-left {
-webkit-transform-origin: 0;
transform-origin: 0; }
.mfp-arrow-right {
-webkit-transform-origin: 100%;
transform-origin: 100%; }
.mfp-container {
padding-left: 6px;
padding-right: 6px; } } .mfp-close-btn-in .mfp-close {
color: #eee;
font-size: 44px;
}
html.html-magnific-popup-active {
overflow:hidden;
}