.power_heading_wrapper{
position: relative;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
}
.power_heading_wrapper.text-left{
text-align: left;
}
.power_heading_wrapper.text-center{
text-align: center;
}
.power_heading_wrapper.text-right{
text-align: right;
}
.power_heading_wrapper:after {
content: "";
position: absolute;
top: 100%;
width: 100px; height: 2px;
background: transparent;
margin-top: 15px;
}
.power_heading_wrapper.text-center:after{
left: 50%;
-moz-transform: translateX(-50%);
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
}
.power_heading_wrapper.text-left:after{
left: 0;
}
.power_heading_wrapper.text-right:after{
left: auto;
right: 0;
}
.power_heading_wrapper h1{
font-family: inherit;
font-size: 36px;
line-height: 42px;
font-weight: 600;
font-style: normal; text-transform: capitalize; text-decoration: none; color: #222;
letter-spacing: 0px;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
text-shadow: none; }
.power_heading_wrapper h2{
font-family: inherit;
font-size: 30px;
line-height: 36px;
font-weight: 600;
font-style: normal; text-transform: capitalize; text-decoration: none; color: #222;
letter-spacing: 0px;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
text-shadow: none; }
.power_heading_wrapper h3{
font-family: inherit;
font-size: 24px;
line-height: 30px;
font-weight: 600;
font-style: normal; text-transform: capitalize; text-decoration: none; color: #222;
letter-spacing: 0px;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
text-shadow: none; }
.power_heading_wrapper h4{
font-family: inherit;
font-size: 20px;
line-height: 28px;
font-weight: 600;
font-style: normal; text-transform: capitalize; text-decoration: none; color: #222;
letter-spacing: 0px;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
text-shadow: none; }
.power_heading_wrapper h5{
font-family: inherit;
font-size: 16px;
line-height: 24px;
font-weight: 600;
font-style: normal; text-transform: capitalize; text-decoration: none; color: #222;
letter-spacing: 0px;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
text-shadow: none; }
.power_heading_wrapper h6{
font-family: inherit;
font-size: 14px;
line-height: 20px;
font-weight: 600;
font-style: normal; text-transform: capitalize; text-decoration: none; color: #222;
letter-spacing: 0px;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
text-shadow: none; }
.power_heading_wrapper p{
font-family: inherit;
font-size: 14px;
line-height: 20px;
font-weight: 400;
color: #222;
letter-spacing: 0px;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
text-shadow: none; } @-webkit-keyframes bounce {
from,
20%,
53%,
80%,
to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
40%,
43% {
-webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
-webkit-transform: translate3d(0, -30px, 0);
transform: translate3d(0, -30px, 0);
}
70% {
-webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
-webkit-transform: translate3d(0, -15px, 0);
transform: translate3d(0, -15px, 0);
}
90% {
-webkit-transform: translate3d(0, -4px, 0);
transform: translate3d(0, -4px, 0);
}
}
@keyframes bounce {
from,
20%,
53%,
80%,
to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
40%,
43% {
-webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
-webkit-transform: translate3d(0, -30px, 0);
transform: translate3d(0, -30px, 0);
}
70% {
-webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
-webkit-transform: translate3d(0, -15px, 0);
transform: translate3d(0, -15px, 0);
}
90% {
-webkit-transform: translate3d(0, -4px, 0);
transform: translate3d(0, -4px, 0);
}
}
.bounce{
-webkit-animation-name: bounce;
animation-name: bounce;
-webkit-transform-origin: center bottom;
transform-origin: center bottom;
}
@-webkit-keyframes flash {
from,
50%,
to {
opacity: 1;
}
25%,
75% {
opacity: 0;
}
}
@keyframes flash {
from,
50%,
to {
opacity: 1;
}
25%,
75% {
opacity: 0;
}
}
.flash {
-webkit-animation-name: flash;
animation-name: flash;
}
@-webkit-keyframes pulse {
from {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
50% {
-webkit-transform: scale3d(1.05, 1.05, 1.05);
transform: scale3d(1.05, 1.05, 1.05);
}
to {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
@keyframes pulse {
from {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
50% {
-webkit-transform: scale3d(1.05, 1.05, 1.05);
transform: scale3d(1.05, 1.05, 1.05);
}
to {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
.pulse {
-webkit-animation-name: pulse;
animation-name: pulse;
}
@-webkit-keyframes rubberBand {
from {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
30% {
-webkit-transform: scale3d(1.25, 0.75, 1);
transform: scale3d(1.25, 0.75, 1);
}
40% {
-webkit-transform: scale3d(0.75, 1.25, 1);
transform: scale3d(0.75, 1.25, 1);
}
50% {
-webkit-transform: scale3d(1.15, 0.85, 1);
transform: scale3d(1.15, 0.85, 1);
}
65% {
-webkit-transform: scale3d(0.95, 1.05, 1);
transform: scale3d(0.95, 1.05, 1);
}
75% {
-webkit-transform: scale3d(1.05, 0.95, 1);
transform: scale3d(1.05, 0.95, 1);
}
to {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
@keyframes rubberBand {
from {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
30% {
-webkit-transform: scale3d(1.25, 0.75, 1);
transform: scale3d(1.25, 0.75, 1);
}
40% {
-webkit-transform: scale3d(0.75, 1.25, 1);
transform: scale3d(0.75, 1.25, 1);
}
50% {
-webkit-transform: scale3d(1.15, 0.85, 1);
transform: scale3d(1.15, 0.85, 1);
}
65% {
-webkit-transform: scale3d(0.95, 1.05, 1);
transform: scale3d(0.95, 1.05, 1);
}
75% {
-webkit-transform: scale3d(1.05, 0.95, 1);
transform: scale3d(1.05, 0.95, 1);
}
to {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
.rubberBand {
-webkit-animation-name: rubberBand;
animation-name: rubberBand;
}
@-webkit-keyframes shake {
from,
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
10%,
30%,
50%,
70%,
90% {
-webkit-transform: translate3d(-10px, 0, 0);
transform: translate3d(-10px, 0, 0);
}
20%,
40%,
60%,
80% {
-webkit-transform: translate3d(10px, 0, 0);
transform: translate3d(10px, 0, 0);
}
}
@keyframes shake {
from,
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
10%,
30%,
50%,
70%,
90% {
-webkit-transform: translate3d(-10px, 0, 0);
transform: translate3d(-10px, 0, 0);
}
20%,
40%,
60%,
80% {
-webkit-transform: translate3d(10px, 0, 0);
transform: translate3d(10px, 0, 0);
}
}
.shake {
-webkit-animation-name: shake;
animation-name: shake;
}
@-webkit-keyframes swing {
20% {
-webkit-transform: rotate3d(0, 0, 1, 15deg);
transform: rotate3d(0, 0, 1, 15deg);
}
40% {
-webkit-transform: rotate3d(0, 0, 1, -10deg);
transform: rotate3d(0, 0, 1, -10deg);
}
60% {
-webkit-transform: rotate3d(0, 0, 1, 5deg);
transform: rotate3d(0, 0, 1, 5deg);
}
80% {
-webkit-transform: rotate3d(0, 0, 1, -5deg);
transform: rotate3d(0, 0, 1, -5deg);
}
to {
-webkit-transform: rotate3d(0, 0, 1, 0deg);
transform: rotate3d(0, 0, 1, 0deg);
}
}
@keyframes swing {
20% {
-webkit-transform: rotate3d(0, 0, 1, 15deg);
transform: rotate3d(0, 0, 1, 15deg);
}
40% {
-webkit-transform: rotate3d(0, 0, 1, -10deg);
transform: rotate3d(0, 0, 1, -10deg);
}
60% {
-webkit-transform: rotate3d(0, 0, 1, 5deg);
transform: rotate3d(0, 0, 1, 5deg);
}
80% {
-webkit-transform: rotate3d(0, 0, 1, -5deg);
transform: rotate3d(0, 0, 1, -5deg);
}
to {
-webkit-transform: rotate3d(0, 0, 1, 0deg);
transform: rotate3d(0, 0, 1, 0deg);
}
}
.swing {
-webkit-transform-origin: top center;
transform-origin: top center;
-webkit-animation-name: swing;
animation-name: swing;
}
@-webkit-keyframes tada {
from {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
10%,
20% {
-webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
}
30%,
50%,
70%,
90% {
-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
}
40%,
60%,
80% {
-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
}
to {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
@keyframes tada {
from {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
10%,
20% {
-webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
}
30%,
50%,
70%,
90% {
-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
}
40%,
60%,
80% {
-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
}
to {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
.tada {
-webkit-animation-name: tada;
animation-name: tada;
}
@-webkit-keyframes wobble {
from {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
15% {
-webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
}
30% {
-webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
}
45% {
-webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
}
60% {
-webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
}
75% {
-webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes wobble {
from {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
15% {
-webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
}
30% {
-webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
}
45% {
-webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
}
60% {
-webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
}
75% {
-webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.wobble {
-webkit-animation-name: wobble;
animation-name: wobble;
}
@-webkit-keyframes jello {
from,
11.1%,
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
22.2% {
-webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
transform: skewX(-12.5deg) skewY(-12.5deg);
}
33.3% {
-webkit-transform: skewX(6.25deg) skewY(6.25deg);
transform: skewX(6.25deg) skewY(6.25deg);
}
44.4% {
-webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
transform: skewX(-3.125deg) skewY(-3.125deg);
}
55.5% {
-webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
transform: skewX(1.5625deg) skewY(1.5625deg);
}
66.6% {
-webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
transform: skewX(-0.78125deg) skewY(-0.78125deg);
}
77.7% {
-webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
transform: skewX(0.390625deg) skewY(0.390625deg);
}
88.8% {
-webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
}
}
@keyframes jello {
from,
11.1%,
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
22.2% {
-webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
transform: skewX(-12.5deg) skewY(-12.5deg);
}
33.3% {
-webkit-transform: skewX(6.25deg) skewY(6.25deg);
transform: skewX(6.25deg) skewY(6.25deg);
}
44.4% {
-webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
transform: skewX(-3.125deg) skewY(-3.125deg);
}
55.5% {
-webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
transform: skewX(1.5625deg) skewY(1.5625deg);
}
66.6% {
-webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
transform: skewX(-0.78125deg) skewY(-0.78125deg);
}
77.7% {
-webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
transform: skewX(0.390625deg) skewY(0.390625deg);
}
88.8% {
-webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
}
}
.jello {
-webkit-animation-name: jello;
animation-name: jello;
-webkit-transform-origin: center;
transform-origin: center;
}
@-webkit-keyframes heartBeat {
0% {
-webkit-transform: scale(1);
transform: scale(1);
}
14% {
-webkit-transform: scale(1.3);
transform: scale(1.3);
}
28% {
-webkit-transform: scale(1);
transform: scale(1);
}
42% {
-webkit-transform: scale(1.3);
transform: scale(1.3);
}
70% {
-webkit-transform: scale(1);
transform: scale(1);
}
}
@keyframes heartBeat {
0% {
-webkit-transform: scale(1);
transform: scale(1);
}
14% {
-webkit-transform: scale(1.3);
transform: scale(1.3);
}
28% {
-webkit-transform: scale(1);
transform: scale(1);
}
42% {
-webkit-transform: scale(1.3);
transform: scale(1.3);
}
70% {
-webkit-transform: scale(1);
transform: scale(1);
}
}
.heartBeat {
-webkit-animation-name: heartBeat;
animation-name: heartBeat;
-webkit-animation-duration: 1.3s;
animation-duration: 1.3s;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
}
@-webkit-keyframes fadeIn {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
@keyframes fadeIn {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
.fadeIn {
-webkit-animation-name: fadeIn;
animation-name: fadeIn;
}
@-webkit-keyframes zoomIn {
from {
opacity: 0;
-webkit-transform: scale3d(0.3, 0.3, 0.3);
transform: scale3d(0.3, 0.3, 0.3);
}
50% {
opacity: 1;
}
}
@keyframes zoomIn {
from {
opacity: 0;
-webkit-transform: scale3d(0.3, 0.3, 0.3);
transform: scale3d(0.3, 0.3, 0.3);
}
50% {
opacity: 1;
}
}
.zoomIn{
-webkit-animation-name: zoomIn;
animation-name: zoomIn;
}
.animated {
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
}
.animated.infinite {
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
}
@media (print), (prefers-reduced-motion) {
.animated {
-webkit-animation: unset !important;
animation: unset !important;
-webkit-transition: none !important;
transition: none !important;
}
}.power_iconilist{
padding: 0px 0px 0px 0px;
margin: 0px 0px 0px 0px;
list-style-type: none;
text-align: center;
}
.power_iconilist .power_iconilist_item{
font-family: inherit;
font-size: 16px;
line-height: 24px;
font-weight: 500;
font-style: normal; text-transform: capitalize; text-decoration: none; background: #ececec;
color: #222;
letter-spacing: 0px;
margin: 0px 0px 0px 0px;
padding: 5px 0px 5px 0px; }
.power_iconilist .power_iconilist_item{ border-width: 0px 0px 0px 0px;
border-style: solid;
border-color: #222;
}
.power_iconilist .power_iconilist_item:last-child{ border-bottom-width: 0px;
}
.power_iconilist .power_iconilist_item:hover{
color: #222;
}
.power_iconilist .power_iconilist_item a{
color: #222;
width: 100%;
}
.power_iconilist .power_iconilist_item:hover a{
color: #999;
}
.power_iconilist .power_iconilist_item,
.power_iconilist .power_iconilist_item a{
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: start;
-webkit-align-items: flex-start;
-ms-flex-align: center;
align-items: center;
text-decoration: none;
}
.power_iconilist.align-left .power_iconilist_item, 
.power_iconilist.align-left .power_iconilist_item a {
-webkit-box-pack: start;
-webkit-justify-content: flex-start;
-ms-flex-pack: start;
justify-content: flex-start;
text-align: left;
}
.power_iconilist.align-center .power_iconilist_item, 
.power_iconilist.align-center .power_iconilist_item a {
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
}
.power_iconilist.align-right .power_iconilist_item, 
.power_iconilist.align-right .power_iconilist_item a {
-webkit-box-pack: end;
-webkit-justify-content: flex-end;
-ms-flex-pack: end;
justify-content: flex-end;
text-align: right;
}
.power_iconilist .power_iconilist_item .power_iconilist_icon{
width: 10px;
display: inline-flex;
text-align: center;
font-size: 24px;
}
.power_iconilist .power_iconilist_item .power_iconilist_icon img{
width: auto;
}
.power_iconilist .power_iconilist_item .power_iconilist_icon{
margin-right: 15px;
}
.power_iconilist .power_iconilist_item .power_iconilist_icon.right{
margin-right: 0px;
margin-left: 15px;
} .power_iconilist.inline-items{
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: start;
-webkit-align-items: flex-start;
-ms-flex-align: start;
align-items: center;
}
.power_iconilist.inline-items .power_iconilist_item{ 
margin: 0px 0px 0px 0px; 
padding: 10px 15px 10px 15px; }
.power_iconilist.inline-items .power_iconilist_item{ border-width: 0px 0px 0px 0px;
border-style: solid;
border-color: #222;
}
.power_iconilist.inline-items .power_iconilist_item:last-child{ border-width: 0px 0px 0px 0px;
}
.power_iconilist.inline-items.align-left{
justify-content: flex-start;
}
.power_iconilist.inline-items.align-center{
justify-content: center;
}
.power_iconilist.inline-items.align-right{
justify-content: flex-end;
}.power_accordion .item{
position: relative;
margin: 0px 0px 10px 0px;
}
.power_accordion .item:last-child{
margin-bottom: 0px;
}
.power_accordion .item .power_accordion_tab{
position: relative;
}
.power_accordion .item .power_accordion_tab .power_accordion_title{
position: relative;
cursor: pointer;
font-family: inherit;
font-size: 14px;
font-weight: 700;
line-height: 24px;
font-style: normal; letter-spacing: 0px;
text-transform: uppercase; text-decoration: none; background: #fafafa;
color: #222;
text-shadow: none; border-radius: 0px 0px 0px 0px;
border-width: 0px 0px 0px 0px;
border-style: solid;
border-color: #111;
margin: 0px 0px 0px 0px;
padding: 10px 20px 10px 20px;
-webkit-transition: all .5s;
-moz-transition: all .5s;
-o-transition: all .5s;
transition: all .5s;
}
.power_accordion .item:hover .power_accordion_tab .power_accordion_title{
background: #222;
}
.power_accordion .item.active .power_accordion_tab .power_accordion_title{
position: relative;
cursor: pointer;
font-family: inherit;
font-size: 14px;
font-weight: 700;
line-height: 24px;
font-style: normal; letter-spacing: 0px;
text-transform: uppercase; text-decoration: none; background: #222;
color: #fff;
text-shadow: none; border-radius: 0px 0px 0px 0px;
border-width: 0px 0px 0px 0px;
border-style: solid;
border-color: #111;
margin: 0px 0px 0px 0px;
padding: 10px 20px 10px 20px;
}
.power_accordion .item .power_accordion_tab .power_accordion_title.accordion-left, 
.power_accordion .item.active .power_accordion_tab .power_accordion_title.accordion-left{
padding-left: 35px;
}
.power_accordion .item .power_accordion_tab .power_accordion_tab_icon{
position: absolute;
top: 50%;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
transform: translateY(-50%);
z-index: 2;
cursor: pointer;
}
.power_accordion .item .power_accordion_tab .power_accordion_tab_icon.accordion-right{
right: 20px;
}
.power_accordion .item .power_accordion_tab .power_accordion_tab_icon.accordion-left{
left: 20px;
}
.power_accordion .item .power_accordion_tab .power_accordion_tab_icon i{
font-size: 20px;
color: #999;
}
.power_accordion .item.active .power_accordion_tab .power_accordion_tab_icon i{
font-size: 20px;
color: #fff;
}
.power_accordion .item .power_accordion_tab .power_accordion_tab_icon i.close_icon{
display: none;
-webkit-transition: all .5s;
-moz-transition: all .5s;
-o-transition: all .5s;
transition: all .5s;
}
.power_accordion .item.active .power_accordion_tab .power_accordion_tab_icon i.open_icon{
display: none;
-webkit-transition: all .5s;
-moz-transition: all .5s;
-o-transition: all .5s;
transition: all .5s;
}
.power_accordion .item.active .power_accordion_tab .power_accordion_tab_icon i.close_icon{
display: block;
-webkit-transition: all .5s;
-moz-transition: all .5s;
-o-transition: all .5s;
transition: all .5s;
}
.power_accordion .item .power_accordion_info{
position: relative;
cursor: pointer;
font-family: inherit;
font-size: 14px;
line-height: 24px;
font-weight: 400;
font-style: normal; letter-spacing: 0px;
text-transform: capitalize; text-decoration: none; background: #fafafa;
color: #000;
text-shadow: none; padding: 20px 20px 20px 20px;
border-radius: 0px 0px 0px 0px;
border-width: 1px;
border-style: solid;
border-color: #111;
display: none;
-webkit-transition: all .5s;
-moz-transition: all .5s;
-o-transition: all .5s;
transition: all .5s;
}
.power_accordion .item .power_accordion_info.active{
display: block;
-webkit-transition: all .5s;
-moz-transition: all .5s;
-o-transition: all .5s;
transition: all .5s;
}
.power_accordion div {
-webkit-transition: none;
-moz-transition: none;
-o-transition: none;
transition: none;
}.owl-carousel {
display: none;
width: 100%;
-webkit-tap-highlight-color: transparent; position: relative;
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(0px, 0px, 0px); }
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
-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 {
position: relative;
min-height: 1px;
float: left;
-webkit-backface-visibility: hidden;
-webkit-tap-highlight-color: transparent;
-webkit-touch-callout: none; }
.owl-carousel .owl-item img {
display: block;
width: 100%; }
.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
display: none; }
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
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-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
background: none;
color: inherit;
border: none;
padding: 0 !important;
font: inherit; }
.owl-carousel.owl-loaded {
display: block; }
.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; } .no-js .owl-carousel {
display: block; } .owl-carousel .animated {
animation-duration: 1000ms;
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 500ms ease-in-out; } .owl-carousel .owl-item { }
.owl-carousel .owl-item .owl-lazy {
opacity: 0;
transition: opacity 400ms ease; }
.owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([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(//gerald-lange.de/wp-content/plugins/power-elements-elementor-add-on/assets/css/lib/owl.video.play.png) no-repeat;
cursor: pointer;
z-index: 1;
-webkit-backface-visibility: hidden;
transition: transform 100ms 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-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
display: none; }
.owl-carousel .owl-video-tn {
opacity: 0;
height: 100%;
background-position: center center;
background-repeat: no-repeat;
background-size: contain;
transition: opacity 400ms ease; }
.owl-carousel .owl-video-frame {
position: relative;
z-index: 1;
height: 100%;
width: 100%; }.power_testimonial_item{
background: transparent;
border-width: 0px 0px 0px 0px;
border-style: solid;
border-color: #222;
border-radius: 0px 0px 0px 0px;
padding: 10px 10px 10px 10px;
margin: 10px 10px 10px 10px;
}
.power_testimonial_item .power_testimonial_reviewer_image{
position: relative;
z-index: 2;
}
.power_testimonial_item .power_testimonial_reviewer_image img{
width: 200px;
height: 200px;
border-width: 0px 0px 0px 0px;
border-style: solid;
border-color: #eee;
border-radius: 100% 100% 100% 100%; display: inline-block;
}
.power_testimonial_item .power_testimonial_reviewer_content{
position: relative;
background: transparent;
padding: 15px 30px 15px 30px;
margin: 0px 0px 15px 0px;
border-width: 0px 0px 0px 0px;
border-style: solid;
border-color: #222;
border-radius: 0px 0px 0px 0px; }
.power_testimonial_item .power_testimonial_reviewer_name{
font-family: inherit;
font-size: 18px;
line-height: 26px;
font-weight: 700;
font-style: normal; letter-spacing: 0px;
text-transform: capitalize; text-decoration: none; background: transparent;
color: #222;
text-shadow: none; margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
}
.power_testimonial_item .power_testimonial_reviewer_company{
font-family: inherit;
font-size: 16px;
line-height: 28px;
font-weight: 400;
font-style: normal; letter-spacing: 0px;
text-transform: capitalize; text-decoration: none; background: transparent;
color: #999;
text-shadow: none; margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
}
.power_testimonial_item .power_testimonial_reviewer_text{
font-family: inherit;
font-size: 14px;
line-height: 24px;
font-weight: 400;
font-style: normal; letter-spacing: 0px;
text-transform: unset; text-decoration: none; color: #222;
text-shadow: none; margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
}
.power_testimonial_item .power_testimonial_reviewer_rating{
padding: 0px 0px 0px 0px;
margin: 20px 0px 0px 0px;
}
.power_testimonial_item .power_testimonial_reviewer_rating li{
display: inline-block;
font-size: 22px;
color: #ff5f2c;
margin: 0px 5px 0px 5px;
padding: 0px 0px 0px 0px;
}
.power_testimonial_item .power_testimonial_reviewer_rating li:first-child{
margin-left: 0px;
}
.power_testimonial_item .power_testimonial_reviewer_rating li:last-child{
margin-right: 0px;
}
.power_testimonial_item .power_testimonial_reviewer_content:before{
content: '';
background: url(//gerald-lange.de/wp-content/plugins/power-elements-elementor-add-on/assets/img/testimonial/icon.png);
position: absolute;
top: 50%;
left: 50%;
width: 128px;
height: 101px;
color: #f9fbfd;
z-index: 2;
-webkit-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
} .power_testimonial_item.power_testimonial_reviewer_image_aside .power_testimonial_reviewer_meta_inner{
display: inline-block;
}
.power_testimonial_item.power_testimonial_reviewer_image_aside .power_testimonial_reviewer_image{
display: table-cell;
vertical-align: middle;
padding-right: 20px;
}
.power_testimonial_item.power_testimonial_reviewer_image_aside .power_testimonial_reviewer_details{
display: table-cell;
vertical-align: middle;
text-align: left;
}
@media screen and (max-width: 767px){
.power_testimonial_item.power_testimonial_reviewer_image_aside .power_testimonial_reviewer_image{
display: block;
padding-right: 0px;
padding-bottom: 20px;
}
.power_testimonial_item.power_testimonial_reviewer_image_aside .power_testimonial_reviewer_details{
display: block;
}
} .power_testimonialcarousel.owl-theme .owl-nav{
margin: 50px 0px;
}
.power_testimonialcarousel.owl-theme .owl-nav [class*='owl-']{
margin: 0px;
margin-right: -1px;
padding: 0px;
border: 1px solid #eee;
border-radius: 0;
width: 47px;
font-size: 30px;
position: relative;
overflow: hidden;
background: transparent;
color: #999;
}
.power_testimonialcarousel.owl-theme .owl-nav [class*='owl-']:hover{
background: #000;
color: #fff;
} .power_testimonialcarousel .owl-dots {
position: relative;
text-align: center; 
}
.power_testimonialcarousel .owl-dots .owl-dot {
margin: 0px 7px;
border-radius: 100%;
border: 1px solid transparent;
width: 20px;
height: 20px;
background: transparent;
cursor: pointer;
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
transition: all 0.5s ease;
}
.power_testimonialcarousel .owl-dots .owl-dot span{
width: 8px;
height: 8px;
background: #d6d6d6;
border-radius: 100%;
display: block;
margin: 0 auto;
}
.power_testimonialcarousel .owl-dots .owl-dot.active, 
.power_testimonialcarousel .owl-dots .owl-dot:hover {
border: 1px solid #0092ff;
outline: none;
}
.power_testimonialcarousel .owl-dots .owl-dot:focus{
outline: none;
}
.power_testimonialcarousel .owl-dots .owl-dot.active span, 
.power_testimonialcarousel .owl-dots .owl-dot:hover span {
background: #0092ff;
}