@charset "UTF-8";
@charset "UTF-8";
.vbox-overlay *, .vbox-overlay *:before, .vbox-overlay *:after{
-webkit-backface-visibility: hidden;
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
box-sizing:border-box;
} .vbox-overlay{
background: #fdfdfd;
background: rgba(0,0,0,0.85); 
width: 100%;
height: auto;
position: fixed;
top: 0;
left: 0;
bottom: 0;
z-index: 9999;
opacity: 0;
overflow-x: hidden;
overflow-y: auto;
}  .vbox-preloader{
position:fixed; 
width:32px; 
height:32px;
left:50%; 
top:50%; 
margin-left:-16px; 
margin-top:-16px;
background-image: url(//www.r-2.at/wp-content/themes/itsoft/venobox/preload-circle.png);
text-indent: -100px;
overflow: hidden;
-webkit-animation: playload 1.4s steps(18) infinite;
-moz-animation: playload 1.4s steps(18) infinite;
-ms-animation: playload 1.4s steps(18) infinite;
-o-animation: playload 1.4s steps(18) infinite;
animation: playload 1.4s steps(18) infinite;
}
@-webkit-keyframes playload {
from { background-position:    0px; }
to { background-position: -576px; }
}
@-moz-keyframes playload {
from { background-position:    0px; }
to { background-position: -576px; }
}
@-ms-keyframes playload {
from { background-position:    0px; }
to { background-position: -576px; }
}
@-o-keyframes playload {
from { background-position:    0px; }
to { background-position: -576px; }
}
@keyframes playload {
from { background-position:    0px; }
to { background-position: -576px; }
}       .vbox-close{
cursor: pointer;
position: fixed;
top: -1px;
right: 0;
width: 46px;
height: 40px;
padding: 10px 20px 10px 0;
display: block;
background: url(//www.r-2.at/wp-content/themes/itsoft/venobox/close.gif) no-repeat #161617;
background-position:10px center;
color: #fff;
text-indent: -100px;
overflow: hidden;
}
.vbox-next, .vbox-prev{
box-sizing: content-box;
cursor: pointer;
position: fixed;
top: 50%;
color: #fff;
width: 30px;
height: 170px;
margin-top: -85px;
text-indent: -100px;
border: solid transparent; overflow: hidden;
}
.vbox-prev{
left: 0;
border-width: 0 30px 0 10px;
background: url(//www.r-2.at/wp-content/themes/itsoft/venobox/prev.gif) center center no-repeat;
}
.vbox-next{
right: 0;
border-width: 0 10px 0 30px;
background: url(//www.r-2.at/wp-content/themes/itsoft/venobox/next.gif) center center no-repeat;
}
.vbox-title{
width: 100%;
height: 40px;
float: left;
text-align: center;
line-height: 28px;
font-size: 12px;
color: #fff;
padding: 6px 40px;
overflow: hidden;
background: #161617;
position: fixed;
display: none;
top: -1px;
left: 0;
}
.vbox-num{
cursor: pointer;
position: fixed;
top: -1px;
left: 0;
height: 40px;
display: block;
color: #fff;
overflow: hidden;
line-height: 28px;
font-size: 12px;
padding: 6px 10px;
background: #161617;
display: none;
} .vbox-inline{
width: 420px;
height: 315px;
padding: 10px;
background: #fff;
text-align: left;
margin: 0 auto;
overflow: auto;
} .venoframe{
border: none;
width: 960px;
height: 720px;
}
@media (max-width: 992px) {
.venoframe{
width: 640px;
height: 480px;
}
}
@media (max-width: 767px) {
.venoframe{
width: 420px;
height: 315px;
}
}
@media (max-width: 460px) {
.vbox-inline{
width: 100%;
}
.venoframe{
width: 100%;
height: 260px;
}
} .vbox-open{
overflow: hidden;
}
.vbox-container{
position: relative;
background: #000;
width: 100%;
max-width: 1200px;
margin: 0 auto;
padding: 0 15px;
}
.vbox-content{
text-align: center;
float: left;
width: 100%;
position: relative;
overflow: hidden;
}
.vbox-container img{
max-width: 100%;
height: auto;
}.nivoSlider{position:relative;width:100%;height:auto;overflow:hidden}.nivoSlider img{position:absolute;top:0;left:0;max-width:none}.nivo-main-image{display:block!important;position:relative!important;width:100%!important}.nivoSlider a.nivo-imageLink{position:absolute;top:0;left:0;width:100%;height:100%;border:0;padding:0;margin:0;z-index:6;display:none;background:white;filter:alpha(opacity=0);opacity:0}.nivo-slice{display:block;position:absolute;z-index:5;height:100%;top:0}.nivo-box{display:block;position:absolute;z-index:5;overflow:hidden}.nivo-box img{display:block}.nivo-caption{position:absolute;left:0;bottom:0;background:#000;color:#fff;width:100%;z-index:8;padding:5px 10px;opacity:.8;overflow:hidden;display:none;-moz-opacity:.8;filter:alpha(opacity=8);-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.nivo-caption p{padding:5px;}.nivo-caption a{display:inline-block;}.nivo-html-caption{display:none}.nivo-directionNav a{position:absolute;top:45%;z-index:9;cursor:pointer}.nivo-prevNav{left:0}.nivo-nextNav{right:0}.nivo-controlNav{text-align:center;padding:15px 0}.nivo-controlNav a{cursor:pointer}.nivo-controlNav a.active{font-weight:700}
 .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;
}
.animated.hinge {
-webkit-animation-duration: 2s;
animation-duration: 2s;
}
.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
-webkit-animation-duration: .75s;
animation-duration: .75s;
}
@-webkit-keyframes bounce {
from, 20%, 53%, 80%, to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
-webkit-transform: translate3d(0,0,0);
transform: translate3d(0,0,0);
}
40%, 43% {
-webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
-webkit-transform: translate3d(0, -30px, 0);
transform: translate3d(0, -30px, 0);
}
70% {
-webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
-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.610, 0.355, 1.000);
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
-webkit-transform: translate3d(0,0,0);
transform: translate3d(0,0,0);
}
40%, 43% {
-webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
-webkit-transform: translate3d(0, -30px, 0);
transform: translate3d(0, -30px, 0);
}
70% {
-webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
-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(.95, 1.05, 1);
transform: scale3d(.95, 1.05, 1);
}
75% {
-webkit-transform: scale3d(1.05, .95, 1);
transform: scale3d(1.05, .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(.95, 1.05, 1);
transform: scale3d(.95, 1.05, 1);
}
75% {
-webkit-transform: scale3d(1.05, .95, 1);
transform: scale3d(1.05, .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 headShake {
0% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
6.5% {
-webkit-transform: translateX(-6px) rotateY(-9deg);
transform: translateX(-6px) rotateY(-9deg);
}
18.5% {
-webkit-transform: translateX(5px) rotateY(7deg);
transform: translateX(5px) rotateY(7deg);
}
31.5% {
-webkit-transform: translateX(-3px) rotateY(-5deg);
transform: translateX(-3px) rotateY(-5deg);
}
43.5% {
-webkit-transform: translateX(2px) rotateY(3deg);
transform: translateX(2px) rotateY(3deg);
}
50% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
}
@keyframes headShake {
0% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
6.5% {
-webkit-transform: translateX(-6px) rotateY(-9deg);
transform: translateX(-6px) rotateY(-9deg);
}
18.5% {
-webkit-transform: translateX(5px) rotateY(7deg);
transform: translateX(5px) rotateY(7deg);
}
31.5% {
-webkit-transform: translateX(-3px) rotateY(-5deg);
transform: translateX(-3px) rotateY(-5deg);
}
43.5% {
-webkit-transform: translateX(2px) rotateY(3deg);
transform: translateX(2px) rotateY(3deg);
}
50% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
}
.headShake {
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
-webkit-animation-name: headShake;
animation-name: headShake;
}
@-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(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
transform: scale3d(.9, .9, .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(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
transform: scale3d(.9, .9, .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: none;
transform: none;
}
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: none;
transform: none;
}
}
@keyframes wobble {
from {
-webkit-transform: none;
transform: none;
}
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: none;
transform: none;
}
}
.wobble {
-webkit-animation-name: wobble;
animation-name: wobble;
}
@-webkit-keyframes jello {
from, 11.1%, to {
-webkit-transform: none;
transform: none;
}
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: none;
transform: none;
}
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 bounceIn {
from, 20%, 40%, 60%, 80%, to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
0% {
opacity: 0;
-webkit-transform: scale3d(.3, .3, .3);
transform: scale3d(.3, .3, .3);
}
20% {
-webkit-transform: scale3d(1.1, 1.1, 1.1);
transform: scale3d(1.1, 1.1, 1.1);
}
40% {
-webkit-transform: scale3d(.9, .9, .9);
transform: scale3d(.9, .9, .9);
}
60% {
opacity: 1;
-webkit-transform: scale3d(1.03, 1.03, 1.03);
transform: scale3d(1.03, 1.03, 1.03);
}
80% {
-webkit-transform: scale3d(.97, .97, .97);
transform: scale3d(.97, .97, .97);
}
to {
opacity: 1;
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
@keyframes bounceIn {
from, 20%, 40%, 60%, 80%, to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
0% {
opacity: 0;
-webkit-transform: scale3d(.3, .3, .3);
transform: scale3d(.3, .3, .3);
}
20% {
-webkit-transform: scale3d(1.1, 1.1, 1.1);
transform: scale3d(1.1, 1.1, 1.1);
}
40% {
-webkit-transform: scale3d(.9, .9, .9);
transform: scale3d(.9, .9, .9);
}
60% {
opacity: 1;
-webkit-transform: scale3d(1.03, 1.03, 1.03);
transform: scale3d(1.03, 1.03, 1.03);
}
80% {
-webkit-transform: scale3d(.97, .97, .97);
transform: scale3d(.97, .97, .97);
}
to {
opacity: 1;
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
.bounceIn {
-webkit-animation-name: bounceIn;
animation-name: bounceIn;
}
@-webkit-keyframes bounceInDown {
from, 60%, 75%, 90%, to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
0% {
opacity: 0;
-webkit-transform: translate3d(0, -3000px, 0);
transform: translate3d(0, -3000px, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(0, 25px, 0);
transform: translate3d(0, 25px, 0);
}
75% {
-webkit-transform: translate3d(0, -10px, 0);
transform: translate3d(0, -10px, 0);
}
90% {
-webkit-transform: translate3d(0, 5px, 0);
transform: translate3d(0, 5px, 0);
}
to {
-webkit-transform: none;
transform: none;
}
}
@keyframes bounceInDown {
from, 60%, 75%, 90%, to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
0% {
opacity: 0;
-webkit-transform: translate3d(0, -3000px, 0);
transform: translate3d(0, -3000px, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(0, 25px, 0);
transform: translate3d(0, 25px, 0);
}
75% {
-webkit-transform: translate3d(0, -10px, 0);
transform: translate3d(0, -10px, 0);
}
90% {
-webkit-transform: translate3d(0, 5px, 0);
transform: translate3d(0, 5px, 0);
}
to {
-webkit-transform: none;
transform: none;
}
}
.bounceInDown {
-webkit-animation-name: bounceInDown;
animation-name: bounceInDown;
}
@-webkit-keyframes bounceInLeft {
from, 60%, 75%, 90%, to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
0% {
opacity: 0;
-webkit-transform: translate3d(-3000px, 0, 0);
transform: translate3d(-3000px, 0, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(25px, 0, 0);
transform: translate3d(25px, 0, 0);
}
75% {
-webkit-transform: translate3d(-10px, 0, 0);
transform: translate3d(-10px, 0, 0);
}
90% {
-webkit-transform: translate3d(5px, 0, 0);
transform: translate3d(5px, 0, 0);
}
to {
-webkit-transform: none;
transform: none;
}
}
@keyframes bounceInLeft {
from, 60%, 75%, 90%, to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
0% {
opacity: 0;
-webkit-transform: translate3d(-3000px, 0, 0);
transform: translate3d(-3000px, 0, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(25px, 0, 0);
transform: translate3d(25px, 0, 0);
}
75% {
-webkit-transform: translate3d(-10px, 0, 0);
transform: translate3d(-10px, 0, 0);
}
90% {
-webkit-transform: translate3d(5px, 0, 0);
transform: translate3d(5px, 0, 0);
}
to {
-webkit-transform: none;
transform: none;
}
}
.bounceInLeft {
-webkit-animation-name: bounceInLeft;
animation-name: bounceInLeft;
}
@-webkit-keyframes bounceInRight {
from, 60%, 75%, 90%, to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
from {
opacity: 0;
-webkit-transform: translate3d(3000px, 0, 0);
transform: translate3d(3000px, 0, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(-25px, 0, 0);
transform: translate3d(-25px, 0, 0);
}
75% {
-webkit-transform: translate3d(10px, 0, 0);
transform: translate3d(10px, 0, 0);
}
90% {
-webkit-transform: translate3d(-5px, 0, 0);
transform: translate3d(-5px, 0, 0);
}
to {
-webkit-transform: none;
transform: none;
}
}
@keyframes bounceInRight {
from, 60%, 75%, 90%, to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
from {
opacity: 0;
-webkit-transform: translate3d(3000px, 0, 0);
transform: translate3d(3000px, 0, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(-25px, 0, 0);
transform: translate3d(-25px, 0, 0);
}
75% {
-webkit-transform: translate3d(10px, 0, 0);
transform: translate3d(10px, 0, 0);
}
90% {
-webkit-transform: translate3d(-5px, 0, 0);
transform: translate3d(-5px, 0, 0);
}
to {
-webkit-transform: none;
transform: none;
}
}
.bounceInRight {
-webkit-animation-name: bounceInRight;
animation-name: bounceInRight;
}
@-webkit-keyframes bounceInUp {
from, 60%, 75%, 90%, to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
from {
opacity: 0;
-webkit-transform: translate3d(0, 3000px, 0);
transform: translate3d(0, 3000px, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(0, -20px, 0);
transform: translate3d(0, -20px, 0);
}
75% {
-webkit-transform: translate3d(0, 10px, 0);
transform: translate3d(0, 10px, 0);
}
90% {
-webkit-transform: translate3d(0, -5px, 0);
transform: translate3d(0, -5px, 0);
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes bounceInUp {
from, 60%, 75%, 90%, to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
from {
opacity: 0;
-webkit-transform: translate3d(0, 3000px, 0);
transform: translate3d(0, 3000px, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(0, -20px, 0);
transform: translate3d(0, -20px, 0);
}
75% {
-webkit-transform: translate3d(0, 10px, 0);
transform: translate3d(0, 10px, 0);
}
90% {
-webkit-transform: translate3d(0, -5px, 0);
transform: translate3d(0, -5px, 0);
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.bounceInUp {
-webkit-animation-name: bounceInUp;
animation-name: bounceInUp;
}
@-webkit-keyframes bounceOut {
20% {
-webkit-transform: scale3d(.9, .9, .9);
transform: scale3d(.9, .9, .9);
}
50%, 55% {
opacity: 1;
-webkit-transform: scale3d(1.1, 1.1, 1.1);
transform: scale3d(1.1, 1.1, 1.1);
}
to {
opacity: 0;
-webkit-transform: scale3d(.3, .3, .3);
transform: scale3d(.3, .3, .3);
}
}
@keyframes bounceOut {
20% {
-webkit-transform: scale3d(.9, .9, .9);
transform: scale3d(.9, .9, .9);
}
50%, 55% {
opacity: 1;
-webkit-transform: scale3d(1.1, 1.1, 1.1);
transform: scale3d(1.1, 1.1, 1.1);
}
to {
opacity: 0;
-webkit-transform: scale3d(.3, .3, .3);
transform: scale3d(.3, .3, .3);
}
}
.bounceOut {
-webkit-animation-name: bounceOut;
animation-name: bounceOut;
}
@-webkit-keyframes bounceOutDown {
20% {
-webkit-transform: translate3d(0, 10px, 0);
transform: translate3d(0, 10px, 0);
}
40%, 45% {
opacity: 1;
-webkit-transform: translate3d(0, -20px, 0);
transform: translate3d(0, -20px, 0);
}
to {
opacity: 0;
-webkit-transform: translate3d(0, 2000px, 0);
transform: translate3d(0, 2000px, 0);
}
}
@keyframes bounceOutDown {
20% {
-webkit-transform: translate3d(0, 10px, 0);
transform: translate3d(0, 10px, 0);
}
40%, 45% {
opacity: 1;
-webkit-transform: translate3d(0, -20px, 0);
transform: translate3d(0, -20px, 0);
}
to {
opacity: 0;
-webkit-transform: translate3d(0, 2000px, 0);
transform: translate3d(0, 2000px, 0);
}
}
.bounceOutDown {
-webkit-animation-name: bounceOutDown;
animation-name: bounceOutDown;
}
@-webkit-keyframes bounceOutLeft {
20% {
opacity: 1;
-webkit-transform: translate3d(20px, 0, 0);
transform: translate3d(20px, 0, 0);
}
to {
opacity: 0;
-webkit-transform: translate3d(-2000px, 0, 0);
transform: translate3d(-2000px, 0, 0);
}
}
@keyframes bounceOutLeft {
20% {
opacity: 1;
-webkit-transform: translate3d(20px, 0, 0);
transform: translate3d(20px, 0, 0);
}
to {
opacity: 0;
-webkit-transform: translate3d(-2000px, 0, 0);
transform: translate3d(-2000px, 0, 0);
}
}
.bounceOutLeft {
-webkit-animation-name: bounceOutLeft;
animation-name: bounceOutLeft;
}
@-webkit-keyframes bounceOutRight {
20% {
opacity: 1;
-webkit-transform: translate3d(-20px, 0, 0);
transform: translate3d(-20px, 0, 0);
}
to {
opacity: 0;
-webkit-transform: translate3d(2000px, 0, 0);
transform: translate3d(2000px, 0, 0);
}
}
@keyframes bounceOutRight {
20% {
opacity: 1;
-webkit-transform: translate3d(-20px, 0, 0);
transform: translate3d(-20px, 0, 0);
}
to {
opacity: 0;
-webkit-transform: translate3d(2000px, 0, 0);
transform: translate3d(2000px, 0, 0);
}
}
.bounceOutRight {
-webkit-animation-name: bounceOutRight;
animation-name: bounceOutRight;
}
@-webkit-keyframes bounceOutUp {
20% {
-webkit-transform: translate3d(0, -10px, 0);
transform: translate3d(0, -10px, 0);
}
40%, 45% {
opacity: 1;
-webkit-transform: translate3d(0, 20px, 0);
transform: translate3d(0, 20px, 0);
}
to {
opacity: 0;
-webkit-transform: translate3d(0, -2000px, 0);
transform: translate3d(0, -2000px, 0);
}
}
@keyframes bounceOutUp {
20% {
-webkit-transform: translate3d(0, -10px, 0);
transform: translate3d(0, -10px, 0);
}
40%, 45% {
opacity: 1;
-webkit-transform: translate3d(0, 20px, 0);
transform: translate3d(0, 20px, 0);
}
to {
opacity: 0;
-webkit-transform: translate3d(0, -2000px, 0);
transform: translate3d(0, -2000px, 0);
}
}
.bounceOutUp {
-webkit-animation-name: bounceOutUp;
animation-name: bounceOutUp;
}
@-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 fadeInDown {
from {
opacity: 0;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInDown {
from {
opacity: 0;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.fadeInDown {
-webkit-animation-name: fadeInDown;
animation-name: fadeInDown;
}
@-webkit-keyframes fadeInDownBig {
from {
opacity: 0;
-webkit-transform: translate3d(0, -2000px, 0);
transform: translate3d(0, -2000px, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInDownBig {
from {
opacity: 0;
-webkit-transform: translate3d(0, -2000px, 0);
transform: translate3d(0, -2000px, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.fadeInDownBig {
-webkit-animation-name: fadeInDownBig;
animation-name: fadeInDownBig;
}
@-webkit-keyframes fadeInLeft {
from {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInLeft {
from {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.fadeInLeft {
-webkit-animation-name: fadeInLeft;
animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInLeftBig {
from {
opacity: 0;
-webkit-transform: translate3d(-2000px, 0, 0);
transform: translate3d(-2000px, 0, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInLeftBig {
from {
opacity: 0;
-webkit-transform: translate3d(-2000px, 0, 0);
transform: translate3d(-2000px, 0, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.fadeInLeftBig {
-webkit-animation-name: fadeInLeftBig;
animation-name: fadeInLeftBig;
}
@-webkit-keyframes fadeInRight {
from {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInRight {
from {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.fadeInRight {
-webkit-animation-name: fadeInRight;
animation-name: fadeInRight;
}
@-webkit-keyframes fadeInRightBig {
from {
opacity: 0;
-webkit-transform: translate3d(2000px, 0, 0);
transform: translate3d(2000px, 0, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInRightBig {
from {
opacity: 0;
-webkit-transform: translate3d(2000px, 0, 0);
transform: translate3d(2000px, 0, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.fadeInRightBig {
-webkit-animation-name: fadeInRightBig;
animation-name: fadeInRightBig;
}
@-webkit-keyframes fadeInUp {
from {
opacity: 0;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInUp {
from {
opacity: 0;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.fadeInUp {
-webkit-animation-name: fadeInUp;
animation-name: fadeInUp;
}
@-webkit-keyframes fadeInUpBig {
from {
opacity: 0;
-webkit-transform: translate3d(0, 2000px, 0);
transform: translate3d(0, 2000px, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInUpBig {
from {
opacity: 0;
-webkit-transform: translate3d(0, 2000px, 0);
transform: translate3d(0, 2000px, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.fadeInUpBig {
-webkit-animation-name: fadeInUpBig;
animation-name: fadeInUpBig;
}
@-webkit-keyframes fadeOut {
from {
opacity: 1;
}
to {
opacity: 0;
}
}
@keyframes fadeOut {
from {
opacity: 1;
}
to {
opacity: 0;
}
}
.fadeOut {
-webkit-animation-name: fadeOut;
animation-name: fadeOut;
}
@-webkit-keyframes fadeOutDown {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
}
@keyframes fadeOutDown {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
}
.fadeOutDown {
-webkit-animation-name: fadeOutDown;
animation-name: fadeOutDown;
}
@-webkit-keyframes fadeOutDownBig {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(0, 2000px, 0);
transform: translate3d(0, 2000px, 0);
}
}
@keyframes fadeOutDownBig {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(0, 2000px, 0);
transform: translate3d(0, 2000px, 0);
}
}
.fadeOutDownBig {
-webkit-animation-name: fadeOutDownBig;
animation-name: fadeOutDownBig;
}
@-webkit-keyframes fadeOutLeft {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
}
@keyframes fadeOutLeft {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
}
.fadeOutLeft {
-webkit-animation-name: fadeOutLeft;
animation-name: fadeOutLeft;
}
@-webkit-keyframes fadeOutLeftBig {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(-2000px, 0, 0);
transform: translate3d(-2000px, 0, 0);
}
}
@keyframes fadeOutLeftBig {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(-2000px, 0, 0);
transform: translate3d(-2000px, 0, 0);
}
}
.fadeOutLeftBig {
-webkit-animation-name: fadeOutLeftBig;
animation-name: fadeOutLeftBig;
}
@-webkit-keyframes fadeOutRight {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
}
@keyframes fadeOutRight {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
}
.fadeOutRight {
-webkit-animation-name: fadeOutRight;
animation-name: fadeOutRight;
}
@-webkit-keyframes fadeOutRightBig {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(2000px, 0, 0);
transform: translate3d(2000px, 0, 0);
}
}
@keyframes fadeOutRightBig {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(2000px, 0, 0);
transform: translate3d(2000px, 0, 0);
}
}
.fadeOutRightBig {
-webkit-animation-name: fadeOutRightBig;
animation-name: fadeOutRightBig;
}
@-webkit-keyframes fadeOutUp {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
}
@keyframes fadeOutUp {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
}
.fadeOutUp {
-webkit-animation-name: fadeOutUp;
animation-name: fadeOutUp;
}
@-webkit-keyframes fadeOutUpBig {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(0, -2000px, 0);
transform: translate3d(0, -2000px, 0);
}
}
@keyframes fadeOutUpBig {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(0, -2000px, 0);
transform: translate3d(0, -2000px, 0);
}
}
.fadeOutUpBig {
-webkit-animation-name: fadeOutUpBig;
animation-name: fadeOutUpBig;
}
@-webkit-keyframes flip {
from {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
40% {
-webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
50% {
-webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
80% {
-webkit-transform: perspective(400px) scale3d(.95, .95, .95);
transform: perspective(400px) scale3d(.95, .95, .95);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
to {
-webkit-transform: perspective(400px);
transform: perspective(400px);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
}
@keyframes flip {
from {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
40% {
-webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
50% {
-webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
80% {
-webkit-transform: perspective(400px) scale3d(.95, .95, .95);
transform: perspective(400px) scale3d(.95, .95, .95);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
to {
-webkit-transform: perspective(400px);
transform: perspective(400px);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
}
.animated.flip {
-webkit-backface-visibility: visible;
backface-visibility: visible;
-webkit-animation-name: flip;
animation-name: flip;
}
@-webkit-keyframes flipInX {
from {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
opacity: 0;
}
40% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
60% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
opacity: 1;
}
80% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
}
to {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
}
@keyframes flipInX {
from {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
opacity: 0;
}
40% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
60% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
opacity: 1;
}
80% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
}
to {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
}
.flipInX {
-webkit-backface-visibility: visible !important;
backface-visibility: visible !important;
-webkit-animation-name: flipInX;
animation-name: flipInX;
}
@-webkit-keyframes flipInY {
from {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
opacity: 0;
}
40% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
60% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
opacity: 1;
}
80% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
}
to {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
}
@keyframes flipInY {
from {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
opacity: 0;
}
40% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
60% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
opacity: 1;
}
80% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
}
to {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
}
.flipInY {
-webkit-backface-visibility: visible !important;
backface-visibility: visible !important;
-webkit-animation-name: flipInY;
animation-name: flipInY;
}
@-webkit-keyframes flipOutX {
from {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
30% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
opacity: 1;
}
to {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
opacity: 0;
}
}
@keyframes flipOutX {
from {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
30% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
opacity: 1;
}
to {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
opacity: 0;
}
}
.flipOutX {
-webkit-animation-name: flipOutX;
animation-name: flipOutX;
-webkit-backface-visibility: visible !important;
backface-visibility: visible !important;
}
@-webkit-keyframes flipOutY {
from {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
30% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
opacity: 1;
}
to {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
opacity: 0;
}
}
@keyframes flipOutY {
from {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
30% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
opacity: 1;
}
to {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
opacity: 0;
}
}
.flipOutY {
-webkit-backface-visibility: visible !important;
backface-visibility: visible !important;
-webkit-animation-name: flipOutY;
animation-name: flipOutY;
}
@-webkit-keyframes lightSpeedIn {
from {
-webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
transform: translate3d(100%, 0, 0) skewX(-30deg);
opacity: 0;
}
60% {
-webkit-transform: skewX(20deg);
transform: skewX(20deg);
opacity: 1;
}
80% {
-webkit-transform: skewX(-5deg);
transform: skewX(-5deg);
opacity: 1;
}
to {
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
@keyframes lightSpeedIn {
from {
-webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
transform: translate3d(100%, 0, 0) skewX(-30deg);
opacity: 0;
}
60% {
-webkit-transform: skewX(20deg);
transform: skewX(20deg);
opacity: 1;
}
80% {
-webkit-transform: skewX(-5deg);
transform: skewX(-5deg);
opacity: 1;
}
to {
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
.lightSpeedIn {
-webkit-animation-name: lightSpeedIn;
animation-name: lightSpeedIn;
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
@-webkit-keyframes lightSpeedOut {
from {
opacity: 1;
}
to {
-webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
transform: translate3d(100%, 0, 0) skewX(30deg);
opacity: 0;
}
}
@keyframes lightSpeedOut {
from {
opacity: 1;
}
to {
-webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
transform: translate3d(100%, 0, 0) skewX(30deg);
opacity: 0;
}
}
.lightSpeedOut {
-webkit-animation-name: lightSpeedOut;
animation-name: lightSpeedOut;
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
@-webkit-keyframes rotateIn {
from {
-webkit-transform-origin: center;
transform-origin: center;
-webkit-transform: rotate3d(0, 0, 1, -200deg);
transform: rotate3d(0, 0, 1, -200deg);
opacity: 0;
}
to {
-webkit-transform-origin: center;
transform-origin: center;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
@keyframes rotateIn {
from {
-webkit-transform-origin: center;
transform-origin: center;
-webkit-transform: rotate3d(0, 0, 1, -200deg);
transform: rotate3d(0, 0, 1, -200deg);
opacity: 0;
}
to {
-webkit-transform-origin: center;
transform-origin: center;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
.rotateIn {
-webkit-animation-name: rotateIn;
animation-name: rotateIn;
}
@-webkit-keyframes rotateInDownLeft {
from {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, -45deg);
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0;
}
to {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
@keyframes rotateInDownLeft {
from {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, -45deg);
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0;
}
to {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
.rotateInDownLeft {
-webkit-animation-name: rotateInDownLeft;
animation-name: rotateInDownLeft;
}
@-webkit-keyframes rotateInDownRight {
from {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, 45deg);
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0;
}
to {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
@keyframes rotateInDownRight {
from {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, 45deg);
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0;
}
to {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
.rotateInDownRight {
-webkit-animation-name: rotateInDownRight;
animation-name: rotateInDownRight;
}
@-webkit-keyframes rotateInUpLeft {
from {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, 45deg);
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0;
}
to {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
@keyframes rotateInUpLeft {
from {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, 45deg);
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0;
}
to {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
.rotateInUpLeft {
-webkit-animation-name: rotateInUpLeft;
animation-name: rotateInUpLeft;
}
@-webkit-keyframes rotateInUpRight {
from {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, -90deg);
transform: rotate3d(0, 0, 1, -90deg);
opacity: 0;
}
to {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
@keyframes rotateInUpRight {
from {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, -90deg);
transform: rotate3d(0, 0, 1, -90deg);
opacity: 0;
}
to {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
.rotateInUpRight {
-webkit-animation-name: rotateInUpRight;
animation-name: rotateInUpRight;
}
@-webkit-keyframes rotateOut {
from {
-webkit-transform-origin: center;
transform-origin: center;
opacity: 1;
}
to {
-webkit-transform-origin: center;
transform-origin: center;
-webkit-transform: rotate3d(0, 0, 1, 200deg);
transform: rotate3d(0, 0, 1, 200deg);
opacity: 0;
}
}
@keyframes rotateOut {
from {
-webkit-transform-origin: center;
transform-origin: center;
opacity: 1;
}
to {
-webkit-transform-origin: center;
transform-origin: center;
-webkit-transform: rotate3d(0, 0, 1, 200deg);
transform: rotate3d(0, 0, 1, 200deg);
opacity: 0;
}
}
.rotateOut {
-webkit-animation-name: rotateOut;
animation-name: rotateOut;
}
@-webkit-keyframes rotateOutDownLeft {
from {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
opacity: 1;
}
to {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, 45deg);
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0;
}
}
@keyframes rotateOutDownLeft {
from {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
opacity: 1;
}
to {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, 45deg);
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0;
}
}
.rotateOutDownLeft {
-webkit-animation-name: rotateOutDownLeft;
animation-name: rotateOutDownLeft;
}
@-webkit-keyframes rotateOutDownRight {
from {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
opacity: 1;
}
to {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, -45deg);
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0;
}
}
@keyframes rotateOutDownRight {
from {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
opacity: 1;
}
to {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, -45deg);
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0;
}
}
.rotateOutDownRight {
-webkit-animation-name: rotateOutDownRight;
animation-name: rotateOutDownRight;
}
@-webkit-keyframes rotateOutUpLeft {
from {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
opacity: 1;
}
to {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, -45deg);
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0;
}
}
@keyframes rotateOutUpLeft {
from {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
opacity: 1;
}
to {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, -45deg);
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0;
}
}
.rotateOutUpLeft {
-webkit-animation-name: rotateOutUpLeft;
animation-name: rotateOutUpLeft;
}
@-webkit-keyframes rotateOutUpRight {
from {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
opacity: 1;
}
to {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, 90deg);
transform: rotate3d(0, 0, 1, 90deg);
opacity: 0;
}
}
@keyframes rotateOutUpRight {
from {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
opacity: 1;
}
to {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, 90deg);
transform: rotate3d(0, 0, 1, 90deg);
opacity: 0;
}
}
.rotateOutUpRight {
-webkit-animation-name: rotateOutUpRight;
animation-name: rotateOutUpRight;
}
@-webkit-keyframes hinge {
0% {
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
}
20%, 60% {
-webkit-transform: rotate3d(0, 0, 1, 80deg);
transform: rotate3d(0, 0, 1, 80deg);
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
}
40%, 80% {
-webkit-transform: rotate3d(0, 0, 1, 60deg);
transform: rotate3d(0, 0, 1, 60deg);
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
opacity: 1;
}
to {
-webkit-transform: translate3d(0, 700px, 0);
transform: translate3d(0, 700px, 0);
opacity: 0;
}
}
@keyframes hinge {
0% {
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
}
20%, 60% {
-webkit-transform: rotate3d(0, 0, 1, 80deg);
transform: rotate3d(0, 0, 1, 80deg);
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
}
40%, 80% {
-webkit-transform: rotate3d(0, 0, 1, 60deg);
transform: rotate3d(0, 0, 1, 60deg);
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
opacity: 1;
}
to {
-webkit-transform: translate3d(0, 700px, 0);
transform: translate3d(0, 700px, 0);
opacity: 0;
}
}
.hinge {
-webkit-animation-name: hinge;
animation-name: hinge;
} @-webkit-keyframes rollIn {
from {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes rollIn {
from {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.rollIn {
-webkit-animation-name: rollIn;
animation-name: rollIn;
} @-webkit-keyframes rollOut {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
}
}
@keyframes rollOut {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
}
}
.rollOut {
-webkit-animation-name: rollOut;
animation-name: rollOut;
}
@-webkit-keyframes zoomIn {
from {
opacity: 0;
-webkit-transform: scale3d(.3, .3, .3);
transform: scale3d(.3, .3, .3);
}
50% {
opacity: 1;
}
}
@keyframes zoomIn {
from {
opacity: 0;
-webkit-transform: scale3d(.3, .3, .3);
transform: scale3d(.3, .3, .3);
}
50% {
opacity: 1;
}
}
.zoomIn {
-webkit-animation-name: zoomIn;
animation-name: zoomIn;
}
@-webkit-keyframes zoomInDown {
from {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
60% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
@keyframes zoomInDown {
from {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
60% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
.zoomInDown {
-webkit-animation-name: zoomInDown;
animation-name: zoomInDown;
}
@-webkit-keyframes zoomInLeft {
from {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
60% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
@keyframes zoomInLeft {
from {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
60% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
.zoomInLeft {
-webkit-animation-name: zoomInLeft;
animation-name: zoomInLeft;
}
@-webkit-keyframes zoomInRight {
from {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
60% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
@keyframes zoomInRight {
from {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
60% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
.zoomInRight {
-webkit-animation-name: zoomInRight;
animation-name: zoomInRight;
}
@-webkit-keyframes zoomInUp {
from {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
60% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
@keyframes zoomInUp {
from {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
60% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
.zoomInUp {
-webkit-animation-name: zoomInUp;
animation-name: zoomInUp;
}
@-webkit-keyframes zoomOut {
from {
opacity: 1;
}
50% {
opacity: 0;
-webkit-transform: scale3d(.3, .3, .3);
transform: scale3d(.3, .3, .3);
}
to {
opacity: 0;
}
}
@keyframes zoomOut {
from {
opacity: 1;
}
50% {
opacity: 0;
-webkit-transform: scale3d(.3, .3, .3);
transform: scale3d(.3, .3, .3);
}
to {
opacity: 0;
}
}
.zoomOut {
-webkit-animation-name: zoomOut;
animation-name: zoomOut;
}
@-webkit-keyframes zoomOutDown {
40% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
to {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
-webkit-transform-origin: center bottom;
transform-origin: center bottom;
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
@keyframes zoomOutDown {
40% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
to {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
-webkit-transform-origin: center bottom;
transform-origin: center bottom;
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
.zoomOutDown {
-webkit-animation-name: zoomOutDown;
animation-name: zoomOutDown;
}
@-webkit-keyframes zoomOutLeft {
40% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
}
to {
opacity: 0;
-webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
transform: scale(.1) translate3d(-2000px, 0, 0);
-webkit-transform-origin: left center;
transform-origin: left center;
}
}
@keyframes zoomOutLeft {
40% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
}
to {
opacity: 0;
-webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
transform: scale(.1) translate3d(-2000px, 0, 0);
-webkit-transform-origin: left center;
transform-origin: left center;
}
}
.zoomOutLeft {
-webkit-animation-name: zoomOutLeft;
animation-name: zoomOutLeft;
}
@-webkit-keyframes zoomOutRight {
40% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
}
to {
opacity: 0;
-webkit-transform: scale(.1) translate3d(2000px, 0, 0);
transform: scale(.1) translate3d(2000px, 0, 0);
-webkit-transform-origin: right center;
transform-origin: right center;
}
}
@keyframes zoomOutRight {
40% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
}
to {
opacity: 0;
-webkit-transform: scale(.1) translate3d(2000px, 0, 0);
transform: scale(.1) translate3d(2000px, 0, 0);
-webkit-transform-origin: right center;
transform-origin: right center;
}
}
.zoomOutRight {
-webkit-animation-name: zoomOutRight;
animation-name: zoomOutRight;
}
@-webkit-keyframes zoomOutUp {
40% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
to {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
-webkit-transform-origin: center bottom;
transform-origin: center bottom;
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
@keyframes zoomOutUp {
40% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
to {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
-webkit-transform-origin: center bottom;
transform-origin: center bottom;
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
.zoomOutUp {
-webkit-animation-name: zoomOutUp;
animation-name: zoomOutUp;
}
@-webkit-keyframes slideInDown {
from {
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
visibility: visible;
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes slideInDown {
from {
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
visibility: visible;
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.slideInDown {
-webkit-animation-name: slideInDown;
animation-name: slideInDown;
}
@-webkit-keyframes slideInLeft {
from {
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
visibility: visible;
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes slideInLeft {
from {
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
visibility: visible;
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.slideInLeft {
-webkit-animation-name: slideInLeft;
animation-name: slideInLeft;
}
@-webkit-keyframes slideInRight {
from {
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
visibility: visible;
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes slideInRight {
from {
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
visibility: visible;
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.slideInRight {
-webkit-animation-name: slideInRight;
animation-name: slideInRight;
}
@-webkit-keyframes slideInUp {
from {
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
visibility: visible;
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes slideInUp {
from {
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
visibility: visible;
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.slideInUp {
-webkit-animation-name: slideInUp;
animation-name: slideInUp;
}
@-webkit-keyframes slideOutDown {
from {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
to {
visibility: hidden;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
}
@keyframes slideOutDown {
from {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
to {
visibility: hidden;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
}
.slideOutDown {
-webkit-animation-name: slideOutDown;
animation-name: slideOutDown;
}
@-webkit-keyframes slideOutLeft {
from {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
to {
visibility: hidden;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
}
@keyframes slideOutLeft {
from {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
to {
visibility: hidden;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
}
.slideOutLeft {
-webkit-animation-name: slideOutLeft;
animation-name: slideOutLeft;
}
@-webkit-keyframes slideOutRight {
from {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
to {
visibility: hidden;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
}
@keyframes slideOutRight {
from {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
to {
visibility: hidden;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
}
.slideOutRight {
-webkit-animation-name: slideOutRight;
animation-name: slideOutRight;
}
@-webkit-keyframes slideOutUp {
from {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
to {
visibility: hidden;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
}
@keyframes slideOutUp {
from {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
to {
visibility: hidden;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
}
.slideOutUp {
-webkit-animation-name: slideOutUp;
animation-name: slideOutUp;
} .cd-words-wrapper {
display: inline-block;
position: relative;
text-align: left;
}
.cd-words-wrapper b {
display: inline-block;
position: absolute;
white-space: nowrap;
left: 0;
top: 0;
}
.cd-words-wrapper b.is-visible {
position: relative;
}
.no-js .cd-words-wrapper b {
opacity: 0;
}
.no-js .cd-words-wrapper b.is-visible {
opacity: 1;
} .cd-headline.rotate-1 .cd-words-wrapper {
-webkit-perspective: 300px;
-moz-perspective: 300px;
perspective: 300px;
}
.cd-headline.rotate-1 b {
opacity: 0;
-webkit-transform-origin: 50% 100%;
-moz-transform-origin: 50% 100%;
-ms-transform-origin: 50% 100%;
-o-transform-origin: 50% 100%;
transform-origin: 50% 100%;
-webkit-transform: rotateX(180deg);
-moz-transform: rotateX(180deg);
-ms-transform: rotateX(180deg);
-o-transform: rotateX(180deg);
transform: rotateX(180deg);
}
.cd-headline.rotate-1 b.is-visible {
opacity: 1;
-webkit-transform: rotateX(0deg);
-moz-transform: rotateX(0deg);
-ms-transform: rotateX(0deg);
-o-transform: rotateX(0deg);
transform: rotateX(0deg);
-webkit-animation: cd-rotate-1-in 1.2s;
-moz-animation: cd-rotate-1-in 1.2s;
animation: cd-rotate-1-in 1.2s;
}
.cd-headline.rotate-1 b.is-hidden {
-webkit-transform: rotateX(180deg);
-moz-transform: rotateX(180deg);
-ms-transform: rotateX(180deg);
-o-transform: rotateX(180deg);
transform: rotateX(180deg);
-webkit-animation: cd-rotate-1-out 1.2s;
-moz-animation: cd-rotate-1-out 1.2s;
animation: cd-rotate-1-out 1.2s;
}
@-webkit-keyframes cd-rotate-1-in {
0% {
-webkit-transform: rotateX(180deg);
opacity: 0;
}
35% {
-webkit-transform: rotateX(120deg);
opacity: 0;
}
65% {
opacity: 0;
}
100% {
-webkit-transform: rotateX(360deg);
opacity: 1;
}
}
@-moz-keyframes cd-rotate-1-in {
0% {
-moz-transform: rotateX(180deg);
opacity: 0;
}
35% {
-moz-transform: rotateX(120deg);
opacity: 0;
}
65% {
opacity: 0;
}
100% {
-moz-transform: rotateX(360deg);
opacity: 1;
}
}
@keyframes cd-rotate-1-in {
0% {
-webkit-transform: rotateX(180deg);
-moz-transform: rotateX(180deg);
-ms-transform: rotateX(180deg);
-o-transform: rotateX(180deg);
transform: rotateX(180deg);
opacity: 0;
}
35% {
-webkit-transform: rotateX(120deg);
-moz-transform: rotateX(120deg);
-ms-transform: rotateX(120deg);
-o-transform: rotateX(120deg);
transform: rotateX(120deg);
opacity: 0;
}
65% {
opacity: 0;
}
100% {
-webkit-transform: rotateX(360deg);
-moz-transform: rotateX(360deg);
-ms-transform: rotateX(360deg);
-o-transform: rotateX(360deg);
transform: rotateX(360deg);
opacity: 1;
}
}
@-webkit-keyframes cd-rotate-1-out {
0% {
-webkit-transform: rotateX(0deg);
opacity: 1;
}
35% {
-webkit-transform: rotateX(-40deg);
opacity: 1;
}
65% {
opacity: 0;
}
100% {
-webkit-transform: rotateX(180deg);
opacity: 0;
}
}
@-moz-keyframes cd-rotate-1-out {
0% {
-moz-transform: rotateX(0deg);
opacity: 1;
}
35% {
-moz-transform: rotateX(-40deg);
opacity: 1;
}
65% {
opacity: 0;
}
100% {
-moz-transform: rotateX(180deg);
opacity: 0;
}
}
@keyframes cd-rotate-1-out {
0% {
-webkit-transform: rotateX(0deg);
-moz-transform: rotateX(0deg);
-ms-transform: rotateX(0deg);
-o-transform: rotateX(0deg);
transform: rotateX(0deg);
opacity: 1;
}
35% {
-webkit-transform: rotateX(-40deg);
-moz-transform: rotateX(-40deg);
-ms-transform: rotateX(-40deg);
-o-transform: rotateX(-40deg);
transform: rotateX(-40deg);
opacity: 1;
}
65% {
opacity: 0;
}
100% {
-webkit-transform: rotateX(180deg);
-moz-transform: rotateX(180deg);
-ms-transform: rotateX(180deg);
-o-transform: rotateX(180deg);
transform: rotateX(180deg);
opacity: 0;
}
} .cd-headline.type .cd-words-wrapper {
vertical-align: top;
overflow: hidden;
}
.cd-headline.type .cd-words-wrapper::after {
content: '';
position: absolute;
right: 0;
top: 50%;
bottom: auto;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);
height: 90%;
width: 1px;
background-color: #aebcb9;
}
.cd-headline.type .cd-words-wrapper.waiting::after {
-webkit-animation: cd-pulse 1s infinite;
-moz-animation: cd-pulse 1s infinite;
animation: cd-pulse 1s infinite;
}
.cd-headline.type .cd-words-wrapper.selected {
background-color: #aebcb9;
}
.cd-headline.type .cd-words-wrapper.selected::after {
visibility: hidden;
}
.cd-headline.type .cd-words-wrapper.selected b {
color: #0d0d0d;
}
.cd-headline.type b {
visibility: hidden;
}
.cd-headline.type b.is-visible {
visibility: visible;
}
.cd-headline.type i {
position: absolute;
visibility: hidden;
}
.cd-headline.type i.in {
position: relative;
visibility: visible;
}
@-webkit-keyframes cd-pulse {
0% {
-webkit-transform: translateY(-50%) scale(1);
opacity: 1;
}
40% {
-webkit-transform: translateY(-50%) scale(0.9);
opacity: 0;
}
100% {
-webkit-transform: translateY(-50%) scale(0);
opacity: 0;
}
}
@-moz-keyframes cd-pulse {
0% {
-moz-transform: translateY(-50%) scale(1);
opacity: 1;
}
40% {
-moz-transform: translateY(-50%) scale(0.9);
opacity: 0;
}
100% {
-moz-transform: translateY(-50%) scale(0);
opacity: 0;
}
}
@keyframes cd-pulse {
0% {
-webkit-transform: translateY(-50%) scale(1);
-moz-transform: translateY(-50%) scale(1);
-ms-transform: translateY(-50%) scale(1);
-o-transform: translateY(-50%) scale(1);
transform: translateY(-50%) scale(1);
opacity: 1;
}
40% {
-webkit-transform: translateY(-50%) scale(0.9);
-moz-transform: translateY(-50%) scale(0.9);
-ms-transform: translateY(-50%) scale(0.9);
-o-transform: translateY(-50%) scale(0.9);
transform: translateY(-50%) scale(0.9);
opacity: 0;
}
100% {
-webkit-transform: translateY(-50%) scale(0);
-moz-transform: translateY(-50%) scale(0);
-ms-transform: translateY(-50%) scale(0);
-o-transform: translateY(-50%) scale(0);
transform: translateY(-50%) scale(0);
opacity: 0;
}
} .cd-headline.rotate-2 .cd-words-wrapper {
-webkit-perspective: 300px;
-moz-perspective: 300px;
perspective: 300px;
}
.cd-headline.rotate-2 i,
.cd-headline.rotate-2 em {
display: inline-block;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}
.cd-headline.rotate-2 b {
opacity: 0;
}
.cd-headline.rotate-2 i {
-webkit-transform-style: preserve-3d;
-moz-transform-style: preserve-3d;
-ms-transform-style: preserve-3d;
-o-transform-style: preserve-3d;
transform-style: preserve-3d;
-webkit-transform: translateZ(-20px) rotateX(90deg);
-moz-transform: translateZ(-20px) rotateX(90deg);
-ms-transform: translateZ(-20px) rotateX(90deg);
-o-transform: translateZ(-20px) rotateX(90deg);
transform: translateZ(-20px) rotateX(90deg);
opacity: 0;
}
.is-visible .cd-headline.rotate-2 i {
opacity: 1;
}
.cd-headline.rotate-2 i.in {
-webkit-animation: cd-rotate-2-in 0.4s forwards;
-moz-animation: cd-rotate-2-in 0.4s forwards;
animation: cd-rotate-2-in 0.4s forwards;
}
.cd-headline.rotate-2 i.out {
-webkit-animation: cd-rotate-2-out 0.4s forwards;
-moz-animation: cd-rotate-2-out 0.4s forwards;
animation: cd-rotate-2-out 0.4s forwards;
}
.cd-headline.rotate-2 em {
-webkit-transform: translateZ(20px);
-moz-transform: translateZ(20px);
-ms-transform: translateZ(20px);
-o-transform: translateZ(20px);
transform: translateZ(20px);
}
.no-csstransitions .cd-headline.rotate-2 i {
-webkit-transform: rotateX(0deg);
-moz-transform: rotateX(0deg);
-ms-transform: rotateX(0deg);
-o-transform: rotateX(0deg);
transform: rotateX(0deg);
opacity: 0;
}
.no-csstransitions .cd-headline.rotate-2 i em {
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
}
.no-csstransitions .cd-headline.rotate-2 .is-visible i {
opacity: 1;
}
@-webkit-keyframes cd-rotate-2-in {
0% {
opacity: 0;
-webkit-transform: translateZ(-20px) rotateX(90deg);
}
60% {
opacity: 1;
-webkit-transform: translateZ(-20px) rotateX(-10deg);
}
100% {
opacity: 1;
-webkit-transform: translateZ(-20px) rotateX(0deg);
}
}
@-moz-keyframes cd-rotate-2-in {
0% {
opacity: 0;
-moz-transform: translateZ(-20px) rotateX(90deg);
}
60% {
opacity: 1;
-moz-transform: translateZ(-20px) rotateX(-10deg);
}
100% {
opacity: 1;
-moz-transform: translateZ(-20px) rotateX(0deg);
}
}
@keyframes cd-rotate-2-in {
0% {
opacity: 0;
-webkit-transform: translateZ(-20px) rotateX(90deg);
-moz-transform: translateZ(-20px) rotateX(90deg);
-ms-transform: translateZ(-20px) rotateX(90deg);
-o-transform: translateZ(-20px) rotateX(90deg);
transform: translateZ(-20px) rotateX(90deg);
}
60% {
opacity: 1;
-webkit-transform: translateZ(-20px) rotateX(-10deg);
-moz-transform: translateZ(-20px) rotateX(-10deg);
-ms-transform: translateZ(-20px) rotateX(-10deg);
-o-transform: translateZ(-20px) rotateX(-10deg);
transform: translateZ(-20px) rotateX(-10deg);
}
100% {
opacity: 1;
-webkit-transform: translateZ(-20px) rotateX(0deg);
-moz-transform: translateZ(-20px) rotateX(0deg);
-ms-transform: translateZ(-20px) rotateX(0deg);
-o-transform: translateZ(-20px) rotateX(0deg);
transform: translateZ(-20px) rotateX(0deg);
}
}
@-webkit-keyframes cd-rotate-2-out {
0% {
opacity: 1;
-webkit-transform: translateZ(-20px) rotateX(0);
}
60% {
opacity: 0;
-webkit-transform: translateZ(-20px) rotateX(-100deg);
}
100% {
opacity: 0;
-webkit-transform: translateZ(-20px) rotateX(-90deg);
}
}
@-moz-keyframes cd-rotate-2-out {
0% {
opacity: 1;
-moz-transform: translateZ(-20px) rotateX(0);
}
60% {
opacity: 0;
-moz-transform: translateZ(-20px) rotateX(-100deg);
}
100% {
opacity: 0;
-moz-transform: translateZ(-20px) rotateX(-90deg);
}
}
@keyframes cd-rotate-2-out {
0% {
opacity: 1;
-webkit-transform: translateZ(-20px) rotateX(0);
-moz-transform: translateZ(-20px) rotateX(0);
-ms-transform: translateZ(-20px) rotateX(0);
-o-transform: translateZ(-20px) rotateX(0);
transform: translateZ(-20px) rotateX(0);
}
60% {
opacity: 0;
-webkit-transform: translateZ(-20px) rotateX(-100deg);
-moz-transform: translateZ(-20px) rotateX(-100deg);
-ms-transform: translateZ(-20px) rotateX(-100deg);
-o-transform: translateZ(-20px) rotateX(-100deg);
transform: translateZ(-20px) rotateX(-100deg);
}
100% {
opacity: 0;
-webkit-transform: translateZ(-20px) rotateX(-90deg);
-moz-transform: translateZ(-20px) rotateX(-90deg);
-ms-transform: translateZ(-20px) rotateX(-90deg);
-o-transform: translateZ(-20px) rotateX(-90deg);
transform: translateZ(-20px) rotateX(-90deg);
}
} .cd-headline.loading-bar span {
display: inline-block;
padding: .2em 0;
}
.cd-headline.loading-bar .cd-words-wrapper {
overflow: hidden;
vertical-align: top;
}
.cd-headline.loading-bar .cd-words-wrapper::after {
content: '';
position: absolute;
left: 0;
bottom: 0;
height: 3px;
width: 0;
background: #0096a7;
z-index: 2;
-webkit-transition: width 0.3s -0.1s;
-moz-transition: width 0.3s -0.1s;
transition: width 0.3s -0.1s;
}
.cd-headline.loading-bar .cd-words-wrapper.is-loading::after {
width: 100%;
-webkit-transition: width 3s;
-moz-transition: width 3s;
transition: width 3s;
}
.cd-headline.loading-bar b {
top: .2em;
opacity: 0;
-webkit-transition: opacity 0.3s;
-moz-transition: opacity 0.3s;
transition: opacity 0.3s;
}
.cd-headline.loading-bar b.is-visible {
opacity: 1;
top: 0;
} .cd-headline.slide span {
display: inline-block;
padding: .2em 0;
}
.cd-headline.slide .cd-words-wrapper {
overflow: hidden;
vertical-align: top;
}
.cd-headline.slide b {
opacity: 0;
top: .2em;
}
.cd-headline.slide b.is-visible {
top: 0;
opacity: 1;
-webkit-animation: slide-in 0.6s;
-moz-animation: slide-in 0.6s;
animation: slide-in 0.6s;
}
.cd-headline.slide b.is-hidden {
-webkit-animation: slide-out 0.6s;
-moz-animation: slide-out 0.6s;
animation: slide-out 0.6s;
}
@-webkit-keyframes slide-in {
0% {
opacity: 0;
-webkit-transform: translateY(-100%);
}
60% {
opacity: 1;
-webkit-transform: translateY(20%);
}
100% {
opacity: 1;
-webkit-transform: translateY(0);
}
}
@-moz-keyframes slide-in {
0% {
opacity: 0;
-moz-transform: translateY(-100%);
}
60% {
opacity: 1;
-moz-transform: translateY(20%);
}
100% {
opacity: 1;
-moz-transform: translateY(0);
}
}
@keyframes slide-in {
0% {
opacity: 0;
-webkit-transform: translateY(-100%);
-moz-transform: translateY(-100%);
-ms-transform: translateY(-100%);
-o-transform: translateY(-100%);
transform: translateY(-100%);
}
60% {
opacity: 1;
-webkit-transform: translateY(20%);
-moz-transform: translateY(20%);
-ms-transform: translateY(20%);
-o-transform: translateY(20%);
transform: translateY(20%);
}
100% {
opacity: 1;
-webkit-transform: translateY(0);
-moz-transform: translateY(0);
-ms-transform: translateY(0);
-o-transform: translateY(0);
transform: translateY(0);
}
}
@-webkit-keyframes slide-out {
0% {
opacity: 1;
-webkit-transform: translateY(0);
}
60% {
opacity: 0;
-webkit-transform: translateY(120%);
}
100% {
opacity: 0;
-webkit-transform: translateY(100%);
}
}
@-moz-keyframes slide-out {
0% {
opacity: 1;
-moz-transform: translateY(0);
}
60% {
opacity: 0;
-moz-transform: translateY(120%);
}
100% {
opacity: 0;
-moz-transform: translateY(100%);
}
}
@keyframes slide-out {
0% {
opacity: 1;
-webkit-transform: translateY(0);
-moz-transform: translateY(0);
-ms-transform: translateY(0);
-o-transform: translateY(0);
transform: translateY(0);
}
60% {
opacity: 0;
-webkit-transform: translateY(120%);
-moz-transform: translateY(120%);
-ms-transform: translateY(120%);
-o-transform: translateY(120%);
transform: translateY(120%);
}
100% {
opacity: 0;
-webkit-transform: translateY(100%);
-moz-transform: translateY(100%);
-ms-transform: translateY(100%);
-o-transform: translateY(100%);
transform: translateY(100%);
}
} .cd-headline.clip span {
display: inline-block;
padding: 0;
}
.cd-headline.clip .cd-words-wrapper {
overflow: hidden;
vertical-align: top;
}
.cd-headline.clip .cd-words-wrapper::after {
content: '';
position: absolute;
right: 0;
top: 50%;
bottom: auto;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);
height: 90%;
width: 5px;
background-color: #fff;
}
.cd-headline.clip b {
opacity: 0;
}
.cd-headline.clip b.is-visible {
opacity: 1;
} .cd-headline.zoom .cd-words-wrapper {
-webkit-perspective: 300px;
-moz-perspective: 300px;
perspective: 300px;
}
.cd-headline.zoom b {
opacity: 0;
}
.cd-headline.zoom b.is-visible {
opacity: 1;
-webkit-animation: zoom-in 0.8s;
-moz-animation: zoom-in 0.8s;
animation: zoom-in 0.8s;
}
.cd-headline.zoom b.is-hidden {
-webkit-animation: zoom-out 0.8s;
-moz-animation: zoom-out 0.8s;
animation: zoom-out 0.8s;
}
@-webkit-keyframes zoom-in {
0% {
opacity: 0;
-webkit-transform: translateZ(100px);
}
100% {
opacity: 1;
-webkit-transform: translateZ(0);
}
}
@-moz-keyframes zoom-in {
0% {
opacity: 0;
-moz-transform: translateZ(100px);
}
100% {
opacity: 1;
-moz-transform: translateZ(0);
}
}
@keyframes zoom-in {
0% {
opacity: 0;
-webkit-transform: translateZ(100px);
-moz-transform: translateZ(100px);
-ms-transform: translateZ(100px);
-o-transform: translateZ(100px);
transform: translateZ(100px);
}
100% {
opacity: 1;
-webkit-transform: translateZ(0);
-moz-transform: translateZ(0);
-ms-transform: translateZ(0);
-o-transform: translateZ(0);
transform: translateZ(0);
}
}
@-webkit-keyframes zoom-out {
0% {
opacity: 1;
-webkit-transform: translateZ(0);
}
100% {
opacity: 0;
-webkit-transform: translateZ(-100px);
}
}
@-moz-keyframes zoom-out {
0% {
opacity: 1;
-moz-transform: translateZ(0);
}
100% {
opacity: 0;
-moz-transform: translateZ(-100px);
}
}
@keyframes zoom-out {
0% {
opacity: 1;
-webkit-transform: translateZ(0);
-moz-transform: translateZ(0);
-ms-transform: translateZ(0);
-o-transform: translateZ(0);
transform: translateZ(0);
}
100% {
opacity: 0;
-webkit-transform: translateZ(-100px);
-moz-transform: translateZ(-100px);
-ms-transform: translateZ(-100px);
-o-transform: translateZ(-100px);
transform: translateZ(-100px);
}
} .cd-headline.rotate-3 .cd-words-wrapper {
-webkit-perspective: 300px;
-moz-perspective: 300px;
perspective: 300px;
}
.cd-headline.rotate-3 b {
opacity: 0;
}
.cd-headline.rotate-3 i {
display: inline-block;
-webkit-transform: rotateY(180deg);
-moz-transform: rotateY(180deg);
-ms-transform: rotateY(180deg);
-o-transform: rotateY(180deg);
transform: rotateY(180deg);
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}
.is-visible .cd-headline.rotate-3 i {
-webkit-transform: rotateY(0deg);
-moz-transform: rotateY(0deg);
-ms-transform: rotateY(0deg);
-o-transform: rotateY(0deg);
transform: rotateY(0deg);
}
.cd-headline.rotate-3 i.in {
-webkit-animation: cd-rotate-3-in 0.6s forwards;
-moz-animation: cd-rotate-3-in 0.6s forwards;
animation: cd-rotate-3-in 0.6s forwards;
}
.cd-headline.rotate-3 i.out {
-webkit-animation: cd-rotate-3-out 0.6s forwards;
-moz-animation: cd-rotate-3-out 0.6s forwards;
animation: cd-rotate-3-out 0.6s forwards;
}
.no-csstransitions .cd-headline.rotate-3 i {
-webkit-transform: rotateY(0deg);
-moz-transform: rotateY(0deg);
-ms-transform: rotateY(0deg);
-o-transform: rotateY(0deg);
transform: rotateY(0deg);
opacity: 0;
}
.no-csstransitions .cd-headline.rotate-3 .is-visible i {
opacity: 1;
}
@-webkit-keyframes cd-rotate-3-in {
0% {
-webkit-transform: rotateY(180deg);
}
100% {
-webkit-transform: rotateY(0deg);
}
}
@-moz-keyframes cd-rotate-3-in {
0% {
-moz-transform: rotateY(180deg);
}
100% {
-moz-transform: rotateY(0deg);
}
}
@keyframes cd-rotate-3-in {
0% {
-webkit-transform: rotateY(180deg);
-moz-transform: rotateY(180deg);
-ms-transform: rotateY(180deg);
-o-transform: rotateY(180deg);
transform: rotateY(180deg);
}
100% {
-webkit-transform: rotateY(0deg);
-moz-transform: rotateY(0deg);
-ms-transform: rotateY(0deg);
-o-transform: rotateY(0deg);
transform: rotateY(0deg);
}
}
@-webkit-keyframes cd-rotate-3-out {
0% {
-webkit-transform: rotateY(0);
}
100% {
-webkit-transform: rotateY(-180deg);
}
}
@-moz-keyframes cd-rotate-3-out {
0% {
-moz-transform: rotateY(0);
}
100% {
-moz-transform: rotateY(-180deg);
}
}
@keyframes cd-rotate-3-out {
0% {
-webkit-transform: rotateY(0);
-moz-transform: rotateY(0);
-ms-transform: rotateY(0);
-o-transform: rotateY(0);
transform: rotateY(0);
}
100% {
-webkit-transform: rotateY(-180deg);
-moz-transform: rotateY(-180deg);
-ms-transform: rotateY(-180deg);
-o-transform: rotateY(-180deg);
transform: rotateY(-180deg);
}
} .cd-headline.scale b {
opacity: 0;
}
.cd-headline.scale i {
display: inline-block;
opacity: 0;
-webkit-transform: scale(0);
-moz-transform: scale(0);
-ms-transform: scale(0);
-o-transform: scale(0);
transform: scale(0);
}
.is-visible .cd-headline.scale i {
opacity: 1;
}
.cd-headline.scale i.in {
-webkit-animation: scale-up 0.6s forwards;
-moz-animation: scale-up 0.6s forwards;
animation: scale-up 0.6s forwards;
}
.cd-headline.scale i.out {
-webkit-animation: scale-down 0.6s forwards;
-moz-animation: scale-down 0.6s forwards;
animation: scale-down 0.6s forwards;
}
.no-csstransitions .cd-headline.scale i {
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
opacity: 0;
}
.no-csstransitions .cd-headline.scale .is-visible i {
opacity: 1;
}
@-webkit-keyframes scale-up {
0% {
-webkit-transform: scale(0);
opacity: 0;
}
60% {
-webkit-transform: scale(1.2);
opacity: 1;
}
100% {
-webkit-transform: scale(1);
opacity: 1;
}
}
@-moz-keyframes scale-up {
0% {
-moz-transform: scale(0);
opacity: 0;
}
60% {
-moz-transform: scale(1.2);
opacity: 1;
}
100% {
-moz-transform: scale(1);
opacity: 1;
}
}
@keyframes scale-up {
0% {
-webkit-transform: scale(0);
-moz-transform: scale(0);
-ms-transform: scale(0);
-o-transform: scale(0);
transform: scale(0);
opacity: 0;
}
60% {
-webkit-transform: scale(1.2);
-moz-transform: scale(1.2);
-ms-transform: scale(1.2);
-o-transform: scale(1.2);
transform: scale(1.2);
opacity: 1;
}
100% {
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
opacity: 1;
}
}
@-webkit-keyframes scale-down {
0% {
-webkit-transform: scale(1);
opacity: 1;
}
60% {
-webkit-transform: scale(0);
opacity: 0;
}
}
@-moz-keyframes scale-down {
0% {
-moz-transform: scale(1);
opacity: 1;
}
60% {
-moz-transform: scale(0);
opacity: 0;
}
}
@keyframes scale-down {
0% {
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
opacity: 1;
}
60% {
-webkit-transform: scale(0);
-moz-transform: scale(0);
-ms-transform: scale(0);
-o-transform: scale(0);
transform: scale(0);
opacity: 0;
}
} .cd-headline.push b {
opacity: 0;
}
.cd-headline.push b.is-visible {
opacity: 1;
-webkit-animation: push-in 0.6s;
-moz-animation: push-in 0.6s;
animation: push-in 0.6s;
}
.cd-headline.push b.is-hidden {
-webkit-animation: push-out 0.6s;
-moz-animation: push-out 0.6s;
animation: push-out 0.6s;
}
@-webkit-keyframes push-in {
0% {
opacity: 0;
-webkit-transform: translateX(-100%);
}
60% {
opacity: 1;
-webkit-transform: translateX(10%);
}
100% {
opacity: 1;
-webkit-transform: translateX(0);
}
}
@-moz-keyframes push-in {
0% {
opacity: 0;
-moz-transform: translateX(-100%);
}
60% {
opacity: 1;
-moz-transform: translateX(10%);
}
100% {
opacity: 1;
-moz-transform: translateX(0);
}
}
@keyframes push-in {
0% {
opacity: 0;
-webkit-transform: translateX(-100%);
-moz-transform: translateX(-100%);
-ms-transform: translateX(-100%);
-o-transform: translateX(-100%);
transform: translateX(-100%);
}
60% {
opacity: 1;
-webkit-transform: translateX(10%);
-moz-transform: translateX(10%);
-ms-transform: translateX(10%);
-o-transform: translateX(10%);
transform: translateX(10%);
}
100% {
opacity: 1;
-webkit-transform: translateX(0);
-moz-transform: translateX(0);
-ms-transform: translateX(0);
-o-transform: translateX(0);
transform: translateX(0);
}
}
@-webkit-keyframes push-out {
0% {
opacity: 1;
-webkit-transform: translateX(0);
}
60% {
opacity: 0;
-webkit-transform: translateX(110%);
}
100% {
opacity: 0;
-webkit-transform: translateX(100%);
}
}
@-moz-keyframes push-out {
0% {
opacity: 1;
-moz-transform: translateX(0);
}
60% {
opacity: 0;
-moz-transform: translateX(110%);
}
100% {
opacity: 0;
-moz-transform: translateX(100%);
}
}
@keyframes push-out {
0% {
opacity: 1;
-webkit-transform: translateX(0);
-moz-transform: translateX(0);
-ms-transform: translateX(0);
-o-transform: translateX(0);
transform: translateX(0);
}
60% {
opacity: 0;
-webkit-transform: translateX(110%);
-moz-transform: translateX(110%);
-ms-transform: translateX(110%);
-o-transform: translateX(110%);
transform: translateX(110%);
}
100% {
opacity: 0;
-webkit-transform: translateX(100%);
-moz-transform: translateX(100%);
-ms-transform: translateX(100%);
-o-transform: translateX(100%);
transform: translateX(100%);
}
} .bubble-animate {
position: absolute;
left: -215px;
bottom: 0;
width: 162%;
height: 100%;
overflow: hidden;
}
.circle {
background: 
#0C5ADB;
bottom: 0;
position: absolute;
border-radius: 50%;
}
.circle.small {
width: 15px;
height: 15px;
opacity: 0.7;
}
.circle.small.square1 {
left: 18%;
top: 100%;
-webkit-animation-name: smallBubble;
animation-name: smallBubble;
-webkit-animation-duration: 3s;
animation-duration: 3s;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
-webkit-animation-delay: 1s;
animation-delay: 1s;
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
.circle.small.square2 {
left: 36%;
top: 100%;
-webkit-animation-name: smallBubble;
animation-name: smallBubble;
-webkit-animation-duration: 4s;
animation-duration: 4s;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
-webkit-animation-delay: 2s;
animation-delay: 2s;
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
.circle.small.square3 {
left: 54%;
top: 100%;
-webkit-animation-name: smallBubble;
animation-name: smallBubble;
-webkit-animation-duration: 5s;
animation-duration: 5s;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
-webkit-animation-delay: 1s;
animation-delay: 1s;
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
.circle.small.square4 {
left: 72%;
top: 100%;
-webkit-animation-name: smallBubble;
animation-name: smallBubble;
-webkit-animation-duration: 6s;
animation-duration: 6s;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
-webkit-animation-delay: 4s;
animation-delay: 4s;
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
.circle.small.square5 {
left: 90%;
top: 100%;
-webkit-animation-name: smallBubble;
animation-name: smallBubble;
-webkit-animation-duration: 7s;
animation-duration: 7s;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
-webkit-animation-delay: 5s;
animation-delay: 5s;
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
.circle.medium {
width: 35px;
height: 35px;
opacity: 0.45;
}
.circle.medium.square1 {
left: 21%;
top: 100%;
-webkit-animation-name: mediumBubble;
animation-name: mediumBubble;
-webkit-animation-duration: 5s;
animation-duration: 5s;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
-webkit-animation-delay: 2s;
animation-delay: 2s;
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
.circle.medium.square2 {
left: 42%;
top: 100%;
-webkit-animation-name: mediumBubble;
animation-name: mediumBubble;
-webkit-animation-duration: 8s;
animation-duration: 8s;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
-webkit-animation-delay: 6s;
animation-delay: 6s;
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
.circle.medium.square3 {
left: 63%;
top: 100%;
-webkit-animation-name: mediumBubble;
animation-name: mediumBubble;
-webkit-animation-duration: 12s;
animation-duration: 12s;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
-webkit-animation-delay: 12s;
animation-delay: 12s;
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
.circle.medium.square4 {
left: 84%;
top: 100%;
-webkit-animation-name: mediumBubble;
animation-name: mediumBubble;
-webkit-animation-duration: 4s;
animation-duration: 4s;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
-webkit-animation-delay: 12s;
animation-delay: 12s;
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
.circle.medium.square5 {
left: 105%;
top: 100%;
-webkit-animation-name: mediumBubble;
animation-name: mediumBubble;
-webkit-animation-duration: 18s;
animation-duration: 18s;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
-webkit-animation-delay: 6s;
animation-delay: 6s;
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
.circle.medium.square5 {
left: 5%;
top: 100%;
-webkit-animation-name: mediumBubble;
animation-name: mediumBubble;
-webkit-animation-duration: 8s;
animation-duration: 8s;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
-webkit-animation-delay: 2s;
animation-delay: 2s;
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
.circle.large {
width: 100px;
height: 100px;
opacity: 0.35;
}
.circle.large.square1 {
left: 21%;
top: 100%;
-webkit-animation-name: bigBubble;
animation-name: bigBubble;
-webkit-animation-duration: 6s;
animation-duration: 6s;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
-webkit-animation-delay: 6s;
animation-delay: 6s;
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
.circle.large.square2 {
left: 42%;
top: 100%;
-webkit-animation-name: bigBubble;
animation-name: bigBubble;
-webkit-animation-duration: 6s;
animation-duration: 6s;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
-webkit-animation-delay: 3s;
animation-delay: 3s;
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
.circle.large.square3 {
left: 63%;
top: 100%;
-webkit-animation-name: bigBubble;
animation-name: bigBubble;
-webkit-animation-duration: 6s;
animation-duration: 6s;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
-webkit-animation-delay: 13s;
animation-delay: 13s;
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
.circle.large.square4 {
left: 84%;
top: 100%;
-webkit-animation-name: bigBubble;
animation-name: bigBubble;
-webkit-animation-duration: 6s;
animation-duration: 6s;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
-webkit-animation-delay: 9s;
animation-delay: 9s;
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
.circle.large.square5 {
left: 105%;
top: 100%;
-webkit-animation-name: bigBubble;
animation-name: bigBubble;
-webkit-animation-duration: 6s;
animation-duration: 6s;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
-webkit-animation-delay: 13s;
animation-delay: 13s;
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
@-webkit-keyframes smallBubble {
0% {
top: 100%;
margin-left: 10px;
}
25% {
margin-left: -10px;
}
50% {
margin-left: 10px;
}
75% {
margin-left: -10px;
}
100% {
top: 0%;
opacity: 0;
margin-left: 0px;
}
}
@keyframes smallBubble {
0% {
top: 100%;
margin-left: 10px;
}
25% {
margin-left: -10px;
}
50% {
margin-left: 10px;
}
75% {
margin-left: -10px;
}
100% {
top: 0%;
opacity: 0;
margin-left: 0px;
}
}
@-webkit-keyframes mediumBubble {
0% {
top: 100%;
margin-left: 15px;
}
25% {
margin-left: -15px;
}
50% {
margin-left: 15px;
}
75% {
margin-left: -15px;
}
100% {
top: 0%;
opacity: 0;
margin-left: 0px;
}
}
@keyframes mediumBubble {
0% {
top: 100%;
margin-left: 15px;
}
25% {
margin-left: -15px;
}
50% {
margin-left: 15px;
}
75% {
margin-left: -15px;
}
100% {
top: 0%;
opacity: 0;
margin-left: 0px;
}
}
@-webkit-keyframes bigBubble {
0% {
top: 100%;
margin-left: 20px;
}
25% {
margin-left: -20px;
}
50% {
margin-left: 20px;
}
75% {
margin-left: -20px;
}
100% {
top: 0%;
opacity: 0;
margin-left: 0px;
}
}
@keyframes bigBubble {
0% {
top: 100%;
margin-left: 20px;
}
25% {
margin-left: -20px;
}
50% {
margin-left: 20px;
}
75% {
margin-left: -20px;
}
100% {
top: 0%;
opacity: 0;
margin-left: 0px;
}
}.slick-slider
{
position: relative;
display: block;
box-sizing: border-box;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-touch-callout: none;
-khtml-user-select: none;
-ms-touch-action: pan-y;
touch-action: pan-y;
-webkit-tap-highlight-color: transparent;
}
.slick-list
{
position: relative;
display: block;
overflow: hidden;
margin: 0;
padding: 0;
}
.slick-list:focus
{
outline: none;
}
.slick-list.dragging
{
cursor: pointer;
cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list
{
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
-o-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.slick-track
{
position: relative;
top: 0;
left: 0;
display: block;
margin-left: auto;
margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
display: table;
content: '';
}
.slick-track:after
{
clear: both;
}
.slick-loading .slick-track
{
visibility: hidden;
}
.slick-slide {
display: none;
float: left;
height: 700px;
min-height: 1px;
}
[dir='rtl'] .slick-slide
{
float: right;
}
.slick-slide img
{
display: block;
}
.slick-slide.slick-loading img
{
display: none;
}
.slick-slide.dragging img
{
pointer-events: none;
}
.slick-initialized .slick-slide
{
display: block;
}
.slick-loading .slick-slide
{
visibility: hidden;
}
.slick-vertical .slick-slide
{
display: block;
height: auto;
border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
display: none;
}.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;cursor:hand;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.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{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item 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(//www.r-2.at/wp-content/themes/itsoft/assets/css/owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}.owl-origin {
-webkit-perspective: 1200px;
-webkit-perspective-origin-x : 50%;
-webkit-perspective-origin-y : 50%;
-moz-perspective : 1200px;
-moz-perspective-origin-x : 50%;
-moz-perspective-origin-y : 50%;
perspective : 1200px;
} .owl-fade-out {
z-index: 10;
-webkit-animation: fadeOut .7s both ease;
-moz-animation: fadeOut .7s both ease;
animation: fadeOut .7s both ease;
}
.owl-fade-in {
-webkit-animation: fadeIn .7s both ease;
-moz-animation: fadeIn .7s both ease;
animation: fadeIn .7s both ease;
} .owl-backSlide-out {
-webkit-animation: backSlideOut 1s both ease;
-moz-animation: backSlideOut 1s both ease;
animation: backSlideOut 1s both ease;
}
.owl-backSlide-in {
-webkit-animation: backSlideIn 1s both ease;
-moz-animation: backSlideIn 1s both ease;
animation: backSlideIn 1s both ease;
} .owl-goDown-out {
-webkit-animation: scaleToFade .7s ease both;
-moz-animation: scaleToFade .7s ease both;
animation: scaleToFade .7s ease both;
}
.owl-goDown-in {
-webkit-animation: goDown .6s ease both;
-moz-animation: goDown .6s ease both;
animation: goDown .6s ease both;
} .owl-fadeUp-in {
-webkit-animation: scaleUpFrom .5s ease both;
-moz-animation: scaleUpFrom .5s ease both;
animation: scaleUpFrom .5s ease both;
}
.owl-fadeUp-out {
-webkit-animation: scaleUpTo .5s ease both;
-moz-animation: scaleUpTo .5s ease both;
animation: scaleUpTo .5s ease both;
}  @-webkit-keyframes empty {
0% {opacity: 1}
}
@-moz-keyframes empty {
0% {opacity: 1}
}
@keyframes empty {
0% {opacity: 1}
}
@-webkit-keyframes fadeIn {
0% { opacity:0; }
100% { opacity:1; }
}
@-moz-keyframes fadeIn {
0% { opacity:0; }
100% { opacity:1; }
}
@keyframes fadeIn {
0% { opacity:0; }
100% { opacity:1; }
}
@-webkit-keyframes fadeOut {
0% { opacity:1; }
100% { opacity:0; }
}
@-moz-keyframes fadeOut {
0% { opacity:1; }
100% { opacity:0; }
}
@keyframes fadeOut {
0% { opacity:1; }
100% { opacity:0; }
}
@-webkit-keyframes backSlideOut {
25% { opacity: .5; -webkit-transform: translateZ(-500px); }
75% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); }
100% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); }
}
@-moz-keyframes backSlideOut {
25% { opacity: .5; -moz-transform: translateZ(-500px); }
75% { opacity: .5; -moz-transform: translateZ(-500px) translateX(-200%); }
100% { opacity: .5; -moz-transform: translateZ(-500px) translateX(-200%); }
}
@keyframes backSlideOut {
25% { opacity: .5; transform: translateZ(-500px); }
75% { opacity: .5; transform: translateZ(-500px) translateX(-200%); }
100% { opacity: .5; transform: translateZ(-500px) translateX(-200%); }
}
@-webkit-keyframes backSlideIn {
0%, 25% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(200%); }
75% { opacity: .5; -webkit-transform: translateZ(-500px); }
100% { opacity: 1; -webkit-transform: translateZ(0) translateX(0); }
}
@-moz-keyframes backSlideIn {
0%, 25% { opacity: .5; -moz-transform: translateZ(-500px) translateX(200%); }
75% { opacity: .5; -moz-transform: translateZ(-500px); }
100% { opacity: 1; -moz-transform: translateZ(0) translateX(0); }
}
@keyframes backSlideIn {
0%, 25% { opacity: .5; transform: translateZ(-500px) translateX(200%); }
75% { opacity: .5; transform: translateZ(-500px); }
100% { opacity: 1; transform: translateZ(0) translateX(0); }
}
@-webkit-keyframes scaleToFade {
to { opacity: 0; -webkit-transform: scale(.8); }
}
@-moz-keyframes scaleToFade {
to { opacity: 0; -moz-transform: scale(.8); }
}
@keyframes scaleToFade {
to { opacity: 0; transform: scale(.8); }
}
@-webkit-keyframes goDown {
from { -webkit-transform: translateY(-100%); }
}
@-moz-keyframes goDown {
from { -moz-transform: translateY(-100%); }
}
@keyframes goDown {
from { transform: translateY(-100%); }
}
@-webkit-keyframes scaleUpFrom {
from { opacity: 0; -webkit-transform: scale(1.5); }
}
@-moz-keyframes scaleUpFrom {
from { opacity: 0; -moz-transform: scale(1.5); }
}
@keyframes scaleUpFrom {
from { opacity: 0; transform: scale(1.5); }
}
@-webkit-keyframes scaleUpTo {
to { opacity: 0; -webkit-transform: scale(1.5); }
}
@-moz-keyframes scaleUpTo {
to { opacity: 0; -moz-transform: scale(1.5); }
}
@keyframes scaleUpTo {
to { opacity: 0; transform: scale(1.5); }
}@font-face{font-family:'FontAwesome';src:url(//www.r-2.at/wp-content/themes/itsoft/assets/fonts/fontawesome-webfont3295.eot?v=4.5.0);src:url(//www.r-2.at/wp-content/themes/itsoft/assets/fonts/fontawesome-webfontd41d.eot?#iefix&v=4.5.0) format('embedded-opentype'),url(//www.r-2.at/wp-content/themes/itsoft/assets/fonts/fontawesome-webfont3295.woff2?v=4.5.0) format('woff2'),url(//www.r-2.at/wp-content/themes/itsoft/assets/fonts/fontawesome-webfont3295.woff?v=4.5.0) format('woff'),url(//www.r-2.at/wp-content/themes/itsoft/assets/fonts/fontawesome-webfont3295.ttf?v=4.5.0) format('truetype'),url(//www.r-2.at/wp-content/themes/itsoft/assets/fonts/fontawesome-webfont3295.svg?v=4.5.0#fontawesomeregular) format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-tritsoft:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}a.meanmenu-reveal{display:none}
.mean-container .mean-bar {
background: #eb1b2b;
float: left;
min-height: 60px;
padding: 4px 0 0;
position: relative;
width: 100%;
z-index: 999;
}
.mean-container a.meanmenu-reveal{width:22px;height:22px;padding:18px;top:0;right:0;cursor:pointer;color:#fff;text-decoration:none;font-size:16px;text-indent:-9999em;line-height:22px;font-size:1px;display:block;font-family:Arial,Helvetica,sans-serif;font-weight:700;float: right;}
.mean-container a.meanmenu-reveal span{display:block;background:#fff;height:3px;margin-top:3px}
.mean-container .mean-nav{float:left;width:100%;background:#0c1923}
.mean-container .mean-nav ul{padding:0;margin:0;width:100%;list-style-type:none}
.mean-container .mean-nav ul li {
background: #f8f8f8;
float: left;
position: relative;
width: 100%;
border-top: 1px solid#ddd;
}
.mean-container .mean-nav ul li a {
background: #f8f8f8;
color: #232323;
display: block;
float: left;
font-size: 14px;
margin: 0;
padding: 1em 5%;
text-align: left;
text-decoration: none;
text-transform: capitalize;
width: 90%;   
}
.mobile-menu-area {
background: #262626;
}
.mean-container .mean-nav ul li li a {
border-top: 1px solid rgba(255, 255, 255, 0.25);
color: #232323;
font-size: 14px;
font-weight: 500;
opacity: 0.75;
padding: 1em 10%;
text-shadow: none !important;
text-transform: capitalize;
visibility: visible;
width: 80%;
}
.mean-container .mean-nav ul li.mean-last a{border-bottom:0;margin-bottom:0}
.mean-container .mean-nav ul li li li a{width:70%;padding:1em 15%}
.mean-container .mean-nav ul li li li li a{width:60%;padding:1em 20%}
.mean-container .mean-nav ul li li li li li a{width:50%;padding:1em 25%}
.mean-container .mean-nav ul li a:hover {
background: #f8f8f8 none repeat scroll 0 0;
}
.mean-container .mean-nav ul li a.mean-expand{
width:26px;
height: 15px;
margin-top: 1px;
padding: 12px !important;
text-align:center;
position:absolute;
right:0;top:0;
z-index:2;
font-weight:700;
background:rgba(255,255,255,.1);
border:0!important;
background: #F8F8F8;
}
.mean-container .mean-nav ul li a.mean-expand:hover {
background: #f8f8f8;
}
.mean-container .mean-push{float:left;width:100%;padding:0;margin:0;clear:both}
.mean-nav .wrapper{width:100%;padding:0;margin:0}
.mean-container .mean-bar,.mean-container .mean-bar *{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}
.mean-remove{display:none!important}
.mean-container .mean-bar::after {
color: #ffffff;
content: "MENU";
font-size: 21px;
left: 5%;
position: absolute;
top: 12px;
} .mean-container .mean-bar::after {
display: none;
}
.mean-container .mean-nav ul li a:hover {
border-radius: 0;
}
.mean-container a.meanmenu-reveal span {
background: #fff;
}
.mobile-menu-area {
background: #fff none repeat scroll 0 0;
border-top: 3px solid #2bcdc1;
}
.mean-container .mean-nav ul li a.mean-expand {
background: none;
top: -4px;
text-align: right;
width: 100%;
}
.mean-container .mean-nav ul li a.mean-expand:hover {
background: none;
}
.mean-container .mean-nav ul li {
background: #444;
}
.mean-container a.meanmenu-reveal {
color: #fff;
}
.meanmenu-reveal.meanclose:hover {
color: #fff !important;
}
.mean-container a.meanmenu-reveal:hover span {
background: #fff;
}
.mean-container .mean-bar::before {
color: #fff;
content: "itsoft";
font-size: 18px;
font-weight: 700;
left: 10px;
position: absolute;
top: 18px;
}body {	
color: #6d6d6d;
font-family: "Rubik",Sans-serif;
font-weight: 400;
font-style: normal;
font-size: 16px;
line-height: 1.5;
}
h1,
h2,
h3,
h4,
h5,
h6 {
color: #232323;
font-family: 'Fira Sans', sans-serif;
font-style: normal;
margin: 0 0 10px;
line-height: 1.3;
font-weight: 700;
-webkit-transition: .5s;
transition: .5s; 
}
h2{
font-size:21px;
}
h3{}
h4{}
h5{}
h6{}
a{
-webkit-transition: all 0.3s ease-out 0s;
transition: all 0.3s ease-out 0s;
}
a{
color: #0C5ADB;
}
a:focus,
.btn:focus {
text-decoration: none;
outline: none;
}
a:focus,
a:hover {
text-decoration: none;
text-decoration: none;
}
.uppercase {
text-transform: uppercase;
}
.capitalize {
text-transform: capitalize;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
color: inherit;
-webkit-transition: .5s;
transition: .5s;
}
h1 {
font-size: 48px;
}
h2 {
font-size: 22px;
}
h3 {
font-size: 18px;
}
h4 {
font-size: 22px;
}
h5 {
font-size: 18px;
}
h6 {
font-size: 16px;
}
ul {
margin: 0px;
padding: 0px;
}
li {
}
ul {
margin: 0;
padding: 0;
}
li {
}
input:focus,
button:focus
{
border-color:transparent;
outline-color:transparent;
}
textarea:focus{
border-color:transparent;
outline-color:transparent;
}
hr {
margin: 60px 0;
padding: 0px;
border-bottom: 1px solid #eceff8;
border-top: 0px;
}
hr.style-2 {
border-bottom: 1px dashed #f10;
}
hr.mp-0 {
margin: 0;
border-bottom: 1px solid #eceff8;
}
hr.mtb-40 {
margin: 40px 0;
border-bottom: 1px solid #eceff8;
border-top: 0px;
}
label {
color: #666;
cursor: pointer;
font-size: 14px;
font-weight: 300;
margin-bottom:10px;
}
a,i, cite, em, var, address, dfn,ol,li,ul{
font-style:normal;
font-weight:400;
}
::-moz-selection { color: #fff;
background: #FF3C00;
}
::selection {
color: #fff;
background: #FF3C00;
}
::-moz-placeholder {
color: #666;
font-size: 12px;
}
::-webkit-input-placeholder {
color: #666;
font-size: 12px;
}
:-ms-input-placeholder {
color: #666;
font-size: 12px;
}
::placeholder {
color: #666;
font-size: 12px;
}
.btn {
color: rgba(255, 255, 255, 1);
background: #E96e53;
font-size: 14px;
display: inline-block;
letter-spacing: 0px;
}
.btn-primary {  
background-color: #e96e53;
font-size: 14px;
padding: 15px 28px;
border: 1px solid #0C5ADB;
text-transform: uppercase;
-webkit-transition: none;
-moz-transition: none;
transition: none;  
-webkit-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
transition: all 0.5s ease;
}
.btn-primary:hover {
background-color: #FFF;
color: #0C5ADB;
border: 1px solid transparent;
}
.btn-primary:focus {
background-color: #FFF;
color: #0C5ADB;
border: 1px solid transparent;
}
.btn-secondary {
background-color: #232323;
font-size: 14px;
text-transform: uppercase;
line-height: 0.71;
padding: 19px 25px;
border: 1px solid #232323;
-webkit-transition: none;
-moz-transition: none;
transition: none;  
-webkit-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
transition: all 0.5s ease;
}
.btn-secondary:hover {
background-color: #FFF;
color: #232;
border: 1px solid transparent;
}
.coaching-details-two .details-button-two a i {
font-style: italic;
}
.details-button-two .btn-primary i {
padding: 5px;
}
.details-button-two .btn-primary:hover {
background: #232323;
color: #FFF;
}
.pd-100{
padding:100px 0 100px;
}
.pd-70{
padding:95px 0 70px;
}.blog-left-side > div {
margin-bottom: 40px;
padding: 35px 30px 35px;
background: #fff;
border: 1px solid #e6e6e6;
box-shadow: 0 0 5px rgba(0,0,0,0.10);
} 
.blog-left-side > div:last-child {
margin-bottom: 0px;
}
.blog-left-side h2 {
margin-bottom: 10px;
}
.blog-left-side {} .blog-left-side .content {
padding: 0;
}
.blog-left-side .textwidget h4, .blog-right-side .textwidget h4 {
font-size: 18px;
padding-bottom: 8px;
}
.textwidget-icon {
margin-top: 15px;
}
.textwidget-icon li {
display: inline;
}
.textwidget-icon li a {
font-size: 15px !important;
color: #fff!important;
background: #FF3C00;
width: 30px;
height: 30px;
color: #fff;
line-height: 30px;
border-radius: 5px;
margin: 0 2px;
display:inline-block;
}
.textwidget-icon.social-profile li a {
display: inline-block;
margin: 0 2px;
font-size: 18px;
color: #f00 !important;
width: 50px;
height: 50px;
line-height: 50px;
background: #062a4d;
color: #fff !important;
text-align: center;
}
.textwidget-icon.social-profile  li a:hover{
background:#FF3C00;
}
.sb_instagram_header {
display: none;
}
#sb_instagram #sbi_load .sbi_load_btn, #sb_instagram .sbi_follow_btn a {
background: #062a4d;
border-radius: 0;
}
#sb_instagram #sbi_load .sbi_load_btn:hover {
background: #FF3C00;
}
#sb_instagram .sbi_follow_btn a:focus, #sb_instagram .sbi_follow_btn a:hover {
outline: 0;
box-shadow: inset 0 0 10px 20px #FF3C00;
}
.blog-left-side .push-bottom-large {
margin-bottom: 0;
}
.blog-left-side > div:last-child {
margin-bottom: 0px;
}
.blog-left-side > aside:last-child {
margin-bottom: 0px !important;
}
.blog-left-side .sub-menu li a:hover,
.blog-left-side .nav .children li a:hover {
background: transparent;
color: #47087C ;
}
.search {
position: relative;
border-radius: 8px;
}
.search input {
background: #fff none repeat scroll 0 0;
height: 60px;
position: relative;
width: 100%;
border: 1px solid #ced4da;
color: #616161;
transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.search input[type="text"] {} .search input::-ms-input-placeholder,
.search input::-webkit-placeholder,
.search input::-moz-placeholder {
color: #858585;
font-size: 14px;
}
.search button {
background: transparent none repeat scroll 0 0;
border: 0 none;
color: #616161;
font-size: 18px;
padding: 1px 15px;
position: absolute;
right: 0;
top: 50%;
transform: translateY(-50%);
height: 100%;
width: 53px;
}
.search button i {}
.search input[type="text"] {
padding-left: 10px;
} .widget {
margin-bottom: 30px;
}
.blog-left-side .widget h2 {
color: #232323;
display: block;
font-size: 24px;
margin-bottom: 40px;
padding-bottom: 0;
position:relative;
}
.blog-left-side .widget h2:before {
position: absolute;
left: 0;
bottom: -11px;
width: 88px;
height: 3px;
background: #aec6ef;
content: "";
}
.blog-left-side .widget h2:after {
content: '';
position: absolute;
left: 0;
bottom: -13px;
height: 8px;
width: 8px;
border-radius: 50%;
background: #FF3C00;
-webkit-animation-duration: 3s;
animation-duration: 3s;
-webkit-animation-timing-function: linear;
animation-timing-function: linear;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
-webkit-animation-name: MOVIE-BGB;
animation-name: MOVIE-BGB;
}
.footer-middle .widget h5 {
color: #333;
font-size: 24px;
}
.blog-left-side .widget ul {
list-style: none;
}
.blog-left-side .widget ul li {
position: relative;
}
.blog-left-side .widget ul ul{
padding-left:10px;
margin-top:10px;
}
.blog-left-side .widget ul li:last-child {
padding-bottom: 0px;
margin-bottom: 0;
}
.blog-left-side .widget ul li a {
color: #616161;
font-weight: 400;
}
.blog-left-side .widget ul li a:hover{
color: #FF3C00;
}
.blog-left-side .widget ul.children{
margin-top:10px;
padding-left:10px;
} .widget {} 
.blog-left-side .widget select {
width: 100%;
height: 40px;
background: #fff;
border: 1px solid #ddd;
padding-left: 5px;
}
.widget .screen-reader-text {
display: none;
}
.textwidget select{
width:100%;
} #wp-calendar {
width: 100%;
} .tagcloud a {
color: #616161;
display: inline-block;
font-size: 15px !important;
padding: 5px 8px;
text-align: center;
text-transform: capitalize;
background: #fff;
border: 1px solid #e6e6e6;
border-radius: 2px;
margin: 0 2px 9px 0;
}
.widget_categories ul li:hover:before,
.widget_archive ul li:hover:before,
.widget_categories ul li a:hover,
.widget_archive ul li a:hover,
.tagcloud a:hover,
.r-post-content h3:hover,
.r-post-content h3 a:hover {
color: #FF3C00 ;
}
.tagcloud a:hover{
background:#FF3C00 ;
color:#fff;
border-color:#FF3C00;
}
#wp-calendar caption {
font-size: 16px;
font-weight: normal;
margin-bottom: 10px;
text-align: left;
text-transform: capitalize;
color: #616161;
padding-top: 0;
}
#wp-calendar {
font-size: 13px;
}
#wp-calendar {
border: 0px solid #e5e5e5;
margin-bottom: 20px;
overflow: auto;
vertical-align: top;
width: 100%;
margin: 0;
color:#333333;
}
table#wp-calendar td {
border: 1px solid #e5e5e5;
color: #444444;
padding: 5px 10px;
text-align: center;
vertical-align: top;
font-size: 14px;
}
#wp-calendar th, #wp-calendar td {
padding: 8px;
}
table#wp-calendar th {
border: 1px solid #e5e5e5;
color: #333333;
font-size: 13px;
font-weight: 700;
padding: 5px 10px;
text-align: center;
text-transform: uppercase;
vertical-align: middle;
}
table#wp-calendar td#today {
color: #fff;
background-color: #FF3C00;
}
table#wp-calendar td#today a{
color:#fff;
}
.text-widget-about {
text-align: center;
}
.text-widget-about ul li {
border-top: 0;
padding: 0;
}
.wp-block-archives{}
.wp-block-archives {}
.wp-block-archives li{}
.wp-block-archives li a,.wp-block-categories li a{color: #5e629c}
.wp-block-archives select {
height: 40px;
width: 200px;
border: 1px solid #ddd;
padding: 0 10px;
}
.single-blog-content .wp-block-latest-comments{padding-left: 0}
.recent-post-text span i {
color: #f8f9fe;
margin-right: 5px;
font-size: 14px;
}.tag-sticky-2 .itsoft-single-blog {
border: 1px solid rgb(254, 130, 100);
}
.post_reply ul, .blog-content ul, .single-blog-content ul {
list-style-type: square;
padding-left: 18px;
}
.blockquote p{
font-size:16px;
}
table {
border-bottom: 1px solid #ededed;
border-collapse: collapse;
border-spacing: 0;
font-size: 14px;
line-height: 2;
margin: 0 0 20px;
width: 100%;
}
th {
font-weight: bold;
text-transform: uppercase; }
td {
border-top: 1px solid #ededed;
padding: 6px 10px 6px 0;
}
caption, th, td {
font-weight: normal;
text-align: center;
}
blockquote {
padding: 10px 20px;
margin: 0 0 30px;
font-size: 14px;
border-left: 5px solid #b9b9b9;
background: #f9f9f9;
font-style: italic;
}
blockquote blockquote {
margin-right: 0;
}
blockquote cite,
blockquote small {
font-size: 14px;
font-weight: normal;
text-transform: uppercase;
}
blockquote em,
blockquote i {
font-style: normal;
}
blockquote strong,
blockquote b {
}
small {
font-size: smaller;
}
sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sup {
top: -0.5em;
}
sub {
bottom: -0.25em;
}
dl {
margin: 0;
}
dt {
font-weight: bold;
}
dd {
margin: 0 0 20px;
}
address {
font-style: italic;
margin: 0 0 24px;
}
i, cite, em, var, address, dfn {
font-style: italic;
}
em{
font-style: italic;
font-weight: bold; 
}
pre {
background: #f5f5f5;
margin: 20px 0;
overflow: auto;
padding: 20px;
white-space: pre;
white-space: pre-wrap;
word-wrap: break-word;
}
tt, code, samp {
color:#666;
}
kbd{
} .entry-content img.alignleft, .entry-content .wp-caption.alignleft {
margin-left: -60px;
}
figure.wp-caption.alignleft, img.alignleft {
margin: 5px 20px 5px 0;
}
img.size-full, img.size-large, img.wp-post-image {
height: auto;
max-width: 100%;
}
.alignleft {
float: left;
}
.entry-content img, .entry-summary img, .comment-content img, .widget img, .wp-caption {
max-width: 100%;
} .alignleft {
display: inline;
float: left;
}
.alignright {
display: inline;
float: right;
}
.aligncenter {
display: block;
margin-right: auto;
margin-left: auto;
text-align: center;
}
blockquote.alignleft,
.wp-caption.alignleft,
img.alignleft {
margin: 0.4em 1.6em 1.6em 0;
}
blockquote.alignright,
.wp-caption.alignright,
img.alignright {
margin: 0.4em 0 1.6em 1.6em;
}
blockquote.aligncenter,
.wp-caption.aligncenter,
img.aligncenter {
clear: both;
margin-top: 0.4em;
margin-bottom: 1.6em;
}
.wp-caption.alignleft,
.wp-caption.alignright,
.wp-caption.aligncenter {
margin-bottom: 1.2em;
} .wp-caption {
margin-bottom: 1.6em;
max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
display: block;
margin: 0;
}
.wp-caption-text {
color: #707070;
color: rgba(51, 51, 51, 0.7);
line-height: 1.5;
padding: 0.5em 0;
font-size: 14px;
} .gallery {
margin-bottom: 1.6em;
}
.gallery-item {
display: inline-block;
padding: 1.79104477%;
text-align: center;
vertical-align: top;
width: 100%;
}
.gallery-columns-2 .gallery-item {
max-width: 50%;
}
.gallery-columns-3 .gallery-item {
max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
max-width: 25%;
}
.gallery-columns-5 .gallery-item {
max-width: 20%;
}
.gallery-columns-6 .gallery-item {
max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
max-width: 11.11%;
}
.gallery-icon img {
margin: 0 auto;
}
.gallery-caption {
color: #707070;
color: rgba(51, 51, 51, 0.7);
display: block;
line-height: 1.5;
padding: 0.5em 0;
}
.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
display: none;
}
.post-password-form input[type=submit] {
border: none;
padding: 2px 14px;
background:#1a7dd7;
color:#fff;
}
.post-password-form input[type="password"] {
border: 1px solid #ddd;
width: 100%;
height: 40px;
padding: 0 15px;
}
.site-title {
font-size: 30px;
margin: 0;
margin-top: 12px;
color:#333;
}
.site-title a {
font-weight: 600;
color:#333;
font-family: "Raleway", sans-serif;	
text-transform: capitalize;
}
.site-title a:hover {
color:#333;
}
.site-description {
margin: 0;
color: #333;
padding-bottom: 10px;
}
.sticky{
border-color:#1a7dd7;
}
.bypostauthor {
color:#333;
}
.wp-block-cover.alignleft{
margin-right: 10px;
}
.wp-block-button.alignleft {
margin-right: 10px;
}
.wp-block-gallery.alignleft {
margin-right: 10px;
}
.has-large-font-size {
font-size: 36px;
line-height: 1.3;
}
.wp-block-media-text {
margin-top: 15px;
}
.inner-post-pagination a, .inner-post-pagination  span.post-page-numbers {
border: 2px solid #ddd;
display: inline-block;
min-width: 35px;
text-align: center;
margin-left: 2px;
height: 33px;
line-height: 30px;
margin-right: 3px;
color: #444;
}
.inner-post-pagination  span.current{
border: 2px solid #FE8264;
color: #FE8264;
}
.wp-block-table.is-style-stripes td {
border-color: transparent;
padding: 5px 13px;
}
.single-blog-content table, .single-blog-content th, .single-blog-content td {
border: 1px solid #d1d1d1;
}
.single-blog-content table th {
padding: 12px 12px;
font-size: 15px;
border-color: #ddd;
text-align: center;
font-weight: 400;
}
.comment-list table, .comment-list th, .comment-list td {
border: 1px solid #d1d1d1;
}
.comment-list table th {
padding: 12px 12px;
font-size: 15px;
border-color: #ddd;
text-align: center;
font-weight: 400;
}
.post-password-form label {
width: 100%;
}html,
body {}
img {
max-width: 100%;
height: auto;
} .box.wrapper {
max-width: 1200px;
margin: auto;
background: #fff;
-webkit-box-shadow: 0px 0px 5px #ddd;
box-shadow: 0px 0px 5px #ddd;
} .fix {
overflow: hidden;
}
.clear_both {
clear: both;
}
h1 {
font-size: 40px;
}
h2 {
font-size: 35px;
}
h3 {
font-size: 28px;
}
h4 {
font-size: 22px;
}
h5 {
font-size: 18px;
}
h6 {
font-size: 16px;
}  .em40_header_area_main.hdisplay_none {
display: none;
}
.itsoft-header-top {
padding: 11px 0;
background: #252628;
position: relative;
z-index: 1;
}
.top-address p {
margin-bottom: 0;
font-size: 12px;
display:inline-block;
}
.top-address p span,
.top-address p a {
margin-right: 20px;
}
.top-address p span i, .top-address p a i {
font-size: 15px;
margin-right: 10px;
}
.top-address p a {
display: inline-block;
text-decoration: none;
-webkit-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
.itsoft-header-top::after {
content: '';
position: absolute;
top: 0;
left: -5px;
width: 54%;
height: 100%;
z-index: -1;
transform: skew(-26deg);
padding-left: 20px;
background: #FF3C00;
} .top-right-menu p {
display: inline-block;
color:#fff;
}
.top-right-menu ul.social-icons {
margin: 0;
padding: 0;
}
.top-right-menu ul.social-icons li {
display: inline-block;
margin-left: 20px;
position: relative;
}
.top-right-menu ul.social-icons li a {
display: inline-block;
text-decoration: none;
-webkit-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
font-size: 15px;
}
.top-address p a, .top-right-menu ul.social-icons li a, .top-address p span {
color: #fff;
font-size: 15px;
font-weight: 400;
}
.top-right-menu .social-icons li a:hover,
.top-right-menu .social-icons li a i:hover {
color: #fff;
}
.top-both-p0 .top-address p a,
.top-both-p0 .top-address p span {
margin-right: 0px;
margin-left: 12px;
}
.right_menu_button {
text-align: right;
}
.login_button {
font-size: 12px;
text-transform: uppercase;
color: #fff;
border: 1px solid #fff;
display: inline-block;
padding: 0px 17px;
margin-left: 10px;
font-weight: 500;
-webkit-transition: .3s;
-o-transition: .3s;
transition: .3s;
line-height: 24px;
}
.login_button.active,
.login_button:hover {
background: #333;
border-color: #333;
color: #fff;
}
.header-support {
margin-top: 11px;
margin-left: 14px;
display:inline-block;
}
.header-support a {
color: #fff;
font-weight: 500;
background: #FF3C00;
padding: 8px 21px;
border-radius: 30px;
display: inline-block;
position: relative;
z-index: 1;
}
.header-support a:before{
position:absolute;
left:0; 
top:0; 
height:100%; 
width:0%;
content:"";
background:#161a33;
border-radius:30px;
z-index:-1;
-webkit-transition:.3s;
-o-transition:.3s;
transition:.3s;
}
.header-support a:hover::before{
width:100%;
}
.header-support b {
font-weight: 400;
font-size: 17px;
color: #565872;
}
.header-support i {
margin-right: 12px;
display: inline-block;
} .top-right-menu ul .sub-menu {
position: absolute;
left: 0px;
top: 100%;
visibility: hidden;
opacity: 0;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
border-top: 1px solid #f00;
width: 150px;
-webkit-transition: .5s;
-o-transition: .5s;
transition: .5s;
text-align: left;
background: #fff;
z-index: 1;
}
.top-right-menu ul.social-icons li:hover .sub-menu {
opacity: 1;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
visibility: visible;
}
.top-right-menu ul .sub-menu li {
padding: 5px 0px 0px 5px;
}
.top-right-menu ul .sub-menu li a {
font-size: 12px;
}
.top-right-menu ul .sub-menu ul {
display: none;
}
.top-welcome p {
padding: 0px;
margin: 0px;
}
.top-address a {
margin-right: 5px;
color: #43342c;
}
.top-address.em-login a+a {
margin-right: 0;
}
.top-address.em-login p a i,
.top-address.em-login p a i {
margin-right: 5px;
}
.top-address.em-login a+a:before {
content: "|";
margin-right: 12px;
}
.txtc {
text-align: center;
}
.text-center {
text-align: center;
}
.text-center {
text-align: center;
}
.text-left {
text-align: left;
}
.text-right {
text-align: right;
}
.top-address a:hover{
color:#fff;
} .top-address.menu_18 span {
background: #fff;
padding: 8px 15px 9px;
display: inline-block;
color: #333;
}
.top-right-menu ul.social-icons.menu_18,
.top-right-menu ul.social-icons.menu_19 {
padding: 7px 0;
}
.em-login.menu_18,
.em-quearys-top.menu_19 {
padding: 7px 0;
} .em-top-quearys-area {
position: relative;
}
.em-header-quearys {
list-style: none;
}
.em-quearys-menu i {
display: inline-block;
text-align: center;
font-size: 15px;
cursor: pointer;
color: #fff;
margin-top: 0px;
height: 35px;
width: 35px;
line-height: 35px;
background: #FF3C00;
border-radius: 3px;
}
.heading_style_3 .hbg2 .em-quearys-menu i {
color: #333;
}
.search_button {
text-align: right;
}
.prefix .em-quearys-menu i {
color: #fff;
}
.em-quearys-inner {
position: absolute;
right: 15px;
top: 36px;
z-index: 999;
display: none;
-webkit-transition: .5s;
-o-transition: .5s;
transition: .5s;
}
.em-quearys-inner {}
.em-quearys-form {
background-color: #f5f5f5;
width: 363px;
float: right;
border-radius: 30px;
}
.top-form-control {
position: relative;
}
.em-quearys-inner::before {
position: absolute;
right: 1px;
top: -11px;
width: 47px;
height: 47px;
text-align: center;
width: 0;
height: 0;
border-left: 10px solid transparent;
border-right: 10px solid transparent;
border-bottom: 8px solid #FF3C00;
content: " ";
}
.top-form-control input {
background: #f4f6f9;
color: #555555;
font-size: 13px;
font-weight: 300;
height: 55px;
padding: 0 40px 0 25px;
width: 100%;
border: none;
-webkit-transition: 1s;
-o-transition: 1s;
transition: 1s;
border-radius: 30px;
}
.top-form-control button.top-quearys-style {
position: absolute;
right: 0;
top: 50%;
background: 0 0;
font-size: 16px;
border: none;
color: #FF3C00;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
height: 100%;
background: #FF3C00;
width: 58px;
border-radius: 0 30px 30px 0;
text-align: center;
}
.top-quearys-style i {
font-size: 18px;
color: #fff;
}
.em-s-hidden {
display: none !important;
} .top-right-menu.litop {
float: left;
} .mobile_menu_logo.text-center {
padding: 20px 0;
}
.tr_search .em-quearys-menu i {
color: #fff;
} .top-right-address p {
margin-bottom: 0;
font-size: 12px;
display: inline-block;
}
.top-right-address .social-icons {
display: inline-block;
margin: 0;
padding: 0;
list-style: none;
position: relative;
}
.top-right-address .social-icons li {
display: inline-block;
margin-left: 17px;
color: #fff;
font-size: 14px;
}  .header-new-style-01 .itsoft_nav_area {
background: transparent;
position: relative;
margin-bottom: -100px;
z-index: 99;
}
.new-header-inner {
background: #fff;
padding: 0px 15px;
border-radius: 0 0 4px 4px;
}
.no-logo-sr .em-quearys-top.msin-menu-search .em-quearys-inner {
top: 70px;
}
.no-logo-sr .itsoft_menu ul {
text-align: center;
}
.no-logo-sr .itsoft_menu ul li {
text-align: left;
} .mean-container .mean-bar {
padding: 0;
}
.mean-container .mean-nav {
background: #FF3C00 none repeat scroll 0 0;
float: none;
left: 0;
position: absolute;
right: 0;
top: 60px;
}
.mean-container .mean-nav>ul>li:first-child {
border-top: 0px solid #fff;
}
.main_menu_div {
position: relative;
}
.itsoft_nav_area {
background: #fff none repeat scroll 0 0;
}
.itsoft_menu {
text-align: right;
}
.container-fluid .itsoft_menu {
text-align: center;
} .logo {
text-align: left;
}
.logo a {
font-size: 23px;
font-weight: 600;
display: inline-block;
}
.logo a.retina-logo {
display: none;
} .itsoft_menu ul {
list-style: none;
text-align:right;
display:inline-block;
}
.transprent-menu .itsoft_menu ul {
list-style: none;
text-align: center;
}
.itsoft_menu>ul>li {
display: inline-block;
position: relative;
}
.itsoft_menu > ul > li > a {
display: block;
margin: 35px 16px;
-webkit-transition: .5s;
-o-transition: .5s;
transition: .5s;
position: relative;
color: #232323;
font-size: 16px;
text-transform: capitalize;
font-weight: 400;
font-family: 'Fira Sans', sans-serif;
}
.heading_style_2 .itsoft_menu>ul>li>a {
color: #fff;
}
.heading_style_3 .itsoft_menu > ul > li > a {
color: #d6aee9;
}
.heading_style_4 .itsoft_menu > ul > li > a {
color: #cacce3;
}
.heading_style_5 .itsoft_menu>ul>li>a {
color: #fff;
}
.itsoft_menu ul li:last-child a {
margin-right: 0px;
}
.itsoft_menu>ul>li.current>a,
.itsoft_menu>ul>li:hover>a,
.creative_header_menu>ul>li:hover>a {
color: #FF3C00;
}
.transprent-menu .itsoft_menu>ul>li a{
color: #fff;
}
.transprent-menu.menu-style-16 .itsoft_menu ul {
text-align: center;
list-style: none;
}
.transprent-menu.menu-style-16 .itsoft_menu ul .sub-menu {
text-align: left;
}
.heading_style_4.tr_btn .itsoft_menu.main-search-menu {
float: none;
text-align: center;
} .trp_nav_area {
position: fixed;
left: 0;
right: 0;
top: 0;
z-index: 9999;
background-color:transparent;
padding: 25px 100px;
-webkit-transition: .5s;
-o-transition: .5s;
transition: .5s;
}
.hbg2 {
background: rgba(0, 0, 0, .7);
padding: 0px 50px;
}
.trp_nav_area.full-width {
padding: 37px 100px 37px 100px;
}
.trp_nav_area.full-width.hbg2 {
padding: 7px 20px 10px;
} .transprent-menu.menu4 {
position: relative;
}
.transprent-menu .itsoft_nav_area {
left: 0;
right: 0;
top: 0;
z-index: 9999;
background-color: rgba(0,0,0,0.3);
-webkit-transition: .5s;
-o-transition: .5s;
transition: .5s;
position: absolute;
}
.itsoft_nav_area.postfix {
-webkit-transition: .3s;
-o-transition: .3s;
transition: .3s;
}
.itsoft_nav_area.prefix,
.hbg2 {
-webkit-box-shadow: 0 2px 5px -2px rgba(0, 0, 0, 0.1);
box-shadow: 0 2px 5px -2px rgba(0, 0, 0, 0.1);
}
.heading_style_3.tr_btn .prefix .itsoft_menu>ul>li>a:hover,
.heading_style_3.tr_btn .hbg2 .itsoft_menu>ul>li.current a {
color: #FF3C00;
}
.heading_style_3 .prefix .itsoft_menu>ul>li>a:hover,
.heading_style_3 .hbg2 .itsoft_menu>ul>li.current a {
color: #FF3C00;
}
.heading_style_3 .itsoft_nav_area.prefix .em-quearys-top.msin-menu-search .em-quearys-menu i {
color: #fff;
}
.tr_white_btn  .hbg2 {
background:#FF3C00 !important;
} 
.tr_white_btn .hbg2 .itsoft_menu > ul > li > a {
color: #fff !important;
}
.transprent-menu.tr-btn-search .itsoft_nav_area {
padding: 0 30px;
}
.transprent-menu.tr-btn-search .em-quearys-menu i {
} .logo-left {
text-align: right;
}
.logo-right .logo {
text-align: right;
}
.logo-right .itsoft_menu>ul {
text-align: left;
}
.logo-right .itsoft_menu>ul>li:first-child a {
padding-left: 0px;
}
.logo-right .itsoft_menu>ul>li:last-child a {
padding-right: auto;
} .logo-top .logo {
text-align: center;
}
.logo-top .itsoft_menu>ul {
text-align: center;
}
.logo-top>.itsoft_menu>ul>li:last-child a {
padding-right: auto;
} .itsoft_menu ul .sub-menu {
position: absolute;
left: 0;
top: 130%;
width: 230px;
text-align: left;
background: #fff;
margin: 0;
padding: 20px 0;
z-index: 1;
-webkit-transition: .5s;
-o-transition: .5s;
transition: .5s;
opacity: 0;
-ms-filter: "alpha(opacity=0)";
visibility: hidden;
border: 0; box-shadow: 0 0 5px rgba(0,0,0,0.15);
}
.itsoft_menu ul li:hover >.sub-menu {
opacity: 1;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
visibility: visible;
top: 100%;
z-index: 9;
}
.itsoft_menu ul .sub-menu li {
position: relative;
}
.itsoft_menu ul .sub-menu li a {
display: block;
padding: 10px 20px;
margin: 0;
line-height: 1.3;
font-size: 14px;
color: #232323;
font-weight: 400;
text-transform: capitalize;
-webkit-transition: .1s;
-o-transition: .1s;
transition: .1s;
visibility: inherit !important;
}
.itsoft_menu ul .sub-menu li:hover>a,
.itsoft_menu ul .sub-menu .sub-menu li:hover>a,
.itsoft_menu ul .sub-menu .sub-menu .sub-menu li:hover >a,
.itsoft_menu ul .sub-menu .sub-menu .sub-menu .sub-menu li:hover>a {
color:#FF3C00;
}
.itsoft_menu ul .sub-menu li {
position: relative;
-webkit-transition:.3s;
-o-transition:.3s;
transition:.3s;
}
.itsoft_menu ul .sub-menu li:before {
position: absolute;
left: 0px;
top: 50%;
font-size: 20px;
color: #5451c1;
content: "";
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
opacity: 0;
-webkit-transition: .1s;
-o-transition: .1s;
transition: .1s;
width: 15px;
height: 1px;
background: #FF3C00;
}
.itsoft_menu ul .sub-menu li:hover {
margin-left:15px;
}
.itsoft_menu ul .sub-menu li:hover:before {
opacity:1;
left:0px;
}
.itsoft_menu ul .sub-menu li:hover {
margin-left:15px;
} .itsoft_menu ul .sub-menu .sub-menu {
left:100%;
top: 130%;
opacity: 0;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
visibility: hidden;
}
.itsoft_menu ul .sub-menu li:hover>.sub-menu {
opacity: 1;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
visibility: visible;
top: 0%;
} .itsoft_menu ul .sub-menu .sub-menu li {
position: relative;
}
.itsoft_menu ul .sub-menu .sub-menu .sub-menu {
right: 100%;
left: auto;
top: 130%;
opacity: 0;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
visibility: hidden;
}
.itsoft_menu ul .sub-menu .sub-menu li:hover>.sub-menu {
opacity: 1;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
visibility: visible;
top: 0%;
} .itsoft_menu ul .sub-menu .sub-menu .sub-menu li {
position: relative;
}
.itsoft_menu ul .sub-menu .sub-menu .sub-menu .sub-menu {}
.itsoft_menu ul .sub-menu .sub-menu .sub-menu li:hover>.sub-menu {
opacity: 1;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
visibility: visible;
top: 0%;
} .logged-in .transprent-menu .itsoft_nav_area.prefix {
top: 32px;
}
.logged-in .trp_nav_area.hbg2 {
top: 32px;
}
.trp_nav_area.hbg2 a.dtbtn {
background: #fff;
color: #FF3C00;
}
.trp_nav_area.hbg2 a.dtbtn:hover{
border-color:#fff;
} .top-address.em-quearys-top.text-right {
float: right;
}
.itsoft_menu.main-search-menu>ul, .em-quearys-top.msin-menu-search {
display: inline-block;
}
.em-quearys-top.msin-menu-search .em-quearys-menu i {
margin-left: 30px;
}
.em-quearys-top.msin-menu-search .em-quearys-inner {
top: 61px;
background: #fff;
padding: 20px;
border-top: 3px solid #FF3C00;
}
nav.itsoft_menu.main-search-menu {
text-align: right;
display: inline-block;
} .itsoft-main-menu .menu-item-has-children>a:after {
margin-left: 5px;
content: "\f107";
font-family: FontAwesome;
opacity: 1;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
font-size: 13px;
opacity: .5;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}
.itsoft-main-menu .menu-item-has-children .menu-item-has-children>a:after {
margin-left: 8px;
content: "\f105";
} .donate-btn-header {
display: inline-block;
margin-left: 20px;
}
a.dtbtn {
-moz-user-select: none;
background: #FF3C00;
color: #fff;
cursor: pointer;
display: inline-block;
font-size: 14px;
margin-bottom: 0;
padding: 11px 24px;
text-align: center;
text-transform: capitalize;
-webkit-transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
border-radius: 3px;
border: 2px solid #FF3C00;
}
a.dtbtn:hover {
background: #bd2d10;
color: #fff;
border-color: #bd2d10;
} .tr_white_btn a.dtbtn {
background-color: #fff;
color: #333;
}
.tr_white_btn a.dtbtn:hover {
background-color: transparent;
border-color: #fff;
color: #fff;
} .itsoft-main-menu .logo a.main_sticky_main_l {
display: block;
}
.itsoft-main-menu .logo a.main_sticky_l {
display: none;
} .itsoft-main-menu .prefix .logo a.main_sticky_main_l {
display: none;
}
.itsoft-main-menu .prefix .logo a.main_sticky_l {
display: block;
}
.itsoft-main-menu .hbg2 .logo a.main_sticky_main_l {
display: none;
}
.itsoft-main-menu .hbg2 .logo a.main_sticky_l {
display: block;
}
.headroom--pinned {
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
.headroom--unpinned {
-webkit-transform: translateY(-100%);
-ms-transform: translateY(-100%);
transform: translateY(-100%);
}
.header--fixed {
position: fixed;
z-index: 10;
right: 0;
left: 0;
top: 0;
-webkit-transition: -webkit-transform .25s ease-in-out;
transition: -webkit-transform .25s ease-in-out;
-o-transition: transform .25s ease-in-out;
transition: transform .25s ease-in-out;
transition: transform .25s ease-in-out, -webkit-transform .25s ease-in-out;
will-change: transform;
}
.menu-height-space {
height: 100px;
} .creative_logo_thumb a.main_sticky_l {
display: none;
}
.creative_logo_thumb .logo a {
margin-top: 0;
}
.white_box_shadow {
padding: 40px 30px;
background: #fff;
-webkit-box-shadow: 0 0 20px rgba(0,0,0,.1);
box-shadow: 0 0 20px rgba(0,0,0,.1);
}
.itsoft-main-menu.menu-18 .hbg2 .logo a.main_sticky_main_l {
display: none;
}
.itsoft-main-menu.menu-18 .hbg2 .logo a.main_sticky_l {
display: block;
}
.itsoft-main-menu.menu-18 .hbg2 .itsoft_menu > ul > li > a {
color: #fff;
}
.itsoft-main-menu.tr-black-menu .hbg2 .itsoft_menu > ul > li > a {
color: #fff;
}
.tr-black-menu .donate-btn-header {
margin-top: 0;
margin-top: 0;
}
.tr-black-menu.itsoft-main-menu .hbg2 .logo a.main_sticky_l {
display: block;
}
.tr-black-menu.itsoft-main-menu .hbg2 .logo a.main_sticky_main_l {
display: none;
}  .itsoft-blog-index.blog-area.itsoft-blog-area,
.itsoft-blog-single {
background: #F6F6F6;
}
.itsoft-blog-area {
padding: 90px 0 100px;
}
.itsoft-single-blog {
margin-bottom: 30px;
overflow: hidden;
text-align: left;
-webkit-transition: all 0.3s ease-in-out 0s;
-o-transition: all 0.3s ease-in-out 0s;
transition: all 0.3s ease-in-out 0s;
background: #fff;
border: 1px solid #e6e6e6;
}
.itsoft-single-blog:hover {
-webkit-box-shadow:6px 5px 30px rgba(0,0,0,0.12);
box-shadow:6px 5px 30px rgba(0,0,0,0.12);
border-color:transparent;
}
.itsoft-blog-index.blog-area.itsoft-blog-area, .itsoft-blog-area.itsoft-blog-archive {
padding: 100px 0 100px;
background: #F6F6F6;
}
.itsoft-blog-index.blog-area.itsoft-blog-area {
padding: 100px 0 100px;
}
.itsoft-single-blog--thumb img {
width: 100%;
} .itsoft-blog-thumb {
overflow: hidden;
position:relative;
}
.itsoft-blog-thumb a {
display: block;
position: relative;
}
.itsoft-blog-thumb img {
-webkit-transition: .5s;
-o-transition: .5s;
transition: .5s;
display: block;
width: 100%;
} .blog-content {
word-break: break-word;
}
.em-blog-content-area {
padding: 33px 23px 32px;
}
.blog-page-title h2 {
margin: 0;
margin-bottom: 20px;
font-size: 22px;
margin-top: 18px;
}
.itsoft-lt .blog-page-title h2 {
font-size: 30px;
}
.blog-page-title a {
display: block;
font-weight: 500;
margin-bottom: 0;
text-transform: none;
-webkit-transition: all 0.5s ease 0s;
-o-transition: all 0.5s ease 0s;
transition: all 0.5s ease 0s;
color: #232323;
}
.blog-page-title a:hover {
color: #FF3C00;
} .itsoft-blog-meta-left {
box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
padding: 12px 20px;
border-radius: 3px;
text-align: center;
position: absolute;
top: -24px;
background: #fff;
left: 0;
right: 0;
margin: 0 20px;
}
.itsoft-blog-meta-left a, .itsoft-blog-meta-left span {
margin-right: 13px;
-o-transition: .3s;
-webkit-transition: .3s;
transition: .3s;
display: inline-block;
text-decoration: none;
text-transform: capitalize;
margin: 0 10px;
color: #616161;
position: relative;
font-weight: 500;
}
.itsoft-blog-meta-left span::before, .itsoft-blog-meta-left a::before {
content: "";
background: #616161;
width: 8px;
height: 1px;
position: absolute;
right: -19px;
top: 11px;
}
.itsoft-blog-meta-left a:last-child:before,
.itsoft-blog-meta-left span:last-child:before{
display:none;
} .itsoft-blog-meta-right {
float: right;
padding: 17px 0 0;
}
.itsoft-blog-meta-right a, .itsoft-blog-meta-right span {
color: #777;
font-size: 14px;
margin-left: 10px;
text-transform: uppercase;
-webkit-transition: .3s;
-o-transition: .3s;
transition: .3s;
display: inline-block;
text-decoration: none;
position: relative;
}
.itsoft-blog-meta-right a:hover,
.itsoft-blog-meta-right span:hover,
.itsoft-blog-meta-left a:hover,
.itsoft-blog-meta-left span:hover {
color: #FF3C00;
}
.itsoft-blog-meta-right i {
margin-right: 5px;
} .upper.itsoft-blog-meta-left a, .upper.itsoft-blog-meta-left span {
color: #FF3C00;
font-size: 14px;
margin-right: 12px;
font-weight: 400;
text-transform: uppercase;
letter-spacing: 0;
font-family: 'Roboto', sans-serif;
}
.upper.itsoft-blog-meta-left a:hover, .upper.itsoft-blog-meta-left span:hover {
color: #FF3C00;
}
.meta-list.itsoft-blog-meta-left a, .meta-list.itsoft-blog-meta-left span {
color: #FF3C00;
font-size: 14px;
margin-right: 10px;
text-transform: uppercase;
font-weight: 400;
letter-spacing: 0;
} .readmore a {
border: 1px solid #ddd;
color: #444;
display: inline-block;
font-size: 11px;
font-weight: 400;
padding: 6px 10px;
text-transform: uppercase;
transition: all 0.5s ease 0s;
-webkit-transition: all 0.5s ease 0s;
-moz-transition: all 0.5s ease 0s;
-o-transition: all 0.5s ease 0s;
-ms-transition: all 0.5s ease 0s;
}
.readmore a:hover {
border-color: #FF3C00;
background: #FF3C00;
color: #fff;
}  .itsoft-single-blog-details {
background: #fff;
margin-bottom: 40px;
}
.em-theme-main-page .itsoft-single-blog-details {
padding: 30px;
}
.itsoft-single-blog-details-inner {
padding: 20px 45px 45px;
-webkit-box-shadow: 0 3px 19px rgba(0,0,0,.08);
box-shadow: 0 3px 19px rgba(0,0,0,.08);
}
.em-theme-main-page .itsoft-single-blog-title h2 {
padding-bottom: 15px;
}
.itsoft-single-blog--thumb {
position: relative;
border-radius:10px 10px 0 0;
}
.single-blog-title {
padding: 0;
text-transform: unset;
color: #232323;
font-weight: 700;
font-size: 35px;
}
.itsoft-single-blog-content p {
margin-bottom: 20px;
}
.itsoft-single-blog-details h2 {
font-size: 30px;
}
.itsoft-single-blog-details-inner .itsoft-blog-meta-left {
box-shadow: none;
padding: 0;
border-radius: 0;
text-align: left;
position: inherit;
top: inherit;
background: #fff;
left: inherit;
right: inherit;
margin: 10px 0 0;
}
.itsoft-single-blog-details-inner .itsoft-blog-meta-left a, .itsoft-single-blog-details-inner .itsoft-blog-meta-left span {
margin-right: 13px;
-o-transition: .3s;
-webkit-transition: .3s;
transition: .3s;
display: inline-block;
text-decoration: none;
text-transform: capitalize;
margin: 0 20px 0px 0;
position: relative;
font-weight: 400;
font-size: 16px;
}
.itsoft-blog-social {
padding-top: 26px;
text-align: left;
border-top: 1px solid #ddd;
margin-top: 40px;
}
.itsoft-single-icon-inner {
text-align: left;
}
.itsoft-single-icon-inner span {
font-size: 17px;
margin-right: 6px;
}
.itsoft-single-icon-inner a i {
border: 1px solid #e6e6e6;
color: #565872;
display: inline-block;
font-size: 15px;
height: 40px;
line-height: 41px;
margin: 0 9px 0 0;
text-align: center;
width: 40px;
border-radius: 5px;
}
.itsoft-single-icon-inner a i:hover {
background: #FF3C00;
border-color: #FF3C00;
color: #fff;
}
.single-blog-content ul {
padding-bottom: 10px;
}
blockquote {
padding: 26px 30px;
font-size: 19px;
border-left: 4px solid #FF3C00;
background: 0 0;
font-style: normal;
color: #232;
font-weight: 400;
position: relative;
line-height: 1.5;
box-shadow: 0 0 13px rgba(0,0,0,0.10);
border-radius: 4px;
margin-top: 30px;
font-style: italic;
}
blockquote i {
margin-right: 10px;
}
.post-text blockquote::before {
content: "\f10d";
left: 42px;
top: 50px;
position: absolute;
color: #758799;
font-family: "FontAwesome";
font-weight: 700;
font-size: 41px;
}
blockquote .small, blockquote footer, blockquote small {
display: block;
font-size: 80%;
line-height: 1.42857143;
color: #616161;
text-transform: capitalize;
font-size: 16px;
}
.itsoft-blog-social {
padding-top: 40px;
text-align: left;
border-top: 1px solid #e6e6e6;
margin-top: 40px;
}
.itsoft-single-blog-details .inner-content h4 {
padding-bottom: 20px;
font-size: 24px;
}
.itsoft-blog-meta.txp-meta {
padding-bottom: 22px;
}
.single-blog-content h4 {
margin: 29px 0 15px;
}  .comments {
padding-bottom: 50px;
padding-top: 14px;
}
.post_comment {
border-bottom: 1px solid #EAEAEA;
margin: 20px 0;
padding: 0 15px;
}
.comment_inner {}
.commment_title {}
.commment_title h3 {
font-size: 24px;
margin-bottom: 30px;
position: relative;
margin-top: 0;
position: relative;
display:inline-block;
}
.commment_title h3:before {
position: absolute;
left: 0;
bottom: -15px;
width: 88px;
height: 3px;
background: #aec6ef;
content: "";
}
.commment_title h3:after {
content: '';
position: absolute;
left: 0;
bottom: -17px;
height: 8px;
width: 8px;
border-radius: 50%;
background: #FF3C00;
-webkit-animation-duration: 3s;
animation-duration: 3s;
-webkit-animation-timing-function: linear;
animation-timing-function: linear;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
-webkit-animation-name: MOVE-BGB;
animation-name: MOVIE-BGB;
}
.post_replay_inner {
word-wrap: break-word;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
margin-bottom: 30px;
}
.mgl-30 {
margin-left: 30px;
}
.post_reply_thumb {}
.post_reply_thumb img {
border-radius: 50%;
}
.post_replay {
margin-top: 36px;
}
.post_reply {
padding-left: 15px;
width: 100%;
position: relative;
}
.post_reply div.st {
font-size: 18px;
font-weight: 400;
}
.post_reply div.st a {
color: #232323;
font-size: 18px;
display: inline-block;
padding-bottom: 3px;
font-weight: 700;
}
.reply_date {
overflow: hidden;
margin-bottom: 5px;
}
.reply_date span.span_left {
display: block;
}
.reply_date span.span_right {
float: none;
color: #fff;
font-size: 12px;
font-weight: 400;
text-transform: capitalize;
letter-spacing: 1px;
position: absolute;
top: 0;
right: 0;
background: #FF3C00;
padding: 3px 18px;
-webkit-transition: .3s;
-o-transition: .3s;
transition: .3s;
border-radius: 4px;
}
.reply_date span.span_right:hover{
background:#FF3C00;
}
.post_reply p {}
.comments-area .children {
margin-left: 90px;
}
.post_comment .post_comment {
margin-left: 15px;
}
.em-theme-main-page .commment_title h3 {
margin-top: 0px;
}
.em-theme-main-page .empgc {
margin-top: 40px;
}
.em-theme-main-page .empgc.commment_title h3 {
margin-bottom: 35px;
}
.em-single-page-comment .commment_title.empgc>h3 {
margin-bottom: 35px;
}
.logged-in-as {
margin-bottom: 10px;
margin-top: 30px;
}
.logged-in-as a {
color: #333;
}
a.comment-edit-link {
margin-bottom: 12px;
display: inline-block;
}
.em-theme-main-page .comments-area {
margin-top: 40px;
clear: both;
}
.comment-respond {
padding-top: 14px;
}
.comment-respond .commment_title h3 {
margin-bottom: 60px;
} .blog-page-title > h2 {
margin-bottom: 12px;
margin-top: 11px;
}
.blog-page-title a {
display: block;
font-weight: 600;
margin-bottom: 0;
text-transform: none;
-webkit-transition: all 0.5s ease 0s;
-o-transition: all 0.5s ease 0s;
transition: all 0.5s ease 0s;
color: #232323;
}
.blog-page-title h2 a:hover {
color: #FF3C00;
}
.em-blog-content-area {
padding: 38px 25px 36px;
position: relative;
text-align: center;
}
.blog-list .em-blog-content-area {
text-align: left;
}
.blog-content p {
margin-bottom: 0;
}
.single-blog-content iframe {
margin-top: 20px;
}
.blog-content h1,
.blog-content h2,
.blog-content h3,
.blog-content h4,
.blog-content h5,
.blog-content h6 {
margin-top: 10px;
margin-bottom: 10px;
font-weight: 500;
color: #333;
font-size: 30px;
}
.post_reply h1,
.post_reply h2,
.post_reply h3,
.post_reply h4,
.post_reply h5,
.post_reply h6 {
color: #303030;
font-size: 30px;
font-weight: 500;
margin-top: 15px;
margin-bottom: 15px;
}
.blog-content h2,
.post_reply h2 {
font-size: 26px;
}
.blog-content h3,
.post_reply h3 {
font-size: 22px;
}
.blog-content h4,
.post_reply h4 {
font-size: 20px;
}
.blog-content h5,
.post_reply h5 {
font-size: 18px;
}
.blog-content h6,
.post_reply h6 {
font-size: 17px;
} .single-blog-content ol,.single-blog-content ul{
padding-left: 20px;
} .paginations {
text-align: left;
margin-top: 20px;
}
.page-numbers li {
display: inline-block;
text-align: center;
}
.paginations a, .page-numbers span.current {
width: 40px;
height: 40px;
line-height: 40px;
display: inline-block;
font-size: 16px;
font-weight: 500;
margin: 0 5px 0 0;
background: #fff;
-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.20);
box-shadow: 0 0 5px rgba(0,0,0,0.20);
color: #FF3C00;
}
.page-numbers li {
display: inline-block;
}
.paginations a:hover,
.paginations a.current,
.page-numbers span.current {
background: #FF3C00;
border-color: #FF3C00;
color: #fff;
} .single-counter.style1{
text-align: center;
}
.single-counter.style1 .icon{
margin-bottom: 13px;
}
.single-counter.style1 .icon i{
font-size: 40px;
}
.single-counter.style1 #counter {
margin: 0;
padding: 0;
list-style: none;
}
.single-counter.style1 span.count.percent {
font-size: 48px;
font-weight: 600;
color: #fff;
margin: 0 0 7px;
display: inline-block;
font-family: 'Fira Sans';
}
.single-counter.style1 #counter h6 {
font-size: 16px;
margin: 4px 0 0;
font-weight: 400;
color: #fff;
opacity: 0.9;
}
.single-counter.style1 #counter span.plus{
color: #FF3C00;
font-size: 48px;
} .single_counter.style-2 {
text-align: center;
position: relative;
border-right: 1px solid#FFFFFF1F;
}
.two .single_counter.style-2{
border: none;
}
.single_counter.style-2 .countr_text > h1 {
font-size: 55px;
font-weight: 600;
color: #FF3C00!important;
}
.single_counter.style-2 .countr_text h3 {
color: #fff;
font-size: 55px;
}
.single_counter.style-2 .counter_title h4 {
font-size: 16px;
margin-top: 3px;
font-weight: 500;
color: #FFFFFFD1;
line-height: 27px;
} .single_counter.style-3 {
text-align: center;
position: relative;
border-right: 1px solid#FFFFFF1F;
}
.single_counter.style-3 .counter_icon i {
font-size: 43px;
} .kc_counter_box i {
display: inline-block;
font-size: 45px;
margin-bottom: 0;
} .em_single_coaching{
margin-bottom: 30px;
-webkit-transition:.3s;
-o-transition:.3s;
transition:.3s;
-webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.1);
box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.1);
background: #FFFFFF;	
}
.em_coaching_content {
padding: 20px 25px;
-webkit-transition: .3s;
-o-transition: .3s;
transition: .3s;
background: #fff;
}
.em_coaching_title h2 {
font-size: 20px;
padding: 12px 0 5px;
-webkit-transition:.3s;
-o-transition:.3s;
transition:.3s;
}
.em_coaching_title h2:hover{
color:#FF3C00;
} .itsoft-single-coaching-details {
background: #fff;
}
.itsoft-single-coaching--thumb img {
width: 100%;
}
.itsoft-blog-main-content {
padding: 40px;
}
.itsoft-single-coaching-content h4,
.itsoft-single-coaching-title h2{
font-size: 24px;
padding-bottom: 12px;
}
.itsoft-single-coaching-content h4{
padding-top:30px;
}
.itsoft-single-coaching-details .itsoft-blog-meta.txp-meta .itsoft-blog-meta-left a,
.itsoft-single-coaching-details .itsoft-blog-meta.txp-meta .itsoft-blog-meta-left span {
color: #FF3C00;
font-size: 14px;
text-transform: capitalize;
font-weight: 500;
}
.itsoft-single-coaching-details .itsoft-blog-meta.txp-meta {
margin-bottom: 15px;
}
.itsoft-single-coaching-content ul li {
list-style:none;	
padding: 30px 0 0;
font-size: 17px;
}
.coaching-fee ul li {
color: #FF3C00;
}
.coaching-details-block-two {
background-color: #FFF;
}
.coaching-details-two {
padding: 40px 40px 0;
}
.coaching-details-two hr {
margin-bottom: 28px;
}
.coaching-details-two .details-button-two {
margin-bottom: 30px;
}
.coaching-details-two .details-button-two a i {
font-style: italic;
}
.coaching-details-meta {
font-size: 12px;
font-weight: 500;
margin-bottom: 13px;
color: #FF3C00;
}
.coaching-list ul li {
padding: 15px 0 0;
font-size: 17px;
font-style: normal;
}
.coaching-list ul li:last-child {
margin-bottom: 20px;
}
.fee-structure {
color: #333;
}
.coaching-fee {
color: #FF3C00;
}
.applications-heading {
font-size: 20px;
}
.coaching-application p {
margin-bottom: 30px;
}
.coaching-application ul li {
padding: 5px 20px ;
}
.applications i {
font-size: 14px;
color: #FF3C00;
margin-right: 10px;
}
.exam-block{
margin-bottom: 40px;
}
.coaching-exam .coaching-subheading {
font-size: 18px;
padding-bottom: 10px;
}
.exam-Pattern-min {
font-size: 14px;
} .breadcumb-area {
padding: 233px 0 182px;
background-color: #121B51;
background-position: center top;
background-repeat: no-repeat;
position: relative;
}
.breadcumb-area::before {
background: rgba(0,0,0,.52);
position: absolute;
top: 0;
right: 0;
left: 0;
height: 100%;
width: 100%;
content: "";
}
.breadcrumb_tran_header .breadcumb-area {
padding: 191px 0 110px;
}
.breadcumb-inner h2 {
font-size: 50px;
color: #fff;
margin-bottom: 25px;
}
.breadcumb-inner ul {}
.breadcumb-inner li {
display: inline-block;
margin: 0 6px;
color: #fff;
font-size: 14px;
font-weight: 500;
text-transform: uppercase;
}
.breadcumb-inner li:nth-last-child(-n+1) {
color: #FF3C00;
}
.breadcumb-inner li a {
color: #fff;
text-transform: uppercase;
}
.brpt {
text-align: left;
}
.brpt h2 {
font-size: 45px;
margin-bottom: 20px;
margin-top: 0;
color: #fff;
}
.lcase {
text-transform: lowercase;
}
.ucase {
text-transform: uppercase;
}
.ccase {
text-transform: capitalize;
}
.breadcumb-inner {
text-align: left;
}
.pimgs img {
width: 100%;
}
.kc-ui-progress2 span.value::before {
border-top-color: #FF3C00 !important;
}  .not-found-area {
background-color: #f9f9f9;
background-position: center top;
background-repeat: repeat;
background-size: cover;
padding: 0 0 16px;
}
.not-found {
display: table;
width: 100%;
text-align: center;
background: #fff;
margin: 70px 0;
padding: 120px 0;
-webkit-box-shadow: 0 5px 15px rgba(0,0,0,0.15);
box-shadow: 0 5px 15px rgba(0,0,0,0.15);
}
.not-found-inner {
display: table-cell;
vertical-align: middle;
}
.not-found-inner {
font-size: 30px;
}
.not-found-inner h2 {
color: #FF3C00;
display: inline-block;
font-size: 160px;
font-weight: 700;
line-height: 1.2;
padding: 15px 0;
}
.not-found-inner p {
font-size: 30px;
}
.not-found-inner a {
color: #fff;
font-size: 24px;
margin-top: 40px;
display: inline-block;
background: #FF3C00;
-webkit-box-shadow: 0 0 4px rgba(0,0,0,.15);
box-shadow: 0 0 4px rgba(0,0,0,.15);
padding: 10px 40px;
}
.not-found-inner a:hover{
background:#FF3C00;
color:#fff;
} .itsoft-search-page {
background: #f6f6f6;
padding-bottom: 135px;
}
.search-error .search input {
padding: 20px 0;
}
.search-error .search input[type="text"] {
padding-left: 10px;
}
.search-error .search button {
top: 48%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}
.search-error > p {
font-size: 18px;
margin: 14px 0 20px;
}
.search-error > h3 {
display: block;
font-size: 60px;
color: #FF3C00; 
}
.search-error .search input {
height: 54px;
border: 1px solid #ddd;
}
.mobile_menu_logo a {
font-size: 23px;
font-weight: 600;
text-transform: uppercase;
}  .top-address-area {
background: #111111;
padding: 90px 0px 85px;
text-align: center;
}
.top_address_logo {
margin-bottom: 30px;
}
.address_content {
padding-top: 38px;
}
.top_address_content a,
.top_address_content span {
color: #ffffff;
display: inline-block;
font-weight: 400;
line-height: 12px;
margin-right: 14px;
}
.top_address_content a i,
.top_address_content span i {
font-size: 14px;
margin-right: 11px;
}
.footer-top-address h2 {
color: #fff;
text-transform: uppercase;
margin-bottom: 30px;
letter-spacing: 10px;
font-weight: 700;
font-size: 26px;
}
.footer-top-address h2 span {
color: #FF3C00;
font-weight: 700;
} .footer-top {
background: #0f1328;
padding: 120px 0 100px;
}
.footer-top-inner h2 {
color: #fff;
font-family: "Raleway", sans-serif;
font-size: 35px;
font-weight: 700;
height: 60px;
line-height: 60px;
padding: 0 15px;
text-transform: uppercase;
}
.footer-top-inner h2 span {
color: #FF3C00;
font-weight: 600;
}
.footer-top-inner p {
font-size: 18px;
line-height: 30px;
margin-bottom: 0;
padding: 0 10px;
color: #b4bbc9;
margin-left: auto;
margin-right: auto;
width: 69%;
}
.footer-social-icon {
padding: 10px 0 20px;
text-align: center;
}
.footer-social-icon a i {
color: #b4bbc9;
font-size: 16px;
height: 70px;
width: 70px;
display: inline-block;
border-radius: 50%;
background: #1c2940;
line-height: 70px;
text-align: center;
-webkit-transition: .3s;
-o-transition: .3s;
transition: .3s;
margin: 0 5px;
}
.footer-social-icon a i:hover {
background-color: #ff4b57;
color: #fff;
}
.footer-social-icon.htop-menu-s {
padding: 0;
display: inline-block;
margin-left: 30px;
}
.footer-social-icon.htop-menu-s a i {
font-size: 14px;
height: 35px;
line-height: 35px;
margin: 0 3px;
width: 35px;
color: #333;
}
.footer-top-inner .text-center {
margin-bottom: 32px;
text-align: center;
} .footer-middle {
padding: 63px 0 40px;
position: relative;
background: #252628;
z-index: 1;
}
.get_quote{
position:relative;
z-index:1;
}
.get_quote::before {
content: "";
position: absolute;
right: 15px;
top: 28px;
background: url(//www.r-2.at/wp-content/themes/itsoft/assets/images/circle-small.png);
background-repeat: no-repeat;
height: 270px;
width: 271px;
z-index: 999;
-webkit-animation: alltuchtopdown 1.5s ease-in-out 0s infinite alternate;
animation: alltuchtopdown 1.5s ease-in-out 0s infinite alternate;
-webkit-animation-duration: 2.5s;
animation-duration: 2.5s;
z-index: -1;
opacity: 0.6;
}
.get_quote::after {
content: "";
position: absolute;
left: 48%;
top: 64%;
background: url(//www.r-2.at/wp-content/themes/itsoft/assets/images/shape6.png);
background-repeat: no-repeat;
height: 270px;
width: 271px;
z-index: 999;
-webkit-animation: alltuchtopdown 1.5s ease-in-out 0s infinite alternate;
animation: alltuchtopdown 1.5s ease-in-out 0s infinite alternate;
-webkit-animation-duration: 2.5s;
animation-duration: 2.5s;
z-index: -1;
opacity: 0.5;
}
.wpfdp {
padding-bottom: 30px;
}
.footer-middle .widget h2 {
font-size: 20px;
margin-bottom: 35px;
margin-top: 15px;
position: relative;
color: #f8f9fe;
font-weight: 600;
}
.footer-middle .recent-post-text h4 a {
color: #f8f9fe;
font-size: 14px;
-webkit-transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
font-weight: 500;
letter-spacing: 0;
}
.footer-middle #archives-dropdown--1 {
height: 34px;
width: 100%;
}
.recent-post-image img {
border-radius: 5px;
}
.footer-middle .widget h2 {}
.footer-middle .tagcloud a {}
.footer-middle .widget ul {
list-style: none;
}
.footer-middle .widget ul li {
margin-bottom: 10px;
}
.footer-middle .widget ul li {
margin-bottom: 14px;
position: relative;
-webkit-transition: .5s;
-o-transition: .5s;
transition: .5s;
font-size: 16px;
color: #f8f9fe;
padding-left: 25px;
}
.footer-middle .widget ul li a {
color: rgba(255,255,255,0.80);
font-size: 16px;
}
.footer-middle .widget ul li::before {
position: absolute;
content: "";
left: 0;
top: 14px;
background: #f8f9fe;
height: 1px;
width: 10px;
font-size: 14px;
}
.footer-middle .widget ul li a:hover,
.footer-middle .widget ul li:hover:before {
color: #FF3C00;
}
.recent-portfolio-area {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-flow: row;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
flex-flow: row;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.recent-portfolio {
margin-bottom: 10px;
margin-right: 10px;
}
.recent-portfolio {
width: 29.33%;
}
.recent-portfolio-image img {
width: 100%;
}
.menu-social-menu-container ul li::before {
display:none !important;
}  .footer-bottom {
background: #252628;
}
.footer-bottom .row{
padding:20px 0;
border-top:1px solid rgba(255,255,255,.23);	
} 
.footer-bottom-box{
padding: 20px 0 20px;
}
.copy-right-text {
}
.copy-right-text p {
color: #f8f9fe;
padding: 0;
margin: 1px 0 0;
}
.footer-menu ul {
list-style: none;
margin: 0px;
padding: 0px;
}
.footer-menu ul li {
display: inline-block;
}
.footer-menu ul .menu-item {
margin-left: 10px;
}
.footer-menu ul .menu-item a {
color: #f8f9fe;
padding: 0;
display: block;
text-transform: capitalize;
margin-left: 10px;
-webkit-transition: .3s;
-o-transition: .3s;
transition: .3s;
font-size: 14px;
}
.footer-menu ul .menu-item a:hover{
color:#f8f9fe;
}
.footer-menu .social-icon {
color: #f8f9fe;
display: block;
font-size: 15px;
margin-left: 10px;
-webkit-transition: .3s;
-o-transition: .3s;
transition: .3s;
width: 50px;
height: 50px;
line-height: 50px;
background: #fff;
text-align: center;
color: #f8f9fe;
border-radius: 100%;
-webkit-box-shadow: 0px 16px 32px 0px rgba(212, 212, 212, 0.2);
box-shadow: 0px 16px 32px 0px rgba(212, 212, 212, 0.2);
}
.footer-menu .social-icon:hover {
color: #fff;
background-color: #42047B;
}
.footer-menu ul li:last-child a {
padding-right: 0px;
}
.footer_style_3 .footer-menu ul li:first-child a {
padding-left: 0px;
}
.footer-menu ul ul {
display: none;
}  #scrollUp {
bottom: 13px;
color: #fff;
font-size: 24px;
height: 50px;
line-height: 50px;
right: 91px;
text-align: center;
width: 50px;
background: #FF3C00;
-webkit-transition: .3s;
-o-transition: .3s;
transition: .3s;
}
#scrollUp:hover{
background:#FF3C00;
}
#scrollUp i {
color: #fff;
} .copy-right-text a {
color: #FF3C00;
}
.template-home .vc_row {
margin-left: 0px !important;
margin-right: 0px !important;
}
.wpb_gallery.wpb_content_element.vc_clearfix {
margin-bottom: 0;
}
.widget_recent_data {
padding-bottom: 9px !important;
}
.recent-post-item {
clear: both;
}
.recent-post-image {
float: left;
margin-right: 10px;
}
.recent-post-image a {
display: block;
margin-top: 0;
margin-bottom: 17px;
}
.recent-post-text {
overflow: hidden;
}
.recent-post-text > h4 {
margin-bottom: 2px;
margin-top: 0px;
line-height: 16px;
}
.recent-post-text h4 a {
color: #232323;
font-size: 18px;
line-height: 22px;
-webkit-transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
font-weight: 500;
}
.recent-post-text h4 a:hover {
color: #FF3C00;
}
.recent-post-item:last-child{
border-bottom:0;
}
.recent-post-text .rcomment {
color: #FF3C00;
font-size: 12px;
text-transform: none;
}
.recent-post-text .rcomment i {
margin-right: 5px;
}
.recent-post-text .rcomment {
color: #616161;
font-size: 15px;
}
.footer-middle .recent-post-text > h4 {
margin-bottom: 2px;
}
.footer-middle .recent-post-text .rcomment {
color: rgba(255,255,255,0.80);
font-size: 13px;
font-weight: 400;
}
.footer-middle .recent-post-item {
margin-bottom: 0;
padding-bottom: 0;
border: 0;
}
.mean-container .mean-bar {
float: none;
background: #FF3C00;
}
.mean-container .mean-nav ul li li a {
color: #333;
opacity: 1;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.footer-middle .widget .menu-social-menu-container ul {
margin-left: 0;
margin-top: 5px;
}
.footer-middle .widget .menu-social-menu-container ul li {
display: inline-block;
margin-bottom: 0;
margin-right: 5px;
margin-top: 0;
padding-left: 0;
position: inherit;
}
.footer-middle .widget .menu-social-menu-container ul li a {
display: block;
}
.footer-middle .widget .menu-social-menu-container ul li i {
border: 0;
display: block;
margin-right: 1px;
-webkit-transition: all 0.5s ease 0s;
-o-transition: all 0.5s ease 0s;
transition: all 0.5s ease 0s;
font-size: 15px;
width: 35px;
height: 35px;
border: 1px solid #fff;
border-radius: 3px;
text-align: center;
line-height: 33px;
}
.footer-middle .widget .menu-social-menu-container ul li i:hover {
color: #fff;
background: #FF3C00;
border-color:#FF3C00;
} .template-home-wrapper {
overflow: hidden;
}
@-webkit-keyframes MOVIE-BG {
from {
-webkit-transform: translateX(0);
transform: translateX(0);
}
to {
-webkit-transform: translateX(60px);
transform: translateX(60px);
}
}
@keyframes MOVIE-BG {
from {
-webkit-transform: translateX(0);
transform: translateX(0);
}
to {
-webkit-transform: translateX(60px);
transform: translateX(60px);
}
}
@-webkit-keyframes MOVIE-BGB {
from {
-webkit-transform: translateX(0);
transform: translateX(0);
}
to {
-webkit-transform: translateX(88px);
transform: translateX(88px);
}
}
@keyframes MOVIE-BGB {
from {
-webkit-transform: translateX(0);
transform: translateX(0);
}
to {
-webkit-transform: translateX(88px);
transform: translateX(88px);
}
}
.em-image {
margin-bottom: 0;
margin-top: 0;
} .title_in {
float: left;
padding-right: 30px;
position: relative;
margin-right: 30px;
padding-bottom: 40px;
}
.title_tx h5,
.title_tx h2 {
margin: 0;
}
.title_tx h5 {
color: #FF3C00;
font-size: 16px;
text-transform: uppercase;
font-weight: 600;
margin-bottom: 15px;
letter-spacing: 1px;
margin: 0 0 5px;
}
.title_tx h2, .title_tx h3 {
font-size: 35px;
margin-bottom: 0px;
text-transform: capitalize;
margin-top: 0;
line-height: 1.2;
font-weight: 700;
}
.title_ptx p {
margin: 0;
overflow: hidden;
font-size: 18px;
}
.content-icon i, .kc-feature-boxes, .kc-feature-boxes a, .kc-pricing-tables {
transition: all .5s ease 0s !important;
} .about_shape {
position:relative;
}
.heading_number {
font-size: 136px;
display: inline;
font-weight: 800;
color: #FF3C00;
float: left;
line-height: 1;
margin-top: -14px;
margin-right: 15px;
}
.heading_title {
font-size: 36px;
font-weight: 800;
line-height: 1;
color: #232323; padding-top: 11px;
display: inline;
}
.about_shape::after {
content: "";
width: 451px;
height: 100%;
background: #FF3C00;
position: absolute;
z-index: -1;
top: 24px;
left: -98px;
display: block;
border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
animation: itsoft_bounce_animation 7s infinite;
}
@keyframes itsoft_bounce_animation {
0% {
border-radius : 30% 70% 70% 30% / 30% 30% 70% 70%;
}
25% { 
border-radius:  58% 42% 75% 25% / 76% 46% 54% 24%;
}
50% {
border-radius: 50% 50% 33% 67% / 55% 27% 73% 45%;
}
75% {
border-radius:  33% 67% 58% 42% / 63% 68% 32% 37%	;	
}
}
.gradient.about_shape::after {
background: linear-gradient(to right, #000dff, #2c34ff, #444bff, #5860ff, #6b73ff) !important;
}
.about_shape2{
position:relative;
}
.circle-img {
position: absolute !important;
bottom: -76px;
z-index: -1;
left: -100px;
-webkit-animation: alltuchtopdown 1.5s ease-in-out 0s infinite alternate;
animation: alltuchtopdown 1.5s ease-in-out 0s infinite alternate;
-webkit-animation-duration: 2.5s;
animation-duration: 2.5s;
}
.gradient .single_counter.default_style {
background: linear-gradient(to right, #000dff, #2c34ff, #444bff, #5860ff, #6b73ff) !important;
}
.gradient-service .front  {
position:relative;
z-index:1;
} .em-visa {
padding: 80px 175px;
border: 1px solid rgba(255,255,255,0.15);
position:relative;
}
.em-visa-title h2 {
color: #fff;
font-size: 24px;
padding: 20px 0 7px;
}
.em_visa-icon i {
color: #FF3C00;
font-size: 50px;
}
.em-visa-desc {
margin: 0;
color: #fff;
}
.visa-btn a {
text-transform: uppercase;
font-size: 14px;
color: #fff;
margin-top: 32px;
display: inline-block;
-webkit-transition:.3s;
-o-transition:.3s;
transition:.3s;
}
.visa-btn a:hover {
color: #FF3C00;
}
.visa-btn a i{
margin-left:7px;
color:#FF3C00;
}
.em_visa-icon2 {
position: absolute;
right: 25px;
bottom: 0;
}
.em_visa-icon2 i {
font-size: 80px;
color: #F4F4F4;
opacity: 0.1;
} .em-country {
margin: 5px 15px 30px;
box-shadow: 0 0 10px rgba(229, 229, 229, 0.8);
background: #fff;
border-radius: 20px;
text-align: center;
}
.em-country-thumb {
position: relative;
padding: 8px;
}
.em-country-thumb img {
border-radius: 20px;
}
.country_flag_img {
position: absolute;
width: 100px;
height: 100px !important;
overflow: hidden;
left: 0;
right: 0;
margin: auto;
border-radius: 100%;
margin-top: -53px;
box-shadow: 0 0 5px rgba(0,0,0,0.15);
}
.country_flag_img img {
width: 100%;
height: 100%;
border-radius: 100%;
padding: 7px;
background: #fff;
}
.em_country_content {
padding: 55px 25px 30px;
}
.em-country-title h2 {
font-size: 20px;
margin-bottom: 15px;
}
.country-btn a {
position: relative;
text-transform: uppercase;
font-size: 14px;
color: #FF3C00;
}
.country-btn a i {
position: absolute;
top: 0;
right: -12px;
font-size: 16px;
} .main-style.em-team {
text-align: left;
position: relative;
margin-bottom: 30px;
background: #fff;
-webkit-box-shadow: 0 8px 16px rgba(207, 228, 255, 0.2);
box-shadow: 0 8px 16px rgba(207, 228, 255, 0.2);
-webkit-transition: .3s;
-o-transition: .3s;
transition: .3s;
border-radius: 4px;
}
.main-style.em-team:hover {
-webkit-box-shadow: 0 16px 32px rgba(207, 228, 255, 0.8);
box-shadow: 0 16px 32px rgba(207, 228, 255, 0.8);
-webkit-transform:translateY(-10px);
-ms-transform:translateY(-10px);
transform:translateY(-10px);	
}
.main-style.em-team .em-team-content-waraper {
-webkit-transition: .5s;
-o-transition: .5s;
transition: .5s;
background: #fff;
padding: 21px 20px 28px;
text-align: center;
position: absolute;
bottom: -64px;
left: 0;
right: 0;
width: 80%;
margin: auto;
border-radius: 5px;
box-shadow: 0 0 12px 0 rgba(32,46,60,.06);
}
.main-style.em-team .em-team-content-image-inner {
position: relative;
overflow: hidden;
}
.main-style.em-team .em-team-content-image{
position: relative;
}
.main-style.em-team .em-team-content-image:before{
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
background: rgba(241, 42, 2, 0.83);
content: "";
-webkit-transition: .5s;
-o-transition: .5s;
transition: .5s;
opacity:0;
-webkit-transition:.3s;
-o-transition:.3s;
transition:.3s;
}
.gradient .main-style.em-team .em-team-content-image:before{
background: linear-gradient(360deg, rgba(17, 28, 255, 0.80), rgba(103, 111, 255, 0.53));
}
.main-style.em-team:hover .em-team-content-image:before {
opacity:1;
}
.main-style.em-team .em-team-content-socials-inner {
position: absolute;
top: 50%;
right: -100px;
text-align: center;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
opacity: 0;
-webkit-transition: .3s;
-o-transition: .3s;
transition: .3s;
background: #fff;
width: 45px;
padding: 13px 0;
}
.main-style.em-team:hover .em-team-content-socials-inner {
opacity:1;
top:50%;
right:0; 
}
.main-style.em-team .em-team-content-title h2 {
-webkit-transition: all 0.3s ease-in-out 0s;
-o-transition: all 0.3s ease-in-out 0s;
transition: all 0.3s ease-in-out 0s;
font-size: 20px;
margin-bottom: 5px;
font-weight: 600;
}
.main-style.em-team .em-team-content-title h2:hover {
color: #FF3C00;
}
.main-style.em-team .em-team-content-subtitle {
color: #616161;
text-transform: uppercase;
font-size: 13px;
font-weight: 400;
font-family: Rubik;
letter-spacing: 1px;
}
.main-style.em-team .em-team-content-image {
position: relative;
overflow: hidden;
}
.main-style.em-team .em-team-content-image img{
width:100%;
}
.main-style.em-team .em-team-content-telephone {
position: absolute;
bottom: 16px;
right: -140px;
background: #FF3C00;
padding: 4px 20px;
border-radius: 30px 0 0 30px;
color: #fff;
cursor:pointer;
-webkit-transition:.5s;
-o-transition:.5s;
transition:.5s;
}
.main-style.em-team .em-team-content-telephone:hover{
right:0;
}
.main-style.em-team .em-team-content-telephone i {
margin-right: 13px;
}
.main-style.em-team .em-team-content-socials a {
display:block;
font-size: 16px;
color: #FF3C00;
text-align: center;
margin: 4px 0px;
-webkit-transition:.3s;
-o-transition:.3s;
transition:.3s;
} .main-style.em-team .em-content-title h2 {
font-size: 16px;
font-weight: 700;
margin-bottom: 0;
text-transform: uppercase;
}
.main-style.em-team .em-content-subtitle {
font-size: 14px;
margin: 5px 0 0;
text-transform: uppercase;
} .em-team.style-two {
text-align: left;
transition: .3s;
border-bottom: 0;
border-radius: 0;
box-shadow: 0;
-webkit-box-shadow: 0;
position: relative;
z-index: 1;
padding: 15px;
border: 3px solid #FF3C00;
border-radius: 100%;
transition: .3s;
margin-bottom: 30px;
}
.em-team.style-two:before{
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
background: rgba(12,90,219,0.85);
content: "";
-webkit-transition: .5s;
-o-transition: .5s;
transition: .5s;
opacity:0;
-webkit-transition:.3s;
-o-transition:.3s;
transition:.3s;
border-radius:100%;
}
.style-two .em-team-content-image {
border-radius: 100%;
}
.style-two .em-team-content-inner {
position: absolute;
left: 0;
top: 62%;
transform: translateY(-50%);
text-align: center;
right: 0;
opacity:0;
transition:.5s;
transition-delay:.3s;
}
.em-team.style-two .em-team-content-title h2 {
font-size: 20px;
color: #fff;
margin: 0;
}
.em-team.style-two .em-team-content-subtitle {
color: #fff;
font-size: 15px;
margin-bottom: 9px;
margin-top: 8px;
}
.em-team.style-two .em-team-content-socials a {
display: inline-block;
color: #fff;
margin: 0 5px;
font-size: 14px;
}
.em-team.style-two .em-team-content-image img {
box-shadow: 0 0 4px rgba(0,0,0,0.25);
border-radius: 100%;
}
.em-team.style-two:hover {
border-color:transparent;
}
.em-team.style-two:hover::before {
opacity:1;
}
.em-team.style-two:hover .em-team-content-inner{
opacity:1;
top:50%;
}
.team-info h3 {
font-size: 30px;
font-weight: 700;
margin-bottom: 10px;
}
.team-info-inner span {
text-transform: uppercase;
font-size: 15px;
color: #FF3C00;
}
.list-info {
list-style: none;
margin: 20px 0;
}
.list-info li {
padding: 10px 0;
}
.team-social ul li {
display: inline-block;
}
.team-social ul li a {
display: block;
width: 35px;
height: 35px;
line-height: 35px;
background: #FF3C00;
text-align: center;
color: #fff;
margin: 0 2px;
border-radius: 5px;
} .why-choose-area .front,
.why-choose-area .back {
-webkit-box-shadow: 0px 1px 51.3px 5.7px rgba(137, 143, 156, 0.15);
box-shadow: 0px 1px 51.3px 5.7px rgba(137, 143, 156, 0.15);
}
.why-choose-area .front i{
border-radius:33% 66% 70% 30%/49% 62% 38% 51% !important;
}  .portfolio_nav {
padding: 0px 0 15px;
text-align: center;
}
.portfolio_nav ul {
margin-bottom: 30px;
text-align:center;
}
.portfolio_nav ul li {
display: inline;
}
.portfolio_nav ul li {
background: transparent;
border: medium none;
font-size: 16px;
line-height: 1;
-webkit-transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
cursor: pointer;
text-transform: capitalize;
padding: 10px 22px;
font-weight: 500;
position: relative;
margin: 0 3px;
margin-bottom: 7px;
display: inline-block;
border: 1px dashed #FF3C00;
color: #FF3C00;
}
.portfolio_nav ul li:hover,
.portfolio_nav ul li.current_menu_item {
color: #fff;
background:#FF3C00;
}
.prot_wrap {
overflow: hidden;
} .single_protfolio {
position: relative;
margin-bottom: 10px;
overflow: hidden;
}
.prot_thumb {
position:relative;
}
.prot_thumb img {
width: 100%;
}
.prot_thumb:before {
position:absolute;
left:0; 
width:100%;
height:100%;
background:rgba(0,0,0,0.60);
top:0; 
content:"";
opacity:0;
transition:.5s;
}
.single_protfolio:hover .prot_thumb:before{
opacity:1;
}
.prot_content {
position: absolute;
text-align: center;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
-webkit-transition: .5s;
-o-transition: .5s;
transition: .5s;
right: 0;
bottom: -100%;
left: 0;
opacity: 0;
background: #FF3C00;
margin: auto;
padding: 22px 25px 30px;
}
.single_protfolio:hover .prot_content {
opacity: 1;
bottom: 0;
}
.multi_gallery.prot_content {
height: 90%;
width: 80%;
right: 10%;
top: 5%;
bottom: 5%;
left: 10%;
}
.prot_icon {
position: absolute;
left: 0;
right: 0;
top: 50%;
text-align: center;
transform: translateY(-50%);
opacity:0;
transition:.5s;
}
.single_protfolio:hover .prot_icon {
opacity: 1;
}
.prot_content h3 {
margin: 8px 0 0px;
text-transform: capitalize;
color: #fff;
font-size: 20px;
font-weight: 600;
}
.prot_content h3 a {
color: #fff;
font-size: 20px;
font-weight: 500;
text-transform: capitalize;
}
.prot_content p {
color: #fff;
line-height: 1.2;
margin: 5px 0 0;
}
.prot_content p span {
display: inline-block;
padding-top: 0px;
}
.porttitle_inner span {
position: relative;
margin: 0 2px;
}
.prot_content span:before {
bottom: 0;
content: ",";
position: absolute;
right: -5px;
} .single_protfolio:hover .New-portfolio .prot_content {
opacity: 1;
bottom: 0;
}
.New-portfolio .portfolio_nav ul li {
background: #F6F4F5;
padding: 12px 24px;
display: inline-block;
border: none;
color: #FF3C00;
border-radius: 30px;
}
.New-portfolio .portfolio_nav ul li:hover,
.portfolio_nav ul li.current_menu_item {
color: #fff;
background:#FF3C00;
}
.New-portfolio .prot_content{
position: absolute;
background: transparent;
padding: 65px 0px 30px;
}
.New-portfolio .prot_content_inner{
position: relative;
z-index: 1;
}
.New-portfolio .prot_content_inner:after {
position: absolute;
content: "";
right: 0;
bottom: -30px;
left: 0;
height: 160px;
width: 100%;
background: url(https://itsoft.dreamitsolution.net/wp-content/uploads/2022/08/port.png);
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
margin: auto;
padding: 22px 25px 30px;
z-index: -1;
}
.porttitle_inner span:last-child:before {
content: "";
}
.nospace.col-xs-12 {
padding: 0px;
}
.nospace .single_protfolio {
margin-bottom: 0px;
} .gallery_load_button a {
border: 1px solid #ddd;
color: #444;
padding: 7px 15px;
display: inline-block;
font-size: 17px;
margin-top: 0px;
}
.gallery_load_button a:hover {
border-color: #333;
background: #333;
color: #fff;
}
.prot_wrap.nospace .gallery_load_button a {
margin-top: 30px;
} .picon {
margin-bottom: 0;
}
.picon a {
background: #FF3C00 none repeat scroll 0 0;
border-radius: 50%;
color: #fff;
display: inline-block;
font-size: 16px;
height: 40px;
line-height: 40px;
width: 40px;
text-align: center;
margin: 0 17px 0;
transition:.5s;
}
.picon a:hover {
background: #bd2d10;
color: #fff;
}
.single_protfolio:hover .picon a {
margin: 0 3px 0;
} .pimgs {
margin-bottom: 15px;
}
.pimgs img {}
.prots-contentg p {}
.prots-contentg ul {
margin-left: 0px;
}
.portfolio_details {
overflow: hidden;
-webkit-box-shadow: 0 0 30px 
rgba(0,0,0,0.10);
box-shadow: 0 0 30px 
rgba(0,0,0,0.10);
padding: 65px 50px 50px;
}
.portfolio_info {
padding-left: 13px;
}
.portfolio_info h2 {
font-size: 25px;
font-family: muli;
padding-bottom: 17px;
}
.portfolio-details-box li strong {
font-size: 20px;
margin-right: 5px;
}
.pr-title {
padding: 24px 0 18px;
}
.port_dtl_social i {
margin: 0 4px 0;
cursor: pointer; }
.port_dtl_social {
font-size: 17px;
}
.port_dtl_social span{
font-size:20px;
font-weight:700;
margin-bottom:10px;
display:block;
} 
.port_dtl_social a {
display: inline-block;
width: 35px;
height: 35px;
background: #FF3C00;
color: #fff;
border-radius: 5px;
font-size: 18px;
text-align: center;
margin-right: 10px;
line-height: 35px;
}
.portfolio_details .col-md-6 {
float: left;
}
.prot_wrap .col-md-6, .prot_wrap .col-sm-12,  .prot_wrap .col-lg-4{
padding-right: 5px !important;
padding-left: 5px !important;
} .fun_fact_area {
position: relative;
}
.fun_fact_area::before {
content: "";
position: absolute;
right: 0;
top: 76px;
background: url(//www.r-2.at/wp-content/themes/itsoft/assets/images/08.png);
background-repeat: no-repeat;
width: 100%;
height: 100%;
background-position: center;
left: 0;
}
.kc-ui-progress2 span.value {
background: #FF3C00 !important;
color: #fff !important;
}
.kc-section-active .kc_accordion_content {
box-shadow: 0px 20px 30px 0px rgba(26, 46, 85, 0.1);
}
.gradient .kc-ui-progress {
background:linear-gradient(to right, #000dff, #2c34ff, #444bff, #5860ff, #6b73ff) !important;
} .itsoft-button a {
display: inline-block;
background: #FF3C00;
color: #fff;
font-weight: 500;
font-size: 16px;
padding: 12px 26px;
border-radius: 3px;
transition: .5s;
border:2px solid #FF3C00;
}
.itsoft-button a:hover {
color: #FF3C00;
background: transparent;
border:2px solid #FF3C00;
}
.itsoft-button a i {
margin-left: 4px;
} .curosel-style .owl-nav div {
border-radius: 50%;
color: #fff;
font-size: 19px;
height: 60px;
line-height: 60px;
position: absolute;
top: 50%;
-webkit-transition: all 0.5s ease 0s;
-o-transition: all 0.5s ease 0s;
transition: all 0.5s ease 0s;
width: 60px;
text-align: center;
z-index: 99;
-webkit-transform: translateY(-49%);
-ms-transform: translateY(-49%);
transform: translateY(-49%);
opacity: 0;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
background: #FF3C00;
}
.curosel-style .owl-nav .owl-next {
left: auto;
right: -50px;
}
.curosel-style .owl-nav .owl-prev {
right: auto;
left: -50px;
}
.single_gallery.curosel-style .owl-nav div {
left: 30px;
}
.single_gallery.curosel-style .owl-nav .owl-next {
right: 30px;
left: auto;
}
.portfolio_gallery_post.curosel-style .owl-nav div {
left: 0px;
}
.portfolio_gallery_post.curosel-style .owl-nav .owl-next {
right: 0px;
left: auto;
}
.portfolio_gallery_post.curosel-style .owl-nav div {
opacity: 1;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.curosel-style .owl-nav .owl-next:hover {
background: #121B51;
color: #fff;
}
.curosel-style .owl-nav .owl-prev:hover {
background: #121B51;
color: #fff;
}
.owl-carousel .owl-item img {
margin: auto;
}
.curosel-style:hover .owl-nav div {
opacity: 1;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
} .form-control,
textarea {
height: 54px;
background-color: #fff;
border-color: transparent;
-webkit-transition: .5s;
-o-transition: .5s;
transition: .5s;
border: 1px solid #e6e6e6;
padding: 6px 20px;
-webkit-box-shadow: none;
box-shadow: none;
border-radius: 5px;
}
textarea {
height: 150px;
width: 100%;
}
.quote_form .form-control {
background-color: rgba(255,255,255,0.2);
border-color: transparent;
}
.form-control:focus, textarea:focus {
color: #495057;
background-color: #fff !important;
border-color: #FF3C00 !important;
outline: 0;
box-shadow: 0 0 0 .2rem rgba(241,42,2,.25) !important;
}
.contact-form .buttons {
text-align: left;
}
.buttons {
text-align: center;
}
.button {
background: #FF3C00;
border: 0;
display: inline-block;
text-align: center;
padding: 14px 39px;
border-radius: 4px;
-webkit-transition: .3s;
-o-transition: .3s;
transition: .3s;
color: #fff;
}
.button:hover {
background: #bd2d10;
color:#fff;
}
.button i {
margin-left: 5px;
}
.quote_form .button {
background: #fff;
color: #232323;
}
.quote_form .button:hover {
background: #bd2d10;
color:#fff;
}
.gradient .button {
background: linear-gradient(to right, #000dff, #2c34ff, #444bff, #5860ff, #6b73ff);
} .new-contact-form {
background: #fff;
position: relative;
z-index: 1;
padding: 32px 44px 0;
border-radius: 7px;
}
.new-contact-form:before {
position: absolute;
content: "";
top: 0;
left: 0;
height: 152px;
width: 100%;
background: #FF3D00;
z-index: -1;
border-radius: 5px 5px 0 0;
}
.new-contact-form:after{
position: absolute;
content: "";
top: 136px;
left: 0;
height: 25px;
width: 100%;
background: #FF3D00;
z-index: -1;
background: url(https://itsoft.dreamitsolution.net/wp-content/uploads/2022/08/square-line.png);
background-repeat: no-repeat;
background-position: center center;
background-size: cover;
}
.new-contact-form .form-control, textarea {
border-radius: 30px;
}
.new-contact-form textarea {
height: 132px;
}
.new-contact-form .button {
background: #141323;
display: block;;
color: #fff;
border-radius: 30px;
width: 100%;
font-weight: 500;
}
.new-contact-form .wpcf7-spinner {
height: 0;
margin: 0;
} .em-slick-testi-main {
text-align: center;
} .main-slider-area {
display: block;
position: relative;
}
.nivo-caption {
background: rgba(0, 0, 0, 0.0);
height: 100%;
opacity: 1;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.nivo-slice {
display: block;
position: absolute;
z-index: -1;
height: 100%;
top: 0;
display: none !important;
}
.em_slider_inner {
margin: auto;
position: absolute;
top: 50%;
left: 0px;
right: 0;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}
.nivoSlider {
overflow: visible; 
}
.em-slider-title {
font-size: 20px;
color: #fff;
margin-bottom: 0;
font-weight: 400;
margin: 0 0 15px;
}
.em-slider-sub-title {
font-size: 72px;
text-transform: uppercase;
color: #fff;
font-weight: 800;
display: block;
margin: 0;
letter-spacing: 2px;
line-height: 1.1;
}
.em-slider-descript {
color: #fff;
}
.em-slider-descript {
width: 48%;
text-align: left;
color: #fff;
margin: 20px 0 30px;
font-size: 18px;
}
.text-left .em-slider-descript {
margin-left: 0;
margin-right: auto;
}
.text-center .em-slider-descript {
margin: 0 auto 31px;
}
.text-right .em-slider-descript {
margin-right: 0;
margin-left: auto;
text-align: right;
}
.em-button-button-area a {
-moz-user-select: none;
background: #FF3C00;
border: medium none;
color: #fff;
cursor: pointer;
display: inline-block;
font-size: 16px;
margin-bottom: 0;
padding: 15px 41px;
text-align: center;
text-transform: uppercase;
-ms-touch-action: manipulation;
touch-action: manipulation;
-webkit-transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
border-radius: 2px;
border: 1px solid transparent;
font-weight: 400;
margin-top: 10px;
}
.em-button-button-area a:hover {
background-color: #fff;
border-color: #fff;
color:#FF3C00;
}
.em-slider-button .withput-active {
background: transparent;
color: #fff;
border-color: rgba(255,255,255,0.8);
margin-left: 7px;
}
.em-slider-button .withput-active:hover{
background:#fff; 
border-color:#fff; 
color:#FF3C00;
}
.em-button-button-area a i {
margin-left: 10px;
display: inline-block;
}
.text-left a.em-active-button {
margin-left: 0;
}
.em-slider-half-width {
width: 50%;
}
.text-center .em-button-button-area a {
margin: 0 15px;
}
.em-slider-left {
padding-right: 30px;
}
.em-slider-right {
padding-left: 30px;
}
.em-slider-full-width {
width: 85%;
}
.em-slider-half-width .em-slider-descript {
width: 100%;
} .em-nivo-slider-wrapper .nivo-directionNav {}
.em-nivo-slider-wrapper .nivo-directionNav a {
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
height: 78px;
width: 50px;
line-height: 74px;
border: 0;
text-align: center;
display: block;
color: #FF3C00;
font-size: 28px;
left: 0;
-webkit-transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
opacity: 0;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
visibility: hidden;
background: #fff;
}
.em-nivo-slider-wrapper .nivo-directionNav .nivo-prevNav {}
.em-nivo-slider-wrapper .nivo-directionNav .nivo-nextNav {
left: auto;
right: 0;
}
.em-nivo-slider-wrapper .nivo-directionNav a:hover {
background: #FF3C00;
border-color: #FF3C00;
color: #fff;
}
.em-nivo-slider-wrapper:hover .nivo-directionNav a {
opacity: 1;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
visibility: visible;
left: 50px;
z-index: 22;
}
.em-nivo-slider-wrapper:hover .nivo-directionNav .nivo-nextNav {
left: auto;
right: 50px;
} .em-nivo-slider-wrapper .nivo-controlNav {
top: 50%;
padding: 0;
position: absolute;
width: 100%;
z-index: 9;
left: 38px;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}
.em-nivo-slider-wrapper .nivo-controlNav {}
.em-nivo-slider-wrapper .nivo-controlNav a {
background: #fff none repeat scroll 0 0;
border-radius: 50%;
cursor: pointer;
display: block;
font-size: 9px;
height: 17px;
margin: 8px 0;
width: 17px;
color: #FF3C00;
line-height: 17px;
opacity: 0;
}
.em-nivo-slider-wrapper .nivo-controlNav a:hover, .em-nivo-slider-wrapper .nivo-controlNav a.active {
background: #fff none repeat scroll 0 0;
opacity: 0;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.single_slide_img {
position: absolute;
top: -180px;
text-align: right;
left: 59%;
} .single_pricing {
-webkit-transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
padding: 26px 40px 50px;
position: relative;
z-index: 1;
overflow: hidden;
text-align: center;
box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.2);
}
.single_pricing.active {
background: #FF3C00;
color: #fff;
padding: 51px 40px 75px;
transform: translateY(-25px);
}
.pricing_head {
padding: 0 0 0px;
-webkit-transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
}
.pricing_icon {
text-align: center;
}
.pricing_title h2 {
font-size: 20px;
-webkit-transition: .3s;
-o-transition: .3s;
transition: .3s;
}
.pricing_title h3 {
font-size: 20px;
text-transform: capitalize;
padding-bottom: 11px;
}
.pricing_subtitle h4 {
font-size: 18px;
color: #656565;
font-weight: 400;
margin: 0;
}
.price_item_inner_center {
-webkit-transition: .3s;
-o-transition: .3s;
transition: .3s;
}
.price_item {
-webkit-transition: all 0.5s ease 0s;
-webkit-transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
margin-bottom: 15px;
}
.price_item span {
display: inline-block;
-webkit-transition: all 0.3s ease 0s;
-webkit-transition: all 0.5s ease 0s;
-o-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
font-size: 51px;
font-weight: 700;
text-align: center;
color: #232323;
font-family: 'Fira Sans', sans-serif;
}
.slash {
font-size: 0;
}
.curencyp {
font-size: 20px !important;
font-weight: 500 !important;
position: relative;
top: -15px;
color: #616161 !important;
}
.bootmp {
font-size: 20px !important;
font-weight: 500 !important;
color: #616161 !important;
}
.pricing_btn span {
border: 1px solid #ddd;
display: inline-block;
padding: 0px 23px;
border-radius: 30px;
font-size: 15px;
}
.featur ul li {
display: block;
font-size: 16px;
padding: 7px 0;
text-transform: none;
-webkit-transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
text-transform: capitalize;
font-weight: 300;
}
.featur ul li b {
font-weight: 600;
}
.featur ul li:last-child {
padding-bottom: 0;
}
.order_now {
-webkit-transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
margin-top: 34px;
}
.order_now a {
display: inline-block;
font-size: 18px;
font-weight: 500;
padding: 13px 37px;
position: relative;
text-transform: capitalize;
-webkit-transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
color: #FF3C00;
border: 1px solid #FF3C00;
border-radius: 3px;
}
.single_pricing:hover .order_now a {
background: #FF3C00;
color: #fff;
}
.single_pricing.active .order_now a {
background: transparent;
border-color: #fff;
color: #fff;
}
.single_pricing.active .price_item span,
.single_pricing.active .pricing_title>h3 {
-webkit-transition: .5s;
-o-transition: .5s;
transition: .5s;
color:#fff !important;
}
.gradient .single_pricing.active {
background: linear-gradient(to right, #000dff, #2c34ff, #444bff, #5860ff, #6b73ff) !important;
}
.gradient .kc-feature-boxes {
background: linear-gradient(to right, #000dff, #2c34ff, #444bff, #5860ff, #6b73ff) !important;
border:0 !important;
}  div.wpcf7-response-output {
margin: 0;
} .footer-address {
padding-top: 0px;
}
.footer-widget.address, .footer-widget.address p {
font-size: 16px;
color: rgba(255,255,255,0.80);
}
.footer-sociala-info {
overflow: hidden;
}
.footer-logo {
margin-bottom: 18px;
margin-top: 19px;
}
.footer_s_inner {
margin-top: 0px;
margin-bottom: 0;
}
.footer-sociala-icon {
clear: both;
float: left;
font-size: 26px;
margin-right: 17px;
overflow: hidden;
color: #FF3C00;
display: none;
}
.recent-post-item {
clear: both;
overflow: hidden;
margin-bottom: 14px;
border-bottom: 1px solid #E8E8E8;
padding-bottom: 0px;
}
.recent-post-image {
float: left;
margin-right: 25px;
}
.recent-post-image a {
display: inline-block;
}
.recent-post-text {
margin-top: 0;
overflow: hidden;
}
.recent-post-text .rcomment i {
margin-right: 5px;
}
.footer-middle .post-date {
display: block;
} ::-webkit-input-placeholder { color: #666;
font-size: 17px;
}
::-moz-placeholder { color: #666;
font-size: 17px;
}
:-ms-input-placeholder { color: #666;
font-size: 17px;
}
:-moz-placeholder { color: #666;
font-size: 17px;
}
.apppontment-form-two input::-moz-placeholder {
color: #fff !important;
font-size: 16px;
}
.apppontment-form-two textarea::-moz-placeholder {
color: #fff !important;
font-size: 16px;
}
.apppontment-form-two ::-webkit-input-placeholder { color: #fff !important;
font-size: 16px;
}
.apppontment-form-two ::-moz-placeholder { color: #fff !important;
font-size: 16px;
}
.apppontment-form-two :-ms-input-placeholder { color: #fff !important;
font-size: 16px;
}
.apppontment-form-two :-moz-placeholder { color: #fff !important;
font-size: 16px;
} .quote_form input::-moz-placeholder {
color: #fff;
font-size: 17px;
}
.quote_form ::-webkit-input-placeholder { color: #fff !important;
font-size: 16px;
font-weight:400;
}
.quote_form ::-moz-placeholder { color: #fff !important;
font-size: 16px;
font-weight:400;
}
.quote_form :-ms-input-placeholder { color: #fff !important;
font-size: 16px;
font-weight:400;
}
.quote_form :-moz-placeholder { color: #fff !important;
font-size: 16px;
font-weight:400;
} .mailchim-form-inner {
width: 100%;
background: #fff;
border-radius: 15px;
padding: 33px 190px 40px; overflow: hidden;
background: #FF3C00;
}
.mailchim-form {
}
.mailchim-form-inner .widgettitle {
font-size: 31px;
font-weight: 700;
padding-bottom: 25px;
text-align: center;
text-transform: capitalize;
color: #fff;
}
.mc4wp-form-fields p {
position: relative;
font-size: 16px;
position: relative;
margin: auto;
}
.footer-middle .mc4wp-form-fields p {
color: #a0a1a2;
margin-bottom: 40px;
}
.mc4wp-form-fields p {
position: relative;
color: #333; text-align: center;
}
.mc4wp-form-fields p label {
font-size: 16px;
font-weight: 700;
margin: 15px 0;
}
.mc4wp-form-fields input, .mc4wp-form-fields textarea {
font-size: 14px;
height: 54px;
padding: 5px 15px;
width: 100%;
background: #fff;
border: 0;
margin: auto;
border: 0;
border-radius: 3px;
}
.mc4wp-form-fields textarea{
height:80px;
}
.mc4wp-form-fields button {
-webkit-transition: all 0.4s ease 0s;
-o-transition: all 0.4s ease 0s;
transition: all 0.4s ease 0s;
border: medium none;
font-size: 17px;
background: #FF3C00;
color: #fff;
font-weight: 600;
margin: auto;
padding: 0 33px;
height: 84%;
display: inline-block;
font-family: 'Poppins', sans-serif;
position: absolute;
right: 6px;
top: 4px;
border-radius: 2px;
}
.mc4wp-form-fields button:hover {
background: #BD2D10;
}
.mc4wp-form-fields input:focus, .mc4wp-form-fields textarea:focus{
border-color: #FF3C00;
outline: 0;
-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
box-shadow: inset 0 1px 1px rgba(241,42,2,.075),0 0 8px rgba(241,42,2,.6);
} .New-footer .mc4wp-form-fields input, .mc4wp-form-fields textarea {
font-size: 14px;
height: 69px;
padding: 5px 37px;
border-radius: 40px;
}
.New-footer .mc4wp-form-fields button {
height: 78%;
right: 8px;
top: 8px;
border-radius: 30px;
}
.New-footer .recent-post-text h4 a {
color: #fff;
}
.New-footer .recent-post-text h4 a:hover{
color: #FF3C00;
}
.New-footer .recent-post-text .rcomment {
color: #999397;
}
.footer-bottom p{
margin: 0;
} .new-footer-two .New-footer .mc4wp-form-fields input, .mc4wp-form-fields textarea {
height: 57px;
padding: 5px 14px;
border-radius: 6px;
}
.new-footer-two .mc4wp-form-fields button {
padding: 0 22px;
right: 6px;
top: 4px;
border-radius: 2px;
}
.new-footer-two .New-footer .mc4wp-form-fields button {
top: 7px;
border-radius: 5px;
} .form-area.apppontment-form {
background: #fff;
padding: 41px 50px 15px;
box-shadow: 0px 0px 50px 0px rgba(0,0,0,0.05);
}
.apointment-form-title {
text-align: center;
margin-bottom: 30px;
}
.apointment-form-title h2 {
font-size: 25px;
}
.form-area.apppontment-form .button {
padding: 14px 39px;
border-radius: 4px;
width: 100%;
}
.form-area.apppontment-form .form-control, .form-area.apppontment-form .form-group select {
height: 54px;
background-color: #F4F7FC;
border-color: transparent;
-webkit-transition: .5s;
-o-transition: .5s;
transition: .5s;
border: 1px solid #eee;
padding: 6px 20px;
-webkit-box-shadow: none;
box-shadow: none;
border-radius: 5px;
width: 100%;
color: #666;
}
.form-area.apppontment-form textarea {
background: #F4F7FC;
}
.form-area.apppontment-form.apppontment-form-two {
background: rgba(12, 90, 219, 0.60);
}
.form-area.apppontment-form.apppontment-form-two input{
background: rgba(255,255,255,0.10);
border: 1px solid rgba(255,255,255,0.09);
color:#fff;
}
.form-area.apppontment-form.apppontment-form-two textarea {
background: rgba(255,255,255,0.10);
border: 1px solid rgba(255,255,255,0.09);
height: 150px;
width: 100%;
padding: 15px;
}
.form-area.apppontment-form.apppontment-form-two .button {
background: #fff !important;
color: #FF3C00;
}
.form-area.apppontment-form.apppontment-form-two .button:hover {
background: #FF3C00 !important;
color: #fff;
}
.content-desc a {
color: #898a9c;
} .itsoft-single-blog_adn {
margin-bottom: 30px;
overflow: hidden;
text-align: left;
-webkit-transition: all 0.3s ease-in-out 0s;
-o-transition: all 0.3s ease-in-out 0s;
transition: all 0.3s ease-in-out 0s;
background: #fff;
box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
padding: 15px;
}
.itsoft-single-blog_adn:hover {
-webkit-box-shadow: 0 5px 30px rgba(0,0,0,0.2);
box-shadow: 0 5px 30px rgba(0,0,0,0.2);
border-color:transparent;
} .blog_adn_thumb_inner {
position: relative;
}
.itsoft-blog-thumb_adn {
position: relative;
}
.itsoft-blog-thumb_adn a {
position: relative;
}
.itsoft-blog-thumb_adn a {
display: block;
}
.itsoft-blog-thumb_adn img {
} .em-blog-content-area_adn {
padding: 40px 18px 15px;
text-align: center;
position: relative;
}
.blog-page-title_adn h2 {
font-size: 20px;
margin: 10px 0 7px;
line-height: 1.2;
}
.blog-page-title_adn a {
margin-bottom: 0;
text-transform: none;
-webkit-transition: all 0.5s ease 0s;
-o-transition: all 0.5s ease 0s;
color: #232323;
font-weight: 600;
}
.blog-page-title_adn a:hover {
color: #FF3C00;
}
.blog-content_adn h2 a {
font-size: 15px;
font-weight: 700;
text-transform: uppercase;
}
.blog-content_adn h2 a:hover {
color: #FF3C00;
}
.blog-content_adn p {
margin: 16px 0 15px;
}
.blog-page-title_adn2 {
position: absolute;
left: 0;
right: 0;
bottom: 0;
text-align: center;
z-index: 9999;
}
.blog-page-title_adn2 h2 {
margin: 0px;
background: rgba(0, 0, 0, 0.72);
padding: 15px;
color: #fff;
-webkit-transition: .5s;
-o-transition: .5s;
transition: .5s;
}
.blog-page-title_adn2 h2 a {
color: #fff;
} .itsoft-blog-meta_adn {
border-top: 1px solid #FF3C00;
margin-top: 18px;
padding-top: 11px;
}
.itsoft-blog-meta-left a, .itsoft-blog-meta-left span {
margin-right: 13px;
-o-transition: .3s;
-webkit-transition: .3s;
transition: .3s;
display: inline-block;
text-decoration: none;
text-transform: capitalize;
margin: 0 10px;
position: relative;
font-weight: 400;
font-size: 15px;
}
.itsoft-blog-meta-left_adn a::before {
position: absolute;
content: "";
right: -11px;
width: 1px;
height: 18px;
background: #595555;
top: 5px;
}
.itsoft-blog-meta-left_adn i {
margin-right: 0px;
color: #333;
}
.blog_nospace_adn.col-xs-12 {
padding: 0px;
}
.blog_nospace_adn .itsoft-single-blog {
margin-bottom: 0px;
}
.btn-link {
font-weight: 500;
color: #616161;
font-size: 16px;
font-family: Muli;
}
.btn-link:hover {
text-decoration:none;
color: #FF3C00;
}
.btn-link i{
margin-left:5px;
}
.itsoft-blog-meta-top {
position: absolute;
left: 7px;
bottom: inherit;
top: 10px;
}
.itsoft-blog-meta-top li{
display:inline-block;
}
.itsoft-blog-meta-top li a {
display: inline-block;
background: #FF3C00;
padding: 5px 16px;
line-height: 19px;
font-size: 12px;
text-transform: uppercase;
font-weight: 500;
color: #fff;
border-radius: 2px;
letter-spacing: 1px;
margin-right: 5px;
}
.itsoft-blog-readmore a {
padding: 9px 20px;
display: inline-block;
font-weight: 400;
border-radius: 3px;
transition: .3s;
color: #616161;
}
.itsoft-blog-readmore a:hover{
color:#FF3C00;
} .blog_style_two .itsoft-single-blog_adn {
text-align: left;
padding: 0;
border-radius: 5px;
}
.blog_style_two .em-blog-content-area_adn {
padding: 32px 35px 30px;
text-align: left;
}
.blog_style_two .itsoft-blog-meta-left {
box-shadow: none;
padding: 0;
border-radius: 0;
text-align: left;
position: inherit;
top: inherit;
background: transparent;
left: inherit;
right: inherit;
margin: 0;
}
.blog_style_two .itsoft-blog-meta-left a, .blog_style_two .itsoft-blog-meta-left span {
margin: 0;
margin-right: 25px;
}
.blog_style_two .itsoft-blog-readmore a {
padding: 0;
border: 0;
color: #FF3C00;
position:relative;
}
.itsoft-blog-readmore a{
position:relative;
}
.itsoft-blog-readmore a i {
margin-left: 5px;
position: relative;
display: inline-block;
position: absolute;
top: 50%;
transform: translateY(-50%);
} .blog_style_five .single_blog_adn {
border: 1px solid#E1E1E1;
border-radius: 4px;
transition: .4s;
margin-bottom: 30px;
}
.blog_style_five .single_blog_adn:hover{
box-shadow: 0px 0px 70px 0px rgba(196, 196, 196, 0.5);
border-color: transparent;
}
.blog_style_five .itsoft-single-blog_adn {
margin-bottom: 0;
overflow: hidden;
background: #fff;
box-shadow: none;
padding: 0;
}
.blog_style_five .em-blog-content-area_adn {
padding: 24px 30px 6px;
text-align: left;
position: relative;
}
.blog_style_five .itsoft-blog-meta-left {
box-shadow: none;
padding: 0px 0px;
border-radius: 0;
text-align: left;
position: inherit;
top: 0;
margin: 0;
}
.blog_style_five .itsoft-blog-meta-left a, .itsoft-blog-meta-left span {
text-transform: capitalize;
margin: 0 8px 0 0;
font-weight: 400;
font-size: 15px;
}
.blog_style_five .itsoft-blog-meta-left span::before, .itsoft-blog-meta-left a::before {
display: none;
}
.blog_style_five .blog-page-title_adn h2 {
font-size: 22px;
margin: 11px 0 17px;
line-height: 1.3;
}
.blog_style_five .blog-inner-content {
background: #fff;
padding: 19px 21px 20px;
border-top: 1px solid#E1E1E1;
}
.blog_style_five .blog-box-img {
margin-right: 10px;
}
.blog_style_five .blog-box-img img {
height: 28px;
width: 28px;
border-radius: 100%;
background: #FF3D00;
text-align: center;
box-shadow: 0px 3px 24px 3px rgb(255 61 0 / 36%);
}
.blog_style_five .blog-box-title h2 {
font-size: 16px;
margin: 0 0 0;
font-family: 'Fira Sans';
font-weight: 500;
}
.blog_style_five .itsoft-blog-readmore a {
padding: 1px 9px;
border-radius: 0px;
color: #232323;
font-family: 'Fira Sans';
}
.blog_style_five .itsoft-blog-readmore a i {
font-size: 9px;
font-weight: 600;
}
.blog_style_five .itsoft-blog-readmore a:hover{
color: #FF3C00;
}
.blog_style_five .itsoft-blog-readmore {
display: inline-block;
position: relative;
left: 69px;
}  @media (max-width: 767px) {
body {
overflow-x: hidden;
}
.itsoft-header-top {
display: none;
}
.mean-container .mean-bar:before {
text-transform: uppercase;
top: 19px;
}
.mean-container a.meanmenu-reveal {
padding: 19px 20px 18px;
}
} .banner-area .btn {
-moz-user-select: none;
background: #FF3C00;
border-radius: 4px;
color: #fff;
cursor: pointer;
display: inline-block;
font-size: 17px;
padding: 12px 32px;
text-align: center;
-webkit-transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
-webkit-box-shadow: none;
box-shadow: none;
margin-right: 10px;
}
.banner-area .active .btn {
background: #fff;
-webkit-box-shadow: none;
box-shadow: none;
border: 1px solid #FF3C00;
color: #FF3C00;
}
.btn i {
margin-left: 2px;
}
.btn-sm {
font-size: 12px;
letter-spacing: 1px;
padding: 12px 20px;
}
.btn.btn-bordered {
background: transparent none repeat scroll 0 0;
border: 2px solid #FF3C00;
color: #FF3C00;
padding-bottom: 11px;
padding-top: 11px;
}
.btn.btn-lg.btn-bordered {
padding-bottom: 16px;
padding-top: 16px;
}
.btn.btn-sm.btn-bordered {
padding-bottom: 8px;
padding-top: 8px;
}
.btn-icon i {
font-size: 10px;
left: 0;
position: relative;
-webkit-transition: all 0.3s ease-in-out 0s;
-o-transition: all 0.3s ease-in-out 0s;
transition: all 0.3s ease-in-out 0s;
}
.btn-icon:hover i {
left: 2px;
}
.banner-area .btn:hover {
background-color: #fff;
color: #FF3C00;
border-color: #fff;
}
.banner-area .active .btn:hover{
background-color:#FF3C00;
color: #fff;
border:1px solid #FF3C00;
}
.btn.btn-bordered:hover {
background-color: #FF3C00;
color: #fff;
}
.button-group {
margin-top: 30px;
}
.button-group a {
margin-right: 25px;
}
.button-group a:last-child {
margin-right: 0;
}
.bottom-img {
position: absolute;
bottom: -8px;
width: 100%;
}
.scroll-next {
bottom: 10px;
left: 0;
position: absolute;
right: 0;
z-index: 1;
}
.scroll-next>a {
border-radius: 20px;
display: inline-block;
height: 30px;
width: 30px;
position: relative;
}
.scroll-next i {
color: #FF3C00;
font-size: 40px;
left: 0;
position: absolute;
right: 0;
top: 0;
} #parallax{
position:relative;
}
.slider-shape {
position: absolute !important;
}
.layer-1 {
top: 12% !important;
left: 8% !important;
}
.layer-2 {
top: 53% !important;
left: 6% !important;
}
.layer-3 {
top: 87% !important;
left: 16% !important;
}
.layer-4 {
top: 54% !important;
left: 74% !important;
opacity: .09;
}
.layer-5 {
top: 24% !important;
left: 13% !important;
opacity: .03;
}
.area-padding {
padding: 30px;
}
.t-slider-shape{position: absolute !important;opacity: .4;}
.s-layer-1 {
top: 53% !important;
left: 7% !important;
}
.s-layer-2 {
top: 73% !important;
left: 13% !important;
opacity: .2;
}
.s-layer-3 {
top: 75% !important;
left: 39% !important;
}
.s-layer-4 {
top: 82% !important;
left: 24% !important;
}
@-webkit-keyframes second-heartbeat {
to {
-webkit-transform: scale(1.05);
transform: scale(1.05);
}
}
@keyframes second-heartbeat {
to {
-webkit-transform: scale(1.05);
transform: scale(1.05);
}
}
.slider-video-icon a{
text-align: center;
display: inline-block;
position:relative;
}
.single-video .layer-1 {
top: -20% !important;
left: -158px !important;
z-index: -1;
}
.single-video .layer-2 {
top: -47% !important;
left: 36% !important;
z-index: -1;
}
.single-video .layer-3 {
top: 109% !important;
left: -12% !important;
z-index: -1;
}
.single-video .layer-4 {
top: 83% !important;
left: inherit !important;
right: -126px;
z-index: -1;
opacity:1;
}
.single-video .layer-1 img,
.single-video .layer-2 img,
.single-video .layer-3 img,
.single-video .layer-4 img{
-webkit-animation: alltuchtopdown 1.5s ease-in-out 0s infinite alternate;
animation: alltuchtopdown 1.5s ease-in-out 0s infinite alternate;
-webkit-animation-duration: 2.5s;
animation-duration: 2.5s;
}
.about-video.single-video {
position: relative;
text-align: left;
margin-left: 0;
}
.about-video.single-video .layer-1, 
.about-video.single-video .layer-2,
.about-video.single-video .layer-3,
.about-video.single-video .layer-4{
display:none;
}
.style_two.single-video {
position: relative;
text-align: left;
margin-left: 0;
}
.style_two .video-icon {
position: inherit;
transform: inherit;
} .portfolio-details-box li {
border-bottom: 1px solid #ddd;
font-size: 18px;
font-weight: 300;
padding: 13px 0;
text-transform: capitalize;
list-style: none;
}
.portfolio-details-box li:last-child {
border-bottom: 0 none;
}
.portfolio-details-box li span {
color: #333;
display: inline-block;
font-weight: 700;
margin-right: 15px;
text-transform: uppercase;
width: 170px;
}
.portfolio-details-box li:first-child {
padding-top: 0;
}
.portfolio-details-box ul {
margin-bottom: 20px;
}
.portfolio-description {
margin-top: 50px;
}
.portfolio-description>p {
font-size: 18px;
}
.projects-navigation-wrap {
margin-top: 50px;
}
.projects-navigation-wrap a {
font-family: 'Raleway', sans-serif;
font-size: 14px;
text-transform: uppercase;
}
.pr-title h2 {
font-size: 27px;
text-transform: capitalize;
padding-top: 10px;
}
.prot_content.multi_gallery {
width: 75%;
margin: auto;
} .abtext em {
color: #444;
font-weight: 600;
}
.abtext ol {
padding-left: 15px;
}
.abtext ol li {
font-weight: 600;
line-height: 30px;
} .mean-container .mean-bar:before {
text-transform: uppercase;
}
.footer-logo img {
margin-bottom: 28px;
}
.mc4wp-alert.mc4wp-error a,
.mc4wp-alert.mc4wp-error p {
color: #FF3C00 !important;
}
span.wpcf7-not-valid-tip {
text-align: left;
}
.footer-middle .widget.widget_archive .widget-title {
margin-bottom: 34px !important;
margin-top: 28px !important;
}
.footer-middle .widget.widget_search .widget-title {
margin-top: 25px !important;
}
.footer-middle .widget.widget_tag_cloud .widget-title {
margin-bottom: 20px !important;
}
.footer-middle .widget.widget_text p img {
margin-top: 10px !important;
margin-bottom: 6px !important;
} .blog-left-side .widget.widget_text p img {
margin-top: 10px !important;
margin-bottom: 6px !important;
}
.blog-left-side .widget.widget_text .wp-caption {
margin-bottom: 0px;
}
.blog-left-side .widget.widget_archive .widget h2 {
padding-bottom: 19px !important;
}
.footer-middle table#wp-calendar td#today a {
color: #fff !important;
}
.footer-middle table#wp-calendar th {
color: #e3e3e3;
}
.blog-left-side .widget h2 {
margin-top: 0;
}
.footer-middle #archives-dropdown--1 {
height: 34px;
width: 100%;
}
.widget.widget_categories select {
width: 100%;
height: 34px;
}
.widget .screen-reader-text {
display: none;
}
.search input {
width: 100%;
}
.textwidget select {
width: 100%;
}
.widget ul li:first-child {
padding-top: 0;
}
.blog-left-side .widget ul li {
-webkit-transition: .3s;
-o-transition: .3s;
transition: .3s;
border-top: 1px solid #E8E8E8;
padding: 15px 0;
}
.widget ul li:hover {
color: #FF3C00;
}
.comment_field .textarea-field label {
margin-top: 20px;
margin-bottom: 10px;
}
.blog-content {
word-break: break-word;
}
.post-password-form input[type="submit"] {
background: #FF3C00;
height: 40px;
width: 100px;
}
.page-list-single {
clear: both;
}
.blog-left-side .text-widget-about ul li {
border-top: 0;
padding: 0;
}
.copyright-social ul li {
font-size: 16px;
display: inline;
}
.copyright-social ul li a {
color: #f8f9fe;
font-size: 14px;
}
.copyright-social ul .policy:after {
content: "/";
color: #f8f9fe;
padding-left: 10px;
padding-right: 10px;
} .nav-pills {
line-height: 45px;
margin: 0;
padding: 0;
text-align: center;
margin-bottom: 80px !important;
}
.nav-pills > li {
float: left;
color: #f00;
border: 0;
margin: 0;
width: 15%;
background: transparent;
margin-right: 15px;
border: 1px dashed #FF3C00;
}
.nav-pills>li>a {
padding: 0 30px;
text-decoration: none;
outline: 0;
display: block;
line-height: 25px !important;
color: #FF3C00 !important;
font-size: 20px !important;
font-weight: 500 !important;
margin: 0px 0px;
padding: 20px 20px 19px !important;
border-radius:0;
}
.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover {
color: #fff !important;
background: #FF3C00 !important;
}
.nav>li>a:focus,
.nav>li>a:hover {
text-decoration: none;
background-color: transparent !important;
}
.nav-pills li i {
font-size: 40px;
display: block;
padding-bottom: 20px;
display:block;
} .em_tab_content.tab-content {
overflow: hidden;
box-shadow: 0 0 15px rgba(12, 90, 219, 0.10);
padding: 40px 25px;
background: #fff;
}
.tab_pan_content {
padding-left: 35px;
padding-top: 11px;
}
.em_post_tab_thumb img {
width: 100%;
}
.tab_pan_content h2 {
padding-bottom: 17px;
font-size: 24px;
margin-top: 0;
}
.tab_pan_content .tab_desc {
margin-bottom: 17px;
}
.tab_pan_content ul {
list-style: none;
margin: 26px 0 20px;
}
.tab_pan_content ul li {
margin-bottom: 12px;
font-weight: 600;
font-family: 'Muli', sans-serif;
font-size: 16px;
margin-left: 20px;
}
.tab_pan_content ul li i {
color: #FF3C00;
margin-right: 7px;
}
.tab_pan_content a {
display: inline-block;
font-size: 17px;
color: #fff;
background: #FF3C00;
border-radius: 4px;
padding: 12px 30px;
display: inline-block;
margin-top: 20px;
-webkit-transition: .3s;
-o-transition: .3s;
transition: .3s;
margin-right: 15px;
}
a.active-tab-btn {
background: #bd2d10;
}
.tab_pan_content a:hover {
background: #bd2d10;
}
a.active-tab-btn:hover {
background: #FF3C00;
}
@media (min-width: 768px){
.em_tab_inner .col-md-6 {
float: left ;
}} .tab_post_style2 .nav-pills {
border-bottom: 0 !important;
margin-bottom: 27px !important;
}
.tab_post_style2 .nav-pills>li.active>a:before {
display: none;
}
.tab_post_style2 .nav-pills li i {
font-size: 39px;
margin-bottom: 0;
color: #FF3C00;
width: 90px;
height: 90px;
line-height: 90px;
-webkit-box-shadow: 0 0 22px rgba(0, 0, 0, 0.15);
box-shadow: 0 0 22px rgba(0, 0, 0, 0.15);
border-radius: 100%;
margin-bottom: 10px;
-webkit-transition: .3s;
-o-transition: .3s;
transition: .3s;
}
.tab_post_style2 .nav-pills>li i:hover,
.tab_post_style2 .nav-pills>li.active i {
background: #FF3C00;
color: #fff;
} .owl-dots {
position: absolute;
left: 50%;
bottom: -36px;
border-radius: 100%;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
}
.owl-dot {
background: #bfcadc;
height: 5px;
width: 25px;
display: inline-block !important;
margin: 0 3px;
border-radius: 50px;
-webkit-transition:.5s;
-o-transition:.5s;
transition:.5s;
}
.owl-dot.active {
background: #FF3C00;
width:35px;
}
.case_study_carousel  .owl-dots {
bottom: -60px;
}
.author.mt-120 {
background: #fff;
padding: 38px 38px 30px;
margin-top: 70px;
margin-bottom: 50px;
overflow: hidden;
-webkit-box-shadow: 0 3px 19px rgba(0,0,0,.08);
box-shadow: 0 3px 19px rgba(0,0,0,.08);
border-radius: 7px;
}
.author.mt-120 p {
font-size: 16px;
overflow:hidden;
}
.author-text h3 {
margin: 0 0 10px;
font-size: 25px;
}
.author-text h3 a {
font-size: 24px;
text-transform: capitalize;
font-weight: 800;
color: #232323;
font-family: Muli;
}
.author-img.text-center {
float: left;
margin-right: 30px;
}
.author-img img {
border-radius: 100%;
}
.author-icon {
margin-bottom: 26px;
}
.author-icon a {
color: #9498b6;
font-size: 15px;
margin: 0 5px;
}
.kc-google-maps iframe{
width:100%;
height:600px; 
frameborder:0; 
border:0;
}
.kc_accordion_section.group {
padding-bottom: 20px !important;
}
.acoading .kc_accordion_header > span.ui-accordion-header-icon {
float: left !important;
}
.acoading .kc_accordion_header, .acoading .kc_accordion_header > a {
overflow: hidden !important;
}
.content-title{
-webkit-transition:.5s;
-o-transition:.5s;
transition:.5s;
}
.logo a.retina-logo {
margin-top: 0px !important;
}
#visa-type .content-image img{
width:80px !important; 
height:80px !important;
}
.footer-middle table#wp-calendar td {
color: #e3e3e3;
}
.footer-middle #wp-calendar caption {
color: #e3e3e3;
}
.footer-middle .wp-caption-text {
color: #e3e3e3;
}
.footer-middle .textwidget p {
color: #e3e3e3;
}
.kc_accordion_section.group {
padding-bottom: 20px !important;
}
.acoading .kc_accordion_header > span.ui-accordion-header-icon {
float: left !important;
}
.acoading .kc_accordion_header, .acoading .kc_accordion_header > a {
overflow: hidden !important;
}
.content-title{
-webkit-transition:.5s;
-o-transition:.5s;
transition:.5s;
}
.logo a.retina-logo {
margin-top: 0px;
}
.em-service2.style-three.sright .em-service-icon {
margin-right: -70px;
}
.em-service2.style-three.sleft .em-service-icon{
margin-left: -70px;
}
.menu-serivice-menu-container ul li {
padding: 19px 20px;
border: 1px solid #ddd;
border-bottom: none;
-webkit-transition:.3s;
-o-transition:.3s;
transition:.3s;
background: #FFFFFF;
}
.menu-serivice-menu-container ul {
list-style: none;
padding: 0;
}
.menu-serivice-menu-container ul li a {
display: block;
color: #555;
text-transform: uppercase;
font-weight: 500;
font-size: 15px;
}
.widget .menu-serivice-menu-container ul li:first-child {
border-top: 1px solid #ddd;
padding-top: 19px;
}
.widget .menu-serivice-menu-container ul li:last-child {
border-bottom: 1px solid #ddd;
}
.menu-serivice-menu-container ul li:hover {
background:#FF3C00;
color:#fff;
}
.menu-serivice-menu-container ul li.current_menu_item {
background:#FF3C00;
color:#fff;
}
.menu-serivice-menu-container ul li:hover a{
color:#fff;
}
.menu-serivice-menu-container ul li.current_menu_item a{
color:#fff;
}
#faqs .kc_single_image img {
width: 100%;
}
#faqs .kc_column_inner{
padding:0 !important;
}
.breadcumb-inner ul, .breadcumb-inner li, .breadcumb-inner li a {
color: #fff;
} .kc_tabs_nav > .ui-tabs-active > a, .kc_tabs_nav > li:hover, .kc_tabs_nav > li > a:hover {
background-color: #f00 !important;
color: #fff !important;
}
.kc_tabs > .kc_wrapper > .kc_tabs_nav {
background: transparent !important;
}
.kc_tabs_nav ~ .kc_tab.ui-tabs-body-active {
height: inherit !important;
background: transparent !important;
}
.kc_wrapper > ul.ui-tabs-nav > li {
overflow: hidden;
border: 1px solid #ddd !important;
margin-right: 10px;
}
.ui-tabs-active {
border-color: transparent !important;
}
.kc_tabs_nav ~ .kc_tab .kc_tab_content {
padding: 0 !important;
margin-top: 30px !important;
}
.about-list ul {
padding-left: 17px;
list-style: square;
}
.about_lists {
list-style: none;
display: flex;
}
.about_lists li {
display: block;
font-weight: 500;
font-size: 16px;
color: #666;
width: 50%;
margin-bottom: 15px;
}
.about_lists li i {
margin-right: 10px;
color: #FF3C00;
} .circle-progress {
display: inline-block;
position: relative;
}
.circle-progress h2 {
text-align: left;
font-size: 18px;
display: inline-block;
position: relative;
left: 20px;
line-height: 27px;
}
.progress {
width: 100px!important;
height: 100px!important;
line-height: 150px;
margin: 0;
box-shadow: none;
display: inline-block;
position: relative;
background: transparent!important;
}
.progress:after {
content: "";
width: 90%;
height: 90%;
border-radius: 50%;
border: 6px solid #eee;
position: absolute;
top: 0;
left: 0;
}
.progress > span {
width: 50%;
height: 100%;
overflow: hidden;
position: absolute;
top: 0;
z-index: 1;
}
.progress .progress-left {
left: 0;
}
.progress .progress-bar {
width: 90%;
height: 90%;
background: none;
border-width: 6px;
border-style: solid;
position: absolute;
top: 0;
border-color: #FF3D00;
}
.progress .progress-left .progress-bar {
left: 91%;
border-top-right-radius: 75px;
border-bottom-right-radius: 75px;
border-left: 0;
-webkit-transform-origin: center left;
transform-origin: center left;
}
.progress .progress-right {
right: 0;
}
.progress .progress-right .progress-bar {
left: -96%;
border-top-left-radius: 75px;
border-bottom-left-radius: 75px;
border-right: 0;
-webkit-transform-origin: center right;
transform-origin: center right;
}
.progress .progress-value {
display: flex;
border-radius: 50%;
font-size: 20px;
text-align: center;
line-height: 20px;
align-items: center;
justify-content: center;
height: 100%;
width: 100%;
font-weight: 600;
color: #232323;
}
.progress .progress-value span {
font-size: 18px;
text-transform: uppercase;
} .progress[data-percentage="10"] .progress-right .progress-bar {
animation: loading-1 1.5s linear forwards;
}
.progress[data-percentage="10"] .progress-left .progress-bar {
animation: 0;
}
.progress[data-percentage="20"] .progress-right .progress-bar {
animation: loading-2 1.5s linear forwards;
}
.progress[data-percentage="20"] .progress-left .progress-bar {
animation: 0;
}
.progress[data-percentage="30"] .progress-right .progress-bar {
animation: loading-3 1.5s linear forwards;
}
.progress[data-percentage="30"] .progress-left .progress-bar {
animation: 0;
}
.progress[data-percentage="40"] .progress-right .progress-bar {
animation: loading-4 1.5s linear forwards;
}
.progress[data-percentage="40"] .progress-left .progress-bar {
animation: 0;
}
.progress[data-percentage="50"] .progress-right .progress-bar {
animation: loading-5 1.5s linear forwards;
}
.progress[data-percentage="50"] .progress-left .progress-bar {
animation: 0;
}
.progress[data-percentage="60"] .progress-right .progress-bar {
animation: loading-5 1.5s linear forwards;
}
.progress[data-percentage="60"] .progress-left .progress-bar {
animation: loading-1 1.5s linear forwards 1.5s;
}
.progress[data-percentage="70"] .progress-right .progress-bar {
animation: loading-5 1.5s linear forwards;
}
.progress[data-percentage="70"] .progress-left .progress-bar {
animation: loading-2 1.5s linear forwards 1.5s;
}
.progress[data-percentage="80"] .progress-right .progress-bar {
animation: loading-5 1.5s linear forwards;
}
.progress[data-percentage="80"] .progress-left .progress-bar {
animation: loading-3 1.5s linear forwards 1.5s;
}
.progress[data-percentage="90"] .progress-right .progress-bar {
animation: loading-5 1.5s linear forwards;
}
.progress[data-percentage="90"] .progress-left .progress-bar {
animation: loading-4 1.5s linear forwards 1.5s;
}
.progress[data-percentage="100"] .progress-right .progress-bar {
animation: loading-5 1.5s linear forwards;
}
.progress[data-percentage="100"] .progress-left .progress-bar {
animation: loading-5 1.5s linear forwards 1.5s;
}
@keyframes loading-1 {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(36);
transform: rotate(36deg);
}
}
@keyframes loading-2 {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(72);
transform: rotate(72deg);
}
}
@keyframes loading-3 {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(108);
transform: rotate(108deg);
}
}
@keyframes loading-4 {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(144);
transform: rotate(144deg);
}
}
@keyframes loading-5 {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(180);
transform: rotate(180deg);
}
} rs-layer#slider-2-slide-5-layer-13 a i {
color: #FF3C00!important;
}
rs-layer#slider-2-slide-5-layer-13 a{
color: #FF3C00!important;
} .my-accordion {
padding: 0;
margin: 0;
}
ul.my-accordion li a.active {
background: #ff3b00;
padding: 14px 40px 13px 56px;
color: #fff;
font-size: 16px;
font-weight: 600;
font-family: 'Fira Sans', sans-serif;
border-color: #ff3b00;
border-radius: 30px;
}
.my-accordion li {
list-style: none;
box-shadow: none;
border-radius: 0;
padding: 0;
margin-bottom: 24px;
position: relative;
}
.my-accordion li:before {
position: absolute;
content: "";
top: 16px;
left: 20px;
height: 20px;
width: 25px;
background: url(https://itsoft.dreamitsolution.net/wp-content/uploads/2022/08/question.png);
background-repeat: no-repeat;
z-index: 1;
}
.my-accordion li a {
position: relative;
display: block;
font-size: 17px;
outline: 0;
font-weight: 600;
border: none;
cursor: pointer;
color: #fff;
transition: .3s;
margin-left: 0;
border: 1px solid#626065;
padding: 14px 20px 14px 52px;
border-radius: 30px;
}
.my-accordion li a::before {
content: '';
position: absolute;
right: 20px;
top: 12px;
width: 29px;
height: 29px;
line-height: 33px;
border-radius: 50%;
background: #383842;
box-shadow: none;
border: 1px solid#626065;
}
.my-accordion li a.active::before {
width: 30px;
right: 20px;
height: 30px;
background: #fff;
top: 12px;
}
.my-accordion li a::after {
content: "\f067";
font-family: "Font Awesome 5 Free";
position: absolute;
right: 30px;
top: 18px;
font-size: 12px;
color: #fff;
}
.my-accordion li a.active::after {
content: "\f068";
right: 31px;
top: 18px;
color: #ff3b00;
z-index: 99999;
}
.my-accordion p {
display: none;
margin: 19px 0 11px 21px;
line-height: 28px;
color: #fff;
opacity: 0.7;
} .secoundhand-faq .my-accordion p {
color: #232323;
opacity: 0.9;
}
.secoundhand-faq .my-accordion li a {
color: #232323;
}
.secoundhand-faq .my-accordion li:before {
filter: brightness(0) invert(0);
}
.secoundhand-faq ul.my-accordion li a.active .my-accordion li:before{
filter: brightness(0) invert(1);
} .classic-it-service .message-box-wrap {
font-size: 18px !important;
background: #fff !important;
border-radius: 0 30px 30px 30px !important;
transition: .5s;
box-shadow: 0 10px 29.7px 0.3px rgba(225,225,225,.64) !important;
padding: 15px;
color: #232323 !important;
margin-bottom: 20px;
border: 0;
}
.classic-it-service .message-box-wrap:hover{
background: #FF3C00 !important;
color:#fff !important;
}
.classic-it-service .message-box-wrap i {
font-size: 20px !important;
color: #fff !important;
background: #FF3C00;
height: 56px;
width: 56px;
margin-top: -15px;
text-align: center;
line-height: 56px;
margin-left: -20px;
border-radius: 0 30px 30px;
}
.slider-video-icon span a {
display: none !important;
}  .em-hero-slider {
background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
height: auto;
position: relative;
z-index: 0;
}
.hero-single-slide .container {
z-index: 9;
}
.hero-single-slide {
min-height: 787px;
position: relative;
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
overflow: hidden;
}
.hero-single-slide.hero-style-three {
min-height: 725px;
}
.hero-single-slide.hero-style-five.hero-style-seven,
.hero-single-slide.hero-style-two{
min-height: 743px;
}
.hero-single-slide.hero-style-six{
min-height: 800px;
}
.hero-single-slide.hero-style-two{
min-height:630px;
}
.hero-single-slide.hero-style-five{
position:relative;
z-index:1;
}
.hero-single-slide.hero-style-five:after {
content: "";
position: absolute;
z-index: -1;
width: 100%;
height: 175%;
bottom: 0;
background-image: url(//www.r-2.at/wp-content/themes/itsoft/assets/images/slider_bg-hero.png);
background-repeat: no-repeat;
background-size: cover;
}
.hero-single-slide.hero-style-five:before{
display:none;
}
.hero-content-left {
padding-right: 20px !important;
}
.hero-single-slide:before {
position: absolute;
content: '';
background-image: linear-gradient(to right, rgba(32, 40, 119, 0.95), rgba(55, 46, 149, 0.95), rgba(83, 49, 177, 0.90), rgba(114, 48, 205, 0.85), rgba(150, 41, 230, 0.95));
width: 100%;
height: 100%;
top: 0;
left: 0;
} 
.hero-style-two.single-slide:before {
display:none;
}
.hero-content-left h1 {
font-size: 44px;
margin-bottom: 0;
margin-top: 0;
font-weight: 700;
}
.hero-content-left h2 {
font-size: 44px;
font-weight: 500;
margin-bottom: 20px;
margin-top: 0;
}
.hero-style-six .hero-content-left {
padding-right: 0;
margin-top: -112px;
}
.hero-animation-img {
position: relative;
display: block;
width: 100%;
}
.hero-single-slide.hero-style-three .hero-animation-img {
margin-top: -60px;
}
.bottom-img {
position: absolute;
bottom: -8px;
width: 100%;
}
.hero-single-slide.hero-style-five.bottom-img {
bottom: -10px;
}
.bottom-img img{
width:100%;
}
.hero-style-two .app-store-btn {
border-radius: 30px;
color: #fff;
border: 2px solid #6730e3;
background: #6730e3;
font-weight: 500;
}
.hero-style-two .app-store-btn:hover{
background: transparent;
color: #6730e3;
}
.shape-image {
position: absolute;
width: 100%;
height: auto;
bottom: 76px;
z-index: 0;
left: 268px;
overflow: hidden;
background-size: cover;
right: 0;
}
.hero-single-slide .slider-video-icon {
margin-left: 10px;
} .animation-one {
-webkit-animation: move-one 7s ease-in-out infinite;
animation: move-one 7s ease-in-out infinite;
}
@keyframes move-one {
0% {
-webkit-transform: translateX(0) translateY(5px);
transform: translateX(0) translateY(5px)
}
50% {
-webkit-transform: translateX(0) translateY(-5px);
transform: translateX(0) translateY(-5px)
}
100% {
-webkit-transform: translateX(0) translateY(5px);
transform: translateX(0) translateY(5px)
}
}
@-webkit-keyframes move-one {
0% {
-webkit-transform: translateX(0) translateY(5px);
transform: translateX(0) translateY(5px)
}
50% {
-webkit-transform: translateX(0) translateY(-5px);
transform: translateX(0) translateY(-5px)
}
100% {
-webkit-transform: translateX(0) translateY(5px);
transform: translateX(0) translateY(5px)
}
}
.animation-two {
position: absolute;
bottom: -10px;
-webkit-animation: move-two 8s ease-in-out infinite;
animation: move-two 8s ease-in-out infinite;
}
@-webkit-keyframes move-two {
0% {
-webkit-transform: translateX(-25px) translateY(-225px);
transform: translateX(-25px) translateY(-225px)
}
50% {
-webkit-transform: translateX(-25px) translateY(-205px);
transform: translateX(-25px) translateY(-205px)
}
100% {
-webkit-transform: translateX(-25px) translateY(-225px);
transform: translateX(-25px) translateY(-225px)
}
}
@keyframes move-two {
0% {
-webkit-transform: translateX(-25px) translateY(-225px);
transform: translateX(-25px) translateY(-225px)
}
50% {
-webkit-transform: translateX(-25px) translateY(-205px);
transform: translateX(-25px) translateY(-205px)
}
100% {
-webkit-transform: translateX(-25px) translateY(-225px);
transform: translateX(-25px) translateY(-225px)
}
}
.animation-three {
position: absolute;
-webkit-animation: move-three 9s ease-in-out infinite;
animation: move-three 9s ease-in-out infinite
}
@-webkit-keyframes move-three {
0% {
-webkit-transform: translateX(-45px) translateY(-225px);
transform: translateX(-45px) translateY(-225px)
}
50% {
-webkit-transform: translateX(-45px) translateY(-205px);
transform: translateX(-45px) translateY(-205px)
}
100% {
-webkit-transform: translateX(-45px) translateY(-225px);
transform: translateX(-45px) translateY(-225px)
}
}
@keyframes move-three {
0% {
-webkit-transform: translateX(-45px) translateY(-225px);
transform: translateX(-45px) translateY(-225px)
}
50% {
-webkit-transform: translateX(-45px) translateY(-205px);
transform: translateX(-45px) translateY(-205px)
}
100% {
-webkit-transform: translateX(-45px) translateY(-225px);
transform: translateX(-45px) translateY(-225px)
}
}
.animation-four {
position: absolute;
-webkit-animation: move-four 6s ease-in-out infinite;
animation: move-four 6s ease-in-out infinite
}
.animation-new{
position: absolute;
bottom: 10px;
}
@-webkit-keyframes move-four {
0% {
-webkit-transform: translateX(330px) translateY(-215px);
transform: translateX(330px) translateY(-215px)
}
50% {
-webkit-transform: translateX(330px) translateY(-240px);
transform: translateX(330px) translateY(-240px)
}
100% {
-webkit-transform: translateX(330px) translateY(-215px);
transform: translateX(330px) translateY(-215px)
}
}
@keyframes move-four {
0% {
-webkit-transform: translateX(330px) translateY(-215px);
transform: translateX(330px) translateY(-215px)
}
50% {
-webkit-transform: translateX(330px) translateY(-240px);
transform: translateX(330px) translateY(-240px)
}
100% {
-webkit-transform: translateX(330px) translateY(-215px);
transform: translateX(330px) translateY(-215px)
}
}
.circles {
overflow: hidden;
width: 100%;
position: absolute;
height: 1200px;
}
.point {
border-radius: 50%;
z-index: 999;
position: absolute;
}
.animated-point-1 {
background-color: red;
height: 12px;
width: 12px;
position: relative;
-webkit-animation-name: p1;
-webkit-animation-duration: 80s;
-webkit-animation-iteration-count: infinite;
animation-name: p1;
animation-duration: 80s;
animation-iteration-count: infinite;
}
.animated-point-2 {
background-color: green;
height: 15px;
width: 15px;
position: relative;
-webkit-animation-name: p2;
-webkit-animation-duration: 90s;
-webkit-animation-iteration-count: infinite;
animation-name: p2;
animation-duration: 90s;
animation-iteration-count: infinite
}
.animated-point-3 {
background-color: orange;
height: 8px;
width: 8px;
position: relative;
-webkit-animation-name: p3;
-webkit-animation-duration: 80s;
-webkit-animation-iteration-count: infinite;
animation-name: p3;
animation-duration: 80s;
animation-iteration-count: infinite
}
.animated-point-4 {
background-color: pink;
height: 10px;
width: 10px;
position: relative;
-webkit-animation-name: p4;
-webkit-animation-duration: 80s;
-webkit-animation-iteration-count: infinite;
animation-name: p4;
animation-duration: 80s;
animation-iteration-count: infinite
}
.animated-point-5 {
background-color: #ffc64c;
height: 12px;
width: 12px;
position: relative;
-webkit-animation-name: p5;
-webkit-animation-duration: 50s;
-webkit-animation-iteration-count: infinite;
animation-name: p5;
animation-duration: 50s;
animation-iteration-count: infinite
}
.animated-point-6 {
background-color: #ffc64c;
height: 10px;
width: 10px;
position: relative;
-webkit-animation-name: p6;
-webkit-animation-duration: 70s;
-webkit-animation-iteration-count: infinite;
animation-name: p6;
animation-duration: 70s;
animation-iteration-count: infinite
}
.animated-point-7 {
background-color: orange;
height: 14px;
width: 14px;
position: relative;
-webkit-animation-name: p7;
-webkit-animation-duration: 70s;
-webkit-animation-iteration-count: infinite;
animation-name: p7;
animation-duration: 70s;
animation-iteration-count: infinite
}
.animated-point-8 {
background-color: purple;
height: 8px;
width: 8px;
position: relative;
-webkit-animation-name: p8;
-webkit-animation-duration: 50s;
-webkit-animation-iteration-count: infinite;
animation-name: p8;
animation-duration: 50s;
animation-iteration-count: infinite
}
.animated-point-9 {
background-color: purple;
height: 12px;
width: 12px;
position: relative;
-webkit-animation-name: p9;
-webkit-animation-duration: 100s;
-webkit-animation-iteration-count: infinite;
animation-name: p9;
animation-duration: 100s;
animation-iteration-count: infinite
} @-webkit-keyframes p1 {
0% {
left: 0px;
top: 0px
}
50% {
left: 0;
top: 800px
}
100% {
left: 0px;
top: 0px
}
}
@keyframes p1 {
0% {
left: 800px;
top: 0px
}
50% {
left: 0px;
top: 800px
}
100% {
left: 800px;
top: 0px
}
}
@-webkit-keyframes p2 {
0% {
left: 0;
top: 100px
}
50% {
left: 0;
top: 800px
}
100% {
left: 0;
top: 100px
}
}
@keyframes p2 {
0% {
left: 0;
top: 100px
}
50% {
left: 0px;
top: 800px
}
100% {
left: 0;
top: 100px
}
}
@-webkit-keyframes p3 {
0% {
left: 300px;
top: 900px
}
50% {
left: 500px;
top: 0px
}
100% {
left: 300px;
top: 900px
}
}
@keyframes p3 {
0% {
left: 300px;
top: 900px
}
50% {
left: 500px;
top: 0px
}
100% {
left: 300px;
top: 900px
}
}
@-webkit-keyframes p4 {
0% {
left: 1000px;
top: 500px
}
50% {
left: 00px;
top: 500px
}
100% {
left: 1000px;
top: 500px
}
}
@keyframes p4 {
0% {
left: 1000px;
top: 500px
}
50% {
left: 0px;
top: 500px
}
100% {
left: 1000px;
top: 500px
}
}
@-webkit-keyframes p5 {
0% {
left: 500px;
top: 1000px
}
50% {
left: 50%;
top: 0px
}
100% {
left: 500px;
top: 1000px
}
}
@keyframes p5 {
0% {
left: 500px;
top: 1000px
}
50% {
left: 50%;
top: 0px
}
100% {
left: 500px;
top: 1000px
}
}
@-webkit-keyframes p6 {
0% {
left: 500px;
top: 200px
}
50% {
left: 50%;
top: 70%
}
100% {
left: 500px;
top: 200px
}
}
@keyframes p6 {
0% {
left: 500px;
top: 200px
}
50% {
left: 50%;
top: 70%
}
100% {
left: 500px;
top: 200px
}
}
@-webkit-keyframes p7 {
0% {
left: 50px;
top: 10%
}
50% {
left: 50%;
top: 10%
}
100% {
left: 50px;
top: 10%
}
}
@keyframes p7 {
0% {
left: 50px;
top: 10%
}
50% {
left: 50%;
top: 10%
}
100% {
left: 50px;
top: 10%
}
}
@-webkit-keyframes p8 {
0% {
left: 0;
top: 20%
}
50% {
left: 50%;
top: 20%
}
100% {
left: 0;
top: 20%
}
}
@keyframes p8 {
0% {
left: 0;
top: 20%
}
50% {
left: 50%;
top: 20%
}
100% {
left: 0;
top: 20%
}
}
@-webkit-keyframes p9 {
0% {
left: 1000px;
top: 100px
}
50% {
left: 500px;
top: 950px
}
100% {
left: 1000px;
top: 100px
}
}
@keyframes p9 {
0% {
left: 1000px;
top: 100px
}
50% {
left: 500px;
top: 950px
}
100% {
left: 1000px;
top: 100px
}
}
@media (min-width: 1024px) and (max-width: 1600px) {
#service-bg .kc_col-sm-5 {
padding-left: 95px !important;
}
}
.mobile-menu.trp_nav_area {
padding: 0;
}
.mobile-menu.trp_nav_area.hbg2 {
background: inherit;
padding: 0;
}
.mobile_logo_area {
display: none !important;
} .about-section-thumb {
position: relative;
z-index: 1;
right: 20px;
} .about-section-thumb .section-img {
position: absolute;
z-index: -1;
}
.about-section-thumb .section-img.shape1 {
top: 25%;
right: 9px;
z-index: 2;
}
.about-section-thumb .section-img.shape3 {
top: 7%;
right: 32px;
z-index: 2;
}
.about-section-thumb .section-img.shape2 {
right: 62px;
top: 39%;
z-index: 2;
}
.about-section-thumb .section-img.shape5 {
top: 0;
left: 0;
animation: moveLeftBounce 2s linear infinite;
}
.about-section-thumb .section-img.shape4 {
top: 15px;
right: 35px;
animation: moveLeftBounce 2s linear infinite;
}
.about-section-thumb .section-img.shape6 {
right: -76%;
bottom: -12px;
animation: moveLeftBounce 2s linear infinite;
}
.about-section-thumb .section-img.shape7 {
top: 14%;
left: 41%;
}
.bounce-animate {
animation-name: float-bob;
animation-duration: 2s;
animation-iteration-count: infinite;
animation-timing-function: linear;
-moz-animation-name: float-bob;
-moz-animation-duration: 2s;
-moz-animation-iteration-count: infinite;
-moz-animation-timing-function: linear;
-ms-animation-name: float-bob;
-ms-animation-duration: 2s;
-ms-animation-iteration-count: infinite;
-ms-animation-timing-function: linear;
-o-animation-name: float-bob;
-o-animation-duration: 2s;
-o-animation-iteration-count: infinite;
-o-animation-timing-function: linear;
}
.bounce-animate2 {
animation-name: float-bob2;
animation-duration: 3s;
animation-iteration-count: infinite;
animation-timing-function: linear;
-moz-animation-name: float-bob2;
-moz-animation-duration: 3s;
-moz-animation-iteration-count: infinite;
-moz-animation-timing-function: linear;
-ms-animation-name: float-bob2;
-ms-animation-duration: 3s;
-ms-animation-iteration-count: infinite;
-ms-animation-timing-function: linear;
-o-animation-name: float-bob2;
-o-animation-duration: 3s;
-o-animation-iteration-count: infinite;
-o-animation-timing-function: linear;
}
.bounce-animate3 {
animation-name: float-bob3;
animation-duration: 4s;
animation-iteration-count: infinite;
animation-timing-function: linear;
-moz-animation-name: float-bob3;
-moz-animation-duration: 4s;
-moz-animation-iteration-count: infinite;
-moz-animation-timing-function: linear;
-ms-animation-name: float-bob3;
-ms-animation-duration: 4s;
-ms-animation-iteration-count: infinite;
-ms-animation-timing-function: linear;
-o-animation-name: float-bob3;
-o-animation-duration: 4s;
-o-animation-iteration-count: infinite;
-o-animation-timing-function: linear;
}
.bounce-animate4 {
animation-name: float-bob4;
animation-duration: 5s;
animation-iteration-count: infinite;
animation-timing-function: linear;
-moz-animation-name: float-bob4;
-moz-animation-duration: 5s;
-moz-animation-iteration-count: infinite;
-moz-animation-timing-function: linear;
-ms-animation-name: float-bob4;
-ms-animation-duration: 5s;
-ms-animation-iteration-count: infinite;
-ms-animation-timing-function: linear;
-o-animation-name: float-bob4;
-o-animation-duration: 5s;
-o-animation-iteration-count: infinite;
-o-animation-timing-function: linear;
}
.bounce-animate5 {
animation-name: float-bob5;
animation-duration: 6s;
animation-iteration-count: infinite;
animation-timing-function: linear;
-moz-animation-name: float-bob5;
-moz-animation-duration: 6s;
-moz-animation-iteration-count: infinite;
-moz-animation-timing-function: linear;
-ms-animation-name: float-bob5;
-ms-animation-duration: 6s;
-ms-animation-iteration-count: infinite;
-ms-animation-timing-function: linear;
-o-animation-name: float-bob5;
-o-animation-duration: 6s;
-o-animation-iteration-count: infinite;
-o-animation-timing-function: linear;
}
@-webkit-keyframes float-bob {
0% {
-webkit-transform: translateY(-35px);
transform: translateY(-35px); }
50% {
-webkit-transform: translateY(-7px);
transform: translateY(-7px); }
100% {
-webkit-transform: translateY(-35px);
transform: translateY(-35px); }
}
@-webkit-keyframes float-bob2 {
0% {
-webkit-transform: translateY(-60px);
transform: translateY(-60px); }
50% {
-webkit-transform: translateY(-30px);
transform: translateY(-30px); }
100% {
-webkit-transform: translateY(-60px);
transform: translateY(-60px); }
}
@-webkit-keyframes float-bob3 {
0% {
-webkit-transform: translateY(-40px);
transform: translateY(-40px); }
50% {
-webkit-transform: translateY(-25px);
transform: translateY(-25px); }
100% {
-webkit-transform: translateY(-40px);
transform: translateY(-40px); }
}
@-webkit-keyframes float-bob4 {
0% {
-webkit-transform: translateY(-70px);
transform: translateY(-70px); }
50% {
-webkit-transform: translateY(-35px);
transform: translateY(-35px); }
100% {
-webkit-transform: translateY(-70px);
transform: translateY(-70px); }
}
@-webkit-keyframes float-bob5 {
0% {
-webkit-transform: translateY(-75px);
transform: translateY(-75px); }
50% {
-webkit-transform: translateY(-35px);
transform: translateY(-35px); }
100% {
-webkit-transform: translateY(-75px);
transform: translateY(-75px); }
}
@-webkit-keyframes movebounce {
0% {
-webkit-transform: translateY(0px);
transform: translateY(0px);
}
50% {
-webkit-transform: translateY(20px);
transform: translateY(20px);
}
100% {
-webkit-transform: translateY(0px);
transform: translateY(0px);
}
}
@keyframes movebounce {
0% {
-webkit-transform: translateY(0px);
transform: translateY(0px);
}
50% {
-webkit-transform: translateY(20px);
transform: translateY(20px);
}
100% {
-webkit-transform: translateY(0px);
transform: translateY(0px);
}
}
@-webkit-keyframes moveleftbounce {
0% {
-webkit-transform: translateX(0px);
transform: translateX(0px);
}
50% {
-webkit-transform: translateX(20px);
transform: translateX(20px);
}
100% {
-webkit-transform: translateX(0px);
transform: translateX(0px);
}
}
@keyframes moveleftbounce {
0% {
-webkit-transform: translateX(0px);
transform: translateX(0px);
}
50% {
-webkit-transform: translateX(20px);
transform: translateX(20px);
}
100% {
-webkit-transform: translateX(0px);
transform: translateX(0px);
}
} .skill-single-box {
position: relative;
z-index: 1;
}
.skill-thumb {
position: relative;
z-index: 1;
left: 33%;
}
.skill-img {
position: absolute;
z-index: -1;
}
.skill-img.shape1 {
right: 60px;
top: 25%;
}
.skill-img.shape-3 {
left: -70px;
top: 7px;
animation: moveLeftBounce 2s linear infinite;
}
.skill-img.shape-4 {
left: 20px;
bottom: -60px;
z-index: 2;
}
.skill-img.shape-5 {
bottom: -30px;
right: 45px;
z-index: 2;
}
.skill-img.shape-6 {
top: 105px;
left: 12%;
}
.skill-img.shape-7 {
top: -30px;
left: 125px;
animation: moveLeftBounce 2s linear infinite;
}
.skill-img.shape-1 {
top: 73px;
right: 86px;
}
.skill-img.shape-2 {
bottom: -22px;
right: 33px;
z-index: 2;
animation: moveLeftBounce 2s linear infinite;
}
.skill-img.shape-8 {
left: -60px;
bottom: -114px;
}
.menu-social-menu-container {
margin-top: -20px;
} #mega-menu-wrap-menu-1 {
display: inline-block !important;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu {
width: 772px;
}
ul.mega-sub-menu {
box-shadow: 0 0 4px rgb(0 0 0 / 10%) !important;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu {
box-shadow: 0 0 5px rgba(0,0,0,0.10);
padding:30px 15px 30px 30px;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu {
width: 1074px;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu {
left: -374px;
}
.transprent-menu #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
color: #fff;
}
.transprent-menu .hbg2 #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
color: #232323;
}
.transprent-menu .prefix #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
color: #232323;
}
.header-new-style-01 .row.logo-left.align-items-center {
background: #fff;
border-radius: 0 0 5px 5px;
padding: 0 15px;
} .sidebar {
display: inline-block;
cursor: pointer;
text-align: right;
font-size: 22px;
margin-left: 13px;
}
.xs-sidebar-group .dt-overlay {
left: 100%;
top: 0;
position: fixed;
z-index: 101;
height: 100%;
opacity: 0;
width: 100%; -webkit-transition: all 0.4s ease-in 0.8s;
-o-transition: all 0.4s ease-in 0.8s;
transition: all 0.4s ease-in 0.8s;
}
.xs-sidebar-group .widget-top {
position: absolute;
top: 0;
right: 0;
padding: 25px;
}
.dt-sidebar-widget {
position: fixed;
right: -100%;
top: 0;
bottom: 0;
width: 100%;
max-width: 360px;
z-index: 999999;
overflow: hidden;
overflow-y: auto;
-webkit-overflow-scrolling: touch;
background-color: #fff;
-webkit-transition: all 0.5s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;
-o-transition: all 0.5s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;
transition: all 0.5s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;
visibility: hidden;
opacity: 0;
}
.xs-sidebar-group.isActive .dt-overlay {
opacity: 0.9;
visibility: visible;
-webkit-transition: all 0.8s ease-out 0s;
-o-transition: all 0.8s ease-out 0s;
transition: all 0.8s ease-out 0s;
left: 0;
}
.xs-sidebar-group.isActive .dt-sidebar-widget{
opacity: 1;
visibility: visible;
right: 0;
-webkit-transition: all 0.7s cubic-bezier(0.9, 0.03, 0, 0.96) 0.4s;
-o-transition: all 0.7s cubic-bezier(0.9, 0.03, 0, 0.96) 0.4s;
transition: all 0.7s cubic-bezier(0.9, 0.03, 0, 0.96) 0.4s;
}
.sidebar-textwidget {
padding: 39px;
}
.close-side-widget {
color: #1768dd;
font-size: rem(15px);
display: block;
}
.sidebar-container {
position: relative;
top: 150px;
opacity: 0;
visibility: hidden;
-webkit-transition: all 0.3s ease-in 0.3s;
-o-transition: all 0.3s ease-in 0.3s;
transition: all 0.3s ease-in 0.3s;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}
.xs-sidebar-group.isActive .sidebar-container {
top: 0px;
opacity: 1;
visibility: visible;
-webkit-transition: all 1s ease-out 1.2s;
-o-transition: all 1s ease-out 1.2s;
transition: all 1s ease-out 1.2s;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}
.dt-overlay {
position: absolute;
top: 0;
left: 0;
height: 100%;
width: 100%;
opacity: 0.5;
z-index: 0;
}
.bt-black {
background: rgb(22,22,23,0.5)!important;
}
.close {
color: #161617;
opacity: .9;
}
.content-text p {
margin: 32px 0 53px;
} .social-icon ul li {
display: inline-block;
margin-right: 6px;
}
.social-icon ul li a {
height: 41px;
width: 41px;
line-height: 41px;
text-align: center;
background: #2B4868;
display: inline-block;
transition: .5s;
border-radius: 100%;
color: #fff;
position: relative;
z-index:1;
overflow: hidden;
}
.social-icon ul li a:after{
position: absolute;
content:"";
top:0;
right:0;
height:100%;
width:0;
transition:.5s;
background:#37A3FE;
z-index: -1;
border-radius:100%;
}
.social-icon ul li a:hover:after{
left:0;
width:100%;
}
.location-icon {
margin-right: 17px;
}
.location-icon i {
color: #37A3FE;
font-size: 25px;
}
.location-content-text p {
font-family: 'Inter';
color: #fff;
}
.location-title h2 {
font-size: 30px;
margin: 0 0 17px;
}
nav.wp-calendar-nav {
display: none;
}
.sidebar-logo .main_sticky_l {
display: none;
}
.sidebar-contact-info ul li {
list-style: none;
}
.sidebar-social-icon {
margin-top: 19px;
}
.sidebar-social-icon ul li {
display: inline-block;
margin: 0 13px 0 0;
}
.sidebar-social-icon ul li a{
display: inline-block;
color: #161617;
}
.sidebar-title h2 {
margin: 32px 0 26px;
font-weight: 700;
font-size: 28px;
letter-spacing: 1px;
}
.sidebar-contact-info h2 {
font-size: 28px;
margin: 0 0 26px;
}
.sidebar-contact-info ul li {
margin: 0 0 12px;
} #video-container {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
height: 693px;
width: 100%;
border: 3px solid var(--brown);
border-radius: 5px;
position: relative;
cursor: none;
max-width: 100%;
}
#play-button {
position: absolute;
border: 3px solid var(--brown);
border-radius: 100px;
width: 120px;
height: 120px;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
background-color: var(--cream);
opacity: 1;
cursor: none;
}
.play-video-btn i {
background: #fff;
display: inline-block;
width: 100px;
height: 100px;
line-height: 100px;
text-align: center;
border-radius: 50%;
}@media (min-width: 1280px) and (max-width: 1600px) {
.itsoft_menu > ul > li > a {
margin: 30px 9px;
}
.about_choose_us {
background: #2d2d2d;
padding: 41px 50px 0px 178px !important;
}
#team::before {
right: inherit;
z-index: -1;
left: -10px;
bottom: 0 !important;
top: inherit;
}
.em-service.service-style-two {
padding: 35px 15px 43px;
}
.text-right .slider-single-image {
left: 2% !important;
}
}
@media (min-width: 1280px) and (max-width: 1439px) {
.em-nivo-slider-wrapper .nivo-directionNav {
display: none;
}
.single-video {
position: relative;
text-align: center;
margin-left: 115px;
}
.slick-style-two .slider-single-image {
right: 1%;
}
.slick-style-two .slider-single-image img {
width: 69%;
}
.slick-style-two .slider-single-image {
right: -16%;
top: 282px;
}
.slider_circle_img.rotateme {
right: -220px;
top: 0;
}
} @media (min-width: 1170px) and (max-width: 1366px) {
.banner-content p {
width: 70%;
}
.banner-slick.banner-content.banner-content p {
width: 50%;
}
.donate-btn-header {
margin-left: 16px;
}
.em-slider-descript {
width: 65%;
margin-bottom: 15px;
}
.em-slider-sub-title {
font-size: 60px;
}
.itsoft-blog-meta-left a, .itsoft-blog-meta-left span {
font-size: 14px;
}
.blog-page-title > h2 {
font-size: 20px;
}
.itsoft_menu > ul > li > a {
margin: 30px 6px;
}
.footer-middle .recent-post-text h4 a {
font-size: 16px;
}
.footer-middle .recent-post-text .rcomment {
font-size: 11px;
}
.single-video {
margin-left: 0;
}
.single-video .layer-2 {
top: -43% !important;
left: 57% !important;
}
.single-video .layer-4 { right: 11px;
}
.single-video .layer-3 {
left: -7% !important;
}
.single-video .layer-1 {
top: -30% !important;
left: -59px !important;
}
.slick-style-two .slider-single-image {
right: -16%;
top: 282px;
}
.slick-style-two .slider-single-image img {
width: 69%;
}
.slider_circle_img.rotateme {
right: -220px;
top: 0;
}
.about_choose_us {
background: #2d2d2d;
padding: 41px 50px 0px 76px !important;
}
#team::before {
right: inherit;
z-index: -1;
left: -10px;
bottom: 0 !important;
top: inherit;
}
.section-title h2 {
font-size: 39px;
}
.em-slick-slider-new .slick-prev {
left: 7px;
}
.em-slick-slider-new .slick-next {
right: 7px;
}
.banner-slick.banner-content h1,
.banner-slick.banner-content h3 {
font-size: 60px !important;
}
.portfolio_info {
padding-top: 0;
}
.effective-content p {
width: 86%;
}
.itsoft-blog-meta-left {
margin: 0 5px;
}
.itsoft-header-top::after {
left: -12px;
width: 60%;
}
.text-right .slider-single-image {
left: -177px;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu {
left: -267px;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu {
width: 933px;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
font-size: 15px !important;
}
} @media (min-width: 992px) and (max-width: 1169px) {
.itsoft-header-top::after {
left: -12px;
width: 62%;
}
.em-slider-sub-title {
font-size: 50px;
}
.portfolio_info {
padding-left: 30px;
padding-top: 0;
}
.single_protfolio:hover .prot_content {
bottom: 18px;
}
.em-slider-descript {
width: 65%;
margin-bottom: 10px;
}
.tr-btn-search .trp_nav_area {
padding: 25px 20px;
}
.price_item span {
font-size: 45px;
}
.menu-height-space {
height: 0;
}
.slick-style-two .slider-single-image {
position: absolute;
top: 222px;
right: -19%;
z-index: 999;
}
.slick-style-two .slider-single-image img {
width: 73%;
opacity: 1;
}
.em-nivo-slider-wrapper:hover .nivo-directionNav a {
left: 5px;
}
.em-nivo-slider-wrapper:hover .nivo-directionNav .nivo-nextNav {
left: auto;
right: 5px;
}
.em-nivo-slider-wrapper .nivo-directionNav {
display: none;
}
.curosel-style .owl-nav div {
left: 15px;
}
.curosel-style .owl-nav .owl-next {
left: auto;
right: 15px;
}
.banner-content p {
width: 58%;
}	
.style_two .em_content_text h2 {
font-size: 24px;
font-weight: 700;
margin-bottom: 27px;
}
.banner-content p {
width: 96%;
}
.em-blog-content-area_adn {
padding: 26px 13px 34px !important;
}
.style_three .em_content_text h2 {
font-size: 25px;
}			
.em-nivo-slider-wrapper .nivo-controlNav {
display: none;
}
.em_content_text h2 {
font-size: 17px !important;
}
.em-service2 .em-service-title h2 {
font-size: 18px;
}
.banner-slick.banner-content.banner-content p {
width: 60%;
}
a.dtbtn {
margin-left: 15px;
}
.itsoft_menu > ul > li > a {
font-size: 14px;
}
.blog-page-title > h2 {
font-size: 20px;
}
.single-video h3 {
font-size: 32px;
}
.itsoft-blog-thumb_adn {
float: none;
}
.itsoft-blog-thumb_adn img {
width: 100%;
}
.itsoft_menu.main-search-menu > ul, .em-quearys-top.msin-menu-search {
display: inline-block;
margin-right: 0;
}
.em-quearys-top.msin-menu-search .em-quearys-menu i {
margin-left: 0;
}
.default-style .em_content_text {
padding: 0;
}
.em-feature:hover .em_content_text {
bottom: 26px;
}
.mailchim-form {
padding-left: 26px !important;
padding-right: 49px !important;
}
.single-video {
margin-left: 0;
}
.single-video .layer-2 {
top: -43% !important;
left: 57% !important;
}
.single-video .layer-4 { right: 11px;
}
.single-video .layer-3 {
left: -7% !important;
}
.single-video .layer-1 {
top: -30% !important;
left: -59px !important;
}
.em-service-title h2 {
font-size: 22px;
}
.about_choose_us {
background: #2d2d2d;
padding: 41px 40px 0px 50px !important;
}
.about_choose_us .section-title h2 {
font-size: 35px;
}
.front h3,
.back h3 {
font-size: 20px !important;
}
.third_block {
display: block !important;
}
.mailchim-form-inner {
margin: auto !important;
}
.footer-middle .recent-post-text .rcomment {
font-size: 12px;
}
.footer-middle .recent-post-text h4 a {
font-size: 15px;
}
.footer-widget.address, .footer-widget.address p {
font-size: 15px;
color: #f4f6fe;
}
.em-slick-slider-new .slick-prev,
.em-slick-slider-new .slick-next {
display: none !important;
}
.slider-style-four .slider-video-icon {
right: 13%;
}
.curosel-style .owl-nav .owl-prev {
left: 15px;
}
.curosel-style .owl-nav .owl-next {
right: 15px;
}
.itsoft_menu > ul > li > a {
margin: 30px 8px;
}
.em-quearys-menu i {
margin-left: 5px !important;
display: inline-block;
}
.case_default .em-cases-study-title h2 a {
font-size: 22px;
}
.effective-content p {
width: 86%;
}
.em-feature.style-three {
padding: 50px 15px;
}
.heading_title {
font-size: 31px;
}
.donate-btn-header {
margin-left: 0px;
}
.title_tx h2, .title_tx h3 {
font-size: 30px;
}
.section-title h3, .section-title h2 {
font-size: 30px !important;
}
.apointment-form-title h2 {
font-size: 22px;
}
.counter_title h4 {
font-size: 18px;
}
.itsoft-blog-meta-left {
margin: 0 0px;
}
#service-bg::before {
height: 140px;
top: -78px;
}
.em_work_progress-title h2 {
font-size: 18px;
}
.text-right .slider-single-image {
left: -176px;
}
.kc_tabs_nav > li > a, .nav-pills > li > a {
padding-left:24px !important;
padding-right:24px !important;
}
.slider-single-image img {
width: 550px !important;
}
.call-to-action-desc {
width: 50% !important;
}
.slider-single-image {
right: 0% !important;
}
.service-box.style-five {
padding: 0 0px;
}
.team-grid-style1 .team-item .team-content .member-desc h3 a {
font-size: 18px !important;
}
.team-grid-style1 .team-item .team-content .member-desc h3 {
line-height: 23px !important;
}
.team-grid-style1 .team-item .team-content {
width: 92% !important;
}
.elementor-text-editor.elementor-clearfix p {
font-size: 14px!important;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu {
left: -267px;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu {
width: 933px;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
font-size: 15px !important;
padding: 0px 5px 0px 5px;
}
} @media (min-width: 992px) and (max-width: 1920px) {
.em-nivo-slider-wrapper .nivo-controlNav {
display: none;
}
} @media (min-width: 840px) and (max-width: 850px) {
.em_slider_inner {
left: 0;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.kc_col-sm-4,
.kc_col-sm-3 {
width: 50% !important;
}
.call-to-action-desc {
width: 50% !important;
}
.kc_accordion_header > a {
font-size: 14px !important;
}
.em_work_progress-number::before {
display: none;
}
.slider-style-four .slider-video-icon {
right: 13%;
top: 26%;
}
.banner-slider-content p {
width: 85%;
color: #d5c6c6;
}
.breadcumb-area {
padding: 125px 0 143px;
}
.service_details .kc_col-sm-8{
width: 60% !important;
}
.service_details .kc_col-sm-4{
width: 40% !important;
}
.service_details .kc_tabs_nav > li > a, .service_details .nav-pills > li > a {
padding: 0 10px;
}
.slider_circle_img.rotateme {
right: -320px;
top: 0;
}
.srv-dtl-inner .kc_col-sm-6 {
width: 100% !important;
}
.author.mt-120 p {
font-size: 16px;
overflow: hidden;
}
.em-slider-sub-title {
font-size: 45px;
}
.em-slider-title {
font-size: 20px;
margin: 0 0 10px;
}
.em-nivo-slider-wrapper .nivo-directionNav a {
display: none;
}
.em-slider-descript {
width: 80%;
display: none;
}
.em-button-button-area a {
margin-top: 20px;
}
.footer-top-inner p {
width: 78%;
} .menu-height-space {
height: 0;
}
.banner-content p {
width: 85%;
}
.curosel-style .owl-nav div {
left: 15px;
}
.curosel-style .owl-nav .owl-next {
left: auto;
right: 15px;
}
.portfolio_nav ul li {
padding: 14px 13px;
}
.call-to-action-title h2,
.call-to-action-title h2 span{
font-size: 35px;
}
.mean-container .mean-bar::before {
top: 15px;
}
.title_in_area {
width: 100%;
}
.em-call-to-video h3 {
margin-top: 10px;
font-size: 18px;
}
.em-nivo-slider-wrapper:hover .nivo-directionNav a {
left: 5px;
}
.em-nivo-slider-wrapper:hover .nivo-directionNav .nivo-nextNav {
left: auto;
right: 5px;
}
.section-title.t_center {
width: 67%;
}
.em-content-image > img {
width: 100%;
}
.reponsive_full	.cfull.kc_col-sm-6{
width:100% !important;
}	
.reponsive_full	.cfull .slick-slide img{
width:100% !important;
}	
.message_full .kc_col-sm-6{
width:100% !important;
}		
.feature-btn {
margin-top: 30px;
}
.section-title.t_center {
width: 89%;
}	
.banner-slick.banner-content.banner-content p {
width: 83%;
}
.top-address.em-login.text-right {
display: none;
}	
.em_slider_inner {
left: 0;
}
.single-video-content p {
width: 83%;
}
.em-nivo-slider-wrapper .nivo-controlNav {
display: none;
}
.em-slick-slider-new {
z-index: 0;
}
.footer-menu ul li a {
margin-left: 13px;
}
.section-title h3,
.section-title h2 {
font-size: 24px !important;
}
.section-title h5 {
margin: 0 0 25px;
}
blockquote {
padding: 121px 30px 50px 30px;
}
.post-text blockquote::before {
left: 30px;
}
.comments-area .children {
margin-left: 0px;
}
.blog-page-title > h2 {
font-size: 24px;
}
.author.mt-120 {
padding: 40px 16px 35px;
}
.em-team-content-image img {
width: 100%;
}
.itsoft-blog-thumb_adn {
float: none;
}
.itsoft-blog-thumb_adn img {
width: 100%;
}
.itsoft-header-top {
display: none;
}
.meta_comments {
display: none !important;
}
.slider-single-image {
display: none;
}
.em-feature-thumb img {
width: 100%;
}
.choose_us .kc_col-sm-6 {
width: 100% !important;
}
.mailchim-form-inner {
padding: 33px 100px 40px;
}
.mailchim-form {
padding-left: 26px !important;
padding-right: 49px !important;
}
.single-video {
margin-left: 0;
}
.itsoft_about2 .kc_col-sm-6 {
width: 100% !important;
}
.single-video .layer-4 {
top: 78% !important;
right: -15px;
}
.single-video .layer-3 {
top: 94% !important;
left: 0% !important;
}
.single-video .layer-2 {
top: -28% !important;
left: 75% !important;
}
.single-video .layer-1 {
top: -24% !important;
left: 0px !important;
}
.nav-pills > li {
margin-right: 9px;
-webkit-box-shadow: 0 0 3px rgba(0,0,0,0.20);
box-shadow: 0 0 3px rgba(0,0,0,0.20);
}
.nav-pills > li > a {
font-size: 14px !important;
}
.about_choose_us2.kc_col-sm-6,
.about_choose_us.kc_col-sm-6 {
width: 100% !important;
}
.single-video img {
width: 100%;
}
.portfolio_details {
padding: 40px 15px;
}
.portfolio_info {
padding-left: 0px;
}
.recent-post-image {
margin-right: 11px;
}
.mailchim-form-inner {
margin: auto !important;
}
.em-slick-slider-new .slick-prev,
.em-slick-slider-new .slick-next {
display: none !important;
}
.single_protfolio:hover .prot_content {
opacity: 1;
bottom: 11px;
}
.prot_content {
right: 7px;
left: 7px;
}
.prot_content h3 a {
font-size: 19px;
}
#team::before {
display: none;
}
.recent-post-text h4 a {
font-size: 15px;
line-height: 14px;
}
.recent-post-text .rcomment {
color: #616161;
font-size: 13px;
}
.classic-it-service .kc_col-sm-7,
.classic-it-service .kc_col-sm-5{
width: 100% !important;
}
.case_default .em-cases-study-content {
padding: 40px 10px;
top: 72%;
}
.case_default .em-cases-study-title h2 a {
font-size: 19px;
}
.effective-content p {
width: 85%;
}
.heading_number {
float: none;
line-height: 1;
margin-top: 0;
margin-right: 0;
}
.heading_title {
display: block;
}
.main-style.em-team {
margin-bottom: 100px;
}
.process-bg-shape::before {
display: none;
}
.kc_col-sm-2 {
width: 33.33% !important;
}
.pdsr {
padding-top: 50px;
}
.single_pricing.active {
padding: 26px 40px 50px;
transform: translateY(-0);
}
.style-two .em_work_progress-number {
position: absolute;
right: 0;
left: 0;
bottom: 75px;
z-index: 1;
}
.form-area.apppontment-form {
padding: 41px 24px 15px;
}
.itsoft-coaching .kc_col-of-5 {
width: 33% !important;
margin-bottom: 30px !important;
}
.single-page .kc_col-sm-4, .single-page .kc_col-sm-3 ,.single-page .kc_col-sm-8{
width: 100% !important;
}
.title_tx h2, .title_tx h3 {
font-size: 24px;
}
.title_in {
float: none;
padding-right: 0;
margin-right: 0;
padding-bottom: 13px;
}
.counter_icon {
float: none !important;
margin-right: 0 !important;
}
.kc_wrapper > ul.ui-tabs-nav > li {
margin-bottom: 5px;
}
.slider-style-three .slider-video-icon {
right: -137px;
}
.single_counter {
text-align: center;
}
.itsoft-blog-meta-top {
position: absolute;
left: 19px;
bottom: inherit;
top: 10px;
}
.banner-content.text-right {
text-align: left !important;
float: inherit;
}
.form-area.apppontment-form .button {
padding: 14px 10px;
}
.service-box.style-five {
padding: 0 0px !important;
}
.style-five .service-box-title h3 {
font-size: 20px !important;
}
.team-grid-style1 .team-item .team-content .member-desc h3 a {
font-size: 18px !important;
}
.team-grid-style1 .team-item .team-content .member-desc h3 {
line-height: 23px !important;
}
.team-grid-style1 .team-item .team-content {
width: 92% !important;
}
.service-box.style_11 {
margin-bottom: 30px!important;
}
.style-four .section-title.t_center p:before {
display: none!important;
}
.style-four .section-title.t_center p:after {
display: none!important;
}
.rs-team-grid.rs-team.team-grid-style1.itsoft_lite_box {
margin-bottom: 30px!important;
}
} @media (max-width: 767px) {
.em-slider-descript {
display: none;
}
.main-style.em-team {
margin-bottom: 100px;
}
.form-area.apppontment-form {
padding: 41px 20px 15px;
}
.em-feature-thumb img {
width: 100%;
}
.single_pricing.active {
padding: 26px 40px 50px;
transform: translateY(-0);
}
.counter_icon {
float: none !important;
margin-right: 0 !important;
margin-bottom: 20px;
}
.single_counter {
text-align: center;
}
.banner-slider-content {
text-align: center;
}
.classic-it-service .kc_col-sm-7,
.classic-it-service .kc_col-sm-5{
width: 100% !important;
}
.banner-slider-content h1, .banner-slider-content h2 {
color: #fff;
font-size: 30px;
}
.banner-slider-content p {
color: #fff;
width: 77%;
margin: 20px auto 32px;
} .dreamit-slick-slider .text-left .hero-text-wrap .btn-two{
display: none;
} .testimonial_list.style-five .single_testimonial {
width: 100% !important;
padding: 30px 20px 50px 40px !important;
}
.em_work_progress-number::before {
display: none;
}
.em-slider-button {
display: none;
}
.section-title.t_center {
width: 100%;
}
.section-title.t_right {
width: 100%;
}
.em-nivo-slider-wrapper .nivo-controlNav {
bottom: 8px;
}
.slider-style-four .slider-video-icon {
right: 42%;
top: 10%;
}
.about_shape::after {
display: none;
} .top-address {
text-align: center;
}
.social-icons.text-right {
text-align: center;
} .footer-top-inner p {
width: 100%;
}
.footer-menu ul {
margin: 10px 0 0;
text-align: center;
}
.copy-right-text p {
text-align: center;
}
.breadcumb-blog-area {
padding: 30px 0 50px;
} .post_reply ul, .blog-content ul, .single-blog-content ul {
padding-left: 20px;
}
.post_reply ol, .blog-content ol, .single-blog-content ol {
padding-left: 20px;
}
.comments-area .children {
margin-left: 10px;
}
.pdsr {
padding-top: 50px;
}
.pdsl {
padding-bottom: 90px;
}
#wp-calendar {
display: block;
} .itsoft-blog-thumb_adn > a img {
width: 100%;
}
.em-content-image > img {
width: 100%;
}
.kc_video_play.kc_video_wrapper {
overflow: scroll;
}
.form-address-item {
width: 100%;
margin-bottom:30px;
}
.footer-social-icon a i {
font-size: 16px;
height: 35px;
line-height: 35px;
width: 35px;
}
.portfolio_nav ul li {
letter-spacing: 0;
display: block;
}
.menu-height-space {
height: 0;
}
.testimonial_list {
width: 100%;
} .curosel-style .owl-nav div {
left:0px;
}
.curosel-style .owl-nav .owl-next {
left: auto;
right: 0;
}
.em-feature-content-image img {
width: 100%;
}
.em-call-to-action-desc {
width: 78%;
}
.call-to-action-title span,
.call-to-action-title h2 {
font-size: 25px !important;
}
.call-to-action .call-to-action-desc {
width: 100%;
}	
.single-video h3 {
font-size: 16px;
padding-top: 0;
display: none;
}
.single_header_address.ctrp {
padding-bottom: 40px;
} .section-title h2, .section-title h3 {
font-size: 22px !important;
}
.section-title h5{
font-size: 14px !important;
}
.title_tx h2, .title_tx h3 {
font-size: 22px;
}
.title_in_area {
width: 100%;
}
.title_in {
float: none;
}
.mean-container .mean-bar::before {
text-transform: uppercase;
top: 15px;
}
.em-feature-title h2 {
margin: 7px 0 15px;
}
.em-feature:hover .em_content_text {
bottom: 25px;
}
.em-nivo-slider-wrapper .nivo-directionNav {
display: none;
}
.curosel-style .owl-nav div {
}
.em_slider_inner.container.text-right, .em_slider_inner.container.text-center, .em_slider_inner.container.text-left {
text-align: center;
}
.footer-middle .widget h2{
margin-top: 10px;
}
.footer-middle {
padding: 70px 0 36px;
}
.pr-title {
margin-bottom: 15px;
}
.page-numbers li {
margin-bottom: 15px;
}
.banner-content p {
width: 98%;
}
.banner-slick.banner-content.banner-content p {
width: 85%;
text-align: center;
margin: auto;
margin-bottom: 20px;
}
.b-batton.active {
display: none;
}
.em_slider_inner {
left: 0;
}
.kc_tabs_nav, .nav-pills {
border-bottom: 0;
padding-top: 29px !important;
}
.kc_tabs_nav > li, .nav-pills > li {
float: none !important;
display: block !important;
line-height: 0;
width: 100%;
}
.nav-pills li i {
padding-top: 12px;
}
.nav-pills > li + li {
margin-left: 0;
}
.tab_pan_content {
padding-left: 0;
padding-top: 30px;
}
a.active-tab-btn {
display: none;
}
.em-slick-slider-new .banner-content {
left: 0; text-align: center !important;
right: 0;
}
.em_testi_text {
width: 90%;
}
.single-video-content h4 {
letter-spacing: 2px;
}
.single-video-content p {
width: 93%;
}
.em-nivo-slider-wrapper .nivo-controlNav {
display: none;
}
.em-slider-title {
font-size: 21px;
}
.em-slick-slider-new {
z-index: 0;
}
.testimonial_list.curosel-style .owl-nav .owl-prev {
display:none;
}
.testimonial_list.curosel-style .owl-nav .owl-next {
display:none;
}
.em-slick-slider-new .single-slide {
height: calc(90vh - 100px);
position: relative;
}
.post-text blockquote::before {
left: 30px;
}
.comments-area .children {
margin-left: 0px;
}
.itsoft-single-icon-inner a {
font-size: 14px;
height: 30px;
line-height: 30px;
margin: 0 3px;
width: 30px;
}
.post_replay_inner {
display: block;
}
.post_reply_thumb {
margin-bottom: 15px;
}
.comment-respond {
padding: 23px 6px 40px;
}
.itsoft_btn {
padding: 8px 18px;
}
.textwidget-icon.social-profile li a {
width: 35px;
height: 35px;
line-height: 35px;
}
.itsoft-blog-thumb img {
width: 100%;
}
.author.mt-120 {
padding: 40px 15px 35px;
}
.paginations a, .page-numbers span.current {
width: 38px;
height: 38px;
line-height: 38px;
font-size: 15px;
margin: auto 3px;
}
.footer-menu .social-icon {
width: 45px;
height: 45px;
line-height: 45px;
}
.em-service2.smiddle {
text-align:center;
}
.em-team-content-socials a {
height: 35px;
line-height: 35px;
width: 35px;
}
.countr_text > h1 {
font-size: 40px;
padding-bottom: 0;
}
.countr_text > h3 {
font-size: 40px;
}
.banner-slick.banner-content h3,
.banner-slick.banner-content h2,
.banner-slick.banner-content h1 {
font-size: 32px !important;
}
.banner-content.banner-slick.text-center h4 {
font-size: 15px;
}
.em-slick-slider-new .single-slide {
height: 500px;
position: relative;
}
.banner-content h2 {
font-size: 20px;
}
.banner-area {
height: 715px;
}
.banner-area.em-slick-slider-new {
height: auto;
}
.blog-left-side {
margin-top: 30px;
}
.em_feature_img {
float: none;
overflow: hidden;
margin-right: 0;
}
.itsoft-single-blog-details-inner {
padding: 40px 30px;
}
.banner-slick.banner-content h4 {
font-size: 18px;
margin-bottom: 23px;
}
.breadcrumb_tran_header .breadcumb-area {
padding: 121px 0 110px;
}
.author-img.text-center {
float: left;
margin-right: 0;
float: none;
margin-bottom: 20px;
}
.author-text {
padding-top: 20px;
text-align: center;
}
.copyright-social {
text-align: center;
padding-top: 10px;
}
.slider-single-image {
display: none;
}
#team::before {
display: none;
}
.mailchim-form-inner {
padding: 33px 15px 40px;
}
.mailchim-form-inner .widgettitle {
font-size: 23px;
}
.slick-style-two .banner-slick .b-batton {
float: none;
}
.slider-video-icon {
display: none !important;
}
.single-video {
margin-left: 0;
}
.single-video .layer-1,
.single-video .layer-2,
.single-video .layer-3,
.single-video .layer-4 {
display: none;
}
.em-service-thumb {
float: none;
margin-right: 0;
margin-bottom: 30px;
}
.price_item span {
font-size: 43px;
}
.portfolio_details {
padding: 40px 15px;
}
.portfolio_info {
padding-left: 0px;
}
.em-blog-content-area {
padding: 28px 30px 30px;
}
.meta_comments {
display: none !important;
}
.itsoft-single-icon-inner a i {
font-size: 13px;
height: 30px;
line-height: 28px;
margin: 0 0px 0 0;
width: 30px;
}
.footer-middle {
padding: 80px 0 29px;
}
.footer-menu .text-right {
text-align: center !important;
}
.curosel-style .owl-nav div {
display: none;
}
.prot_content h3 a {
font-size: 18px;
}
.single_protfolio:hover .prot_content {
bottom: 11px;
}
.kc_accordion_header > a {
font-size: 15px !important;
}
.brpt h2 {
font-size: 31px;
margin-bottom: 13px;
}
.kc-call-to-action .kc-cta-button a {
float: left !important;
}
.kc-cta-3 .kc-cta-button {
width: 100% !important;
display: block !important;
}
.kc-cta-3.kc-is-button .kc-cta-desc {
width: 100% !important;
display: block !important;
}
.feature-style-two .em-feature-title h2 {
font-size: 17px;
}
.effective-content p {
width: 85%;
}
.effective-content h2 {
font-size: 40px;
}
.effective_slider_btn a {
margin: 0 9px 20px;
}
.em-feature.style-three {
padding: 50px 25px;
}
.heading_number {
float: none;
line-height: 1;
margin-top: 0;
margin-right: 0;
}
.heading_title {
display: block;
}
.process-bg-shape::before {
display: none;
}
.itsoft-blog-meta-left {
padding: 12px 2px;
margin: 0 5px;
}
.em-service.service-style-two {
margin: 0 0 30px;
}
.breadcumb-area {
padding: 115px 0 113px;
}
.slider-style-four .banner-slick.banner-content.banner-content p {
display: none;
}
.em-service-thumb.hover-img {
bottom: -118%;
}
.slider-style-four .banner-content.banner-slick.banner-content h4 {
background: transparent;
padding: 0;
}
.style-two .em_work_progress-number {
position: absolute;
right: 0;
left: 0;
bottom: 75px;
z-index: 1;
}
#service-bg::before {
display: none;
}
.em-slider-sub-title {
font-size: 30px;
}
.em-slider-title {
font-size: 15px;
margin: 0 0 10px;
}
.em-nivo-slider-wrapper .nivo-directionNav a {
display: none;
}
.em-slider-descript {
width: 80%;
display: none;
}
.trp_nav_area {
position: inherit;
}
.itsoft-blog-meta-top li a {
margin-right: 0px;
}
.kc_wrapper > ul.ui-tabs-nav > li {
margin-bottom: 5px;
}
.slider-style-three .slider-video-icon {
display: none;
}
.em-slick-slider-new .single-slide.slider-style-three {
height: 450px;
}
.service-style-five .em-service-title h2 {
font-size: 26px;
}
.itsoft-blog-meta-top {
left: 8px;
bottom: inherit;
top: 10px;
}
.dreamit-slick-slider .hero-text-wrap h1 {
font-size: 28px !important;
}
.dreamit-slick-slider .hero-text-wrap h4 {
font-size: 16px !important;
}
.single-slick {
min-height: 500px !important;
}
.blog_style_two .em-blog-content-area_adn {
padding: 32px 15px 30px;
}
.service-box.style-five {
padding: 0 0px;
}
.counter-creative .single_counter {
float: inherit !important;
text-align: center;
margin: auto !important;
}
.image-wrap img {
width: 100% !important;
}
.service-box.style_11 {
margin-bottom: 30px!important;
}
.style-four .section-title.t_center p:before {
display: none!important;
}
.style-four .section-title.t_center p:after {
display: none!important;
}
.New-portfolio .portfolio_nav ul li {
width: 100%!important;
}
.new-team .team-grid-style6 .team-item {
margin-bottom: 40px!important;
}
} @media only screen and (min-width: 480px) and (max-width: 767px) {
.em-slider-button {
display: block;
margin-top: 24px;
}
.single_protfolio:hover .prot_content {
bottom: 11px;
}
.banner-slider-content h1, .banner-slider-content h2 {
color: #fff;
font-size: 38px;
}
a.active-tab-btn {
display:inline-block;
}
.em-button-button-area a {
padding: 10px 18px;
font-size: 12px;
margin: 0 5px !important;
}
.banner-content p {
width: 92%;
}
.single-video h3 {
font-size: 22px;
}
.brand_logo .kc_col-sm-2{
width:50% !important;
}
.copy-right-text p {
font-size: 14px;
}
.em-slider-sub-title {
font-size: 22px;
}
.em-slider-title {
font-size: 16px;
margin: 0 0 7px;
}
.em-nivo-slider-wrapper .nivo-directionNav a {
display: none;
}
.em-slider-descript {
width: 80%;
display: none;
}
.trp_nav_area {
position: inherit;
}
.em-team-content-image img {
width: 100%;
}
.countr_text > h1 {
font-size: 40px;
padding-bottom: 0;
}
.countr_text > h3 {
font-size: 40px;
}
.banner-slick.banner-content h3,
.banner-slick.banner-content h2,
.banner-slick.banner-content h1 {
font-size: 45px !important;
}
.banner-content.banner-slick.text-center h4 {
font-size: 20px;
}
.dreamit-slick-slider .hero-text-wrap h1 {
font-size: 38px !important;
}
rs-arrow.tp-leftarrow.tparrows.hades {
display: none!important;
}
rs-arrow.tp-rightarrow.tparrows.hades {
display: none!important;
}
.team-img img {
width: 100%!important;
}
.section-title.t_center p {
width: 83%!~important;
}
}
@media only screen and (min-width: 600px) and (max-width: 767px) {
.itsoft-blog-meta-left_adn a, .itsoft-blog-meta-left_adn span {
font-size: 12px;
}
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
.itsoft-blog-meta-left_adn a, .itsoft-blog-meta-left_adn span {
font-size: 12px;
}
rs-arrow.tp-leftarrow.tparrows.hades {
display: none!important;
}
rs-arrow.tp-rightarrow.tparrows.hades {
display: none!important;
}
.section-title.t_center p {
width: 100%!important;
}
}
@media only screen and (min-width: 320px) and (max-width: 419px) {
.itsoft-blog-meta-left_adn a, .itsoft-blog-meta-left_adn span {
font-size: 12px;
}
.blog_style_five .blog-inner-content {
padding: 19px 12px 20px!important;
}
.blog_style_five .em-blog-content-area_adn {
padding: 24px 15px 6px!important;
}
.blog_style_five .itsoft-blog-readmore {
left: 9px!important;
}
}:root{--direction-multiplier:1}body.rtl,html[dir=rtl]{--direction-multiplier:-1}.elementor-hidden{display:none}.elementor-visibility-hidden{visibility:hidden}.elementor-screen-only,.screen-reader-text,.screen-reader-text span,.ui-helper-hidden-accessible{height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;top:-10000em;width:1px;clip:rect(0,0,0,0);border:0}.elementor-clearfix:after{clear:both;content:"";display:block;height:0;width:0}.e-logo-wrapper{background:var(--e-a-bg-logo);border-radius:50%;display:inline-block;line-height:1;padding:.75em}.e-logo-wrapper i{color:var(--e-a-color-logo);font-size:1em}.elementor *,.elementor :after,.elementor :before{box-sizing:border-box}.elementor a{box-shadow:none;text-decoration:none}.elementor hr{background-color:transparent;margin:0}.elementor img{border:none;border-radius:0;box-shadow:none;height:auto;max-width:100%}.elementor .elementor-widget:not(.elementor-widget-text-editor):not(.elementor-widget-theme-post-content) figure{margin:0}.elementor embed,.elementor iframe,.elementor object,.elementor video{border:none;line-height:1;margin:0;max-width:100%;width:100%}.elementor .elementor-background,.elementor .elementor-background-holder,.elementor .elementor-background-video-container{direction:ltr;inset:0;overflow:hidden;position:absolute;z-index:0}.elementor .elementor-background-video-container{pointer-events:none;transition:opacity 1s}.elementor .elementor-background-video-container.elementor-loading{opacity:0}.elementor .elementor-background-video,.elementor .elementor-background-video-embed{max-width:none}.elementor .elementor-background-video,.elementor .elementor-background-video-embed,.elementor .elementor-background-video-hosted{inset-block-start:50%;inset-inline-start:50%;position:absolute;transform:translate(-50%,-50%)}.elementor .elementor-background-video-hosted{-o-object-fit:cover;object-fit:cover}.elementor .elementor-background-overlay{inset:0;position:absolute}.elementor .elementor-background-slideshow{inset:0;position:absolute;z-index:0}.elementor .elementor-background-slideshow__slide__image{background-position:50%;background-size:cover;height:100%;width:100%}.e-con-inner>.elementor-element.elementor-absolute,.e-con>.elementor-element.elementor-absolute,.elementor-widget-wrap>.elementor-element.elementor-absolute{position:absolute}.e-con-inner>.elementor-element.elementor-fixed,.e-con>.elementor-element.elementor-fixed,.elementor-widget-wrap>.elementor-element.elementor-fixed{position:fixed}.elementor-widget-wrap .elementor-element.elementor-widget__width-auto,.elementor-widget-wrap .elementor-element.elementor-widget__width-initial{max-width:100%}@media (max-width:1024px){.elementor-widget-wrap .elementor-element.elementor-widget-tablet__width-auto,.elementor-widget-wrap .elementor-element.elementor-widget-tablet__width-initial{max-width:100%}}@media (max-width:767px){.elementor-widget-wrap .elementor-element.elementor-widget-mobile__width-auto,.elementor-widget-wrap .elementor-element.elementor-widget-mobile__width-initial{max-width:100%}}.elementor-element{--flex-direction:initial;--flex-wrap:initial;--justify-content:initial;--align-items:initial;--align-content:initial;--gap:initial;--flex-basis:initial;--flex-grow:initial;--flex-shrink:initial;--order:initial;--align-self:initial;align-self:var(--align-self);flex-basis:var(--flex-basis);flex-grow:var(--flex-grow);flex-shrink:var(--flex-shrink);order:var(--order)}.elementor-element.elementor-absolute,.elementor-element.elementor-fixed{z-index:1}.elementor-element:where(.e-con-full,.elementor-widget){align-content:var(--align-content);align-items:var(--align-items);flex-direction:var(--flex-direction);flex-wrap:var(--flex-wrap);gap:var(--row-gap) var(--column-gap);justify-content:var(--justify-content)}.elementor-invisible{visibility:hidden}.elementor-custom-embed-play{inset-block-start:50%;inset-inline-start:50%;position:absolute;transform:translate(calc(-50% * var(--direction-multiplier)),-50%)}.elementor-custom-embed-play i{color:#fff;font-size:100px;text-shadow:1px 0 6px rgba(0,0,0,.3)}.elementor-custom-embed-play svg{height:100px;width:100px;fill:#fff;filter:drop-shadow(1px 0 6px rgba(0,0,0,.3))}.elementor-custom-embed-play i,.elementor-custom-embed-play svg{opacity:.8;transition:all .5s}.elementor-custom-embed-play.elementor-playing i{font-family:eicons}.elementor-custom-embed-play.elementor-playing i:before{content:"\e8fb"}.elementor-custom-embed-play.elementor-playing i,.elementor-custom-embed-play.elementor-playing svg{animation:eicon-spin 2s linear infinite}.elementor-tag{display:inline-flex}.elementor-ken-burns{transition-duration:10s;transition-property:transform;transition-timing-function:linear}.elementor-ken-burns--out{transform:scale(1.3)}.elementor-ken-burns--active{transition-duration:20s}.elementor-ken-burns--active.elementor-ken-burns--out{transform:scale(1)}.elementor-ken-burns--active.elementor-ken-burns--in{transform:scale(1.3)}.elementor-align-center{text-align:center}.elementor-align-right{text-align:right}.elementor-align-left{text-align:left}.elementor-align-center .elementor-button,.elementor-align-left .elementor-button,.elementor-align-right .elementor-button{width:auto}.elementor-align-justify .elementor-button{width:100%}@media (min-width:-1){.elementor-widescreen-align-center{text-align:center}.elementor-widescreen-align-right{text-align:right}.elementor-widescreen-align-left{text-align:left}.elementor-widescreen-align-center .elementor-button,.elementor-widescreen-align-left .elementor-button,.elementor-widescreen-align-right .elementor-button{width:auto}.elementor-widescreen-align-justify .elementor-button{width:100%}}@media (max-width:-1){.elementor-laptop-align-center{text-align:center}.elementor-laptop-align-right{text-align:right}.elementor-laptop-align-left{text-align:left}.elementor-laptop-align-center .elementor-button,.elementor-laptop-align-left .elementor-button,.elementor-laptop-align-right .elementor-button{width:auto}.elementor-laptop-align-justify .elementor-button{width:100%}.elementor-tablet_extra-align-center{text-align:center}.elementor-tablet_extra-align-right{text-align:right}.elementor-tablet_extra-align-left{text-align:left}.elementor-tablet_extra-align-center .elementor-button,.elementor-tablet_extra-align-left .elementor-button,.elementor-tablet_extra-align-right .elementor-button{width:auto}.elementor-tablet_extra-align-justify .elementor-button{width:100%}}@media (max-width:1024px){.elementor-tablet-align-center{text-align:center}.elementor-tablet-align-right{text-align:right}.elementor-tablet-align-left{text-align:left}.elementor-tablet-align-center .elementor-button,.elementor-tablet-align-left .elementor-button,.elementor-tablet-align-right .elementor-button{width:auto}.elementor-tablet-align-justify .elementor-button{width:100%}}@media (max-width:-1){.elementor-mobile_extra-align-center{text-align:center}.elementor-mobile_extra-align-right{text-align:right}.elementor-mobile_extra-align-left{text-align:left}.elementor-mobile_extra-align-center .elementor-button,.elementor-mobile_extra-align-left .elementor-button,.elementor-mobile_extra-align-right .elementor-button{width:auto}.elementor-mobile_extra-align-justify .elementor-button{width:100%}}@media (max-width:767px){.elementor-mobile-align-center{text-align:center}.elementor-mobile-align-right{text-align:right}.elementor-mobile-align-left{text-align:left}.elementor-mobile-align-center .elementor-button,.elementor-mobile-align-left .elementor-button,.elementor-mobile-align-right .elementor-button{width:auto}.elementor-mobile-align-justify .elementor-button{width:100%}}:root{--page-title-display:block}.elementor-page-title,h1.entry-title{display:var(--page-title-display)}@keyframes eicon-spin{0%{transform:rotate(0deg)}to{transform:rotate(359deg)}}.eicon-animation-spin{animation:eicon-spin 2s linear infinite}.elementor-section{position:relative}.elementor-section .elementor-container{display:flex;margin-left:auto;margin-right:auto;position:relative}@media (max-width:1024px){.elementor-section .elementor-container{flex-wrap:wrap}}.elementor-section.elementor-section-boxed>.elementor-container{max-width:1140px}.elementor-section.elementor-section-stretched{position:relative;width:100%}.elementor-section.elementor-section-items-top>.elementor-container{align-items:flex-start}.elementor-section.elementor-section-items-middle>.elementor-container{align-items:center}.elementor-section.elementor-section-items-bottom>.elementor-container{align-items:flex-end}@media (min-width:768px){.elementor-section.elementor-section-height-full{height:100vh}.elementor-section.elementor-section-height-full>.elementor-container{height:100%}}.elementor-bc-flex-widget .elementor-section-content-top>.elementor-container>.elementor-column>.elementor-widget-wrap{align-items:flex-start}.elementor-bc-flex-widget .elementor-section-content-middle>.elementor-container>.elementor-column>.elementor-widget-wrap{align-items:center}.elementor-bc-flex-widget .elementor-section-content-bottom>.elementor-container>.elementor-column>.elementor-widget-wrap{align-items:flex-end}.elementor-widget-wrap{align-content:flex-start;flex-wrap:wrap;position:relative;width:100%}.elementor:not(.elementor-bc-flex-widget) .elementor-widget-wrap{display:flex}.elementor-widget-wrap>.elementor-element{width:100%}.elementor-widget-wrap.e-swiper-container{width:calc(100% - (var(--e-column-margin-left, 0px) + var(--e-column-margin-right, 0px)))}.elementor-widget{position:relative}.elementor-widget:not(:last-child){margin-bottom:var(--kit-widget-spacing,20px)}.elementor-widget:not(:last-child).elementor-absolute,.elementor-widget:not(:last-child).elementor-widget__width-auto,.elementor-widget:not(:last-child).elementor-widget__width-initial{margin-bottom:0}.elementor-column{display:flex;min-height:1px;position:relative}.elementor-column-gap-narrow>.elementor-column>.elementor-element-populated{padding:5px}.elementor-column-gap-default>.elementor-column>.elementor-element-populated{padding:10px}.elementor-column-gap-extended>.elementor-column>.elementor-element-populated{padding:15px}.elementor-column-gap-wide>.elementor-column>.elementor-element-populated{padding:20px}.elementor-column-gap-wider>.elementor-column>.elementor-element-populated{padding:30px}.elementor-inner-section .elementor-column-gap-no .elementor-element-populated{padding:0}@media (min-width:768px){.elementor-column.elementor-col-10,.elementor-column[data-col="10"]{width:10%}.elementor-column.elementor-col-11,.elementor-column[data-col="11"]{width:11.111%}.elementor-column.elementor-col-12,.elementor-column[data-col="12"]{width:12.5%}.elementor-column.elementor-col-14,.elementor-column[data-col="14"]{width:14.285%}.elementor-column.elementor-col-16,.elementor-column[data-col="16"]{width:16.666%}.elementor-column.elementor-col-20,.elementor-column[data-col="20"]{width:20%}.elementor-column.elementor-col-25,.elementor-column[data-col="25"]{width:25%}.elementor-column.elementor-col-30,.elementor-column[data-col="30"]{width:30%}.elementor-column.elementor-col-33,.elementor-column[data-col="33"]{width:33.333%}.elementor-column.elementor-col-40,.elementor-column[data-col="40"]{width:40%}.elementor-column.elementor-col-50,.elementor-column[data-col="50"]{width:50%}.elementor-column.elementor-col-60,.elementor-column[data-col="60"]{width:60%}.elementor-column.elementor-col-66,.elementor-column[data-col="66"]{width:66.666%}.elementor-column.elementor-col-70,.elementor-column[data-col="70"]{width:70%}.elementor-column.elementor-col-75,.elementor-column[data-col="75"]{width:75%}.elementor-column.elementor-col-80,.elementor-column[data-col="80"]{width:80%}.elementor-column.elementor-col-83,.elementor-column[data-col="83"]{width:83.333%}.elementor-column.elementor-col-90,.elementor-column[data-col="90"]{width:90%}.elementor-column.elementor-col-100,.elementor-column[data-col="100"]{width:100%}}@media (max-width:479px){.elementor-column.elementor-xs-10{width:10%}.elementor-column.elementor-xs-11{width:11.111%}.elementor-column.elementor-xs-12{width:12.5%}.elementor-column.elementor-xs-14{width:14.285%}.elementor-column.elementor-xs-16{width:16.666%}.elementor-column.elementor-xs-20{width:20%}.elementor-column.elementor-xs-25{width:25%}.elementor-column.elementor-xs-30{width:30%}.elementor-column.elementor-xs-33{width:33.333%}.elementor-column.elementor-xs-40{width:40%}.elementor-column.elementor-xs-50{width:50%}.elementor-column.elementor-xs-60{width:60%}.elementor-column.elementor-xs-66{width:66.666%}.elementor-column.elementor-xs-70{width:70%}.elementor-column.elementor-xs-75{width:75%}.elementor-column.elementor-xs-80{width:80%}.elementor-column.elementor-xs-83{width:83.333%}.elementor-column.elementor-xs-90{width:90%}.elementor-column.elementor-xs-100{width:100%}}@media (max-width:767px){.elementor-column.elementor-sm-10{width:10%}.elementor-column.elementor-sm-11{width:11.111%}.elementor-column.elementor-sm-12{width:12.5%}.elementor-column.elementor-sm-14{width:14.285%}.elementor-column.elementor-sm-16{width:16.666%}.elementor-column.elementor-sm-20{width:20%}.elementor-column.elementor-sm-25{width:25%}.elementor-column.elementor-sm-30{width:30%}.elementor-column.elementor-sm-33{width:33.333%}.elementor-column.elementor-sm-40{width:40%}.elementor-column.elementor-sm-50{width:50%}.elementor-column.elementor-sm-60{width:60%}.elementor-column.elementor-sm-66{width:66.666%}.elementor-column.elementor-sm-70{width:70%}.elementor-column.elementor-sm-75{width:75%}.elementor-column.elementor-sm-80{width:80%}.elementor-column.elementor-sm-83{width:83.333%}.elementor-column.elementor-sm-90{width:90%}.elementor-column.elementor-sm-100{width:100%}}@media (min-width:768px) and (max-width:1024px){.elementor-column.elementor-md-10{width:10%}.elementor-column.elementor-md-11{width:11.111%}.elementor-column.elementor-md-12{width:12.5%}.elementor-column.elementor-md-14{width:14.285%}.elementor-column.elementor-md-16{width:16.666%}.elementor-column.elementor-md-20{width:20%}.elementor-column.elementor-md-25{width:25%}.elementor-column.elementor-md-30{width:30%}.elementor-column.elementor-md-33{width:33.333%}.elementor-column.elementor-md-40{width:40%}.elementor-column.elementor-md-50{width:50%}.elementor-column.elementor-md-60{width:60%}.elementor-column.elementor-md-66{width:66.666%}.elementor-column.elementor-md-70{width:70%}.elementor-column.elementor-md-75{width:75%}.elementor-column.elementor-md-80{width:80%}.elementor-column.elementor-md-83{width:83.333%}.elementor-column.elementor-md-90{width:90%}.elementor-column.elementor-md-100{width:100%}}@media (min-width:-1){.elementor-reverse-widescreen>.elementor-container>:first-child{order:10}.elementor-reverse-widescreen>.elementor-container>:nth-child(2){order:9}.elementor-reverse-widescreen>.elementor-container>:nth-child(3){order:8}.elementor-reverse-widescreen>.elementor-container>:nth-child(4){order:7}.elementor-reverse-widescreen>.elementor-container>:nth-child(5){order:6}.elementor-reverse-widescreen>.elementor-container>:nth-child(6){order:5}.elementor-reverse-widescreen>.elementor-container>:nth-child(7){order:4}.elementor-reverse-widescreen>.elementor-container>:nth-child(8){order:3}.elementor-reverse-widescreen>.elementor-container>:nth-child(9){order:2}.elementor-reverse-widescreen>.elementor-container>:nth-child(10){order:1}}@media (min-width:1025px) and (max-width:-1){.elementor-reverse-laptop>.elementor-container>:first-child{order:10}.elementor-reverse-laptop>.elementor-container>:nth-child(2){order:9}.elementor-reverse-laptop>.elementor-container>:nth-child(3){order:8}.elementor-reverse-laptop>.elementor-container>:nth-child(4){order:7}.elementor-reverse-laptop>.elementor-container>:nth-child(5){order:6}.elementor-reverse-laptop>.elementor-container>:nth-child(6){order:5}.elementor-reverse-laptop>.elementor-container>:nth-child(7){order:4}.elementor-reverse-laptop>.elementor-container>:nth-child(8){order:3}.elementor-reverse-laptop>.elementor-container>:nth-child(9){order:2}.elementor-reverse-laptop>.elementor-container>:nth-child(10){order:1}}@media (min-width:-1) and (max-width:-1){.elementor-reverse-laptop>.elementor-container>:first-child{order:10}.elementor-reverse-laptop>.elementor-container>:nth-child(2){order:9}.elementor-reverse-laptop>.elementor-container>:nth-child(3){order:8}.elementor-reverse-laptop>.elementor-container>:nth-child(4){order:7}.elementor-reverse-laptop>.elementor-container>:nth-child(5){order:6}.elementor-reverse-laptop>.elementor-container>:nth-child(6){order:5}.elementor-reverse-laptop>.elementor-container>:nth-child(7){order:4}.elementor-reverse-laptop>.elementor-container>:nth-child(8){order:3}.elementor-reverse-laptop>.elementor-container>:nth-child(9){order:2}.elementor-reverse-laptop>.elementor-container>:nth-child(10){order:1}}@media (min-width:1025px) and (max-width:-1){.elementor-reverse-laptop>.elementor-container>:first-child,.elementor-reverse-laptop>.elementor-container>:nth-child(10),.elementor-reverse-laptop>.elementor-container>:nth-child(2),.elementor-reverse-laptop>.elementor-container>:nth-child(3),.elementor-reverse-laptop>.elementor-container>:nth-child(4),.elementor-reverse-laptop>.elementor-container>:nth-child(5),.elementor-reverse-laptop>.elementor-container>:nth-child(6),.elementor-reverse-laptop>.elementor-container>:nth-child(7),.elementor-reverse-laptop>.elementor-container>:nth-child(8),.elementor-reverse-laptop>.elementor-container>:nth-child(9){order:0}.elementor-reverse-tablet_extra>.elementor-container>:first-child{order:10}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(2){order:9}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(3){order:8}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(4){order:7}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(5){order:6}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(6){order:5}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(7){order:4}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(8){order:3}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(9){order:2}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(10){order:1}}@media (min-width:768px) and (max-width:1024px){.elementor-reverse-tablet>.elementor-container>:first-child{order:10}.elementor-reverse-tablet>.elementor-container>:nth-child(2){order:9}.elementor-reverse-tablet>.elementor-container>:nth-child(3){order:8}.elementor-reverse-tablet>.elementor-container>:nth-child(4){order:7}.elementor-reverse-tablet>.elementor-container>:nth-child(5){order:6}.elementor-reverse-tablet>.elementor-container>:nth-child(6){order:5}.elementor-reverse-tablet>.elementor-container>:nth-child(7){order:4}.elementor-reverse-tablet>.elementor-container>:nth-child(8){order:3}.elementor-reverse-tablet>.elementor-container>:nth-child(9){order:2}.elementor-reverse-tablet>.elementor-container>:nth-child(10){order:1}}@media (min-width:-1) and (max-width:1024px){.elementor-reverse-tablet>.elementor-container>:first-child{order:10}.elementor-reverse-tablet>.elementor-container>:nth-child(2){order:9}.elementor-reverse-tablet>.elementor-container>:nth-child(3){order:8}.elementor-reverse-tablet>.elementor-container>:nth-child(4){order:7}.elementor-reverse-tablet>.elementor-container>:nth-child(5){order:6}.elementor-reverse-tablet>.elementor-container>:nth-child(6){order:5}.elementor-reverse-tablet>.elementor-container>:nth-child(7){order:4}.elementor-reverse-tablet>.elementor-container>:nth-child(8){order:3}.elementor-reverse-tablet>.elementor-container>:nth-child(9){order:2}.elementor-reverse-tablet>.elementor-container>:nth-child(10){order:1}}@media (min-width:768px) and (max-width:-1){.elementor-reverse-tablet>.elementor-container>:first-child,.elementor-reverse-tablet>.elementor-container>:nth-child(10),.elementor-reverse-tablet>.elementor-container>:nth-child(2),.elementor-reverse-tablet>.elementor-container>:nth-child(3),.elementor-reverse-tablet>.elementor-container>:nth-child(4),.elementor-reverse-tablet>.elementor-container>:nth-child(5),.elementor-reverse-tablet>.elementor-container>:nth-child(6),.elementor-reverse-tablet>.elementor-container>:nth-child(7),.elementor-reverse-tablet>.elementor-container>:nth-child(8),.elementor-reverse-tablet>.elementor-container>:nth-child(9){order:0}.elementor-reverse-mobile_extra>.elementor-container>:first-child{order:10}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(2){order:9}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(3){order:8}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(4){order:7}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(5){order:6}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(6){order:5}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(7){order:4}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(8){order:3}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(9){order:2}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(10){order:1}}@media (max-width:767px){.elementor-reverse-mobile>.elementor-container>:first-child{order:10}.elementor-reverse-mobile>.elementor-container>:nth-child(2){order:9}.elementor-reverse-mobile>.elementor-container>:nth-child(3){order:8}.elementor-reverse-mobile>.elementor-container>:nth-child(4){order:7}.elementor-reverse-mobile>.elementor-container>:nth-child(5){order:6}.elementor-reverse-mobile>.elementor-container>:nth-child(6){order:5}.elementor-reverse-mobile>.elementor-container>:nth-child(7){order:4}.elementor-reverse-mobile>.elementor-container>:nth-child(8){order:3}.elementor-reverse-mobile>.elementor-container>:nth-child(9){order:2}.elementor-reverse-mobile>.elementor-container>:nth-child(10){order:1}.elementor-column{width:100%}}.elementor-grid{display:grid;grid-column-gap:var(--grid-column-gap);grid-row-gap:var(--grid-row-gap)}.elementor-grid .elementor-grid-item{min-width:0}.elementor-grid-0 .elementor-grid{display:inline-block;margin-bottom:calc(-1 * var(--grid-row-gap));width:100%;word-spacing:var(--grid-column-gap)}.elementor-grid-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-bottom:var(--grid-row-gap);word-break:break-word}.elementor-grid-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}@media (min-width:-1){.elementor-grid-widescreen-0 .elementor-grid{display:inline-block;margin-bottom:calc(-1 * var(--grid-row-gap));width:100%;word-spacing:var(--grid-column-gap)}.elementor-grid-widescreen-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-bottom:var(--grid-row-gap);word-break:break-word}.elementor-grid-widescreen-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-widescreen-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-widescreen-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-widescreen-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-widescreen-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-widescreen-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-widescreen-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-widescreen-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-widescreen-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-widescreen-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-widescreen-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-widescreen-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}}@media (max-width:-1){.elementor-grid-laptop-0 .elementor-grid{display:inline-block;margin-bottom:calc(-1 * var(--grid-row-gap));width:100%;word-spacing:var(--grid-column-gap)}.elementor-grid-laptop-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-bottom:var(--grid-row-gap);word-break:break-word}.elementor-grid-laptop-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-laptop-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-laptop-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-laptop-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-laptop-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-laptop-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-laptop-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-laptop-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-laptop-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-laptop-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-laptop-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-laptop-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}.elementor-grid-tablet_extra-0 .elementor-grid{display:inline-block;margin-bottom:calc(-1 * var(--grid-row-gap));width:100%;word-spacing:var(--grid-column-gap)}.elementor-grid-tablet_extra-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-bottom:var(--grid-row-gap);word-break:break-word}.elementor-grid-tablet_extra-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-tablet_extra-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-tablet_extra-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-tablet_extra-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-tablet_extra-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-tablet_extra-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-tablet_extra-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-tablet_extra-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-tablet_extra-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-tablet_extra-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-tablet_extra-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-tablet_extra-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}}@media (max-width:1024px){.elementor-grid-tablet-0 .elementor-grid{display:inline-block;margin-bottom:calc(-1 * var(--grid-row-gap));width:100%;word-spacing:var(--grid-column-gap)}.elementor-grid-tablet-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-bottom:var(--grid-row-gap);word-break:break-word}.elementor-grid-tablet-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-tablet-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-tablet-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-tablet-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-tablet-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-tablet-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-tablet-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-tablet-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-tablet-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-tablet-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-tablet-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-tablet-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}}@media (max-width:-1){.elementor-grid-mobile_extra-0 .elementor-grid{display:inline-block;margin-bottom:calc(-1 * var(--grid-row-gap));width:100%;word-spacing:var(--grid-column-gap)}.elementor-grid-mobile_extra-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-bottom:var(--grid-row-gap);word-break:break-word}.elementor-grid-mobile_extra-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-mobile_extra-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-mobile_extra-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-mobile_extra-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-mobile_extra-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-mobile_extra-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-mobile_extra-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-mobile_extra-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-mobile_extra-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-mobile_extra-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-mobile_extra-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-mobile_extra-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}}@media (max-width:767px){.elementor-grid-mobile-0 .elementor-grid{display:inline-block;margin-bottom:calc(-1 * var(--grid-row-gap));width:100%;word-spacing:var(--grid-column-gap)}.elementor-grid-mobile-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-bottom:var(--grid-row-gap);word-break:break-word}.elementor-grid-mobile-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-mobile-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-mobile-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-mobile-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-mobile-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-mobile-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-mobile-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-mobile-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-mobile-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-mobile-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-mobile-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-mobile-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}}@media (min-width:1025px){#elementor-device-mode:after{content:"desktop"}}@media (min-width:-1){#elementor-device-mode:after{content:"widescreen"}}@media (max-width:-1){#elementor-device-mode:after{content:"laptop";content:"tablet_extra"}}@media (max-width:1024px){#elementor-device-mode:after{content:"tablet"}}@media (max-width:-1){#elementor-device-mode:after{content:"mobile_extra"}}@media (max-width:767px){#elementor-device-mode:after{content:"mobile"}}@media (prefers-reduced-motion:no-preference){html{scroll-behavior:smooth}}.e-con{--border-radius:0;--border-top-width:0px;--border-right-width:0px;--border-bottom-width:0px;--border-left-width:0px;--border-style:initial;--border-color:initial;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--content-width:min(100%,var(--container-max-width,1140px));--width:100%;--min-height:initial;--height:auto;--text-align:initial;--margin-top:0px;--margin-right:0px;--margin-bottom:0px;--margin-left:0px;--padding-top:var(--container-default-padding-top,10px);--padding-right:var(--container-default-padding-right,10px);--padding-bottom:var(--container-default-padding-bottom,10px);--padding-left:var(--container-default-padding-left,10px);--position:relative;--z-index:revert;--overflow:visible;--gap:var(--widgets-spacing,20px);--row-gap:var(--widgets-spacing-row,20px);--column-gap:var(--widgets-spacing-column,20px);--overlay-mix-blend-mode:initial;--overlay-opacity:1;--overlay-transition:0.3s;--e-con-grid-template-columns:repeat(3,1fr);--e-con-grid-template-rows:repeat(2,1fr);border-radius:var(--border-radius);height:var(--height);min-height:var(--min-height);min-width:0;overflow:var(--overflow);position:var(--position);width:var(--width);z-index:var(--z-index);--flex-wrap-mobile:wrap;margin-block-end:var(--margin-block-end);margin-block-start:var(--margin-block-start);margin-inline-end:var(--margin-inline-end);margin-inline-start:var(--margin-inline-start);padding-inline-end:var(--padding-inline-end);padding-inline-start:var(--padding-inline-start)}.e-con:where(:not(.e-div-block-base)){transition:background var(--background-transition,.3s),border var(--border-transition,.3s),box-shadow var(--border-transition,.3s),transform var(--e-con-transform-transition-duration,.4s)}.e-con{--margin-block-start:var(--margin-top);--margin-block-end:var(--margin-bottom);--margin-inline-start:var(--margin-left);--margin-inline-end:var(--margin-right);--padding-inline-start:var(--padding-left);--padding-inline-end:var(--padding-right);--padding-block-start:var(--padding-top);--padding-block-end:var(--padding-bottom);--border-block-start-width:var(--border-top-width);--border-block-end-width:var(--border-bottom-width);--border-inline-start-width:var(--border-left-width);--border-inline-end-width:var(--border-right-width)}body.rtl .e-con{--padding-inline-start:var(--padding-right);--padding-inline-end:var(--padding-left);--margin-inline-start:var(--margin-right);--margin-inline-end:var(--margin-left);--border-inline-start-width:var(--border-right-width);--border-inline-end-width:var(--border-left-width)}.e-con.e-flex{--flex-direction:column;--flex-basis:auto;--flex-grow:0;--flex-shrink:1;flex:var(--flex-grow) var(--flex-shrink) var(--flex-basis)}.e-con-full,.e-con>.e-con-inner{padding-block-end:var(--padding-block-end);padding-block-start:var(--padding-block-start);text-align:var(--text-align)}.e-con-full.e-flex,.e-con.e-flex>.e-con-inner{flex-direction:var(--flex-direction)}.e-con,.e-con>.e-con-inner{display:var(--display)}.e-con.e-grid{--grid-justify-content:start;--grid-align-content:start;--grid-auto-flow:row}.e-con.e-grid,.e-con.e-grid>.e-con-inner{align-content:var(--grid-align-content);align-items:var(--align-items);grid-auto-flow:var(--grid-auto-flow);grid-template-columns:var(--e-con-grid-template-columns);grid-template-rows:var(--e-con-grid-template-rows);justify-content:var(--grid-justify-content);justify-items:var(--justify-items)}.e-con-boxed.e-flex{align-content:normal;align-items:normal;flex-direction:column;flex-wrap:nowrap;justify-content:normal}.e-con-boxed.e-grid{grid-template-columns:1fr;grid-template-rows:1fr;justify-items:legacy}.e-con-boxed{gap:initial;text-align:initial}.e-con.e-flex>.e-con-inner{align-content:var(--align-content);align-items:var(--align-items);align-self:auto;flex-basis:auto;flex-grow:1;flex-shrink:1;flex-wrap:var(--flex-wrap);justify-content:var(--justify-content)}.e-con.e-grid>.e-con-inner{align-items:var(--align-items);justify-items:var(--justify-items)}.e-con>.e-con-inner{gap:var(--row-gap) var(--column-gap);height:100%;margin:0 auto;max-width:var(--content-width);padding-inline-end:0;padding-inline-start:0;width:100%}:is(.elementor-section-wrap,[data-elementor-id])>.e-con{--margin-left:auto;--margin-right:auto;max-width:min(100%,var(--width))}.e-con .elementor-widget.elementor-widget{margin-block-end:0}.e-con:before,.e-con>.elementor-background-slideshow:before,.e-con>.elementor-motion-effects-container>.elementor-motion-effects-layer:before,:is(.e-con,.e-con>.e-con-inner)>.elementor-background-video-container:before{border-block-end-width:var(--border-block-end-width);border-block-start-width:var(--border-block-start-width);border-color:var(--border-color);border-inline-end-width:var(--border-inline-end-width);border-inline-start-width:var(--border-inline-start-width);border-radius:var(--border-radius);border-style:var(--border-style);content:var(--background-overlay);display:block;height:max(100% + var(--border-top-width) + var(--border-bottom-width),100%);left:calc(0px - var(--border-left-width));mix-blend-mode:var(--overlay-mix-blend-mode);opacity:var(--overlay-opacity);position:absolute;top:calc(0px - var(--border-top-width));transition:var(--overlay-transition,.3s);width:max(100% + var(--border-left-width) + var(--border-right-width),100%)}.e-con:before{transition:background var(--overlay-transition,.3s),border-radius var(--border-transition,.3s),opacity var(--overlay-transition,.3s)}.e-con>.elementor-background-slideshow,:is(.e-con,.e-con>.e-con-inner)>.elementor-background-video-container{border-block-end-width:var(--border-block-end-width);border-block-start-width:var(--border-block-start-width);border-color:var(--border-color);border-inline-end-width:var(--border-inline-end-width);border-inline-start-width:var(--border-inline-start-width);border-radius:var(--border-radius);border-style:var(--border-style);height:max(100% + var(--border-top-width) + var(--border-bottom-width),100%);left:calc(0px - var(--border-left-width));top:calc(0px - var(--border-top-width));width:max(100% + var(--border-left-width) + var(--border-right-width),100%)}@media (max-width:767px){:is(.e-con,.e-con>.e-con-inner)>.elementor-background-video-container.elementor-hidden-mobile{display:none}}:is(.e-con,.e-con>.e-con-inner)>.elementor-background-video-container:before{z-index:1}:is(.e-con,.e-con>.e-con-inner)>.elementor-background-slideshow:before{z-index:2}.e-con .elementor-widget{min-width:0}.e-con .elementor-widget-empty,.e-con .elementor-widget-google_maps,.e-con .elementor-widget-video,.e-con .elementor-widget.e-widget-swiper{width:100%}.e-con>.e-con-inner>.elementor-widget>.elementor-widget-container,.e-con>.elementor-widget>.elementor-widget-container{height:100%}.e-con.e-con>.e-con-inner>.elementor-widget,.elementor.elementor .e-con>.elementor-widget{max-width:100%}.e-con .elementor-widget:not(:last-child){--kit-widget-spacing:0px}@media (max-width:767px){.e-con.e-flex{--width:100%;--flex-wrap:var(--flex-wrap-mobile)}.e-con.e-flex .elementor-widget-archive-posts{width:100%}}.elementor-form-fields-wrapper{display:flex;flex-wrap:wrap}.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group .elementor-field-subgroup,.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group>.elementor-select-wrapper,.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group>input,.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group>textarea{flex-basis:100%;max-width:100%}.elementor-form-fields-wrapper.elementor-labels-inline>.elementor-field-group .elementor-select-wrapper,.elementor-form-fields-wrapper.elementor-labels-inline>.elementor-field-group>input{flex-grow:1}.elementor-field-group{align-items:center;flex-wrap:wrap}.elementor-field-group.elementor-field-type-submit{align-items:flex-end}.elementor-field-group .elementor-field-textual{background-color:transparent;border:1px solid #69727d;color:#1f2124;flex-grow:1;max-width:100%;vertical-align:middle;width:100%}.elementor-field-group .elementor-field-textual:focus{box-shadow:inset 0 0 0 1px rgba(0,0,0,.1);outline:0}.elementor-field-group .elementor-field-textual::-moz-placeholder{color:inherit;font-family:inherit;opacity:.6}.elementor-field-group .elementor-field-textual::placeholder{color:inherit;font-family:inherit;opacity:.6}.elementor-field-group .elementor-select-wrapper{display:flex;position:relative;width:100%}.elementor-field-group .elementor-select-wrapper select{-webkit-appearance:none;-moz-appearance:none;appearance:none;color:inherit;flex-basis:100%;font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;padding-inline-end:20px;text-transform:inherit}.elementor-field-group .elementor-select-wrapper:before{content:"\e92a";font-family:eicons;font-size:15px;inset-block-start:50%;inset-inline-end:10px;pointer-events:none;position:absolute;text-shadow:0 0 3px rgba(0,0,0,.3);transform:translateY(-50%)}.elementor-field-group.elementor-field-type-select-multiple .elementor-select-wrapper:before{content:""}.elementor-field-subgroup{display:flex;flex-wrap:wrap}.elementor-field-subgroup .elementor-field-option label{display:inline-block}.elementor-field-subgroup.elementor-subgroup-inline .elementor-field-option{padding-inline-end:10px}.elementor-field-subgroup:not(.elementor-subgroup-inline) .elementor-field-option{flex-basis:100%}.elementor-field-type-acceptance .elementor-field-subgroup .elementor-field-option input,.elementor-field-type-acceptance .elementor-field-subgroup .elementor-field-option label,.elementor-field-type-checkbox .elementor-field-subgroup .elementor-field-option input,.elementor-field-type-checkbox .elementor-field-subgroup .elementor-field-option label,.elementor-field-type-radio .elementor-field-subgroup .elementor-field-option input,.elementor-field-type-radio .elementor-field-subgroup .elementor-field-option label{display:inline}.elementor-field-label{cursor:pointer}.elementor-mark-required .elementor-field-label:after{color:red;content:"*";padding-inline-start:.2em}.elementor-field-textual{border-radius:3px;font-size:15px;line-height:1.4;min-height:40px;padding:5px 14px}.elementor-field-textual.elementor-size-xs{border-radius:2px;font-size:13px;min-height:33px;padding:4px 12px}.elementor-field-textual.elementor-size-md{border-radius:4px;font-size:16px;min-height:47px;padding:6px 16px}.elementor-field-textual.elementor-size-lg{border-radius:5px;font-size:18px;min-height:59px;padding:7px 20px}.elementor-field-textual.elementor-size-xl{border-radius:6px;font-size:20px;min-height:72px;padding:8px 24px}.elementor-button-align-stretch .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{flex-basis:100%}.elementor-button-align-stretch .e-form__buttons__wrapper{flex-basis:50%;flex-grow:1}.elementor-button-align-stretch .e-form__buttons__wrapper__button{flex-basis:100%}.elementor-button-align-center .e-form__buttons,.elementor-button-align-center .elementor-field-type-submit{justify-content:center}.elementor-button-align-start .e-form__buttons,.elementor-button-align-start .elementor-field-type-submit{justify-content:flex-start}.elementor-button-align-end .e-form__buttons,.elementor-button-align-end .elementor-field-type-submit{justify-content:flex-end}.elementor-button-align-center .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-button-align-end .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-button-align-start .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{flex-basis:auto}.elementor-button-align-center .e-form__buttons__wrapper,.elementor-button-align-end .e-form__buttons__wrapper,.elementor-button-align-start .e-form__buttons__wrapper{flex-grow:0}.elementor-button-align-center .e-form__buttons__wrapper,.elementor-button-align-center .e-form__buttons__wrapper__button,.elementor-button-align-end .e-form__buttons__wrapper,.elementor-button-align-end .e-form__buttons__wrapper__button,.elementor-button-align-start .e-form__buttons__wrapper,.elementor-button-align-start .e-form__buttons__wrapper__button{flex-basis:auto}@media screen and (max-width:1024px){.elementor-tablet-button-align-stretch .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{flex-basis:100%}.elementor-tablet-button-align-stretch .e-form__buttons__wrapper{flex-basis:50%;flex-grow:1}.elementor-tablet-button-align-stretch .e-form__buttons__wrapper__button{flex-basis:100%}.elementor-tablet-button-align-center .e-form__buttons,.elementor-tablet-button-align-center .elementor-field-type-submit{justify-content:center}.elementor-tablet-button-align-start .e-form__buttons,.elementor-tablet-button-align-start .elementor-field-type-submit{justify-content:flex-start}.elementor-tablet-button-align-end .e-form__buttons,.elementor-tablet-button-align-end .elementor-field-type-submit{justify-content:flex-end}.elementor-tablet-button-align-center .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-tablet-button-align-end .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-tablet-button-align-start .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{flex-basis:auto}.elementor-tablet-button-align-center .e-form__buttons__wrapper,.elementor-tablet-button-align-end .e-form__buttons__wrapper,.elementor-tablet-button-align-start .e-form__buttons__wrapper{flex-grow:0}.elementor-tablet-button-align-center .e-form__buttons__wrapper,.elementor-tablet-button-align-center .e-form__buttons__wrapper__button,.elementor-tablet-button-align-end .e-form__buttons__wrapper,.elementor-tablet-button-align-end .e-form__buttons__wrapper__button,.elementor-tablet-button-align-start .e-form__buttons__wrapper,.elementor-tablet-button-align-start .e-form__buttons__wrapper__button{flex-basis:auto}}@media screen and (max-width:767px){.elementor-mobile-button-align-stretch .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{flex-basis:100%}.elementor-mobile-button-align-stretch .e-form__buttons__wrapper{flex-basis:50%;flex-grow:1}.elementor-mobile-button-align-stretch .e-form__buttons__wrapper__button{flex-basis:100%}.elementor-mobile-button-align-center .e-form__buttons,.elementor-mobile-button-align-center .elementor-field-type-submit{justify-content:center}.elementor-mobile-button-align-start .e-form__buttons,.elementor-mobile-button-align-start .elementor-field-type-submit{justify-content:flex-start}.elementor-mobile-button-align-end .e-form__buttons,.elementor-mobile-button-align-end .elementor-field-type-submit{justify-content:flex-end}.elementor-mobile-button-align-center .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-mobile-button-align-end .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-mobile-button-align-start .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{flex-basis:auto}.elementor-mobile-button-align-center .e-form__buttons__wrapper,.elementor-mobile-button-align-end .e-form__buttons__wrapper,.elementor-mobile-button-align-start .e-form__buttons__wrapper{flex-grow:0}.elementor-mobile-button-align-center .e-form__buttons__wrapper,.elementor-mobile-button-align-center .e-form__buttons__wrapper__button,.elementor-mobile-button-align-end .e-form__buttons__wrapper,.elementor-mobile-button-align-end .e-form__buttons__wrapper__button,.elementor-mobile-button-align-start .e-form__buttons__wrapper,.elementor-mobile-button-align-start .e-form__buttons__wrapper__button{flex-basis:auto}}.elementor-error .elementor-field{border-color:#d9534f}.elementor-error .help-inline{color:#d9534f;font-size:.9em}.elementor-message{font-size:1em;line-height:1;margin:10px 0}.elementor-message:before{content:"\e90e";display:inline-block;font-family:eicons;font-style:normal;font-weight:400;margin-inline-end:5px;vertical-align:middle}.elementor-message.elementor-message-danger{color:#d9534f}.elementor-message.elementor-message-danger:before{content:"\e87f"}.elementor-message.form-message-success{color:#5cb85c}.elementor-form .elementor-button{border:none;padding-block-end:0;padding-block-start:0}.elementor-form .elementor-button-content-wrapper,.elementor-form .elementor-button>span{display:flex;flex-direction:row;gap:5px;justify-content:center}.elementor-form .elementor-button.elementor-size-xs{min-height:33px}.elementor-form .elementor-button.elementor-size-sm{min-height:40px}.elementor-form .elementor-button.elementor-size-md{min-height:47px}.elementor-form .elementor-button.elementor-size-lg{min-height:59px}.elementor-form .elementor-button.elementor-size-xl{min-height:72px}.elementor-element:where(:not(.e-con)):where(:not(.e-div-block-base)) .elementor-widget-container,.elementor-element:where(:not(.e-con)):where(:not(.e-div-block-base)):not(:has(.elementor-widget-container)){transition:background .3s,border .3s,border-radius .3s,box-shadow .3s,transform var(--e-transform-transition-duration,.4s)}.elementor-heading-title{line-height:1;margin:0;padding:0}.elementor-button{background-color:#69727d;border-radius:3px;color:#fff;display:inline-block;font-size:15px;line-height:1;padding:12px 24px;fill:#fff;text-align:center;transition:all .3s}.elementor-button:focus,.elementor-button:hover,.elementor-button:visited{color:#fff}.elementor-button-content-wrapper{display:flex;flex-direction:row;gap:5px;justify-content:center}.elementor-button-icon{align-items:center;display:flex}.elementor-button-icon svg{height:auto;width:1em}.elementor-button-icon .e-font-icon-svg{height:1em}.elementor-button-text{display:inline-block}.elementor-button.elementor-size-xs{border-radius:2px;font-size:13px;padding:10px 20px}.elementor-button.elementor-size-md{border-radius:4px;font-size:16px;padding:15px 30px}.elementor-button.elementor-size-lg{border-radius:5px;font-size:18px;padding:20px 40px}.elementor-button.elementor-size-xl{border-radius:6px;font-size:20px;padding:25px 50px}.elementor-button span{text-decoration:inherit}.elementor-element.elementor-button-info .elementor-button{background-color:#5bc0de}.elementor-element.elementor-button-success .elementor-button{background-color:#5cb85c}.elementor-element.elementor-button-warning .elementor-button{background-color:#f0ad4e}.elementor-element.elementor-button-danger .elementor-button{background-color:#d9534f}.elementor-widget-button .elementor-button .elementor-button-info{background-color:#5bc0de}.elementor-widget-button .elementor-button .elementor-button-success{background-color:#5cb85c}.elementor-widget-button .elementor-button .elementor-button-warning{background-color:#f0ad4e}.elementor-widget-button .elementor-button .elementor-button-danger{background-color:#d9534f}.elementor-view-stacked .elementor-icon{background-color:#69727d;color:#fff;padding:.5em;fill:#fff}.elementor-view-framed .elementor-icon{background-color:transparent;border:3px solid #69727d;color:#69727d;padding:.5em}.elementor-icon{color:#69727d;display:inline-block;font-size:50px;line-height:1;text-align:center;transition:all .3s}.elementor-icon:hover{color:#69727d}.elementor-icon i,.elementor-icon svg{display:block;height:1em;position:relative;width:1em}.elementor-icon i:before,.elementor-icon svg:before{left:50%;position:absolute;transform:translateX(-50%)}.elementor-icon i.fad{width:auto}.elementor-shape-square .elementor-icon{border-radius:0}.elementor-shape-rounded .elementor-icon{border-radius:10%}.elementor-shape-circle .elementor-icon{border-radius:50%}.e-transform .elementor-widget-container,.e-transform:not(:has(.elementor-widget-container)){transform:perspective(var(--e-transform-perspective,0)) rotate(var(--e-transform-rotateZ,0)) rotateX(var(--e-transform-rotateX,0)) rotateY(var(--e-transform-rotateY,0)) translate(var(--e-transform-translate,0)) translateX(var(--e-transform-translateX,0)) translateY(var(--e-transform-translateY,0)) scaleX(calc(var(--e-transform-flipX, 1) * var(--e-transform-scaleX, var(--e-transform-scale, 1)))) scaleY(calc(var(--e-transform-flipY, 1) * var(--e-transform-scaleY, var(--e-transform-scale, 1)))) skewX(var(--e-transform-skewX,0)) skewY(var(--e-transform-skewY,0));transform-origin:var(--e-transform-origin-y) var(--e-transform-origin-x)}.e-con.e-transform{transform:perspective(var(--e-con-transform-perspective,0)) rotate(var(--e-con-transform-rotateZ,0)) rotateX(var(--e-con-transform-rotateX,0)) rotateY(var(--e-con-transform-rotateY,0)) translate(var(--e-con-transform-translate,0)) translateX(var(--e-con-transform-translateX,0)) translateY(var(--e-con-transform-translateY,0)) scaleX(calc(var(--e-con-transform-flipX, 1) * var(--e-con-transform-scaleX, var(--e-con-transform-scale, 1)))) scaleY(calc(var(--e-con-transform-flipY, 1) * var(--e-con-transform-scaleY, var(--e-con-transform-scale, 1)))) skewX(var(--e-con-transform-skewX,0)) skewY(var(--e-con-transform-skewY,0));transform-origin:var(--e-con-transform-origin-y) var(--e-con-transform-origin-x)}.animated{animation-duration:1.25s}.animated.animated-slow{animation-duration:2s}.animated.animated-fast{animation-duration:.75s}.animated.infinite{animation-iteration-count:infinite}.animated.reverse{animation-direction:reverse;animation-fill-mode:forwards}@media (prefers-reduced-motion:reduce){.animated{animation:none!important}}@media (max-width:767px){.elementor .elementor-hidden-mobile,.elementor .elementor-hidden-phone{display:none}}@media (min-width:-1) and (max-width:-1){.elementor .elementor-hidden-mobile_extra{display:none}}@media (min-width:768px) and (max-width:1024px){.elementor .elementor-hidden-tablet{display:none}}@media (min-width:-1) and (max-width:-1){.elementor .elementor-hidden-laptop,.elementor .elementor-hidden-tablet_extra{display:none}}@media (min-width:1025px) and (max-width:99999px){.elementor .elementor-hidden-desktop{display:none}}@media (min-width:-1){.elementor .elementor-hidden-widescreen{display:none}}.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}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}
.site-main .menu-navigation-container{overflow:visible}.elementor-item:after,.elementor-item:before{display:block;position:absolute;transition:.3s;transition-timing-function:cubic-bezier(.58,.3,.005,1)}.elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after,.elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before{opacity:0}.elementor-item-active:after,.elementor-item-active:before,.elementor-item.highlighted:after,.elementor-item.highlighted:before,.elementor-item:focus:after,.elementor-item:focus:before,.elementor-item:hover:after,.elementor-item:hover:before{transform:scale(1)}.e--pointer-double-line .elementor-item:after,.e--pointer-double-line .elementor-item:before,.e--pointer-overline .elementor-item:after,.e--pointer-overline .elementor-item:before,.e--pointer-underline .elementor-item:after,.e--pointer-underline .elementor-item:before{background-color:#3f444b;height:3px;left:0;width:100%;z-index:2}.e--pointer-double-line.e--animation-grow .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after,.e--pointer-double-line.e--animation-grow .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before,.e--pointer-overline.e--animation-grow .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after,.e--pointer-overline.e--animation-grow .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before,.e--pointer-underline.e--animation-grow .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after,.e--pointer-underline.e--animation-grow .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before{height:0;left:50%;width:0}.e--pointer-double-line.e--animation-drop-out .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before,.e--pointer-overline.e--animation-drop-out .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before,.e--pointer-underline.e--animation-drop-out .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before{top:10px}.e--pointer-double-line.e--animation-drop-out .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after,.e--pointer-overline.e--animation-drop-out .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after,.e--pointer-underline.e--animation-drop-out .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after{bottom:10px}.e--pointer-double-line.e--animation-drop-in .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before,.e--pointer-overline.e--animation-drop-in .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before,.e--pointer-underline.e--animation-drop-in .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before{top:-10px}.e--pointer-double-line.e--animation-drop-in .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after,.e--pointer-overline.e--animation-drop-in .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after,.e--pointer-underline.e--animation-drop-in .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after{bottom:-10px}.e--pointer-double-line.e--animation-none,.e--pointer-double-line.e--animation-none .elementor-item,.e--pointer-double-line.e--animation-none .elementor-item:after,.e--pointer-double-line.e--animation-none .elementor-item:before,.e--pointer-double-line.e--animation-none .elementor-item:focus,.e--pointer-double-line.e--animation-none .elementor-item:hover,.e--pointer-double-line.e--animation-none:after,.e--pointer-double-line.e--animation-none:before,.e--pointer-double-line.e--animation-none:focus,.e--pointer-double-line.e--animation-none:hover,.e--pointer-overline.e--animation-none,.e--pointer-overline.e--animation-none .elementor-item,.e--pointer-overline.e--animation-none .elementor-item:after,.e--pointer-overline.e--animation-none .elementor-item:before,.e--pointer-overline.e--animation-none .elementor-item:focus,.e--pointer-overline.e--animation-none .elementor-item:hover,.e--pointer-overline.e--animation-none:after,.e--pointer-overline.e--animation-none:before,.e--pointer-overline.e--animation-none:focus,.e--pointer-overline.e--animation-none:hover,.e--pointer-underline.e--animation-none,.e--pointer-underline.e--animation-none .elementor-item,.e--pointer-underline.e--animation-none .elementor-item:after,.e--pointer-underline.e--animation-none .elementor-item:before,.e--pointer-underline.e--animation-none .elementor-item:focus,.e--pointer-underline.e--animation-none .elementor-item:hover,.e--pointer-underline.e--animation-none:after,.e--pointer-underline.e--animation-none:before,.e--pointer-underline.e--animation-none:focus,.e--pointer-underline.e--animation-none:hover{transition-duration:0s}.e--pointer-double-line .elementor-item:before,.e--pointer-overline .elementor-item:before{content:"";top:0}.e--pointer-double-line.e--animation-slide .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before,.e--pointer-overline.e--animation-slide .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before{left:-20px;width:10px}.e--pointer-double-line .elementor-item:after,.e--pointer-underline .elementor-item:after{bottom:0;content:""}.e--pointer-double-line.e--animation-slide .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after,.e--pointer-underline.e--animation-slide .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after{inset-inline-start:100%;width:10px}.e--pointer-framed .elementor-item:after,.e--pointer-framed .elementor-item:before{background:transparent;border:3px solid #3f444b;bottom:0;left:0;right:0;top:0}.e--pointer-framed .elementor-item:before{content:""}.e--pointer-framed.e--animation-grow .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before{transform:scale(.75)}.e--pointer-framed.e--animation-shrink .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before{transform:scale(1.25)}.e--pointer-framed.e--animation-grow .elementor-item:before,.e--pointer-framed.e--animation-shrink .elementor-item:before{transition:opacity .2s,transform .4s}.e--pointer-framed.e--animation-draw .elementor-item:after,.e--pointer-framed.e--animation-draw .elementor-item:before{height:3px;width:3px}.e--pointer-framed.e--animation-draw .elementor-item:before{border-width:0 0 3px 3px;transition:width .1s .2s,height .1s .3s,opacity .12s .22s}.e--pointer-framed.e--animation-draw .elementor-item:after{border-width:3px 3px 0 0;bottom:0;content:"";left:auto;right:0;top:auto;transition:width .1s,height .1s .1s,opacity .02s .18s}.e--pointer-framed.e--animation-draw .elementor-item-active:after,.e--pointer-framed.e--animation-draw .elementor-item-active:before,.e--pointer-framed.e--animation-draw .elementor-item.highlighted:after,.e--pointer-framed.e--animation-draw .elementor-item.highlighted:before,.e--pointer-framed.e--animation-draw .elementor-item:focus:after,.e--pointer-framed.e--animation-draw .elementor-item:focus:before,.e--pointer-framed.e--animation-draw .elementor-item:hover:after,.e--pointer-framed.e--animation-draw .elementor-item:hover:before{height:100%;width:100%}.e--pointer-framed.e--animation-draw .elementor-item-active:before,.e--pointer-framed.e--animation-draw .elementor-item.highlighted:before,.e--pointer-framed.e--animation-draw .elementor-item:focus:before,.e--pointer-framed.e--animation-draw .elementor-item:hover:before{transition:opacity .02s,height .1s,width .1s .1s}.e--pointer-framed.e--animation-draw .elementor-item-active:after,.e--pointer-framed.e--animation-draw .elementor-item.highlighted:after,.e--pointer-framed.e--animation-draw .elementor-item:focus:after,.e--pointer-framed.e--animation-draw .elementor-item:hover:after{transition:opacity .02s .2s,height .1s .2s,width .1s .3s}.e--pointer-framed.e--animation-corners .elementor-item:after,.e--pointer-framed.e--animation-corners .elementor-item:before{height:3px;width:3px}.e--pointer-framed.e--animation-corners .elementor-item:before{border-width:3px 0 0 3px}.e--pointer-framed.e--animation-corners .elementor-item:after{border-width:0 3px 3px 0;bottom:0;content:"";left:auto;right:0;top:auto}.e--pointer-framed.e--animation-corners .elementor-item-active:after,.e--pointer-framed.e--animation-corners .elementor-item-active:before,.e--pointer-framed.e--animation-corners .elementor-item.highlighted:after,.e--pointer-framed.e--animation-corners .elementor-item.highlighted:before,.e--pointer-framed.e--animation-corners .elementor-item:focus:after,.e--pointer-framed.e--animation-corners .elementor-item:focus:before,.e--pointer-framed.e--animation-corners .elementor-item:hover:after,.e--pointer-framed.e--animation-corners .elementor-item:hover:before{height:100%;transition:opacity 2ms,width .4s,height .4s;width:100%}.e--pointer-framed.e--animation-none,.e--pointer-framed.e--animation-none .elementor-item,.e--pointer-framed.e--animation-none .elementor-item:after,.e--pointer-framed.e--animation-none .elementor-item:before,.e--pointer-framed.e--animation-none .elementor-item:focus,.e--pointer-framed.e--animation-none .elementor-item:hover,.e--pointer-framed.e--animation-none:after,.e--pointer-framed.e--animation-none:before,.e--pointer-framed.e--animation-none:focus,.e--pointer-framed.e--animation-none:hover{transition-duration:0s}.e--pointer-background .elementor-item:after,.e--pointer-background .elementor-item:before{content:"";transition:.3s}.e--pointer-background .elementor-item:before{background:#3f444b;bottom:0;left:0;right:0;top:0;z-index:-1}.e--pointer-background .elementor-item-active,.e--pointer-background .elementor-item.highlighted,.e--pointer-background .elementor-item:focus,.e--pointer-background .elementor-item:hover{color:#fff}.e--pointer-background.e--animation-grow .elementor-item:before{transform:scale(.5)}.e--pointer-background.e--animation-grow .elementor-item-active:before,.e--pointer-background.e--animation-grow .elementor-item.highlighted:before,.e--pointer-background.e--animation-grow .elementor-item:focus:before,.e--pointer-background.e--animation-grow .elementor-item:hover:before{opacity:1;transform:scale(1)}.e--pointer-background.e--animation-shrink .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before{transform:scale(1.2);transition:.3s}.e--pointer-background.e--animation-shrink .elementor-item-active:before,.e--pointer-background.e--animation-shrink .elementor-item.highlighted:before,.e--pointer-background.e--animation-shrink .elementor-item:focus:before,.e--pointer-background.e--animation-shrink .elementor-item:hover:before{transition:opacity .15s,transform .4s}.e--pointer-background.e--animation-sweep-left .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before{left:100%}.e--pointer-background.e--animation-sweep-right .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before{right:100%}.e--pointer-background.e--animation-sweep-up .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before{top:100%}.e--pointer-background.e--animation-sweep-down .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before{bottom:100%}.e--pointer-background.e--animation-shutter-out-vertical .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before{bottom:50%;top:50%}.e--pointer-background.e--animation-shutter-out-horizontal .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before{left:50%;right:50%}.e--pointer-background.e--animation-shutter-in-horizontal .elementor-item:after,.e--pointer-background.e--animation-shutter-in-vertical .elementor-item:after{background:#3f444b;bottom:0;left:0;right:0;top:0;z-index:-1}.e--pointer-background.e--animation-shutter-in-vertical .elementor-item:before{bottom:100%;top:0}.e--pointer-background.e--animation-shutter-in-vertical .elementor-item:after{bottom:0;top:100%}.e--pointer-background.e--animation-shutter-in-vertical .elementor-item-active:before,.e--pointer-background.e--animation-shutter-in-vertical .elementor-item.highlighted:before,.e--pointer-background.e--animation-shutter-in-vertical .elementor-item:focus:before,.e--pointer-background.e--animation-shutter-in-vertical .elementor-item:hover:before{bottom:50%}.e--pointer-background.e--animation-shutter-in-vertical .elementor-item-active:after,.e--pointer-background.e--animation-shutter-in-vertical .elementor-item.highlighted:after,.e--pointer-background.e--animation-shutter-in-vertical .elementor-item:focus:after,.e--pointer-background.e--animation-shutter-in-vertical .elementor-item:hover:after{top:50%}.e--pointer-background.e--animation-shutter-in-horizontal .elementor-item:before{left:100%;right:0}.e--pointer-background.e--animation-shutter-in-horizontal .elementor-item:after{left:0;right:100%}.e--pointer-background.e--animation-shutter-in-horizontal .elementor-item-active:before,.e--pointer-background.e--animation-shutter-in-horizontal .elementor-item.highlighted:before,.e--pointer-background.e--animation-shutter-in-horizontal .elementor-item:focus:before,.e--pointer-background.e--animation-shutter-in-horizontal .elementor-item:hover:before{left:50%}.e--pointer-background.e--animation-shutter-in-horizontal .elementor-item-active:after,.e--pointer-background.e--animation-shutter-in-horizontal .elementor-item.highlighted:after,.e--pointer-background.e--animation-shutter-in-horizontal .elementor-item:focus:after,.e--pointer-background.e--animation-shutter-in-horizontal .elementor-item:hover:after{right:50%}.e--pointer-background.e--animation-none,.e--pointer-background.e--animation-none .elementor-item,.e--pointer-background.e--animation-none .elementor-item:after,.e--pointer-background.e--animation-none .elementor-item:before,.e--pointer-background.e--animation-none .elementor-item:focus,.e--pointer-background.e--animation-none .elementor-item:hover,.e--pointer-background.e--animation-none:after,.e--pointer-background.e--animation-none:before,.e--pointer-background.e--animation-none:focus,.e--pointer-background.e--animation-none:hover{transition-duration:0s}.e--pointer-text.e--animation-skew .elementor-item:focus,.e--pointer-text.e--animation-skew .elementor-item:hover{transform:skew(-8deg)}.e--pointer-text.e--animation-grow .elementor-item:focus,.e--pointer-text.e--animation-grow .elementor-item:hover{transform:scale(1.2)}.e--pointer-text.e--animation-shrink .elementor-item:focus,.e--pointer-text.e--animation-shrink .elementor-item:hover{transform:scale(.8)}.e--pointer-text.e--animation-float .elementor-item:focus,.e--pointer-text.e--animation-float .elementor-item:hover{transform:translateY(-8px)}.e--pointer-text.e--animation-sink .elementor-item:focus,.e--pointer-text.e--animation-sink .elementor-item:hover{transform:translateY(8px)}.e--pointer-text.e--animation-rotate .elementor-item:focus,.e--pointer-text.e--animation-rotate .elementor-item:hover{transform:rotate(6deg)}.e--pointer-text.e--animation-none,.e--pointer-text.e--animation-none .elementor-item,.e--pointer-text.e--animation-none .elementor-item:after,.e--pointer-text.e--animation-none .elementor-item:before,.e--pointer-text.e--animation-none .elementor-item:focus,.e--pointer-text.e--animation-none .elementor-item:hover,.e--pointer-text.e--animation-none:after,.e--pointer-text.e--animation-none:before,.e--pointer-text.e--animation-none:focus,.e--pointer-text.e--animation-none:hover{transition-duration:0s}.elementor-nav-menu--main .elementor-nav-menu a{transition:.4s}.elementor-nav-menu--main .elementor-nav-menu a,.elementor-nav-menu--main .elementor-nav-menu a.highlighted,.elementor-nav-menu--main .elementor-nav-menu a:focus,.elementor-nav-menu--main .elementor-nav-menu a:hover{padding:13px 20px}.elementor-nav-menu--main .elementor-nav-menu a.current{background:#1f2124;color:#fff}.elementor-nav-menu--main .elementor-nav-menu a.disabled{background:#3f444b;color:#88909b}.elementor-nav-menu--main .elementor-nav-menu ul{border-style:solid;border-width:0;padding:0;position:absolute;width:12em}.elementor-nav-menu--main .elementor-nav-menu span.scroll-down,.elementor-nav-menu--main .elementor-nav-menu span.scroll-up{background:#fff;display:none;height:20px;overflow:hidden;position:absolute;visibility:hidden}.elementor-nav-menu--main .elementor-nav-menu span.scroll-down-arrow,.elementor-nav-menu--main .elementor-nav-menu span.scroll-up-arrow{border:8px dashed transparent;border-bottom:8px solid #33373d;height:0;left:50%;margin-inline-start:-8px;overflow:hidden;position:absolute;top:-2px;width:0}.elementor-nav-menu--main .elementor-nav-menu span.scroll-down-arrow{border-color:#33373d transparent transparent;border-style:solid dashed dashed;top:6px}.elementor-nav-menu--main .elementor-nav-menu--dropdown .sub-arrow .e-font-icon-svg,.elementor-nav-menu--main .elementor-nav-menu--dropdown .sub-arrow i{transform:rotate(-90deg)}.elementor-nav-menu--main .elementor-nav-menu--dropdown .sub-arrow .e-font-icon-svg{fill:currentColor;height:1em;width:1em}.elementor-nav-menu--layout-horizontal{display:flex}.elementor-nav-menu--layout-horizontal .elementor-nav-menu{display:flex;flex-wrap:wrap}.elementor-nav-menu--layout-horizontal .elementor-nav-menu a{flex-grow:1;white-space:nowrap}.elementor-nav-menu--layout-horizontal .elementor-nav-menu>li{display:flex}.elementor-nav-menu--layout-horizontal .elementor-nav-menu>li ul,.elementor-nav-menu--layout-horizontal .elementor-nav-menu>li>.scroll-down{top:100%!important}.elementor-nav-menu--layout-horizontal .elementor-nav-menu>li:not(:first-child)>a{margin-inline-start:var(--e-nav-menu-horizontal-menu-item-margin)}.elementor-nav-menu--layout-horizontal .elementor-nav-menu>li:not(:first-child)>.scroll-down,.elementor-nav-menu--layout-horizontal .elementor-nav-menu>li:not(:first-child)>.scroll-up,.elementor-nav-menu--layout-horizontal .elementor-nav-menu>li:not(:first-child)>ul{left:var(--e-nav-menu-horizontal-menu-item-margin)!important}.elementor-nav-menu--layout-horizontal .elementor-nav-menu>li:not(:last-child)>a{margin-inline-end:var(--e-nav-menu-horizontal-menu-item-margin)}.elementor-nav-menu--layout-horizontal .elementor-nav-menu>li:not(:last-child):after{align-self:center;border-color:var(--e-nav-menu-divider-color,#000);border-left-style:var(--e-nav-menu-divider-style,solid);border-left-width:var(--e-nav-menu-divider-width,2px);content:var(--e-nav-menu-divider-content,none);height:var(--e-nav-menu-divider-height,35%)}.elementor-nav-menu__align-right .elementor-nav-menu{justify-content:flex-end;margin-left:auto}.elementor-nav-menu__align-right .elementor-nav-menu--layout-vertical>ul>li>a{justify-content:flex-end}.elementor-nav-menu__align-left .elementor-nav-menu{justify-content:flex-start;margin-right:auto}.elementor-nav-menu__align-left .elementor-nav-menu--layout-vertical>ul>li>a{justify-content:flex-start}.elementor-nav-menu__align-start .elementor-nav-menu{justify-content:flex-start;margin-inline-end:auto}.elementor-nav-menu__align-start .elementor-nav-menu--layout-vertical>ul>li>a{justify-content:flex-start}.elementor-nav-menu__align-end .elementor-nav-menu{justify-content:flex-end;margin-inline-start:auto}.elementor-nav-menu__align-end .elementor-nav-menu--layout-vertical>ul>li>a{justify-content:flex-end}.elementor-nav-menu__align-center .elementor-nav-menu{justify-content:center;margin-inline-end:auto;margin-inline-start:auto}.elementor-nav-menu__align-center .elementor-nav-menu--layout-vertical>ul>li>a{justify-content:center}.elementor-nav-menu__align-justify .elementor-nav-menu--layout-horizontal .elementor-nav-menu{width:100%}.elementor-nav-menu__align-justify .elementor-nav-menu--layout-horizontal .elementor-nav-menu>li{flex-grow:1}.elementor-nav-menu__align-justify .elementor-nav-menu--layout-horizontal .elementor-nav-menu>li>a{justify-content:center}.elementor-widget-nav-menu:not(.elementor-nav-menu--toggle) .elementor-menu-toggle{display:none}.elementor-widget-nav-menu .elementor-widget-container,.elementor-widget-nav-menu:not(:has(.elementor-widget-container)):not([class*=elementor-hidden-]){display:flex;flex-direction:column}.elementor-nav-menu{position:relative;z-index:2}.elementor-nav-menu:after{clear:both;content:" ";display:block;font:0/0 serif;height:0;overflow:hidden;visibility:hidden}.elementor-nav-menu,.elementor-nav-menu li,.elementor-nav-menu ul{display:block;line-height:normal;list-style:none;margin:0;padding:0;-webkit-tap-highlight-color:rgba(0,0,0,0)}.elementor-nav-menu ul{display:none}.elementor-nav-menu ul ul a,.elementor-nav-menu ul ul a:active,.elementor-nav-menu ul ul a:focus,.elementor-nav-menu ul ul a:hover{border-left:16px solid transparent}.elementor-nav-menu ul ul ul a,.elementor-nav-menu ul ul ul a:active,.elementor-nav-menu ul ul ul a:focus,.elementor-nav-menu ul ul ul a:hover{border-left:24px solid transparent}.elementor-nav-menu ul ul ul ul a,.elementor-nav-menu ul ul ul ul a:active,.elementor-nav-menu ul ul ul ul a:focus,.elementor-nav-menu ul ul ul ul a:hover{border-left:32px solid transparent}.elementor-nav-menu ul ul ul ul ul a,.elementor-nav-menu ul ul ul ul ul a:active,.elementor-nav-menu ul ul ul ul ul a:focus,.elementor-nav-menu ul ul ul ul ul a:hover{border-left:40px solid transparent}.elementor-nav-menu a,.elementor-nav-menu li{position:relative}.elementor-nav-menu li{border-width:0}.elementor-nav-menu a{align-items:center;display:flex}.elementor-nav-menu a,.elementor-nav-menu a:focus,.elementor-nav-menu a:hover{line-height:20px;padding:10px 20px}.elementor-nav-menu a.current{background:#1f2124;color:#fff}.elementor-nav-menu a.disabled{color:#88909b;cursor:not-allowed}.elementor-nav-menu .e-plus-icon:before{content:"+"}.elementor-nav-menu .sub-arrow{align-items:center;display:flex;line-height:1;margin-block-end:-10px;margin-block-start:-10px;padding:10px;padding-inline-end:0}.elementor-nav-menu .sub-arrow i{pointer-events:none}.elementor-nav-menu .sub-arrow .fa.fa-chevron-down,.elementor-nav-menu .sub-arrow .fas.fa-chevron-down{font-size:.7em}.elementor-nav-menu .sub-arrow .e-font-icon-svg{height:1em;width:1em}.elementor-nav-menu .sub-arrow .e-font-icon-svg.fa-svg-chevron-down{height:.7em;width:.7em}.elementor-nav-menu--dropdown .elementor-item.elementor-item-active,.elementor-nav-menu--dropdown .elementor-item.highlighted,.elementor-nav-menu--dropdown .elementor-item:focus,.elementor-nav-menu--dropdown .elementor-item:hover,.elementor-sub-item.elementor-item-active,.elementor-sub-item.highlighted,.elementor-sub-item:focus,.elementor-sub-item:hover{background-color:#3f444b;color:#fff}.elementor-menu-toggle{align-items:center;background-color:rgba(0,0,0,.05);border:0 solid;border-radius:3px;color:#33373d;cursor:pointer;display:flex;font-size:var(--nav-menu-icon-size,22px);justify-content:center;padding:.25em}.elementor-menu-toggle.elementor-active .elementor-menu-toggle__icon--open,.elementor-menu-toggle:not(.elementor-active) .elementor-menu-toggle__icon--close{display:none}.elementor-menu-toggle .e-font-icon-svg{fill:#33373d;height:1em;width:1em}.elementor-menu-toggle svg{height:auto;width:1em;fill:var(--nav-menu-icon-color,currentColor)}span.elementor-menu-toggle__icon--close,span.elementor-menu-toggle__icon--open{line-height:1}.elementor-nav-menu--dropdown{background-color:#fff;font-size:13px}.elementor-nav-menu--dropdown-none .elementor-menu-toggle,.elementor-nav-menu--dropdown-none .elementor-nav-menu--dropdown{display:none}.elementor-nav-menu--dropdown.elementor-nav-menu__container{margin-top:10px;overflow-x:hidden;overflow-y:auto;transform-origin:top;transition:max-height .3s,transform .3s}.elementor-nav-menu--dropdown.elementor-nav-menu__container .elementor-sub-item{font-size:.85em}.elementor-nav-menu--dropdown a{color:#33373d}.elementor-nav-menu--dropdown a.current{background:#1f2124;color:#fff}.elementor-nav-menu--dropdown a.disabled{color:#b3b3b3}ul.elementor-nav-menu--dropdown a,ul.elementor-nav-menu--dropdown a:focus,ul.elementor-nav-menu--dropdown a:hover{border-inline-start:8px solid transparent;text-shadow:none}.elementor-nav-menu__text-align-center .elementor-nav-menu--dropdown .elementor-nav-menu a{justify-content:center}.elementor-nav-menu--toggle{--menu-height:100vh}.elementor-nav-menu--toggle .elementor-menu-toggle:not(.elementor-active)+.elementor-nav-menu__container{max-height:0;overflow:hidden;transform:scaleY(0)}.elementor-nav-menu--toggle .elementor-menu-toggle.elementor-active+.elementor-nav-menu__container{animation:hide-scroll .3s backwards;max-height:var(--menu-height);transform:scaleY(1)}.elementor-nav-menu--stretch .elementor-nav-menu__container.elementor-nav-menu--dropdown{position:absolute;z-index:9997}@media (max-width:767px){.elementor-nav-menu--dropdown-mobile .elementor-nav-menu--main{display:none}}@media (min-width:768px){.elementor-nav-menu--dropdown-mobile .elementor-menu-toggle,.elementor-nav-menu--dropdown-mobile .elementor-nav-menu--dropdown{display:none}.elementor-nav-menu--dropdown-mobile nav.elementor-nav-menu--dropdown.elementor-nav-menu__container{overflow-y:hidden}}@media (max-width:-1){.elementor-nav-menu--dropdown-mobile_extra .elementor-nav-menu--main{display:none}}@media (min-width:-1){.elementor-nav-menu--dropdown-mobile_extra .elementor-menu-toggle,.elementor-nav-menu--dropdown-mobile_extra .elementor-nav-menu--dropdown{display:none}.elementor-nav-menu--dropdown-mobile_extra nav.elementor-nav-menu--dropdown.elementor-nav-menu__container{overflow-y:hidden}}@media (max-width:1024px){.elementor-nav-menu--dropdown-tablet .elementor-nav-menu--main{display:none}}@media (min-width:1025px){.elementor-nav-menu--dropdown-tablet .elementor-menu-toggle,.elementor-nav-menu--dropdown-tablet .elementor-nav-menu--dropdown{display:none}.elementor-nav-menu--dropdown-tablet nav.elementor-nav-menu--dropdown.elementor-nav-menu__container{overflow-y:hidden}}@media (max-width:-1){.elementor-nav-menu--dropdown-tablet_extra .elementor-nav-menu--main{display:none}}@media (min-width:-1){.elementor-nav-menu--dropdown-tablet_extra .elementor-menu-toggle,.elementor-nav-menu--dropdown-tablet_extra .elementor-nav-menu--dropdown{display:none}.elementor-nav-menu--dropdown-tablet_extra nav.elementor-nav-menu--dropdown.elementor-nav-menu__container{overflow-y:hidden}}@keyframes hide-scroll{0%,to{overflow:hidden}}@keyframes elementor-animation-pulse{25%{transform:scale(1.1)}75%{transform:scale(.9)}}.elementor-animation-pulse:active,.elementor-animation-pulse:focus,.elementor-animation-pulse:hover{animation-name:elementor-animation-pulse;animation-duration:1s;animation-timing-function:linear;animation-iteration-count:infinite}.elementor-motion-effects-element,.elementor-motion-effects-layer{transition-duration:1s;transition-property:transform,opacity;transition-timing-function:cubic-bezier(0,.33,.07,1.03)}.elementor-motion-effects-container{height:100%;left:0;overflow:hidden;position:absolute;top:0;transform-origin:var(--e-transform-origin-y) var(--e-transform-origin-x);width:100%}.elementor-motion-effects-layer{background-repeat:no-repeat;background-size:cover;left:0;position:absolute;top:0}.elementor-motion-effects-perspective{perspective:1200px}.elementor-motion-effects-element{transform-origin:var(--e-transform-origin-y) var(--e-transform-origin-x)}.elementor-sticky--active{z-index:99}.elementor-sticky__spacer .e-n-menu .e-n-menu-content{display:none}.e-con.elementor-sticky--active{z-index:var(--z-index,99)}@font-face{font-family:eicons;src:url(//www.r-2.at/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.eot?5.44.0);src:url(//www.r-2.at/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.eot?5.44.0#iefix) format("embedded-opentype"),url(//www.r-2.at/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.woff2?5.44.0) format("woff2"),url(//www.r-2.at/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.woff?5.44.0) format("woff"),url(//www.r-2.at/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.ttf?5.44.0) format("truetype"),url(//www.r-2.at/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.svg?5.44.0#eicon) format("svg");font-weight:400;font-style:normal}[class*=" eicon-"],[class^=eicon]{display:inline-block;font-family:eicons;font-size:inherit;font-weight:400;font-style:normal;font-variant:normal;line-height:1;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@keyframes a{0%{transform:rotate(0deg)}to{transform:rotate(359deg)}}.eicon-animation-spin{animation:a 2s infinite linear}.eicon-editor-link:before{content:"\e800"}.eicon-editor-unlink:before{content:"\e801"}.eicon-editor-external-link:before{content:"\e802"}.eicon-editor-close:before{content:"\e803"}.eicon-editor-list-ol:before{content:"\e804"}.eicon-editor-list-ul:before{content:"\e805"}.eicon-editor-bold:before{content:"\e806"}.eicon-editor-italic:before{content:"\e807"}.eicon-editor-underline:before{content:"\e808"}.eicon-editor-paragraph:before{content:"\e809"}.eicon-editor-h1:before{content:"\e80a"}.eicon-editor-h2:before{content:"\e80b"}.eicon-editor-h3:before{content:"\e80c"}.eicon-editor-h4:before{content:"\e80d"}.eicon-editor-h5:before{content:"\e80e"}.eicon-editor-h6:before{content:"\e80f"}.eicon-editor-quote:before{content:"\e810"}.eicon-editor-code:before{content:"\e811"}.eicon-elementor:before{content:"\e812"}.eicon-elementor-circle:before{content:"\e813"}.eicon-pojome:before{content:"\e814"}.eicon-plus:before{content:"\e815"}.eicon-menu-bar:before{content:"\e816"}.eicon-apps:before{content:"\e817"}.eicon-accordion:before{content:"\e818"}.eicon-alert:before{content:"\e819"}.eicon-animation-text:before{content:"\e81a"}.eicon-animation:before{content:"\e81b"}.eicon-banner:before{content:"\e81c"}.eicon-blockquote:before{content:"\e81d"}.eicon-button:before{content:"\e81e"}.eicon-call-to-action:before{content:"\e81f"}.eicon-captcha:before{content:"\e820"}.eicon-carousel:before{content:"\e821"}.eicon-checkbox:before{content:"\e822"}.eicon-columns:before{content:"\e823"}.eicon-countdown:before{content:"\e824"}.eicon-counter:before{content:"\e825"}.eicon-date:before{content:"\e826"}.eicon-divider-shape:before{content:"\e827"}.eicon-divider:before{content:"\e828"}.eicon-download-button:before{content:"\e829"}.eicon-dual-button:before{content:"\e82a"}.eicon-email-field:before{content:"\e82b"}.eicon-facebook-comments:before{content:"\e82c"}.eicon-facebook-like-box:before{content:"\e82d"}.eicon-form-horizontal:before{content:"\e82e"}.eicon-form-vertical:before{content:"\e82f"}.eicon-gallery-grid:before{content:"\e830"}.eicon-gallery-group:before{content:"\e831"}.eicon-gallery-justified:before{content:"\e832"}.eicon-gallery-masonry:before{content:"\e833"}.eicon-icon-box:before{content:"\e834"}.eicon-image-before-after:before{content:"\e835"}.eicon-image-box:before{content:"\e836"}.eicon-image-hotspot:before{content:"\e837"}.eicon-image-rollover:before{content:"\e838"}.eicon-info-box:before{content:"\e839"}.eicon-inner-section:before{content:"\e83a"}.eicon-mailchimp:before{content:"\e83b"}.eicon-menu-card:before{content:"\e83c"}.eicon-navigation-horizontal:before{content:"\e83d"}.eicon-nav-menu:before{content:"\e83e"}.eicon-navigation-vertical:before{content:"\e83f"}.eicon-number-field:before{content:"\e840"}.eicon-parallax:before{content:"\e841"}.eicon-php7:before{content:"\e842"}.eicon-post-list:before{content:"\e843"}.eicon-post-slider:before{content:"\e844"}.eicon-post:before{content:"\e845"}.eicon-posts-carousel:before{content:"\e846"}.eicon-posts-grid:before{content:"\e847"}.eicon-posts-group:before{content:"\e848"}.eicon-posts-justified:before{content:"\e849"}.eicon-posts-masonry:before{content:"\e84a"}.eicon-posts-ticker:before{content:"\e84b"}.eicon-price-list:before{content:"\e84c"}.eicon-price-table:before{content:"\e84d"}.eicon-radio:before{content:"\e84e"}.eicon-rtl:before{content:"\e84f"}.eicon-scroll:before{content:"\e850"}.eicon-search:before{content:"\e851"}.eicon-select:before{content:"\e852"}.eicon-share:before{content:"\e853"}.eicon-sidebar:before{content:"\e854"}.eicon-skill-bar:before{content:"\e855"}.eicon-slider-3d:before{content:"\e856"}.eicon-slider-album:before{content:"\e857"}.eicon-slider-device:before{content:"\e858"}.eicon-slider-full-screen:before{content:"\e859"}.eicon-slider-push:before{content:"\e85a"}.eicon-slider-vertical:before{content:"\e85b"}.eicon-slider-video:before{content:"\e85c"}.eicon-slides:before{content:"\e85d"}.eicon-social-icons:before{content:"\e85e"}.eicon-spacer:before{content:"\e85f"}.eicon-table:before{content:"\e860"}.eicon-tabs:before{content:"\e861"}.eicon-tel-field:before{content:"\e862"}.eicon-text-area:before{content:"\e863"}.eicon-text-field:before{content:"\e864"}.eicon-thumbnails-down:before{content:"\e865"}.eicon-thumbnails-half:before{content:"\e866"}.eicon-thumbnails-right:before{content:"\e867"}.eicon-time-line:before{content:"\e868"}.eicon-toggle:before{content:"\e869"}.eicon-url:before{content:"\e86a"}.eicon-t-letter:before{content:"\e86b"}.eicon-wordpress:before{content:"\e86c"}.eicon-text:before{content:"\e86d"}.eicon-anchor:before{content:"\e86e"}.eicon-bullet-list:before{content:"\e86f"}.eicon-code:before{content:"\e870"}.eicon-favorite:before{content:"\e871"}.eicon-google-maps:before{content:"\e872"}.eicon-image:before{content:"\e873"}.eicon-photo-library:before{content:"\e874"}.eicon-woocommerce:before{content:"\e875"}.eicon-youtube:before{content:"\e876"}.eicon-flip-box:before{content:"\e877"}.eicon-settings:before{content:"\e878"}.eicon-headphones:before{content:"\e879"}.eicon-testimonial:before{content:"\e87a"}.eicon-counter-circle:before{content:"\e87b"}.eicon-person:before{content:"\e87c"}.eicon-chevron-right:before{content:"\e87d"}.eicon-chevron-left:before{content:"\e87e"}.eicon-close:before{content:"\e87f"}.eicon-file-download:before{content:"\e880"}.eicon-save:before{content:"\e881"}.eicon-zoom-in:before{content:"\e882"}.eicon-shortcode:before{content:"\e883"}.eicon-nerd:before{content:"\e884"}.eicon-device-desktop:before{content:"\e885"}.eicon-device-tablet:before{content:"\e886"}.eicon-device-mobile:before{content:"\e887"}.eicon-document-file:before{content:"\e888"}.eicon-folder-o:before{content:"\e889"}.eicon-hypster:before{content:"\e88a"}.eicon-h-align-left:before{content:"\e88b"}.eicon-h-align-right:before{content:"\e88c"}.eicon-h-align-center:before{content:"\e88d"}.eicon-h-align-stretch:before{content:"\e88e"}.eicon-v-align-top:before{content:"\e88f"}.eicon-v-align-bottom:before{content:"\e890"}.eicon-v-align-middle:before{content:"\e891"}.eicon-v-align-stretch:before{content:"\e892"}.eicon-pro-icon:before{content:"\e893"}.eicon-mail:before{content:"\e894"}.eicon-lock-user:before{content:"\e895"}.eicon-testimonial-carousel:before{content:"\e896"}.eicon-media-carousel:before{content:"\e897"}.eicon-section:before{content:"\e898"}.eicon-column:before{content:"\e899"}.eicon-edit:before{content:"\e89a"}.eicon-clone:before{content:"\e89b"}.eicon-trash:before{content:"\e89c"}.eicon-play:before{content:"\e89d"}.eicon-angle-right:before{content:"\e89e"}.eicon-angle-left:before{content:"\e89f"}.eicon-animated-headline:before{content:"\e8a0"}.eicon-menu-toggle:before{content:"\e8a1"}.eicon-fb-embed:before{content:"\e8a2"}.eicon-fb-feed:before{content:"\e8a3"}.eicon-twitter-embed:before{content:"\e8a4"}.eicon-twitter-feed:before{content:"\e8a5"}.eicon-sync:before{content:"\e8a6"}.eicon-import-export:before{content:"\e8a7"}.eicon-check-circle:before{content:"\e8a8"}.eicon-library-save:before{content:"\e8a9"}.eicon-library-download:before{content:"\e9dd"}.eicon-insert:before{content:"\e8ab"}.eicon-preview-medium:before{content:"\e8ac"}.eicon-sort-down:before{content:"\e8ad"}.eicon-sort-up:before{content:"\e8ae"}.eicon-heading:before{content:"\e8af"}.eicon-logo:before{content:"\e8b0"}.eicon-meta-data:before{content:"\e8b1"}.eicon-post-content:before{content:"\e8b2"}.eicon-post-excerpt:before{content:"\e8b3"}.eicon-post-navigation:before{content:"\e8b4"}.eicon-yoast:before{content:"\e8b5"}.eicon-nerd-chuckle:before{content:"\e8b6"}.eicon-nerd-wink:before{content:"\e8b7"}.eicon-comments:before{content:"\e8b8"}.eicon-download-circle-o:before{content:"\e8b9"}.eicon-library-upload:before{content:"\e8ba"}.eicon-save-o:before{content:"\e8bb"}.eicon-upload-circle-o:before{content:"\e8bc"}.eicon-ellipsis-h:before{content:"\e8bd"}.eicon-ellipsis-v:before{content:"\e8be"}.eicon-arrow-left:before{content:"\e8bf"}.eicon-arrow-right:before{content:"\e8c0"}.eicon-arrow-up:before{content:"\e8c1"}.eicon-arrow-down:before{content:"\e8c2"}.eicon-play-o:before{content:"\e8c3"}.eicon-archive-posts:before{content:"\e8c4"}.eicon-archive-title:before{content:"\e8c5"}.eicon-featured-image:before{content:"\e8c6"}.eicon-post-info:before{content:"\e8c7"}.eicon-post-title:before{content:"\e8c8"}.eicon-site-logo:before{content:"\e8c9"}.eicon-site-search:before{content:"\e8ca"}.eicon-site-title:before{content:"\e8cb"}.eicon-plus-square:before{content:"\e8cc"}.eicon-minus-square:before{content:"\e8cd"}.eicon-cloud-check:before{content:"\e8ce"}.eicon-drag-n-drop:before{content:"\e8cf"}.eicon-welcome:before{content:"\e8d0"}.eicon-handle:before{content:"\e8d1"}.eicon-cart:before{content:"\e8d2"}.eicon-product-add-to-cart:before{content:"\e8d3"}.eicon-product-breadcrumbs:before{content:"\e8d4"}.eicon-product-categories:before{content:"\e8d5"}.eicon-product-description:before{content:"\e8d6"}.eicon-product-images:before{content:"\e8d7"}.eicon-product-info:before{content:"\e8d8"}.eicon-product-meta:before{content:"\e8d9"}.eicon-product-pages:before{content:"\e8da"}.eicon-product-price:before{content:"\e8db"}.eicon-product-rating:before{content:"\e8dc"}.eicon-product-related:before{content:"\e8dd"}.eicon-product-stock:before{content:"\e8de"}.eicon-product-tabs:before{content:"\e8df"}.eicon-product-title:before{content:"\e8e0"}.eicon-product-upsell:before{content:"\e8e1"}.eicon-products:before{content:"\e8e2"}.eicon-bag-light:before{content:"\e8e3"}.eicon-bag-medium:before{content:"\e8e4"}.eicon-bag-solid:before{content:"\e8e5"}.eicon-basket-light:before{content:"\e8e6"}.eicon-basket-medium:before{content:"\e8e7"}.eicon-basket-solid:before{content:"\e8e8"}.eicon-cart-light:before{content:"\e8e9"}.eicon-cart-medium:before{content:"\e8ea"}.eicon-cart-solid:before{content:"\e8eb"}.eicon-exchange:before{content:"\e8ec"}.eicon-preview-thin:before{content:"\e8ed"}.eicon-device-laptop:before{content:"\e8ee"}.eicon-collapse:before{content:"\e8ef"}.eicon-expand:before{content:"\e8f0"}.eicon-navigator:before{content:"\e8f1"}.eicon-plug:before{content:"\e8f2"}.eicon-dashboard:before{content:"\e8f3"}.eicon-typography:before{content:"\e8f4"}.eicon-info-circle-o:before{content:"\e8f5"}.eicon-integration:before{content:"\e8f6"}.eicon-plus-circle-o:before{content:"\e8f7"}.eicon-rating:before{content:"\e8f8"}.eicon-review:before{content:"\e8f9"}.eicon-tools:before{content:"\e8fa"}.eicon-loading:before{content:"\e8fb"}.eicon-sitemap:before{content:"\e8fc"}.eicon-click:before{content:"\e8fd"}.eicon-clock:before{content:"\e8fe"}.eicon-library-open:before{content:"\e8ff"}.eicon-warning:before{content:"\e900"}.eicon-flow:before{content:"\e901"}.eicon-cursor-move:before{content:"\e902"}.eicon-arrow-circle-left:before{content:"\e903"}.eicon-flash:before{content:"\e904"}.eicon-redo:before{content:"\e905"}.eicon-ban:before{content:"\e906"}.eicon-barcode:before{content:"\e907"}.eicon-calendar:before{content:"\e908"}.eicon-caret-left:before{content:"\e909"}.eicon-caret-right:before{content:"\e90a"}.eicon-caret-up:before{content:"\e90b"}.eicon-chain-broken:before{content:"\e90c"}.eicon-check-circle-o:before{content:"\e90d"}.eicon-check:before{content:"\e90e"}.eicon-chevron-double-left:before{content:"\e90f"}.eicon-chevron-double-right:before{content:"\e910"}.eicon-undo:before{content:"\e911"}.eicon-filter:before{content:"\e912"}.eicon-circle-o:before{content:"\e913"}.eicon-circle:before{content:"\e914"}.eicon-clock-o:before{content:"\e915"}.eicon-cog:before{content:"\e916"}.eicon-cogs:before{content:"\e917"}.eicon-commenting-o:before{content:"\e918"}.eicon-copy:before{content:"\e919"}.eicon-database:before{content:"\e91a"}.eicon-dot-circle-o:before{content:"\e91b"}.eicon-envelope:before{content:"\e91c"}.eicon-external-link-square:before{content:"\e91d"}.eicon-eyedropper:before{content:"\e91e"}.eicon-folder:before{content:"\e91f"}.eicon-font:before{content:"\e920"}.eicon-adjust:before{content:"\e921"}.eicon-lightbox:before{content:"\e922"}.eicon-heart-o:before{content:"\e923"}.eicon-history:before{content:"\e924"}.eicon-image-bold:before{content:"\e925"}.eicon-info-circle:before{content:"\e926"}.eicon-link:before{content:"\e927"}.eicon-long-arrow-left:before{content:"\e928"}.eicon-long-arrow-right:before{content:"\e929"}.eicon-caret-down:before{content:"\e92a"}.eicon-paint-brush:before{content:"\e92b"}.eicon-pencil:before{content:"\e92c"}.eicon-plus-circle:before{content:"\e92d"}.eicon-zoom-in-bold:before{content:"\e92e"}.eicon-sort-amount-desc:before{content:"\e92f"}.eicon-sign-out:before{content:"\e930"}.eicon-spinner:before{content:"\e931"}.eicon-square:before{content:"\e932"}.eicon-star-o:before{content:"\e933"}.eicon-star:before{content:"\e934"}.eicon-text-align-justify:before{content:"\e935"}.eicon-text-align-center:before{content:"\e936"}.eicon-tags:before{content:"\e937"}.eicon-text-align-left:before{content:"\e938"}.eicon-text-align-right:before{content:"\e939"}.eicon-close-circle:before{content:"\e93a"}.eicon-trash-o:before{content:"\e93b"}.eicon-font-awesome:before{content:"\e93c"}.eicon-user-circle-o:before{content:"\e93d"}.eicon-video-camera:before{content:"\e93e"}.eicon-heart:before{content:"\e93f"}.eicon-wrench:before{content:"\e940"}.eicon-help:before{content:"\e941"}.eicon-help-o:before{content:"\e942"}.eicon-zoom-out-bold:before{content:"\e943"}.eicon-plus-square-o:before{content:"\e944"}.eicon-minus-square-o:before{content:"\e945"}.eicon-minus-circle:before{content:"\e946"}.eicon-minus-circle-o:before{content:"\e947"}.eicon-code-bold:before{content:"\e948"}.eicon-cloud-upload:before{content:"\e949"}.eicon-search-bold:before{content:"\e94a"}.eicon-map-pin:before{content:"\e94b"}.eicon-meetup:before{content:"\e94c"}.eicon-slideshow:before{content:"\e94d"}.eicon-t-letter-bold:before{content:"\e94e"}.eicon-preferences:before{content:"\e94f"}.eicon-table-of-contents:before{content:"\e950"}.eicon-tv:before{content:"\e951"}.eicon-upload:before{content:"\e952"}.eicon-instagram-comments:before{content:"\e953"}.eicon-instagram-nested-gallery:before{content:"\e954"}.eicon-instagram-post:before{content:"\e955"}.eicon-instagram-video:before{content:"\e956"}.eicon-instagram-gallery:before{content:"\e957"}.eicon-instagram-likes:before{content:"\e958"}.eicon-facebook:before{content:"\e959"}.eicon-twitter:before{content:"\e95a"}.eicon-pinterest:before{content:"\e95b"}.eicon-frame-expand:before{content:"\e95c"}.eicon-frame-minimize:before{content:"\e95d"}.eicon-archive:before{content:"\e95e"}.eicon-colors-typography:before{content:"\e95f"}.eicon-custom:before{content:"\e960"}.eicon-footer:before{content:"\e961"}.eicon-header:before{content:"\e962"}.eicon-layout-settings:before{content:"\e963"}.eicon-lightbox-expand:before{content:"\e964"}.eicon-error-404:before{content:"\e965"}.eicon-theme-style:before{content:"\e966"}.eicon-search-results:before{content:"\e967"}.eicon-single-post:before{content:"\e968"}.eicon-site-identity:before{content:"\e969"}.eicon-theme-builder:before{content:"\e96a"}.eicon-download-bold:before{content:"\e96b"}.eicon-share-arrow:before{content:"\e96c"}.eicon-global-settings:before{content:"\e96d"}.eicon-user-preferences:before{content:"\e96e"}.eicon-lock:before{content:"\e96f"}.eicon-export-kit:before{content:"\e970"}.eicon-import-kit:before{content:"\e971"}.eicon-lottie:before{content:"\e972"}.eicon-products-archive:before{content:"\e973"}.eicon-single-product:before{content:"\e974"}.eicon-disable-trash-o:before{content:"\e975"}.eicon-single-page:before{content:"\e976"}.eicon-wordpress-light:before{content:"\e977"}.eicon-cogs-check:before{content:"\e978"}.eicon-custom-css:before{content:"\e979"}.eicon-global-colors:before{content:"\e97a"}.eicon-globe:before{content:"\e97b"}.eicon-typography-1:before{content:"\e97c"}.eicon-background:before{content:"\e97d"}.eicon-device-responsive:before{content:"\e97e"}.eicon-device-wide:before{content:"\e97f"}.eicon-code-highlight:before{content:"\e980"}.eicon-video-playlist:before{content:"\e981"}.eicon-download-kit:before{content:"\e982"}.eicon-kit-details:before{content:"\e983"}.eicon-kit-parts:before{content:"\e984"}.eicon-kit-upload:before{content:"\e985"}.eicon-kit-plugins:before{content:"\e986"}.eicon-kit-upload-alt:before{content:"\e987"}.eicon-hotspot:before{content:"\e988"}.eicon-paypal-button:before{content:"\e989"}.eicon-shape:before{content:"\e98a"}.eicon-wordart:before{content:"\e98b"}.eicon-checkout:before{content:"\e98c"}.eicon-container:before{content:"\e98d"}.eicon-flip:before{content:"\e98e"}.eicon-info:before{content:"\e98f"}.eicon-my-account:before{content:"\e990"}.eicon-purchase-summary:before{content:"\e991"}.eicon-page-transition:before{content:"\e992"}.eicon-spotify:before{content:"\e993"}.eicon-stripe-button:before{content:"\e994"}.eicon-woo-settings:before{content:"\e995"}.eicon-woo-cart:before{content:"\e996"}.eicon-grow:before{content:"\e997"}.eicon-order-end:before{content:"\e998"}.eicon-nowrap:before{content:"\e999"}.eicon-order-start:before{content:"\e99a"}.eicon-progress-tracker:before{content:"\e99b"}.eicon-shrink:before{content:"\e99c"}.eicon-wrap:before{content:"\e99d"}.eicon-align-center-h:before{content:"\e99e"}.eicon-align-center-v:before{content:"\e99f"}.eicon-align-end-h:before{content:"\e9a0"}.eicon-align-end-v:before{content:"\e9a1"}.eicon-align-start-h:before{content:"\e9a2"}.eicon-align-start-v:before{content:"\e9a3"}.eicon-align-stretch-h:before{content:"\e9a4"}.eicon-align-stretch-v:before{content:"\e9a5"}.eicon-justify-center-h:before{content:"\e9a6"}.eicon-justify-center-v:before{content:"\e9a7"}.eicon-justify-end-h:before{content:"\e9a8"}.eicon-justify-end-v:before{content:"\e9a9"}.eicon-justify-space-around-h:before{content:"\e9aa"}.eicon-justify-space-around-v:before{content:"\e9ab"}.eicon-justify-space-between-h:before{content:"\e9ac"}.eicon-justify-space-between-v:before{content:"\e9ad"}.eicon-justify-space-evenly-h:before{content:"\e9ae"}.eicon-justify-space-evenly-v:before{content:"\e9af"}.eicon-justify-start-h:before{content:"\e9b0"}.eicon-justify-start-v:before{content:"\e9b1"}.eicon-woocommerce-cross-sells:before{content:"\e9b2"}.eicon-woocommerce-notices:before{content:"\e9b3"}.eicon-inner-container:before{content:"\e9b4"}.eicon-warning-full:before{content:"\e9b5"}.eicon-exit:before{content:"\e9b6"}.eicon-loop-builder:before{content:"\e9b7"}.eicon-notes:before{content:"\e9b8"}.eicon-read:before{content:"\e9b9"}.eicon-unread:before{content:"\e9ba"}.eicon-carousel-loop:before{content:"\e9bb"}.eicon-mega-menu:before{content:"\eb78"}.eicon-nested-carousel:before{content:"\e9bd"}.eicon-ai:before{content:"\e9be"}.eicon-taxonomy-filter:before{content:"\eb7d"}.eicon-container-grid:before{content:"\ef02"}.eicon-upgrade:before{content:"\e9c1"}.eicon-advanced:before{content:"\eb84"}.eicon-div-block:before{content:"\eb9b"}.eicon-notification:before{content:"\e9c3"}.eicon-light-mode:before{content:"\e9c4"}.eicon-dark-mode:before{content:"\e9c5"}.eicon-upgrade-crown:before{content:"\e9c6"}.eicon-off-canvas:before{content:"\e9c7"}.eicon-speakerphone:before{content:"\e9c9"}.eicon-ehp-cta:before{content:"\e9cb"}.eicon-ehp-forms:before{content:"\e9bc"}.eicon-ehp-hero:before{content:"\e9ca"}.eicon-ehp-zigzag:before{content:"\e9cc"}.eicon-e-button:before{content:"\e9ce"}.eicon-flexbox:before{content:"\e9d0"}.eicon-paragraph:before{content:"\e9d1"}.eicon-icon:before{content:"\e9d2"}.eicon-e-image:before{content:"\e9d3"}.eicon-video:before{content:"\e9d4"}.eicon-svg:before{content:"\e9d5"}.eicon-e-divider:before{content:"\e9d6"}.eicon-e-heading:before{content:"\e9d7"}.eicon-atomic:before{content:"\ebae"}.eicon-library-delete:before{content:"\e9d8"}.eicon-library-copy:before{content:"\e9d9"}.eicon-library-folder-empty:before{content:"\e9da"}.eicon-library-move:before{content:"\e9db"}.eicon-library-edit:before{content:"\e9dc"}.eicon-library-subscription-upgrade:before{content:"\e9de"}.eicon-library-folder-view:before{content:"\e9df"}.eicon-library-grid:before{content:"\e9e1"}.eicon-library-cloud-connect:before{content:"\e9e2"}.eicon-library-import:before{content:"\e9e3"}.eicon-library-list:before{content:"\e9e4"}.eicon-library-cloud-empty:before{content:"\e9e5"}.eicon-folder-plus:before{content:"\e8aa"}.eicon-library-folder:before{content:"\e9e6"}.eicon-accessibility:before{content:"\e9bf"}.eicon-lock-outline:before{content:"\e9e7"}.eicon-e-youtube:before{content:"\e9e8"}.eicon-contact:before{content:"\ebd2"}.eicon-eye:before{content:"\e8ac"}.eicon-elementor-square:before{content:"\e813"}