@charset "UTF-8";
@charset "UTF-8";
@charset "UTF-8";

 .lae-animated {
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
}
.lae-animated.infinite {
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
}
.lae-animated.hinge {
-webkit-animation-duration: 2s;
animation-duration: 2s;
}
.lae-animated.flipOutX,
.lae-animated.flipOutY,
.lae-animated.bounceIn,
.lae-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;
}
}
.lae-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;
} @-webkit-keyframes fadeInLeftSmall {
from {
opacity: 0;
-webkit-transform: translate3d(-40px, 0, 0);
transform: translate3d(-40px, 0, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInLeftSmall {
from {
opacity: 0;
-webkit-transform: translate3d(-40px, 0, 0);
transform: translate3d(-40px, 0, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.fadeInLeftSmall {
-webkit-animation-name: fadeInLeftSmall;
animation-name: fadeInLeftSmall;
}
@-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;
}
}
@-webkit-keyframes fadeInRightSmall {
from {
opacity: 0;
-webkit-transform: translate3d(40px, 0, 0);
transform: translate3d(40px, 0, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInRightSmall {
from {
opacity: 0;
-webkit-transform: translate3d(40px, 0, 0);
transform: translate3d(40px, 0, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.fadeInRightSmall {
-webkit-animation-name: fadeInRightSmall;
animation-name: fadeInRightSmall;
}
@-webkit-keyframes fadeOut_to_1 {
from {
opacity: 1;
}
to {
opacity: 0.1;
}
}
@keyframes fadeOut_to_1 {
from {
opacity: 1;
}
to {
opacity: 0.1;
}
}
.fadeOut_to_1 {
-webkit-animation-name: fadeOut_to_1;
animation-name: fadeOut_to_1;
}.slick-slider{position:relative;display:block;box-sizing:border-box;-webkit-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;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:0}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-list,.slick-slider .slick-track{-webkit-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:after,.slick-track:before{display:table;content:''}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{display:none;float:left;height:100%;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}.slick-loading .slick-list{background:#fff url(https://hradhouska.cz/wp-content/plugins/addons-for-elementor/assets/css/lib/loader.gif) center center no-repeat}@media only screen and (max-width:1024px){.slick-slider{padding:0 10px}}.lae-container .slick-next,.lae-container .slick-prev{position:absolute;bottom:initial;left:initial;right:initial;top:50%;width:28px;height:28px;margin:-14px 0 0}.rtl .lae-container .slick-next,.rtl .lae-container .slick-prev{-webkit-transform:scaleX(-1);transform:scaleX(-1);direction:ltr}.lae-container .slick-next,.lae-container .slick-next:after,.lae-container .slick-next:before,.lae-container .slick-prev,.lae-container .slick-prev:after,.lae-container .slick-prev:before{text-shadow:none;background:0 0;border:none;padding:0;opacity:1;font-family:lae-icomoon!important;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:24px;color:#aaa;overflow:hidden;box-shadow:none;outline:0;text-indent:0;text-align:center;transition:all .3s ease-in-out 0s}.lae-container .slick-next:before,.lae-container .slick-prev:before{margin:2px;vertical-align:middle}.lae-container .slick-next:hover:after,.lae-container .slick-next:hover:before,.lae-container .slick-prev:hover:after,.lae-container .slick-prev:hover:before{color:#888}.lae-dark-bg .lae-container .slick-next:after,.lae-dark-bg .lae-container .slick-next:before,.lae-dark-bg .lae-container .slick-prev:after,.lae-dark-bg .lae-container .slick-prev:before{color:#888}.lae-dark-bg .lae-container .slick-next:hover:after,.lae-dark-bg .lae-container .slick-next:hover:before,.lae-dark-bg .lae-container .slick-prev:hover:after,.lae-dark-bg .lae-container .slick-prev:hover:before{color:#aaa;background:0 0}.lae-container .slick-prev{left:-40px}.lae-container .slick-prev:before{content:"\e904"}@media only screen and (max-width:1024px){.lae-container .slick-prev{left:-20px}}.lae-container .slick-next{right:-40px}.lae-container .slick-next:before{content:"\e905"}@media only screen and (max-width:1024px){.lae-container .slick-next{right:-20px}}.lae-container ul.slick-dots{width:100%;position:absolute;bottom:-30px;text-align:center;padding:0;margin:0}.lae-container ul.slick-dots li,.lae-container ul.slick-dots li:hover{margin:0 8px 0 0;padding:0;display:inline-block;font-size:0}.lae-container ul.slick-dots li button{padding:0;background:#aaa;border:1px solid #aaa;border-radius:50%;width:12px;height:12px;box-shadow:none;transition:background .3s ease-in-out 0s;font-size:0;outline:0}.lae-container ul.slick-dots li button:before{display:none}.lae-dark-bg .lae-container ul.slick-dots li button{background:#888;border-color:#888}.lae-container ul.slick-dots li button:hover,.lae-container ul.slick-dots li.slick-active button{background:0 0;border-color:#aaa}.lae-container ul.slick-dots li.slick-active button{width:14px;height:14px}@font-face {
font-family: 'lae-icomoon';
src: url(//hradhouska.cz/wp-content/plugins/addons-for-elementor/assets/css/fonts/lae-icomoon.ttf?s30zkh) format('truetype'),
url(//hradhouska.cz/wp-content/plugins/addons-for-elementor/assets/css/fonts/lae-icomoon.woff?s30zkh) format('woff'),
url(//hradhouska.cz/wp-content/plugins/addons-for-elementor/assets/css/fonts/lae-icomoon.svg?s30zkh#lae-icomoon) format('svg');
font-weight: normal;
font-style: normal;
font-display: block;
}
[class^="lae-icon-"], [class*=" lae-icon-"] { font-family: 'lae-icomoon' !important;
speak: never;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1; -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.lae-icon-quote1:before {
content: "\e955";
}
.lae-icon-grid:before {
content: "\e94e";
}
.lae-icon-list-numbered:before {
content: "\e949";
}
.lae-icon-options:before {
content: "\e949";
}
.lae-icon-warning:before {
content: "\e94a";
}
.lae-icon-sign:before {
content: "\e94a";
}
.lae-icon-sort-numberic-desc:before {
content: "\e94b";
}
.lae-icon-arrange:before {
content: "\e94b";
}
.lae-icon-spell-check:before {
content: "\e94c";
}
.lae-icon-layout:before {
content: "\e94f";
}
.lae-icon-layout1:before {
content: "\e950";
}
.lae-icon-layout2:before {
content: "\e951";
}
.lae-icon-sort-numerically:before {
content: "\e954";
}
.lae-icon-flow-children:before {
content: "\e94d";
}
.lae-icon-text_rotation_none:before {
content: "\e948";
}
.lae-icon-grid1:before {
content: "\e952";
}
.lae-icon-list:before {
content: "\e953";
}
.lae-icon-angle-left:before {
content: "\f104";
}
.lae-icon-angle-right:before {
content: "\f105";
}
.lae-icon-twitter-grid:before {
content: "\e926";
}
.lae-icon-piechart3:before {
content: "\e927";
}
.lae-icon-features:before {
content: "\e928";
}
.lae-icon-slider2:before {
content: "\e929";
}
.lae-icon-gallery:before {
content: "\e92a";
}
.lae-icon-team4:before {
content: "\e92b";
}
.lae-icon-team6:before {
content: "\e92c";
}
.lae-icon-stats-bars:before {
content: "\e92d";
}
.lae-icon-instagram-grid:before {
content: "\e92e";
}
.lae-icon-posts-grid:before {
content: "\e92f";
}
.lae-icon-posts-block:before {
content: "\e930";
}
.lae-icon-posts-grid-masonry:before {
content: "\e931";
}
.lae-icon-buttons:before {
content: "\e932";
}
.lae-icon-posts-carousel:before {
content: "\e933";
}
.lae-icon-pricing-table:before {
content: "\e934";
}
.lae-icon-tab-slider1:before {
content: "\e935";
}
.lae-icon-tabs5:before {
content: "\e936";
}
.lae-icon-tabs2:before {
content: "\e937";
}
.lae-icon-faq:before {
content: "\e938";
}
.lae-icon-youtube-grid:before {
content: "\e939";
}
.lae-icon-vimeo-grid:before {
content: "\e93a";
}
.lae-icon-carousel:before {
content: "\e93b";
}
.lae-icon-slider7:before {
content: "\e93c";
}
.lae-icon-slider3:before {
content: "\e93d";
}
.lae-icon-slider6:before {
content: "\e93e";
}
.lae-icon-slider4:before {
content: "\e93f";
}
.lae-icon-testimonials3:before {
content: "\e940";
}
.lae-icon-testimonials1:before {
content: "\e941";
}
.lae-icon-clients:before {
content: "\e942";
}
.lae-icon-gallery-carousel:before {
content: "\e943";
}
.lae-icon-services:before {
content: "\e944";
}
.lae-icon-testimonials:before {
content: "\e945";
}
.lae-icon-pie-chart2:before {
content: "\e946";
}
.lae-icon-heading:before {
content: "\e947";
}
.lae-icon-play:before {
content: "\e925";
}
.lae-icon-link:before {
content: "\e924";
}
.lae-icon-star-empty:before {
content: "\e901";
}
.lae-icon-rate:before {
content: "\e901";
}
.lae-icon-star:before {
content: "\e901";
}
.lae-icon-favorite:before {
content: "\e901";
}
.lae-icon-bookmark:before {
content: "\e901";
}
.lae-icon-eye:before {
content: "\e902";
}
.lae-icon-like:before {
content: "\e900";
}
.lae-icon-calendar:before {
content: "\e923";
}
.lae-icon-bubble:before {
content: "\e903";
}
.lae-icon-comment:before {
content: "\e903";
}
.lae-icon-chat:before {
content: "\e903";
}
.lae-icon-talk:before {
content: "\e903";
}
.lae-icon-arrow-left:before {
content: "\e904";
}
.lae-icon-arrow-right:before {
content: "\e905";
}
.lae-icon-aim:before {
content: "\e906";
}
.lae-icon-behance:before {
content: "\e907";
}
.lae-icon-dribbble:before {
content: "\e908";
}
.lae-icon-facebook:before {
content: "\e909";
}
.lae-icon-flickr:before {
content: "\e90a";
}
.lae-icon-googleplus:before {
content: "\e90b";
}
.lae-icon-linkedin:before {
content: "\e90c";
}
.lae-icon-pinterest:before {
content: "\e90d";
}
.lae-icon-skype:before {
content: "\e90e";
}
.lae-icon-twitter:before {
content: "\e90f";
}
.lae-icon-vimeo:before {
content: "\e910";
}
.lae-icon-zerply:before {
content: "\e911";
}
.lae-icon-quote:before {
content: "\e912";
}
.lae-icon-video-play:before {
content: "\e913";
}
.lae-icon-email:before {
content: "\e914";
}
.lae-icon-close:before {
content: "\e915";
}
.lae-icon-plus:before {
content: "\e916";
}
.lae-icon-arrow-right-toggle:before {
content: "\e917";
}
.lae-icon-menu:before {
content: "\e918";
}
.lae-icon-menu-2:before {
content: "\e919";
}
.lae-icon-fit-to:before {
content: "\e91a";
}
.lae-icon-full-screen:before {
content: "\e91b";
}
.lae-icon-arrow-left2:before {
content: "\e91c";
}
.lae-icon-arrow-left3:before {
content: "\e91d";
}
.lae-icon-arrow-right2:before {
content: "\e91e";
}
.lae-icon-arrow-right3:before {
content: "\e91f";
}
.lae-icon-start:before {
content: "\e920";
}
.lae-icon-heart:before {
content: "\e921";
}
.lae-icon-retweet:before {
content: "\e922";
}
.lae-icon-play2:before {
content: "\ea15";
}
.lae-icon-play3:before {
content: "\ea1c";
}
.lae-icon-instagram:before {
content: "\ea92";
}
.lae-icon-twitter1:before {
content: "\ea96";
}.panel-grid .widget {
overflow: initial;
}
.lae-clear {
clear: both;
}
.lae-center {
text-align: center;
}
.lae-container, .lae-uber-grid-container, .lae-grid-container {
box-sizing: border-box;
}
.lae-container *, .lae-container *::after, .lae-container *::before, .lae-uber-grid-container *, .lae-uber-grid-container *::after, .lae-uber-grid-container *::before, .lae-grid-container *, .lae-grid-container *::after, .lae-grid-container *::before {
box-sizing: inherit;
}
.lae-container ol, .lae-container ul, .lae-container ol > li, .lae-container ul > li, .lae-container ol:hover, .lae-container ul:hover, .lae-container ul > li:hover, .lae-container ol > li:hover, .lae-container ol > li > a, .lae-container ul > li > a, .lae-container ol > li > a:hover, .lae-container ul > li > a:hover, .lae-container img, .lae-uber-grid-container ol, .lae-uber-grid-container ul, .lae-uber-grid-container ol > li, .lae-uber-grid-container ul > li, .lae-uber-grid-container ol:hover, .lae-uber-grid-container ul:hover, .lae-uber-grid-container ul > li:hover, .lae-uber-grid-container ol > li:hover, .lae-uber-grid-container ol > li > a, .lae-uber-grid-container ul > li > a, .lae-uber-grid-container ol > li > a:hover, .lae-uber-grid-container ul > li > a:hover, .lae-uber-grid-container img, .lae-grid-container ol, .lae-grid-container ul, .lae-grid-container ol > li, .lae-grid-container ul > li, .lae-grid-container ol:hover, .lae-grid-container ul:hover, .lae-grid-container ul > li:hover, .lae-grid-container ol > li:hover, .lae-grid-container ol > li > a, .lae-grid-container ul > li > a, .lae-grid-container ol > li > a:hover, .lae-grid-container ul > li > a:hover, .lae-grid-container img {
padding: 0;
margin: 0;
border: none;
box-shadow: none;
list-style: none;
background: none;
}
.lae-container ol:before, .lae-container ol:after, .lae-container ul:before, .lae-container ul:after, .lae-container ol > li:before, .lae-container ol > li:after, .lae-container ul > li:before, .lae-container ul > li:after, .lae-container ol:hover:before, .lae-container ol:hover:after, .lae-container ul:hover:before, .lae-container ul:hover:after, .lae-container ul > li:hover:before, .lae-container ul > li:hover:after, .lae-container ol > li:hover:before, .lae-container ol > li:hover:after, .lae-container ol > li > a:before, .lae-container ol > li > a:after, .lae-container ul > li > a:before, .lae-container ul > li > a:after, .lae-container ol > li > a:hover:before, .lae-container ol > li > a:hover:after, .lae-container ul > li > a:hover:before, .lae-container ul > li > a:hover:after, .lae-container img:before, .lae-container img:after, .lae-uber-grid-container ol:before, .lae-uber-grid-container ol:after, .lae-uber-grid-container ul:before, .lae-uber-grid-container ul:after, .lae-uber-grid-container ol > li:before, .lae-uber-grid-container ol > li:after, .lae-uber-grid-container ul > li:before, .lae-uber-grid-container ul > li:after, .lae-uber-grid-container ol:hover:before, .lae-uber-grid-container ol:hover:after, .lae-uber-grid-container ul:hover:before, .lae-uber-grid-container ul:hover:after, .lae-uber-grid-container ul > li:hover:before, .lae-uber-grid-container ul > li:hover:after, .lae-uber-grid-container ol > li:hover:before, .lae-uber-grid-container ol > li:hover:after, .lae-uber-grid-container ol > li > a:before, .lae-uber-grid-container ol > li > a:after, .lae-uber-grid-container ul > li > a:before, .lae-uber-grid-container ul > li > a:after, .lae-uber-grid-container ol > li > a:hover:before, .lae-uber-grid-container ol > li > a:hover:after, .lae-uber-grid-container ul > li > a:hover:before, .lae-uber-grid-container ul > li > a:hover:after, .lae-uber-grid-container img:before, .lae-uber-grid-container img:after, .lae-grid-container ol:before, .lae-grid-container ol:after, .lae-grid-container ul:before, .lae-grid-container ul:after, .lae-grid-container ol > li:before, .lae-grid-container ol > li:after, .lae-grid-container ul > li:before, .lae-grid-container ul > li:after, .lae-grid-container ol:hover:before, .lae-grid-container ol:hover:after, .lae-grid-container ul:hover:before, .lae-grid-container ul:hover:after, .lae-grid-container ul > li:hover:before, .lae-grid-container ul > li:hover:after, .lae-grid-container ol > li:hover:before, .lae-grid-container ol > li:hover:after, .lae-grid-container ol > li > a:before, .lae-grid-container ol > li > a:after, .lae-grid-container ul > li > a:before, .lae-grid-container ul > li > a:after, .lae-grid-container ol > li > a:hover:before, .lae-grid-container ol > li > a:hover:after, .lae-grid-container ul > li > a:hover:before, .lae-grid-container ul > li > a:hover:after, .lae-grid-container img:before, .lae-grid-container img:after {
display: none;
}
.lae-container a, .lae-uber-grid-container a, .lae-grid-container a {
text-decoration: initial;
}
.lae-container img, .lae-uber-grid-container img, .lae-grid-container img {
max-width: 100%;
width: auto;
height: auto;
} .lae-container {
margin-left: auto;
margin-right: auto;
}
.lae-container::after {
clear: both;
content: "";
display: block;
}
.panel-grid .widget {
border: 0;
}
.lae-center {
text-align: center;
}
.lae-icon-wrapper i, .lae-icon-wrapper svg {
width: 1em;
height: 1em;
position: relative;
display: block;
} .lae-uber-grid-container {
display: grid;
grid-column-gap: 30px;
grid-row-gap: 35px;
}
.lae-uber-grid-container.lae-grid-auto-column-layout {
grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}
.lae-uber-grid-container.lae-grid-mobile-1 {
grid-template-columns: repeat(1, 1fr);
}
.lae-uber-grid-container.lae-grid-mobile-2 {
grid-template-columns: repeat(2, 1fr);
}
.lae-uber-grid-container.lae-grid-mobile-3 {
grid-template-columns: repeat(3, 1fr);
}
.lae-uber-grid-container.lae-grid-mobile-4 {
grid-template-columns: repeat(4, 1fr);
}
.lae-uber-grid-container.lae-grid-mobile-5 {
grid-template-columns: repeat(5, 1fr);
}
.lae-uber-grid-container.lae-grid-mobile-6 {
grid-template-columns: repeat(6, 1fr);
}
@media only screen and (min-width: 767px) {
.lae-uber-grid-container.lae-grid-tablet-1 {
grid-template-columns: repeat(1, 1fr);
}
.lae-uber-grid-container.lae-grid-tablet-2 {
grid-template-columns: repeat(2, 1fr);
}
.lae-uber-grid-container.lae-grid-tablet-3 {
grid-template-columns: repeat(3, 1fr);
}
.lae-uber-grid-container.lae-grid-tablet-4 {
grid-template-columns: repeat(4, 1fr);
}
.lae-uber-grid-container.lae-grid-tablet-5 {
grid-template-columns: repeat(5, 1fr);
}
.lae-uber-grid-container.lae-grid-tablet-6 {
grid-template-columns: repeat(6, 1fr);
}
}
@media only screen and (min-width: 1024px) {
.lae-uber-grid-container.lae-grid-desktop-1 {
grid-template-columns: repeat(1, 1fr);
}
.lae-uber-grid-container.lae-grid-desktop-2 {
grid-template-columns: repeat(2, 1fr);
}
.lae-uber-grid-container.lae-grid-desktop-3 {
grid-template-columns: repeat(3, 1fr);
}
.lae-uber-grid-container.lae-grid-desktop-4 {
grid-template-columns: repeat(4, 1fr);
}
.lae-uber-grid-container.lae-grid-desktop-5 {
grid-template-columns: repeat(5, 1fr);
}
.lae-uber-grid-container.lae-grid-desktop-6 {
grid-template-columns: repeat(6, 1fr);
}
} .lae-widget-heading {
font-size: 18px;
line-height: 26px;
letter-spacing: 1px;
font-weight: bold;
color: #333;
text-transform: uppercase;
clear: none;
margin-top: 0;
margin-bottom: 10px;
font-size: 40px;
line-height: 52px;
text-align: center;
}
@media only screen and (max-width: 767px) {
.lae-widget-heading {
font-size: 32px;
line-height: 44px;
}
} input.lae-button, button.lae-button, a.lae-button, .lae-button:active, .lae-button:visited {
display: inline-block;
text-align: center;
line-height: 1;
cursor: pointer;
-webkit-appearance: none;
vertical-align: middle;
border: 1px solid transparent;
border-radius: 3px;
padding: 16px 40px;
margin: 0;
font-size: 12px;
font-weight: normal;
text-transform: uppercase;
letter-spacing: 2px;
background-color: #f94213;
color: #fefefe;
outline: none;
transition: all 0.4s ease-in-out 0s;
}
input.lae-button.lae-rounded, button.lae-button.lae-rounded, a.lae-button.lae-rounded, .lae-button:active.lae-rounded, .lae-button:visited.lae-rounded {
border-radius: 999px;
}
input.lae-button.lae-large, button.lae-button.lae-large, a.lae-button.lae-large, .lae-button:active.lae-large, .lae-button:visited.lae-large {
padding: 20px 60px;
}
input.lae-button.lae-small, button.lae-button.lae-small, a.lae-button.lae-small, .lae-button:active.lae-small, .lae-button:visited.lae-small {
padding: 12px 25px;
font-size: 11px;
}
input.lae-button:hover, button.lae-button:hover, a.lae-button:hover, .lae-button:active:hover, .lae-button:visited:hover {
background-color: #f9633e;
color: #fefefe;
}
.lae-button.lae-black {
background-color: #363636;
}
.lae-button.lae-black:hover {
background-color: #434343;
}
.lae-button.lae-blue {
background-color: #46a5d5;
}
.lae-button.lae-blue:hover {
background-color: #5bafda;
}
.lae-button.lae-cyan {
background-color: #57c0dc;
}
.lae-button.lae-cyan:hover {
background-color: #6cc8e0;
}
.lae-button.lae-green {
background-color: #00a57d;
}
.lae-button.lae-green:hover {
background-color: #00bf90;
}
.lae-button.lae-orange {
background-color: #e87151;
}
.lae-button.lae-orange:hover {
background-color: #eb8368;
}
.lae-button.lae-pink {
background-color: #dd5679;
}
.lae-button.lae-pink:hover {
background-color: #e16b8a;
}
.lae-button.lae-red {
background-color: #da4f49;
}
.lae-button.lae-red:hover {
background-color: #de635e;
}
.lae-button.lae-teal {
background-color: #28c2ba;
}
.lae-button.lae-teal:hover {
background-color: #2fd4cc;
}
.lae-button.lae-trans {
color: #333;
background-color: transparent; background-color: rgba(0, 0, 0, 0);
border: 2px solid #a5a5a5;
}
.lae-button.lae-trans:hover {
background-color: #fff;
color: #333;
border-color: #fff;
}
.lae-button.lae-semitrans {
color: #fff;
background-color: transparent; background-color: rgba(125, 125, 125, 0.5);
}
.lae-button.lae-semitrans:hover {
background-color: #fff;
color: #333;
}
.lae-with-icon i, .lae-with-icon svg {
width: 1em;
height: 1em;
position: relative;
display: inline-block;
} .single-elementor_library [data-elementor-type=livemesh_grid] .elementor-element.elementor-widget.elementor-widget-livemesh-grid-item .elementor-widget-container {
border: 5px double #a4a0a2;
padding: 10px;
}
.single-elementor_library [data-elementor-type=livemesh_grid] .elementor-column {
border: 1px dotted #827e80;
}
.lae-template-error {
padding: 20px;
font-style: italic;
} input.lae-button.lae-with-icon i, input.lae-button.lae-with-icon img.lae-thumbnail, button.lae-button.lae-with-icon i, button.lae-button.lae-with-icon img.lae-thumbnail, a.lae-button.lae-with-icon i, a.lae-button.lae-with-icon img.lae-thumbnail, .lae-button.lae-with-icon:active i, .lae-button.lae-with-icon:active img.lae-thumbnail, .lae-button.lae-with-icon:visited i, .lae-button.lae-with-icon:visited img.lae-thumbnail {
margin-right: 15px;
}
.rtl input.lae-button.lae-with-icon i, .rtl input.lae-button.lae-with-icon img.lae-thumbnail, .rtl button.lae-button.lae-with-icon i, .rtl button.lae-button.lae-with-icon img.lae-thumbnail, .rtl a.lae-button.lae-with-icon i, .rtl a.lae-button.lae-with-icon img.lae-thumbnail, .rtl .lae-button.lae-with-icon:active i, .rtl .lae-button.lae-with-icon:active img.lae-thumbnail, .rtl .lae-button.lae-with-icon:visited i, .rtl .lae-button.lae-with-icon:visited img.lae-thumbnail {
margin-right: 0;
margin-left: 15px;
}
input.lae-button.lae-with-icon i, input.lae-button.lae-with-icon svg, button.lae-button.lae-with-icon i, button.lae-button.lae-with-icon svg, a.lae-button.lae-with-icon i, a.lae-button.lae-with-icon svg, .lae-button.lae-with-icon:active i, .lae-button.lae-with-icon:active svg, .lae-button.lae-with-icon:visited i, .lae-button.lae-with-icon:visited svg {
color: #fff;
fill: #fff;
font-size: 24px;
vertical-align: middle;
line-height: 1;
}
input.lae-button.lae-with-icon img.lae-thumbnail, button.lae-button.lae-with-icon img.lae-thumbnail, a.lae-button.lae-with-icon img.lae-thumbnail, .lae-button.lae-with-icon:active img.lae-thumbnail, .lae-button.lae-with-icon:visited img.lae-thumbnail {
display: inline !important;
vertical-align: middle;
max-width: 50px;
} .lae-heading {
text-align: center;
margin: 0 auto 60px;
max-width: 640px;
}
@media only screen and (max-width: 767px) {
.lae-heading {
margin-bottom: 40px;
}
}
.lae-heading .lae-text {
font-size: 18px;
line-height: 28px;
margin: 0 auto;
}
@media only screen and (max-width: 767px) {
.lae-heading .lae-text {
font-size: 15px;
line-height: 26px;
}
}
.lae-heading.lae-alignleft, .lae-heading.lae-alignright {
margin: 0;
}
.lae-heading.lae-alignleft .lae-text, .lae-heading.lae-alignright .lae-text {
margin: 0;
}
.lae-heading.lae-alignleft {
text-align: left;
}
.lae-heading.lae-alignright {
text-align: right;
max-width: none;
}
.lae-heading .lae-title {
font-weight: 700;
font-size: 32px;
line-height: 42px;
margin: 0 auto 20px;
color: #333;
font-weight: bold;
}
@media only screen and (max-width: 767px) {
.lae-heading .lae-title {
font-size: 24px;
line-height: 32px;
}
}
.lae-dark-bg .lae-heading .lae-title {
color: white;
}
.lae-dark-bg .lae-heading .lae-subtitle {
color: rgba(255, 255, 255, 0.5);
}
.lae-dark-bg .lae-heading .lae-text {
color: rgba(255, 255, 255, 0.7);
}
.lae-heading.lae-alignleft .lae-title, .lae-heading.lae-alignright .lae-title {
margin: 0 0 20px;
}
.lae-heading .lae-subtitle {
margin: 0 auto 5px;
color: #888;
font-size: 12px;
line-height: 20px;
text-transform: uppercase;
font-weight: 600;
letter-spacing: 2px;
position: relative;
display: inline-block;
padding: 0 10px;
}
@media only screen and (max-width: 767px) {
.lae-heading .lae-subtitle {
font-size: 11px;
line-height: 18px;
}
}
.lae-heading.lae-alignleft .lae-subtitle, .lae-heading.lae-alignright .lae-subtitle {
margin: 0 0 5px;
padding: 0;
}
.lae-heading.lae-alignleft .lae-subtitle:before, .lae-heading.lae-alignleft .lae-subtitle:after, .lae-heading.lae-alignright .lae-subtitle:before, .lae-heading.lae-alignright .lae-subtitle:after {
display: none;
} .lae-post-link-overlay {
position: absolute;
top: 0px;
bottom: 0px;
left: 0px;
right: 0px;
width: 100%;
z-index: 1;
}
.lae-terms a, .lae-post-title a {
transition: all 0.5s ease-out 0s;
}
.lae-read-more {
position: relative;
display: inline-block;
font-size: 0.75rem;
line-height: 1;
text-decoration: none;
padding: 8px 15px;
margin-top: 15px;
transition: all 0.5s ease-out 0s;
transition: all 0.5s ease-out 0s;
}
.lae-post-featured-img-bg {
position: relative;
background-repeat: no-repeat;
background-position: center;
background-size: cover;
margin-bottom: 15px;
} .elementor-add-section-area-button.lae-add-template-button {
background-color: #fbebd7;
}
.elementor-add-section-area-button.lae-add-template-button:hover {
background-color: #f8f3ed;
}.lae-grid-container {
margin-left: -20px;
margin-right: -20px;
width: calc(100% + 40px);
}
.lae-grid-container::after {
clear: both;
content: "";
display: block;
}
.lae-grid-container .lae-grid-item {
min-height: 1px; }
@media (max-width: 479px) {
.lae-grid-container.lae-grid-mobile-2 .lae-grid-item:nth-child(2n+1) {
clear: left;
}
.rtl .lae-grid-container.lae-grid-mobile-2 .lae-grid-item:nth-child(2n+1) {
clear: right;
}
.lae-grid-container.lae-grid-mobile-3 .lae-grid-item:nth-child(3n+1) {
clear: left;
}
.rtl .lae-grid-container.lae-grid-mobile-3 .lae-grid-item:nth-child(3n+1) {
clear: right;
}
.lae-grid-container.lae-grid-mobile-4 .lae-grid-item:nth-child(4n+1) {
clear: left;
}
.rtl .lae-grid-container.lae-grid-mobile-4 .lae-grid-item:nth-child(4n+1) {
clear: right;
}
.lae-grid-container.lae-grid-mobile-5 .lae-grid-item:nth-child(5n+1) {
clear: left;
}
.rtl .lae-grid-container.lae-grid-mobile-5 .lae-grid-item:nth-child(5n+1) {
clear: right;
}
.lae-grid-container.lae-grid-mobile-6 .lae-grid-item:nth-child(6n+1) {
clear: left;
}
.rtl .lae-grid-container.lae-grid-mobile-6 .lae-grid-item:nth-child(6n+1) {
clear: right;
}
}
@media (min-width:480px) and (max-width: 800px) {
.lae-grid-container.lae-grid-tablet-2 .lae-grid-item:nth-child(2n+1) {
clear: left;
}
.rtl .lae-grid-container.lae-grid-tablet-2 .lae-grid-item:nth-child(2n+1) {
clear: right;
}
.lae-grid-container.lae-grid-tablet-3 .lae-grid-item:nth-child(3n+1) {
clear: left;
}
.rtl .lae-grid-container.lae-grid-tablet-3 .lae-grid-item:nth-child(3n+1) {
clear: right;
}
.lae-grid-container.lae-grid-tablet-4 .lae-grid-item:nth-child(4n+1) {
clear: left;
}
.rtl .lae-grid-container.lae-grid-tablet-4 .lae-grid-item:nth-child(4n+1) {
clear: right;
}
.lae-grid-container.lae-grid-tablet-5 .lae-grid-item:nth-child(5n+1) {
clear: left;
}
.rtl .lae-grid-container.lae-grid-tablet-5 .lae-grid-item:nth-child(5n+1) {
clear: right;
}
.lae-grid-container.lae-grid-tablet-6 .lae-grid-item:nth-child(6n+1) {
clear: left;
}
.rtl .lae-grid-container.lae-grid-tablet-6 .lae-grid-item:nth-child(6n+1) {
clear: right;
}
}
@media only screen and (min-width: 801px) {
.lae-grid-container.lae-grid-desktop-2 .lae-grid-item:nth-child(2n+1) {
clear: left;
}
.rtl .lae-grid-container.lae-grid-desktop-2 .lae-grid-item:nth-child(2n+1) {
clear: right;
}
.lae-grid-container.lae-grid-desktop-3 .lae-grid-item:nth-child(3n+1) {
clear: left;
}
.rtl .lae-grid-container.lae-grid-desktop-3 .lae-grid-item:nth-child(3n+1) {
clear: right;
}
.lae-grid-container.lae-grid-desktop-4 .lae-grid-item:nth-child(4n+1) {
clear: left;
}
.rtl .lae-grid-container.lae-grid-desktop-4 .lae-grid-item:nth-child(4n+1) {
clear: right;
}
.lae-grid-container.lae-grid-desktop-5 .lae-grid-item:nth-child(5n+1) {
clear: left;
}
.rtl .lae-grid-container.lae-grid-desktop-5 .lae-grid-item:nth-child(5n+1) {
clear: right;
}
.lae-grid-container.lae-grid-desktop-6 .lae-grid-item:nth-child(6n+1) {
clear: left;
}
.rtl .lae-grid-container.lae-grid-desktop-6 .lae-grid-item:nth-child(6n+1) {
clear: right;
}
}
.lae-grid-container.lae-grid-mobile-1 .lae-grid-item {
width: calc(100% - 40px);
float: left;
margin-left: 20px;
}
.lae-grid-container.lae-grid-mobile-2 .lae-grid-item {
width: calc(50% - 30px);
float: left;
margin-left: 20px;
}
.lae-grid-container.lae-grid-mobile-3 .lae-grid-item {
width: calc(33.3333333333% - 26.6666666667px);
float: left;
margin-left: 20px;
}
.lae-grid-container.lae-grid-mobile-4 .lae-grid-item {
width: calc(25% - 25px);
float: left;
margin-left: 20px;
}
.lae-grid-container.lae-grid-mobile-5 .lae-grid-item {
width: calc(20% - 24px);
float: left;
margin-left: 20px;
}
.lae-grid-container.lae-grid-mobile-6 .lae-grid-item {
width: calc(16.6666666667% - 23.3333333333px);
float: left;
margin-left: 20px;
}
@media only screen and (min-width: 480px) {
.lae-grid-container.lae-grid-tablet-1 .lae-grid-item {
width: calc(100% - 40px);
float: left;
margin-left: 20px;
}
.lae-grid-container.lae-grid-tablet-2 .lae-grid-item {
width: calc(50% - 30px);
float: left;
margin-left: 20px;
}
.lae-grid-container.lae-grid-tablet-3 .lae-grid-item {
width: calc(33.3333333333% - 26.6666666667px);
float: left;
margin-left: 20px;
}
.lae-grid-container.lae-grid-tablet-4 .lae-grid-item {
width: calc(25% - 25px);
float: left;
margin-left: 20px;
}
.lae-grid-container.lae-grid-tablet-5 .lae-grid-item {
width: calc(20% - 24px);
float: left;
margin-left: 20px;
}
.lae-grid-container.lae-grid-tablet-6 .lae-grid-item {
width: calc(16.6666666667% - 23.3333333333px);
float: left;
margin-left: 20px;
}
}
@media only screen and (min-width: 801px) {
.lae-grid-container.lae-grid-desktop-1 .lae-grid-item {
width: calc(100% - 40px);
float: left;
margin-left: 20px;
}
.lae-grid-container.lae-grid-desktop-2 .lae-grid-item {
width: calc(50% - 30px);
float: left;
margin-left: 20px;
}
.lae-grid-container.lae-grid-desktop-3 .lae-grid-item {
width: calc(33.3333333333% - 26.6666666667px);
float: left;
margin-left: 20px;
}
.lae-grid-container.lae-grid-desktop-4 .lae-grid-item {
width: calc(25% - 25px);
float: left;
margin-left: 20px;
}
.lae-grid-container.lae-grid-desktop-5 .lae-grid-item {
width: calc(20% - 24px);
float: left;
margin-left: 20px;
}
.lae-grid-container.lae-grid-desktop-6 .lae-grid-item {
width: calc(16.6666666667% - 23.3333333333px);
float: left;
margin-left: 20px;
}
} .lae-gapless-grid .lae-grid-container {
margin-left: 0;
margin-right: 0;
width: auto;
}
.lae-gapless-grid .lae-grid-container.lae-grid-mobile-1 .lae-grid-item {
width: calc(100% - 0px);
float: left;
margin-left: 0px;
}
.lae-gapless-grid .lae-grid-container.lae-grid-mobile-2 .lae-grid-item {
width: calc(50% - 0px);
float: left;
margin-left: 0px;
}
.lae-gapless-grid .lae-grid-container.lae-grid-mobile-3 .lae-grid-item {
width: calc(33.3333333333% - 0px);
float: left;
margin-left: 0px;
}
.lae-gapless-grid .lae-grid-container.lae-grid-mobile-4 .lae-grid-item {
width: calc(25% - 0px);
float: left;
margin-left: 0px;
}
.lae-gapless-grid .lae-grid-container.lae-grid-mobile-5 .lae-grid-item {
width: calc(20% - 0px);
float: left;
margin-left: 0px;
}
.lae-gapless-grid .lae-grid-container.lae-grid-mobile-6 .lae-grid-item {
width: calc(16.6666666667% - 0px);
float: left;
margin-left: 0px;
}
@media only screen and (min-width: 480px) {
.lae-gapless-grid .lae-grid-container.lae-grid-tablet-1 .lae-grid-item {
width: calc(100% - 0px);
float: left;
margin-left: 0px;
}
.lae-gapless-grid .lae-grid-container.lae-grid-tablet-2 .lae-grid-item {
width: calc(50% - 0px);
float: left;
margin-left: 0px;
}
.lae-gapless-grid .lae-grid-container.lae-grid-tablet-3 .lae-grid-item {
width: calc(33.3333333333% - 0px);
float: left;
margin-left: 0px;
}
.lae-gapless-grid .lae-grid-container.lae-grid-tablet-4 .lae-grid-item {
width: calc(25% - 0px);
float: left;
margin-left: 0px;
}
.lae-gapless-grid .lae-grid-container.lae-grid-tablet-5 .lae-grid-item {
width: calc(20% - 0px);
float: left;
margin-left: 0px;
}
.lae-gapless-grid .lae-grid-container.lae-grid-tablet-6 .lae-grid-item {
width: calc(16.6666666667% - 0px);
float: left;
margin-left: 0px;
}
}
@media only screen and (min-width: 801px) {
.lae-gapless-grid .lae-grid-container.lae-grid-desktop-1 .lae-grid-item {
width: calc(100% - 0px);
float: left;
margin-left: 0px;
}
.lae-gapless-grid .lae-grid-container.lae-grid-desktop-2 .lae-grid-item {
width: calc(50% - 0px);
float: left;
margin-left: 0px;
}
.lae-gapless-grid .lae-grid-container.lae-grid-desktop-3 .lae-grid-item {
width: calc(33.3333333333% - 0px);
float: left;
margin-left: 0px;
}
.lae-gapless-grid .lae-grid-container.lae-grid-desktop-4 .lae-grid-item {
width: calc(25% - 0px);
float: left;
margin-left: 0px;
}
.lae-gapless-grid .lae-grid-container.lae-grid-desktop-5 .lae-grid-item {
width: calc(20% - 0px);
float: left;
margin-left: 0px;
}
.lae-gapless-grid .lae-grid-container.lae-grid-desktop-6 .lae-grid-item {
width: calc(16.6666666667% - 0px);
float: left;
margin-left: 0px;
}
} .lae-gapless-grid .lae-masonry { }
.lae-gapless-grid .lae-masonry .lae-grid-item {
clear: none !important;
}
.lae-gapless-grid .lae-masonry .lae-grid-sizer {
width: calc(8.3333333333% - 0px);
float: left;
margin-left: 0px;
}
.lae-gapless-grid .lae-masonry.lae-grid-mobile-1 .lae-grid-item.lae-wide {
width: calc(100% - 0px);
float: left;
margin-left: 0px;
}
.lae-gapless-grid .lae-masonry.lae-grid-mobile-2 .lae-grid-item.lae-wide {
width: calc(50% - 0px);
float: left;
margin-left: 0px;
}
.lae-gapless-grid .lae-masonry.lae-grid-mobile-3 .lae-grid-item.lae-wide {
width: calc(66.6666666667% - 0px);
float: left;
margin-left: 0px;
}
.lae-gapless-grid .lae-masonry.lae-grid-mobile-4 .lae-grid-item.lae-wide {
width: calc(50% - 0px);
float: left;
margin-left: 0px;
}
.lae-gapless-grid .lae-masonry.lae-grid-mobile-5 .lae-grid-item.lae-wide {
width: calc(40% - 0px);
float: left;
margin-left: 0px;
}
.lae-gapless-grid .lae-masonry.lae-grid-mobile-6 .lae-grid-item.lae-wide {
width: calc(33.3333333333% - 0px);
float: left;
margin-left: 0px;
}
@media only screen and (min-width: 480px) {
.lae-gapless-grid .lae-masonry.lae-grid-tablet-1 .lae-grid-item.lae-wide {
width: calc(100% - 0px);
float: left;
margin-left: 0px;
}
.lae-gapless-grid .lae-masonry.lae-grid-tablet-2 .lae-grid-item.lae-wide {
width: calc(50% - 0px);
float: left;
margin-left: 0px;
}
.lae-gapless-grid .lae-masonry.lae-grid-tablet-3 .lae-grid-item.lae-wide {
width: calc(66.6666666667% - 0px);
float: left;
margin-left: 0px;
}
.lae-gapless-grid .lae-masonry.lae-grid-tablet-4 .lae-grid-item.lae-wide {
width: calc(50% - 0px);
float: left;
margin-left: 0px;
}
.lae-gapless-grid .lae-masonry.lae-grid-tablet-5 .lae-grid-item.lae-wide {
width: calc(40% - 0px);
float: left;
margin-left: 0px;
}
.lae-gapless-grid .lae-masonry.lae-grid-tablet-6 .lae-grid-item.lae-wide {
width: calc(33.3333333333% - 0px);
float: left;
margin-left: 0px;
}
}
@media only screen and (min-width: 801px) {
.lae-gapless-grid .lae-masonry.lae-grid-desktop-1 .lae-grid-item.lae-wide {
width: calc(100% - 0px);
float: left;
margin-left: 0px;
}
.lae-gapless-grid .lae-masonry.lae-grid-desktop-2 .lae-grid-item.lae-wide {
width: calc(50% - 0px);
float: left;
margin-left: 0px;
}
.lae-gapless-grid .lae-masonry.lae-grid-desktop-3 .lae-grid-item.lae-wide {
width: calc(66.6666666667% - 0px);
float: left;
margin-left: 0px;
}
.lae-gapless-grid .lae-masonry.lae-grid-desktop-4 .lae-grid-item.lae-wide {
width: calc(50% - 0px);
float: left;
margin-left: 0px;
}
.lae-gapless-grid .lae-masonry.lae-grid-desktop-5 .lae-grid-item.lae-wide {
width: calc(40% - 0px);
float: left;
margin-left: 0px;
}
.lae-gapless-grid .lae-masonry.lae-grid-desktop-6 .lae-grid-item.lae-wide {
width: calc(33.3333333333% - 0px);
float: left;
margin-left: 0px;
}
} .rtl .lae-grid-container.lae-grid-mobile-1 .lae-grid-item, .rtl .lae-grid-container.lae-grid-mobile-2 .lae-grid-item, .rtl .lae-grid-container.lae-grid-mobile-3 .lae-grid-item, .rtl .lae-grid-container.lae-grid-mobile-4 .lae-grid-item, .rtl .lae-grid-container.lae-grid-mobile-5 .lae-grid-item, .rtl .lae-grid-container.lae-grid-mobile-6 .lae-grid-item {
float: right;
margin-left: 0;
margin-right: 20px;
}
@media only screen and (min-width: 480px) {
.rtl .lae-grid-container.lae-grid-tablet-1 .lae-grid-item, .rtl .lae-grid-container.lae-grid-tablet-2 .lae-grid-item, .rtl .lae-grid-container.lae-grid-tablet-3 .lae-grid-item, .rtl .lae-grid-container.lae-grid-tablet-4 .lae-grid-item, .rtl .lae-grid-container.lae-grid-tablet-5 .lae-grid-item, .rtl .lae-grid-container.lae-grid-tablet-6 .lae-grid-item {
float: right;
margin-left: 0;
margin-right: 20px;
}
}
@media only screen and (min-width: 801px) {
.rtl .lae-grid-container.lae-grid-desktop-1 .lae-grid-item, .rtl .lae-grid-container.lae-grid-desktop-2 .lae-grid-item, .rtl .lae-grid-container.lae-grid-desktop-3 .lae-grid-item, .rtl .lae-grid-container.lae-grid-desktop-4 .lae-grid-item, .rtl .lae-grid-container.lae-grid-desktop-5 .lae-grid-item, .rtl .lae-grid-container.lae-grid-desktop-6 .lae-grid-item {
float: right;
margin-left: 0;
margin-right: 20px;
}
}
.rtl .lae-gapless-grid .lae-grid-container.lae-grid-mobile-1 .lae-grid-item, .rtl .lae-gapless-grid .lae-grid-container.lae-grid-mobile-2 .lae-grid-item, .rtl .lae-gapless-grid .lae-grid-container.lae-grid-mobile-3 .lae-grid-item, .rtl .lae-gapless-grid .lae-grid-container.lae-grid-mobile-4 .lae-grid-item, .rtl .lae-gapless-grid .lae-grid-container.lae-grid-mobile-5 .lae-grid-item, .rtl .lae-gapless-grid .lae-grid-container.lae-grid-mobile-6 .lae-grid-item {
float: right;
margin-right: 0;
}
@media only screen and (min-width: 480px) {
.rtl .lae-gapless-grid .lae-grid-container.lae-grid-tablet-1 .lae-grid-item, .rtl .lae-gapless-grid .lae-grid-container.lae-grid-tablet-2 .lae-grid-item, .rtl .lae-gapless-grid .lae-grid-container.lae-grid-tablet-3 .lae-grid-item, .rtl .lae-gapless-grid .lae-grid-container.lae-grid-tablet-4 .lae-grid-item, .rtl .lae-gapless-grid .lae-grid-container.lae-grid-tablet-5 .lae-grid-item, .rtl .lae-gapless-grid .lae-grid-container.lae-grid-tablet-6 .lae-grid-item {
float: right;
margin-right: 0;
}
}
@media only screen and (min-width: 801px) {
.rtl .lae-gapless-grid .lae-grid-container.lae-grid-desktop-1 .lae-grid-item, .rtl .lae-gapless-grid .lae-grid-container.lae-grid-desktop-2 .lae-grid-item, .rtl .lae-gapless-grid .lae-grid-container.lae-grid-desktop-3 .lae-grid-item, .rtl .lae-gapless-grid .lae-grid-container.lae-grid-desktop-4 .lae-grid-item, .rtl .lae-gapless-grid .lae-grid-container.lae-grid-desktop-5 .lae-grid-item, .rtl .lae-gapless-grid .lae-grid-container.lae-grid-desktop-6 .lae-grid-item {
float: right;
margin-right: 0;
}
}
.rtl .lae-gapless-grid .lae-masonry .lae-grid-sizer {
float: right;
margin-right: 0;
}
.rtl .lae-gapless-grid .lae-masonry.lae-grid-mobile-1 .lae-grid-item.lae-wide, .rtl .lae-gapless-grid .lae-masonry.lae-grid-mobile-2 .lae-grid-item.lae-wide, .rtl .lae-gapless-grid .lae-masonry.lae-grid-mobile-3 .lae-grid-item.lae-wide, .rtl .lae-gapless-grid .lae-masonry.lae-grid-mobile-4 .lae-grid-item.lae-wide, .rtl .lae-gapless-grid .lae-masonry.lae-grid-mobile-5 .lae-grid-item.lae-wide, .rtl .lae-gapless-grid .lae-masonry.lae-grid-mobile-6 .lae-grid-item.lae-wide {
float: right;
margin-right: 0;
}
@media only screen and (min-width: 480px) {
.rtl .lae-gapless-grid .lae-masonry.lae-grid-tablet-1 .lae-grid-item.lae-wide, .rtl .lae-gapless-grid .lae-masonry.lae-grid-tablet-2 .lae-grid-item.lae-wide, .rtl .lae-gapless-grid .lae-masonry.lae-grid-tablet-3 .lae-grid-item.lae-wide, .rtl .lae-gapless-grid .lae-masonry.lae-grid-tablet-4 .lae-grid-item.lae-wide, .rtl .lae-gapless-grid .lae-masonry.lae-grid-tablet-5 .lae-grid-item.lae-wide, .rtl .lae-gapless-grid .lae-masonry.lae-grid-tablet-6 .lae-grid-item.lae-wide {
float: right;
margin-right: 0;
}
}
@media only screen and (min-width: 801px) {
.rtl .lae-gapless-grid .lae-masonry.lae-grid-desktop-1 .lae-grid-item.lae-wide, .rtl .lae-gapless-grid .lae-masonry.lae-grid-desktop-2 .lae-grid-item.lae-wide, .rtl .lae-gapless-grid .lae-masonry.lae-grid-desktop-3 .lae-grid-item.lae-wide, .rtl .lae-gapless-grid .lae-masonry.lae-grid-desktop-4 .lae-grid-item.lae-wide, .rtl .lae-gapless-grid .lae-masonry.lae-grid-desktop-5 .lae-grid-item.lae-wide, .rtl .lae-gapless-grid .lae-masonry.lae-grid-desktop-6 .lae-grid-item.lae-wide {
float: right;
margin-right: 0;
}
}
.lae-animated-text{font-size:28px;line-height:1.2;font-weight:700;display:flex}.lae-animated-text.lae-align-left{justify-content:flex-start}.lae-animated-text.lae-align-right{justify-content:flex-end}.lae-animated-text.lae-align-center{justify-content:center}.lae-animated-text .lae-animated-text-items{display:grid;padding:0 10px}.lae-animated-text .lae-animated-text-items .lae-animated-text-item{grid-area:1/1;display:flex;flex-direction:row;align-items:center;flex-wrap:wrap}.lae-animated-text .lae-animated-text-items .lae-animated-text-item span{display:block;position:relative;white-space:pre;opacity:0;display:none}.lae-animated-text .lae-animated-text-items .lae-animated-text-item.lae-visible span{display:block}.lae-carousel .lae-carousel-item{position:relative}.lae-carousel.lae-container{max-width:none}.lae-clients .lae-client{position:relative;border:1px solid #ddd;overflow:hidden}.lae-dark-bg .lae-clients .lae-client{border-color:#505050!important}.lae-clients .lae-client img{-webkit-transition:all .3s ease-in-out 0s;-moz-transition:all .3s ease-in-out 0s;transition:all .3s ease-in-out 0s;width:100%;margin:0;display:block}.lae-clients .lae-client .lae-client-name{position:absolute;z-index:2;top:50%;left:0;text-align:center;width:100%;height:100%;margin-top:-12px;color:#fff;font-size:18px;line-height:26px;transition:opacity .4s ease-in-out 0s;opacity:0}.lae-clients .lae-client .lae-client-name a{color:#fff;text-decoration:none}.lae-clients .lae-client .lae-image-overlay{position:absolute;left:0;top:0;overflow:hidden;width:100%;height:100%;background:#000;-moz-opacity:0;opacity:0;transition:opacity .4s ease-in-out 0s}.lae-clients .lae-client:hover .lae-image-overlay{opacity:.7}.lae-dark-bg .lae-clients .lae-client:hover .lae-image-overlay{opacity:.8}.lae-clients .lae-client:hover .lae-client-name{opacity:1}.lae-device-slider{position:relative;margin:auto}.lae-device-slider .lae-device-image{position:relative;pointer-events:none;z-index:8}.lae-device-slider .lae-device-image img{width:100%}.lae-device-slider .lae-device-slides{position:absolute;top:0;left:0;bottom:0;right:0;z-index:4}.lae-device-slider .slick-list{overflow:hidden;height:100%}.lae-device-slider .slick-list .slick-slide>div,.lae-device-slider .slick-list .slick-track{height:100%;overflow:hidden}.lae-device-slider .lae-device-slide{height:100%}.lae-device-slider .lae-device-slide img{height:100%;width:100%;max-width:none;object-fit:cover}.lae-heading.lae-style3{margin:0 auto 30px}.lae-heading.lae-style3 .lae-title{font-size:22px;line-height:32px;text-transform:uppercase;letter-spacing:1px}.lae-heading.lae-style3 .lae-title:after{width:35px;height:1px;background:#aaa;display:block;content:""}.lae-heading.lae-style3 .lae-title:after{margin:10px auto 20px}.lae-dark-bg .lae-heading.lae-style3 .lae-title:after{background:rgba(255,255,255,.5)}@media only screen and (max-width:767px){.lae-heading.lae-style3 .lae-title{font-size:16px;line-height:24px}}.lae-heading.lae-style3.lae-alignleft,.lae-heading.lae-style3.lae-alignright{margin:0 0 30px}.lae-heading.lae-style3.lae-alignleft .lae-title:after,.lae-heading.lae-style3.lae-alignright .lae-title:after{margin:10px 0 20px}.lae-marquee-text-container{position:relative;display:inline-block;width:100%;vertical-align:top;overflow:hidden}.lae-marquee-text-content{display:flex;white-space:nowrap;font-size:0;overflow:hidden}.lae-marquee-text-content .lae-marquee-text-items{display:flex;align-items:center}.lae-marquee-text-content .lae-marquee-text-items:hover{animation-play-state:paused}.lae-marquee-text-content .lae-marquee-text-items .lae-marquee-text{font-size:96px;line-height:1.2;padding:0;transition:color .3s ease-out}.lae-marquee-text-content .lae-marquee-text-items .lae-marquee-subtext{font-size:24px;line-height:1.4}.lae-marquee-text-content .lae-marquee-text-items .lae-separator-icon{align-self:center}.lae-marquee-text-content .lae-marquee-text-items .lae-separator-icon .lae-icon-wrapper,.lae-marquee-text-content .lae-marquee-text-items .lae-separator-icon .lae-image-wrapper{display:flex;align-items:center}.lae-marquee-text-content .lae-marquee-text-items .lae-separator-icon .lae-icon-wrapper i,.lae-marquee-text-content .lae-marquee-text-items .lae-separator-icon .lae-icon-wrapper svg{font-size:30px}.lae-marquee-text-content .lae-marquee-text-items .lae-separator-icon .lae-image-wrapper img{max-width:100px;height:auto}.lae-marquee-text-content .lae-marquee-text-items:not(.lae-clone){animation:lae-horizontal-scroll 20s linear infinite}.lae-marquee-text-content .lae-marquee-text-items.lae-clone{position:absolute;top:0;left:0;will-change:transform;-webkit-backface-visibility:hidden;backface-visibility:hidden;transform:translateX(100%);animation:lae-horizontal-scroll-alt 20s linear infinite}@keyframes lae-horizontal-scroll{0%{transform:translateX(0)}100%{transform:translateX(-100%)}}@keyframes lae-horizontal-scroll-alt{0%{transform:translateX(100%)}100%{transform:translateX(0)}}@keyframes lae-horizontal-reverse-scroll{0%{transform:translateX(0)}100%{transform:translateX(100%)}}@keyframes lae-horizontal-reverse-scroll-alt{0%{transform:translateX(-100%)}100%{transform:translateX(0)}}.lae-message-box-container{transition:height .25s cubic-bezier(.06, .51, .48, 11)}.lae-message-box{display:flex;padding:40px;background:#d9edf7;transition:opacity .2s ease,visibility .2s ease}.lae-message-box.lae-hidden{opacity:0;visibility:hidden}.lae-message-box .lae-icon-wrapper,.lae-message-box .lae-image-wrapper{line-height:1;margin-right:20px}.lae-message-box .lae-icon-wrapper i,.lae-message-box .lae-icon-wrapper svg{color:#748085;fill:#748085;font-size:36px}.lae-message-box .lae-message-title{margin:0}.lae-message-box .lae-message-text{margin:0}.lae-message-box .lae-close-icon{position:absolute;right:15px;top:15px;line-height:1;cursor:pointer;transition:color .25s ease-in-out}.lae-message-box .lae-close-icon i{color:#697073;font-size:24px}.odometer.odometer-auto-theme,.odometer.odometer-theme-default{display:inline-block;vertical-align:middle;position:relative}.odometer.odometer-auto-theme .odometer-digit,.odometer.odometer-theme-default .odometer-digit{display:inline-block;vertical-align:middle;position:relative}.odometer.odometer-auto-theme .odometer-digit .odometer-digit-spacer,.odometer.odometer-theme-default .odometer-digit .odometer-digit-spacer{display:inline-block;vertical-align:middle;visibility:hidden}.odometer.odometer-auto-theme .odometer-digit .odometer-digit-inner,.odometer.odometer-theme-default .odometer-digit .odometer-digit-inner{text-align:left;display:block;position:absolute;top:0;left:0;right:0;bottom:0;overflow:hidden}.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon,.odometer.odometer-theme-default .odometer-digit .odometer-ribbon{display:block}.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon-inner,.odometer.odometer-theme-default .odometer-digit .odometer-ribbon-inner{display:block;-webkit-backface-visibility:hidden}.odometer.odometer-auto-theme .odometer-digit .odometer-value,.odometer.odometer-theme-default .odometer-digit .odometer-value{display:block;-webkit-transform:translateZ(0)}.odometer.odometer-auto-theme .odometer-digit .odometer-value.odometer-last-value,.odometer.odometer-theme-default .odometer-digit .odometer-value.odometer-last-value{position:absolute}.odometer.odometer-auto-theme.odometer-animating-up .odometer-ribbon-inner,.odometer.odometer-theme-default.odometer-animating-up .odometer-ribbon-inner{-webkit-transition:-webkit-transform 2s;-moz-transition:-moz-transform 2s;-ms-transition:-ms-transform 2s;-o-transition:-o-transform 2s;transition:transform 2s}.odometer.odometer-auto-theme.odometer-animating-up.odometer-animating .odometer-ribbon-inner,.odometer.odometer-theme-default.odometer-animating-up.odometer-animating .odometer-ribbon-inner{-webkit-transform:translateY(-100%);-moz-transform:translateY(-100%);-ms-transform:translateY(-100%);-o-transform:translateY(-100%);transform:translateY(-100%)}.odometer.odometer-auto-theme.odometer-animating-down .odometer-ribbon-inner,.odometer.odometer-theme-default.odometer-animating-down .odometer-ribbon-inner{-webkit-transform:translateY(-100%);-moz-transform:translateY(-100%);-ms-transform:translateY(-100%);-o-transform:translateY(-100%);transform:translateY(-100%)}.odometer.odometer-auto-theme.odometer-animating-down.odometer-animating .odometer-ribbon-inner,.odometer.odometer-theme-default.odometer-animating-down.odometer-animating .odometer-ribbon-inner{-webkit-transition:-webkit-transform 2s;-moz-transition:-moz-transform 2s;-ms-transition:-ms-transform 2s;-o-transition:-o-transform 2s;transition:transform 2s;-webkit-transform:translateY(0);-moz-transform:translateY(0);-ms-transform:translateY(0);-o-transform:translateY(0);transform:translateY(0)}.odometer.odometer-auto-theme,.odometer.odometer-theme-default{font-family:"Helvetica Neue",sans-serif;line-height:1.1em}.odometer.odometer-auto-theme .odometer-value,.odometer.odometer-theme-default .odometer-value{text-align:center}.lae-odometers{clear:both;font-size:0}.lae-odometers .lae-odometer{display:inline-block;vertical-align:top;text-align:left;position:relative;margin-bottom:20px}.rtl .lae-odometers .lae-odometer{text-align:right}.lae-odometers .lae-odometer:last-child:after{border:none}.lae-odometers .lae-odometer .lae-prefix,.lae-odometers .lae-odometer .lae-suffix{display:inline;font-size:36px;line-height:48px;color:#333;vertical-align:middle}.lae-dark-bg .lae-odometers .lae-odometer .lae-prefix,.lae-dark-bg .lae-odometers .lae-odometer .lae-suffix{color:#e5e5e5}.lae-odometers .lae-odometer .lae-prefix{margin-right:5px;margin-left:5px}.lae-odometers .lae-odometer .lae-suffix{margin-left:5px}.lae-odometers .lae-odometer .lae-number{font-size:60px;line-height:72px;font-style:normal;text-transform:none;letter-spacing:2px;font-weight:900;color:#333;margin-bottom:10px}.lae-odometers .lae-odometer .lae-number span{font-size:60px}.lae-dark-bg .lae-odometers .lae-odometer .lae-number{color:#fff}.lae-odometers .lae-odometer .lae-stats-title{font-size:18px;line-height:28px;display:inline-block;color:#888}.lae-dark-bg .lae-odometers .lae-odometer .lae-stats-title{color:rgba(255,255,255,.7)}.lae-odometers .lae-odometer .lae-stats-title span{float:left;margin-right:15px}.rtl .lae-odometers .lae-odometer .lae-stats-title span{float:right;margin:0 0 0 15px}.lae-odometers .lae-odometer .lae-stats-title .lae-icon-wrapper i,.lae-odometers .lae-odometer .lae-stats-title .lae-icon-wrapper svg{font-size:32px;vertical-align:middle;color:#ccc;fill:#ccc}@media only screen and (max-width:960px){.lae-odometers .lae-odometer .lae-number{font-size:48px;line-height:56px;margin-bottom:0}.lae-odometers .lae-odometer .lae-number span{font-size:48px}.lae-odometers .lae-odometer .lae-stats-title{font-size:15px;line-height:26px}}@media only screen and (max-width:479px){.lae-odometers .lae-odometer{text-align:center}}.lae-piecharts{clear:both}.lae-piechart{position:relative;text-align:center;overflow:hidden}.lae-piechart canvas{position:relative;top:0;left:0;max-width:100%;margin:0 auto}.lae-piechart .lae-label{text-align:center;color:#888}.lae-dark-bg .lae-piechart .lae-label{color:rgba(255,255,255,.7)}.lae-piechart .lae-percentage span{position:absolute;top:25%;left:0;right:0;margin-left:auto;margin-right:auto;font-size:60px;line-height:60px;font-weight:300;text-align:center;color:#333;font-weight:bolder}.lae-dark-bg .lae-piechart .lae-percentage span{color:#fff}.lae-piechart .lae-percentage sup{font-size:18px;vertical-align:middle}.lae-piecharts-style1 .lae-piechart .lae-label{position:absolute;left:0;right:0;margin-left:auto;margin-right:auto;top:55%;max-width:65%}.lae-piecharts-style2 .lae-piechart .lae-label{margin-top:20px;font-size:large}.lae-piecharts-style2 .lae-piechart .lae-percentage{position:relative;line-height:1}.lae-piecharts-style2 .lae-piechart .lae-percentage span{top:50%;transform:translateY(-50%)}.lae-piechart.dark-bg .lae-label{color:#fff}.lae-piechart.dark-bg .lae-percentage span{color:#eee}@media only screen and (max-width:479px){.lae-piechart canvas{margin-bottom:15px}}.lae-portfolio-wrap{clear:both;overflow:hidden}.lae-portfolio-wrap .lae-portfolio-header{position:relative;max-width:1140px;margin:0 auto 30px;overflow:hidden;clear:both;display:flex;flex-flow:row nowrap;justify-content:space-between}.lae-portfolio-wrap .lae-portfolio-header.lae-no-heading{justify-content:center}@media only screen and (max-width:800px){.lae-portfolio-wrap .lae-portfolio-header{flex-flow:column wrap;justify-content:flex-start}}.lae-portfolio-wrap .lae-heading{display:inline-block;text-align:left;max-width:none;font-size:32px;line-height:44px;text-transform:uppercase;letter-spacing:1px;color:#333;margin:0 100px 0 0}.rtl .lae-portfolio-wrap .lae-heading{margin:0 0 0 100px}.lae-dark-bg .lae-portfolio-wrap .lae-heading{color:#e5e5e5}@media only screen and (max-width:800px){.lae-portfolio-wrap .lae-heading{margin-bottom:30px}}.lae-portfolio-wrap .lae-taxonomy-filter{display:block;margin:0;padding:0;align-self:center}@media only screen and (max-width:800px){.lae-portfolio-wrap .lae-taxonomy-filter{align-self:flex-start}}.lae-portfolio-wrap .lae-taxonomy-filter .lae-filter-item{position:relative;display:inline-block;margin:0 0 15px 0;padding:0;font-style:normal;border-bottom:1px solid #ddd}.lae-dark-bg .lae-portfolio-wrap .lae-taxonomy-filter .lae-filter-item{border-color:#444}.lae-portfolio-wrap .lae-taxonomy-filter .lae-filter-item a{font-size:15px;line-height:24px;transition:all .4s ease-in-out 0s;display:block;color:#777;padding:0 15px 15px}.lae-dark-bg .lae-portfolio-wrap .lae-taxonomy-filter .lae-filter-item a{color:#999}.lae-portfolio-wrap .lae-taxonomy-filter .lae-filter-item a:hover{color:#222}.lae-dark-bg .lae-portfolio-wrap .lae-taxonomy-filter .lae-filter-item a:hover{color:#fff}@media only screen and (max-width:479px){.lae-portfolio-wrap .lae-taxonomy-filter .lae-filter-item a{padding:0 10px 8px}}.lae-portfolio-wrap .lae-taxonomy-filter .lae-filter-item.lae-active a{color:#222}.lae-dark-bg .lae-portfolio-wrap .lae-taxonomy-filter .lae-filter-item.lae-active a{color:#fff}.lae-portfolio-wrap .lae-taxonomy-filter .lae-filter-item.lae-active:after{content:"";position:absolute;left:0;bottom:0;border-bottom:3px solid #f94213;width:100%}.lae-portfolio-wrap .lae-taxonomy-filter .lae-filter-item:last-child{margin-right:0}.lae-portfolio-wrap .lae-portfolio .lae-portfolio-item .hentry{margin:0;padding:0;border:none;background:0 0;box-shadow:none}.lae-portfolio-wrap .lae-portfolio .lae-portfolio-item .lae-project-image{position:relative;overflow:hidden}.lae-portfolio-wrap .lae-portfolio .lae-portfolio-item .lae-project-image img{display:block;width:100%;transition:all .4s ease-in-out 0s}.lae-portfolio-wrap .lae-portfolio .lae-portfolio-item .lae-project-image:hover img{filter:brightness(50%)}.lae-portfolio-wrap .lae-portfolio .lae-portfolio-item .lae-project-image .lae-image-info{display:block;text-align:center}.lae-portfolio-wrap .lae-portfolio .lae-portfolio-item .lae-project-image .lae-image-info .lae-entry-info{text-align:center;display:block;position:absolute;top:50%;left:0;right:0;margin:auto;max-width:100%;transform:translateY(-50%)}.lae-portfolio-wrap .lae-portfolio .lae-portfolio-item .lae-project-image .lae-image-info .lae-post-title{padding:10px;margin:0;font-size:18px;line-height:28px;font-weight:400;color:#fff;opacity:0;transition:opacity .4s ease-in-out 0s}@media only screen and (max-width:1024px){.lae-portfolio-wrap .lae-portfolio .lae-portfolio-item .lae-project-image .lae-image-info .lae-post-title{font-size:18px;line-height:26px}}.lae-portfolio-wrap .lae-portfolio .lae-portfolio-item .lae-project-image .lae-image-info .lae-post-title a{display:inline;color:#fff;transition:all .3s ease-in-out 0s;border-bottom:1px solid transparent}.lae-portfolio-wrap .lae-portfolio .lae-portfolio-item .lae-project-image .lae-image-info .lae-post-title a:hover{border-bottom:1px solid #ccc}.lae-portfolio-wrap .lae-portfolio .lae-portfolio-item .lae-project-image .lae-image-info .lae-terms{display:block;color:#f9f9f9;font-size:14px;line-height:22px;opacity:0;transition:opacity .4s ease-in-out 0s}.lae-portfolio-wrap .lae-portfolio .lae-portfolio-item .lae-project-image .lae-image-info .lae-terms a{color:#ddd;position:relative;display:inline;zoom:1;font-size:14px;line-height:22px;font-style:italic;transition:all .4s ease-in-out 0s}.lae-portfolio-wrap .lae-portfolio .lae-portfolio-item .lae-project-image .lae-image-info .lae-terms a:hover{color:#fff}.lae-portfolio-wrap .lae-portfolio .lae-portfolio-item .lae-project-image:hover .lae-image-info .lae-post-title,.lae-portfolio-wrap .lae-portfolio .lae-portfolio-item .lae-project-image:hover .lae-image-info .lae-terms{opacity:1}.lae-portfolio-wrap .lae-portfolio .lae-portfolio-item .lae-entry-text-wrap{text-align:center;max-width:650px;margin:20px auto 0}.lae-portfolio-wrap .lae-portfolio .lae-portfolio-item .entry-title{font-size:18px;line-height:26px;font-weight:400;margin-bottom:10px}.lae-portfolio-wrap .lae-portfolio .lae-portfolio-item .entry-title:after,.lae-portfolio-wrap .lae-portfolio .lae-portfolio-item .entry-title:before{display:none}.lae-portfolio-wrap .lae-portfolio .lae-portfolio-item .entry-title a{transition:all .4s ease-in-out 0s;color:#333}.lae-portfolio-wrap .lae-portfolio .lae-portfolio-item .entry-title a:hover{color:#888}.lae-dark-bg .lae-portfolio-wrap .lae-portfolio .lae-portfolio-item .entry-title a{color:#e0e0e0}.lae-dark-bg .lae-portfolio-wrap .lae-portfolio .lae-portfolio-item .entry-title a:hover{color:#fff}.lae-portfolio-wrap .lae-portfolio .lae-portfolio-item .lae-entry-meta span{display:inline-block;padding:0;margin:0;font-style:italic;color:#999}.lae-portfolio-wrap .lae-portfolio .lae-portfolio-item .lae-entry-meta span:after{content:"//";padding-left:6px;padding-right:6px}.lae-portfolio-wrap .lae-portfolio .lae-portfolio-item .lae-entry-meta span:first-child{border:none;padding-left:0}.lae-portfolio-wrap .lae-portfolio .lae-portfolio-item .lae-entry-meta span:last-child:after{display:none}.lae-portfolio-wrap .lae-portfolio .lae-portfolio-item .lae-entry-meta span a{transition:all .3s ease-in-out 0s;font-style:normal}.lae-dark-bg .lae-portfolio-wrap .lae-portfolio .lae-portfolio-item .lae-entry-meta span{color:#707070}.lae-portfolio-wrap .lae-portfolio .lae-portfolio-item .entry-summary{margin:15px auto 0;padding:0}.lae-portfolio-wrap .lae-portfolio .lae-portfolio-item .entry-summary:before{width:35px;height:1px;background:#aaa;display:block;content:"";text-align:center;margin:0 auto 15px}.lae-dark-bg .lae-portfolio-wrap .lae-portfolio .lae-portfolio-item .entry-summary{color:#999}.lae-dark-bg .lae-portfolio-wrap .lae-portfolio .lae-portfolio-item .entry-summary:before{background:#505050}.lae-portfolio-wrap .lae-portfolio-item .lae-read-more{margin:25px 0 0 0}.lae-portfolio-wrap .lae-portfolio-item .lae-read-more a:not(.lae-button){color:#333;font-size:12px;line-height:1;font-weight:600;text-transform:uppercase;display:block;padding:0;transition:color .3s ease-in-out 0s}.lae-portfolio-wrap .lae-portfolio-item .lae-read-more a:not(.lae-button):hover{color:#666}.lae-portfolio-wrap .lae-portfolio-item .lae-read-more a:not(.lae-button):after{content:"›";display:inline-block;margin-left:7px}.rtl .lae-portfolio-wrap .lae-portfolio-item .lae-read-more a:not(.lae-button):after{margin:0 7px 0 0}.lae-posts-carousel{clear:both;max-width:none}@media only screen and (min-width:1024px){.lae-posts-carousel{max-width:96%}}.lae-posts-carousel.lae-classic-skin .lae-posts-carousel-item .hentry{background:#fff;border-radius:6px;border:none;padding:0;margin:0;transition:box-shadow .25s ease 0s;box-shadow:0 1px 3px rgba(0,0,0,.1);overflow:hidden}.lae-posts-carousel.lae-classic-skin .lae-posts-carousel-item .hentry:hover{box-shadow:0 1px 3px rgba(0,0,0,.2)}.lae-posts-carousel.lae-classic-skin .lae-posts-carousel-item .lae-project-image{position:relative;overflow:hidden}.lae-posts-carousel.lae-classic-skin .lae-posts-carousel-item .lae-project-image img{width:100%;display:block;transition:all .4s ease-in-out 0s;max-width:100%}.lae-posts-carousel.lae-classic-skin .lae-posts-carousel-item .lae-project-image:hover img{filter:brightness(50%)}.lae-posts-carousel.lae-classic-skin .lae-posts-carousel-item .lae-project-image .lae-image-info{display:block;text-align:center}.lae-posts-carousel.lae-classic-skin .lae-posts-carousel-item .lae-project-image .lae-image-info .lae-entry-info{text-align:center;display:block;position:absolute;top:50%;left:0;right:0;margin:auto;max-width:100%;transform:translateY(-50%)}.lae-posts-carousel.lae-classic-skin .lae-posts-carousel-item .lae-project-image .lae-image-info .lae-post-title{padding:10px;margin:0;font-size:22px;line-height:34px;font-weight:400;color:#fff;opacity:0;transition:opacity .4s ease-in-out 0s}@media only screen and (max-width:1024px){.lae-posts-carousel.lae-classic-skin .lae-posts-carousel-item .lae-project-image .lae-image-info .lae-post-title{font-size:18px;line-height:26px}}.lae-posts-carousel.lae-classic-skin .lae-posts-carousel-item .lae-project-image .lae-image-info .lae-post-title a{display:inline;color:#fff;transition:all .3s ease-in-out 0s;border-bottom:1px solid transparent}.lae-posts-carousel.lae-classic-skin .lae-posts-carousel-item .lae-project-image .lae-image-info .lae-post-title a:hover{border-bottom:2px solid #ccc}.lae-posts-carousel.lae-classic-skin .lae-posts-carousel-item .lae-project-image .lae-image-info .lae-terms{display:block;color:#f9f9f9;font-size:14px;line-height:22px;opacity:0;transition:opacity .4s ease-in-out 0s}.lae-posts-carousel.lae-classic-skin .lae-posts-carousel-item .lae-project-image .lae-image-info .lae-terms a{color:#ddd;position:relative;display:inline;zoom:1;font-size:14px;line-height:22px;font-style:italic;transition:all .4s ease-in-out 0s}.lae-posts-carousel.lae-classic-skin .lae-posts-carousel-item .lae-project-image .lae-image-info .lae-terms a:hover{color:#fff}.lae-posts-carousel.lae-classic-skin .lae-posts-carousel-item .lae-project-image:hover .lae-image-info .lae-post-title,.lae-posts-carousel.lae-classic-skin .lae-posts-carousel-item .lae-project-image:hover .lae-image-info .lae-terms{opacity:1}.lae-posts-carousel.lae-classic-skin .lae-posts-carousel-item .lae-entry-text-wrap{text-align:center;max-width:650px;margin:0 auto;padding:25px 15px}.lae-posts-carousel.lae-classic-skin .lae-posts-carousel-item .lae-entry-text-wrap .entry-title{font-size:18px;line-height:26px;letter-spacing:1px;font-weight:700;color:#333;text-transform:uppercase;clear:none;margin-top:0;margin-bottom:10px;font-size:16px;line-height:24px;margin-bottom:10px}.lae-posts-carousel.lae-classic-skin .lae-posts-carousel-item .lae-entry-text-wrap .entry-title:after,.lae-posts-carousel.lae-classic-skin .lae-posts-carousel-item .lae-entry-text-wrap .entry-title:before{display:none}.lae-posts-carousel.lae-classic-skin .lae-posts-carousel-item .lae-entry-text-wrap .entry-title a{color:#333;transition:all .4s ease-in-out 0s}.lae-posts-carousel.lae-classic-skin .lae-posts-carousel-item .lae-entry-text-wrap .entry-title a:hover{color:#888}.lae-posts-carousel.lae-classic-skin .lae-posts-carousel-item .lae-entry-text-wrap .lae-entry-meta span{display:inline-block;padding:0;margin:0;font-style:italic;color:#999}.lae-posts-carousel.lae-classic-skin .lae-posts-carousel-item .lae-entry-text-wrap .lae-entry-meta span a{transition:all .3s ease-in-out 0s;font-style:normal}.lae-posts-carousel.lae-classic-skin .lae-posts-carousel-item .lae-entry-text-wrap .lae-entry-meta span:after{content:"//";padding-left:6px;padding-right:6px}.lae-posts-carousel.lae-classic-skin .lae-posts-carousel-item .lae-entry-text-wrap .lae-entry-meta span:first-child{border:none;padding-left:0}.lae-posts-carousel.lae-classic-skin .lae-posts-carousel-item .lae-entry-text-wrap .lae-entry-meta span:last-child:after{display:none}.lae-posts-carousel.lae-classic-skin .lae-posts-carousel-item .lae-entry-text-wrap .entry-summary{padding:0;margin:10px auto 0}.lae-posts-carousel.lae-classic-skin .lae-posts-carousel-item .lae-entry-text-wrap .entry-summary:before{width:35px;height:1px;background:#aaa;display:block;content:"";text-align:center;margin:0 auto 15px}.lae-posts-carousel.lae-classic-skin .lae-posts-carousel-item .lae-entry-text-wrap .lae-category-list{transition:all .4s ease-in-out 0s}.lae-posts-carousel.lae-classic-skin .lae-posts-carousel-item .lae-entry-text-wrap .lae-category-list:after{width:35px;height:1px;background:#aaa;display:block;content:""}.lae-posts-carousel.lae-classic-skin .lae-posts-carousel-item .lae-entry-text-wrap .lae-category-list:after{text-align:center;margin:10px auto 10px}.lae-posts-carousel.lae-classic-skin .lae-posts-carousel-item .lae-entry-text-wrap .lae-category-list a{font-style:italic;transition:all .4s ease-in-out 0s}.lae-posts-carousel.lae-classic-skin .lae-posts-carousel-item .type-post .lae-entry-text-wrap .entry-summary:before{display:none}.lae-posts-carousel .lae-posts-carousel-item .lae-read-more{margin:25px 0 0 0}.lae-posts-carousel .lae-posts-carousel-item .lae-read-more a:not(.lae-button){color:#333;font-size:12px;line-height:1;font-weight:600;text-transform:uppercase;display:block;padding:0;transition:color .3s ease-in-out 0s}.lae-posts-carousel .lae-posts-carousel-item .lae-read-more a:not(.lae-button):hover{color:#666}.lae-posts-carousel .lae-posts-carousel-item .lae-read-more a:not(.lae-button):after{content:"›";display:inline-block;margin-left:7px}.rtl .lae-posts-carousel .lae-posts-carousel-item .lae-read-more a:not(.lae-button):after{margin:0 7px 0 0}.lae-device-slider .slick-next:before,.lae-device-slider .slick-prev:before,.lae-posts-gridbox-slider .slick-next:before,.lae-posts-gridbox-slider .slick-prev:before,.lae-posts-multislider .slick-next:before,.lae-posts-multislider .slick-prev:before,.lae-posts-slider .slick-next:before,.lae-posts-slider .slick-prev:before{display:block;font-size:inherit;line-height:inherit;color:inherit;font-family:lae-icomoon!important;margin:0;padding:0}.lae-device-slider .slick-prev:before,.lae-posts-gridbox-slider .slick-prev:before,.lae-posts-multislider .slick-prev:before,.lae-posts-slider .slick-prev:before{content:"\f104"}.lae-device-slider .slick-next:before,.lae-posts-gridbox-slider .slick-next:before,.lae-posts-multislider .slick-next:before,.lae-posts-slider .slick-next:before{content:"\f105"}.lae-device-slider .slick-next,.lae-device-slider .slick-prev,.lae-posts-gridbox-slider .slick-next,.lae-posts-gridbox-slider .slick-prev,.lae-posts-multislider .slick-next,.lae-posts-multislider .slick-prev,.lae-posts-slider .slick-next,.lae-posts-slider .slick-prev{cursor:pointer;width:34px;height:34px;display:inline-block;vertical-align:top;font-size:18px;position:absolute;top:auto;right:auto;left:auto;bottom:auto;z-index:10;line-height:34px;text-align:center;text-decoration:none;transition:all .3s;border:none;outline:0;padding:0;margin:0}.lae-device-slider .slick-next:hover:before,.lae-device-slider .slick-prev:hover:before,.lae-posts-gridbox-slider .slick-next:hover:before,.lae-posts-gridbox-slider .slick-prev:hover:before,.lae-posts-multislider .slick-next:hover:before,.lae-posts-multislider .slick-prev:hover:before,.lae-posts-slider .slick-next:hover:before,.lae-posts-slider .slick-prev:hover:before{color:inherit}.lae-slider-arrow-placement-middle-center .lae-device-slider .slick-next,.lae-slider-arrow-placement-middle-center .lae-device-slider .slick-prev,.lae-slider-arrow-placement-middle-center .lae-posts-gridbox-slider .slick-next,.lae-slider-arrow-placement-middle-center .lae-posts-gridbox-slider .slick-prev,.lae-slider-arrow-placement-middle-center .lae-posts-multislider .slick-next,.lae-slider-arrow-placement-middle-center .lae-posts-multislider .slick-prev,.lae-slider-arrow-placement-middle-center .lae-posts-slider .slick-next,.lae-slider-arrow-placement-middle-center .lae-posts-slider .slick-prev{top:50%;margin-top:-18px}.lae-slider-arrow-placement-middle-center .lae-device-slider .slick-prev,.lae-slider-arrow-placement-middle-center .lae-posts-gridbox-slider .slick-prev,.lae-slider-arrow-placement-middle-center .lae-posts-multislider .slick-prev,.lae-slider-arrow-placement-middle-center .lae-posts-slider .slick-prev{left:10px}.lae-slider-arrow-placement-middle-center .lae-device-slider .slick-next,.lae-slider-arrow-placement-middle-center .lae-posts-gridbox-slider .slick-next,.lae-slider-arrow-placement-middle-center .lae-posts-multislider .slick-next,.lae-slider-arrow-placement-middle-center .lae-posts-slider .slick-next{right:10px}.lae-slider-arrow-placement-middle-center.lae-slider-arrow-shape-square .lae-device-slider .slick-prev,.lae-slider-arrow-placement-middle-center.lae-slider-arrow-shape-square .lae-posts-gridbox-slider .slick-prev,.lae-slider-arrow-placement-middle-center.lae-slider-arrow-shape-square .lae-posts-multislider .slick-prev,.lae-slider-arrow-placement-middle-center.lae-slider-arrow-shape-square .lae-posts-slider .slick-prev{left:0}.lae-slider-arrow-placement-middle-center.lae-slider-arrow-shape-square .lae-device-slider .slick-next,.lae-slider-arrow-placement-middle-center.lae-slider-arrow-shape-square .lae-posts-gridbox-slider .slick-next,.lae-slider-arrow-placement-middle-center.lae-slider-arrow-shape-square .lae-posts-multislider .slick-next,.lae-slider-arrow-placement-middle-center.lae-slider-arrow-shape-square .lae-posts-slider .slick-next{right:0}.lae-slider-arrow-placement-bottom-center .lae-device-slider .slick-next,.lae-slider-arrow-placement-bottom-center .lae-device-slider .slick-prev,.lae-slider-arrow-placement-bottom-center .lae-posts-gridbox-slider .slick-next,.lae-slider-arrow-placement-bottom-center .lae-posts-gridbox-slider .slick-prev,.lae-slider-arrow-placement-bottom-center .lae-posts-multislider .slick-next,.lae-slider-arrow-placement-bottom-center .lae-posts-multislider .slick-prev,.lae-slider-arrow-placement-bottom-center .lae-posts-slider .slick-next,.lae-slider-arrow-placement-bottom-center .lae-posts-slider .slick-prev{bottom:0;left:50%;transform:translateY(42px)}.lae-slider-arrow-placement-bottom-center .lae-device-slider .slick-prev,.lae-slider-arrow-placement-bottom-center .lae-posts-gridbox-slider .slick-prev,.lae-slider-arrow-placement-bottom-center .lae-posts-multislider .slick-prev,.lae-slider-arrow-placement-bottom-center .lae-posts-slider .slick-prev{margin-left:-36px}.lae-slider-arrow-placement-bottom-center .lae-device-slider .slick-next,.lae-slider-arrow-placement-bottom-center .lae-posts-gridbox-slider .slick-next,.lae-slider-arrow-placement-bottom-center .lae-posts-multislider .slick-next,.lae-slider-arrow-placement-bottom-center .lae-posts-slider .slick-next{margin-left:2px}.lae-slider-arrow-placement-bottom-right .lae-device-slider .slick-next,.lae-slider-arrow-placement-bottom-right .lae-device-slider .slick-prev,.lae-slider-arrow-placement-bottom-right .lae-posts-gridbox-slider .slick-next,.lae-slider-arrow-placement-bottom-right .lae-posts-gridbox-slider .slick-prev,.lae-slider-arrow-placement-bottom-right .lae-posts-multislider .slick-next,.lae-slider-arrow-placement-bottom-right .lae-posts-multislider .slick-prev,.lae-slider-arrow-placement-bottom-right .lae-posts-slider .slick-next,.lae-slider-arrow-placement-bottom-right .lae-posts-slider .slick-prev{bottom:20px}.lae-slider-arrow-placement-bottom-right .lae-device-slider .slick-prev,.lae-slider-arrow-placement-bottom-right .lae-posts-gridbox-slider .slick-prev,.lae-slider-arrow-placement-bottom-right .lae-posts-multislider .slick-prev,.lae-slider-arrow-placement-bottom-right .lae-posts-slider .slick-prev{right:65px}.lae-slider-arrow-placement-bottom-right .lae-device-slider .slick-next,.lae-slider-arrow-placement-bottom-right .lae-posts-gridbox-slider .slick-next,.lae-slider-arrow-placement-bottom-right .lae-posts-multislider .slick-next,.lae-slider-arrow-placement-bottom-right .lae-posts-slider .slick-next{right:25px}.lae-slider-arrow-placement-bottom-left .lae-device-slider .slick-next,.lae-slider-arrow-placement-bottom-left .lae-device-slider .slick-prev,.lae-slider-arrow-placement-bottom-left .lae-posts-gridbox-slider .slick-next,.lae-slider-arrow-placement-bottom-left .lae-posts-gridbox-slider .slick-prev,.lae-slider-arrow-placement-bottom-left .lae-posts-multislider .slick-next,.lae-slider-arrow-placement-bottom-left .lae-posts-multislider .slick-prev,.lae-slider-arrow-placement-bottom-left .lae-posts-slider .slick-next,.lae-slider-arrow-placement-bottom-left .lae-posts-slider .slick-prev{bottom:20px}.lae-slider-arrow-placement-bottom-left .lae-device-slider .slick-prev,.lae-slider-arrow-placement-bottom-left .lae-posts-gridbox-slider .slick-prev,.lae-slider-arrow-placement-bottom-left .lae-posts-multislider .slick-prev,.lae-slider-arrow-placement-bottom-left .lae-posts-slider .slick-prev{left:25px}.lae-slider-arrow-placement-bottom-left .lae-device-slider .slick-next,.lae-slider-arrow-placement-bottom-left .lae-posts-gridbox-slider .slick-next,.lae-slider-arrow-placement-bottom-left .lae-posts-multislider .slick-next,.lae-slider-arrow-placement-bottom-left .lae-posts-slider .slick-next{left:65px}.lae-slider-arrow-placement-top-right .lae-device-slider .slick-next,.lae-slider-arrow-placement-top-right .lae-device-slider .slick-prev,.lae-slider-arrow-placement-top-right .lae-posts-gridbox-slider .slick-next,.lae-slider-arrow-placement-top-right .lae-posts-gridbox-slider .slick-prev,.lae-slider-arrow-placement-top-right .lae-posts-multislider .slick-next,.lae-slider-arrow-placement-top-right .lae-posts-multislider .slick-prev,.lae-slider-arrow-placement-top-right .lae-posts-slider .slick-next,.lae-slider-arrow-placement-top-right .lae-posts-slider .slick-prev{top:20px}.lae-slider-arrow-placement-top-right .lae-device-slider .slick-prev,.lae-slider-arrow-placement-top-right .lae-posts-gridbox-slider .slick-prev,.lae-slider-arrow-placement-top-right .lae-posts-multislider .slick-prev,.lae-slider-arrow-placement-top-right .lae-posts-slider .slick-prev{right:65px}.lae-slider-arrow-placement-top-right .lae-device-slider .slick-next,.lae-slider-arrow-placement-top-right .lae-posts-gridbox-slider .slick-next,.lae-slider-arrow-placement-top-right .lae-posts-multislider .slick-next,.lae-slider-arrow-placement-top-right .lae-posts-slider .slick-next{right:25px}.lae-slider-arrow-placement-top-left .lae-device-slider .slick-next,.lae-slider-arrow-placement-top-left .lae-device-slider .slick-prev,.lae-slider-arrow-placement-top-left .lae-posts-gridbox-slider .slick-next,.lae-slider-arrow-placement-top-left .lae-posts-gridbox-slider .slick-prev,.lae-slider-arrow-placement-top-left .lae-posts-multislider .slick-next,.lae-slider-arrow-placement-top-left .lae-posts-multislider .slick-prev,.lae-slider-arrow-placement-top-left .lae-posts-slider .slick-next,.lae-slider-arrow-placement-top-left .lae-posts-slider .slick-prev{top:20px}.lae-slider-arrow-placement-top-left .lae-device-slider .slick-prev,.lae-slider-arrow-placement-top-left .lae-posts-gridbox-slider .slick-prev,.lae-slider-arrow-placement-top-left .lae-posts-multislider .slick-prev,.lae-slider-arrow-placement-top-left .lae-posts-slider .slick-prev{left:25px}.lae-slider-arrow-placement-top-left .lae-device-slider .slick-next,.lae-slider-arrow-placement-top-left .lae-posts-gridbox-slider .slick-next,.lae-slider-arrow-placement-top-left .lae-posts-multislider .slick-next,.lae-slider-arrow-placement-top-left .lae-posts-slider .slick-next{left:65px}.lae-slider-arrow-shape-square .lae-device-slider .slick-next,.lae-slider-arrow-shape-square .lae-device-slider .slick-prev,.lae-slider-arrow-shape-square .lae-posts-gridbox-slider .slick-next,.lae-slider-arrow-shape-square .lae-posts-gridbox-slider .slick-prev,.lae-slider-arrow-shape-square .lae-posts-multislider .slick-next,.lae-slider-arrow-shape-square .lae-posts-multislider .slick-prev,.lae-slider-arrow-shape-square .lae-posts-slider .slick-next,.lae-slider-arrow-shape-square .lae-posts-slider .slick-prev{border-radius:0}.lae-slider-arrow-shape-rounded-corners .lae-device-slider .slick-next,.lae-slider-arrow-shape-rounded-corners .lae-device-slider .slick-prev,.lae-slider-arrow-shape-rounded-corners .lae-posts-gridbox-slider .slick-next,.lae-slider-arrow-shape-rounded-corners .lae-posts-gridbox-slider .slick-prev,.lae-slider-arrow-shape-rounded-corners .lae-posts-multislider .slick-next,.lae-slider-arrow-shape-rounded-corners .lae-posts-multislider .slick-prev,.lae-slider-arrow-shape-rounded-corners .lae-posts-slider .slick-next,.lae-slider-arrow-shape-rounded-corners .lae-posts-slider .slick-prev{border-radius:5px}.lae-slider-arrow-shape-circle .lae-device-slider .slick-next,.lae-slider-arrow-shape-circle .lae-device-slider .slick-prev,.lae-slider-arrow-shape-circle .lae-posts-gridbox-slider .slick-next,.lae-slider-arrow-shape-circle .lae-posts-gridbox-slider .slick-prev,.lae-slider-arrow-shape-circle .lae-posts-multislider .slick-next,.lae-slider-arrow-shape-circle .lae-posts-multislider .slick-prev,.lae-slider-arrow-shape-circle .lae-posts-slider .slick-next,.lae-slider-arrow-shape-circle .lae-posts-slider .slick-prev{border-radius:50%}.lae-slider-arrow-visibility-on-hover .lae-device-slider .slick-next,.lae-slider-arrow-visibility-on-hover .lae-device-slider .slick-prev,.lae-slider-arrow-visibility-on-hover .lae-posts-gridbox-slider .slick-next,.lae-slider-arrow-visibility-on-hover .lae-posts-gridbox-slider .slick-prev,.lae-slider-arrow-visibility-on-hover .lae-posts-multislider .slick-next,.lae-slider-arrow-visibility-on-hover .lae-posts-multislider .slick-prev,.lae-slider-arrow-visibility-on-hover .lae-posts-slider .slick-next,.lae-slider-arrow-visibility-on-hover .lae-posts-slider .slick-prev{opacity:0}@media only screen and (max-width:1200px){.lae-slider-arrow-visibility-on-hover .lae-device-slider .slick-next,.lae-slider-arrow-visibility-on-hover .lae-device-slider .slick-prev,.lae-slider-arrow-visibility-on-hover .lae-posts-gridbox-slider .slick-next,.lae-slider-arrow-visibility-on-hover .lae-posts-gridbox-slider .slick-prev,.lae-slider-arrow-visibility-on-hover .lae-posts-multislider .slick-next,.lae-slider-arrow-visibility-on-hover .lae-posts-multislider .slick-prev,.lae-slider-arrow-visibility-on-hover .lae-posts-slider .slick-next,.lae-slider-arrow-visibility-on-hover .lae-posts-slider .slick-prev{opacity:.8}}.lae-slider-arrow-visibility-on-hover .lae-device-slider:hover .slick-next,.lae-slider-arrow-visibility-on-hover .lae-device-slider:hover .slick-prev,.lae-slider-arrow-visibility-on-hover .lae-posts-gridbox-slider:hover .slick-next,.lae-slider-arrow-visibility-on-hover .lae-posts-gridbox-slider:hover .slick-prev,.lae-slider-arrow-visibility-on-hover .lae-posts-multislider:hover .slick-next,.lae-slider-arrow-visibility-on-hover .lae-posts-multislider:hover .slick-prev,.lae-slider-arrow-visibility-on-hover .lae-posts-slider:hover .slick-next,.lae-slider-arrow-visibility-on-hover .lae-posts-slider:hover .slick-prev{opacity:.8}.lae-slider-arrow-visibility-on-hover .lae-device-slider .slick-next:hover,.lae-slider-arrow-visibility-on-hover .lae-device-slider .slick-prev:hover,.lae-slider-arrow-visibility-on-hover .lae-posts-gridbox-slider .slick-next:hover,.lae-slider-arrow-visibility-on-hover .lae-posts-gridbox-slider .slick-prev:hover,.lae-slider-arrow-visibility-on-hover .lae-posts-multislider .slick-next:hover,.lae-slider-arrow-visibility-on-hover .lae-posts-multislider .slick-prev:hover,.lae-slider-arrow-visibility-on-hover .lae-posts-slider .slick-next:hover,.lae-slider-arrow-visibility-on-hover .lae-posts-slider .slick-prev:hover{opacity:1}.lae-slider-arrow-visibility-always .lae-device-slider .slick-next,.lae-slider-arrow-visibility-always .lae-device-slider .slick-prev,.lae-slider-arrow-visibility-always .lae-posts-gridbox-slider .slick-next,.lae-slider-arrow-visibility-always .lae-posts-gridbox-slider .slick-prev,.lae-slider-arrow-visibility-always .lae-posts-multislider .slick-next,.lae-slider-arrow-visibility-always .lae-posts-multislider .slick-prev,.lae-slider-arrow-visibility-always .lae-posts-slider .slick-next,.lae-slider-arrow-visibility-always .lae-posts-slider .slick-prev{opacity:.8}.lae-slider-arrow-visibility-always .lae-device-slider .slick-next:hover,.lae-slider-arrow-visibility-always .lae-device-slider .slick-prev:hover,.lae-slider-arrow-visibility-always .lae-posts-gridbox-slider .slick-next:hover,.lae-slider-arrow-visibility-always .lae-posts-gridbox-slider .slick-prev:hover,.lae-slider-arrow-visibility-always .lae-posts-multislider .slick-next:hover,.lae-slider-arrow-visibility-always .lae-posts-multislider .slick-prev:hover,.lae-slider-arrow-visibility-always .lae-posts-slider .slick-next:hover,.lae-slider-arrow-visibility-always .lae-posts-slider .slick-prev:hover{opacity:1}.lae-slider-arrow-color-light .lae-device-slider .slick-next,.lae-slider-arrow-color-light .lae-device-slider .slick-prev,.lae-slider-arrow-color-light .lae-posts-gridbox-slider .slick-next,.lae-slider-arrow-color-light .lae-posts-gridbox-slider .slick-prev,.lae-slider-arrow-color-light .lae-posts-multislider .slick-next,.lae-slider-arrow-color-light .lae-posts-multislider .slick-prev,.lae-slider-arrow-color-light .lae-posts-slider .slick-next,.lae-slider-arrow-color-light .lae-posts-slider .slick-prev{background:#fff;color:#010101}.lae-slider-arrow-color-dark .lae-device-slider .slick-next,.lae-slider-arrow-color-dark .lae-device-slider .slick-prev,.lae-slider-arrow-color-dark .lae-posts-gridbox-slider .slick-next,.lae-slider-arrow-color-dark .lae-posts-gridbox-slider .slick-prev,.lae-slider-arrow-color-dark .lae-posts-multislider .slick-next,.lae-slider-arrow-color-dark .lae-posts-multislider .slick-prev,.lae-slider-arrow-color-dark .lae-posts-slider .slick-next,.lae-slider-arrow-color-dark .lae-posts-slider .slick-prev{background:#000;color:#fff}.lae-posts-gridbox-slider .lae-post-meta,.lae-posts-multislider .lae-post-meta,.lae-posts-slider .lae-post-meta{margin-top:15px}.lae-posts-slider .slick-slide>div{line-height:0}.lae-posts-slider .lae-post-entry{position:relative;line-height:normal}.lae-posts-slider .lae-post-featured-img-bg{width:100%;height:400px}.lae-posts-slider .lae-post-featured-img-bg{margin:0}.lae-posts-slider-style-1 .lae-post-text .lae-post-meta,.lae-posts-slider-style-1 .lae-post-text .lae-post-meta a,.lae-posts-slider-style-1 .lae-post-text .lae-post-summary,.lae-posts-slider-style-1 .lae-post-text .lae-post-title a,.lae-posts-slider-style-1 .lae-post-text .lae-read-more,.lae-posts-slider-style-1 .lae-post-text .lae-terms,.lae-posts-slider-style-1 .lae-post-text .lae-terms a,.lae-posts-slider-style-2 .lae-post-text .lae-post-meta,.lae-posts-slider-style-2 .lae-post-text .lae-post-meta a,.lae-posts-slider-style-2 .lae-post-text .lae-post-summary,.lae-posts-slider-style-2 .lae-post-text .lae-post-title a,.lae-posts-slider-style-2 .lae-post-text .lae-read-more,.lae-posts-slider-style-2 .lae-post-text .lae-terms,.lae-posts-slider-style-2 .lae-post-text .lae-terms a,.lae-posts-slider-style-3 .lae-post-text .lae-post-meta,.lae-posts-slider-style-3 .lae-post-text .lae-post-meta a,.lae-posts-slider-style-3 .lae-post-text .lae-post-summary,.lae-posts-slider-style-3 .lae-post-text .lae-post-title a,.lae-posts-slider-style-3 .lae-post-text .lae-read-more,.lae-posts-slider-style-3 .lae-post-text .lae-terms,.lae-posts-slider-style-3 .lae-post-text .lae-terms a,.lae-posts-slider-style-7 .lae-post-text .lae-post-meta,.lae-posts-slider-style-7 .lae-post-text .lae-post-meta a,.lae-posts-slider-style-7 .lae-post-text .lae-post-summary,.lae-posts-slider-style-7 .lae-post-text .lae-post-title a,.lae-posts-slider-style-7 .lae-post-text .lae-read-more,.lae-posts-slider-style-7 .lae-post-text .lae-terms,.lae-posts-slider-style-7 .lae-post-text .lae-terms a,.lae-posts-slider-style-8 .lae-post-text .lae-post-meta,.lae-posts-slider-style-8 .lae-post-text .lae-post-meta a,.lae-posts-slider-style-8 .lae-post-text .lae-post-summary,.lae-posts-slider-style-8 .lae-post-text .lae-post-title a,.lae-posts-slider-style-8 .lae-post-text .lae-read-more,.lae-posts-slider-style-8 .lae-post-text .lae-terms,.lae-posts-slider-style-8 .lae-post-text .lae-terms a{color:#fff}.lae-posts-slider-style-1 .lae-post-text .lae-post-meta a,.lae-posts-slider-style-2 .lae-post-text .lae-post-meta a,.lae-posts-slider-style-3 .lae-post-text .lae-post-meta a,.lae-posts-slider-style-7 .lae-post-text .lae-post-meta a,.lae-posts-slider-style-8 .lae-post-text .lae-post-meta a{color:rgba(255,255,255,.75)}.lae-posts-slider-style-1 .lae-post-text .lae-terms a:hover,.lae-posts-slider-style-1 .lae-post-text .lae-terms:hover,.lae-posts-slider-style-2 .lae-post-text .lae-terms a:hover,.lae-posts-slider-style-2 .lae-post-text .lae-terms:hover,.lae-posts-slider-style-3 .lae-post-text .lae-terms a:hover,.lae-posts-slider-style-3 .lae-post-text .lae-terms:hover,.lae-posts-slider-style-7 .lae-post-text .lae-terms a:hover,.lae-posts-slider-style-7 .lae-post-text .lae-terms:hover,.lae-posts-slider-style-8 .lae-post-text .lae-terms a:hover,.lae-posts-slider-style-8 .lae-post-text .lae-terms:hover{color:#ddd}.lae-posts-slider-style-1 .lae-post-text .lae-post-meta a,.lae-posts-slider-style-1 .lae-post-text .lae-post-meta span,.lae-posts-slider-style-1 .lae-post-text .lae-read-more,.lae-posts-slider-style-1 .lae-post-text .lae-terms a,.lae-posts-slider-style-2 .lae-post-text .lae-post-meta a,.lae-posts-slider-style-2 .lae-post-text .lae-post-meta span,.lae-posts-slider-style-2 .lae-post-text .lae-read-more,.lae-posts-slider-style-2 .lae-post-text .lae-terms a,.lae-posts-slider-style-3 .lae-post-text .lae-post-meta a,.lae-posts-slider-style-3 .lae-post-text .lae-post-meta span,.lae-posts-slider-style-3 .lae-post-text .lae-read-more,.lae-posts-slider-style-3 .lae-post-text .lae-terms a,.lae-posts-slider-style-4 .lae-post-text .lae-post-meta a,.lae-posts-slider-style-4 .lae-post-text .lae-post-meta span,.lae-posts-slider-style-4 .lae-post-text .lae-read-more,.lae-posts-slider-style-4 .lae-post-text .lae-terms a,.lae-posts-slider-style-5 .lae-post-text .lae-post-meta a,.lae-posts-slider-style-5 .lae-post-text .lae-post-meta span,.lae-posts-slider-style-5 .lae-post-text .lae-read-more,.lae-posts-slider-style-5 .lae-post-text .lae-terms a,.lae-posts-slider-style-6 .lae-post-text .lae-post-meta a,.lae-posts-slider-style-6 .lae-post-text .lae-post-meta span,.lae-posts-slider-style-6 .lae-post-text .lae-read-more,.lae-posts-slider-style-6 .lae-post-text .lae-terms a,.lae-posts-slider-style-7 .lae-post-text .lae-post-meta a,.lae-posts-slider-style-7 .lae-post-text .lae-post-meta span,.lae-posts-slider-style-7 .lae-post-text .lae-read-more,.lae-posts-slider-style-7 .lae-post-text .lae-terms a,.lae-posts-slider-style-8 .lae-post-text .lae-post-meta a,.lae-posts-slider-style-8 .lae-post-text .lae-post-meta span,.lae-posts-slider-style-8 .lae-post-text .lae-read-more,.lae-posts-slider-style-8 .lae-post-text .lae-terms a{text-transform:uppercase;font-size:.625rem}.lae-posts-slider-style-1 .lae-post-text .lae-post-title,.lae-posts-slider-style-2 .lae-post-text .lae-post-title,.lae-posts-slider-style-3 .lae-post-text .lae-post-title,.lae-posts-slider-style-4 .lae-post-text .lae-post-title,.lae-posts-slider-style-5 .lae-post-text .lae-post-title,.lae-posts-slider-style-6 .lae-post-text .lae-post-title,.lae-posts-slider-style-7 .lae-post-text .lae-post-title,.lae-posts-slider-style-8 .lae-post-text .lae-post-title{margin:10px 0 0 0}.lae-posts-slider-style-1 .lae-post-text .lae-post-meta span+span,.lae-posts-slider-style-2 .lae-post-text .lae-post-meta span+span,.lae-posts-slider-style-3 .lae-post-text .lae-post-meta span+span,.lae-posts-slider-style-4 .lae-post-text .lae-post-meta span+span,.lae-posts-slider-style-5 .lae-post-text .lae-post-meta span+span,.lae-posts-slider-style-6 .lae-post-text .lae-post-meta span+span,.lae-posts-slider-style-7 .lae-post-text .lae-post-meta span+span,.lae-posts-slider-style-8 .lae-post-text .lae-post-meta span+span{margin:0 0 0 5px}.lae-posts-slider-style-1 .lae-post-text .lae-post-meta span+span:before,.lae-posts-slider-style-2 .lae-post-text .lae-post-meta span+span:before,.lae-posts-slider-style-3 .lae-post-text .lae-post-meta span+span:before,.lae-posts-slider-style-4 .lae-post-text .lae-post-meta span+span:before,.lae-posts-slider-style-5 .lae-post-text .lae-post-meta span+span:before,.lae-posts-slider-style-6 .lae-post-text .lae-post-meta span+span:before,.lae-posts-slider-style-7 .lae-post-text .lae-post-meta span+span:before,.lae-posts-slider-style-8 .lae-post-text .lae-post-meta span+span:before{margin-right:5px;content:"·"}.lae-posts-slider-style-1 .lae-post-text .lae-terms,.lae-posts-slider-style-1 .lae-post-text .lae-terms a,.lae-posts-slider-style-2 .lae-post-text .lae-terms,.lae-posts-slider-style-2 .lae-post-text .lae-terms a,.lae-posts-slider-style-3 .lae-post-text .lae-terms,.lae-posts-slider-style-3 .lae-post-text .lae-terms a,.lae-posts-slider-style-4 .lae-post-text .lae-terms,.lae-posts-slider-style-4 .lae-post-text .lae-terms a,.lae-posts-slider-style-5 .lae-post-text .lae-terms,.lae-posts-slider-style-5 .lae-post-text .lae-terms a,.lae-posts-slider-style-6 .lae-post-text .lae-terms,.lae-posts-slider-style-6 .lae-post-text .lae-terms a,.lae-posts-slider-style-7 .lae-post-text .lae-terms,.lae-posts-slider-style-7 .lae-post-text .lae-terms a,.lae-posts-slider-style-8 .lae-post-text .lae-terms,.lae-posts-slider-style-8 .lae-post-text .lae-terms a{border:none}.lae-posts-slider-style-1 .lae-post-text .lae-post-summary,.lae-posts-slider-style-2 .lae-post-text .lae-post-summary,.lae-posts-slider-style-3 .lae-post-text .lae-post-summary,.lae-posts-slider-style-4 .lae-post-text .lae-post-summary,.lae-posts-slider-style-5 .lae-post-text .lae-post-summary,.lae-posts-slider-style-6 .lae-post-text .lae-post-summary,.lae-posts-slider-style-7 .lae-post-text .lae-post-summary,.lae-posts-slider-style-8 .lae-post-text .lae-post-summary{margin-top:20px;font-size:.875rem;line-height:1.5}.lae-posts-slider-style-1 .lae-post-featured-img-bg:before{position:absolute;top:0;right:0;bottom:0;left:0;content:"";transition:all .2s ease;background-color:rgba(40,40,40,.125)}.lae-posts-slider-style-2 .lae-post-featured-img-bg:before{position:absolute;top:0;right:0;bottom:0;left:0;content:"";background-color:transparent;transition:all .2s linear;background-image:linear-gradient(0deg,#121928 0,rgba(18,25,42,0) 40%)}.lae-posts-slider-style-1 .lae-post-text-wrap,.lae-posts-slider-style-3 .lae-post-text-wrap,.lae-posts-slider-style-4 .lae-post-text-wrap{position:absolute;top:50%;width:100%;transform:translateY(-50%);margin:0;padding:0 25px;z-index:99}.lae-posts-slider-style-1 .lae-post-text-wrap{position:absolute;top:50%;width:100%;transform:translateY(-50%);margin:0;padding:0 25px;z-index:99}.lae-posts-slider-style-1 .lae-post-text{position:relative;display:block;text-align:center;max-width:680px;width:100%;margin:0 auto;padding:20px 12px}.lae-posts-slider-style-1 .lae-post-text .lae-post-title a{font-size:3rem;line-height:1.2}@media only screen and (max-width:640px){.lae-posts-slider-style-1 .lae-post-text .lae-post-title a{font-size:2.25rem}}.lae-posts-slider-style-1 .lae-post-text .lae-read-more{border:none;background:#282828;color:#eee;padding:8px 16px;margin-top:25px}.lae-posts-slider-style-1 .lae-post-text .lae-read-more:hover{background:#4e4e4e}.lae-posts-slider-style-2 .lae-post-text-wrap{position:absolute;bottom:0;width:100%;margin:0;z-index:99}.lae-posts-slider-style-2 .lae-post-text{position:relative;display:block;text-align:left;max-width:680px;width:100%;margin:0;padding:42px}.lae-posts-slider-style-2 .lae-post-text .lae-post-title a{font-size:2.25rem;line-height:1.2;font-weight:400}@media only screen and (max-width:640px){.lae-posts-slider-style-2 .lae-post-text .lae-post-title a{font-size:1.75px}}.lae-posts-gridbox-item .lae-post-overlay.lae-post-featured-img-bg::before{position:absolute;z-index:0;left:0;top:0;right:0;bottom:0;content:"";background-color:transparent;transition:all .2s linear}.lae-posts-gridbox-item.lae-align-middle-center .lae-post-overlay.lae-post-featured-img-bg::before,.lae-posts-gridbox-item.lae-align-middle-left .lae-post-overlay.lae-post-featured-img-bg::before,.lae-posts-gridbox-item.lae-align-middle-right .lae-post-overlay.lae-post-featured-img-bg::before{background-color:rgba(40,40,40,.125)}.lae-posts-gridbox-item.lae-align-top-center .lae-post-overlay.lae-post-featured-img-bg::before,.lae-posts-gridbox-item.lae-align-top-left .lae-post-overlay.lae-post-featured-img-bg::before,.lae-posts-gridbox-item.lae-align-top-right .lae-post-overlay.lae-post-featured-img-bg::before{background-image:linear-gradient(180deg,#121928 0,rgba(18,25,42,0) 40%)}.lae-posts-gridbox-item.lae-align-bottom-center .lae-post-overlay.lae-post-featured-img-bg::before,.lae-posts-gridbox-item.lae-align-bottom-left .lae-post-overlay.lae-post-featured-img-bg::before,.lae-posts-gridbox-item.lae-align-bottom-right .lae-post-overlay.lae-post-featured-img-bg::before{background-image:linear-gradient(0deg,#121928 0,rgba(18,25,42,0) 40%)}.lae-posts-gridbox-item,.lae-posts-multislider-item{position:relative}.lae-posts-gridbox-item .lae-post-entry,.lae-posts-multislider-item .lae-post-entry{height:100%}.lae-posts-gridbox-item .lae-post-featured-img-bg,.lae-posts-multislider-item .lae-post-featured-img-bg{height:100%}.lae-posts-gridbox-item .lae-post-featured-img-bg,.lae-posts-multislider-item .lae-post-featured-img-bg{position:relative;overflow:hidden;background-size:cover;background-repeat:no-repeat;background-position:center center;transition:all .2s linear}.lae-posts-gridbox-item .lae-post-text .lae-post-title a,.lae-posts-multislider-item .lae-post-text .lae-post-title a{margin:0}.lae-posts-gridbox-item .lae-post-text>*+*,.lae-posts-multislider-item .lae-post-text>*+*{margin:10px 0 0 0}.lae-posts-gridbox-item .lae-post-text .lae-post-meta,.lae-posts-multislider-item .lae-post-text .lae-post-meta{margin-top:15px}.lae-posts-gridbox-item .lae-post-text .lae-post-meta span+span,.lae-posts-multislider-item .lae-post-text .lae-post-meta span+span{margin:0 0 0 5px}.lae-posts-gridbox-item .lae-post-text .lae-post-meta span+span:before,.lae-posts-multislider-item .lae-post-text .lae-post-meta span+span:before{margin-right:5px;content:"·"}.lae-posts-gridbox-item .lae-post-text,.lae-posts-multislider-item .lae-post-text{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start}.lae-posts-gridbox-item .lae-post-text .lae-terms,.lae-posts-gridbox-item .lae-post-text .lae-terms a,.lae-posts-multislider-item .lae-post-text .lae-terms,.lae-posts-multislider-item .lae-post-text .lae-terms a{color:#999;font-size:.625rem;line-height:1;text-transform:uppercase}.lae-posts-gridbox-item .lae-post-text .lae-terms a:hover,.lae-posts-gridbox-item .lae-post-text .lae-terms:hover,.lae-posts-multislider-item .lae-post-text .lae-terms a:hover,.lae-posts-multislider-item .lae-post-text .lae-terms:hover{color:#666}.lae-posts-gridbox-item .lae-post-text .lae-post-title,.lae-posts-multislider-item .lae-post-text .lae-post-title{font-size:0;line-height:1}.lae-posts-gridbox-item .lae-post-text .lae-post-title a,.lae-posts-multislider-item .lae-post-text .lae-post-title a{color:#000;font-size:1.3125rem;line-height:1.2}.lae-posts-gridbox-item .lae-post-text .lae-post-title a:hover,.lae-posts-multislider-item .lae-post-text .lae-post-title a:hover{color:#333}.lae-posts-gridbox-item .lae-post-text .lae-post-meta,.lae-posts-multislider-item .lae-post-text .lae-post-meta{font-size:.625rem;line-height:1.5}.lae-posts-gridbox-item .lae-post-text .lae-post-meta span,.lae-posts-multislider-item .lae-post-text .lae-post-meta span{color:#777;font-size:.625rem;line-height:1.2;text-transform:uppercase}.lae-posts-gridbox-item .lae-post-text .lae-post-meta span a,.lae-posts-multislider-item .lae-post-text .lae-post-meta span a{color:#888}.lae-posts-gridbox-item .lae-post-text .lae-post-meta span a:hover,.lae-posts-multislider-item .lae-post-text .lae-post-meta span a:hover{color:#555}.lae-posts-gridbox-item .lae-post-text .lae-post-summary,.lae-posts-multislider-item .lae-post-text .lae-post-summary{font-size:.875rem;line-height:1.5}.lae-posts-gridbox-item .lae-post-text .lae-read-more,.lae-posts-multislider-item .lae-post-text .lae-read-more{line-height:1;color:#fff;border:1px solid rgba(0,0,0,.75);background:rgba(0,0,0,.75)}.lae-posts-gridbox-item .lae-post-text .lae-read-more:hover,.lae-posts-multislider-item .lae-post-text .lae-read-more:hover{border:1px solid rgba(0,0,0,.95);background:rgba(0,0,0,.95)}.lae-posts-gridbox-item .lae-post-overlay .lae-post-text,.lae-posts-multislider-item .lae-post-overlay .lae-post-text{z-index:99;position:absolute;left:0;right:0;padding:20px}.lae-posts-gridbox-item .lae-post-overlay .lae-post-text .lae-terms,.lae-posts-gridbox-item .lae-post-overlay .lae-post-text .lae-terms a,.lae-posts-multislider-item .lae-post-overlay .lae-post-text .lae-terms,.lae-posts-multislider-item .lae-post-overlay .lae-post-text .lae-terms a{color:#fff;color:rgba(255,255,255,.9)}.lae-posts-gridbox-item .lae-post-overlay .lae-post-text .lae-terms a:hover,.lae-posts-multislider-item .lae-post-overlay .lae-post-text .lae-terms a:hover{text-decoration:underline}.lae-posts-gridbox-item .lae-post-overlay .lae-post-text .lae-post-title,.lae-posts-multislider-item .lae-post-overlay .lae-post-text .lae-post-title{color:#fff}.lae-posts-gridbox-item .lae-post-overlay .lae-post-text .lae-post-title a,.lae-posts-multislider-item .lae-post-overlay .lae-post-text .lae-post-title a{color:#fff}.lae-posts-gridbox-item .lae-post-overlay .lae-post-text .lae-post-title a:hover,.lae-posts-multislider-item .lae-post-overlay .lae-post-text .lae-post-title a:hover{text-decoration:underline}.lae-posts-gridbox-item .lae-post-overlay .lae-post-text .lae-post-meta,.lae-posts-multislider-item .lae-post-overlay .lae-post-text .lae-post-meta{color:#fff}.lae-posts-gridbox-item .lae-post-overlay .lae-post-text .lae-post-meta span,.lae-posts-multislider-item .lae-post-overlay .lae-post-text .lae-post-meta span{color:#fff}.lae-posts-gridbox-item .lae-post-overlay .lae-post-text .lae-post-meta span a,.lae-posts-multislider-item .lae-post-overlay .lae-post-text .lae-post-meta span a{color:#dedede}.lae-posts-gridbox-item .lae-post-overlay .lae-post-text .lae-post-meta span a:hover,.lae-posts-multislider-item .lae-post-overlay .lae-post-text .lae-post-meta span a:hover{color:#fff}.lae-posts-gridbox-item .lae-post-overlay .lae-post-text .lae-post-content,.lae-posts-multislider-item .lae-post-overlay .lae-post-text .lae-post-content{color:#fff}.lae-posts-gridbox-item .lae-post-overlay .lae-post-text .lae-post-content .lae-read-more,.lae-posts-multislider-item .lae-post-overlay .lae-post-text .lae-post-content .lae-read-more{color:#fff;border:1px solid #fff;background:0 0}.lae-posts-gridbox-item .lae-post-overlay .lae-post-text .lae-post-content .lae-read-more:hover,.lae-posts-multislider-item .lae-post-overlay .lae-post-text .lae-post-content .lae-read-more:hover{background:rgba(255,255,255,.3)}.lae-posts-gridbox-item.lae-align-top-center .lae-post-overlay .lae-post-text,.lae-posts-gridbox-item.lae-align-top-left .lae-post-overlay .lae-post-text,.lae-posts-gridbox-item.lae-align-top-right .lae-post-overlay .lae-post-text,.lae-posts-multislider-item.lae-align-top-center .lae-post-overlay .lae-post-text,.lae-posts-multislider-item.lae-align-top-left .lae-post-overlay .lae-post-text,.lae-posts-multislider-item.lae-align-top-right .lae-post-overlay .lae-post-text{top:0}.lae-posts-gridbox-item.lae-align-middle-center .lae-post-overlay .lae-post-text,.lae-posts-gridbox-item.lae-align-middle-left .lae-post-overlay .lae-post-text,.lae-posts-gridbox-item.lae-align-middle-right .lae-post-overlay .lae-post-text,.lae-posts-multislider-item.lae-align-middle-center .lae-post-overlay .lae-post-text,.lae-posts-multislider-item.lae-align-middle-left .lae-post-overlay .lae-post-text,.lae-posts-multislider-item.lae-align-middle-right .lae-post-overlay .lae-post-text{top:50%;transform:translateY(-50%)}.lae-posts-gridbox-item.lae-align-bottom-center .lae-post-overlay .lae-post-text,.lae-posts-gridbox-item.lae-align-bottom-left .lae-post-overlay .lae-post-text,.lae-posts-gridbox-item.lae-align-bottom-right .lae-post-overlay .lae-post-text,.lae-posts-multislider-item.lae-align-bottom-center .lae-post-overlay .lae-post-text,.lae-posts-multislider-item.lae-align-bottom-left .lae-post-overlay .lae-post-text,.lae-posts-multislider-item.lae-align-bottom-right .lae-post-overlay .lae-post-text{bottom:0}.lae-posts-gridbox-item.lae-align-bottom-left .lae-post-text,.lae-posts-gridbox-item.lae-align-left .lae-post-text,.lae-posts-gridbox-item.lae-align-middle-left .lae-post-text,.lae-posts-gridbox-item.lae-align-top-left .lae-post-text,.lae-posts-multislider-item.lae-align-bottom-left .lae-post-text,.lae-posts-multislider-item.lae-align-left .lae-post-text,.lae-posts-multislider-item.lae-align-middle-left .lae-post-text,.lae-posts-multislider-item.lae-align-top-left .lae-post-text{align-items:flex-start;text-align:left}.lae-posts-gridbox-item.lae-align-bottom-center .lae-post-text,.lae-posts-gridbox-item.lae-align-center .lae-post-text,.lae-posts-gridbox-item.lae-align-middle-center .lae-post-text,.lae-posts-gridbox-item.lae-align-top-center .lae-post-text,.lae-posts-multislider-item.lae-align-bottom-center .lae-post-text,.lae-posts-multislider-item.lae-align-center .lae-post-text,.lae-posts-multislider-item.lae-align-middle-center .lae-post-text,.lae-posts-multislider-item.lae-align-top-center .lae-post-text{align-items:center;text-align:center}.lae-posts-gridbox-item.lae-align-bottom-right .lae-post-text,.lae-posts-gridbox-item.lae-align-middle-right .lae-post-text,.lae-posts-gridbox-item.lae-align-right .lae-post-text,.lae-posts-gridbox-item.lae-align-top-right .lae-post-text,.lae-posts-multislider-item.lae-align-bottom-right .lae-post-text,.lae-posts-multislider-item.lae-align-middle-right .lae-post-text,.lae-posts-multislider-item.lae-align-right .lae-post-text,.lae-posts-multislider-item.lae-align-top-right .lae-post-text{align-items:flex-end;text-align:right}.lae-posts-gridbox-slider-style-1 .lae-posts-gridbox{display:grid;grid-gap:1px;grid-template-columns:1fr;grid-template-areas:"tile1" "tile1" "tile2" "tile3"}.lae-posts-gridbox-slider-style-1 .lae-posts-gridbox .lae-posts-gridbox-item:first-child{grid-area:tile1}.lae-posts-gridbox-slider-style-1 .lae-posts-gridbox .lae-posts-gridbox-item:nth-child(2){grid-area:tile2}.lae-posts-gridbox-slider-style-1 .lae-posts-gridbox .lae-posts-gridbox-item:nth-child(3){grid-area:tile3}@media (min-width:760px){.lae-posts-gridbox-slider-style-1 .lae-posts-gridbox{display:grid;grid-template-columns:1fr 1fr;grid-template-areas:"tile1 tile1" "tile2 tile3";grid-gap:2px}}@media (min-width:1024px){.lae-posts-gridbox-slider-style-1 .lae-posts-gridbox{display:grid;grid-template-columns:1fr 1fr 1fr 1fr;grid-template-areas:"tile1 tile1 tile2 tile2" "tile1 tile1 tile3 tile3";grid-gap:2px}}.lae-posts-gridbox-slider-style-2 .lae-posts-gridbox{display:grid;grid-gap:1px;grid-template-columns:1fr;grid-template-areas:"tile1" "tile1" "tile2" "tile3" "tile4" "tile5"}.lae-posts-gridbox-slider-style-2 .lae-posts-gridbox .lae-posts-gridbox-item:first-child{grid-area:tile1}.lae-posts-gridbox-slider-style-2 .lae-posts-gridbox .lae-posts-gridbox-item:nth-child(2){grid-area:tile2}.lae-posts-gridbox-slider-style-2 .lae-posts-gridbox .lae-posts-gridbox-item:nth-child(3){grid-area:tile3}.lae-posts-gridbox-slider-style-2 .lae-posts-gridbox .lae-posts-gridbox-item:nth-child(4){grid-area:tile4}.lae-posts-gridbox-slider-style-2 .lae-posts-gridbox .lae-posts-gridbox-item:nth-child(5){grid-area:tile5}@media (min-width:760px){.lae-posts-gridbox-slider-style-2 .lae-posts-gridbox{display:grid;grid-template-columns:1fr 1fr;grid-template-areas:"tile1 tile1" "tile1 tile1" "tile2 tile3" "tile4 tile5";grid-gap:2px}}@media (min-width:1024px){.lae-posts-gridbox-slider-style-2 .lae-posts-gridbox{display:grid;grid-template-columns:1fr 1fr 1fr 1fr;grid-template-areas:"tile1 tile1 tile2 tile3" "tile1 tile1 tile4 tile5";grid-gap:2px}}.lae-posts-gridbox-slider-style-3 .lae-posts-gridbox{display:grid;grid-gap:1px;grid-template-columns:1fr;grid-template-areas:"tile1" "tile2" "tile3" "tile4" "tile5"}.lae-posts-gridbox-slider-style-3 .lae-posts-gridbox .lae-posts-gridbox-item:first-child{grid-area:tile1}.lae-posts-gridbox-slider-style-3 .lae-posts-gridbox .lae-posts-gridbox-item:nth-child(2){grid-area:tile2}.lae-posts-gridbox-slider-style-3 .lae-posts-gridbox .lae-posts-gridbox-item:nth-child(3){grid-area:tile3}.lae-posts-gridbox-slider-style-3 .lae-posts-gridbox .lae-posts-gridbox-item:nth-child(4){grid-area:tile4}.lae-posts-gridbox-slider-style-3 .lae-posts-gridbox .lae-posts-gridbox-item:nth-child(5){grid-area:tile5}.lae-posts-gridbox-slider-style-3 .lae-posts-gridbox .lae-posts-gridbox-item .lae-post-text .lae-post-content .lae-post-summary{display:none}@media (min-width:760px){.lae-posts-gridbox-slider-style-3 .lae-posts-gridbox{display:grid;grid-template-columns:1fr 1fr;grid-template-areas:"tile1 tile1" "tile2 tile3" "tile4 tile5";grid-gap:2px}}@media (min-width:1024px){.lae-posts-gridbox-slider-style-3 .lae-posts-gridbox{display:grid;grid-template-columns:1fr 1fr 1fr 1fr 1fr 1fr;grid-template-areas:"tile1 tile1 tile1 tile2 tile2 tile2" "tile3 tile3 tile4 tile4 tile5 tile5";grid-gap:2px}.lae-posts-gridbox-slider-style-3 .lae-posts-gridbox .lae-posts-gridbox-item .lae-post-text .lae-post-content .lae-post-summary{display:block}}.lae-posts-multislider-style-1 .lae-post-featured-img-bg{margin-bottom:0}.lae-posts-multislider-style-1 .lae-posts-multislider-item .lae-post-overlay.lae-post-featured-img-bg::before{position:absolute;z-index:0;left:0;top:0;right:0;bottom:0;content:"";background-color:transparent;transition:all .2s linear}.lae-posts-multislider-style-1 .lae-posts-multislider-item.lae-align-middle-center .lae-post-overlay.lae-post-featured-img-bg::before,.lae-posts-multislider-style-1 .lae-posts-multislider-item.lae-align-middle-left .lae-post-overlay.lae-post-featured-img-bg::before,.lae-posts-multislider-style-1 .lae-posts-multislider-item.lae-align-middle-right .lae-post-overlay.lae-post-featured-img-bg::before{background-color:rgba(40,40,40,.125)}.lae-posts-multislider-style-1 .lae-posts-multislider-item.lae-align-top-center .lae-post-overlay.lae-post-featured-img-bg::before,.lae-posts-multislider-style-1 .lae-posts-multislider-item.lae-align-top-left .lae-post-overlay.lae-post-featured-img-bg::before,.lae-posts-multislider-style-1 .lae-posts-multislider-item.lae-align-top-right .lae-post-overlay.lae-post-featured-img-bg::before{background-image:linear-gradient(180deg,#121928 0,rgba(18,25,42,0) 30%)}.lae-posts-multislider-style-1 .lae-posts-multislider-item.lae-align-bottom-center .lae-post-overlay.lae-post-featured-img-bg::before,.lae-posts-multislider-style-1 .lae-posts-multislider-item.lae-align-bottom-left .lae-post-overlay.lae-post-featured-img-bg::before,.lae-posts-multislider-style-1 .lae-posts-multislider-item.lae-align-bottom-right .lae-post-overlay.lae-post-featured-img-bg::before{background-image:linear-gradient(0deg,#121928 0,rgba(18,25,42,0) 30%)}.lae-slider-arrow-placement-bottom-left .lae-posts-multislider-style-2 button.slick-next,.lae-slider-arrow-placement-bottom-left .lae-posts-multislider-style-2 button.slick-prev,.lae-slider-arrow-placement-bottom-left .lae-posts-multislider-style-3 button.slick-next,.lae-slider-arrow-placement-bottom-left .lae-posts-multislider-style-3 button.slick-prev,.lae-slider-arrow-placement-bottom-right .lae-posts-multislider-style-2 button.slick-next,.lae-slider-arrow-placement-bottom-right .lae-posts-multislider-style-2 button.slick-prev,.lae-slider-arrow-placement-bottom-right .lae-posts-multislider-style-3 button.slick-next,.lae-slider-arrow-placement-bottom-right .lae-posts-multislider-style-3 button.slick-prev{bottom:-35px}.lae-slider-arrow-placement-middle-center .lae-posts-multislider-style-3 button.slick-next,.lae-slider-arrow-placement-middle-center .lae-posts-multislider-style-3 button.slick-prev{margin-top:-6px}.lae-posts-multislider-style-3 .lae-post-featured-img-bg{margin-bottom:0;border-radius:5px 5px 0 0}.lae-posts-multislider-style-3 .lae-post-text-wrap{padding:25px;border:1px solid #e4e4e4;box-shadow:0 3px 12px 0 rgba(0,0,0,.03);border-radius:0 0 5px 5px;margin-bottom:12px}.lae-pricing-table{clear:both}.lae-pricing-table .lae-pricing-plan{float:left;padding:10px}.lae-pricing-table{padding:0}.lae-pricing-table .lae-top-header{padding:15px 0;background-color:#494949;border-bottom:1px solid #2c2b2b}.lae-pricing-table .lae-top-header .lae-plan-name{font-size:18px;line-height:26px;letter-spacing:1px;font-weight:700;color:#333;text-transform:uppercase;clear:none;margin-top:0;margin-bottom:10px;font-size:20px;line-height:32px;color:#fefefe;margin:0}.lae-pricing-table .lae-top-header img{margin-top:15px}.lae-pricing-table .lae-top-header .lae-tagline{display:block;font-size:15px;line-height:24px;color:#ededed;text-transform:none;text-align:center;margin-bottom:5px}.lae-pricing-table .lae-pricing-plan{background:#fff;padding:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box;-webkit-transition:all .1s ease-in-out 0s;-moz-transition:all .1s ease-in-out 0s;-ms-transition:all .1s ease-in-out 0s;transition:all .1s ease-in-out 0s;margin-bottom:20px}.lae-pricing-table .lae-pricing-plan:hover .lae-purchase{background:#e5e5e5}.lae-pricing-table .lae-pricing-plan .lae-plan-price{color:#fff;font-size:22px;line-height:28px;font-weight:700;margin:0}.lae-pricing-table .lae-pricing-plan .lae-plan-price span{font-size:22px;line-height:32px}.lae-pricing-table .lae-plan-header{padding:30px 0 30px;background-color:#494949}.lae-pricing-table .lae-plan-price .lae-text{display:inline-block;padding:6px 25px;border-radius:25px;background:#2c2b2b}.lae-pricing-table .lae-plan-price sup{font-size:18px;line-height:32px;vertical-align:top;margin-right:2px;position:static}.lae-pricing-table .lae-plan-details{padding:15px 0;margin:0;border:1px solid #eee}.lae-pricing-table .lae-plan-details .lae-pricing-item{list-style:none;display:block;padding:6px;margin:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box;text-align:center}.lae-pricing-table .lae-plan-details .lae-pricing-item i{color:#777;font-size:18px;display:inline;margin-right:8px}.lae-pricing-table .lae-plan-details .lae-pricing-item .lae-title{color:#838383;margin-bottom:10px}.lae-pricing-table .lae-plan-details .lae-pricing-item .lae-value-wrap{display:block}.lae-pricing-table .lae-plan-details .lae-pricing-item .lae-value-wrap:after{position:relative;content:"";background:#ddd;width:120px;height:1px;display:block;margin:12px auto 0}.lae-pricing-table .lae-plan-details .lae-pricing-item .lae-value{color:#444;font-size:24px;line-height:32px;display:inline}.lae-pricing-table .lae-plan-details .lae-pricing-item s{color:#b4c9d3}.lae-pricing-table .lae-plan-details .lae-pricing-item:last-child .lae-value-wrap:after{display:none}.lae-pricing-table .lae-purchase{text-align:center;text-transform:uppercase;padding:15px;margin:0 auto;background:#f1f1f1;-webkit-transition:all .1s ease-in-out 0s;-moz-transition:all .1s ease-in-out 0s;-ms-transition:all .1s ease-in-out 0s;transition:all .1s ease-in-out 0s;border-left:1px solid #eee;border-right:1px solid #eee;border-bottom:1px solid #eee}.lae-pricing-table .lae-purchase a{padding:12px 25px;border-radius:5px;letter-spacing:0;font-size:16px;line-height:24px;letter-spacing:6px;font-weight:700}.lae-pricing-table .lae-pricing-plan.lae-highlight{background:#f5f5f5;margin-top:-10px}.lae-pricing-table .lae-pricing-plan.lae-highlight .lae-plan-details{border-color:#e5e5e5}.lae-pricing-table .lae-pricing-plan.lae-highlight .lae-top-header{padding:20px 0}.lae-pricing-table .lae-pricing-plan.lae-highlight .lae-pricing-table .lae-top-header .lae-plan-name{color:#28c2ba}.lae-pricing-table .lae-pricing-plan.lae-highlight .lae-purchase{padding:20px 0;background-color:#e5e5e5;border-color:#ddd}.lae-services{clear:both}.lae-services .lae-service{margin-bottom:20px}.lae-services .lae-service .lae-icon-wrapper i,.lae-services .lae-service .lae-icon-wrapper svg{transition:color .4s ease-in-out 0s}.lae-services .lae-service .lae-icon-wrapper i:hover,.lae-services .lae-service .lae-icon-wrapper svg:hover{color:#555;fill:#555}.lae-dark-bg .lae-services .lae-service .lae-icon-wrapper i:hover,.lae-dark-bg .lae-services .lae-service .lae-icon-wrapper svg:hover{color:#d5d5d5;fill:#d5d5d5}.lae-services .lae-service .lae-service-text{font-size:15px;line-height:24px}.lae-dark-bg .lae-services .lae-service .lae-service-text{color:rgba(255,255,255,.7)}.lae-dark-bg .lae-services .lae-service .lae-service-text .lae-title{color:#fff}.lae-dark-bg .lae-services .lae-service .lae-service-text .lae-service-details{color:rgba(255,255,255,.7)}.lae-services .lae-service .lae-service-text .lae-title-link .lae-title{transition:color .3s ease-in-out 0s}.lae-services .lae-service .lae-service-text .lae-title-link:hover .lae-title{color:#666}.lae-dark-bg .lae-services .lae-service .lae-service-text .lae-title-link:hover .lae-title{color:rgba(255,255,255,.7)}.lae-services-style1 .lae-service .lae-icon-wrapper i,.lae-services-style1 .lae-service .lae-icon-wrapper svg{display:block;text-align:center;font-size:96px;line-height:1;margin:0 auto 20px;transition:color .4s ease-in-out 0s;color:#888;fill:#888}.lae-dark-bg .lae-services-style1 .lae-service .lae-icon-wrapper i,.lae-dark-bg .lae-services-style1 .lae-service .lae-icon-wrapper svg{color:#a5a5a5}.lae-dark-bg .lae-services-style1 .lae-service .lae-icon-wrapper i:hover,.lae-dark-bg .lae-services-style1 .lae-service .lae-icon-wrapper svg:hover{color:#c5c5c5}.lae-services-style1 .lae-service .lae-image-wrapper img{display:block;max-width:100%;text-align:center;margin:0 auto 25px;transition:all .4s ease-in-out 0s}.lae-services-style1 .lae-service .lae-service-text{text-align:center;max-width:300px;margin:0 auto}.lae-services-style1 .lae-service .lae-service-text .lae-title{font-size:18px;line-height:26px;letter-spacing:1px;font-weight:700;color:#333;text-transform:uppercase;clear:none;margin-top:0;margin-bottom:10px;margin-bottom:20px}.lae-services-style1 .lae-service:hover .lae-image-wrapper img{transform:scale(.9,.9)}.lae-services-style2 .lae-service .lae-icon-wrapper i,.lae-services-style2 .lae-service .lae-icon-wrapper svg,.lae-services-style2 .lae-service .lae-image-wrapper img{float:left;margin-right:18px;color:#888;fill:#888}.rtl .lae-services-style2 .lae-service .lae-icon-wrapper i,.rtl .lae-services-style2 .lae-service .lae-icon-wrapper svg,.rtl .lae-services-style2 .lae-service .lae-image-wrapper img{float:right;margin:0 0 0 18px}.lae-dark-bg .lae-services-style2 .lae-service .lae-icon-wrapper i,.lae-dark-bg .lae-services-style2 .lae-service .lae-icon-wrapper svg,.lae-dark-bg .lae-services-style2 .lae-service .lae-image-wrapper img{color:#a5a5a5}.lae-dark-bg .lae-services-style2 .lae-service .lae-icon-wrapper i:hover,.lae-dark-bg .lae-services-style2 .lae-service .lae-icon-wrapper svg:hover,.lae-dark-bg .lae-services-style2 .lae-service .lae-image-wrapper img:hover{color:#c5c5c5}.lae-services-style2 .lae-service .lae-icon-wrapper i,.lae-services-style2 .lae-service .lae-icon-wrapper svg{font-size:24px;line-height:32px}.lae-services-style2 .lae-service .lae-service-text .lae-title{font-size:18px;line-height:26px;letter-spacing:1px;font-weight:700;color:#333;text-transform:uppercase;clear:none;margin-top:0;margin-bottom:10px;margin-bottom:20px}.lae-services-style3 .lae-service .lae-icon-wrapper i,.lae-services-style3 .lae-service .lae-icon-wrapper svg{display:block;text-align:left;font-size:80px;line-height:1;margin-bottom:25px;color:#555;fill:#555}.rtl .lae-services-style3 .lae-service .lae-icon-wrapper i,.rtl .lae-services-style3 .lae-service .lae-icon-wrapper svg{text-align:right}.lae-services-style3 .lae-service .lae-icon-wrapper i:hover,.lae-services-style3 .lae-service .lae-icon-wrapper svg:hover{color:#888}.lae-dark-bg .lae-services-style3 .lae-service .lae-icon-wrapper i,.lae-dark-bg .lae-services-style3 .lae-service .lae-icon-wrapper svg{color:#c5c5c5}.lae-dark-bg .lae-services-style3 .lae-service .lae-icon-wrapper i:hover,.lae-dark-bg .lae-services-style3 .lae-service .lae-icon-wrapper svg:hover{color:#e5e5e5}.lae-services-style3 .lae-service .lae-image-wrapper img{display:block;max-width:100%;text-align:left;margin-bottom:25px}.lae-services-style3 .lae-service .lae-service-text{text-align:left;max-width:300px;margin:0;font-size:14px;line-height:26px;color:#888}.rtl .lae-services-style3 .lae-service .lae-service-text{text-align:right}.lae-services-style3 .lae-service .lae-service-text ul.lae-services-list{padding:0;margin:0;border:none}.lae-services-style3 .lae-service .lae-service-text ul.lae-services-list li{border-bottom:1px solid #eee;position:relative;padding:0;margin:0;list-style:none;line-height:42px}.lae-services-style3 .lae-service .lae-service-text ul.lae-services-list li:hover{padding:0}.lae-dark-bg .lae-services-style3 .lae-service .lae-service-text ul.lae-services-list li{border-color:#333}.lae-services-style3 .lae-service .lae-service-text ul.lae-services-list li:before{font-family:lae-icomoon!important;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;position:relative;display:inline-block;height:auto;width:auto;background:0 0;float:none;vertical-align:middle;margin:0 15px 0 0;content:"\e917";color:#bbb;font-size:12px;line-height:1}.rtl .lae-services-style3 .lae-service .lae-service-text ul.lae-services-list li:before{display:none}.lae-dark-bg .lae-services-style3 .lae-service .lae-service-text ul.lae-services-list li:before{color:#606060}.lae-services-style3 .lae-service .lae-service-text .lae-title{font-size:18px;line-height:26px;letter-spacing:1px;font-weight:700;color:#333;text-transform:uppercase;clear:none;margin-top:0;margin-bottom:10px;margin-bottom:20px}.lae-stats-bars{clear:both}.lae-stats-bars .lae-stats-bar{width:100%;display:block;margin:0 0 18px;overflow:hidden}.lae-stats-bars .lae-stats-bar .lae-stats-title{margin:0;display:block;color:#888;font-style:normal;font-size:15px;text-transform:none;color:#333;font-size:16px;line-height:28px}.lae-stats-bars .lae-stats-bar .lae-stats-title span{margin-left:5px}.rtl .lae-stats-bars .lae-stats-bar .lae-stats-title span{display:inline-block;margin:0 5px 0 0}.lae-dark-bg .lae-stats-bars .lae-stats-bar .lae-stats-title{color:#fff}.lae-stats-bars .lae-stats-bar .lae-stats-bar-wrap{position:relative}.lae-stats-bars .lae-stats-bar .lae-stats-bar-content{background:#e55a54;display:block;height:10px;width:0;position:relative;z-index:1;border-radius:5px}.lae-stats-bars .lae-stats-bar .lae-stats-bar-bg{width:100%;background:rgba(0,0,0,.1);height:10px;display:block;margin-top:-10px;border-radius:5px}.lae-dark-bg .lae-stats-bars .lae-stats-bar .lae-stats-bar-bg{background:rgba(255,255,255,.1)}.lae-tab-slider.slick-slider{clear:both;position:relative;display:flex;flex-flow:column nowrap}.lae-tab-slider .slick-list{order:2}.lae-tab-slider .slick-list .slick-slide .lae-tab-slide-nav{display:none}.lae-tab-slider .slick-dots{list-style:none;margin:0;display:flex;flex-flow:row wrap;justify-content:flex-start}.lae-tab-slider .slick-dots li{list-style:none;margin:0 20px 0 0}.lae-tab-slider .slick-dots li:last-child{margin-right:0}.lae-tab-slider .slick-dots .lae-tab-slide-nav{display:block;text-overflow:ellipsis;white-space:normal;text-decoration:none;border:none;margin:0;outline:0}.lae-tab-slider .slick-dots .lae-tab-slide-nav span.lae-icon-wrapper i,.lae-tab-slider .slick-dots .lae-tab-slide-nav span.lae-icon-wrapper svg{font-size:32px;vertical-align:middle;margin-right:10px;transition:color .3s ease-in-out 0s}.rtl .lae-tab-slider .slick-dots .lae-tab-slide-nav span.lae-icon-wrapper i,.rtl .lae-tab-slider .slick-dots .lae-tab-slide-nav span.lae-icon-wrapper svg{margin:0 0 0 15px}.lae-tab-slider .slick-dots .lae-tab-slide-nav span.lae-image-wrapper img{display:inline-block;vertical-align:middle;height:auto;width:auto;padding:0;margin:0 10px 0 0;border:none}.lae-tab-slider .slick-dots .lae-tab-slide-nav span.lae-tab-title{font-size:14px;line-height:1;font-weight:700;letter-spacing:1px;transition:color .3s ease-in-out 0s;vertical-align:middle}.lae-tab-slider .lae-tab-slide{position:relative}.lae-tab-slider.lae-style1{background:#f2f2f2;border-radius:5px}.lae-tab-slider.lae-style1 .slick-list .lae-tab-slide .lae-tab-slide-content{padding:40px}.lae-tab-slider.lae-style1 .slick-dots{border-bottom:1px solid #ddd;margin:0 40px;text-align:center}.lae-tab-slider.lae-style1 .slick-dots .lae-tab-slide-nav{position:relative;z-index:1;padding:30px 40px}@media only screen and (max-width:1024px){.lae-tab-slider.lae-style1 .slick-dots .lae-tab-slide-nav{padding:25px 20px}}.lae-tab-slider.lae-style1 .slick-dots .lae-tab-slide-nav:before{content:"";position:absolute;bottom:0;left:0;width:100%;height:2px;background:0 0;transition:background .3s ease-in-out 0s}.lae-tab-slider.lae-style1 .slick-dots .lae-tab-slide-nav .lae-tab-title{color:#888;padding:30px 20px;text-transform:uppercase}.lae-tab-slider.lae-style1 .slick-dots .lae-tab-slide-nav:hover .lae-tab-title{color:#565656}.lae-tab-slider.lae-style1 .slick-dots li.slick-active .lae-tab-slide-nav .lae-tab-title{color:#333}.lae-tab-slider.lae-style1 .slick-dots li.slick-active .lae-tab-slide-nav:before{background:#f94213;height:2px}@media only screen and (max-width:767px){.lae-tab-slider.lae-style1 .slick-dots{margin:0 30px}}.lae-tab-slider.lae-style2 .slick-list .lae-tab-slide .lae-tab-slide-content{margin-top:40px;font-size:16px;line-height:27px}.lae-tab-slider.lae-style2 .slick-dots li{margin:0 60px 0 0}.lae-tab-slider.lae-style2 .slick-dots li:last-child{margin-right:0}.lae-tab-slider.lae-style2 .slick-dots .lae-tab-slide-nav{text-align:center}.lae-tab-slider.lae-style2 .slick-dots .lae-tab-slide-nav span.lae-icon-wrapper i,.lae-tab-slider.lae-style2 .slick-dots .lae-tab-slide-nav span.lae-icon-wrapper svg{display:block;margin:0 auto;font-size:84px;color:#aaa;fill:#aaa}.lae-tab-slider.lae-style2 .slick-dots .lae-tab-slide-nav span.lae-image-wrapper img{max-width:none;display:block;margin:0 auto;width:84px}.lae-tab-slider.lae-style2 .slick-dots .lae-tab-slide-nav .lae-tab-title{display:block;color:#999;font-size:16px;line-height:26px;letter-spacing:1px;font-weight:600;margin:20px auto 0;text-transform:uppercase}.lae-tab-slider.lae-style2 .slick-dots .lae-tab-slide-nav:hover span.lae-icon-wrapper i,.lae-tab-slider.lae-style2 .slick-dots .lae-tab-slide-nav:hover span.lae-icon-wrapper svg{color:#565656;fill:#565656}.lae-tab-slider.lae-style2 .slick-dots .lae-tab-slide-nav:hover .lae-tab-title{color:#747373}.lae-tab-slider.lae-style2 .slick-dots li.slick-active .lae-tab-slide-nav span.lae-icon-wrapper i,.lae-tab-slider.lae-style2 .slick-dots li.slick-active .lae-tab-slide-nav span.lae-icon-wrapper svg{color:#747373;fill:#747373}.lae-tab-slider.lae-style2 .slick-dots li.slick-active .lae-tab-slide-nav .lae-tab-title{color:#747373}@media only screen and (max-width:1024px){.lae-tab-slider.lae-style2 .slick-dots .lae-tab-slide-nav span.lae-icon-wrapper i,.lae-tab-slider.lae-style2 .slick-dots .lae-tab-slide-nav span.lae-icon-wrapper svg{font-size:64px}.lae-tab-slider.lae-style2 .slick-dots .lae-tab-slide-nav span.lae-image-wrapper i{width:64px}.lae-tab-slider.lae-style2 .slick-dots .lae-tab-slide-nav .lae-tab-title{font-size:15px;line-height:24px;letter-spacing:1px}}.lae-tab-slider.lae-style3 .slick-list .lae-tab-slide .lae-tab-slide-content{margin-top:20px;font-size:15px;line-height:26px}.lae-tab-slider.lae-style3 .slick-dots li{margin:0 60px 20px 0}.lae-tab-slider.lae-style3 .slick-dots li:last-child{margin-right:0}.lae-tab-slider.lae-style3 .slick-dots .lae-tab-slide-nav{text-align:center;border-top:2px solid transparent;border-bottom:2px solid transparent;padding:5px 0}.lae-tab-slider.lae-style3 .slick-dots .lae-tab-slide-nav span.lae-icon-wrapper i,.lae-tab-slider.lae-style3 .slick-dots .lae-tab-slide-nav span.lae-icon-wrapper svg{color:#aaa;fill:#aaa}.lae-tab-slider.lae-style3 .slick-dots .lae-tab-slide-nav span.lae-image-wrapper img{width:32px}.lae-tab-slider.lae-style3 .slick-dots .lae-tab-slide-nav .lae-tab-title{color:#999;font-size:15px;line-height:26px;font-weight:600;text-transform:uppercase}.lae-tab-slider.lae-style3 .slick-dots .lae-tab-slide-nav:hover span.lae-icon-wrapper i,.lae-tab-slider.lae-style3 .slick-dots .lae-tab-slide-nav:hover span.lae-icon-wrapper svg{color:#565656;fill:#565656}.lae-tab-slider.lae-style3 .slick-dots .lae-tab-slide-nav:hover .lae-tab-title{color:#747373}.lae-tab-slider.lae-style3 .slick-dots li.slick-active .lae-tab-slide-nav{border-color:#f94213}.lae-tab-slider.lae-style3 .slick-dots li.slick-active .lae-tab-slide-nav span.lae-icon-wrapper i,.lae-tab-slider.lae-style3 .slick-dots li.slick-active .lae-tab-slide-nav span.lae-icon-wrapper svg{color:#747373;fill:#747373}.lae-tab-slider.lae-style3 .slick-dots li.slick-active .lae-tab-slide-nav .lae-tab-title{color:#747373}@media only screen and (max-width:767px){.lae-tab-slider.lae-style3 .slick-dots li{margin:0 40px 15px 0}.lae-tab-slider.lae-style3 .slick-dots li:last-child{margin-right:0}.lae-tab-slider.lae-style3 .slick-dots .lae-tab-slide-nav .lae-tab-title{font-size:14px;line-height:22px}}.lae-team-member-modal,.lae-team-members{clear:both}.lae-team-member-modal .lae-team-member .lae-image-wrapper img,.lae-team-members .lae-team-member .lae-image-wrapper img{width:100%}.lae-team-member-modal .lae-team-member .lae-social-list,.lae-team-members .lae-team-member .lae-social-list{margin-top:20px}.lae-team-member-modal .lae-team-member .lae-social-list .lae-social-list-item,.lae-team-members .lae-team-member .lae-social-list .lae-social-list-item{display:inline;margin:0 15px 0 0}.lae-team-member-modal .lae-team-member .lae-social-list .lae-social-list-item i,.lae-team-members .lae-team-member .lae-social-list .lae-social-list-item i{color:#999;transition:color .3s ease-in-out 0s;font-size:24px}.lae-team-member-modal .lae-team-member .lae-social-list .lae-social-list-item i:hover,.lae-team-members .lae-team-member .lae-social-list .lae-social-list-item i:hover{color:#666}.lae-team-member-modal .lae-team-member .lae-team-member-details,.lae-team-members .lae-team-member .lae-team-member-details{font-size:15px;line-height:24px}.lae-team-member-modal .lae-team-member .lae-team-member-text .lae-title,.lae-team-members .lae-team-member .lae-team-member-text .lae-title{font-size:18px;line-height:26px;letter-spacing:1px;font-weight:700;color:#333;text-transform:uppercase;clear:none;margin-top:0;margin-bottom:10px}.lae-team-member-modal .lae-team-member .lae-team-member-text .lae-title-link .lae-title,.lae-team-members .lae-team-member .lae-team-member-text .lae-title-link .lae-title{transition:color .4s ease-in-out 0s}.lae-team-member-modal .lae-team-member .lae-team-member-text .lae-title-link:hover .lae-title,.lae-team-members .lae-team-member .lae-team-member-text .lae-title-link:hover .lae-title{color:#666}.lae-team-member-modal .lae-team-member .lae-team-member-text .lae-team-member-position,.lae-team-members .lae-team-member .lae-team-member-text .lae-team-member-position{font-size:15px;line-height:24px;font-style:italic;color:#888;margin-bottom:10px}.lae-team-members-style1 .lae-team-member{max-width:320px;margin:0 auto}.lae-team-members-style1 .lae-team-member .lae-image-wrapper{text-align:center;position:relative}.lae-team-members-style1 .lae-team-member .lae-image-wrapper img{max-width:100%;margin:0 auto 30px;border-radius:50%;transition:all .3s ease-in-out 0s}.lae-team-members-style1 .lae-team-member .lae-image-wrapper .lae-social-list{position:absolute;width:100%;top:40%;z-index:2}@media only screen and (max-width:767px){.lae-team-members-style1 .lae-team-member .lae-image-wrapper .lae-social-list{position:relative;top:0}}.lae-team-members-style1 .lae-team-member .lae-image-wrapper .lae-social-list i{font-size:26px;color:#fff;opacity:0;transition:all .3s ease-in-out 0s}.lae-team-members-style1 .lae-team-member .lae-image-wrapper .lae-social-list i:hover{color:#ccc}@media only screen and (max-width:767px){.lae-team-members-style1 .lae-team-member .lae-image-wrapper .lae-social-list i{color:#999;opacity:1}.lae-dark-bg .lae-team-members-style1 .lae-team-member .lae-image-wrapper .lae-social-list i{color:#888}.lae-team-members-style1 .lae-team-member .lae-image-wrapper .lae-social-list i:hover{color:#666}.lae-dark-bg .lae-team-members-style1 .lae-team-member .lae-image-wrapper .lae-social-list i:hover{color:#ccc}}.lae-team-members-style1 .lae-team-member:hover .lae-image-wrapper img{filter:brightness(50%)}@media only screen and (max-width:767px){.lae-team-members-style1 .lae-team-member:hover .lae-image-wrapper img{filter:brightness(80%)}}.lae-team-members-style1 .lae-team-member:hover .lae-image-wrapper .lae-social-list i{opacity:1}.lae-team-members-style1 .lae-team-member .lae-team-member-text{text-align:center;max-width:650px}.lae-team-members-style1 .lae-team-member .lae-team-member-text .lae-title{margin-bottom:10px}.lae-team-members-style1 .lae-team-member .lae-social-list{margin:10px auto}.lae-team-members-style2,.lae-team-members-style3,.lae-team-members-style4,.lae-team-members-style5{position:relative}.lae-team-members-style2 .lae-team-member-wrapper,.lae-team-members-style3 .lae-team-member-wrapper,.lae-team-members-style4 .lae-team-member-wrapper,.lae-team-members-style5 .lae-team-member-wrapper{margin-top:75px}.lae-team-members-style2 .lae-team-member-wrapper .lae-team-member,.lae-team-members-style3 .lae-team-member-wrapper .lae-team-member,.lae-team-members-style4 .lae-team-member-wrapper .lae-team-member,.lae-team-members-style5 .lae-team-member-wrapper .lae-team-member{display:flex;flex-direction:column;align-items:center}.lae-team-members-style2 .lae-team-member-wrapper .lae-team-member .lae-image-wrapper,.lae-team-members-style3 .lae-team-member-wrapper .lae-team-member .lae-image-wrapper,.lae-team-members-style4 .lae-team-member-wrapper .lae-team-member .lae-image-wrapper,.lae-team-members-style5 .lae-team-member-wrapper .lae-team-member .lae-image-wrapper{text-align:center;position:relative;margin:0 0 20px 0}.lae-team-members-style2 .lae-team-member-wrapper .lae-team-member .lae-image-wrapper img,.lae-team-members-style3 .lae-team-member-wrapper .lae-team-member .lae-image-wrapper img,.lae-team-members-style4 .lae-team-member-wrapper .lae-team-member .lae-image-wrapper img,.lae-team-members-style5 .lae-team-member-wrapper .lae-team-member .lae-image-wrapper img{max-width:320px;transition:all .3s ease-in-out 0s}.lae-team-members-style2 .lae-team-member-wrapper .lae-team-member .lae-team-member-text,.lae-team-members-style3 .lae-team-member-wrapper .lae-team-member .lae-team-member-text,.lae-team-members-style4 .lae-team-member-wrapper .lae-team-member .lae-team-member-text,.lae-team-members-style5 .lae-team-member-wrapper .lae-team-member .lae-team-member-text{max-width:400px;margin:0 auto;text-align:center}.lae-team-members-style2 .lae-team-member-wrapper .lae-team-member .lae-team-member-text .lae-title,.lae-team-members-style3 .lae-team-member-wrapper .lae-team-member .lae-team-member-text .lae-title,.lae-team-members-style4 .lae-team-member-wrapper .lae-team-member .lae-team-member-text .lae-title,.lae-team-members-style5 .lae-team-member-wrapper .lae-team-member .lae-team-member-text .lae-title{margin-bottom:5px}.lae-team-members-style2 .lae-team-member-wrapper .lae-team-member .lae-team-member-text .lae-team-member-details,.lae-team-members-style3 .lae-team-member-wrapper .lae-team-member .lae-team-member-text .lae-team-member-details,.lae-team-members-style4 .lae-team-member-wrapper .lae-team-member .lae-team-member-text .lae-team-member-details,.lae-team-members-style5 .lae-team-member-wrapper .lae-team-member .lae-team-member-text .lae-team-member-details{margin:10px 0 10px}.lae-team-members-style2 .lae-team-member-wrapper .lae-team-member .lae-team-member-text .lae-social-list i,.lae-team-members-style3 .lae-team-member-wrapper .lae-team-member .lae-team-member-text .lae-social-list i,.lae-team-members-style4 .lae-team-member-wrapper .lae-team-member .lae-team-member-text .lae-social-list i,.lae-team-members-style5 .lae-team-member-wrapper .lae-team-member .lae-team-member-text .lae-social-list i{font-size:24px;line-height:1}.lae-team-members-style2,.lae-team-members-style3{max-width:960px}.lae-team-members-style2 .lae-team-member-wrapper .lae-team-member .lae-image-wrapper img,.lae-team-members-style3 .lae-team-member-wrapper .lae-team-member .lae-image-wrapper img{margin:0 auto;border-radius:50%;transition:all .3s ease-in-out 0s}.lae-team-members-style2 .lae-team-member-wrapper .lae-team-member:hover .lae-image-wrapper img,.lae-team-members-style3 .lae-team-member-wrapper .lae-team-member:hover .lae-image-wrapper img{filter:brightness(80%)}.lae-team-members-style4{max-width:800px}.lae-team-members-style4 .lae-team-member-wrapper .lae-team-member .lae-image-wrapper{margin:30px}.lae-team-members-style4 .lae-team-member-wrapper .lae-team-member .lae-image-wrapper img{position:relative;display:block;height:auto;z-index:2;transition:filter .3s ease}.lae-team-members-style4 .lae-team-member-wrapper .lae-team-member .lae-image-wrapper::before{content:"";position:absolute;top:15px;left:15px;right:-15px;bottom:-15px;background:0 0;border:2px solid #999;transition:all .3s ease}.lae-team-members-style4 .lae-team-member-wrapper:hover .lae-team-member .lae-image-wrapper img{filter:brightness(90%)}.lae-team-members-style4 .lae-team-member-wrapper:hover .lae-team-member .lae-image-wrapper::before{top:-10px;left:-10px;right:-10px;bottom:-10px}@media only screen and (min-width:768px){.lae-team-members-style2 .lae-team-member-wrapper,.lae-team-members-style3 .lae-team-member-wrapper,.lae-team-members-style4 .lae-team-member-wrapper,.lae-team-members-style5 .lae-team-member-wrapper{margin-top:100px}.lae-team-members-style2 .lae-team-member-wrapper .lae-team-member,.lae-team-members-style3 .lae-team-member-wrapper .lae-team-member,.lae-team-members-style4 .lae-team-member-wrapper .lae-team-member,.lae-team-members-style5 .lae-team-member-wrapper .lae-team-member{flex-direction:row}.lae-team-members-style2 .lae-team-member-wrapper .lae-team-member .lae-team-member-text,.lae-team-members-style3 .lae-team-member-wrapper .lae-team-member .lae-team-member-text,.lae-team-members-style4 .lae-team-member-wrapper .lae-team-member .lae-team-member-text,.lae-team-members-style5 .lae-team-member-wrapper .lae-team-member .lae-team-member-text{text-align:left}.lae-team-members-style2 .lae-team-member-wrapper:first-child,.lae-team-members-style3 .lae-team-member-wrapper:first-child,.lae-team-members-style4 .lae-team-member-wrapper:first-child,.lae-team-members-style5 .lae-team-member-wrapper:first-child{margin-top:0}}@media only screen and (min-width:768px){.lae-team-members-style2 .lae-team-member-wrapper .lae-team-member .lae-image-wrapper,.lae-team-members-style3 .lae-team-member-wrapper .lae-team-member .lae-image-wrapper,.lae-team-members-style4 .lae-team-member-wrapper .lae-team-member .lae-image-wrapper{margin:0 50px 0 0;order:0}}@media only screen and (min-width:768px){.lae-team-members-style2 .lae-team-member-wrapper:nth-child(2n) .lae-team-member .lae-image-wrapper,.lae-team-members-style4 .lae-team-member-wrapper:nth-child(2n) .lae-team-member .lae-image-wrapper{margin:0 0 0 50px;order:1}.lae-team-members-style2 .lae-team-member-wrapper:nth-child(2n) .lae-team-member .lae-team-member-text,.lae-team-members-style4 .lae-team-member-wrapper:nth-child(2n) .lae-team-member .lae-team-member-text{text-align:right}}.lae-team-members-style5{max-width:960px}.lae-team-members-style5 .lae-team-member-wrapper .lae-team-member .lae-image-wrapper img{margin:0 auto;border-radius:5%;transition:transform .3s ease-in-out 0s}.lae-team-members-style5 .lae-team-member-wrapper .lae-team-member:hover .lae-image-wrapper img{transform:scale(1.1)}@media only screen and (min-width:768px){.lae-team-members-style5 .lae-team-member-wrapper .lae-team-member .lae-image-wrapper{margin:0 0 0 50px;order:1}}.lae-team-members-style6 .lae-team-member .lae-image-wrapper{text-align:left}.lae-team-members-style6 .lae-team-member .lae-image-wrapper img{max-width:100%;margin:0 0 15px;transition:filter .3s ease-in-out 0s}.lae-team-members-style6 .lae-team-member:hover .lae-image-wrapper img{filter:brightness(80%)}.lae-team-members-style6 .lae-team-member .lae-team-member-text{text-align:left}.lae-team-members-style6 .lae-team-member .lae-team-member-text .lae-title{margin-bottom:5px}.lae-team-members-style6 .lae-team-member .lae-team-member-text .lae-social-list{margin:20px 0 0}.lae-team-members-style6 .lae-team-member .lae-team-member-text .lae-social-list i{font-size:22px;line-height:1;color:#999;transition:color .3s ease-in-out 0s}.lae-team-members-style6 .lae-team-member .lae-team-member-text .lae-social-list i:hover{color:#ccc}.lae-dark-bg .lae-team-members-style6 .lae-team-member .lae-team-member-text .lae-social-list i{color:#888}.lae-team-members-style6 .lae-team-member .lae-team-member-text .lae-social-list i:hover{color:#666}.lae-dark-bg .lae-team-members-style6 .lae-team-member .lae-team-member-text .lae-social-list i:hover{color:#ccc}.lae-flip-card{position:relative;display:inline-block;perspective:1000px}.slick-slide .lae-flip-card{margin-bottom:35px}.lae-flip-card .lae-flip-card-inner{position:relative;width:100%;transform-style:preserve-3d;transition:transform .6s}.lae-flip-card .lae-flip-card-front{position:relative;width:100%;backface-visibility:hidden;transform:rotateY(0)}.lae-flip-card .lae-flip-card-back{width:100%;backface-visibility:hidden;position:absolute;top:0;left:0;transform:rotateY(180deg)}.lae-flip-card:hover .lae-flip-card-inner{transform:rotateY(180deg)}.lae-team-members-style7 .lae-flip-card-inner{border:1px solid #999}.lae-team-members-style7 .lae-flip-card-front .lae-team-member-text{padding:15px 20px}.lae-team-members-style7 .lae-flip-card-back .lae-team-member-info{padding:40px 30px}.lae-team-members-style8 .lae-team-member,.lae-team-members-style9 .lae-team-member{position:relative}.lae-team-members-style8 .lae-team-member .lae-image-wrapper img,.lae-team-members-style9 .lae-team-member .lae-image-wrapper img{display:block}.lae-team-members-style8 .lae-team-member .lae-image-wrapper::before,.lae-team-members-style9 .lae-team-member .lae-image-wrapper::before{content:"";position:absolute;left:0;bottom:0;width:100%;height:35%;background-image:linear-gradient(to top,rgba(0,0,0,.8),transparent);z-index:1}.lae-team-members-style8 .lae-team-member .lae-team-member-text,.lae-team-members-style9 .lae-team-member .lae-team-member-text{position:absolute;left:20px;bottom:10px;width:100%;color:#fff;z-index:2}.lae-team-members-style8 .lae-team-member .lae-team-member-text .lae-title,.lae-team-members-style9 .lae-team-member .lae-team-member-text .lae-title{position:relative;display:inline-block;margin:0 0 20px;color:#fff}.lae-team-members-style8 .lae-team-member .lae-team-member-text .lae-title::before,.lae-team-members-style9 .lae-team-member .lae-team-member-text .lae-title::before{content:"";position:absolute;left:0;bottom:-10px;width:40px;height:4px;background-color:#fff;z-index:3}.lae-team-members-style8 .lae-team-member .lae-team-member-text .lae-team-member-position,.lae-team-members-style9 .lae-team-member .lae-team-member-text .lae-team-member-position{color:#dcdcdc}.lae-team-members-style8 .lae-popup-content{display:none}.lae-team-members-style8 .lae-team-member .lae-team-member-text{opacity:1;transition:opacity .3s ease-in-out 0s}.lae-team-members-style8 .lae-team-member:hover .lae-team-member-text{opacity:0}.lae-team-members-style9 .lae-team-member{overflow:hidden}.lae-team-members-style9 .lae-team-member .lae-image-wrapper img{transition:filter .3s ease-in-out 0s}.lae-team-members-style9 .lae-team-member .lae-team-member-text{transform:translateY(calc(100% - 100px));transition:transform .6s ease;padding:0 40px 20px 0}.lae-team-members-style9 .lae-team-member .lae-team-member-footer{transform:translateY(100px);transition:transform .6s ease}.lae-team-members-style9 .lae-team-member .lae-social-list .lae-social-list-item i{color:#d1d1d1}.lae-team-members-style9 .lae-team-member .lae-social-list .lae-social-list-item i:hover{color:#fff}.lae-team-members-style9 .lae-team-member:hover .lae-image-wrapper img{filter:brightness(40%)}.lae-team-members-style9 .lae-team-member:hover .lae-team-member-text{transform:translateY(0)}.lae-team-members-style9 .lae-team-member:hover .lae-team-member-footer{transform:translateY(0)}.lae-popup-content{position:relative;width:auto;max-width:800px;margin:20px auto;background:#fff}.lae-popup-trigger .lae-image-wrapper{position:relative}.lae-popup-trigger .lae-image-wrapper img{transition:filter .3s ease-in-out 0s}.lae-popup-trigger .lae-modal-indicator{display:block;opacity:0;transition:opacity .3s ease-in-out 0s}.lae-popup-trigger .lae-modal-indicator .lae-view-details-button{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);color:#fff;border:1px solid #fff;padding:10px 25px}.lae-popup-trigger .lae-modal-indicator i{display:block;position:absolute;top:10px;right:10px;color:#fff;font-size:22px;line-height:1;transition:all .3s ease-in-out 0s}.rtl .lae-popup-trigger .lae-modal-indicator i{right:auto;left:0}.lae-popup-trigger:hover .lae-image-wrapper img{filter:brightness(70%)}.lae-popup-trigger:hover .lae-modal-indicator{opacity:1}.lae-team-member-modal .lae-team-member{display:flex;flex-direction:row;align-items:flex-start}@media only screen and (max-width:767px){.lae-team-member-modal .lae-team-member{display:inline-block;padding:40px}}.lae-team-member-modal .lae-team-member .lae-image-wrapper{width:100%}@media only screen and (max-width:767px){.lae-team-member-modal .lae-team-member .lae-image-wrapper{float:left;width:150px;margin:0 20px 15px 0}}.lae-team-member-modal .lae-team-member .lae-image-wrapper img{display:block}.lae-team-member-modal .lae-team-member .lae-team-member-text{max-width:500px;padding:40px}@media only screen and (max-width:767px){.lae-team-member-modal .lae-team-member .lae-team-member-text{padding:0}}.lae-dark-bg .lae-team-members .lae-team-member .lae-team-member-details{color:rgba(255,255,255,.7)}.lae-dark-bg .lae-team-members .lae-team-member .lae-team-member-text .lae-title,.lae-dark-bg .lae-team-members .lae-team-member .lae-team-member-text .lae-title-link .lae-title{color:#fff}.lae-dark-bg .lae-team-members .lae-team-member .lae-team-member-text .lae-title-link:hover .lae-title{color:rgba(255,255,255,.7)}.lae-dark-bg .lae-team-members .lae-team-member .lae-team-member-text .lae-team-member-position{color:rgba(255,255,255,.5)}.lae-dark-bg .lae-team-members .lae-team-member .lae-team-member-text .lae-social-list i{color:#aaa}.lae-dark-bg .lae-team-members .lae-team-member .lae-team-member-text .lae-social-list i:hover{color:#ccc}.lae-dark-bg .lae-team-members-style4 .lae-team-member .lae-image-wrapper::before{border-color:rgba(255,255,255,.7)}.lae-dark-bg .lae-team-members-style7 .lae-flip-card-inner{border-color:rgba(255,255,255,.5)}.lae-dark-bg .lae-team-members-style7 .lae-team-member .lae-social-list .lae-social-list-item i{color:#aaa}.lae-dark-bg .lae-team-members-style7 .lae-team-member .lae-social-list .lae-social-list-item i:hover{color:#ccc}.lae-testimonials-slider{clear:both;position:relative}.lae-testimonials-slider.lae-container{max-width:900px;margin:0 auto}.lae-testimonials-slider .lae-testimonial .lae-testimonial-star-rating{padding:0;margin:0 0 10px 0}.lae-testimonials-slider .lae-testimonial .lae-testimonial-star-rating .lae-testimonial-star-rating-item{display:inline-block}.lae-testimonials-slider .lae-testimonial .lae-testimonial-star-rating .lae-testimonial-star-rating-item svg{fill:#d8d8d8}.lae-testimonials-slider .lae-testimonial.lae-rating-five .lae-testimonial-star-rating .lae-testimonial-star-rating-item svg{fill:#f2b01e}.lae-testimonials-slider .lae-testimonial.lae-rating-one .lae-testimonial-star-rating .lae-testimonial-star-rating-item:first-child svg{fill:#f2b01e}.lae-testimonials-slider .lae-testimonial.lae-rating-two .lae-testimonial-star-rating .lae-testimonial-star-rating-item:first-child svg,.lae-testimonials-slider .lae-testimonial.lae-rating-two .lae-testimonial-star-rating .lae-testimonial-star-rating-item:nth-child(2) svg{fill:#f2b01e}.lae-testimonials-slider .lae-testimonial.lae-rating-three .lae-testimonial-star-rating .lae-testimonial-star-rating-item:first-child svg,.lae-testimonials-slider .lae-testimonial.lae-rating-three .lae-testimonial-star-rating .lae-testimonial-star-rating-item:nth-child(2) svg,.lae-testimonials-slider .lae-testimonial.lae-rating-three .lae-testimonial-star-rating .lae-testimonial-star-rating-item:nth-child(3) svg{fill:#f2b01e}.lae-testimonials-slider .lae-testimonial.lae-rating-four .lae-testimonial-star-rating .lae-testimonial-star-rating-item:first-child svg,.lae-testimonials-slider .lae-testimonial.lae-rating-four .lae-testimonial-star-rating .lae-testimonial-star-rating-item:nth-child(2) svg,.lae-testimonials-slider .lae-testimonial.lae-rating-four .lae-testimonial-star-rating .lae-testimonial-star-rating-item:nth-child(3) svg,.lae-testimonials-slider .lae-testimonial.lae-rating-four .lae-testimonial-star-rating .lae-testimonial-star-rating-item:nth-child(4) svg{fill:#f2b01e}.lae-testimonials-slider .lae-testimonial .lae-testimonial-text{text-align:center;max-width:750px;font-size:18px;line-height:32px;color:#666}.lae-testimonials-slider .lae-testimonial .lae-testimonial-text i{color:#ccc;font-size:32px;display:block;margin-bottom:35px;background:0 0;width:auto;height:auto}.lae-testimonials-slider .lae-testimonial .lae-testimonial-user .lae-user-text{color:#888}.lae-testimonials-slider .lae-testimonial .lae-testimonial-user .lae-user-text .lae-author-name{font-size:18px;line-height:26px;letter-spacing:1px;font-weight:700;color:#333;text-transform:uppercase;clear:none;margin-top:0;margin-bottom:10px;font-size:15px;line-height:24px;margin-bottom:5px}.lae-testimonials-slider-style1 .lae-testimonial .lae-testimonial-text{margin:0 auto 40px;font-style:italic}.lae-dark-bg .lae-testimonials-slider-style1 .lae-testimonial .lae-testimonial-text{color:#ccc}.lae-dark-bg .lae-testimonials-slider-style1 .lae-testimonial .lae-testimonial-text i{color:#ddd}.lae-testimonials-slider-style1 .lae-testimonial .lae-testimonial-user{display:table;margin:0 auto}.lae-testimonials-slider-style1 .lae-testimonial .lae-testimonial-user .lae-image-wrapper{display:table-cell}.lae-testimonials-slider-style1 .lae-testimonial .lae-testimonial-user .lae-image-wrapper img{max-width:64px;border-radius:50%;margin-right:15px}.rtl .lae-testimonials-slider-style1 .lae-testimonial .lae-testimonial-user .lae-image-wrapper img{margin:0 0 0 15px}.lae-testimonials-slider-style1 .lae-testimonial .lae-testimonial-user .lae-user-text{display:table-cell;vertical-align:middle}.lae-dark-bg .lae-testimonials-slider-style1 .lae-testimonial .lae-testimonial-user .lae-user-text{color:#bababa}.lae-dark-bg .lae-testimonials-slider-style1 .lae-testimonial .lae-testimonial-user .lae-user-text .lae-author-name{color:#e5e5e5}@media only screen and (max-width:1024px){.lae-testimonials-slider-style2 .lae-testimonial{padding:0 10px}}.lae-testimonials-slider-style2 .lae-testimonial .lae-testimonial-text{background:#f7f7f7;padding:40px;margin:0 auto 30px;border-radius:10px;position:relative}.lae-dark-bg .lae-testimonials-slider-style2 .lae-testimonial .lae-testimonial-text{background:#fafafa}@media only screen and (max-width:767px){.lae-testimonials-slider-style2 .lae-testimonial .lae-testimonial-text{padding:30px}}.lae-testimonials-slider-style2 .lae-testimonial .lae-testimonial-text p{margin:0;text-align:left}.lae-testimonials-slider-style2 .lae-testimonial .lae-testimonial-text i.lae-icon-quote1{position:absolute;font-size:36px;margin:0}.lae-dark-bg .lae-testimonials-slider-style2 .lae-testimonial .lae-testimonial-text i.lae-icon-quote1{color:#bbb}@media only screen and (max-width:1024px){.lae-testimonials-slider-style2 .lae-testimonial .lae-testimonial-text i.lae-icon-quote1{font-size:32px}}.lae-testimonials-slider-style2 .lae-testimonial .lae-testimonial-text i.lae-icon-quote1.lae-top-left{left:10px;top:-15px;transform:scaleX(-1) scaleY(-1)}@media only screen and (max-width:767px){.lae-testimonials-slider-style2 .lae-testimonial .lae-testimonial-text i.lae-icon-quote1.lae-top-left{left:10px}}.lae-testimonials-slider-style2 .lae-testimonial .lae-testimonial-text i.lae-icon-quote1.lae-bottom-right{right:10px;bottom:-15px}@media only screen and (max-width:767px){.lae-testimonials-slider-style2 .lae-testimonial .lae-testimonial-text i.lae-icon-quote1.lae-bottom-right{right:10px}}.lae-testimonials-slider-style2 .lae-testimonial .lae-testimonial-user .lae-image-wrapper img{margin:0 auto 10px;max-width:96px;border-radius:50%;padding:3px;border:1px solid #aaa}.lae-dark-bg .lae-testimonials-slider-style2 .lae-testimonial .lae-testimonial-user .lae-image-wrapper img{border-color:#ccc}.lae-testimonials-slider-style2 .lae-testimonial .lae-testimonial-user .lae-user-text{text-align:center;margin:0 0 20px 0}.lae-dark-bg .lae-testimonials-slider-style2 .lae-testimonial .lae-testimonial-user .lae-user-text{color:#bababa}.lae-dark-bg .lae-testimonials-slider-style2 .lae-testimonial .lae-testimonial-user .lae-user-text .lae-author-name{color:#e5e5e5}.lae-testimonials-slider-style3 .lae-testimonial,.lae-testimonials-slider-style4 .lae-testimonial{margin:0 auto}.lae-testimonials-slider-style3 .lae-testimonial .lae-testimonial-info,.lae-testimonials-slider-style4 .lae-testimonial .lae-testimonial-info{display:grid;align-items:stretch}@media only screen and (max-width:1024px){.lae-testimonials-slider-style3 .lae-testimonial .lae-testimonial-info,.lae-testimonials-slider-style4 .lae-testimonial .lae-testimonial-info{padding:0 10px}}.lae-testimonials-slider-style3 .lae-testimonial .lae-testimonial-info .lae-testimonial-image .lae-image-bg,.lae-testimonials-slider-style4 .lae-testimonial .lae-testimonial-info .lae-testimonial-image .lae-image-bg{width:100%;height:100%;background-size:cover;background-repeat:no-repeat;background-position:center center;transition:all .2s linear;min-height:300px}.lae-testimonials-slider-style3 .lae-testimonial .lae-testimonial-info .lae-testimonial-details,.lae-testimonials-slider-style4 .lae-testimonial .lae-testimonial-info .lae-testimonial-details{padding:50px;background:#f4f4f4}.lae-dark-bg .lae-testimonials-slider-style3 .lae-testimonial .lae-testimonial-info .lae-testimonial-details,.lae-dark-bg .lae-testimonials-slider-style4 .lae-testimonial .lae-testimonial-info .lae-testimonial-details{background:#fafafa}@media only screen and (max-width:767px){.lae-testimonials-slider-style3 .lae-testimonial .lae-testimonial-info .lae-testimonial-details,.lae-testimonials-slider-style4 .lae-testimonial .lae-testimonial-info .lae-testimonial-details{padding:30px}}.lae-testimonials-slider-style3 .lae-testimonial .lae-testimonial-info .lae-testimonial-details .lae-testimonial-text,.lae-testimonials-slider-style4 .lae-testimonial .lae-testimonial-info .lae-testimonial-details .lae-testimonial-text{text-align:left}.lae-testimonials-slider-style3 .lae-testimonial .lae-testimonial-info{grid-template-columns:30% 70%}@media only screen and (max-width:1024px){.lae-testimonials-slider-style3 .lae-testimonial .lae-testimonial-info{grid-template-columns:40% 60%}}@media only screen and (max-width:767px){.lae-testimonials-slider-style3 .lae-testimonial .lae-testimonial-info{grid-template-columns:1fr}}.lae-testimonials-slider-style3 .lae-testimonial .lae-testimonial-info .lae-testimonial-image .lae-image-bg{border-radius:10px 0 0 10px}@media only screen and (max-width:767px){.lae-testimonials-slider-style3 .lae-testimonial .lae-testimonial-info .lae-testimonial-image .lae-image-bg{border-radius:10px 10px 0 0}}.lae-testimonials-slider-style3 .lae-testimonial .lae-testimonial-info .lae-testimonial-details{border-radius:0 10px 10px 0}@media only screen and (max-width:767px){.lae-testimonials-slider-style3 .lae-testimonial .lae-testimonial-info .lae-testimonial-details{border-radius:0 0 10px 10px}}.lae-testimonials-slider-style4 .lae-testimonial .lae-testimonial-info{grid-template-columns:70% 30%}@media only screen and (max-width:1024px){.lae-testimonials-slider-style4 .lae-testimonial .lae-testimonial-info{grid-template-columns:60% 40%}}@media only screen and (max-width:767px){.lae-testimonials-slider-style4 .lae-testimonial .lae-testimonial-info{grid-template-columns:1fr}}.lae-testimonials-slider-style4 .lae-testimonial .lae-testimonial-info .lae-testimonial-image .lae-image-bg{border-radius:0 10px 10px 0}@media only screen and (max-width:767px){.lae-testimonials-slider-style4 .lae-testimonial .lae-testimonial-info .lae-testimonial-image .lae-image-bg{border-radius:10px 10px 0 0}}.lae-testimonials-slider-style4 .lae-testimonial .lae-testimonial-info .lae-testimonial-details{border-radius:10px 0 0 10px}@media only screen and (max-width:767px){.lae-testimonials-slider-style4 .lae-testimonial .lae-testimonial-info .lae-testimonial-details{order:2;border-radius:0 0 10px 10px}}.lae-testimonials-slider-style5.lae-container{max-width:960px}.lae-testimonials-slider-style5 .lae-testimonial{position:relative}.lae-testimonials-slider-style5 .lae-testimonial .lae-image-wrapper{width:100%}@media only screen and (min-width:768px){.lae-testimonials-slider-style5 .lae-testimonial .lae-image-wrapper{width:80%}}.lae-testimonials-slider-style5 .lae-testimonial .lae-testimonial-text{position:relative;text-align:left;background:#333;padding:40px 25px 40px 25px;font-size:14px;line-height:1.5;color:#fff}@media only screen and (min-width:768px){.lae-testimonials-slider-style5 .lae-testimonial .lae-testimonial-text{width:400px;position:absolute;right:0;bottom:50%;transform:translateY(50%);padding:30px 50px 30px 50px}}@media only screen and (min-width:1025px){.lae-testimonials-slider-style5 .lae-testimonial .lae-testimonial-text{padding:40px 60px 40px 60px}}.lae-dark-bg .lae-testimonials-slider-style5 .lae-testimonial .lae-testimonial-text{background:#fafafa;color:#333}.lae-testimonials-slider-style5 .lae-testimonial .lae-testimonial-text p{margin:0;text-align:left;font-size:15px;line-height:1.8;color:#ececec}@media only screen and (max-width:1024px){.lae-testimonials-slider-style5 .lae-testimonial .lae-testimonial-text p{font-size:14px;line-height:1.8}}.lae-dark-bg .lae-testimonials-slider-style5 .lae-testimonial .lae-testimonial-text p{color:#333}.lae-testimonials-slider-style5 .lae-testimonial .lae-testimonial-text i.lae-icon-quote1{position:absolute;font-size:26px;color:#fff;margin:0}.lae-dark-bg .lae-testimonials-slider-style5 .lae-testimonial .lae-testimonial-text i.lae-icon-quote1{color:#333}@media only screen and (max-width:1024px){.lae-testimonials-slider-style5 .lae-testimonial .lae-testimonial-text i.lae-icon-quote1{font-size:24px}}.lae-testimonials-slider-style5 .lae-testimonial .lae-testimonial-text i.lae-icon-quote1.lae-top-left{left:20px;top:20px;transform:scaleX(-1) scaleY(-1)}@media only screen and (max-width:1024px){.lae-testimonials-slider-style5 .lae-testimonial .lae-testimonial-text i.lae-icon-quote1.lae-top-left{left:15px;top:15px}}@media only screen and (max-width:767px){.lae-testimonials-slider-style5 .lae-testimonial .lae-testimonial-text i.lae-icon-quote1.lae-top-left{left:10px;top:10px}}.lae-testimonials-slider-style5 .lae-testimonial .lae-testimonial-text i.lae-icon-quote1.lae-bottom-right{right:20px;bottom:20px}@media only screen and (max-width:1024px){.lae-testimonials-slider-style5 .lae-testimonial .lae-testimonial-text i.lae-icon-quote1.lae-bottom-right{right:15px;bottom:15px}}@media only screen and (max-width:767px){.lae-testimonials-slider-style5 .lae-testimonial .lae-testimonial-text i.lae-icon-quote1.lae-bottom-right{right:10px;bottom:10px}}.lae-testimonials-slider-style5 .lae-testimonial .lae-testimonial-text .lae-testimonial-user .lae-user-text{text-align:left;color:#adadad;margin:10px 0 0 0}.lae-dark-bg .lae-testimonials-slider-style5 .lae-testimonial .lae-testimonial-text .lae-testimonial-user .lae-user-text{color:#969696}.lae-testimonials-slider-style5 .lae-testimonial .lae-testimonial-text .lae-testimonial-user .lae-user-text .lae-author-name{font-size:16px;line-height:1.5;font-weight:700;display:inline;margin:0;color:#eee}.lae-dark-bg .lae-testimonials-slider-style5 .lae-testimonial .lae-testimonial-text .lae-testimonial-user .lae-user-text .lae-author-name{color:#222}@media only screen and (max-width:1024px){.lae-testimonials-slider-style5 .lae-testimonial .lae-testimonial-text .lae-testimonial-user .lae-user-text .lae-author-name{font-size:14px}}.lae-testimonials-slider-style5 .lae-testimonial .lae-testimonial-text .lae-testimonial-user .lae-user-text .lae-author-credentials{display:inline;margin:0 0 0 5px;font-size:14px}@media only screen and (max-width:1024px){.lae-testimonials-slider-style5 .lae-testimonial .lae-testimonial-text .lae-testimonial-user .lae-user-text .lae-author-credentials{font-size:12px}}.lae-testimonials{clear:both}.lae-testimonials .lae-testimonial{margin-bottom:20px}.lae-testimonials .lae-testimonial .lae-testimonial-star-rating{padding:0;margin:0}.lae-testimonials .lae-testimonial .lae-testimonial-star-rating .lae-testimonial-star-rating-item{display:inline-block}.lae-testimonials .lae-testimonial .lae-testimonial-star-rating .lae-testimonial-star-rating-item svg{fill:#d8d8d8}.lae-testimonials .lae-testimonial.lae-rating-five .lae-testimonial-star-rating .lae-testimonial-star-rating-item svg{fill:#f2b01e}.lae-testimonials .lae-testimonial.lae-rating-one .lae-testimonial-star-rating .lae-testimonial-star-rating-item:first-child svg{fill:#f2b01e}.lae-testimonials .lae-testimonial.lae-rating-two .lae-testimonial-star-rating .lae-testimonial-star-rating-item:first-child svg,.lae-testimonials .lae-testimonial.lae-rating-two .lae-testimonial-star-rating .lae-testimonial-star-rating-item:nth-child(2) svg{fill:#f2b01e}.lae-testimonials .lae-testimonial.lae-rating-three .lae-testimonial-star-rating .lae-testimonial-star-rating-item:first-child svg,.lae-testimonials .lae-testimonial.lae-rating-three .lae-testimonial-star-rating .lae-testimonial-star-rating-item:nth-child(2) svg,.lae-testimonials .lae-testimonial.lae-rating-three .lae-testimonial-star-rating .lae-testimonial-star-rating-item:nth-child(3) svg{fill:#f2b01e}.lae-testimonials .lae-testimonial.lae-rating-four .lae-testimonial-star-rating .lae-testimonial-star-rating-item:first-child svg,.lae-testimonials .lae-testimonial.lae-rating-four .lae-testimonial-star-rating .lae-testimonial-star-rating-item:nth-child(2) svg,.lae-testimonials .lae-testimonial.lae-rating-four .lae-testimonial-star-rating .lae-testimonial-star-rating-item:nth-child(3) svg,.lae-testimonials .lae-testimonial.lae-rating-four .lae-testimonial-star-rating .lae-testimonial-star-rating-item:nth-child(4) svg{fill:#f2b01e}.lae-testimonials .lae-testimonial .lae-testimonial-text{font-size:15px;line-height:24px}.lae-dark-bg .lae-testimonials .lae-testimonial .lae-testimonial-text{color:rgba(255,255,255,.7)}.lae-testimonials .lae-testimonial .lae-testimonial-user .lae-user-text{color:#888;font-size:15px;line-height:24px}.lae-dark-bg .lae-testimonials .lae-testimonial .lae-testimonial-user .lae-user-text{color:rgba(255,255,255,.5)}.lae-testimonials .lae-testimonial .lae-testimonial-user .lae-user-text .lae-author-name{font-size:15px;line-height:24px;letter-spacing:1px;font-weight:700;text-transform:uppercase;color:#333}.lae-dark-bg .lae-testimonials .lae-testimonial .lae-testimonial-user .lae-user-text .lae-author-name{color:#fff}.lae-testimonials-style1 .lae-testimonial-user,.lae-testimonials-style2 .lae-testimonial-user{display:table}.lae-testimonials-style1 .lae-testimonial-user .lae-image-wrapper,.lae-testimonials-style2 .lae-testimonial-user .lae-image-wrapper{display:table-cell}.lae-testimonials-style1 .lae-testimonial-user .lae-image-wrapper img,.lae-testimonials-style2 .lae-testimonial-user .lae-image-wrapper img{max-width:64px;border-radius:50%;margin-right:20px}.rtl .lae-testimonials-style1 .lae-testimonial-user .lae-image-wrapper img,.rtl .lae-testimonials-style2 .lae-testimonial-user .lae-image-wrapper img{margin:0 0 0 20px}.lae-testimonials-style1 .lae-testimonial-user .lae-user-text,.lae-testimonials-style2 .lae-testimonial-user .lae-user-text{display:table-cell;vertical-align:middle}.lae-testimonials-style1 .lae-testimonial-user .lae-user-text .lae-author-name,.lae-testimonials-style2 .lae-testimonial-user .lae-user-text .lae-author-name{margin:0 0 5px 0}.lae-testimonials-style1 .lae-testimonial .lae-testimonial-star-rating{margin:0 0 15px 0}.lae-testimonials-style1 .lae-testimonial .lae-testimonial-text{background:#fff;border:1px solid #dbdbdb;border-radius:30px;text-align:center;position:relative;padding:20px;margin-bottom:40px;font-style:italic;text-align:center;max-width:450px}.lae-dark-bg .lae-testimonials-style1 .lae-testimonial .lae-testimonial-text{color:#666;background:#eee}.lae-testimonials-style1 .lae-testimonial .lae-testimonial-text:after{content:"";display:block;background:#fff;border-left:1px solid #dbdbdb;border-bottom:1px solid #dbdbdb;background:#fff;transform:rotate(45deg);-moz-transform:rotate(45deg);-o-transform:rotate(45deg);-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:skew(0deg,-44deg);width:24px;height:24px;position:absolute;bottom:-12px;left:40px;margin:auto}.rtl .lae-testimonials-style1 .lae-testimonial .lae-testimonial-text:after{left:auto;right:40px}.lae-dark-bg .lae-testimonials-style1 .lae-testimonial .lae-testimonial-text:after{background:#eee}.lae-testimonials-style2 .lae-testimonial .lae-testimonial-star-rating{margin:0 0 10px 0}.lae-testimonials-style2 .lae-testimonial .lae-testimonial-text{margin-top:20px}.lae-testimonials-style2 .lae-testimonial:not(.lae-rating-none) .lae-testimonial-text{margin-top:15px}.lae-testimonials-style3 .lae-testimonial .lae-testimonial-star-rating{margin:0 0 15px 0}.lae-testimonials-style3 .lae-testimonial .lae-testimonial-text{background:#e2e2e2;border:1px solid #e2e2e2;border-radius:10px;text-align:center;position:relative;padding:30px 15px;margin-bottom:40px;color:#444;max-width:450px;text-align:center;max-width:450px}.lae-dark-bg .lae-testimonials-style3 .lae-testimonial .lae-testimonial-text{color:#666;background:#eee}.lae-testimonials-style3 .lae-testimonial .lae-testimonial-text:after{content:"";position:absolute;top:100%;left:50%;margin:auto;margin-left:-15px;border-top:20px solid #e2e2e2;border-top-color:inherit;border-left:15px solid transparent;border-right:15px solid transparent}.lae-dark-bg .lae-testimonials-style3 .lae-testimonial .lae-testimonial-text:after{border-top-color:#eee}.lae-testimonials-style3 .lae-testimonial .lae-testimonial-user{display:flex;flex-direction:column;align-items:center}.lae-testimonials-style3 .lae-testimonial .lae-testimonial-user .lae-image-wrapper img{max-width:64px;border-radius:50%}.lae-testimonials-style3 .lae-testimonial .lae-testimonial-user .lae-user-text{text-align:center}.lae-testimonials-style3 .lae-testimonial .lae-testimonial-user .lae-user-text .lae-author-name{margin:15px 0 5px 0}.lae-testimonials-style4 .lae-testimonial{display:flex;flex-direction:row;max-width:720px;margin:24px 0}.lae-testimonials-style4 .lae-testimonial .lae-testimonial-user-picture .lae-image-wrapper{position:relative;overflow:hidden;border-radius:50%;margin-right:32px}@media only screen and (max-width:640px){.lae-testimonials-style4 .lae-testimonial .lae-testimonial-user-picture .lae-image-wrapper{margin-right:25px}}.lae-testimonials-style4 .lae-testimonial .lae-testimonial-user-picture .lae-image-wrapper img{max-width:120px}@media only screen and (max-width:640px){.lae-testimonials-style4 .lae-testimonial .lae-testimonial-user-picture .lae-image-wrapper img{max-width:72px}}.lae-testimonials-style4 .lae-testimonial .lae-testimonial-info{text-align:left}.lae-testimonials-style4 .lae-testimonial .lae-testimonial-info .lae-testimonial-star-rating{margin-bottom:5px}.lae-testimonials-style4 .lae-testimonial .lae-testimonial-info .lae-user-text .lae-author-name{margin:15px 0 5px 0}.lae-testimonials-style5 .lae-testimonial .lae-testimonial-star-rating{margin:0 0 15px 0}.lae-testimonials-style5 .lae-testimonial .lae-testimonial-text{background:#f4f4f4;border-radius:8px 8px 0 0;text-align:center;position:relative;padding:30px 15px 50px 15px;color:#444;max-width:450px;text-align:center;max-width:450px}.lae-testimonials-style5 .lae-testimonial .lae-testimonial-text p{margin:0}.lae-testimonials-style5 .lae-testimonial .lae-testimonial-user-wrap{background:#d4d4d4;border-radius:0 0 8px 8px}.lae-testimonials-style5 .lae-testimonial .lae-testimonial-user{display:flex;flex-direction:column;align-items:center;transform:translateY(-32px)}.lae-testimonials-style5 .lae-testimonial .lae-testimonial-user .lae-image-wrapper img{max-width:64px;border-radius:50%}.lae-testimonials-style5 .lae-testimonial .lae-testimonial-user .lae-user-text{text-align:center}.lae-testimonials-style5 .lae-testimonial .lae-testimonial-user .lae-user-text .lae-author-name{margin:15px 0 5px 0}.lae-timeline-nav:before{position:absolute;content:"";height:4px;width:100%;background:#ccc;display:block;bottom:auto;top:20px;-webkit-transform:translateY(2px);transform:translateY(2px)}.lae-timeline-nav .lae-timeline-nav-item{cursor:pointer;text-align:center}.lae-timeline-nav .lae-timeline-nav-item .lae-timeline-icon{margin:0 0 10px 0;padding:10px;background:#e3e3e3;border-radius:50%;height:48px;width:48px;margin:0 auto 10px;cursor:pointer;transition:background-color .3s}.lae-timeline-nav .lae-timeline-nav-item .lae-timeline-icon i{display:inline-block;font-size:20px;line-height:1;vertical-align:middle;color:#767676;transition:color .3s}.lae-timeline-nav .lae-timeline-nav-item:hover .lae-timeline-icon{background-color:#c8c8c8}.lae-timeline-nav .lae-timeline-nav-item:hover .lae-timeline-icon i{color:#4a4a4a}.lae-timeline-nav .lae-timeline-nav-item .lae-timeline-label{margin:0 0 20px 0}.lae-timeline-item{text-align:center;padding:0 40px}.lae-timeline-item .lae-timeline-image{position:relative;display:block}.lae-timeline-item .lae-timeline-image:after{content:"";background:#000;position:absolute;width:100%;height:100%;top:0;opacity:0;border-radius:50%;left:0;right:0;bottom:0;z-index:1;transition:opacity .3s}.lae-timeline-item .lae-timeline-image img{border-radius:50%}.lae-timeline-item:hover .lae-timeline-image:after{opacity:.3}.lae-timeline-item .lae-timeline-title{padding:20px 20px 0;margin:0}.lae-timeline-item .lae-timeline-description{padding:10px 20px 0}
.fancybox-enabled{overflow:hidden;}
.fancybox-enabled body{overflow:visible;height:100%;}
.fancybox-container{position:fixed;top:0;left:0;width:100%;height:100%;z-index:99993;-webkit-backface-visibility:hidden;backface-visibility:hidden;}
.fancybox-container ~ .fancybox-container{z-index:99992;}
.fancybox-bg{position:absolute;top:0;right:0;bottom:0;left:0;background:#0f0f11;opacity:0;transition-timing-function:cubic-bezier(0.55, 0.06, 0.68, 0.19);-webkit-backface-visibility:hidden;backface-visibility:hidden;}
.fancybox-container--ready .fancybox-bg{opacity:0.87;transition-timing-function:cubic-bezier(0.22, 0.61, 0.36, 1);}
.fancybox-controls{position:absolute;top:0;left:0;right:0;text-align:center;opacity:0;z-index:99994;transition:opacity .2s;pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;direction:ltr;}
.fancybox-show-controls .fancybox-controls{opacity:1;}
.fancybox-infobar{display:none;}
.fancybox-show-infobar .fancybox-infobar{display:inline-block;pointer-events:all;}
.fancybox-infobar__body{display:inline-block;width:70px;line-height:44px;font-size:13px;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;text-align:center;color:#ddd;background-color:rgba(30, 30, 30, 0.7);pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent;-webkit-font-smoothing:subpixel-antialiased;}
.fancybox-buttons{position:absolute;top:0;right:0;display:none;pointer-events:all;}
.fancybox-show-buttons .fancybox-buttons{display:block;}
.fancybox-slider-wrap{overflow:hidden;direction:ltr;}
.fancybox-slider-wrap,
.fancybox-slider{position:absolute;top:0;left:0;bottom:0;right:0;padding:0;margin:0;z-index:99993;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-tap-highlight-color:transparent;}
.fancybox-slide{position:absolute;top:0;left:0;width:100%;height:100%;margin:0;padding:0;overflow:auto;outline:none;white-space:normal;box-sizing:border-box;text-align:center;z-index:99994;-webkit-overflow-scrolling:touch;}
.fancybox-slide::before{content:'';display:inline-block;vertical-align:middle;height:100%;width:0;}
.fancybox-slide > *{display:inline-block;position:relative;padding:24px;margin:44px 0 44px;border-width:0;vertical-align:middle;text-align:left;background-color:#fff;overflow:auto;box-sizing:border-box;}
.fancybox-slide--image{overflow:hidden;}
.fancybox-slide--image::before{display:none;}
.fancybox-content{display:inline-block;position:relative;margin:44px auto;padding:0;border:0;width:80%;height:calc(100% - 88px);vertical-align:middle;line-height:normal;text-align:left;white-space:normal;outline:none;font-size:16px;font-family:Arial, sans-serif;box-sizing:border-box;-webkit-tap-highlight-color:transparent;-webkit-overflow-scrolling:touch;}
.fancybox-iframe{display:block;margin:0;padding:0;border:0;width:100%;height:100%;background:#fff;}
.fancybox-slide--video .fancybox-content,
.fancybox-slide--video .fancybox-iframe{background:transparent;}
.fancybox-placeholder{position:absolute;top:0;left:0;margin:0;padding:0;border:0;z-index:99995;background:transparent;cursor:default;overflow:visible;-webkit-transform-origin:top left;-ms-transform-origin:top left;transform-origin:top left;background-size:100% 100%;background-repeat:no-repeat;-webkit-backface-visibility:hidden;backface-visibility:hidden;}
.fancybox-image,
.fancybox-spaceball{position:absolute;top:0;left:0;width:100%;height:100%;margin:0;padding:0;border:0;max-width:none;max-height:none;background:transparent;background-size:100% 100%;}
.fancybox-controls--canzoomOut .fancybox-placeholder{cursor:-webkit-zoom-out;cursor:zoom-out;}
.fancybox-controls--canzoomIn .fancybox-placeholder{cursor:-webkit-zoom-in;cursor:zoom-in;}
.fancybox-controls--canGrab .fancybox-placeholder{cursor:-webkit-grab;cursor:grab;}
.fancybox-controls--isGrabbing .fancybox-placeholder{cursor:-webkit-grabbing;cursor:grabbing;}
.fancybox-spaceball{z-index:1;}
.fancybox-tmp{position:absolute;top:-9999px;left:-9999px;visibility:hidden;}
.fancybox-error{position:absolute;margin:0;padding:40px;top:50%;left:50%;width:380px;max-width:100%;-webkit-transform:translate(-50%, -50%);-ms-transform:translate(-50%, -50%);transform:translate(-50%, -50%);background:#fff;cursor:default;}
.fancybox-error p{margin:0;padding:0;color:#444;font:16px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;}
.fancybox-close-small{position:absolute;top:0;right:0;width:44px;height:44px;padding:0;margin:0;border:0;border-radius:0;outline:none;background:transparent;z-index:10;cursor:pointer;}
.fancybox-close-small:after{content:'×';position:absolute;top:5px;right:5px;width:30px;height:30px;font:20px/30px Arial,"Helvetica Neue",Helvetica,sans-serif;color:#888;font-weight:300;text-align:center;border-radius:50%;border-width:0;background:#fff;transition:background .2s;box-sizing:border-box;z-index:2;}
.fancybox-close-small:focus:after{outline:1px dotted #888;}
.fancybox-slide--video .fancybox-close-small{top:-36px;right:-36px;background:transparent;}
.fancybox-close-small:hover:after{color:#555;background:#eee;}
.fancybox-caption-wrap{position:absolute;bottom:0;left:0;right:0;padding:60px 30px 0 30px;z-index:99998;-webkit-backface-visibility:hidden;backface-visibility:hidden;box-sizing:border-box;background:linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.6) 80%, rgba(0, 0, 0, 0.8) 100%);opacity:0;transition:opacity .2s;pointer-events:none;}
.fancybox-show-caption .fancybox-caption-wrap{opacity:1;}
.fancybox-caption{padding:30px 0;border-top:1px solid rgba(255, 255, 255, 0.4);font-size:14px;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;color:#fff;line-height:20px;-webkit-text-size-adjust:none;}
.fancybox-caption a,
.fancybox-caption button{pointer-events:all;}
.fancybox-caption a{color:#fff;text-decoration:underline;}
.fancybox-button{display:inline-block;position:relative;width:44px;height:44px;line-height:44px;margin:0;padding:0;border:0;border-radius:0;cursor:pointer;background:transparent;color:#fff;box-sizing:border-box;vertical-align:top;outline:none;}
.fancybox-button--disabled{cursor:default;pointer-events:none;}
.fancybox-infobar__body, .fancybox-button{background:rgba(30, 30, 30, 0.6);}
.fancybox-button:hover{background:rgba(0, 0, 0, 0.8);}
.fancybox-button::before,
.fancybox-button::after{content:'';pointer-events:none;position:absolute;border-color:#fff;background-color:currentColor;color:currentColor;opacity:0.9;box-sizing:border-box;display:inline-block;}
.fancybox-button--disabled::before,
.fancybox-button--disabled::after{opacity:0.5;}
.fancybox-button--left::after{left:20px;top:18px;width:6px;height:6px;background:transparent;border-top:solid 2px currentColor;border-right:solid 2px currentColor;-webkit-transform:rotate(-135deg);-ms-transform:rotate(-135deg);transform:rotate(-135deg);}
.fancybox-button--right::after{right:20px;top:18px;width:6px;height:6px;background:transparent;border-top:solid 2px currentColor;border-right:solid 2px currentColor;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);}
.fancybox-button--left{border-bottom-left-radius:5px;}
.fancybox-button--right{border-bottom-right-radius:5px;}
.fancybox-button--close{float:right;}
.fancybox-button--close::before, .fancybox-button--close::after{content:'';display:inline-block;position:absolute;height:2px;width:16px;top:calc(50% - 1px);left:calc(50% - 8px);}
.fancybox-button--close::before{-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);}
.fancybox-button--close::after{-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg);}
.fancybox-loading{border:6px solid rgba(100, 100, 100, 0.4);border-top:6px solid rgba(255, 255, 255, 0.6);border-radius:100%;height:50px;width:50px;-webkit-animation:fancybox-rotate .8s infinite linear;animation:fancybox-rotate .8s infinite linear;background:transparent;position:absolute;top:50%;left:50%;margin-top:-25px;margin-left:-25px;z-index:99999;}
@-webkit-keyframes fancybox-rotate{from{-webkit-transform:rotate(0deg);transform:rotate(0deg);}
to{-webkit-transform:rotate(359deg);transform:rotate(359deg);}
}
@keyframes fancybox-rotate{from{-webkit-transform:rotate(0deg);transform:rotate(0deg);}
to{-webkit-transform:rotate(359deg);transform:rotate(359deg);}
}
@media all and (max-width:800px){.fancybox-controls{text-align:left;}
.fancybox-button--left,
.fancybox-button--right,
.fancybox-buttons button:not(.fancybox-button--close){display:none !important;}
.fancybox-caption{padding:20px 0;margin:0;}
}
.fancybox-button--fullscreen::before{width:15px;height:11px;left:15px;top:16px;border:2px solid;background:none;}
.fancybox-button--play::before{top:16px;left:18px;width:0;height:0;border-top:6px inset transparent;border-bottom:6px inset transparent;border-left:10px solid;border-radius:1px;background:transparent;}
.fancybox-button--pause::before{top:16px;left:18px;width:7px;height:11px;border-style:solid;border-width:0 2px 0 2px;background:transparent;}
.fancybox-button--thumbs span{font-size:23px;}
.fancybox-button--thumbs::before{top:20px;left:21px;width:3px;height:3px;box-shadow:0 -4px 0, -4px -4px 0, 4px -4px 0, 0 0 0 32px inset, -4px 0 0, 4px 0 0, 0 4px 0, -4px 4px 0, 4px 4px 0;}
.fancybox-container--thumbs .fancybox-controls,
.fancybox-container--thumbs .fancybox-slider-wrap,
.fancybox-container--thumbs .fancybox-caption-wrap{right:220px;}
.fancybox-thumbs{position:absolute;top:0;right:0;bottom:0;left:auto;width:220px;margin:0;padding:5px 5px 0 0;background:#fff;z-index:99993;word-break:normal;-webkit-overflow-scrolling:touch;-webkit-tap-highlight-color:transparent;box-sizing:border-box;}
.fancybox-thumbs > ul{list-style:none;position:absolute;position:relative;width:100%;height:100%;margin:0;padding:0;overflow-x:hidden;overflow-y:auto;font-size:0;}
.fancybox-thumbs > ul > li{float:left;overflow:hidden;max-width:50%;padding:0;margin:0;width:105px;height:75px;position:relative;cursor:pointer;outline:none;border:5px solid #fff;border-top-width:0;border-right-width:0;-webkit-tap-highlight-color:transparent;-webkit-backface-visibility:hidden;backface-visibility:hidden;box-sizing:border-box;}
li.fancybox-thumbs-loading{background:rgba(0, 0, 0, 0.1);}
.fancybox-thumbs > ul > li > img{position:absolute;top:0;left:0;min-width:100%;min-height:100%;max-width:none;max-height:none;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;}
.fancybox-thumbs > ul > li:before{content:'';position:absolute;top:0;right:0;bottom:0;left:0;border-radius:2px;border:4px solid #4ea7f9;z-index:99991;opacity:0;transition:all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);}
.fancybox-thumbs > ul > li.fancybox-thumbs-active:before{opacity:1;}
@media all and (max-width:800px){.fancybox-thumbs{display:none !important;}
.fancybox-container--thumbs .fancybox-controls,
.fancybox-container--thumbs .fancybox-slider-wrap,
.fancybox-container--thumbs .fancybox-caption-wrap{right:0;}
}.lity {
z-index: 9990;
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
white-space: nowrap;
background: #0b0b0b;
background: rgba(0, 0, 0, 0.9);
outline: none !important;
opacity: 0;
-webkit-transition: opacity 0.3s ease;
-o-transition: opacity 0.3s ease;
transition: opacity 0.3s ease;
}
.lity.lity-opened {
opacity: 1;
}
.lity.lity-closed {
opacity: 0;
}
.lity * {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.lity-wrap {
z-index: 9990;
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
text-align: center;
outline: none !important;
}
.lity-wrap:before {
content: '';
display: inline-block;
height: 100%;
vertical-align: middle;
margin-right: -0.25em;
}
.lity-loader {
z-index: 9991;
color: #fff;
position: absolute;
top: 50%;
margin-top: -0.8em;
width: 100%;
text-align: center;
font-size: 14px;
font-family: Arial, Helvetica, sans-serif;
opacity: 0;
-webkit-transition: opacity 0.3s ease;
-o-transition: opacity 0.3s ease;
transition: opacity 0.3s ease;
}
.lity-loading .lity-loader {
opacity: 1;
}
.lity-container {
z-index: 9992;
position: relative;
text-align: left;
vertical-align: middle;
display: inline-block;
white-space: normal;
max-width: 100%;
max-height: 100%;
outline: none !important;
}
.lity-content {
z-index: 9993;
width: 100%;
-webkit-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
-webkit-transition: -webkit-transform 0.3s ease;
transition: -webkit-transform 0.3s ease;
-o-transition: -o-transform 0.3s ease;
transition: transform 0.3s ease;
transition: transform 0.3s ease, -webkit-transform 0.3s ease, -o-transform 0.3s ease;
}
.lity-loading .lity-content,
.lity-closed .lity-content {
-webkit-transform: scale(0.8);
-ms-transform: scale(0.8);
-o-transform: scale(0.8);
transform: scale(0.8);
}
.lity-content:after {
content: '';
position: absolute;
left: 0;
top: 0;
bottom: 0;
display: block;
right: 0;
width: auto;
height: auto;
z-index: -1;
-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}
.lity-close {
z-index: 9994;
width: 35px;
height: 35px;
position: fixed;
right: 0;
top: 0;
-webkit-appearance: none;
cursor: pointer;
text-decoration: none;
text-align: center;
padding: 0;
color: #fff;
font-style: normal;
font-size: 35px;
font-family: Arial, Baskerville, monospace;
line-height: 35px;
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
border: 0;
background: none;
outline: none;
-webkit-box-shadow: none;
box-shadow: none;
}
.lity-close::-moz-focus-inner {
border: 0;
padding: 0;
}
.lity-close:hover,
.lity-close:focus,
.lity-close:active,
.lity-close:visited {
text-decoration: none;
text-align: center;
padding: 0;
color: #fff;
font-style: normal;
font-size: 35px;
font-family: Arial, Baskerville, monospace;
line-height: 35px;
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
border: 0;
background: none;
outline: none;
-webkit-box-shadow: none;
box-shadow: none;
}
.lity-close:active {
top: 1px;
} .lity-image img {
max-width: 100%;
display: block;
line-height: 0;
border: 0;
} .lity-iframe .lity-container,
.lity-youtube .lity-container,
.lity-vimeo .lity-container,
.lity-facebookvideo .lity-container,
.lity-googlemaps .lity-container {
width: 100%;
max-width: 964px;
}
.lity-iframe-container {
width: 100%;
height: 0;
padding-top: 56.25%;
overflow: auto;
pointer-events: auto;
-webkit-transform: translateZ(0);
transform: translateZ(0);
-webkit-overflow-scrolling: touch;
}
.lity-iframe-container iframe {
position: absolute;
display: block;
top: 0;
left: 0;
width: 100%;
height: 100%;
-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
background: #000;
}
.lity-hide {
display: none;
}@font-face {
font-family: "Flaticon";
src: url(https://hradhouska.cz/wp-content/plugins/iteck_plugin/assets/fonts/flaticon/Flaticon.eot);
src: url(https://hradhouska.cz/wp-content/plugins/iteck_plugin/assets/fonts/flaticon/Flaticon.eot?#iefix) format("embedded-opentype"),
url(https://hradhouska.cz/wp-content/plugins/iteck_plugin/assets/fonts/flaticon/Flaticon.woff2) format("woff2"),
url(https://hradhouska.cz/wp-content/plugins/iteck_plugin/assets/fonts/flaticon/Flaticon.woff) format("woff"),
url(https://hradhouska.cz/wp-content/plugins/iteck_plugin/assets/fonts/flaticon/Flaticon.ttf) format("truetype"),
url(https://hradhouska.cz/wp-content/plugins/iteck_plugin/assets/fonts/flaticon/Flaticon.svg#Flaticon) format("svg");
font-weight: normal;
font-style: normal;
}
@media only screen and (-webkit-min-device-pixel-ratio:0) {
@font-face {
font-family: "Flaticon";
src: url(https://hradhouska.cz/wp-content/plugins/iteck_plugin/assets/fonts/flaticon/Flaticon.svg#Flaticon) format("svg");
}
}
[class^="flaticon-"]:before, [class*=" flaticon-"]:before,
[class^="flaticon-"]:after, [class*=" flaticon-"]:after {
font-family: Flaticon;
font-size: 20px;
font-style: normal;
margin-left: 0px;
margin-right: 0px;
}
.flaticon-think:before { content: "\f100"; }
.flaticon-project:before { content: "\f101"; }
.flaticon-time:before { content: "\f102"; }
.flaticon-startup:before { content: "\f103"; }
.flaticon-campaign:before { content: "\f104"; }
.flaticon-list:before { content: "\f105"; }
.flaticon-research:before { content: "\f106"; }
.flaticon-result:before { content: "\f107"; }
.flaticon-team:before { content: "\f108"; }
.flaticon-quote:before { content: "\f109"; }
.flaticon-pen:before { content: "\f10a"; }
.flaticon-search:before { content: "\f10b"; }
.flaticon-phone:before { content: "\f10c"; }
.flaticon-placeholder:before { content: "\f10d"; }
.flaticon-plane:before { content: "\f10e"; }
.flaticon-telephone:before { content: "\f10f"; }
.flaticon-rocket:before { content: "\f110"; }
.flaticon-speaker:before { content: "\f111"; }
.flaticon-next:before { content: "\f112"; }
.flaticon-chart:before { content: "\f113"; }
.flaticon-graph:before { content: "\f114"; }
.flaticon-filter:before { content: "\f115"; }
.flaticon-research-1:before { content: "\f116"; }
.flaticon-think-1:before { content: "\f117"; }
.flaticon-growth:before { content: "\f118"; }
.flaticon-portfolio:before { content: "\f119"; }
.flaticon-origami:before { content: "\f11a"; }
.flaticon-aircraft:before { content: "\f11b"; }
.flaticon-plane-1:before { content: "\f11c"; }
.flaticon-shout:before { content: "\f11d"; }
.flaticon-growth-1:before { content: "\f11e"; }
.flaticon-marketing:before { content: "\f11f"; }
.flaticon-responsive-design:before { content: "\f120"; }
.flaticon-layers:before { content: "\f121"; }
.flaticon-clean:before { content: "\f122"; }
.flaticon-idea:before { content: "\f123"; }
.flaticon-project-1:before { content: "\f124"; }
.flaticon-smile:before { content: "\f125"; }
.flaticon-review:before { content: "\f126"; }
.flaticon-award:before { content: "\f127"; }
.flaticon-download:before { content: "\f128"; }
.flaticon-work:before { content: "\f129"; }
.flaticon-fingerprint:before { content: "\f12a"; }
.flaticon-safe:before { content: "\f12b"; }
.flaticon-shield:before { content: "\f12c"; }
.flaticon-pen-1:before { content: "\f12d"; }
.flaticon-clean-1:before { content: "\f12e"; }
.flaticon-null:before { content: "\f12f"; }
.flaticon-internet:before { content: "\f130"; }
.flaticon-support:before { content: "\f131"; }
.flaticon-responsive:before { content: "\f132"; }
.flaticon-hand:before { content: "\f133"; }
.flaticon-canvas:before { content: "\f134"; }
.flaticon-goal:before { content: "\f135"; }
.flaticon-innovation:before { content: "\f136"; }
.flaticon-mail:before { content: "\f137"; }
.flaticon-share:before { content: "\f138"; }
.flaticon-marker:before { content: "\f139"; }
.flaticon-user-experience:before { content: "\f13a"; }
.flaticon-layers-1:before { content: "\f13b"; }
.flaticon-click:before { content: "\f13c"; }
.flaticon-login:before { content: "\f13d"; }
.flaticon-design:before { content: "\f13e"; }
.flaticon-dashboard:before { content: "\f13f"; }
.flaticon-back:before { content: "\f140"; }@font-face {
font-family: 'Pe-icon-7-stroke';
src:url(https://hradhouska.cz/wp-content/plugins/iteck_plugin/assets/fonts/peicon/Pe-icon-7-stroke.eot?d7yf1v);
src:url(https://hradhouska.cz/wp-content/plugins/iteck_plugin/assets/fonts/peicon/Pe-icon-7-stroke.eot?#iefixd7yf1v) format('embedded-opentype'),
url(https://hradhouska.cz/wp-content/plugins/iteck_plugin/assets/fonts/peicon/Pe-icon-7-stroke.woff?d7yf1v) format('woff'),
url(https://hradhouska.cz/wp-content/plugins/iteck_plugin/assets/fonts/peicon/Pe-icon-7-stroke.ttf?d7yf1v) format('truetype'),
url(https://hradhouska.cz/wp-content/plugins/iteck_plugin/assets/fonts/peicon/Pe-icon-7-stroke.svg?d7yf1v#Pe-icon-7-stroke) format('svg');
font-weight: normal;
font-style: normal;
}
[class^="pe-7s-"], [class*=" pe-7s-"] {
display: inline-block;
font-family: 'Pe-icon-7-stroke';
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1; -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.pe-7s-album:before {
content: "\e6aa";
}
.pe-7s-arc:before {
content: "\e6ab";
}
.pe-7s-back-2:before {
content: "\e6ac";
}
.pe-7s-bandaid:before {
content: "\e6ad";
}
.pe-7s-car:before {
content: "\e6ae";
}
.pe-7s-diamond:before {
content: "\e6af";
}
.pe-7s-door-lock:before {
content: "\e6b0";
}
.pe-7s-eyedropper:before {
content: "\e6b1";
}
.pe-7s-female:before {
content: "\e6b2";
}
.pe-7s-gym:before {
content: "\e6b3";
}
.pe-7s-hammer:before {
content: "\e6b4";
}
.pe-7s-headphones:before {
content: "\e6b5";
}
.pe-7s-helm:before {
content: "\e6b6";
}
.pe-7s-hourglass:before {
content: "\e6b7";
}
.pe-7s-leaf:before {
content: "\e6b8";
}
.pe-7s-magic-wand:before {
content: "\e6b9";
}
.pe-7s-male:before {
content: "\e6ba";
}
.pe-7s-map-2:before {
content: "\e6bb";
}
.pe-7s-next-2:before {
content: "\e6bc";
}
.pe-7s-paint-bucket:before {
content: "\e6bd";
}
.pe-7s-pendrive:before {
content: "\e6be";
}
.pe-7s-photo:before {
content: "\e6bf";
}
.pe-7s-piggy:before {
content: "\e6c0";
}
.pe-7s-plugin:before {
content: "\e6c1";
}
.pe-7s-refresh-2:before {
content: "\e6c2";
}
.pe-7s-rocket:before {
content: "\e6c3";
}
.pe-7s-settings:before {
content: "\e6c4";
}
.pe-7s-shield:before {
content: "\e6c5";
}
.pe-7s-smile:before {
content: "\e6c6";
}
.pe-7s-usb:before {
content: "\e6c7";
}
.pe-7s-vector:before {
content: "\e6c8";
}
.pe-7s-wine:before {
content: "\e6c9";
}
.pe-7s-cloud-upload:before {
content: "\e68a";
}
.pe-7s-cash:before {
content: "\e68c";
}
.pe-7s-close:before {
content: "\e680";
}
.pe-7s-bluetooth:before {
content: "\e68d";
}
.pe-7s-cloud-download:before {
content: "\e68b";
}
.pe-7s-way:before {
content: "\e68e";
}
.pe-7s-close-circle:before {
content: "\e681";
}
.pe-7s-id:before {
content: "\e68f";
}
.pe-7s-angle-up:before {
content: "\e682";
}
.pe-7s-wristwatch:before {
content: "\e690";
}
.pe-7s-angle-up-circle:before {
content: "\e683";
}
.pe-7s-world:before {
content: "\e691";
}
.pe-7s-angle-right:before {
content: "\e684";
}
.pe-7s-volume:before {
content: "\e692";
}
.pe-7s-angle-right-circle:before {
content: "\e685";
}
.pe-7s-users:before {
content: "\e693";
}
.pe-7s-angle-left:before {
content: "\e686";
}
.pe-7s-user-female:before {
content: "\e694";
}
.pe-7s-angle-left-circle:before {
content: "\e687";
}
.pe-7s-up-arrow:before {
content: "\e695";
}
.pe-7s-angle-down:before {
content: "\e688";
}
.pe-7s-switch:before {
content: "\e696";
}
.pe-7s-angle-down-circle:before {
content: "\e689";
}
.pe-7s-scissors:before {
content: "\e697";
}
.pe-7s-wallet:before {
content: "\e600";
}
.pe-7s-safe:before {
content: "\e698";
}
.pe-7s-volume2:before {
content: "\e601";
}
.pe-7s-volume1:before {
content: "\e602";
}
.pe-7s-voicemail:before {
content: "\e603";
}
.pe-7s-video:before {
content: "\e604";
}
.pe-7s-user:before {
content: "\e605";
}
.pe-7s-upload:before {
content: "\e606";
}
.pe-7s-unlock:before {
content: "\e607";
}
.pe-7s-umbrella:before {
content: "\e608";
}
.pe-7s-trash:before {
content: "\e609";
}
.pe-7s-tools:before {
content: "\e60a";
}
.pe-7s-timer:before {
content: "\e60b";
}
.pe-7s-ticket:before {
content: "\e60c";
}
.pe-7s-target:before {
content: "\e60d";
}
.pe-7s-sun:before {
content: "\e60e";
}
.pe-7s-study:before {
content: "\e60f";
}
.pe-7s-stopwatch:before {
content: "\e610";
}
.pe-7s-star:before {
content: "\e611";
}
.pe-7s-speaker:before {
content: "\e612";
}
.pe-7s-signal:before {
content: "\e613";
}
.pe-7s-shuffle:before {
content: "\e614";
}
.pe-7s-shopbag:before {
content: "\e615";
}
.pe-7s-share:before {
content: "\e616";
}
.pe-7s-server:before {
content: "\e617";
}
.pe-7s-search:before {
content: "\e618";
}
.pe-7s-film:before {
content: "\e6a5";
}
.pe-7s-science:before {
content: "\e619";
}
.pe-7s-disk:before {
content: "\e6a6";
}
.pe-7s-ribbon:before {
content: "\e61a";
}
.pe-7s-repeat:before {
content: "\e61b";
}
.pe-7s-refresh:before {
content: "\e61c";
}
.pe-7s-add-user:before {
content: "\e6a9";
}
.pe-7s-refresh-cloud:before {
content: "\e61d";
}
.pe-7s-paperclip:before {
content: "\e69c";
}
.pe-7s-radio:before {
content: "\e61e";
}
.pe-7s-note2:before {
content: "\e69d";
}
.pe-7s-print:before {
content: "\e61f";
}
.pe-7s-network:before {
content: "\e69e";
}
.pe-7s-prev:before {
content: "\e620";
}
.pe-7s-mute:before {
content: "\e69f";
}
.pe-7s-power:before {
content: "\e621";
}
.pe-7s-medal:before {
content: "\e6a0";
}
.pe-7s-portfolio:before {
content: "\e622";
}
.pe-7s-like2:before {
content: "\e6a1";
}
.pe-7s-plus:before {
content: "\e623";
}
.pe-7s-left-arrow:before {
content: "\e6a2";
}
.pe-7s-play:before {
content: "\e624";
}
.pe-7s-key:before {
content: "\e6a3";
}
.pe-7s-plane:before {
content: "\e625";
}
.pe-7s-joy:before {
content: "\e6a4";
}
.pe-7s-photo-gallery:before {
content: "\e626";
}
.pe-7s-pin:before {
content: "\e69b";
}
.pe-7s-phone:before {
content: "\e627";
}
.pe-7s-plug:before {
content: "\e69a";
}
.pe-7s-pen:before {
content: "\e628";
}
.pe-7s-right-arrow:before {
content: "\e699";
}
.pe-7s-paper-plane:before {
content: "\e629";
}
.pe-7s-delete-user:before {
content: "\e6a7";
}
.pe-7s-paint:before {
content: "\e62a";
}
.pe-7s-bottom-arrow:before {
content: "\e6a8";
}
.pe-7s-notebook:before {
content: "\e62b";
}
.pe-7s-note:before {
content: "\e62c";
}
.pe-7s-next:before {
content: "\e62d";
}
.pe-7s-news-paper:before {
content: "\e62e";
}
.pe-7s-musiclist:before {
content: "\e62f";
}
.pe-7s-music:before {
content: "\e630";
}
.pe-7s-mouse:before {
content: "\e631";
}
.pe-7s-more:before {
content: "\e632";
}
.pe-7s-moon:before {
content: "\e633";
}
.pe-7s-monitor:before {
content: "\e634";
}
.pe-7s-micro:before {
content: "\e635";
}
.pe-7s-menu:before {
content: "\e636";
}
.pe-7s-map:before {
content: "\e637";
}
.pe-7s-map-marker:before {
content: "\e638";
}
.pe-7s-mail:before {
content: "\e639";
}
.pe-7s-mail-open:before {
content: "\e63a";
}
.pe-7s-mail-open-file:before {
content: "\e63b";
}
.pe-7s-magnet:before {
content: "\e63c";
}
.pe-7s-loop:before {
content: "\e63d";
}
.pe-7s-look:before {
content: "\e63e";
}
.pe-7s-lock:before {
content: "\e63f";
}
.pe-7s-lintern:before {
content: "\e640";
}
.pe-7s-link:before {
content: "\e641";
}
.pe-7s-like:before {
content: "\e642";
}
.pe-7s-light:before {
content: "\e643";
}
.pe-7s-less:before {
content: "\e644";
}
.pe-7s-keypad:before {
content: "\e645";
}
.pe-7s-junk:before {
content: "\e646";
}
.pe-7s-info:before {
content: "\e647";
}
.pe-7s-home:before {
content: "\e648";
}
.pe-7s-help2:before {
content: "\e649";
}
.pe-7s-help1:before {
content: "\e64a";
}
.pe-7s-graph3:before {
content: "\e64b";
}
.pe-7s-graph2:before {
content: "\e64c";
}
.pe-7s-graph1:before {
content: "\e64d";
}
.pe-7s-graph:before {
content: "\e64e";
}
.pe-7s-global:before {
content: "\e64f";
}
.pe-7s-gleam:before {
content: "\e650";
}
.pe-7s-glasses:before {
content: "\e651";
}
.pe-7s-gift:before {
content: "\e652";
}
.pe-7s-folder:before {
content: "\e653";
}
.pe-7s-flag:before {
content: "\e654";
}
.pe-7s-filter:before {
content: "\e655";
}
.pe-7s-file:before {
content: "\e656";
}
.pe-7s-expand1:before {
content: "\e657";
}
.pe-7s-exapnd2:before {
content: "\e658";
}
.pe-7s-edit:before {
content: "\e659";
}
.pe-7s-drop:before {
content: "\e65a";
}
.pe-7s-drawer:before {
content: "\e65b";
}
.pe-7s-download:before {
content: "\e65c";
}
.pe-7s-display2:before {
content: "\e65d";
}
.pe-7s-display1:before {
content: "\e65e";
}
.pe-7s-diskette:before {
content: "\e65f";
}
.pe-7s-date:before {
content: "\e660";
}
.pe-7s-cup:before {
content: "\e661";
}
.pe-7s-culture:before {
content: "\e662";
}
.pe-7s-crop:before {
content: "\e663";
}
.pe-7s-credit:before {
content: "\e664";
}
.pe-7s-copy-file:before {
content: "\e665";
}
.pe-7s-config:before {
content: "\e666";
}
.pe-7s-compass:before {
content: "\e667";
}
.pe-7s-comment:before {
content: "\e668";
}
.pe-7s-coffee:before {
content: "\e669";
}
.pe-7s-cloud:before {
content: "\e66a";
}
.pe-7s-clock:before {
content: "\e66b";
}
.pe-7s-check:before {
content: "\e66c";
}
.pe-7s-chat:before {
content: "\e66d";
}
.pe-7s-cart:before {
content: "\e66e";
}
.pe-7s-camera:before {
content: "\e66f";
}
.pe-7s-call:before {
content: "\e670";
}
.pe-7s-calculator:before {
content: "\e671";
}
.pe-7s-browser:before {
content: "\e672";
}
.pe-7s-box2:before {
content: "\e673";
}
.pe-7s-box1:before {
content: "\e674";
}
.pe-7s-bookmarks:before {
content: "\e675";
}
.pe-7s-bicycle:before {
content: "\e676";
}
.pe-7s-bell:before {
content: "\e677";
}
.pe-7s-battery:before {
content: "\e678";
}
.pe-7s-ball:before {
content: "\e679";
}
.pe-7s-back:before {
content: "\e67a";
}
.pe-7s-attention:before {
content: "\e67b";
}
.pe-7s-anchor:before {
content: "\e67c";
}
.pe-7s-albums:before {
content: "\e67d";
}
.pe-7s-alarm:before {
content: "\e67e";
}
.pe-7s-airplay:before {
content: "\e67f";
}@font-face{font-family:swiper-icons;src:url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}.swiper-container{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-container-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box}.swiper-container-android .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-container-multirow>.swiper-wrapper{flex-wrap:wrap}.swiper-container-multirow-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-container-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide{height:auto}.swiper-container-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-container-3d{perspective:1200px}.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-container-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-container-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-container-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-container-horizontal.swiper-container-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-container-vertical.swiper-container-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(-1 * var(--swiper-navigation-size)/ 2);z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size)}.swiper-button-prev,.swiper-container-rtl .swiper-button-next{left:10px;right:auto}.swiper-button-prev:after,.swiper-container-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-container-rtl .swiper-button-prev{right:10px;left:auto}.swiper-button-next:after,.swiper-container-rtl .swiper-button-prev:after{content:'next'}.swiper-button-next.swiper-button-white,.swiper-button-prev.swiper-button-white{--swiper-navigation-color:#ffffff}.swiper-button-next.swiper-button-black,.swiper-button-prev.swiper-button-black{--swiper-navigation-color:#000000}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:8px;height:8px;display:inline-block;border-radius:100%;background:#000;opacity:.2}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet-active{opacity:1;background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-container-vertical>.swiper-pagination-bullets{right:10px;top:50%;transform:translate3d(0px,-50%,0)}.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:6px 0;display:block}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 4px}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-container-horizontal>.swiper-pagination-progressbar,.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-container-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-white{--swiper-pagination-color:#ffffff}.swiper-pagination-black{--swiper-pagination-color:#000000}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-container-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-container-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;animation:swiper-preloader-spin 1s infinite linear;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{100%{transform:rotate(360deg)}}.swiper-container .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-container-fade.swiper-container-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-container-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-container-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube{overflow:visible}.swiper-container-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-container-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-cube.swiper-container-rtl .swiper-slide{transform-origin:100% 0}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-next+.swiper-slide,.swiper-container-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right,.swiper-container-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-container-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;background:#000;opacity:.6;-webkit-filter:blur(50px);filter:blur(50px);z-index:0}.swiper-container-flip{overflow:visible}.swiper-container-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-container-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-flip .swiper-slide-active,.swiper-container-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-flip .swiper-slide-shadow-bottom,.swiper-container-flip .swiper-slide-shadow-left,.swiper-container-flip .swiper-slide-shadow-right,.swiper-container-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.fa,.fab,.fad,.fal,.far,.fas{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;line-height:1}.fa-lg{font-size:1.33333em;line-height:.75em;vertical-align:-.0667em}.fa-xs{font-size:.75em}.fa-sm{font-size:.875em}.fa-1x{font-size:1em}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-6x{font-size:6em}.fa-7x{font-size:7em}.fa-8x{font-size:8em}.fa-9x{font-size:9em}.fa-10x{font-size:10em}.fa-fw{text-align:center;width:1.25em}.fa-ul{list-style-type:none;margin-left:2.5em;padding-left:0}.fa-ul>li{position:relative}.fa-li{left:-2em;position:absolute;text-align:center;width:2em;line-height:inherit}.fa-border{border:.08em solid #eee;border-radius:.1em;padding:.2em .25em .15em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left,.fab.fa-pull-left,.fal.fa-pull-left,.far.fa-pull-left,.fas.fa-pull-left{margin-right:.3em}.fa.fa-pull-right,.fab.fa-pull-right,.fal.fa-pull-right,.far.fa-pull-right,.fas.fa-pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s linear infinite;animation:fa-spin 2s linear infinite}.fa-pulse{-webkit-animation:fa-spin 1s steps(8) infinite;animation:fa-spin 1s steps(8) infinite}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scaleX(-1);transform:scaleX(-1)}.fa-flip-vertical{-webkit-transform:scaleY(-1);transform:scaleY(-1)}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical,.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical{-webkit-transform:scale(-1);transform:scale(-1)}:root .fa-flip-both,:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270{-webkit-filter:none;filter:none}.fa-stack{display:inline-block;height:2em;line-height:2em;position:relative;vertical-align:middle;width:2.5em}.fa-stack-1x,.fa-stack-2x{left:0;position:absolute;text-align:center;width:100%}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-500px:before{content:"\f26e"}.fa-accessible-icon:before{content:"\f368"}.fa-accusoft:before{content:"\f369"}.fa-acquisitions-incorporated:before{content:"\f6af"}.fa-ad:before{content:"\f641"}.fa-address-book:before{content:"\f2b9"}.fa-address-card:before{content:"\f2bb"}.fa-adjust:before{content:"\f042"}.fa-adn:before{content:"\f170"}.fa-adversal:before{content:"\f36a"}.fa-affiliatetheme:before{content:"\f36b"}.fa-air-freshener:before{content:"\f5d0"}.fa-airbnb:before{content:"\f834"}.fa-algolia:before{content:"\f36c"}.fa-align-center:before{content:"\f037"}.fa-align-justify:before{content:"\f039"}.fa-align-left:before{content:"\f036"}.fa-align-right:before{content:"\f038"}.fa-alipay:before{content:"\f642"}.fa-allergies:before{content:"\f461"}.fa-amazon:before{content:"\f270"}.fa-amazon-pay:before{content:"\f42c"}.fa-ambulance:before{content:"\f0f9"}.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-amilia:before{content:"\f36d"}.fa-anchor:before{content:"\f13d"}.fa-android:before{content:"\f17b"}.fa-angellist:before{content:"\f209"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-down:before{content:"\f107"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angry:before{content:"\f556"}.fa-angrycreative:before{content:"\f36e"}.fa-angular:before{content:"\f420"}.fa-ankh:before{content:"\f644"}.fa-app-store:before{content:"\f36f"}.fa-app-store-ios:before{content:"\f370"}.fa-apper:before{content:"\f371"}.fa-apple:before{content:"\f179"}.fa-apple-alt:before{content:"\f5d1"}.fa-apple-pay:before{content:"\f415"}.fa-archive:before{content:"\f187"}.fa-archway:before{content:"\f557"}.fa-arrow-alt-circle-down:before{content:"\f358"}.fa-arrow-alt-circle-left:before{content:"\f359"}.fa-arrow-alt-circle-right:before{content:"\f35a"}.fa-arrow-alt-circle-up:before{content:"\f35b"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-down:before{content:"\f063"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrows-alt:before{content:"\f0b2"}.fa-arrows-alt-h:before{content:"\f337"}.fa-arrows-alt-v:before{content:"\f338"}.fa-artstation:before{content:"\f77a"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asterisk:before{content:"\f069"}.fa-asymmetrik:before{content:"\f372"}.fa-at:before{content:"\f1fa"}.fa-atlas:before{content:"\f558"}.fa-atlassian:before{content:"\f77b"}.fa-atom:before{content:"\f5d2"}.fa-audible:before{content:"\f373"}.fa-audio-description:before{content:"\f29e"}.fa-autoprefixer:before{content:"\f41c"}.fa-avianex:before{content:"\f374"}.fa-aviato:before{content:"\f421"}.fa-award:before{content:"\f559"}.fa-aws:before{content:"\f375"}.fa-baby:before{content:"\f77c"}.fa-baby-carriage:before{content:"\f77d"}.fa-backspace:before{content:"\f55a"}.fa-backward:before{content:"\f04a"}.fa-bacon:before{content:"\f7e5"}.fa-bacteria:before{content:"\e059"}.fa-bacterium:before{content:"\e05a"}.fa-bahai:before{content:"\f666"}.fa-balance-scale:before{content:"\f24e"}.fa-balance-scale-left:before{content:"\f515"}.fa-balance-scale-right:before{content:"\f516"}.fa-ban:before{content:"\f05e"}.fa-band-aid:before{content:"\f462"}.fa-bandcamp:before{content:"\f2d5"}.fa-barcode:before{content:"\f02a"}.fa-bars:before{content:"\f0c9"}.fa-baseball-ball:before{content:"\f433"}.fa-basketball-ball:before{content:"\f434"}.fa-bath:before{content:"\f2cd"}.fa-battery-empty:before{content:"\f244"}.fa-battery-full:before{content:"\f240"}.fa-battery-half:before{content:"\f242"}.fa-battery-quarter:before{content:"\f243"}.fa-battery-three-quarters:before{content:"\f241"}.fa-battle-net:before{content:"\f835"}.fa-bed:before{content:"\f236"}.fa-beer:before{content:"\f0fc"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-bell:before{content:"\f0f3"}.fa-bell-slash:before{content:"\f1f6"}.fa-bezier-curve:before{content:"\f55b"}.fa-bible:before{content:"\f647"}.fa-bicycle:before{content:"\f206"}.fa-biking:before{content:"\f84a"}.fa-bimobject:before{content:"\f378"}.fa-binoculars:before{content:"\f1e5"}.fa-biohazard:before{content:"\f780"}.fa-birthday-cake:before{content:"\f1fd"}.fa-bitbucket:before{content:"\f171"}.fa-bitcoin:before{content:"\f379"}.fa-bity:before{content:"\f37a"}.fa-black-tie:before{content:"\f27e"}.fa-blackberry:before{content:"\f37b"}.fa-blender:before{content:"\f517"}.fa-blender-phone:before{content:"\f6b6"}.fa-blind:before{content:"\f29d"}.fa-blog:before{content:"\f781"}.fa-blogger:before{content:"\f37c"}.fa-blogger-b:before{content:"\f37d"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-bold:before{content:"\f032"}.fa-bolt:before{content:"\f0e7"}.fa-bomb:before{content:"\f1e2"}.fa-bone:before{content:"\f5d7"}.fa-bong:before{content:"\f55c"}.fa-book:before{content:"\f02d"}.fa-book-dead:before{content:"\f6b7"}.fa-book-medical:before{content:"\f7e6"}.fa-book-open:before{content:"\f518"}.fa-book-reader:before{content:"\f5da"}.fa-bookmark:before{content:"\f02e"}.fa-bootstrap:before{content:"\f836"}.fa-border-all:before{content:"\f84c"}.fa-border-none:before{content:"\f850"}.fa-border-style:before{content:"\f853"}.fa-bowling-ball:before{content:"\f436"}.fa-box:before{content:"\f466"}.fa-box-open:before{content:"\f49e"}.fa-box-tissue:before{content:"\e05b"}.fa-boxes:before{content:"\f468"}.fa-braille:before{content:"\f2a1"}.fa-brain:before{content:"\f5dc"}.fa-bread-slice:before{content:"\f7ec"}.fa-briefcase:before{content:"\f0b1"}.fa-briefcase-medical:before{content:"\f469"}.fa-broadcast-tower:before{content:"\f519"}.fa-broom:before{content:"\f51a"}.fa-brush:before{content:"\f55d"}.fa-btc:before{content:"\f15a"}.fa-buffer:before{content:"\f837"}.fa-bug:before{content:"\f188"}.fa-building:before{content:"\f1ad"}.fa-bullhorn:before{content:"\f0a1"}.fa-bullseye:before{content:"\f140"}.fa-burn:before{content:"\f46a"}.fa-buromobelexperte:before{content:"\f37f"}.fa-bus:before{content:"\f207"}.fa-bus-alt:before{content:"\f55e"}.fa-business-time:before{content:"\f64a"}.fa-buy-n-large:before{content:"\f8a6"}.fa-buysellads:before{content:"\f20d"}.fa-calculator:before{content:"\f1ec"}.fa-calendar:before{content:"\f133"}.fa-calendar-alt:before{content:"\f073"}.fa-calendar-check:before{content:"\f274"}.fa-calendar-day:before{content:"\f783"}.fa-calendar-minus:before{content:"\f272"}.fa-calendar-plus:before{content:"\f271"}.fa-calendar-times:before{content:"\f273"}.fa-calendar-week:before{content:"\f784"}.fa-camera:before{content:"\f030"}.fa-camera-retro:before{content:"\f083"}.fa-campground:before{content:"\f6bb"}.fa-canadian-maple-leaf:before{content:"\f785"}.fa-candy-cane:before{content:"\f786"}.fa-cannabis:before{content:"\f55f"}.fa-capsules:before{content:"\f46b"}.fa-car:before{content:"\f1b9"}.fa-car-alt:before{content:"\f5de"}.fa-car-battery:before{content:"\f5df"}.fa-car-crash:before{content:"\f5e1"}.fa-car-side:before{content:"\f5e4"}.fa-caravan:before{content:"\f8ff"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-caret-square-down:before{content:"\f150"}.fa-caret-square-left:before{content:"\f191"}.fa-caret-square-right:before{content:"\f152"}.fa-caret-square-up:before{content:"\f151"}.fa-caret-up:before{content:"\f0d8"}.fa-carrot:before{content:"\f787"}.fa-cart-arrow-down:before{content:"\f218"}.fa-cart-plus:before{content:"\f217"}.fa-cash-register:before{content:"\f788"}.fa-cat:before{content:"\f6be"}.fa-cc-amazon-pay:before{content:"\f42d"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-apple-pay:before{content:"\f416"}.fa-cc-diners-club:before{content:"\f24c"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-cc-visa:before{content:"\f1f0"}.fa-centercode:before{content:"\f380"}.fa-centos:before{content:"\f789"}.fa-certificate:before{content:"\f0a3"}.fa-chair:before{content:"\f6c0"}.fa-chalkboard:before{content:"\f51b"}.fa-chalkboard-teacher:before{content:"\f51c"}.fa-charging-station:before{content:"\f5e7"}.fa-chart-area:before{content:"\f1fe"}.fa-chart-bar:before{content:"\f080"}.fa-chart-line:before{content:"\f201"}.fa-chart-pie:before{content:"\f200"}.fa-check:before{content:"\f00c"}.fa-check-circle:before{content:"\f058"}.fa-check-double:before{content:"\f560"}.fa-check-square:before{content:"\f14a"}.fa-cheese:before{content:"\f7ef"}.fa-chess:before{content:"\f439"}.fa-chess-bishop:before{content:"\f43a"}.fa-chess-board:before{content:"\f43c"}.fa-chess-king:before{content:"\f43f"}.fa-chess-knight:before{content:"\f441"}.fa-chess-pawn:before{content:"\f443"}.fa-chess-queen:before{content:"\f445"}.fa-chess-rook:before{content:"\f447"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-down:before{content:"\f078"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-chevron-up:before{content:"\f077"}.fa-child:before{content:"\f1ae"}.fa-chrome:before{content:"\f268"}.fa-chromecast:before{content:"\f838"}.fa-church:before{content:"\f51d"}.fa-circle:before{content:"\f111"}.fa-circle-notch:before{content:"\f1ce"}.fa-city:before{content:"\f64f"}.fa-clinic-medical:before{content:"\f7f2"}.fa-clipboard:before{content:"\f328"}.fa-clipboard-check:before{content:"\f46c"}.fa-clipboard-list:before{content:"\f46d"}.fa-clock:before{content:"\f017"}.fa-clone:before{content:"\f24d"}.fa-closed-captioning:before{content:"\f20a"}.fa-cloud:before{content:"\f0c2"}.fa-cloud-download-alt:before{content:"\f381"}.fa-cloud-meatball:before{content:"\f73b"}.fa-cloud-moon:before{content:"\f6c3"}.fa-cloud-moon-rain:before{content:"\f73c"}.fa-cloud-rain:before{content:"\f73d"}.fa-cloud-showers-heavy:before{content:"\f740"}.fa-cloud-sun:before{content:"\f6c4"}.fa-cloud-sun-rain:before{content:"\f743"}.fa-cloud-upload-alt:before{content:"\f382"}.fa-cloudflare:before{content:"\e07d"}.fa-cloudscale:before{content:"\f383"}.fa-cloudsmith:before{content:"\f384"}.fa-cloudversify:before{content:"\f385"}.fa-cocktail:before{content:"\f561"}.fa-code:before{content:"\f121"}.fa-code-branch:before{content:"\f126"}.fa-codepen:before{content:"\f1cb"}.fa-codiepie:before{content:"\f284"}.fa-coffee:before{content:"\f0f4"}.fa-cog:before{content:"\f013"}.fa-cogs:before{content:"\f085"}.fa-coins:before{content:"\f51e"}.fa-columns:before{content:"\f0db"}.fa-comment:before{content:"\f075"}.fa-comment-alt:before{content:"\f27a"}.fa-comment-dollar:before{content:"\f651"}.fa-comment-dots:before{content:"\f4ad"}.fa-comment-medical:before{content:"\f7f5"}.fa-comment-slash:before{content:"\f4b3"}.fa-comments:before{content:"\f086"}.fa-comments-dollar:before{content:"\f653"}.fa-compact-disc:before{content:"\f51f"}.fa-compass:before{content:"\f14e"}.fa-compress:before{content:"\f066"}.fa-compress-alt:before{content:"\f422"}.fa-compress-arrows-alt:before{content:"\f78c"}.fa-concierge-bell:before{content:"\f562"}.fa-confluence:before{content:"\f78d"}.fa-connectdevelop:before{content:"\f20e"}.fa-contao:before{content:"\f26d"}.fa-cookie:before{content:"\f563"}.fa-cookie-bite:before{content:"\f564"}.fa-copy:before{content:"\f0c5"}.fa-copyright:before{content:"\f1f9"}.fa-cotton-bureau:before{content:"\f89e"}.fa-couch:before{content:"\f4b8"}.fa-cpanel:before{content:"\f388"}.fa-creative-commons:before{content:"\f25e"}.fa-creative-commons-by:before{content:"\f4e7"}.fa-creative-commons-nc:before{content:"\f4e8"}.fa-creative-commons-nc-eu:before{content:"\f4e9"}.fa-creative-commons-nc-jp:before{content:"\f4ea"}.fa-creative-commons-nd:before{content:"\f4eb"}.fa-creative-commons-pd:before{content:"\f4ec"}.fa-creative-commons-pd-alt:before{content:"\f4ed"}.fa-creative-commons-remix:before{content:"\f4ee"}.fa-creative-commons-sa:before{content:"\f4ef"}.fa-creative-commons-sampling:before{content:"\f4f0"}.fa-creative-commons-sampling-plus:before{content:"\f4f1"}.fa-creative-commons-share:before{content:"\f4f2"}.fa-creative-commons-zero:before{content:"\f4f3"}.fa-credit-card:before{content:"\f09d"}.fa-critical-role:before{content:"\f6c9"}.fa-crop:before{content:"\f125"}.fa-crop-alt:before{content:"\f565"}.fa-cross:before{content:"\f654"}.fa-crosshairs:before{content:"\f05b"}.fa-crow:before{content:"\f520"}.fa-crown:before{content:"\f521"}.fa-crutch:before{content:"\f7f7"}.fa-css3:before{content:"\f13c"}.fa-css3-alt:before{content:"\f38b"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-cut:before{content:"\f0c4"}.fa-cuttlefish:before{content:"\f38c"}.fa-d-and-d:before{content:"\f38d"}.fa-d-and-d-beyond:before{content:"\f6ca"}.fa-dailymotion:before{content:"\e052"}.fa-dashcube:before{content:"\f210"}.fa-database:before{content:"\f1c0"}.fa-deaf:before{content:"\f2a4"}.fa-deezer:before{content:"\e077"}.fa-delicious:before{content:"\f1a5"}.fa-democrat:before{content:"\f747"}.fa-deploydog:before{content:"\f38e"}.fa-deskpro:before{content:"\f38f"}.fa-desktop:before{content:"\f108"}.fa-dev:before{content:"\f6cc"}.fa-deviantart:before{content:"\f1bd"}.fa-dharmachakra:before{content:"\f655"}.fa-dhl:before{content:"\f790"}.fa-diagnoses:before{content:"\f470"}.fa-diaspora:before{content:"\f791"}.fa-dice:before{content:"\f522"}.fa-dice-d20:before{content:"\f6cf"}.fa-dice-d6:before{content:"\f6d1"}.fa-dice-five:before{content:"\f523"}.fa-dice-four:before{content:"\f524"}.fa-dice-one:before{content:"\f525"}.fa-dice-six:before{content:"\f526"}.fa-dice-three:before{content:"\f527"}.fa-dice-two:before{content:"\f528"}.fa-digg:before{content:"\f1a6"}.fa-digital-ocean:before{content:"\f391"}.fa-digital-tachograph:before{content:"\f566"}.fa-directions:before{content:"\f5eb"}.fa-discord:before{content:"\f392"}.fa-discourse:before{content:"\f393"}.fa-disease:before{content:"\f7fa"}.fa-divide:before{content:"\f529"}.fa-dizzy:before{content:"\f567"}.fa-dna:before{content:"\f471"}.fa-dochub:before{content:"\f394"}.fa-docker:before{content:"\f395"}.fa-dog:before{content:"\f6d3"}.fa-dollar-sign:before{content:"\f155"}.fa-dolly:before{content:"\f472"}.fa-dolly-flatbed:before{content:"\f474"}.fa-donate:before{content:"\f4b9"}.fa-door-closed:before{content:"\f52a"}.fa-door-open:before{content:"\f52b"}.fa-dot-circle:before{content:"\f192"}.fa-dove:before{content:"\f4ba"}.fa-download:before{content:"\f019"}.fa-draft2digital:before{content:"\f396"}.fa-drafting-compass:before{content:"\f568"}.fa-dragon:before{content:"\f6d5"}.fa-draw-polygon:before{content:"\f5ee"}.fa-dribbble:before{content:"\f17d"}.fa-dribbble-square:before{content:"\f397"}.fa-dropbox:before{content:"\f16b"}.fa-drum:before{content:"\f569"}.fa-drum-steelpan:before{content:"\f56a"}.fa-drumstick-bite:before{content:"\f6d7"}.fa-drupal:before{content:"\f1a9"}.fa-dumbbell:before{content:"\f44b"}.fa-dumpster:before{content:"\f793"}.fa-dumpster-fire:before{content:"\f794"}.fa-dungeon:before{content:"\f6d9"}.fa-dyalog:before{content:"\f399"}.fa-earlybirds:before{content:"\f39a"}.fa-ebay:before{content:"\f4f4"}.fa-edge:before{content:"\f282"}.fa-edge-legacy:before{content:"\e078"}.fa-edit:before{content:"\f044"}.fa-egg:before{content:"\f7fb"}.fa-eject:before{content:"\f052"}.fa-elementor:before{content:"\f430"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-ello:before{content:"\f5f1"}.fa-ember:before{content:"\f423"}.fa-empire:before{content:"\f1d1"}.fa-envelope:before{content:"\f0e0"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-text:before{content:"\f658"}.fa-envelope-square:before{content:"\f199"}.fa-envira:before{content:"\f299"}.fa-equals:before{content:"\f52c"}.fa-eraser:before{content:"\f12d"}.fa-erlang:before{content:"\f39d"}.fa-ethereum:before{content:"\f42e"}.fa-ethernet:before{content:"\f796"}.fa-etsy:before{content:"\f2d7"}.fa-euro-sign:before{content:"\f153"}.fa-evernote:before{content:"\f839"}.fa-exchange-alt:before{content:"\f362"}.fa-exclamation:before{content:"\f12a"}.fa-exclamation-circle:before{content:"\f06a"}.fa-exclamation-triangle:before{content:"\f071"}.fa-expand:before{content:"\f065"}.fa-expand-alt:before{content:"\f424"}.fa-expand-arrows-alt:before{content:"\f31e"}.fa-expeditedssl:before{content:"\f23e"}.fa-external-link-alt:before{content:"\f35d"}.fa-external-link-square-alt:before{content:"\f360"}.fa-eye:before{content:"\f06e"}.fa-eye-dropper:before{content:"\f1fb"}.fa-eye-slash:before{content:"\f070"}.fa-facebook:before{content:"\f09a"}.fa-facebook-f:before{content:"\f39e"}.fa-facebook-messenger:before{content:"\f39f"}.fa-facebook-square:before{content:"\f082"}.fa-fan:before{content:"\f863"}.fa-fantasy-flight-games:before{content:"\f6dc"}.fa-fast-backward:before{content:"\f049"}.fa-fast-forward:before{content:"\f050"}.fa-faucet:before{content:"\e005"}.fa-fax:before{content:"\f1ac"}.fa-feather:before{content:"\f52d"}.fa-feather-alt:before{content:"\f56b"}.fa-fedex:before{content:"\f797"}.fa-fedora:before{content:"\f798"}.fa-female:before{content:"\f182"}.fa-fighter-jet:before{content:"\f0fb"}.fa-figma:before{content:"\f799"}.fa-file:before{content:"\f15b"}.fa-file-alt:before{content:"\f15c"}.fa-file-archive:before{content:"\f1c6"}.fa-file-audio:before{content:"\f1c7"}.fa-file-code:before{content:"\f1c9"}.fa-file-contract:before{content:"\f56c"}.fa-file-csv:before{content:"\f6dd"}.fa-file-download:before{content:"\f56d"}.fa-file-excel:before{content:"\f1c3"}.fa-file-export:before{content:"\f56e"}.fa-file-image:before{content:"\f1c5"}.fa-file-import:before{content:"\f56f"}.fa-file-invoice:before{content:"\f570"}.fa-file-invoice-dollar:before{content:"\f571"}.fa-file-medical:before{content:"\f477"}.fa-file-medical-alt:before{content:"\f478"}.fa-file-pdf:before{content:"\f1c1"}.fa-file-powerpoint:before{content:"\f1c4"}.fa-file-prescription:before{content:"\f572"}.fa-file-signature:before{content:"\f573"}.fa-file-upload:before{content:"\f574"}.fa-file-video:before{content:"\f1c8"}.fa-file-word:before{content:"\f1c2"}.fa-fill:before{content:"\f575"}.fa-fill-drip:before{content:"\f576"}.fa-film:before{content:"\f008"}.fa-filter:before{content:"\f0b0"}.fa-fingerprint:before{content:"\f577"}.fa-fire:before{content:"\f06d"}.fa-fire-alt:before{content:"\f7e4"}.fa-fire-extinguisher:before{content:"\f134"}.fa-firefox:before{content:"\f269"}.fa-firefox-browser:before{content:"\e007"}.fa-first-aid:before{content:"\f479"}.fa-first-order:before{content:"\f2b0"}.fa-first-order-alt:before{content:"\f50a"}.fa-firstdraft:before{content:"\f3a1"}.fa-fish:before{content:"\f578"}.fa-fist-raised:before{content:"\f6de"}.fa-flag:before{content:"\f024"}.fa-flag-checkered:before{content:"\f11e"}.fa-flag-usa:before{content:"\f74d"}.fa-flask:before{content:"\f0c3"}.fa-flickr:before{content:"\f16e"}.fa-flipboard:before{content:"\f44d"}.fa-flushed:before{content:"\f579"}.fa-fly:before{content:"\f417"}.fa-folder:before{content:"\f07b"}.fa-folder-minus:before{content:"\f65d"}.fa-folder-open:before{content:"\f07c"}.fa-folder-plus:before{content:"\f65e"}.fa-font:before{content:"\f031"}.fa-font-awesome:before{content:"\f2b4"}.fa-font-awesome-alt:before{content:"\f35c"}.fa-font-awesome-flag:before{content:"\f425"}.fa-font-awesome-logo-full:before{content:"\f4e6"}.fa-fonticons:before{content:"\f280"}.fa-fonticons-fi:before{content:"\f3a2"}.fa-football-ball:before{content:"\f44e"}.fa-fort-awesome:before{content:"\f286"}.fa-fort-awesome-alt:before{content:"\f3a3"}.fa-forumbee:before{content:"\f211"}.fa-forward:before{content:"\f04e"}.fa-foursquare:before{content:"\f180"}.fa-free-code-camp:before{content:"\f2c5"}.fa-freebsd:before{content:"\f3a4"}.fa-frog:before{content:"\f52e"}.fa-frown:before{content:"\f119"}.fa-frown-open:before{content:"\f57a"}.fa-fulcrum:before{content:"\f50b"}.fa-funnel-dollar:before{content:"\f662"}.fa-futbol:before{content:"\f1e3"}.fa-galactic-republic:before{content:"\f50c"}.fa-galactic-senate:before{content:"\f50d"}.fa-gamepad:before{content:"\f11b"}.fa-gas-pump:before{content:"\f52f"}.fa-gavel:before{content:"\f0e3"}.fa-gem:before{content:"\f3a5"}.fa-genderless:before{content:"\f22d"}.fa-get-pocket:before{content:"\f265"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-ghost:before{content:"\f6e2"}.fa-gift:before{content:"\f06b"}.fa-gifts:before{content:"\f79c"}.fa-git:before{content:"\f1d3"}.fa-git-alt:before{content:"\f841"}.fa-git-square:before{content:"\f1d2"}.fa-github:before{content:"\f09b"}.fa-github-alt:before{content:"\f113"}.fa-github-square:before{content:"\f092"}.fa-gitkraken:before{content:"\f3a6"}.fa-gitlab:before{content:"\f296"}.fa-gitter:before{content:"\f426"}.fa-glass-cheers:before{content:"\f79f"}.fa-glass-martini:before{content:"\f000"}.fa-glass-martini-alt:before{content:"\f57b"}.fa-glass-whiskey:before{content:"\f7a0"}.fa-glasses:before{content:"\f530"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-globe:before{content:"\f0ac"}.fa-globe-africa:before{content:"\f57c"}.fa-globe-americas:before{content:"\f57d"}.fa-globe-asia:before{content:"\f57e"}.fa-globe-europe:before{content:"\f7a2"}.fa-gofore:before{content:"\f3a7"}.fa-golf-ball:before{content:"\f450"}.fa-goodreads:before{content:"\f3a8"}.fa-goodreads-g:before{content:"\f3a9"}.fa-google:before{content:"\f1a0"}.fa-google-drive:before{content:"\f3aa"}.fa-google-pay:before{content:"\e079"}.fa-google-play:before{content:"\f3ab"}.fa-google-plus:before{content:"\f2b3"}.fa-google-plus-g:before{content:"\f0d5"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-wallet:before{content:"\f1ee"}.fa-gopuram:before{content:"\f664"}.fa-graduation-cap:before{content:"\f19d"}.fa-gratipay:before{content:"\f184"}.fa-grav:before{content:"\f2d6"}.fa-greater-than:before{content:"\f531"}.fa-greater-than-equal:before{content:"\f532"}.fa-grimace:before{content:"\f57f"}.fa-grin:before{content:"\f580"}.fa-grin-alt:before{content:"\f581"}.fa-grin-beam:before{content:"\f582"}.fa-grin-beam-sweat:before{content:"\f583"}.fa-grin-hearts:before{content:"\f584"}.fa-grin-squint:before{content:"\f585"}.fa-grin-squint-tears:before{content:"\f586"}.fa-grin-stars:before{content:"\f587"}.fa-grin-tears:before{content:"\f588"}.fa-grin-tongue:before{content:"\f589"}.fa-grin-tongue-squint:before{content:"\f58a"}.fa-grin-tongue-wink:before{content:"\f58b"}.fa-grin-wink:before{content:"\f58c"}.fa-grip-horizontal:before{content:"\f58d"}.fa-grip-lines:before{content:"\f7a4"}.fa-grip-lines-vertical:before{content:"\f7a5"}.fa-grip-vertical:before{content:"\f58e"}.fa-gripfire:before{content:"\f3ac"}.fa-grunt:before{content:"\f3ad"}.fa-guilded:before{content:"\e07e"}.fa-guitar:before{content:"\f7a6"}.fa-gulp:before{content:"\f3ae"}.fa-h-square:before{content:"\f0fd"}.fa-hacker-news:before{content:"\f1d4"}.fa-hacker-news-square:before{content:"\f3af"}.fa-hackerrank:before{content:"\f5f7"}.fa-hamburger:before{content:"\f805"}.fa-hammer:before{content:"\f6e3"}.fa-hamsa:before{content:"\f665"}.fa-hand-holding:before{content:"\f4bd"}.fa-hand-holding-heart:before{content:"\f4be"}.fa-hand-holding-medical:before{content:"\e05c"}.fa-hand-holding-usd:before{content:"\f4c0"}.fa-hand-holding-water:before{content:"\f4c1"}.fa-hand-lizard:before{content:"\f258"}.fa-hand-middle-finger:before{content:"\f806"}.fa-hand-paper:before{content:"\f256"}.fa-hand-peace:before{content:"\f25b"}.fa-hand-point-down:before{content:"\f0a7"}.fa-hand-point-left:before{content:"\f0a5"}.fa-hand-point-right:before{content:"\f0a4"}.fa-hand-point-up:before{content:"\f0a6"}.fa-hand-pointer:before{content:"\f25a"}.fa-hand-rock:before{content:"\f255"}.fa-hand-scissors:before{content:"\f257"}.fa-hand-sparkles:before{content:"\e05d"}.fa-hand-spock:before{content:"\f259"}.fa-hands:before{content:"\f4c2"}.fa-hands-helping:before{content:"\f4c4"}.fa-hands-wash:before{content:"\e05e"}.fa-handshake:before{content:"\f2b5"}.fa-handshake-alt-slash:before{content:"\e05f"}.fa-handshake-slash:before{content:"\e060"}.fa-hanukiah:before{content:"\f6e6"}.fa-hard-hat:before{content:"\f807"}.fa-hashtag:before{content:"\f292"}.fa-hat-cowboy:before{content:"\f8c0"}.fa-hat-cowboy-side:before{content:"\f8c1"}.fa-hat-wizard:before{content:"\f6e8"}.fa-hdd:before{content:"\f0a0"}.fa-head-side-cough:before{content:"\e061"}.fa-head-side-cough-slash:before{content:"\e062"}.fa-head-side-mask:before{content:"\e063"}.fa-head-side-virus:before{content:"\e064"}.fa-heading:before{content:"\f1dc"}.fa-headphones:before{content:"\f025"}.fa-headphones-alt:before{content:"\f58f"}.fa-headset:before{content:"\f590"}.fa-heart:before{content:"\f004"}.fa-heart-broken:before{content:"\f7a9"}.fa-heartbeat:before{content:"\f21e"}.fa-helicopter:before{content:"\f533"}.fa-highlighter:before{content:"\f591"}.fa-hiking:before{content:"\f6ec"}.fa-hippo:before{content:"\f6ed"}.fa-hips:before{content:"\f452"}.fa-hire-a-helper:before{content:"\f3b0"}.fa-history:before{content:"\f1da"}.fa-hive:before{content:"\e07f"}.fa-hockey-puck:before{content:"\f453"}.fa-holly-berry:before{content:"\f7aa"}.fa-home:before{content:"\f015"}.fa-hooli:before{content:"\f427"}.fa-hornbill:before{content:"\f592"}.fa-horse:before{content:"\f6f0"}.fa-horse-head:before{content:"\f7ab"}.fa-hospital:before{content:"\f0f8"}.fa-hospital-alt:before{content:"\f47d"}.fa-hospital-symbol:before{content:"\f47e"}.fa-hospital-user:before{content:"\f80d"}.fa-hot-tub:before{content:"\f593"}.fa-hotdog:before{content:"\f80f"}.fa-hotel:before{content:"\f594"}.fa-hotjar:before{content:"\f3b1"}.fa-hourglass:before{content:"\f254"}.fa-hourglass-end:before{content:"\f253"}.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-start:before{content:"\f251"}.fa-house-damage:before{content:"\f6f1"}.fa-house-user:before{content:"\e065"}.fa-houzz:before{content:"\f27c"}.fa-hryvnia:before{content:"\f6f2"}.fa-html5:before{content:"\f13b"}.fa-hubspot:before{content:"\f3b2"}.fa-i-cursor:before{content:"\f246"}.fa-ice-cream:before{content:"\f810"}.fa-icicles:before{content:"\f7ad"}.fa-icons:before{content:"\f86d"}.fa-id-badge:before{content:"\f2c1"}.fa-id-card:before{content:"\f2c2"}.fa-id-card-alt:before{content:"\f47f"}.fa-ideal:before{content:"\e013"}.fa-igloo:before{content:"\f7ae"}.fa-image:before{content:"\f03e"}.fa-images:before{content:"\f302"}.fa-imdb:before{content:"\f2d8"}.fa-inbox:before{content:"\f01c"}.fa-indent:before{content:"\f03c"}.fa-industry:before{content:"\f275"}.fa-infinity:before{content:"\f534"}.fa-info:before{content:"\f129"}.fa-info-circle:before{content:"\f05a"}.fa-innosoft:before{content:"\e080"}.fa-instagram:before{content:"\f16d"}.fa-instagram-square:before{content:"\e055"}.fa-instalod:before{content:"\e081"}.fa-intercom:before{content:"\f7af"}.fa-internet-explorer:before{content:"\f26b"}.fa-invision:before{content:"\f7b0"}.fa-ioxhost:before{content:"\f208"}.fa-italic:before{content:"\f033"}.fa-itch-io:before{content:"\f83a"}.fa-itunes:before{content:"\f3b4"}.fa-itunes-note:before{content:"\f3b5"}.fa-java:before{content:"\f4e4"}.fa-jedi:before{content:"\f669"}.fa-jedi-order:before{content:"\f50e"}.fa-jenkins:before{content:"\f3b6"}.fa-jira:before{content:"\f7b1"}.fa-joget:before{content:"\f3b7"}.fa-joint:before{content:"\f595"}.fa-joomla:before{content:"\f1aa"}.fa-journal-whills:before{content:"\f66a"}.fa-js:before{content:"\f3b8"}.fa-js-square:before{content:"\f3b9"}.fa-jsfiddle:before{content:"\f1cc"}.fa-kaaba:before{content:"\f66b"}.fa-kaggle:before{content:"\f5fa"}.fa-key:before{content:"\f084"}.fa-keybase:before{content:"\f4f5"}.fa-keyboard:before{content:"\f11c"}.fa-keycdn:before{content:"\f3ba"}.fa-khanda:before{content:"\f66d"}.fa-kickstarter:before{content:"\f3bb"}.fa-kickstarter-k:before{content:"\f3bc"}.fa-kiss:before{content:"\f596"}.fa-kiss-beam:before{content:"\f597"}.fa-kiss-wink-heart:before{content:"\f598"}.fa-kiwi-bird:before{content:"\f535"}.fa-korvue:before{content:"\f42f"}.fa-landmark:before{content:"\f66f"}.fa-language:before{content:"\f1ab"}.fa-laptop:before{content:"\f109"}.fa-laptop-code:before{content:"\f5fc"}.fa-laptop-house:before{content:"\e066"}.fa-laptop-medical:before{content:"\f812"}.fa-laravel:before{content:"\f3bd"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-laugh:before{content:"\f599"}.fa-laugh-beam:before{content:"\f59a"}.fa-laugh-squint:before{content:"\f59b"}.fa-laugh-wink:before{content:"\f59c"}.fa-layer-group:before{content:"\f5fd"}.fa-leaf:before{content:"\f06c"}.fa-leanpub:before{content:"\f212"}.fa-lemon:before{content:"\f094"}.fa-less:before{content:"\f41d"}.fa-less-than:before{content:"\f536"}.fa-less-than-equal:before{content:"\f537"}.fa-level-down-alt:before{content:"\f3be"}.fa-level-up-alt:before{content:"\f3bf"}.fa-life-ring:before{content:"\f1cd"}.fa-lightbulb:before{content:"\f0eb"}.fa-line:before{content:"\f3c0"}.fa-link:before{content:"\f0c1"}.fa-linkedin:before{content:"\f08c"}.fa-linkedin-in:before{content:"\f0e1"}.fa-linode:before{content:"\f2b8"}.fa-linux:before{content:"\f17c"}.fa-lira-sign:before{content:"\f195"}.fa-list:before{content:"\f03a"}.fa-list-alt:before{content:"\f022"}.fa-list-ol:before{content:"\f0cb"}.fa-list-ul:before{content:"\f0ca"}.fa-location-arrow:before{content:"\f124"}.fa-lock:before{content:"\f023"}.fa-lock-open:before{content:"\f3c1"}.fa-long-arrow-alt-down:before{content:"\f309"}.fa-long-arrow-alt-left:before{content:"\f30a"}.fa-long-arrow-alt-right:before{content:"\f30b"}.fa-long-arrow-alt-up:before{content:"\f30c"}.fa-low-vision:before{content:"\f2a8"}.fa-luggage-cart:before{content:"\f59d"}.fa-lungs:before{content:"\f604"}.fa-lungs-virus:before{content:"\e067"}.fa-lyft:before{content:"\f3c3"}.fa-magento:before{content:"\f3c4"}.fa-magic:before{content:"\f0d0"}.fa-magnet:before{content:"\f076"}.fa-mail-bulk:before{content:"\f674"}.fa-mailchimp:before{content:"\f59e"}.fa-male:before{content:"\f183"}.fa-mandalorian:before{content:"\f50f"}.fa-map:before{content:"\f279"}.fa-map-marked:before{content:"\f59f"}.fa-map-marked-alt:before{content:"\f5a0"}.fa-map-marker:before{content:"\f041"}.fa-map-marker-alt:before{content:"\f3c5"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-markdown:before{content:"\f60f"}.fa-marker:before{content:"\f5a1"}.fa-mars:before{content:"\f222"}.fa-mars-double:before{content:"\f227"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mask:before{content:"\f6fa"}.fa-mastodon:before{content:"\f4f6"}.fa-maxcdn:before{content:"\f136"}.fa-mdb:before{content:"\f8ca"}.fa-medal:before{content:"\f5a2"}.fa-medapps:before{content:"\f3c6"}.fa-medium:before{content:"\f23a"}.fa-medium-m:before{content:"\f3c7"}.fa-medkit:before{content:"\f0fa"}.fa-medrt:before{content:"\f3c8"}.fa-meetup:before{content:"\f2e0"}.fa-megaport:before{content:"\f5a3"}.fa-meh:before{content:"\f11a"}.fa-meh-blank:before{content:"\f5a4"}.fa-meh-rolling-eyes:before{content:"\f5a5"}.fa-memory:before{content:"\f538"}.fa-mendeley:before{content:"\f7b3"}.fa-menorah:before{content:"\f676"}.fa-mercury:before{content:"\f223"}.fa-meteor:before{content:"\f753"}.fa-microblog:before{content:"\e01a"}.fa-microchip:before{content:"\f2db"}.fa-microphone:before{content:"\f130"}.fa-microphone-alt:before{content:"\f3c9"}.fa-microphone-alt-slash:before{content:"\f539"}.fa-microphone-slash:before{content:"\f131"}.fa-microscope:before{content:"\f610"}.fa-microsoft:before{content:"\f3ca"}.fa-minus:before{content:"\f068"}.fa-minus-circle:before{content:"\f056"}.fa-minus-square:before{content:"\f146"}.fa-mitten:before{content:"\f7b5"}.fa-mix:before{content:"\f3cb"}.fa-mixcloud:before{content:"\f289"}.fa-mixer:before{content:"\e056"}.fa-mizuni:before{content:"\f3cc"}.fa-mobile:before{content:"\f10b"}.fa-mobile-alt:before{content:"\f3cd"}.fa-modx:before{content:"\f285"}.fa-monero:before{content:"\f3d0"}.fa-money-bill:before{content:"\f0d6"}.fa-money-bill-alt:before{content:"\f3d1"}.fa-money-bill-wave:before{content:"\f53a"}.fa-money-bill-wave-alt:before{content:"\f53b"}.fa-money-check:before{content:"\f53c"}.fa-money-check-alt:before{content:"\f53d"}.fa-monument:before{content:"\f5a6"}.fa-moon:before{content:"\f186"}.fa-mortar-pestle:before{content:"\f5a7"}.fa-mosque:before{content:"\f678"}.fa-motorcycle:before{content:"\f21c"}.fa-mountain:before{content:"\f6fc"}.fa-mouse:before{content:"\f8cc"}.fa-mouse-pointer:before{content:"\f245"}.fa-mug-hot:before{content:"\f7b6"}.fa-music:before{content:"\f001"}.fa-napster:before{content:"\f3d2"}.fa-neos:before{content:"\f612"}.fa-network-wired:before{content:"\f6ff"}.fa-neuter:before{content:"\f22c"}.fa-newspaper:before{content:"\f1ea"}.fa-nimblr:before{content:"\f5a8"}.fa-node:before{content:"\f419"}.fa-node-js:before{content:"\f3d3"}.fa-not-equal:before{content:"\f53e"}.fa-notes-medical:before{content:"\f481"}.fa-npm:before{content:"\f3d4"}.fa-ns8:before{content:"\f3d5"}.fa-nutritionix:before{content:"\f3d6"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-octopus-deploy:before{content:"\e082"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-oil-can:before{content:"\f613"}.fa-old-republic:before{content:"\f510"}.fa-om:before{content:"\f679"}.fa-opencart:before{content:"\f23d"}.fa-openid:before{content:"\f19b"}.fa-opera:before{content:"\f26a"}.fa-optin-monster:before{content:"\f23c"}.fa-orcid:before{content:"\f8d2"}.fa-osi:before{content:"\f41a"}.fa-otter:before{content:"\f700"}.fa-outdent:before{content:"\f03b"}.fa-page4:before{content:"\f3d7"}.fa-pagelines:before{content:"\f18c"}.fa-pager:before{content:"\f815"}.fa-paint-brush:before{content:"\f1fc"}.fa-paint-roller:before{content:"\f5aa"}.fa-palette:before{content:"\f53f"}.fa-palfed:before{content:"\f3d8"}.fa-pallet:before{content:"\f482"}.fa-paper-plane:before{content:"\f1d8"}.fa-paperclip:before{content:"\f0c6"}.fa-parachute-box:before{content:"\f4cd"}.fa-paragraph:before{content:"\f1dd"}.fa-parking:before{content:"\f540"}.fa-passport:before{content:"\f5ab"}.fa-pastafarianism:before{content:"\f67b"}.fa-paste:before{content:"\f0ea"}.fa-patreon:before{content:"\f3d9"}.fa-pause:before{content:"\f04c"}.fa-pause-circle:before{content:"\f28b"}.fa-paw:before{content:"\f1b0"}.fa-paypal:before{content:"\f1ed"}.fa-peace:before{content:"\f67c"}.fa-pen:before{content:"\f304"}.fa-pen-alt:before{content:"\f305"}.fa-pen-fancy:before{content:"\f5ac"}.fa-pen-nib:before{content:"\f5ad"}.fa-pen-square:before{content:"\f14b"}.fa-pencil-alt:before{content:"\f303"}.fa-pencil-ruler:before{content:"\f5ae"}.fa-penny-arcade:before{content:"\f704"}.fa-people-arrows:before{content:"\e068"}.fa-people-carry:before{content:"\f4ce"}.fa-pepper-hot:before{content:"\f816"}.fa-perbyte:before{content:"\e083"}.fa-percent:before{content:"\f295"}.fa-percentage:before{content:"\f541"}.fa-periscope:before{content:"\f3da"}.fa-person-booth:before{content:"\f756"}.fa-phabricator:before{content:"\f3db"}.fa-phoenix-framework:before{content:"\f3dc"}.fa-phoenix-squadron:before{content:"\f511"}.fa-phone:before{content:"\f095"}.fa-phone-alt:before{content:"\f879"}.fa-phone-slash:before{content:"\f3dd"}.fa-phone-square:before{content:"\f098"}.fa-phone-square-alt:before{content:"\f87b"}.fa-phone-volume:before{content:"\f2a0"}.fa-photo-video:before{content:"\f87c"}.fa-php:before{content:"\f457"}.fa-pied-piper:before{content:"\f2ae"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-pied-piper-hat:before{content:"\f4e5"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-square:before{content:"\e01e"}.fa-piggy-bank:before{content:"\f4d3"}.fa-pills:before{content:"\f484"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-p:before{content:"\f231"}.fa-pinterest-square:before{content:"\f0d3"}.fa-pizza-slice:before{content:"\f818"}.fa-place-of-worship:before{content:"\f67f"}.fa-plane:before{content:"\f072"}.fa-plane-arrival:before{content:"\f5af"}.fa-plane-departure:before{content:"\f5b0"}.fa-plane-slash:before{content:"\e069"}.fa-play:before{content:"\f04b"}.fa-play-circle:before{content:"\f144"}.fa-playstation:before{content:"\f3df"}.fa-plug:before{content:"\f1e6"}.fa-plus:before{content:"\f067"}.fa-plus-circle:before{content:"\f055"}.fa-plus-square:before{content:"\f0fe"}.fa-podcast:before{content:"\f2ce"}.fa-poll:before{content:"\f681"}.fa-poll-h:before{content:"\f682"}.fa-poo:before{content:"\f2fe"}.fa-poo-storm:before{content:"\f75a"}.fa-poop:before{content:"\f619"}.fa-portrait:before{content:"\f3e0"}.fa-pound-sign:before{content:"\f154"}.fa-power-off:before{content:"\f011"}.fa-pray:before{content:"\f683"}.fa-praying-hands:before{content:"\f684"}.fa-prescription:before{content:"\f5b1"}.fa-prescription-bottle:before{content:"\f485"}.fa-prescription-bottle-alt:before{content:"\f486"}.fa-print:before{content:"\f02f"}.fa-procedures:before{content:"\f487"}.fa-product-hunt:before{content:"\f288"}.fa-project-diagram:before{content:"\f542"}.fa-pump-medical:before{content:"\e06a"}.fa-pump-soap:before{content:"\e06b"}.fa-pushed:before{content:"\f3e1"}.fa-puzzle-piece:before{content:"\f12e"}.fa-python:before{content:"\f3e2"}.fa-qq:before{content:"\f1d6"}.fa-qrcode:before{content:"\f029"}.fa-question:before{content:"\f128"}.fa-question-circle:before{content:"\f059"}.fa-quidditch:before{content:"\f458"}.fa-quinscape:before{content:"\f459"}.fa-quora:before{content:"\f2c4"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-quran:before{content:"\f687"}.fa-r-project:before{content:"\f4f7"}.fa-radiation:before{content:"\f7b9"}.fa-radiation-alt:before{content:"\f7ba"}.fa-rainbow:before{content:"\f75b"}.fa-random:before{content:"\f074"}.fa-raspberry-pi:before{content:"\f7bb"}.fa-ravelry:before{content:"\f2d9"}.fa-react:before{content:"\f41b"}.fa-reacteurope:before{content:"\f75d"}.fa-readme:before{content:"\f4d5"}.fa-rebel:before{content:"\f1d0"}.fa-receipt:before{content:"\f543"}.fa-record-vinyl:before{content:"\f8d9"}.fa-recycle:before{content:"\f1b8"}.fa-red-river:before{content:"\f3e3"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-alien:before{content:"\f281"}.fa-reddit-square:before{content:"\f1a2"}.fa-redhat:before{content:"\f7bc"}.fa-redo:before{content:"\f01e"}.fa-redo-alt:before{content:"\f2f9"}.fa-registered:before{content:"\f25d"}.fa-remove-format:before{content:"\f87d"}.fa-renren:before{content:"\f18b"}.fa-reply:before{content:"\f3e5"}.fa-reply-all:before{content:"\f122"}.fa-replyd:before{content:"\f3e6"}.fa-republican:before{content:"\f75e"}.fa-researchgate:before{content:"\f4f8"}.fa-resolving:before{content:"\f3e7"}.fa-restroom:before{content:"\f7bd"}.fa-retweet:before{content:"\f079"}.fa-rev:before{content:"\f5b2"}.fa-ribbon:before{content:"\f4d6"}.fa-ring:before{content:"\f70b"}.fa-road:before{content:"\f018"}.fa-robot:before{content:"\f544"}.fa-rocket:before{content:"\f135"}.fa-rocketchat:before{content:"\f3e8"}.fa-rockrms:before{content:"\f3e9"}.fa-route:before{content:"\f4d7"}.fa-rss:before{content:"\f09e"}.fa-rss-square:before{content:"\f143"}.fa-ruble-sign:before{content:"\f158"}.fa-ruler:before{content:"\f545"}.fa-ruler-combined:before{content:"\f546"}.fa-ruler-horizontal:before{content:"\f547"}.fa-ruler-vertical:before{content:"\f548"}.fa-running:before{content:"\f70c"}.fa-rupee-sign:before{content:"\f156"}.fa-rust:before{content:"\e07a"}.fa-sad-cry:before{content:"\f5b3"}.fa-sad-tear:before{content:"\f5b4"}.fa-safari:before{content:"\f267"}.fa-salesforce:before{content:"\f83b"}.fa-sass:before{content:"\f41e"}.fa-satellite:before{content:"\f7bf"}.fa-satellite-dish:before{content:"\f7c0"}.fa-save:before{content:"\f0c7"}.fa-schlix:before{content:"\f3ea"}.fa-school:before{content:"\f549"}.fa-screwdriver:before{content:"\f54a"}.fa-scribd:before{content:"\f28a"}.fa-scroll:before{content:"\f70e"}.fa-sd-card:before{content:"\f7c2"}.fa-search:before{content:"\f002"}.fa-search-dollar:before{content:"\f688"}.fa-search-location:before{content:"\f689"}.fa-search-minus:before{content:"\f010"}.fa-search-plus:before{content:"\f00e"}.fa-searchengin:before{content:"\f3eb"}.fa-seedling:before{content:"\f4d8"}.fa-sellcast:before{content:"\f2da"}.fa-sellsy:before{content:"\f213"}.fa-server:before{content:"\f233"}.fa-servicestack:before{content:"\f3ec"}.fa-shapes:before{content:"\f61f"}.fa-share:before{content:"\f064"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-share-square:before{content:"\f14d"}.fa-shekel-sign:before{content:"\f20b"}.fa-shield-alt:before{content:"\f3ed"}.fa-shield-virus:before{content:"\e06c"}.fa-ship:before{content:"\f21a"}.fa-shipping-fast:before{content:"\f48b"}.fa-shirtsinbulk:before{content:"\f214"}.fa-shoe-prints:before{content:"\f54b"}.fa-shopify:before{content:"\e057"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-shopping-cart:before{content:"\f07a"}.fa-shopware:before{content:"\f5b5"}.fa-shower:before{content:"\f2cc"}.fa-shuttle-van:before{content:"\f5b6"}.fa-sign:before{content:"\f4d9"}.fa-sign-in-alt:before{content:"\f2f6"}.fa-sign-language:before{content:"\f2a7"}.fa-sign-out-alt:before{content:"\f2f5"}.fa-signal:before{content:"\f012"}.fa-signature:before{content:"\f5b7"}.fa-sim-card:before{content:"\f7c4"}.fa-simplybuilt:before{content:"\f215"}.fa-sink:before{content:"\e06d"}.fa-sistrix:before{content:"\f3ee"}.fa-sitemap:before{content:"\f0e8"}.fa-sith:before{content:"\f512"}.fa-skating:before{content:"\f7c5"}.fa-sketch:before{content:"\f7c6"}.fa-skiing:before{content:"\f7c9"}.fa-skiing-nordic:before{content:"\f7ca"}.fa-skull:before{content:"\f54c"}.fa-skull-crossbones:before{content:"\f714"}.fa-skyatlas:before{content:"\f216"}.fa-skype:before{content:"\f17e"}.fa-slack:before{content:"\f198"}.fa-slack-hash:before{content:"\f3ef"}.fa-slash:before{content:"\f715"}.fa-sleigh:before{content:"\f7cc"}.fa-sliders-h:before{content:"\f1de"}.fa-slideshare:before{content:"\f1e7"}.fa-smile:before{content:"\f118"}.fa-smile-beam:before{content:"\f5b8"}.fa-smile-wink:before{content:"\f4da"}.fa-smog:before{content:"\f75f"}.fa-smoking:before{content:"\f48d"}.fa-smoking-ban:before{content:"\f54d"}.fa-sms:before{content:"\f7cd"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-snowboarding:before{content:"\f7ce"}.fa-snowflake:before{content:"\f2dc"}.fa-snowman:before{content:"\f7d0"}.fa-snowplow:before{content:"\f7d2"}.fa-soap:before{content:"\e06e"}.fa-socks:before{content:"\f696"}.fa-solar-panel:before{content:"\f5ba"}.fa-sort:before{content:"\f0dc"}.fa-sort-alpha-down:before{content:"\f15d"}.fa-sort-alpha-down-alt:before{content:"\f881"}.fa-sort-alpha-up:before{content:"\f15e"}.fa-sort-alpha-up-alt:before{content:"\f882"}.fa-sort-amount-down:before{content:"\f160"}.fa-sort-amount-down-alt:before{content:"\f884"}.fa-sort-amount-up:before{content:"\f161"}.fa-sort-amount-up-alt:before{content:"\f885"}.fa-sort-down:before{content:"\f0dd"}.fa-sort-numeric-down:before{content:"\f162"}.fa-sort-numeric-down-alt:before{content:"\f886"}.fa-sort-numeric-up:before{content:"\f163"}.fa-sort-numeric-up-alt:before{content:"\f887"}.fa-sort-up:before{content:"\f0de"}.fa-soundcloud:before{content:"\f1be"}.fa-sourcetree:before{content:"\f7d3"}.fa-spa:before{content:"\f5bb"}.fa-space-shuttle:before{content:"\f197"}.fa-speakap:before{content:"\f3f3"}.fa-speaker-deck:before{content:"\f83c"}.fa-spell-check:before{content:"\f891"}.fa-spider:before{content:"\f717"}.fa-spinner:before{content:"\f110"}.fa-splotch:before{content:"\f5bc"}.fa-spotify:before{content:"\f1bc"}.fa-spray-can:before{content:"\f5bd"}.fa-square:before{content:"\f0c8"}.fa-square-full:before{content:"\f45c"}.fa-square-root-alt:before{content:"\f698"}.fa-squarespace:before{content:"\f5be"}.fa-stack-exchange:before{content:"\f18d"}.fa-stack-overflow:before{content:"\f16c"}.fa-stackpath:before{content:"\f842"}.fa-stamp:before{content:"\f5bf"}.fa-star:before{content:"\f005"}.fa-star-and-crescent:before{content:"\f699"}.fa-star-half:before{content:"\f089"}.fa-star-half-alt:before{content:"\f5c0"}.fa-star-of-david:before{content:"\f69a"}.fa-star-of-life:before{content:"\f621"}.fa-staylinked:before{content:"\f3f5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-steam-symbol:before{content:"\f3f6"}.fa-step-backward:before{content:"\f048"}.fa-step-forward:before{content:"\f051"}.fa-stethoscope:before{content:"\f0f1"}.fa-sticker-mule:before{content:"\f3f7"}.fa-sticky-note:before{content:"\f249"}.fa-stop:before{content:"\f04d"}.fa-stop-circle:before{content:"\f28d"}.fa-stopwatch:before{content:"\f2f2"}.fa-stopwatch-20:before{content:"\e06f"}.fa-store:before{content:"\f54e"}.fa-store-alt:before{content:"\f54f"}.fa-store-alt-slash:before{content:"\e070"}.fa-store-slash:before{content:"\e071"}.fa-strava:before{content:"\f428"}.fa-stream:before{content:"\f550"}.fa-street-view:before{content:"\f21d"}.fa-strikethrough:before{content:"\f0cc"}.fa-stripe:before{content:"\f429"}.fa-stripe-s:before{content:"\f42a"}.fa-stroopwafel:before{content:"\f551"}.fa-studiovinari:before{content:"\f3f8"}.fa-stumbleupon:before{content:"\f1a4"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-subscript:before{content:"\f12c"}.fa-subway:before{content:"\f239"}.fa-suitcase:before{content:"\f0f2"}.fa-suitcase-rolling:before{content:"\f5c1"}.fa-sun:before{content:"\f185"}.fa-superpowers:before{content:"\f2dd"}.fa-superscript:before{content:"\f12b"}.fa-supple:before{content:"\f3f9"}.fa-surprise:before{content:"\f5c2"}.fa-suse:before{content:"\f7d6"}.fa-swatchbook:before{content:"\f5c3"}.fa-swift:before{content:"\f8e1"}.fa-swimmer:before{content:"\f5c4"}.fa-swimming-pool:before{content:"\f5c5"}.fa-symfony:before{content:"\f83d"}.fa-synagogue:before{content:"\f69b"}.fa-sync:before{content:"\f021"}.fa-sync-alt:before{content:"\f2f1"}.fa-syringe:before{content:"\f48e"}.fa-table:before{content:"\f0ce"}.fa-table-tennis:before{content:"\f45d"}.fa-tablet:before{content:"\f10a"}.fa-tablet-alt:before{content:"\f3fa"}.fa-tablets:before{content:"\f490"}.fa-tachometer-alt:before{content:"\f3fd"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-tape:before{content:"\f4db"}.fa-tasks:before{content:"\f0ae"}.fa-taxi:before{content:"\f1ba"}.fa-teamspeak:before{content:"\f4f9"}.fa-teeth:before{content:"\f62e"}.fa-teeth-open:before{content:"\f62f"}.fa-telegram:before{content:"\f2c6"}.fa-telegram-plane:before{content:"\f3fe"}.fa-temperature-high:before{content:"\f769"}.fa-temperature-low:before{content:"\f76b"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-tenge:before{content:"\f7d7"}.fa-terminal:before{content:"\f120"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-th:before{content:"\f00a"}.fa-th-large:before{content:"\f009"}.fa-th-list:before{content:"\f00b"}.fa-the-red-yeti:before{content:"\f69d"}.fa-theater-masks:before{content:"\f630"}.fa-themeco:before{content:"\f5c6"}.fa-themeisle:before{content:"\f2b2"}.fa-thermometer:before{content:"\f491"}.fa-thermometer-empty:before{content:"\f2cb"}.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-think-peaks:before{content:"\f731"}.fa-thumbs-down:before{content:"\f165"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbtack:before{content:"\f08d"}.fa-ticket-alt:before{content:"\f3ff"}.fa-tiktok:before{content:"\e07b"}.fa-times:before{content:"\f00d"}.fa-times-circle:before{content:"\f057"}.fa-tint:before{content:"\f043"}.fa-tint-slash:before{content:"\f5c7"}.fa-tired:before{content:"\f5c8"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-toilet:before{content:"\f7d8"}.fa-toilet-paper:before{content:"\f71e"}.fa-toilet-paper-slash:before{content:"\e072"}.fa-toolbox:before{content:"\f552"}.fa-tools:before{content:"\f7d9"}.fa-tooth:before{content:"\f5c9"}.fa-torah:before{content:"\f6a0"}.fa-torii-gate:before{content:"\f6a1"}.fa-tractor:before{content:"\f722"}.fa-trade-federation:before{content:"\f513"}.fa-trademark:before{content:"\f25c"}.fa-traffic-light:before{content:"\f637"}.fa-trailer:before{content:"\e041"}.fa-train:before{content:"\f238"}.fa-tram:before{content:"\f7da"}.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-trash:before{content:"\f1f8"}.fa-trash-alt:before{content:"\f2ed"}.fa-trash-restore:before{content:"\f829"}.fa-trash-restore-alt:before{content:"\f82a"}.fa-tree:before{content:"\f1bb"}.fa-trello:before{content:"\f181"}.fa-tripadvisor:before{content:"\f262"}.fa-trophy:before{content:"\f091"}.fa-truck:before{content:"\f0d1"}.fa-truck-loading:before{content:"\f4de"}.fa-truck-monster:before{content:"\f63b"}.fa-truck-moving:before{content:"\f4df"}.fa-truck-pickup:before{content:"\f63c"}.fa-tshirt:before{content:"\f553"}.fa-tty:before{content:"\f1e4"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-tv:before{content:"\f26c"}.fa-twitch:before{content:"\f1e8"}.fa-twitter:before{content:"\f099"}.fa-twitter-square:before{content:"\f081"}.fa-typo3:before{content:"\f42b"}.fa-uber:before{content:"\f402"}.fa-ubuntu:before{content:"\f7df"}.fa-uikit:before{content:"\f403"}.fa-umbraco:before{content:"\f8e8"}.fa-umbrella:before{content:"\f0e9"}.fa-umbrella-beach:before{content:"\f5ca"}.fa-uncharted:before{content:"\e084"}.fa-underline:before{content:"\f0cd"}.fa-undo:before{content:"\f0e2"}.fa-undo-alt:before{content:"\f2ea"}.fa-uniregistry:before{content:"\f404"}.fa-unity:before{content:"\e049"}.fa-universal-access:before{content:"\f29a"}.fa-university:before{content:"\f19c"}.fa-unlink:before{content:"\f127"}.fa-unlock:before{content:"\f09c"}.fa-unlock-alt:before{content:"\f13e"}.fa-unsplash:before{content:"\e07c"}.fa-untappd:before{content:"\f405"}.fa-upload:before{content:"\f093"}.fa-ups:before{content:"\f7e0"}.fa-usb:before{content:"\f287"}.fa-user:before{content:"\f007"}.fa-user-alt:before{content:"\f406"}.fa-user-alt-slash:before{content:"\f4fa"}.fa-user-astronaut:before{content:"\f4fb"}.fa-user-check:before{content:"\f4fc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-clock:before{content:"\f4fd"}.fa-user-cog:before{content:"\f4fe"}.fa-user-edit:before{content:"\f4ff"}.fa-user-friends:before{content:"\f500"}.fa-user-graduate:before{content:"\f501"}.fa-user-injured:before{content:"\f728"}.fa-user-lock:before{content:"\f502"}.fa-user-md:before{content:"\f0f0"}.fa-user-minus:before{content:"\f503"}.fa-user-ninja:before{content:"\f504"}.fa-user-nurse:before{content:"\f82f"}.fa-user-plus:before{content:"\f234"}.fa-user-secret:before{content:"\f21b"}.fa-user-shield:before{content:"\f505"}.fa-user-slash:before{content:"\f506"}.fa-user-tag:before{content:"\f507"}.fa-user-tie:before{content:"\f508"}.fa-user-times:before{content:"\f235"}.fa-users:before{content:"\f0c0"}.fa-users-cog:before{content:"\f509"}.fa-users-slash:before{content:"\e073"}.fa-usps:before{content:"\f7e1"}.fa-ussunnah:before{content:"\f407"}.fa-utensil-spoon:before{content:"\f2e5"}.fa-utensils:before{content:"\f2e7"}.fa-vaadin:before{content:"\f408"}.fa-vector-square:before{content:"\f5cb"}.fa-venus:before{content:"\f221"}.fa-venus-double:before{content:"\f226"}.fa-venus-mars:before{content:"\f228"}.fa-vest:before{content:"\e085"}.fa-vest-patches:before{content:"\e086"}.fa-viacoin:before{content:"\f237"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-vial:before{content:"\f492"}.fa-vials:before{content:"\f493"}.fa-viber:before{content:"\f409"}.fa-video:before{content:"\f03d"}.fa-video-slash:before{content:"\f4e2"}.fa-vihara:before{content:"\f6a7"}.fa-vimeo:before{content:"\f40a"}.fa-vimeo-square:before{content:"\f194"}.fa-vimeo-v:before{content:"\f27d"}.fa-vine:before{content:"\f1ca"}.fa-virus:before{content:"\e074"}.fa-virus-slash:before{content:"\e075"}.fa-viruses:before{content:"\e076"}.fa-vk:before{content:"\f189"}.fa-vnv:before{content:"\f40b"}.fa-voicemail:before{content:"\f897"}.fa-volleyball-ball:before{content:"\f45f"}.fa-volume-down:before{content:"\f027"}.fa-volume-mute:before{content:"\f6a9"}.fa-volume-off:before{content:"\f026"}.fa-volume-up:before{content:"\f028"}.fa-vote-yea:before{content:"\f772"}.fa-vr-cardboard:before{content:"\f729"}.fa-vuejs:before{content:"\f41f"}.fa-walking:before{content:"\f554"}.fa-wallet:before{content:"\f555"}.fa-warehouse:before{content:"\f494"}.fa-watchman-monitoring:before{content:"\e087"}.fa-water:before{content:"\f773"}.fa-wave-square:before{content:"\f83e"}.fa-waze:before{content:"\f83f"}.fa-weebly:before{content:"\f5cc"}.fa-weibo:before{content:"\f18a"}.fa-weight:before{content:"\f496"}.fa-weight-hanging:before{content:"\f5cd"}.fa-weixin:before{content:"\f1d7"}.fa-whatsapp:before{content:"\f232"}.fa-whatsapp-square:before{content:"\f40c"}.fa-wheelchair:before{content:"\f193"}.fa-whmcs:before{content:"\f40d"}.fa-wifi:before{content:"\f1eb"}.fa-wikipedia-w:before{content:"\f266"}.fa-wind:before{content:"\f72e"}.fa-window-close:before{content:"\f410"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-windows:before{content:"\f17a"}.fa-wine-bottle:before{content:"\f72f"}.fa-wine-glass:before{content:"\f4e3"}.fa-wine-glass-alt:before{content:"\f5ce"}.fa-wix:before{content:"\f5cf"}.fa-wizards-of-the-coast:before{content:"\f730"}.fa-wodu:before{content:"\e088"}.fa-wolf-pack-battalion:before{content:"\f514"}.fa-won-sign:before{content:"\f159"}.fa-wordpress:before{content:"\f19a"}.fa-wordpress-simple:before{content:"\f411"}.fa-wpbeginner:before{content:"\f297"}.fa-wpexplorer:before{content:"\f2de"}.fa-wpforms:before{content:"\f298"}.fa-wpressr:before{content:"\f3e4"}.fa-wrench:before{content:"\f0ad"}.fa-x-ray:before{content:"\f497"}.fa-xbox:before{content:"\f412"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-y-combinator:before{content:"\f23b"}.fa-yahoo:before{content:"\f19e"}.fa-yammer:before{content:"\f840"}.fa-yandex:before{content:"\f413"}.fa-yandex-international:before{content:"\f414"}.fa-yarn:before{content:"\f7e3"}.fa-yelp:before{content:"\f1e9"}.fa-yen-sign:before{content:"\f157"}.fa-yin-yang:before{content:"\f6ad"}.fa-yoast:before{content:"\f2b1"}.fa-youtube:before{content:"\f167"}.fa-youtube-square:before{content:"\f431"}.fa-zhihu:before{content:"\f63f"}.sr-only{border:0;clip:rect(0,0,0,0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.sr-only-focusable:active,.sr-only-focusable:focus{clip:auto;height:auto;margin:0;overflow:visible;position:static;width:auto}@font-face{font-family:"Font Awesome 5 Brands";font-style:normal;font-weight:400;font-display:block;src:url(//hradhouska.cz/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-brands-400.eot);src:url(//hradhouska.cz/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-brands-400.eot?#iefix) format("embedded-opentype"),url(//hradhouska.cz/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-brands-400.woff2) format("woff2"),url(//hradhouska.cz/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-brands-400.woff) format("woff"),url(//hradhouska.cz/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-brands-400.ttf) format("truetype"),url(//hradhouska.cz/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-brands-400.svg#fontawesome) format("svg")}.fab{font-family:"Font Awesome 5 Brands"}@font-face{font-family:"Font Awesome 5 Free";font-style:normal;font-weight:400;font-display:block;src:url(//hradhouska.cz/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-regular-400.eot);src:url(//hradhouska.cz/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-regular-400.eot?#iefix) format("embedded-opentype"),url(//hradhouska.cz/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-regular-400.woff2) format("woff2"),url(//hradhouska.cz/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-regular-400.woff) format("woff"),url(//hradhouska.cz/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-regular-400.ttf) format("truetype"),url(//hradhouska.cz/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-regular-400.svg#fontawesome) format("svg")}.fab,.far{font-weight:400}@font-face{font-family:"Font Awesome 5 Free";font-style:normal;font-weight:900;font-display:block;src:url(//hradhouska.cz/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-solid-900.eot);src:url(//hradhouska.cz/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-solid-900.eot?#iefix) format("embedded-opentype"),url(//hradhouska.cz/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-solid-900.woff2) format("woff2"),url(//hradhouska.cz/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-solid-900.woff) format("woff"),url(//hradhouska.cz/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-solid-900.ttf) format("truetype"),url(//hradhouska.cz/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-solid-900.svg#fontawesome) format("svg")}.fa,.far,.fas{font-family:"Font Awesome 5 Free"}.fa,.fas{font-weight:900}.fa.fa-glass:before{content:"\f000"}.fa.fa-meetup{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-star-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-star-o:before{content:"\f005"}.fa.fa-close:before,.fa.fa-remove:before{content:"\f00d"}.fa.fa-gear:before{content:"\f013"}.fa.fa-trash-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-trash-o:before{content:"\f2ed"}.fa.fa-file-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-file-o:before{content:"\f15b"}.fa.fa-clock-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-clock-o:before{content:"\f017"}.fa.fa-arrow-circle-o-down{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-arrow-circle-o-down:before{content:"\f358"}.fa.fa-arrow-circle-o-up{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-arrow-circle-o-up:before{content:"\f35b"}.fa.fa-play-circle-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-play-circle-o:before{content:"\f144"}.fa.fa-repeat:before,.fa.fa-rotate-right:before{content:"\f01e"}.fa.fa-refresh:before{content:"\f021"}.fa.fa-list-alt{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-dedent:before{content:"\f03b"}.fa.fa-video-camera:before{content:"\f03d"}.fa.fa-picture-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-picture-o:before{content:"\f03e"}.fa.fa-photo{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-photo:before{content:"\f03e"}.fa.fa-image{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-image:before{content:"\f03e"}.fa.fa-pencil:before{content:"\f303"}.fa.fa-map-marker:before{content:"\f3c5"}.fa.fa-pencil-square-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-pencil-square-o:before{content:"\f044"}.fa.fa-share-square-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-share-square-o:before{content:"\f14d"}.fa.fa-check-square-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-check-square-o:before{content:"\f14a"}.fa.fa-arrows:before{content:"\f0b2"}.fa.fa-times-circle-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-times-circle-o:before{content:"\f057"}.fa.fa-check-circle-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-check-circle-o:before{content:"\f058"}.fa.fa-mail-forward:before{content:"\f064"}.fa.fa-expand:before{content:"\f424"}.fa.fa-compress:before{content:"\f422"}.fa.fa-eye,.fa.fa-eye-slash{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-warning:before{content:"\f071"}.fa.fa-calendar:before{content:"\f073"}.fa.fa-arrows-v:before{content:"\f338"}.fa.fa-arrows-h:before{content:"\f337"}.fa.fa-bar-chart{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-bar-chart:before{content:"\f080"}.fa.fa-bar-chart-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-bar-chart-o:before{content:"\f080"}.fa.fa-facebook-square,.fa.fa-twitter-square{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-gears:before{content:"\f085"}.fa.fa-thumbs-o-up{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-thumbs-o-up:before{content:"\f164"}.fa.fa-thumbs-o-down{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-thumbs-o-down:before{content:"\f165"}.fa.fa-heart-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-heart-o:before{content:"\f004"}.fa.fa-sign-out:before{content:"\f2f5"}.fa.fa-linkedin-square{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-linkedin-square:before{content:"\f08c"}.fa.fa-thumb-tack:before{content:"\f08d"}.fa.fa-external-link:before{content:"\f35d"}.fa.fa-sign-in:before{content:"\f2f6"}.fa.fa-github-square{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-lemon-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-lemon-o:before{content:"\f094"}.fa.fa-square-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-square-o:before{content:"\f0c8"}.fa.fa-bookmark-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-bookmark-o:before{content:"\f02e"}.fa.fa-facebook,.fa.fa-twitter{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-facebook:before{content:"\f39e"}.fa.fa-facebook-f{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-facebook-f:before{content:"\f39e"}.fa.fa-github{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-credit-card{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-feed:before{content:"\f09e"}.fa.fa-hdd-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-hdd-o:before{content:"\f0a0"}.fa.fa-hand-o-right{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-hand-o-right:before{content:"\f0a4"}.fa.fa-hand-o-left{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-hand-o-left:before{content:"\f0a5"}.fa.fa-hand-o-up{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-hand-o-up:before{content:"\f0a6"}.fa.fa-hand-o-down{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-hand-o-down:before{content:"\f0a7"}.fa.fa-arrows-alt:before{content:"\f31e"}.fa.fa-group:before{content:"\f0c0"}.fa.fa-chain:before{content:"\f0c1"}.fa.fa-scissors:before{content:"\f0c4"}.fa.fa-files-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-files-o:before{content:"\f0c5"}.fa.fa-floppy-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-floppy-o:before{content:"\f0c7"}.fa.fa-navicon:before,.fa.fa-reorder:before{content:"\f0c9"}.fa.fa-google-plus,.fa.fa-google-plus-square,.fa.fa-pinterest,.fa.fa-pinterest-square{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-google-plus:before{content:"\f0d5"}.fa.fa-money{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-money:before{content:"\f3d1"}.fa.fa-unsorted:before{content:"\f0dc"}.fa.fa-sort-desc:before{content:"\f0dd"}.fa.fa-sort-asc:before{content:"\f0de"}.fa.fa-linkedin{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-linkedin:before{content:"\f0e1"}.fa.fa-rotate-left:before{content:"\f0e2"}.fa.fa-legal:before{content:"\f0e3"}.fa.fa-dashboard:before,.fa.fa-tachometer:before{content:"\f3fd"}.fa.fa-comment-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-comment-o:before{content:"\f075"}.fa.fa-comments-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-comments-o:before{content:"\f086"}.fa.fa-flash:before{content:"\f0e7"}.fa.fa-clipboard,.fa.fa-paste{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-paste:before{content:"\f328"}.fa.fa-lightbulb-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-lightbulb-o:before{content:"\f0eb"}.fa.fa-exchange:before{content:"\f362"}.fa.fa-cloud-download:before{content:"\f381"}.fa.fa-cloud-upload:before{content:"\f382"}.fa.fa-bell-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-bell-o:before{content:"\f0f3"}.fa.fa-cutlery:before{content:"\f2e7"}.fa.fa-file-text-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-file-text-o:before{content:"\f15c"}.fa.fa-building-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-building-o:before{content:"\f1ad"}.fa.fa-hospital-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-hospital-o:before{content:"\f0f8"}.fa.fa-tablet:before{content:"\f3fa"}.fa.fa-mobile-phone:before,.fa.fa-mobile:before{content:"\f3cd"}.fa.fa-circle-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-circle-o:before{content:"\f111"}.fa.fa-mail-reply:before{content:"\f3e5"}.fa.fa-github-alt{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-folder-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-folder-o:before{content:"\f07b"}.fa.fa-folder-open-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-folder-open-o:before{content:"\f07c"}.fa.fa-smile-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-smile-o:before{content:"\f118"}.fa.fa-frown-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-frown-o:before{content:"\f119"}.fa.fa-meh-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-meh-o:before{content:"\f11a"}.fa.fa-keyboard-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-keyboard-o:before{content:"\f11c"}.fa.fa-flag-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-flag-o:before{content:"\f024"}.fa.fa-mail-reply-all:before{content:"\f122"}.fa.fa-star-half-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-star-half-o:before{content:"\f089"}.fa.fa-star-half-empty{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-star-half-empty:before{content:"\f089"}.fa.fa-star-half-full{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-star-half-full:before{content:"\f089"}.fa.fa-code-fork:before{content:"\f126"}.fa.fa-chain-broken:before{content:"\f127"}.fa.fa-shield:before{content:"\f3ed"}.fa.fa-calendar-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-calendar-o:before{content:"\f133"}.fa.fa-css3,.fa.fa-html5,.fa.fa-maxcdn{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-ticket:before{content:"\f3ff"}.fa.fa-minus-square-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-minus-square-o:before{content:"\f146"}.fa.fa-level-up:before{content:"\f3bf"}.fa.fa-level-down:before{content:"\f3be"}.fa.fa-pencil-square:before{content:"\f14b"}.fa.fa-external-link-square:before{content:"\f360"}.fa.fa-compass{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-caret-square-o-down{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-caret-square-o-down:before{content:"\f150"}.fa.fa-toggle-down{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-toggle-down:before{content:"\f150"}.fa.fa-caret-square-o-up{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-caret-square-o-up:before{content:"\f151"}.fa.fa-toggle-up{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-toggle-up:before{content:"\f151"}.fa.fa-caret-square-o-right{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-caret-square-o-right:before{content:"\f152"}.fa.fa-toggle-right{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-toggle-right:before{content:"\f152"}.fa.fa-eur:before,.fa.fa-euro:before{content:"\f153"}.fa.fa-gbp:before{content:"\f154"}.fa.fa-dollar:before,.fa.fa-usd:before{content:"\f155"}.fa.fa-inr:before,.fa.fa-rupee:before{content:"\f156"}.fa.fa-cny:before,.fa.fa-jpy:before,.fa.fa-rmb:before,.fa.fa-yen:before{content:"\f157"}.fa.fa-rouble:before,.fa.fa-rub:before,.fa.fa-ruble:before{content:"\f158"}.fa.fa-krw:before,.fa.fa-won:before{content:"\f159"}.fa.fa-bitcoin,.fa.fa-btc{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-bitcoin:before{content:"\f15a"}.fa.fa-file-text:before{content:"\f15c"}.fa.fa-sort-alpha-asc:before{content:"\f15d"}.fa.fa-sort-alpha-desc:before{content:"\f881"}.fa.fa-sort-amount-asc:before{content:"\f160"}.fa.fa-sort-amount-desc:before{content:"\f884"}.fa.fa-sort-numeric-asc:before{content:"\f162"}.fa.fa-sort-numeric-desc:before{content:"\f886"}.fa.fa-xing,.fa.fa-xing-square,.fa.fa-youtube,.fa.fa-youtube-play,.fa.fa-youtube-square{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-youtube-play:before{content:"\f167"}.fa.fa-adn,.fa.fa-bitbucket,.fa.fa-bitbucket-square,.fa.fa-dropbox,.fa.fa-flickr,.fa.fa-instagram,.fa.fa-stack-overflow{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-bitbucket-square:before{content:"\f171"}.fa.fa-tumblr,.fa.fa-tumblr-square{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-long-arrow-down:before{content:"\f309"}.fa.fa-long-arrow-up:before{content:"\f30c"}.fa.fa-long-arrow-left:before{content:"\f30a"}.fa.fa-long-arrow-right:before{content:"\f30b"}.fa.fa-android,.fa.fa-apple,.fa.fa-dribbble,.fa.fa-foursquare,.fa.fa-gittip,.fa.fa-gratipay,.fa.fa-linux,.fa.fa-skype,.fa.fa-trello,.fa.fa-windows{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-gittip:before{content:"\f184"}.fa.fa-sun-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-sun-o:before{content:"\f185"}.fa.fa-moon-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-moon-o:before{content:"\f186"}.fa.fa-pagelines,.fa.fa-renren,.fa.fa-stack-exchange,.fa.fa-vk,.fa.fa-weibo{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-arrow-circle-o-right{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-arrow-circle-o-right:before{content:"\f35a"}.fa.fa-arrow-circle-o-left{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-arrow-circle-o-left:before{content:"\f359"}.fa.fa-caret-square-o-left{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-caret-square-o-left:before{content:"\f191"}.fa.fa-toggle-left{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-toggle-left:before{content:"\f191"}.fa.fa-dot-circle-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-dot-circle-o:before{content:"\f192"}.fa.fa-vimeo-square{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-try:before,.fa.fa-turkish-lira:before{content:"\f195"}.fa.fa-plus-square-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-plus-square-o:before{content:"\f0fe"}.fa.fa-openid,.fa.fa-slack,.fa.fa-wordpress{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-bank:before,.fa.fa-institution:before{content:"\f19c"}.fa.fa-mortar-board:before{content:"\f19d"}.fa.fa-delicious,.fa.fa-digg,.fa.fa-drupal,.fa.fa-google,.fa.fa-joomla,.fa.fa-pied-piper-alt,.fa.fa-pied-piper-pp,.fa.fa-reddit,.fa.fa-reddit-square,.fa.fa-stumbleupon,.fa.fa-stumbleupon-circle,.fa.fa-yahoo{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-spoon:before{content:"\f2e5"}.fa.fa-behance,.fa.fa-behance-square,.fa.fa-steam,.fa.fa-steam-square{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-automobile:before{content:"\f1b9"}.fa.fa-envelope-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-envelope-o:before{content:"\f0e0"}.fa.fa-deviantart,.fa.fa-soundcloud,.fa.fa-spotify{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-file-pdf-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-file-pdf-o:before{content:"\f1c1"}.fa.fa-file-word-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-file-word-o:before{content:"\f1c2"}.fa.fa-file-excel-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-file-excel-o:before{content:"\f1c3"}.fa.fa-file-powerpoint-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-file-powerpoint-o:before{content:"\f1c4"}.fa.fa-file-image-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-file-image-o:before{content:"\f1c5"}.fa.fa-file-photo-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-file-photo-o:before{content:"\f1c5"}.fa.fa-file-picture-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-file-picture-o:before{content:"\f1c5"}.fa.fa-file-archive-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-file-archive-o:before{content:"\f1c6"}.fa.fa-file-zip-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-file-zip-o:before{content:"\f1c6"}.fa.fa-file-audio-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-file-audio-o:before{content:"\f1c7"}.fa.fa-file-sound-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-file-sound-o:before{content:"\f1c7"}.fa.fa-file-video-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-file-video-o:before{content:"\f1c8"}.fa.fa-file-movie-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-file-movie-o:before{content:"\f1c8"}.fa.fa-file-code-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-file-code-o:before{content:"\f1c9"}.fa.fa-codepen,.fa.fa-jsfiddle,.fa.fa-vine{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-life-bouy,.fa.fa-life-ring{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-life-bouy:before{content:"\f1cd"}.fa.fa-life-buoy{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-life-buoy:before{content:"\f1cd"}.fa.fa-life-saver{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-life-saver:before{content:"\f1cd"}.fa.fa-support{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-support:before{content:"\f1cd"}.fa.fa-circle-o-notch:before{content:"\f1ce"}.fa.fa-ra,.fa.fa-rebel{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-ra:before{content:"\f1d0"}.fa.fa-resistance{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-resistance:before{content:"\f1d0"}.fa.fa-empire,.fa.fa-ge{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-ge:before{content:"\f1d1"}.fa.fa-git,.fa.fa-git-square,.fa.fa-hacker-news,.fa.fa-y-combinator-square{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-y-combinator-square:before{content:"\f1d4"}.fa.fa-yc-square{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-yc-square:before{content:"\f1d4"}.fa.fa-qq,.fa.fa-tencent-weibo,.fa.fa-wechat,.fa.fa-weixin{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-wechat:before{content:"\f1d7"}.fa.fa-send:before{content:"\f1d8"}.fa.fa-paper-plane-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-paper-plane-o:before{content:"\f1d8"}.fa.fa-send-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-send-o:before{content:"\f1d8"}.fa.fa-circle-thin{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-circle-thin:before{content:"\f111"}.fa.fa-header:before{content:"\f1dc"}.fa.fa-sliders:before{content:"\f1de"}.fa.fa-futbol-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-futbol-o:before{content:"\f1e3"}.fa.fa-soccer-ball-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-soccer-ball-o:before{content:"\f1e3"}.fa.fa-slideshare,.fa.fa-twitch,.fa.fa-yelp{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-newspaper-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-newspaper-o:before{content:"\f1ea"}.fa.fa-cc-amex,.fa.fa-cc-discover,.fa.fa-cc-mastercard,.fa.fa-cc-paypal,.fa.fa-cc-stripe,.fa.fa-cc-visa,.fa.fa-google-wallet,.fa.fa-paypal{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-bell-slash-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-bell-slash-o:before{content:"\f1f6"}.fa.fa-trash:before{content:"\f2ed"}.fa.fa-copyright{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-eyedropper:before{content:"\f1fb"}.fa.fa-area-chart:before{content:"\f1fe"}.fa.fa-pie-chart:before{content:"\f200"}.fa.fa-line-chart:before{content:"\f201"}.fa.fa-angellist,.fa.fa-ioxhost,.fa.fa-lastfm,.fa.fa-lastfm-square{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-cc{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-cc:before{content:"\f20a"}.fa.fa-ils:before,.fa.fa-shekel:before,.fa.fa-sheqel:before{content:"\f20b"}.fa.fa-meanpath{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-meanpath:before{content:"\f2b4"}.fa.fa-buysellads,.fa.fa-connectdevelop,.fa.fa-dashcube,.fa.fa-forumbee,.fa.fa-leanpub,.fa.fa-sellsy,.fa.fa-shirtsinbulk,.fa.fa-simplybuilt,.fa.fa-skyatlas{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-diamond{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-diamond:before{content:"\f3a5"}.fa.fa-intersex:before{content:"\f224"}.fa.fa-facebook-official{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-facebook-official:before{content:"\f09a"}.fa.fa-pinterest-p,.fa.fa-whatsapp{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-hotel:before{content:"\f236"}.fa.fa-medium,.fa.fa-viacoin,.fa.fa-y-combinator,.fa.fa-yc{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-yc:before{content:"\f23b"}.fa.fa-expeditedssl,.fa.fa-opencart,.fa.fa-optin-monster{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-battery-4:before,.fa.fa-battery:before{content:"\f240"}.fa.fa-battery-3:before{content:"\f241"}.fa.fa-battery-2:before{content:"\f242"}.fa.fa-battery-1:before{content:"\f243"}.fa.fa-battery-0:before{content:"\f244"}.fa.fa-object-group,.fa.fa-object-ungroup,.fa.fa-sticky-note-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-sticky-note-o:before{content:"\f249"}.fa.fa-cc-diners-club,.fa.fa-cc-jcb{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-clone,.fa.fa-hourglass-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-hourglass-o:before{content:"\f254"}.fa.fa-hourglass-1:before{content:"\f251"}.fa.fa-hourglass-2:before{content:"\f252"}.fa.fa-hourglass-3:before{content:"\f253"}.fa.fa-hand-rock-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-hand-rock-o:before{content:"\f255"}.fa.fa-hand-grab-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-hand-grab-o:before{content:"\f255"}.fa.fa-hand-paper-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-hand-paper-o:before{content:"\f256"}.fa.fa-hand-stop-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-hand-stop-o:before{content:"\f256"}.fa.fa-hand-scissors-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-hand-scissors-o:before{content:"\f257"}.fa.fa-hand-lizard-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-hand-lizard-o:before{content:"\f258"}.fa.fa-hand-spock-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-hand-spock-o:before{content:"\f259"}.fa.fa-hand-pointer-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-hand-pointer-o:before{content:"\f25a"}.fa.fa-hand-peace-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-hand-peace-o:before{content:"\f25b"}.fa.fa-registered{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-chrome,.fa.fa-creative-commons,.fa.fa-firefox,.fa.fa-get-pocket,.fa.fa-gg,.fa.fa-gg-circle,.fa.fa-internet-explorer,.fa.fa-odnoklassniki,.fa.fa-odnoklassniki-square,.fa.fa-opera,.fa.fa-safari,.fa.fa-tripadvisor,.fa.fa-wikipedia-w{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-television:before{content:"\f26c"}.fa.fa-500px,.fa.fa-amazon,.fa.fa-contao{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-calendar-plus-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-calendar-plus-o:before{content:"\f271"}.fa.fa-calendar-minus-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-calendar-minus-o:before{content:"\f272"}.fa.fa-calendar-times-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-calendar-times-o:before{content:"\f273"}.fa.fa-calendar-check-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-calendar-check-o:before{content:"\f274"}.fa.fa-map-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-map-o:before{content:"\f279"}.fa.fa-commenting:before{content:"\f4ad"}.fa.fa-commenting-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-commenting-o:before{content:"\f4ad"}.fa.fa-houzz,.fa.fa-vimeo{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-vimeo:before{content:"\f27d"}.fa.fa-black-tie,.fa.fa-edge,.fa.fa-fonticons,.fa.fa-reddit-alien{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-credit-card-alt:before{content:"\f09d"}.fa.fa-codiepie,.fa.fa-fort-awesome,.fa.fa-mixcloud,.fa.fa-modx,.fa.fa-product-hunt,.fa.fa-scribd,.fa.fa-usb{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-pause-circle-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-pause-circle-o:before{content:"\f28b"}.fa.fa-stop-circle-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-stop-circle-o:before{content:"\f28d"}.fa.fa-bluetooth,.fa.fa-bluetooth-b,.fa.fa-envira,.fa.fa-gitlab,.fa.fa-wheelchair-alt,.fa.fa-wpbeginner,.fa.fa-wpforms{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-wheelchair-alt:before{content:"\f368"}.fa.fa-question-circle-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-question-circle-o:before{content:"\f059"}.fa.fa-volume-control-phone:before{content:"\f2a0"}.fa.fa-asl-interpreting:before{content:"\f2a3"}.fa.fa-deafness:before,.fa.fa-hard-of-hearing:before{content:"\f2a4"}.fa.fa-glide,.fa.fa-glide-g{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-signing:before{content:"\f2a7"}.fa.fa-first-order,.fa.fa-google-plus-official,.fa.fa-pied-piper,.fa.fa-snapchat,.fa.fa-snapchat-ghost,.fa.fa-snapchat-square,.fa.fa-themeisle,.fa.fa-viadeo,.fa.fa-viadeo-square,.fa.fa-yoast{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-google-plus-official:before{content:"\f2b3"}.fa.fa-google-plus-circle{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-google-plus-circle:before{content:"\f2b3"}.fa.fa-fa,.fa.fa-font-awesome{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-fa:before{content:"\f2b4"}.fa.fa-handshake-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-handshake-o:before{content:"\f2b5"}.fa.fa-envelope-open-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-envelope-open-o:before{content:"\f2b6"}.fa.fa-linode{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-address-book-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-address-book-o:before{content:"\f2b9"}.fa.fa-vcard:before{content:"\f2bb"}.fa.fa-address-card-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-address-card-o:before{content:"\f2bb"}.fa.fa-vcard-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-vcard-o:before{content:"\f2bb"}.fa.fa-user-circle-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-user-circle-o:before{content:"\f2bd"}.fa.fa-user-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-user-o:before{content:"\f007"}.fa.fa-id-badge{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-drivers-license:before{content:"\f2c2"}.fa.fa-id-card-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-id-card-o:before{content:"\f2c2"}.fa.fa-drivers-license-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-drivers-license-o:before{content:"\f2c2"}.fa.fa-free-code-camp,.fa.fa-quora,.fa.fa-telegram{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-thermometer-4:before,.fa.fa-thermometer:before{content:"\f2c7"}.fa.fa-thermometer-3:before{content:"\f2c8"}.fa.fa-thermometer-2:before{content:"\f2c9"}.fa.fa-thermometer-1:before{content:"\f2ca"}.fa.fa-thermometer-0:before{content:"\f2cb"}.fa.fa-bathtub:before,.fa.fa-s15:before{content:"\f2cd"}.fa.fa-window-maximize,.fa.fa-window-restore{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-times-rectangle:before{content:"\f410"}.fa.fa-window-close-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-window-close-o:before{content:"\f410"}.fa.fa-times-rectangle-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-times-rectangle-o:before{content:"\f410"}.fa.fa-bandcamp,.fa.fa-eercast,.fa.fa-etsy,.fa.fa-grav,.fa.fa-imdb,.fa.fa-ravelry{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-eercast:before{content:"\f2da"}.fa.fa-snowflake-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-snowflake-o:before{content:"\f2dc"}.fa.fa-superpowers,.fa.fa-wpexplorer{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-cab:before{content:"\f1ba"}.elementor-widget-social-icons.elementor-grid-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-0:not(:has(.elementor-widget-container)),.elementor-widget-social-icons.elementor-grid-mobile-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-mobile-0:not(:has(.elementor-widget-container)),.elementor-widget-social-icons.elementor-grid-tablet-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-tablet-0:not(:has(.elementor-widget-container)){font-size:0;line-height:1}.elementor-widget-social-icons:not(.elementor-grid-0):not(.elementor-grid-tablet-0):not(.elementor-grid-mobile-0) .elementor-grid{display:inline-grid}.elementor-widget-social-icons .elementor-grid{grid-column-gap:var(--grid-column-gap,5px);grid-row-gap:var(--grid-row-gap,5px);grid-template-columns:var(--grid-template-columns);justify-content:var(--justify-content,center);justify-items:var(--justify-content,center)}.elementor-icon.elementor-social-icon{font-size:var(--icon-size,25px);height:calc(var(--icon-size, 25px) + 2 * var(--icon-padding, .5em));line-height:var(--icon-size,25px);width:calc(var(--icon-size, 25px) + 2 * var(--icon-padding, .5em))}.elementor-social-icon{--e-social-icon-icon-color:#fff;align-items:center;background-color:#69727d;cursor:pointer;display:inline-flex;justify-content:center;text-align:center}.elementor-social-icon i{color:var(--e-social-icon-icon-color)}.elementor-social-icon svg{fill:var(--e-social-icon-icon-color)}.elementor-social-icon:last-child{margin:0}.elementor-social-icon:hover{color:#fff;opacity:.9}.elementor-social-icon-android{background-color:#a4c639}.elementor-social-icon-apple{background-color:#999}.elementor-social-icon-behance{background-color:#1769ff}.elementor-social-icon-bitbucket{background-color:#205081}.elementor-social-icon-codepen{background-color:#000}.elementor-social-icon-delicious{background-color:#39f}.elementor-social-icon-deviantart{background-color:#05cc47}.elementor-social-icon-digg{background-color:#005be2}.elementor-social-icon-dribbble{background-color:#ea4c89}.elementor-social-icon-elementor{background-color:#d30c5c}.elementor-social-icon-envelope{background-color:#ea4335}.elementor-social-icon-facebook,.elementor-social-icon-facebook-f{background-color:#3b5998}.elementor-social-icon-flickr{background-color:#0063dc}.elementor-social-icon-foursquare{background-color:#2d5be3}.elementor-social-icon-free-code-camp,.elementor-social-icon-freecodecamp{background-color:#006400}.elementor-social-icon-github{background-color:#333}.elementor-social-icon-gitlab{background-color:#e24329}.elementor-social-icon-globe{background-color:#69727d}.elementor-social-icon-google-plus,.elementor-social-icon-google-plus-g{background-color:#dd4b39}.elementor-social-icon-houzz{background-color:#7ac142}.elementor-social-icon-instagram{background-color:#262626}.elementor-social-icon-jsfiddle{background-color:#487aa2}.elementor-social-icon-link{background-color:#818a91}.elementor-social-icon-linkedin,.elementor-social-icon-linkedin-in{background-color:#0077b5}.elementor-social-icon-medium{background-color:#00ab6b}.elementor-social-icon-meetup{background-color:#ec1c40}.elementor-social-icon-mixcloud{background-color:#273a4b}.elementor-social-icon-odnoklassniki{background-color:#f4731c}.elementor-social-icon-pinterest{background-color:#bd081c}.elementor-social-icon-product-hunt{background-color:#da552f}.elementor-social-icon-reddit{background-color:#ff4500}.elementor-social-icon-rss{background-color:#f26522}.elementor-social-icon-shopping-cart{background-color:#4caf50}.elementor-social-icon-skype{background-color:#00aff0}.elementor-social-icon-slideshare{background-color:#0077b5}.elementor-social-icon-snapchat{background-color:#fffc00}.elementor-social-icon-soundcloud{background-color:#f80}.elementor-social-icon-spotify{background-color:#2ebd59}.elementor-social-icon-stack-overflow{background-color:#fe7a15}.elementor-social-icon-steam{background-color:#00adee}.elementor-social-icon-stumbleupon{background-color:#eb4924}.elementor-social-icon-telegram{background-color:#2ca5e0}.elementor-social-icon-threads{background-color:#000}.elementor-social-icon-thumb-tack{background-color:#1aa1d8}.elementor-social-icon-tripadvisor{background-color:#589442}.elementor-social-icon-tumblr{background-color:#35465c}.elementor-social-icon-twitch{background-color:#6441a5}.elementor-social-icon-twitter{background-color:#1da1f2}.elementor-social-icon-viber{background-color:#665cac}.elementor-social-icon-vimeo{background-color:#1ab7ea}.elementor-social-icon-vk{background-color:#45668e}.elementor-social-icon-weibo{background-color:#dd2430}.elementor-social-icon-weixin{background-color:#31a918}.elementor-social-icon-whatsapp{background-color:#25d366}.elementor-social-icon-wordpress{background-color:#21759b}.elementor-social-icon-x-twitter{background-color:#000}.elementor-social-icon-xing{background-color:#026466}.elementor-social-icon-yelp{background-color:#af0606}.elementor-social-icon-youtube{background-color:#cd201f}.elementor-social-icon-500px{background-color:#0099e5}.e--ua-appleWebkit.rtl{--flex-right:flex-start}.e--ua-appleWebkit .elementor-share-buttons--align-right,.e--ua-appleWebkit .elementor-widget-social-icons.e-grid-align-right{--justify-content:var(--flex-right,flex-end)}.e--ua-appleWebkit .elementor-share-buttons--align-center,.e--ua-appleWebkit .elementor-widget-social-icons.e-grid-align-center{--justify-content:center}.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-center .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-justify .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-right .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-center .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-right .elementor-grid{display:flex;flex-wrap:wrap;justify-content:var(--justify-content,space-between);margin-inline:calc(-.5 * var(--grid-column-gap));width:auto}.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-center .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-justify .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-right .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-center .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-right .elementor-grid-item{margin-inline:calc(.5 * var(--grid-column-gap))}.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-left .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-left .elementor-grid{display:inline-block}.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-left .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-left .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-left .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-left .elementor-grid-item{margin-inline:0}@media (max-width:1024px){.e--ua-appleWebkit .elementor-share-buttons-tablet--align-right,.e--ua-appleWebkit .elementor-widget-social-icons.e-grid-align-tablet-right{--justify-content:var(--flex-right,flex-end)}.e--ua-appleWebkit .elementor-share-buttons-tablet--align-center,.e--ua-appleWebkit .elementor-widget-social-icons.e-grid-align-tablet-center{--justify-content:center}.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-tablet-center .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-tablet-justify .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-tablet-right .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-center .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-right .elementor-grid{display:flex;flex-wrap:wrap;justify-content:var(--justify-content,space-between);margin-inline:calc(-.5 * var(--grid-column-gap));width:auto}.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-tablet-center .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-tablet-justify .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-tablet-right .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-center .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-right .elementor-grid-item{margin-inline:calc(.5 * var(--grid-column-gap))}.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons-tablet--align-left .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-left .elementor-grid{display:inline-block}.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons-tablet--align-left .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons-tablet--align-left .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-left .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-left .elementor-grid-item{margin-inline:0}}@media (max-width:767px){.e--ua-appleWebkit .elementor-share-buttons-mobile--align-right,.e--ua-appleWebkit .elementor-widget-social-icons.e-grid-align-mobile-right{--justify-content:var(--flex-right,flex-end)}.e--ua-appleWebkit .elementor-share-buttons-mobile--align-center,.e--ua-appleWebkit .elementor-widget-social-icons.e-grid-align-mobile-center{--justify-content:center}.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-mobile-center .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-mobile-justify .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-mobile-right .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-center .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-right .elementor-grid{display:flex;flex-wrap:wrap;justify-content:var(--justify-content,space-between);margin-inline:calc(-.5 * var(--grid-column-gap));width:auto}.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-mobile-center .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-mobile-justify .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-mobile-right .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-center .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-right .elementor-grid-item{margin-inline:calc(.5 * var(--grid-column-gap))}.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons-mobile--align-left .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-left .elementor-grid{display:inline-block}.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons-mobile--align-left .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons-mobile--align-left .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-left .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-left .elementor-grid-item{margin-inline:0}}.elementor-widget-divider{--divider-border-style:none;--divider-border-width:1px;--divider-color:#0c0d0e;--divider-icon-size:20px;--divider-element-spacing:10px;--divider-pattern-height:24px;--divider-pattern-size:20px;--divider-pattern-url:none;--divider-pattern-repeat:repeat-x}.elementor-widget-divider .elementor-divider{display:flex}.elementor-widget-divider .elementor-divider__text{font-size:15px;line-height:1;max-width:95%}.elementor-widget-divider .elementor-divider__element{flex-shrink:0;margin:0 var(--divider-element-spacing)}.elementor-widget-divider .elementor-icon{font-size:var(--divider-icon-size)}.elementor-widget-divider .elementor-divider-separator{direction:ltr;display:flex;margin:0}.elementor-widget-divider--view-line_icon .elementor-divider-separator,.elementor-widget-divider--view-line_text .elementor-divider-separator{align-items:center}.elementor-widget-divider--view-line_icon .elementor-divider-separator:after,.elementor-widget-divider--view-line_icon .elementor-divider-separator:before,.elementor-widget-divider--view-line_text .elementor-divider-separator:after,.elementor-widget-divider--view-line_text .elementor-divider-separator:before{border-block-end:0;border-block-start:var(--divider-border-width) var(--divider-border-style) var(--divider-color);content:"";display:block;flex-grow:1}.elementor-widget-divider--element-align-left .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-left .elementor-divider-separator:before{content:none}.elementor-widget-divider--element-align-left .elementor-divider__element{margin-left:0}.elementor-widget-divider--element-align-right .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-right .elementor-divider-separator:after{content:none}.elementor-widget-divider--element-align-right .elementor-divider__element{margin-right:0}.elementor-widget-divider--element-align-start .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-start .elementor-divider-separator:before{content:none}.elementor-widget-divider--element-align-start .elementor-divider__element{margin-inline-start:0}.elementor-widget-divider--element-align-end .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-end .elementor-divider-separator:after{content:none}.elementor-widget-divider--element-align-end .elementor-divider__element{margin-inline-end:0}.elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon) .elementor-divider-separator{border-block-start:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--separator-type-pattern{--divider-border-style:none}.elementor-widget-divider--separator-type-pattern.elementor-widget-divider--view-line .elementor-divider-separator,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:after,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:before,.elementor-widget-divider--separator-type-pattern:not([class*=elementor-widget-divider--view]) .elementor-divider-separator{background-color:var(--divider-color);-webkit-mask-image:var(--divider-pattern-url);mask-image:var(--divider-pattern-url);-webkit-mask-repeat:var(--divider-pattern-repeat);mask-repeat:var(--divider-pattern-repeat);-webkit-mask-size:var(--divider-pattern-size) 100%;mask-size:var(--divider-pattern-size) 100%;min-height:var(--divider-pattern-height);width:100%}.elementor-widget-divider--no-spacing{--divider-pattern-size:auto}.elementor-widget-divider--bg-round{--divider-pattern-repeat:round}.rtl .elementor-widget-divider .elementor-divider__text{direction:rtl}.e-con-inner>.elementor-widget-divider,.e-con>.elementor-widget-divider{width:var(--container-widget-width,100%);--flex-grow:var( --container-widget-flex-grow )}.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}.e-con{--container-widget-width:100%}.e-con-inner>.elementor-widget-spacer,.e-con>.elementor-widget-spacer{width:var(--container-widget-width,var(--spacer-size));--align-self:var( --container-widget-align-self,initial );--flex-shrink:0}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container,.e-con>.elementor-widget-spacer>.elementor-widget-container{height:100%;width:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer{height:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner{height:var(--container-widget-height,var(--spacer-size))}.e-con-inner>.elementor-widget-spacer:not(:has(>.elementor-widget-container))>.elementor-spacer,.e-con>.elementor-widget-spacer:not(:has(>.elementor-widget-container))>.elementor-spacer{height:100%}.e-con-inner>.elementor-widget-spacer:not(:has(>.elementor-widget-container))>.elementor-spacer>.elementor-spacer-inner,.e-con>.elementor-widget-spacer:not(:has(>.elementor-widget-container))>.elementor-spacer>.elementor-spacer-inner{height:var(--container-widget-height,var(--spacer-size))}.e-con-inner>.elementor-widget-spacer.elementor-widget-empty,.e-con>.elementor-widget-spacer.elementor-widget-empty{min-height:22px;min-width:22px;position:relative}.e-con-inner>.elementor-widget-spacer.elementor-widget-empty .elementor-widget-empty-icon,.e-con>.elementor-widget-spacer.elementor-widget-empty .elementor-widget-empty-icon{height:22px;inset:0;margin:auto;padding:0;position:absolute;width:22px}.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}@keyframes lightSpeedIn{from{transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{transform:skewX(20deg);opacity:1}80%{transform:skewX(-5deg);opacity:1}to{transform:none;opacity:1}}.lightSpeedIn{animation-name:lightSpeedIn;animation-timing-function:ease-out}.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}@keyframes zoomInUp{from{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);animation-timing-function:cubic-bezier(0.55,0.055,0.675,0.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(0.175,0.885,0.32,1)}}.zoomInUp{animation-name:zoomInUp}.elementor-widget.elementor-icon-list--layout-inline .elementor-widget-container,.elementor-widget:not(:has(.elementor-widget-container)) .elementor-widget-container{overflow:hidden}.elementor-widget .elementor-icon-list-items.elementor-inline-items{display:flex;flex-wrap:wrap;margin-inline:-8px}.elementor-widget .elementor-icon-list-items.elementor-inline-items .elementor-inline-item{word-break:break-word}.elementor-widget .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item{margin-inline:8px}.elementor-widget .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after{border-width:0;border-inline-start-width:1px;border-style:solid;height:100%;inset-inline-end:-8px;inset-inline-start:auto;position:relative;width:auto}.elementor-widget .elementor-icon-list-items{list-style-type:none;margin:0;padding:0}.elementor-widget .elementor-icon-list-item{margin:0;padding:0;position:relative}.elementor-widget .elementor-icon-list-item:after{inset-block-end:0;position:absolute;width:100%}.elementor-widget .elementor-icon-list-item,.elementor-widget .elementor-icon-list-item a{align-items:var(--icon-vertical-align,center);display:flex;font-size:inherit}.elementor-widget .elementor-icon-list-icon+.elementor-icon-list-text{align-self:center;padding-inline-start:5px}.elementor-widget .elementor-icon-list-icon{display:flex;inset-block-start:var(--icon-vertical-offset,initial);position:relative}.elementor-widget .elementor-icon-list-icon svg{height:var(--e-icon-list-icon-size,1em);width:var(--e-icon-list-icon-size,1em)}.elementor-widget .elementor-icon-list-icon i{font-size:var(--e-icon-list-icon-size);width:1.25em}.elementor-widget.elementor-widget-icon-list .elementor-icon-list-icon{text-align:var(--e-icon-list-icon-align)}.elementor-widget.elementor-widget-icon-list .elementor-icon-list-icon svg{margin:var(--e-icon-list-icon-margin,0 calc(var(--e-icon-list-icon-size, 1em) * .25) 0 0)}.elementor-widget.elementor-list-item-link-full_width a{width:100%}.elementor-widget.elementor-align-center .elementor-icon-list-item,.elementor-widget.elementor-align-center .elementor-icon-list-item a{justify-content:center}.elementor-widget.elementor-align-center .elementor-icon-list-item:after{margin:auto}.elementor-widget.elementor-align-center .elementor-inline-items{justify-content:center}.elementor-widget.elementor-align-start .elementor-icon-list-item,.elementor-widget.elementor-align-start .elementor-icon-list-item a{justify-content:start;text-align:start}.elementor-widget.elementor-align-start .elementor-inline-items{justify-content:start}.elementor-widget.elementor-align-end .elementor-icon-list-item,.elementor-widget.elementor-align-end .elementor-icon-list-item a{justify-content:end;text-align:end}.elementor-widget.elementor-align-end .elementor-icon-list-items{justify-content:end}.elementor-widget:not(.elementor-align-end) .elementor-icon-list-item:after{inset-inline-start:0}.elementor-widget:not(.elementor-align-start) .elementor-icon-list-item:after{inset-inline-end:0}@media (min-width:-1){.elementor-widget.elementor-widescreen-align-center .elementor-icon-list-item,.elementor-widget.elementor-widescreen-align-center .elementor-icon-list-item a{justify-content:center}.elementor-widget.elementor-widescreen-align-center .elementor-icon-list-item:after{margin:auto}.elementor-widget.elementor-widescreen-align-center .elementor-inline-items{justify-content:center}.elementor-widget.elementor-widescreen-align-start .elementor-icon-list-item,.elementor-widget.elementor-widescreen-align-start .elementor-icon-list-item a{justify-content:start;text-align:start}.elementor-widget.elementor-widescreen-align-start .elementor-inline-items{justify-content:start}.elementor-widget.elementor-widescreen-align-end .elementor-icon-list-item,.elementor-widget.elementor-widescreen-align-end .elementor-icon-list-item a{justify-content:end;text-align:end}.elementor-widget.elementor-widescreen-align-end .elementor-icon-list-items{justify-content:end}.elementor-widget:not(.elementor-widescreen-align-end) .elementor-icon-list-item:after{inset-inline-start:0}.elementor-widget:not(.elementor-widescreen-align-start) .elementor-icon-list-item:after{inset-inline-end:0}}@media (max-width:-1){.elementor-widget.elementor-laptop-align-center .elementor-icon-list-item,.elementor-widget.elementor-laptop-align-center .elementor-icon-list-item a{justify-content:center}.elementor-widget.elementor-laptop-align-center .elementor-icon-list-item:after{margin:auto}.elementor-widget.elementor-laptop-align-center .elementor-inline-items{justify-content:center}.elementor-widget.elementor-laptop-align-start .elementor-icon-list-item,.elementor-widget.elementor-laptop-align-start .elementor-icon-list-item a{justify-content:start;text-align:start}.elementor-widget.elementor-laptop-align-start .elementor-inline-items{justify-content:start}.elementor-widget.elementor-laptop-align-end .elementor-icon-list-item,.elementor-widget.elementor-laptop-align-end .elementor-icon-list-item a{justify-content:end;text-align:end}.elementor-widget.elementor-laptop-align-end .elementor-icon-list-items{justify-content:end}.elementor-widget:not(.elementor-laptop-align-end) .elementor-icon-list-item:after{inset-inline-start:0}.elementor-widget:not(.elementor-laptop-align-start) .elementor-icon-list-item:after{inset-inline-end:0}.elementor-widget.elementor-tablet_extra-align-center .elementor-icon-list-item,.elementor-widget.elementor-tablet_extra-align-center .elementor-icon-list-item a{justify-content:center}.elementor-widget.elementor-tablet_extra-align-center .elementor-icon-list-item:after{margin:auto}.elementor-widget.elementor-tablet_extra-align-center .elementor-inline-items{justify-content:center}.elementor-widget.elementor-tablet_extra-align-start .elementor-icon-list-item,.elementor-widget.elementor-tablet_extra-align-start .elementor-icon-list-item a{justify-content:start;text-align:start}.elementor-widget.elementor-tablet_extra-align-start .elementor-inline-items{justify-content:start}.elementor-widget.elementor-tablet_extra-align-end .elementor-icon-list-item,.elementor-widget.elementor-tablet_extra-align-end .elementor-icon-list-item a{justify-content:end;text-align:end}.elementor-widget.elementor-tablet_extra-align-end .elementor-icon-list-items{justify-content:end}.elementor-widget:not(.elementor-tablet_extra-align-end) .elementor-icon-list-item:after{inset-inline-start:0}.elementor-widget:not(.elementor-tablet_extra-align-start) .elementor-icon-list-item:after{inset-inline-end:0}}@media (max-width:1024px){.elementor-widget.elementor-tablet-align-center .elementor-icon-list-item,.elementor-widget.elementor-tablet-align-center .elementor-icon-list-item a{justify-content:center}.elementor-widget.elementor-tablet-align-center .elementor-icon-list-item:after{margin:auto}.elementor-widget.elementor-tablet-align-center .elementor-inline-items{justify-content:center}.elementor-widget.elementor-tablet-align-start .elementor-icon-list-item,.elementor-widget.elementor-tablet-align-start .elementor-icon-list-item a{justify-content:start;text-align:start}.elementor-widget.elementor-tablet-align-start .elementor-inline-items{justify-content:start}.elementor-widget.elementor-tablet-align-end .elementor-icon-list-item,.elementor-widget.elementor-tablet-align-end .elementor-icon-list-item a{justify-content:end;text-align:end}.elementor-widget.elementor-tablet-align-end .elementor-icon-list-items{justify-content:end}.elementor-widget:not(.elementor-tablet-align-end) .elementor-icon-list-item:after{inset-inline-start:0}.elementor-widget:not(.elementor-tablet-align-start) .elementor-icon-list-item:after{inset-inline-end:0}}@media (max-width:-1){.elementor-widget.elementor-mobile_extra-align-center .elementor-icon-list-item,.elementor-widget.elementor-mobile_extra-align-center .elementor-icon-list-item a{justify-content:center}.elementor-widget.elementor-mobile_extra-align-center .elementor-icon-list-item:after{margin:auto}.elementor-widget.elementor-mobile_extra-align-center .elementor-inline-items{justify-content:center}.elementor-widget.elementor-mobile_extra-align-start .elementor-icon-list-item,.elementor-widget.elementor-mobile_extra-align-start .elementor-icon-list-item a{justify-content:start;text-align:start}.elementor-widget.elementor-mobile_extra-align-start .elementor-inline-items{justify-content:start}.elementor-widget.elementor-mobile_extra-align-end .elementor-icon-list-item,.elementor-widget.elementor-mobile_extra-align-end .elementor-icon-list-item a{justify-content:end;text-align:end}.elementor-widget.elementor-mobile_extra-align-end .elementor-icon-list-items{justify-content:end}.elementor-widget:not(.elementor-mobile_extra-align-end) .elementor-icon-list-item:after{inset-inline-start:0}.elementor-widget:not(.elementor-mobile_extra-align-start) .elementor-icon-list-item:after{inset-inline-end:0}}@media (max-width:767px){.elementor-widget.elementor-mobile-align-center .elementor-icon-list-item,.elementor-widget.elementor-mobile-align-center .elementor-icon-list-item a{justify-content:center}.elementor-widget.elementor-mobile-align-center .elementor-icon-list-item:after{margin:auto}.elementor-widget.elementor-mobile-align-center .elementor-inline-items{justify-content:center}.elementor-widget.elementor-mobile-align-start .elementor-icon-list-item,.elementor-widget.elementor-mobile-align-start .elementor-icon-list-item a{justify-content:start;text-align:start}.elementor-widget.elementor-mobile-align-start .elementor-inline-items{justify-content:start}.elementor-widget.elementor-mobile-align-end .elementor-icon-list-item,.elementor-widget.elementor-mobile-align-end .elementor-icon-list-item a{justify-content:end;text-align:end}.elementor-widget.elementor-mobile-align-end .elementor-icon-list-items{justify-content:end}.elementor-widget:not(.elementor-mobile-align-end) .elementor-icon-list-item:after{inset-inline-start:0}.elementor-widget:not(.elementor-mobile-align-start) .elementor-icon-list-item:after{inset-inline-end:0}}#left-area ul.elementor-icon-list-items,.elementor .elementor-element ul.elementor-icon-list-items,.elementor-edit-area .elementor-element ul.elementor-icon-list-items{padding:0}.elementor-animation-grow{transition-duration:.3s;transition-property:transform}.elementor-animation-grow:active,.elementor-animation-grow:focus,.elementor-animation-grow:hover{transform:scale(1.1)}body.elementor-page .elementor-widget-menu-anchor{margin-block-end:0}.elementor-tab-title a{color:inherit}.elementor-accordion{text-align:start}.elementor-accordion .elementor-accordion-item{border:1px solid #d5d8dc}.elementor-accordion .elementor-accordion-item+.elementor-accordion-item{border-block-start:none}.elementor-accordion .elementor-tab-title{cursor:pointer;font-weight:700;line-height:1;margin:0;outline:none;padding:15px 20px}.elementor-accordion .elementor-tab-title .elementor-accordion-icon{display:inline-block;width:1.5em}.elementor-accordion .elementor-tab-title .elementor-accordion-icon svg{height:1em;width:1em}.elementor-accordion .elementor-tab-title .elementor-accordion-icon.elementor-accordion-icon-right{float:right;text-align:right}.elementor-accordion .elementor-tab-title .elementor-accordion-icon.elementor-accordion-icon-left{float:left;text-align:left}.elementor-accordion .elementor-tab-title .elementor-accordion-icon .elementor-accordion-icon-closed{display:block}.elementor-accordion .elementor-tab-title .elementor-accordion-icon .elementor-accordion-icon-opened,.elementor-accordion .elementor-tab-title.elementor-active .elementor-accordion-icon-closed{display:none}.elementor-accordion .elementor-tab-title.elementor-active .elementor-accordion-icon-opened{display:block}.elementor-accordion .elementor-tab-content{border-block-start:1px solid #d5d8dc;display:none;padding:15px 20px}@media (max-width:767px){.elementor-accordion .elementor-tab-title{padding:12px 15px}.elementor-accordion .elementor-tab-title .elementor-accordion-icon{width:1.2em}.elementor-accordion .elementor-tab-content{padding:7px 15px}}.e-con-inner>.elementor-widget-accordion,.e-con>.elementor-widget-accordion{width:var(--container-widget-width);--flex-grow:var( --container-widget-flex-grow )}@keyframes fadeIn{from{opacity:0}to{opacity:1}}.fadeIn{animation-name:fadeIn}@keyframes fadeInUp{from{opacity:0;transform:translate3d(0,100%,0)}to{opacity:1;transform:none}}.fadeInUp{animation-name:fadeInUp}.elementor-widget-image-box .elementor-image-box-content{width:100%}@media (min-width:768px){.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper,.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{display:flex}.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{flex-direction:row-reverse;text-align:end}[dir=rtl] .elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{flex-direction:row}.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper{flex-direction:row;text-align:start}[dir=rtl] .elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper{flex-direction:row-reverse}.elementor-widget-image-box.elementor-position-top .elementor-image-box-img{margin:auto}.elementor-widget-image-box.elementor-vertical-align-top .elementor-image-box-wrapper{align-items:flex-start}.elementor-widget-image-box.elementor-vertical-align-middle .elementor-image-box-wrapper{align-items:center}.elementor-widget-image-box.elementor-vertical-align-bottom .elementor-image-box-wrapper{align-items:flex-end}}@media (max-width:767px){.elementor-widget-image-box .elementor-image-box-img{margin-inline:auto!important;margin-bottom:15px}}.elementor-widget-image-box .elementor-image-box-img{display:inline-block}.elementor-widget-image-box .elementor-image-box-img img{display:block;line-height:0}.elementor-widget-image-box .elementor-image-box-title a{color:inherit}.elementor-widget-image-box .elementor-image-box-wrapper{text-align:center}.elementor-widget-image-box .elementor-image-box-description{margin:0}@keyframes tada{from,to{transform:scale3d(1,1,1)}10%,20%{transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg)}30%,50%,70%,90%{transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg)}40%,60%,80%{transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg)}}.tada{animation-name:tada}.elementor-widget-icon-box .elementor-icon-box-wrapper{display:flex;flex-direction:column;text-align:center}.elementor-widget-icon-box .elementor-icon-box-icon{display:inline-block;flex:0 0 auto;line-height:0}.elementor-widget-icon-box .elementor-icon-box-content{flex-grow:1;width:100%}.elementor-widget-icon-box .elementor-icon-box-title a{color:inherit}.elementor-widget-icon-box .elementor-icon-box-description{margin:0}.elementor-widget-icon-box.elementor-position-inline-end .elementor-icon-box-wrapper{flex-direction:row-reverse;text-align:end}.elementor-widget-icon-box.elementor-position-inline-start .elementor-icon-box-wrapper{flex-direction:row;text-align:start}.elementor-widget-icon-box.elementor-position-block-start .elementor-icon-box-wrapper{align-items:unset!important;flex-direction:column;text-align:center}.elementor-widget-icon-box.elementor-position-block-end .elementor-icon-box-wrapper{align-items:unset!important;flex-direction:column-reverse;text-align:center}@media (min-width:-1){.elementor-widget-icon-box.elementor-widescreen-position-inline-end .elementor-icon-box-wrapper{flex-direction:row-reverse;text-align:end}.elementor-widget-icon-box.elementor-widescreen-position-inline-start .elementor-icon-box-wrapper{flex-direction:row;text-align:start}.elementor-widget-icon-box.elementor-widescreen-position-block-start .elementor-icon-box-wrapper{align-items:unset!important;flex-direction:column;text-align:center}.elementor-widget-icon-box.elementor-widescreen-position-block-end .elementor-icon-box-wrapper{align-items:unset!important;flex-direction:column-reverse;text-align:center}}@media (max-width:-1){.elementor-widget-icon-box.elementor-laptop-position-inline-end .elementor-icon-box-wrapper{flex-direction:row-reverse;text-align:end}.elementor-widget-icon-box.elementor-laptop-position-inline-start .elementor-icon-box-wrapper{flex-direction:row;text-align:start}.elementor-widget-icon-box.elementor-laptop-position-block-start .elementor-icon-box-wrapper{align-items:unset!important;flex-direction:column;text-align:center}.elementor-widget-icon-box.elementor-laptop-position-block-end .elementor-icon-box-wrapper{align-items:unset!important;flex-direction:column-reverse;text-align:center}.elementor-widget-icon-box.elementor-tablet_extra-position-inline-end .elementor-icon-box-wrapper{flex-direction:row-reverse;text-align:end}.elementor-widget-icon-box.elementor-tablet_extra-position-inline-start .elementor-icon-box-wrapper{flex-direction:row;text-align:start}.elementor-widget-icon-box.elementor-tablet_extra-position-block-start .elementor-icon-box-wrapper{align-items:unset!important;flex-direction:column;text-align:center}.elementor-widget-icon-box.elementor-tablet_extra-position-block-end .elementor-icon-box-wrapper{align-items:unset!important;flex-direction:column-reverse;text-align:center}}@media (max-width:1024px){.elementor-widget-icon-box.elementor-tablet-position-inline-end .elementor-icon-box-wrapper{flex-direction:row-reverse;text-align:end}.elementor-widget-icon-box.elementor-tablet-position-inline-start .elementor-icon-box-wrapper{flex-direction:row;text-align:start}.elementor-widget-icon-box.elementor-tablet-position-block-start .elementor-icon-box-wrapper{align-items:unset!important;flex-direction:column;text-align:center}.elementor-widget-icon-box.elementor-tablet-position-block-end .elementor-icon-box-wrapper{align-items:unset!important;flex-direction:column-reverse;text-align:center}}@media (max-width:-1){.elementor-widget-icon-box.elementor-mobile_extra-position-inline-end .elementor-icon-box-wrapper{flex-direction:row-reverse;text-align:end}.elementor-widget-icon-box.elementor-mobile_extra-position-inline-start .elementor-icon-box-wrapper{flex-direction:row;text-align:start}.elementor-widget-icon-box.elementor-mobile_extra-position-block-start .elementor-icon-box-wrapper{align-items:unset!important;flex-direction:column;text-align:center}.elementor-widget-icon-box.elementor-mobile_extra-position-block-end .elementor-icon-box-wrapper{align-items:unset!important;flex-direction:column-reverse;text-align:center}}@media (max-width:767px){.elementor-widget-icon-box.elementor-mobile-position-inline-end .elementor-icon-box-wrapper{flex-direction:row-reverse;text-align:end}.elementor-widget-icon-box.elementor-mobile-position-inline-start .elementor-icon-box-wrapper{flex-direction:row;text-align:start}.elementor-widget-icon-box.elementor-mobile-position-block-start .elementor-icon-box-wrapper{align-items:unset!important;flex-direction:column;text-align:center}.elementor-widget-icon-box.elementor-mobile-position-block-end .elementor-icon-box-wrapper{align-items:unset!important;flex-direction:column-reverse;text-align:center}}.elementor-widget-google_maps .elementor-widget-container,.elementor-widget-google_maps:not(:has(.elementor-widget-container)){overflow:hidden}.elementor-widget-google_maps .elementor-custom-embed{line-height:0}.elementor-widget-google_maps iframe{height:300px}:root {
--color-main:#501E9C;
--color-primary:#8169F1;
--color-secondary:#A44CEE;
--color-ternary: #FF847F;
--color-blue2: #4a00e1;
--color-blue4: #5842bc;
--color-blue5: #157efb;
--color-blue6: #6640f4;
--color-lightBlue: #15f1ff;
--color-darkBlue: #010049;
--color-gray: #eef4f8;
--color-main-grad: linear-gradient(to right, #0c3df4 0%, #02b5ff 100%);
} .text-color {
color: var(--color-main);
}
.text-white {
color: #FFF;
}
.text-black {
color: #000;
}
.text-extra-dark-gray {
color: #232323;
}
.text-dark-gray {
color: #626262;
}
.text-extra-medium-gray {
color: #757575;
}
.text-medium-gray {
color: #939393;
}
.text-extra-light-gray {
color: #b7b7b7;
}
.text-light-gray {
color: #d6d5d5;
}
.text-very-light-gray {
color: #ededed;
} .fw-100 {
font-weight: 100;
}
.fw-200 {
font-weight: 200;
}
.fw-300 {
font-weight: 300;
}
.fw-400 {
font-weight: 400;
}
.fw-500 {
font-weight: 500;
}
.fw-600 {
font-weight: 600 !important;
}
.fw-700 {
font-weight: 700 !important;
}
.fw-800 {
font-weight: 800;
}
.fw-900 {
font-weight: 900;
} .fz-10 {
font-size: 10px;
}
.fz-12 {
font-size: 12px;
}
.fz-14 {
font-size: 14px;
}
.fz-15 {
font-size: 15px;
}
.fz-16 {
font-size: 16px;
}
.fz-18 {
font-size: 18px;
}
.fz-20 {
font-size: 20px;
}
.fz-22 {
font-size: 22px;
}
.fz-25 {
font-size: 25px;
}
.fz-30 {
font-size: 30px;
}
.fz-40 {
font-size: 40px;
}
.fz-50 {
font-size: 50px;
} .line-height-10 {
line-height: 10px;
}
.line-height-13 {
line-height: 13px;
}
.line-height-18 {
line-height: 18px;
}
.line-height-20 {
line-height: 20px;
}
.line-height-24 {
line-height: 24px;
}
.line-height-22 {
line-height: 22px;
}
.line-height-26 {
line-height: 26px;
}
.line-height-28 {
line-height: 28px;
}
.line-height-30 {
line-height: 30px;
}
.line-height-35 {
line-height: 35px;
}
.line-height-40 {
line-height: 40px;
}
.line-height-45 {
line-height: 45px;
}
.line-height-50 {
line-height: 50px;
}
.line-height-55 {
line-height: 55px;
}
.line-height-60 {
line-height: 60px;
}
.line-height-65 {
line-height: 65px;
}
.line-height-70 {
line-height: 70px;
}
.line-height-75 {
line-height: 75px;
}
.line-height-80 {
line-height: 80px;
}
.line-height-85 {
line-height: 85px;
}
.line-height-90 {
line-height: 90px;
}
.line-height-95 {
line-height: 95px;
}
.line-height-100 {
line-height: 100px;
}
.line-height-110 {
line-height: 110px;
}
.line-height-120 {
line-height: 120px;
} .text-u {
text-transform: uppercase;
}
.text-l {
text-transform: lowercase;
}
.text-c {
text-transform: capitalize;
}
.text-non {
text-transform: none;
}
.text-i {
font-style: italic;
} .ls0 {
letter-spacing: 0px;
}
.ls1 {
letter-spacing: 1px;
}
.ls2 {
letter-spacing: 2px;
}
.ls3 {
letter-spacing: 3px;
}
.ls4 {
letter-spacing: 4px;
}
.ls5 {
letter-spacing: 5px;
}
.ls10 {
letter-spacing: 10px;
} [data-overlay-dark],
[data-overlay-light] {
position: relative;
}
[data-overlay-dark] .container,
[data-overlay-light] .container {
position: relative;
z-index: 2;
}
[data-overlay-dark]:before,
[data-overlay-light]:before {
content: "";
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
z-index: 1;
}
[data-overlay-dark]:before {
background: #1a1d24;
}
[data-overlay-light]:before {
background: #fff;
}
[data-overlay-dark] h1,
[data-overlay-dark] h2,
[data-overlay-dark] h3,
[data-overlay-dark] h4,
[data-overlay-dark] h5,
[data-overlay-dark] h6,
[data-overlay-dark] span {
color: #fff;
}
[data-overlay-dark] p {
color: #bbb;
}
[data-overlay-dark="0"]:before,
[data-overlay-light="0"]:before {
opacity: 0;
}
[data-overlay-dark="1"]:before,
[data-overlay-light="1"]:before {
opacity: 0.1;
}
[data-overlay-dark="2"]:before,
[data-overlay-light="2"]:before {
opacity: 0.2;
}
[data-overlay-dark="3"]:before,
[data-overlay-light="3"]:before {
opacity: 0.3;
}
[data-overlay-dark="4"]:before,
[data-overlay-light="4"]:before {
opacity: 0.4;
}
[data-overlay-dark="5"]:before,
[data-overlay-light="5"]:before {
opacity: 0.5;
}
[data-overlay-dark="6"]:before,
[data-overlay-light="6"]:before {
opacity: 0.6;
}
[data-overlay-dark="7"]:before,
[data-overlay-light="7"]:before {
opacity: 0.7;
}
[data-overlay-dark="8"]:before,
[data-overlay-light="8"]:before {
opacity: 0.8;
}
[data-overlay-dark="9"]:before,
[data-overlay-light="9"]:before {
opacity: 0.9;
}
[data-overlay-dark="10"]:before,
[data-overlay-light="10"]:before {
opacity: 1;
}
.gray-filter {
webkit-filter: grayscale(100%);
-moz-filter: grayscale(100%);
filter: grayscale(100%);
} .mt-0 {
margin-top: 0;
}
.mt-5 {
margin-top: 5px;
}
.mt-10 {
margin-top: 10px;
}
.mt-15 {
margin-top: 15px;
}
.mt-20 {
margin-top: 20px;
}
.mt-25 {
margin-top: 25px;
}
.mt-30 {
margin-top: 30px;
}
.mt-35 {
margin-top: 35px;
}
.mt-40 {
margin-top: 40px;
}
.mt-45 {
margin-top: 45px;
}
.mt-50 {
margin-top: 50px;
}
.mt-55 {
margin-top: 55px;
}
.mt-60 {
margin-top: 60px;
}
.mt-65 {
margin-top: 65px;
}
.mt-70 {
margin-top: 70px;
}
.mt-75 {
margin-top: 75px;
}
.mt-80 {
margin-top: 80px;
}
.mt-85 {
margin-top: 85px;
}
.mt-90 {
margin-top: 90px;
}
.mt-95 {
margin-top: 95px;
}
.mt-100 {
margin-top: 100px;
} .mb-0 {
margin-bottom: 0;
}
.mb-5 {
margin-bottom: 5px;
}
.mb-10 {
margin-bottom: 10px;
}
.mb-15 {
margin-bottom: 15px;
}
.mb-20 {
margin-bottom: 20px;
}
.mb-25 {
margin-bottom: 25px;
}
.mb-30 {
margin-bottom: 30px;
}
.mb-35 {
margin-bottom: 35px;
}
.mb-40 {
margin-bottom: 40px;
}
.mb-45 {
margin-bottom: 45px;
}
.mb-50 {
margin-bottom: 50px;
}
.mb-55 {
margin-bottom: 55px;
}
.mb-60 {
margin-bottom: 60px;
}
.mb-65 {
margin-bottom: 65px;
}
.mb-70 {
margin-bottom: 70px;
}
.mb-75 {
margin-bottom: 75px;
}
.mb-80 {
margin-bottom: 80px;
}
.mb-85 {
margin-bottom: 85px;
}
.mb-90 {
margin-bottom: 90px;
}
.mb-95 {
margin-bottom: 95px;
}
.mb-100 {
margin-bottom: 100px;
} .pr-0 {
padding-right: 0;
}
.pr-5 {
padding-right: 5px;
}
.pr-10 {
padding-right: 10px;
}
.pr-15 {
padding-right: 15px;
}
.pr-20 {
padding-right: 20px;
}
.pr-25 {
padding-right: 25px;
}
.pr-30 {
padding-right: 30px;
} .pl-0 {
padding-left: 0;
}
.pl-5 {
padding-left: 5px;
}
.pl-10 {
padding-left: 10px;
}
.pl-15 {
padding-left: 15px;
}
.pl-20 {
padding-left: 20px;
}
.pl-25 {
padding-left: 25px;
}
.pl-30 {
padding-left: 30px;
} .pt-0 {
padding-top: 0 !important;
}
.pt-5 {
padding-top: 5px;
}
.pt-10 {
padding-top: 10px;
}
.pt-15 {
padding-top: 15px;
}
.pt-20 {
padding-top: 20px;
}
.pt-25 {
padding-top: 25px;
}
.pt-30 {
padding-top: 30px;
}
.pt-35 {
padding-top: 35px;
}
.pt-40 {
padding-top: 40px;
}
.pt-45 {
padding-top: 45px;
}
.pt-50 {
padding-top: 50px;
}
.pt-55 {
padding-top: 55px;
}
.pt-60 {
padding-top: 60px;
}
.pt-65 {
padding-top: 65px;
}
.pt-70 {
padding-top: 70px;
}
.pt-75 {
padding-top: 75px;
}
.pt-80 {
padding-top: 80px;
}
.pt-85 {
padding-top: 85px;
}
.pt-90 {
padding-top: 90px;
}
.pt-95 {
padding-top: 95px;
}
.pt-100 {
padding-top: 100px;
} .pb-0 {
padding-bottom: 0;
}
.pb-5 {
padding-bottom: 5px;
}
.pb-10 {
padding-bottom: 10px;
}
.pb-15 {
padding-bottom: 15px;
}
.pb-20 {
padding-bottom: 20px;
}
.pb-25 {
padding-bottom: 25px;
}
.pb-30 {
padding-bottom: 30px;
}
.pb-35 {
padding-bottom: 35px;
}
.pb-40 {
padding-bottom: 40px;
}
.pb-45 {
padding-bottom: 45px;
}
.pb-50 {
padding-bottom: 50px;
}
.pb-55 {
padding-bottom: 55px;
}
.pb-60 {
padding-bottom: 60px;
}
.pb-65 {
padding-bottom: 65px;
}
.pb-70 {
padding-bottom: 70px;
}
.pb-75 {
padding-bottom: 75px;
}
.pb-80 {
padding-bottom: 80px;
}
.pb-85 {
padding-bottom: 85px;
}
.pb-90 {
padding-bottom: 90px;
}
.pb-95 {
padding-bottom: 95px;
}
.pb-100 {
padding-bottom: 100px;
}
.no-padding {
padding: 0;
} .spc-10 {
width: 100%;
height: 10px;
}
.spc-20 {
width: 100%;
height: 20px;
}
.spc-30 {
width: 100%;
height: 30px;
}
.spc-40 {
width: 100%;
height: 40px;
clear: both;
}
.spc-50 {
width: 100%;
height: 50px;
}
.spc-60 {
width: 100%;
height: 60px;
}
.spc-70 {
width: 100%;
height: 70px;
}
.spc-80 {
width: 100%;
height: 80px;
}
.spc-90 {
width: 100%;
height: 90px;
}
.spc-100 {
width: 100%;
height: 100px;
} .f-color {
color: #3b5999;
}
.tw-color {
color: #55acee;
}
.lin-color {
color: #0077B5;
}
.g-plus-color {
color: #dd4b39;
}
.pin-color {
color: #bd081c;
}
.ytube-color {
color: #cd201f;
}
.inst-color {
color: #e4405f;
}
.be-color {
color: #131418;
} .f-bg {
background-color: #3b5999;
border-color: #3b5999;
}
.tw-bg {
background-color: #55acee;
border-color: #55acee;
}
.lin-bg {
background-color: #0077B5;
border-color: #0077B5;
}
.g-plus-bg {
background-color: #dd4b39;
border-color: #dd4b39;
}
.pin-bg {
background-color: #bd081c;
border-color: #bd081c;
}
.ytube-bg {
background-color: #cd201f;
border-color: #cd201f;
}
.inst-bg {
background-color: #e4405f;
border-color: #e4405f;
}
.be-bg {
background-color: #131418;
border-color: #131418;
}
.b-none {
border: none !important;
}
.bg-img {
background-size: cover;
background-repeat: no-repeat;
}
.ontop {
position: relative;
z-index: 7;
} .dflex {
display: flex !important;
} .dsc-heading-style1 h5 {
margin-top: 0px;
font-size: 13px !important;
line-height: 1.2;
margin-bottom: 11px;
letter-spacing: 0.02em;
text-transform: uppercase;
color: var(--color-main);
}
.dsc-heading-style2 h3 {
font-size: 40px;
line-height: 54px;
font-weight: 600;
color: #fff;
text-align: center;
margin: auto;
display: block;
float: none;
margin: auto;
padding-bottom: 40px;
}
.mx-auto {
margin-left: auto;
margin-right: auto;
float: initial;
} .iteck-effect-01 {
color: transparent;
-webkit-text-stroke: 1px rgba(255, 255, 255, 0.1);
opacity: 0.3;
}
.iteck-effect-02 {
color: transparent;
-webkit-text-stroke: 1px rgba(0, 0, 0, 0.2);
opacity: 0.3;
}
.iteck-stroke span {
-webkit-text-stroke-width: 1px;
-webkit-text-stroke-color: #fff;
color: transparent;
}  .splitting.animated .char {
animation: fadeInUp 0.4s cubic-bezier(0.3, 0, 0.7, 1) both;
animation-delay: calc(30ms * var(--char-index));
}
.splitting .whitespace {
width: 5px;
}
@keyframes fadeInUp {
0% {
opacity: 0;
transform: translateY(20px);
}
100% {
opacity: 1;
transform: translateY(0);
}
}
.splitting.txt.animated .char {
animation: fadeIn 0.3s cubic-bezier(0.3, 0, 0.7, 1) both;
animation-delay: calc(10ms * var(--char-index));
}
.splitting.txt .whitespace {
width: 5px;
}
@keyframes fadeIn {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
@media (min-width: 1199px) {
.imago {
transition: all 0.8s;
transition-delay: 0.3s;
}
.imago.animated {
clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
.elementor-editor-active .imago, .vc_editor .imago {
clip-path: none;
}
}
.elementor-editor-active .wow, .vc_editor .wow {
visibility: visible !important;
} .iteck-fadinup-split span {
opacity: 0;
position: relative;
display: inline-block;
}
.iteck-fadinup-split span.active {
animation: fadeInUp 0.4s cubic-bezier(0.3, 0, 0.7, 1) both;
animation-delay: calc(30ms * var(--char-index));
} .splitting.txt.animated .char {
animation: fadeIn 0.3s cubic-bezier(0.3, 0, 0.7, 1) both;
animation-delay: calc(10ms * var(--char-index));
}
.splitting.txt .whitespace {
width: 5px;
} .iteck-effect-1:after {
content: "";
width: 8%;
height: 100%;
background: rgba(255, 255, 255, 0.05);
position: absolute;
left: 0;
top: 0;
}
.iteck-effect-3:after {
content: "";
width: 8%;
height: 100%;
background: rgba(255, 255, 255, 0.05);
position: absolute;
right: 0;
top: 0;
}
.iteck-gallery .elementor-image-gallery .gallery-item img {
width: 60px;
height: 60px;
border: none;
}
.valign {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
} @media (prefers-color-scheme: dark) {
body.iteck-auto-mode {
color: #c8c8c8;
background-color: #0C0F16;
}
body.iteck-auto-mode h1, body.iteck-auto-mode h2, body.iteck-auto-mode h3, body.iteck-auto-mode h4, body.iteck-auto-mode h5, body.iteck-auto-mode h6, body.iteck-auto-mode .fn.comment-author .url, body.iteck-auto-mode .pagination li a:hover, body.iteck-auto-mode .sidebar .recent-posts-widget .widget-post-content h3 a,
body.iteck-auto-mode .iteck-text-mode1 {
color: #fff;
}
body.iteck-auto-mode .error-text, body.iteck-auto-mode .fn.comment-author, body.iteck-auto-mode .iteck-text-mode2 {
color: #ccc;
}
body.iteck-auto-mode .blog-wrapper, body.iteck-auto-mode form textarea, body.iteck-auto-mode input, body.iteck-auto-mode .page-content-wrapper {
background: #0C0F16;
}
body.iteck-auto-mode .gray-bg, body.iteck-auto-mode .iteck-section-mode2, body.iteck-auto-mode .tags-bottom a, body.iteck-auto-mode blockquote {
background: #11141B;
}
body.iteck-auto-mode .iteck-section-mode5 {
background-color: #101010;
}
body.iteck-auto-mode .iteck-section-mode3 {
background: linear-gradient(200deg, #141518 50%, #111215 50%);
}
body.iteck-auto-mode .comment-body, body.iteck-auto-mode .related-inner {
background: #121a23;
}
body.iteck-auto-mode .swork-line {
background: #fff;
}
body.iteck-auto-mode .comment-reply-link, body.iteck-auto-mode .pagination > li > a, body.iteck-auto-mode .pagination > li > span, body.iteck-auto-mode .iteck-section-mode1 {
background-color: #0c0f16;
}
body.iteck-auto-mode .widget_categories ul li.cat-item span, body.iteck-auto-mode .share-box a {
background-color: #11141B;
}
body.iteck-auto-mode .iteck-section-mode3 {
background-color: #121a23;
}
body.iteck-auto-mode .border-post, body.iteck-auto-mode .searchform input[type=search], body.iteck-auto-mode form textarea, body.iteck-auto-mode input, body.iteck-auto-mode .img-pagi, body.iteck-auto-mode .comment-form-comment:before,
body.iteck-auto-mode .comment-meta .comment-edit-link, body.iteck-auto-mode .post.sticky, body.iteck-auto-mode .sidebar .recent-posts-widget:not(:last-child), body.iteck-auto-mode .tagcloud a,
body.iteck-auto-mode .post-bottom {
border-color: #333;
}
body.iteck-auto-mode .custom-logo .custom-logo-dark, body.iteck-auto-mode .iteck-logo-dark {
display: none;
}
body.iteck-auto-mode .custom-logo .custom-logo-light, body.iteck-auto-mode .iteck-logo-light {
display: initial;
}
body.iteck-auto-mode .header.white-header {
background: #11141b;
box-shadow: 0 0 5px 0 #333;
}
body.iteck-auto-mode .header.white-header .navigation li a, body.iteck-auto-mode .custom-absolute-menu .is-sticky .cart-contents:before, body.iteck-auto-mode .custom-absolute-menu .cart-contents:before {
color: #e2dcdc;
}
body.iteck-auto-mode .header .cart-contents:before {
color: #e2dcdc;
}
body.iteck-auto-mode .header.custom-absolute-menu .is-sticky .logo-dark {
display: initial;
}
body.iteck-auto-mode .header.custom-absolute-menu .is-sticky .logo-white {
display: none;
}
body.iteck-auto-mode .header.not-custom-menu .logo-d-mode {
display: none;
}
body.iteck-auto-mode .header.not-custom-menu .logo-d-mode {
display: initial;
}
body.iteck-auto-mode .header.not-custom-menu .logo-l-mode {
display: none;
}
body.iteck-auto-mode .header .is-sticky .stuck-nav {
background: #11141b;
box-shadow: 0 0 5px 0 #333;
}
body.iteck-auto-mode .header.custom-absolute-menu .is-sticky .navigation li a {
color: #e2dcdc;
}
body.iteck-auto-mode .header.custom-absolute-menu .is-sticky .search-icon-header a i {
color: #e2dcdc;
}
body.iteck-auto-mode .header.custom-absolute-menu .is-sticky .header-icon li a {
color: #e2dcdc;
}
body.iteck-auto-mode .header .search-icon-header a i {
color: #e2dcdc;
}
body.iteck-auto-mode .header .header-icon li a {
color: #e2dcdc;
}
body.iteck-auto-mode .header .menu-wrapper ul li ul {
background: #23282d;
}
body.iteck-auto-mode .header .menu-wrapper .menu ul.sub-menu li a {
color: #bfbaba;
}
body.iteck-auto-mode .header .header-wrapper .menu-wrapper ul li.mega-menu > ul.sub-menu > li {
border-left: 1px solid rgba(255, 255, 255, 0.1);
}
body.iteck-auto-mode .header .menu-wrapper ul li.mega-menu > ul.sub-menu {
background-color: #23282d !important;
}
body.iteck-auto-mode .header .header-wrapper .menu-wrapper .mega-menu ul.sub-menu li a {
color: #bfbaba;
font-weight: 400;
}
body.iteck-auto-mode .header .header-wrapper .menu-wrapper .mega-menu ul.sub-menu li a:hover {
color: #fff;
}
body.iteck-auto-mode .header .header-wrapper .menu-wrapper ul li.mega-menu > ul.sub-menu > li > a {
color: #fff;
}
body.iteck-auto-mode .custom-absolute-menu .is-sticky .hamburger__icon, body.iteck-auto-mode .custom-absolute-menu .is-sticky .hamburger__icon:before,
body.iteck-auto-mode .custom-absolute-menu .is-sticky .hamburger__icon:after {
background-color: #fff;
}
body.iteck-auto-mode .fat-nav {
background: #23282d;
}
body.iteck-auto-mode .fat-nav li a {
color: #bfbaba;
}
body.iteck-auto-mode .fat-nav li > a {
border-color: rgba(255, 255, 255, 0.1);
}
body.iteck-auto-mode .hamburger.active .hamburger__icon {
background-color: transparent;
}
body.iteck-auto-mode .hamburger.active .hamburger__icon:before, body.iteck-auto-mode .hamburger.active .hamburger__icon:after {
background-color: #fff;
}
body.iteck-auto-mode .white-header .hamburger__icon, body.iteck-auto-mode .white-header .hamburger__icon::before, body.iteck-auto-mode .white-header .hamburger__icon::after {
background: #b1abab;
}
body.iteck-auto-mode .post-list.style-4 .blog-col-inner {
background: #151921;
}
body.iteck-auto-mode .post-list.style-4 .pagination > li > a, body.iteck-auto-mode .post-list.style-4 .pagination > li > span {
border-color: #666;
}
body.iteck-auto-mode .post-list.style-4 .pagination > .active > a {
border-color: #fff;
}
body.iteck-auto-mode .elementor-social-icon svg {
fill: #FFF;
}
body.iteck-auto-mode .elementor-social-icon i {
color: #fff;
}
}
body.iteck-dark-mode {
color: #c8c8c8;
background-color: #0C0F16;
}
body.iteck-dark-mode h1, body.iteck-dark-mode h2, body.iteck-dark-mode h3, body.iteck-dark-mode h4, body.iteck-dark-mode h5, body.iteck-dark-mode h6, body.iteck-dark-mode .fn.comment-author .url, body.iteck-dark-mode .pagination li a:hover, body.iteck-dark-mode .sidebar .recent-posts-widget .widget-post-content h3 a,
body.iteck-dark-mode .iteck-text-mode1 {
color: #fff;
}
body.iteck-dark-mode .error-text, body.iteck-dark-mode .fn.comment-author, body.iteck-dark-mode .iteck-text-mode2 {
color: #ccc;
}
body.iteck-dark-mode .blog-wrapper, body.iteck-dark-mode form textarea, body.iteck-dark-mode input, body.iteck-dark-mode .page-content-wrapper {
background: #0C0F16;
}
body.iteck-dark-mode .gray-bg, body.iteck-dark-mode .iteck-section-mode2, body.iteck-dark-mode .tags-bottom a, body.iteck-dark-mode blockquote {
background: #11141B;
}
body.iteck-dark-mode .iteck-section-mode5 {
background-color: #101010;
}
body.iteck-dark-mode .iteck-section-mode3 {
background: linear-gradient(200deg, #141518 50%, #111215 50%);
}
body.iteck-dark-mode .comment-body, body.iteck-dark-mode .related-inner {
background: #121a23;
}
body.iteck-dark-mode .swork-line {
background: #fff;
}
body.iteck-dark-mode .comment-reply-link, body.iteck-dark-mode .pagination > li > a, body.iteck-dark-mode .pagination > li > span, body.iteck-dark-mode .iteck-section-mode1 {
background-color: #0c0f16;
}
body.iteck-dark-mode .widget_categories ul li.cat-item span, body.iteck-dark-mode .share-box a {
background-color: #11141B;
}
body.iteck-dark-mode .iteck-section-mode3 {
background-color: #121a23;
}
body.iteck-dark-mode .border-post, body.iteck-dark-mode .searchform input[type=search], body.iteck-dark-mode form textarea, body.iteck-dark-mode input, body.iteck-dark-mode .img-pagi, body.iteck-dark-mode .comment-form-comment:before,
body.iteck-dark-mode .comment-meta .comment-edit-link, body.iteck-dark-mode .post.sticky, body.iteck-dark-mode .sidebar .recent-posts-widget:not(:last-child), body.iteck-dark-mode .tagcloud a,
body.iteck-dark-mode .post-bottom {
border-color: #333;
}
body.iteck-dark-mode .custom-logo .custom-logo-dark, body.iteck-dark-mode .iteck-logo-dark {
display: none;
}
body.iteck-dark-mode .custom-logo .custom-logo-light, body.iteck-dark-mode .iteck-logo-light {
display: initial;
}
body.iteck-dark-mode .header.white-header {
background: #11141b;
box-shadow: 0 0 5px 0 #333;
}
body.iteck-dark-mode .header.white-header .navigation li a, body.iteck-dark-mode .custom-absolute-menu .is-sticky .cart-contents:before, body.iteck-dark-mode .custom-absolute-menu .cart-contents:before {
color: #e2dcdc;
}
body.iteck-dark-mode .header .cart-contents:before {
color: #e2dcdc;
}
body.iteck-dark-mode .header.custom-absolute-menu .is-sticky .logo-dark {
display: initial;
}
body.iteck-dark-mode .header.custom-absolute-menu .is-sticky .logo-white {
display: none;
}
body.iteck-dark-mode .header.not-custom-menu .logo-d-mode {
display: none;
}
body.iteck-dark-mode .header.not-custom-menu .logo-d-mode {
display: initial;
}
body.iteck-dark-mode .header.not-custom-menu .logo-l-mode {
display: none;
}
body.iteck-dark-mode .header .is-sticky .stuck-nav {
background: #11141b;
box-shadow: 0 0 5px 0 #333;
}
body.iteck-dark-mode .header.custom-absolute-menu .is-sticky .navigation li a {
color: #e2dcdc;
}
body.iteck-dark-mode .header.custom-absolute-menu .is-sticky .search-icon-header a i {
color: #e2dcdc;
}
body.iteck-dark-mode .header.custom-absolute-menu .is-sticky .header-icon li a {
color: #e2dcdc;
}
body.iteck-dark-mode .header .search-icon-header a i {
color: #e2dcdc;
}
body.iteck-dark-mode .header .header-icon li a {
color: #e2dcdc;
}
body.iteck-dark-mode .header .menu-wrapper ul li ul {
background: #23282d;
}
body.iteck-dark-mode .header .menu-wrapper .menu ul.sub-menu li a {
color: #bfbaba;
}
body.iteck-dark-mode .header .header-wrapper .menu-wrapper ul li.mega-menu > ul.sub-menu > li {
border-left: 1px solid rgba(255, 255, 255, 0.1);
}
body.iteck-dark-mode .header .menu-wrapper ul li.mega-menu > ul.sub-menu {
background-color: #23282d !important;
}
body.iteck-dark-mode .header .header-wrapper .menu-wrapper .mega-menu ul.sub-menu li a {
color: #bfbaba;
font-weight: 400;
}
body.iteck-dark-mode .header .header-wrapper .menu-wrapper .mega-menu ul.sub-menu li a:hover {
color: #fff;
}
body.iteck-dark-mode .header .header-wrapper .menu-wrapper ul li.mega-menu > ul.sub-menu > li > a {
color: #fff;
}
body.iteck-dark-mode .custom-absolute-menu .is-sticky .hamburger__icon, body.iteck-dark-mode .custom-absolute-menu .is-sticky .hamburger__icon:before,
body.iteck-dark-mode .custom-absolute-menu .is-sticky .hamburger__icon:after {
background-color: #fff;
}
body.iteck-dark-mode .fat-nav {
background: #23282d;
}
body.iteck-dark-mode .fat-nav li a {
color: #bfbaba;
}
body.iteck-dark-mode .fat-nav li > a {
border-color: rgba(255, 255, 255, 0.1);
}
body.iteck-dark-mode .hamburger.active .hamburger__icon {
background-color: transparent;
}
body.iteck-dark-mode .hamburger.active .hamburger__icon:before, body.iteck-dark-mode .hamburger.active .hamburger__icon:after {
background-color: #fff;
}
body.iteck-dark-mode .white-header .hamburger__icon, body.iteck-dark-mode .white-header .hamburger__icon::before, body.iteck-dark-mode .white-header .hamburger__icon::after {
background: #b1abab;
}
body.iteck-dark-mode .post-list.style-4 .blog-col-inner {
background: #151921;
}
body.iteck-dark-mode .post-list.style-4 .pagination > li > a, body.iteck-dark-mode .post-list.style-4 .pagination > li > span {
border-color: #666;
}
body.iteck-dark-mode .post-list.style-4 .pagination > .active > a {
border-color: #fff;
}
body.iteck-dark-mode .elementor-social-icon svg {
fill: #FFF;
}
body.iteck-dark-mode .elementor-social-icon i {
color: #fff;
}
.iteck-section-mode1 {
background-color: #fff;
}
.iteck-section-mode2 {
background-color: #F7F7F7;
}
.iteck-section-mode3 {
background: linear-gradient(20deg, #ffffff 50%, rgba(0, 0, 0, 0.0392156863) 50%);
}
.iteck-section-mode4 {
background: linear-gradient(to right, var(--color-primary), var(--color-secondary), var(--color-ternary));
background-size: 200% 200%;
animation: gradient 30s ease infinite;
}
.iteck-section-mode5 {
background-color: #efefef;
}
.iteck-text-gradient {
background: linear-gradient(to right, var(--color-primary), var(--color-secondary), var(--color-ternary));
-webkit-background-clip: text !important;
-webkit-text-fill-color: transparent;
background-size: 120% 120%;
-webkit-animation: gradient 30s ease infinite;
animation: gradient 5s ease infinite;
}
@keyframes gradient {
0% {
background-position: 0% 50%;
}
50% {
background-position: 100% 50%;
}
100% {
background-position: 0% 50%;
}
}
.iteck-text-mode1 {
color: #0c0f16;
}
.iteck-text-mode2 {
color: #11141B;
} .iteck-mode-switcher {
position: fixed;
top: 160px;
font-weight: 500;
font-size: 15px;
left: 10px;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
-o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
min-width: 120px;
height: 30px;
z-index: 10;
transform-origin: left top;
transform: rotate(-90deg) translate(-100%, 40%);
background-color: rgba(230, 230, 230, 0.9);
border-radius: 15px;
cursor: pointer;
}
.iteck-mode-switcher p {
margin: -2px 0 0 0;
color: #000;
}
.iteck-mode-switcher-item {
position: relative;
}
.iteck-mode-switcher-item p {
color: #333;
}
.iteck-mode-switcher-item, .iteck-mode-switcher-toddler-item {
width: 100%;
height: 100%;
text-align: center;
display: flex;
align-items: center;
padding: 0px 12px;
line-height: 1.4;
}
.iteck-mode-switcher-toddler {
position: absolute;
top: 0;
right: 0px;
transform: translateX(0%);
min-width: 60px;
height: 100%;
}
.iteck-mode-switcher-toddler-wrap {
position: relative;
height: 100%;
}
.iteck-mode-switcher-toddler-item {
position: absolute;
background-color: #fff;
width: 100%;
border-radius: 17px;
box-shadow: -1px 0px 4px rgba(23, 22, 26, 0.05);
}
.iteck-mode-switcher-toddler-item .light {
z-index: 1;
}
.iteck-mode-switcher.dark .iteck-mode-switcher-toddler {
transform: translateX(-200%);
}
.iteck-mode-switcher.dark .iteck-mode-switcher-toddler .iteck-mode-switcher-toddler-item.dark {
z-index: 1;
}
.iteck-mode-switcher.auto .iteck-mode-switcher-toddler {
transform: translateX(-100%);
}
.iteck-mode-switcher.auto .iteck-mode-switcher-toddler .iteck-mode-switcher-toddler-item.auto {
z-index: 1;
}
.iteck-mode-switcher.light .iteck-mode-switcher-toddler {
transform: translateX(0%);
}
.iteck-mode-switcher.light .iteck-mode-switcher-toddler .iteck-mode-switcher-toddler-item.light {
z-index: 1;
}  .color-font {
background: linear-gradient(to right, var(--color-primary), var(--color-secondary), var(--color-ternary));
-webkit-background-clip: text !important;
-webkit-text-fill-color: transparent;
}
.iteck-el-bg-1.elementor-view-stacked .elementor-icon {
background: var(--color-main-grad);
}
.iteck-gradient-btn {
border-radius: 50px;
background: linear-gradient(90deg, var(--e-global-color-primary) 0%, var(--e-global-color-secondary) 50%, var(--e-global-color-text) 100%);
color: #fff !important;
border-color: #fff !important;
}
.iteck-gradient-btn:hover {
filter: brightness(120%);
}
.iteck-gradient-border {
background: linear-gradient(#fff, #fff) padding-box, linear-gradient(to right, var(--color-primary), var(--color-secondary), var(--color-ternary)) border-box;
border-radius: 10px;
border: 1px solid transparent !important;
}
.iteck-gradient-border:hover {
color: var(--color-main) !important;
filter: brightness(120%);
}
.iteck-gradient-border-drk {
background: linear-gradient(#000, #000) padding-box, linear-gradient(to right, var(--color-primary), var(--color-secondary), var(--color-ternary)) border-box !important;
border-radius: 10px;
border: 2px solid transparent !important;
}
.color-shadow {
box-shadow: inset 0 -14px 0 var(--color-secondary), 0 0px 0 var(--color-primary);
}
.iteck-highlight span {
-webkit-transition: background-size 0.2s ease;
transition: background-size 0.2s ease;
background-position: 0% 100%;
background-repeat: no-repeat;
display: inline-block;
background-size: 100% 30%;
}
.iteck-highlight span:hover {
background-size: 100% 100% !important;
}
.iteck-sticky-top.is-stuck {
top: 35px;
position: fixed;
left: 0;
right: 0;
top: 0;
z-index: 99;
box-shadow: 15px 15px 38px 0 rgba(0, 0, 0, 0.1);
}
.elementor-widget-container .elementor-social-icon svg {
fill: #000;
}
.elementor-widget-container .elementor-social-icon i {
color: #000;
}
.iteck-sticky-top.is-stuck .elementor-background-overlay {
display: none;
}  * {
outline: none;
}
body, html {
height: 100%;
}
body {
color: #666;
font-weight: 400;
font-family: "Poppins", sans-serif;
font-size: 15px;
line-height: 1.8;
}
.container, .container-lg, .container-md, .container-sm, .container-xl {
padding-right: 15px;
padding-left: 15px;
}
.row:not(.gx-0):not(.gx-1):not(.gx-2):not(.gx-3):not(.gx-4):not(.gx-5) {
margin-right: -15px;
margin-left: -15px;
}
.row:not(.gx-0):not(.gx-1):not(.gx-2):not(.gx-3):not(.gx-4):not(.gx-5) > * {
padding-right: 15px;
padding-left: 15px;
}
h1, h2, h3, h4, h5, h6 {
color: #222;
font-weight: 500;
line-height: 1.4;
word-wrap: break-word;
font-family: "Poppins", sans-serif;
}
.h1, .h2, .h3, h1, h2, h3 {
margin-top: 20px;
margin-bottom: 10px;
}
.h6, h6 {
font-size: 17px;
}
.h5, h5 {
font-size: 18px;
}
.h4, h4 {
font-size: 20px;
}
.h2, h2 {
font-size: 30px;
}
p {
margin: 0 0 30px;
word-spacing: 1px;
}
[class^=icon-]:before, [class*=" icon-"]:before {
cursor: inherit;
}
a {
-moz-transition: ease 0.3s;
-ms-transition: ease 0.3s;
-o-transition: ease 0.3s;
-webkit-transition: ease 0.3s;
color: #666;
text-decoration: none;
transition: ease 0.3s;
}
a:focus {
outline: none;
text-decoration: none;
}
a:hover {
color: var(--color-main);
text-decoration: none;
}
iframe {
border: none;
width: 100%;
}
img {
max-width: 100%;
height: auto;
}
ul, ol {
list-style-position: outside;
list-style-type: circle;
margin: 0;
padding: 0 0 0 15px;
}
ul {
list-style-type: disc;
}
ul ul, ol ul {
list-style-type: circle;
}
ul > li {
list-style: outside none square;
}
ol > li {
list-style-type: decimal;
}
ol ol li {
list-style-type: lower-alpha;
}
ol ol ol li {
list-style-type: lower-roman;
}
.clearboth {
clear: both;
}
.content {
padding: 80px 0;
position: relative;
z-index: 1;
}
.gray-bg {
background: #fafafa;
}
.white-bg {
background: #ffffff;
}
blockquote {
border: none;
font-family: "Poppins", sans-serif;
font-size: 15px;
font-style: italic;
font-weight: 500;
line-height: 1.8;
position: relative;
background: #f6f6f6;
border-left: 4px solid var(--color-main);
padding: 55px 50px 40px 50px;
box-shadow: 0 0px 10px 0 rgba(0, 0, 0, 0.07);
background: linear-gradient(#fff, #fff) padding-box, linear-gradient(to bottom, var(--color-primary), var(--color-secondary), var(--color-ternary)) border-box;
border-left: 1px solid transparent !important;
border-radius: 5px;
}
blockquote::before {
border-radius: 100px;
content: "\f10e";
display: inline-block;
font-family: fontawesome;
font-size: 30px;
font-style: normal;
height: 30px;
left: 20px;
line-height: 30px;
margin-top: -15px;
position: relative;
top: 50%;
width: 30px;
color: var(--color-main);
}
.wp-block-quote.is-large, .wp-block-quote.is-style-large {
padding: 55px 50px 40px 50px;
}
hr {
max-width: 100px;
}
hr.is-style-wide {
max-width: 100%;
border-bottom-width: 1px;
color: #aaa;
}
.dark-bg {
background: #1f1f1f none repeat scroll 0 0;
}
.dark-bg .content-title {
color: #fff;
}
.content-title span {
color: var(--color-main);
}
.content-line {
background: #ccc;
height: 1px;
margin-bottom: 40px;
margin: auto;
width: 300px;
max-width: 100%;
}
.box-align-center {
text-align: center;
}
.box-align-center blockquote::before {
bottom: -40px;
left: 50%;
margin-left: -15px;
top: auto;
}
.align-right {
text-align: right;
}
.row-black {
background: #333;
margin: 0;
padding: 80px 30px;
}
.row-black .content-box-title::after {
border-bottom: 5px solid #fff;
}
.row-black .content-box-title > h3, .row-black b, .row-black strong {
color: #fff;
}
.img-bg {
background-position: center center;
background-size: cover;
}
.no-bottom {
padding-bottom: 0;
}
.content-head {
text-align: center;
margin-bottom: 80px;
}
.content-title {
font-size: 30px;
margin-bottom: 5px;
margin-top: 0;
font-weight: 700;
line-height: 1.3em;
color: #000;
}
.content-title:after {
width: 40px;
height: 1px;
content: "";
position: absolute !important;
bottom: -10px;
left: 0;
right: 0;
z-index: 0;
margin: auto;
background: var(--color-main);
}
.sub-content {
color: #B8B8B8;
font-size: 18px;
font-weight: 500;
margin-bottom: 30px;
margin: auto;
max-width: 900px;
font-family: "Poppins", sans-serif;
}
.full-width {
width: 100% !important;
} .to-top.fixed {
opacity: 1;
bottom: 30px;
}
.to-top {
background: var(--color-main);
bottom: 1150px;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
color: #fff;
display: block;
font-size: 15px;
height: 50px;
line-height: 48px;
opacity: 0;
position: fixed;
right: 30px;
text-align: center;
transition: 1s ease-in-out;
width: 50px;
z-index: 333;
-webkit-transition: 1s ease-in-out;
border-radius: 100px;
overflow: hidden;
-webkit-animation: pulse 2s infinite;
-o-animation: pulse 2s infinite;
animation: pulse 2s infinite;
}
.to-top:focus {
color: #fff;
}
.to-top:hover {
color: #fff;
}
.to-top::before {
-webkit-transform: scale(0);
background: var(--color-main) none repeat scroll 0 0;
border-radius: 200px;
content: "";
display: block;
height: 200px;
left: -50%;
margin-top: -100px;
position: absolute;
top: 50%;
transition-duration: 0.8s;
transition: all 0.4s ease-out 0s;
width: 200px;
z-index: -1;
-ms-transform: scale(0);
-webkit-transition-duration: 0.8s;
-webkit-transition: all 0.4s ease-out 0s;
opacity: 0.3;
transform: scale(0);
}
.to-top::after {
-webkit-transform: scale(0);
background: var(--color-main) none repeat scroll 0 0;
border-radius: 200px;
content: "";
display: block;
height: 200px;
left: -50%;
margin-top: -100px;
position: absolute;
top: 50%;
transition: all 0.4s ease-in 0s;
width: 200px;
z-index: -1;
-ms-transform: scale(0);
-webkit-transition: all 0.4s ease-in 0s;
opacity: 0.3;
transform: scale(0);
transition-delay: 0.3s;
}
.to-top:hover::after, .to-top:hover::before {
-webkit-transform: scale(4);
-ms-transform: scale(4);
opacity: 1;
transform: scale(4);
} .table-box {
background: #fff;
position: relative;
z-index: 1;
display: table;
width: 100%;
}
.dark-page .table-box {
background: #1f1f1f;
}
.table-cell-box {
position: relative;
height: 100%;
}
.single-port-table .table-content {
padding: 5% 7%;
}
.single-port-table .table-cell-box {
display: table-cell;
vertical-align: middle;
width: 50%;
position: relative;
}
.dsc_image_swipe_widget {
height: 100%;
}
.table-content h3 > span {
color: var(--color-main);
}
.table-content.box-30 h3 {
display: inline-block;
text-align: left;
}
.table-content.box-30 {
padding: 5% 0;
}
.box-30 {
width: 30%;
text-align: center;
}
.box-70 {
width: 70%;
}
.full-img-bg {
background-position: 50% 50%;
background-size: cover;
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 100%;
z-index: 1;
}
.table-content {
padding: 14%;
}
.table-content .slider-mask {
background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
}
.bg-with-mask .slider-mask {
background: rgba(0, 0, 0, 0.5) none repeat scroll 0;
}
.bg-with-mask {
position: relative;
z-index: 1;
}
.cell-left-border {
border-left: 10px solid var(--color-main);
}
.cell-right-border {
border-right: 10px solid var(--color-main);
}
.table-content h3 {
font-size: 60px;
margin: 0 0 20px;
}
.cell-line {
height: 1px;
width: 100px;
background: #ccc;
margin-bottom: 40px;
max-width: 100%;
}
.slider-title {
font-family: "Montserrat", sans-serif;
color: #fff;
font-size: 65px;
letter-spacing: 4px;
font-weight: 800;
margin: 0 0 25px;
line-height: 1.4em;
}
.slider-title strong {
-webkit-text-stroke-width: 1px;
-webkit-text-stroke-color: #fff;
color: transparent;
}
.slick-active .slider-title {
transition: all 0s;
}
.slick-active .slider-title .char {
animation: fadeInUp 0.5s cubic-bezier(0.3, 0, 0.7, 1) both;
animation-delay: calc(60ms * var(--char-index));
}
.top-slider {
color: #fff;
font-family: "Poppins", sans-serif;
font-size: 20px;
letter-spacing: 10px;
text-transform: uppercase;
margin-bottom: 0;
font-weight: 600;
}
.dark-page {
background: #333333;
}
.page-content-wrapper {
background: #fff;
position: relative;
}
.box-padding {
overflow: hidden;
position: relative;
padding: 20%;
text-align: center;
}
.box-padding .icon-cell {
-moz-transition: all 0.5s cubic-bezier(0.5, 0, 0.4, 1);
-ms-transition: all 0.5s cubic-bezier(0.5, 0, 0.4, 1);
-o-transition: all 0.5s cubic-bezier(0.5, 0, 0.4, 1);
-webkit-transform: translateY(-100%);
-webkit-transition: all 0.5s cubic-bezier(0.5, 0, 0.4, 1);
opacity: 0;
transition: all 0.5s cubic-bezier(0.5, 0, 0.4, 1);
-ms-transform: translateY(-100%);
color: #fff;
font-size: 60px;
position: relative;
transform: translateY(-100%);
}
.icon-cell-sub {
-moz-transition: all 0.3s cubic-bezier(0.5, 0, 0.4, 1);
-ms-transition: all 0.3s cubic-bezier(0.5, 0, 0.4, 1);
-o-transition: all 0.3s cubic-bezier(0.5, 0, 0.4, 1);
-webkit-transform: translateY(100%);
-webkit-transition: all 0.3s cubic-bezier(0.5, 0, 0.4, 1);
opacity: 0;
transform: translateY(100%);
transition-delay: 0.4s;
transition: all 0.3s cubic-bezier(0.5, 0, 0.4, 1);
-ms-transform: translateY(100%);
color: #fff;
font-family: "Poppins", sans-serif;
font-size: 18px;
margin: 0;
position: relative;
text-transform: capitalize;
}
.hovering:hover .icon-cell-sub, .hovering:hover .icon-cell {
-webkit-transform: translateY(0);
opacity: 1;
transform: translateY(0);
-ms-transform: translateY(0);
} .mouse-cursor {
position: fixed;
left: 0;
top: 0;
pointer-events: none;
border-radius: 50%;
transform: translateZ(0);
visibility: hidden;
}
.cursor-inner {
margin-left: 2px;
margin-top: 2px;
width: 6px;
height: 6px;
z-index: 10000001;
background-color: var(--color-main);
transition: width 0.3s ease-in-out, height 0.3s ease-in-out, margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
}
.cursor-inner.cursor-hover {
margin-left: -40px;
margin-top: -40px;
width: 80px;
height: 80px;
background-color: var(--color-main);
opacity: 0.3;
}
.cursor-outer {
margin-left: -15px;
margin-top: -15px;
width: 40px;
height: 40px;
border: 1px solid var(--color-main);
box-sizing: border-box;
z-index: 10000000;
opacity: 0.5;
transition: all 0.08s ease-out;
background: linear-gradient(#fff, #fff) padding-box, linear-gradient(to right, var(--color-primary), var(--color-secondary), var(--color-ternary)) border-box;
border-radius: 50px;
border: 2px solid transparent !important;
}
.cursor-outer.cursor-hover {
opacity: 0;
} .slick-dotted.slick-slider {
margin-bottom: 0 !important;
} .iteck-anim1 {
animation: cloud 160s linear infinite reverse;
pointer-events: none;
z-index: 10;
}
@keyframes cloud {
0% {
background-position: 0%;
}
100% {
background-position: 5440px;
}
} .simple-btn {
position: relative;
padding: 7px;
display: inline-block;
text-transform: uppercase;
letter-spacing: 4px;
font-size: 13px;
font-weight: 300;
}
.simple-btn:after {
content: "";
width: 45%;
height: 100%;
background: rgba(255, 255, 255, 0.05);
position: absolute;
left: 0;
top: 0;
}
.simple-btn.right:after {
left: auto;
right: 0;
}
.btn-curve {
background: transparent;
padding: 12px 35px;
border: 1px solid #1e1e1e;
position: relative;
overflow: hidden;
cursor: pointer;
display: inline-block;
}
.btn-curve:focus {
outline: none;
}
.btn-curve:hover {
outline: none;
}
.btn-curve:hover:after {
bottom: -30px;
transform: rotate(0deg);
}
.btn-curve:hover span {
color: #fff;
}
.btn-curve:after {
content: "";
position: absolute;
top: -30px;
left: -30px;
right: -30px;
bottom: 130%;
background: #1e1e1e;
transform: rotate(-5deg);
transition: all 0.8s;
}
.btn-curve span {
font-size: 13px;
font-weight: 500;
text-transform: uppercase;
letter-spacing: 2px;
position: relative;
z-index: 2;
transition: all 0.8s;
}
.btn-curve.btn-lit {
border-color: #fff;
color: #fff;
}
.btn-curve.btn-lit:hover span {
color: var(--color-main);
}
.btn-curve.btn-lit:after {
background: #fff;
}
.btn-curve.btn-blc {
background: #1e1e1e;
}
.btn-curve.btn-blc:after {
background: #fff;
}
.btn-curve.btn-blc span {
color: #fff;
}
.btn-curve.btn-blc:hover span {
color: #1e1e1e;
}
.btn-curve.btn-color {
background: var(--color-main);
border-color: var(--color-main);
}
.btn-curve.btn-color:after {
background: #fff;
}
.btn-curve.btn-color span {
color: #0c0f16;
}
.btn-curve.btn-color:hover span {
color: var(--color-main);
}
.btn-curve.btn-lg {
padding: 14px 40px;
}
.btn-curve.btn-lg span {
font-size: 14px;
}
.btn-curve.btn-wit {
background: #fff;
border-color: #fff;
}
.btn-curve.btn-wit:after {
background: #090909;
}
.btn-curve.btn-wit span {
color: #1e1e1e;
}
.btn-curve.btn-wit:hover span {
color: #fff;
}
.btn-curve.btn-radius {
border-radius: 30px;
} .progress-wrap {
position: fixed;
bottom: 30px;
right: 30px;
height: 44px;
width: 44px;
cursor: pointer;
display: block;
border-radius: 50px;
z-index: 100;
opacity: 0;
visibility: hidden;
transform: translateY(20px);
transition: all 400ms linear;
}
.progress-wrap.active-progress {
opacity: 1;
visibility: visible;
transform: translateY(0);
}
.progress-wrap::after {
position: absolute;
font-family: "FontAwesome";
content: "\f077";
text-align: center;
line-height: 44px;
font-size: 13px;
font-weight: 900;
color: var(--color-main);
left: 0;
top: 0;
height: 44px;
width: 44px;
cursor: pointer;
display: block;
z-index: 1;
transition: all 400ms linear;
}
.progress-wrap svg path {
fill: none;
}
.progress-wrap svg.progress-circle path {
stroke: var(--color-main);
stroke-width: 4;
box-sizing: border-box;
transition: all 400ms linear;
}  table, th, td {
border: 1px solid #eee;
padding: 8px 10px;
font-size: 1em;
font-weight: 400;
text-align: center;
margin-bottom: 20px;
}
table {
width: 100%;
}
th {
font-weight: 600;
background: rgba(0, 0, 0, 0.02);
}
th a {
color: var(--color-main);
font-weight: 400;
}
dd {
margin-inline-start: 40px;
}
dd + dt {
margin-top: 1.5rem;
}
td a {
color: var(--color-main);
}
td a:hover {
text-decoration: underline;
}
.no-search-results-form {
max-width: 48rem;
}
.no-search-results-form .searchform input[type=search] {
border: 1px solid rgba(0, 0, 0, 0.1);
padding: 5px 10px;
}
.no-search-results-form .searchform:after {
color: #666 !important;
right: 15px;
}  @media (min-width: 767px) { .col-lg-1:nth-child(12n+1),
.col-lg-2:nth-child(6n+1),
.col-lg-3:nth-child(4n+1),
.col-lg-4:nth-child(3n+1),
.col-lg-6:nth-child(2n+1),
.col-md-1:nth-child(12n+1),
.col-md-2:nth-child(6n+1),
.col-md-3:nth-child(4n+1),
.col-md-4:nth-child(3n+1),
.col-md-6:nth-child(2n+1) {
clear: none;
}
.col-sm-1:nth-child(12n+1),
.col-sm-2:nth-child(6n+1),
.col-sm-3:nth-child(4n+1),
.col-sm-4:nth-child(3n+1),
.col-sm-6:nth-child(2n+1) {
clear: left;
}
} @media (min-width: 992px) { .col-lg-1:nth-child(12n+1),
.col-lg-2:nth-child(6n+1),
.col-lg-3:nth-child(4n+1),
.col-lg-4:nth-child(3n+1),
.col-lg-6:nth-child(2n+1),
.col-sm-1:nth-child(12n+1),
.col-sm-2:nth-child(6n+1),
.col-sm-3:nth-child(4n+1),
.col-sm-4:nth-child(3n+1),
.col-sm-6:nth-child(2n+1) {
clear: none;
}
.col-md-1:nth-child(12n+1),
.col-md-2:nth-child(6n+1),
.col-md-3:nth-child(4n+1),
.col-md-4:nth-child(3n+1),
.col-md-6:nth-child(2n+1) {
clear: left;
}
} @media (min-width: 1200px) { .col-md-1:nth-child(12n+1),
.col-md-2:nth-child(6n+1),
.col-md-3:nth-child(4n+1),
.col-md-4:nth-child(3n+1),
.col-md-6:nth-child(2n+1),
.col-sm-1:nth-child(12n+1),
.col-sm-2:nth-child(6n+1),
.col-sm-3:nth-child(4n+1),
.col-sm-4:nth-child(3n+1),
.col-sm-6:nth-child(2n+1) {
clear: none;
}
.col-lg-1:nth-child(12n+1),
.col-lg-2:nth-child(6n+1),
.col-lg-3:nth-child(4n+1),
.col-lg-4:nth-child(3n+1),
.col-lg-6:nth-child(2n+1) {
clear: left;
}
} .elementor-editor-active nav.iteck-custom-header {
display: none;
}
.elementor-editor-active footer.iteck-custom-footer.clearfix {
display: none;
}
.elementor-editor-preview nav.iteck-custom-header {
display: none;
}
.elementor-editor-preview footer.iteck-custom-footer.clearfix {
display: none;
}
.elementor-widget-dsc-slider {
margin-bottom: 0 !important;
} .fit-vids-style {
display: none;
}
.iteck-rotated-background {
position: relative;
}
.iteck-rotated-background:after {
position: absolute;
content: "";
left: 0;
top: 0;
width: 100%;
height: 108%;
background-color: #fff;
border-radius: 10px;
z-index: -1;
transform: rotateX(-10deg);
transform-origin: top;
}  .pre-loading {
position: fixed;
top: 0;
left: 0;
height: 100%;
width: 100%;
z-index: 9999999999999;
}
.pre-loading:after,
.pre-loading:before {
content: "";
background: #fff;
height: 50%;
width: 100%;
position: absolute;
left: 0;
transition: all 1s;
}
.pre-loading:after {
top: 0;
}
.pre-loading:before {
bottom: 0;
}
.loading-end:after {
top: -60%;
}
.loading-end:before {
bottom: -60%;
}
.load-circle {
margin: 50vh auto;
width: 80px;
height: 80px;
border-radius: 50%;
border: 10px solid #eee;
border-top: 10px solid #f96152;
-webkit-animation: rotate 1.2s infinite linear;
animation: rotate 1.2s infinite linear;
}
@-webkit-keyframes rotate {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
}
}
@keyframes rotate {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
}
}
.svg-pre-loading {
position: fixed;
left: 0;
top: 0;
width: 100%;
height: 100%;
z-index: 9999999;
background-color: #fff;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
text-align: center;
}
.svg-pre-loading .pre-loader .fluid-width-video-wrapper {
position: initial;
}
.svg-pre-loading .pre-loader .fluid-width-video-wrapper object {
position: initial;
height: 160px;
} .pace {
pointer-events: none;
user-select: none;
z-index: 99999999999999;
position: fixed;
margin: auto;
top: 0;
left: 0;
right: 0;
bottom: 0;
width: 400px;
border: 0px;
height: 1px;
overflow: hidden;
background: rgba(255, 255, 255, 0.05);
transition: all 1s;
}
.pace .pace-progress {
transform: translate3d(0, 0, 0);
max-width: 300px;
position: fixed;
z-index: 99999999999999;
display: block;
position: absolute;
top: 0;
right: 100%;
height: 100%;
width: 100%;
background: var(--color-main);
}
.pace.pace-inactive {
width: 100vw;
opacity: 0;
}
.pace.pace-inactive .pace-progress {
max-width: 100vw;
}
#preloader {
width: 100%;
height: 100vh;
overflow: hidden;
position: fixed;
z-index: 9999999;
}
#preloader:after, #preloader:before {
content: "";
position: fixed;
left: 0;
height: 50%;
width: 100%;
background: #eee;
transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
#preloader:before {
top: 0;
}
#preloader:after {
bottom: 0;
}
#preloader.isdone {
visibility: hidden;
transition-delay: 1.5s;
}
#preloader.isdone:after, #preloader.isdone:before {
height: 0;
transition: all 0.7s cubic-bezier(1, 0, 0.55, 1);
transition-delay: 1s;
}
#preloader .loading-text {
font-weight: 300;
text-transform: uppercase;
letter-spacing: 10px;
position: absolute;
top: calc(50% - 30px);
left: 50%;
transform: translate(-50%, -50%);
color: var(--color-main);
font-family: "Teko", sans-serif;
z-index: 9999;
}
#preloader .loading-text.isdone {
top: 50%;
opacity: 0;
transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
transition-delay: 0.5s;
}  .side-panel {
position: fixed;
z-index: 3;
top: 0;
bottom: 0;
right: 0;
width: 100%;
height: 100vh;
overflow: hidden;
overflow-y: auto;
background: #fff;
-webkit-transform: translateX(-webkit-calc(100% + 80px));
-moz-transform: translateX(-moz-calc(100% + 80px));
-ms-transform: translateX(calc(100% + 80px));
-o-transform: translateX(calc(100% + 80px));
transform: translateX(calc(100% + 80px));
-webkit-transition: -webkit-transform 0.45s ease-in-out;
transition: -webkit-transform 0.45s ease-in-out;
-o-transition: -o-transform 0.45s ease-in-out;
-moz-transition: transform 0.45s ease-in-out, -moz-transform 0.45s ease-in-out;
transition: transform 0.45s ease-in-out;
transition: transform 0.45s ease-in-out, -webkit-transform 0.45s ease-in-out, -moz-transform 0.45s ease-in-out, -o-transform 0.45s ease-in-out;
}
.side-panel.open {
-webkit-transform: translateX(0);
-moz-transform: translateX(0);
-ms-transform: translateX(0);
-o-transform: translateX(0);
transform: translateX(0);
}
.side-panel .close-black-block-offcanvas {
position: absolute;
color: #fff;
font-size: 15px;
display: block;
font-weight: normal;
line-height: 1;
border-radius: 50% 50% 50% 50%;
padding: 4px 7px 5px 7px;
border: 1px solid #ccc;
z-index: 10;
background-color: #fff;
top: 15px;
right: 15px;
display: none;
}  .error-title {
background: linear-gradient(#fff, #fff) padding-box, linear-gradient(to right, var(--color-main), var(--color-secondary), var(--color-ternary)) border-box;
border: 15px double var(--color-main);
border: 10px solid transparent !important;
border-radius: 5px;
color: #333;
display: inline-block;
font-family: "Montserrat", sans-serif;
font-size: 200px;
font-weight: 600;
margin-bottom: 40px;
padding: 10px 60px;
text-transform: uppercase;
}
.error-text {
color: #333;
font-family: "Montserrat", sans-serif;
font-size: 20px;
}
.error-btn {
background: linear-gradient(#fff, #fff) padding-box, linear-gradient(to right, var(--color-primary), var(--color-secondary), var(--color-ternary)) border-box;
border: 1px solid var(--color-main);
border: 1px solid transparent !important;
border-radius: 5px;
color: var(--color-main);
display: inline-block;
font-size: 14px;
overflow: hidden;
padding: 8px 20px;
position: relative;
-webkit-transition-duration: 1s;
transition-duration: 1s;
width: auto;
z-index: 1;
} #Blog {
overflow-x: hidden;
}
.blog-style-three {
display: table;
width: 100%;
}
.blog-style-three .blog-link-img {
display: table-cell;
vertical-align: middle;
position: relative;
width: 30%;
}
.blog-style-three .blog-link-img:hover .blogmask {
background: rgba(0, 0, 0, 0.5);
}
.blog-style-three .box-cat-post {
margin-bottom: 10px;
}
.blog-style-three .post-meta {
margin-bottom: 10px;
}
.blog-style-three .excerpt-box {
width: 70%;
display: table-cell;
padding-left: 20px;
vertical-align: middle;
}
.blog-style-three .blog-imgbg {
background-position: center center;
background-size: cover;
}
.blog-link-img {
position: relative;
display: block;
background: var(--color-main);
overflow: hidden;
opacity: 0.8;
}
.blog-link-img .bl-icon {
border-radius: 100px;
position: absolute;
right: 20px;
top: 20px;
z-index: 3;
color: #ffffff;
background: var(--color-main);
height: 50px;
width: 50px;
line-height: 50px;
text-align: center;
font-size: 18px;
}
.blog-link-img img {
width: 100%;
transition: 0.3s;
transition: all 0.5s;
}
.blog-link-img:hover img {
opacity: 0.1;
transform: scale(1.1, 1.1);
}
.content-btn-align-icon-left.content-btn-button-icon {
float: left;
margin-right: 10px;
}
.content-btn-align-icon-right.content-btn-button-icon {
float: right;
margin-left: 10px;
}
.blog-post-list .blog-style-three h3 {
margin-bottom: 10px;
}
.blog-post-list h3 {
font-size: 24px;
letter-spacing: initial;
font-weight: 700;
-webkit-transition: ease 0.5s;
-moz-transition: ease 0.5s;
-o-transition: ease 0.5s;
-ms-transition: ease 0.5s;
transition: ease 0.5s;
margin-top: 10px;
margin-bottom: 15px;
}
.blog-post-list a:hover h3 {
color: var(--color-main);
}
.blog-post-list .col-md-4:nth-child(4) {
clear: left;
}
.blog-post-list .col-md-3:nth-child(5) {
clear: left;
}
.blog-post-list .iteck-blog-box h3 {
color: #ffffff;
margin: 0;
font-size: 22px;
color: #ffffff;
}
.elementor-widget-iteck-post-four {
overflow: hidden;
}
.blogmask {
height: 100%;
position: absolute;
width: 100%;
background: rgba(0, 0, 0, 0);
transition: 0.3s;
top: 0;
z-index: 0;
}
.post-slider .blog-col-inner .blogmask {
background: rgba(0, 0, 0, 0.3);
}
.post-slider .blog-col-inner:hover .blogmask {
background: rgba(0, 0, 0, 0.5);
}
.post-slider .blog-imgbg {
background-position: center center;
background-size: cover;
}
.post-slider .blog-link-img.blog-with-box.blog-imgbg {
color: inherit;
}
.post-slider .iteck-blog-box {
display: table;
height: 100%;
}
.post-slider .iteck-blog-inner {
display: table-cell;
vertical-align: middle;
}
.post-meta {
list-style: none;
padding: 0;
margin-bottom: 20px;
margin-top: 15px;
line-height: 1;
text-transform: capitalize;
font-size: 14px;
}
.post-meta a {
color: var(--color-main);
text-transform: capitalize;
}
.post-meta a:hover {
color: #000000;
}
.post-meta li {
list-style: none;
display: inline-block;
margin-right: 18px;
color: var(--color-main);
text-transform: capitalize;
line-height: 150%;
}
.post-meta li .fa {
display: inline-block;
margin-right: 3px;
}
.blog-list p {
margin-bottom: 20px;
}
.blog-list .post-meta {
margin-bottom: 0;
margin-top: 0;
}
.blog-list .post-meta-bootom {
border-top: 1px dashed #e1e1e1;
padding-top: 20px;
}
.blog-list .post-meta-bootom li {
color: #888;
font-size: 13px;
}
.blog-list .post-meta-bootom a {
color: #888;
font-size: 13px;
}
.blog-list .blog-col-inner {
border: none;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.blog-list .excerpt-box {
position: relative;
box-shadow: 0 1px 5px 0 rgba(3, 3, 3, 0.15);
margin-left: -40px;
background: #fff;
z-index: 2;
}
.blog-list .txt-lft {
margin-left: 0;
margin-right: -40px;
}
.blog-list.blog-style-two .blog-col-inner {
background: transparent;
align-items: initial;
}
.blog-list.blog-style-two .blog-col-inner .blog-link-img {
max-width: 66.666%;
}
.blog-list.blog-style-two .blog-col-inner .date-post {
display: none;
}
.blog-list.blog-style-two .blog-col-inner .excerpt-box {
background: transparent;
box-shadow: none;
margin-left: -30px;
padding: 0;
}
.blog-list.blog-style-two .blog-col-inner .excerpt-box h3 {
color: #999;
font-weight: 300;
font-size: 16px;
line-height: 1.6;
margin-top: 0;
opacity: 0.8;
}
.blog-list.blog-style-two .blog-col-inner .excerpt-box h3:after {
display: none;
}
.tags a {
font-weight: 500;
}
.blog-2 .post-meta {
font-size: 13px;
margin-bottom: 30px;
margin-top: -10px;
}
.blog-2 .post-meta a {
color: inherit;
}
.blog-2 .post-meta span {
color: #aaa;
}
.blog-2 .post-meta li {
color: inherit;
line-height: 1.8;
}
.blog-2 .excerpt-box {
text-align: left;
padding: 30px;
}
.blog-2 .blog-link-img:hover img {
opacity: 1;
transform: scale(1.1, 1.1);
-webkit-filter: grayscale(100%);
-moz-filter: grayscale(100%);
filter: grayscale(100%);
}
.blog-2 .blog-post-list h3 {
font-weight: 600;
font-size: 220%;
}
.blog-2 .content-btn {
border: none;
margin-top: 20px;
background: #fff;
color: var(--color-main);
}
.blog-2 .content-btn i {
border: 0.5px dashed var(--color-main);
border-radius: 50%;
height: 45px;
line-height: 45px;
margin: auto;
text-align: center;
width: 45px;
}
.blog-2 .blog-col-inner {
border: none;
box-shadow: none;
}
.cat-post {
position: absolute;
background-color: #ffffff;
padding: 3px 10px;
top: 5px;
left: 5px;
letter-spacing: 0.5px;
font-size: 14px;
}
.date-post {
position: absolute;
background-color: #1f1f1f;
padding: 3px 10px;
top: 5px;
left: 5px;
letter-spacing: 0.5px;
font-size: 14px;
color: #ffffff;
}
.date-post-rtl {
position: absolute;
background-color: #1f1f1f;
padding: 3px 10px;
top: 5px;
right: 5px;
letter-spacing: 0.5px;
font-size: 14px;
color: #ffffff;
}
.blog-col-inner {
background: #fff;
border-radius: 0;
border: 1px solid #e5e5e5;
}
.excerpt-box {
padding: 36px;
}
.blog-wrapper {
background: #fff;
}
.dark-page .blog-wrapper {
background: #1f1f1f;
}
.blog-header {
background: #1f1f1f none repeat scroll 0 0;
position: relative;
z-index: 999;
}
.blog-header-slider {
background: #fafafa none repeat scroll 0 0;
}
.blog-header-slider:hover .slide-nav {
opacity: 1;
}
.blog-img-bg {
background-position: center center;
background-size: cover;
overflow: hidden;
}
.blog-img-bg:hover .blog-box {
-ms-transform: translateY(-50%) scale(1, 1);
-webkit-transform: translateY(-50%) scale(1, 1);
transform: translateY(-50%) scale(1, 1);
z-index: 1;
}
.small-title {
font-size: 30px;
margin: 0 0 20px;
}
.iteck-blog-box {
position: absolute;
width: 100%;
left: 0;
bottom: 0;
color: #ffffff;
font-size: 15px;
}
.iteck-blog-inner {
padding: 20px;
}
.post-meta-box {
list-style: none;
padding: 0;
}
.post-meta-box li {
list-style: none;
display: inline-block;
margin-right: 5px;
margin-bottom: 5px;
}
.blog-col {
padding: 0;
}
.box-blog-padding {
padding: 20px;
padding-top: 0;
}
.blog-with-box img {
opacity: 0.8;
}
.box-cat-post {
font-family: "Poppins", sans-serif;
font-size: 14px;
font-style: italic;
line-height: 1;
display: inline-block;
}
.box-cat-post.cat-absolute {
position: absolute;
left: 20px;
bottom: 20px;
background: #fff;
color: #000000;
padding: 6px 16px;
z-index: 3;
}
.blog-box {
margin: 0 15px;
position: relative;
top: 50%;
-ms-transform: translateY(-50%) scale(0, 0);
-webkit-transform: translateY(-50%) scale(0, 0);
transform: translateY(-50%) scale(0, 0);
z-index: 1;
transition: ease 0.5s;
-webkit-transition: ease 0.5s;
-moz-transition: ease 0.5s;
-o-transition: ease 0.5s;
-ms-transition: ease 0.5s;
}
.blog-box h3 {
font-size: 20px;
letter-spacing: 2px;
margin: 10px 0 30px;
color: #ffffff;
text-transform: uppercase;
}
.blog-box .slide-btn {
font-size: 15px;
letter-spacing: 3px;
padding: 13px 25px;
}
.blog-box p {
color: #ffffff;
font-family: "Poppins", sans-serif;
font-style: italic;
margin-bottom: 0;
}
.blog-box-inner {
border: 4px solid #fff;
margin: auto;
padding: 30px;
position: relative;
top: auto;
max-width: 300px;
-ms-transform: none;
-webkit-transform: none;
transform: none;
text-align: center;
}
.blog-content .img-post {
overflow: hidden;
background: #000000;
margin-bottom: 30px;
border-radius: 7px;
}
.blog-content .img-post img {
transition: opacity 0.3s ease-out, transform 0.3s ease-out, filter 0.3s ease-out;
-moz-transition: opacity 0.3s ease-out, -moz-transform 0.3s ease-out, -moz-filter 0.3s ease-out;
-o-transition: opacity 0.3s ease-out, -o-transform 0.3s ease-out, -o-filter 0.3s ease-out;
-webkit-transition: opacity 0.3s ease-out, -webkit-transform 0.3s ease-out, -webkit-filter 0.3s ease-out;
width: 100%;
}
.blog-content .img-post img:hover {
-webkit-transform: scale(1.1);
transform: scale(1.1);
opacity: 0.5;
}
.blog-content .blog-post p a {
color: var(--color-main);
}
.entry-title {
display: block;
font-size: 30px;
margin: 0 0 20px;
position: relative;
font-weight: 600;
-webkit-transition: 100ms linear all;
-moz-transition: 100ms linear all;
transition: 100ms linear all;
}
a .entry-title {
-webkit-transition: 100ms linear all;
-moz-transition: 100ms linear all;
transition: 100ms linear all;
}
a .entry-title:hover {
color: var(--color-main);
}
.blog-slider-box {
padding: 27% 0;
}
.fa-arrow-left.slick-arrow {
bottom: 0;
position: absolute;
left: 0;
width: 50px;
height: 50px;
line-height: 50px;
background: #fff;
text-align: center;
cursor: pointer;
z-index: 1;
font-size: 12px;
transition: ease 0.5s;
-webkit-transition: ease 0.5s;
-moz-transition: ease 0.5s;
-o-transition: ease 0.5s;
-ms-transition: ease 0.5s;
}
.fa-arrow-left.slick-arrow:hover {
background: #000;
color: #ffffff;
}
.fa-arrow-right.slick-arrow {
bottom: 0;
position: absolute;
left: 0;
width: 50px;
height: 50px;
line-height: 50px;
background: #fff;
text-align: center;
cursor: pointer;
z-index: 1;
font-size: 12px;
transition: ease 0.5s;
-webkit-transition: ease 0.5s;
-moz-transition: ease 0.5s;
-o-transition: ease 0.5s;
-ms-transition: ease 0.5s;
}
.fa-arrow-right.slick-arrow:hover {
background: #000;
color: #ffffff;
}
.slider .fa.fa-arrow-right.slick-arrow {
left: 50px;
}
.post-detail {
font-size: 13px;
padding: 0;
list-style: outside none none;
color: #888;
}
.post-detail > li {
display: inline-block;
margin-right: 18px;
margin-bottom: 15px;
}
.post-detail > li a {
color: #888;
}
.post-detail > li a:hover {
color: var(--color-main);
}
.post-detail > li i {
display: inline-block;
font-size: 11px;
margin-right: 5px;
text-align: center;
border-radius: 100px;
color: var(--color-main);
}
.border-post {
display: block;
height: 1px;
margin-left: 0;
margin-right: 0;
margin-top: 40px;
border-bottom: 1px solid #eee;
}
.single .border-post {
border: none;
}
.pagination {
width: 100%;
text-align: center;
margin: 40px 0;
display: inline-block;
}
.pagination > li {
display: inline-block;
margin-right: 10px;
}
.pagination > li > a {
position: relative;
float: left;
margin-left: -1px;
line-height: 1.42857143;
text-decoration: none;
background-color: #fff;
border: 1px solid #ddd;
font-size: 12px;
text-transform: uppercase;
font-weight: bold;
padding: 13px 20px 10px 20px;
font-weight: 500;
}
.pagination > li > a:focus {
color: #333;
}
.pagination > li > span {
color: inherit;
font-size: 12px;
text-transform: uppercase;
font-weight: bold;
padding: 13px 20px 10px 20px;
}
.pagination > li > span:focus {
color: #333;
}
.pagination > .active > a {
background-color: #333;
border-color: #333;
color: #ffffff;
cursor: default;
z-index: 2;
}
.pagination > .active > a:hover {
background-color: #333;
border-color: #333;
color: #ffffff;
cursor: default;
z-index: 2;
}
.pagination > .active > a:focus {
background-color: #333;
border-color: #333;
color: #ffffff;
cursor: default;
z-index: 2;
}
.pagination > .active > span {
background-color: #333;
border-color: #333;
color: #ffffff;
cursor: default;
z-index: 2;
}
.pagination > .active > span:hover {
background-color: #333;
border-color: #333;
color: #ffffff;
cursor: default;
z-index: 2;
}
.pagination > .active > span:focus {
background-color: #333;
border-color: #333;
color: #ffffff;
cursor: default;
z-index: 2;
}
.pagination li a:hover {
color: #000000;
}
.pagination a {
font-weight: 500;
}
.blog-slider:hover .slide-nav {
opacity: 1;
}
.blog-mason .entry-title {
border-bottom: 1px solid #eee;
font-size: 20px;
padding-bottom: 20px;
}
.post-bottom {
display: flex;
padding: 20px 0 20px;
border-bottom: 1px solid #ebebeb;
margin-bottom: 40px;
}
.tags-bottom {
order: 1;
margin-top: 10px;
color: #aaa;
font-size: 14px;
letter-spacing: 0.1em;
}
.tags-bottom a {
color: #666;
padding: 6px 18px;
font-size: 13px;
margin-left: 7px;
letter-spacing: 1px;
display: inline-block;
margin-bottom: 12px;
border-radius: 50px;
background: #f7f7f7;
}
.tags-bottom a:hover {
color: #fff;
background-color: var(--color-main);
}
.sharebox {
justify-content: flex-end;
order: 2;
margin: 0 0 0 auto;
white-space: nowrap;
}
.share-box {
font-family: "Poppins", sans-serif;
color: #aaa;
font-size: 14px;
letter-spacing: 0.1em;
float: right;
margin-top: 10px;
}
.share-box a {
margin-left: 5px;
position: relative;
display: inline-block;
height: 35px;
width: 35px;
line-height: 35px;
border-radius: 50%;
text-align: center;
color: #fff;
}
.iteck-share-box.share-box {
padding: 0;
}
.iteck-share-box .share-text {
display: inline-block;
}
#related_posts {
margin-bottom: 60px;
background: #f5f6f8;
padding: 40px;
border: 1px solid #eeeff0;
}
#related_posts .related-inner:hover {
border-bottom-color: var(--color-main);
}
#related_posts .related-inner .post-detail > li {
margin-bottom: 5px;
}
#related_posts .related-inner P {
margin-top: 8px;
}
#related_posts .related-inner div > *:last-child {
margin-bottom: 0;
}
#related_posts .col-sm-4 {
margin-bottom: 20px;
}
#related_posts .col-sm-4 img {
opacity: 1;
transition: 0.3s;
width: 100%;
height: 240px;
object-fit: cover;
}
#related_posts .col-sm-4:nth-child(4) {
clear: left;
}
.attachment-iteck-related-post {
border-top-right-radius: 5px;
border-top-left-radius: 5px;
}
.related-inner {
overflow: hidden;
padding: 30px 35px;
transition: ease 0.5s;
-webkit-transition: ease 0.5s;
-moz-transition: ease 0.5s;
-o-transition: ease 0.5s;
-ms-transition: ease 0.5s;
background: #fff;
box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.07);
margin: 0 0 10px 0;
z-index: 1000;
position: relative;
}
a > img + .related-inner {
margin: -20px 20px 20px;
}
.related-cat {
color: #aaa;
font-size: 13px;
line-height: 1.8;
margin: 0;
}
.related-cat i {
display: inline-block;
margin-right: 7px;
color: var(--color-main);
}
.title-related-post {
-moz-transition: ease 0.5s;
-ms-transition: ease 0.5s;
-o-transition: ease 0.5s;
-webkit-transition: ease 0.5s;
font-size: 22px;
margin: 0 0 40px;
text-transform: uppercase;
position: relative;
}
.title-related-post:after {
content: "";
position: absolute;
height: 2px;
width: 80px;
left: 0;
bottom: -6px;
background-color: #000;
}
.related-title {
font-size: 18px;
line-height: 1.6em;
margin: 0;
font-weight: 600;
letter-spacing: 0;
-moz-transition: ease 0.5s;
-ms-transition: ease 0.5s;
-o-transition: ease 0.5s;
-webkit-transition: ease 0.5s;
}
h3.related-title:hover {
color: var(--color-main);
}
.footer.footer-two.clearfix {
position: fixed;
width: 100%;
bottom: 0;
z-index: -1;
left: 0;
}
.blog-gallery div {
width: 33.3%;
float: left;
}
.blog-gallery a {
position: relative;
display: block;
}
.blog-gallery a span {
background: rgba(0, 0, 0, 0.3);
height: 100%;
left: 0;
opacity: 0;
position: absolute;
text-align: center;
top: 0;
width: 100%;
transition: ease 0.3s;
-webkit-transition: ease 0.3s;
-moz-transition: ease 0.3s;
-o-transition: ease 0.3s;
-ms-transition: ease 0.3s;
}
.blog-gallery a span:hover {
opacity: 1;
}
.blog-gallery a i {
background: var(--color-main) none repeat scroll 0 0;
border-radius: 100px;
color: #ffffff;
height: 50px;
left: 50%;
line-height: 50px;
margin-left: -25px;
margin-top: -25px;
position: absolute;
text-align: center;
top: 50%;
width: 50px;
}
.pagi-nav-box {
float: left;
}
.imgpagi-box {
display: table-cell;
vertical-align: middle;
padding: 10px;
}
.imgpagi-box p {
margin: 0;
line-height: 1;
font-size: 14px;
text-transform: uppercase;
color: var(--color-main);
letter-spacing: 2px;
text-align: left;
}
.pagi-nav-box.next {
text-align: right;
float: right;
}
.img-pagination {
overflow: hidden;
padding-top: 20px;
margin-bottom: 60px;
}
.img-pagination a {
display: table;
width: 100%;
}
.img-pagination a:hover .img-pagi .lnr {
font-size: 30px;
color: var(--color-main);
}
.img-pagination a:hover .img-pagi img {
z-index: 0;
}
.img-pagination a .img-pagi img {
z-index: 2;
display: none;
}
.img-pagi {
display: table-cell;
vertical-align: middle;
overflow: hidden;
position: relative;
background: transparent;
width: 90px;
height: 90px;
border: 1px solid #eee;
}
.img-pagi .lnr {
color: #999;
font-size: 25px;
height: 124px;
left: 50%;
line-height: 120px;
margin-left: -60px;
margin-top: -62px;
opacity: 1;
position: absolute;
text-align: center;
top: 50%;
transform: scale(0.6);
transition: all 0.3s ease 0s;
width: 120px;
z-index: 1;
opacity: 1;
transform: scale(1);
-ms-transform: scale(1);
-webkit-transform: scale(1);
}
.img-pagi img {
position: relative;
}
.pagi-title {
margin: 0;
font-size: 15px;
font-weight: 700;
margin-top: 5px;
line-height: 1.5;
text-align: left;
}
.pagi-box p {
text-transform: uppercase;
font-size: 12px;
margin-top: 10px;
}
.pagination > li:last-child > a, .pagination > li:last-child > span {
border-top-right-radius: 0px;
border-bottom-right-radius: 0px;
}
.pagination > li:first-child > a, .pagination > li:first-child > span {
border-top-left-radius: 0px;
border-bottom-left-radius: 0px;
} .blog-style-2 .entry-title {
font-size: 28px;
}
.blog-style-2 .post-detail > li {
border-radius: 2em;
background-color: #f5f5f5;
color: #333;
padding: 9px 16px;
transition: all 0.3s;
box-shadow: 0 0 0 rgba(0, 0, 0, 0.25);
line-height: 1.25em;
margin-inline-end: 0.5em;
display: inline-flex;
align-items: center;
justify-content: center;
}
.blog-style-2 .post-detail > li a {
color: #333;
}
.blog-style-2 .border-post {
border-bottom: 1px dashed #cecece;
} .blog-style-3 {
padding: 100px 0;
}
.blog-style-3 .entry-title {
font-size: 25px;
}
.blog-style-3 .post-img {
padding-left: 0;
}
.blog-style-3 .post-img .img-post {
margin: 0;
}
.blog-style-3 .post-details {
padding-right: 0;
position: relative;
height: 100%;
}
.blog-style-3 .post-details .post-cat {
border-right: 1px solid #dee2e6;
padding-right: 14px;
border-radius: 0;
}
.blog-style-3 .post-details .post-cat a {
color: var(--color-main);
text-transform: uppercase;
font-weight: 600;
}
.blog-style-3 .post-detail.post-bot {
position: absolute;
bottom: 0;
display: flex;
width: 100%;
justify-content: space-between;
}
.blog-style-3 .post-detail.post-bot .count {
margin-left: 20px;
}
.blog-style-3 .post-detail.post-bot > li {
margin-bottom: 0;
}
.blog-style-3 .post-detail > li {
border-radius: 2em;
color: #333;
transition: all 0.3s;
box-shadow: 0 0 0 rgba(0, 0, 0, 0.25);
line-height: 1.25em;
margin-inline-end: 0.5em;
display: inline-flex;
align-items: center;
justify-content: center;
}
.blog-style-3 .post-detail > li i {
color: initial;
}
.blog-style-3 .post-detail > li a {
color: #333;
}
.blog-style-3 .border-post {
border-bottom: 1px dashed #cecece;
}
.blog-style-3 .pagination > li:last-child > a, .blog-style-3 .pagination > li:last-child > span {
border-radius: 7px;
} .blog-top-slider .m-title {
font-weight: 700;
font-size: 45px;
}
.blog-top-slider .m-title span {
color: var(--color-main);
position: relative;
display: inline-block;
padding: 0 5px;
margin: 0 5px;
}
.blog-top-slider .m-title span:after {
position: absolute;
content: "";
left: 0;
bottom: 0;
width: 100%;
height: 40%;
background-color: var(--color-main);
opacity: 8%;
}
.blog-top-slider .blog-details-slider {
position: relative;
overflow: hidden;
}
.blog-top-slider .blog-details-slider .content-card .img {
position: relative;
border-radius: 30px;
overflow: hidden;
}
.blog-top-slider .blog-details-slider .content-card .img.overlay::after {
position: absolute;
content: "";
left: 0;
top: 0;
width: 100%;
height: 100%;
background-image: linear-gradient(to top, rgba(0, 0, 0, 0.8823529412), rgba(0, 0, 0, 0.3333333333), transparent);
}
.blog-top-slider .blog-details-slider .content-card .img img {
object-fit: cover;
width: 100%;
height: 500px;
}
.blog-top-slider .blog-details-slider .content-card .info {
position: absolute;
width: 100%;
bottom: 0;
padding: 4vw;
color: #fff;
}
.blog-top-slider .blog-details-slider .content-card .info .date {
opacity: 0;
transform: translateY(30px);
transition: all 0.6s ease;
}
.blog-top-slider .blog-details-slider .content-card .info span a {
color: #fff;
}
.blog-top-slider .blog-details-slider .content-card .info .title a {
opacity: 0;
transform: translateY(30px);
transition: all 0.6s ease;
transition-delay: 0.1s;
color: #fff;
font-size: 32px;
line-height: 1.4;
font-weight: 700;
}
.blog-top-slider .blog-details-slider .content-card .info .text-info {
opacity: 0;
transform: translateY(30px);
transition: all 0.6s ease;
transition-delay: 0.2s;
}
.blog-top-slider .blog-details-slider .swiper-slide-active .content-card .info small, .blog-top-slider .blog-details-slider .swiper-slide-active .content-card .info h2, .blog-top-slider .blog-details-slider .swiper-slide-active .content-card .info p, .blog-top-slider .blog-details-slider .swiper-slide-active .content-card .info a {
opacity: 1;
transform: translateX(0);
}
.blog-top-slider .blog-details-slider .swiper-pagination {
width: 100%;
bottom: 0;
text-align: right;
padding: 30px 4vw;
}
.blog-top-slider .blog-details-slider .swiper-pagination .swiper-pagination-bullet {
background-color: #fff;
opacity: 1;
margin: 0 5px;
}
.blog-top-slider .blog-details-slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
background-color: var(--color-main);
}
.blog-top-slider .blog-details-slider .swiper-button-next, .blog-top-slider .blog-details-slider .swiper-button-prev {
transform: rotate(45deg);
border-radius: 15px;
width: 50px;
height: 50px;
}
.blog-top-slider .blog-details-slider .swiper-button-next::after, .blog-top-slider .blog-details-slider .swiper-button-prev::after {
transform: rotate(-45deg);
}
.blog-top-slider .blog-details-slider .swiper-button-next, .blog-top-slider .blog-details-slider .swiper-container-rtl .swiper-button-prev {
right: -35px;
background: #fff;
}
.blog-top-slider .blog-details-slider .swiper-button-next::after, .blog-top-slider .blog-details-slider .swiper-container-rtl .swiper-button-prev::after {
font-size: 14px;
margin-right: 20px;
margin-top: 23px;
}
.blog-top-slider .blog-details-slider .swiper-button-prev, .blog-top-slider .blog-details-slider .swiper-container-rtl .swiper-button-next {
left: -35px;
background: #fff;
}
.blog-top-slider .blog-details-slider .swiper-button-prev::after, .blog-top-slider .blog-details-slider .swiper-container-rtl .swiper-button-next::after {
font-size: 14px;
margin-left: 25px;
margin-bottom: 22px;
} .popular-posts .col-lg-4:not(:last-child) {
border-right: 1px solid #dee2e6;
}
.popular-posts .card {
padding: 0 15px;
}
.popular-posts .card .img {
border-radius: 20px;
height: 200px;
}
.popular-posts .card .card-body a {
color: #000;
} .iteck-author {
padding-top: 80px;
padding-bottom: 80px;
background: #eef4f8;
text-align: center;
}
.iteck-author h1 {
font-size: 40px;
font-weight: 700;
line-height: 1.4em;
}
.iteck-author h1 span {
position: relative;
}
.iteck-author h1 span:after {
position: absolute;
content: "";
left: 0;
bottom: 0;
width: 100%;
height: 40%;
opacity: 8%;
background-color: var(--color-main);
}
.widget .contact-list {
list-style: outside none none;
margin: 20px 0;
padding: 0;
}
.widget .contact-list > li {
margin-bottom: 10px;
list-style: outside none none;
}
.contact-list {
list-style: outside none none;
margin: 20px 0;
padding: 0;
}
.contact-list > li {
margin-bottom: 10px;
list-style: outside none none;
}
.contact-list i.fa {
color: #1f1f1f;
display: inline-block;
font-size: 18px;
margin-right: 7px;
}
.map_canvas {
height: 500px;
}
.map-gray iframe {
filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
filter: gray;
-webkit-filter: grayscale(99%);
-webkit-backface-visibility: hidden;
}
.box-map {
line-height: 1;
padding: 20px 0 20px 20px;
text-align: center;
width: 100%;
}
.box-map > img {
max-width: 400px;
max-height: 200px;
}
.box-map > h3 {
font-size: 16px;
color: #1f1f1f;
letter-spacing: 3px;
margin: 10px 0 10px;
text-transform: uppercase;
}
form input {
-moz-box-sizing: border-box;
background: #fff;
border: none;
border: 1px solid #ddd;
box-sizing: border-box;
color: #888;
line-height: inherit;
padding: 6px 13px;
padding-left: 30px;
width: 100%;
max-height: 150px;
border-radius: 0;
background: #fdfdfd;
font-size: 15px;
transition: all 500ms ease;
-webkit-transition: all 500ms ease;
-ms-transition: all 500ms ease;
-o-transition: all 500ms ease;
}
form input:focus {
border-color: var(--color-main);
box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
}
form textarea {
-moz-box-sizing: border-box;
background: #fff;
border: none;
border: 1px solid #ddd;
box-sizing: border-box;
color: #888;
line-height: inherit;
padding: 6px 13px;
padding-left: 30px;
width: 100%;
max-height: 150px;
border-radius: 0;
background: #fdfdfd;
font-size: 15px;
transition: all 500ms ease;
-webkit-transition: all 500ms ease;
-ms-transition: all 500ms ease;
-o-transition: all 500ms ease;
}
form textarea:focus {
border-color: var(--color-main);
box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
}
.comment-respond form input {
border: 1px solid #ddd;
padding-left: 10px;
max-height: 160px;
}
.comment-respond form input:focus {
border-color: var(--color-main);
}
.comment-respond form input::placeholder {
color: #333;
}
.comment-respond form textarea {
border: 1px solid #ddd;
padding-left: 10px;
max-height: 160px;
}
.comment-respond form textarea:focus {
border-color: var(--color-main);
}
.comment-respond form textarea::placeholder {
color: #333;
}
.comment-respond p {
position: relative;
}
#MyContactForm {
text-align: left;
}
#MyContactForm p span {
display: block;
letter-spacing: 2px;
text-transform: uppercase;
}
#MyContactForm p label {
cursor: text;
display: block;
margin: 0;
position: relative;
top: 0;
width: 100%;
}
input:focus {
border-color: #e0e0e0;
}
textarea:focus {
border-color: #e0e0e0;
outline: none;
}
textarea::-webkit-input-placeholder {
color: #aaa;
}
textarea:-moz-placeholder {
color: #aaa;
}
textarea::-moz-placeholder {
color: #aaa;
}
textarea:-ms-input-placeholder {
color: #aaa;
}
#form-wrapper #MyContactForm .error {
bottom: 12px;
color: #FF0000;
font-family: inherit;
font-size: 12px;
font-weight: normal;
left: auto;
font-style: italic;
letter-spacing: 0;
position: absolute;
right: 20px;
text-transform: capitalize;
width: auto;
}
.content-btn {
color: var(--color-main);
width: auto;
border: 1px solid var(--color-main);
display: inline-block;
font-size: 14px;
position: relative;
overflow: hidden;
z-index: 1;
-webkit-transition-duration: 1s;
transition-duration: 1s;
padding: 8px 20px;
}
.content-btn:hover {
color: #ffffff;
}
.content-btn::before {
background: #eee none repeat scroll 0 0;
border-radius: 200px;
content: "";
display: block;
height: 200px;
left: -50%;
margin-top: -100px;
position: absolute;
top: 50%;
width: 200px;
opacity: 0.3;
z-index: -1;
transform: scale(0);
-ms-transform: scale(0);
-webkit-transform: scale(0);
-webkit-transition: all 0.4s ease-out 0s;
transition: all 0.4s ease-out 0s;
-webkit-transition-duration: 0.8s;
transition-duration: 0.8s;
background: #fff none repeat scroll 0 0;
border-radius: 200px;
content: "";
opacity: 0.3;
display: block;
height: 200px;
left: -50%;
margin-top: -100px;
position: absolute;
top: 50%;
width: 200px;
z-index: -1;
transform: scale(0);
-ms-transform: scale(0);
-webkit-transform: scale(0);
-webkit-transition: all 0.4s ease-in 0s;
transition: all 0.4s ease-in 0s;
transition-delay: 0.3s;
}
.slider-btn:hover::before {
opacity: 1;
transform: scale(4);
-ms-transform: scale(4);
-webkit-transform: scale(4);
}
.iteck-comment span.your-name {
display: inline-block;
width: 32.9%;
}
.iteck-comment span.your-email {
display: inline-block;
width: 32.9%;
}
.iteck-comment span.cell-phone {
display: inline-block;
width: 32.9%;
}
.iteck-comment span.subject {
display: inline-block;
width: 49%;
}
.iteck-comment .comment-form-email {
width: 32.9%;
display: inline-block;
padding-right: 1%;
}
.iteck-comment .comment-form-author {
width: 32.9%;
display: inline-block;
padding-right: 1%;
}
.iteck-comment .comment-form-comment {
margin-top: 30px;
margin-bottom: 20px;
}
.iteck-comment .comment-form-url {
width: 32.9%;
display: inline-block;
padding-right: 1%;
padding-right: 0;
} .post-style-1 {
padding-bottom: 0;
}
.post-style-1 p {
margin: 0 0 20px;
}
.post-style-1 a.colored {
color: var(--color-main);
}
.post-style-1 .entry-title {
display: block;
font-size: 42px;
margin: 0 0 20px;
position: relative;
font-weight: 700;
-webkit-transition: 100ms linear all;
transition: 100ms linear all;
text-align: center;
}
.post-style-1 .post-detail > li {
margin-right: 35px;
color: #333;
}
.post-style-1 .post-detail > li.post-cat {
text-transform: uppercase;
font-weight: 700;
border-right: 1px solid #dee2e6;
padding-right: 20px;
margin-right: 20px;
}
.post-style-1 .post-detail > li.post-cat a {
color: var(--color-main);
}
.post-style-1 .post-detail > li.post-date {
margin-right: 0;
}
.post-style-1 .post-detail > li.post-auth .lnr-user {
background-color: var(--color-main);
border-color: var(--color-main);
width: 22px;
height: 22px;
color: #fff;
font-size: 10px;
line-height: 21px;
}
.post-style-1 .post-detail > li i {
color: initial;
font-size: 14px;
}
.post-style-1 .post-detail > li a {
color: #333;
}
.post-style-1 .attachment-post-thumbnail {
border-radius: 15px;
width: 1320px;
height: 90vh;
object-fit: cover;
margin-top: 60px;
margin-bottom: 40px;
}
.post-style-1 .wp-caption {
border: none;
}
.post-style-1 .post-bottom {
border: none;
flex-wrap: wrap;
}
.post-style-1 .post-bottom .tags-bottom a {
color: #666;
padding: 6px 18px;
font-size: 12px;
letter-spacing: 0;
display: inline-block;
margin-bottom: 12px;
border-radius: 50px;
border-radius: 7px;
background-color: var(--color-gray);
margin-left: 5px;
}
.post-style-1 .post-bottom .tags-bottom a:hover {
color: #fff;
background-color: var(--color-main);
}
.post-style-1 .post-bottom .share-box .share-text {
text-transform: capitalize;
}
.post-style-1 .post-bottom .share-box a {
margin-left: 5px;
position: relative;
display: inline-block;
height: 30px;
width: 30px;
line-height: 30px;
border-radius: 50%;
text-align: center;
color: #fff;
}
.post-style-1 .post-bottom .share-box a:hover {
color: #fff;
}
.post-style-1 .iteck-author-info {
display: flex;
padding: 40px;
background: var(--color-gray);
border-radius: 15px;
}
.post-style-1 .iteck-author-info .iteck-author-avatar {
max-width: 80px;
-webkit-flex-shrink: 0;
-ms-flex-negative: 0;
flex-shrink: 0;
}
.post-style-1 .iteck-author-info .iteck-author-avatar img {
border-radius: 50%;
}
.post-style-1 .iteck-author-info .iteck-author-info-content {
-webkit-flex-basis: 100%;
-ms-flex-preferred-size: 100%;
flex-basis: 100%;
margin-left: 30px;
}
.post-style-1 .iteck-author-info .iteck-author-info-content .iteck-author-info-title {
margin-bottom: 18px;
}
.post-style-1 .iteck-author-info .iteck-author-info-content .iteck-author-info-title .iteck-author-name a {
color: #111;
text-transform: capitalize;
font-size: 18px;
font-weight: 700;
line-height: 1.3;
}
.post-style-1 .iteck-author-info .iteck-author-info-content .iteck-author-info-title .iteck-author-role {
font-size: 12px;
display: block;
margin-top: 4px;
text-transform: uppercase;
}
.post-style-1 .iteck-author-info .iteck-author-info-content .iteck-author-info-text {
margin-bottom: 0;
color: #111;
}
.post-style-1 .iteck-author-info .iteck-author-info-content .iteck-author-social {
margin-top: 20px;
}
.post-style-1 .iteck-author-info .iteck-author-info-content .iteck-author-social a {
font-size: 14px;
margin-right: 7px;
background: #ebebeb;
color: #000;
border-radius: 50px;
display: inline-block;
height: 30px;
width: 30px;
line-height: 30px;
text-align: center;
}
.post-style-1 .iteck-author-info .iteck-author-info-content .iteck-author-social a:hover {
background: var(--color-main);
color: #fff;
}
.post-style-1 .iteck-comment {
margin-top: 50px;
}
.post-style-1 .iteck-comment .comment-body {
border-radius: 10px;
border: 1px solid #e9e9e9;
background: none;
}
.post-style-1 .iteck-comment .comment-body .comment-reply-link {
font-size: 12px;
border-radius: 35px;
padding: 0 16px;
line-height: 30px;
display: inline-block;
font-weight: 500;
background: none;
border: 1px solid var(--color-main);
color: var(--color-main);
}
.post-style-1 .iteck-comment .comment-body .comment-reply-link:hover {
background: var(--color-main);
color: #fff;
}
.post-style-1 .related-bottom {
background: var(--color-gray);
padding: 60px 0;
}
.blog-post-list.blog-style-1 .blog-col-inner {
border: none;
}
.blog-post-list.blog-style-1 .blog-col-inner:hover .blog-link-img img {
opacity: 1;
transform: scale(1.1, 1.1) rotate(2deg);
cursor: crosshair;
}
.blog-post-list.blog-style-1 .blog-col-inner .blog-link-img {
position: relative;
display: block;
background: var(--color-main);
overflow: hidden;
opacity: 1;
}
.blog-post-list.blog-style-1 .blog-col-inner .blog-link-img .bl-icon {
border-radius: 100px;
position: absolute;
right: 20px;
top: 20px;
z-index: 3;
color: #ffffff;
background: var(--color-main);
height: 50px;
width: 50px;
line-height: 50px;
text-align: center;
font-size: 18px;
}
.blog-post-list.blog-style-1 .blog-col-inner .blog-link-img .cat-post {
position: absolute;
background-color: #ffffff;
padding: 8px 16px;
top: 5px;
left: 5px;
letter-spacing: 0.5px;
font-size: 12px;
line-height: 1em;
border-radius: 25px;
transition: all 1s ease-out;
-webkit-transition: all 1s ease-out;
-moz-transition: all 1s ease-out;
-ms-transition: all 1s ease-out;
-o-transition: all 1s ease-out;
}
.blog-post-list.blog-style-1 .blog-col-inner .blog-link-img .cat-post:hover {
opacity: 1;
}
.blog-post-list.blog-style-1 .blog-col-inner .blog-link-img img {
width: 100%;
transition: all 0.5s ease-out;
}
.blog-post-list.blog-style-1 .blog-col-inner .excerpt-box {
padding: 20px 0;
}
.blog-post-list.blog-style-1 .blog-col-inner .excerpt-box h3 {
font-size: 24px;
letter-spacing: initial;
font-weight: 700;
-webkit-transition: ease 0.5s;
-moz-transition: ease 0.5s;
-o-transition: ease 0.5s;
-ms-transition: ease 0.5s;
transition: ease 0.5s;
margin-top: 10px;
margin-bottom: 0;
}
.blog-post-list.blog-style-1 .blog-col-inner .excerpt-box a:hover h3 {
color: var(--color-main);
}
.blog-post-list.blog-style-1 .blog-col-inner .excerpt-box .col-md-4:nth-child(4) {
clear: left;
}
.blog-post-list.blog-style-1 .blog-col-inner .excerpt-box .col-md-3:nth-child(5) {
clear: left;
}
.blog-post-list.blog-style-1 .blog-col-inner .excerpt-box .iteck-blog-box h3 {
color: #ffffff;
margin: 0;
font-size: 22px;
color: #ffffff;
}
.blog-post-list.blog-style-1 .blog-col-inner .excerpt-box .excerpt {
margin-top: 1.2em;
margin-bottom: 1.2em;
display: inline-block;
}
.blog-post-list.blog-style-1 .blog-col-inner .excerpt-box .content-btn {
color: #999;
border: none;
border-bottom: 1px solid #999;
padding: 0;
transition: 0.5s ease;
-webkit-transition: 0.5s ease;
}
.blog-post-list.blog-style-1 .blog-col-inner .excerpt-box .content-btn:hover {
background: transparent;
color: var(--color-main);
border-color: var(--color-main);
webkit-transform: translateX(5px);
transform: translateX(5px);
}
.blog-post-list.blog-style-1 .blog-col-inner .excerpt-box .post-meta {
list-style: none;
padding: 0;
line-height: 1.9em;
margin-top: 1em;
margin-bottom: 0;
text-transform: uppercase;
font-size: 12px;
letter-spacing: 0.1em;
display: inline-block;
}
.blog-post-list.blog-style-1 .blog-col-inner .excerpt-box .post-meta a {
color: var(--color-main);
text-transform: uppercase;
}
.blog-post-list.blog-style-1 .blog-col-inner .excerpt-box .post-meta a:hover {
color: #000000;
}
.blog-post-list.blog-style-1 .blog-col-inner .excerpt-box .post-meta li {
list-style: none;
display: inline-block;
margin-right: 18px;
color: var(--color-main);
text-transform: uppercase;
line-height: 150%;
}
.blog-post-list.blog-style-1 .blog-col-inner .excerpt-box .post-meta li .fa {
display: inline-block;
margin-right: 3px;
}
.recent-posts-widget {
float: left;
margin-bottom: 12px;
padding-bottom: 10px;
}
.recent-posts-widget:last-child {
margin-bottom: -5px;
padding-bottom: 0px;
}
.recent-posts-widget .recent-post-img {
float: left;
}
.recent-posts-widget .recent-post-img img {
max-width: 75px;
margin-right: 10px;
height: 75px;
object-fit: cover;
}
.recent-posts-widget h3 {
display: initial;
padding-top: 5px;
font-size: 14px;
line-height: 1.5em;
transition: 100ms linear all;
}
.recent-posts-widget h3:after {
display: none;
}
.recent-posts-widget span {
display: block;
font-size: 12px;
padding-top: 5px;
}
.sidebar .wp-block-group__inner-container h2 {
display: block;
line-height: 1;
letter-spacing: 0;
margin: 0;
margin-bottom: 30px;
position: relative;
padding-bottom: 15px;
font-size: 17px;
text-transform: uppercase;
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.sidebar .wp-block-group__inner-container h2:before {
content: "";
position: absolute;
top: 34px;
left: 0;
width: 50px;
height: 2px;
background-color: var(--color-main);
margin-bottom: 30px;
margin-top: -1px;
background: linear-gradient(to right, var(--color-primary), var(--color-secondary), var(--color-ternary));
}
.sidebar .recent-posts-widget:not(:last-child) {
border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color: #e8e8e8;
margin-bottom: 15px;
padding-bottom: 15px;
display: -ms-flexbox;
display: flex;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-align: stretch;
align-items: stretch;
}
.sidebar .recent-posts-widget .widget-post-thumbnail .recent-post-img {
margin-right: 10px;
overflow: hidden;
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
margin-right: 15px;
}
.sidebar .recent-posts-widget .widget-post-thumbnail .recent-post-img img {
max-width: 75px;
margin-right: 0;
height: 75px;
object-fit: cover;
border-radius: 5px;
}
.sidebar .recent-posts-widget .widget-post-content {
-webkit-box-flex: 1;
-ms-flex: 1 1 auto;
flex: 1 1 auto;
}
.sidebar .recent-posts-widget .widget-post-content h3 {
display: block;
font-weight: 400;
font-size: 13px;
line-height: 1.4em;
transition: 100ms linear all;
margin-top: 0px;
margin-bottom: 4px;
padding-top: 0;
}
.sidebar .recent-posts-widget .widget-post-content h3 a {
color: #000000;
}
.sidebar .recent-posts-widget .widget-post-content h3:after {
display: none;
}
.sidebar .recent-posts-widget .widget-post-content span {
font-size: 12px;
padding-top: 0;
}
.sidebar #gallery-1 img {
border: 4px solid #f9f9f9 !important;
}
.iteck-related-slider .related-postes-slider .swiper-slide .card {
padding: 0 15px;
}
.iteck-related-slider .related-postes-slider .swiper-slide .card .img {
height: 200px;
overflow: hidden;
}
.iteck-related-slider .related-postes-slider .swiper-slide .card .img img {
width: 100%;
height: 100%;
object-fit: cover;
border-radius: 20px;
}
.iteck-related-slider .related-postes-slider .swiper-slide .card .cat a {
color: var(--color-main);
}
.iteck-related-slider .related-postes-slider .swiper-slide .card .title {
padding-bottom: 15px;
}
.iteck-related-slider .related-postes-slider .swiper-slide .card .title a {
color: #000;
}
.iteck-related-slider .related-postes-slider .swiper-slide .card .title a:hover {
color: var(--color-main);
}
.iteck-related-slider .related-postes-slider .swiper-slide .card .post-auth .lnr-user {
background-color: var(--color-main);
border-color: var(--color-main);
width: 22px;
height: 22px;
color: #fff;
font-size: 10px;
line-height: 21px;
text-align: center;
border-radius: 50px;
}
.iteck-related-slider .related-postes-slider .swiper-slide-prev {
position: relative;
}
.iteck-related-slider .related-postes-slider .swiper-slide-prev::after {
position: absolute;
content: "";
right: -40px;
top: 0;
width: 1px;
height: 100%;
background-color: rgba(153, 153, 153, 0.2666666667);
}
.iteck-related-slider .related-postes-slider .swiper-slide-active::after {
position: absolute;
content: "";
right: -40px;
top: 0;
width: 1px;
height: 100%;
background-color: rgba(153, 153, 153, 0.2666666667);
}
.iteck-related-slider .related-postes-slider .swiper-button-next, .iteck-related-slider .related-postes-slider .swiper-button-prev {
width: 35px;
height: 35px;
border-radius: 50%;
background: #fff;
}
.iteck-related-slider .related-postes-slider .swiper-button-next:hover, .iteck-related-slider .related-postes-slider .swiper-button-prev:hover {
background-color: var(--color-blue5);
color: #fff;
}
.iteck-related-slider .related-postes-slider .swiper-button-next, .iteck-related-slider .related-postes-slider .swiper-container-rtl .swiper-button-prev {
right: 0;
top: -50px;
}
.iteck-related-slider .related-postes-slider .swiper-button-prev, .iteck-related-slider .related-postes-slider .swiper-container-rtl .swiper-button-next {
left: auto;
right: 50px;
top: -50px;
}
.iteck-related-slider .related-postes-slider .swiper-button-next::after, .iteck-related-slider .related-postes-slider .swiper-button-prev::after {
font-size: 13px;
}
.post-style-3 .entry-header {
overflow: hidden;
position: relative;
padding: 120px 70px;
border-radius: 7px;
}
.post-style-3 .entry-header .post-date {
text-align: center;
width: 105px;
margin-left: auto;
margin-right: auto;
padding: 10px;
border-radius: 5px;
font-size: 14px;
color: #fff;
font-weight: 600;
text-transform: uppercase;
height: 90px;
line-height: 1;
min-width: fit-content;
justify-content: center;
display: flex;
flex-direction: column;
margin-top: 20px;
}
.post-style-3 .entry-header .post-date span {
font-size: 26px;
display: block;
margin-bottom: 8px;
}
.post-style-3 .entry-header .post-category {
min-width: fit-content;
justify-content: center;
display: flex;
text-align: center;
color: #fff;
text-transform: uppercase;
font-weight: 500;
margin-bottom: 15px;
margin-top: 50px;
}
.post-style-3 .entry-header .post-category a {
color: #fff;
padding: 0 5px;
}
.post-style-3 .entry-header .blog-post_bg_media {
background-size: cover;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: -1;
}
.post-style-3 .entry-header .blog-post_bg_media::before {
content: "";
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
background-color: #15222b;
opacity: 0.6;
}
.post-style-3 .entry-header .entry-title {
color: #fff;
text-align: center;
font-size: 34px;
}
.post-style-3 .entry-header .post-detail {
text-align: center;
font-size: 15px;
font-weight: 600;
}
.post-style-3 .entry-header .post-detail > li a, .post-style-3 .entry-header .post-detail > li, .post-style-3 .entry-header .post-detail > li i {
color: #f9f9f9;
} .wp-block-search__label {
display: block;
font-weight: 600;
line-height: 1;
letter-spacing: 0;
margin-bottom: 30px;
margin-top: -1px;
position: relative;
padding-bottom: 15px;
font-size: 18px;
font-weight: 500;
color: #000;
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.wp-block-search__label:before {
content: "";
position: absolute;
top: 35px;
left: 0;
width: 50px;
height: 2px;
background-color: var(--color-main);
margin-bottom: 30px;
margin-top: -1px;
background: -webkit-gradient(linear, left top, right top, from(var(--color-primary)), color-stop(var(--color-secondary)), to(var(--color-ternary)));
background: linear-gradient(to right, var(--color-primary), var(--color-secondary), var(--color-ternary));
}
.widget-border {
width: 50px;
height: 2px;
background-color: var(--color-main);
margin-bottom: 30px;
margin-top: -1px;
}
.widget {
padding: 0 0 60px;
}
.widget > ul > li > ul ul li {
margin-left: 9px;
}
.widget > ul > li li, .widget > div > ul > li li {
margin-left: 10px;
}
.widget ul {
padding: 0;
}
.widget ul li {
list-style: none;
}
.widget ul li ul li {
padding-bottom: 0;
border: none;
}
.widget ul li a:before {
content: "\f105";
font-family: "FontAwesome";
margin-right: 10px;
color: var(--color-main);
}
.widget.widget_recent_comments ul li a:before {
content: none;
}
.widget.widget_recent_comments > ul > li:before {
content: "\f27b";
font-family: "FontAwesome";
margin-right: 10px;
color: var(--color-main);
}
.widget.widget_recent_comments a[rel~=external] {
text-decoration: underline;
color: #777;
}
.widget.widget_recent_entries ul li a:before {
content: "\f0c5";
font-family: "FontAwesome";
margin-right: 10px;
color: var(--color-main);
}
.widget.widget_archive ul li a:before {
content: "\f24d";
font-family: "FontAwesome";
margin-right: 10px;
color: var(--color-main);
}
.widget.widget_meta ul li a:before {
content: "\f0c1";
font-family: "FontAwesome";
margin-right: 10px;
color: var(--color-main);
}
.widget li {
margin: 1.5rem 0;
}
.widget ul.abtw-soc li a:before {
display: none;
}
.widget .abtw-soc {
list-style: outside none none;
margin: 40px 0 0;
padding: 0;
}
.widget .abtw-soc > li {
display: inline-block;
list-style: outside none none;
margin: 0 2px;
}
.sidebar .widget {
padding: 0 0 60px;
}
.sidebar .widget > ul > li > ul ul li {
margin-left: 9px;
}
.sidebar .widget > ul > li li, .sidebar .widget > div > ul > li li {
margin-left: 10px;
}
.sidebar .widget ul {
padding: 0;
}
.sidebar .widget ul li {
list-style: none;
}
.sidebar .widget ul li ul li {
padding-bottom: 0;
border: none;
}
.sidebar .widget ul li a:before {
content: "\f105";
font-family: "FontAwesome";
margin-right: 10px;
color: var(--color-main);
}
.sidebar .widget.widget_recent_comments ul li a:before {
content: none;
}
.sidebar .widget.widget_recent_comments > ul > li:before {
content: "\f27b";
font-family: "FontAwesome";
margin-right: 10px;
color: var(--color-main);
}
.sidebar .widget.widget_recent_comments a[rel~=external] {
text-decoration: underline;
color: #777;
}
.sidebar .widget.widget_recent_entries ul li a:before {
content: "\f0c5";
font-family: "FontAwesome";
margin-right: 10px;
color: var(--color-main);
}
.sidebar .widget.widget_archive ul li a:before {
content: "\f24d";
font-family: "FontAwesome";
margin-right: 10px;
color: var(--color-main);
}
.sidebar .widget.widget_meta ul li a:before {
content: "\f0c1";
font-family: "FontAwesome";
margin-right: 10px;
color: var(--color-main);
}
.sidebar .widget li {
margin: 1.5rem 0;
}
.sidebar .widget ul.abtw-soc li a:before {
display: none;
}
.sidebar .widget .abtw-soc {
list-style: outside none none;
margin: 40px 0 0;
padding: 0;
}
.sidebar .widget .abtw-soc > li {
display: inline-block;
list-style: outside none none;
margin: 0 2px;
}
.sidebar .searchform {
margin: 0;
position: relative;
}
.sidebar .searchform input[type=search] {
display: block;
height: 45px;
margin: 0;
padding: 5px;
width: 100%;
padding-left: 10px;
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
border-radius: 7px;
}
.sidebar .searchform input[type=search]:focus {
border-color: #aaa;
}
.sidebar .searchform input[type=search]:placeholder {
color: #ccc;
}
.sidebar .searchform .searchsubmit {
height: 45px;
right: 0;
line-height: 1;
margin-top: -22.5px;
padding: 0;
position: absolute;
text-indent: -99999px;
top: 50%;
transition: all 0.3s ease 0s;
-webkit-transition: all 0.3s ease 0s;
-moz-transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
-ms-transition: all 0.3s ease 0s;
width: 45px;
z-index: 1;
color: transparent;
background: transparent;
border-radius: 7px;
border-top-left-radius: 0px;
border-bottom-left-radius: 0px;
}
.sidebar .searchform::after {
display: inline-block;
content: "\f002";
font-family: "FontAwesome";
position: absolute;
top: 50%;
right: 15px;
transform: translateY(-50%);
color: var(--color-main) !important;
background: linear-gradient(to right, var(--color-primary), var(--color-secondary), var(--color-ternary));
-webkit-background-clip: text !important;
-webkit-text-fill-color: transparent;
}
.sidebar .widgettitle {
display: block;
font-weight: 600;
line-height: 1;
letter-spacing: 0;
margin: 0;
position: relative;
padding-bottom: 15px;
font-size: 18px;
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.sidebar .widget-border {
width: 50%;
height: 2px;
background: linear-gradient(to right, var(--color-primary), var(--color-secondary), var(--color-ternary));
margin-bottom: 30px;
margin-top: -1px;
}
.sidebar select {
width: 100%;
padding: 8px 10px;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
border: 1px solid #d8dbe2;
border-radius: 3px;
background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%), linear-gradient(to right, #ccc, #ccc);
background-position: calc(100% - 20px) calc(1.1em + 2px), calc(100% - 15px) calc(1.1em + 2px), calc(100% - 2.5em) 0.5em;
background-size: 5px 5px, 5px 5px, 1px 1.8em;
background-repeat: no-repeat;
}
.sidebar .widget .textwidget p {
margin-bottom: 0;
}
.sidebar .theiaStickySidebar {
padding-left: 36px;
margin-bottom: -20px;
}
.sidebar .widget ul:last-child > li:last-child {
margin-bottom: 0;
}
.blog-content .no-search-results-form {
max-width: 75%;
}
.blog-content .searchform {
margin: 0;
position: relative;
}
.blog-content .searchform input[type=search] {
display: block;
height: 45px;
margin: 0;
padding: 5px;
width: 100%;
padding-left: 10px;
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
border-radius: 7px;
}
.blog-content .searchform input[type=search]:focus {
border-color: #aaa;
}
.blog-content .searchform input[type=search]:placeholder {
color: #ccc;
}
.blog-content .searchform .searchsubmit {
height: 45px;
right: 0;
line-height: 1;
margin-top: -22.5px;
padding: 0;
position: absolute;
text-indent: -99999px;
top: 50%;
transition: all 0.3s ease 0s;
-webkit-transition: all 0.3s ease 0s;
-moz-transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
-ms-transition: all 0.3s ease 0s;
width: 45px;
z-index: 1;
color: transparent;
background: transparent;
border-radius: 7px;
border-top-left-radius: 0px;
border-bottom-left-radius: 0px;
}
.blog-content .searchform::after {
display: inline-block;
content: "\f002";
font-family: "FontAwesome";
position: absolute;
top: 50%;
right: 15px;
transform: translateY(-50%);
color: var(--color-main) !important;
background: linear-gradient(to right, var(--color-primary), var(--color-secondary), var(--color-ternary));
-webkit-background-clip: text !important;
-webkit-text-fill-color: transparent;
}
.wp-block-search__inside-wrapper {
margin: 0;
position: relative;
}
.wp-block-search__inside-wrapper input[type=search] {
display: block;
height: 45px;
margin: 0;
padding: 5px;
width: 100%;
padding-left: 10px;
border: 1px solid rgba(0, 0, 0, 0.1);
}
.wp-block-search__inside-wrapper input[type=search]:focus {
border-color: #aaa;
}
.wp-block-search__inside-wrapper input[type=search]:placeholder {
color: #ccc;
}
.wp-block-search__inside-wrapper .wp-block-search__button {
height: 45px;
right: 0;
line-height: 1;
margin-top: -22.5px;
padding: 0;
position: absolute;
text-indent: -99999px;
top: 50%;
transition: all 0.3s ease 0s;
-webkit-transition: all 0.3s ease 0s;
-moz-transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
-ms-transition: all 0.3s ease 0s;
width: 45px;
z-index: 1;
color: transparent;
background: transparent;
border: none;
border-left: 1px solid rgba(0, 0, 0, 0.1);
}
.wp-block-search__inside-wrapper::after {
display: inline-block;
content: "\f002";
font-family: "FontAwesome";
position: absolute;
top: 50%;
right: 15px;
transform: translateY(-50%);
color: var(--color-main);
}
.widget_categories ul li.cat-item span {
float: right;
width: 25px;
background-color: #f1f1f1;
height: 25px;
line-height: 25px;
text-align: center;
border-radius: 50%;
}
.widget_categories ul li.cat-item a:hover + span {
background-color: var(--color-main);
color: #fff;
}
.widget_archive ul li span {
float: right;
width: 25px;
background-color: #f1f1f1;
height: 25px;
line-height: 25px;
text-align: center;
border-radius: 50%;
}
.widget_archive ul li a:hover + span {
background-color: var(--color-main);
color: #fff;
}
.widget.widget_archive ul li:last-child {
margin-bottom: 0px;
}
.tagcloud a {
color: #777;
display: inline-block;
font-size: 13px;
letter-spacing: 1px;
margin-bottom: 5px;
padding: 4px 10px;
border: 1px solid #ebebeb;
border-radius: 7px;
}
.tagcloud a:hover {
color: var(--color-main) !important;
}
.widget-about-us {
text-align: center;
max-width: 500px;
}
.widget-about-us h3 {
color: #ffffff;
display: block;
font-size: 28px;
font-weight: 900;
margin: 0;
margin-top: 30px;
max-width: 100%;
overflow-wrap: break-word;
position: relative;
text-transform: uppercase;
z-index: 1;
}
.widget-about-us p {
margin: 0;
}
.bordering-widget {
color: #ffffff;
margin: 5%;
padding: 20px;
position: relative;
top: 0;
}
.abtw-box {
position: relative;
color: #ffffff;
padding: 25px 10px 10px 10px;
}
.abtw-box .slider-mask {
z-index: 0;
background: rgba(0, 0, 0, 0.5);
}
.ab-bordering {
overflow: hidden;
padding: 40px 30px;
background: var(--color-main);
color: #ffffff;
font-size: 14px;
}
.wdg-about-subtitle {
font-size: 15px;
line-height: 1;
background: #fff;
padding: 14px 25px;
display: inline-block;
text-transform: uppercase;
letter-spacing: 5px;
color: #000000;
font-weight: bold;
margin: 0;
}
.abtw-soc a {
border: 0px;
color: #ffffff;
background: var(--color-main);
display: inline-block;
border-radius: 100px;
height: 40px;
line-height: 40px;
width: 40px;
}
.abtw-soc a:hover {
color: var(--color-main);
background: #fff;
border-color: #ffffff;
}
.rpwe-block ul {
list-style: none !important;
margin-left: 0 !important;
padding-left: 0 !important;
}
.rpwe-block li {
margin-bottom: 10px;
padding-bottom: 10px;
list-style-type: none;
}
.rpwe-block a {
display: inline !important;
text-decoration: none;
}
.rpwe-block h3 {
display: block;
background: none !important;
clear: none;
margin-bottom: 0 !important;
margin-top: 0 !important;
font-weight: 400;
font-size: 12px !important;
line-height: 1.5em;
}
.rpwe-thumb {
border: 1px solid #EEE !important;
box-shadow: none !important;
margin: 2px 10px 2px 0;
padding: 3px !important;
}
.rpwe-summary {
font-size: 12px;
}
.rpwe-time {
color: #aaa;
font-size: 11px;
}
.rpwe-comment {
color: #aaa;
font-size: 11px;
padding-left: 5px;
}
.rpwe-alignleft {
display: inline;
float: left;
}
.rpwe-alignright {
display: inline;
float: right;
}
.rpwe-aligncenter {
display: block;
margin-left: auto;
margin-right: auto;
}
.rpwe-clearfix {
zoom: 1;
}
.rpwe-clearfix:before {
content: "";
display: table !important;
}
.rpwe-clearfix:after {
content: "";
display: table !important;
clear: both;
}
.rpwe_widget ul li a:before {
display: none;
}
.rpwe_widget .rpwe-thumb {
width: 85px;
border-radius: 0;
border: none !important;
}
.rpwe_widget .rpwe-block li {
border: none;
}
.rpwe_widget .rpwe-block h3 {
line-height: 1.6;
font-size: 16px !important;
margin-top: 0 !important;
}
.rpwe_widget .rpwe-title a {
font-size: 15px !important;
line-height: 1.6;
color: #777777;
-webkit-transition: 100ms linear all;
-moz-transition: 100ms linear all;
transition: 100ms linear all;
}
.rpwe_widget .rpwe-title a:hover {
color: #000000;
}
.rpwe_widget .rpwe-time {
font-size: 13px;
} .sidebar-2 .widget {
padding: 0 0 60px;
padding: 35px;
border: 1px solid #e2e2e2;
border-radius: 10px;
margin-bottom: 35px;
font-size: 16px;
transition: opacity 0.3s;
}
.sidebar-2 .searchform input[type=search] {
display: block;
height: 55px;
margin: 0;
padding: 10px;
width: 100%;
padding-left: 15px;
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
border-radius: 7px;
background: #fff;
}
.sidebar-2 .searchform:after {
right: 20px;
}
.sidebar-2 .searchform .searchsubmit {
height: 55px;
right: 0;
line-height: 1;
margin-top: -22.5px;
padding: 0;
position: absolute;
text-indent: -99999px;
top: 41%;
transition: all 0.3s ease 0s;
-webkit-transition: all 0.3s ease 0s;
-moz-transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
-ms-transition: all 0.3s ease 0s;
width: 55px;
z-index: 1;
color: transparent;
background: 0 0;
border-radius: 7px;
border-top-left-radius: 0;
border-bottom-left-radius: 0;
}
.sidebar-2 .widget_calendar, .sidebar-2 .widget_search, .sidebar-2 .widget.ld-sf {
padding: 0;
border: none;
}
.sidebar-2 .iteck_newsletter_widget {
padding: 40px;
background: var(--color-gray);
border-radius: 15px;
margin-bottom: 35px;
}
.sidebar-2 .iteck_newsletter_widget .subtitle {
color: #666;
}
.sidebar-2 .iteck_newsletter_widget input[type=email] {
border-radius: 12px;
padding: 14px;
margin-top: 35px;
border: 1px solid #fff;
}
.sidebar-2 .iteck_newsletter_widget input[type=submit], .sidebar-2 .iteck_newsletter_widget button {
margin-top: 20px;
padding: 14px;
border-radius: 12px;
color: #fff;
background: var(--color-main);
border: 1px solid var(--color-main);
width: 100%;
}
.sidebar-2 .iteck_newsletter_widget .icon {
display: none;
}
.sidebar-2 .widget-about-us {
text-align: left;
}
.sidebar-2 .widget-about-us .abtw-box {
padding: 0;
}
.sidebar-2 .widget-about-us .bordering-widget {
padding: 0;
margin: 0;
}
.sidebar-2 .widget-about-us .bordering-widget h3 {
color: #000;
text-align: left;
display: block;
font-weight: 600;
line-height: 1;
letter-spacing: 0;
margin: 0;
position: relative;
padding-bottom: 15px;
font-size: 18px;
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.sidebar-2 .widget-about-us .bordering-widget .abtw-soc {
margin: 20px 0 0;
}
.sidebar-2 .widget-about-us .bordering-widget .abtw-soc a {
color: #333;
background: #f3f7fe;
text-align: center;
height: 35px;
line-height: 35px;
width: 35px;
}
.sidebar-2 .widget-about-us .bordering-widget .abtw-soc a:hover {
background: var(--color-main);
color: #fff;
}
.sidebar-2 .widget-about-us .ab-bordering {
display: none;
}
.sidebar-2 #sb_instagram #sbi_images {
margin: -10px;
width: calc(100% + 20px);
padding-bottom: 0 !important;
}
.sidebar-2 .sidebar-2 .widget.widget_featured_posts_block {
padding-bottom: 40px;
} .sidebar-3 .widgettitle {
display: block;
font-weight: 400;
line-height: 1;
letter-spacing: 0;
margin: 0;
position: relative;
padding-bottom: 10px;
font-size: 21px;
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
text-transform: capitalize;
margin-bottom: 20px;
border: none;
}
.sidebar-3 .widget-border {
width: 25%;
height: 2px;
margin-bottom: 30px;
margin-top: -1px;
background: var(--color-main);
display: none;
}
.sidebar-3 .widget_categories ul li.cat-item {
list-style: none;
border-bottom: 1px solid #f1e9e9;
padding: 10px 0;
margin: 0;
text-transform: capitalize;
}
.sidebar-3 .widget_categories ul li.cat-item span {
background-color: initial;
}
.sidebar-3 .widget_categories ul li.cat-item a:before {
display: none;
}
.sidebar-3 .widget_categories ul:last-child > li:last-child {
margin-bottom: 0;
padding-bottom: 0;
border: none;
}
.sidebar-3 .widget_categories ul > li:first-child {
padding-top: 0;
}
.sidebar-3 .searchform::after {
color: #666 !important;
right: 20px;
-webkit-text-fill-color: initial;
transform: rotate(90deg) translateX(-90%);
}
.sidebar-3 .searchform input[type=search] {
display: block;
height: 50px;
margin: 0;
padding: 8px;
width: 100%;
padding-left: 20px;
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
border-radius: 50px;
}
.sidebar-3 .searchform .searchsubmit {
border: none;
}
.sidebar-3 .recent-posts-widget {
float: initial;
}
.sidebar-3 .tagcloud a {
color: #666;
display: inline-block;
font-size: 12px;
letter-spacing: 0;
margin-bottom: 5px;
padding: 4px 10px;
border-radius: 7px;
background-color: var(--color-gray);
border: none;
}
.sidebar-3 .tagcloud a:hover {
color: #fff !important;
background-color: var(--color-main);
}
.sidebar-3 .iteck_newsletter_widget {
padding: 40px;
background: var(--color-gray);
border-radius: 15px;
margin-bottom: 65px;
}
.sidebar-3 .iteck_newsletter_widget .widgettitle {
font-size: 24px;
}
.sidebar-3 .iteck_newsletter_widget .subtitle {
color: #666;
}
.sidebar-3 .iteck_newsletter_widget input[type=email] {
border-radius: 12px;
padding: 14px;
margin-top: 35px;
border: 1px solid #fff;
}
.sidebar-3 .iteck_newsletter_widget input[type=submit], .sidebar-3 .iteck_newsletter_widget button {
margin-top: 20px;
padding: 14px;
border-radius: 12px;
color: #fff;
background: var(--color-main);
border: 1px solid var(--color-main);
width: 100%;
}
.sidebar-3 .widget-about-us {
text-align: left;
}
.sidebar-3 .widget-about-us .abtw-box {
padding: 0;
}
.sidebar-3 .widget-about-us .bordering-widget {
padding: 0;
margin: 0;
}
.sidebar-3 .widget-about-us .bordering-widget h3 {
color: #000;
text-align: left;
font-size: 22px;
font-weight: 400;
}
.sidebar-3 .widget-about-us .bordering-widget .abtw-soc {
margin: 20px 0 0;
}
.sidebar-3 .widget-about-us .bordering-widget .abtw-soc a {
color: #333;
background: #f3f7fe;
text-align: center;
height: 35px;
line-height: 35px;
width: 35px;
}
.sidebar-3 .widget-about-us .bordering-widget .abtw-soc a:hover {
background: var(--color-main);
color: #fff;
}
.sidebar-3 .widget-about-us .ab-bordering {
display: none;
}
.sidebar-3 .widget_instagram-feed-widget {
padding: 0 0 35px;
}
.sidebar-3 #sb_instagram #sbi_images {
display: flex;
flex-wrap: wrap;
justify-content: space-between !important;
margin-bottom: 10px;
padding: 0 !important;
}
.sidebar-3 #sb_instagram #sbi_images .sbi_item {
width: 31%;
padding: 0 !important;
}
.sidebar-3 #sb_instagram #sbi_images .sbi_item .sbi_photo_wrap {
margin-bottom: 10px;
}
.sidebar-3 #sb_instagram #sbi_images .sbi_item .sbi_photo_wrap a {
border-radius: 10px;
}  .commentlist {
margin: 0;
padding: 0;
list-style: none;
margin-top: 20px;
padding-top: 20px;
}
.commentlist > li {
list-style: none;
}
.commentlist .comment-respond {
margin-top: 70px;
}
.commentlist .comment-respond .form-submit {
margin-bottom: 80px;
}
.commentlist .children {
list-style: none;
position: relative;
}
.commentlist .avatar {
border: 1px solid #ddd;
border-radius: 0;
border-radius: 50em;
}
.commentlist li.comment {
display: block;
overflow: hidden;
}
.fn.comment-author {
color: #555;
font-size: 16px;
font-weight: bold;
margin: 0;
line-height: 1;
}
.fn.comment-author .url {
line-height: 1.5;
color: #000000;
}
.comment-inner.clearfix {
float: left;
width: 87%;
}
.comment-author.vcard {
float: left;
padding-right: 20px;
max-width: 13%;
}
.comment-meta a {
font-weight: normal;
font-size: 12px;
float: left;
margin-bottom: 10px;
font-family: "Poppins", sans-serif;
}
.comment-meta .comment-edit-link {
border: 1px solid #DDDDDD;
display: inline-block;
float: right;
font-size: 12px;
font-weight: normal;
padding: 5px 10px;
line-height: 1;
float: right;
}
.comment-meta.commentmetadata {
display: block;
overflow: hidden;
}
.comment-body {
overflow: hidden;
padding: 30px;
background: #f7f7f7;
margin-bottom: 20px;
}
.dark-page .comment-body {
border-bottom-color: #333;
}
.comment-reply-link {
font-size: 14px;
color: #fff;
background-color: #1b1a1a;
border-radius: 35px;
padding: 0 14px;
line-height: 35px;
display: inline-block;
font-weight: 500;
}
.comment-reply-link:hover {
background-color: var(--color-main);
color: #fff !important;
}
.full-size-img {
width: 100%;
}
.bypostauthor > .comment-body .fn.comment-author:after {
content: "\f007";
background: #dadada none repeat scroll 0 0;
border-radius: 100px;
color: inherit;
display: inline-block;
font-family: "FontAwesome";
font-size: 11px;
height: 23px;
line-height: 23px;
margin-left: 3px;
text-align: center;
width: 23px;
}
#reply-title {
font-size: 22px;
margin: 30px 0 12px 0;
text-transform: uppercase;
font-weight: 500;
}
#reply-title small {
border-bottom: 1px solid #eee;
margin-left: 5px;
}
h2.comments-title {
font-size: 22px;
margin: 0;
margin-bottom: 12px;
position: relative;
text-transform: uppercase;
}
h2.comments-title:after {
content: "";
position: absolute;
height: 2px;
width: 80px;
left: 0;
bottom: -6px;
background-color: var(--color-main);
background: linear-gradient(to right, var(--color-primary), var(--color-secondary), var(--color-ternary));
}
.pagination-comment {
text-align: right;
text-transform: uppercase;
}
.pagination-comment .page-numbers.current {
background: #ccc;
color: #ffffff;
border-color: #eee;
}
.pagination-comment .page-numbers {
display: inline-block;
padding: 7px 12px;
line-height: 1;
border: 1px solid;
font-size: 13px;
}
.comment-form label {
display: block;
font-family: "Poppins", sans-serif;
font-size: 13px;
text-transform: uppercase;
}
.comment-form-cookies-consent input[type=checkbox] {
width: initial;
height: 11px;
margin-right: 5px;
}
.comment-form-cookies-consent label {
display: inline-block;
}
.single-post .form-submit {
margin-bottom: 60px;
}
.form-submit #submit {
-moz-transition: all 0.3s ease 0s;
-ms-transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
-webkit-transition: all 0.3s ease 0s;
background-color: var(--color-main);
border-color: var(--color-main);
color: #666;
display: inline-block;
font-size: 14px;
font-weight: 600;
margin-top: 10px;
padding: 6px 20px;
text-align: center;
width: auto;
background: linear-gradient(#fff, #fff) padding-box, linear-gradient(to right, var(--color-primary), var(--color-secondary), var(--color-ternary)) border-box;
border-radius: 5px;
border: 1px solid transparent !important;
}
.form-submit #submit:hover {
filter: brightness(120%);
}
.comment-top > span {
display: block;
font-size: 13px;
font-weight: bold;
text-transform: uppercase;
}
.title-strong {
font-size: 20px;
margin: 0;
text-transform: uppercase;
}
.pagination > li > a {
color: inherit;
}
.pagination > li > span {
color: inherit;
}
.screen-reader-text {
clip: rect(1px, 1px, 1px, 1px);
position: relative;
height: 1px;
width: 1px;
overflow: hidden;
display: block;
clear: both;
position: relative !important;
}
.screen-reader-text:focus {
background-color: #ffffff;
border-radius: 3px;
box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
clip: auto !important;
color: var(--color-main);
display: block;
font-size: 14px;
font-size: 0.875rem;
font-weight: bold;
height: auto;
left: 5px;
line-height: normal;
padding: 15px 23px 14px;
text-decoration: none;
top: 5px;
width: auto;
z-index: 100000;
}
.pagination > li > a, .pagination > li > span {
color: inherit;
}
.dsc-btn-style3 {
color: #fff !important;
background-color: var(--color-main);
border: 1px solid #fff;
border-radius: 50px;
background: var(--color-main);
cursor: pointer;
}
.dsc-btn-style3:hover .elementor-button {
color: var(--color-main);
}
.dsc-btn-style3:hover {
border-color: var(--color-main);
}
.dsc-btn-style-4 {
-webkit-transition-duration: 1.5s;
display: inline-block;
font-size: 14px;
overflow: hidden;
position: relative;
z-index: 1;
color: var(--color-main);
padding: 10px 30px;
transition-duration: 1.5s;
letter-spacing: 1px;
line-height: 20px;
border: 1px solid var(--color-main);
border-radius: 50px;
background: transparent;
cursor: pointer;
}
.dsc-btn-style-4:hover {
color: #fff;
border: 1px solid var(--color-main);
background: var(--color-main);
}
.comment-inner > *:last-child {
margin-bottom: 0 !important;
}
.comment-inner .reply {
margin-top: 30px;
}  p.has-large-font-size {
line-height: 1.4;
}
:where(.wp-block-group.has-background) {
padding: 1.25em 2.375em;
}
.wp-block-group.has-background, .has-background {
margin-bottom: 1.5em;
} .gallery {
display: flex;
flex-flow: row wrap;
justify-content: left;
margin-bottom: 1.5rem;
}
.gallery-item {
display: inline-block;
margin-right: 16px;
margin-bottom: 16px;
text-align: center;
vertical-align: top;
width: 100%;
}
.gallery-columns-2 .gallery-item {
max-width: calc((100% - 16px) / 2);
}
.gallery-columns-2 .gallery-item:nth-of-type(2n+2) {
margin-right: 0;
}
.gallery-columns-3 .gallery-item {
max-width: calc((100% - 32px) / 3);
}
.gallery-columns-3 .gallery-item:nth-of-type(3n+3) {
margin-right: 0;
}
.gallery-columns-4 .gallery-item {
max-width: calc((100% - 48px) / 4);
}
.gallery-columns-4 .gallery-item:nth-of-type(4n+4) {
margin-right: 0;
}
.gallery-columns-5 .gallery-item {
max-width: calc((100% - 64px) / 5);
}
.gallery-columns-5 .gallery-item:nth-of-type(5n+5) {
margin-right: 0;
}
.gallery-columns-6 .gallery-item {
max-width: calc((100% - 80px) / 6);
}
.gallery-columns-6 .gallery-item:nth-of-type(6n+6) {
margin-right: 0;
}
.gallery-columns-7 .gallery-item {
max-width: calc((100% - 96px) / 7);
}
.gallery-columns-7 .gallery-item:nth-of-type(7n+7) {
margin-right: 0;
}
.gallery-columns-8 .gallery-item {
max-width: calc((100% - 112px) / 8);
}
.gallery-columns-8 .gallery-item:nth-of-type(8n+8) {
margin-right: 0;
}
.gallery-columns-9 .gallery-item {
max-width: calc((100% - 128px) / 9);
}
.gallery-columns-9 .gallery-item:nth-of-type(9n+9) {
margin-right: 0;
}
.gallery-item:last-of-type {
padding-right: 0;
}
.gallery-caption {
display: block;
font-size: 0.71111em;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Asap", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
line-height: 1.6;
margin: 0;
padding: 0.5rem;
}
.gallery-item > div > a {
display: block;
line-height: 0;
box-shadow: 0 0 0 0 transparent;
}
.gallery-item > div > a:focus {
box-shadow: 0 0 0 2px #0073aa;
} #wp-calendar {
width: 100%;
text-align: center;
font-size: 12px;
line-height: 3;
max-width: 370px;
background: #fff;
}
#wp-calendar caption {
border: 1px solid #DDDDDD;
color: #ffffff;
background: #2b292a;
font-size: 15px;
text-align: center;
font-family: "Poppins", sans-serif;
line-height: 25px;
padding: 10px 20px;
text-transform: uppercase;
border-bottom: none;
}
#wp-calendar td {
padding: 0;
}
#wp-calendar td a {
color: #777777;
display: block;
}
#wp-calendar td a:hover {
background: #000;
color: #ffffff;
}
#wp-calendar table {
padding: 0;
}
#wp-calendar th {
padding: 0;
}
#wp-calendar #prev a {
display: inline;
}
#wp-calendar #next a {
display: inline;
}
#wp-calendar tbody tr td {
border: 1px solid #DDDDDD;
color: var(--color-main);
font-weight: bold;
}
#wp-calendar thead {
color: var(--color-main);
}
#wp-calendar thead th {
background: none repeat scroll 0 0 #EEEEEE;
border: 1px solid #DDDDDD;
text-align: center;
}
#wp-calendar tfoot {
border: 1px solid #ddd;
}
#wp-calendar tfoot #next {
text-align: right;
border: none;
}
#wp-calendar tfoot #prev {
text-align: left;
border: none;
}
#wp-calendar tfoot a {
padding: 10px;
}
td.pad {
border: none;
}
.wp-caption {
border: 1px solid #ddd;
border-radius: 3px;
padding: 3px;
max-width: 100% !important;
}
.wp-caption.aligncenter {
margin: auto;
border: none;
margin-bottom: 10px;
}
.wp-caption.alignnone {
margin-bottom: 10px;
}
.wp-caption.alignright {
float: right;
margin-left: 20px;
margin-bottom: 20px;
}
.wp-caption.alignleft {
float: left;
margin-right: 20px;
margin-bottom: 20px;
}
.alignleft {
float: left;
margin-right: 2rem;
}
.alignright {
float: right;
margin-left: 2rem;
}
.aligncenter {
clear: both;
display: block;
margin-left: auto;
margin-right: auto;
text-align: center;
}
img.alignright {
clear: both;
display: block;
float: right;
margin-bottom: 20px;
margin-left: 20px;
}
img.alignleft {
clear: both;
display: block;
float: left;
margin-bottom: 20px;
margin-right: 20px;
}
img.aligncenter {
display: block;
margin: auto;
text-align: center;
margin-top: 20px;
margin-bottom: 20px;
}
.mejs-container {
margin: 20px 0;
}
.elementor-page .fluid-width-video-wrapper {
margin: 0;
}
.single .video .fluid-width-video-wrapper {
margin: 0;
}
.single .fluid-width-video-wrapper {
margin: 20px 0;
}
.elementor-page.single-portfolio .fluid-width-video-wrapper {
margin: 0;
}
.wp-caption-text {
font-size: 13px;
margin: 0;
padding: 5px;
text-align: center;
}
.gallery-caption {
font-size: 13px;
margin: 0;
padding: 5px;
text-align: center;
}
.rss-date {
clear: both;
color: #2b292a;
display: block;
font-size: 12px;
font-weight: bold;
margin-top: 10px;
text-transform: uppercase;
}
.widget_rss cite {
display: block;
font-size: 14px;
margin-bottom: 10px;
font-family: "Poppins", sans-serif;
}
.widget_rss li .rsswidget {
background: #1f1f1f;
color: #ffffff;
width: 100%;
display: flex;
padding: 5px 10px;
font-weight: 600;
}
.widget_rss .rsswidget {
font-weight: 500;
}
.sidebar .widget_rss ul {
padding: 0;
list-style: none;
}
.sidebar .widget_rss ul li {
list-style: none;
}
.sticky.blog-post .entry-title::before {
background: #999;
border-radius: 100px;
color: #ffffff;
content: "\f08d";
letter-spacing: 0;
display: inline-block;
float: right;
font-family: "FontAwesome";
font-size: 15px;
height: 35px;
line-height: 35px;
margin-left: 5px;
margin-top: 10px;
text-align: center;
width: 35px;
}
.post.sticky {
border: 1px solid #eee;
margin-bottom: 60px;
padding: 55px 65px 15px 65px;
}
.post.sticky .border-post.clearfix {
background: transparent;
margin: 0;
border: none;
}
.post.sticky .go-btn {
background: transparent;
color: #bf919f;
}
.post.sticky .go-btn:hover {
background: #bf919f;
color: #ffffff;
}
.pagins {
padding-bottom: 30px;
margin-top: 40px;
}
.post-pager p {
border-top: 1px solid #eeeeee;
color: var(--color-main);
font-size: 13px;
font-weight: bold;
margin: 0;
margin-top: 40px;
padding-top: 40px;
}
.post-pager a {
border: 1px solid;
margin: 0 10px;
padding: 4px 10px;
}
.widget ol li ul li ol li {
list-style-type: lower-alpha;
}
.widget ul li ol li {
list-style-type: decimal;
}
.widget ul li ol li ul li {
list-style-type: square;
}
.post-password-form input[type=submit] {
background: #000 none repeat scroll 0 0;
border-radius: 100px;
color: #ffffff;
display: inline-block;
font-weight: bold;
letter-spacing: 2px;
line-height: 1.2;
margin-bottom: 40px;
margin-top: 20px;
padding: 16px 35px;
text-transform: uppercase;
width: auto;
transition: all 0.3s ease 0s;
-webkit-transition: all 0.3s ease 0s;
-moz-transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
-ms-transition: all 0.3s ease 0s;
border: none;
}
.post-password-form input[type=submit]:hover {
color: #ffffff;
background: #ccc;
}
.post-password-form input {
border: 1px solid #ccc;
border-radius: 100px;
color: #aaa;
display: inline-block;
font-weight: bold;
letter-spacing: 2px;
line-height: 1.2;
margin-bottom: 40px;
margin-top: 20px;
padding: 16px 35px;
text-transform: uppercase;
transition: all 0.3s ease 0s;
width: auto;
}
.comment-reply-title {
font-size: 16px;
margin: 0;
text-transform: uppercase;
}
.search-title {
border-bottom: 1px solid #eee;
font-size: 25px;
margin: 0 0 40px;
padding-bottom: 20px;
}
.search-title span {
font-weight: 600;
text-transform: uppercase;
}
button {
max-width: 100%;
}
input {
max-width: 100%;
}
select {
max-width: 100%;
}
textarea {
max-width: 100%;
}
.widget_nav_menu ul li a {
letter-spacing: 0;
padding: 0;
text-transform: none;
}
code {
padding: 5px;
background: #f9f9f9;
color: var(--color-main);
font-family: "Poppins", sans-serif;
margin: 10px 0;
line-height: 2.5;
font-size: 15px;
}
pre {
display: block;
margin: 10px 0;
padding: 30px;
font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
.wp-block-button {
margin-bottom: 1rem;
}
.wp-block-gallery.alignleft {
margin-right: 2.5rem;
}
.alignfull {
margin-bottom: 4rem;
}
.wp-block-search__button {
margin-top: 10px;
margin-left: 0;
}
.wp-block-cover-text {
font-weight: bold;
line-height: 1.25;
padding: 0;
}
.wp-block-cover p:not(.has-text-color) {
color: #fff;
}
.blog-content .blog-post .has-background-dim .wp-block-cover-text a {
color: #fff;
}
.is-style-outline > .wp-block-button__link:not(.has-background), .wp-block-button__link.is-style-outline:not(.has-background) {
background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff)) padding-box, -webkit-gradient(linear, left top, right top, from(var(--color-primary)), color-stop(var(--color-secondary)), to(var(--color-ternary))) border-box;
background: linear-gradient(#fff, #fff) padding-box, linear-gradient(to right, var(--color-primary), var(--color-secondary), var(--color-ternary)) border-box;
border: 1px solid transparent;
}
.wp-block-button__link {
background: linear-gradient(90deg, var(--color-primary) 0%, var(--color-secondary) 50%, var(--color-ternary) 100%);
}
.wp-block-button.is-style-squared .wp-block-button__link, .wp-block-button__link.wp-block-button.is-style-squared {
border-radius: 0;
} .wp-block-latest-comments {
padding: 0;
}
.wp-block-latest-comments > li {
display: flex;
}
.wp-block-latest-comments .wp-block-latest-comments__comment {
line-height: 1.8em;
}
.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt,
.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta {
margin-left: 10px;
}  .iteck-button {
position: relative;
display: inline-block;
padding: 12px 30px;
background-color: #212529;
color: #fff;
overflow: hidden;
}
.iteck-button.animated-gradient-bg::before {
position: absolute;
content: "";
left: 0;
top: 0;
width: 150%;
height: 100%;
z-index: 1;
background: -webkit-gradient(linear, left top, right top, color-stop(10%, #0c3df4), color-stop(45%, #02b5ff), color-stop(#02b5ff), to(#0c3df4));
background: -webkit-linear-gradient(left, #0c3df4 10%, #02b5ff 45%, #02b5ff, #0c3df4);
background: -o-linear-gradient(left, #0c3df4 10%, #02b5ff 45%, #02b5ff, #0c3df4);
background: linear-gradient(to right, #0c3df4 10%, #02b5ff 45%, #02b5ff, #0c3df4);
-webkit-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.iteck-button.animated-gradient-bg:hover::before {
left: -50%;
}
.iteck-button .iteck-button-text {
position: relative;
z-index: 2;
}
.iteck-button .iteck-button-icon {
display: inline-block;
-webkit-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.iteck-button:hover .hover-animation-right-to-left {
animation: RL_smooth 1s ease-in-out infinite alternate both;
}
.iteck-button.animated-icon .iteck-button-content-wrapper .iteck-button-icon {
position: relative;
transition: all 0.3s ease;
}
.iteck-button.animated-icon .iteck-button-content-wrapper .iteck-button-icon:first-of-type {
opacity: 0;
transform: translateX(-10px);
}
.iteck-button.animated-icon .iteck-button-content-wrapper .iteck-button-icon:last-of-type {
opacity: 1;
transform: translateX(0);
}
.iteck-button.animated-icon:hover .iteck-button-content-wrapper {
padding-left: 10px;
}
.iteck-button.animated-icon:hover .iteck-button-content-wrapper .iteck-button-icon:first-of-type {
opacity: 1;
transform: translateX(0);
}
.iteck-button.animated-icon:hover .iteck-button-content-wrapper .iteck-button-icon:last-of-type {
opacity: 0;
transform: translateX(10px);
} .iteck-search-icon .search-icon-header {
float: initial;
margin-left: initial;
position: relative;
top: initial;
line-height: 1;
-webkit-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
color: #818a91;
text-align: center;
}
.iteck-search-icon .search-icon-header a.search {
font-size: 16px;
position: relative;
}
.iteck-search-icon .search-icon-header a.search:after {
width: 1px;
height: 30px;
position: absolute !important;
bottom: -5px;
left: -22px;
z-index: 0;
margin: auto;
background: transparent;
cursor: initial;
}
.iteck-search-icon .search-icon-header a.search.hide::after {
display: none;
}
.iteck-search-icon .search-icon-header a.cart-contents {
font-size: 14px;
position: relative;
left: 20px;
}
.iteck-search-icon .search-icon-header a i {
color: #000000;
}
.iteck-search-icon .search-icon-header a svg {
fill: #000000;
}
.iteck-search-icon .search-icon-header .close-black-block a i {
color: #ffffff;
}
.iteck-search-icon .search-icon-header .close-black-block a i.fa-times {
color: #ffffff;
}
.iteck-search-icon .search-icon-header .close-black-block a:after {
display: none;
}
.iteck-search-icon .search-icon-header .searchform input[type=search] {
font-style: italic;
font-size: 16px;
height: 56px;
}
.iteck-search-icon .search-icon-header .searchform .searchsubmit {
background: transparent;
}
.iteck-search-icon .search-icon-header .searchform::after {
display: inline-block;
content: "\f002";
font-family: "FontAwesome";
background: var(--color-main);
color: #ffffff !important;
right: 0;
height: 56px;
line-height: 56px;
width: 56px;
font-size: 2rem;
position: absolute;
}
.iteck-search-icon .search-icon-header .searchform:hover::after {
opacity: 0.7;
}
.iteck-search-icon .black-search-block {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 100;
opacity: 0;
background: rgba(0, 0, 0, 0.9);
visibility: hidden;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
-webkit-transition: all 0.25s linear;
-moz-transition: all 0.25s linear;
-ms-transition: all 0.25s linear;
-o-transition: all 0.25s linear;
transition: all 0.25s linear;
z-index: -1;
}
.iteck-search-icon .search-icon-header.open .black-search-block {
opacity: 1;
visibility: visible;
-webkit-transition: all 0.25s linear;
-moz-transition: all 0.25s linear;
-ms-transition: all 0.25s linear;
-o-transition: all 0.25s linear;
transition: all 0.25s linear;
z-index: 9999999;
}
.iteck-search-icon .search-icon-header.open .black-search-table-cell div {
top: 0px;
opacity: 1;
-webkit-transition: all 0.25s linear;
transition: all 0.25s linear;
-webkit-transition-delay: 150ms;
transition-delay: 150ms;
}
.iteck-search-icon .black-search-table {
display: table;
width: 100%;
height: 100%;
}
.iteck-search-icon .black-search-table-cell {
display: table-cell;
vertical-align: middle;
width: 100%;
height: 100%;
text-align: center;
}
.iteck-search-icon .black-search-table-cell div {
width: 50%;
position: relative;
display: inline-block;
top: 50px;
opacity: 0;
-webkit-transition: all 0.25s linear;
transition: all 0.25s linear;
-webkit-transition-delay: 150ms;
transition-delay: 150ms;
}
.iteck-search-icon .black-search-table-cell div input[name=s] {
background: #fff;
padding: 15px 50px 15px 15px !important;
border: none;
font-size: 20px;
width: 100%;
border-bottom: 1px solid #fff;
font-weight: 400;
}
.iteck-search-icon .black-search-table-cell .searchsubmit {
border: none;
background: 0;
outline: 0;
width: auto;
cursor: pointer;
color: #333;
padding: 0;
position: absolute;
right: 0;
width: 40px;
height: 40px;
top: 21px;
z-index: 99999;
text-align: center;
}
.iteck-search-icon .close-black-block {
font-size: 30px;
color: #ffffff;
position: absolute;
top: 20px;
right: 50px;
}
.iteck-search-icon .close-black-block i {
font-size: 30px;
color: #ffffff;
}
.iteck-search-field .searchform {
display: flex;
position: relative;
border-bottom: 1px solid rgba(153, 153, 153, 0.2);
padding: 5px;
}
.iteck-search-field .searchform .searchsubmit {
margin-inline-end: 10px;
flex-shrink: 0;
font-size: 21px;
background: transparent;
border: 0;
}
.iteck-search-field .searchform .searchsubmit.right {
margin-inline-end: 0px;
margin-inline-start: 10px;
}
.iteck-search-field .searchform .searchsubmit svg {
width: 21px;
height: 21px;
fill: #000;
}
.iteck-search-field .searchform input {
width: 100%;
background: transparent;
border: 0;
padding: 1px 2px;
}
.iteck-search-field .searchform input:focus {
box-shadow: none;
}  .iteck-play-button .vid_btn {
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.iteck-play-button .vid_btn i {
width: 40px;
height: 40px;
border-radius: 30px;
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
background: linear-gradient(to right, var(--color-primary) 0%, var(--color-secondary) 100%);
color: #fff;
margin-right: 15px;
-ms-flex-negative: 0;
flex-shrink: 0;
font-size: 18px;
padding-left: 2px;
-webkit-animation-duration: 2s;
animation-duration: 2s;
box-shadow: 0 0 0px 4px rgba(21, 122, 166, 0.1254901961);
border: 4px solid #cbe4f7;
}
.iteck-play-button .vid_btn i.scale-animation {
animation: scale_up_down 1s ease-in-out infinite alternate both;
}
.iteck-play-button .vid_btn span {
color: var(--color-main);
font-size: 12px;
font-weight: bold;
}  .iteck-heading {
margin: 0;
}
.iteck-heading p {
margin: 0;
}
.elementor-widget-iteck-text-editor p {
margin-bottom: 0px;
}
.iteck-underline span {
position: relative;
display: inline-block;
}
.iteck-underline span small {
position: relative;
}
.iteck-underline span:before {
position: absolute;
content: "";
left: 0;
top: 100%;
width: 160px;
height: 30px;
background-size: 160px;
background-repeat: no-repeat;
background-size: contain;
background-position: left;
}
.iteck-underline-color span {
position: relative;
}
.iteck-underline-color span:after {
position: absolute;
content: "";
left: 0;
bottom: 0;
width: 100%;
height: 40%;
opacity: 8%;
}
.iteck-animated-line {
position: relative;
}
.iteck-animated-line:after {
position: absolute;
content: "";
left: 0;
bottom: 0;
height: 1px;
width: 0%;
-webkit-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.iteck-animated-line:hover::after {
width: 100%;
}
.elementor-widget-iteck-text-editor h1 {
margin: 0;
}  .iteck-title.style-1.rtl {
direction: rtl;
}
.iteck-title.style-1.rtl .sub-title {
padding-right: 20px;
}
.iteck-title.style-1.rtl .sub-title span {
left: initial;
right: 6px;
}
.iteck-title.style-1.rtl .sub-title span:last-of-type {
right: 0px;
}
.iteck-title.style-1 .sub-title {
position: relative;
padding-left: 20px;
margin-bottom: 10px;
}
.iteck-title.style-1 .sub-title h6 {
margin-top: 0;
letter-spacing: 10px;
text-transform: uppercase;
font-weight: 200;
line-height: 1.4;
font-size: 18px;
}
.iteck-title.style-1 .sub-title span {
width: 4px;
height: 4px;
border-radius: 50%;
background: var(--color-main);
position: absolute;
left: 6px;
bottom: 5px;
}
.iteck-title.style-1 .sub-title span:first-of-type {
bottom: 11px;
}
.iteck-title.style-1 .sub-title span:last-of-type {
left: 0px;
}
.iteck-title.style-1 .main-title {
font-weight: 600;
line-height: 1.4;
font-size: 35px;
margin-bottom: 30px;
letter-spacing: 1px;
text-transform: uppercase;
}
.iteck-title.style-1 p {
font-size: 15px;
font-weight: 400;
line-height: 2;
margin: 0;
font-family: "Poppins", sans-serif;
}
@media screen and (max-width: 767px) {
.iteck-title.style-1 .main-title {
font-size: 19px;
margin-bottom: 0px;
}
.iteck-title.style-1 .sub-title h6 {
font-size: 15px;
letter-spacing: 5px;
}
}
.iteck-title.style-1 .main-title, .iteck-title.style-1 .sub-title h6 {
color: #0c0f16;
}
.iteck-title.style-1 p {
color: #777;
}
.iteck-title.style-1 .simple-btn:after {
background: rgba(0, 0, 0, 0.05);
}
body.iteck-dark-mode .iteck-title.style-1 .main-title, body.iteck-dark-mode .iteck-title.style-1 .sub-title h6 {
color: #fff;
}
body.iteck-dark-mode .iteck-title.style-1 p {
color: #c8c8c8;
}
body.iteck-dark-mode .iteck-title.style-1 .simple-btn:after {
background: rgba(255, 255, 255, 0.05);
}
@media (prefers-color-scheme: dark) {
body.iteck-auto-mode .iteck-title.style-1 .main-title, body.iteck-auto-mode .iteck-title.style-1 .sub-title h6 {
color: #fff;
}
body.iteck-auto-mode .iteck-title.style-1 p {
color: #c8c8c8;
}
body.iteck-auto-mode .iteck-title.style-1 .simple-btn:after {
background: rgba(255, 255, 255, 0.05);
}
} .iteck-title.style-2 h2 {
font-weight: 700;
font-size: 3vw;
line-height: 1.2;
text-transform: uppercase;
}
.iteck-title.style-2 h2 span {
color: transparent;
}
.iteck-title.style-2 h2 b span {
-webkit-text-stroke-width: 0;
}
@media (max-width: 767px) {
.iteck-title.style-2 h2 {
font-size: 6vw;
}
}
.iteck-title.style-2 h2 {
color: #0c0f16;
-webkit-text-stroke-width: 1px;
-webkit-text-stroke-color: #0c0f16;
}
.iteck-title.style-2 b span {
color: #0c0f16;
}
body.iteck-dark-mode .iteck-title.style-2 h2 {
-webkit-text-stroke-width: 1px;
-webkit-text-stroke-color: #fff;
color: transparent;
}
body.iteck-dark-mode .iteck-title.style-2 b span {
color: #fff;
}
@media (prefers-color-scheme: dark) {
body.iteck-auto-mode .iteck-title.style-2 h2 {
-webkit-text-stroke-width: 1px;
-webkit-text-stroke-color: #fff;
color: transparent;
}
body.iteck-auto-mode .iteck-title.style-2 b span {
color: #fff;
}
} .iteck-header.style-3.rtl .capt h2 {
letter-spacing: 0 !important;
}
.iteck-header.style-3.rtl .col-lg-9 {
float: right !important;
}
.iteck-header.style-3 .works-header {
min-height: 80vh;
}
.iteck-header.style-3 .works-header.hfixd {
position: fixed;
top: 0;
left: 0;
width: 100%;
}
.iteck-header.style-3 .works-header .capt h4 {
font-weight: 200;
font-size: 24px;
line-height: 1.8;
color: #fff;
}
.iteck-header.style-3 .works-header .capt h2 {
font-size: 60px;
letter-spacing: 2px;
text-transform: uppercase;
}
.iteck-header.style-3 .works-header .capt h2 span {
display: block;
font-size: 20px;
font-weight: 300;
text-transform: capitalize;
color: var(--color-main);
}
.iteck-header.style-3 .works-header .capt .bactxt {
font-size: 30vw;
font-weight: bold;
color: transparent;
z-index: 1;
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
text-align: center;
}
.iteck-header.style-3 .works-header {
background: #fff;
}
.iteck-header.style-3 .works-header h2 {
color: #0c0f16;
}
.iteck-header.style-3 .works-header p {
color: #777;
}
.iteck-header.style-3 .works-header .bactxt {
-webkit-text-stroke: 1px rgba(0, 0, 0, 0.1);
}
body.iteck-dark-mode .iteck-header.style-3 .works-header {
background: #0c0f16;
}
body.iteck-dark-mode .iteck-header.style-3 .works-header h2 {
color: #fff;
}
body.iteck-dark-mode .iteck-header.style-3 .works-header p {
color: #c8c8c8;
}
body.iteck-dark-mode .iteck-header.style-3 .works-header .bactxt {
-webkit-text-stroke: 1px rgba(255, 255, 255, 0.1);
}
@media (prefers-color-scheme: dark) {
body.iteck-auto-mode .iteck-header.style-3 .works-header {
background: #0c0f16;
}
body.iteck-auto-mode .iteck-header.style-3 .works-header h2 {
color: #fff;
}
body.iteck-auto-mode .iteck-header.style-3 .works-header p {
color: #c8c8c8;
}
body.iteck-auto-mode .iteck-header.style-3 .works-header .bactxt {
-webkit-text-stroke: 1px rgba(255, 255, 255, 0.1);
}
} .iteck-header.style-4 .pages-header {
height: 75vh;
}
.iteck-header.style-4 .pages-header .cont h1 {
font-size: 75px;
margin-bottom: 20px;
}
.iteck-header.style-4 .pages-header .cont .path {
color: #fff;
font-size: 17px;
}
.iteck-header.style-4 .pages-header .cont .path .active {
color: var(--color-main);
}
.iteck-header.style-4 .pages-header .cont .path span {
margin: 0 10px;
font-size: 17px;
color: var(--color-main);
}
.iteck-header.style-4 .pages-header .cont .path a {
color: #fff;
}
.iteck-header.style-4 .pages-header .cont .path em {
font-size: 10px;
}
@media (max-width: 767px) {
.iteck-header.style-4 .pages-header .container {
display: initial;
}
.iteck-header.style-4 .pages-header .container .cont h1 {
font-size: 45px;
}
} .iteck-header.style-5 {
z-index: -1;
}
.iteck-header.style-5 .capt h4 {
font-weight: 200;
font-size: 24px;
line-height: 1.8;
}
.iteck-header.style-5 .capt h1 {
font-size: 60px;
font-weight: 800;
letter-spacing: 2px;
text-transform: uppercase;
}
.iteck-header.style-5 .capt h1 span {
display: block;
font-size: 20px;
font-weight: 300;
text-transform: capitalize;
color: var(--color-main);
}
.iteck-header.style-5 .capt .bactxt {
font-size: 30vw;
font-weight: bold;
color: transparent;
-webkit-text-stroke: 1px rgba(255, 255, 255, 0.1);
z-index: -1;
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
text-align: center;
opacity: 0.5;
}
.iteck-header.style-5 .sec-head h3 {
text-shadow: 0 8px rgba(0, 0, 0, 0.05);
}
.iteck-header.style-5 .sec-head .tbg {
-webkit-text-stroke: 1px rgba(0, 0, 0, 0.2);
}
body.iteck-dark-mode .iteck-header.style-5 .sec-head h3 {
text-shadow: 0 8px rgba(255, 255, 255, 0.05);
}
body.iteck-dark-mode .iteck-header.style-5 .sec-head .tbg {
-webkit-text-stroke: 1px rgba(255, 255, 255, 0.2);
}
@media (prefers-color-scheme: dark) {
body.iteck-auto-mode .iteck-header.style-5 .sec-head h3 {
text-shadow: 0 8px rgba(255, 255, 255, 0.05);
}
body.iteck-auto-mode .iteck-header.style-5 .sec-head .tbg {
-webkit-text-stroke: 1px rgba(255, 255, 255, 0.2);
}
} .iteck-header.style-6 .sec-head {
position: relative;
margin: 0 auto;
}
.iteck-header.style-6 .sec-head h6 {
font-weight: 300;
font-size: 17px;
text-transform: uppercase;
letter-spacing: 7px;
margin-bottom: 10px;
}
.iteck-header.style-6 .sec-head h3 {
font-size: 48px;
font-weight: 500;
} .iteck-header.style-7 .item {
padding: 30px 40px;
min-width: 200px;
}
.iteck-header.style-7 .item h4 {
margin: 0;
font-size: 30px;
line-height: 1.4;
font-weight: 500;
}
.iteck-header.style-7 .item h4 span {
font-size: 20px;
margin-left: 2px;
}
.iteck-header.style-7 .item h6 {
font-size: 15px;
margin-top: 5px;
} .iteck-header.style-8 {
font-size: 35px;
line-height: 1.4; }
.iteck-header.style-8 .cd-words-wrapper {
display: inline-block;
position: relative;
text-align: left;
}
.iteck-header.style-8 .cd-words-wrapper::after {
content: none;
}
.iteck-header.style-8 .cd-words-wrapper b {
display: inline-block;
position: absolute;
white-space: nowrap;
left: 0;
top: 0;
}
.iteck-header.style-8 .cd-words-wrapper b.is-visible {
position: relative;
}
.iteck-header.style-8 .no-js .cd-words-wrapper b {
opacity: 0;
}
.iteck-header.style-8 .no-js .cd-words-wrapper b.is-visible {
opacity: 1;
}
.iteck-header.style-8 .cd-headline.clip span {
display: inline-block;
}
.iteck-header.style-8 .cd-headline.clip .cd-words-wrapper {
overflow: hidden;
vertical-align: top;
}
.iteck-header.style-8 .cd-headline.clip b {
opacity: 0;
}
.iteck-header.style-8 .cd-headline b.is-visible {
opacity: 1;
} .iteck-header.style-9 {
padding: 10px 30px;
position: relative;
}
.iteck-header.style-9:after {
content: "";
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
background: #fff;
z-index: 0;
}
.iteck-header.style-9:before {
content: "";
position: absolute;
top: -1px;
left: -1px;
bottom: -1px;
right: -1px;
background: -webkit-gradient(linear, left top, right top, from(var(--color-primary)), color-stop(var(--color-secondary)), to(var(--color-ternary)));
background: -webkit-linear-gradient(left, var(--color-primary), var(--color-secondary), var(--color-ternary));
background: -o-linear-gradient(left, var(--color-primary), var(--color-secondary), var(--color-ternary));
background: linear-gradient(to right, var(--color-primary), var(--color-secondary), var(--color-ternary));
z-index: 0;
}
.iteck-header.style-9 h6 {
z-index: 1;
position: relative;
color: #999;
margin-top: 5px;
}
.iteck-header.style-9 h2 {
z-index: 1;
position: relative;
font-size: 70px;
font-weight: 700;
}
body.iteck-dark-mode .iteck-header.style-9:after {
background: #111215;
}
@media (prefers-color-scheme: dark) {
body.iteck-auto-mode .iteck-header.style-9:after {
background: #111215;
}
}
.iteck-header.style-10 {
padding: 0 0 30px 0;
border-bottom: 1px solid rgba(255, 255, 255, 0.05);
margin-top: 25px;
position: relative;
}
.iteck-header.style-10 h6 {
font-weight: 500;
margin-bottom: 5px;
}
.iteck-header.style-10 h6 span {
display: inline-block;
color: var(--color-main);
width: 30px;
height: 30px;
line-height: 30px;
text-align: center;
font-size: 13px;
border: 1px solid var(--color-main);
border-radius: 50%;
margin-right: 10px;
}
.iteck-header.style-10 p {
font-size: 13px;
padding-left: 45px;
margin: 0;
}  .admin-bar .is-sticky .stuck-nav {
margin-top: 32px;
}
.admin-bar .custom-absolute-menu {
margin-top: 32px;
}
.admin-bar .custom-fixed-menu {
margin-top: 32px;
}
.admin-bar .abs-header {
margin-top: 32px;
}
.is-sticky .header-top, .white-header .header-top {
display: none;
}
.header-top {
background: #222;
}
.header-top h6 {
display: inline-block;
color: #ccc;
font-size: 12px;
margin-right: 40px;
}
.header-top h6 i {
margin-right: 10px;
color: var(--color-main);
}
.header-top h6 a {
color: #ccc;
}
.header-top h6:hover {
color: #fff;
}
.header-top h6:hover a {
color: #fff;
}
.header {
left: 0;
top: 0;
width: 100%;
position: absolute;
z-index: 999;
}
.header.not-custom-menu .logo-d-mode {
display: initial;
}
.header.not-custom-menu .logo-d-mode {
display: none;
}
.elementor-editor-active .header {
pointer-events: none;
}
.elementor-editor-active .abs-header {
margin-top: 25px;
}
.elementor-editor-active .custom-absolute-menu {
position: relative;
}
.elementor-editor-active .custom-fixed-menu {
position: relative;
}
.elementor-editor-active .not-custom-menu.custom-absolute-menu {
position: absolute;
top: 25px;
}
.white-header {
position: relative;
background: #fff;
}
.white-header.shadow-header {
box-shadow: 0 0 5px 0 #eee;
}
.white-header .menu-item-desc {
position: absolute;
font-size: 8px;
padding: 2px 5px;
border-radius: 3px;
top: 14px;
text-transform: uppercase;
background-color: #f8d7da;
border-color: #f5c2c7;
color: #dc3545;
line-height: 1.7;
display: inline-block;
font-weight: 600;
margin-left: 3px;
}
.white-header .is-sticky .stuck-nav {
background: #fff;
box-shadow: 0 0 5px 0 #eee;
}
.white-header .hamburger__icon {
background: #1f1f1f;
background: #1f1f1f;
background: #1f1f1f;
}
.white-header .hamburger__icon::before {
background: #1f1f1f;
background: #1f1f1f;
background: #1f1f1f;
}
.white-header .hamburger__icon::after {
background: #1f1f1f;
background: #1f1f1f;
background: #1f1f1f;
}
.white-header .header-icon li a {
color: #000000;
}
.white-header .header-icon li.current-menu-parent > a {
color: var(--color-main);
}
.white-header .header-icon li.current_page_item > a {
color: var(--color-main);
}
.white-header .navigation li a {
color: #1f1f1f;
}
.white-header .navigation li a:hover {
color: var(--color-main);
opacity: 1;
}
.white-header .navigation li.current-menu-parent > a {
color: var(--color-main);
}
.white-header .navigation li.current_page_item > a {
color: var(--color-main);
}
.white-header .menu-wrapper .menu ul li a {
color: #1f1f1f;
}
.white-header .menu-wrapper .menu ul li ul li a {
color: #333;
font-size: 12px;
line-height: 1.8;
padding: 15px 20px 0 25px;
}
.white-header .menu-wrapper .menu ul li ul li a:hover {
color: var(--color-main);
}
.white-header .menu-wrapper .menu ul li ul li.current_page_item > a {
color: var(--color-main);
}
.white-header .menu-wrapper .menu ul li.current-menu-parent > a {
color: var(--color-main);
}
.white-header .menu-wrapper .menu ul li.current_page_item > a {
color: var(--color-main);
}
.white-header .menu-wrapper .navigation li ul li a {
color: #333;
font-size: 12px;
line-height: 1.8;
padding: 15px 20px 0 25px;
}
.white-header .menu-wrapper .navigation li ul li a:hover {
color: var(--color-main);
}
.white-header .menu-wrapper .navigation li ul li.current_page_item > a {
color: var(--color-main);
}
.no-bg {
background: transparent;
}
.iteck-custom-header .navigation {
position: relative;
z-index: 999;
}
.apply-header .menu-wrapper {
border: none;
}
.apply-header .is-sticky .menu-wrapper {
border: none;
}
.apply-header .menu-btn {
margin: 19px 0;
}
.apply-header .logo1 {
max-height: 38px;
}
.apply-header .iteck-logo-light {
display: none;
}
.logo {
padding: 60px 0;
display: block;
text-align: center;
}
.top-logo {
display: table-cell;
vertical-align: middle;
}
.top-logo > a {
display: inline-block;
padding: 20px 0;
}
.menu-wrapper {
display: inline-block;
margin-left: auto;
margin-right: auto;
}
.menu-wrapper .menu ul li {
display: inline-block;
position: relative;
}
.menu-wrapper .menu ul li a {
color: #000000;
display: block;
font-size: 12px;
padding: 25px 18px;
transition: 0.2s linear;
letter-spacing: 1px;
font-weight: 400;
}
.menu-wrapper .menu ul li ul li a {
color: #333;
font-size: 12px;
line-height: 1.8;
padding: 15px 20px 0 25px;
}
.menu-wrapper .menu ul li ul li a:hover {
color: var(--color-main);
}
.menu-wrapper .menu ul li ul li.current_page_item > a {
color: var(--color-main);
}
.menu-wrapper .menu ul li.menu-item-has-children > a:after {
display: inline-block;
content: "\f107";
font-family: "FontAwesome";
position: absolute;
top: 50%;
right: 3px;
transform: translateY(-50%);
}
.menu-wrapper .menu ul li.menu-item-has-children li.menu-item-has-children > a:after {
display: inline-block;
content: "\f107";
font-family: "FontAwesome";
position: absolute;
top: 42%;
right: 163px;
font-weight: bolder;
transform: rotate(90deg);
color: #ffffff;
}
.menu-wrapper .menu ul ul li {
display: block;
position: relative;
}
.menu-wrapper > .menu > ul > li > a:before {
background: var(--color-main);
border-radius: 0;
bottom: 25px;
content: "";
height: 1px;
position: absolute;
transform: scaleX(0);
transition: 0.2s linear;
visibility: hidden;
width: 50%;
background: #fff;
background: var(--color-main);
}
.menu-wrapper > .menu > ul > li > a:hover:before {
visibility: visible;
transform: scaleX(1);
}
.menu-wrapper .navigation .menu-item-has-children li {
display: block;
}
.menu-wrapper .navigation li ul li a {
color: #333;
font-size: 12px;
line-height: 1.8;
padding: 15px 20px 0 25px;
}
.menu-wrapper .navigation li ul li a:hover {
color: var(--color-main);
}
.menu-wrapper .navigation li ul li.current_page_item > a {
color: var(--color-main);
}
.menu-wrapper ul li ul {
background: #fff;
left: 18px;
line-height: 1;
list-style: outside none none;
margin: 0;
padding: 0;
position: absolute;
text-align: left;
top: 100%;
width: 185px;
z-index: 999;
-webkit-box-shadow: 0px 2px 14px 2px rgba(0, 0, 0, 0.1);
box-shadow: 0px 2px 14px 2px rgba(0, 0, 0, 0.1);
border-top: 2px solid var(--color-main);
background: linear-gradient(#fff, #fff) padding-box, linear-gradient(to right, var(--color-primary), var(--color-secondary), var(--color-ternary)) border-box;
border-top: 2px solid transparent !important;
}
.menu-wrapper ul li ul li ul {
left: -100%;
top: 16px;
}
.menu-wrapper ul > li > ul {
display: none;
padding-bottom: 15px;
}
.menu-wrapper > ul > li:last-child ul {
left: auto;
right: 0;
}
.header-wrapper {
display: table-cell;
vertical-align: middle;
text-align: right;
}
.container-fluid {
display: table;
padding-left: 60px;
padding-right: 60px;
width: 100%;
}
.container {
display: table;
}
.blog-wrapper .container {
display: inherit;
}
.navigation {
display: block;
font-size: 0;
list-style: outside none none;
margin: 0;
padding: 0;
width: 100%;
}
.navigation li {
display: inline-block;
position: relative;
}
.navigation li a {
color: #000000;
display: block;
font-size: 12px;
padding: 25px 20px;
transition: 0.2s linear;
letter-spacing: 1px;
font-weight: 500;
}
.navigation li a:hover {
opacity: 0.8;
}
.navigation li a .menu-item-desc {
position: absolute;
font-size: 8px;
padding: 2px 5px;
border-radius: 3px;
top: 14px;
text-transform: uppercase;
background-color: #f8d7da;
border-color: #f5c2c7;
color: #dc3545;
line-height: 1.7;
display: inline-block;
font-weight: 600;
margin-left: 3px;
}
.navigation li.attr-green a .menu-item-desc {
color: #0ed193;
background-color: #d1fff1;
border-color: #d1fff1;
}
.navigation li.attr-orange a .menu-item-desc {
color: #ffa100;
background-color: #fbf1e0;
border-color: #fbf1e0;
}
.navigation li.attr-blue a .menu-item-desc {
color: #12C2E9;
background-color: #d8f8ff;
border-color: #d8f8ff;
}
.navigation li.menu-item-has-children > a:after {
display: inline-block;
content: "\f107";
font-family: "FontAwesome";
position: absolute;
top: 50%;
padding-left: 3px;
transform: translateY(-50%);
color: #ccc;
}
.navigation li.menu-item-has-children li.menu-item-has-children > a:after {
display: inline-block;
content: "\f107";
font-family: "FontAwesome";
position: absolute;
top: 42%;
right: 163px;
font-weight: bolder;
transform: rotate(90deg);
color: #ffffff;
}
.navigation > li.sfHover > a:before {
background-color: var(--color-main);
border-radius: 0;
bottom: 25px;
content: "";
height: 1px;
position: absolute;
transform: scaleX(1);
transition: 0.2s linear;
visibility: visible;
width: 40px;
}
.navigation .current > a {
opacity: 1;
}
.navigation ul li {
display: block;
position: relative;
}
.custom-absolute-menu .stuck-nav > .container-fluid {
border-bottom: 1px solid rgba(255, 255, 255, 0.2392156863);
}
.custom-absolute-menu {
left: 0;
position: absolute;
top: 0;
width: 100%;
z-index: 999;
border-color: var(--color-main);
}
.custom-absolute-menu .logo-white {
display: none;
}
.custom-absolute-menu .is-sticky .logo-white {
display: initial;
}
.custom-absolute-menu .is-sticky .logo-dark {
display: none;
}
.custom-absolute-menu .is-sticky .search-icon-header a i {
color: #000000;
}
.custom-absolute-menu .is-sticky .cart-contents:before {
color: #000000;
}
.custom-absolute-menu .is-sticky .navigation li a {
color: #333;
}
.custom-absolute-menu .is-sticky .navigation li a:hover {
color: var(--color-main);
opacity: 1;
}
.custom-absolute-menu .is-sticky .navigation li.current-menu-item a {
color: var(--color-main);
}
.custom-absolute-menu .is-sticky .navigation > li > a:before {
background: var(--color-main);
}
.custom-absolute-menu .is-sticky .menu-wrapper .menu ul li a {
color: #333;
}
.custom-absolute-menu .is-sticky .menu-wrapper .menu ul li a:hover {
color: var(--color-main);
opacity: 1;
}
.custom-absolute-menu .is-sticky .menu-wrapper .menu ul li.current-menu-item a {
color: var(--color-main);
}
.custom-absolute-menu .is-sticky .header-icon li a {
color: #000000;
}
.custom-absolute-menu .logo-dark {
display: initial;
}
.custom-absolute-menu .search-icon-header a i {
color: #ffffff;
}
.custom-absolute-menu .search-icon-header a.search:after {
background: rgba(237, 227, 227, 0.5215686275);
}
.custom-absolute-menu .cart-contents:before {
color: #ffffff;
}
.custom-absolute-menu .navigation li a {
color: #ffffff;
}
.custom-absolute-menu .navigation .sub-menu li a {
color: #333;
}
.custom-absolute-menu .navigation .sub-menu li a:hover {
color: var(--color-main);
opacity: 1;
}
.custom-absolute-menu .navigation .sub-menu li.current-menu-item a {
color: var(--color-main);
}
.custom-absolute-menu .navigation > li > a:before {
background: #fff;
}
.custom-absolute-menu .menu-wrapper .menu ul li a {
color: #ffffff;
}
.custom-absolute-menu .menu-wrapper .menu ul.sub-menu li a {
color: #333;
}
.custom-absolute-menu .menu-wrapper .menu ul.sub-menu li a:hover {
color: var(--color-main);
opacity: 1;
}
.custom-absolute-menu .menu-wrapper .menu ul.sub-menu li.current-menu-item a {
color: var(--color-main);
}
.custom-absolute-menu .header-icon li a {
color: #ffffff;
}
.stuck-nav {
transition: ease 0.3s !important;
-moz-transition: ease 0.3s;
-ms-transition: ease 0.3s;
-o-transition: ease 0.3s;
-webkit-transition: ease 0.3s;
left: 0;
top: 0;
width: 100% !important;
z-index: 999;
}
.custom-fixed-menu {
left: 0;
position: fixed;
top: 0;
width: 100%;
z-index: 999;
}
.elementor-editor-preview .custom-absolute-menu {
position: relative;
}
.elementor-editor-preview .custom-fixed-menu {
position: relative;
}
.elementor-editor-preview .not-custom-menu.custom-absolute-menu {
position: absolute;
}
.sticky-wrapper {
z-index: 999;
}
.is-sticky .stuck-nav {
background: #fff;
box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
}
.menu-wrapper.iteck-right-menu ul li ul {
left: auto;
right: 0;
}
.menu-wrapper.iteck-right-menu ul li ul li ul {
left: auto;
right: 100%;
top: 0;
}
.mobile-wrapper {
float: right;
}
.mobile-menu {
background: none repeat scroll 0 0 #ffffff;
display: block;
height: 0;
list-style: none outside none;
margin: 0;
max-height: 480px;
overflow-y: auto;
overflow: hidden;
padding: 0;
position: absolute;
right: 0;
text-align: center;
top: 100%;
width: 100%;
z-index: 3;
}
.mobile-menu li a {
border-top: none;
display: block;
font-size: 11px;
padding: 8px 15px;
text-decoration: none;
text-transform: uppercase;
}
.mobile-menu.in {
border: 1px solid #EEEEEE;
height: auto;
max-height: 480px;
overflow-x: hidden;
overflow-y: auto;
}
.menu-btn {
color: #ffffff;
cursor: pointer;
font-size: 18px;
height: 30px;
line-height: 30px;
margin: 11px 0;
text-align: center;
width: 30px;
z-index: 3;
}
.not-custom-menu.custom-absolute-menu .nav-box {
margin-top: 0;
}
.custom-logo .custom-logo-dark {
display: initial;
}
.custom-logo .custom-logo-light {
display: none;
}
.custom-logo .logo1 {
max-height: 25px;
}
.custom-logo a {
display: inline-block;
}
.iteck-sticky-menu {
z-index: 999 !important;
}
.elementor-element-edit-mode.stuck-nav {
z-index: 0;
}
.header-icon {
display: block;
float: right;
list-style: none;
margin-left: 20px;
padding: 0;
text-align: right;
}
.header-icon li {
display: inline-block;
vertical-align: middle;
}
.header-icon li a {
display: block;
padding: 24px 0 18px 0;
text-align: center;
width: 30px;
}
.header-icon li a i {
opacity: 0.8;
border-radius: 50%;
height: 35px;
line-height: 30px;
margin: auto;
text-align: center;
width: 35px;
font-family: "FontAwesome";
}
.header-icon li a:hover {
opacity: 1;
}
.margin-bottom {
margin-bottom: 80px;
}
.margin-top {
margin-top: 80px;
}
.padding-top {
padding-top: 80px;
}
.mobile-wrapper.iteck-menu-element {
display: inline-block;
float: none;
padding: 0;
vertical-align: text-top;
}
.iteck-menu-element .hamburger {
height: 20px;
padding: 0;
}
.cart_search_block {
padding: 0;
margin: 0;
float: left;
display: inline-block;
}
.cart_search_block > li {
padding: 18px;
float: left;
-webkit-transition: all 0.4s ease-in-out;
-moz-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;
position: relative;
}
.btn-nav-top {
float: right;
margin-left: 22px;
position: relative;
}
.btn-nav-top a {
color: #ffffff;
padding: 12px 20px;
background: var(--color-main);
background: linear-gradient(to right, var(--color-main), var(--color-secondary));
font-weight: 500;
text-transform: uppercase;
line-height: 24px;
font-size: 12px;
letter-spacing: 0.8px;
border-radius: 50px;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
border: 1px solid var(--color-secondary);
}
.btn-nav-top a:hover {
color: var(--color-main);
background: #fff;
border-color: var(--color-main);
}
.search-icon-header {
float: right;
margin-left: 30px;
margin-left: 30px;
position: relative;
top: 25px;
}
.search-icon-header a.search {
font-size: 16px;
position: relative;
}
.search-icon-header a.search:after {
width: 1px;
height: 30px;
content: "";
position: absolute !important;
bottom: -5px;
left: -22px;
z-index: 0;
margin: auto;
background: #999;
cursor: initial;
}
.search-icon-header a.cart-contents {
font-size: 14px;
position: relative;
left: 20px;
}
.search-icon-header a i {
color: #000000;
}
.search-icon-header .close-black-block a i {
color: #ffffff;
}
.search-icon-header .close-black-block a i.fa-times {
color: #ffffff;
}
.search-icon-header .close-black-block a:after {
display: none;
}
.search-icon-header .searchform input[type=search] {
font-style: italic;
font-size: 16px;
height: 56px;
}
.search-icon-header .searchform .searchsubmit {
background: transparent;
}
.search-icon-header .searchform::after {
background: var(--color-main);
color: #ffffff !important;
right: 0;
height: 56px;
line-height: 56px;
width: 56px;
font-size: 2rem;
}
.search-icon-header .searchform:hover::after {
opacity: 0.7;
}
.black-search-block {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 100;
opacity: 0;
background: rgba(0, 0, 0, 0.9);
visibility: hidden;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
-webkit-transition: all 0.25s linear;
-moz-transition: all 0.25s linear;
-ms-transition: all 0.25s linear;
-o-transition: all 0.25s linear;
transition: all 0.25s linear;
z-index: -1;
}
.search-icon-header.open .black-search-block {
opacity: 1;
visibility: visible;
-webkit-transition: all 0.25s linear;
-moz-transition: all 0.25s linear;
-ms-transition: all 0.25s linear;
-o-transition: all 0.25s linear;
transition: all 0.25s linear;
z-index: 9999999;
}
.search-icon-header.open .black-search-table-cell div {
top: 0px;
opacity: 1;
-webkit-transition: all 0.25s linear;
transition: all 0.25s linear;
-webkit-transition-delay: 150ms;
transition-delay: 150ms;
}
.black-search-table {
display: table;
width: 100%;
height: 100%;
}
.black-search-table-cell {
display: table-cell;
vertical-align: middle;
width: 100%;
height: 100%;
text-align: center;
}
.black-search-table-cell div {
width: 50%;
position: relative;
display: inline-block;
top: 50px;
opacity: 0;
-webkit-transition: all 0.25s linear;
transition: all 0.25s linear;
-webkit-transition-delay: 150ms;
transition-delay: 150ms;
}
.black-search-table-cell div input[name=s] {
background: #fff;
padding: 15px 50px 15px 15px !important;
border: none;
font-size: 20px;
width: 100%;
border-bottom: 1px solid #fff;
font-weight: 400;
}
.black-search-table-cell .searchsubmit {
border: none;
background: 0;
outline: 0;
width: auto;
cursor: pointer;
color: #333;
padding: 0;
position: absolute;
right: 0;
width: 40px;
height: 40px;
top: 21px;
z-index: 99999;
text-align: center;
}
.close-black-block {
font-size: 30px;
color: #ffffff;
position: absolute;
top: 20px;
right: 50px;
}
.close-black-block i {
font-size: 30px;
color: #ffffff;
} .iteck-custom-header .is-sticky .stuck-nav {
background: #11141b;
} .iteck-nav.style-1 .navigation li a {
color: #fff;
text-transform: initial;
font-size: 13px;
font-weight: 400;
padding-left: 22px;
padding-right: 22px;
}
.iteck-nav.style-1 .menu-wrapper ul li ul {
background: #1a1e25;
}
.iteck-nav.style-1 .menu-wrapper .menu ul li a {
text-transform: initial;
font-weight: 400;
} .iteck-steps::after {
position: absolute;
content: "";
left: -20%;
top: 175px;
width: 200%;
height: 1px;
background-color: rgba(153, 153, 153, 0.2666666667);
}
.iteck-steps .item {
position: relative;
margin-top: 50px;
text-align: center;
}
.iteck-steps .item .title-wrapper {
position: relative;
padding-bottom: 30px;
min-height: 125px;
}
.iteck-steps .item .title-wrapper::after {
position: absolute;
content: "";
left: calc(50% - 10px);
bottom: -10px;
width: 20px;
height: 20px;
border-radius: 50%;
background-color: var(--color-main);
}
.iteck-steps .item .title-wrapper .num {
font-size: 16px;
font-weight: bold;
text-transform: uppercase;
margin-bottom: 10px;
color: var(--color-main);
}
.iteck-steps .item .title-wrapper .item-title {
font-weight: bold;
font-size: 20px;
}
.iteck-steps .item .text {
font-size: 16px;
color: #666;
margin-top: 30px;
} .iteck-throwable-tags {
height: 500px;
}
.iteck-throwable-tags .tags {
position: relative;
overflow: hidden;
height: 100%;
}
.iteck-throwable-tags .tags .item {
position: absolute;
}
.iteck-throwable-tags .tags .item h6 {
margin-bottom: 0;
}
.iteck-throwable-tags .tags .item > div {
left: 50%;
top: 50%;
position: relative;
font-size: 16px;
font-weight: bold;
padding: 8px 20px;
border-radius: 50px;
display: inline-flex;
align-items: center;
justify-content: center;
border: 1px solid #000;
background-color: #fff;
}
.iteck-throwable-tags .tags .item > div.light {
border: 0;
background-color: rgba(236, 99, 38, 0.1333333333);
}  .iteck-offcanvas.sidepanel span {
width: 25px;
height: 2px;
background-color: #000;
margin: 4px 0;
display: block;
}
.iteck-offcanvas .menu-icon.icon {
width: 35px;
height: 35px;
border-radius: 50%;
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
background-color: #000;
}
.iteck-offcanvas .menu-icon img {
transition: all 0.3s ease-in-out;
}
.iteck-offcanvas .menu-icon:hover img {
-webkit-transform: rotate(140deg);
-ms-transform: rotate(140deg);
transform: rotate(140deg);
transition: all 0.3s ease-in-out;
}
.side-panel {
background-color: rgba(0, 0, 0, 0.5019607843);
transition-duration: 0s;
transition-delay: 0.35s;
}
.side-panel .newzin-custom-sidepanel {
transform: translateX(calc(-100% + 80px));
transition: 0.45s;
}
.side-panel.open {
transition-duration: 0s;
transition-delay: 0s;
z-index: 99;
}
.side-panel.open .newzin-custom-sidepanel {
transform: translateX(0);
transition: 0.45s;
}  .slider .swiper-button-prev, .slider .swiper-button-next, .iteck-slider .swiper-button-prev, .iteck-slider .swiper-button-next {
background-image: none;
} .iteck-slider.style-0 {
position: relative;
overflow: hidden;
width: 100%;
min-height: 100vh;
padding-bottom: 50px;
}
.iteck-slider.style-0 .swiper-slide {
min-height: 100vh;
position: relative;
overflow: hidden;
}
.iteck-slider.style-0 .swiper-slide .bg-img {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background-size: cover;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.iteck-slider.style-0 .swiper-slide .bg-img:after {
content: "";
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
z-index: 1;
background: #000;
opacity: 0.75;
}
.iteck-slider.style-0 .swiper-slide .bg-img .container {
max-width: 1200px;
position: relative;
z-index: 2;
}
.iteck-slider.style-0 .swiper-slide .bg-img .container .caption {
text-align: center;
padding: 50px 10px;
}
.iteck-slider.style-0 .swiper-slide .bg-img .container .caption .main-title {
font-size: 65px;
font-weight: 800;
letter-spacing: 2px;
color: #fff;
opacity: 0;
transform: translateY(20px);
visibility: hidden;
transition: all;
}
.iteck-slider.style-0 .swiper-slide .bg-img .container .caption .main-title span {
background: linear-gradient(to right, var(--color-primary), var(--color-secondary), var(--color-ternary));
-webkit-background-clip: text !important;
-webkit-text-fill-color: transparent;
}
.iteck-slider.style-0 .swiper-slide .bg-img .container .caption .text {
font-size: 16px;
line-height: 1.8em;
color: #eee;
margin: 15px auto 0;
font-weight: 300;
}
.iteck-slider.style-0 .swiper-slide-active .bg-img .container .caption .main-title {
transition: all 0s;
opacity: 1;
visibility: visible;
transform: translateY(0);
}
.iteck-slider.style-0 .swiper-slide-active .bg-img .container .caption .main-title .char {
animation: fadeInUp 0.5s cubic-bezier(0.3, 0, 0.7, 1) both;
animation-delay: calc(60ms * var(--char-index));
}
.iteck-slider.style-0 .swiper-nav {
position: static;
bottom: 8%;
right: 40px;
z-index: 8;
}
.iteck-slider.style-0 .swiper-nav .swiper-nav-ctrl {
color: #ccc;
font-size: 13px;
width: 55px;
height: 55px;
line-height: 55px;
text-align: center;
margin: 5px 0;
border: 1px solid rgba(255, 255, 255, 0.3);
border-radius: 50%;
}
.iteck-slider.style-0 .swiper-nav .swiper-nav-ctrl.swiper-button-next {
position: absolute;
top: 50%;
right: 30px;
}
.iteck-slider.style-0 .swiper-nav .swiper-nav-ctrl.swiper-button-prev {
position: absolute;
top: 50%;
left: 30px;
}
.iteck-slider.style-0 .swiper-pagination {
position: absolute;
left: auto;
width: auto;
color: #fff;
font-size: 40px;
font-weight: 500;
top: auto;
bottom: 40px;
right: 40px;
}
.iteck-slider.style-0 .swiper-pagination .swiper-pagination-current {
font-size: 60px;
font-weight: 700;
position: relative;
color: transparent;
-webkit-text-stroke: 0.5px #ffe;
}
.iteck-slider.style-0 .swiper-pagination .swiper-pagination-current:after {
content: "/";
color: #fff;
position: relative;
margin: 0 10px;
font-size: 12px;
font-weight: 100;
}
@media screen and (max-width: 767px) {
.iteck-slider.style-0 .swiper-slide .bg-img .container .caption .main-title {
font-size: 40px;
}
.iteck-slider.style-0 .swiper-nav {
display: none;
}
} .iteck-slider.style-1 {
position: relative;
overflow: hidden;
width: 100%;
min-height: 100vh;
padding-bottom: 50px;
}
.iteck-slider.style-1 .swiper-slide {
min-height: 100vh;
position: relative;
overflow: hidden;
}
.iteck-slider.style-1 .swiper-slide .bg-img {
background-image: url(//hradhouska.cz/wp-content/themes/iteck/img/2.jpg);
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background-size: cover;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.iteck-slider.style-1 .swiper-slide .bg-img:after {
content: "";
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
z-index: 1;
background: var(--color-ternary);
opacity: 0.4;
}
.iteck-slider.style-1 .swiper-slide .bg-img .container {
max-width: 1200px;
position: relative;
z-index: 2;
}
.iteck-slider.style-1 .swiper-slide .bg-img .container .caption {
text-align: center;
padding: 50px 10px;
}
.iteck-slider.style-1 .swiper-slide .bg-img .container .caption .sub-title {
display: block;
font-size: 22px;
line-height: 1.15em;
color: #fff;
font-weight: 500;
margin-bottom: 30px;
letter-spacing: 0;
text-transform: capitalize;
font-family: inherit;
}
.iteck-slider.style-1 .swiper-slide .bg-img .container .caption .main-title {
display: block;
font-size: 55px;
line-height: 1.15em;
color: #fff;
font-weight: 800;
margin-bottom: 15px;
position: relative;
text-transform: uppercase;
}
.iteck-slider.style-1 .swiper-slide .bg-img .container .caption .text {
display: block;
font-size: 20px;
line-height: 1.6em;
color: #fff;
margin: 0 auto 35px;
font-weight: 400;
} .iteck-slider.style-2 {
position: relative;
overflow: hidden;
width: 100%;
min-height: 100vh;
padding-bottom: 50px;
}
.iteck-slider.style-2.scroly {
position: fixed;
top: 0;
left: 0;
right: 0;
}
.iteck-slider.style-2 .swiper-slide {
min-height: 100vh;
position: relative;
overflow: hidden;
}
.iteck-slider.style-2 .swiper-slide .bg-img {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background-size: cover;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.iteck-slider.style-2 .swiper-slide .bg-img:after {
content: "";
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
z-index: 1;
background: #121319;
opacity: 0.65;
}
.iteck-slider.style-2 .swiper-slide .bg-img .container {
max-width: 1200px;
position: relative;
z-index: 2;
}
.iteck-slider.style-2 .swiper-slide .bg-img .container .caption {
text-align: center;
padding: 50px 10px;
}
.iteck-slider.style-2 .swiper-slide .bg-img .container .caption .main-title {
font-size: 65px;
font-weight: 800;
letter-spacing: 2px;
color: #fff;
opacity: 0;
transform: translateY(20px);
visibility: hidden;
transition: all;
}
.iteck-slider.style-2 .swiper-slide .bg-img .container .caption .main-title span {
background: linear-gradient(to right, var(--color-primary), var(--color-secondary), var(--color-ternary));
-webkit-background-clip: text !important;
-webkit-text-fill-color: transparent;
}
.iteck-slider.style-2 .swiper-slide .bg-img .container .caption .text {
font-size: 16px;
line-height: 2;
color: #eee;
margin: 15px auto 0;
font-weight: 300;
}
.iteck-slider.style-2 .swiper-slide-active .bg-img .container .caption .main-title {
transition: all 0s;
opacity: 1;
visibility: visible;
transform: translateY(0);
}
.iteck-slider.style-2 .swiper-slide-active .bg-img .container .caption .main-title .char {
animation: fadeInUp 0.5s cubic-bezier(0.3, 0, 0.7, 1) both;
animation-delay: calc(60ms * var(--char-index));
}
.iteck-slider.style-2 .swiper-nav {
position: static;
bottom: 8%;
right: 40px;
z-index: 8;
}
.iteck-slider.style-2 .swiper-nav .swiper-nav-ctrl {
color: #ccc;
font-size: 13px;
width: 55px;
height: 55px;
line-height: 55px;
text-align: center;
margin: 5px 0;
border: 1px solid rgba(255, 255, 255, 0.3);
border-radius: 50%;
}
.iteck-slider.style-2 .swiper-nav .swiper-nav-ctrl.swiper-button-next {
position: absolute;
top: 50%;
right: 30px;
}
.iteck-slider.style-2 .swiper-nav .swiper-nav-ctrl.swiper-button-prev {
position: absolute;
top: 50%;
left: 30px;
}
.iteck-slider.style-2 .swiper-pagination {
position: absolute;
left: auto;
width: auto;
color: #fff;
font-size: 40px;
font-weight: 500;
top: auto;
bottom: 40px;
right: 40px;
}
.iteck-slider.style-2 .swiper-pagination .swiper-pagination-current {
font-size: 60px;
font-weight: 700;
position: relative;
color: transparent;
-webkit-text-stroke: 0.5px #fff;
}
.iteck-slider.style-2 .swiper-pagination .swiper-pagination-current:after {
content: "/";
color: #fff;
position: relative;
margin: 0 10px;
font-size: 12px;
font-weight: 100;
display: none;
} .slide-full .swiper-slide {
position: relative;
overflow: hidden;
width: 100%;
min-height: 100vh;
padding-bottom: 50px;
}
.slide-full .swiper-slide .bg-img {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background-size: cover;
background-position: 50% 50%;
}
.slide-full .swiper-slide .slider-subtitle {
color: #fff;
font-size: 18px;
font-weight: 400;
letter-spacing: 3px;
margin: 0;
text-transform: capitalize;
margin-bottom: 10px;
}
.slide-full .swiper-slide .dsc-btn-style1 {
color: #ffffff;
background: none;
border: none;
font-weight: 600;
font-size: 16px;
}
.slide-full .swiper-slide .slider-btn::after {
background: none;
}
.slide-full .slider-text {
font-size: 16px;
margin-bottom: 1.4em;
width: 60%;
margin-left: auto;
margin-right: auto;
}
.slide-full .social {
position: absolute;
left: 50px;
bottom: 20px;
z-index: 6;
}
.slide-full .social.active a {
transform: translateY(0);
opacity: 1;
visibility: visible;
}
.slide-full .social .icon {
color: #fff;
margin-right: 10px;
cursor: pointer;
}
.slide-full .social a {
color: #fff;
font-size: 11px;
margin-right: 7px;
transform: translateY(10px);
opacity: 0;
visibility: hidden;
transition: all 0.3s;
}
.slide-full .swiper-slide-active .slider-title {
transition: all 0s;
}
.slide-full .swiper-slide-active .slider-title .char {
animation: fadeInUp 0.5s cubic-bezier(0.3, 0, 0.7, 1) both;
animation-delay: calc(60ms * var(--char-index));
}
.slide-full .swiper-pagination-fraction {
color: #fff;
}
.slide-full .slide-controls .swiper-button-next,
.slide-full .slide-controls .swiper-button-prev {
position: absolute;
width: 48px;
height: 48px;
bottom: auto;
top: 50%;
left: auto;
right: 50px;
border-radius: 50%;
border: 2px solid rgba(255, 255, 255, 0.5);
color: #fff;
font-size: 14px;
transition: all 0.7s cubic-bezier(1, 0, 0.25, 1);
}
.slide-full .slide-controls .swiper-button-next:after,
.slide-full .slide-controls .swiper-button-prev:after {
display: none;
}
.slide-full .slide-controls .swiper-button-next:hover,
.slide-full .slide-controls .swiper-button-prev:hover {
background: rgba(255, 255, 255, 0.1);
}
.slide-full .slide-controls .swiper-button-next i,
.slide-full .slide-controls .swiper-button-prev i {
position: absolute;
top: 16px;
left: 22px;
transition: all 0.7s cubic-bezier(1, 0, 0.25, 1);
}
.slide-full .slide-controls .swiper-button-next i:after,
.slide-full .slide-controls .swiper-button-prev i:after {
content: "";
width: 45px;
height: 1px;
position: absolute;
background: rgba(255, 255, 255, 0.5);
transition: all 0.7s cubic-bezier(1, 0, 0.25, 1);
}
.slide-full .slide-controls .swiper-button-next:hover {
right: 45px;
}
.slide-full .slide-controls .swiper-button-next:hover i {
left: 30px;
}
.slide-full .slide-controls .swiper-button-next:hover i:after {
width: 20px;
}
.slide-full .slide-controls .swiper-button-next i:after {
top: 6px;
right: 5px;
}
.slide-full .slide-controls .swiper-button-prev {
right: auto;
left: 50px;
}
.slide-full .slide-controls .swiper-button-prev:hover {
left: 45px;
}
.slide-full .slide-controls .swiper-button-prev:hover i {
left: 10px;
}
.slide-full .slide-controls .swiper-button-prev:hover i:after {
width: 20px;
}
.slide-full .slide-controls .swiper-button-prev i {
left: 18px;
}
.slide-full .slide-controls .swiper-button-prev i:after {
top: 6px;
left: 5px;
}
.slide-full .swiper-button-prev, .slide-full .swiper-container-rtl .swiper-button-next, .slide-full .swiper-button-next, .slide-full .swiper-container-rtl .swiper-button-prev {
background-image: none;
} .slider.style-6 {
position: relative;
}
.slider.style-6.rtl .caption h1, .slider.style-6.rtl .btn-curve span {
letter-spacing: 0 !important;
}
.slider.style-6.fixed-slider {
position: fixed;
top: 0;
left: 0;
right: 0;
}
.slider.style-6 .swiper-slide-active {
z-index: 3;
}
.slider.style-6 .parallax-slider {
position: relative;
}
.slider.style-6 .parallax-slider .swiper-slide {
position: relative;
overflow: hidden;
width: 100%;
min-height: 100vh;
padding-bottom: 50px;
}
.slider.style-6 .parallax-slider .swiper-slide .bg-img {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background-size: cover;
}
.slider.style-6 .parallax-slider .swiper-slide .bg-img:after {
content: "";
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
z-index: -1;
background: rgba(0, 0, 0, 0.6);
}
.slider.style-6 .parallax-slider .swiper-slide-active .caption h1 {
transition: all 0s;
opacity: 1;
visibility: visible;
transform: translateY(0);
}
.slider.style-6 .parallax-slider .swiper-slide-active .caption h1 .char {
animation: fadeInUp 0.5s cubic-bezier(0.3, 0, 0.7, 1) both;
animation-delay: calc(60ms * var(--char-index));
}
.slider.style-6 .parallax-slider .swiper-slide-active .caption .thin,
.slider.style-6 .parallax-slider .swiper-slide-active .caption .btn-curve,
.slider.style-6 .parallax-slider .swiper-slide-active .caption p {
opacity: 1;
transform: translateY(0);
}
.slider.style-6 .parallax-slider .caption .thin {
color: var(--color-main);
font-size: 30px;
font-weight: 300;
text-transform: uppercase;
letter-spacing: 8px;
margin-bottom: 5px;
opacity: 0;
transform: translateY(-20px);
transition: all 0.4s;
transition-delay: 0.8s;
}
.slider.style-6 .parallax-slider .caption .thin span {
color: var(--color-main);
}
.slider.style-6 .parallax-slider .caption h1 {
font-size: 65px;
font-weight: 700;
letter-spacing: 4px;
color: #fff;
opacity: 0;
visibility: hidden;
transition: opacity 0.5s, visibility 0.5s;
}
.slider.style-6 .parallax-slider .caption p {
color: #eee;
margin-top: 15px;
opacity: 0;
transform: translateY(20px);
transition: all 0.4s;
transition-delay: 0.8s;
padding: 0 22% 0 22%;
}
.slider.style-6 .parallax-slider .caption .btn-curve {
opacity: 0;
transform: translateY(20px);
transition: all 0.4s;
transition-delay: 1s;
border: 2px solid;
line-height: 2;
}
.slider.style-6 .parallax-slider .caption .btn-curve span {
font-size: 15px;
font-weight: 700;
text-transform: capitalize;
}
.slider.style-6 .parallax-slider .caption .btn-curve:hover span {
color: #0c0f16;
}
.slider.style-6 .parallax-slider .caption.dig h1 {
font-weight: 800;
font-size: 80px;
text-transform: uppercase;
}
.slider.style-6 .parallax-slider .caption.dig h1 .tline {
margin-left: 80px;
}
.slider.style-6 .parallax-slider .caption.dig h1 .whitespace {
width: 20px;
}
.slider.style-6 .setone {
position: absolute;
bottom: 8%;
right: 40px;
z-index: 8;
}
.slider.style-6 .setone .swiper-button-prev, .slider.style-6 .setone .swiper-button-next {
background-image: none;
}
.slider.style-6 .setone .swiper-nav-ctrl {
color: #ccc;
font-size: 13px;
width: 55px;
height: 55px;
line-height: 55px;
text-align: center;
margin: 5px 0;
border: 1px solid rgba(255, 255, 255, 0.3);
position: static;
}
.slider.style-6 .setone .swiper-nav-ctrl:after {
display: none;
}
.slider.style-6 .setone.setwo {
position: static;
}
.slider.style-6 .setone.setwo .swiper-nav-ctrl {
border-radius: 50%;
}
.slider.style-6 .setone.setwo .next-ctrl {
position: absolute;
top: 50%;
right: 30px;
}
.slider.style-6 .setone.setwo .prev-ctrl {
position: absolute;
top: 50%;
left: 30px;
}
.slider.style-6 .txt-botm {
position: absolute;
bottom: 20px;
left: 0;
width: 100%;
z-index: 8;
}
.slider.style-6 .txt-botm .swiper-nav-ctrl {
position: absolute;
width: auto;
height: auto;
margin-top: auto;
top: auto;
bottom: 0;
}
.slider.style-6 .txt-botm .swiper-nav-ctrl i {
color: #ccc;
font-size: 13px;
width: 45px;
height: 45px;
line-height: 45px;
text-align: center;
margin: 0;
border-radius: 50%;
display: inline-block;
transition: all 0.3s;
}
.slider.style-6 .txt-botm .swiper-nav-ctrl span {
font-weight: 500;
font-size: 12px;
color: #fff;
}
.slider.style-6 .txt-botm .swiper-nav-ctrl:after {
display: none;
}
.slider.style-6 .txt-botm .swiper-nav-ctrl.swiper-button-next {
right: 40px;
}
.slider.style-6 .txt-botm .swiper-nav-ctrl.swiper-button-next i {
margin-left: 10px;
}
.slider.style-6 .txt-botm .swiper-nav-ctrl.swiper-button-prev {
left: 40px;
}
.slider.style-6 .txt-botm .swiper-nav-ctrl.swiper-button-prev i {
margin-right: 10px;
}
.slider.style-6 .txt-botm .swiper-nav-ctrl:hover i {
border: 1px solid rgba(255, 255, 255, 0.3);
}
.slider.style-6 .swiper-pagination-fraction.top {
position: absolute;
right: 15%;
left: auto;
bottom: auto;
top: 20%;
width: auto;
color: #fff;
font-size: 40px;
font-weight: 500;
}
.slider.style-6 .swiper-pagination-fraction.top .swiper-pagination-current {
font-size: 60px;
font-weight: 700;
position: relative;
color: transparent;
-webkit-text-stroke: 0.5px #fff;
}
.slider.style-6 .swiper-pagination-fraction.top .swiper-pagination-current:after {
content: "/";
color: #fff;
position: relative;
margin: 0 10px;
font-size: 12px;
font-weight: 100;
}
.slider.style-6 .swiper-pagination-fraction.top.botm {
top: auto;
bottom: 40px;
right: 40px;
}
.slider.style-6 .swiper-pagination-fraction.steps {
position: absolute;
width: 100px;
color: #fff;
font-size: 15px;
bottom: 40px;
left: calc(50% - 50px);
right: auto;
top: auto;
text-align: left;
}
.slider.style-6 .swiper-pagination-fraction.steps:after {
content: "";
position: absolute;
top: 50%;
left: 15%;
width: 70%;
height: 1px;
background: rgba(255, 255, 255, 0.3);
}
.slider.style-6 .swiper-pagination-fraction.steps .swiper-pagination-total {
float: right;
}
.slider.style-6 .social-icon {
position: absolute;
left: 40px;
bottom: 40px;
z-index: 8;
}
.slider.style-6 .social-icon a {
width: 40px;
height: 40px;
line-height: 40px;
text-align: center;
border-radius: 50%;
border: 1px solid rgba(255, 255, 255, 0.05);
color: #fff;
font-size: 13px;
}
.cta__slider-wrapper {
position: relative;
width: 100%;
height: 105vh;
overflow: hidden;
}
.cta__slider-wrapper .block {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
padding: 0;
}
.cta__slider {
min-height: 105vh;
}
.cta__slider .swiper-slide {
overflow: hidden;
}
.cta__slider-arrows {
display: block;
position: absolute;
bottom: 40px;
right: 40px;
z-index: 2;
}
.cta__slider-arrow {
width: 55px;
height: 55px;
text-align: center;
line-height: 55px;
font-size: 13px;
border: 1px solid rgba(255, 255, 255, 0.3);
display: block;
cursor: pointer;
}
.cta__slider-arrow.cta__slider-arrow--previous {
left: 0;
}
.cta__slider-arrow.cta__slider-arrow--next {
left: 50%;
}
.cta__slider-item {
position: relative;
}
.cta__slider-item .media-wrapper {
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
}
.cta__slider-item .media-wrapper .bg-img {
position: absolute;
width: 70%;
height: 100%;
right: 0;
top: 0;
}
.cta__slider-item .container {
position: relative;
z-index: 4;
}
.cta__slider-item .caption {
position: relative;
}
.cta__slider-item .caption .top-corn,
.cta__slider-item .caption .bottom-corn {
position: absolute;
left: -60px;
top: -60px;
opacity: 0.3;
}
.cta__slider-item .caption .top-corn:after, .cta__slider-item .caption .top-corn:before,
.cta__slider-item .caption .bottom-corn:after,
.cta__slider-item .caption .bottom-corn:before {
content: "";
position: absolute;
top: 0;
left: 0;
background: var(--color-main);
}
.cta__slider-item .caption .top-corn:after,
.cta__slider-item .caption .bottom-corn:after {
width: 30px;
height: 1px;
}
.cta__slider-item .caption .top-corn:before,
.cta__slider-item .caption .bottom-corn:before {
width: 1px;
height: 30px;
}
.cta__slider-item .caption .bottom-corn {
top: auto;
bottom: -60px;
}
.cta__slider-item .caption .bottom-corn:before {
top: auto;
bottom: 0;
}
.cta__slider-item .caption h1 {
font-size: 75px;
font-weight: 500;
text-transform: uppercase;
letter-spacing: 4px;
color: #fff;
opacity: 0;
visibility: hidden;
transition: opacity 0.5s, visibility 0.5s;
}
.cta__slider-item .caption .thin {
color: var(--color-main);
font-size: 20px;
font-weight: 300;
text-transform: uppercase;
letter-spacing: 12px;
margin-bottom: 5px;
opacity: 0;
transform: translateY(-20px);
transition: all 0.4s;
transition-delay: 0.8s;
}
.cta__slider-item .caption p {
color: #eee;
font-weight: 300;
font-size: 14px;
opacity: 0;
transform: translateY(-20px);
transition: all 0.4s;
opacity: 0;
transform: translateY(20px);
transition: all 0.4s;
transition-delay: 0.8s;
}
.cta__slider-item .caption .btn-curve {
opacity: 0;
transform: translateY(20px);
transition: all 0.4s;
transition-delay: 1s;
}
.cta__slider-item.swiper-slide-active .caption h1 {
transition: all 0s;
opacity: 1;
visibility: visible;
}
.cta__slider-item.swiper-slide-active .caption h1 .char {
animation: fadeInUp 0.5s cubic-bezier(0.3, 0, 0.7, 1) both;
animation-delay: calc(60ms * var(--char-index));
}
.cta__slider-item.swiper-slide-active .caption .btn-curve,
.cta__slider-item.swiper-slide-active .caption .thin,
.cta__slider-item.swiper-slide-active .caption p {
opacity: 1;
transform: translateY(0);
}
.freelancer {
min-height: 100vh;
background-position: right top;
}
.freelancer .cont {
margin-top: 50px;
}
.freelancer .cont h6 {
color: var(--color-main);
font-size: 14px;
font-weight: 300;
text-transform: uppercase;
letter-spacing: 5px;
margin-bottom: 5px;
}
.freelancer .cont h1 {
font-size: 100px;
font-weight: 700;
font-family: "Cormorant Garamond", serif;
margin-bottom: 5px;
}
.freelancer .cont h4 {
font-weight: 300;
text-transform: uppercase;
letter-spacing: 4px;
}
.freelancer .cont .social-icon {
margin-top: 40px;
}
.freelancer .cont .social-icon a {
width: 55px;
height: 55px;
line-height: 55px;
text-align: center;
border-radius: 50%;
background: rgba(255, 255, 255, 0.05);
margin-right: 5px;
}
.freelancer .img {
position: absolute;
right: 15%;
bottom: 0;
width: 400px;
z-index: 2;
}
.slider-bus {
min-height: 100vh;
position: relative;
}
.slider-bus .swiper-img {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.slider-bus .setone {
position: absolute;
bottom: 8%;
right: 40px;
z-index: 8;
}
.slider-bus .setone .swiper-nav-ctrl {
color: #ccc;
font-size: 13px;
width: 55px;
height: 55px;
line-height: 55px;
text-align: center;
margin: 5px 0;
border: 1px solid rgba(255, 255, 255, 0.3);
position: static;
}
.slider-bus .setone .swiper-nav-ctrl:after {
display: none;
}
.slider-bus .setone.setwo {
position: static;
}
.slider-bus .setone.setwo .swiper-nav-ctrl {
border-radius: 50%;
}
.slider-bus .setone.setwo .next-ctrl {
position: absolute;
top: 50%;
right: 30px;
}
.slider-bus .setone.setwo .prev-ctrl {
position: absolute;
top: 50%;
left: 30px;
}
.slider-bus .swiper-pagination-fraction {
position: absolute;
right: auto;
left: 60px;
bottom: 30px;
width: auto;
color: #fff;
font-size: 40px;
font-weight: 500;
}
.slider-bus .swiper-pagination-fraction .swiper-pagination-current {
font-size: 60px;
font-weight: 700;
position: relative;
color: transparent;
-webkit-text-stroke: 0.5px #fff;
}
.slider-bus .swiper-pagination-fraction .swiper-pagination-current:after {
content: "/";
color: #fff;
position: relative;
margin: 0 10px;
font-size: 12px;
font-weight: 100;
}
.slider-bus .swiper-slide-active .caption h1 {
transition: all 0s;
opacity: 1;
visibility: visible;
transform: translateY(0);
}
.slider-bus .swiper-slide-active .caption h1 .char {
animation: fadeInUp 0.5s cubic-bezier(0.3, 0, 0.7, 1) both;
animation-delay: calc(60ms * var(--char-index));
}
.slider-bus .swiper-slide-active .caption .thin,
.slider-bus .swiper-slide-active .caption .simple-btn,
.slider-bus .swiper-slide-active .caption .btn-curve,
.slider-bus .swiper-slide-active .caption p {
opacity: 1;
transform: translateY(0);
}
.slider-bus .caption .thin {
font-size: 16px;
font-weight: 400;
text-transform: uppercase;
letter-spacing: 8px;
margin-bottom: 5px;
opacity: 0;
transform: translateY(-20px);
transition: all 0.4s;
transition-delay: 0.8s;
}
.slider-bus .caption h1 {
font-size: 90px;
font-weight: 800;
letter-spacing: 4px;
color: #fff;
opacity: 0;
visibility: hidden;
transition: opacity 0.5s, visibility 0.5s;
}
.slider-bus .caption p {
color: #eee;
opacity: 0;
transform: translateY(20px);
transition: all 0.4s;
transition-delay: 0.8s;
}
.slider-bus .caption .simple-btn, .slider-bus .caption .btn-curve {
opacity: 0;
transform: translateY(20px);
transition: all 0.4s;
transition-delay: 1s;
}
.slider-bus .ontop {
position: relative;
z-index: 5;
}
.curve-bg {
position: absolute;
top: 0;
left: -10%;
width: 100%;
height: 100%;
z-index: 3;
}
.pages-header {
height: 75vh;
}
.pages-header .cont h1 {
font-size: 75px;
margin-bottom: 20px;
}
.pages-header .cont .path {
color: #fff;
font-size: 17px;
}
.pages-header .cont .path .active {
color: var(--color-main);
}
.pages-header .cont .path span {
margin: 0 20px;
font-size: 10px;
}
.page-header .cont {
padding: 220px 0 50px;
}
.page-header .cont h6 {
color: #ccc;
font-weight: 400;
font-size: 13px;
letter-spacing: 1px;
margin-bottom: 10px;
}
.page-header .cont h4 {
line-height: 1.6;
}
.page-header .cont h4 .stroke {
font-weight: 900;
-webkit-text-stroke-width: 1px;
-webkit-text-stroke-color: rgba(255, 255, 255, 0.7);
color: transparent;
}
.page-header .img-wrapper {
position: relative;
min-height: 70vh;
}
.page-header .img-wrapper .title {
position: absolute;
top: 0;
right: 0px;
width: 100%;
text-align: right;
transform: translateY(-55%);
z-index: 3;
}
.page-header .img-wrapper .title h3 {
font-size: 100px;
font-weight: 900;
-webkit-text-stroke-width: 1px;
-webkit-text-stroke-color: #fff;
color: transparent;
}
.page-header .img-wrapper .map {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.page-header.proj-det.bg-img {
min-height: 85vh;
padding-bottom: 100px;
}
.page-header.proj-det.bg-img .item h6 {
font-size: 13px;
font-weight: 600;
letter-spacing: 4px;
text-transform: uppercase;
margin-bottom: 10px;
}
.page-header.proj-det.bg-img .item p {
font-weight: 400;
text-transform: uppercase;
letter-spacing: 2px;
font-size: 12px;
}
.page-header.proj-det.bg-img .item p a {
margin: 0 7px;
}
.page-header.proj-det.bg-img .item p a:first-of-type {
margin-left: 0;
}
.page-header.proj-det.bg-img .item p a:last-of-type {
margin-right: 0;
}
.page-header.proj-det .img-wrapper {
min-height: 80vh;
}
.works-header {
min-height: 80vh;
}
.works-header.hfixd {
position: fixed;
top: 0;
left: 0;
width: 100%;
}
.works-header .capt h4 {
font-weight: 200;
font-size: 24px;
line-height: 1.8;
}
.works-header .capt h2 {
font-size: 60px;
letter-spacing: 2px;
text-transform: uppercase;
}
.works-header .capt h2 span {
display: block;
font-size: 20px;
font-weight: 300;
text-transform: capitalize;
color: var(--color-main);
}
.works-header .capt .bactxt {
font-size: 30vw;
font-weight: bold;
color: transparent;
-webkit-text-stroke: 1px rgba(255, 255, 255, 0.1);
z-index: -1;
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
text-align: center;
}
.static {
position: static;
}
.main-content {
background: #0c0f16;
position: relative;
z-index: 3;
}
@media screen and (max-width: 991px) {
.iteck-slider.style-6 .parallax-slider .caption {
text-align: center;
}
.iteck-slider.style-6 .parallax-slider .caption h1 {
font-size: 60px;
letter-spacing: 1px;
}
.iteck-slider.style-6 .parallax-slider .caption h1 > span:nth-child(3) {
margin-left: 0;
}
}
@media screen and (max-width: 767px) {
.iteck-slider.style-6 .parallax-slider .caption h1 {
font-size: 40px;
}
.iteck-slider.style-6 .setone.setwo .next-ctrl {
left: 70px;
bottom: 15px;
top: auto;
width: 45px;
height: 45px;
line-height: 45px;
}
.iteck-slider.style-6 .setone.setwo .prev-ctrl {
left: 15px;
bottom: 15px;
top: auto;
width: 45px;
height: 45px;
line-height: 45px;
}
.iteck-slider.style-6 .swiper-pagination-fraction.top.botm {
right: 15px;
bottom: 15px;
}
.iteck-slider.style-6 .swiper-pagination-fraction.top .swiper-pagination-current {
font-size: 40px;
}
} .iteck-slider.style-7 .slider {
position: relative;
}
.iteck-slider.style-7 .slider.fixed-slider {
position: fixed;
top: 0;
left: 0;
right: 0;
}
.iteck-slider.style-7 .slider .swiper-slide-active {
z-index: 3;
}
.iteck-slider.style-7 .slider .parallax-slider {
position: relative;
}
.iteck-slider.style-7 .slider .parallax-slider .swiper-slide {
position: relative;
overflow: hidden;
width: 100%;
min-height: 100vh;
padding-bottom: 50px;
}
.iteck-slider.style-7 .slider .parallax-slider .swiper-slide .bg-img {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background-size: cover;
}
.iteck-slider.style-7 .slider .parallax-slider .swiper-slide .bg-img:after {
content: "";
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
z-index: -1;
background: rgba(0, 0, 0, 0.6);
}
.iteck-slider.style-7 .slider .parallax-slider .swiper-slide-active .caption h1 {
transition: all 0s;
opacity: 1;
visibility: visible;
transform: translateY(0);
}
.iteck-slider.style-7 .slider .parallax-slider .swiper-slide-active .caption h1 .char {
animation: fadeInUp 0.5s cubic-bezier(0.3, 0, 0.7, 1) both;
animation-delay: calc(60ms * var(--char-index));
}
.iteck-slider.style-7 .slider .parallax-slider .swiper-slide-active .caption .thin,
.iteck-slider.style-7 .slider .parallax-slider .swiper-slide-active .caption .btn-curve,
.iteck-slider.style-7 .slider .parallax-slider .swiper-slide-active .caption p {
opacity: 1;
transform: translateY(0);
}
.iteck-slider.style-7 .slider .parallax-slider .swiper-slide-active .caption .simple-btn {
color: #fff;
}
.iteck-slider.style-7 .slider .parallax-slider .caption .thin {
color: var(--color-main);
font-size: 30px;
font-weight: 300;
text-transform: uppercase;
letter-spacing: 8px;
margin-bottom: 5px;
opacity: 0;
transform: translateY(-20px);
transition: all 0.4s;
transition-delay: 0.8s;
}
.iteck-slider.style-7 .slider .parallax-slider .caption .thin span {
color: var(--color-main);
}
.iteck-slider.style-7 .slider .parallax-slider .caption h1 {
font-size: 65px;
font-weight: 700;
letter-spacing: 4px;
color: #fff;
opacity: 0;
visibility: hidden;
transition: opacity 0.5s, visibility 0.5s;
}
.iteck-slider.style-7 .slider .parallax-slider .caption p {
color: #eee;
margin-top: 15px;
opacity: 0;
transform: translateY(20px);
transition: all 0.4s;
transition-delay: 0.8s;
}
.iteck-slider.style-7 .slider .parallax-slider .caption .btn-curve {
opacity: 0;
transform: translateY(20px);
transition: all 0.4s;
transition-delay: 1s;
border: 2px solid;
line-height: 2;
}
.iteck-slider.style-7 .slider .parallax-slider .caption .btn-curve span {
font-size: 15px;
font-weight: 700;
text-transform: capitalize;
}
.iteck-slider.style-7 .slider .parallax-slider .caption .btn-curve:hover span {
color: #0c0f16;
}
.iteck-slider.style-7 .slider .parallax-slider .caption.dig h1 {
font-weight: 800;
font-size: 80px;
text-transform: uppercase;
}
.iteck-slider.style-7 .slider .parallax-slider .caption.dig h1 > span:nth-child(3) {
margin-left: 80px;
}
.iteck-slider.style-7 .slider .parallax-slider .caption.dig h1 .whitespace {
width: 20px;
}
.iteck-slider.style-7 .slider .setone {
position: absolute;
bottom: 8%;
right: 40px;
z-index: 8;
}
.iteck-slider.style-7 .slider .setone .swiper-nav-ctrl {
color: #ccc;
font-size: 13px;
width: 55px;
height: 55px;
line-height: 55px;
text-align: center;
margin: 5px 0;
border: 1px solid rgba(255, 255, 255, 0.3);
position: static;
}
.iteck-slider.style-7 .slider .setone .swiper-nav-ctrl:after {
display: none;
}
.iteck-slider.style-7 .slider .setone.setwo {
position: static;
}
.iteck-slider.style-7 .slider .setone.setwo .swiper-nav-ctrl {
border-radius: 50%;
}
.iteck-slider.style-7 .slider .setone.setwo .next-ctrl {
position: absolute;
top: 50%;
right: 30px;
}
.iteck-slider.style-7 .slider .setone.setwo .prev-ctrl {
position: absolute;
top: 50%;
left: 30px;
}
.iteck-slider.style-7 .slider .txt-botm {
position: absolute;
bottom: 20px;
left: 0;
width: 100%;
z-index: 8;
}
.iteck-slider.style-7 .slider .txt-botm .swiper-nav-ctrl {
position: absolute;
width: auto;
height: auto;
margin-top: auto;
top: auto;
bottom: 0;
}
.iteck-slider.style-7 .slider .txt-botm .swiper-nav-ctrl i {
color: #ccc;
font-size: 13px;
width: 45px;
height: 45px;
line-height: 45px;
text-align: center;
margin: 0;
border-radius: 50%;
display: inline-block;
transition: all 0.3s;
}
.iteck-slider.style-7 .slider .txt-botm .swiper-nav-ctrl span {
font-weight: 500;
font-size: 12px;
color: #fff;
}
.iteck-slider.style-7 .slider .txt-botm .swiper-nav-ctrl:after {
display: none;
}
.iteck-slider.style-7 .slider .txt-botm .swiper-nav-ctrl.swiper-button-next {
right: 40px;
}
.iteck-slider.style-7 .slider .txt-botm .swiper-nav-ctrl.swiper-button-next i {
margin-left: 10px;
}
.iteck-slider.style-7 .slider .txt-botm .swiper-nav-ctrl.swiper-button-prev {
left: 40px;
}
.iteck-slider.style-7 .slider .txt-botm .swiper-nav-ctrl.swiper-button-prev i {
margin-right: 10px;
}
.iteck-slider.style-7 .slider .txt-botm .swiper-nav-ctrl:hover i {
border: 1px solid rgba(255, 255, 255, 0.3);
}
.iteck-slider.style-7 .slider .swiper-pagination-fraction.top {
position: absolute;
right: 15%;
left: auto;
bottom: auto;
top: 20%;
width: auto;
color: #fff;
font-size: 40px;
font-weight: 500;
}
.iteck-slider.style-7 .slider .swiper-pagination-fraction.top .swiper-pagination-current {
font-size: 60px;
font-weight: 700;
position: relative;
color: transparent;
-webkit-text-stroke: 0.5px #fff;
}
.iteck-slider.style-7 .slider .swiper-pagination-fraction.top .swiper-pagination-current:after {
content: "/";
color: #fff;
position: relative;
margin: 0 10px;
font-size: 12px;
font-weight: 100;
}
.iteck-slider.style-7 .slider .swiper-pagination-fraction.top.botm {
top: auto;
bottom: 40px;
right: 40px;
}
.iteck-slider.style-7 .slider .swiper-pagination-fraction.steps {
position: absolute;
width: 100px;
color: #fff;
font-size: 15px;
bottom: 40px;
left: calc(50% - 50px);
right: auto;
top: auto;
text-align: left;
}
.iteck-slider.style-7 .slider .swiper-pagination-fraction.steps:after {
content: "";
position: absolute;
top: 50%;
left: 15%;
width: 70%;
height: 1px;
background: rgba(255, 255, 255, 0.3);
}
.iteck-slider.style-7 .slider .swiper-pagination-fraction.steps .swiper-pagination-total {
float: right;
}
@media screen and (max-width: 991px) {
.iteck-slider.style-7 .slider .parallax-slider .caption.dig {
text-align: center;
}
.iteck-slider.style-7 .slider .parallax-slider .caption.dig h1 {
font-size: 60px;
letter-spacing: 1px;
}
.iteck-slider.style-7 .slider .parallax-slider .caption.dig h1 > span:nth-child(3) {
margin-left: 0;
}
}
@media screen and (max-width: 767px) {
.iteck-slider.style-7 .slider .parallax-slider .caption.dig h1 {
font-size: 40px;
}
.iteck-slider.style-7 .slider .setone.setwo .next-ctrl {
left: 70px;
bottom: 15px;
top: auto;
width: 45px;
height: 45px;
line-height: 45px;
}
.iteck-slider.style-7 .slider .setone.setwo .prev-ctrl {
left: 15px;
bottom: 15px;
top: auto;
width: 45px;
height: 45px;
line-height: 45px;
}
.iteck-slider.style-7 .slider .swiper-pagination-fraction.top.botm {
right: 15px;
bottom: 15px;
}
.iteck-slider.style-7 .slider .swiper-pagination-fraction.top .swiper-pagination-current {
font-size: 40px;
}
} .iteck-slider.style-8 .slider-bus {
min-height: 100vh;
position: relative;
overflow: hidden;
}
.iteck-slider.style-8 .slider-bus .container {
display: initial;
}
.iteck-slider.style-8 .slider-bus .swiper-img {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.iteck-slider.style-8 .slider-bus .setone {
position: absolute;
bottom: 8%;
right: 40px;
z-index: 8;
}
.iteck-slider.style-8 .slider-bus .setone .swiper-nav-ctrl {
color: #ccc;
font-size: 13px;
width: 55px;
height: 55px;
line-height: 55px;
text-align: center;
margin: 5px 0;
border: 1px solid rgba(255, 255, 255, 0.3);
position: static;
}
.iteck-slider.style-8 .slider-bus .setone .swiper-nav-ctrl:after {
display: none;
}
.iteck-slider.style-8 .slider-bus .setone.setwo {
position: static;
}
.iteck-slider.style-8 .slider-bus .setone.setwo .swiper-nav-ctrl {
border-radius: 50%;
}
.iteck-slider.style-8 .slider-bus .setone.setwo .next-ctrl {
position: absolute;
top: 50%;
right: 30px;
}
.iteck-slider.style-8 .slider-bus .setone.setwo .prev-ctrl {
position: absolute;
top: 50%;
left: 30px;
}
.iteck-slider.style-8 .slider-bus .swiper-pagination-fraction {
position: absolute;
right: auto;
left: 60px;
bottom: 30px;
width: auto;
color: #fff;
font-size: 40px;
font-weight: 500;
}
.iteck-slider.style-8 .slider-bus .swiper-pagination-fraction .swiper-pagination-current {
font-size: 60px;
font-weight: 700;
position: relative;
color: transparent;
-webkit-text-stroke: 0.5px #fff;
}
.iteck-slider.style-8 .slider-bus .swiper-pagination-fraction .swiper-pagination-current:after {
content: "/";
color: #fff;
position: relative;
margin: 0 10px;
font-size: 12px;
font-weight: 100;
}
.iteck-slider.style-8 .slider-bus .swiper-slide-active .caption h1 {
transition: all 0s;
opacity: 1;
visibility: visible;
transform: translateY(0);
}
.iteck-slider.style-8 .slider-bus .swiper-slide-active .caption h1 .char {
animation: fadeInUp 0.5s cubic-bezier(0.3, 0, 0.7, 1) both;
animation-delay: calc(60ms * var(--char-index));
}
.iteck-slider.style-8 .slider-bus .swiper-slide-active .caption .thin,
.iteck-slider.style-8 .slider-bus .swiper-slide-active .caption .simple-btn,
.iteck-slider.style-8 .slider-bus .swiper-slide-active .caption .btn-curve,
.iteck-slider.style-8 .slider-bus .swiper-slide-active .caption p {
opacity: 1;
transform: translateY(0);
}
.iteck-slider.style-8 .slider-bus .caption {
margin-left: 8.5%;
max-width: 50%;
font-family: "Poppins", sans-serif;
line-height: 2;
}
.iteck-slider.style-8 .slider-bus .caption .thin {
font-size: 16px;
font-weight: 400;
text-transform: uppercase;
letter-spacing: 8px;
margin-bottom: 5px;
opacity: 0;
transform: translateY(-20px);
transition: all 0.4s;
transition-delay: 0.8s;
line-height: 1.1;
}
.iteck-slider.style-8 .slider-bus .caption h1 {
font-size: 52px;
font-weight: 700;
color: #fff;
opacity: 0;
visibility: hidden;
transition: opacity 0.5s, visibility 0.5s;
}
.iteck-slider.style-8 .slider-bus .caption p {
color: #eee;
opacity: 0;
transform: translateY(20px);
transition: all 0.4s;
transition-delay: 0.8s;
margin-bottom: 0;
}
.iteck-slider.style-8 .slider-bus .caption .simple-btn, .iteck-slider.style-8 .slider-bus .caption .btn-curve {
opacity: 0;
transform: translateY(20px);
transition: all 0.4s;
transition-delay: 1s;
}
.iteck-slider.style-8 .slider-bus .ontop {
position: relative;
z-index: 5;
}
.iteck-slider.style-8 .curve-bg {
position: absolute;
top: 0;
left: -10%;
width: 100%;
height: 100%;
z-index: 3;
}
@media screen and (max-width: 991px) {
.iteck-slider.style-8 .slider-bus .caption {
margin-left: 2.5%;
}
.iteck-slider.style-8 .slider-bus .caption h1 {
font-size: 70px;
}
.iteck-slider.style-8 .slider-bus .setone {
bottom: 20px;
right: 20px;
}
.iteck-slider.style-8 .slider-bus .swiper-pagination-fraction {
left: 20px;
bottom: 20px;
}
.iteck-slider.style-8 .curve-bg {
display: none;
}
.iteck-slider.style-8 .bg-img {
background-position: center !important;
}
}
@media screen and (max-width: 767px) {
.iteck-slider.style-8 .slider-bus .caption h1 {
font-size: 50px;
}
} .slider.style-9 {
position: relative;
}
.slider.style-9.rtl .caption h1, .slider.style-9.rtl .btn-curve span {
letter-spacing: 0 !important;
}
.slider.style-9.fixed-slider {
position: fixed;
top: 0;
left: 0;
right: 0;
}
.slider.style-9 .swiper-slide-active {
z-index: 3;
}
.slider.style-9 .parallax-slider {
position: relative;
}
.slider.style-9 .parallax-slider .swiper-slide {
position: relative;
overflow: hidden;
width: 100%;
min-height: 100vh;
padding-bottom: 50px;
}
.slider.style-9 .parallax-slider .swiper-slide .bg-img {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background-size: cover;
}
.slider.style-9 .parallax-slider .swiper-slide .bg-img:after {
content: "";
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
z-index: -1;
background: rgba(0, 0, 0, 0.6);
}
.slider.style-9 .parallax-slider .swiper-slide-active .caption h1 {
transition: all 0s;
opacity: 1;
visibility: visible;
transform: translateY(0);
}
.slider.style-9 .parallax-slider .swiper-slide-active .caption h1 .char {
animation: fadeInUp 0.5s cubic-bezier(0.3, 0, 0.7, 1) both;
animation-delay: calc(60ms * var(--char-index));
}
.slider.style-9 .parallax-slider .swiper-slide-active .caption .thin,
.slider.style-9 .parallax-slider .swiper-slide-active .caption .btn-curve,
.slider.style-9 .parallax-slider .swiper-slide-active .caption p {
opacity: 1;
transform: translateY(0);
}
.slider.style-9 .parallax-slider .caption .thin {
color: var(--color-main);
font-size: 30px;
font-weight: 300;
text-transform: uppercase;
letter-spacing: 8px;
margin-bottom: 5px;
opacity: 0;
transform: translateY(-20px);
transition: all 0.4s;
transition-delay: 0.8s;
}
.slider.style-9 .parallax-slider .caption .thin span {
color: var(--color-main);
}
.slider.style-9 .parallax-slider .caption h1 {
font-size: 60px;
font-weight: 600;
letter-spacing: 2px;
text-transform: uppercase;
color: #fff;
opacity: 0;
visibility: hidden;
transition: opacity 0.5s, visibility 0.5s;
font-family: "Barlow Condensed", sans-serif;
}
.slider.style-9 .parallax-slider .caption p {
color: #eee;
margin-top: 15px;
opacity: 0;
transform: translateY(20px);
transition: all 0.4s;
transition-delay: 0.8s;
padding: 0 22% 0 22%;
}
.slider.style-9 .parallax-slider .caption .btn-curve {
opacity: 0;
transform: translateY(20px);
transition: all 0.4s;
transition-delay: 1s;
border: 2px solid;
line-height: 2;
}
.slider.style-9 .parallax-slider .caption .btn-curve span {
font-size: 15px;
font-weight: 700;
text-transform: capitalize;
}
.slider.style-9 .parallax-slider .caption .btn-curve:hover span {
color: #0c0f16;
}
.slider.style-9 .parallax-slider .caption.dig h1 {
font-weight: 800;
font-size: 80px;
text-transform: uppercase;
}
.slider.style-9 .parallax-slider .caption.dig h1 .tline {
margin-left: 80px;
}
.slider.style-9 .parallax-slider .caption.dig h1 .whitespace {
width: 20px;
}
.slider.style-9 .parallax-slider .bactxt {
font-size: 30vw;
font-weight: bold;
color: transparent;
-webkit-text-stroke: 1px rgba(255, 255, 255, 0.25);
z-index: -1;
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: -50px;
text-align: center;
}
.slider.style-9 .setone {
position: absolute;
bottom: 8%;
right: 40px;
z-index: 8;
}
.slider.style-9 .setone .swiper-button-prev, .slider.style-9 .setone .swiper-button-next {
background-image: none;
}
.slider.style-9 .setone .swiper-nav-ctrl {
color: #ccc;
font-size: 13px;
width: 55px;
height: 55px;
line-height: 55px;
text-align: center;
margin: 5px 0;
border: 1px solid rgba(255, 255, 255, 0.3);
position: static;
}
.slider.style-9 .setone .swiper-nav-ctrl:after {
display: none;
}
.slider.style-9 .setone.setwo {
position: static;
}
.slider.style-9 .setone.setwo .swiper-nav-ctrl {
border-radius: 50%;
}
.slider.style-9 .setone.setwo .next-ctrl {
position: absolute;
top: 50%;
right: 30px;
}
.slider.style-9 .setone.setwo .prev-ctrl {
position: absolute;
top: 50%;
left: 30px;
}
.slider.style-9 .txt-botm {
position: absolute;
bottom: 20px;
left: 0;
width: 100%;
z-index: 8;
}
.slider.style-9 .txt-botm .swiper-nav-ctrl {
position: absolute;
width: auto;
height: auto;
margin-top: auto;
top: auto;
bottom: 0;
}
.slider.style-9 .txt-botm .swiper-nav-ctrl i {
color: #ccc;
font-size: 13px;
width: 45px;
height: 45px;
line-height: 45px;
text-align: center;
margin: 0;
border-radius: 50%;
display: inline-block;
transition: all 0.3s;
}
.slider.style-9 .txt-botm .swiper-nav-ctrl span {
font-weight: 500;
font-size: 12px;
color: #fff;
}
.slider.style-9 .txt-botm .swiper-nav-ctrl:after {
display: none;
}
.slider.style-9 .txt-botm .swiper-nav-ctrl.swiper-button-next {
right: 40px;
}
.slider.style-9 .txt-botm .swiper-nav-ctrl.swiper-button-next i {
margin-left: 10px;
}
.slider.style-9 .txt-botm .swiper-nav-ctrl.swiper-button-prev {
left: 40px;
}
.slider.style-9 .txt-botm .swiper-nav-ctrl.swiper-button-prev i {
margin-right: 10px;
}
.slider.style-9 .txt-botm .swiper-nav-ctrl:hover i {
border: 1px solid rgba(255, 255, 255, 0.3);
}
.slider.style-9 .swiper-pagination-fraction.top {
position: absolute;
right: 15%;
left: auto;
bottom: auto;
top: 20%;
width: auto;
color: #fff;
font-size: 40px;
font-weight: 500;
}
.slider.style-9 .swiper-pagination-fraction.top .swiper-pagination-current {
font-size: 60px;
font-weight: 700;
position: relative;
color: transparent;
-webkit-text-stroke: 0.5px #fff;
}
.slider.style-9 .swiper-pagination-fraction.top .swiper-pagination-current:after {
content: "/";
color: #fff;
position: relative;
margin: 0 10px;
font-size: 12px;
font-weight: 100;
}
.slider.style-9 .swiper-pagination-fraction.top.botm {
top: auto;
bottom: 40px;
right: 40px;
}
.slider.style-9 .swiper-pagination-fraction.steps {
position: absolute;
width: 100px;
color: #fff;
font-size: 15px;
bottom: 40px;
left: calc(50% - 50px);
right: auto;
top: auto;
text-align: left;
}
.slider.style-9 .swiper-pagination-fraction.steps:after {
content: "";
position: absolute;
top: 50%;
left: 15%;
width: 70%;
height: 1px;
background: rgba(255, 255, 255, 0.3);
}
.slider.style-9 .swiper-pagination-fraction.steps .swiper-pagination-total {
float: right;
}
.slider.style-9 .social-icon {
position: absolute;
left: 40px;
bottom: 40px;
z-index: 8;
}
.slider.style-9 .social-icon a {
width: 40px;
height: 40px;
line-height: 40px;
text-align: center;
border-radius: 50%;
border: 1px solid rgba(255, 255, 255, 0.05);
color: #fff;
font-size: 13px;
}
@media screen and (max-width: 991px) {
.iteck-slider.style-6 .parallax-slider .caption {
text-align: center;
}
.iteck-slider.style-6 .parallax-slider .caption h1 {
font-size: 60px;
letter-spacing: 1px;
}
.iteck-slider.style-6 .parallax-slider .caption h1 > span:nth-child(3) {
margin-left: 0;
}
}
@media screen and (max-width: 767px) {
.iteck-slider.style-6 .parallax-slider .caption h1 {
font-size: 40px;
}
.iteck-slider.style-6 .setone.setwo .next-ctrl {
left: 70px;
bottom: 15px;
top: auto;
width: 45px;
height: 45px;
line-height: 45px;
}
.iteck-slider.style-6 .setone.setwo .prev-ctrl {
left: 15px;
bottom: 15px;
top: auto;
width: 45px;
height: 45px;
line-height: 45px;
}
.iteck-slider.style-6 .swiper-pagination-fraction.top.botm {
right: 15px;
bottom: 15px;
}
.iteck-slider.style-6 .swiper-pagination-fraction.top .swiper-pagination-current {
font-size: 40px;
}
} .iteck-slider-10 .slider {
position: relative;
}
.iteck-slider-10 .slider.fixed-slider {
position: fixed;
top: 0;
left: 0;
right: 0;
}
.iteck-slider-10 .slider .swiper-slide-active {
z-index: 3;
}
.iteck-slider-10 .slider .parallax-slider {
position: relative;
}
.iteck-slider-10 .slider .parallax-slider .swiper-slide {
position: relative;
overflow: hidden;
width: 100%;
min-height: 100vh;
padding-bottom: 50px;
}
.iteck-slider-10 .slider .parallax-slider .swiper-slide .bg-img {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background-size: cover;
}
.iteck-slider-10 .slider .parallax-slider .swiper-slide-active .caption h1 {
transition: all 0s;
opacity: 1;
visibility: visible;
transform: translateY(0);
}
.iteck-slider-10 .slider .parallax-slider .swiper-slide-active .caption h1 .char {
animation: fadeInUp 0.5s cubic-bezier(0.3, 0, 0.7, 1) both;
animation-delay: calc(60ms * var(--char-index));
}
.iteck-slider-10 .slider .parallax-slider .swiper-slide-active .caption .btn-dis,
.iteck-slider-10 .slider .parallax-slider .swiper-slide-active .caption p {
opacity: 1;
transform: translateY(0);
}
.iteck-slider-10 .slider .parallax-slider .caption h1 {
font-size: 65px;
font-weight: 500;
letter-spacing: 4px;
color: #fff;
opacity: 0;
visibility: hidden;
transition: opacity 0.5s, visibility 0.5s;
}
.iteck-slider-10 .slider .parallax-slider .caption p {
color: #ccc;
font-weight: 300;
margin-top: 10px;
opacity: 0;
transform: translateY(20px);
transition: all 0.4s;
transition-delay: 0.8s;
}
.iteck-slider-10 .slider .parallax-slider .caption .btn-dis {
font-size: 18px;
font-weight: 300;
text-transform: uppercase;
letter-spacing: 4px;
position: relative;
opacity: 0;
transform: translateY(20px);
transition: all 0.4s;
transition-delay: 1s;
}
.iteck-slider-10 .slider .parallax-slider .caption .btn-dis:after {
content: "";
position: absolute;
right: -70px;
top: 50%;
width: 50px;
height: 1px;
background: #fff;
}
.iteck-slider-10 .slider .control-text {
position: absolute;
bottom: 20px;
right: 60px;
z-index: 8;
}
.iteck-slider-10 .slider .control-text .swiper-nav-ctrl {
color: #eee;
font-size: 14px;
font-weight: 300;
text-transform: uppercase;
letter-spacing: 4px;
margin-left: 50px;
position: static;
width: auto;
height: auto;
display: inline-block;
}
.iteck-slider-10 .slider .control-text .swiper-nav-ctrl .arrow {
position: relative;
}
.iteck-slider-10 .slider .control-text .swiper-nav-ctrl .arrow:after {
content: "";
position: absolute;
top: 50%;
right: -30px;
height: 1px;
width: 25px;
background: #fff;
background: linear-gradient(to right, transparent, #fff);
line-height: 1;
}
.iteck-slider-10 .slider .control-text .swiper-nav-ctrl .arrow:before {
content: "";
position: absolute;
right: -30px;
top: 8px;
background: #fff;
height: 1px;
width: 8px;
transform: rotate(30deg);
line-height: 1;
}
.iteck-slider-10 .slider .control-text .swiper-nav-ctrl .arrow.prv:after {
top: 50%;
left: -30px;
right: auto;
background: #fff;
background: linear-gradient(to left, transparent, #fff);
}
.iteck-slider-10 .slider .control-text .swiper-nav-ctrl .arrow.prv:before {
left: -30px;
right: auto;
top: 13px;
background: #fff;
}
.iteck-slider-10 .slider .control-text .swiper-nav-ctrl:after {
display: none;
}
.iteck-slider-10 .slider .swiper-pagination-bullets {
bottom: 20px;
}
.iteck-slider-10 .slider .swiper-pagination-bullet {
background: #fff;
opacity: 0.4;
}
.iteck-slider-10 .slider .swiper-pagination-bullet-active {
background: var(--color-main);
opacity: 1;
} .iteck-slider.style-11 .swiper-slide {
position: relative;
overflow: hidden;
width: 100%;
min-height: 100vh;
padding-bottom: 50px;
}
.iteck-slider.style-11 .swiper-slide .bg-img {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background-size: cover;
}
.iteck-slider.style-11 .parallax-slider .caption h5 {
font-size: 50px;
font-weight: 200;
font-family: "Khand", sans-serif;
}
.iteck-slider.style-11 .parallax-slider .caption h1 {
font-size: 75px;
font-weight: 600;
letter-spacing: 2px;
font-family: "Khand", sans-serif;
}
.iteck-slider.style-11 .parallax-slider .caption p {
color: #eee;
font-weight: 300;
padding-left: 100px;
margin-left: 100px;
position: relative;
margin-bottom: 0;
font-family: "Open Sans", sans-serif;
font-size: 14px;
}
.iteck-slider.style-11 .parallax-slider .caption p:after {
content: "";
position: absolute;
left: 0;
top: 10px;
background: #eee;
width: 70px;
height: 1px;
}
.iteck-slider.style-11 .parallax-slider .swiper-slide-active .caption .thin, .iteck-slider.style-11 .parallax-slider .swiper-slide-active .caption .butn, .iteck-slider.style-11 .parallax-slider .swiper-slide-active .caption h1, .iteck-slider.style-11 .parallax-slider .swiper-slide-active .caption p {
opacity: 1;
visibility: visible;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
.iteck-slider.style-11 .parallax-slider .explore {
margin-left: auto;
margin-top: -100px;
}
.iteck-slider.style-11 .parallax-slider .explore a {
color: #fff;
font-size: 13px;
font-weight: 400;
text-transform: uppercase;
letter-spacing: 2px;
border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.iteck-slider.style-11 .parallax-slider .explore a i {
font-size: 12px;
margin-left: 10px;
}
.iteck-slider.style-11 .setting {
position: absolute;
bottom: 0;
right: 0;
padding: 50px;
width: 300px;
background: #fff;
z-index: 4;
}
.iteck-slider.style-11 .setting .swiper-button-next, .iteck-slider.style-11 .setting .swiper-button-prev {
color: #111;
display: flex;
align-items: center;
justify-content: center;
}
.iteck-slider.style-11 .setting .swiper-button-next:after, .iteck-slider.style-11 .setting .swiper-button-prev:after {
display: none;
}
.iteck-slider.style-11 .setting .next-ctrl {
padding-left: 25px;
margin-right: 20px;
border-left: 1px solid rgba(255, 255, 255, 0.1);
}
.iteck-slider.style-11 .setting .prev-ctrl {
padding-right: 25px;
margin-left: 20px;
border-right: 1px solid rgba(255, 255, 255, 0.1);
}
.iteck-slider.style-11 .setting .swiper-pagination-bullets {
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translateX(-50%) translateY(-50%);
-ms-transform: translateX(-50%) translateY(-50%);
transform: translateX(-50%) translateY(-50%);
}
.iteck-slider.style-11 .setting .swiper-pagination-bullets .swiper-pagination-bullet {
width: 5px;
height: 5px;
background: rgba(0, 0, 0, 0.4);
border-radius: 50%;
margin: 0 7px;
position: relative;
opacity: 1;
}
.iteck-slider.style-11 .setting .swiper-pagination-bullets .swiper-pagination-bullet-active {
background: #111;
-webkit-transform: scale(1.5);
-ms-transform: scale(1.5);
transform: scale(1.5);
}
body.iteck-dark-mode .iteck-slider.style-11 .setting {
background: #232323;
}
body.iteck-dark-mode .iteck-slider.style-11 .setting .swiper-button-next, body.iteck-dark-mode .iteck-slider.style-11 .setting .swiper-button-prev {
color: #fff;
}
body.iteck-dark-mode .iteck-slider.style-11 .setting .swiper-pagination-bullets .swiper-pagination-bullet {
background: rgba(255, 255, 255, 0.4);
}
body.iteck-dark-mode .iteck-slider.style-11 .setting .swiper-pagination-bullets .swiper-pagination-bullet-active {
background: #fff;
}
@media (prefers-color-scheme: dark) {
body.iteck-auto-mode .iteck-slider.style-11 .setting {
background: #232323;
}
body.iteck-auto-mode .iteck-slider.style-11 .setting .swiper-button-next, body.iteck-auto-mode .iteck-slider.style-11 .setting .swiper-button-prev {
color: #fff;
}
body.iteck-auto-mode .iteck-slider.style-11 .setting .swiper-pagination-bullets .swiper-pagination-bullet {
background: rgba(255, 255, 255, 0.4);
}
body.iteck-auto-mode .iteck-slider.style-11 .setting .swiper-pagination-bullets .swiper-pagination-bullet-active {
background: #fff;
}
} .iteck-portfolio-single .work-img-bg.slider-img-bg {
background-size: cover;
}
.iteck-portfolio-single .slider-box.container-fluid {
max-width: 100%;
padding-left: 4em;
padding-right: 4em;
}
.iteck-portfolio-single .slider > .slide {
opacity: 0;
position: absolute;
top: 0;
left: 0;
}
.iteck-portfolio-single .slider > .slide:first-child {
position: relative;
}
.iteck-portfolio-single .slider .slick-dots {
position: absolute;
bottom: 10px;
display: block;
width: 100%;
padding: 0;
margin: 0;
list-style: none;
text-align: center;
}
.iteck-portfolio-single .slider-img-bg {
z-index: -2;
background-position: 50% 50%;
background-size: cover;
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 100%;
}
.iteck-portfolio-single .slider-img-bg:nth-child(2) {
-moz-animation-delay: 10s;
-webkit-animation-delay: 10s;
animation-delay: 10s;
}
.iteck-portfolio-single .slider-img-bg:nth-child(3) {
-moz-animation-delay: 20s;
-webkit-animation-delay: 20s;
animation-delay: 20s;
}
.iteck-portfolio-single .slider-img-bg:nth-child(4) {
-moz-animation-delay: 30s;
-webkit-animation-delay: 30s;
animation-delay: 30s;
}
.iteck-portfolio-single .slider-img-bg:nth-child(5) {
-moz-animation-delay: 40s;
-webkit-animation-delay: 40s;
animation-delay: 40s;
}
.iteck-portfolio-single .slider-line {
margin-top: 0;
background-color: var(--color-main);
display: inline-block;
height: 2px;
margin-bottom: 0;
position: relative;
top: -15px;
width: 100px;
}
.iteck-portfolio-single .slider-hidden {
overflow: hidden;
}
.iteck-portfolio-single .slider-mask {
height: 100%;
left: 0%;
position: absolute;
top: 0%;
width: 100%;
z-index: -1;
background: #fff;
opacity: 0.8;
}
.iteck-portfolio-single .slider-box {
padding-bottom: 14%;
padding-top: 14%;
position: relative;
text-align: center;
}
.iteck-portfolio-single .slide {
position: relative;
overflow: hidden;
}
.iteck-portfolio-single .slider-text {
color: #ccc;
font-size: 16px;
margin-bottom: 1.4em;
max-width: 70%;
margin-left: auto;
margin-right: auto;
}
.iteck-portfolio-single .slider-subtitle {
color: #eee;
font-size: 18px;
font-weight: 600;
letter-spacing: 3px;
margin: 0;
text-transform: uppercase;
margin-bottom: 10px;
}
.iteck-portfolio-single .slider-style-2 .slider-title {
font-size: 65px;
letter-spacing: -1px;
line-height: 1.2;
font-weight: 700;
}
.iteck-portfolio-single .slider-style-2 .slider-subtitle {
background: var(--color-main);
max-width: 500px;
padding: 0px 20px;
display: inline-block !important;
}
.iteck-portfolio-single .home-slider .slick-arrow {
-webkit-transition: all 0.4s ease-out 0s;
background: rgba(255, 255, 255, 0.2392156863);
top: 50%;
color: #ffffff;
cursor: pointer;
font-size: 16px;
height: 50px;
line-height: 50px;
margin-top: 0;
opacity: 1;
position: absolute;
text-align: center;
transition: all 0.4s ease-out 0s;
width: 50px;
z-index: 3;
border-radius: 50%;
font-weight: 800;
}
.iteck-portfolio-single .home-slider .slick-arrow.fa-angle-right {
right: 50px;
}
.iteck-portfolio-single .home-slider .slick-arrow.fa-angle-left {
left: 50px;
}
.iteck-portfolio-single .home-slider .slick-arrow:hover {
background: #fff;
color: var(--color-main);
}
.iteck-portfolio-single .btn-relative {
overflow: hidden;
display: inline-block;
}
.iteck-portfolio-single .slider-btn {
-webkit-transition-duration: 1.5s;
display: inline-block;
font-size: 14px;
overflow: hidden;
position: relative;
z-index: 1;
color: #ffffff;
padding: 16px 36px;
transition-duration: 1.5s;
letter-spacing: 1px;
line-height: 20px;
background: transparent;
font-weight: 600;
}
.iteck-portfolio-single .slider-btn:hover {
color: var(--color-main);
}
.iteck-portfolio-single .slider-btn:hover::after {
-ms-transform: scale(4);
opacity: 1;
transform: scale(4);
-webkit-transform: scale(4);
}
.iteck-portfolio-single .slider-btn:hover::before {
-ms-transform: scale(4);
opacity: 1;
transform: scale(4);
-webkit-transform: scale(4);
}
.iteck-portfolio-single .slider-btn::before {
-ms-transform: scale(0);
-webkit-transition-duration: 0.8s;
-webkit-transition: all 0.4s ease-out 0s;
opacity: 0.3;
transform: scale(0);
-webkit-transform: scale(0);
background: transparent;
border-radius: 200px;
content: "";
display: block;
height: 200px;
left: -50%;
margin-top: -100px;
position: absolute;
top: 50%;
transition-duration: 0.8s;
transition: all 0.4s ease-out 0s;
width: 200px;
z-index: -1;
}
.iteck-portfolio-single .slider-btn::after {
-ms-transform: scale(0);
-webkit-transition: all 0.4s ease-in 0s;
opacity: 0.3;
transform: scale(0);
transition-delay: 0.3s;
-webkit-transform: scale(0);
background: #fff none repeat scroll 0 0;
border-radius: 200px;
content: "";
display: block;
height: 200px;
left: -50%;
margin-top: -100px;
position: absolute;
top: 50%;
transition: all 0.4s ease-in 0s;
width: 200px;
z-index: -1;
}
.iteck-portfolio-single .dsc-btn-style1 {
color: #ffffff;
background-color: var(--color-main);
border: 2px solid var(--color-main);
margin-right: 5px;
}
.iteck-portfolio-single .dsc-btn-style1:hover {
color: #000000;
background: transparent;
}
.iteck-portfolio-single .dsc-btn-style2 {
color: var(--color-main);
background: #fff;
border: 2px solid #fff;
}
.iteck-portfolio-single .slider-content {
display: inline-block;
width: 100%;
padding: 10px;
}
.iteck-portfolio-single .slider-content.left-box-slider {
margin: 0;
}
.iteck-portfolio-single .left-box-slider .slider-line {
background-color: var(--color-main);
height: 5px;
margin-bottom: 25px;
margin-top: -15px;
margin: 0;
width: 150px;
}
.iteck-portfolio-single .center-box-slider .slider-line {
background-color: var(--color-main);
height: 15px;
margin-bottom: 25px;
margin: auto;
top: -40px;
width: 300px;
background: linear-gradient(to right, var(--color-primary), var(--color-secondary), var(--color-ternary));
}
.iteck-portfolio-single .page-head-slider .slider-box {
padding-bottom: 120px;
padding-top: 200px;
}
.iteck-portfolio-single .custom-paging {
position: absolute;
right: 40px;
left: auto;
bottom: 30px;
top: auto;
width: auto;
color: #fff;
}
.iteck-portfolio-single .custom-paging li {
list-style-type: none;
letter-spacing: 8px;
font-size: 14px;
font-weight: 300;
-webkit-transition: all 0.5s ease-out;
-moz-transition: all 0.5s ease-out;
-ms-transition: all 0.5s ease-out;
-o-transition: all 0.5s ease-out;
}
.iteck-portfolio-single .custom-paging li::first-letter {
font-size: 18px;
}
.iteck-portfolio-single .custom-paging li:not(.slick-active) {
display: none;
} .projects.style-6 {
padding: 0 30px;
}
.projects.style-6 .content {
background-color: #f1f2fa;
position: relative;
padding: 100px 0;
border-radius: 30px;
}
.iteck-related-port .slider-3items {
position: relative;
}
.iteck-related-port .slider-3items .project-card.style-6 {
border-radius: 8px;
overflow: hidden;
display: block;
margin: 0 15px;
}
.iteck-related-port .slider-3items .project-card.style-6:hover {
box-shadow: 0px 40px 35px 0px rgba(81, 85, 134, 0.1333333333);
}
.iteck-related-port .slider-3items .project-card.style-6:hover .info .title {
color: var(--color-main);
}
.iteck-related-port .slider-3items .project-card.style-6 .img {
height: 240px;
overflow: hidden;
}
.iteck-related-port .slider-3items .project-card.style-6 .img img {
width: 100%;
height: 100%;
object-fit: cover;
}
.iteck-related-port .slider-3items .project-card.style-6 .info {
background-color: #fff;
padding: 35px;
transition: all 0.3s ease;
}
.iteck-related-port .slider-3items .project-card.style-6 .info .title {
color: #000;
font-size: 18px;
font-weight: 700;
margin: 0;
line-height: 1.4;
display: block;
}
.iteck-related-port .slider-3items .project-card.style-6 .info small a {
font-size: 12px;
color: var(--color-main);
text-transform: uppercase;
margin-bottom: 10px;
}
.iteck-related-port .slider-3items .project-card.style-6 .info .text p {
font-size: 14px;
color: #666;
margin-bottom: 25px;
}
.iteck-related-port .slider-3items .project-card.style-6 .info .tags span a {
color: #544b4b;
font-size: 12px;
padding: 5px 8px;
border-radius: 4px;
background-color: #f1f2fa;
margin-right: 5px;
}
.iteck-related-port .slider-3items .swiper-button-prev {
border-radius: 50%;
width: 45px;
height: 45px;
left: -60px;
background: #fff;
}
.iteck-related-port .slider-3items .swiper-button-prev::after {
color: var(--color-main);
font-size: 15px;
font-weight: bold;
}
.iteck-related-port .slider-3items .swiper-button-next, .iteck-related-port .slider-3items .slider-style-6 .swiper-button-prev {
border-radius: 50%;
width: 45px;
height: 45px;
right: -60px;
background: #fff;
}
.iteck-related-port .slider-3items .swiper-button-next::after, .iteck-related-port .slider-3items .slider-style-6 .swiper-button-prev::after {
color: var(--color-main);
font-size: 15px;
font-weight: bold;
}  .showcase .txt-botm {
position: absolute;
bottom: 20px;
left: 0;
width: 100%;
z-index: 8;
}
.showcase .txt-botm .swiper-nav-ctrl {
position: absolute;
width: auto;
height: auto;
margin-top: auto;
top: auto;
bottom: 0;
display: flex;
}
.showcase .txt-botm .swiper-nav-ctrl i {
color: #ccc;
font-size: 13px;
width: 45px;
height: 45px;
line-height: 45px;
text-align: center;
margin: 0;
border-radius: 50%;
display: inline-block;
transition: all 0.3s;
}
.showcase .txt-botm .swiper-nav-ctrl span {
font-weight: 500;
font-size: 12px;
color: #fff;
text-align: center;
line-height: 3;
}
.showcase .txt-botm .swiper-nav-ctrl:after {
display: none;
}
.showcase .txt-botm .swiper-nav-ctrl.swiper-button-next {
right: 40px;
}
.showcase .txt-botm .swiper-nav-ctrl.swiper-button-next i {
margin-left: 10px;
}
.showcase .txt-botm .swiper-nav-ctrl.swiper-button-prev {
left: 40px;
}
.showcase .txt-botm .swiper-nav-ctrl.swiper-button-prev i {
margin-right: 10px;
}
.showcase .txt-botm .swiper-nav-ctrl:hover i {
border: 1px solid rgba(255, 255, 255, 0.3);
} .showcase.style-1 .showcase-full .parallax-slider .swiper-slide {
position: relative;
overflow: hidden;
width: 100%;
min-height: 100vh;
padding-bottom: 50px;
}
.showcase.style-1 .showcase-full .parallax-slider .swiper-slide .bg-img {
background-position: center center;
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background-size: cover;
}
.showcase.style-1 .showcase-full .parallax-slider .caption h1 {
font-size: 9vw;
font-weight: 800;
line-height: 1.2;
transition: all 0.5s;
-webkit-transition: all 0s;
-o-transition: all 0s;
transition: all 0s;
opacity: 1;
visibility: visible;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
letter-spacing: 4px;
color: #fff;
}
.showcase.style-1 .showcase-full .parallax-slider .caption h1 .stroke {
color: transparent;
-webkit-text-stroke: 1px #fff;
}
.showcase.style-1 .showcase-full .parallax-slider .caption h1 span {
margin-left: 200px;
color: #fff;
}
.showcase.style-1 .showcase-full .parallax-slider .caption .discover {
margin-top: 50px;
opacity: 0;
transition: all 0.7s;
}
.showcase.style-1 .showcase-full .parallax-slider .caption .discover i {
display: inline-block;
width: 70px;
height: 70px;
line-height: 70px;
text-align: center;
border: 1px solid #fff;
border-radius: 50%;
margin-right: 10px;
}
.showcase.style-1 .showcase-full .parallax-slider .caption .discover span {
font-size: 13px;
font-weight: 600;
}
.showcase.style-1 .showcase-full .swiper-pagination-fraction.steps {
position: absolute;
width: 100px;
color: #fff;
font-size: 15px;
bottom: 40px;
left: calc(50% - 50px);
right: auto;
top: auto;
text-align: left;
}
.showcase.style-1 .showcase-full .swiper-pagination-fraction.steps:after {
content: "";
position: absolute;
top: 50%;
left: 15%;
width: 70%;
height: 1px;
background: rgba(255, 255, 255, 0.3);
}
.showcase.style-1 .showcase-full .swiper-pagination-fraction.steps .swiper-pagination-total {
float: right;
}
@media (min-width: 1200px) {
.showcase.style-1 .container {
width: 1200px;
}
} .showcase.style-2 .showcase-carus {
height: 100vh;
}
.showcase.style-2 .showcase-carus .swiper-container {
height: 100%;
}
.showcase.style-2 .showcase-carus .swiper-slide .bg-img {
height: 60vh;
margin: 20vh 0 0;
}
.showcase.style-2 .showcase-carus .caption h1, .showcase.style-2 .showcase-carus .copy-cap h1 {
font-size: 90px;
font-weight: 800;
line-height: 1.2;
position: relative;
left: -120px;
}
.showcase.style-2 .showcase-carus .caption h1 .stroke, .showcase.style-2 .showcase-carus .copy-cap h1 .stroke {
color: transparent;
transform: skewX(25deg) translateX(-100px);
opacity: 0;
transition: transform 1.2s, opacity 0.3s;
transition-delay: 0.2s;
}
.showcase.style-2 .showcase-carus .caption h1 span, .showcase.style-2 .showcase-carus .copy-cap h1 span {
margin-left: 40px;
transform: skewX(-25deg) translateX(100px);
opacity: 0;
transition: transform 1.2s, opacity 0.3s;
transition-delay: 0.2s;
}
.showcase.style-2 .showcase-carus .caption .discover, .showcase.style-2 .showcase-carus .copy-cap .discover {
margin-top: 50px;
opacity: 0;
transition: all 0.7s;
}
.showcase.style-2 .showcase-carus .caption .discover i, .showcase.style-2 .showcase-carus .copy-cap .discover i {
display: inline-block;
width: 70px;
height: 70px;
line-height: 70px;
text-align: center;
border: 1px solid #fff;
border-radius: 50%;
margin-right: 10px;
}
.showcase.style-2 .showcase-carus .caption .discover span, .showcase.style-2 .showcase-carus .copy-cap .discover span {
font-size: 13px;
font-weight: 600;
}
.showcase.style-2 .showcase-carus .swiper-slide-active .caption h1 .stroke, .showcase.style-2 .showcase-carus .swiper-slide-active .copy-cap h1 .stroke {
transform: skewX(0) translateX(0);
opacity: 1;
}
.showcase.style-2 .showcase-carus .swiper-slide-active .caption h1 span, .showcase.style-2 .showcase-carus .swiper-slide-active .copy-cap h1 span {
transform: skewX(0) translateX(0);
opacity: 1;
}
.showcase.style-2 .showcase-carus .swiper-slide-active .caption .discover, .showcase.style-2 .showcase-carus .swiper-slide-active .copy-cap .discover {
opacity: 1;
}
.showcase.style-2 .showcase-carus .copy-cap {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: -1;
}
.showcase.style-2 .showcase-carus .copy-cap .cap h1 span {
color: transparent;
}
.showcase.style-2 .showcase-carus .copy-cap .cap h1 .stroke {
-webkit-text-stroke: 0;
}
.showcase.style-2 .showcase-carus.circle-slide .swiper-slide {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.showcase.style-2 .showcase-carus.circle-slide .swiper-slide .bg-img {
height: 420px;
width: 420px;
border-radius: 50%;
margin: auto;
background-position: center center;
}
.showcase.style-2 .showcase-carus.circle-slide .swiper-slide .bg-img:before {
border-radius: 50%;
}
.showcase.style-2 .showcase-carus.circle-slide .caption, .showcase.style-2 .showcase-carus.circle-slide .copy-cap {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.showcase.style-2 .showcase-carus.circle-slide .caption h1, .showcase.style-2 .showcase-carus.circle-slide .copy-cap h1 {
font-size: 90px;
display: block;
min-width: 700px;
text-align: center;
left: -140px;
margin: auto;
}
.showcase.style-2 .showcase-carus.circle-slide .caption h1 .stroke, .showcase.style-2 .showcase-carus.circle-slide .copy-cap h1 .stroke {
display: inline-block;
color: transparent;
}
.showcase.style-2 .showcase-carus.circle-slide .caption h1 span, .showcase.style-2 .showcase-carus.circle-slide .copy-cap h1 span {
margin-left: auto;
color: transparent;
}
.showcase.style-2 .showcase-carus.circle-slide .copy-cap .cap h1 span {
color: #fff;
-webkit-text-stroke: 0;
}
.showcase.style-2 .showcase-carus.circle-slide .copy-cap .cap h1 .stroke {
color: #fff;
-webkit-text-stroke: 0;
}
.showcase.style-2 .showcase-carus.circle-slide .caption h1 .stroke, .showcase.style-2 .showcase-carus.circle-slide .copy-cap h1 .stroke {
transform: skewX(0) translateX(0);
opacity: 1;
}
.showcase.style-2 .showcase-carus.circle-slide .caption h1 span, .showcase.style-2 .showcase-carus.circle-slide .copy-cap h1 span {
transform: skewX(0) translateX(0);
opacity: 1;
}
@media screen and (max-width: 991px) {
.showcase.style-2 .showcase-carus .caption h1, .showcase.style-2 .showcase-carus .copy-cap h1 {
font-size: 60px;
left: auto;
margin-left: 20px;
}
.showcase.style-2 .showcase-carus .swiper-slide .bg-img {
margin: 0;
height: 100vh;
background-position: center center;
}
}
.showcase.style-2 .showcase-carus .caption h1 .stroke, .showcase.style-2 .showcase.style-2 .showcase-carus .copy-cap h1 .stroke {
-webkit-text-stroke: 1px var(--color-main);
}
.showcase.style-2 [data-overlay-dark] h1, .showcase.style-2 [data-overlay-dark] h2, .showcase.style-2 [data-overlay-dark] h3, .showcase.style-2 [data-overlay-dark] h4, .showcase.style-2 [data-overlay-dark] h5, .showcase.style-2 [data-overlay-dark] h6, .showcase.style-2 [data-overlay-dark] span {
color: var(--color-main);
}
.showcase.style-2 .showcase-carus .copy-cap .cap h1 .stroke {
color: var(--color-main);
}
.showcase.style-2 .txt-botm .swiper-nav-ctrl span {
color: #000;
}
.showcase.style-2 .showcase-carus .copy-cap .cap h1 span {
-webkit-text-stroke: 1px var(--color-main);
}
body.iteck-dark-mode .showcase.style-2 .showcase-carus .caption h1 .stroke, body.iteck-dark-mode .showcase.style-2 .showcase.style-2 .showcase-carus .copy-cap h1 .stroke {
-webkit-text-stroke: 1px #fff;
}
body.iteck-dark-mode .showcase.style-2 [data-overlay-dark] h1, body.iteck-dark-mode .showcase.style-2 [data-overlay-dark] h2, body.iteck-dark-mode .showcase.style-2 [data-overlay-dark] h3, body.iteck-dark-mode .showcase.style-2 [data-overlay-dark] h4, body.iteck-dark-mode .showcase.style-2 [data-overlay-dark] h5, body.iteck-dark-mode .showcase.style-2 [data-overlay-dark] h6, body.iteck-dark-mode .showcase.style-2 [data-overlay-dark] span {
color: #fff;
}
body.iteck-dark-mode .showcase.style-2 .showcase-carus .copy-cap .cap h1 .stroke {
color: #fff;
}
body.iteck-dark-mode .showcase.style-2 .txt-botm .swiper-nav-ctrl span {
color: #fff;
}
body.iteck-dark-mode .showcase.style-2 .showcase-carus .copy-cap .cap h1 span {
-webkit-text-stroke: 1px #fff;
}
@media (prefers-color-scheme: dark) {
body.iteck-auto-mode .showcase.style-2 .showcase-carus .caption h1 .stroke, body.iteck-auto-mode .showcase.style-2 .showcase.style-2 .showcase-carus .copy-cap h1 .stroke {
-webkit-text-stroke: 1px #fff;
}
body.iteck-auto-mode .showcase.style-2 [data-overlay-dark] h1, body.iteck-auto-mode .showcase.style-2 [data-overlay-dark] h2, body.iteck-auto-mode .showcase.style-2 [data-overlay-dark] h3, body.iteck-auto-mode .showcase.style-2 [data-overlay-dark] h4, body.iteck-auto-mode .showcase.style-2 [data-overlay-dark] h5, body.iteck-auto-mode .showcase.style-2 [data-overlay-dark] h6, body.iteck-auto-mode .showcase.style-2 [data-overlay-dark] span {
color: #fff;
}
body.iteck-auto-mode .showcase.style-2 .showcase-carus .copy-cap .cap h1 .stroke {
color: #fff;
}
body.iteck-auto-mode .showcase.style-2 .txt-botm .swiper-nav-ctrl span {
color: #fff;
}
body.iteck-auto-mode .showcase.style-2 .showcase-carus .copy-cap .cap h1 span {
-webkit-text-stroke: 1px #fff;
}
} .showcase.style-3 .showcase-carus {
height: 100vh;
}
.showcase.style-3 .showcase-carus .swiper-container {
height: 100%;
}
.showcase.style-3 .showcase-carus .swiper-slide .bg-img {
height: 60vh;
margin: 20vh 0 0;
}
.showcase.style-3 .showcase-carus .caption h1, .showcase.style-3 .showcase-carus .copy-cap h1 {
font-size: 90px;
font-weight: 800;
line-height: 1.2;
position: relative;
left: -120px;
}
.showcase.style-3 .showcase-carus .caption h1 .stroke, .showcase.style-3 .showcase-carus .copy-cap h1 .stroke {
color: transparent;
transform: skewX(25deg) translateX(-100px);
opacity: 0;
transition: transform 1.2s, opacity 0.3s;
transition-delay: 0.2s;
}
.showcase.style-3 .showcase-carus .caption h1 span, .showcase.style-3 .showcase-carus .copy-cap h1 span {
margin-left: 40px;
transform: skewX(-25deg) translateX(100px);
opacity: 0;
transition: transform 1.2s, opacity 0.3s;
transition-delay: 0.2s;
}
.showcase.style-3 .showcase-carus .caption .discover, .showcase.style-3 .showcase-carus .copy-cap .discover {
margin-top: 50px;
opacity: 0;
transition: all 0.7s;
}
.showcase.style-3 .showcase-carus .caption .discover i, .showcase.style-3 .showcase-carus .copy-cap .discover i {
display: inline-block;
width: 70px;
height: 70px;
line-height: 70px;
text-align: center;
border: 1px solid #fff;
border-radius: 50%;
margin-right: 10px;
}
.showcase.style-3 .showcase-carus .caption .discover span, .showcase.style-3 .showcase-carus .copy-cap .discover span {
font-size: 13px;
font-weight: 600;
}
.showcase.style-3 .showcase-carus .swiper-slide-active .caption h1 .stroke, .showcase.style-3 .showcase-carus .swiper-slide-active .copy-cap h1 .stroke {
transform: skewX(0) translateX(0);
opacity: 1;
}
.showcase.style-3 .showcase-carus .swiper-slide-active .caption h1 span, .showcase.style-3 .showcase-carus .swiper-slide-active .copy-cap h1 span {
transform: skewX(0) translateX(0);
opacity: 1;
}
.showcase.style-3 .showcase-carus .swiper-slide-active .caption .discover, .showcase.style-3 .showcase-carus .swiper-slide-active .copy-cap .discover {
opacity: 1;
}
.showcase.style-3 .showcase-carus .copy-cap {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: -1;
}
.showcase.style-3 .showcase-carus .copy-cap .cap h1 span {
color: transparent;
}
.showcase.style-3 .showcase-carus .copy-cap .cap h1 .stroke {
-webkit-text-stroke: 0;
}
.showcase.style-3 .showcase-carus.circle-slide .swiper-slide {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.showcase.style-3 .showcase-carus.circle-slide .swiper-slide .bg-img {
height: 420px;
width: 420px;
border-radius: 50%;
margin: auto;
background-position: center center;
}
.showcase.style-3 .showcase-carus.circle-slide .swiper-slide .bg-img:before {
border-radius: 50%;
}
.showcase.style-3 .showcase-carus.circle-slide .caption, .showcase.style-3 .showcase-carus.circle-slide .copy-cap {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.showcase.style-3 .showcase-carus.circle-slide .caption h1, .showcase.style-3 .showcase-carus.circle-slide .copy-cap h1 {
font-size: 90px;
display: block;
min-width: 700px;
text-align: center;
left: -140px;
margin: auto;
}
.showcase.style-3 .showcase-carus.circle-slide .caption h1 .stroke, .showcase.style-3 .showcase-carus.circle-slide .copy-cap h1 .stroke {
display: inline;
color: transparent;
}
.showcase.style-3 .showcase-carus.circle-slide .caption h1 span, .showcase.style-3 .showcase-carus.circle-slide .copy-cap h1 span {
margin-left: auto;
color: transparent;
}
.showcase.style-3 .showcase-carus.circle-slide .copy-cap .cap h1 span {
-webkit-text-stroke: 0;
}
.showcase.style-3 .showcase-carus.circle-slide .copy-cap .cap h1 .stroke {
-webkit-text-stroke: 0;
}
.showcase.style-3 .showcase-carus.circle-slide .caption h1 .stroke, .showcase.style-3 .showcase-carus.circle-slide .copy-cap h1 .stroke {
transform: skewX(0) translateX(0);
opacity: 1;
}
.showcase.style-3 .showcase-carus.circle-slide .caption h1 span, .showcase.style-3 .showcase-carus.circle-slide .copy-cap h1 span {
transform: skewX(0) translateX(0);
opacity: 1;
}
.showcase.style-3 .txt-botm {
position: absolute;
bottom: 20px;
left: 0;
width: 100%;
z-index: 8;
}
.showcase.style-3 .txt-botm .swiper-nav-ctrl {
position: absolute;
width: auto;
height: auto;
margin-top: auto;
top: auto;
bottom: 0;
display: flex;
}
.showcase.style-3 .txt-botm .swiper-nav-ctrl i {
color: #ccc;
font-size: 13px;
width: 45px;
height: 45px;
line-height: 45px;
text-align: center;
margin: 0;
border-radius: 50%;
display: inline-block;
transition: all 0.3s;
}
.showcase.style-3 .txt-botm .swiper-nav-ctrl span {
font-weight: 500;
font-size: 12px;
text-align: center;
line-height: 3;
}
.showcase.style-3 .txt-botm .swiper-nav-ctrl:after {
display: none;
}
.showcase.style-3 .txt-botm .swiper-nav-ctrl.swiper-button-next {
right: 40px;
}
.showcase.style-3 .txt-botm .swiper-nav-ctrl.swiper-button-next i {
margin-left: 10px;
}
.showcase.style-3 .txt-botm .swiper-nav-ctrl.swiper-button-prev {
left: 40px;
}
.showcase.style-3 .txt-botm .swiper-nav-ctrl.swiper-button-prev i {
margin-right: 10px;
}
.showcase.style-3 .txt-botm .swiper-nav-ctrl:hover i {
border: 1px solid rgba(255, 255, 255, 0.3);
}
@media screen and (max-width: 480px) {
.showcase.style-3 .circle-slide .swiper-slide .bg-img {
height: 280px !important;
width: 280px !important;
}
.showcase.style-3 .showcase-carus.circle-slide .caption h1,
.showcase.style-3 .showcase-carus.circle-slide .copy-cap h1 {
font-size: 40px;
min-width: auto;
left: 0;
}
}
.showcase.style-3 {
background-color: #fff;
}
.showcase.style-3 .showcase-carus.circle-slide .caption h1 .stroke, .showcase.style-3 .copy-cap h1 .stroke, .showcase.style-3 .caption h1 span, .showcase.style-3 .copy-cap h1 span, .showcase.style-3 .copy-cap .cap h1 .stroke, .showcase.style-3 .copy-cap .cap h1 span {
-webkit-text-stroke: 1px var(--color-main);
}
.showcase.style-3 .showcase-carus.circle-slide .caption h1 span, .showcase.style-3 .showcase.style-3 .showcase-carus.circle-slide .copy-cap h1 span {
-webkit-text-stroke: 1px var(--color-main);
}
.showcase.style-3 .showcase-carus.circle-slide .copy-cap .cap h1 .stroke, .showcase.style-3 .showcase-carus.circle-slide .copy-cap .cap h1 span {
color: var(--color-main);
}
.showcase.style-3 .txt-botm .swiper-nav-ctrl span, .showcase.style-3 .txt-botm .swiper-nav-ctrl i {
color: #000;
}
body.iteck-dark-mode .showcase.style-3 {
background-color: #0C0F16;
}
body.iteck-dark-mode .showcase.style-3 .showcase-carus.circle-slide .caption h1 .stroke, body.iteck-dark-mode .showcase.style-3 .copy-cap h1 .stroke, body.iteck-dark-mode .showcase.style-3 .caption h1 span, body.iteck-dark-mode .showcase.style-3 .copy-cap h1 span, body.iteck-dark-mode .showcase.style-3 .copy-cap .cap h1 .stroke, body.iteck-dark-mode .showcase.style-3 .copy-cap .cap h1 span {
-webkit-text-stroke: 1px #fff;
}
body.iteck-dark-mode .showcase.style-3 .showcase-carus.circle-slide .caption h1 span, body.iteck-dark-mode .showcase.style-3 .showcase.style-3 .showcase-carus.circle-slide .copy-cap h1 span {
-webkit-text-stroke: 1px #fff;
}
body.iteck-dark-mode .showcase.style-3 .showcase-carus.circle-slide .copy-cap .cap h1 .stroke, body.iteck-dark-mode .showcase.style-3 .showcase-carus.circle-slide .copy-cap .cap h1 span {
color: #fff;
}
body.iteck-dark-mode .showcase.style-3 .txt-botm .swiper-nav-ctrl span, body.iteck-dark-mode .showcase.style-3 .txt-botm .swiper-nav-ctrl i {
color: #fff;
}
@media (prefers-color-scheme: dark) {
body.iteck-auto-mode .showcase.style-3 {
background-color: #0C0F16;
}
body.iteck-auto-mode .showcase.style-3 .showcase-carus.circle-slide .caption h1 .stroke, body.iteck-auto-mode .showcase.style-3 .copy-cap h1 .stroke, body.iteck-auto-mode .showcase.style-3 .caption h1 span, body.iteck-auto-mode .showcase.style-3 .copy-cap h1 span, body.iteck-auto-mode .showcase.style-3 .copy-cap .cap h1 .stroke, body.iteck-auto-mode .showcase.style-3 .copy-cap .cap h1 span {
-webkit-text-stroke: 1px #fff;
}
body.iteck-auto-mode .showcase.style-3 .showcase-carus.circle-slide .caption h1 span, body.iteck-auto-mode .showcase.style-3 .showcase.style-3 .showcase-carus.circle-slide .copy-cap h1 span {
-webkit-text-stroke: 1px #fff;
}
body.iteck-auto-mode .showcase.style-3 .showcase-carus.circle-slide .copy-cap .cap h1 .stroke, body.iteck-auto-mode .showcase.style-3 .showcase-carus.circle-slide .copy-cap .cap h1 span {
color: #fff;
}
body.iteck-auto-mode .showcase.style-3 .txt-botm .swiper-nav-ctrl span, body.iteck-auto-mode .showcase.style-3 .txt-botm .swiper-nav-ctrl i {
color: #fff;
}
} .showcase.style-4 .slider {
position: relative;
}
.showcase.style-4 .showcase-grid .swiper-container {
height: 100%;
}
.showcase.style-4 .showcase-grid .swiper-slide .bg-img {
height: 76vh;
margin: 12vh 0 0;
position: relative;
background-position: center center;
}
.showcase.style-4 .div-tooltip-tit {
display: none;
position: absolute;
background-color: #000;
padding: 0 10px;
height: 50px;
line-height: 50px;
font-size: 13px;
font-weight: 600;
text-transform: uppercase;
letter-spacing: 1px;
z-index: 99999;
color: #fff;
}
.showcase.style-4 .div-tooltip-sub {
display: none;
position: absolute;
background-color: #fff;
padding: 10px;
color: #111;
font-size: 10px;
font-weight: 600;
text-transform: uppercase;
letter-spacing: 1px;
z-index: 99999;
}
.showcase.style-4 .txt-botm {
position: absolute;
bottom: 20px;
left: 0;
width: 100%;
z-index: 8;
}
.showcase.style-4 .txt-botm .swiper-nav-ctrl {
position: absolute;
width: auto;
height: auto;
margin-top: auto;
top: auto;
bottom: 0;
display: flex;
}
.showcase.style-4 .txt-botm .swiper-nav-ctrl i {
color: #ccc;
font-size: 13px;
width: 45px;
height: 45px;
line-height: 45px;
text-align: center;
margin: 0;
border-radius: 50%;
display: inline-block;
transition: all 0.3s;
}
.showcase.style-4 .txt-botm .swiper-nav-ctrl span {
font-weight: 500;
font-size: 12px;
color: #fff;
text-align: center;
line-height: 3;
}
.showcase.style-4 .txt-botm .swiper-nav-ctrl:after {
display: none;
}
.showcase.style-4 .txt-botm .swiper-nav-ctrl.swiper-button-next {
right: 40px;
}
.showcase.style-4 .txt-botm .swiper-nav-ctrl.swiper-button-next i {
margin-left: 10px;
}
.showcase.style-4 .txt-botm .swiper-nav-ctrl.swiper-button-prev {
left: 40px;
}
.showcase.style-4 .txt-botm .swiper-nav-ctrl.swiper-button-prev i {
margin-right: 10px;
}
.showcase.style-4 .txt-botm .swiper-nav-ctrl:hover i {
border: 1px solid rgba(255, 255, 255, 0.3);
} .iteck-showcase.style-5 {
position: relative;
}
.iteck-showcase.style-5 .swiper-slide .container {
min-height: 75vh;
padding: 100px 30px;
}
.iteck-showcase.style-5 .swiper-slide.bg-img {
background-position: center !important;
}
.iteck-showcase.style-5 .swiper-slide .cont span {
padding: 12px 30px;
border: 1px solid rgba(255, 255, 255, 0.3);
border-radius: 30px;
font-size: 13px;
margin-bottom: 50px;
display: inline-block;
}
.iteck-showcase.style-5 .swiper-slide .cont h6 {
font-size: 17px;
text-transform: uppercase;
letter-spacing: 1px;
margin-bottom: 15px;
}
.iteck-showcase.style-5 .swiper-slide .cont h4 {
font-size: 60px;
text-transform: uppercase;
letter-spacing: 1px;
font-family: "Khand", sans-serif;
}
.iteck-showcase.style-5 .controls {
position: absolute;
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
right: 150px;
z-index: 4;
}
.iteck-showcase.style-5 .controls .swiper-button-next, .iteck-showcase.style-5 .controls .swiper-button-prev {
position: static;
width: 60px;
height: 60px;
line-height: 60px;
text-align: center;
border: 1px solid #eee;
color: #fff;
display: block;
margin: 5px auto;
cursor: pointer;
background-image: none;
}
.iteck-showcase.style-5 .controls .swiper-button-next:after, .iteck-showcase.style-5 .controls .swiper-button-prev:after {
display: none;
} .iteck-showcase.style-6 {
position: relative;
}
.iteck-showcase.style-6 .container {
display: block;
}
.iteck-showcase.style-6 .swiper-slide {
position: relative;
overflow: hidden;
width: 100%;
min-height: 100vh;
padding-bottom: 50px;
}
.iteck-showcase.style-6 .swiper-slide .bg-img {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background-size: cover;
}
.iteck-showcase.style-6 .parallax-slider .swiper-slide .bg-img {
background-position: center center;
}
.iteck-showcase.style-6 .parallax-slider .caption {
position: relative;
}
.iteck-showcase.style-6 .parallax-slider .caption h1 {
font-size: 80px;
font-weight: 700;
letter-spacing: 1px;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
position: relative;
}
.iteck-showcase.style-6 .parallax-slider .caption h1 .stroke {
margin-bottom: 10px;
color: #fff;
}
.iteck-showcase.style-6 .parallax-slider .caption h1 .bord {
position: absolute;
top: 50%;
left: 50%;
width: 100vw;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
height: 1px;
background: #fff;
border: 0;
opacity: 0.1;
}
.iteck-showcase.style-6 .parallax-slider .caption .discover {
position: absolute;
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
right: 0;
width: 200px;
height: 200px;
text-align: center;
border: 1px solid rgba(255, 255, 255, 0.4);
border-radius: 50%;
font-size: 13px;
font-weight: 200;
letter-spacing: 4px;
text-transform: uppercase;
-webkit-transition-delay: 2s;
-o-transition-delay: 2s;
transition-delay: 2s;
-webkit-transition: all 0.7s;
-o-transition: all 0.7s;
transition: all 0.7s;
opacity: 0;
}
.iteck-showcase.style-6 .parallax-slider .caption .discover span {
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translateX(-50%) translateY(-50%);
-ms-transform: translateX(-50%) translateY(-50%);
transform: translateX(-50%) translateY(-50%);
line-height: 50px;
}
.iteck-showcase.style-6 .parallax-slider .swiper-slide-active .caption .discover {
opacity: 1;
-webkit-transition: all 0.7s;
-o-transition: all 0.7s;
transition: all 0.7s;
}
.iteck-showcase.style-6 .dots {
left: 0;
width: 100%;
bottom: 30px;
z-index: 1;
}
.iteck-showcase.style-6 .dots span {
background: #fff;
width: 5px;
height: 5px;
margin: 0 7px !important;
border-radius: 50% !important;
}
.iteck-showcase.style-6 .dots span.swiper-pagination-bullet-active {
position: relative;
}
.iteck-showcase.style-6 .dots span.swiper-pagination-bullet-active:after {
content: "";
position: absolute;
top: -5px;
left: -5px;
right: -5px;
bottom: -5px;
border: 1px solid #fff;
border-radius: 50%;
}
.iteck-showcase.style-6 .txt-botm {
position: absolute;
bottom: 20px;
left: 0;
width: 100%;
z-index: 8;
}
.iteck-showcase.style-6 .txt-botm .swiper-nav-ctrl {
position: absolute;
width: auto;
height: auto;
margin-top: auto;
top: auto;
bottom: 0;
}
.iteck-showcase.style-6 .txt-botm .swiper-nav-ctrl:hover i {
border: 1px solid rgba(255, 255, 255, 0.3);
}
.iteck-showcase.style-6 .txt-botm .swiper-nav-ctrl i {
color: #ccc;
font-size: 13px;
width: 45px;
height: 45px;
line-height: 45px;
text-align: center;
margin: 0;
border-radius: 50%;
display: inline-block;
-webkit-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
display: inline-block;
}
.iteck-showcase.style-6 .txt-botm .swiper-nav-ctrl.swiper-button-prev {
left: 40px;
display: flex;
align-items: center;
justify-content: center;
color: #fff;
font-weight: 500;
font-size: 12px;
}
.iteck-showcase.style-6 .txt-botm .swiper-nav-ctrl.swiper-button-prev i {
margin-right: 10px;
}
.iteck-showcase.style-6 .txt-botm .swiper-nav-ctrl.swiper-button-next {
right: 40px;
display: flex;
align-items: center;
justify-content: center;
color: #fff;
font-weight: 500;
font-size: 12px;
}
.iteck-showcase.style-6 .txt-botm .swiper-nav-ctrl.swiper-button-next i {
margin-left: 10px;
}
.iteck-showcase.style-6 .swiper-button-prev, .iteck-showcase.style-6 .swiper-button-next {
background-image: none;
} .iteck-bars {
display: flex;
align-items: center;
height: 70px;
}
.iteck-bars .bar {
background: #745DE0;
bottom: 1px;
height: 3px;
width: 3px;
position: relative;
display: inline-block;
border-radius: 3px;
animation: sound 0ms -600ms linear infinite alternate;
}
.iteck-bars .bar:nth-child(1) {
left: 1px;
animation-duration: 474ms;
}
.iteck-bars .bar:nth-child(2) {
left: 15px;
animation-duration: 433ms;
}
.iteck-bars .bar:nth-child(3) {
left: 29px;
animation-duration: 407ms;
}
.iteck-bars .bar:nth-child(4) {
left: 43px;
animation-duration: 458ms;
}
.iteck-bars .bar:nth-child(5) {
left: 57px;
animation-duration: 400ms;
}
.iteck-bars .bar:nth-child(6) {
left: 71px;
animation-duration: 427ms;
}
.iteck-bars .bar:nth-child(7) {
left: 85px;
animation-duration: 441ms;
}
.iteck-bars .bar:nth-child(8) {
left: 99px;
animation-duration: 419ms;
}
.iteck-bars .bar:nth-child(9) {
left: 113px;
animation-duration: 487ms;
}
.iteck-bars .bar:nth-child(10) {
left: 127px;
animation-duration: 442ms;
}
.iteck-bars .bar:nth-child(11) {
left: 141px;
animation-duration: 427ms;
}
.iteck-bars .bar:nth-child(12) {
left: 155px;
animation-duration: 441ms;
}
.iteck-bars .bar:nth-child(13) {
left: 169px;
animation-duration: 419ms;
}
.iteck-bars .bar:nth-child(14) {
left: 183px;
animation-duration: 487ms;
}
.iteck-bars .bar:nth-child(15) {
left: 197px;
animation-duration: 442ms;
}
@keyframes sound {
0% {
opacity: 0.35;
height: 3px;
}
100% {
opacity: 1;
height: 70px;
}
}  .iteck-process {
position: relative;
overflow: hidden;
}
.iteck-process .process-card {
position: relative;
text-align: center;
}
.iteck-process .process-card .num {
position: relative;
font-size: 70px;
font-weight: bold;
width: 75px;
height: 75px;
display: inline-flex;
align-items: center;
justify-content: center;
margin-bottom: 10px;
color: #f0f0f0;
background-color: #fff;
z-index: 10;
}
.iteck-process .process-card h4 {
font-size: 30px;
}
.iteck-process .process-card .text {
font-size: 16px;
color: #666;
line-height: 1.5;
margin-top: 15px;
}
.iteck-process .cards {
position: relative;
}
.iteck-process .cards::before {
position: absolute;
content: "";
left: 130px;
top: 37px;
width: calc(100% - 273px);
height: 1px;
background-color: rgba(153, 153, 153, 0.3333333333);
z-index: -1;
}
.iteck-process .cards .row .col-lg-3:nth-of-type(even) .process-card {
padding-top: 120px;
}
.iteck-process .cards .row .col-lg-3:nth-of-type(even) .process-card::after {
position: absolute;
content: "";
left: 50%;
top: 37px;
width: 1px;
height: 73px;
background-color: rgba(153, 153, 153, 0.3333333333);
}
@media screen and (max-width: 991px) {
.iteck-process .row .col-lg-3 .process-card {
padding-top: 120px;
}
.iteck-process .row .col-lg-3 .process-card::after {
position: absolute;
content: "";
left: 50%;
top: 37px;
width: 1px;
height: 73px;
background-color: rgba(153, 153, 153, 0.3333333333);
}
.iteck-process .row .col-lg-3:first-of-type .process-card {
padding-top: 0;
}
.iteck-process .row .col-lg-3:first-of-type .process-card::after {
display: none;
}
} .iteck-instagram-slider .swiper-wrapper {
-webkit-transition-timing-function: linear !important;
transition-timing-function: linear !important;
position: relative;
}
.iteck-instagram-slider .item {
position: relative;
display: block;
height: 320px;
}
.iteck-instagram-slider .item::after {
position: absolute;
content: "";
left: 0;
top: 0;
width: 100%;
height: 100%;
background-color: #000;
opacity: 0;
transition: all 0.3s ease;
}
.iteck-instagram-slider .item img {
width: 100%;
height: 100%;
object-fit: cover;
}
.iteck-instagram-slider .item .icon {
position: absolute;
left: calc(50% - 50px);
top: calc(50% - 50px);
width: 100px;
height: 100px;
border-radius: 50%;
background-color: #fff;
font-size: 20px;
color: var(--color-orange4);
font-size: 30px;
display: flex;
align-items: center;
justify-content: center;
transform: scale(0.5);
opacity: 0;
transition: all 0.3s ease;
z-index: 10;
}
.iteck-instagram-slider .item:hover {
color: var(--color-orange4);
}
.iteck-instagram-slider .item:hover::after {
opacity: 0.5;
}
.iteck-instagram-slider .item:hover .icon {
opacity: 1;
transform: scale(1);
} .iteck-progress-line .mb-15 {
margin-bottom: 15px;
}
.iteck-progress-line h5 {
font-size: 13px;
font-weight: 300;
text-transform: uppercase;
letter-spacing: 2px;
margin-bottom: 10px;
}
.iteck-progress-line .skill-progress {
height: 5px;
background-color: rgba(0, 0, 0, 0.05);
position: relative;
}
.iteck-progress-line .skill-progress .progres {
position: absolute;
height: 100%;
width: 0;
top: 0;
left: 0;
background: #1d1d1d;
transition: all 1.5s;
}
body.iteck-dark-mode .iteck-progress .skill-progress {
background-color: rgba(255, 255, 255, 0.05);
}
body.iteck-dark-mode .iteck-progress .skill-progress .progres {
background: #fff;
}
body.iteck-dark-mode .iteck-progress .skill-progress .progres::after {
color: #fff;
}
@media (prefers-color-scheme: dark) {
body.iteck-auto-mode .iteck-progress .skill-progress {
background-color: rgba(255, 255, 255, 0.05);
}
body.iteck-auto-mode .iteck-progress .skill-progress .progres {
background: #fff;
}
body.iteck-auto-mode .iteck-progress .skill-progress .progres::after {
color: #fff;
}
} .iteck-testimonials-slider {
position: relative;
}
.iteck-testimonials-slider.arrows-top .arrows {
position: relative;
width: 115px;
top: -5rem;
}
.iteck-testimonials-slider.arrows-top .arrows .swiper-button-prev,
.iteck-testimonials-slider.arrows-top .arrows .swiper-button-next {
border: 1px solid rgba(153, 153, 153, 0.2);
width: 45px;
height: 45px;
transition: all 0.3s ease;
border-radius: 6px;
}
.iteck-testimonials-slider.arrows-top .arrows .swiper-button-prev::after,
.iteck-testimonials-slider.arrows-top .arrows .swiper-button-next::after {
color: #000;
font-size: 13px;
}
.iteck-testimonials-slider.arrows-top .arrows .swiper-button-prev:hover,
.iteck-testimonials-slider.arrows-top .arrows .swiper-button-next:hover {
background: var(--color-main);
}
.iteck-testimonials-slider.arrows-top .arrows .swiper-button-prev:hover::after,
.iteck-testimonials-slider.arrows-top .arrows .swiper-button-next:hover::after {
color: #fff;
}
.iteck-testimonials-slider.arrows-sides .arrows {
position: absolute;
width: 100%;
top: 50%;
transform: translateY(22.5px);
z-index: 3;
}
.iteck-testimonials-slider.arrows-sides .arrows .swiper-button-prev,
.iteck-testimonials-slider.arrows-sides .arrows .swiper-button-next {
position: absolute;
top: 50%;
transform: translateY(-50%);
border: 1px solid rgba(153, 153, 153, 0.2);
width: 45px;
height: 45px;
transition: all 0.3s ease;
border-radius: 6px;
}
.iteck-testimonials-slider.arrows-sides .arrows .swiper-button-prev::after,
.iteck-testimonials-slider.arrows-sides .arrows .swiper-button-next::after {
color: #000;
font-size: 13px;
}
.iteck-testimonials-slider.arrows-sides .arrows .swiper-button-prev:hover,
.iteck-testimonials-slider.arrows-sides .arrows .swiper-button-next:hover {
background: var(--color-main);
}
.iteck-testimonials-slider.arrows-sides .arrows .swiper-button-prev:hover::after,
.iteck-testimonials-slider.arrows-sides .arrows .swiper-button-next:hover::after {
color: #fff;
}
.iteck-testimonials-slider.arrows-sides .arrows .swiper-button-prev {
left: 0;
}
.iteck-testimonials-slider.arrows-sides .arrows .swiper-button-next {
right: 0;
}
.iteck-testimonials-slider .testi-slider {
position: relative;
overflow: hidden;
}
.iteck-testimonials-slider .testi-slider .swiper-slide-active .testi-card {
background-color: #fff;
}
.iteck-testimonials-slider .testi-card {
position: relative;
padding: 45px;
border-radius: 12px;
background-color: rgba(255, 255, 255, 0.4666666667);
transition: all 0.3s ease;
}
.iteck-testimonials-slider .testi-card .user-wrapper {
position: relative;
padding-top: 30px;
display: flex;
align-items: center;
border-top: 1px solid rgba(153, 153, 153, 0.3333333333);
}
.iteck-testimonials-slider .testi-card .user-wrapper .avatar {
width: 50px;
height: 50px;
border-radius: 50%;
overflow: hidden;
margin-inline-end: 15px;
flex-shrink: 0;
}
.iteck-testimonials-slider .testi-card .user-wrapper .avatar img {
width: 100%;
height: 100%;
object-fit: cover;
}
.iteck-testimonials-slider .testi-card .user-wrapper h6 {
font-size: 18px;
font-weight: bold;
}
.iteck-testimonials-slider .testi-card .user-wrapper small {
font-size: 13px;
color: #666;
} .iteck-case-card {
position: relative;
display: block;
}
.iteck-case-card .img {
position: relative;
border-radius: 20px;
overflow: hidden;
transition: all 0.3s ease;
}
.iteck-case-card .img::after {
position: absolute;
content: "";
left: 0;
top: 0;
width: 100%;
height: 100%;
background: radial-gradient(50% 50% at 50% 50%, rgba(236, 99, 38, 0.8) 0%, rgba(236, 99, 38, 0.5) 50%, rgba(0, 0, 0, 0.3) 100%);
opacity: 0;
transition: all 0.3s ease;
}
.iteck-case-card .img img {
width: 100%;
height: 100%;
object-fit: cover;
border-radius: 20px;
overflow: hidden;
}
.iteck-case-card .info {
position: absolute;
left: 0;
top: 50%;
transform: translateY(0);
width: 100%;
text-align: center;
z-index: 20;
color: #fff;
opacity: 0;
transition: all 0.3s ease;
}
.iteck-case-card .info h6 {
font-size: 32px;
margin-bottom: 5px;
color: #fff;
}
.iteck-case-card .info p {
font-size: 16px;
text-transform: uppercase;
}
.iteck-case-card:hover .img {
filter: blur(5px);
}
.iteck-case-card:hover .img::after {
opacity: 1;
}
.iteck-case-card:hover .info {
opacity: 1;
transform: translateY(-50%);
}
@media screen and (max-width: 991px) {
.iteck-case-card .img {
height: 350px;
}
.iteck-case-card .img::after {
opacity: 0.8;
}
.iteck-case-card .info {
opacity: 1;
transform: translateY(-50%);
}
} .iteck-testimonials-show {
position: relative;
}
.iteck-testimonials-show .arrows {
position: relative;
width: 115px;
}
.iteck-testimonials-show .arrows .swiper-button-prev,
.iteck-testimonials-show .arrows .swiper-button-next {
border: 1px solid rgba(153, 153, 153, 0.2);
transform: rotate(-90deg);
width: 45px;
height: 45px;
}
.iteck-testimonials-show .arrows .swiper-button-prev::after,
.iteck-testimonials-show .arrows .swiper-button-next::after {
color: #000;
font-size: 13px;
}
.iteck-testimonials-show .arrows .swiper-button-prev:hover,
.iteck-testimonials-show .arrows .swiper-button-next:hover {
background: var(--color-main);
}
.iteck-testimonials-show .arrows .swiper-button-prev:hover::after,
.iteck-testimonials-show .arrows .swiper-button-next:hover::after {
color: #fff;
}
.iteck-testimonials-show .testimonials-slider16 {
position: relative;
overflow: hidden;
}
.iteck-testimonials-show .testimonials-slider16::after {
position: absolute;
content: "";
left: 0;
bottom: 0;
width: 100%;
height: 70%;
background-image: linear-gradient(to top, #fff, transparent);
pointer-events: none;
z-index: 20;
}
.iteck-testimonials-show .testimonials-slider16 .swiper-container {
height: 1100px;
padding-top: 15px;
}
.iteck-testimonials-show .testimonials-slider16 .swiper-slide {
position: relative;
overflow: hidden;
}
.iteck-testimonials-show .testimonials-slider16 .swiper-slide .col-lg-4:nth-of-type(2) .testi-card {
margin-top: -10px;
}
.iteck-testimonials-show .testi-card {
position: relative;
padding: 45px;
background: linear-gradient(180deg, rgba(236, 99, 38, 0.05) 0%, rgba(255, 255, 255, 0.05) 100%);
border-radius: 10px;
box-shadow: 0 -1px 0 rgba(236, 99, 38, 0.3333333333);
margin-top: 10px;
}
.iteck-testimonials-show .testi-card .user-wrapper {
position: relative;
padding-top: 30px;
display: flex;
align-items: center;
border-top: 1px solid rgba(153, 153, 153, 0.3333333333);
}
.iteck-testimonials-show .testi-card .user-wrapper .avatar {
width: 50px;
height: 50px;
border-radius: 50%;
overflow: hidden;
margin-inline-end: 15px;
flex-shrink: 0;
}
.iteck-testimonials-show .testi-card .user-wrapper .avatar img {
width: 100%;
height: 100%;
object-fit: cover;
}
.iteck-testimonials-show .testi-card .user-wrapper h6 {
font-size: 18px;
font-weight: bold;
}
.iteck-testimonials-show .testi-card .user-wrapper small {
font-size: 13px;
color: #666;
}  .feature-1 {
text-align: center;
transition: all 0.3s ease-in-out;
background-color: #ffffff;
padding: 60px 25px 50px 25px;
box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
transition: all 0.3s linear;
-webkit-transition: all 0.3s linear;
-moz-transition: all 0.3s linear;
-o-transition: all 0.3s linear;
-ms-transition: all 0.3s linear;
}
.feature-1:hover {
box-shadow: 10px 20px 40px 0 rgba(0, 0, 0, 0.2);
margin-top: -5px;
}
.feature-1:hover .iteck-icon {
background: #fff;
color: var(--color-main);
border: 1px solid rgba(250, 250, 250, 0.2);
}
.feature-1 .iteck-icon {
border-radius: 100px;
color: #000000;
display: block;
font-size: 40px;
height: 80px;
line-height: 80px;
margin: auto;
text-align: center;
transition: all 0.3s ease-in-out;
width: 80px;
border: 1px solid #eee;
color: var(--color-main);
border-color: var(--color-main);
}
.feature-1 .icon-title {
font-size: 22px;
margin-top: 30px;
margin-bottom: 10px;
}
.feature-1 .icon-text p {
margin-bottom: 0;
}
.feature-1 .feature-btn {
letter-spacing: 2px;
transition-duration: 1.5s;
-webkit-transition-duration: 1.5s;
display: inline-block;
font-size: 14px;
overflow: hidden;
position: relative;
z-index: 1;
transition: all 0.4s;
color: #f9f9f9;
border-bottom: 2px solid #dfdfdf;
}
.table-content .feature-1 h3 {
font-size: 30px;
text-align: center;
margin-top: 20px;
}
.feature-2 {
background-color: #ffffff;
padding: 35px 25px;
transition: all 0.3s ease-in-out;
}
.feature-2:hover {
box-shadow: 0px 20px 40px 0 rgba(0, 0, 0, 0.2);
}
.feature-2 .cont {
display: table-cell;
vertical-align: middle;
}
.feature-2 .iteck-icon {
color: var(--color-main);
font-size: 40px;
height: 80px;
line-height: 80px;
width: 60px;
transition: all 0.3s ease-in-out;
display: table-cell;
vertical-align: top;
}
.feature-2 .icon-title {
font-size: 20px;
}
.feature-2 .icon-text p {
margin-bottom: 20px;
}
.feature-2 .feature-btn {
float: left;
border-bottom: 2px solid #dfdfdf;
}
.feature-3 {
padding: 0 25px;
}
.feature-3 .cont {
display: table-cell;
vertical-align: middle;
}
.feature-3 .iteck-icon {
color: var(--color-main);
font-size: 40px;
height: 80px;
line-height: 80px;
width: 50px;
transition: all 0.3s ease-in-out;
display: table-cell;
vertical-align: top;
}
.feature-3 .fa-envelope-o {
font-size: 25px;
line-height: 70px;
}
.feature-3 .icon-title {
font-size: 20px;
font-weight: 500;
}
.feature-3 .icon-text p {
margin-bottom: 0;
}
.feature-3:hover .iteck-icon {
color: var(--color-main);
}
.feature-btn-align-icon-left.feature-btn-button-icon {
float: left;
margin-right: 10px;
transition: all 0.4s;
}
.feature-btn-align-icon-right.feature-btn-button-icon {
float: right;
margin-left: 10px;
transition: all 0.4s;
}
.feature-4 {
background-color: #ffffff;
padding: 50px 30px;
box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.07);
}
.feature-4 .icon-title {
font-size: 20px;
margin-bottom: 20px;
}
.feature-4 p {
margin-bottom: 0;
}
.feature-4 .feature-btn {
letter-spacing: 2px;
transition-duration: 1.5s;
-webkit-transition-duration: 1.5s;
display: inline-block;
font-size: 14px;
overflow: hidden;
position: relative;
z-index: 1;
transition: all 0.4s;
color: #f9f9f9;
border-bottom: 2px solid #dfdfdf;
}
.feature-4 .iteck-icon {
background: var(--color-main);
color: #ffffff;
border-color: var(--color-main);
}  .iteck-featured.style-2 .items {
text-align: center;
}
.iteck-featured.style-2 .items h6 {
margin-top: 25px;
font-size: 17px;
font-weight: 400;
font-family: "Barlow Condensed", sans-serif;
text-align: center;
text-transform: uppercase;
letter-spacing: 3px;
color: #fff;
}
.iteck-featured.style-2 .items .item-img {
position: relative;
overflow: hidden;
}
.iteck-featured.style-2 .items .item-img:hover .tlinks {
opacity: 1;
}
.iteck-featured.style-2 .items .item-img:hover .tlinks a {
-webkit-transform: none;
-ms-transform: none;
transform: none;
}
.iteck-featured.style-2 .items .item-img .tlinks {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
transition: all 0.4s;
background: rgba(0, 0, 0, 0.5);
opacity: 0;
padding: 0 40px;
}
.iteck-featured.style-2 .items .item-img .tlinks a {
padding: 14px 20px;
border-radius: 5px;
background: #32363e;
color: #fff;
font-size: 14px;
font-weight: 500;
margin: 5px 0;
-webkit-transform: translateY(20%);
-ms-transform: translateY(20%);
transform: translateY(20%);
-webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
-o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.iteck-featured.style-2 .items .item-img .tlinks a:last-of-type {
background: var(--color-main);
color: #181b21;
}
.iteck-featured.style-2 .items .item-img .new {
padding: 10px 30px;
background: var(--color-main);
position: absolute;
top: 0;
left: -60px;
width: 200px;
transform: rotate(-30deg);
font-size: 13px;
} .iteck-featured.style-3 .row {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.iteck-featured.style-3 .min-area {
background: #11141b;
}
.iteck-featured.style-3 .min-area .img {
padding: 120px 0 120px 80px;
position: relative;
z-index: 3;
}
.iteck-featured.style-3 .min-area .img:after {
content: "";
position: absolute;
top: 0;
right: 120px;
bottom: 0;
left: -300px;
background: #1a1e25;
z-index: -1;
}
.iteck-featured.style-3 .min-area .content {
padding-left: 40px;
}
.iteck-featured.style-3 .min-area .content h4 {
font-weight: 700;
font-size: 40px;
line-height: 1.5;
margin-bottom: 20px;
color: #fff;
}
.iteck-featured.style-3 .min-area .content p {
color: #c8c8c8;
}
.iteck-featured.style-3 .min-area .content ul {
margin: 0;
}
.iteck-featured.style-3 .min-area .content ul li {
margin-top: 25px;
padding-left: 25px;
position: relative;
list-style: none;
}
.iteck-featured.style-3 .min-area .content ul li:after {
content: "";
width: 10px;
height: 10px;
border: 1px solid #999;
border-radius: 50%;
position: absolute;
left: 0;
top: 2px;
}
.iteck-featured.style-3 .min-area .content ul.feat li {
padding: 0 0 30px 0;
border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
.iteck-featured.style-3 .min-area .content ul.feat li:last-of-type {
padding: 0;
border: 0;
}
.iteck-featured.style-3 .min-area .content ul.feat li:after {
display: none;
}
.iteck-featured.style-3 .min-area .content ul.feat li h6 {
font-weight: 500;
margin-bottom: 5px;
color: #fff;
font-size: 18px;
}
.iteck-featured.style-3 .min-area .content ul.feat li h6 span {
color: var(--color-main);
width: 30px;
height: 30px;
line-height: 30px;
text-align: center;
font-size: 13px;
border: 1px solid var(--color-main);
border-radius: 50%;
margin-right: 10px;
display: inline-block;
}
.iteck-featured.style-3 .min-area .content ul.feat li p {
font-size: 13px;
padding-left: 45px;
margin: 0;
}  .work-process.style-1 .item {
text-align: center;
padding-left: 15px;
padding-right: 15px;
}
.work-process.style-1 .item:hover .box-img-tm {
transform: rotateX(180deg);
}
.work-process.style-1 .item:hover .box-cont h3 {
opacity: 1;
-webkit-animation: toTopFromBottom 0.3s forwards;
-o-animation: toTopFromBottom 0.3s forwards;
animation: toTopFromBottom 0.3s forwards;
}
.work-process.style-1 .item .box-img {
position: relative;
transition: transform 0.8s;
transform-style: preserve-3d;
}
.work-process.style-1 .item .box-img .bg-img {
display: inline-flex;
width: 200px;
height: 200px;
line-height: 200px;
margin: 0 auto;
border-radius: 50%;
justify-content: center;
position: relative;
z-index: 2;
text-align: center;
background: #000000;
border: 4px solid var(--color-main);
border-style: solid;
border-width: 0;
box-shadow: 0px 0px 0px 12px #efe6e6 inset;
}
.work-process.style-1 .item .box-img .bg-img img {
opacity: 0.5;
border-radius: 50%;
object-fit: cover;
}
.work-process.style-1 .item .box-img .num {
display: block;
position: absolute;
top: 50%;
left: 15px;
right: 15px;
z-index: 2;
line-height: 1;
text-align: center;
transform: translateY(-50%);
font-family: "Teko", Sans-serif;
font-size: 70px;
font-weight: 700;
letter-spacing: 4px;
color: rgba(0, 0, 0, 0);
-webkit-text-stroke-color: #fff;
-webkit-text-stroke-width: 1px;
}
.work-process.style-1 .item .box-cont h3 {
-webkit-transition: all 0.5s ease-out;
-moz-transition: all 0.5s ease-out;
-ms-transition: all 0.5s ease-out;
-o-transition: all 0.5s ease-out;
font-size: 22px;
text-transform: capitalize;
font-weight: 600;
letter-spacing: 1px;
}
.work-process.style-1 .item .box-cont p {
font-size: 16px;
color: #828282;
}
.work-process.style-1 .item:nth-child(4) .box-img .bg-img:before {
display: none;
}
.work-process.style-1 .item:nth-child(5) .box-img .bg-img:after {
display: none;
}  .iteck-gallery .port-item {
float: left;
clear: none;
}
.port-inner {
overflow: hidden;
position: relative;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}
.port-inner:hover .port-box {
opacity: 0.8;
background: linear-gradient(to right, var(--color-primary), var(--color-secondary), var(--color-ternary));
}
.port-inner:hover .dbox-relative {
opacity: 1;
transform: scale(1);
-ms-transform: scale(1);
-webkit-transform: scale(1);
}
.port-box {
display: block;
padding: 60% 0;
position: relative;
z-index: 1;
opacity: 0;
-webkit-transition: all 0.5s cubic-bezier(0.5, 0, 0.4, 1);
-moz-transition: all 0.5s cubic-bezier(0.5, 0, 0.4, 1);
-ms-transition: all 0.5s cubic-bezier(0.5, 0, 0.4, 1);
-o-transition: all 0.5s cubic-bezier(0.5, 0, 0.4, 1);
transition: all 0.5s cubic-bezier(0.5, 0, 0.4, 1);
}
.portfolio-body {
margin-bottom: -1px;
}
.portfolio-body .port-box::after {
display: none !important;
height: 100%;
width: 273%;
display: block;
content: "";
position: absolute;
background: #333;
transform: rotate(45deg);
top: -200%;
right: -100%;
-webkit-transition: all 0.7s cubic-bezier(0.5, 0, 0.4, 1);
-moz-transition: all 0.7s cubic-bezier(0.5, 0, 0.4, 1);
-ms-transition: all 0.7s cubic-bezier(0.5, 0, 0.4, 1);
-o-transition: all 0.7s cubic-bezier(0.5, 0, 0.4, 1);
transition: all 0.7s cubic-bezier(0.5, 0, 0.4, 1);
}
.portfolio-body .port-inner:hover .port-box::after {
top: -50%;
}
.single-portfolio .slider-mask {
background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
}
.port-short .slider-padding {
padding: 39.5%;
}
.portfolio-type-four .slider-center-box > h3 {
font-size: 30px;
}
.port-link {
display: block;
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 100%;
z-index: 3;
}
.port-img {
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 100%;
}
.pagi-box {
width: 100%;
}
.img-mask {
z-index: 0;
-webkit-transition: all 0.5s cubic-bezier(0.5, 0, 0.4, 1);
-moz-transition: all 0.5s cubic-bezier(0.5, 0, 0.4, 1);
-ms-transition: all 0.5s cubic-bezier(0.5, 0, 0.4, 1);
-o-transition: all 0.5s cubic-bezier(0.5, 0, 0.4, 1);
transition: all 0.5s cubic-bezier(0.5, 0, 0.4, 1);
position: absolute;
height: 100%;
width: 100%;
top: 0;
left: 0;
}
.mason-mask {
position: absolute;
width: 100%;
height: 100%;
z-index: 1;
}
.ani-width .img-mask {
background: #fff none repeat scroll 0 0;
height: 110%;
position: absolute;
right: -10px;
top: -10px;
bottom: -10px;
width: 50%;
transform: scale(1, 1);
transform-origin: right;
-ms-transform: scale(1, 1);
-ms-transform-origin: right;
-webkit-transform: scale(1, 1);
-webkit-transform-origin: right;
}
.ani-width .width-img {
opacity: 0;
}
.gray-bg .ani-width .img-mask {
background: #fafafa;
}
.dark-page .ani-width .img-mask {
background: #1f1f1f;
}
.dark-page .gray-bg .ani-width .img-mask {
background: #1A1A1A;
}
.full-ani-width .img-mask {
-ms-transform: scale(0, 1);
-webkit-transform: scale(0, 1);
transform: scale(0, 1);
}
.full-ani-width .width-img {
opacity: 1;
}
.width-img {
-webkit-transition: all 0.6s cubic-bezier(0.9, 0, 0.3, 1);
-moz-transition: all 0.6s cubic-bezier(0.9, 0, 0.3, 1);
-ms-transition: all 0.6s cubic-bezier(0.9, 0, 0.3, 1);
-o-transition: all 0.6s cubic-bezier(0.9, 0, 0.3, 1);
transition: all 0.6s cubic-bezier(0.9, 0, 0.3, 1);
}
.port-filter {
list-style: outside none none;
margin: 0 0 10px 0;
padding: 0;
overflow: hidden;
display: inline-block !important;
line-height: 1rem;
text-transform: uppercase;
}
.port-filter a.active {
color: var(--color-main);
}
.port-filter a {
background: transparent;
display: inline-block;
font-size: 14px;
padding: 10px;
z-index: 1;
position: relative;
overflow: hidden;
color: #777777;
border-radius: 50px;
}
.port-filter a:hover {
color: var(--color-main);
}
.port-filter > li {
display: inline-block;
margin: 5px;
}
.dbox-relative {
opacity: 0;
padding: 15px 40px;
z-index: 1;
transform: scale(1.2);
-ms-transform: scale(1.2);
-webkit-transform: scale(1.2);
-webkit-transition: all 0.3s ease-in 0s;
transition: all 0.3s ease-in 0s;
}
.dbox-relative h3 {
font-size: 22px;
margin: 0;
text-transform: capitalize;
color: #ffffff;
}
.dbox-relative p {
color: #ffffff;
line-height: 1.2;
margin-bottom: 0;
}
.port-dbox {
position: absolute;
width: 100%;
z-index: 1;
top: 50%;
left: 50%;
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.other-portfolio {
text-align: center;
}
.other-portfolio .port-box {
padding: 50% 0;
background: var(--color-main);
}
.other-portfolio .port-item {
float: left;
}
.port-detail {
list-style: none;
padding: 0;
display: inline-block;
font-family: "Poppins", sans-serif;
font-size: 16px;
}
.port-detail li {
display: inline-block;
margin-right: 10px;
}
.port-gallery-body .col-md-12 .port-box {
padding: 30% 0;
}
.port-top-gallery .port-box {
padding: 35% 0;
}
.op-title {
font-size: 32px;
margin: auto;
margin-bottom: 40px;
line-height: 1;
width: fit-content;
text-align: center;
background: linear-gradient(to right, var(--color-primary), var(--color-secondary), var(--color-ternary));
-webkit-background-clip: text !important;
-webkit-text-fill-color: transparent;
}
.op-sub {
margin: 0;
}
.single-work-title {
font-size: 60px;
margin: 0 0 30px;
text-transform: capitalize;
}
.swork-line {
margin-bottom: 25px;
background: #000;
height: 6px;
width: 60px;
margin-top: -15px;
}
.elementor-widget-iteck-portfolio {
width: 100%;
} .iteck-portfolio .controls {
text-align: center;
margin-bottom: 50px;
}
.iteck-portfolio .controls button {
border: 0;
background: transparent;
font-weight: bold;
text-transform: capitalize;
margin: 10px;
}
.iteck-portfolio .controls button.mixitup-control-active {
color: var(--color-blue5);
}
.iteck-portfolio .content {
padding: 0px;
}
.iteck-portfolio .content .project-card.info-style-overlay {
position: relative;
}
.iteck-portfolio .content .project-card.info-style-overlay .img {
position: relative;
border-radius: 20px;
overflow: hidden;
transition: all 0.3s ease;
}
.iteck-portfolio .content .project-card.info-style-overlay .img::after {
position: absolute;
content: "";
left: 0;
top: 0;
width: 100%;
height: 100%;
background: radial-gradient(50% 50% at 50% 50%, rgba(236, 99, 38, 0.8) 0%, rgba(236, 99, 38, 0.5) 50%, rgba(0, 0, 0, 0.3) 100%);
opacity: 0;
transition: all 0.3s ease;
}
.iteck-portfolio .content .project-card.info-style-overlay .img img {
width: 100%;
height: 100%;
object-fit: cover;
border-radius: 20px;
overflow: hidden;
}
.iteck-portfolio .content .project-card.info-style-overlay .info {
position: absolute;
left: 0;
top: 50%;
transform: translateY(0);
width: 100%;
text-align: center;
z-index: 20;
color: #fff;
opacity: 0;
transition: all 0.3s ease;
}
.iteck-portfolio .content .project-card.info-style-overlay .info h5 {
font-size: 32px;
margin-bottom: 5px;
color: #fff;
}
.iteck-portfolio .content .project-card.info-style-overlay .info small {
font-size: 16px;
text-transform: uppercase;
}
.iteck-portfolio .content .project-card.info-style-overlay:hover .img {
filter: blur(5px);
}
.iteck-portfolio .content .project-card.info-style-overlay:hover .img::after {
opacity: 1;
}
.iteck-portfolio .content .project-card.info-style-overlay:hover .info {
opacity: 1;
transform: translateY(-50%);
}
.iteck-portfolio .content .project-card.info-style-box {
position: relative;
overflow: hidden;
}
.iteck-portfolio .content .project-card.info-style-box .img {
height: 360px;
border-radius: 15px;
overflow: hidden;
}
.iteck-portfolio .content .project-card.info-style-box .img img {
transition: all 1s ease;
width: 100%;
height: 100%;
-o-object-fit: cover;
object-fit: cover;
}
.iteck-portfolio .content .project-card.info-style-box .info {
position: absolute;
z-index: 5;
bottom: 20px;
left: 20px;
background-color: #fff;
border-radius: 15px;
display: inline-block;
padding: 20px 25px;
transition: all 0.4s ease;
transform: translateY(150%);
opacity: 0;
}
.iteck-portfolio .content .project-card.info-style-box .info .h5 {
font-weight: bold;
font-size: 19px;
margin-bottom: 0;
color: #000;
}
.iteck-portfolio .content .project-card.info-style-box .info .small {
font-size: 11px;
color: #999;
}
.iteck-portfolio .content .project-card.info-style-box:hover .img img {
transform: scale(1.1) rotate(-5deg);
}
.iteck-portfolio .content .project-card.info-style-box:hover .info {
opacity: 1;
transform: translateY(0);
}
.iteck-portfolio .content .portfolio-card {
background-color: #fff;
border-radius: 7px;
overflow: hidden;
transition: all 0.3s ease;
}
.iteck-portfolio .content .portfolio-card .img {
height: 240px;
overflow: hidden;
}
.iteck-portfolio .content .portfolio-card .img img {
width: 100%;
height: 100%;
object-fit: cover;
}
.iteck-portfolio .content .portfolio-card .info {
padding: 30px;
}
.iteck-portfolio .content .portfolio-card .info h5 {
font-size: 21px;
margin-bottom: 0;
}
.iteck-portfolio .content .portfolio-card .info h5 a {
color: #000;
font-weight: bold;
}
.iteck-portfolio .content .portfolio-card .info .category {
display: block;
text-transform: uppercase;
font-size: 12px;
}
.iteck-portfolio .content .portfolio-card .info .category a {
color: var(--color-main);
}
.iteck-portfolio .content .portfolio-card .info .text {
color: #666;
margin: 15px 0 20px;
font-size: 14px;
line-height: 1.6;
}
.iteck-portfolio .content .portfolio-card .info .text p {
margin-bottom: 0;
}
.iteck-portfolio .content .portfolio-card .info .tags a {
font-size: 12px;
padding: 5px 10px;
border-radius: 4px;
background-color: #eef4f8;
color: #555;
}
.iteck-portfolio .content .portfolio-card:hover h5 a {
color: var(--color-main);
} .iteck-post-list-carousel .blog_slider {
position: relative;
}
.iteck-post-list-carousel .blog_slider .swiper-button-next,
.iteck-post-list-carousel .blog_slider .swiper-button-prev {
width: 35px;
height: 35px;
border-radius: 5px;
background: #fff;
}
.iteck-post-list-carousel .blog_slider .swiper-button-next::after,
.iteck-post-list-carousel .blog_slider .swiper-button-prev::after {
color: var(--color-main);
font-size: 15px;
font-weight: bold;
}
.iteck-post-list-carousel .blog_slider .swiper-button-next:hover,
.iteck-post-list-carousel .blog_slider .swiper-button-prev:hover {
background: linear-gradient(to right, var(--color-main) 0%, var(--color-secondary) 100%);
}
.iteck-post-list-carousel .blog_slider .swiper-button-next:hover::after,
.iteck-post-list-carousel .blog_slider .swiper-button-prev:hover::after {
color: #fff;
}
.iteck-post-list-carousel .blog_slider .swiper-button-next,
.iteck-post-list-carousel .blog_slider .swiper-container-rtl .swiper-button-prev {
right: 120px;
top: -63px;
}
.iteck-post-list-carousel .blog_slider .swiper-button-prev,
.iteck-post-list-carousel .blog_slider .swiper-container-rtl .swiper-button-next {
right: 160px;
left: auto;
top: -63px;
}
.iteck-post-list-carousel .blog_box {
position: relative;
border-radius: 10px;
overflow: hidden;
}
.iteck-post-list-carousel .blog_box .img {
height: 350px;
position: relative;
}
.iteck-post-list-carousel .blog_box .img::after {
position: absolute;
content: "";
left: 0;
top: 0;
width: 100%;
height: 100%;
opacity: 0.5;
background-image: linear-gradient(to top, #000, transparent);
}
.iteck-post-list-carousel .blog_box .img img {
width: 100%;
height: 100%;
object-fit: cover;
transition: all 1s ease;
}
.iteck-post-list-carousel .blog_box .tags {
position: absolute;
top: 20px;
left: 20px;
z-index: 10;
}
.iteck-post-list-carousel .blog_box .tags a {
font-size: 11px;
padding: 3px 7px;
border-radius: 4px;
background: linear-gradient(to right, var(--color-main) 0%, var(--color-secondary) 100%);
color: #fff;
text-transform: uppercase;
}
.iteck-post-list-carousel .blog_box .info {
position: absolute;
bottom: 0;
left: 0;
width: 100%;
padding: 20px;
z-index: 5;
}
.iteck-post-list-carousel .blog_box .info h6 {
color: #fff;
margin-bottom: 10px;
border-bottom: 2px solid transparent;
display: inline-block;
line-height: 1.3;
transition: all 0.3s ease;
font-weight: 600;
}
.iteck-post-list-carousel .blog_box .info h6 a {
color: #fff;
}
.iteck-post-list-carousel .blog_box .info .auther {
display: flex;
}
.iteck-post-list-carousel .blog_box .info .auther span {
padding: 0 10px;
color: #fff;
}
.iteck-post-list-carousel .blog_box .info .auther span:first-of-type {
padding-left: 0;
border-right: 1px solid rgba(153, 153, 153, 0.2);
}
.iteck-post-list-carousel .blog_box .info .auther span a {
color: #fff;
}
.iteck-post-list-carousel .blog_box .info .auther span .auther_img {
width: 15px;
height: 15px;
border-radius: 50%;
object-fit: cover;
margin-right: 3px;
}
.iteck-post-list-carousel .blog_box .info .auther span i {
font-size: 11px;
margin-right: 4px;
}
.iteck-post-list-carousel .blog_box .info .text {
margin-top: 20px;
font-size: 14px;
color: #fff;
display: none;
}
.iteck-post-list-carousel .blog_box:hover .img img {
transform: scale(1.3) rotate(-10deg);
}
.iteck-post-list-carousel .blog_box:hover .info h6 {
border-color: rgba(255, 255, 255, 0.6);
}
@media screen and (max-width: 767px) {
.iteck-post-list-carousel .blog_slider .swiper-button-prev, .iteck-post-list-carousel .blog_slider .swiper-container-rtl .swiper-button-next {
right: 70px;
top: -30px;
}
.iteck-post-list-carousel .blog_slider .swiper-button-next, .iteck-post-list-carousel .blog_slider .swiper-container-rtl .swiper-button-prev {
right: 20px;
top: -30px;
}
}  .iteck-portfolio-carousel {
position: relative;
}
.iteck-portfolio-carousel .content {
padding: 0px;
}
.iteck-portfolio-carousel .portfolio_slider {
position: relative;
padding-bottom: 60px;
}
.iteck-portfolio-carousel .portfolio_slider .swiper-button-next,
.iteck-portfolio-carousel .portfolio_slider .swiper-button-prev {
transform: translateY(-50%);
}
.iteck-portfolio-carousel .portfolio_slider .swiper-button-next,
.iteck-portfolio-carousel .portfolio_slider .swiper-container-rtl .swiper-button-prev {
right: -70px;
width: 40px;
height: 40px;
border-radius: 5px;
background: #fff;
transition: all 0.3s ease;
}
.iteck-portfolio-carousel .portfolio_slider .swiper-button-next::after,
.iteck-portfolio-carousel .portfolio_slider .swiper-container-rtl .swiper-button-prev::after {
color: var(--color-main);
font-size: 15px;
font-weight: bold;
}
.iteck-portfolio-carousel .portfolio_slider .swiper-button-prev,
.iteck-portfolio-carousel .portfolio_slider .swiper-container-rtl .swiper-button-next {
left: -70px;
width: 40px;
height: 40px;
border-radius: 5px;
background: #fff;
transition: all 0.3s ease;
}
.iteck-portfolio-carousel .portfolio_slider .swiper-button-prev::after,
.iteck-portfolio-carousel .portfolio_slider .swiper-container-rtl .swiper-button-next::after {
color: var(--color-main);
font-size: 15px;
font-weight: bold;
}
.iteck-portfolio-carousel .portfolio_slider .swiper-button-prev:hover,
.iteck-portfolio-carousel .portfolio_slider .swiper-button-next:hover {
background: linear-gradient(to right, var(--color-main) 0%, var(--color-secondary) 100%);
}
.iteck-portfolio-carousel .portfolio_slider .swiper-button-prev:hover::after,
.iteck-portfolio-carousel .portfolio_slider .swiper-button-next:hover::after {
color: #fff;
}
.iteck-portfolio-carousel .portfolio_slider .swiper-pagination {
width: 100%;
bottom: 0;
}
.iteck-portfolio-carousel .portfolio_slider .swiper-pagination .swiper-pagination-bullet {
margin: 0 5px;
}
.iteck-portfolio-carousel .portfolio_card {
background-color: #fff;
border-radius: 7px;
overflow: hidden;
transition: all 0.3s ease;
}
.iteck-portfolio-carousel .portfolio_card .img {
height: 240px;
overflow: hidden;
}
.iteck-portfolio-carousel .portfolio_card .img img {
width: 100%;
height: 100%;
object-fit: cover;
}
.iteck-portfolio-carousel .portfolio_card .info {
padding: 30px;
}
.iteck-portfolio-carousel .portfolio_card .info h5 {
font-size: 21px;
margin-bottom: 0;
}
.iteck-portfolio-carousel .portfolio_card .info h5 a {
color: #000;
font-weight: bold;
}
.iteck-portfolio-carousel .portfolio_card .info .category {
display: block;
text-transform: uppercase;
font-size: 12px;
}
.iteck-portfolio-carousel .portfolio_card .info .category a {
color: var(--color-main);
}
.iteck-portfolio-carousel .portfolio_card .info .text {
color: #666;
margin: 15px 0 20px;
font-size: 14px;
line-height: 1.6;
}
.iteck-portfolio-carousel .portfolio_card .info .text p {
margin-bottom: 0;
}
.iteck-portfolio-carousel .portfolio_card .info .tags a {
font-size: 12px;
padding: 5px 10px;
border-radius: 4px;
background-color: #eef4f8;
color: #555;
}
.iteck-portfolio-carousel .portfolio_card:hover h5 a {
color: var(--color-main);
}
.iteck-portfolio-carousel.separated-image .portfolio_card {
background-color: transparent;
border-radius: 0px;
}
.iteck-portfolio-carousel.separated-image .img {
border-radius: 15px;
overflow: hidden;
height: 100%;
}
.iteck-portfolio-carousel.separated-image .img img {
-webkit-transition: all 2s ease;
-o-transition: all 2s ease;
transition: all 2s ease;
max-width: 100%;
max-height: 100%;
width: 100%;
height: 100%;
-o-object-fit: cover;
object-fit: cover;
}
.iteck-portfolio-carousel.separated-image .img:hover img {
-webkit-transform: rotate(-10deg) scale(1.2);
-ms-transform: rotate(-10deg) scale(1.2);
transform: rotate(-10deg) scale(1.2);
}
.iteck-portfolio-carousel.separated-image .info {
text-align: center;
}
.iteck-portfolio-carousel.separated-image .info h5 a {
color: #fff;
margin-top: 1.5rem;
}
.iteck-portfolio-carousel.separated-image .info small {
color: #15f1ff;
font-size: 0.875em;
}
.iteck-slider-tabs-portfolio.style-1 .content {
padding-left: calc((100vw - 1170px) / 2);
}
.iteck-slider-tabs-portfolio.style-1 .top-title h5 {
font-size: 16px;
font-weight: bold;
color: #a44cee;
display: inline-block;
text-transform: capitalize;
margin: 0 10px;
}
.iteck-slider-tabs-portfolio.style-1 .projects-tabs {
position: relative;
padding-bottom: 80px;
}
.iteck-slider-tabs-portfolio.style-1 .projects-tabs .nav-pills {
flex-wrap: nowrap;
}
.iteck-slider-tabs-portfolio.style-1 .projects-tabs .nav-pills .nav-item {
list-style: none;
}
.iteck-slider-tabs-portfolio.style-1 .projects-tabs .nav-pills .nav-item .nav-link {
font-size: 16px;
border-radius: 0;
background: transparent;
color: #000;
margin: 5px 0;
text-transform: capitalize;
margin-left: -20px;
transition: all 0.3s ease;
}
.iteck-slider-tabs-portfolio.style-1 .projects-tabs .nav-pills .nav-item .nav-link i {
opacity: 0;
transition: all 0.5s ease;
}
.iteck-slider-tabs-portfolio.style-1 .projects-tabs .nav-pills .nav-item .nav-link:hover, .iteck-slider-tabs-portfolio.style-1 .projects-tabs .nav-pills .nav-item .nav-link.active {
text-decoration: underline;
margin-left: 0;
list-style: none;
}
.iteck-slider-tabs-portfolio.style-1 .projects-tabs .nav-pills .nav-item .nav-link:hover i, .iteck-slider-tabs-portfolio.style-1 .projects-tabs .nav-pills .nav-item .nav-link.active i {
opacity: 1;
color: var(--color-main);
}
.iteck-slider-tabs-portfolio.style-1 .projects-tabs .swiper-button-next,
.iteck-slider-tabs-portfolio.style-1 .projects-tabs .swiper-button-prev {
width: 50px;
height: 50px;
background: #fff;
color: #000;
border-radius: 50%;
top: auto;
bottom: 0;
transition: all 0.3s ease;
}
.iteck-slider-tabs-portfolio.style-1 .projects-tabs .swiper-button-next i,
.iteck-slider-tabs-portfolio.style-1 .projects-tabs .swiper-button-prev i {
line-height: 50px;
}
.iteck-slider-tabs-portfolio.style-1 .projects-tabs .swiper-button-next:hover,
.iteck-slider-tabs-portfolio.style-1 .projects-tabs .swiper-button-prev:hover {
background: var(--color-main) !important;
color: #fff;
}
.iteck-slider-tabs-portfolio.style-1 .projects-tabs .swiper-button-next::after,
.iteck-slider-tabs-portfolio.style-1 .projects-tabs .swiper-button-prev::after {
display: none;
}
.iteck-slider-tabs-portfolio.style-1 .projects-tabs .swiper-button-next, .iteck-slider-tabs-portfolio.style-1 .projects-tabs .swiper-container-rtl .swiper-button-prev {
right: auto;
left: 70px;
}
.iteck-slider-tabs-portfolio.style-1 .project-card {
background-color: #fff;
border-radius: 10px;
overflow: hidden;
display: block;
}
.iteck-slider-tabs-portfolio.style-1 .project-card .info {
padding: 55px;
}
.iteck-slider-tabs-portfolio.style-1 .project-card .info h6 {
color: var(--color-main);
font-weight: 400;
margin-bottom: 10px;
}
.iteck-slider-tabs-portfolio.style-1 .project-card .info h3 {
font-size: 24px;
}
.iteck-slider-tabs-portfolio.style-1 .project-card .img {
height: 400px;
}
.iteck-slider-tabs-portfolio.style-1 .project-card .img img {
width: 100%;
height: 100%;
object-fit: contain;
object-position: bottom center;
}
.iteck-slider-tabs-portfolio.style-1 .project-card:hover .info h3 {
color: #0a58ca;
}
.iteck-slider-tabs-portfolio.style-1 .tabs-btn {
background: #FFFFFF;
background-image: none;
font-size: 12px;
font-weight: 700;
text-transform: capitalize;
line-height: 1.7em;
color: #000000;
fill: #000000;
border-radius: 49px 49px 49px 49px;
padding: 7px 10px 7px 30px;
display: inline-block;
margin-top: 50px;
}
.iteck-slider-tabs-portfolio.style-1 .tabs-btn .iteck-button-icon {
color: #000000;
background-color: #F8F9FA;
border-radius: 50px 50px 50px 50px;
padding: 5px 7px 5px 7px;
margin-left: 10px;
font-size: 16px;
display: inline-block;
}
.iteck-slider-tabs-portfolio.style-1 .tabs-btn:hover {
box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.iteck-slider-tabs-portfolio.style-2 {
position: relative;
}
.iteck-slider-tabs-portfolio.style-2::before {
position: absolute;
content: "";
left: calc(50% - 300px);
top: 0;
width: 600px;
height: 600px;
background: linear-gradient(to bottom, #fff9ef, transparent);
border-radius: 50%;
}
.iteck-slider-tabs-portfolio.style-2 .swiper-container {
overflow: visible;
width: 100%;
}
.iteck-slider-tabs-portfolio.style-2 .content {
padding: 0;
}
.iteck-slider-tabs-portfolio.style-2 .links-tabs {
position: relative;
z-index: 10;
}
.iteck-slider-tabs-portfolio.style-2 .links-tabs .nav-item {
list-style: none;
}
.iteck-slider-tabs-portfolio.style-2 .links-tabs .nav-item .nav-link {
color: #000;
text-transform: uppercase;
border-radius: 30px;
box-shadow: 0 10px 30px rgba(0, 0, 0, 0.0666666667);
font-size: 14px;
font-weight: 500;
padding: 10px 30px;
margin: 10px;
background-color: #fff;
}
.iteck-slider-tabs-portfolio.style-2 .links-tabs .nav-item .nav-link.active {
background-color: var(--color-main);
color: #fff;
}
.iteck-slider-tabs-portfolio.style-2 .project-card {
position: relative;
height: 430px;
border-radius: 15px;
overflow: hidden;
display: block;
}
.iteck-slider-tabs-portfolio.style-2 .project-card .info {
position: absolute;
left: 30px;
bottom: 30px;
width: calc(100% - 60px);
padding: 20px;
background-color: #fff;
border-radius: 15px;
overflow: hidden;
z-index: 10;
transform: translateY(150%);
transition: all 0.4s ease;
}
.iteck-slider-tabs-portfolio.style-2 .project-card .info::before {
position: absolute;
content: "";
left: 0;
top: 0;
width: 100%;
height: 100%;
background-size: cover;
background-repeat: no-repeat;
z-index: -1;
opacity: 0.1;
}
.iteck-slider-tabs-portfolio.style-2 .project-card .info h6 {
color: #999;
margin-bottom: 5px;
font-size: 14px;
line-height: 1.7;
}
.iteck-slider-tabs-portfolio.style-2 .project-card .info h3 {
font-size: 20px;
font-weight: bold;
margin: 0;
}
.iteck-slider-tabs-portfolio.style-2 .project-card .info .logo {
max-width: 140px;
padding: 0;
}
.iteck-slider-tabs-portfolio.style-2 .project-card:hover .info {
transform: translateY(0);
}
.iteck-slider-tabs-portfolio.style-2 .links {
margin-top: 80px;
}
.iteck-slider-tabs-portfolio.style-2 .links .links-content {
border-bottom: 1px solid rgba(153, 153, 153, 0.2);
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}
.iteck-slider-tabs-portfolio.style-2 .links .links-content a {
width: 125px;
margin: 20px 0;
}
.iteck-slider-tabs-portfolio.style-2 .links p {
margin-top: 20px;
}  .iteck-gallery .port-item {
float: left;
clear: none;
}
.port-inner {
overflow: hidden;
position: relative;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}
.port-inner:hover .port-box {
opacity: 0.8;
background: linear-gradient(to right, var(--color-primary), var(--color-secondary), var(--color-ternary));
}
.port-inner:hover .dbox-relative {
opacity: 1;
transform: scale(1);
-ms-transform: scale(1);
-webkit-transform: scale(1);
}
.port-box {
display: block;
padding: 60% 0;
position: relative;
z-index: 1;
opacity: 0;
-webkit-transition: all 0.5s cubic-bezier(0.5, 0, 0.4, 1);
-moz-transition: all 0.5s cubic-bezier(0.5, 0, 0.4, 1);
-ms-transition: all 0.5s cubic-bezier(0.5, 0, 0.4, 1);
-o-transition: all 0.5s cubic-bezier(0.5, 0, 0.4, 1);
transition: all 0.5s cubic-bezier(0.5, 0, 0.4, 1);
}
.portfolio-body {
margin-bottom: -1px;
}
.portfolio-body .port-box::after {
display: none !important;
height: 100%;
width: 273%;
display: block;
content: "";
position: absolute;
background: #333;
transform: rotate(45deg);
top: -200%;
right: -100%;
-webkit-transition: all 0.7s cubic-bezier(0.5, 0, 0.4, 1);
-moz-transition: all 0.7s cubic-bezier(0.5, 0, 0.4, 1);
-ms-transition: all 0.7s cubic-bezier(0.5, 0, 0.4, 1);
-o-transition: all 0.7s cubic-bezier(0.5, 0, 0.4, 1);
transition: all 0.7s cubic-bezier(0.5, 0, 0.4, 1);
}
.portfolio-body .port-inner:hover .port-box::after {
top: -50%;
}
.single-portfolio .slider-mask {
background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
}
.port-short .slider-padding {
padding: 39.5%;
}
.portfolio-type-four .slider-center-box > h3 {
font-size: 30px;
}
.port-link {
display: block;
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 100%;
z-index: 3;
}
.port-img {
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 100%;
}
.pagi-box {
width: 100%;
}
.img-mask {
z-index: 0;
-webkit-transition: all 0.5s cubic-bezier(0.5, 0, 0.4, 1);
-moz-transition: all 0.5s cubic-bezier(0.5, 0, 0.4, 1);
-ms-transition: all 0.5s cubic-bezier(0.5, 0, 0.4, 1);
-o-transition: all 0.5s cubic-bezier(0.5, 0, 0.4, 1);
transition: all 0.5s cubic-bezier(0.5, 0, 0.4, 1);
position: absolute;
height: 100%;
width: 100%;
top: 0;
left: 0;
}
.mason-mask {
position: absolute;
width: 100%;
height: 100%;
z-index: 1;
}
.ani-width .img-mask {
background: #fff none repeat scroll 0 0;
height: 110%;
position: absolute;
right: -10px;
top: -10px;
bottom: -10px;
width: 50%;
transform: scale(1, 1);
transform-origin: right;
-ms-transform: scale(1, 1);
-ms-transform-origin: right;
-webkit-transform: scale(1, 1);
-webkit-transform-origin: right;
}
.ani-width .width-img {
opacity: 0;
}
.gray-bg .ani-width .img-mask {
background: #fafafa;
}
.dark-page .ani-width .img-mask {
background: #1f1f1f;
}
.dark-page .gray-bg .ani-width .img-mask {
background: #1A1A1A;
}
.full-ani-width .img-mask {
-ms-transform: scale(0, 1);
-webkit-transform: scale(0, 1);
transform: scale(0, 1);
}
.full-ani-width .width-img {
opacity: 1;
}
.width-img {
-webkit-transition: all 0.6s cubic-bezier(0.9, 0, 0.3, 1);
-moz-transition: all 0.6s cubic-bezier(0.9, 0, 0.3, 1);
-ms-transition: all 0.6s cubic-bezier(0.9, 0, 0.3, 1);
-o-transition: all 0.6s cubic-bezier(0.9, 0, 0.3, 1);
transition: all 0.6s cubic-bezier(0.9, 0, 0.3, 1);
}
.port-filter {
list-style: outside none none;
margin: 0 0 10px 0;
padding: 0;
overflow: hidden;
display: inline-block !important;
line-height: 1rem;
text-transform: uppercase;
}
.port-filter a {
background: transparent;
display: inline-block;
font-size: 14px;
padding: 10px;
z-index: 1;
position: relative;
overflow: hidden;
color: #777777;
border-radius: 50px;
}
.port-filter a.active, .port-filter a:hover {
color: var(--color-main);
}
.port-filter > li {
display: inline-block;
margin: 5px;
}
.dbox-relative {
opacity: 0;
padding: 15px 40px;
z-index: 1;
transform: scale(1.2);
-ms-transform: scale(1.2);
-webkit-transform: scale(1.2);
-webkit-transition: all 0.3s ease-in 0s;
transition: all 0.3s ease-in 0s;
}
.dbox-relative h3 {
font-size: 22px;
margin: 0;
text-transform: capitalize;
color: #ffffff;
}
.dbox-relative p {
color: #ffffff;
line-height: 1.2;
margin-bottom: 0;
}
.port-dbox {
position: absolute;
width: 100%;
z-index: 1;
top: 50%;
left: 50%;
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.other-portfolio {
text-align: center;
}
.other-portfolio .port-box {
padding: 50% 0;
background: var(--color-main);
}
.other-portfolio .port-item {
float: left;
}
.port-detail {
list-style: none;
padding: 0;
display: inline-block;
font-family: "Poppins", sans-serif;
font-size: 16px;
}
.port-detail li {
display: inline-block;
margin-right: 10px;
}
.port-gallery-body .col-md-12 .port-box {
padding: 30% 0;
}
.port-top-gallery .port-box {
padding: 35% 0;
}
.op-title {
font-size: 32px;
margin: auto;
margin-bottom: 40px;
line-height: 1;
width: fit-content;
text-align: center;
background: linear-gradient(to right, var(--color-primary), var(--color-secondary), var(--color-ternary));
-webkit-background-clip: text !important;
-webkit-text-fill-color: transparent;
}
.op-sub {
margin: 0;
}
.single-work-title {
font-size: 60px;
margin: 0 0 30px;
text-transform: capitalize;
}
.swork-line {
margin-bottom: 25px;
background: #000;
height: 6px;
width: 60px;
margin-top: -15px;
} .iteck-portfolio-list .controls {
text-align: center;
margin-bottom: 50px;
}
.iteck-portfolio-list .controls button {
border: 0;
background: transparent;
font-weight: bold;
text-transform: capitalize;
margin: 10px;
}
.iteck-portfolio-list .controls button.mixitup-control-active {
color: var(--color-blue5);
}
.iteck-portfolio-list .content {
padding: 0px;
}
.iteck-portfolio-list .content .project-card.style-1 {
position: relative;
overflow: hidden;
}
.iteck-portfolio-list .content .project-card.style-1 .img {
height: 360px;
border-radius: 15px;
overflow: hidden;
}
.iteck-portfolio-list .content .project-card.style-1 .img img {
transition: all 1s ease;
width: 100%;
height: 100%;
-o-object-fit: cover;
object-fit: cover;
}
.iteck-portfolio-list .content .project-card.style-1 .info {
position: absolute;
z-index: 5;
bottom: 20px;
left: 20px;
background-color: #fff;
border-radius: 15px;
display: inline-block;
padding: 20px 25px;
transition: all 0.4s ease;
transform: translateY(150%);
opacity: 0;
}
.iteck-portfolio-list .content .project-card.style-1 .info .h5 {
font-weight: bold;
font-size: 19px;
margin-bottom: 0;
color: #000;
}
.iteck-portfolio-list .content .project-card.style-1 .info .small {
font-size: 11px;
color: #999;
}
.iteck-portfolio-list .content .project-card.style-1:hover .img img {
transform: scale(1.1) rotate(-5deg);
}
.iteck-portfolio-list .content .project-card.style-1:hover .info {
opacity: 1;
transform: translateY(0);
}
.iteck-portfolio-list .content .portfolio-card {
background-color: #fff;
border-radius: 7px;
overflow: hidden;
transition: all 0.3s ease;
position: relative;
}
.iteck-portfolio-list .content .portfolio-card .img {
overflow: hidden;
}
.iteck-portfolio-list .content .portfolio-card .img img {
width: 100%;
height: 100%;
object-fit: cover;
}
.iteck-portfolio-list .content .portfolio-card .info {
padding: 23px 21px 6px 18px;
height: 145px;
}
.iteck-portfolio-list .content .portfolio-card .info .wrap {
position: relative;
display: block;
height: 100%;
}
.iteck-portfolio-list .content .portfolio-card .info h5 {
font-size: 16px;
margin-bottom: 0;
}
.iteck-portfolio-list .content .portfolio-card .info h5 a {
color: #000;
font-weight: 600;
}
.iteck-portfolio-list .content .portfolio-card .info .category {
display: block;
text-transform: uppercase;
font-size: 12px;
}
.iteck-portfolio-list .content .portfolio-card .info .category a {
color: #999;
font-weight: 500;
}
.iteck-portfolio-list .content .portfolio-card .info .text {
color: #666;
margin: 15px 0 20px;
font-size: 14px;
line-height: 1.6;
}
.iteck-portfolio-list .content .portfolio-card .info .text p {
margin-bottom: 0;
}
.iteck-portfolio-list .content .portfolio-card .info .tags a {
font-size: 12px;
padding: 5px 10px;
border-radius: 4px;
background-color: #eef4f8;
color: #555;
}
.iteck-portfolio-list .content .portfolio-card:hover h5 a {
color: var(--color-main);
}
.iteck-portfolio-list .content .portfolio-card .data {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
position: absolute;
bottom: 0;
left: 0;
width: 100%;
}
.iteck-portfolio-list .content .portfolio-card .data .cat {
color: #999;
text-transform: uppercase;
font-size: 11px;
}
.iteck-portfolio-list .content .portfolio-card .data .sale {
position: relative;
display: inline-block;
padding-right: 10px;
margin-right: 10px;
font-family: Heebo, sans-serif;
font-size: 12px;
text-transform: uppercase;
letter-spacing: 0.05em;
color: #999;
}
.iteck-portfolio-list .content .portfolio-card .data .sale:after {
position: absolute;
top: 5px;
right: -1px;
content: "";
color: inherit;
font-size: 12px;
line-height: inherit;
width: 1px;
height: 12px;
background-color: #ebebeb;
} .iteck-portfolio-item .title {
font-weight: 600;
}
.iteck-portfolio-item .content {
padding-top: 20px;
}
.iteck-portfolio-item .content .desc img.thum {
width: 100%;
width: 100%;
background-color: #fafafa;
padding: 5px;
border-radius: 4px;
border: 1px solid #e1e8ed;
}
.iteck-portfolio-item .content .desc .details {
padding-top: 30px;
}
.iteck-portfolio-item .side {
background-color: #fafafa;
color: #666666;
margin-bottom: 20px;
padding: 90px 5px 5px 5px;
border-radius: 4px;
border: 1px solid #e1e8ed;
position: relative;
}
.iteck-portfolio-item .side .data {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
position: absolute;
top: 5px;
left: 0;
width: 100%;
padding: 10px;
}
.iteck-portfolio-item .side .data .price {
font-size: 34px;
color: #000;
font-weight: 500;
}
.iteck-portfolio-item .side .btn-buy {
position: relative;
display: inline-block;
vertical-align: middle;
width: auto;
margin: 0;
font-size: 12px;
line-height: 2em;
letter-spacing: 0.12em;
font-weight: 500;
text-transform: uppercase;
outline: 0;
-webkit-box-sizing: border-box;
box-sizing: border-box;
-webkit-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
-o-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
border-radius: 26px;
padding: 12px 46px;
cursor: pointer;
padding: 12px 41px;
margin-bottom: 10px;
color: #fff;
background-color: #157efb;
border: 1px solid #157efb;
display: block;
text-align: center;
}
.iteck-portfolio-item .side .btn-preview {
position: relative;
display: inline-block;
vertical-align: middle;
width: auto;
margin: 0;
font-size: 12px;
line-height: 2em;
letter-spacing: 0.12em;
font-weight: 500;
text-transform: uppercase;
outline: 0;
-webkit-box-sizing: border-box;
box-sizing: border-box;
-webkit-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
-o-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
border-radius: 26px;
padding: 12px 46px;
cursor: pointer;
padding: 12px 41px;
margin-bottom: 10px;
color: #111;
background-color: #fff;
border: 1px solid #e9e3e3;
display: block;
text-align: center;
}  .iteck-team .team_box {
text-align: center;
margin-bottom: 20px;
}
.iteck-team .team_box .avatar {
width: 135px;
height: 135px;
border-radius: 50%;
overflow: hidden;
margin: 0 auto 15px;
}
.iteck-team .team_box .avatar img {
width: 100%;
height: 100%;
object-fit: cover;
}
.iteck-team .team_box .info h6 {
font-weight: bold;
transition: all 0.3s ease;
margin-bottom: 0;
}
.iteck-team .team_box .info small {
display: block;
font-size: 13px;
color: #888;
}
.iteck-team .team_box .info .social_icons {
margin-top: 10px;
display: flex;
justify-content: center;
}
.iteck-team .team_box .info .social_icons a {
width: 30px;
height: 30px;
border-radius: 50%;
display: inline-flex;
align-items: center;
justify-content: center;
background-color: #eef4f8;
color: #666;
margin: 5px;
font-size: 13px;
}
.iteck-team .team_box .info .social_icons a:hover {
background: linear-gradient(to right, var(--color-main) 0%, var(--color-secondary) 100%);
color: #fff;
}
.iteck-team .team_box:hover .info h6 {
color: var(--color-main);
}
.iteck-team .team_box_hover {
text-align: center;
padding: 15px;
background-color: #fff;
border-radius: 20px;
transition: all 0.3s ease;
}
.iteck-team .team_box_hover .avatar {
position: relative;
height: 320px;
border-radius: 15px;
overflow: hidden;
}
.iteck-team .team_box_hover .avatar img {
width: 100%;
height: 100%;
-o-object-fit: cover;
object-fit: cover;
}
.iteck-team .team_box_hover .avatar .social_icons {
position: absolute;
left: 0;
bottom: 0;
width: 100%;
padding: 20px;
z-index: 5;
}
.iteck-team .team_box_hover .avatar .social_icons a {
width: 30px;
height: 30px;
border-radius: 50%;
background-color: #fff;
color: #666;
display: inline-flex;
align-items: center;
justify-content: center;
font-size: 11px;
transform: translateY(80px);
opacity: 0;
transition: all 0.5s ease;
}
.iteck-team .team_box_hover .avatar .social_icons a:hover {
background-color: var(--color-blue6);
color: #fff;
transition: all 0.3s ease;
transition-delay: 0 !important;
}
.iteck-team .team_box_hover .avatar .social_icons a:nth-of-type(1) {
transition-delay: 0.1s;
}
.iteck-team .team_box_hover .avatar .social_icons a:nth-of-type(2) {
transition-delay: 0.2s;
}
.iteck-team .team_box_hover .avatar .social_icons a:nth-of-type(3) {
transition-delay: 0.3s;
}
.iteck-team .team_box_hover .avatar .social_icons a:nth-of-type(4) {
transition-delay: 0.4s;
}
.iteck-team .team_box_hover .info {
padding: 25px 0 10px;
}
.iteck-team .team_box_hover .info h6 {
font-size: 15px;
font-weight: bold;
color: #000;
}
.iteck-team .team_box_hover .info small {
color: #999;
font-size: 11px;
}
.iteck-team .team_box_hover:hover {
box-shadow: 0px 54px 92px 0px rgba(81, 85, 134, 0.2);
}
.iteck-team .team_box_hover:hover .avatar .social_icons a {
opacity: 1;
transform: translateY(0);
}
.iteck-team .team_box_hover:hover .info h6 {
color: var(--color-blue6);
}
.iteck-team .bg-style-1 .avatar {
position: relative;
height: 400px;
text-align: center;
border-bottom-right-radius: 180px;
overflow: hidden;
}
.iteck-team .bg-style-1 .avatar img {
height: 100%;
width: 90%;
object-fit: cover;
object-position: top;
position: relative;
z-index: 1;
}
.iteck-team .bg-style-1 .avatar .bg_color {
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: calc(100% - 50px);
border-top-left-radius: 150px;
background-color: #F6C463;
}
.iteck-team .bg-style-1 .avatar .social_icons {
position: absolute;
top: 80px;
right: 20px;
background-color: #fff;
z-index: 2;
width: 50px;
height: 50px;
border-radius: 50px;
cursor: pointer;
text-align: center;
transition: all 0.5s ease;
overflow: hidden;
}
.iteck-team .bg-style-1 .avatar .social_icons:hover {
height: 180px;
}
.iteck-team .bg-style-1 .avatar .social_icons:hover a {
opacity: 1;
}
.iteck-team .bg-style-1 .avatar .social_icons:hover .icon {
height: 45px;
}
.iteck-team .bg-style-1 .avatar .social_icons:hover .icon::after {
content: "\f068";
}
.iteck-team .bg-style-1 .avatar .social_icons .icon {
width: 50px;
height: 50px;
border-radius: 50px;
line-height: 50px;
text-align: center;
display: inline-block;
color: #000;
}
.iteck-team .bg-style-1 .avatar .social_icons .icon::after {
content: "\f067";
font-weight: 900;
font-family: "Font Awesome 5 pro";
}
.iteck-team .bg-style-1 .avatar .social_icons a {
background-color: #fff;
width: 50px;
height: 30px;
border-radius: 50px;
line-height: 30px;
text-align: center;
font-size: 12px;
color: #777;
display: inline-block;
opacity: 0;
}
.iteck-team .bg-style-1 .avatar .social_icons a:hover {
color: var(--color-main);
}
.iteck-team .bg-style-1 .avatar .social_icons a:nth-of-type(2) {
transition-delay: 0.1s;
}
.iteck-team .bg-style-1 .avatar .social_icons a:nth-of-type(3) {
transition-delay: 0.2s;
}
.iteck-team .bg-style-1 .avatar .social_icons a:nth-of-type(4) {
transition-delay: 0.3s;
}
.iteck-team .bg-style-1 .info {
padding-top: 40px;
}
.iteck-team .bg-style-1 .info h6 {
font-size: 24px;
font-weight: bold;
}
.iteck-team .bg-style-2 {
position: relative;
overflow: hidden;
}
.iteck-team .bg-style-2:hover .info {
transform: scale(1);
opacity: 1;
}
.iteck-team .bg-style-2 .avatar img {
width: 100%;
height: calc(15vw + 200px);
object-fit: cover;
}
.iteck-team .bg-style-2 .info {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.4666666667);
display: flex;
align-content: space-between;
flex-wrap: wrap;
z-index: 10;
padding: 50px;
transform: scale(2);
opacity: 0;
transition: all 0.4s ease;
}
.iteck-team .bg-style-2 .info .social_icons {
width: 100%;
}
.iteck-team .bg-style-2 .info .social_icons a {
margin-inline-end: 25px;
color: #fff;
}
.iteck-team .bg-style-2 .info .social_icons a:hover {
color: var(--color-main);
}
.iteck-team .bg-style-2 .info h6 {
color: #fff;
font-size: 26px;
margin-top: 5px;
}
.iteck-team .bg-style-2 .info small {
color: #fff;
}  .iteck-testimonial.card-style-top .client_card {
border: 1px solid rgba(153, 153, 153, 0.2666666667);
border-radius: 5px;
padding: 20px;
display: flex;
background-color: #fff;
}
.iteck-testimonial.card-style-top .client_card .user_img {
margin-right: 25px;
flex-shrink: 0;
}
.iteck-testimonial.card-style-top .client_card .user_img img {
width: 45px;
height: 45px;
border-radius: 50%;
object-fit: cover;
}
.iteck-testimonial.card-style-top .client_card .inf_content .rate_stars {
margin-bottom: 5px;
}
.iteck-testimonial.card-style-top .client_card .inf_content .rate_stars i {
color: #ffb400;
font-size: 10px;
}
.iteck-testimonial.card-style-top .client_card .inf_content .rate_stars .rate-icon {
width: 20px;
-webkit-margin-end: 1px;
margin-inline-end: 1px;
}
.iteck-testimonial.card-style-top .client_card .inf_content h6 {
font-weight: bold;
font-size: 13px;
margin-bottom: 15px;
}
.iteck-testimonial.card-style-top .client_card .inf_content p {
font-size: 12px;
color: #000;
text-transform: uppercase;
margin-bottom: 0px;
}
.iteck-testimonial.card-style-top .client_card .inf_content p span {
text-transform: capitalize;
}
.iteck-testimonial.card-style-bottom .inf_content .stars {
color: #ffb400;
margin-bottom: 25px;
position: relative;
z-index: 1;
display: flex;
}
.iteck-testimonial.card-style-bottom .inf_content .stars i {
margin-inline-end: 5px;
}
.iteck-testimonial.card-style-bottom .inf_content .stars .rate-icon {
width: 20px;
margin-inline-end: 1px;
}
.iteck-testimonial.card-style-bottom .inf_content p {
font-size: 20px;
position: relative;
z-index: 1;
}
.iteck-testimonial.card-style-bottom .inf_content .icon {
position: absolute;
width: 100px;
right: 30px;
top: 30px;
pointer-events: none;
}
.iteck-testimonial.card-style-bottom .user_img {
display: flex;
align-items: center;
margin-top: 40px;
}
.iteck-testimonial.card-style-bottom .user_img img {
width: 60px;
height: 60px;
border-radius: 50%;
margin-inline-end: 1rem;
}
.iteck-testimonial.card-style-bottom .user_img .inf p {
color: var(--color-main);
text-transform: uppercase;
margin-bottom: 0px;
}
.iteck-testimonial.card-style-bottom .user_img .inf h6 {
font-size: 18px;
font-weight: bold;
}
.iteck-testimonial.float-style .inf_content {
background-color: #fff;
padding: 30px;
border-radius: 10px;
position: relative;
}
.iteck-testimonial.float-style .inf_content::after {
position: absolute;
content: "";
bottom: -20px;
left: 100px;
width: 50px;
height: 20px;
border-left: 25px solid #fff;
border-right: 25px solid transparent;
border-top: 10px solid #fff;
border-bottom: 10px solid transparent;
}
.iteck-testimonial.float-style .inf_content .stars {
color: #ffb400;
margin-bottom: 25px;
position: relative;
z-index: 1;
display: flex;
}
.iteck-testimonial.float-style .inf_content .stars i {
margin-inline-end: 5px;
}
.iteck-testimonial.float-style .inf_content .stars .rate-icon {
width: 20px;
-webkit-margin-end: 1px;
margin-inline-end: 1px;
}
.iteck-testimonial.float-style .inf_content p {
font-size: 20px;
position: relative;
z-index: 1;
}
.iteck-testimonial.float-style .inf_content .icon {
position: absolute;
width: 100px;
right: 30px;
top: 30px;
pointer-events: none;
}
.iteck-testimonial.float-style .user_img {
display: flex;
align-items: center;
margin-top: 40px;
}
.iteck-testimonial.float-style .user_img img {
width: 60px;
height: 60px;
border-radius: 50%;
margin-inline-end: 1rem;
}
.iteck-testimonial.float-style .user_img .inf p {
color: var(--color-main);
text-transform: uppercase;
margin-bottom: 0px;
}
.iteck-testimonial.float-style .user_img .inf h6 {
font-size: 18px;
font-weight: bold;
}
.iteck-testimonial.card-style {
text-align: center;
margin-top: 50px;
}
.iteck-testimonial.card-style .inf_content {
padding: 0 45px;
background-color: #fff;
border-radius: 15px;
position: relative;
z-index: 10;
padding-bottom: 80px;
}
.iteck-testimonial.card-style .inf_content .icon {
position: absolute;
top: unset;
bottom: 10px;
right: 10px;
width: 50%;
pointer-events: none;
z-index: -1;
}
.iteck-testimonial.card-style .inf_content .card-tag {
transform: translateY(-50%);
color: var(--color-main);
background-color: #15141a;
padding: 10px 20px;
border-radius: 30px;
font-size: 12px;
text-transform: uppercase;
line-height: 1;
display: inline-block;
}
.iteck-testimonial.card-style .inf_content p {
font-size: 16px;
color: #666;
margin-top: 30px;
margin-bottom: 20px;
}
.iteck-testimonial.card-style .inf_content .stars {
justify-content: center;
margin-bottom: 0;
}
.iteck-testimonial.card-style .user_img {
position: relative;
z-index: 20;
margin-top: -30px;
display: block;
}
.iteck-testimonial.card-style .user_img img {
width: 60px;
height: 60px;
border-radius: 50%;
object-fit: cover;
margin: auto;
margin-bottom: 30px;
}
.iteck-testimonial.card-style .user_img h6 {
font-size: 18px;
font-weight: bold;
margin: 0;
}
.iteck-testimonial.card-style .user_img p {
color: #999;
margin-top: 5px;
}
.iteck-testimonial-carousel {
position: relative;
}
.iteck-testimonial-carousel .swiper-container:not(.swiper-container-initialized) > .swiper-wrapper, .iteck-testimonial-carousel .swiper:not(.swiper-initialized) > .swiper-wrapper {
overflow: unset;
}
.iteck-testimonial-carousel.cards-style {
position: relative;
background-color: #ecf0f3;
}
.iteck-testimonial-carousel.cards-style .swiper-container {
overflow: visible;
}
.iteck-testimonial-carousel.cards-style .reviews_card {
position: relative;
border-radius: 10px;
background-color: #fff;
text-align: center;
padding: 50px 40px;
}
.iteck-testimonial-carousel.cards-style .reviews_card .icon {
width: 80px;
height: 80px;
border-radius: 50%;
background-color: #fff;
border-radius: 50%;
padding: 20px;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.0666666667);
position: absolute;
top: -40px;
right: 30px;
}
.iteck-testimonial-carousel.cards-style .reviews_card .rev_user {
width: 90px;
height: 90px;
margin: 0 auto 40px;
border-radius: 50%;
overflow: hidden;
}
.iteck-testimonial-carousel.cards-style .reviews_card .rev_user img {
width: 100%;
height: 100%;
-o-object-fit: cover;
object-fit: cover;
}
.iteck-testimonial-carousel.cards-style .reviews_card .rev_stars {
color: var(--color-main);
margin-bottom: 10px;
}
.iteck-testimonial-carousel.cards-style .reviews_card .review-text {
font-size: 18px;
color: #171717;
margin-bottom: 20px;
line-height: 1.7;
}
.iteck-testimonial-carousel.cards-style .reviews_card .review-name {
font-size: 18px;
color: #171717;
font-weight: bold;
margin-bottom: 10px;
}
.iteck-testimonial-carousel.style-1 .swiper-container {
padding-bottom: 70px;
}
.iteck-testimonial-carousel.style-1 .reviews_slider .pagination_circle {
margin-top: 0px;
}
.iteck-testimonial-carousel.style-1 .swiper-slide .reviews_card {
text-align: center;
display: block;
-webkit-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.iteck-testimonial-carousel.style-1 .swiper-slide .reviews_card.fade {
opacity: 0;
transform: scale(0.8) translateY(20px);
transition: all 1.5s ease;
transition-delay: 0.3s;
}
.iteck-testimonial-carousel.style-1 .swiper-slide.swiper-slide-active .reviews_card.fade {
opacity: 1;
transform: scale(1) translateY(0);
}
.iteck-testimonial-carousel.style-1 .rev_user {
width: 80px;
height: 80px;
border-radius: 50%;
overflow: hidden;
margin: 40px auto 25px;
display: inline-block;
}
.iteck-testimonial-carousel.style-1 .rev_user img {
width: 100%;
height: 100%;
object-fit: cover;
border-radius: 50%;
}
.iteck-testimonial-carousel.style-1 .review-text {
color: #fff;
}
.iteck-testimonial-carousel.style-1 .review-info {
color: #fff;
margin-top: 0.5rem;
display: block;
}
.iteck-testimonial-carousel.style-1 .review-info .review-name {
text-transform: uppercase;
}
.iteck-testimonial-carousel.style-1 .rev_stars i {
color: greenyellow;
}
.iteck-testimonial-carousel.style-2 .reviews_card .review-text {
font-size: 18px;
line-height: 28px;
min-height: 112px;
}
.iteck-testimonial-carousel.style-2 .reviews_card .user-img {
margin-top: 30px;
align-items: center;
display: flex;
}
.iteck-testimonial-carousel.style-2 .reviews_card .user-img .review-name {
font-size: 12px;
line-height: 1.1;
display: block;
}
.iteck-testimonial-carousel.style-2 .reviews_card .user-img .review-position {
font-size: 10px;
}
.iteck-testimonial-carousel.style-2 .rev_stars {
margin-bottom: 10px;
}
.iteck-testimonial-carousel.style-2 .rev_stars i {
color: #ffd700;
}
.iteck-testimonial-carousel.style-2 .rev_user {
width: 40px;
height: 40px;
border-radius: 50%;
overflow: hidden;
outline: 1px solid var(--color-lightBlue);
outline-offset: 5px;
margin-right: 1rem;
}
.iteck-testimonial-carousel.style-2 .rev_user img {
width: 100%;
height: 100%;
object-fit: cover;
}
.iteck-testimonial-carousel .reviews_slider {
position: relative;
}
.iteck-testimonial-carousel .reviews_slider p {
margin-bottom: 0px;
}
.iteck-testimonial-carousel .reviews_slider .swiper-button-next {
top: -65px;
right: 0;
width: 35px;
height: 35px;
border-radius: 50%;
background-image: none;
background: #fff;
transition: all 0.3s ease;
}
.iteck-testimonial-carousel .reviews_slider .swiper-button-next::after {
font-size: 12px;
}
.iteck-testimonial-carousel .reviews_slider .swiper-button-next:hover {
background: #4a00e1;
color: #fff;
}
.iteck-testimonial-carousel .reviews_slider .swiper-button-next.arrows-pos-bottom {
width: 40px;
height: 40px;
top: 100%;
margin-top: 40px;
right: auto;
left: 50px;
}
.iteck-testimonial-carousel .reviews_slider .swiper-button-prev {
top: -65px;
left: auto;
right: 40px;
width: 35px;
height: 35px;
border-radius: 50%;
background-image: none;
background: #fff;
transition: all 0.3s ease;
}
.iteck-testimonial-carousel .reviews_slider .swiper-button-prev::after {
font-size: 12px;
}
.iteck-testimonial-carousel .reviews_slider .swiper-button-prev:hover {
background: #4a00e1;
color: #fff;
}
.iteck-testimonial-carousel .reviews_slider .swiper-button-prev.arrows-pos-bottom {
width: 40px;
height: 40px;
top: 100%;
margin-top: 40px;
left: unset;
right: unset;
}
.iteck-testimonial-carousel .reviews_slider .pagination_circle {
position: relative;
margin-top: 70px;
}
.iteck-testimonial-carousel .reviews_slider .pagination_circle .swiper-pagination {
width: 100%;
bottom: 0;
}
.iteck-testimonial-carousel .reviews_slider .pagination_circle .swiper-pagination .swiper-pagination-bullet {
position: relative;
margin: 0 20px;
width: 8px;
height: 8px;
display: inline-block;
border-radius: 100%;
background: rgba(0, 0, 0, 0.2);
opacity: 1;
}
.iteck-testimonial-carousel .reviews_slider .pagination_circle .swiper-pagination .swiper-pagination-bullet:before {
position: absolute;
content: "";
left: -10px;
top: -10px;
width: 28px;
height: 28px;
border-radius: 50%;
border: 1px solid transparent;
}
.iteck-testimonial-carousel .reviews_slider .pagination_circle .swiper-pagination .swiper-pagination-bullet-active {
opacity: 1;
border-radius: 5px;
background-color: #fff;
}
.iteck-testimonial-carousel .reviews_slider .pagination_circle .swiper-pagination .swiper-pagination-bullet-active:before {
border: 1px solid #15f1ff;
} .iteck-toggle .accordion-item {
border: 0;
border-bottom: 1px solid rgba(153, 153, 153, 0.3333333333);
background: transparent;
}
.iteck-toggle .accordion-item .accordion-button {
font-weight: bold;
font-size: 14px;
background-color: transparent;
box-shadow: none;
text-transform: capitalize;
padding: 25px 15px;
}
.iteck-toggle .accordion-item .accordion-button::after {
background-size: 15px;
}
.iteck-toggle .accordion-item .accordion-button .title-count {
color: var(--color-main);
-webkit-margin-end: 15px;
margin-inline-end: 15px;
}
.iteck-toggle .accordion-item .accordion-button:not(.collapsed) {
background-color: #fff;
color: var(--color-blue2);
padding-top: 30px;
}
.iteck-toggle .accordion-item .accordion-collapse {
background-color: #fff;
}
.iteck-toggle .accordion-item .accordion-collapse .accordion-body {
padding-top: 0;
padding-bottom: 30px;
font-size: 10px;
color: #666;
}
.iteck-toggle .accordion-item p {
margin-bottom: 0px;
}  .skills.style-1 .item {
display: flex;
}
.skills.style-1 .skill {
position: relative;
}
.skills.style-1 .skill span {
width: 100px;
height: 100px;
line-height: 100px;
text-align: center;
border-radius: 50%;
position: absolute;
top: 50%;
left: 50%;
transform: translateX(-50px) translateY(-50px);
font-size: 20px;
font-weight: 300;
}
.skills.style-1 .skill input {
font-family: "Barlow Condensed", Sans-serif !important;
font-weight: 300 !important;
}
.skills.style-1 .cont {
padding-top: 25px;
padding-left: 25px;
}
.skills.style-1 .cont span {
font-size: 12px;
font-weight: 300;
opacity: 0.9;
margin-bottom: 10px;
}
.skills.style-1 .cont h6 {
font-size: 15px;
font-weight: 500;
}
.skills-box .skill-item {
margin-bottom: 50px;
}
.skills-box .skill-item:last-of-type {
margin-bottom: 0;
}
.skills-box h6 {
font-size: 13px;
font-weight: 300;
text-transform: uppercase;
letter-spacing: 2px;
margin-bottom: 10px;
}
.skills-box .skill-progress {
height: 7px;
background-color: rgba(255, 255, 255, 0.05);
position: relative;
}
.skills-box .skill-progress .progres {
position: absolute;
height: 100%;
width: 0;
top: 0;
left: 0;
background-color: var(--color-main);
transition: all 1.5s;
}
.skills-box .skill-progress .progres:after {
content: attr(data-value);
position: absolute;
right: 10px;
top: -45px;
padding: 7px 15px;
border-radius: 5px;
background: var(--color-main);
font-size: 12px;
font-weight: 600;
}
.skills-box .skill-progress .progres:before {
content: "";
width: 0;
height: 0;
border-left: 5px solid transparent;
border-right: 5px solid transparent;
border-top: 8px solid var(--color-main);
position: absolute;
right: 15px;
bottom: 14px;
}
.skills.style-1 h6 {
color: #000;
}
.skills.style-1 span {
color: #0c0f16;
}
.skills.style-1 .skill input {
color: #0c0f16 !important;
}
.skills.style-1 .progres:after {
color: #ccc;
}
body.iteck-dark-mode .skills.style-1 h6 {
color: #fff;
}
body.iteck-dark-mode .skills.style-1 span {
color: #fff;
}
body.iteck-dark-mode .skills.style-1 .skill input {
color: #fff !important;
}
body.iteck-dark-mode .skills.style-1 .progres:after {
color: #111;
}
@media (prefers-color-scheme: dark) {
body.iteck-auto-mode .skills.style-1 h6 {
color: #fff;
}
body.iteck-auto-mode .skills.style-1 span {
color: #fff;
}
body.iteck-auto-mode .skills.style-1 .skill input {
color: #fff !important;
}
body.iteck-auto-mode .skills.style-1 .progres:after {
color: #111;
}
}  .iteck-pricing-plans .form-switch .form-check-input {
margin: 0 15px !important;
width: 2.5em !important;
height: 1.3em;
-webkit-box-shadow: none;
box-shadow: none;
cursor: pointer;
}
.iteck-pricing-plans .form-switch .form-check-input.color-lightBlue:checked {
background-color: var(--color-lightBlue);
border-color: var(--color-lightBlue);
background-image: url(//hradhouska.cz/wp-content/themes/iteck/assets/images/toggle_dot.svg);
margin: 0 15px !important;
width: 2.5em !important;
height: 1.3em;
-webkit-box-shadow: none;
box-shadow: none;
cursor: pointer;
}
.iteck-pricing-plans .toggle_switch .form-check-label {
pointer-events: none;
}
.iteck-pricing-plans .yearly_price,
.iteck-pricing-plans .monthly_price {
display: none;
}
.iteck-pricing-plans .yearly_price.show,
.iteck-pricing-plans .monthly_price.show {
display: block;
}
.iteck-pricing-plans .pricing-card.style-1 {
padding: 30px;
border-radius: 20px;
background-color: #f3f2f7;
}
.iteck-pricing-plans .pricing-card.style-1 .hightLight {
color: #6c41ff;
padding: 5px 10px;
text-align: center;
background-color: #f1eeff;
border-radius: 6px;
margin-bottom: 20px;
margin-top: 5px;
display: inline-block;
font-size: 14px;
}
.iteck-pricing-plans .pricing-card.style-1 .title-description {
margin-bottom: 20px;
}
.iteck-pricing-plans .pricing-card.style-1 .card-head {
border-bottom: 1px solid rgba(153, 153, 153, 0.2);
padding-bottom: 25px;
display: flex;
justify-content: space-between;
}
.iteck-pricing-plans .pricing-card.style-1 .card-head h4 {
font-size: 19px;
font-weight: bold;
display: flex;
align-items: center;
}
.iteck-pricing-plans .pricing-card.style-1 .card-head h4 img.icon {
width: 30px;
height: 30px;
margin-right: 8px;
max-width: 100%;
max-height: 100%;
display: inline-block;
}
.iteck-pricing-plans .pricing-card.style-1 .card-head h4 .icon {
margin-right: 8px;
font-size: 30px;
display: inline-block;
}
.iteck-pricing-plans .pricing-card.style-1 .card-head h4 .icon svg {
width: 30px;
height: 30px;
margin-right: 8px;
}
.iteck-pricing-plans .pricing-card.style-1 .card-head h4 small {
font-size: 8px;
padding: 3px 5px;
border-radius: 3px;
color: #fff !important;
background-color: #6e27ff;
margin: 0 5px;
line-height: 1.2;
}
.iteck-pricing-plans .pricing-card.style-1 .card-head h2.price {
font-size: 37px;
color: #000;
margin: 12px 0 5px;
text-align: left;
}
.iteck-pricing-plans .pricing-card.style-1 .card-head h2.price small {
font-size: 15px;
font-weight: 300;
}
.iteck-pricing-plans .pricing-card.style-1 .card-head small {
font-size: 12px;
color: #999999;
}
.iteck-pricing-plans .pricing-card.style-1 .card-head .price {
text-align: right;
}
.iteck-pricing-plans .pricing-card.style-1 .card-head .price h5 {
font-size: 20px;
color: var(--color-blue2);
font-weight: bold;
}
.iteck-pricing-plans .pricing-card.style-1 .card-head.center-align {
display: block;
}
.iteck-pricing-plans .pricing-card.style-1 .card-head.center-align .title {
text-align: center;
}
.iteck-pricing-plans .pricing-card.style-1 .card-head.center-align .title .plan-title {
display: block;
}
.iteck-pricing-plans .pricing-card.style-1 .card-head.center-align .title .plan-title .img-cont {
margin-bottom: 30px;
display: block;
}
.iteck-pricing-plans .pricing-card.style-1 .card-head.center-align .title .plan-title .img-cont img {
display: inline-block;
width: unset;
height: unset;
margin-bottom: 0;
}
.iteck-pricing-plans .pricing-card.style-1 .card-head.center-align .title .plan-title .hint {
position: absolute;
top: 25px;
left: 50%;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
font-size: 11px;
color: #fff;
padding: 5px 8px;
border-radius: 3px;
background-color: #1f3f85;
text-transform: capitalize;
line-height: 1.5;
}
.iteck-pricing-plans .pricing-card.style-1 .card-head.center-align .title .price {
text-align: center;
margin: 15px 0 0 0;
}
.iteck-pricing-plans .pricing-card.style-1 .card-body {
min-height: 180px;
padding: 20px 0;
}
.iteck-pricing-plans .pricing-card.style-1 .card-body ul {
padding: 0;
}
.iteck-pricing-plans .pricing-card.style-1 .card-body li {
line-height: 1.2;
display: flex;
align-items: center;
opacity: 0.3;
position: relative;
display: block;
}
.iteck-pricing-plans .pricing-card.style-1 .card-body li small {
font-size: 12px;
}
.iteck-pricing-plans .pricing-card.style-1 .card-body li.available {
opacity: 1;
}
.iteck-pricing-plans .pricing-card.style-1 .card-body li .features-icon {
flex-shrink: 0;
color: var(--color-blue2);
font-size: 20px;
margin-right: 10px;
text-align: center;
display: inline-block;
}
.iteck-pricing-plans .pricing-card.style-1 .card-body li .features-icon svg {
width: 20px;
height: 20px;
}
.iteck-pricing-plans .pricing-card.style-1 .btn {
background-color: var(--color-blue2);
border-radius: 50rem;
padding: 10px 25px;
font-size: 12px;
width: 100%;
}
.iteck-pricing-plans .pricing-card.style-1 .btn span {
color: #fff;
}
.iteck-pricing-plans .pricing-card.style-1.group-plans {
position: relative;
text-align: center;
color: #fff;
padding: 85px 50px 50px;
border: 1px solid #3d9dd1;
border-radius: 0px;
}
.iteck-pricing-plans .pricing-card.style-1.group-plans.first-item {
border-right: 0;
border-bottom-left-radius: 0.25rem;
border-top-left-radius: 0.25rem;
}
.iteck-pricing-plans .pricing-card.style-1.group-plans.last-item {
border-left: 0;
border-bottom-right-radius: 0.25rem;
border-top-right-radius: 0.25rem;
}
.iteck-pricing-plans .pricing-card.style-1.group-plans.recommended:before {
position: absolute;
content: "";
left: 0;
top: 0;
width: 100%;
height: 10px;
background: var(--color-lightBlue);
}
.iteck-pricing-plans .pricing-card.style-1.group-plans .card-body li {
opacity: 1;
}
.iteck-pricing-plans.slider-pricing .pricing-head {
padding: 100px 0 70px;
background-color: #000;
}
.iteck-pricing-plans.slider-pricing .pricing-head .ui-widget-content {
border-radius: 15px !important;
height: 5px;
border: 0;
background-color: #151515;
position: relative;
}
.iteck-pricing-plans.slider-pricing .pricing-head .ui-state-default,
.iteck-pricing-plans.slider-pricing .pricing-head .ui-widget-content .ui-state-default,
.iteck-pricing-plans.slider-pricing .pricing-head .ui-widget-header .ui-state-default,
.iteck-pricing-plans.slider-pricing .pricing-head .ui-button,
.iteck-pricing-plans.slider-pricing .pricing-head html .ui-button.ui-state-disabled:hover,
.iteck-pricing-plans.slider-pricing .pricing-head html .ui-button.ui-state-disabled:active {
width: 15px;
height: 15px;
border-radius: 50%;
background: #fff;
border: 0;
top: -10px;
transition: 0s;
display: block;
position: relative;
}
.iteck-pricing-plans.slider-pricing .pricing-head .ui-slider-horizontal .ui-slider-range-min {
background-color: var(--color-main);
height: 100%;
}
.iteck-pricing-plans.slider-pricing .pricing-head .users-number {
color: #606060;
display: inline-block;
position: absolute;
left: 0;
margin-bottom: 0px;
}
.iteck-pricing-plans.slider-pricing .pricing-head .users-number input {
background: transparent;
border: 0;
width: 35px !important;
color: #fff;
margin-top: 15px;
min-width: none;
font-weight: bold;
}
.iteck-pricing-plans.slider-pricing .pricing-head .pricing-tabsHead .price-radios {
display: inline-flex;
background-color: #131313;
padding: 5px;
border-radius: 50px;
}
.iteck-pricing-plans.slider-pricing .pricing-head .pricing-tabsHead .price-radios .form-check {
margin: 0;
padding: 0;
}
.iteck-pricing-plans.slider-pricing .pricing-head .pricing-tabsHead .price-radios .form-check .form-check-label {
color: #fff;
background-color: transparent;
font-size: 12px;
font-weight: bold;
border-radius: 30px;
padding: 10px 15px;
text-transform: uppercase;
cursor: pointer;
}
.iteck-pricing-plans.slider-pricing .pricing-head .pricing-tabsHead .price-radios .form-check .form-check-label small {
padding: 1px 5px;
font-size: 10px;
}
.iteck-pricing-plans.slider-pricing .pricing-head .pricing-tabsHead .price-radios .form-check .form-check-input {
display: none;
}
.iteck-pricing-plans.slider-pricing .pricing-head .pricing-tabsHead .price-radios .form-check .form-check-input:checked ~ .form-check-label {
background-color: var(--color-main);
box-shadow: 0 5px 5px rgba(0, 0, 0, 0.0666666667);
}
.iteck-pricing-plans.slider-pricing .pricing-head .section-head h6 {
font-weight: normal;
font-size: 14px;
color: var(--color-main);
text-decoration: underline;
text-transform: uppercase;
margin-bottom: 10px;
}
.iteck-pricing-plans.slider-pricing .pricing-head .section-head h3 {
font-size: 40px;
text-transform: capitalize;
font-weight: 700;
}
.iteck-pricing-plans.slider-pricing .recommended-plan {
order: 0 !important;
}
.iteck-pricing-plans.slider-pricing .pricing-body {
position: relative;
}
.iteck-pricing-plans.slider-pricing .pricing-body::after {
position: absolute;
content: "";
left: 0;
top: 0;
width: 100%;
height: 60px;
background-color: #000;
}
.iteck-pricing-plans.slider-pricing .pricing-body .content {
padding-bottom: 100px;
border-bottom: 1px solid rgba(153, 153, 153, 0.2);
}
.iteck-pricing-plans.slider-pricing .pricing-body .popular-head {
height: 60px;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
background-color: var(--color-main);
color: #fff;
text-transform: uppercase;
display: flex;
align-items: center;
justify-content: center;
position: relative;
z-index: 1;
}
.iteck-pricing-plans.slider-pricing .pricing-body .popular-head p {
margin-bottom: 0px;
}
.iteck-pricing-plans.slider-pricing .pricing-body .pricing-card {
position: relative;
padding: 50px;
background-color: #fff;
border-bottom-left-radius: 10px;
border-bottom-right-radius: 10px;
z-index: 5;
}
.iteck-pricing-plans.slider-pricing .pricing-body .pricing-card:hover .price .price-btn {
opacity: 1;
transform: translateX(0);
visibility: visible;
}
.iteck-pricing-plans.slider-pricing .pricing-body .pricing-card:hover .price p {
transform: translateX(50px);
opacity: 1;
}
.iteck-pricing-plans.slider-pricing .pricing-body .pricing-card .pricing-title {
margin-bottom: 40px;
}
.iteck-pricing-plans.slider-pricing .pricing-body .pricing-card .pricing-title h2 {
font-weight: bold;
font-size: 30px;
text-transform: capitalize;
}
.iteck-pricing-plans.slider-pricing .pricing-body .pricing-card .pricing-title p {
font-size: 16px;
color: #666;
}
.iteck-pricing-plans.slider-pricing .pricing-body .pricing-card .price {
position: relative;
margin-bottom: 40px;
height: 60px;
border-radius: 50px;
background-color: #eff4fc;
display: flex;
align-items: center;
justify-content: center;
overflow: hidden;
}
.iteck-pricing-plans.slider-pricing .pricing-body .pricing-card .price p {
font-size: 16px;
color: var(--color-main);
font-weight: bold;
transition: all 0.3s ease;
margin-bottom: 0px;
}
.iteck-pricing-plans.slider-pricing .pricing-body .pricing-card .price .price-btn {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 60px;
border-radius: 50px;
background-color: var(--color-main);
color: #fff;
display: flex;
align-items: center;
justify-content: center;
z-index: 10;
opacity: 0;
transform: translateX(-50px);
visibility: hidden;
}
.iteck-pricing-plans.slider-pricing .pricing-body .pricing-card .price .price-btn i {
margin-left: 10px;
position: relative;
top: 2px;
}
.iteck-pricing-plans.slider-pricing .pricing-body .pricing-card .pricing-info li {
font-size: 16px;
font-weight: 500;
margin: 20px 0;
list-style: none;
display: flex;
align-items: center;
}
.iteck-pricing-plans.slider-pricing .pricing-body .pricing-card .pricing-info li::before {
content: "";
position: relative;
display: inline-block;
width: 20px;
height: 25px;
margin-inline-end: 20px;
}
@media (min-width: 1400px) {
.iteck-pricing-plans .container {
max-width: 1170px;
}
}
.iteck-price-table .pricing-tabsHead .price-radios {
display: inline-flex;
background-color: #edf2fa;
padding: 7px;
border-radius: 50px;
}
.iteck-price-table .pricing-tabsHead .price-radios .form-check {
margin: 0;
padding: 0;
}
.iteck-price-table .pricing-tabsHead .price-radios .form-check .form-check-label {
color: #000;
background-color: transparent;
font-size: 12px;
font-weight: bold;
border-radius: 30px;
padding: 10px 15px;
text-transform: capitalize;
cursor: pointer;
}
.iteck-price-table .pricing-tabsHead .price-radios .form-check .form-check-label small {
padding: 1px 5px;
font-size: 10px;
}
.iteck-price-table .pricing-tabsHead .price-radios .form-check .form-check-input {
display: none;
}
.iteck-price-table .pricing-tabsHead .price-radios .form-check .form-check-input:checked ~ .form-check-label {
background-color: #fff;
box-shadow: 0 5px 5px rgba(0, 0, 0, 0.0666666667);
}
.iteck-price-table .content {
min-width: 800px;
margin-top: 50px;
}
.iteck-price-table .content .price-head {
display: flex;
border-bottom: 1px solid #7f7f7f;
}
.iteck-price-table .content .price-head .price-headTitle {
width: 34%;
}
.iteck-price-table .content .price-head .price-headItem {
position: relative;
width: 22%;
text-align: center;
padding: 30px 0;
border-top-left-radius: 15px;
border-top-right-radius: 15px;
}
.iteck-price-table .content .price-head .price-headItem .label {
position: absolute;
top: -30px;
right: 15px;
z-index: 5;
display: flex;
width: 60px;
height: 60px;
align-items: center;
justify-content: center;
text-align: center;
text-transform: uppercase;
font-size: 9px;
font-weight: bold;
background-size: contain;
background-position: center;
background-repeat: no-repeat;
color: #fff;
line-height: 1.5;
}
.iteck-price-table .content .price-head .price-headItem h6 {
font-size: 12px;
font-weight: bold;
text-transform: uppercase;
margin-bottom: 10px;
}
.iteck-price-table .content .price-head .price-headItem h2 {
font-size: 45px;
margin-bottom: 5px;
}
.iteck-price-table .content .price-head .price-headItem h2 span {
font-size: 18px;
color: #999;
font-weight: 400;
}
.iteck-price-table .content .price-head .price-headItem small {
font-size: 11px;
color: #666;
display: block;
line-height: 1.5;
}
.iteck-price-table .content .price-head .price-headItem.recommended {
background-color: #f3f7fe;
}
.iteck-price-table .content .price-head .price-headItem.recommended h2 {
color: var(--color-blue5);
}
.iteck-price-table .content .price-body .price-bodyItems {
display: flex;
border-bottom: 1px solid #f2f2f2;
}
.iteck-price-table .content .price-body .price-bodyItems:last-of-type {
border: 0;
}
.iteck-price-table .content .price-body .price-bodyItems .price-bodyTitle {
width: 34%;
padding: 15px 0;
font-size: 14px;
height: 60px;
display: flex;
align-items: center;
min-height: max-content;
}
.iteck-price-table .content .price-body .price-bodyItems .price-bodyTitle .pop-info {
position: relative;
display: inline-block;
cursor: pointer;
}
.iteck-price-table .content .price-body .price-bodyItems .price-bodyTitle .pop-info i.bttn-info {
font-size: 11px;
color: #999;
margin: 0 3px;
}
.iteck-price-table .content .price-body .price-bodyItems .price-bodyTitle .pop-info i.bttn-info:hover {
color: var(--color-blue5);
}
.iteck-price-table .content .price-body .price-bodyItems .price-bodyTitle .pop-info .hidden_content {
position: absolute;
bottom: 15px;
left: 15px;
padding: 20px;
border-radius: 10px;
background-color: #f7f7f7;
text-align: center;
width: 250px;
transition: all 0.4s ease;
opacity: 0;
visibility: hidden;
}
.iteck-price-table .content .price-body .price-bodyItems .price-bodyTitle .pop-info .hidden_content .title {
color: var(--color-blue5);
text-transform: uppercase;
margin-bottom: 5px;
font-size: 13px;
font-weight: 500;
}
.iteck-price-table .content .price-body .price-bodyItems .price-bodyTitle .pop-info:hover .hidden_content {
opacity: 1;
visibility: visible;
}
.iteck-price-table .content .price-body .price-bodyItems .price-item {
width: 22%;
padding: 15px 0;
text-align: center;
height: 60px;
display: flex;
align-items: center;
justify-content: center;
min-height: max-content;
}
.iteck-price-table .content .price-body .price-bodyItems .price-item.recommended {
background-color: #f3f7fe;
}
.iteck-price-table .content .price-body .price-bodyItems .price-item i {
color: var(--color-blue5);
font-size: 20px;
}
.iteck-price-table .content .price-body .price-bodyItems .price-item svg {
fill: var(--color-blue5);
width: 20px;
height: 20px;
}
.iteck-price-table .content .price-body .price-bodyItems .price-item span {
color: #000;
font-size: 14px;
}
.iteck-price-table .content .price-foot {
display: flex;
}
.iteck-price-table .content .price-foot .price-footTitle {
width: 34%;
}
.iteck-price-table .content .price-foot .price-footItem {
width: 22%;
text-align: center;
padding: 30px 0 50px;
border-bottom-left-radius: 15px;
border-bottom-right-radius: 15px;
}
.iteck-price-table .content .price-foot .price-footItem.recommended {
background-color: #f3f7fe;
}
.iteck-price-table .mob-table {
position: relative;
text-align: center;
border: 1px solid #f3f7fe;
border-radius: 15px;
}
.iteck-price-table .mob-table::before {
position: absolute;
content: "";
left: 33.3%;
top: 0;
width: 33.3%;
height: 100%;
background-color: #f3f7fe;
border-radius: 10px;
}
.iteck-price-table .mob-table .mob-table-title {
position: relative;
z-index: 10;
border-bottom: 2px solid #ccc;
}
.iteck-price-table .mob-table .mob-table-title .title-item {
padding: 20px 5px;
}
.iteck-price-table .mob-table .mob-table-title .title-item h6 {
font-size: 14px;
font-weight: bold;
}
.iteck-price-table .mob-table .mob-table-title .title-item h4 {
font-size: 25px;
margin: 10px 0;
}
.iteck-price-table .mob-table .mob-table-title .title-item h4 span {
font-size: 15px;
color: #999;
font-weight: 400;
}
.iteck-price-table .mob-table .mob-table-title .title-item p {
font-size: 12px;
}
.iteck-price-table .mob-table .mob-table-body {
position: relative;
z-index: 10;
}
.iteck-price-table .mob-table .mob-table-body .table-row h5 {
font-size: 13px;
font-weight: 600;
padding: 10px 0;
background-color: #fcfcfc;
}
.iteck-price-table .mob-table .mob-table-body .table-row .price-item {
padding: 5px;
}
.iteck-price-table .mob-table .mob-table-foot {
position: relative;
z-index: 10;
border-top: 2px solid #ccc;
}
.iteck-price-table .mob-table .mob-table-foot .title-item {
padding: 20px 5px;
}
.iteck-price-table .mob-table .mob-table-foot .title-item h6 {
font-size: 14px;
font-weight: bold;
}
.iteck-price-table .mob-table .mob-table-foot .title-item .btn-3Dbutn {
padding: 5px 10px;
margin-top: 10px;
}
.iteck-price-table .mob-table .mob-table-foot .title-item .btn-3Dbutn span {
font-size: 10px;
}
.iteck-price-table .btn-3Dbutn {
padding: 10px 25px;
background: var(--color-blue5);
-webkit-box-shadow: 0px 4px 0px 0px var(--color-blue4);
box-shadow: 0px 4px 0px 0px var(--color-blue4);
-webkit-filter: drop-shadow(0 13px 20px rgba(7, 57, 114, 0.2078431373));
filter: drop-shadow(0 13px 20px rgba(7, 57, 114, 0.2078431373));
border-radius: 50rem;
font-weight: 700;
color: #fff;
font-size: 12px;
}
.iteck-price-table .btn-3Dbutn:hover {
background: var(--color-blue2);
}
.iteck-price-table .btn-arrow {
padding: 12px 30px;
position: relative;
padding-right: 50px;
text-transform: capitalize;
border-radius: 100px;
border-color: rgba(0, 0, 0, 0.1333333333);
overflow: hidden;
display: inline-flex;
text-align: center;
justify-content: center;
}
.iteck-price-table .btn-arrow i {
position: absolute;
right: -43px;
bottom: -6px;
width: 30px;
height: 30px;
display: inline-flex;
align-items: center;
justify-content: center;
color: #fff;
background-color: #8169F1;
border-radius: 50%;
font-size: 16px;
}
.iteck-price-table .btn-arrow span {
font-size: 12px;
position: relative;
z-index: 2;
text-transform: capitalize;
font-weight: 700;
}
.iteck-price-table .btn-arrow:hover {
background-color: #f6c463;
box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.iteck-price-table .btn-arrow:hover i {
animation: RL_smooth 1s ease-in-out infinite alternate both;
}
.iteck-price-table .price-headItem.recommended .btn-arrow {
background-color: #f6c463;
}
.iteck-price-table .price-headItem.recommended .btn-arrow i {
background-color: #fff;
color: #000;
}
.iteck-price-table .monthly_price {
display: none;
}
.iteck-price-table.style-2 .content {
margin: 0;
padding: 0;
}
.iteck-price-table.style-2 .content .price-body {
border-radius: 8px 0 0 8px;
overflow: hidden;
}
.iteck-price-table.style-2 .content .price-body .price-bodyItems {
border: none;
}
.iteck-price-table.style-2 .content .price-body .price-bodyItems .price-bodyTitle {
width: 30%;
height: auto;
padding: 0px 40px;
background-color: #f7f7f7;
display: block;
}
.iteck-price-table.style-2 .content .price-body .price-bodyItems .price-bodyTitle span {
border-bottom: 1px solid rgba(153, 153, 153, 0.2);
display: block;
padding: 20px 0px;
font-weight: 700;
color: #000;
}
.iteck-price-table.style-2 .content .price-body .price-bodyItems .price-item {
width: 23.3333333333%;
height: auto;
padding: 0 30px;
border-right: 15px solid #f7f7f7;
border-left: 15px solid #f7f7f7;
background-color: #fff;
display: block;
}
.iteck-price-table.style-2 .content .price-body .price-bodyItems .price-item span {
border-bottom: 1px solid rgba(153, 153, 153, 0.2);
display: block;
padding: 20px 0px;
background-color: #fff;
}
.iteck-price-table.style-2 .content .price-body .price-bodyItems:first-child .price-bodyTitle {
padding: 20px 40px 0 40px;
}
.iteck-price-table.style-2 .content .price-body .price-bodyItems:first-child .price-item {
padding: 0px 30px 0 30px;
border-top: 20px solid #f7f7f7;
}
.iteck-price-table.style-2 .content .price-body .price-bodyItems:last-child .price-bodyTitle {
padding: 0px 40px 0px 40px;
}
.iteck-price-table.style-2 .content .price-body .price-bodyItems:last-child .price-bodyTitle span {
border-bottom: none;
}
.iteck-price-table.style-2 .content .price-body .price-bodyItems:last-child .price-item {
padding: 0px 30px 0px 30px;
border-bottom: 20px solid #f7f7f7;
}
.iteck-price-table.style-2 .content .price-body .price-bodyItems:last-child .price-item span {
border-bottom: none;
}
.iteck-price-table.style-2 .content .price-head {
border-bottom: none;
}
.iteck-price-table.style-2 .content .price-head .price-headTitle {
width: 30%;
}
.iteck-price-table.style-2 .content .price-head .price-headTitle p {
color: #666;
margin: 0;
font-size: 14px;
}
.iteck-price-table.style-2 .content .price-head .price-headTitle p strong {
color: #000;
}
.iteck-price-table.style-2 .content .price-head .price-headItem {
width: 23.3333333333%;
}
.iteck-price-table.style-2 .content .price-foot .price-footTitle {
width: 30%;
}
.iteck-price-table.style-2 .content .price-foot .price-footItem {
width: 23.3333333333%;
} .iteck-progress-bar .progress {
height: 8px;
border-radius: 10px;
background-color: rgba(255, 255, 255, 0.0666666667);
}
.iteck-progress-bar .progress .progress-bar {
background: var(--color-main);
width: 1%;
transition: all 6s linear;
}
.iteck-progress-bar .progress .progress-bar.animated {
width: 100%;
}  .iteck-contact-shortcode input {
border: 0;
font-size: 13px;
min-height: 45px;
padding: 0.375rem 0.75rem;
font-weight: 400;
line-height: 1.5;
color: #212529;
background-color: #fff;
margin-bottom: 1rem;
width: 100%;
border-radius: 0.25rem;
}
.iteck-contact-shortcode .wpcf7-form-control-wrap {
display: block;
}
.iteck-contact-shortcode .wpcf7-list-item {
margin: 0px;
width: 100%;
text-align-last: left;
}
.iteck-contact-shortcode .wpcf7-list-item span {
color: #f8f9fa;
font-size: 0.875em;
font-weight: 400;
font-family: "Inter", sans-serif;
}
.iteck-contact-shortcode input[type=checkbox] {
width: 1em;
height: 1em;
margin: 0px;
vertical-align: middle;
min-height: 1em;
border-radius: 0.25em;
border: 1px solid rgba(0, 0, 0, 0.25);
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
padding: 0px;
}
.iteck-contact-shortcode input:checked[type=checkbox] {
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
background-color: #0d6efd;
border-color: #0d6efd;
}
.iteck-contact-shortcode select {
border: 0;
font-size: 13px;
min-height: 45px;
font-weight: 400;
line-height: 1.5;
color: #212529;
background-color: #fff;
padding: 0.375rem 2.25rem 0.375rem 0.75rem;
margin-bottom: 1rem;
width: 100%;
border-radius: 0.25rem;
-webkit-appearance: none;
-moz-appearance: none;
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
background-repeat: no-repeat;
background-position: right 0.75rem center;
background-size: 16px 12px;
}
.iteck-contact-shortcode textarea {
border: 0;
font-size: 13px;
padding: 0.375rem 0.75rem;
font-weight: 400;
line-height: 1.5;
color: #212529;
background-color: #fff;
resize: vertical;
height: 135px;
border-radius: 0.25rem;
width: 100%;
}
.iteck-contact-shortcode .upload_input, .iteck-contact-shortcode input[type=file] {
position: absolute;
left: 0;
top: -50px;
width: 100%;
opacity: 0;
z-index: 2;
}
.iteck-contact-shortcode .icon {
position: absolute;
top: 11px;
left: 30px;
color: #fff;
z-index: 1;
}
.iteck-contact-shortcode .icon-stick-left {
position: absolute;
top: 15px;
left: 0;
color: #fff;
z-index: 1;
}
.iteck-contact-shortcode .row > div {
position: relative;
}
.iteck-contact-shortcode .iteck_upload_button {
position: relative;
color: rgba(255, 255, 255, 0.2);
background-color: rgba(0, 0, 0, 0.1333333333);
padding: 12px;
width: 100%;
display: block;
text-align: center;
border-radius: 5px;
z-index: 1;
}
.iteck-contact-shortcode .wpcf7-submit {
margin-top: 1.5rem;
padding: 12px 30px;
display: inline-block;
border-radius: 0.25rem;
color: #fff;
background-color: #212529;
border-color: #212529;
width: auto;
font-size: 13px;
line-height: 1.5;
border: none;
min-height: auto;
}
.iteck-contact-shortcode .wpcf7-submit:hover {
background-color: var(--color-main);
border-color: transparent !important;
}
.iteck-contact-shortcode.button-center {
text-align: center;
}
.iteck-contact-shortcode.button-right {
text-align: right;
}
.iteck-contact-shortcode .wpcf7-spinner {
display: block;
}
.iteck-contact-shortcode span.your-name, .iteck-contact-shortcode span.your-email, .iteck-contact-shortcode span.cell-phone, .iteck-contact-shortcode span.subject {
margin-bottom: 0;
}
.iteck-contact-shortcode.fields-in-row form {
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.iteck-contact-shortcode.fields-in-row .form-group {
width: 38%;
border-right: 1px solid rgba(153, 153, 153, 0.2666666667);
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
padding: 0 15px;
}
.iteck-contact-shortcode.fields-in-row .form-group > p {
display: inline-block;
margin-bottom: 0;
}
.iteck-contact-shortcode.fields-in-row .form-group input {
min-height: auto;
height: 20px;
background-color: #fff;
border: 0;
color: #000;
font-size: 12px;
width: 100%;
margin: 0;
padding: 1px 2px;
}
.iteck-contact-shortcode.fields-in-row .form-group:last-child {
border: 0;
}
.iteck-contact-shortcode.fields-in-row .wpcf7-submit {
margin: 0px;
}
.iteck-contact-shortcode.fields-in-row .wpcf7-spinner {
display: inline-block;
position: absolute;
}
.iteck-contact-shortcode.fields-in-row span.your-name, .iteck-contact-shortcode.fields-in-row span.your-email, .iteck-contact-shortcode.fields-in-row span.cell-phone, .iteck-contact-shortcode.fields-in-row span.subject {
margin-bottom: 0;
}
.iteck-contact-shortcode p {
margin: 0;
}  .iteck-mc4wp.iteck-submit-animation button[type=submit] {
margin-left: -1px;
border-radius: 0.25rem;
border-top-left-radius: 0;
border-bottom-left-radius: 0;
position: relative;
z-index: 2;
padding: 12px 30px;
position: relative;
overflow: hidden;
text-align: center;
color: #fff;
padding-right: 1rem;
padding-left: 1rem;
border: 0;
}
.iteck-mc4wp.iteck-submit-animation button[type=submit]::before {
position: absolute;
content: "";
left: 0;
top: 0;
width: 150%;
height: 100%;
z-index: 1;
background: -webkit-gradient(linear, left top, right top, color-stop(10%, #0c3df4), color-stop(45%, #02b5ff), color-stop(#02b5ff), to(#0c3df4));
background: -webkit-linear-gradient(left, #0c3df4 10%, #02b5ff 45%, #02b5ff, #0c3df4);
background: -o-linear-gradient(left, #0c3df4 10%, #02b5ff 45%, #02b5ff, #0c3df4);
background: linear-gradient(to right, #0c3df4 10%, #02b5ff 45%, #02b5ff, #0c3df4);
-webkit-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
z-index: -1;
}
.iteck-mc4wp.iteck-submit-animation button[type=submit]:hover::before {
left: -50%;
}
.iteck-mc4wp.one-block .mc4wp-form-fields {
display: flex;
}
.iteck-mc4wp.one-block .mc4wp-form-fields input[type=email] {
background: #1f1f1f;
color: #fff;
font-size: 12px;
border: 0;
position: relative;
flex: 1 1 auto;
width: 1%;
min-width: 0;
padding: 0.375rem 0.75rem;
border-radius: 0.25rem;
transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
border-top-right-radius: 0;
border-bottom-right-radius: 0;
font-weight: 400;
line-height: 1.5;
}
.iteck-mc4wp.one-block .mc4wp-form-fields input[type=email]::placeholder {
color: #fff;
}
.iteck-mc4wp.button-inside {
position: relative;
}
.iteck-mc4wp.button-inside .icon {
position: absolute;
top: 12px;
left: 15px;
}
.iteck-mc4wp.button-inside input {
width: 100%;
border: 1px solid rgba(153, 153, 153, 0.2);
border-radius: 30px;
min-height: 45px;
font-size: 12px;
padding: 0 40px;
}
.iteck-mc4wp.button-inside button {
position: absolute;
right: 5px;
top: 5px;
width: 35px;
height: 35px;
border-radius: 50%;
background-color: var(--color-blue6);
border: 0;
color: #fff;
}
.iteck-mc4wp.button-in-row .icon {
position: absolute;
top: 15px;
left: 15px;
color: #000;
}
.iteck-mc4wp.button-in-row input {
width: 100%;
border: 1px solid #fff;
border-radius: 30px;
min-height: 45px;
font-size: 12px;
padding: 15px 15px 15px 40px;
font-size: 14px;
}
.iteck-mc4wp.button-in-row input::placeholder {
color: #999;
}
.iteck-mc4wp.button-in-row button {
padding: 12px 30px;
position: relative;
width: 100%;
margin-top: 20px;
border: 1px solid;
background-color: var(--color-main);
border-color: var(--color-main);
border-radius: 50rem;
color: #fff;
transition: all 0.3s ease;
font-size: 14px;
font-weight: 500;
}
.iteck-mc4wp.button-in-row button i {
margin-left: 8px;
}
.iteck-mc4wp.button-in-row button:hover {
box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}  @keyframes fadeInUp {
0% {
opacity: 0;
transform: translateY(20px);
}
100% {
opacity: 1;
transform: translateY(0);
}
}
@keyframes fadeIn {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
@keyframes kenburns {
0% {
opacity: 0;
}
5% {
opacity: 1;
}
100% {
transform: scale3d(1.5, 1.5, 1.5) translate3d(-190px, -120px, 0px);
opacity: 1;
}
}
@-webkit-keyframes toTopFromBottom {
49% {
-webkit-transform: translateY(-100%);
}
50% {
opacity: 0;
-webkit-transform: translateY(100%);
}
51% {
opacity: 1;
}
}
@keyframes toTopFromBottom {
49% {
-webkit-transform: translateY(-100%);
}
50% {
opacity: 0;
-webkit-transform: translateY(100%);
}
51% {
opacity: 1;
}
}
@keyframes heartBeat {
0% {
-webkit-transform: scale(1);
transform: scale(1);
}
14% {
-webkit-transform: scale(1.3);
transform: scale(1.3);
}
28% {
-webkit-transform: scale(1);
transform: scale(1);
}
42% {
-webkit-transform: scale(1.3);
transform: scale(1.3);
}
70% {
-webkit-transform: scale(1);
transform: scale(1);
}
}
@-webkit-keyframes slide_up_down {
0% {
-webkit-transform: translateY(0);
transform: translateY(0);
}
to {
-webkit-transform: translateY(-20px);
transform: translateY(-20px);
}
}
@keyframes slide_up_down {
0% {
-webkit-transform: translateY(0);
transform: translateY(0);
}
to {
-webkit-transform: translateY(-20px);
transform: translateY(-20px);
}
}
@-webkit-keyframes rotate-center {
0% {
-webkit-transform: rotate(0);
transform: rotate(0);
}
to {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@keyframes rotate-center {
0% {
-webkit-transform: rotate(0);
transform: rotate(0);
}
to {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@-webkit-keyframes wave {
0% {
-webkit-transform: rotate(1deg);
transform: rotate(1deg);
}
to {
-webkit-transform: rotate(-1deg);
transform: rotate(-1deg);
}
}
@keyframes wave {
0% {
-webkit-transform: rotate(1deg);
transform: rotate(1deg);
}
to {
-webkit-transform: rotate(-1deg);
transform: rotate(-1deg);
}
}
@-webkit-keyframes scale_up_down {
0% {
-webkit-transform: scale(0.9);
transform: scale(0.9);
}
100% {
-webkit-transform: scale(1);
transform: scale(1);
}
}
@keyframes scale_up_down {
0% {
-webkit-transform: scale(0.9);
transform: scale(0.9);
}
100% {
-webkit-transform: scale(1);
transform: scale(1);
}
}
@keyframes RL_smooth {
0% {
transform: translateX(0);
}
50% {
transform: translateX(5px);
}
100% {
transform: translateX(0);
}
}
@keyframes right_left {
0% {
right: 0;
transform: translateX(0%);
}
100% {
right: 100%;
transform: translateX(100%);
}
}  .footer {
background: #13161D;
text-align: center;
font-size: 14px;
padding: 80px 0;
}
.footer p {
margin-bottom: 0;
margin-top: 10px;
color: #999;
opacity: 0.8;
}
.footer a {
color: var(--color-main);
}
.footer-padding {
padding: 100px 0;
}
.footer-icon {
display: block;
list-style: none;
padding: 0;
margin: 0;
margin-bottom: 20px;
margin-top: 20px;
}
.footer-icon li {
display: inline-block;
margin: 3px;
}
.footer-icon li a {
width: 25px;
height: 25px;
display: block;
line-height: 25px;
color: #999;
opacity: 0.8;
border-radius: 100px;
font-size: 16px;
}
.footer-icon li a:hover {
transform: translateY(-3px);
opacity: 1;
color: #ffffff;
}
.footer-img {
max-width: 150px;
}
.elementor-image-gallery .gallery-item {
width: initial !important;
}
#gallery-1 .gallery-item {
margin-top: 0 !important;
margin-bottom: 0 !important;
display: inline-block;
}
#gallery-2 .gallery-item {
margin-top: 0 !important;
margin-bottom: 0 !important;
display: inline-block;
width: 33.33%;
}
#gallery-2 img {
border: 1px solid #efefef !important;
}
.dsc-footer-style1 {
background: #222222;
padding: 60px 0;
}
.dsc-footer-style1 h3 {
font-size: 22px;
font-weight: 600;
margin-bottom: 25px !important;
color: #ffffff;
}
.dsc-footer-style1 p {
color: #ffffff;
opacity: 0.8;
line-height: 27px;
}
.dsc-footer-style1 ul {
list-style-type: none;
padding-left: 0;
}
.dsc-footer-style1 ul li {
color: #ffffff;
opacity: 0.8;
margin-bottom: 12px !important;
}
.dsc-footer-style1 ul li:hover {
opacity: 1;
}
.dsc-footer-style1 ul li a {
font-size: 16px;
border-bottom: none;
color: #ffffff;
opacity: 0.8;
font-weight: 600;
position: relative;
margin-bottom: 6px !important;
}
.dsc-footer-style1 .elementor-widget-wp-widget-recent-posts h5 {
display: none;
}
.dsc-footer-style1 .elementor-widget-wp-widget-recent-posts li {
margin-bottom: 12px !important;
}
.dsc-footer-style1 .elementor-widget-wp-widget-recent-posts li span {
color: #eee;
opacity: 0.8;
}
.dsc-footer-style1 .elementor-widget-wp-widget-recent-posts a {
color: #eee;
opacity: 0.8;
display: block;
}
.dsc-footer-style1 .mc4wp-form-fields {
margin-top: 20px;
padding-right: 20px;
}
.dsc-footer-style1 .mc4wp-form-fields input[type=email] {
padding-left: 15px;
padding-right: 100px;
background: transparent;
border: 1px solid #eee;
border-color: #eee;
border-radius: 50px;
}
.dsc-footer-style1 .mc4wp-form-fields input[type=email]::focus {
border-color: #ffffff;
color: #eee;
}
.dsc-footer-style1 .mc4wp-form-fields input::placeholder {
color: #ffffff;
opacity: 0.8;
}
.dsc-footer-style1 .mc4wp-form-fields input[type=submit] {
position: absolute;
top: 0;
right: 20px;
width: 95px;
padding-left: 5px;
padding-right: 5px;
background: transparent;
font-weight: 600;
color: #ffffff;
border-left: none;
text-transform: uppercase;
border: none;
}
.dsc-footer-style2 {
background: #150546;
}
.dsc-bottom-style1 {
background: #111;
padding: 10px 0;
}
.dsc-bottom-style1 p {
margin: 0;
color: #eee;
opacity: 0.8;
margin-left: -28px;
}
.dsc-bottom-style1 ul {
text-align: right;
}
.dsc-bottom-style1 li {
display: inline-block;
margin-left: 20px;
}
.dsc-bottom-style1 li a {
color: #eee;
opacity: 0.8;
}
.dsc-footer-style-2 {
background: #eee;
padding: 85px 15px 80px 15px;
padding-bottom: 30px;
}
.dsc-footer-style-2 h3 {
font-size: 16px;
color: #ffffff;
display: inline-block;
padding-bottom: 25px !important;
}
.dsc-footer-style-2 h3:after {
width: 40px;
height: 2px;
content: "";
position: absolute !important;
bottom: 0;
left: 0;
z-index: 0;
margin: auto;
background: #fff;
opacity: 0.3;
}
.dsc-footer-style-2 p {
color: #ffffff;
opacity: 0.4;
line-height: 27px;
font-size: 14px;
}
.dsc-footer-style-2 ul {
list-style-type: none;
padding-left: 0;
}
.dsc-footer-style-2 ul li {
color: #ffffff;
margin-bottom: 12px !important;
}
.dsc-footer-style-2 ul li a {
font-size: 16px;
border-bottom: none;
color: #ffffff;
position: relative;
color: #ffffff;
opacity: 0.4;
font-size: 14px;
-webkit-transition: 100ms linear all;
-moz-transition: 100ms linear all;
transition: 100ms linear all;
}
.dsc-footer-style-2 ul li a:hover {
opacity: 1;
}
.dsc-footer-style-2 .elementor-widget-wp-widget-recent-posts h5 {
display: none;
}
.dsc-footer-style-2 .elementor-widget-wp-widget-recent-posts li {
margin-bottom: 12px !important;
}
.dsc-footer-style-2 .elementor-widget-wp-widget-recent-posts li span {
color: #ffffff;
opacity: 0.3;
font-size: 14px;
}
.dsc-footer-style-2 .elementor-widget-wp-widget-recent-posts a {
color: #ffffff;
display: block;
}
.dsc-footer-style-2 .mc4wp-form-fields {
margin-top: 20px;
padding-right: 20px;
}
.dsc-footer-style-2 .mc4wp-form-fields p {
opacity: 1;
}
.dsc-footer-style-2 .mc4wp-form-fields input[type=email] {
padding-left: 15px;
padding-right: 100px;
border: 1px solid #c8c2c2;
border-radius: 3px;
width: 245px;
font-size: 16px;
padding: 8px 13px;
}
.dsc-footer-style-2 .mc4wp-form-fields input[type=submit] {
position: absolute;
top: 20px;
left: 150px;
width: 95px;
padding-left: 5px;
padding-right: 5px;
background: #333;
color: #ffffff;
border-left: none;
border: none;
border-radius: 3px;
border-bottom-left-radius: 0;
border-top-left-radius: 0;
height: 45px;
font-size: 16px;
}
.dsc-footer-style-2 .mc4wp-form-fields input[type=submit]:hover {
background: var(--color-main);
}
.dsc-bottom-style-2 {
background: #0c0c0c;
padding: 20px 0;
}
.dsc-bottom-style-2 p {
margin: 0;
color: #ffffff;
opacity: 0.4;
font-size: 14px;
}
.dsc-bottom-style-2 ul {
text-align: right;
}
.dsc-bottom-style-2 li {
display: inline-block;
margin-left: 20px;
}
.dsc-bottom-style-2 li a {
color: #ffffff;
opacity: 0.4;
font-size: 14px;
}
.dsc-footer-style-3 {
padding: 85px 15px 80px 15px;
padding-bottom: 30px;
}
.dsc-footer-style-3 h3 {
font-size: 16px;
color: #000000;
display: inline-block;
padding-bottom: 25px !important;
}
.dsc-footer-style-3 h3:after {
width: 40px;
height: 2px;
content: "";
position: absolute !important;
bottom: 0;
left: 0;
z-index: 0;
margin: auto;
background: var(--color-main);
opacity: 0.8;
}
.dsc-footer-style-3 p {
color: #000000;
opacity: 0.8;
line-height: 27px;
font-size: 14px;
}
.dsc-footer-style-3 ul {
list-style-type: none;
padding-left: 0;
}
.dsc-footer-style-3 ul li {
color: #000000;
margin-bottom: 12px !important;
}
.dsc-footer-style-3 ul li a {
font-size: 16px;
border-bottom: none;
color: #000000;
position: relative;
opacity: 0.8;
font-size: 14px;
-webkit-transition: 100ms linear all;
-moz-transition: 100ms linear all;
transition: 100ms linear all;
}
.dsc-footer-style-3 ul li a:hover {
opacity: 1;
}
.dsc-footer-style-3 .elementor-widget-wp-widget-recent-posts h5 {
display: none;
}
.dsc-footer-style-3 .elementor-widget-wp-widget-recent-posts li {
margin-bottom: 12px !important;
}
.dsc-footer-style-3 .elementor-widget-wp-widget-recent-posts li span {
color: #000000;
opacity: 0.8;
font-size: 13px;
}
.dsc-footer-style-3 .elementor-widget-wp-widget-recent-posts a {
color: #000000;
display: block;
}
.dsc-footer-style-3 .rpwe-block .rpwe-thumb {
border: none;
padding: 0 !important;
}
.dsc-footer-style-3 .rpwe-block h3 {
padding-bottom: 0 !important;
padding-top: 5px;
}
.dsc-footer-style-3 .rpwe-block h3:after {
display: none;
}
.dsc-footer-style-3 .rpwe-block .rpwe-time {
color: #777777;
}
.dsc-footer-style-3 .mc4wp-form-fields {
margin-top: 10px;
padding-right: 20px;
}
.dsc-footer-style-3 .mc4wp-form-fields p {
opacity: 1;
}
.dsc-footer-style-3 .mc4wp-form-fields input[type=email] {
padding-left: 15px;
padding-right: 100px;
border: 1px solid #fff;
border-radius: 0;
width: 245px;
font-size: 16px;
padding: 8px 13px;
}
.dsc-footer-style-3 .mc4wp-form-fields input[type=submit] {
position: absolute;
top: 10px;
left: 150px;
width: 95px;
padding-left: 5px;
padding-right: 5px;
background: var(--color-main);
color: #ffffff;
border-left: none;
border: none;
border-radius: 0;
height: 45px;
font-size: 16px;
}
.dsc-footer-style-3 .mc4wp-form-fields input[type=submit]:hover {
background: #333;
}
.dsc-bottom-style-3 {
background: #0c0c0c;
padding: 20px 0;
}
.dsc-bottom-style-3 p {
margin: 0;
color: #000000;
opacity: 0.8;
font-size: 14px;
}
.dsc-bottom-style-3 ul {
text-align: right;
}
.dsc-bottom-style-3 li {
display: inline-block;
margin-left: 20px;
}
.dsc-bottom-style-3 li a {
color: #000000;
opacity: 0.8;
font-size: 14px;
}   .shop-content {
margin-bottom: -80px;
}
.woocommerce-info, .woocommerce-message {
border-color: #000000;
}
.woocommerce-message::before {
display: none;
}
.woocommerce-info a {
color: #f96152;
}
.woocommerce textarea {
resize: none;
height: 16.66667rem !important;
}
.woocommerce table {
margin: 0 0 1.5rem 0 !important;
width: 100%;
empty-cells: show;
border-collapse: collapse !important;
border-spacing: 0;
border: 1px solid #000000 !important;
border-radius: 0 !important;
}
.woocommerce-info, .woocommerce-message, .woocommerce-error {
background-color: transparent;
line-height: 4.16667rem;
color: #000000;
padding: 1.5rem 2rem;
margin-bottom: 2.66667rem;
border: 1px solid #000000;
}
.select2 .selection .select2-selection {
border-width: 1px;
border-color: #000000 !important;
border-radius: 0 !important;
-webkit-transition: border-color cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s;
-o-transition: border-color cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s;
transition: border-color cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s;
height: auto;
}
.select2-container--default .select2-selection--single {
background-color: #fff;
border: 1px solid #aaa;
border-radius: 4px;
}
.select2 .selection .select2-selection .select2-selection__rendered {
color: #000000;
min-height: 3.16667rem;
padding: 1.16667rem;
text-align: left;
font-size: 1.16667rem;
line-height: 1;
} .portfolio-2 .port-inner .port-dbox a.added_to_cart {
display: none;
}
.portfolio-2 .port-inner .port-dbox a.added span.button__cart, .portfolio-2 .port-inner .port-dbox a.loading span.button__cart {
display: none;
}
.portfolio-2 .port-inner .port-dbox a span.button__cart {
opacity: 0.25;
display: flex;
}
.portfolio-2 .port-inner .port-dbox a span.button__loader {
display: none;
}
.portfolio-2 .port-inner .port-dbox a.loading span.button__loader {
display: flex;
}
.portfolio-2 .port-inner .port-dbox a span.button__added {
opacity: 0;
display: none;
}
.portfolio-2 .port-inner .port-dbox a.added span.button__added {
opacity: 1;
display: flex;
}
.port-inner .port-dbox a span svg {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
width: 22px;
height: 22px;
stroke: #000000;
}
.port-inner .port-dbox a span svg:hover {
stroke: #f96152;
} .woocommerce .woocommerce-cart-form {
margin-bottom: 6.83333rem;
}
.woocommerce .woocommerce-cart-form table td::before {
color: #000000;
font-weight: 600;
}
.woocommerce .woocommerce-cart-form table .actions .coupon #coupon_code {
font-size: 1.16667rem;
line-height: 1.85714;
color: #000000;
border: 1px solid #000000;
padding: 0.83333rem 1.5rem;
width: 15rem !important;
text-align: center;
font-size: 1.25rem;
}
.woocommerce .cart-collaterals .cart_totals {
float: none;
width: 100%;
}
.woocommerce .cart-collaterals .cart_totals h2 {
font-size: 1.83333rem;
line-height: 1.27273;
}
.woocommerce .cart-collaterals .cart_totals table {
border-collapse: separate !important;
padding: 0.66667rem 2.33333rem;
margin-bottom: 2.66667rem !important;
}
.woocommerce .cart-collaterals .cart_totals table th {
color: #000000;
padding-left: 0 !important;
}
.woocommerce .cart-collaterals .cart_totals table .order-total th {
font-size: 1.5rem;
}
.woocommerce .cart-collaterals .cart_totals table td {
text-align: right;
padding-right: 0 !important;
}
.woocommerce .cart-collaterals .cart_totals table td[data-title=Total] span {
font-size: 1.5rem;
}
@media (max-width: 767px) {
.woocommerce .cart-collaterals .cart_totals table td[data-title=Total], .woocommerce .cart-collaterals .cart_totals table td[data-title=Subtotal] {
padding-left: 0 !important;
}
.woocommerce .cart-collaterals .cart_totals table td[data-title=Total]::before, .woocommerce .cart-collaterals .cart_totals table td[data-title=Subtotal]::before {
color: #000000;
font-weight: 600;
}
}
.woocommerce .cart-collaterals .cart_totals table tr:last-child th,
.woocommerce .cart-collaterals .cart_totals table tr:last-child td {
border-bottom: 0;
}
.woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout {
padding: 0;
text-align: right;
}
.woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout a {
margin-bottom: 0;
display: inline-block;
}
.woocommerce .button {
font-family: "Roboto Slab", sans-serif !important;
line-height: 1 !important;
cursor: pointer !important;
border: 1px solid !important;
border-radius: 0 !important;
-webkit-transition: background-color cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s, border-color cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s, color cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s !important;
-o-transition: background-color cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s, border-color cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s, color cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s !important;
transition: background-color cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s, border-color cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s, color cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s !important;
font-size: 1.25rem !important;
padding: 1.33333rem 3.66667rem !important;
color: #000000 !important;
border-color: #000000 !important;
background-color: transparent !important;
font-weight: 500 !important;
}
.woocommerce .button:hover {
color: #ffffff !important;
background-color: #000000 !important;
border-color: #000000 !important;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table tr td a.button,
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-table--order-downloads tr td a.button {
font-size: 1.25rem;
padding: 1.33333rem 3.66667rem;
font-weight: 500 !important;
}
.woocommerce table td img {
width: 6.66667rem !important;
} .woocommerce .summary .product_meta > span {
display: block;
margin-bottom: 0;
font-weight: 600;
font-size: 16px;
line-height: 40px;
}
.woocommerce .summary .product_meta > span span {
font-weight: 400;
} .woocommerce .quantity {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
position: relative;
}
.woocommerce .quantity input[type=number] {
padding: 0.91667rem 3rem 0.91667rem 0.83333rem !important;
-moz-appearance: textfield;
width: 7.5rem;
padding: 1.08333rem 2.33333rem 1.08333rem 0.83333rem;
font-weight: 600;
color: #555;
border-radius: 1px;
line-height: 1.66667;
}
.woocommerce .quantity input[type=number]::-webkit-inner-spin-button, .woocommerce .quantity input[type=number]::-webkit-outer-spin-button {
-webkit-appearance: none;
margin: 0;
}
.woocommerce .quantity .quantity-nav {
position: absolute;
right: 1px;
top: 0;
height: 100%;
}
.woocommerce .quantity .quantity-nav .quantity-button {
cursor: pointer;
border-left: 1px solid #333;
width: 25px;
text-align: center;
color: #000000;
font-weight: 600;
font-size: 1.33333rem;
-webkit-transform: translateX(-100%);
-ms-transform: translateX(-100%);
transform: translateX(-100%);
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-transition: background-color cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s;
-o-transition: background-color cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s;
transition: background-color cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s;
}
.woocommerce .quantity .quantity-nav .quantity-button:hover {
background-color: #000000;
color: #ffffff;
}
.woocommerce .quantity .quantity-nav .quantity-button.quantity-up {
position: absolute;
height: 50%;
top: 0;
border-bottom: 1px solid #333;
}
.woocommerce .quantity .quantity-nav .quantity-button.quantity-down {
position: absolute;
bottom: 0;
height: 50%;
}
.woocommerce .woocommerce-cart-form__cart-item .product-quantity .quantity-nav {
position: static;
}
.woocommerce div.product form.cart div.quantity {
margin-right: 15px;
} .woocommerce form .form-row {
padding: 0;
margin-bottom: 1.6rem;
}
.woocommerce form input, .woocommerce form textarea {
border-radius: 0;
border-color: #333;
border-width: 1px;
padding: 1.08333rem 1.33333rem;
}
.woocommerce .button {
line-height: 1 !important;
cursor: pointer !important;
border: 1px solid !important;
border-radius: 0 !important;
-webkit-transition: background-color cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s, border-color cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s, color cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s !important;
-o-transition: background-color cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s, border-color cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s, color cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s !important;
transition: background-color cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s, border-color cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s, color cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s !important;
padding: 1.33333rem 3.66667rem !important;
color: #000000 !important;
border-color: #000000 !important;
background-color: transparent !important;
font-weight: 500 !important;
}
.woocommerce .button:hover {
color: #ffffff !important;
background-color: #f96152 !important;
border-color: #f96152 !important;
} .woocommerce strong {
font-weight: 300;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul {
padding: 0;
margin-bottom: 2.66667rem;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li {
list-style: none;
padding-bottom: 1.33333rem;
border-bottom: 1px solid #000000;
margin-bottom: 1.5rem;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li:last-child {
margin-bottom: 0;
}
@media (min-width: 768px) {
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li:last-child {
padding-bottom: 0;
border-bottom: 0;
}
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li a {
color: #000000;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-shadow: none;
box-shadow: none;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li a:hover {
color: #f96152;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content a {
color: #f96152;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content {
float: left;
}
@media (min-width: 992px) {
.woocommerce-account .woocommerce .woocommerce-MyAccount-content {
padding-left: 5.33333rem;
}
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table tr td,
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-table--order-downloads tr td {
text-align: left;
}
.woocommerce-account .addresses .title h3 {
font-size: 1.83333rem;
line-height: 1.27273;
} .woocommerce-info::before {
display: none;
}
.woocommerce-checkout .col2-set {
width: auto;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-right: -15px;
margin-left: -15px;
}
.woocommerce-checkout .col2-set .col-1,
.woocommerce-checkout .col2-set .col-2 {
position: relative;
width: 100%;
padding-right: 15px;
padding-left: 15px;
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
@media (min-width: 768px) {
.woocommerce-checkout .col2-set .col-1,
.woocommerce-checkout .col2-set .col-2 {
-webkit-box-flex: 0;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
}
.woocommerce-checkout .woocommerce-form-coupon-toggle .woocommerce-info {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.woocommerce-checkout .woocommerce-form-coupon-toggle .woocommerce-info .showcoupon {
margin-left: auto;
}
.woocommerce-checkout .checkout_coupon {
border-radius: 0 !important;
border-width: 1px !important;
border-color: #000000 !important;
}
.woocommerce-checkout .woocommerce-billing-fields {
margin-bottom: 2.66667rem;
}
.woocommerce-checkout .woocommerce-billing-fields h3 {
font-size: 2.3rem;
line-height: 1.2;
}
.woocommerce-checkout .woocommerce-billing-fields h2 {
font-size: 1.83333rem;
line-height: 1.27273;
}
.woocommerce-checkout .woocommerce-shipping-fields .ship-to-different-address {
font-size: 1.83333rem;
line-height: 1.27273;
}
.woocommerce-checkout .woocommerce-additional-fields {
margin-bottom: 5.33333rem;
}
.woocommerce-checkout .woocommerce-additional-fields h3 {
font-size: 2.5rem;
line-height: 1.2;
}
.woocommerce-checkout .form-row {
padding: 0;
margin-bottom: 1.33333rem;
}
.woocommerce-checkout #order_review_heading {
font-size: 1.83333rem;
line-height: 1.27273;
}
.woocommerce-checkout .woocommerce-checkout-review-order table {
margin: 0 0 1.5rem 0 !important;
width: 100%;
empty-cells: show;
border-collapse: collapse !important;
border-spacing: 0;
border: 1px solid #000000 !important;
border-radius: 0 !important;
margin-bottom: 2.66667rem !important;
}
.woocommerce-checkout .woocommerce-checkout-review-order table tr td strong {
color: #555555;
}
.woocommerce-checkout .woocommerce-checkout-review-order table tr.order-total td strong {
color: #000000;
}
.woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment {
border-radius: 0 !important;
background-color: transparent !important;
border: 1px solid #000000;
}
.woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment .wc_payment_methods {
border-bottom-color: #000000 !important;
}
.woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment .wc_payment_methods .wc_payment_method.payment_method_paypal label {
display: contents;
}
.woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment .wc_payment_methods .wc_payment_method.payment_method_paypal label a {
line-height: 1 !important;
}
.woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment .place-order {
margin-bottom: 0;
} .woocommerce table th,
.woocommerce table td {
padding: 1.33333rem !important;
border-left: 0;
background-color: transparent !important;
border-top: none !important;
font-size: 1.5rem;
border-bottom: 1px solid #000;
}
.woocommerce table th {
font-weight: 600 !important;
}
.woocommerce table td img {
width: 6.66667rem !important;
}
.woocommerce table td.product-remove a {
font-size: 1.33333rem;
font-weight: 500;
color: #000000 !important;
margin: auto;
-webkit-box-shadow: none;
box-shadow: none;
}
.woocommerce table td.product-remove a:hover {
color: #f96152 !important;
background-color: transparent !important;
}
.woocommerce table td.product-thumbnail {
text-align: left !important;
min-width: 32px;
}
.woocommerce table td.product-thumbnail a {
-webkit-box-shadow: none;
box-shadow: none;
}
.woocommerce table td.product-price, .woocommerce table td.product-subtotal {
text-align: left;
}
.woocommerce table td.product-quantity .quantity input {
width: 100%;
max-width: 7.91667rem;
line-height: 2;
margin-left: auto;
}
@media (min-width: 768px) {
.woocommerce table td.product-quantity .quantity input {
margin-left: 0;
}
}
@media (max-width: 767px) {
.woocommerce table td.actions {
border-bottom: 0;
}
}
.woocommerce table td.actions .coupon input {
width: 12.5rem !important;
margin-right: 15px !important;
padding-left: 1rem !important;
}
@media (max-width: 767px) {
.woocommerce table td.actions .coupon {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
padding-bottom: 1rem !important;
}
.woocommerce table td.actions .coupon input,
.woocommerce table td.actions .coupon button {
-webkit-box-flex: 0;
-ms-flex: 0 0 49%;
flex: 0 0 49%;
max-width: 49%;
margin: 0 !important;
}
.woocommerce table td.actions .coupon button {
margin-left: auto !important;
}
}
.woocommerce table tr.shipping td label {
color: #555555;
}
.woocommerce table tr.shipping td label span {
color: #555555;
}
.woocommerce table tr .product-total {
text-align: right;
}
.woocommerce table tr td {
text-align: right;
}
.woocommerce table tr .product-name {
text-align: left;
}
.woocommerce table tfoot tr:last-child th,
.woocommerce table tfoot tr:last-child td {
font-size: 1.5rem;
color: #000000;
} @-webkit-keyframes rotating {
from {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
to {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@keyframes rotating {
from {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
to {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
.h-rotatingNeuron {
-webkit-animation: rotating 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) infinite;
animation: rotating 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) infinite;
} .woocommerce .m-product-summary button {
font-size: 1.25rem !important;
padding: 1.33333rem 3.66667rem !important;
color: #000 !important;
border-color: #000 !important;
background-color: transparent !important;
}
.woocommerce .m-product-summary .quantity {
margin-right: 1.33333rem !important;
}
.woocommerce div.product form.cart .button {
vertical-align: middle;
float: left;
background: #f96152;
font-weight: 300;
border-radius: 1px;
line-height: 28px;
} .woocommerce div.product div.images .flex-control-thumbs {
margin-left: -5px;
margin-right: -5px;
}
.woocommerce div.product div.images .flex-control-thumbs li {
padding: 5px;
padding-bottom: 10px;
}
.woocommerce div.product div.images .flex-control-thumbs li img {
cursor: pointer;
opacity: 0.8;
margin: 0;
border: 1px solid #eee;
} .woocommerce ul.products li.product .price, .woocommerce div.product p.price, .woocommerce div.product span.price {
color: #f96152;
}
.woocommerce a.added_to_cart {
display: none;
}
.woocommerce span.onsale {
background-color: #f96152;
}
.blog-content .woocommerce img:hover {
filter: none;
} .woocommerce .woocommerce-tabs {
margin-bottom: 2.66667rem;
}
@media (min-width: 768px) {
.woocommerce .woocommerce-tabs {
margin-bottom: 5.33333rem;
}
}
.woocommerce .woocommerce-tabs ul.tabs {
padding: 0 !important;
margin: 0 !important;
}
.woocommerce .woocommerce-tabs ul.tabs::before {
display: none !important;
}
.woocommerce .woocommerce-tabs ul.tabs li {
position: relative;
z-index: 1;
padding: 0 !important;
margin: 0 0 0 1.33333rem !important;
border: 0 !important;
border-radius: 0 !important;
background-color: transparent !important;
}
.woocommerce .woocommerce-tabs ul.tabs li::before, .woocommerce .woocommerce-tabs ul.tabs li::after {
display: none !important;
}
.woocommerce .woocommerce-tabs ul.tabs li:first-child {
margin-left: 0 !important;
}
.woocommerce .woocommerce-tabs ul.tabs li:first-child a {
padding-left: 0 !important;
}
.woocommerce .woocommerce-tabs ul.tabs li a {
font-family: "Roboto Slab", sans-serif;
color: #000000 !important;
font-size: 1.33333rem;
font-weight: 400 !important;
line-height: 1;
padding: 0 1.5rem 1.83333rem 1.5rem !important;
border-bottom: 2px solid transparent;
-webkit-transition: color cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s, border-color cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s;
-o-transition: color cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s, border-color cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s;
transition: color cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s, border-color cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s;
}
@media (min-width: 576px) {
.woocommerce .woocommerce-tabs ul.tabs li a:hover {
color: #f96152 !important;
border-color: #f96152;
}
}
@media (min-width: 576px) {
.woocommerce .woocommerce-tabs ul.tabs li.active a {
border-color: #f96152;
}
}
.woocommerce .woocommerce-tabs ul.tabs li.active a {
color: #f96152 !important;
}
.woocommerce .woocommerce-tabs .woocommerce-Tabs-panel {
margin-top: -2px !important;
margin-bottom: 0 !important;
padding: 3.66667rem 0 !important;
border-top: 2px solid #000000;
border-bottom: 2px solid #000000;
}
.woocommerce .woocommerce-tabs .woocommerce-Tabs-panel h2 {
font-size: 1.83333rem;
line-height: 1.27273;
}
.woocommerce .woocommerce-tabs .woocommerce-Tabs-panel > *:last-child {
margin-bottom: 0 !important;
}
.woocommerce .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--additional_information table {
border: 0 !important;
}
.woocommerce .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--additional_information table tr {
display: block;
margin-bottom: 1.33333rem;
}
.woocommerce .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--additional_information table tr th {
font-family: "Roboto Slab", sans-serif;
font-weight: 500 !important;
font-size: 1.33333rem;
color: #000000;
}
.woocommerce .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--additional_information table tr th,
.woocommerce .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--additional_information table tr td {
text-align: left;
border-bottom: 0;
padding: 0 !important;
font-style: normal;
}
.woocommerce .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--additional_information table tr td {
font-weight: 400;
}
.woocommerce .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--additional_information table tr td * {
padding: 0;
}
.woocommerce .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--additional_information table tr:last-child {
margin-bottom: 0;
}
.woocommerce .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews #comments {
margin-bottom: 2.66667rem;
}
.woocommerce .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews #comments .woocommerce-Reviews-title span {
color: #f96152;
}
.woocommerce .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews #comments .commentlist {
padding-left: 0;
}
.woocommerce .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews #comments .commentlist .comment {
margin-bottom: 2.66667rem !important;
}
.woocommerce .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews #comments .commentlist .comment .comment_container img.avatar {
padding: 0 !important;
background-color: transparent !important;
width: 4.5rem !important;
border: 1px solid #e5e5e5 !important;
border-radius: 50%;
}
.woocommerce .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews #comments .commentlist .comment .comment_container .comment-text {
padding: 0 !important;
margin-left: 7rem !important;
border: 0 !important;
}
.woocommerce .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews #comments .commentlist .comment .comment_container .comment-text .star-rating {
color: #f96152;
}
.woocommerce .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews #comments .commentlist .comment .comment_container .comment-text .meta .woocommerce-review__author {
font-size: 1.83333rem;
line-height: 1.27273;
margin-bottom: 0.5rem;
display: block;
}
.woocommerce .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews #comments .commentlist .comment .comment_container .comment-text .meta .woocommerce-review__dash {
display: none;
}
.woocommerce .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews #comments .commentlist .comment .comment_container .comment-text .meta .woocommerce-review__published-date {
font-size: 1rem;
}
.woocommerce .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews #comments .commentlist .comment .comment_container .comment-text .description *:last-child {
margin-bottom: 0 !important;
}
.woocommerce .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews #review_form_wrapper #review_form .comment-reply-title {
display: inline-block;
margin-bottom: 2.66667rem;
font-weight: 600;
color: #000000;
margin-bottom: 2.66667rem;
font-size: 1.83333rem;
line-height: 1.27273;
}
.woocommerce .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews #review_form_wrapper .comment-form .comment-form-rating label {
font-weight: 500;
color: #000000;
margin-bottom: 1.33333rem;
}
.woocommerce .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews #review_form_wrapper .comment-form .comment-form-rating .stars a {
-webkit-box-shadow: none;
box-shadow: none;
}
.woocommerce .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews #review_form_wrapper .comment-form input {
width: 100%;
}
.woocommerce .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews #review_form_wrapper .comment-form .form-submit {
margin-bottom: 0;
}
.woocommerce .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews #review_form_wrapper .comment-form .form-submit input {
font-family: "Roboto Slab", sans-serif !important;
line-height: 1 !important;
cursor: pointer !important;
border: 2px solid !important;
border-radius: 0 !important;
-webkit-transition: background-color cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s, border-color cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s, color cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s !important;
-o-transition: background-color cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s, border-color cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s, color cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s !important;
transition: background-color cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s, border-color cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s, color cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s !important;
color: #000000 !important;
border-color: #000000 !important;
background-color: transparent !important;
font-size: 1.25rem !important;
padding: 1.33333rem 3.66667rem !important;
font-weight: 500 !important;
width: auto;
}
.woocommerce .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews #review_form_wrapper .comment-form .form-submit input:hover {
color: #ffffff !important;
background-color: #000000 !important;
border-color: #000000 !important;
}
.woocommerce .woocommerce-breadcrumb {
margin: 0 0 2em;
} .woocommerce-Reviews .commentlist {
margin-bottom: 5.33333rem !important;
}
.woocommerce-Reviews .commentlist .review {
margin-bottom: 2.66667rem !important;
}
.woocommerce-Reviews .commentlist .review:last-child {
margin-bottom: 0 !important;
}
.woocommerce-Reviews .commentlist .review .comment_container img {
width: 4.5rem !important;
padding: 0 !important;
border: 0 !important;
}
.woocommerce-Reviews .commentlist .review .comment_container .comment-text {
margin: 0 0 0 6.16667rem !important;
border-radius: 0 !important;
border: 0 !important;
padding: 0 !important;
}
.woocommerce-Reviews .commentlist .review .comment_container .comment-text .meta .woocommerce-review__author {
font-weight: 600;
color: #000000;
margin-bottom: 2.66667rem;
font-size: 1.33333rem;
line-height: 1.625;
}
.woocommerce-Reviews .commentlist .review .comment_container .comment-text .meta .woocommerce-review__dash {
color: #ff6f61;
}
.woocommerce-Reviews .commentlist .review .comment_container .comment-text .meta .woocommerce-review__published-date {
color: #000000;
font-size: 1.16667rem;
}
.woocommerce-Reviews .commentlist .review .comment_container .comment-text .description > *:last-child {
margin-bottom: 0 !important;
}
.woocommerce-Reviews .comment-form-comment:before {
top: 35px;
}
.shop-content section.related h2 {
font-size: 1.83333rem;
line-height: 1.27273;
}
.woocommerce ul.products li.product a img:hover {
opacity: 0.7;
}
.woocommerce img.footer-img, .woocommerce-page img.footer-img {
max-width: 150px;
}
.cart-contents:before {
font-family: WooCommerce;
content: "\e01d";
font-size: 22px;
margin-top: 10px;
font-style: normal;
font-weight: 400;
vertical-align: bottom;
color: #000;
}
.cart-contents:hover {
text-decoration: none;
}
.cart-contents-count {
color: #fff;
background-color: var(--color-main);
border-radius: 10px;
padding: 1px 6px;
line-height: 1;
vertical-align: top;
font-size: 10px;
position: relative;
left: -6px;
} @-webkit-keyframes "rotating" {
from {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
to {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@keyframes "rotating" {
from {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
to {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
.shop-content {
margin-bottom: -80px;
}
.shop-content section.related h2 {
font-size: 18px;
line-height: 1.27273;
}
.woocommerce-info {
border-color: #000000;
background-color: transparent;
line-height: 42px;
color: #000000;
padding: 15px 20px;
margin-bottom: 26px;
border: 1px solid #000000;
border-color: rgba(0, 0, 0, 0.1);
}
.woocommerce-info a {
color: var(--color-main);
}
.woocommerce-info::before {
display: none;
}
.woocommerce-message {
border-color: #000000;
background-color: transparent;
line-height: 42px;
color: #000000;
padding: 15px 20px;
margin-bottom: 26px;
border: 1px solid #000000;
}
.woocommerce-message::before {
display: none;
}
.woocommerce textarea {
resize: none;
height: 160px !important;
}
.woocommerce table {
margin: 0 0 15px 0 !important;
width: 100%;
empty-cells: show;
border-collapse: collapse !important;
border-spacing: 0;
border: 1px solid rgba(0, 0, 0, 0.1) !important;
border-radius: 0 !important;
box-shadow: 7px 6px 30px rgba(0, 0, 0, 0.02);
}
.woocommerce table td {
padding: 13px !important;
border-left: 0;
background-color: transparent !important;
border-top: none !important;
font-size: 15px;
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.woocommerce table td img {
width: 60px !important;
}
.woocommerce table th {
padding: 13px !important;
border-left: 0;
background-color: transparent !important;
border-top: none !important;
font-size: 15px;
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
font-weight: 600 !important;
text-align: left;
}
.woocommerce table td.product-remove a {
font-size: 13px;
font-weight: 500;
color: #000000 !important;
margin: auto;
-webkit-box-shadow: none;
box-shadow: none;
}
.woocommerce table td.product-remove a:hover {
color: var(--color-main) !important;
background-color: transparent !important;
}
.woocommerce table td.product-thumbnail {
text-align: left !important;
min-width: 32px;
}
.woocommerce table td.product-thumbnail a {
-webkit-box-shadow: none;
box-shadow: none;
}
.woocommerce table td.product-price {
text-align: left;
}
.woocommerce table td.product-subtotal {
text-align: left;
}
.woocommerce table td.product-quantity .quantity input {
width: 100%;
max-width: 80px;
line-height: 20px;
margin-left: auto;
}
.woocommerce table td.actions .coupon input {
width: 13px !important;
margin-right: 15px !important;
padding-left: 10px !important;
}
.woocommerce table tr.shipping td label {
color: #555;
}
.woocommerce table tr.shipping td label span {
color: #555;
}
.woocommerce table tr .product-total {
text-align: right;
}
.woocommerce table tr td {
text-align: right;
}
.woocommerce table tr td.woocommerce-grouped-product-list-item__label, .woocommerce table tr td.woocommerce-grouped-product-list-item__price {
text-align: left;
}
.woocommerce table tr .product-name {
text-align: left;
}
.woocommerce table tfoot tr:last-child th {
font-size: 15px;
color: #000000;
}
.woocommerce table tfoot tr:last-child td {
font-size: 15px;
color: #000000;
}
.woocommerce .woocommerce-cart-form {
margin-bottom: 70px;
}
.woocommerce .woocommerce-cart-form table td::before {
color: #000000;
font-weight: 600;
}
.woocommerce .woocommerce-cart-form table .actions .coupon #coupon_code {
font-size: 12px;
line-height: 1.85714;
color: #000000;
border: 1px solid #000000;
padding: 8px 15px;
width: 150px !important;
text-align: center;
font-size: 13px;
}
.woocommerce .cart-collaterals .cart_totals {
float: none;
width: 100%;
}
.woocommerce .cart-collaterals .cart_totals h2 {
font-size: 18px;
line-height: 1.27273;
}
.woocommerce .cart-collaterals .cart_totals table {
border-collapse: separate !important;
padding: 7px 24px;
margin-bottom: 26px !important;
}
.woocommerce .cart-collaterals .cart_totals table th {
color: #000000;
padding-left: 0 !important;
text-align: left;
}
.woocommerce .cart-collaterals .cart_totals table .order-total th {
font-size: 15px;
}
.woocommerce .cart-collaterals .cart_totals table td {
text-align: right;
padding-right: 0 !important;
}
.woocommerce .cart-collaterals .cart_totals table td[data-title=Total] span {
font-size: 15px;
}
.woocommerce .cart-collaterals .cart_totals table tr:last-child th {
border-bottom: 0;
}
.woocommerce .cart-collaterals .cart_totals table tr:last-child td {
border-bottom: 0;
}
.woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout {
padding: 0;
text-align: right;
}
.woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout a {
margin-bottom: 0;
display: inline-block;
}
.woocommerce .button {
font-family: "Poppins", sans-serif !important;
line-height: 1 !important;
cursor: pointer !important;
border: 1px solid !important;
border-radius: 0 !important;
-webkit-transition: background-color cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s, border-color cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s, color cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s !important;
-o-transition: background-color cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s, border-color cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s, color cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s !important;
transition: background-color cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s, border-color cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s, color cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s !important;
font-size: 14px !important;
background-color: transparent !important;
font-weight: 500 !important;
line-height: 1 !important;
cursor: pointer !important;
border: 1px solid !important;
border-radius: 50px !important;
-webkit-transition: background-color cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s, border-color cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s, color cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s !important;
-o-transition: background-color cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s, border-color cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s, color cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s !important;
transition: background-color cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s, border-color cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s, color cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s !important;
padding: 12px 35px !important;
color: #fff !important;
border-color: #000000 !important;
background-color: transparent !important;
font-weight: 500 !important;
border-color: #fff !important;
background: linear-gradient(to right, var(--color-primary), var(--color-secondary), var(--color-ternary)) !important;
}
.woocommerce .button:hover {
color: #ffffff !important;
background-color: #000000 !important;
border-color: #000000 !important;
color: #ffffff !important;
background-color: var(--color-main) !important;
border-color: var(--color-main) !important;
}
.woocommerce ul.products li.product, .woocommerce .woocommerce-page ul.products li.product {
text-align: center;
}
.woocommerce .woocommerce-ordering select {
padding: 5px;
border-radius: 5px;
}
.woocommerce .quantity {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
position: relative;
}
.woocommerce .quantity input[type=number] {
padding: 10px 30px 10px 7px !important;
-moz-appearance: textfield;
width: 110px;
font-weight: 600;
color: #555;
border-radius: 1px;
line-height: 20px;
}
.woocommerce .quantity input[type=number]::-webkit-inner-spin-button {
-webkit-appearance: none;
margin: 0;
}
.woocommerce .quantity input[type=number]::-webkit-outer-spin-button {
-webkit-appearance: none;
margin: 0;
}
.woocommerce .quantity .quantity-nav {
position: absolute;
right: 1px;
top: 0;
height: 100%;
}
.woocommerce .quantity .quantity-nav .quantity-button {
cursor: pointer;
border-left: 1px solid #333;
width: 25px;
text-align: center;
color: #000000;
font-size: 13px;
-webkit-transform: translateX(-100%);
-ms-transform: translateX(-100%);
transform: translateX(-100%);
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-transition: background-color cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s;
-o-transition: background-color cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s;
transition: background-color cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s;
}
.woocommerce .quantity .quantity-nav .quantity-button:hover {
background-color: #000000;
color: #ffffff;
}
.woocommerce .quantity .quantity-nav .quantity-button.quantity-up {
position: absolute;
height: 50%;
top: 0;
border: 1px solid #ccc;
line-height: 22px;
}
.woocommerce .quantity .quantity-nav .quantity-button.quantity-down {
position: absolute;
bottom: 0;
height: 50%;
border: 1px solid #ccc;
border-top: none;
line-height: 22px;
}
.woocommerce .woocommerce-cart-form__cart-item .product-quantity .quantity-nav {
position: static;
}
.woocommerce div.product form.cart div.quantity {
margin-right: 15px;
float: left !important;
}
.woocommerce div.product form.cart .button {
vertical-align: middle;
float: left;
background: #f96152;
font-weight: 300;
border-radius: 1px;
line-height: 28px;
}
.woocommerce div.product div.images .flex-control-thumbs {
margin-left: -5px;
margin-right: -5px;
}
.woocommerce div.product div.images .flex-control-thumbs li {
padding: 5px;
padding-bottom: 10px;
}
.woocommerce div.product div.images .flex-control-thumbs li img {
cursor: pointer;
opacity: 0.8;
margin: 0;
border: 1px solid #eee;
}
.woocommerce div.product p.price {
color: var(--color-main);
}
.woocommerce div.product span.price {
color: var(--color-main);
}
.woocommerce form .form-row {
padding: 0;
margin-bottom: 16px;
}
.woocommerce form input {
border-radius: 5px;
border-color: #ccc;
border-width: 1px;
padding: 12px;
}
.woocommerce form textarea {
border-radius: 5px;
border-color: #ccc;
border-width: 1px;
padding: 10px 13px;
}
.woocommerce strong {
font-weight: 300;
}
.woocommerce .m-product-summary button {
font-size: 13px !important;
padding: 14px 36px !important;
color: #000000 !important;
border-color: #000000 !important;
background-color: transparent !important;
}
.woocommerce .m-product-summary .quantity {
margin-right: 13px !important;
}
.woocommerce ul.products li.product .price {
color: var(--color-main);
font-size: 14px;
}
.woocommerce ul.products li.product .price ins {
font-weight: 400;
margin-left: 10px;
}
.woocommerce ul.products li.product a img:hover {
opacity: 0.7;
}
.woocommerce a.added_to_cart {
display: none;
}
.woocommerce span.onsale {
background-color: var(--color-main);
line-height: 2.65;
}
.woocommerce .woocommerce-tabs {
margin-bottom: 26px;
}
.woocommerce .woocommerce-tabs ul.tabs {
padding: 0 !important;
margin: 0 !important;
}
.woocommerce .woocommerce-tabs ul.tabs::before {
display: none !important;
}
.woocommerce .woocommerce-tabs ul.tabs li {
position: relative;
z-index: 1;
padding: 0 !important;
margin: 0 0 0 14px !important;
border: 0 !important;
border-radius: 0 !important;
background-color: transparent !important;
}
.woocommerce .woocommerce-tabs ul.tabs li::before {
display: none !important;
}
.woocommerce .woocommerce-tabs ul.tabs li::after {
display: none !important;
}
.woocommerce .woocommerce-tabs ul.tabs li:first-child {
margin-left: 0 !important;
}
.woocommerce .woocommerce-tabs ul.tabs li:first-child a {
padding-left: 0 !important;
}
.woocommerce .woocommerce-tabs ul.tabs li a {
font-family: "Poppins", sans-serif;
color: #000000 !important;
font-size: 13px;
font-weight: 400 !important;
line-height: 1;
padding: 0 15px 18px 15px !important;
border-bottom: 2px solid transparent;
-webkit-transition: color cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s, border-color cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s;
-o-transition: color cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s, border-color cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s;
transition: color cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s, border-color cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s;
}
.woocommerce .woocommerce-tabs ul.tabs li.active a {
color: var(--color-main) !important;
}
.woocommerce .woocommerce-tabs .woocommerce-Tabs-panel {
margin-top: -2px !important;
margin-bottom: 0 !important;
padding: 36px 0 !important;
border-top: 2px solid #000000;
}
.woocommerce .woocommerce-tabs .woocommerce-Tabs-panel h2 {
font-size: 18px;
line-height: 1.27273;
margin-top: 0;
}
.woocommerce .woocommerce-tabs .woocommerce-Tabs-panel > *:last-child {
margin-bottom: 0 !important;
}
.woocommerce .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews #comments {
margin-bottom: 26px;
}
.woocommerce .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews #comments .woocommerce-Reviews-title span {
color: var(--color-main);
}
.woocommerce .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews #comments .commentlist {
padding-left: 0;
}
.woocommerce .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews #comments .commentlist .comment {
margin-bottom: 26px !important;
}
.woocommerce .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews #comments .commentlist .comment .comment_container img.avatar {
padding: 0 !important;
background-color: transparent !important;
width: 45px !important;
border: 1px solid #e5e5e5 !important;
border-radius: 50%;
}
.woocommerce .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews #comments .commentlist .comment .comment_container .comment-text {
padding: 0 !important;
margin-left: 70px !important;
border: 0 !important;
}
.woocommerce .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews #comments .commentlist .comment .comment_container .comment-text .star-rating {
color: var(--color-main);
}
.woocommerce .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews #comments .commentlist .comment .comment_container .comment-text .meta .woocommerce-review__author {
font-size: 18px;
line-height: 1.27273;
margin-bottom: 5px;
display: block;
}
.woocommerce .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews #comments .commentlist .comment .comment_container .comment-text .meta .woocommerce-review__dash {
display: none;
}
.woocommerce .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews #comments .commentlist .comment .comment_container .comment-text .meta .woocommerce-review__published-date {
font-size: 10px;
}
.woocommerce .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews #comments .commentlist .comment .comment_container .comment-text .description *:last-child {
margin-bottom: 0 !important;
}
.woocommerce .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews #review_form_wrapper #review_form .comment-reply-title {
display: inline-block;
margin-bottom: 26px;
font-weight: 600;
color: #000000;
margin-bottom: 26px;
font-size: 18px;
line-height: 1.27273;
}
.woocommerce .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews #review_form_wrapper .comment-form .comment-form-rating label {
font-weight: 500;
color: #000000;
margin-bottom: 13px;
}
.woocommerce .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews #review_form_wrapper .comment-form .comment-form-rating .stars a {
-webkit-box-shadow: none;
box-shadow: none;
}
.woocommerce .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews #review_form_wrapper .comment-form input {
width: 100%;
}
.woocommerce .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews #review_form_wrapper .comment-form .form-submit {
margin-bottom: 0;
}
.woocommerce .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews #review_form_wrapper .comment-form .form-submit input {
font-family: "Poppins", sans-serif !important;
line-height: 1 !important;
cursor: pointer !important;
border: 2px solid !important;
border-radius: 0 !important;
-webkit-transition: background-color cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s, border-color cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s, color cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s !important;
-o-transition: background-color cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s, border-color cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s, color cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s !important;
transition: background-color cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s, border-color cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s, color cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s !important;
color: #000000 !important;
border-color: #000000 !important;
background-color: transparent !important;
font-size: 13px !important;
padding: 14px 36px !important;
font-weight: 500 !important;
width: auto;
}
.woocommerce .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews #review_form_wrapper .comment-form .form-submit input:hover {
color: #ffffff !important;
background-color: #000000 !important;
border-color: #000000 !important;
}
.woocommerce .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--additional_information table {
border: 0 !important;
}
.woocommerce .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--additional_information table tr {
display: block;
margin-bottom: 13px;
}
.woocommerce .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--additional_information table tr th {
font-family: "Poppins", sans-serif;
font-weight: 500 !important;
font-size: 13px;
color: #000000;
text-align: left;
border-bottom: 0;
padding: 0 !important;
font-style: normal;
border: none;
}
.woocommerce .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--additional_information table tr td {
text-align: left;
border-bottom: 0;
padding: 0 !important;
font-style: normal;
font-weight: 400;
border: none;
}
.woocommerce .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--additional_information table tr td * {
padding: 0;
}
.woocommerce .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--additional_information table tr:last-child {
margin-bottom: 0;
}
.woocommerce .woocommerce-breadcrumb {
margin: 0 0 2em;
}
.woocommerce img.footer-img {
max-width: 150px;
}
.woocommerce-error {
background-color: transparent;
line-height: 42px;
color: #000000;
padding: 15px 20px;
margin-bottom: 26px;
border: 1px solid #000000;
}
.select2 .selection .select2-selection {
border-width: 1px;
border-color: #ccc !important;
border-radius: 5px !important;
-webkit-transition: border-color cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s;
-o-transition: border-color cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s;
transition: border-color cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s;
height: auto;
}
.select2 .selection .select2-selection .select2-selection__rendered {
color: #888;
min-height: 32px;
padding: 12px;
text-align: left;
font-size: 15px;
line-height: normal;
}
.select2-container--default .select2-selection--single {
background-color: #ffffff;
border: 1px solid #aaa;
border-radius: 4px;
}
.select2-container--open .select2-dropdown--below, .select2-container--open .select2-dropdown--above {
border-color: #ccc !important;
}
.portfolio-2 .port-inner .port-dbox a.added_to_cart {
display: none;
}
.portfolio-2 .port-inner .port-dbox a.added span.button__cart {
display: none;
}
.portfolio-2 .port-inner .port-dbox a.added span.button__added {
opacity: 1;
display: flex;
}
.portfolio-2 .port-inner .port-dbox a.loading span.button__cart {
display: none;
}
.portfolio-2 .port-inner .port-dbox a.loading span.button__loader {
display: flex;
}
.portfolio-2 .port-inner .port-dbox a span.button__cart {
opacity: 0.25;
display: flex;
}
.portfolio-2 .port-inner .port-dbox a span.button__loader {
display: none;
}
.portfolio-2 .port-inner .port-dbox a span.button__added {
opacity: 0;
display: none;
}
.port-inner .port-dbox a span svg {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
width: 22px;
height: 22px;
stroke: #000000;
}
.port-inner .port-dbox a span svg:hover {
stroke: #f96152;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content {
float: left;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table tr td {
text-align: left;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table tr td a.button {
font-size: 13px;
padding: 13px 36px;
font-weight: 500 !important;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-table--order-downloads tr td {
text-align: left;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-table--order-downloads tr td a.button {
font-size: 13px;
padding: 13px 36px;
font-weight: 500 !important;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content a {
color: var(--color-main);
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul {
padding: 0;
margin-bottom: 27px;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li {
list-style: none;
padding-bottom: 13px;
border-bottom: 1px solid #000000;
margin-bottom: 15px;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li:last-child {
margin-bottom: 0;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li a {
color: #000000;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-shadow: none;
box-shadow: none;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li a:hover {
color: var(--color-main);
}
.woocommerce-account .addresses .title h3 {
font-size: 18px;
line-height: 1.27273;
}
.woocommerce-checkout .col2-set {
width: auto;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-right: -15px;
margin-left: -15px;
}
.woocommerce-checkout .col2-set .col-1 {
position: relative;
width: 100%;
padding-right: 15px;
padding-left: 15px;
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
.woocommerce-checkout .col2-set .col-2 {
position: relative;
width: 100%;
padding-right: 15px;
padding-left: 15px;
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
.woocommerce-checkout .woocommerce-form-coupon-toggle .woocommerce-info {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.woocommerce-checkout .woocommerce-form-coupon-toggle .woocommerce-info .showcoupon {
margin-left: auto;
}
.woocommerce-checkout .checkout_coupon {
border-radius: 0 !important;
border-width: 1px !important;
border-color: #000000 !important;
}
.woocommerce-checkout .checkout_coupon input.input-text {
border-color: rgba(0, 0, 0, 0.1);
}
.woocommerce-checkout .checkout_coupon button.button {
padding: 17px 36px !important;
text-transform: uppercase;
}
.woocommerce-checkout .checkout_coupon button.button:hover {
background-color: var(--color-main) !important;
}
.woocommerce-checkout .woocommerce-billing-fields {
margin-bottom: 26px;
}
.woocommerce-checkout .woocommerce-billing-fields h3 {
font-size: 22px;
line-height: 1.2;
}
.woocommerce-checkout .woocommerce-billing-fields h2 {
font-size: 18px;
line-height: 1.27273;
}
.woocommerce-checkout .woocommerce-shipping-fields .ship-to-different-address {
font-size: 18px;
line-height: 1.27273;
}
.woocommerce-checkout .woocommerce-additional-fields {
margin-bottom: 50px;
}
.woocommerce-checkout .woocommerce-additional-fields h3 {
font-size: 22px;
line-height: 1.2;
}
.woocommerce-checkout .form-row {
padding: 0;
margin-bottom: 13px;
}
.woocommerce-checkout #order_review_heading {
font-size: 22px;
line-height: 1.27273;
}
.woocommerce-checkout .woocommerce-checkout-review-order table {
margin: 0 0 15px 0 !important;
width: 100%;
empty-cells: show;
border-collapse: collapse !important;
border-spacing: 0;
border: 1px solid rgba(0, 0, 0, 0.1) !important;
border-radius: 0 !important;
margin-bottom: 26px !important;
}
.woocommerce-checkout .woocommerce-checkout-review-order table tr td strong {
color: #555;
}
.woocommerce-checkout .woocommerce-checkout-review-order table tr.order-total td strong {
color: #000000;
}
.woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment {
border-radius: 0 !important;
background-color: transparent !important;
border: 1px solid #000000;
border-color: rgba(0, 0, 0, 0.1);
}
.woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment .wc_payment_methods {
border-bottom-color: rgba(0, 0, 0, 0.1) !important;
}
.woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment .wc_payment_methods .wc_payment_method.payment_method_paypal label {
display: contents;
}
.woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment .wc_payment_methods .wc_payment_method.payment_method_paypal label a {
line-height: 1 !important;
}
.woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment .wc_payment_methods > li {
list-style: none;
}
.woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment .place-order {
margin-bottom: 0;
}
.woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment .place-order button.button {
padding: 17px 36px !important;
border-radius: 0 !important;
background-color: #232323 !important;
color: #fff !important;
text-transform: uppercase;
}
.woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment .place-order button.button:hover {
background-color: var(--color-main) !important;
}
.h-rotatingNeuron {
-webkit-animation: rotating 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) infinite;
animation: rotating 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) infinite;
}
.blog-content .woocommerce img:hover {
filter: none;
}
.woocommerce-Reviews .commentlist {
margin-bottom: 53px !important;
}
.woocommerce-Reviews .commentlist .review {
margin-bottom: 26px !important;
}
.woocommerce-Reviews .commentlist .review:last-child {
margin-bottom: 0 !important;
}
.woocommerce-Reviews .commentlist .review .comment_container img {
width: 45px !important;
padding: 0 !important;
border: 0 !important;
}
.woocommerce-Reviews .commentlist .review .comment_container .comment-text {
margin: 0 0 0 62px !important;
border-radius: 0 !important;
border: 0 !important;
padding: 0 !important;
}
.woocommerce-Reviews .commentlist .review .comment_container .comment-text .meta .woocommerce-review__author {
font-weight: 600;
color: #000000;
margin-bottom: 26px;
font-size: 13px;
line-height: 1.625;
}
.woocommerce-Reviews .commentlist .review .comment_container .comment-text .meta .woocommerce-review__dash {
color: var(--color-main);
}
.woocommerce-Reviews .commentlist .review .comment_container .comment-text .meta .woocommerce-review__published-date {
color: #000000;
font-size: 12px;
}
.woocommerce-Reviews .commentlist .review .comment_container .comment-text .description > *:last-child {
margin-bottom: 0 !important;
}
.woocommerce-Reviews .comment-form-comment:before {
top: 35px;
}
.woocommerce-page img.footer-img {
max-width: 150px;
}
@media (max-width: 767px) {
.woocommerce .cart-collaterals .cart_totals table td[data-title=Total] {
padding-left: 0 !important;
}
.woocommerce .cart-collaterals .cart_totals table td[data-title=Total]::before {
color: #000000;
font-weight: 600;
}
.woocommerce .cart-collaterals .cart_totals table td[data-title=Subtotal] {
padding-left: 0 !important;
}
.woocommerce .cart-collaterals .cart_totals table td[data-title=Subtotal]::before {
color: #000000;
font-weight: 600;
}
.woocommerce table td.actions {
border-bottom: 0;
}
.woocommerce table td.actions .coupon {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
padding-bottom: 10px !important;
}
.woocommerce table td.actions .coupon input {
-webkit-box-flex: 0;
-ms-flex: 0 0 49%;
flex: 0 0 49%;
max-width: 49%;
margin: 0 !important;
}
.woocommerce table td.actions .coupon button {
-webkit-box-flex: 0;
-ms-flex: 0 0 49%;
flex: 0 0 49%;
max-width: 49%;
margin: 0 !important;
margin-left: auto !important;
}
}
@media (min-width: 768px) {
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li:last-child {
padding-bottom: 0;
border-bottom: 0;
}
.woocommerce-checkout .col2-set .col-1 {
-webkit-box-flex: 0;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
.woocommerce-checkout .col2-set .col-2 {
-webkit-box-flex: 0;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
.woocommerce table td.product-quantity .quantity input {
margin-left: 0;
}
.woocommerce .woocommerce-tabs {
margin-bottom: 53px;
}
}
@media (min-width: 992px) {
.woocommerce-account .woocommerce .woocommerce-MyAccount-content {
padding-left: 53px;
}
}
@media (min-width: 576px) {
.woocommerce .woocommerce-tabs ul.tabs li a:hover {
color: var(--color-main) !important;
border-color: var(--color-main);
}
.woocommerce .woocommerce-tabs ul.tabs li.active a {
border-color: var(--color-main);
}
} .woocommerce .summary .product_meta > span {
display: block;
margin-bottom: 0;
font-weight: 500;
font-size: 16px;
line-height: 40px;
}
.woocommerce .summary .product_meta > span span, .woocommerce .summary .product_meta > span a {
font-weight: 400;
}
.woocommerce .comment-form-author:before, .woocommerce .comment-form-email:before {
top: 37px;
}
.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span {
padding: 12px 20px;
color: var(--color-main);
}
.woocommerce nav.woocommerce-pagination ul li a:focus, .woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li span.current {
background: #585353;
color: #ffffff;
font-weight: 600;
}
.woocommerce div.product form.cart .group_table td.woocommerce-grouped-product-list-item__label label a {
color: var(--color-main);
font-weight: 400;
}
.woocommerce .select2-container--default .select2-selection--single .select2-selection__arrow {
top: 9px;
right: 9px;
}
.select2-dropdown {
border-color: #333;
}
.woocommerce-error::before {
left: initial;
right: 1em;
}
.woocommerce-shipping-fields .woocommerce-form__label-for-checkbox {
font-size: 18px;
font-weight: 600;
}
.woocommerce-shipping-fields .woocommerce-form__label-for-checkbox input[type=checkbox] {
width: auto;
margin: 3px 10px 0 0;
position: unset !important;
}  .tcg-cart .cart-contents {
display: flex;
flex-wrap: wrap;
}
.tcg-cart .cart-contents .cart-contents-count {
left: 20px;
top: -25px;
}  .iteck-counter .num_item {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.iteck-counter .num_item .num {
color: #fff;
font-size: 32px;
font-weight: bold;
-ms-flex-negative: 0;
flex-shrink: 0;
margin-right: 15px;
min-width: 70px;
text-align: center;
}
.iteck-counter .num_item .num i {
font-size: 21px;
}
.iteck-counter .num_item .inf {
color: #fff;
text-transform: uppercase;
font-size: 12px;
line-height: 1.4;
font-weight: 300;
}  .iteck-countdown-wrapper {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
margin-right: auto;
margin-left: auto;
}
.iteck-countdown-wrapper .iteck-countdown-item {
padding: 20px 0;
margin: 10px;
width: 100%;
background-color: #fff;
border-radius: 5px;
border-bottom: 3px solid var(--color-main);
-ms-flex-preferred-size: 0;
flex-basis: 0;
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
text-align: center;
}
.iteck-countdown-wrapper .iteck-countdown-item .iteck-countdown-numbers {
font-size: calc(2vw + 20px);
line-height: 1.4;
font-weight: 700;
color: #000;
}
.iteck-countdown-wrapper .iteck-countdown-item .iteck-countdown-label {
font-size: 13px;
text-transform: capitalize;
color: #999;
}
.iteck-countdown-wrapper .iteck-countdown-item-container {
width: 100%;
margin: 10px;
text-align: center;
}
.iteck-countdown-wrapper .iteck-countdown-item-container .iteck-countdown-item {
margin: 0;
}    .img-box-slider {
position: relative;
z-index: 1; }
.img-box-slider .slick-slide {
margin-left: 10px;
margin-right: 10px;
background-color: #ffffff;
box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.07);
transition: all 0.3s ease-in-out;
border-radius: 2px;
}
.img-box-slider .slick-slide:hover {
margin-top: -5px;
}
.img-box-slider .slick-slide:hover .box-cont h3 {
color: var(--color-main);
}
.img-box-slider .slick-slide:hover .box-img img {
opacity: 0.6;
}
.img-box-slider .slick-slide:hover .box-img:after {
opacity: 1;
top: calc(50% - 0px);
}
.img-box-slider .box-cont {
padding: 25px 20px;
background: #ffffff;
color: #666;
}
.img-box-slider p {
margin-bottom: 0;
margin-top: 0.9rem;
}
.img-box-slider .imgbox-from {
font-family: "Poppins", sans-serif;
font-size: 14px;
font-style: normal;
text-transform: capitalize;
color: #4f4f4f;
margin-bottom: 15px;
}
.img-box-slider h3 {
font-size: 20px;
font-weight: 500;
letter-spacing: 1px;
margin: 0;
color: #000000;
transition: all 0.3s ease-in-out;
}
.img-box-slider h3 a {
color: #000000;
}
.img-box-slider h3 a:hover {
color: var(--color-main);
}
.img-box-slider > div {
margin: auto;
max-width: 1170px;
text-align: center;
}
.img-box-slider .box-img {
background-color: #000000;
position: relative;
}
.img-box-slider .box-img img {
height: 250px;
object-fit: cover;
transition: all 0.3s ease-in-out;
}
.img-box-slider .box-img:after {
content: "\e870";
font-family: "Linearicons-Free";
font-size: 45px;
display: block;
position: absolute;
top: calc(50% + 15px);
left: calc(50% - 25px);
color: #fff;
transition: 0.4s all ease-in-out;
font-weight: 200;
opacity: 0;
transform: rotate(45deg);
}
.img-box-slider .fa-angle-left.slick-arrow {
bottom: 0;
position: absolute;
left: 0;
width: 50px;
height: 50px;
line-height: 50px;
color: var(--color-main);
text-align: center;
cursor: pointer;
z-index: 1;
font-size: 30px;
transition: ease 0.5s;
-webkit-transition: ease 0.5s;
-moz-transition: ease 0.5s;
-o-transition: ease 0.5s;
-ms-transition: ease 0.5s;
bottom: 50%;
left: -60px;
}
.img-box-slider .fa-angle-left.slick-arrow:hover {
color: #ffffff;
}
.img-box-slider .fa-angle-right.slick-arrow {
bottom: 0;
position: absolute;
left: 0;
width: 50px;
height: 50px;
line-height: 50px;
color: var(--color-main);
text-align: center;
cursor: pointer;
z-index: 1;
font-size: 30px;
transition: ease 0.5s;
-webkit-transition: ease 0.5s;
-moz-transition: ease 0.5s;
-o-transition: ease 0.5s;
-ms-transition: ease 0.5s;
bottom: 50%;
left: initial;
right: -60px;
}
.img-box-slider .fa-angle-right.slick-arrow:hover {
color: #ffffff;
}
.img-box-slider .slick-dotted.slick-slider {
margin-bottom: 30px;
}
.img-box-slider .slick-dots {
position: absolute;
bottom: -60px;
display: block;
width: 100%;
padding: 0;
margin: 0;
list-style: none;
text-align: center;
}
.img-box-slider .slick-dots li {
position: relative;
display: inline-block;
width: 20px;
height: 20px;
margin: 0 5px;
padding: 0;
cursor: pointer;
}
.img-box-slider .slick-dots li button {
font-size: 0;
line-height: 0;
display: block;
width: 20px;
height: 20px;
padding: 5px;
cursor: pointer;
color: transparent;
border: 0;
outline: none;
background: transparent;
}
.img-box-slider .slick-dots li button:hover {
outline: none;
}
.img-box-slider .slick-dots li button:hover:before {
opacity: 1;
}
.img-box-slider .slick-dots li button:focus {
outline: none;
}
.img-box-slider .slick-dots li button:focus:before {
opacity: 1;
}
.img-box-slider .slick-dots li button:before {
font-family: "slick";
font-size: 20px;
line-height: 10px;
position: absolute;
top: 0;
left: 5px;
width: 20px;
height: 5px;
content: "";
text-align: center;
opacity: 0.25;
background: var(--color-main);
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.img-box-slider .slick-dots li.slick-active button:before {
opacity: 0.75;
color: var(--color-main);
}
.img-box-slider.imgbox-slider-2 .item {
position: relative;
min-height: 420px;
}
.img-box-slider.imgbox-slider-2 .item .box-cont {
position: absolute;
bottom: 0;
padding: 30px;
overflow: hidden;
opacity: 1;
background-color: rgba(255, 255, 255, 0.9);
border-radius: 5px;
height: calc(100% - 60px);
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
width: calc(100% - 60px);
}
.img-box-slider.imgbox-slider-2 .item .box-cont img {
width: 75px;
margin-left: auto;
margin-right: auto;
margin-bottom: 20px;
margin-top: 7px;
}
.img-box-slider.imgbox-slider-2 .item .box-cont .feature-btn {
margin-top: 30px;
border: solid 1px var(--color-main);
padding: 8px 18px;
position: relative;
display: inline-block;
font-size: 14px;
background: var(--color-main);
color: #fff;
border-radius: 3px;
transition: all 0.4s ease;
}
.img-box-slider.imgbox-slider-2 .item .box-cont .feature-btn:hover {
color: var(--color-main);
background: #fff;
border-color: #fff;
}
.img-box-slider.imgbox-slider-2 .item:hover .box-cont {
position: static;
margin: 0;
padding: 0;
height: 0;
}
.img-box-slider.imgbox-slider-2 .item:hover .box-cont .feature-btn {
position: absolute;
left: 85%;
bottom: 50px;
width: 50%;
}
.img-box-slider.imgbox-slider-2 .item .box-img img {
height: 420px;
}
.with-bg {
padding: 150px 0;
}
.with-bg .img-box-slider p {
color: #ffffff;
}
.with-bg .img-box-slider h3 {
color: #ffffff;
}  .iteck-image {
position: relative;
}
.iteck-image .vid_icon {
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
z-index: 5;
display: flex;
align-items: center;
justify-content: center;
overflow: hidden;
background-color: #fff;
color: #000;
font-size: 15px;
width: 60px;
height: 60px;
border-radius: 50%;
}
.iteck-image-animation-rotate {
animation: rotate-center 100s linear infinite both;
}
.iteck-image-animation-wave {
animation: wave 2s ease-in-out infinite alternate both;
}
.iteck-image-animation-slide-up-down {
-webkit-animation: slide_up_down 2s ease-in-out infinite alternate both;
animation: slide_up_down 2s ease-in-out infinite alternate both;
}
.iteck-image-animation-slide-right-left {
-webkit-animation: RL_smooth 2s ease-in-out infinite alternate both;
animation: RL_smooth 2s ease-in-out infinite alternate both;
}
.iteck-image-animation-scale-up-down {
-webkit-animation: scale_up_down 1.5s ease-in-out infinite alternate both;
animation: scale_up_down 1.5s ease-in-out infinite alternate both;
} .iteck-animated-brands .choose_us_brands {
position: absolute;
left: 0;
bottom: 0;
width: 50%;
-o-object-fit: contain;
object-fit: contain;
-webkit-animation: slide_up_down 2s ease-in-out infinite alternate both;
animation: slide_up_down 2s ease-in-out infinite alternate both;
z-index: 0;
}
.iteck-animated-brands .choose_us_bubbles {
position: absolute;
left: 0;
bottom: 0;
width: 45%;
-o-object-fit: contain;
object-fit: contain;
-webkit-animation: slide_up_down 2s ease-in-out infinite alternate both;
animation: slide_up_down 2s ease-in-out infinite alternate both;
-webkit-animation-delay: 1s;
animation-delay: 1s;
z-index: -1;
}
.iteck-animated-brands .choose_us_img {
position: absolute;
left: -65px;
bottom: -150px;
width: 60%;
-webkit-animation: rotate-center 100s linear infinite both;
animation: rotate-center 100s linear infinite both;
z-index: -1;
} .iteck-info-box .circle {
position: absolute;
width: 55px;
height: 55px;
border-radius: 50%;
background-color: var(--color-main);
top: 20px;
right: 40px;
opacity: 0;
transition: all 0.3s ease;
z-index: -2;
}
.iteck-info-box .pattern {
position: absolute;
bottom: 0;
left: 0;
opacity: 0;
transition: all 0.3s ease;
z-index: -2;
}
.iteck-info-box:hover .circle {
top: -20px;
opacity: 1;
}
.iteck-info-box:hover .pattern {
bottom: -30px;
left: -20px;
opacity: 1;
}
.iteck-info-box .service_box {
position: relative;
z-index: 1;
padding: 30px;
border: 1px solid rgba(153, 153, 153, 0.2);
border-radius: 8px;
display: block;
background-color: #fff;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.iteck-info-box .service_box h5 {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
margin-bottom: 35px;
font-size: 21px;
}
.iteck-info-box .service_box h5 a {
color: #000;
font-weight: bold;
}
.iteck-info-box .service_box .num {
color: var(--color-main);
font-size: 14px;
display: inline-block;
}
.iteck-info-box .service_box .icon {
margin-bottom: 35px;
}
.iteck-info-box .service_box .icon img {
width: 60px;
height: 60px;
-o-object-fit: cover;
object-fit: cover;
}
.iteck-info-box .service_box .title-box {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
font-size: 20px;
font-weight: bold;
color: #000;
margin-bottom: 20px;
}
.iteck-info-box .service_box .title-box .icon {
margin-inline-end: 30px;
margin-bottom: 0;
}
.iteck-info-box .service_box .title-box h5 {
margin-bottom: 0;
}
.iteck-info-box .service_box .info .text {
color: #666;
margin-bottom: 15px;
font-size: 14px;
}
.iteck-info-box .service_box .info .tags a {
font-size: 12px;
padding: 5px 10px;
border-radius: 4px;
background-color: #eef4f8;
color: #666;
}
.iteck-info-box .service_box .read-more-btn-style-1 {
font-weight: bold;
color: var(--color-main);
margin-left: -20px;
}
.iteck-info-box .service_box .read-more-btn-style-1 .l-arrow {
opacity: 0;
transition: all 0.3s ease;
}
.iteck-info-box .service_box .read-more-btn-style-1 .r-arrow {
transition: all 0.3s ease;
}
.iteck-info-box .service_box .read-more-btn-style-2 {
text-transform: uppercase;
font-weight: 600;
position: relative;
font-size: 16px;
padding: 9px 15px;
border-radius: 30px;
overflow: hidden;
z-index: 10;
color: #000;
display: inline-block;
line-height: 1.5;
}
.iteck-info-box .service_box .read-more-btn-style-2::before {
position: absolute;
content: "";
left: 0;
top: 0;
width: 40px;
height: 40px;
border-radius: 30px;
background-color: var(--color-main);
opacity: 0.2;
transition: all 0.3s ease;
z-index: -1;
}
.iteck-info-box .service_box:hover {
border-color: transparent;
-webkit-box-shadow: 0px 54px 115px 0px rgba(52, 60, 66, 0.25);
box-shadow: 0px 54px 115px 0px rgba(52, 60, 66, 0.25);
}
.iteck-info-box .service_box:hover h5 a {
color: var(--color-main);
}
.iteck-info-box .service_box:hover .read-more-btn-style-1 {
margin-left: 0;
}
.iteck-info-box .service_box:hover .read-more-btn-style-1 .l-arrow {
opacity: 1;
}
.iteck-info-box .service_box:hover .read-more-btn-style-1 .r-arrow {
opacity: 0;
}
.iteck-info-box .service_box:hover .read-more-btn-style-2 {
color: #fff;
font-weight: 500;
}
.iteck-info-box .service_box:hover .read-more-btn-style-2::before {
width: 100%;
height: 100%;
opacity: 1;
} .iteck-info-box-carousel .swiper-container:not(.swiper-container-initialized) > .swiper-wrapper, .iteck-info-box-carousel .swiper:not(.swiper-initialized) > .swiper-wrapper {
overflow: unset;
}
.iteck-info-box-carousel.carousel .service_box {
padding: 0.5rem 1.5rem 0.5rem 1.5rem;
border: none;
border-right: 1px solid rgba(255, 255, 255, 0.2666666667);
border-radius: 0px;
background: transparent;
}
.iteck-info-box-carousel.carousel .continued-slide .swiper-wrapper {
transition-timing-function: linear !important;
position: relative;
}
.iteck-info-box-carousel.carousel .continued-slide .swiper-wrapper .service_box:hover .info .read-more-btn {
color: var(--color-main);
}
.iteck-info-box-carousel.carousel .info {
text-align: center;
}
.iteck-info-box-carousel.carousel .info h4 {
color: #fff;
}
.iteck-info-box-carousel.carousel .info .read-more-btn {
text-transform: uppercase;
color: #c3c3c3;
margin-top: 35px;
}
.iteck-info-box-carousel.carousel .info .tags a {
font-size: 11px;
padding: 3px 7px;
border-radius: 4px;
background-color: #131172;
margin: 3px;
color: #fff;
}
.iteck-info-box-carousel.carousel .icon {
margin-bottom: 40px;
text-align: center;
}
.iteck-info-box-carousel.carousel .icon img {
width: auto;
height: auto;
max-width: 100%;
max-height: 100%;
-o-object-fit: unset;
object-fit: unset;
}
.iteck-info-box-carousel.carousel .pagination_circle {
position: relative;
margin-top: 70px;
}
.iteck-info-box-carousel.carousel .pagination_circle .swiper-pagination {
width: 100%;
bottom: 0;
}
.iteck-info-box-carousel.carousel .pagination_circle .swiper-pagination .swiper-pagination-bullet {
position: relative;
margin: 0 20px;
width: 8px;
height: 8px;
display: inline-block;
border-radius: 100%;
background: #000;
opacity: 0.2;
}
.iteck-info-box-carousel.carousel .pagination_circle .swiper-pagination .swiper-pagination-bullet:before {
position: absolute;
content: "";
left: -10px;
top: -10px;
width: 28px;
height: 28px;
border-radius: 50%;
border: 1px solid transparent;
}
.iteck-info-box-carousel.carousel .pagination_circle .swiper-pagination .swiper-pagination-bullet-active {
opacity: 1;
border-radius: 5px;
background-color: #fff;
}
.iteck-info-box-carousel.carousel .pagination_circle .swiper-pagination .swiper-pagination-bullet-active:before {
border: 1px solid #15f1ff;
}
.iteck-info-box-carousel.wave-carousel .swiper-container {
padding-bottom: 100px;
}
.iteck-info-box-carousel.wave-carousel .swiper-slide {
transform: scale(0.9);
position: relative;
transition: all 0.4s ease;
top: 0;
}
.iteck-info-box-carousel.wave-carousel .swiper-slide.swiper-slide-nth-next-2 {
transform: scale(1);
top: 100px;
padding: 0 9px;
}
.iteck-info-box-carousel.wave-carousel .swiper-slide.swiper-slide-next {
transform: scale(1);
top: 50px;
padding: 0 12px;
}
.iteck-info-box-carousel.wave-carousel .swiper-slide.swiper-slide-active {
transform: scale(1.1);
padding: 0 20px;
filter: drop-shadow(5px 50px 30px rgba(7, 57, 114, 0.0666666667));
}
.iteck-info-box-carousel.wave-carousel .swiper-slide.swiper-slide-prev {
transform: scale(1);
top: 50px;
padding: 0 12px;
}
.iteck-info-box-carousel.wave-carousel .swiper-slide.swiper-slide-nth-prev-2 {
transform: scale(1);
top: 100px;
padding: 0 9px;
}
.iteck-info-box-carousel.wave-carousel .service_box {
text-align: center;
padding: 20px 10px;
background-color: #f1f2fa;
border-radius: 20px;
overflow: hidden;
margin: 20px 0;
display: block;
color: #000;
}
.iteck-info-box-carousel.wave-carousel .service_box .icon {
filter: drop-shadow(5px 15px 20px rgba(7, 57, 114, 0.3333333333));
margin-bottom: 25px;
}
.iteck-info-box-carousel.wave-carousel .service_box .icon img {
max-height: 100px;
max-width: 100px;
object-fit: contain;
}
.iteck-info-box-carousel.wave-carousel .service_box .info h5 {
font-weight: bold;
font-size: 15px;
margin-bottom: 15px;
}
.iteck-info-box-carousel.wave-carousel .service_box .info .text {
font-size: 13px;
color: #666;
margin-bottom: 0;
}
.iteck-info-box-carousel.wave-carousel .service_box .info .tags a {
font-size: 11px;
padding: 3px 7px;
border-radius: 4px;
background-color: #131172;
margin: 3px;
color: #fff;
}
.iteck-info-box-carousel.hover-cards .swiper-wrapper {
-webkit-transition-timing-function: linear !important;
transition-timing-function: linear !important;
position: relative;
}
.iteck-info-box-carousel.hover-cards .swiper-slide {
padding: 30px 0;
}
.iteck-info-box-carousel.hover-cards .service_box {
display: flex;
position: relative;
align-items: center;
padding: 40px;
border-radius: 10px;
background-color: #fff;
margin-bottom: 20px;
top: 0;
transition: all 0.3s ease;
}
.iteck-info-box-carousel.hover-cards .service_box::before {
position: absolute;
content: "";
left: 20px;
bottom: 0;
width: calc(100% - 40px);
height: 100%;
border-radius: 10px;
background-color: rgba(255, 255, 255, 0.5333333333);
z-index: -1;
transition: all 0.3s ease;
}
.iteck-info-box-carousel.hover-cards .service_box:hover {
top: -20px;
}
.iteck-info-box-carousel.hover-cards .service_box:hover::before {
bottom: -20px;
}
.iteck-info-box-carousel.hover-cards .service_box .icon {
margin-inline-end: 30px;
flex-shrink: 0;
}
.iteck-info-box-carousel.hover-cards .service_box .icon img {
width: 125px;
height: 125px;
border-radius: 50%;
object-fit: contain;
}
.iteck-info-box-carousel.hover-cards .service_box .info h4 {
font-size: 24px;
font-weight: bold;
}
.iteck-info-box-carousel.hover-cards .service_box .info p {
margin-bottom: 0px;
} .iteck-icon-box .iteck-icon-box-link {
position: absolute;
top: 0;
left: 50%;
transform: translateX(-50%);
opacity: 0;
width: 100%;
height: 100%;
}
.iteck-icon-box .elementor-icon-box-icon .elementor-icon {
padding: 0;
height: 100%;
}
.iteck-icon-box .elementor-icon-box-title {
margin-bottom: 0px;
}
.iteck-icon-box.position-left {
text-align: left;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
display: flex;
}
.iteck-icon-box.position-left .elementor-icon-box-icon {
display: flex;
float: left;
}
.iteck-icon-box.position-right {
text-align: right;
webkit-box-orient: horizontal;
-webkit-box-direction: reverse;
-ms-flex-direction: row-reverse;
flex-direction: row-reverse;
display: flex;
}
.iteck-icon-box.position-right .elementor-icon-box-icon {
display: flex;
float: right;
}
.iteck-icon-box .elementor-icon-box-icon[data-background] {
background-size: cover;
background-repeat: no-repeat;
}
.iteck-icon-box p {
margin-bottom: 0px;
}
.iteck-icon-box-vertical-align-middle .iteck-icon-box.elementor-icon-box-wrapper {
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.iteck-icon-box-vertical-align-top .iteck-icon-box.elementor-icon-box-wrapper {
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
}
.iteck-icon-box-vertical-align-bottom .iteck-icon-box.elementor-icon-box-wrapper {
-webkit-box-align: end;
-ms-flex-align: end;
align-items: flex-end;
}  .iteck-clients-carousel .img {
padding: 30px;
text-align: center;
border-radius: 20px;
border: 1px solid rgba(153, 153, 153, 0.2666666667);
display: flex;
align-items: center;
justify-content: center;
margin: 5px;
height: 150px;
}
.iteck-clients-carousel .img.img-card {
width: 19%;
}
.iteck-clients-carousel .swiper-wrapper {
-webkit-transition-timing-function: linear !important;
transition-timing-function: linear !important;
position: relative;
}  .iteck-post-list .tags {
margin-top: 30px;
display: flex;
}
.iteck-post-list .tags .tag {
font-size: 14px;
text-transform: capitalize;
font-weight: bold;
padding: 5px 15px;
background-color: rgba(236, 99, 38, 0.0666666667);
border-radius: 5px;
margin-inline-end: 5px;
color: #000;
}
.iteck-post-list .dot-before {
padding-inline-start: 20px;
position: relative;
}
.iteck-post-list .dot-before::before {
position: absolute;
content: "";
left: 0;
top: calc(50% - 3px);
width: 6px;
height: 6px;
border-radius: 50%;
background-color: #000;
}
.iteck-post-list .card-img-top {
height: 275px;
width: 100%;
object-fit: cover;
border-radius: 6px;
}
.iteck-post-list .border-left {
border-right: 1px solid rgba(255, 255, 255, 0.2666666667);
}
.iteck-post-list .item-separator {
border-right: 1px solid rgba(153, 153, 153, 0.2666666667);
}
.iteck-post-list .item-separator.style-2 {
position: relative;
border: none;
}
.iteck-post-list .item-separator.style-2::after {
position: absolute;
content: "";
right: 0px;
top: 30px;
width: 2px;
height: calc(100% - 60px);
background-color: rgba(153, 153, 153, 0.1333333333);
}
.iteck-post-list .card {
color: #fff;
border-radius: 0;
background-color: transparent;
padding-bottom: 1.5rem;
margin-bottom: 1.5rem;
border: 0;
border-bottom: 1px solid rgba(255, 255, 255, 0.2666666667);
position: relative;
display: flex;
flex-direction: column;
min-width: 0;
word-wrap: break-word;
background-clip: border-box;
border-radius: 0;
}
.iteck-post-list .card .img {
height: 100%;
}
.iteck-post-list .card .img img {
height: 100%;
width: 100%;
border-radius: 5px;
object-fit: cover;
}
.iteck-post-list .card .img .top-categories {
position: absolute;
z-index: 10;
top: 30px;
left: 30px;
}
.iteck-post-list .card .img .top-categories a {
text-transform: uppercase;
background-color: #fff;
color: var(--color-main);
padding: 5px 20px;
border-radius: 30px;
}
.iteck-post-list .card .img .top-categories a:hover {
background-color: var(--color-main);
color: #fff;
}
.iteck-post-list .card .card-body .top-info {
display: block;
}
.iteck-post-list .card .card-body .top-info .categories {
margin-right: 1rem;
padding-right: 1rem;
text-transform: uppercase;
border-right: 1px solid rgba(255, 255, 255, 0.2666666667);
font-size: 12px;
}
.iteck-post-list .card .card-body .top-info .categories a {
color: #fff;
}
.iteck-post-list .card .card-body .top-info .date {
color: rgba(255, 255, 255, 0.8);
font-size: 12px;
}
.iteck-post-list .card .card-body .top-info.style-2 {
margin-bottom: 20px;
}
.iteck-post-list .card .card-body .top-info.style-2 .categories {
margin: 0px;
padding: 0px;
padding-right: 20px;
}
.iteck-post-list .card .card-body .top-info.style-2 .categories a {
padding: 4px 15px;
border-radius: 30px;
color: #fff;
background-color: var(--color-main);
}
.iteck-post-list .card .card-body .top-info.style-2 .date {
padding-right: 20px;
border-right: 1px solid #999;
}
.iteck-post-list .card .card-body .top-info.style-2 .author-name {
padding: 0 20px;
color: #999;
}
.iteck-post-list .card .card-body .top-info.style-2 .author-name b {
color: #000;
}
.iteck-post-list .card .card-body .title {
color: #fff;
font-weight: 400;
margin-top: 0.5rem;
}
.iteck-post-list .card .card-body .bottom-info {
margin-top: 20px;
align-items: center;
justify-content: space-between;
display: flex;
font-size: 0.875em;
}
.iteck-post-list .card .card-body .bottom-info .l-side {
align-items: center;
display: flex;
}
.iteck-post-list .card .card-body .bottom-info .l-side .author-avater {
border-radius: 50%;
text-transform: uppercase;
padding: 0.5rem;
margin-right: 0.5rem;
align-items: center;
justify-content: center;
display: inline-flex;
background-color: var(--color-main);
width: 20px;
height: 20px;
}
.iteck-post-list .card .card-body .bottom-info .l-side .author-name {
margin-top: 0.25rem;
}
.iteck-post-list .card .card-body .bottom-info .r-side {
margin-top: 0.25rem;
}
.iteck-post-list .card .card-body .bottom-info .r-side .comments {
margin-right: 0.25rem;
}
.iteck-post-list .card .card-body .bottom-info .r-side .views {
margin-right: 0.25rem;
margin-left: 1.5rem;
}
.iteck-post-list .ptb-20 {
padding: 20px 0;
}
.iteck-post-list p {
margin-bottom: 0px;
}
.iteck-post-list .read-more {
text-transform: uppercase;
padding-top: 25px;
color: #000;
display: block;
}
.iteck-post-list .read-more:hover {
color: var(--color-main);
text-decoration: underline;
}
.iteck-post-list.cards-view-style-1 .card {
padding-bottom: 0px;
}
.iteck-post-list.cards-view-style-1 .card .img img {
border-radius: 0;
}
.iteck-post-list.cards-view-style-1 .card .card-body {
padding: 35px;
background-color: #fff;
}
.iteck-post-list.cards-view-style-1 .card .card-body h6 {
font-size: 20px;
font-weight: bold;
margin-bottom: 20px;
margin-top: 0;
}
.iteck-post-list.cards-view-style-1 .card .card-body p {
color: #777;
font-size: 14px;
margin-bottom: 30px;
}
.iteck-post-list.cards-view-style-2 .card {
padding: 0;
position: relative;
margin-top: 30px;
}
.iteck-post-list.cards-view-style-2 .card::before {
position: absolute;
content: "";
left: 0;
top: 0;
width: 100%;
height: 100%;
border-radius: 15px;
background-color: #dbdfe5;
transform: rotate(0);
z-index: 0;
transition: all 0.3s ease;
}
.iteck-post-list.cards-view-style-2 .card:hover::before {
transform: rotate(-5deg);
}
.iteck-post-list.cards-view-style-2 .card .card-body {
padding: 30px;
border-radius: 15px;
background-color: #fff;
position: relative;
z-index: 10;
}
.iteck-post-list.cards-view-style-2 .card .card-body .categories {
margin-bottom: 15px;
display: inline-block;
}
.iteck-post-list.cards-view-style-2 .card .card-body .categories a {
font-size: 12px;
padding: 5px 10px;
border-radius: 30px;
border: 1px solid rgba(153, 153, 153, 0.1333333333);
margin-inline-end: 10px;
font-weight: bold;
color: #000;
}
.iteck-post-list.cards-view-style-2 .card .card-body .categories a:hover {
color: var(--color-main);
}
.iteck-post-list.cards-view-style-2 .card .card-body .excerpt {
color: #000;
}
.iteck-post-list.cards-view-style-2 .card .card-body h6 {
font-size: 20px;
font-weight: bold;
margin-bottom: 50px;
margin-top: 0;
color: #000;
}
.iteck-post-list.cards-view-style-2 .card .card-body h6:hover {
text-decoration: underline !important;
color: #000;
}
.iteck-post-list.cards-view-style-2 .card .card-body .bottom-info .l-side .author-avater {
width: 60px;
height: 60px;
margin-right: 16px;
}
.iteck-post-list.cards-view-style-2 .card .card-body .bottom-info .l-side a {
color: #000;
}
.iteck-post-list.cards-view-style-2 .card .card-body .bottom-info .l-side .l-side-info {
display: flex;
flex-flow: column;
}
.iteck-post-list.cards-view-style-2 .card .card-body .bottom-info .l-side .l-side-info .author-name {
font-size: 16px;
font-weight: 700;
margin-bottom: 4px;
}
.iteck-post-list.cards-view-style-2 .card .card-body .bottom-info .l-side .l-side-info .author-name b {
font-weight: 700;
}
.iteck-post-list.cards-view-style-2 .card .card-body .bottom-info .l-side .l-side-info .date span {
color: #999;
}
.iteck-post-list.cards-view-style-2 .card .card-body .bottom-info .r-side {
color: #000;
}
.iteck-post-list.cards-view-style-3 .card {
border: none;
margin-bottom: 0;
padding-bottom: 0;
}
.iteck-post-list.cards-view-style-3 .main-card {
position: relative;
border-radius: 10px;
overflow: hidden;
background-color: #0c0125;
}
.iteck-post-list.cards-view-style-3 .main-card .img {
height: 400px;
border-radius: unset;
}
.iteck-post-list.cards-view-style-3 .main-card .card-body {
height: 100%;
display: flex;
align-items: center;
padding: 50px;
}
.iteck-post-list.cards-view-style-3 .main-card .card-body h4 {
font-size: 20px;
font-weight: bold;
margin-bottom: 25px;
}
.iteck-post-list.cards-view-style-3 .main-card .card-body p {
color: #9485b6;
font-size: 13px;
}
.iteck-post-list.cards-view-style-3 .main-card .card-body .bottom-info {
margin-top: 40px;
}
.iteck-post-list.cards-view-style-3 .main-card .card-body .l-side {
display: flex;
align-items: center;
}
.iteck-post-list.cards-view-style-3 .main-card .card-body .l-side.date-bottom .author-avater {
width: 60px;
height: 60px;
}
.iteck-post-list.cards-view-style-3 .main-card .card-body .l-side .inf .date {
color: #9485b6;
display: block;
}
.iteck-post-list.cards-view-style-3 .main-card .card-body .l-side .inf .author-name {
font-size: 18px;
font-weight: bold;
color: #fff;
display: block;
}
.iteck-post-list.cards-view-style-3 .main-card .center_icon {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 50px;
height: 50px;
padding: 13px;
background-color: var(--color-main);
border-radius: 50%;
}
.iteck-post-list.cards-view-style-3 .sub-card {
position: relative;
border-radius: 10px;
overflow: hidden;
background-color: #0c0125;
}
.iteck-post-list.cards-view-style-3 .sub-card .img {
height: 210px;
position: relative;
}
.iteck-post-list.cards-view-style-3 .sub-card .img .center_icon {
position: absolute;
bottom: 0;
left: 50%;
transform: translate(-50%, 50%);
width: 50px;
height: 50px;
padding: 13px;
background-color: var(--color-main);
border-radius: 50%;
}
.iteck-post-list.cards-view-style-3 .sub-card .card-body {
height: 100%;
display: flex;
align-items: center;
padding: 65px 40px 30px 40px;
}
.iteck-post-list.cards-view-style-3 .sub-card .card-body h4 {
font-size: 20px;
font-weight: bold;
}
.iteck-post-list.cards-view-style-3 .sub-card .excerpt {
display: none;
}
@media (min-width: 992px) {
.ptlg-0 {
padding-top: 0;
}
}
.iteck-rotated-background {
position: relative !important;
height: 100%;
perspective: 1000px !important;
}
.iteck-rotated-background:after {
position: absolute;
content: "";
left: 0;
top: 0;
width: 100%;
height: 108%;
background-color: #fff;
border-radius: 10px;
z-index: 1;
transform: rotateX(-10deg);
transform-origin: top;
}  .iteck-screenshots {
position: relative;
height: 590px;
}
.iteck-screenshots .swiper-container:not(.swiper-container-initialized) > .swiper-wrapper, .iteck-screenshots .swiper:not(.swiper-initialized) > .swiper-wrapper {
overflow: unset;
}
.iteck-screenshots .screenshots-slider {
position: absolute;
top: 0px;
width: calc(100% + 120px);
left: -60px;
}
.iteck-screenshots .screenshots-slider .img {
margin: 0 auto;
height: 420px;
width: 190px;
}
@media screen and (max-width: 991px) {
.iteck-screenshots .screenshots-slider .img {
margin: 0 auto;
width: 190px;
}
}
@media screen and (max-width: 480px) {
.iteck-screenshots .screenshots-slider .img {
width: 150px;
height: 300px;
}
}
@media screen and (max-width: 320px) {
.iteck-screenshots .screenshots-slider .img {
width: 140px;
height: 300px;
}
}
.iteck-screenshots .screenshots-slider .img img {
width: 100%;
height: 100%;
object-fit: cover;
border-radius: 20px;
}
.iteck-screenshots .mob-hand {
pointer-events: none;
position: absolute;
left: 50%;
bottom: 0;
transform: translateX(-33%);
height: 600px;
z-index: 10;
}
@media screen and (max-width: 480px) {
.iteck-screenshots .mob-hand {
bottom: 165px;
height: 435px;
}
}   .exp-img .img {
width: 90%;
height: 500px;
position: relative;
z-index: 2;
background-size: cover;
background-repeat: no-repeat;
}
.exp-img .img:after {
content: "";
position: absolute;
top: 40px;
left: 40px;
right: 40px;
bottom: 40px;
background: rgba(255, 255, 255, 0.95);
z-index: -1;
}
.exp-img .img .since {
position: absolute;
right: 70px;
top: 70px;
}
.exp-img .img .since span {
display: block;
color: #b19777;
font-size: 22px;
font-weight: 700;
text-transform: uppercase;
line-height: 1;
}
.exp-img .img .since span:first-of-type {
font-size: 16px;
font-weight: 600;
letter-spacing: 2px;
}
.exp-img .img .years {
position: absolute;
left: 70px;
bottom: 70px;
}
.exp-img .img .years h2 {
font-size: 140px;
font-weight: 800;
background: url(//hradhouska.cz/wp-content/themes/img/exp.jpg) no-repeat;
background-position: 18% 65%;
-webkit-background-clip: text !important;
-webkit-text-fill-color: transparent;
line-height: 1;
}
.exp-img .img .years h5 {
color: #b19777;
letter-spacing: 5px;
font-size: 20px;
} .iteck-fancy.style-2 .img {
padding-left: 150px;
padding-right: 50px;
position: relative;
}
.iteck-fancy.style-2 .img:before {
content: "";
position: absolute;
top: -50px;
right: 0;
width: 400px;
height: 400px;
background-repeat: repeat;
opacity: 1;
z-index: 0;
}
.iteck-fancy.style-2 .img img {
position: relative;
}
.iteck-fancy.style-2 .img .stauts {
position: absolute;
bottom: 50px;
left: 20px;
display: flex;
}
.iteck-fancy.style-2 .img .stauts .item {
padding: 20px 30px;
background: #272727;
margin-right: 30px;
position: relative;
}
.iteck-fancy.style-2 .img .stauts .item:after {
content: "";
position: absolute;
top: -10px;
left: -10px;
right: -10px;
bottom: -10px;
border: 1px solid #f9f9f9;
}
.iteck-fancy.style-2 .img .stauts .item h4 {
font-size: 45px;
font-weight: 800;
display: table-cell;
vertical-align: middle;
padding-right: 20px;
}
.iteck-fancy.style-2 .img .stauts .item h4 span {
font-size: 30px;
font-weight: 500;
margin-left: -5px;
}
.iteck-fancy.style-2 .img .stauts .item h6 {
font-size: 15px;
display: table-cell;
vertical-align: middle;
}
.iteck-fancy.style-2 .img .stauts .item h4, .iteck-fancy.style-2 .img .stauts .item h6 {
color: #fff;
}
.iteck-fancy.style-2 .img .stauts .item:first-of-type {
background: #f9f9f9;
}
.iteck-fancy.style-2 .img .stauts .item:first-of-type h4, .iteck-fancy.style-2 .img .stauts .item:first-of-type h6 {
color: #121a21;
}
body.iteck-dark-mode .iteck-fancy.style-2 .img .stauts .item:first-of-type {
background: #fff;
}
body.iteck-dark-mode .iteck-fancy.style-2 .img .stauts .item:first-of-type h4, body.iteck-dark-mode .iteck-fancy.style-2 .img .stauts .item:first-of-type h6 {
color: #121a21;
}
@media (prefers-color-scheme: dark) {
body.iteck-auto-mode .iteck-fancy.style-2 .img .stauts .item:first-of-type {
background: #fff;
}
body.iteck-auto-mode .iteck-fancy.style-2 .img .stauts .item:first-of-type h4, body.iteck-auto-mode .iteck-fancy.style-2 .img .stauts .item:first-of-type h6 {
color: #121a21;
}
}
.iteck-fancy.style-3 {
position: relative;
}
.iteck-fancy.style-3 .hero-bg {
width: 420px;
height: 420px;
background-attachment: fixed;
}
.iteck-fancy.style-3 .exp {
position: absolute;
top: 30px;
left: 30px;
width: 360px;
height: 360px;
background: rgba(255, 255, 255, 0.9);
}
.iteck-fancy.style-3 .exp h2 {
font-size: 150px;
font-weight: 700;
text-align: center;
margin: auto;
-webkit-background-clip: text !important;
-webkit-text-fill-color: transparent;
-webkit-text-stroke-width: 1px;
-webkit-text-stroke-color: var(--color-main);
line-height: 1;
}
.iteck-fancy.style-3 .exp p {
color: var(--color-main);
font-weight: 600;
text-transform: uppercase;
letter-spacing: 2px;
}
body.iteck-dark-mode .iteck-fancy.style-3 .exp {
background: rgba(35, 35, 35, 0.9);
}
@media (prefers-color-scheme: dark) {
body.iteck-auto-mode .iteck-fancy.style-3 .exp {
background: rgba(35, 35, 35, 0.9);
}
} .iteck-fancy.style-4 .img {
padding-left: 150px;
padding-right: 50px;
position: relative;
}
.iteck-fancy.style-4 .img:before {
content: "";
position: absolute;
top: -50px;
right: 0;
width: 400px;
height: 400px;
background-repeat: repeat;
opacity: 0.3;
z-index: 0;
}
.iteck-fancy.style-4 .img img {
position: relative;
}
.iteck-fancy.style-4 .img .stauts {
position: absolute;
bottom: 20px;
left: 170px;
display: flex;
}
.iteck-fancy.style-4 .img .stauts .item {
padding: 20px;
background: #272727;
margin-right: 30px;
position: relative;
border-radius: 10px;
display: flex;
margin-bottom: 0;
align-items: flex-end;
}
.iteck-fancy.style-4 .img .stauts .item .progress-curve {
position: static;
width: 94px;
height: 93px;
border-radius: 10px;
background-color: #141a26;
display: flex;
align-items: center;
margin-right: 15px;
overflow: hidden;
padding: 10px;
justify-content: center;
}
.iteck-fancy.style-4 .img .stauts .item .progress-bar-box .skill-item {
margin-bottom: 50px;
width: 180px;
}
.iteck-fancy.style-4 .img .stauts .item .progress-bar-box .skill-item:last-of-type {
margin-bottom: 0;
}
.iteck-fancy.style-4 .img .stauts .item .progress-bar-box .skill-item h6 {
font-size: 13px;
font-weight: 300;
text-transform: uppercase;
letter-spacing: 2px;
margin-bottom: 3px;
}
.iteck-fancy.style-4 .img .stauts .item .progress-bar-box .skill-item .skill-progress {
height: 7px;
background-color: rgba(255, 255, 255, 0.05);
position: relative;
}
.iteck-fancy.style-4 .img .stauts .item .progress-bar-box .skill-item .skill-progress .progres {
position: absolute;
height: 100%;
width: 0;
top: 0;
left: 0;
background-color: var(--color-main);
transition: all 1.5s;
}
.iteck-fancy.style-4 .img .stauts .item .progress-bar-box .skill-item .skill-progress .progres:after {
content: attr(data-value);
position: absolute;
right: -8px;
top: -35px;
padding: 4px 10px;
border-radius: 5px;
background: var(--color-main);
font-size: 12px;
font-weight: 600;
color: #fff;
line-height: 1.5;
}
.iteck-fancy.style-4 .img .stauts .item .progress-bar-box .skill-item .skill-progress .progres:before {
content: "";
width: 0;
height: 0;
border-left: 5px solid transparent;
border-right: 5px solid transparent;
border-top: 8px solid var(--color-main);
position: absolute;
right: -5px;
bottom: 9px;
}
.iteck-fancy.style-4 .img .stauts .item h4 {
font-size: 45px;
font-weight: 800;
display: table-cell;
vertical-align: middle;
padding-right: 20px;
}
.iteck-fancy.style-4 .img .stauts .item h4 span {
font-size: 30px;
font-weight: 500;
margin-left: -5px;
}
.iteck-fancy.style-4 .img .stauts .item .progress-bar-title {
margin-top: 10px;
}
.iteck-fancy.style-4 .img .stauts .item .progress-bar-title h6 {
font-size: 15px;
display: table-cell;
vertical-align: middle;
}
.iteck-fancy.style-4 .img .stauts .item h4, .iteck-fancy.style-4 .img .stauts .item h6 {
color: #fff;
}
.iteck-fancy.style-4 .img .stauts .item:first-of-type {
background: #f9f9f9;
}
.iteck-fancy.style-4 .img .stauts .item:first-of-type h4, .iteck-fancy.style-4 .img .stauts .item:first-of-type h6 {
color: #121a21;
}
body.iteck-dark-mode .iteck-fancy.style-4 .img .stauts .item:first-of-type {
background: #11141b;
}
body.iteck-dark-mode .iteck-fancy.style-4 .img .stauts .item:first-of-type h4, body.iteck-dark-mode .iteck-fancy.style-4 .img .stauts .item:first-of-type h6 {
color: #fff;
}
@media (prefers-color-scheme: dark) {
body.iteck-auto-mode .iteck-fancy.style-4 .img .stauts .item:first-of-type {
background: #11141b;
}
body.iteck-auto-mode .iteck-fancy.style-4 .img .stauts .item:first-of-type h4, body.iteck-auto-mode .iteck-fancy.style-4 .img .stauts .item:first-of-type h6 {
color: #fff;
}
}
@media screen and (max-width: 767px) {
.iteck-fancy.style-4 .img {
padding-left: 15px;
}
.iteck-fancy.style-4 .img .stauts {
bottom: 5px;
left: 20px;
}
} .iteck-gradient-circle .gradient-circle {
position: absolute;
left: -250px;
top: -200px;
right: auto;
bottom: auto;
z-index: 0;
width: 500px;
height: 500px;
border-radius: 70%;
background-image: -webkit-linear-gradient(45deg, #059dff, #36c6f0);
background-image: -o-linear-gradient(45deg, #059dff, #36c6f0);
background-image: linear-gradient(45deg, #059dff, #36c6f0);
opacity: 0.25;
-webkit-filter: blur(100px);
filter: blur(100px);
}
.iteck-gradient-circle .gradient-circle.two {
left: auto;
top: -700px;
right: -250px;
bottom: auto;
background-image: -webkit-linear-gradient(45deg, #fb5343, #6549d5);
background-image: -o-linear-gradient(45deg, #fb5343, #6549d5);
background-image: linear-gradient(45deg, #fb5343, #6549d5);
}
.iteck-gradient-circle.fixed {
pointer-events: none;
opacity: 0.5;
}
.iteck-gradient-circle.fixed .gradient-circle {
top: 250px;
}
.iteck-gradient-circle.fixed .gradient-circle.two {
top: -250px;
} .iteck-social-share.share-box {
float: unset;
padding: 0;
margin: 0;
}  .img-comp-container {
position: relative;
max-height: 400px; }
.img-comp-img {
position: absolute;
width: auto;
height: auto;
overflow: hidden;
}
.img-comp-img img {
display: block;
vertical-align: middle;
max-width: none !important;
}
.img-comp-slider {
position: absolute;
z-index: 9;
cursor: ew-resize; width: 40px;
height: 40px;
background-color: var(--color-main);
opacity: 0.7;
border-radius: 50%;
}  .iteck-images-carousel .swiper-container:not(.swiper-container-initialized) > .swiper-wrapper, .iteck-images-carousel .swiper:not(.swiper-initialized) > .swiper-wrapper {
overflow: unset;
}
.iteck-images-carousel .content {
padding: 0px;
}
.iteck-images-carousel .image-card {
position: relative;
border-radius: 20px;
overflow: hidden;
max-height: 500px;
}
.iteck-images-carousel .image-card::after {
position: absolute;
content: "";
height: 50px;
width: 3px;
background-color: #fff;
top: 0%;
left: 50%;
transform: translate(-50%, -50%);
z-index: 10;
border-radius: 3px;
opacity: 0;
transition: all 0.4s ease-in-out;
}
.iteck-images-carousel .image-card::before {
position: absolute;
content: "";
height: 3px;
width: 50px;
background-color: #fff;
top: 50%;
left: 0%;
transform: translate(-50%, -50%);
z-index: 10;
border-radius: 3px;
opacity: 0;
transition: all 0.4s ease-in-out;
}
.iteck-images-carousel .image-card .overlay {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
background-color: #000;
opacity: 0;
}
.iteck-images-carousel .image-card:hover .overlay {
opacity: 0.3;
}
.iteck-images-carousel .image-card:hover::after {
top: 50%;
opacity: 1;
}
.iteck-images-carousel .image-card:hover::before {
left: 50%;
opacity: 1;
}
.iteck-images-carousel .swiper-pagination {
width: 100%;
bottom: 0;
}
.iteck-images-carousel .swiper-pagination .swiper-pagination-bullet {
margin: 0 5px;
} .iteck-product .top-filter {
padding: 15px 0;
}
.iteck-product .top-filter .r-side .form-group {
display: flex;
align-items: center;
font-size: 11px;
}
.iteck-product .top-filter .r-side .form-group label {
color: #999;
flex-shrink: 0;
margin-inline-end: 15px;
}
.iteck-product .top-filter .r-side .form-group .form-select {
border: 0;
background-color: #f0f4f8;
font-size: 11px;
min-height: 35px;
border-radius: 12px;
}
.iteck-product .top-filter .r-side .grid-list-btns {
display: flex;
justify-content: flex-end;
}
.iteck-product .top-filter .r-side .grid-list-btns .bttn {
width: 35px;
height: 35px;
font-size: 17px;
border-radius: 10px;
display: flex;
align-items: center;
justify-content: center;
background-color: #f0f4f8;
color: #000;
margin-inline-start: 10px;
cursor: pointer;
}
.iteck-product .top-filter .r-side .grid-list-btns .bttn:hover, .iteck-product .top-filter .r-side .grid-list-btns .bttn.active {
color: #fff;
background-color: var(--color-blue5);
}
.iteck-product .products .tinv-wishlist {
position: absolute;
top: 0;
right: 0px;
display: inline-block;
}
.iteck-product .products .tinv-wishlist .tinv-wishlist-clear {
display: none;
}
.iteck-product .products .tinv-wishlist .tinv-modal.tinv-modal-open .tinv-wishlist-clear {
display: block;
}
.iteck-product .products .tinv-wishlist .tinvwl_add_to_wishlist_button {
display: inline-block;
width: 45px;
height: 45px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
border-radius: 50%;
border: none;
font-size: 15px;
color: #ccc;
cursor: pointer;
}
.iteck-product .products .tinv-wishlist .tinvwl_add_to_wishlist_button:before {
margin-right: 0;
}
.iteck-product .products .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-product-in-list {
color: #f73312;
border-color: #f73312;
}
.iteck-product .products .tinv-wishlist .tinvwl_add_to_wishlist_button .tinvwl_add_to_wishlist-text, .iteck-product .products .tinv-wishlist .tinvwl_add_to_wishlist_button .tinvwl-tooltip {
display: none;
}
.iteck-product .products .product-card {
border: 1px solid #ededed;
padding: 30px 15px 15px;
position: relative;
border-radius: 12px;
padding-bottom: 15px;
overflow: hidden;
transition: all 0.4s ease;
margin-bottom: 24px;
}
.iteck-product .products .product-card:hover {
padding-bottom: 60px;
}
.iteck-product .products .product-card:hover .img img {
transform: scale(0.8);
}
.iteck-product .products .product-card:hover .info {
margin-top: -25px;
}
.iteck-product .products .product-card:hover .btn {
transform: translateY(0);
opacity: 1;
}
.iteck-product .products .product-card:hover .btn.added .button__added .added_popup {
bottom: 215px;
transition: all 0.4s ease;
}
.iteck-product .products .product-card:hover .btn.loading .button__loader .loading_popup {
bottom: 215px;
transition: all 0.4s ease;
}
.iteck-product .products .product-card .img {
height: 130px;
}
.iteck-product .products .product-card .img img {
width: 100%;
height: 100%;
object-fit: contain;
transition: all 0.4s ease;
transform-origin: top;
}
.iteck-product .products .product-card .info {
margin-top: 20px;
min-height: 77px;
transition: all 0.4s ease;
}
.iteck-product .products .product-card .info .category {
font-size: 10px;
font-weight: bold;
text-transform: uppercase;
margin-bottom: 7px;
}
.iteck-product .products .product-card .info .title {
font-size: 12px;
text-transform: capitalize;
font-weight: 400;
margin-bottom: 0;
}
.iteck-product .products .product-card .info .title a {
color: #000;
}
.iteck-product .products .product-card .info .stars {
display: inline-flex;
font-size: 9px;
color: #d0d0d0;
}
.iteck-product .products .product-card .info .stars span {
color: #ffba00;
}
.iteck-product .products .product-card .info .rev {
color: #999;
font-size: 9px;
}
.iteck-product .products .product-card .price {
margin-top: 15px;
font-size: 15px;
font-weight: bold;
color: #212529;
}
.iteck-product .products .product-card .price .price-sale {
color: #f73312;
}
.iteck-product .products .product-card .price .old-price {
font-size: 11px;
color: #999999;
text-decoration: line-through !important;
margin-inline-start: 5px;
}
.iteck-product .products .product-card .btn {
position: absolute;
bottom: 15px;
left: 15px;
width: calc(100% - 30px);
background-color: var(--color-blue5);
padding: 7px 15px;
transform: translateY(70px);
opacity: 0;
border-radius: 50rem;
line-height: 1.2;
transition: all 0.4s ease;
}
.iteck-product .products .product-card .btn span {
font-size: 11px;
color: #fff;
font-weight: bold;
}
.iteck-product .products .product-card .btn:hover {
background-color: #000;
}
.iteck-product .products .product-card .label {
position: absolute;
left: 10px;
top: 10px;
font-size: 9px;
border-radius: 4px;
background-color: #f0f0f0;
color: #000;
padding: 3px 10px;
text-transform: uppercase;
}
.iteck-product .products .product-card .label.new {
background-color: #ffb500;
}
.iteck-product .products .product-card .label.sale-off {
background-color: #f73312;
color: #fff;
}
.iteck-product .products .product-card .label.sale-off.new-onsale {
left: 55px;
}
.iteck-product .products .product-card .fav-btn {
position: absolute;
right: 10px;
top: 10px;
font-size: 14px;
color: #ccc;
cursor: pointer;
}
.iteck-product .products .product-card .fav-btn.active {
color: #f73312;
}
.iteck-product .products.list-view .card-width {
width: 50%;
}
.iteck-product .products.list-view .product-card {
display: flex;
}
.iteck-product .products.list-view .product-card .img {
flex-shrink: 0;
width: 35%;
margin-right: 10px;
}
.iteck-product .products.list-view .product-card:hover {
padding-top: 12px;
padding-bottom: 35px;
}
.iteck-product .products.list-view .product-card:hover .img img {
transform: scale(1);
}
.iteck-product .products.list-view .product-card:hover .info {
margin-top: 25px;
}
.iteck-product .added_to_cart {
display: none;
}
.iteck-product .btn .button__loader {
display: none;
}
.iteck-product .btn .button__added {
display: none;
}
.iteck-product .btn.loading {
opacity: 1;
}
.iteck-product .btn.loading .button__loader {
display: inline-block;
animation: none;
}
.iteck-product .btn.loading .button__loader .loading_popup {
width: 100%;
height: auto;
padding: 10px 0;
background-color: #ffb500;
color: #fff;
position: absolute;
bottom: 260px;
right: 0;
border-radius: 4px;
}
.iteck-product .btn.loading .button__loader .loading_popup i {
margin-left: 5px;
animation: rotate-center 1.5s linear infinite both;
}
.iteck-product .btn.added {
opacity: 1;
}
.iteck-product .btn.added .button__added {
display: inline-block;
}
.iteck-product .btn.added .button__added .added_popup {
width: 100%;
height: auto;
padding: 10px 0;
background-color: #157dfb;
color: #fff;
position: absolute;
bottom: 260px;
right: 0;
border-radius: 4px;
animation: hide_added 0s ease-in 3s forwards;
}
.iteck-product .btn.added .button__added .added_popup i {
margin-left: 5px;
}
@keyframes hide_added {
to {
width: 0;
height: 0;
overflow: hidden;
}
}
@-webkit-keyframes hide_added {
to {
width: 0;
height: 0;
visibility: hidden;
}
}
.iteck-product .products-pagination {
text-align: center;
}
.iteck-product .products-pagination .pagination {
width: auto;
}
.iteck-product .products-pagination .pagination li {
display: inline-grid;
margin: 0;
}
.iteck-product .products-pagination .pagination li a {
width: 30px;
height: 30px;
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
min-width: -webkit-max-content;
min-width: -moz-max-content;
min-width: max-content;
border: 1px solid rgba(153, 153, 153, 0.2);
border-radius: 8px;
margin-right: 5px;
font-size: 11px;
color: #666;
padding: 0;
}
.iteck-product .products-pagination .pagination li.active a {
color: #fff;
border-color: var(--color-blue5);
background-color: var(--color-blue5);
}
.iteck-product .products-pagination a {
width: 30px;
height: 30px;
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
min-width: -webkit-max-content;
min-width: -moz-max-content;
min-width: max-content;
border: 1px solid rgba(153, 153, 153, 0.2);
border-radius: 8px;
font-size: 11px;
color: #666;
padding: 3px 10px;
} .products-categories {
text-transform: capitalize;
}
.products-categories .card-title {
font-size: 15px;
color: #000;
font-weight: 800;
margin-bottom: 15px;
}
.products-categories .form-check-label {
cursor: pointer;
}
.products-categories .cat-link {
color: #000;
font-size: 11px;
font-weight: 600;
}
.products-categories .category-checkRadio {
padding: 0;
line-height: 1;
}
.products-categories .category-checkRadio .form-check-input {
display: none;
}
.products-categories .category-checkRadio .form-check-input:checked ~ .form-check-label {
color: var(--color-blue5);
}
.products-categories .accordion .accordion-button {
color: #000;
font-size: 11px;
font-weight: 600;
padding: 0;
background: transparent;
margin-bottom: 10px;
box-shadow: none;
}
.products-categories .accordion .accordion-button::after {
background-size: 0.8rem;
background-position: center;
}
.products-categories .accordion .accordion-button:not(.collapsed) {
color: var(--color-blue5);
} .iteck-products-filters .filter-card-item {
padding-bottom: 15px;
border-bottom: 1px solid rgba(153, 153, 153, 0.2666666667);
margin-bottom: 20px;
}
.iteck-products-filters .filter-card-item.tags-filter.filter-card-scroll {
max-height: 130px;
overflow-x: hidden;
overflow-y: auto;
}
.iteck-products-filters .form-check {
padding-left: 24px;
}
.iteck-products-filters .form-check .form-check-input {
float: left;
margin-left: -18px;
}
.iteck-products-filters .form-check-input {
width: 12px;
height: 12px;
margin-top: 0.25em;
vertical-align: top;
background-color: #fff;
background-repeat: no-repeat;
background-position: center;
background-size: contain;
border: 1px solid rgba(0, 0, 0, 0.25);
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
-webkit-print-color-adjust: exact;
color-adjust: exact;
}
.iteck-products-filters .form-check-input[type=checkbox] {
border-radius: 0.25em;
}
.iteck-products-filters .category-checkBox {
font-size: 11px;
color: #666;
text-transform: capitalize;
line-height: 2;
}
.iteck-products-filters .form-check-input[type=checkbox] {
border-radius: 0.25em;
padding: 0;
}
.iteck-products-filters .form-check-input:checked[type=checkbox] {
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}
.iteck-products-filters .form-check-input:checked {
background-color: #0d6efd;
border-color: #0d6efd;
}
.iteck-products-filters .sub-tilte {
font-size: 11px;
color: #000;
font-weight: 800;
position: relative;
cursor: pointer;
margin-bottom: 15px;
}
.iteck-products-filters .card-title {
font-size: 15px;
color: #000;
font-weight: 800;
margin-bottom: 15px;
}
.iteck-products-filters .card-title span {
display: inline-block;
-webkit-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
text-decoration: none;
}
.iteck-products-filters .card-title a {
font-size: 10px;
text-transform: uppercase;
font-weight: 400;
color: #212529;
}
.iteck-products-filters .slider-range-content .amount-input {
display: flex;
justify-content: space-between;
}
.iteck-products-filters .slider-range-content .amount-input .amount {
width: 35%;
margin-inline-end: 5%;
border-radius: 7px;
background-color: #fff;
font-size: 12px;
overflow: hidden;
padding: 6px 10px;
}
.iteck-products-filters .slider-range-content .amount-input .amount small {
font-size: 10px;
color: #999999;
display: block;
line-height: 2;
}
.iteck-products-filters .slider-range-content .amount-input .amount input {
border: 0;
width: 100%;
line-height: 0;
font-size: 12px;
color: #000;
background: #fff;
padding: 1px 2px;
display: block;
}
.iteck-products-filters .slider-range-content .amount-input button {
width: 50px;
height: 50px;
background-color: var(--color-blue5);
border: 0;
color: #fff;
border-radius: 7px;
text-transform: capitalize;
}
.iteck-products-filters .slider-range-content .ui-slider-horizontal {
margin-top: 25px;
height: 6px;
border: 0;
background-color: #dfdfdf;
border-radius: 3px;
color: #333;
position: relative;
text-align: left;
}
.iteck-products-filters .slider-range-content .ui-slider-horizontal .ui-slider-range {
background-color: var(--color-blue5);
top: 0;
height: 100%;
position: absolute;
z-index: 1;
font-size: 0.7em;
display: block;
border: 0;
background-position: 0 0;
}
.iteck-products-filters .slider-range-content .ui-slider-horizontal .ui-state-default,
.iteck-products-filters .slider-range-content .ui-slider-horizontal .ui-widget-content .ui-state-default,
.iteck-products-filters .slider-range-content .ui-slider-horizontal .ui-widget-header .ui-state-default,
.iteck-products-filters .slider-range-content .ui-slider-horizontal .ui-button,
.iteck-products-filters .slider-range-content .ui-slider-horizontal html .ui-button.ui-state-disabled:hover,
.iteck-products-filters .slider-range-content .ui-slider-horizontal html .ui-button.ui-state-disabled:active {
border: 0;
background: var(--color-blue5);
border-radius: 50%;
width: 1em;
height: 1em;
}
.iteck-products-filters .slider-range-content .ui-slider-horizontal .ui-slider-handle {
position: absolute;
z-index: 2;
cursor: pointer;
-ms-touch-action: none;
touch-action: none;
top: -0.3em;
margin-left: -0.6em;
}
.iteck-products-filters .products-search .search-group {
position: relative;
margin-bottom: 25px;
}
.iteck-products-filters .products-search .search-group input {
width: 100%;
background-color: #fff;
border: 0;
border-radius: 5px;
padding: 10px;
font-size: 11px;
min-height: 40px;
padding-inline-end: 20px;
}
.iteck-products-filters .products-search .search-group button {
position: absolute;
right: 8px;
top: 10px;
font-size: 13px;
border: 0;
background: transparent;
} .iteck-single-product .woocommerce-breadcrumb {
text-align: center;
margin-bottom: 80px;
}
.iteck-single-product .woocommerce-breadcrumb a {
margin: 0 6px;
}
.iteck-single-product.woocommerce div.product p.price ins {
text-decoration: none;
}
.iteck-single-product.woocommerce div.product form.cart table.variations {
border: none !important;
padding: 5px 0 0 0 !important;
border-top: 1px solid rgba(153, 153, 153, 0.2) !important;
margin-top: 25px !important;
box-shadow: none;
display: block;
}
.iteck-single-product.woocommerce div.product form.cart table.variations td {
padding: 0;
margin: 0;
display: flex;
}
.iteck-single-product.woocommerce div.product form.cart table.variations td .reset_variations {
padding: 4px 18px;
background: rgba(21, 125, 251, 0.6235294118);
border-radius: 30px;
margin-left: 15px;
color: #fff;
font-size: 13px;
font-weight: 500;
}
.iteck-single-product.woocommerce div.product form.cart table.variations td .reset_variations:hover {
text-decoration: none;
}
.iteck-single-product.woocommerce div.product form.cart table.variations td .variable-item:not(.radio-variable-item) {
box-shadow: none;
margin: 4px 16px 4px 0;
}
.iteck-single-product.woocommerce div.product form.cart table.variations td .variable-item:not(.radio-variable-item):last-of-type {
margin-right: 0;
}
.iteck-single-product.woocommerce div.product form.cart table.variations td .variable-item:not(.radio-variable-item).selected {
outline: 1px solid var(--color-blue5);
padding: 2px;
}
.iteck-single-product.woocommerce div.product form.cart table.variations tr {
padding: 20px 20px 20px 0 !important;
}
.iteck-single-product.woocommerce div.product form.cart table.variations tr th.label {
color: #000;
font-size: 14px;
font-weight: 700 !important;
line-height: 2.5;
font-family: "Inter";
text-transform: capitalize;
padding: 15px 15px 0 0 !important;
}
.iteck-single-product.woocommerce div.product form.cart .variations_button {
padding-bottom: 20px;
border-bottom: 1px solid rgba(153, 153, 153, 0.2) !important;
}
.iteck-single-product.woocommerce div.product form.cart button.single_add_to_cart_button {
background: var(--color-blue5) !important;
padding: 10px 30px;
width: 40%;
margin-right: 15px;
}
.iteck-single-product.woocommerce div.product form.cart button.single_add_to_cart_button:hover {
background-color: #000 !important;
}
.iteck-single-product .woocommerce-variation-price {
display: block;
margin: 20px 0;
}
.iteck-single-product.woocommerce .quantity input[type=number] {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
font-size: 12px;
padding: 10px 15px !important;
border: 1px solid rgba(153, 153, 153, 0.2);
width: 100%;
border-radius: 30px;
}
.iteck-single-product.woocommerce .quantity .quantity-nav {
width: 86%;
right: -10px;
}
.iteck-single-product.woocommerce .quantity .quantity-nav .quantity-button.quantity-down {
position: absolute;
bottom: 0;
left: 0;
height: 100%;
border: none;
border-top: none;
line-height: 39px;
font-size: 25px;
}
.iteck-single-product.woocommerce .quantity .quantity-nav .quantity-button.quantity-down:hover {
color: #000;
background-color: transparent;
}
.iteck-single-product.woocommerce .quantity .quantity-nav .quantity-button.quantity-up {
position: absolute;
bottom: 0;
right: 0;
height: 100%;
border: none;
border-top: none;
line-height: 39px;
font-size: 21px;
}
.iteck-single-product.woocommerce .quantity .quantity-nav .quantity-button.quantity-up:hover {
color: #000;
background-color: transparent;
}
.iteck-single-product.woocommerce .tinv-wishlist .tinv-wishlist-clear {
display: none;
}
.iteck-single-product.woocommerce .tinv-wishlist .tinv-modal.tinv-modal-open .tinv-wishlist-clear {
display: block;
}
.iteck-single-product.woocommerce .tinv-wishlist .tinvwl_add_to_wishlist_button {
display: inline-block;
width: 45px;
height: 45px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
border-radius: 50%;
border: 1px solid rgba(0, 0, 0, 0.1333333333);
font-size: 15px;
color: #ccc;
cursor: pointer;
margin: 0;
}
.iteck-single-product.woocommerce .tinv-wishlist .tinvwl_add_to_wishlist_button:before {
margin-right: 0;
}
.iteck-single-product.woocommerce .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-product-in-list {
color: #f73312;
border-color: #f73312;
}
.iteck-single-product.woocommerce .tinv-wishlist .tinvwl_add_to_wishlist_button .tinvwl_add_to_wishlist-text,
.iteck-single-product.woocommerce .tinv-wishlist .tinvwl_add_to_wishlist_button .tinvwl-tooltip {
display: none;
}
.iteck-single-product.woocommerce div.product div.images.woocommerce-product-gallery {
display: flex;
flex-flow: row-reverse;
column-gap: 30px;
}
.iteck-single-product.woocommerce div.product div.images.woocommerce-product-gallery .woocommerce-product-gallery__wrapper {
width: 100%;
}
.iteck-single-product.woocommerce div.product div.images.woocommerce-product-gallery .flex-viewport {
border: 1px solid rgba(153, 153, 153, 0.2);
border-radius: 7px;
}
.iteck-single-product.woocommerce div.product div.images.woocommerce-product-gallery > .woocommerce-product-gallery__wrapper img {
border: 1px solid rgba(153, 153, 153, 0.2);
border-radius: 7px;
}
.iteck-single-product.woocommerce div.product div.images .flex-control-thumbs li {
width: 80px;
padding: 0;
margin-bottom: 20px;
}
.iteck-single-product.woocommerce div.product div.images .flex-control-thumbs li img {
border: 1px solid rgba(153, 153, 153, 0.2);
border-radius: 7px;
}
.iteck-single-product.woocommerce div.product .summary.entry-summary .price {
font-size: 25px;
color: #000;
font-weight: bold;
margin-top: 30px;
}
.iteck-single-product.woocommerce div.product .summary.entry-summary .product_title {
font-size: 20px;
text-transform: capitalize;
font-weight: 400;
margin-bottom: 0;
}
.iteck-single-product.woocommerce div.product .woocommerce-tabs {
text-align: center;
padding-top: 100px;
}
.iteck-single-product.woocommerce div.product .woocommerce-tabs ul.tabs {
padding-bottom: 10px !important;
}
.iteck-single-product.woocommerce div.product .woocommerce-tabs ul.tabs li a {
border: 0;
background: transparent;
font-size: 25px;
color: #666 !important;
text-transform: capitalize;
}
.iteck-single-product.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover {
font-size: 25px;
color: #666 !important;
}
.iteck-single-product.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
color: #000 !important;
font-weight: bold !important;
}
.iteck-single-product.woocommerce div.product .woocommerce-tabs .woocommerce-Tabs-panel {
border-top: 1px solid rgba(0, 0, 0, 0.1333333333);
border-bottom: none;
padding: 50px 8vw !important;
}
.iteck-single-product .related.products {
text-align: center;
}
.iteck-single-product .related.products h2 {
color: #000;
font-weight: bold;
font-size: 28px;
margin-bottom: 35px;
}
.iteck-single-product .related.products .product {
border: 1px solid #ededed;
padding: 30px 15px 15px;
position: relative;
border-radius: 12px;
padding-bottom: 15px;
overflow: hidden;
transition: all 0.4s ease;
margin-bottom: 24px;
}
.iteck-single-product .related.products .product:hover {
padding-bottom: 60px;
}
.iteck-single-product .related.products .product:hover img {
transform: scale(0.8);
}
.iteck-single-product .related.products .product:hover .woocommerce-loop-product__title {
margin-top: -25px;
}
.iteck-single-product .related.products .product:hover .add_to_cart_button {
transform: translateY(0);
opacity: 1;
}
.iteck-single-product .related.products .product:hover .add_to_cart_button.added .button__added .added_popup {
bottom: 215px;
transition: all 0.4s ease;
}
.iteck-single-product .related.products .product:hover .add_to_cart_button.loading .button__loader .loading_popup {
bottom: 215px;
transition: all 0.4s ease;
}
.iteck-single-product .related.products .product img {
width: 100%;
height: 100%;
object-fit: contain;
transition: all 0.4s ease;
transform-origin: top;
}
.iteck-single-product .related.products .product .woocommerce-loop-product__title {
margin-top: 20px;
min-height: 20px;
transition: all 0.4s ease;
}
.iteck-single-product .related.products .product .price {
margin-top: 15px;
font-size: 15px;
font-weight: bold;
color: #212529;
}
.iteck-single-product .related.products .product .price ins {
color: #f73312;
font-weight: bold;
text-decoration: none;
}
.iteck-single-product .related.products .product .price del {
font-size: 11px;
color: #999999;
text-decoration: line-through !important;
margin-inline-start: 5px;
font-weight: bold;
}
.iteck-single-product .related.products .product .add_to_cart_button {
position: absolute;
bottom: 15px;
left: 15px;
width: calc(100% - 30px);
background-color: var(--color-blue5);
padding: 7px 15px;
transform: translateY(70px);
opacity: 0;
transition: all 0.4s ease !important;
}
.iteck-single-product .related.products .product .add_to_cart_button span {
font-size: 11px;
color: #fff;
font-weight: bold;
}
.iteck-single-product .related.products .product .add_to_cart_button:hover {
background-color: #000;
}
.iteck-single-product .related.products .product .label {
position: absolute;
left: 10px;
top: 10px;
font-size: 9px;
border-radius: 4px;
background-color: #f0f0f0;
color: #000;
padding: 3px 10px;
text-transform: uppercase;
}
.iteck-single-product .related.products .product .label.new {
background-color: #ffb500;
}
.iteck-single-product .related.products .product .label.sale-off {
background-color: #f73312;
color: #fff;
}
.iteck-single-product .related.products .product .label.sale-off.new-onsale {
left: 55px;
}
.iteck-single-product .related.products .product .fav-btn {
position: absolute;
right: 10px;
top: 10px;
font-size: 14px;
color: #ccc;
cursor: pointer;
}
.iteck-single-product .related.products .product .fav-btn.active {
color: #f73312;
}
.iteck-single-product .related.products .star-rating {
margin: 10px auto;
}
.iteck-single-product .related.products .star-rating span {
color: #ffba00;
}
.iteck-single-product.woocommerce ul.products li.product .price {
margin-top: 15px;
font-size: 15px;
font-weight: bold;
color: #212529;
}
.iteck-single-product.woocommerce ul.products li.product .button {
background: var(--color-blue5) !important;
padding: 10px 30px;
}
.iteck-single-product.woocommerce ul.products li.product .button:hover {
background-color: #000 !important;
}
.iteck-single-product.woocommerce ul.products li.product .tinv-wraper.tinv-wishlist {
position: absolute;
top: 0;
right: 0;
display: inline-block;
}
.iteck-single-product.woocommerce ul.products li.product .tinv-wraper.tinv-wishlist a {
border: none;
}  .iteck-projects-carousel {
overflow: hidden;
}
.iteck-projects-carousel .container {
display: block;
}
.iteck-projects-carousel .section-head {
position: relative;
}
.iteck-projects-carousel .section-head h6 {
font-weight: normal;
font-size: 14px;
color: var(--color-main);
text-decoration: underline;
text-transform: uppercase;
margin-bottom: 10px;
}
.iteck-projects-carousel .section-head h3 {
font-size: 40px;
text-transform: capitalize;
font-weight: 700;
}
.iteck-projects-carousel .section-head .swiper-button-next,
.iteck-projects-carousel .section-head .swiper-button-prev {
border-radius: 50%;
width: 50px;
height: 50px;
transition: all 0.3s ease;
font-size: 18px;
color: #000;
background-color: #fff;
background-image: none;
}
.iteck-projects-carousel .section-head .swiper-button-next:hover,
.iteck-projects-carousel .section-head .swiper-button-prev:hover {
background: var(--color-main);
color: #fff;
}
.iteck-projects-carousel .section-head .swiper-button-next::after,
.iteck-projects-carousel .section-head .swiper-button-prev::after {
display: none;
}
.iteck-projects-carousel .section-head .swiper-button-prev, .iteck-projects-carousel .section-head .swiper-container-rtl .swiper-button-next {
left: auto;
right: 75px;
}
.iteck-projects-carousel .projects-slider8 .swiper-container {
overflow: visible;
}
.iteck-projects-carousel .projects-slider8 .swiper-container .project-card {
opacity: 0;
transition: all 0.5s ease;
transform: scale(0.8);
}
.iteck-projects-carousel .projects-slider8 .swiper-container .swiper-slide-active .project-card {
opacity: 1;
transform: scale(1);
}
.iteck-projects-carousel .content {
padding: 0px;
}
.iteck-projects-carousel .img {
border-radius: 10px;
position: relative;
height: 410px;
}
.iteck-projects-carousel .img .main-img {
border-radius: 10px;
width: 100%;
height: 100%;
object-fit: cover;
}
.iteck-projects-carousel .img .tags {
position: absolute;
z-index: 10;
top: 30px;
right: 30px;
}
.iteck-projects-carousel .img .tags a {
text-transform: uppercase;
background-color: #fff;
color: var(--color-main);
padding: 5px 20px;
border-radius: 30px;
}
.iteck-projects-carousel .img .tags a:hover {
background-color: var(--color-main);
color: #fff;
}
.iteck-projects-carousel .img .img-chart {
position: absolute;
top: 120px;
z-index: 2;
width: 200px;
left: -100px;
}
.iteck-projects-carousel .info {
padding-inline-start: 50px;
}
.iteck-projects-carousel .info .project-logo img {
width: 90px;
margin-bottom: 40px;
}
.iteck-projects-carousel .info h4.title {
font-size: 30px;
font-weight: bold;
margin-bottom: 15px;
}
.iteck-projects-carousel .info p {
font-size: 16px;
color: #666;
margin-bottom: 40px;
}
.iteck-projects-carousel .info .proj-det {
display: flex;
flex-wrap: wrap;
align-items: center;
padding: 20px 0;
border-top: 1px solid rgba(153, 153, 153, 0.1333333333);
width: 100%;
}
.iteck-projects-carousel .info .proj-det .item {
margin-inline-end: 30px;
}
.iteck-projects-carousel .info .proj-det .item p {
color: #999;
margin-bottom: 5px;
}
.iteck-projects-carousel .info .proj-det .icon {
width: 40px;
height: 40px;
border-radius: 50%;
background-color: var(--color-main);
line-height: 40px;
text-align: center;
color: #fff;
margin-right: 0;
margin-left: auto;
}
@media (min-width: 1400px) {
.iteck-projects-carousel .container {
max-width: 1170px;
}
}  .iteck-tabs .nav .nav-item {
list-style: none;
}
.iteck-tabs .nav.style-1 {
justify-content: space-between;
border-bottom: 1px solid rgba(153, 153, 153, 0.2);
}
.iteck-tabs .nav.style-1 .nav-link {
color: var(--color-main);
font-weight: bold;
text-transform: capitalize;
padding: 20px 15px;
border-radius: 0;
}
.iteck-tabs .nav.style-1 .nav-link img,
.iteck-tabs .nav.style-1 .nav-link svg {
width: 30px;
height: 30px;
object-fit: contain;
margin-inline-end: 20px;
fill: var(--color-main);
}
.iteck-tabs .nav.style-1 .nav-link i {
font-size: 30px;
color: var(--color-main);
}
.iteck-tabs .nav.style-1 .nav-link.active {
background: transparent;
border-bottom: 1px solid var(--color-main);
}
.iteck-tabs .nav.style-2 {
padding: 15px;
border-radius: 30px;
border: 1px solid rgba(153, 153, 153, 0.2);
box-shadow: 0 0 20px rgba(0, 0, 0, 0.0666666667);
justify-content: space-around;
}
.iteck-tabs .nav.style-2 .nav-item .nav-link {
position: relative;
color: #000;
border-radius: 0;
background: transparent;
padding: 0;
padding-left: 20px;
font-weight: bold;
line-height: 1.5;
}
.iteck-tabs .nav.style-2 .nav-item .nav-link::before {
position: absolute;
content: "";
left: 0;
top: 7px;
width: 8px;
height: 8px;
transform: rotate(45deg);
background-color: rgba(153, 153, 153, 0.6);
}
.iteck-tabs .nav.style-2 .nav-item .nav-link.active {
color: var(--color-main);
border: none;
}
.iteck-tabs .nav.style-3 {
justify-content: center;
}
.iteck-tabs .nav.style-3 .nav-link {
padding: 17px 30px;
border: 1px solid rgba(153, 153, 153, 0.3333333333);
border-radius: 50px;
font-weight: 500;
text-transform: capitalize;
margin: 10px;
color: #000;
font-size: 14px;
line-height: 1;
}
.iteck-tabs .nav.style-3 .nav-link:hover, .iteck-tabs .nav.style-3 .nav-link.active {
color: #fff;
background-color: var(--color-main);
box-shadow: 0 10px 30px rgba(204, 33, 49, 0.3333333333);
}
.iteck-tabs .subtitle {
margin-bottom: 0px;
}
.iteck-tabs .feat-content {
padding-top: 40px;
position: relative;
}
.iteck-tabs .feat-content .img {
height: 400px;
border-radius: 10px;
overflow: hidden;
}
.iteck-tabs .feat-content .img img {
width: 100%;
height: 100%;
object-fit: cover;
}
.iteck-tabs .feat-content .info .icon {
width: 80px;
margin-bottom: 20px;
}
.iteck-tabs .feat-content .info h2 {
font-size: 30px;
color: var(--color-main);
margin-bottom: 15px;
}
.iteck-tabs .feat-content .info p {
font-size: 16px;
color: #666;
}
.iteck-tabs .feat-content .info .tab-content ul {
list-style: none;
padding: 0;
}
.iteck-tabs .feat-content .info .tab-content li {
padding-left: 1rem;
list-style: none;
}
.iteck-tabs .feat-content .info .tab-content li:before {
content: "\f00c"; font-family: "Font Awesome 5 Pro";
display: inline-block;
margin-left: -1rem;
color: var(--color-main);
width: 1.5rem;
font-weight: 300;
}
.iteck-tabs .feat-content .play_icon {
width: 80px;
height: 80px;
border-radius: 50%;
background-color: #fff;
color: var(--color-main);
line-height: 80px;
text-align: center;
font-size: 20px;
position: absolute;
top: 200px;
left: 50%;
transform: translateX(-50%);
z-index: 10;
}
.iteck-tabs .feat-content .tab-button {
padding: 10px 25px;
background: var(--color-main);
-webkit-box-shadow: 0px 4px 0px 0px var(--color-secondary);
box-shadow: 0px 4px 0px 0px var(--color-secondary);
-webkit-filter: drop-shadow(0 13px 20px rgba(7, 57, 114, 0.2078431373));
filter: drop-shadow(0 13px 20px rgba(7, 57, 114, 0.2078431373));
font-size: 12px;
position: relative;
overflow: hidden;
border-radius: 50rem;
font-weight: 700;
color: #fff;
}
.iteck-tabs .feat-content .inf p {
margin-bottom: 0px;
color: #999;
font-size: 14px;
}
.iteck-tabs .feat-content .inf a {
color: #000;
font-weight: 700;
}  .iteck-products-tabs .mix_tabs {
text-align: center;
margin-bottom: 20px;
}
.iteck-products-tabs .mix_tabs .tab-link {
cursor: pointer;
background-color: #1d1c24;
padding: 12px 30px 12px 20px;
border-radius: 5px;
margin: 0 10px;
text-transform: capitalize;
}
.iteck-products-tabs .mix_tabs .tab-link.active {
background-color: var(--color-main);
color: #000;
}
.iteck-products-tabs .mix_tabs .tab-link .icon {
width: 20px;
margin-inline-end: 5px;
}
.iteck-products-tabs .project-card {
margin-top: 30px;
border: 1px solid rgba(255, 255, 255, 0.1333333333);
border-radius: 5px;
display: block;
transition: all 0.4s ease;
}
.iteck-products-tabs .project-card:hover {
border-color: var(--color-main);
}
.iteck-products-tabs .project-card:hover .img .btn {
transform: translate(-50%, -50%);
opacity: 1;
}
.iteck-products-tabs .project-card .top-inf {
display: flex;
justify-content: space-between;
padding: 15px;
font-size: 12px;
}
.iteck-products-tabs .project-card .top-inf i {
color: var(--color-main);
margin-inline-end: 2px;
}
.iteck-products-tabs .project-card .top-inf .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus, .iteck-products-tabs .project-card .top-inf .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart {
height: 16px;
width: 16px;
color: #414040;
}
.iteck-products-tabs .project-card .img {
height: 270px;
position: relative;
display: block;
}
.iteck-products-tabs .project-card .img img {
width: 100%;
height: 100%;
-o-object-fit: cover;
object-fit: cover;
}
.iteck-products-tabs .project-card .img .btn {
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, 0);
white-space: nowrap;
opacity: 0;
padding: 12px 30px;
font-weight: 500;
background-color: var(--color-main);
transition: all 0.3s ease;
}
.iteck-products-tabs .project-card .img .btn .button__loader {
display: none;
}
.iteck-products-tabs .project-card .img .btn .button__added {
display: none;
}
.iteck-products-tabs .project-card .img .btn.loading {
opacity: 1;
}
.iteck-products-tabs .project-card .img .btn.loading .button__cart {
display: none;
}
.iteck-products-tabs .project-card .img .btn.loading .button__loader {
display: inline-block;
animation: none;
}
.iteck-products-tabs .project-card .img .btn.loading .button__loader .loading_popup i {
margin-left: 5px;
animation: rotate-center 1.5s linear infinite both;
}
.iteck-products-tabs .project-card .img .btn.added .button__cart {
animation: hide_add_cart 3s none;
}
.iteck-products-tabs .project-card .img .btn.added .button__added {
display: inline-block;
animation: hide_added 0s ease-in 3s forwards;
}
.iteck-products-tabs .project-card .img .btn.added .button__added .added_popup i {
margin-left: 5px;
}
.iteck-products-tabs .project-card .info {
padding: 20px 30px;
}
.iteck-products-tabs .project-card .info .bid {
font-size: 12px;
color: #7e7c88;
}
.iteck-products-tabs .project-card .info .bid .bid-value {
color: var(--color-main);
}
.iteck-products-tabs .project-card .info .title {
font-size: 16px;
margin-top: 5px;
font-weight: 500;
}
.iteck-products-tabs .project-card .info .title a {
color: #fff;
}
.iteck-products-tabs .project-card .info .btm-inf {
margin-top: 15px;
display: flex;
justify-content: space-between;
}
.iteck-products-tabs .project-card .info .btm-inf .btm-inf-item {
color: #7e7c88;
}
.iteck-products-tabs .project-card .info .btm-inf .btm-inf-item .icon {
color: var(--color-main);
}
.iteck-products-tabs .added_to_cart {
display: none;
}
.iteck-products-tabs p {
margin-bottom: 0;
}
.iteck-products-tabs .content {
padding: 0px;
}
@keyframes hide_add_cart {
0% {
opacity: 0;
position: absolute;
width: 0;
}
99% {
opacity: 0;
position: absolute;
width: 0;
}
100% {
opacity: 1;
position: relative;
width: 0;
}
}
@keyframes hide_added {
to {
width: 0;
height: 0;
overflow: hidden;
}
}
@-webkit-keyframes hide_added {
to {
width: 0;
height: 0;
visibility: hidden;
}
}
@media screen and (max-width: 991px) {
.iteck-products-tabs .mix_tabs .tab-link {
width: 100%;
text-align: left;
display: block;
margin: 0;
margin-bottom: 15px;
}
} .iteck-shape::after {
width: 230px;
height: 230px;
border-radius: 50%;
background-color: #ecf0f3;
position: absolute;
content: "";
}
.iteck-shape-animation-rotate .iteck-shape::after {
animation: rotate-center 100s linear infinite both;
}
.iteck-shape-animation-wave .iteck-shape::after {
animation: wave 2s ease-in-out infinite alternate both;
}
.iteck-shape-animation-slide-up-down .iteck-shape::after {
-webkit-animation: slide_up_down 2s ease-in-out infinite alternate both;
animation: slide_up_down 2s ease-in-out infinite alternate both;
}
.iteck-shape-animation-slide-right-left .iteck-shape::after {
-webkit-animation: RL_smooth 2s ease-in-out infinite alternate both;
animation: RL_smooth 2s ease-in-out infinite alternate both;
}
.iteck-shape-animation-move-right-left .iteck-shape::after {
-webkit-animation: right_left 5s -1s alternate infinite linear;
animation: right_left 5s -1s alternate infinite linear;
}
.iteck-shape-animation-scale-up-down .iteck-shape::after {
-webkit-animation: scale_up_down 1.5s ease-in-out infinite alternate both;
animation: scale_up_down 1.5s ease-in-out infinite alternate both;
}  .iteck-faq-card {
position: relative;
}
.iteck-faq-card .faq-card {
position: relative;
padding: 30px;
background-color: rgba(255, 255, 255, 0.0274509804);
border-radius: 10px;
display: flex;
border: 10px solid transparent;
border-top: 3px solid var(--color-main);
}
.iteck-faq-card .faq-card .icon {
position: absolute;
right: 20px;
top: 20px;
pointer-events: none;
object-fit: contain;
z-index: -1;
opacity: 0.5;
}
.iteck-faq-card .faq-card .numb {
width: 40px;
height: 40px;
border-radius: 50%;
line-height: 40px;
text-align: center;
background-color: rgba(255, 255, 255, 0.0274509804);
margin-inline-end: 15px;
flex-shrink: 0;
color: #fff;
}
.iteck-faq-card .faq-card .info {
padding: 10px;
}
.iteck-faq-card .faq-card .info .title {
margin-bottom: 10px;
color: #fff;
}
.iteck-faq-card .faq-card .info .text {
font-size: 16px;
color: #83779e;
margin-bottom: 0px;
} .iteck-markets-table p {
margin-bottom: 0px;
}
.iteck-markets-table .table-head {
display: flex;
}
.iteck-markets-table .table-head .item {
color: #fff;
margin-bottom: 20px;
}
.iteck-markets-table .table-head .item:nth-of-type(1) {
width: 24%;
}
.iteck-markets-table .table-head .item:nth-of-type(2) {
width: 17%;
}
.iteck-markets-table .table-head .item:nth-of-type(3) {
width: 12%;
}
.iteck-markets-table .table-head .item:nth-of-type(4) {
width: 15%;
}
.iteck-markets-table .table-head .item:nth-of-type(5) {
width: 20%;
}
.iteck-markets-table .table-head .item:nth-of-type(6) {
width: 12%;
}
.iteck-markets-table .table-body .body-row {
display: flex;
align-items: center;
background-color: #120a22;
border-radius: 10px;
padding: 15px 20px;
margin-bottom: 15px;
}
.iteck-markets-table .table-body .body-row .item {
display: flex;
align-items: center;
flex-wrap: wrap;
}
.iteck-markets-table .table-body .body-row .item:nth-of-type(1) {
width: 24%;
}
.iteck-markets-table .table-body .body-row .item:nth-of-type(2) {
width: 17%;
}
.iteck-markets-table .table-body .body-row .item:nth-of-type(3) {
width: 12%;
}
.iteck-markets-table .table-body .body-row .item:nth-of-type(4) {
width: 15%;
}
.iteck-markets-table .table-body .body-row .item:nth-of-type(5) {
width: 20%;
}
.iteck-markets-table .table-body .body-row .item:nth-of-type(6) {
width: 12%;
}
.iteck-markets-table .table-body .body-row .item .per-up {
color: #f7931a;
}
.iteck-markets-table .table-body .body-row .item .trad-btn {
font-weight: 500;
background-color: rgba(255, 255, 255, 0.1333333333);
border-radius: 30px;
padding: 5px 20px;
color: #fff;
}
.iteck-markets-table .table-body .body-row .item .trad-btn:hover {
color: #fff;
background-color: var(--color-main);
}
.iteck-markets-table .table-body .body-row .item strong {
font-weight: 500;
}
@media screen and (max-width: 991px) {
.iteck-markets-table {
overflow-x: auto;
}
.iteck-markets-table .markets-table {
width: max-content;
}
}  .iteck-collections .collection-card .top-info {
display: flex;
align-items: center;
justify-content: space-between;
margin-bottom: -25px;
}
.iteck-collections .collection-card .top-info h6 {
font-size: 17px;
font-weight: 500;
}
.iteck-collections .collection-card .top-info p {
color: #67666c;
margin-bottom: 0px;
}
.iteck-collections .collection-card .top-info p img {
width: 10px;
margin-inline-end: 2px;
}
.iteck-collections .collection-card .auther-img {
text-align: center;
margin-bottom: -20px;
position: relative;
z-index: 10;
}
.iteck-collections .collection-card .auther-img img {
width: 80px;
height: 80px;
border-radius: 50%;
object-fit: cover;
border: 6px solid #15141a;
}
.iteck-collections .collection-card .main-img {
height: 220px;
border-radius: 10px;
overflow: hidden;
}
.iteck-collections .collection-card .main-img img {
width: 100%;
height: 100%;
-o-object-fit: cover;
object-fit: cover;
}
.iteck-collections .collection-card .sub-imgs {
display: flex;
justify-content: space-between;
padding-top: 10px;
}
.iteck-collections .collection-card .sub-imgs img {
width: 32%;
height: 80px;
border-radius: 6px;
object-fit: cover;
} .iteck-best-seller {
position: relative;
z-index: 1;
}
.iteck-best-seller .seller-card {
position: relative;
display: flex;
align-items: center;
padding: 20px;
border-radius: 8px;
background-color: #16151b;
margin-top: 30px;
border: 1px solid #16151b;
}
.iteck-best-seller .seller-card::before {
position: absolute;
content: "";
width: 90%;
height: 100%;
top: 0;
left: 5%;
border: 1px solid var(--color-main);
border-radius: 8px;
z-index: -1;
opacity: 0;
transition: all 0.3s ease;
}
.iteck-best-seller .seller-card:hover {
border-color: var(--color-main);
}
.iteck-best-seller .seller-card:hover::before {
opacity: 1;
top: -10px;
}
.iteck-best-seller .seller-card .img {
width: 65px;
height: 65px;
overflow: hidden;
border-radius: 50%;
}
.iteck-best-seller .seller-card .img img {
width: 100%;
height: 100%;
-o-object-fit: cover;
object-fit: cover;
}
.iteck-best-seller .seller-card h5 {
font-size: 20px;
color: #fff;
}
.iteck-best-seller .seller-card p {
color: #4c4954;
font-size: 14px;
font-weight: 300;
margin-bottom: 0px;
}
.iteck-best-seller .seller-card p span {
color: var(--color-main);
} .iteck-video-card-carousel {
position: relative;
}
.iteck-video-card-carousel .swiper-container {
padding-bottom: 30px;
}
.iteck-video-card-carousel .swiper-slide {
padding: 30px;
}
.iteck-video-card-carousel .swiper-pagination {
width: 100%;
bottom: 0;
}
.iteck-video-card-carousel .swiper-pagination-bullet {
cursor: pointer;
width: 20px;
height: 3px;
border-radius: 0;
margin: 0 5px;
-webkit-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.iteck-video-card-carousel .swiper-pagination-bullet-active {
background-color: #000;
border-radius: 0;
width: 30px !important;
}
.iteck-video-card-carousel .video-card {
background-color: white;
border-radius: 15px;
box-shadow: 0 0 30px rgba(0, 0, 0, 0.0666666667);
overflow: hidden;
}
.iteck-video-card-carousel .video-card .img {
height: 100%;
position: relative;
}
.iteck-video-card-carousel .video-card .img img {
width: 100%;
height: 100%;
-o-object-fit: cover;
object-fit: cover;
}
.iteck-video-card-carousel .video-card .img .play_icon {
width: 100px;
height: 100px;
background-color: #fff;
border-radius: 50%;
line-height: 100px;
text-align: center;
color: #000;
font-size: 18px;
position: absolute;
bottom: 50px;
left: 50px;
z-index: 10;
}
.iteck-video-card-carousel .video-card .info {
padding: 5vw;
}
.iteck-video-card-carousel .video-card .info .icon {
width: 130px;
margin-bottom: 30px;
}
.iteck-video-card-carousel .video-card .info h4 {
font-size: 30px;
font-weight: bold;
}
.iteck-video-card-carousel .video-card .info .author {
display: flex;
align-items: center;
margin-top: 40px;
}
.iteck-video-card-carousel .video-card .info .author .img {
width: 50px;
height: 50px;
}
.iteck-video-card-carousel .video-card .info .author .inf p {
color: #999;
margin-bottom: 0;
}
.iteck-video-card-carousel .video-card .info .author .inf h6 {
font-size: 20px;
font-weight: bold;
}
.iteck-video-card-carousel .logos-content {
background-color: #fff;
}
.iteck-video-card-carousel .logos-content .logos {
border-bottom: 1px solid rgba(153, 153, 153, 0.2);
}
.iteck-video-card-carousel .logos-content .logos .row > div {
text-align: center;
}
.iteck-video-card-carousel .logos-content .logos .row > div:first-of-type {
text-align: start;
}
.iteck-video-card-carousel .logos-content .logos .row > div:last-of-type {
text-align: end;
}
.iteck-video-card-carousel .logos-content .logos .logo {
opacity: 30%;
margin-bottom: 30px;
}
.iteck-video-card-carousel .logos-content .logos .logo:hover {
opacity: 1;
}
.iteck-video-card-carousel .logos-content p {
font-size: 16px;
margin-top: 30px;
text-align: center;
color: #777;
}
.iteck-video-card-carousel .logos-content p strong {
color: #000;
} .iteck-text-carousel {
position: relative;
color: #000;
padding: 20px 0;
}
.iteck-text-carousel .swiper-wrapper {
-webkit-transition-timing-function: linear !important;
transition-timing-function: linear !important;
position: relative;
}
.iteck-text-carousel .swiper-slide a {
display: flex;
align-items: center;
}
.iteck-text-carousel .swiper-slide a h2 {
font-size: 60px;
font-weight: 700;
color: transparent;
-webkit-text-stroke: 1px #000;
text-transform: uppercase;
}
.iteck-text-carousel .swiper-slide a img {
margin: 0 20px;
width: 30px;
height: 30px;
}
.iteck-text-carousel .swiper-slide a:hover {
text-shadow: -5px -5px 0 #000;
}
.iteck-text-carousel .icon {
position: absolute;
right: 25%;
height: 90px;
top: -70px;
object-fit: contain;
}
@media screen and (min-width: 991px) {
.iteck-text-carousel {
position: relative;
}
.iteck-text-carousel .swiper-slide {
width: max-content !important;
}
} .iteck-animated-lines {
position: relative;
width: 100%;
height: 100%;
pointer-events: none;
z-index: 1;
overflow: hidden;
}
.iteck-animated-lines span {
position: absolute;
height: 100%;
width: 1px;
background-color: rgba(153, 153, 153, 0.1333333333);
z-index: -1;
}
.iteck-animated-lines span::before {
position: absolute;
content: "";
left: 0;
top: -20px;
height: 25px;
width: 1px;
background-color: var(--color-main);
animation: afterline 5s ease-in-out infinite;
}
.iteck-animated-lines span:nth-of-type(1) {
right: 13%;
}
.iteck-animated-lines span:nth-of-type(1)::before {
animation-delay: -2s;
}
.iteck-animated-lines span:nth-of-type(2) {
right: 31%;
}
.iteck-animated-lines span:nth-of-type(2)::before {
animation-delay: -1s;
}
.iteck-animated-lines span:nth-of-type(3) {
right: 50%;
}
.iteck-animated-lines span:nth-of-type(3)::before {
animation-delay: 0;
}
.iteck-animated-lines span:nth-of-type(4) {
right: 69%;
}
.iteck-animated-lines span:nth-of-type(4)::before {
animation-delay: 1s;
}
.iteck-animated-lines span:nth-of-type(5) {
right: 87%;
}
.iteck-animated-lines span:nth-of-type(5)::before {
animation-delay: 2s;
}
@keyframes afterline {
0% {
top: -20px;
}
100% {
top: 100%;
}
} .iteck-toggle-tabs .faq-category {
padding: 50px;
background-color: var(--color-blue5);
border-radius: 5px;
color: #fff;
position: sticky;
top: 100px;
}
.iteck-toggle-tabs .faq-category h5 {
margin-bottom: 20px;
color: #fff;
font-weight: 500;
}
.iteck-toggle-tabs .faq-category li {
margin: 10px 0;
display: flex;
justify-content: space-between;
text-transform: capitalize;
}
.iteck-toggle-tabs .faq-category li a {
position: relative;
font-weight: 500;
color: #fff;
}
.iteck-toggle-tabs .faq-category li a::before {
position: absolute;
content: "";
left: 0;
top: 50%;
height: 1px;
width: 0;
background-color: #fff;
opacity: 0;
transition: all 0.3s ease;
}
.iteck-toggle-tabs .faq-category li a:hover, .iteck-toggle-tabs .faq-category li a.active {
color: #fff;
padding-left: 35px;
}
.iteck-toggle-tabs .faq-category li a:hover::before, .iteck-toggle-tabs .faq-category li a.active::before {
width: 20px;
opacity: 1;
}
.iteck-toggle-tabs .faq-category li span {
font-weight: 300;
opacity: 0.5;
}
.iteck-toggle-tabs .faq-questions {
padding-top: 80px;
}
.iteck-toggle-tabs .faq-questions .sec-title {
font-size: 20px;
font-weight: bold;
margin-bottom: 30px;
}
.iteck-toggle-tabs .faq-questions .sec-title span {
color: #999;
}
.iteck-toggle-tabs .faq-questions .accordion {
padding-top: 80px;
}
.iteck-toggle-tabs .faq-questions .accordion-item {
border: 0;
border-radius: 0;
margin-bottom: 20px;
}
.iteck-toggle-tabs .faq-questions .accordion-item .accordion-button {
background-color: #f4f6f9;
border-radius: 10px;
font-weight: bold;
color: #000;
box-shadow: none;
padding: 12px 20px;
}
.iteck-toggle-tabs .faq-questions .accordion-item .accordion-button:not(.collapsed) {
background-color: var(--color-blue5);
color: #fff;
}
.iteck-toggle-tabs .faq-questions .accordion-item .accordion-button:not(.collapsed)::after {
content: "\f068";
}
.iteck-toggle-tabs .faq-questions .accordion-item .accordion-body {
font-size: 16px;
color: #666;
font-weight: 500;
}
.iteck-toggle-tabs .faq-questions .accordion-item .accordion-button::after {
width: 35px;
height: 35px;
border-radius: 50%;
background: #fff;
border-radius: 50%;
color: #000;
content: "\f067";
font-weight: 900;
font-family: "Font Awesome 5 pro";
display: flex;
align-items: center;
justify-content: center;
font-size: 12px;
}
.iteck-toggle-tabs p {
margin-bottom: 0;
}  .iteck-careers .position-card {
padding: 30px;
border: 1px solid rgba(153, 153, 153, 0.2);
border-radius: 5px;
background-color: #fff;
display: block;
position: relative;
}
.iteck-careers .position-card h5 {
font-weight: bold;
font-size: 20px;
margin-bottom: 15px;
}
.iteck-careers .position-card p {
font-size: 16px;
color: #666;
margin-bottom: 50px;
}
.iteck-careers .position-card .time {
font-size: 16px;
color: #000;
}
.iteck-careers .position-card .time i {
color: var(--color-main);
}
.iteck-careers .position-card .trend-mark {
position: absolute;
width: 36px;
height: 60px;
line-height: 50px;
top: 0;
right: 30px;
background-color: var(--color-main);
color: #fff;
text-align: center;
}
.iteck-careers .position-card .trend-mark::after {
position: absolute;
content: "";
right: 0;
bottom: 0;
width: 36px;
height: 36px;
border-top: 18px solid transparent;
border-right: 18px solid transparent;
border-left: 18px solid transparent;
border-bottom: 18px solid #fff;
}
.iteck-careers .swiper-button-next,
.iteck-careers .swiper-button-prev {
width: 55px;
height: 55px;
top: 0;
border: 1px solid rgba(153, 153, 153, 0.2);
top: -100px;
transition: all 0.3s ease;
background-image: none;
border-radius: 5px;
}
.iteck-careers .swiper-button-next:hover,
.iteck-careers .swiper-button-prev:hover {
border: 1px solid var(--color-main);
background: var(--color-main);
}
.iteck-careers .swiper-button-next:hover:after,
.iteck-careers .swiper-button-prev:hover:after {
color: #fff;
}
.iteck-careers .swiper-button-next:after,
.iteck-careers .swiper-button-prev:after {
color: var(--color-main);
font-size: 15px;
font-weight: bold;
}
.iteck-careers .swiper-button-next, .iteck-careers .swiper-container-rtl .swiper-button-prev {
right: 0;
}
.iteck-careers .swiper-button-prev, .iteck-careers .swiper-container-rtl .swiper-button-next {
right: 75px;
left: auto;
}  .iteck-domain-search .content {
padding: 0px;
}
.iteck-domain-search .domain-choose {
display: flex;
}
.iteck-domain-search .domain-choose .butn {
flex-shrink: 0;
margin-inline-start: 10px;
padding: 20px 40px;
background: var(--color-main);
border-radius: 6px;
border: 0;
}
.iteck-domain-search .domain-choose .form-group {
display: flex;
align-items: center;
background-color: #fff;
border-radius: 5px;
padding: 10px 20px;
width: 100%;
}
.iteck-domain-search .domain-choose .form-group .icon {
margin-right: 10px;
flex-shrink: 0;
}
.iteck-domain-search .domain-choose .form-group .form-select {
width: max-content;
border: 0;
flex-shrink: 0;
font-weight: bold;
color: var(--color-main);
}
.iteck-domain-search .domain-choose .form-group input {
width: 100%;
border: 0;
padding: 1px 2px;
background: #fff;
}
.iteck-domain-search .domain-choose .form-group input:focus {
box-shadow: none;
}
.iteck-domain-search .result {
font-size: 13px;
font-weight: 400;
}
.iteck-domain-search .result.taken-domain {
color: #ffc107;
}
.iteck-domain-search .result.available-domain {
color: #28a745;
}
.iteck-domain-search .result.enter-domian {
color: #dc3545;
}
.iteck-domain-search .domain-names {
margin-top: 40px;
}
.iteck-domain-search .domain-names .item {
margin-top: 10px;
}
.iteck-domain-search .domain-names .item span {
color: #6c41ff;
}
.iteck-domain-search .domain-names p {
font-weight: bold;
font-size: 16px;
margin-bottom: 0px;
}
.iteck-domain-search .domain-names h5 {
text-align: center;
border-top: 1px solid rgba(153, 153, 153, 0.2);
padding-top: 20px;
margin-top: 20px;
font-size: 18px;
color: var(--color-darkBlue2);
font-weight: bold;
} .iteck-breadcrumbs .path a {
display: inline-block;
font-size: 17px;
text-decoration: none;
padding-right: 20px;
border-right: 1px solid rgba(153, 153, 153, 0.2);
margin-right: 20px;
}
.iteck-breadcrumbs .path .active {
color: var(--color-main);
font-weight: 700;
padding-right: 0px;
border-right: none;
margin-right: 0px;
}  .iteck-timeline.vertical-style {
position: relative;
}
.iteck-timeline.vertical-style .card-year h3 {
color: var(--color-blue5);
font-size: 44px;
font-weight: 700;
}
.iteck-timeline.vertical-style .timeline-content {
position: relative;
}
.iteck-timeline.vertical-style .timeline-content::after {
position: absolute;
content: "";
left: 50%;
transform: translateX(-50%);
top: 0;
width: 1px;
height: 100%;
background-color: #d2e7ff;
}
.iteck-timeline.vertical-style .timeline-content .timeline-card {
position: relative;
padding: 30px 0;
}
.iteck-timeline.vertical-style .timeline-content .timeline-card::after {
position: absolute;
content: "";
left: calc(50% - 14px);
top: calc(50% - 1px);
width: 28px;
height: 2px;
background-color: var(--color-blue5);
z-index: 2;
}
.iteck-timeline.vertical-style .timeline-content .timeline-card:first-of-type {
padding-top: 0;
}
.iteck-timeline.vertical-style .timeline-content .timeline-card:last-of-type {
padding-bottom: 0;
}
.iteck-timeline.vertical-style .timeline-content .timeline-card .line {
position: absolute;
content: "";
left: 50%;
transform: translateX(-50%);
top: 0;
width: 1px;
height: 100%;
background-color: var(--color-blue5);
z-index: 6;
clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
transition: all 1s ease-in-out;
}
.iteck-timeline.vertical-style .timeline-content .timeline-card .line.animated {
clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}
.iteck-timeline.vertical-style .timeline-content .card-info {
position: relative;
padding: 30px;
border-radius: 5px;
background-color: #fff;
}
.iteck-timeline.vertical-style .timeline-content .card-info h6 {
font-weight: bold;
font-size: 22px;
margin-bottom: 10px;
position: relative;
z-index: 5;
text-transform: capitalize;
}
.iteck-timeline.vertical-style .timeline-content .card-info p {
color: #666;
position: relative;
z-index: 5;
}
.iteck-timeline.vertical-style .timeline-content .card-info .num {
font-size: 100px;
font-weight: 600;
line-height: 1;
position: absolute;
top: 10px;
right: 10px;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-image: linear-gradient(60deg, transparent 0%, #f6f6f6 100%);
pointer-events: none;
}
.iteck-timeline.horizontal-style .timeline-content {
position: relative;
}
.iteck-timeline.horizontal-style .timeline-content .card-info {
background-color: #120431;
border-radius: 100px 100px 50px 5px;
width: max-content;
padding: 20px;
text-align: center;
margin: 30px auto 55px;
position: relative;
}
.iteck-timeline.horizontal-style .timeline-content .card-info::after {
position: absolute;
content: "";
left: -10px;
bottom: -68px;
width: 20px;
height: 20px;
border-radius: 50%;
background-color: rgba(238, 21, 82, 0.3333333333);
box-shadow: 0 5px 10px rgba(238, 21, 82, 0.2666666667);
}
.iteck-timeline.horizontal-style .timeline-content .card-info::before {
position: absolute;
content: "";
left: -4px;
bottom: -62px;
width: 8px;
height: 8px;
border-radius: 50%;
background-color: #fff;
}
.iteck-timeline.horizontal-style .timeline-content .card-info .icon {
width: 140px;
height: 140px;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
padding: 20px;
background-color: var(--color-main);
margin-bottom: 40px;
}
.iteck-timeline.horizontal-style .timeline-content .card-info .info {
max-width: 140px;
padding-bottom: 10px;
}
.iteck-timeline.horizontal-style .timeline-content .card-info .info h6 {
font-style: 16px;
}
.iteck-timeline.horizontal-style .timeline-content .card-info .year {
position: absolute;
left: -10px;
bottom: -100px;
font-size: 16px;
}
.iteck-timeline.horizontal-style .progress {
height: 5px;
border-radius: 10px;
padding-right: 0;
padding-left: 0;
background-color: rgba(255, 255, 255, 0.0666666667);
}
.iteck-timeline.horizontal-style .progress .progress-bar {
background-color: var(--color-main);
background: linear-gradient(to right, #ee1552, #435eba);
border-radius: 10px;
width: 1%;
transition: all 4s linear;
}
.iteck-timeline.horizontal-style .progress .progress-bar.animated {
width: 100%;
}
@media screen and (max-width: 991px) {
.iteck-timeline.horizontal-style .timeline-content .card-info::before {
bottom: 0;
}
.iteck-timeline.horizontal-style .timeline-content .card-info::after {
bottom: -5px;
}
.iteck-timeline.horizontal-style .timeline-content .card-info .year {
bottom: -50px;
}
.iteck-timeline.horizontal-style .progress {
display: none;
}
}  .iteck-gallery.style-1 {
height: initial !important;
}
.iteck-gallery.style-1 .item {
padding: 10px;
border-radius: 10px;
background: #f7f7f7;
margin-top: 30px;
box-shadow: 0 10px 50px rgba(50, 50, 50, 0.1);
transform: translateY(0);
transition: transform 0.3s, box-shadow 0.3s;
}
.iteck-gallery.style-1 .item:hover {
box-shadow: 0 20px 75px rgba(50, 50, 50, 0.1);
transform: translateY(-3px);
}
.iteck-gallery.style-1 .item:before {
content: "";
display: inline-block;
width: 6px;
height: 6px;
border-radius: 5px;
position: absolute;
top: 0.55rem;
left: 1rem;
z-index: 2;
color: rgba(200, 200, 200, 0.1);
background-color: currentColor;
box-shadow: 10px 0 0 currentColor, 20px 0 0 currentColor;
}
.iteck-gallery.style-1 .item .img {
overflow: hidden;
border-radius: 10px;
text-align: center;
}
.iteck-gallery.style-1 .item .img img {
border-radius: 10px;
transition: all 0.4s;
}
.iteck-gallery.style-1 .item .cont {
margin-top: 20px;
text-align: center;
position: relative;
}
.iteck-gallery.style-1 .item .cont .title {
font-size: 16px;
color: #000;
font-weight: 600;
}
.iteck-gallery.style-1 .item .cont .subtitle {
font-size: 12px;
color: #161616;
font-weight: 300;
}
.iteck-gallery.style-1 .item .link {
display: flex;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.iteck-gallery.style-1 .item.img-scroll .img {
border-radius: 5px;
overflow: hidden;
height: 330px;
}
.iteck-gallery.style-1 .item.img-scroll .img img {
width: 100%;
height: 100%;
-o-object-fit: cover;
object-fit: cover;
-o-object-position: top;
object-position: top;
-webkit-transition: all 7s linear;
-o-transition: all 7s linear;
transition: all 7s linear;
}
.iteck-gallery.style-1 .item.img-scroll:hover .img img {
-o-object-position: bottom;
object-position: bottom;
}
.iteck-gallery.style-1 .item.item_ribbon {
overflow: hidden;
}
.iteck-gallery.style-1 .item.item_ribbon .img {
position: relative;
z-index: 2;
background: #fff;
}
.iteck-gallery.style-1 .item.item_ribbon::before {
position: absolute;
content: "";
right: 0;
left: unset;
top: 58px;
width: 50px;
height: 15px;
background: #000;
}
.iteck-gallery.style-1 .item.item_ribbon::after {
position: absolute;
content: "";
right: 43px;
top: 0;
width: 30px;
height: 15px;
background: #000;
}
.iteck-gallery.style-1 .item.item_ribbon .new_demo_label {
display: inline-block;
color: #fff;
font-size: 10px;
font-weight: bold;
text-transform: uppercase;
width: 200px;
height: 30px;
line-height: 30px;
position: absolute;
top: 10px;
right: -73px;
z-index: 20;
overflow: hidden;
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
outline: 1px dashed #fff;
outline-offset: -5px;
background: #333;
-webkit-box-shadow: 0px 21px 5px -18px rgba(0, 0, 0, 0.6);
box-shadow: 0px 21px 5px -18px rgba(0, 0, 0, 0.6);
text-align: center;
letter-spacing: 1px;
}
body.iteck-dark-mode .iteck-gallery.style-1 .item {
background: #18191d;
}
body.iteck-dark-mode .iteck-gallery.style-1 .item .cont .title {
color: #fff;
}
body.iteck-dark-mode .iteck-gallery.style-1 .item .cont .subtitle {
color: #bdb9b9;
}
@media (prefers-color-scheme: dark) {
body.iteck-auto-mode .iteck-gallery.style-1 .item {
background: #18191d;
}
body.iteck-auto-mode .iteck-gallery.style-1 .item .cont .title {
color: #fff;
}
body.iteck-auto-mode .iteck-gallery.style-1 .item .cont .subtitle {
color: #bdb9b9;
}
}  .navigation li.mega-menu {
position: initial;
}
.navigation li.mega-menu li.menu-item-has-children > a:after {
display: none;
}
.header-wrapper .menu-wrapper ul li.mega-menu:hover ul {
opacity: 1;
visibility: visible;
transform: scaleY(1);
}
.header-wrapper .menu-wrapper ul li.mega-menu ul.sub-menu li {
background-color: inherit;
padding: 0 5px;
padding-bottom: 10px;
width: max-content;
}
.header-wrapper .menu-wrapper ul li.mega-menu ul.sub-menu li a::hover {
background-color: #fff;
color: #071041;
}
.header-wrapper .menu-wrapper ul li.mega-menu > ul.sub-menu {
background-color: #fff !important;
padding: 20px 0;
width: -webkit-calc(100vw - 60px) !important;
width: calc(100vw - 60px) !important;
display: flex;
}
.header-wrapper .menu-wrapper ul li.mega-menu > ul.sub-menu > li {
width: 25%;
display: block;
float: left;
margin: 0px;
border-left: 1px solid rgba(0, 0, 0, 0.1);
}
.header-wrapper .menu-wrapper ul li.mega-menu > ul.sub-menu > li:first-child {
border: none;
}
.header-wrapper .menu-wrapper ul li.mega-menu.col2 > ul.sub-menu {
width: 50vw !important;
left: calc(100vw - 75%);
display: flex;
}
.header-wrapper .menu-wrapper ul li.mega-menu.col2 > ul.sub-menu > li {
width: 50%;
}
.header-wrapper .menu-wrapper ul li.mega-menu.col3 > ul.sub-menu {
width: 660px !important;
width: 75vw !important;
left: calc(100vw - 87.5%);
display: flex;
}
.header-wrapper .menu-wrapper ul li.mega-menu.col3 > ul.sub-menu > li {
width: 33.33%;
}
.header-wrapper .menu-wrapper ul li.mega-menu > ul.sub-menu > li ul {
position: relative;
width: inherit;
left: inherit;
border: none;
box-shadow: none;
display: block !important;
background: initial;
}
.header-wrapper .menu-wrapper ul li.mega-menu > ul.sub-menu > li > a {
font-weight: 600;
margin-bottom: 1px;
text-transform: uppercase;
}
.header-wrapper .menu-wrapper ul li.mega-menu > ul.sub-menu li:after {
content: "";
}
.header-wrapper .menu-wrapper ul li.mega-menu.hide-header > ul.sub-menu > li > a {
display: none;
} .mean-container .mega-menu.hide-header > ul > li {
border-top: none;
}
.mean-container .mega-menu.hide-header > ul > li > a {
display: none;
}
.mean-container .mega-menu.hide-header > ul > li > ul {
display: block !important;
}  .iteck-nav .menu-wrapper ul li ul {
background: #fff;
}
.iteck-nav .none > .menu-item.sfHover > a:before {
display: none;
}
.iteck-nav .slide-up > .menu-item::before {
position: absolute;
content: "";
left: 0;
bottom: 0;
width: 100%;
height: 0%;
background-color: rgba(255, 255, 255, 0.1333333333);
-webkit-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.iteck-nav .slide-up > .menu-item:hover {
border-bottom: 2px solid var(--color-lightBlue);
}
.iteck-nav .slide-up > .menu-item:hover::before {
height: 100%;
}
.iteck-nav .slide-up > .menu-item.sfHover > a:before {
display: none;
}
.iteck-nav .slide-up > .menu-item.current-menu-ancestor {
border-bottom: 2px solid var(--color-lightBlue);
}
.iteck-nav .slide-up > .menu-item.current-menu-ancestor::before {
position: absolute;
content: "";
left: 0;
bottom: 0;
width: 100%;
height: 100%;
background-color: rgba(255, 255, 255, 0.1333333333);
-webkit-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.iteck-nav .menu-item-desc {
position: absolute;
font-size: 8px;
padding: 2px 5px;
border-radius: 3px;
top: 14px;
text-transform: uppercase;
background-color: #f8d7da;
border-color: #f5c2c7;
color: #dc3545;
line-height: 1.7;
display: inline-block;
font-weight: 600;
margin-left: 3px;
}
.iteck-nav .navigation li.current_page_item > a {
color: #000000;
}
.iteck-nav li.menu-item-has-children > a:after {
color: #333;
} .iteck-menu.style-3 .menu-wrapper ul li ul {
background: initial;
border-top: initial;
box-shadow: none;
line-height: 1.2;
}
.iteck-menu.style-3 .hamenu {
z-index: 9999;
transition: all 0.5s cubic-bezier(1, 0, 0.55, 1);
}
.iteck-menu.style-3 .hamenu.open .menu-links .main-menu > li .link {
transform: translateY(0);
transition-delay: 1s;
display: inline-block;
}
.iteck-menu.style-3 .hamenu.open .cont-info:after {
height: 100vh;
transition-delay: 1s;
}
.iteck-menu.style-3 .hamenu.open .cont-info .item {
transform: translateY(0);
opacity: 1;
transition-delay: 1s;
}
.iteck-menu.style-3 .hamenu .menu-links {
color: #fff;
}
.iteck-menu.style-3 .hamenu .menu-links .o-hidden {
overflow: hidden;
position: relative;
display: inline-block;
}
.iteck-menu.style-3 .hamenu .menu-links .main-menu {
position: relative;
z-index: 2;
}
.iteck-menu.style-3 .hamenu .menu-links .main-menu.gosub > li {
opacity: 0;
visibility: hidden;
transition-delay: 0.2s !important;
}
.iteck-menu.style-3 .hamenu .menu-links .main-menu.gosub > li .link {
transform: translateY(45px) !important;
opacity: 0 !important;
visibility: hidden !important;
transition-delay: 0.2s !important;
}
.iteck-menu.style-3 .hamenu .menu-links .main-menu.gosub .sub-menu.sub-open {
z-index: 3 !important;
opacity: 1 !important;
visibility: visible !important;
}
.iteck-menu.style-3 .hamenu .menu-links .main-menu > li {
font-size: 30px;
font-weight: 600;
padding: 20px;
width: max-content;
opacity: 1;
visibility: visible;
transition: all 0.5s;
}
.iteck-menu.style-3 .hamenu .menu-links .main-menu > li span.nm {
opacity: 0.8;
font-size: 11px;
margin-right: 10px;
}
.iteck-menu.style-3 .hamenu .menu-links .main-menu > li .link {
transform: translateY(45px);
transition: all 0.7s;
cursor: pointer;
}
.iteck-menu.style-3 .hamenu .menu-links .main-menu > li .link i {
font-size: 15px;
margin-left: 5px;
}
.iteck-menu.style-3 .hamenu .menu-links .main-menu .sub-menu {
position: absolute;
top: 0;
left: 0;
opacity: 0;
visibility: hidden;
z-index: -1;
transition-delay: 0.2s;
}
.iteck-menu.style-3 .hamenu .menu-links .main-menu .sub-menu.sub-open {
z-index: 3;
}
.iteck-menu.style-3 .hamenu .menu-links .main-menu .sub-menu.sub-open li .sub-link {
transform: translateY(0px);
transition-delay: 1s;
cursor: pointer;
}
.iteck-menu.style-3 .hamenu .menu-links .main-menu .sub-menu li {
font-size: 20px;
font-weight: 400;
letter-spacing: 1px;
padding: 8px 10px;
width: max-content;
}
.iteck-menu.style-3 .hamenu .menu-links .main-menu .sub-menu li:hover {
color: #fff;
}
.iteck-menu.style-3 .hamenu .menu-links .main-menu .sub-menu li .sub-link {
transform: translateY(45px);
transition: all 0.7s;
}
.iteck-menu.style-3 .hamenu .menu-links .main-menu .sub-menu li .sub-link.back {
font-size: 20px;
font-weight: 600;
cursor: pointer;
}
.iteck-menu.style-3 .hamenu .menu-links .main-menu .sub-menu li .sub-link.back i {
margin-left: 10px;
}
.iteck-menu.style-3 .hamenu .menu-links .main-menu .sub-menu li .sub-link em {
font-size: 13px;
font-weight: 300;
margin-left: 10px;
}
.iteck-menu.style-3 .hamenu .cont-info {
color: #fff;
margin-top: 50px;
position: relative;
}
.iteck-menu.style-3 .hamenu .cont-info:after {
content: "";
width: 1px;
height: 0;
background: rgba(255, 255, 255, 0.1);
position: absolute;
left: -40px;
top: -170px;
transition: all 0.7s;
}
.iteck-menu.style-3 .hamenu .cont-info .item {
margin-bottom: 30px;
transform: translateY(-30px);
opacity: 0;
transition: all 0.7s;
}
.iteck-menu.style-3 .hamenu .cont-info .item:last-of-type {
margin-bottom: 0;
}
.iteck-menu.style-3 .hamenu .cont-info .item h6 {
font-size: 14px;
font-weight: 600;
text-transform: uppercase;
margin-bottom: 10px;
}
.iteck-menu.style-3 ul.main-menu {
counter-reset: listStyle;
}
.iteck-menu.style-3 .hamenu .menu-links .main-menu > li,
.iteck-menu.style-3 .hamenu .menu-links .main-menu .sub-menu li {
list-style: none;
}
.iteck-menu.style-3 .hamenu .menu-links .main-menu .sub-menu.sub-open > ul > li > div > .sub-link {
-webkit-transition-delay: 0.5s;
transition-delay: 0.5s;
}
.iteck-menu.style-3 .sub-menu ul {
counter-reset: listStyle2;
}
.iteck-menu.style-3 ul.main-menu > li .link > .nm::before {
counter-increment: listStyle;
content: counter(listStyle, decimal-leading-zero) ".";
}
.iteck-menu.style-3 .sub-menu ul > li:not(:first-child) .sub-link > .nm::before {
counter-increment: listStyle2;
content: counter(listStyle2, decimal-leading-zero) ".";
}
.iteck-menu.style-3 .hamenu .menu-links .main-menu .sub-menu {
opacity: 1;
}
.iteck-menu.style-3 .hamenu.open .menu-links .main-menu .link:hover,
.iteck-menu.style-3 .hamenu .menu-links .main-menu .sub-link:hover {
-webkit-transition-delay: 0s !important;
transition-delay: 0s !important;
}
.iteck-nav .pages_links {
height: calc(100vh - 280px);
overflow: auto;
}
.iteck-nav .pages_links::-webkit-scrollbar {
height: 5px;
width: 3px;
background: rgba(129, 105, 241, 0.1333333333);
border-radius: 10px;
}
.iteck-nav .pages_links::-webkit-scrollbar-thumb {
background: #8169f1;
-webkit-border-radius: 0;
border-radius: 10px;
}
.iteck-nav .pages_links::-webkit-scrollbar-corner {
background: rgba(129, 105, 241, 0.1333333333);
border-radius: 10px;
}
.iteck-nav .pages_links li {
opacity: 0;
clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
display: block;
}
.iteck-nav .pages_links li a {
color: #222;
font-size: calc(14px + 1.5vw);
font-weight: bold;
margin: 10px 0;
position: relative;
transition: all 0.3s linear;
text-transform: capitalize;
padding: 0px;
display: inline-block;
}
.iteck-nav .pages_links li a::after {
position: absolute;
content: "";
left: 110%;
top: 60%;
width: 0;
height: 2px;
background-color: #8169f1;
transition: all 0.3s ease-in-out;
}
.iteck-nav .pages_links li a:hover, .iteck-nav .pages_links li a.current-menu-item {
color: #8169f1;
}
.iteck-nav .pages_links li a:hover::after, .iteck-nav .pages_links li a.current-menu-item::after {
width: 50px;
}
.iteck-nav .pages_links li.current-menu-item a {
color: #8169f1;
}
.iteck-nav .pages_links li.current-menu-item a::after {
width: 50px;
}
.iteck-nav .pages_links ul li {
transition: all 1s ease;
}
.iteck-nav .pages_links ul li:nth-of-type(1) {
transition-delay: 0.3s;
}
.iteck-nav .pages_links ul li:nth-of-type(2) {
transition-delay: 0.4s;
}
.iteck-nav .pages_links ul li:nth-of-type(3) {
transition-delay: 0.5s;
}
.iteck-nav .pages_links ul li:nth-of-type(4) {
transition-delay: 0.6s;
}
.iteck-nav .pages_links ul li:nth-of-type(5) {
transition-delay: 0.7s;
}
.iteck-nav .pages_links ul li:nth-of-type(6) {
transition-delay: 0.8s;
}
.iteck-nav .pages_links ul li:nth-of-type(7) {
transition-delay: 0.9s;
}
.iteck-nav .pages_links ul li:nth-of-type(8) {
transition-delay: 1s;
}
.side-panel.open .iteck-nav .pages_links li {
opacity: 1;
-webkit-clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);
clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);
}
.iteck-menu.style-3 .hamenu .menu-links .main-menu > li .link,
.iteck-menu.style-3 .menu-icon .text,
.iteck-menu.style-3 .hamenu .menu-links .main-menu .sub-menu li .sub-link.back {
color: #0c0f16;
}
.iteck-menu.style-3 .hamenu .menu-links .main-menu .sub-menu li,
.iteck-menu.style-3 .hamenu .menu-links {
color: #11141B;
}
body.iteck-dark-mode .iteck-menu.style-3 .hamenu .menu-links .main-menu > li .link,
body.iteck-dark-mode .iteck-menu.style-3 .menu-icon .text,
body.iteck-dark-mode .iteck-menu.style-3 .hamenu .menu-links .main-menu .sub-menu li .sub-link.back {
color: #fff;
}
body.iteck-dark-mode .iteck-menu.style-3 .hamenu .menu-links .main-menu .sub-menu li {
color: #eee;
}
@media (prefers-color-scheme: dark) {
body.iteck-auto-mode .iteck-menu.style-3 .hamenu .menu-links .main-menu > li .link,
body.iteck-auto-mode .iteck-menu.style-3 .menu-icon .text,
body.iteck-auto-mode .iteck-menu.style-3 .hamenu .menu-links .main-menu .sub-menu li .sub-link.back {
color: #fff;
}
body.iteck-auto-mode .iteck-menu.style-3 .hamenu .menu-links .main-menu .sub-menu li {
color: #eee;
}
}  .iteck-blockquote {
border: initial;
background: initial;
box-shadow: initial;
border-top: 2px solid #000;
border-radius: 0;
font-style: normal;
font-family: inherit;
font-size: 16px;
font-weight: 500;
margin: 0;
}
.iteck-blockquote::before {
display: none;
}
.iteck-blockquote .twitter-header {
align-items: center;
display: flex;
justify-content: space-between;
}
.iteck-blockquote .twitter-header .twitter-user {
display: flex;
align-items: center;
}
.iteck-blockquote .twitter-header .twitter-user img {
width: 50px;
height: 50px;
border-radius: 50%;
flex-shrink: 0;
margin-right: 14px;
overflow: hidden;
object-fit: cover;
}
.iteck-blockquote .twitter-header .twitter-user .tweet-user-info cite {
display: block;
line-height: 1;
font-style: normal;
color: #000;
font-weight: 500;
}
.iteck-blockquote .twitter-header .twitter-user .tweet-user-info small {
font-size: 12px;
display: inline-block;
color: #999;
}
.iteck-blockquote .twitter-header .twitter-button a {
font-size: 25px;
color: #00ccff;
}
.iteck-blockquote .twitter-content {
margin-top: 30px;
}
.iteck-blockquote .twitter-content p {
color: #000;
font-weight: 600;
font-size: 20px;
margin-bottom: 0;
} @media (max-width: 1199px) {
.container {
display: inherit;
}
.other-portfolio .port-item,
.port-gallery-body .port-item {
width: 50%;
float: left;
font-size: 50px;
}
.iteck-gallery .col-md-6.port-item {
float: left;
width: 50%;
}
.dflex {
display: none !important;
}
}
@media (max-width: 992px) {
.iteck-projects-carousel .info {
padding: 30px 0 0 0;
}
.iteck-info-box-carousel.hover-cards {
position: relative;
}
.iteck-info-box-carousel.hover-cards .swiper-slide {
width: 470px !important;
}
.iteck-careers .swiper-button-next, .iteck-careers .swiper-button-prev {
top: calc(100% - 60px);
}
.iteck-tabs .nav.style-1 .nav-item {
width: 100%;
border-bottom: 1px solid rgba(153, 153, 153, 0.2);
}
.iteck-tabs .nav.style-1 .nav-item .nav-link {
width: 100%;
text-align: start;
}
.iteck-slider-tabs-portfolio {
position: relative;
}
.iteck-slider-tabs-portfolio .swiper-slide {
width: 475px !important;
margin-top: 50px;
}
.iteck-team .team_box_hover .avatar .social_icons a {
-webkit-transform: translateY(0) !important;
-ms-transform: translateY(0) !important;
transform: translateY(0) !important;
opacity: 1;
}
.iteck-post-list .card .img {
height: 150px;
margin-bottom: 5px;
}
.iteck-post-list-carousel .blog_slider .swiper-button-prev,
.iteck-post-list-carousel .blog_slider .swiper-container-rtl .swiper-button-next {
position: static;
margin-top: 40px !important;
display: -webkit-inline-box !important;
display: -ms-inline-flexbox !important;
display: inline-flex !important;
}
.iteck-post-list-carousel .blog_slider .swiper-button-next,
.iteck-post-list-carousel .blog_slider .swiper-container-rtl .swiper-button-prev {
position: static;
margin-top: 40px !important;
display: -webkit-inline-box !important;
display: -ms-inline-flexbox !important;
display: inline-flex !important;
}
.iteck-header.style-5 {
z-index: -1;
}
.iteck-header.style-5 .capt h1 {
font-size: 45px;
}
.iteck-showcase.style-6 .parallax-slider .caption h1 {
font-size: 50px;
letter-spacing: 1px;
}
.iteck-contact-shortcode span.cell-phone, .iteck-contact-shortcode span.your-email, .iteck-contact-shortcode span.your-name {
width: 100%;
}
.iteck-showcase.style-5 .controls {
top: 100px;
-webkit-transform: translate(0);
-ms-transform: translate(0);
transform: translate(0);
}
.iteck-portfolio.style-9 .gallery .items {
padding: 0 10px;
margin: 10px 0;
}
.iteck-fancy.style-3 .hero-bg {
margin-bottom: 50px;
}
.iteck-slider.style-11 .parallax-slider .caption h1 {
font-size: 50px;
letter-spacing: 1px;
}
.iteck-slider.style-11 .parallax-slider .caption p {
margin-left: 0;
}
.iteck-slider.style-11 .parallax-slider .explore {
margin-left: 0;
margin-top: 50px;
}
.portfolio.style-5 .iteck-gallery .items {
padding: 0 10px;
margin: 10px 0;
}
.iteck-slider.style-2 .swiper-slide .bg-img .container .caption .main-title {
font-size: 50px;
letter-spacing: 1px;
}
.iteck-portfolio.style-8 .gallery .items {
padding: 0 10px;
margin: 10px 0;
}
.iteck-testimonial.card-style .inf_content .icon {
width: 25%;
}
.iteck-testim-2 {
margin-bottom: 120px;
}
.slider-title,
.hero-title {
font-size: 40px;
}
.slider-style-3 .slider-title {
font-size: 40px;
}
.cell-left-border {
border: none;
}
.content-title,
.table-content h3 {
font-size: 30px;
}
.container-fluid {
max-width: 100%;
}
.top-slider {
letter-spacing: 6px;
font-size: 18px;
}
.blog-post-list [class^=col-md-] {
width: 100%;
}
.slider-text,
.slider-line {
display: none !important;
}
.port-item {
width: 50%;
}
.table-cell-box,
.box-30,
.box-70,
.single-port-table .table-cell-box {
width: 100%;
display: block;
}
.top-logo {
display: block;
width: 50%;
float: left;
}
.blog-list .blog-col-inner {
display: flex;
flex-direction: column;
}
.order2 {
order: 2;
-webkit-order: 2;
}
.blog-list .excerpt-box,
.blog-list .txt-lft {
margin: 0;
box-shadow: none;
}
}
@media (max-width: 767px) {
.iteck-portfolio-carousel .portfolio_slider .swiper-button-prev,
.iteck-portfolio-carousel .portfolio_slider .swiper-container-rtl .swiper-button-next {
left: 10px;
}
.iteck-portfolio-carousel .portfolio_slider .swiper-button-next,
.iteck-portfolio-carousel .portfolio_slider .swiper-container-rtl .swiper-button-prev {
right: 10px;
}
.iteck-post-list.style-7 .item.full-img-size {
display: block;
}
.iteck-post-list.style-7 .item.full-img-size .cont {
padding-left: 15px;
}
.iteck-post-list.style-7 .item.full-img-size .img {
margin-bottom: 50px;
width: 100%;
}
.iteck-showcase.style-6 .parallax-slider .caption h1 {
font-size: 40px;
}
.iteck-showcase.style-6 .parallax-slider .caption .discover {
width: 120px;
height: 120px;
letter-spacing: 2px;
text-transform: capitalize;
}
.iteck-portfolio.style-9 .gallery .items .cont h5 {
font-size: 18px;
}
.iteck-slider.style-11 .parallax-slider .caption h1 {
font-size: 40px;
}
.iteck-slider.style-11 .swiper-slide-active .caption h1 {
font-size: 30px;
}
.iteck-post-list.style-8 .item .content .title h4 a {
font-size: 20px;
}
.iteck-slider.style-2 .swiper-slide .bg-img .container .caption .main-title {
font-size: 30px;
}
.iteck-header.style-6 .sec-head h3 {
font-size: 30px;
}
.iteck-header.style-6 .sec-head h6 {
font-size: 15px;
letter-spacing: 5px;
}
.iteck-testimonial.style-4 .item p, .iteck-testimonial.style-5 .item p {
font-size: 17px;
}
.pagi-nav-box {
float: none;
width: 100%;
margin-bottom: 10px;
}
.iteck-fancy.style-2 .img {
padding: 0;
}
.admin-bar .is-sticky .stuck-nav,
.admin-bar .custom-absolute-menu,
.admin-bar .custom-fixed-menu,
.admin-bar .abs-header {
margin-top: 46px;
}
.slider-content {
max-width: 78%;
}
.content-title,
.table-content h3,
.hero-title {
font-size: 28px;
}
.box-with-icon .fa {
position: relative;
}
.box-with-icon .icon-title,
.box-with-icon .icon-subtitle {
padding-left: 0;
}
.comment-form-email,
.comment-form-author,
.comment-form-url {
width: 100%;
padding-right: 0;
}
.slider-style-2 .slider-title {
font-size: 30px;
}
.slider-style-2 .slider-title {
font-size: 30px;
letter-spacing: 5px;
}
.btn-relative {
margin-right: 0;
}
span.your-name,
span.your-email,
span.cell-phone,
span.subject {
display: block;
width: 100%;
margin-bottom: 30px;
}
span.wpcf7-form-control-wrap.your-message {
padding-right: 10px;
}
.dsc-bottom-style1 p,
.dsc-bottom-style-2 p,
.dsc-bottom-style-3 p {
margin-left: 0;
}
.port-filter {
border: none;
}
.port-filter a {
padding: 8px 10px;
}
.entry-title {
font-size: 24px;
}
.error-title {
font-size: 40px;
padding: 10px 40px;
}
.post-style-3 .entry-header {
padding: 120px 30px;
}
.post-style-3 .entry-header .entry-title {
font-size: 25px;
}
.img-box-slider.imgbox-slider-2 .item .box-cont .feature-btn {
background: none;
border: none;
padding: 4px 12px;
color: var(--color-main);
margin-top: 10px;
}
.tags-bottom,
.sharebox {
width: 100%;
margin-left: 0;
}
.share-box {
float: left;
}
.sidebar .theiaStickySidebar {
padding-left: 0;
}
.post.sticky {
padding: 30px 30px 0 30px;
}
.post.sticky .spc-60 {
height: 25px;
}
.mouse-cursor {
display: none;
}
}
@media (max-width: 600px) {
.port-item,
.other-portfolio .port-item,
.port-gallery-body .port-item {
width: 100%;
float: none;
}
.iteck-gallery .col-md-6.port-item {
float: none;
width: 100%;
}
.other-portfolio .port-item .dbox-relative p {
font-size: 18px;
margin-top: 10px;
color: #eee;
}
.cell-line {
display: none;
}
.slider-title,
.hero-title {
font-size: 36px;
}
.slider-style-3 .slider-title {
font-size: 35px;
}
.slider-style-3 .slider-subtitle {
font-size: 18px;
color: #fff;
background: transparent;
}
.slider-box {
padding-bottom: 150px;
padding-top: 150px;
}
.page-head-slider .slider-box {
padding-top: 100px;
padding-bottom: 50px;
}
.admin-bar .is-sticky .stuck-nav,
.admin-bar .custom-fixed-menu {
margin-top: 0;
}
.top-slider {
letter-spacing: 4px;
font-size: 15px;
}
.nav-box .container-fluid {
padding-left: 15px;
padding-right: 15px;
}
}
@media (min-width: 600px) {
.wp-block-coblocks-pricing-table-item {
background: rgba(140, 140, 151, 0.1);
}
}
@media screen and (min-width: 991px) {
.iteck-info-box-carousel.carousel .continued-slide .swiper-wrapper .swiper-slide {
width: 370px !important;
}
}
@media (max-width: 480px) {
.iteck-showcase.style-6 .dots {
display: none;
}
.iteck-portfolio.style-9 .gallery .items {
padding: 0 15px;
margin: 0 0 50px;
}
.iteck-post-list.style-8 .controls {
display: none;
}
.blog-style-three .blog-link-img {
width: 100%;
display: block;
min-height: 300px;
}
.blog-style-three .excerpt-box {
width: 100%;
display: block;
}
#related_posts .col-sm-4 {
width: 100%;
}
.iteck-fancy.style-2 .img .stauts {
display: none;
}
.iteck-header.style-6 .sec-head h3 {
font-size: 20px;
}
.portfolio.style-5 .iteck-gallery .items {
padding: 0 15px;
margin: 0 0 50px;
}
.info-box.style-4 {
display: block;
}
.info-box.style-4 .cont {
padding-left: 0;
}
.iteck-post-list.style-7 .item {
display: block;
}
.iteck-post-list.style-7 .item .cont {
padding-left: 0;
margin-top: 30px;
}
.iteck-post-list.style-7 .item .img {
width: 100%;
}
.iteck-post-list.style-7 .item .img img {
max-width: 100%;
}
.iteck-testimonial.style-4 .item, .iteck-testimonial.style-5 .item {
display: block;
padding: 60px 30px;
}
.iteck-testimonial.style-4 .item p, .iteck-testimonial.style-5 .item p {
margin-left: 0;
padding-left: 0;
border: 0;
font-size: 14px;
font-weight: 500;
text-align: center;
}
.iteck-testimonial.style-4 .item .info, .iteck-testimonial.style-5 .item .info {
min-width: auto;
margin: auto;
margin-bottom: 30px;
display: block;
text-align: center;
}
.iteck-testimonial.style-4 .item .info .img, .iteck-testimonial.style-5 .item .info .img {
margin: auto;
}
.iteck-post-list.style-8 .item .content {
padding: 30px 15px;
}
.iteck-fancy.style-3 .hero-bg {
width: 290px;
height: 290px;
}
.iteck-fancy.style-3 .exp {
width: 230px;
height: 230px;
}
.iteck-fancy.style-3 .exp h2 {
font-size: 100px;
}
.iteck-showcase.style-5 .controls {
top: 30px;
right: 30px;
}
.iteck-showcase.style-5 .swiper-slide .cont h4 {
font-size: 25px;
}
.iteck-post-list.style-9 .item {
margin-bottom: 50px;
}
.iteck-post-list.style-9 .item h5 {
font-size: 20px;
}
}@font-face{font-family:"Happy Icons";src:url(//hradhouska.cz/wp-content/plugins/happy-elementor-addons/assets/fonts/happy-icons.woff2) format("woff2"),url(//hradhouska.cz/wp-content/plugins/happy-elementor-addons/assets/fonts/happy-icons.woff) format("woff"),url(//hradhouska.cz/wp-content/plugins/happy-elementor-addons/assets/fonts/happy-icons.svg#happy-icons) format("svg");font-weight:normal;font-style:normal;font-display:swap;}.hm,.fashm{font-family:"Happy Icons"!important;speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;}.hm-3d-rotate:before{content:"\e900";}.hm-degree:before{content:"\e901";}.hm-accordion-horizontal:before{content:"\e902";}.hm-accordion-vertical:before{content:"\e903";}.hm-alarm-clock:before{content:"\e904";}.hm-alien-gun:before{content:"\e905";}.hm-alien:before{content:"\e906";}.hm-anchor:before{content:"\e907";}.hm-android:before{content:"\e908";}.hm-angle-down:before{content:"\e909";}.hm-angle-left:before{content:"\e90a";}.hm-angle-right:before{content:"\e90b";}.hm-angle-up:before{content:"\e90c";}.hm-apple:before{content:"\e90d";}.hm-arrow-left:before{content:"\e90e";}.hm-arrow-right:before{content:"\e90f";}.hm-arrow-zoom-out:before{content:"\e910";}.hm-arrow-corner:before{content:"\e911";}.hm-arrow-down:before{content:"\e912";}.hm-arrow-left1:before{content:"\e913";}.hm-arrow-right1:before{content:"\e914";}.hm-arrow-up:before{content:"\e915";}.hm-article:before{content:"\e916";}.hm-avatar-man:before{content:"\e917";}.hm-avatar-woman:before{content:"\e918";}.hm-badge1:before{content:"\e919";}.hm-badge2:before{content:"\e91a";}.hm-badge3:before{content:"\e91b";}.hm-bamboo:before{content:"\e91c";}.hm-basketball:before{content:"\e91d";}.hm-battery:before{content:"\e91e";}.hm-beach-seat:before{content:"\e91f";}.hm-bell:before{content:"\e920";}.hm-bicycle:before{content:"\e921";}.hm-blog-content:before{content:"\e922";}.hm-bluetooth:before{content:"\e923";}.hm-board:before{content:"\e924";}.hm-body:before{content:"\e925";}.hm-bomb:before{content:"\e926";}.hm-bond-hand:before{content:"\e927";}.hm-bond:before{content:"\e928";}.hm-bonsai:before{content:"\e929";}.hm-book:before{content:"\e92a";}.hm-bowl:before{content:"\e92b";}.hm-brick-wall:before{content:"\e92c";}.hm-brush-paint:before{content:"\e92d";}.hm-brush-roll:before{content:"\e92e";}.hm-brush:before{content:"\e92f";}.hm-bug:before{content:"\e930";}.hm-bulb:before{content:"\e931";}.hm-calculation:before{content:"\e932";}.hm-calendar:before{content:"\e933";}.hm-camera:before{content:"\e934";}.hm-candle:before{content:"\e935";}.hm-candles:before{content:"\e936";}.hm-car:before{content:"\e937";}.hm-card:before{content:"\e938";}.hm-caret-down:before{content:"\e939";}.hm-caret-fill-down:before{content:"\e93a";}.hm-caret-fill-left:before{content:"\e93b";}.hm-caret-fill-right:before{content:"\e93c";}.hm-caret-fill-up:before{content:"\e93d";}.hm-caret-left:before{content:"\e93e";}.hm-caret-right:before{content:"\e93f";}.hm-caret-up:before{content:"\e940";}.hm-carousal:before{content:"\e941";}.hm-cart-empty:before{content:"\e942";}.hm-cart-full:before{content:"\e943";}.hm-caution:before{content:"\e944";}.hm-chair:before{content:"\e945";}.hm-chair2:before{content:"\e946";}.hm-chat-bubble-single:before{content:"\e947";}.hm-chat-bubble:before{content:"\e948";}.hm-cheese:before{content:"\e949";}.hm-chef-cap:before{content:"\e94a";}.hm-clip-board:before{content:"\e94b";}.hm-clip:before{content:"\e94c";}.hm-cloud-down:before{content:"\e94d";}.hm-cloud-up:before{content:"\e94e";}.hm-cloud:before{content:"\e94f";}.hm-code-browser:before{content:"\e950";}.hm-code-clean:before{content:"\e951";}.hm-code:before{content:"\e952";}.hm-cog:before{content:"\e953";}.hm-color-card:before{content:"\e954";}.hm-color-plate:before{content:"\e955";}.hm-compass-math:before{content:"\e956";}.hm-compass:before{content:"\e957";}.hm-corner:before{content:"\e958";}.hm-crop:before{content:"\e959";}.hm-cross-circle:before{content:"\e95a";}.hm-cross-game:before{content:"\e95b";}.hm-cross-gap:before{content:"\e95c";}.hm-cross:before{content:"\e95d";}.hm-crown:before{content:"\e95e";}.hm-cube:before{content:"\e95f";}.hm-cup-coffee:before{content:"\e960";}.hm-cup:before{content:"\e961";}.hm-currency-paper:before{content:"\e962";}.hm-dashboard:before{content:"\e963";}.hm-delivery-van:before{content:"\e964";}.hm-diamond-ring:before{content:"\e965";}.hm-direction-both:before{content:"\e966";}.hm-direction-right:before{content:"\e967";}.hm-disable-person:before{content:"\e968";}.hm-disc:before{content:"\e969";}.hm-dislike:before{content:"\e96a";}.hm-dollar-on-hand:before{content:"\e96b";}.hm-door-path:before{content:"\e96c";}.hm-Download-circle:before{content:"\e96d";}.hm-download:before{content:"\e96e";}.hm-drag-inside:before{content:"\e96f";}.hm-drag-outside:before{content:"\e970";}.hm-drag:before{content:"\e971";}.hm-drawer:before{content:"\e972";}.hm-dribbble:before{content:"\e973";}.hm-dropper:before{content:"\e974";}.hm-egg-fry:before{content:"\e975";}.hm-ellipsis-fill-h:before{content:"\e976";}.hm-ellipsis-fill-v:before{content:"\e977";}.hm-ellipsis-horizontal:before{content:"\e978";}.hm-ellipsis-vertical:before{content:"\e979";}.hm-emo-normal:before{content:"\e97a";}.hm-emo-sad:before{content:"\e97b";}.hm-emo-smile:before{content:"\e97c";}.hm-envelop:before{content:"\e97d";}.hm-facebook:before{content:"\e97e";}.hm-fancy-futton:before{content:"\e97f";}.hm-feeder:before{content:"\e980";}.hm-file-cabinet:before{content:"\e981";}.hm-file-rotate:before{content:"\e982";}.hm-file:before{content:"\e983";}.hm-files:before{content:"\e984";}.hm-film-roll:before{content:"\e985";}.hm-film:before{content:"\e986";}.hm-finger-index:before{content:"\e987";}.hm-finger-print:before{content:"\e988";}.hm-fire-flame:before{content:"\e989";}.hm-flag:before{content:"\e98a";}.hm-flip-card1:before{content:"\e98b";}.hm-flip-card2:before{content:"\e98c";}.hm-folder-network:before{content:"\e98d";}.hm-folder:before{content:"\e98e";}.hm-football:before{content:"\e98f";}.hm-footer:before{content:"\e990";}.hm-form:before{content:"\e991";}.hm-forward:before{content:"\e992";}.hm-fountain-pen:before{content:"\e993";}.hm-gender-female:before{content:"\e994";}.hm-gender-male:before{content:"\e995";}.hm-gender-sign:before{content:"\e996";}.hm-gender:before{content:"\e997";}.hm-ghost:before{content:"\e998";}.hm-gift-box:before{content:"\e999";}.hm-globe1:before{content:"\e99a";}.hm-globe2:before{content:"\e99b";}.hm-globe3:before{content:"\e99c";}.hm-globe4:before{content:"\e99d";}.hm-google:before{content:"\e99e";}.hm-graduate-cap:before{content:"\e99f";}.hm-graph-bar:before{content:"\e9a0";}.hm-graph-pie:before{content:"\e9a1";}.hm-graph:before{content:"\e9a2";}.hm-grid-even:before{content:"\e9a3";}.hm-grid-masonry:before{content:"\e9a4";}.hm-grid-twist:before{content:"\e9a5";}.hm-grid:before{content:"\e9a6";}.hm-group:before{content:"\e9a7";}.hm-hand-mike:before{content:"\e9a8";}.hm-hand-watch:before{content:"\e9a9";}.hm-hand:before{content:"\e9aa";}.hm-header:before{content:"\e9ab";}.hm-headphone:before{content:"\e9ac";}.hm-headset:before{content:"\e9ad";}.hm-heart-beat:before{content:"\e9ae";}.hm-hexa:before{content:"\e9af";}.hm-highlighter:before{content:"\e9b0";}.hm-home:before{content:"\e9b1";}.hm-hot-spot:before{content:"\e9b2";}.hm-hotdog:before{content:"\e9b3";}.hm-ice-cream:before{content:"\e9b4";}.hm-icon-box:before{content:"\e9b5";}.hm-imac:before{content:"\e9b6";}.hm-image-compare:before{content:"\e9b7";}.hm-image-slider:before{content:"\e9b8";}.hm-image:before{content:"\e9b9";}.hm-inbox:before{content:"\e9ba";}.hm-infinity:before{content:"\e9bb";}.hm-info:before{content:"\e9bc";}.hm-injection:before{content:"\e9bd";}.hm-instagram:before{content:"\e9be";}.hm-jar-chemical:before{content:"\e9bf";}.hm-key:before{content:"\e9c0";}.hm-language-change:before{content:"\e9c1";}.hm-laptop:before{content:"\e9c2";}.hm-layer:before{content:"\e9c3";}.hm-lens:before{content:"\e9c4";}.hm-like:before{content:"\e9c5";}.hm-line-graph-pointed:before{content:"\e9c6";}.hm-link:before{content:"\e9c7";}.hm-linkedin:before{content:"\e9c8";}.hm-linux:before{content:"\e9c9";}.hm-list-2:before{content:"\e9ca";}.hm-list-group:before{content:"\e9cb";}.hm-list:before{content:"\e9cc";}.hm-location-pointer:before{content:"\e9cd";}.hm-lock:before{content:"\e9ce";}.hm-logo-carousel:before{content:"\e9cf";}.hm-logo-grid:before{content:"\e9d0";}.hm-lotus:before{content:"\e9d1";}.hm-love:before{content:"\e9d2";}.hm-madel:before{content:"\e9d3";}.hm-magic-wand:before{content:"\e9d4";}.hm-magnet:before{content:"\e9d5";}.hm-mail-open:before{content:"\e9d6";}.hm-man-range:before{content:"\e9d7";}.hm-map-marker:before{content:"\e9d8";}.hm-map-pointer:before{content:"\e9d9";}.hm-measurement:before{content:"\e9da";}.hm-memory:before{content:"\e9db";}.hm-menu-price:before{content:"\e9dc";}.hm-micro-chip:before{content:"\e9dd";}.hm-microphone1:before{content:"\e9de";}.hm-microphone2:before{content:"\e9df";}.hm-mobile:before{content:"\e9e0";}.hm-money-bag:before{content:"\e9e1";}.hm-money:before{content:"\e9e2";}.hm-monitor:before{content:"\e9e3";}.hm-mouse:before{content:"\e9e4";}.hm-muscle:before{content:"\e9e5";}.hm-net:before{content:"\e9e6";}.hm-network1:before{content:"\e9e7";}.hm-network2:before{content:"\e9e8";}.hm-newspaper:before{content:"\e9e9";}.hm-nuclear-circle:before{content:"\e9ea";}.hm-office-file:before{content:"\e9eb";}.hm-pacman:before{content:"\e9ec";}.hm-paper-fold:before{content:"\e9ed";}.hm-paper-plane-alt:before{content:"\e9ee";}.hm-paper-plane:before{content:"\e9ef";}.hm-pause:before{content:"\e9f0";}.hm-pen-head:before{content:"\e9f1";}.hm-pen-pencil:before{content:"\e9f2";}.hm-pen-scale:before{content:"\e9f3";}.hm-pen-paper:before{content:"\e9f4";}.hm-pen:before{content:"\e9f5";}.hm-pencil:before{content:"\e9f6";}.hm-pendrive:before{content:"\e9f7";}.hm-phone:before{content:"\e9f8";}.hm-pillar:before{content:"\e9f9";}.hm-pin-man-range:before{content:"\e9fa";}.hm-pin-man:before{content:"\e9fb";}.hm-pin:before{content:"\e9fc";}.hm-plane:before{content:"\e9fd";}.hm-play-end:before{content:"\e9fe";}.hm-play-next:before{content:"\e9ff";}.hm-play-previous:before{content:"\ea00";}.hm-play-start:before{content:"\ea01";}.hm-play-button:before{content:"\ea02";}.hm-play-store:before{content:"\ea03";}.hm-play:before{content:"\ea04";}.hm-playing-card:before{content:"\ea05";}.hm-plus-box:before{content:"\ea06";}.hm-plus-circle:before{content:"\ea07";}.hm-plus-gap:before{content:"\ea08";}.hm-plus-open:before{content:"\ea09";}.hm-popup:before{content:"\ea0a";}.hm-power:before{content:"\ea0b";}.hm-printer:before{content:"\ea0c";}.hm-progress-bar:before{content:"\ea0d";}.hm-promo:before{content:"\ea0e";}.hm-pulse:before{content:"\ea0f";}.hm-puzzle:before{content:"\ea10";}.hm-question:before{content:"\ea11";}.hm-quote:before{content:"\ea12";}.hm-radar:before{content:"\ea13";}.hm-radiation:before{content:"\ea14";}.hm-reading-glass-alt:before{content:"\ea15";}.hm-reading-glass:before{content:"\ea16";}.hm-recycle-bin:before{content:"\ea17";}.hm-recycle:before{content:"\ea18";}.hm-refresh-time:before{content:"\ea19";}.hm-reply:before{content:"\ea1a";}.hm-responsive-device:before{content:"\ea1b";}.hm-review:before{content:"\ea1c";}.hm-rocket1:before{content:"\ea1d";}.hm-rocket2:before{content:"\ea1e";}.hm-rss:before{content:"\ea1f";}.hm-safety-cap:before{content:"\ea20";}.hm-safety-kit:before{content:"\ea21";}.hm-sand-watch:before{content:"\ea22";}.hm-scale:before{content:"\ea23";}.hm-scanner:before{content:"\ea24";}.hm-scissor:before{content:"\ea25";}.hm-screen:before{content:"\ea26";}.hm-search:before{content:"\ea27";}.hm-seo:before{content:"\ea28";}.hm-server-network:before{content:"\ea29";}.hm-server:before{content:"\ea2a";}.hm-share:before{content:"\ea2b";}.hm-shield:before{content:"\ea2c";}.hm-ship:before{content:"\ea2d";}.hm-shirt:before{content:"\ea2e";}.hm-shopping-bag1:before{content:"\ea2f";}.hm-shopping-bag2:before{content:"\ea30";}.hm-shopping-bag3:before{content:"\ea31";}.hm-shopping-bag4:before{content:"\ea32";}.hm-shuffle:before{content:"\ea33";}.hm-shutter:before{content:"\ea34";}.hm-sign-in:before{content:"\ea35";}.hm-sign-out:before{content:"\ea36";}.hm-sitemap1:before{content:"\ea37";}.hm-sitemap2:before{content:"\ea38";}.hm-skart:before{content:"\ea39";}.hm-skull:before{content:"\ea3a";}.hm-skyscraper:before{content:"\ea3b";}.hm-slider-doc:before{content:"\ea3c";}.hm-slider-h-range:before{content:"\ea3d";}.hm-slider-image:before{content:"\ea3e";}.hm-slider-range-h:before{content:"\ea3f";}.hm-slider-v-open:before{content:"\ea40";}.hm-slider-video:before{content:"\ea41";}.hm-slider:before{content:"\ea42";}.hm-smart-watch:before{content:"\ea43";}.hm-snow:before{content:"\ea44";}.hm-spa-face:before{content:"\ea45";}.hm-spa-stone-flower:before{content:"\ea46";}.hm-spa-stone:before{content:"\ea47";}.hm-spark:before{content:"\ea48";}.hm-speaker-off:before{content:"\ea49";}.hm-speaker-on:before{content:"\ea4a";}.hm-spoon-fork:before{content:"\ea4b";}.hm-spoon:before{content:"\ea4c";}.hm-star:before{content:"\ea4d";}.hm-step-flow:before{content:"\ea4e";}.hm-steps:before{content:"\ea4f";}.hm-stop-watch:before{content:"\ea50";}.hm-stop:before{content:"\ea51";}.hm-support-call:before{content:"\ea52";}.hm-tab:before{content:"\ea53";}.hm-table-lamp:before{content:"\ea54";}.hm-tablet:before{content:"\ea55";}.hm-tag:before{content:"\ea56";}.hm-target-arrow:before{content:"\ea57";}.hm-target:before{content:"\ea58";}.hm-target1:before{content:"\ea59";}.hm-team-carousel:before{content:"\ea5a";}.hm-team-member:before{content:"\ea5b";}.hm-tennis-ball:before{content:"\ea5c";}.hm-terminal:before{content:"\ea5d";}.hm-testimonial-carousel:before{content:"\ea5e";}.hm-testimonial:before{content:"\ea5f";}.hm-text-animation:before{content:"\ea60";}.hm-theatre:before{content:"\ea61";}.hm-tick-circle:before{content:"\ea62";}.hm-tick:before{content:"\ea63";}.hm-tickets:before{content:"\ea64";}.hm-tie-knot:before{content:"\ea65";}.hm-tie:before{content:"\ea66";}.hm-timeline:before{content:"\ea67";}.hm-toggle:before{content:"\ea68";}.hm-tools:before{content:"\ea69";}.hm-tree-square:before{content:"\ea6a";}.hm-twitter-bird:before{content:"\ea6b";}.hm-twitter:before{content:"\ea6c";}.hm-ufo:before{content:"\ea6d";}.hm-umbralla:before{content:"\ea6e";}.hm-unlock:before{content:"\ea6f";}.hm-up-down:before{content:"\ea70";}.hm-upload:before{content:"\ea71";}.hm-upward-top-right:before{content:"\ea72";}.hm-user-female:before{content:"\ea73";}.hm-user-id:before{content:"\ea74";}.hm-user-male:before{content:"\ea75";}.hm-video-camera:before{content:"\ea76";}.hm-water-drop:before{content:"\ea77";}.hm-weather-cloud-day:before{content:"\ea78";}.hm-weather-cloud:before{content:"\ea79";}.hm-weather-day-rain:before{content:"\ea7a";}.hm-weather-day-snow:before{content:"\ea7b";}.hm-weather-day-windy-rain:before{content:"\ea7c";}.hm-weather-flood:before{content:"\ea7d";}.hm-weather-night-cloud:before{content:"\ea7e";}.hm-weather-rain-alt:before{content:"\ea7f";}.hm-weather-rain:before{content:"\ea80";}.hm-weather-snow:before{content:"\ea81";}.hm-weather-sun-rain:before{content:"\ea82";}.hm-weather-sun:before{content:"\ea83";}.hm-weather-sunny-day:before{content:"\ea84";}.hm-weather-thunder:before{content:"\ea85";}.hm-weather-windy-rain:before{content:"\ea86";}.hm-webcam1:before{content:"\ea87";}.hm-webcam2:before{content:"\ea88";}.hm-weight-scale:before{content:"\ea89";}.hm-windows:before{content:"\ea8a";}.hm-wine-glass2:before{content:"\ea8b";}.hm-wine-glass:before{content:"\ea8c";}.hm-worker-cap:before{content:"\ea8d";}.hm-youtube:before{content:"\ea8e";}.hm-centralize:before{content:"\ea8f";}.hm-add-section:before{content:"\ea90";}.hm-advanced-heading:before{content:"\ea91";}.hm-air-baloon:before{content:"\ea92";}.hm-arrow2:before{content:"\ea93";}.hm-bicycle2:before{content:"\ea94";}.hm-bond2:before{content:"\ea95";}.hm-bond3:before{content:"\ea96";}.hm-bond4:before{content:"\ea97";}.hm-calendar2:before{content:"\ea98";}.hm-carousel:before{content:"\ea99";}.hm-code-page:before{content:"\ea9a";}.hm-comment-circle:before{content:"\ea9b";}.hm-comment-square:before{content:"\ea9c";}.hm-copy:before{content:"\ea9d";}.hm-cursor:before{content:"\ea9e";}.hm-envelop2:before{content:"\ea9f";}.hm-factory:before{content:"\eaa0";}.hm-finger-point:before{content:"\eaa1";}.hm-finger-swipe-both:before{content:"\eaa2";}.hm-finger-swipe-corner:before{content:"\eaa3";}.hm-finger-swipe-left:before{content:"\eaa4";}.hm-finger-swipe-up:before{content:"\eaa5";}.hm-finger-swipe:before{content:"\eaa6";}.hm-finger-touch:before{content:"\eaa7";}.hm-folder-network:before{content:"\eaa8";}.hm-folder-sync:before{content:"\eaa9";}.hm-graph-bar2:before{content:"\eaaa";}.hm-graph-pie2:before{content:"\eaab";}.hm-heading-h:before{content:"\eaac";}.hm-heading-html:before{content:"\eaad";}.hm-heart:before{content:"\eaae";}.hm-home2:before{content:"\eaaf";}.hm-indent-left:before{content:"\eab0";}.hm-indent-right:before{content:"\eab1";}.hm-lock-close:before{content:"\eab2";}.hm-lock-open:before{content:"\eab3";}.hm-map-pointer-add:before{content:"\eab4";}.hm-map-pointer-check:before{content:"\eab5";}.hm-map-pointer-delete:before{content:"\eab6";}.hm-map-pointer2:before{content:"\eab7";}.hm-map:before{content:"\eab8";}.hm-navigation1:before{content:"\eab9";}.hm-navigation2:before{content:"\eaba";}.hm-page-export:before{content:"\eabb";}.hm-page-sync:before{content:"\eabc";}.hm-piramid:before{content:"\eabd";}.hm-plug:before{content:"\eabe";}.hm-point-marker:before{content:"\eabf";}.hm-quote2:before{content:"\eac0";}.hm-refresh-check:before{content:"\eac1";}.hm-refresh:before{content:"\eac2";}.hm-refresh2:before{content:"\eac3";}.hm-scrolling-image:before{content:"\eac4";}.hm-sign-turn-right:before{content:"\eac5";}.hm-speedometer:before{content:"\eac6";}.hm-sticky:before{content:"\eac7";}.hm-sync-cloud:before{content:"\eac8";}.hm-sync:before{content:"\eac9";}.hm-sync2:before{content:"\eaca";}.hm-table-lamp2:before{content:"\eacb";}.hm-target2:before{content:"\eacc";}.hm-timeline-spiral:before{content:"\eacd";}.hm-tv:before{content:"\eace";}.hm-vespa:before{content:"\eacf";}.hm-happyaddons:before{content:"\ead0";}.hm-brain:before{content:"\ead1";}.hm-breadcrumbs:before{content:"\ead2";}.hm-circular-chat:before{content:"\ead3";}.hm-currency-exchange:before{content:"\ead4";}.hm-cta:before{content:"\ead5";}.hm-data-table:before{content:"\ead6";}.hm-display-condition:before{content:"\ead7";}.hm-digital-memory:before{content:"\ead8";}.hm-dollar-box:before{content:"\ead9";}.hm-faq:before{content:"\eada";}.hm-facebook-feed:before{content:"\eadb";}.hm-header-footer:before{content:"\eadc";}.hm-heart:before{content:"\eadd";}.hm-image-accordion:before{content:"\eade";}.hm-image-masking:before{content:"\eadf";}.hm-instagram:before{content:"\eae0";}.hm-mail-chimp:before{content:"\eae1";}.hm-minus-large:before{content:"\eae2";}.hm-minus-small:before{content:"\eae3";}.hm-mobile-chat:before{content:"\eae4";}.hm-motion-button:before{content:"\eae5";}.hm-news-ticker:before{content:"\eae6";}.hm-offcanvas-menu:before{content:"\eae7";}.hm-post-grid:before{content:"\eae8";}.hm-post-list:before{content:"\eae9";}.hm-post-tab:before{content:"\eaea";}.hm-pricing-menu:before{content:"\eaeb";}.hm-scheduled-section:before{content:"\eaec";}.hm-section-link:before{content:"\eaed";}.hm-sticky-video:before{content:"\eaee";}.hm-section-nesting:before{content:"\eaef";}.hm-traffic-signal:before{content:"\eaf0";}.hm-tshirt:before{content:"\eaf1";}.hm-twitter-feed:before{content:"\eaf2";}.hm-grid-layout:before{content:"\eaf3";}.hm-add-to-cart-button:before{content:"\eaf4";}.hm-billing-address:before{content:"\eaf5";}.hm-cart:before{content:"\eaf6";}.hm-Category-Carousel:before{content:"\eaf7";}.hm-Category-Grid:before{content:"\eaf8";}.hm-Category-List:before{content:"\eaf9";}.hm-checkout-1:before{content:"\eafa";}.hm-checkout-2:before{content:"\eafb";}.hm-compare:before{content:"\eafc";}.hm-edit-menu:before{content:"\eafd";}.hm-facebook-review:before{content:"\eafe";}.hm-fb-messanger:before{content:"\eaff";}.hm-filter:before{content:"\eb00";}.hm-google-review:before{content:"\eb01";}.hm-grid-filter:before{content:"\eb02";}.hm-home3:before{content:"\eb03";}.hm-horizontal-timeline:before{content:"\eb04";}.hm-image-scroll:before{content:"\eb05";}.hm-mini-cart:before{content:"\eb06";}.hm-off-canvas-cart:before{content:"\eb07";}.hm-popup1:before{content:"\eb08";}.hm-post-list:before{content:"\eb09";}.hm-Product-Carousel:before{content:"\eb0a";}.hm-product-filter:before{content:"\eb0b";}.hm-product-gallery:before{content:"\eb0c";}.hm-Product-Grid:before{content:"\eb0d";}.hm-Product-List-double:before{content:"\eb0e";}.hm-product-list-single:before{content:"\eb0f";}.hm-product-rating:before{content:"\eb10";}.hm-product-table:before{content:"\eb11";}.hm-product-variation:before{content:"\eb12";}.hm-retina-image:before{content:"\eb13";}.hm-shipping-address:before{content:"\eb14";}.hm-shop:before{content:"\eb15";}.hm-shopping-details:before{content:"\eb16";}.hm-sticky-video-2:before{content:"\eb17";}.hm-Template-Import:before{content:"\eb18";}.hm-trendy-product:before{content:"\eb19";}.hm-user-check:before{content:"\eb1a";}.hm-User-Circle:before{content:"\eb1b";}.hm-user-plus:before{content:"\eb1c";}.hm-user:before{content:"\eb1d";}.hm-video-gallery:before{content:"\eb1e";}.hm-wishlist:before{content:"\eb1f";}.hm-mouse-scroll-h:before{content:"\eb20";}.hm-mouse-scroll-v:before{content:"\eb21";}.hm-speaker:before{content:"\eb22";}.hm-mega-menu:before{content:"\eb23";}.hm-content-slider:before{content:"\eb24";}.hm-text-outline:before{content:"\eb25";}.hm-vector-path:before{content:"\eb26";}.hm-rough-notation:before{content:"\eb27";}.hm-unfold-folder:before{content:"\eb28";}.hm-unfold-paper:before{content:"\eb29";}.hm-speaker2:before{content:"\eb2a";}.hm-video-mask:before{content:"\eb2b";}.hm-dot-navigation:before{content:"\eb2c";}.hm-cursor-hover-click:before{content:"\eb2d";}.hm-finger-hover-touch:before{content:"\eb2e";}.hm-repeat:before{content:"\eb2f";}.hm-event-calendar:before{content:"\eb30";}.hm-map-location-unfold:before{content:"\eb31";}.hm-ticket2:before{content:"\eb32";}.hm-thunder1:before{content:"\eb33";}.hm-thunder2:before{content:"\eb34";}.hm-shield1:before{content:"\eb35";}.hm-switcher:before{content:"\eb36";}.hm-global-badge:before{content:"\eb37";}.hm-wallet:before{content:"\eb38";}.hm-asteroid:before{content:"\eb39";}.hm-repeat2:before{content:"\eb3a";}.hm-corona-covid1:before{content:"\eb3b";}.hm-corona-covid2:before{content:"\eb3c";}.hm-fixed-size-button:before{content:"\eb3d";}.hm-full-page-scroll:before{content:"\eb3e";}.hm-multi-page-scroll:before{content:"\eb3f";}.hm-flag2:before{content:"\eb40";}.hm-advanced-data-table:before{content:"\eb41";}.hm-add-group:before{content:"\eb42";}.hm-add-peoples:before{content:"\eb43";}.hm-age-gate:before{content:"\eb44";}.hm-age-gate2:before{content:"\eb45";}.hm-animated-link:before{content:"\eb46";}.hm-behance-feed:before{content:"\eb47";}.hm-binary-digit:before{content:"\eb48";}.hm-both-way-arrow:before{content:"\eb49";}.hm-camera-plus:before{content:"\eb4a";}.hm-cancel-meeting:before{content:"\eb4b";}.hm-chat-bubble1:before{content:"\eb4c";}.hm-checkout1:before{content:"\eb4d";}.hm-clap:before{content:"\eb4e";}.hm-dribbble-feed:before{content:"\eb4f";}.hm-edd-cart:before{content:"\eb50";}.hm-edd-category-carousel:before{content:"\eb51";}.hm-edd-category:before{content:"\eb52";}.hm-edd-discount:before{content:"\eb53";}.hm-edd-download:before{content:"\eb54";}.hm-edd-login1:before{content:"\eb55";}.hm-edd-login2:before{content:"\eb56";}.hm-edd-mini-cart:before{content:"\eb57";}.hm-edd-my-account-tab:before{content:"\eb58";}.hm-edd-product-carousel:before{content:"\eb59";}.hm-edd-product-grid:before{content:"\eb5a";}.hm-edd-profile-edit:before{content:"\eb5b";}.hm-edd-purchased:before{content:"\eb5c";}.hm-edd-register:before{content:"\eb5d";}.hm-edd-search-bar:before{content:"\eb5e";}.hm-edd-single-product:before{content:"\eb5f";}.hm-facebook-review1:before{content:"\eb60";}.hm-feather:before{content:"\eb61";}.hm-file2:before{content:"\eb62";}.hm-fly-out-menu:before{content:"\eb63";}.hm-grid-link:before{content:"\eb64";}.hm-hexa-bond:before{content:"\eb65";}.hm-image-accordion1:before{content:"\eb66";}.hm-image-swap:before{content:"\eb67";}.hm-link-box:before{content:"\eb68";}.hm-meeting:before{content:"\eb69";}.hm-pdf1:before{content:"\eb6a";}.hm-pdf2:before{content:"\eb6b";}.hm-photo-stack:before{content:"\eb6c";}.hm-qr-code:before{content:"\eb6d";}.hm-remote_carousel:before{content:"\eb6e";}.hm-scroll-top:before{content:"\eb6f";}.hm-square-clock:before{content:"\eb70";}.hm-step-flow2:before{content:"\eb71";}.hm-sub-list:before{content:"\eb72";}.hm-swap-left:before{content:"\eb73";}.hm-tooltips:before{content:"\eb74";}.hm-traveller:before{content:"\eb75";}.hm-tb-archieve-content:before{content:"\eb76";}.hm-tb-archieve-title:before{content:"\eb77";}.hm-tb-author-meta:before{content:"\eb78";}.hm-tb-comments:before{content:"\eb79";}.hm-tb-featured-image:before{content:"\eb7a";}.hm-tb-page-title:before{content:"\eb7b";}.hm-tb-post-content:before{content:"\eb7c";}.hm-tb-post-excerpt:before{content:"\eb7d";}.hm-tb-post-grid:before{content:"\eb7e";}.hm-tb-post-info:before{content:"\eb7f";}.hm-tb-post-list:before{content:"\eb80";}.hm-tb-post-title:before{content:"\eb81";}.hm-tb-site-logo:before{content:"\eb82";}.hm-tb-site-title:before{content:"\eb83";}.hm-lordicon:before{content:"\eb84";}.hm-vault:before{content:"\eb85";}.hm-liquid-hover-image:before{content:"\eb86";}.hm-image-replace:before{content:"\eb87";}.hm-title-tips-vector-path:before{content:"\eb88";}.hm-reading-progress-bar:before{content:"\eb89";}.hm-metro-grid-text-outline:before{content:"\eb8a";}.hm-loop-grid-content-slider:before{content:"\eb8b";}.hm-woo-builder:before{content:"\eb8c";}.hm-verified-info:before{content:"\eb8d";}.hm-unused-media:before{content:"\eb8e";}.hm-related-product:before{content:"\eb8f";}.hm-reading-book:before{content:"\eb90";}.hm-product-title:before{content:"\eb91";}.hm-product-stock:before{content:"\eb92";}.hm-product-rating-78:before{content:"\eb93";}.hm-product-price:before{content:"\eb94";}.hm-product-meta:before{content:"\eb95";}.hm-product-image:before{content:"\eb96";}.hm-product-grid:before{content:"\eb97";}.hm-product-description:before{content:"\eb98";}.hm-product-atribute:before{content:"\eb99";}.hm-media-all:before{content:"\eb9a";}.hm-magic-scroll:before{content:"\eb9b";}.hm-lightbox:before{content:"\eb9c";}.hm-invoice:before{content:"\eb9d";}.hm-global-badge1:before{content:"\eb9e";}.hm-empty-cart-notice:before{content:"\eb9f";}.hm-creative-slider-two:before{content:"\eba0";}.hm-creative-slider-one:before{content:"\eba1";}.hm-comparison-table:before{content:"\eba2";}.hm-checkout-shipping:before{content:"\eba3";}.hm-checkout-payment-method:before{content:"\eba4";}.hm-checkout-order-review:before{content:"\eba5";}.hm-checkout-login:before{content:"\eba6";}.hm-checkout-invoice:before{content:"\eba7";}.hm-checkout-info:before{content:"\eba8";}.hm-checkout-coupon:before{content:"\eba9";}.hm-checkout-bill-form:before{content:"\ebaa";}.hm-cart-total:before{content:"\ebab";}.hm-cart-table:before{content:"\ebac";}.hm-cart-redirection:before{content:"\ebad";}.hm-cart-checkout:before{content:"\ebae";}.hm-cart-btn-number:before{content:"\ebaf";}.hm-ai:before{content:"\ebb0";}