.tf-title-section .title-section .blurred-text {
color: transparent;
-webkit-text-fill-color: transparent; -webkit-text-stroke-width: 2px;
-webkit-text-stroke-color: rgba(31,36,44,0.07);
white-space: nowrap;
}
.tf-title-section .sub-title p {
margin: 0;
}
.tf-title-section .title-section .blurred-text { -webkit-background-clip: text;
background-clip: text;
-webkit-text-fill-color: transparent;
background-repeat: no-repeat;
background-size: 70%;
animation: shine 5s linear infinite;
position: relative;
}
.tf-title-section .title-section .heading,
.tf-title-section .title-section .sub-title {
position: relative;
z-index: 1;
}
.tf-title-section.two-line .title-section .heading,
.tf-title-section.one-line .title-section .heading {
padding: 0 60px;
display: inline-block;
}
.tf-title-section.two-line .title-section .heading::after,
.tf-title-section.two-line .title-section .heading::before,
.tf-title-section.one-line .title-section .heading::before {
content: '';
width: 40px;
height: 3px;
position: absolute;
top: 50%;
left: 0%;
transform: translate(0%,-50%);
-ms-transform: translate(0%,-50%);
}   
.tf-title-section.two-line .title-section .heading::after {
left: inherit;
right: 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}.tf-accordion .accordion-title.icon_after .accordion-icon {
float: right;
}
.tf-accordion .tf-accordion-item:last-of-type {
margin-bottom: 0 !important;
}
.tf-accordion .accordion-title {
cursor: pointer;
display: flex;
align-items: center;
overflow: hidden;
}
.accordion-icon-open,
.tf-accordion-item.active .accordion-icon-close {
display: none;
}
.accordion-icon-close,
.tf-accordion-item.active .accordion-icon-open {
display: block;
}
.tf-accordion .accordion-title > span.wrap-accordion-icon {
display: flex;
justify-content: center;
align-items: center;
}
.accordion-title,
.wrap-accordion-icon {
-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-accordion.yes-line .accordion-title {
position: relative;
}
.tf-accordion.yes-line .accordion-title::after {
content: '';
width: 90%;
height: 1px;
position: absolute;
bottom: 0%;
left: 50%;
transform: translate(-50%,0%);
-ms-transform: translate(-50%,0%);
}