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

 .animated {
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
}
.animated.infinite {
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
}
.animated.hinge {
-webkit-animation-duration: 2s;
animation-duration: 2s;
}
.animated.bounceIn,
.animated.bounceOut {
-webkit-animation-duration: .75s;
animation-duration: .75s;
}
.animated.flipOutX,
.animated.flipOutY {
-webkit-animation-duration: .75s;
animation-duration: .75s;
}
@-webkit-keyframes bounce {
0%, 20%, 53%, 80%, 100% {
-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 {
0%, 20%, 53%, 80%, 100% {
-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 {
0%, 50%, 100% {
opacity: 1;
}
25%, 75% {
opacity: 0;
}
}
@keyframes flash {
0%, 50%, 100% {
opacity: 1;
}
25%, 75% {
opacity: 0;
}
}
.flash {
-webkit-animation-name: flash;
animation-name: flash;
} @-webkit-keyframes pulse {
0% {
-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);
}
100% {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
@keyframes pulse {
0% {
-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);
}
100% {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
.pulse {
-webkit-animation-name: pulse;
animation-name: pulse;
}
@-webkit-keyframes rubberBand {
0% {
-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);
}
100% {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
@keyframes rubberBand {
0% {
-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);
}
100% {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
.rubberBand {
-webkit-animation-name: rubberBand;
animation-name: rubberBand;
}
@-webkit-keyframes shake {
0%, 100% {
-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 {
0%, 100% {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
10%, 30%, 50%, 70%, 90% {
-webkit-transform: translate3d(-10px, 0, 0);
transform: translate3d(-10px, 0, 0);
}
20%, 40%, 60%, 80% {
-webkit-transform: translate3d(10px, 0, 0);
transform: translate3d(10px, 0, 0);
}
}
.shake {
-webkit-animation-name: shake;
animation-name: shake;
}
@-webkit-keyframes swing {
20% {
-webkit-transform: rotate3d(0, 0, 1, 15deg);
transform: rotate3d(0, 0, 1, 15deg);
}
40% {
-webkit-transform: rotate3d(0, 0, 1, -10deg);
transform: rotate3d(0, 0, 1, -10deg);
}
60% {
-webkit-transform: rotate3d(0, 0, 1, 5deg);
transform: rotate3d(0, 0, 1, 5deg);
}
80% {
-webkit-transform: rotate3d(0, 0, 1, -5deg);
transform: rotate3d(0, 0, 1, -5deg);
}
100% {
-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);
}
100% {
-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 {
0% {
-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);
}
100% {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
@keyframes tada {
0% {
-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);
}
100% {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
.tada {
-webkit-animation-name: tada;
animation-name: tada;
} @-webkit-keyframes wobble {
0% {
-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);
}
100% {
-webkit-transform: none;
transform: none;
}
}
@keyframes wobble {
0% {
-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);
}
100% {
-webkit-transform: none;
transform: none;
}
}
.wobble {
-webkit-animation-name: wobble;
animation-name: wobble;
}
@-webkit-keyframes jello {
11.1% {
-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)
}
100% {
-webkit-transform: none;
transform: none
}
}
@keyframes jello {
11.1% {
-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)
}
100% {
-webkit-transform: none;
transform: none
}
}
.jello{
-webkit-animation-name:jello;
animation-name:jello;
-webkit-transform-origin: center;
transform-origin: center
}
@-webkit-keyframes bounceIn {
0%, 20%, 40%, 60%, 80%, 100% {
-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);
}
100% {
opacity: 1;
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
@keyframes bounceIn {
0%, 20%, 40%, 60%, 80%, 100% {
-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);
}
100% {
opacity: 1;
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
.bounceIn {
-webkit-animation-name: bounceIn;
animation-name: bounceIn;
}
@-webkit-keyframes bounceInDown {
0%, 60%, 75%, 90%, 100% {
-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);
}
100% {
-webkit-transform: none;
transform: none;
}
}
@keyframes bounceInDown {
0%, 60%, 75%, 90%, 100% {
-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);
}
100% {
-webkit-transform: none;
transform: none;
}
}
.bounceInDown {
-webkit-animation-name: bounceInDown;
animation-name: bounceInDown;
}
@-webkit-keyframes bounceInLeft {
0%, 60%, 75%, 90%, 100% {
-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);
}
100% {
-webkit-transform: none;
transform: none;
}
}
@keyframes bounceInLeft {
0%, 60%, 75%, 90%, 100% {
-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);
}
100% {
-webkit-transform: none;
transform: none;
}
}
.bounceInLeft {
-webkit-animation-name: bounceInLeft;
animation-name: bounceInLeft;
}
@-webkit-keyframes bounceInRight {
0%, 60%, 75%, 90%, 100% {
-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);
}
100% {
-webkit-transform: none;
transform: none;
}
}
@keyframes bounceInRight {
0%, 60%, 75%, 90%, 100% {
-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);
}
100% {
-webkit-transform: none;
transform: none;
}
}
.bounceInRight {
-webkit-animation-name: bounceInRight;
animation-name: bounceInRight;
}
@-webkit-keyframes bounceInUp {
0%, 60%, 75%, 90%, 100% {
-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, -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);
}
100% {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes bounceInUp {
0%, 60%, 75%, 90%, 100% {
-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, -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);
}
100% {
-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);
}
100% {
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);
}
100% {
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);
}
100% {
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);
}
100% {
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);
}
100% {
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);
}
100% {
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);
}
100% {
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);
}
100% {
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);
}
100% {
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);
}
100% {
opacity: 0;
-webkit-transform: translate3d(0, -2000px, 0);
transform: translate3d(0, -2000px, 0);
}
}
.bounceOutUp {
-webkit-animation-name: bounceOutUp;
animation-name: bounceOutUp;
}
@-webkit-keyframes fadeIn {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
@keyframes fadeIn {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
.fadeIn {
-webkit-animation-name: fadeIn;
animation-name: fadeIn;
}
@-webkit-keyframes fadeInDown {
0% {
opacity: 0;
-webkit-transform: translateY(-20px);
transform: translateY(-20px);
}
100% {
opacity: 1;
-webkit-transform: translateY(0);
transform: translateY(0);
}
}
@keyframes fadeInDown {
0% {
opacity: 0;
-webkit-transform: translateY(-20px);
-ms-transform: translateY(-20px);
transform: translateY(-20px);
}
100% {
opacity: 1;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
}
.fadeInDown {
-webkit-animation-name: fadeInDown;
animation-name: fadeInDown;
}
@-webkit-keyframes fadeInDownBig {
0% {
opacity: 0;
-webkit-transform: translateY(-2000px);
transform: translateY(-2000px);
}
100% {
opacity: 1;
-webkit-transform: translateY(0);
transform: translateY(0);
}
}
@keyframes fadeInDownBig {
0% {
opacity: 0;
-webkit-transform: translateY(-2000px);
-ms-transform: translateY(-2000px);
transform: translateY(-2000px);
}
100% {
opacity: 1;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
}
.fadeInDownBig {
-webkit-animation-name: fadeInDownBig;
animation-name: fadeInDownBig;
}
@-webkit-keyframes fadeInLeft {
0% {
opacity: 0;
-webkit-transform: translateX(-20px);
transform: translateX(-20px);
}
100% {
opacity: 1;
-webkit-transform: translateX(0);
transform: translateX(0);
}
}
@keyframes fadeInLeft {
0% {
opacity: 0;
-webkit-transform: translateX(-20px);
-ms-transform: translateX(-20px);
transform: translateX(-20px);
}
100% {
opacity: 1;
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
}
.fadeInLeft {
-webkit-animation-name: fadeInLeft;
animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInLeftBig {
0% {
opacity: 0;
-webkit-transform: translateX(-2000px);
transform: translateX(-2000px);
}
100% {
opacity: 1;
-webkit-transform: translateX(0);
transform: translateX(0);
}
}
@keyframes fadeInLeftBig {
0% {
opacity: 0;
-webkit-transform: translateX(-2000px);
-ms-transform: translateX(-2000px);
transform: translateX(-2000px);
}
100% {
opacity: 1;
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
}
.fadeInLeftBig {
-webkit-animation-name: fadeInLeftBig;
animation-name: fadeInLeftBig;
}
@-webkit-keyframes fadeInRight {
0% {
opacity: 0;
-webkit-transform: translateX(20px);
transform: translateX(20px);
}
100% {
opacity: 1;
-webkit-transform: translateX(0);
transform: translateX(0);
}
}
@keyframes fadeInRight {
0% {
opacity: 0;
-webkit-transform: translateX(20px);
-ms-transform: translateX(20px);
transform: translateX(20px);
}
100% {
opacity: 1;
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
}
.fadeInRight {
-webkit-animation-name: fadeInRight;
animation-name: fadeInRight;
}
@-webkit-keyframes fadeInRightBig {
0% {
opacity: 0;
-webkit-transform: translateX(2000px);
transform: translateX(2000px);
}
100% {
opacity: 1;
-webkit-transform: translateX(0);
transform: translateX(0);
}
}
@keyframes fadeInRightBig {
0% {
opacity: 0;
-webkit-transform: translateX(2000px);
-ms-transform: translateX(2000px);
transform: translateX(2000px);
}
100% {
opacity: 1;
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
}
.fadeInRightBig {
-webkit-animation-name: fadeInRightBig;
animation-name: fadeInRightBig;
}
@-webkit-keyframes fadeInUp {
0% {
opacity: 0;
-webkit-transform: translateY(20px);
transform: translateY(20px);
}
100% {
opacity: 1;
-webkit-transform: translateY(0);
transform: translateY(0);
}
}
@keyframes fadeInUp {
0% {
opacity: 0;
-webkit-transform: translateY(20px);
-ms-transform: translateY(20px);
transform: translateY(20px);
}
100% {
opacity: 1;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
}
.fadeInUp {
-webkit-animation-name: fadeInUp;
animation-name: fadeInUp;
}
@-webkit-keyframes fadeInUpBig {
0% {
opacity: 0;
-webkit-transform: translateY(2000px);
transform: translateY(2000px);
}
100% {
opacity: 1;
-webkit-transform: translateY(0);
transform: translateY(0);
}
}
@keyframes fadeInUpBig {
0% {
opacity: 0;
-webkit-transform: translateY(2000px);
-ms-transform: translateY(2000px);
transform: translateY(2000px);
}
100% {
opacity: 1;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
}
.fadeInUpBig {
-webkit-animation-name: fadeInUpBig;
animation-name: fadeInUpBig;
}
@-webkit-keyframes fadeOut {
0% {
opacity: 1;
}
100% {
opacity: 0;
}
}
@keyframes fadeOut {
0% {
opacity: 1;
}
100% {
opacity: 0;
}
}
.fadeOut {
-webkit-animation-name: fadeOut;
animation-name: fadeOut;
}
@-webkit-keyframes fadeOutDown {
0% {
opacity: 1;
-webkit-transform: translateY(0);
transform: translateY(0);
}
100% {
opacity: 0;
-webkit-transform: translateY(20px);
transform: translateY(20px);
}
}
@keyframes fadeOutDown {
0% {
opacity: 1;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
100% {
opacity: 0;
-webkit-transform: translateY(20px);
-ms-transform: translateY(20px);
transform: translateY(20px);
}
}
.fadeOutDown {
-webkit-animation-name: fadeOutDown;
animation-name: fadeOutDown;
}
@-webkit-keyframes fadeOutDownBig {
0% {
opacity: 1;
-webkit-transform: translateY(0);
transform: translateY(0);
}
100% {
opacity: 0;
-webkit-transform: translateY(2000px);
transform: translateY(2000px);
}
}
@keyframes fadeOutDownBig {
0% {
opacity: 1;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
100% {
opacity: 0;
-webkit-transform: translateY(2000px);
-ms-transform: translateY(2000px);
transform: translateY(2000px);
}
}
.fadeOutDownBig {
-webkit-animation-name: fadeOutDownBig;
animation-name: fadeOutDownBig;
}
@-webkit-keyframes fadeOutLeft {
0% {
opacity: 1;
-webkit-transform: translateX(0);
transform: translateX(0);
}
100% {
opacity: 0;
-webkit-transform: translateX(-20px);
transform: translateX(-20px);
}
}
@keyframes fadeOutLeft {
0% {
opacity: 1;
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
100% {
opacity: 0;
-webkit-transform: translateX(-20px);
-ms-transform: translateX(-20px);
transform: translateX(-20px);
}
}
.fadeOutLeft {
-webkit-animation-name: fadeOutLeft;
animation-name: fadeOutLeft;
}
@-webkit-keyframes fadeOutLeftBig {
0% {
opacity: 1;
-webkit-transform: translateX(0);
transform: translateX(0);
}
100% {
opacity: 0;
-webkit-transform: translateX(-2000px);
transform: translateX(-2000px);
}
}
@keyframes fadeOutLeftBig {
0% {
opacity: 1;
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
100% {
opacity: 0;
-webkit-transform: translateX(-2000px);
-ms-transform: translateX(-2000px);
transform: translateX(-2000px);
}
}
.fadeOutLeftBig {
-webkit-animation-name: fadeOutLeftBig;
animation-name: fadeOutLeftBig;
}
@-webkit-keyframes fadeOutRight {
0% {
opacity: 1;
-webkit-transform: translateX(0);
transform: translateX(0);
}
100% {
opacity: 0;
-webkit-transform: translateX(20px);
transform: translateX(20px);
}
}
@keyframes fadeOutRight {
0% {
opacity: 1;
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
100% {
opacity: 0;
-webkit-transform: translateX(20px);
-ms-transform: translateX(20px);
transform: translateX(20px);
}
}
.fadeOutRight {
-webkit-animation-name: fadeOutRight;
animation-name: fadeOutRight;
}
@-webkit-keyframes fadeOutRightBig {
0% {
opacity: 1;
-webkit-transform: translateX(0);
transform: translateX(0);
}
100% {
opacity: 0;
-webkit-transform: translateX(2000px);
transform: translateX(2000px);
}
}
@keyframes fadeOutRightBig {
0% {
opacity: 1;
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
100% {
opacity: 0;
-webkit-transform: translateX(2000px);
-ms-transform: translateX(2000px);
transform: translateX(2000px);
}
}
.fadeOutRightBig {
-webkit-animation-name: fadeOutRightBig;
animation-name: fadeOutRightBig;
}
@-webkit-keyframes fadeOutUp {
0% {
opacity: 1;
-webkit-transform: translateY(0);
transform: translateY(0);
}
100% {
opacity: 0;
-webkit-transform: translateY(-20px);
transform: translateY(-20px);
}
}
@keyframes fadeOutUp {
0% {
opacity: 1;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
100% {
opacity: 0;
-webkit-transform: translateY(-20px);
-ms-transform: translateY(-20px);
transform: translateY(-20px);
}
}
.fadeOutUp {
-webkit-animation-name: fadeOutUp;
animation-name: fadeOutUp;
}
@-webkit-keyframes fadeOutUpBig {
0% {
opacity: 1;
-webkit-transform: translateY(0);
transform: translateY(0);
}
100% {
opacity: 0;
-webkit-transform: translateY(-2000px);
transform: translateY(-2000px);
}
}
@keyframes fadeOutUpBig {
0% {
opacity: 1;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
100% {
opacity: 0;
-webkit-transform: translateY(-2000px);
-ms-transform: translateY(-2000px);
transform: translateY(-2000px);
}
}
.fadeOutUpBig {
-webkit-animation-name: fadeOutUpBig;
animation-name: fadeOutUpBig;
}
@-webkit-keyframes flip {
0% {
-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;
}
100% {
-webkit-transform: perspective(400px);
transform: perspective(400px);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
}
@keyframes flip {
0% {
-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;
}
100% {
-webkit-transform: perspective(400px);
transform: perspective(400px);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
}
.animated.flip {
-webkit-backface-visibility: visible;
backface-visibility: visible;
-webkit-animation-name: flip;
animation-name: flip;
}
@-webkit-keyframes flipInX {
0% {
-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);
}
100% {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
}
@keyframes flipInX {
0% {
-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);
}
100% {
-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 {
0% {
-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);
}
100% {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
}
@keyframes flipInY {
0% {
-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);
}
100% {
-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 {
0% {
-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;
}
100% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
opacity: 0;
}
}
@keyframes flipOutX {
0% {
-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;
}
100% {
-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 {
0% {
-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;
}
100% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
opacity: 0;
}
}
@keyframes flipOutY {
0% {
-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;
}
100% {
-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 {
0% {
-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;
}
100% {
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
@keyframes lightSpeedIn {
0% {
-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;
}
100% {
-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 {
0% {
opacity: 1;
}
100% {
-webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
transform: translate3d(100%, 0, 0) skewX(30deg);
opacity: 0;
}
}
@keyframes lightSpeedOut {
0% {
opacity: 1;
}
100% {
-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 {
0% {
-webkit-transform-origin: center;
transform-origin: center;
-webkit-transform: rotate3d(0, 0, 1, -200deg);
transform: rotate3d(0, 0, 1, -200deg);
opacity: 0;
}
100% {
-webkit-transform-origin: center;
transform-origin: center;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
@keyframes rotateIn {
0% {
-webkit-transform-origin: center;
transform-origin: center;
-webkit-transform: rotate3d(0, 0, 1, -200deg);
transform: rotate3d(0, 0, 1, -200deg);
opacity: 0;
}
100% {
-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 {
0% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, -45deg);
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0;
}
100% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
@keyframes rotateInDownLeft {
0% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, -45deg);
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0;
}
100% {
-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 {
0% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, 45deg);
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0;
}
100% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
@keyframes rotateInDownRight {
0% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, 45deg);
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0;
}
100% {
-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 {
0% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, 45deg);
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0;
}
100% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
@keyframes rotateInUpLeft {
0% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, 45deg);
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0;
}
100% {
-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 {
0% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, -90deg);
transform: rotate3d(0, 0, 1, -90deg);
opacity: 0;
}
100% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
@keyframes rotateInUpRight {
0% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, -90deg);
transform: rotate3d(0, 0, 1, -90deg);
opacity: 0;
}
100% {
-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 {
0% {
-webkit-transform-origin: center;
transform-origin: center;
opacity: 1;
}
100% {
-webkit-transform-origin: center;
transform-origin: center;
-webkit-transform: rotate3d(0, 0, 1, 200deg);
transform: rotate3d(0, 0, 1, 200deg);
opacity: 0;
}
}
@keyframes rotateOut {
0% {
-webkit-transform-origin: center;
transform-origin: center;
opacity: 1;
}
100% {
-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 {
0% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
opacity: 1;
}
100% {
-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 {
0% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
opacity: 1;
}
100% {
-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 {
0% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
opacity: 1;
}
100% {
-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 {
0% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
opacity: 1;
}
100% {
-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 {
0% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
opacity: 1;
}
100% {
-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 {
0% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
opacity: 1;
}
100% {
-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 {
0% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
opacity: 1;
}
100% {
-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 {
0% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
opacity: 1;
}
100% {
-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;
}
100% {
-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;
}
100% {
-webkit-transform: translate3d(0, 700px, 0);
transform: translate3d(0, 700px, 0);
opacity: 0;
}
}
.hinge {
-webkit-animation-name: hinge;
animation-name: hinge;
} @-webkit-keyframes rollIn {
0% {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes rollIn {
0% {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.rollIn {
-webkit-animation-name: rollIn;
animation-name: rollIn;
} @-webkit-keyframes rollOut {
0% {
opacity: 1;
}
100% {
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 {
0% {
opacity: 1;
}
100% {
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 {
0% {
opacity: 0;
-webkit-transform: scale3d(.3, .3, .3);
transform: scale3d(.3, .3, .3);
}
50% {
opacity: 1;
}
}
@keyframes zoomIn {
0% {
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 zoomInStable {
0% {
opacity: 0;
-webkit-transform: scale3d(.3, .3, .3);
transform: scale3d(.3, .3, .3);
}
33.333% {
opacity: 1;
-webkit-transform: scale3d(1.1, 1.1, 1.1);
transform: scale3d(1.1, 1.1, 1.1);
}
66.666666% {
opacity: 1;
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
@keyframes zoomInStable {
0% {
opacity: 0;
-webkit-transform: scale3d(.3, .3, .3);
transform: scale3d(.3, .3, .3);
}
33.333% {
opacity: 1;
-webkit-transform: scale3d(1.1, 1.1, 1.1);
transform: scale3d(1.1, 1.1, 1.1);
}
66.666666% {
opacity: 1;
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
.zoomInStable {
-webkit-animation-name: zoomInStable;
animation-name: zoomInStable;
}
@-webkit-keyframes zoomInDown {
0% {
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 {
0% {
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 {
0% {
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 {
0% {
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 {
0% {
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 {
0% {
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 {
0% {
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 {
0% {
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 {
0% {
opacity: 1;
}
50% {
opacity: 0;
-webkit-transform: scale3d(.3, .3, .3);
transform: scale3d(.3, .3, .3);
}
100% {
opacity: 0;
}
}
@keyframes zoomOut {
0% {
opacity: 1;
}
50% {
opacity: 0;
-webkit-transform: scale3d(.3, .3, .3);
transform: scale3d(.3, .3, .3);
}
100% {
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);
}
100% {
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);
}
100% {
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);
}
100% {
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);
}
100% {
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);
}
100% {
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);
}
100% {
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);
}
100% {
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);
}
100% {
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 {
0% {
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
visibility: visible;
}
100% {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes slideInDown {
0% {
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
visibility: visible;
}
100% {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.slideInDown {
-webkit-animation-name: slideInDown;
animation-name: slideInDown;
}
@-webkit-keyframes slideInLeft {
0% {
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
visibility: visible;
}
100% {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes slideInLeft {
0% {
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
visibility: visible;
}
100% {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.slideInLeft {
-webkit-animation-name: slideInLeft;
animation-name: slideInLeft;
}
@-webkit-keyframes slideInRight {
0% {
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
visibility: visible;
}
100% {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes slideInRight {
0% {
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
visibility: visible;
}
100% {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.slideInRight {
-webkit-animation-name: slideInRight;
animation-name: slideInRight;
}
@-webkit-keyframes slideInUp {
0% {
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
visibility: visible;
}
100% {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes slideInUp {
0% {
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
visibility: visible;
}
100% {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.slideInUp {
-webkit-animation-name: slideInUp;
animation-name: slideInUp;
}
@-webkit-keyframes slideOutDown {
0% {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
100% {
visibility: hidden;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
}
@keyframes slideOutDown {
0% {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
100% {
visibility: hidden;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
}
.slideOutDown {
-webkit-animation-name: slideOutDown;
animation-name: slideOutDown;
}
@-webkit-keyframes slideOutLeft {
0% {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
100% {
visibility: hidden;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
}
@keyframes slideOutLeft {
0% {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
100% {
visibility: hidden;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
}
.slideOutLeft {
-webkit-animation-name: slideOutLeft;
animation-name: slideOutLeft;
}
@-webkit-keyframes slideOutRight {
0% {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
100% {
visibility: hidden;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
}
@keyframes slideOutRight {
0% {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
100% {
visibility: hidden;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
}
.slideOutRight {
-webkit-animation-name: slideOutRight;
animation-name: slideOutRight;
}
@-webkit-keyframes slideOutUp {
0% {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
100% {
visibility: hidden;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
}
@keyframes slideOutUp {
0% {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
100% {
visibility: hidden;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
}
.slideOutUp {
-webkit-animation-name: slideOutUp;
animation-name: slideOutUp;
}
@keyframes anime {
from {
opacity: 0;
transform: scaleY(0);
-webkit-transform: scaleY(0);
-moz-transform: scaleY(0);
-ms-transform: scaleY(0);
-o-transform: scaleY(0);
}
to {
opacity: 1;
transform: scaleY(1);
-webkit-transform: scaleY(1);
-ms-transform: scaleY(1);
-o-transform: scaleY(1);
-moz-transform: scaleY(1);
}
}
@-webkit-keyframes anime {
from {
opacity: 0;
transform: scaleY(0);
-webkit-transform: scaleY(0);
-moz-transform: scaleY(0);
-ms-transform: scaleY(0);
-o-transform: scaleY(0);
}
to {
opacity: 1;
transform: scaleY(1);
-webkit-transform: scaleY(1);
-ms-transform: scaleY(1);
-o-transform: scaleY(1);
-moz-transform: scaleY(1);
}
}
@-moz-keyframes anime {
from {
opacity: 0;
transform: scaleY(0);
-webkit-transform: scaleY(0);
-moz-transform: scaleY(0);
-ms-transform: scaleY(0);
-o-transform: scaleY(0);
}
to {
opacity: 1;
transform: scaleY(1);
-webkit-transform: scaleY(1);
-ms-transform: scaleY(1);
-o-transform: scaleY(1);
-moz-transform: scaleY(1);
}
}
@-o-keyframes anime {
from {
opacity: 0;
transform: scaleY(0);
-webkit-transform: scaleY(0);
-moz-transform: scaleY(0);
-ms-transform: scaleY(0);
-o-transform: scaleY(0);
}
to {
opacity: 1;
transform: scaleY(1);
-webkit-transform: scaleY(1);
-ms-transform: scaleY(1);
-o-transform: scaleY(1);
-moz-transform: scaleY(1);
}
}
@-ms-keyframes anime {
from {
opacity: 0;
transform: scaleY(0);
-webkit-transform: scaleY(0);
-moz-transform: scaleY(0);
-ms-transform: scaleY(0);
-o-transform: scaleY(0);
}
to {
opacity: 1;
transform: scaleY(1);
-webkit-transform: scaleY(1);
-ms-transform: scaleY(1);
-o-transform: scaleY(1);
-moz-transform: scaleY(1);
}
}:root{--blue:#007bff;--indigo:#6610f2;--purple:#6f42c1;--pink:#e83e8c;--red:#dc3545;--orange:#fd7e14;--yellow:#ffc107;--green:#28a745;--teal:#20c997;--cyan:#17a2b8;--white:#fff;--gray:#6c757d;--gray-dark:#343a40;--primary:#007bff;--secondary:#6c757d;--success:#28a745;--info:#17a2b8;--warning:#ffc107;--danger:#dc3545;--light:#f8f9fa;--dark:#343a40;--breakpoint-xs:0;--breakpoint-sm:576px;--breakpoint-md:768px;--breakpoint-lg:992px;--breakpoint-xl:1200px;--font-family-sans-serif:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";--font-family-monospace:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace}*,::after,::before{box-sizing:border-box}html{font-family:sans-serif;line-height:1.15;-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:transparent}article,aside,figcaption,figure,footer,header,hgroup,main,nav,section{display:block}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";font-size:1rem;font-weight:400;line-height:1.5;color:#212529;text-align:left;background-color:#fff}[tabindex="-1"]:focus{outline:0!important}hr{box-sizing:content-box;height:0;overflow:visible}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5rem}p{margin-top:0;margin-bottom:1rem}abbr[data-original-title],abbr[title]{text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted;cursor:help;border-bottom:0;text-decoration-skip-ink:none}address{margin-bottom:1rem;font-style:normal;line-height:inherit}dl,ol,ul{margin-top:0;margin-bottom:1rem}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}dt{font-weight:700}dd{margin-bottom:.5rem;margin-left:0}blockquote{margin:0 0 1rem}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}a{color:#007bff;text-decoration:none;background-color:transparent}a:hover{color:#0056b3;text-decoration:underline}a:not([href]):not([tabindex]){color:inherit;text-decoration:none}a:not([href]):not([tabindex]):focus,a:not([href]):not([tabindex]):hover{color:inherit;text-decoration:none}a:not([href]):not([tabindex]):focus{outline:0}code,kbd,pre,samp{font-family:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;font-size:1em}pre{margin-top:0;margin-bottom:1rem;overflow:auto}figure{margin:0 0 1rem}img{vertical-align:middle;border-style:none}svg{overflow:hidden;vertical-align:middle}table{border-collapse:collapse}caption{padding-top:.75rem;padding-bottom:.75rem;color:#6c757d;text-align:left;caption-side:bottom}th{text-align:inherit}label{display:inline-block;margin-bottom:.5rem}button{border-radius:0}button:focus{outline:1px dotted;outline:5px auto -webkit-focus-ring-color}button,input,optgroup,select,textarea{margin:0;font-family:inherit;font-size:inherit;line-height:inherit}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{padding:0;border-style:none}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=date],input[type=datetime-local],input[type=month],input[type=time]{-webkit-appearance:listbox}textarea{overflow:auto;resize:vertical}fieldset{min-width:0;padding:0;margin:0;border:0}legend{display:block;width:100%;max-width:100%;padding:0;margin-bottom:.5rem;font-size:1.5rem;line-height:inherit;color:inherit;white-space:normal}progress{vertical-align:baseline}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{outline-offset:-2px;-webkit-appearance:none}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}output{display:inline-block}summary{display:list-item;cursor:pointer}template{display:none}[hidden]{display:none!important}.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{margin-bottom:.5rem;font-family:inherit;font-weight:500;line-height:1.2;color:inherit}.h1,h1{font-size:2.5rem}.h2,h2{font-size:2rem}.h3,h3{font-size:1.75rem}.h4,h4{font-size:1.5rem}.h5,h5{font-size:1.25rem}.h6,h6{font-size:1rem}.lead{font-size:1.25rem;font-weight:300}.display-1{font-size:6rem;font-weight:300;line-height:1.2}.display-2{font-size:5.5rem;font-weight:300;line-height:1.2}.display-3{font-size:4.5rem;font-weight:300;line-height:1.2}.display-4{font-size:3.5rem;font-weight:300;line-height:1.2}hr{margin-top:1rem;margin-bottom:1rem;border:0;border-top:1px solid rgba(0,0,0,.1)}.small,small{font-size:80%;font-weight:400}.mark,mark{padding:.2em;background-color:#fcf8e3}.list-unstyled{padding-left:0;list-style:none}.list-inline{padding-left:0;list-style:none}.list-inline-item{display:inline-block}.list-inline-item:not(:last-child){margin-right:.5rem}.initialism{font-size:90%;text-transform:uppercase}.blockquote{margin-bottom:1rem;font-size:1.25rem}.blockquote-footer{display:block;font-size:80%;color:#6c757d}.blockquote-footer::before{content:"\2014\00A0"}.img-fluid{max-width:100%;height:auto}.img-thumbnail{padding:.25rem;background-color:#fff;border:1px solid #dee2e6;border-radius:.25rem;max-width:100%;height:auto}.figure{display:inline-block}.figure-img{margin-bottom:.5rem;line-height:1}.figure-caption{font-size:90%;color:#6c757d}code{font-size:87.5%;color:#e83e8c;word-break:break-word}a>code{color:inherit}kbd{padding:.2rem .4rem;font-size:87.5%;color:#fff;background-color:#212529;border-radius:.2rem}kbd kbd{padding:0;font-size:100%;font-weight:700}pre{display:block;font-size:87.5%;color:#212529}pre code{font-size:inherit;color:inherit;word-break:normal}.pre-scrollable{max-height:340px;overflow-y:scroll}.container{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}@media (min-width:576px){.container{max-width:540px}}@media (min-width:768px){.container{max-width:720px}}@media (min-width:992px){.container{max-width:960px}}@media (min-width:1200px){.container{max-width:1140px}}.container-fluid{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}.row{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}.no-gutters{margin-right:0;margin-left:0}.no-gutters>.col,.no-gutters>[class*=col-]{padding-right:0;padding-left:0}.col,.col-1,.col-10,.col-11,.col-12,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-auto,.col-lg,.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-auto,.col-md,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-auto,.col-sm,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-auto,.col-xl,.col-xl-1,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xl-auto{position:relative;width:100%;padding-right:15px;padding-left:15px}.col{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.col-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-first{-ms-flex-order:-1;order:-1}.order-last{-ms-flex-order:13;order:13}.order-0{-ms-flex-order:0;order:0}.order-1{-ms-flex-order:1;order:1}.order-2{-ms-flex-order:2;order:2}.order-3{-ms-flex-order:3;order:3}.order-4{-ms-flex-order:4;order:4}.order-5{-ms-flex-order:5;order:5}.order-6{-ms-flex-order:6;order:6}.order-7{-ms-flex-order:7;order:7}.order-8{-ms-flex-order:8;order:8}.order-9{-ms-flex-order:9;order:9}.order-10{-ms-flex-order:10;order:10}.order-11{-ms-flex-order:11;order:11}.order-12{-ms-flex-order:12;order:12}.offset-1{margin-left:8.333333%}.offset-2{margin-left:16.666667%}.offset-3{margin-left:25%}.offset-4{margin-left:33.333333%}.offset-5{margin-left:41.666667%}.offset-6{margin-left:50%}.offset-7{margin-left:58.333333%}.offset-8{margin-left:66.666667%}.offset-9{margin-left:75%}.offset-10{margin-left:83.333333%}.offset-11{margin-left:91.666667%}@media (min-width:576px){.col-sm{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-sm-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.col-sm-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-sm-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-sm-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-sm-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-sm-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-sm-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-sm-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-sm-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-sm-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-sm-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-sm-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-sm-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-sm-first{-ms-flex-order:-1;order:-1}.order-sm-last{-ms-flex-order:13;order:13}.order-sm-0{-ms-flex-order:0;order:0}.order-sm-1{-ms-flex-order:1;order:1}.order-sm-2{-ms-flex-order:2;order:2}.order-sm-3{-ms-flex-order:3;order:3}.order-sm-4{-ms-flex-order:4;order:4}.order-sm-5{-ms-flex-order:5;order:5}.order-sm-6{-ms-flex-order:6;order:6}.order-sm-7{-ms-flex-order:7;order:7}.order-sm-8{-ms-flex-order:8;order:8}.order-sm-9{-ms-flex-order:9;order:9}.order-sm-10{-ms-flex-order:10;order:10}.order-sm-11{-ms-flex-order:11;order:11}.order-sm-12{-ms-flex-order:12;order:12}.offset-sm-0{margin-left:0}.offset-sm-1{margin-left:8.333333%}.offset-sm-2{margin-left:16.666667%}.offset-sm-3{margin-left:25%}.offset-sm-4{margin-left:33.333333%}.offset-sm-5{margin-left:41.666667%}.offset-sm-6{margin-left:50%}.offset-sm-7{margin-left:58.333333%}.offset-sm-8{margin-left:66.666667%}.offset-sm-9{margin-left:75%}.offset-sm-10{margin-left:83.333333%}.offset-sm-11{margin-left:91.666667%}}@media (min-width:768px){.col-md{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-md-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.col-md-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-md-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-md-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-md-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-md-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-md-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-md-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-md-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-md-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-md-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-md-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-md-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-md-first{-ms-flex-order:-1;order:-1}.order-md-last{-ms-flex-order:13;order:13}.order-md-0{-ms-flex-order:0;order:0}.order-md-1{-ms-flex-order:1;order:1}.order-md-2{-ms-flex-order:2;order:2}.order-md-3{-ms-flex-order:3;order:3}.order-md-4{-ms-flex-order:4;order:4}.order-md-5{-ms-flex-order:5;order:5}.order-md-6{-ms-flex-order:6;order:6}.order-md-7{-ms-flex-order:7;order:7}.order-md-8{-ms-flex-order:8;order:8}.order-md-9{-ms-flex-order:9;order:9}.order-md-10{-ms-flex-order:10;order:10}.order-md-11{-ms-flex-order:11;order:11}.order-md-12{-ms-flex-order:12;order:12}.offset-md-0{margin-left:0}.offset-md-1{margin-left:8.333333%}.offset-md-2{margin-left:16.666667%}.offset-md-3{margin-left:25%}.offset-md-4{margin-left:33.333333%}.offset-md-5{margin-left:41.666667%}.offset-md-6{margin-left:50%}.offset-md-7{margin-left:58.333333%}.offset-md-8{margin-left:66.666667%}.offset-md-9{margin-left:75%}.offset-md-10{margin-left:83.333333%}.offset-md-11{margin-left:91.666667%}}@media (min-width:992px){.col-lg{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-lg-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.col-lg-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-lg-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-lg-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-lg-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-lg-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-lg-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-lg-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-lg-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-lg-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-lg-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-lg-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-lg-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-lg-first{-ms-flex-order:-1;order:-1}.order-lg-last{-ms-flex-order:13;order:13}.order-lg-0{-ms-flex-order:0;order:0}.order-lg-1{-ms-flex-order:1;order:1}.order-lg-2{-ms-flex-order:2;order:2}.order-lg-3{-ms-flex-order:3;order:3}.order-lg-4{-ms-flex-order:4;order:4}.order-lg-5{-ms-flex-order:5;order:5}.order-lg-6{-ms-flex-order:6;order:6}.order-lg-7{-ms-flex-order:7;order:7}.order-lg-8{-ms-flex-order:8;order:8}.order-lg-9{-ms-flex-order:9;order:9}.order-lg-10{-ms-flex-order:10;order:10}.order-lg-11{-ms-flex-order:11;order:11}.order-lg-12{-ms-flex-order:12;order:12}.offset-lg-0{margin-left:0}.offset-lg-1{margin-left:8.333333%}.offset-lg-2{margin-left:16.666667%}.offset-lg-3{margin-left:25%}.offset-lg-4{margin-left:33.333333%}.offset-lg-5{margin-left:41.666667%}.offset-lg-6{margin-left:50%}.offset-lg-7{margin-left:58.333333%}.offset-lg-8{margin-left:66.666667%}.offset-lg-9{margin-left:75%}.offset-lg-10{margin-left:83.333333%}.offset-lg-11{margin-left:91.666667%}}@media (min-width:1200px){.col-xl{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-xl-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.col-xl-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-xl-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-xl-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-xl-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-xl-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-xl-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-xl-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-xl-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-xl-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-xl-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-xl-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-xl-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-xl-first{-ms-flex-order:-1;order:-1}.order-xl-last{-ms-flex-order:13;order:13}.order-xl-0{-ms-flex-order:0;order:0}.order-xl-1{-ms-flex-order:1;order:1}.order-xl-2{-ms-flex-order:2;order:2}.order-xl-3{-ms-flex-order:3;order:3}.order-xl-4{-ms-flex-order:4;order:4}.order-xl-5{-ms-flex-order:5;order:5}.order-xl-6{-ms-flex-order:6;order:6}.order-xl-7{-ms-flex-order:7;order:7}.order-xl-8{-ms-flex-order:8;order:8}.order-xl-9{-ms-flex-order:9;order:9}.order-xl-10{-ms-flex-order:10;order:10}.order-xl-11{-ms-flex-order:11;order:11}.order-xl-12{-ms-flex-order:12;order:12}.offset-xl-0{margin-left:0}.offset-xl-1{margin-left:8.333333%}.offset-xl-2{margin-left:16.666667%}.offset-xl-3{margin-left:25%}.offset-xl-4{margin-left:33.333333%}.offset-xl-5{margin-left:41.666667%}.offset-xl-6{margin-left:50%}.offset-xl-7{margin-left:58.333333%}.offset-xl-8{margin-left:66.666667%}.offset-xl-9{margin-left:75%}.offset-xl-10{margin-left:83.333333%}.offset-xl-11{margin-left:91.666667%}}.table{width:100%;margin-bottom:1rem;background-color:transparent}.table td,.table th{padding:.75rem;vertical-align:top;border-top:1px solid #dee2e6}.table thead th{vertical-align:bottom;border-bottom:2px solid #dee2e6}.table tbody+tbody{border-top:2px solid #dee2e6}.table .table{background-color:#fff}.table-sm td,.table-sm th{padding:.3rem}.table-bordered{border:1px solid #dee2e6}.table-bordered td,.table-bordered th{border:1px solid #dee2e6}.table-bordered thead td,.table-bordered thead th{border-bottom-width:2px}.table-borderless tbody+tbody,.table-borderless td,.table-borderless th,.table-borderless thead th{border:0}.table-striped tbody tr:nth-of-type(odd){background-color:rgba(0,0,0,.05)}.table-hover tbody tr:hover{background-color:rgba(0,0,0,.075)}.table-primary,.table-primary>td,.table-primary>th{background-color:#b8daff}.table-primary tbody+tbody,.table-primary td,.table-primary th,.table-primary thead th{border-color:#7abaff}.table-hover .table-primary:hover{background-color:#9fcdff}.table-hover .table-primary:hover>td,.table-hover .table-primary:hover>th{background-color:#9fcdff}.table-secondary,.table-secondary>td,.table-secondary>th{background-color:#d6d8db}.table-secondary tbody+tbody,.table-secondary td,.table-secondary th,.table-secondary thead th{border-color:#b3b7bb}.table-hover .table-secondary:hover{background-color:#c8cbcf}.table-hover .table-secondary:hover>td,.table-hover .table-secondary:hover>th{background-color:#c8cbcf}.table-success,.table-success>td,.table-success>th{background-color:#c3e6cb}.table-success tbody+tbody,.table-success td,.table-success th,.table-success thead th{border-color:#8fd19e}.table-hover .table-success:hover{background-color:#b1dfbb}.table-hover .table-success:hover>td,.table-hover .table-success:hover>th{background-color:#b1dfbb}.table-info,.table-info>td,.table-info>th{background-color:#bee5eb}.table-info tbody+tbody,.table-info td,.table-info th,.table-info thead th{border-color:#86cfda}.table-hover .table-info:hover{background-color:#abdde5}.table-hover .table-info:hover>td,.table-hover .table-info:hover>th{background-color:#abdde5}.table-warning,.table-warning>td,.table-warning>th{background-color:#ffeeba}.table-warning tbody+tbody,.table-warning td,.table-warning th,.table-warning thead th{border-color:#ffdf7e}.table-hover .table-warning:hover{background-color:#ffe8a1}.table-hover .table-warning:hover>td,.table-hover .table-warning:hover>th{background-color:#ffe8a1}.table-danger,.table-danger>td,.table-danger>th{background-color:#f5c6cb}.table-danger tbody+tbody,.table-danger td,.table-danger th,.table-danger thead th{border-color:#ed969e}.table-hover .table-danger:hover{background-color:#f1b0b7}.table-hover .table-danger:hover>td,.table-hover .table-danger:hover>th{background-color:#f1b0b7}.table-light,.table-light>td,.table-light>th{background-color:#fdfdfe}.table-light tbody+tbody,.table-light td,.table-light th,.table-light thead th{border-color:#fbfcfc}.table-hover .table-light:hover{background-color:#ececf6}.table-hover .table-light:hover>td,.table-hover .table-light:hover>th{background-color:#ececf6}.table-dark,.table-dark>td,.table-dark>th{background-color:#c6c8ca}.table-dark tbody+tbody,.table-dark td,.table-dark th,.table-dark thead th{border-color:#95999c}.table-hover .table-dark:hover{background-color:#b9bbbe}.table-hover .table-dark:hover>td,.table-hover .table-dark:hover>th{background-color:#b9bbbe}.table-active,.table-active>td,.table-active>th{background-color:rgba(0,0,0,.075)}.table-hover .table-active:hover{background-color:rgba(0,0,0,.075)}.table-hover .table-active:hover>td,.table-hover .table-active:hover>th{background-color:rgba(0,0,0,.075)}.table .thead-dark th{color:#fff;background-color:#212529;border-color:#32383e}.table .thead-light th{color:#495057;background-color:#e9ecef;border-color:#dee2e6}.table-dark{color:#fff;background-color:#212529}.table-dark td,.table-dark th,.table-dark thead th{border-color:#32383e}.table-dark.table-bordered{border:0}.table-dark.table-striped tbody tr:nth-of-type(odd){background-color:rgba(255,255,255,.05)}.table-dark.table-hover tbody tr:hover{background-color:rgba(255,255,255,.075)}@media (max-width:575.98px){.table-responsive-sm{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}.table-responsive-sm>.table-bordered{border:0}}@media (max-width:767.98px){.table-responsive-md{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}.table-responsive-md>.table-bordered{border:0}}@media (max-width:991.98px){.table-responsive-lg{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}.table-responsive-lg>.table-bordered{border:0}}@media (max-width:1199.98px){.table-responsive-xl{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}.table-responsive-xl>.table-bordered{border:0}}.table-responsive{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}.table-responsive>.table-bordered{border:0}.form-control{display:block;width:100%;height:calc(2.25rem + 2px);padding:.375rem .75rem;font-size:1rem;font-weight:400;line-height:1.5;color:#495057;background-color:#fff;background-clip:padding-box;border:1px solid #ced4da;border-radius:.25rem;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media screen and (prefers-reduced-motion:reduce){.form-control{transition:none}}.form-control::-ms-expand{background-color:transparent;border:0}.form-control:focus{color:#495057;background-color:#fff;border-color:#80bdff;outline:0;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.form-control::-webkit-input-placeholder{color:#6c757d;opacity:1}.form-control::-moz-placeholder{color:#6c757d;opacity:1}.form-control:-ms-input-placeholder{color:#6c757d;opacity:1}.form-control::-ms-input-placeholder{color:#6c757d;opacity:1}.form-control::placeholder{color:#6c757d;opacity:1}.form-control:disabled,.form-control[readonly]{background-color:#e9ecef;opacity:1}select.form-control:focus::-ms-value{color:#495057;background-color:#fff}.form-control-file,.form-control-range{display:block;width:100%}.col-form-label{padding-top:calc(.375rem + 1px);padding-bottom:calc(.375rem + 1px);margin-bottom:0;font-size:inherit;line-height:1.5}.col-form-label-lg{padding-top:calc(.5rem + 1px);padding-bottom:calc(.5rem + 1px);font-size:1.25rem;line-height:1.5}.col-form-label-sm{padding-top:calc(.25rem + 1px);padding-bottom:calc(.25rem + 1px);font-size:.875rem;line-height:1.5}.form-control-plaintext{display:block;width:100%;padding-top:.375rem;padding-bottom:.375rem;margin-bottom:0;line-height:1.5;color:#212529;background-color:transparent;border:solid transparent;border-width:1px 0}.form-control-plaintext.form-control-lg,.form-control-plaintext.form-control-sm{padding-right:0;padding-left:0}.form-control-sm{height:calc(1.8125rem + 2px);padding:.25rem .5rem;font-size:.875rem;line-height:1.5;border-radius:.2rem}.form-control-lg{height:calc(2.875rem + 2px);padding:.5rem 1rem;font-size:1.25rem;line-height:1.5;border-radius:.3rem}select.form-control[multiple],select.form-control[size]{height:auto}textarea.form-control{height:auto}.form-group{margin-bottom:1rem}.form-text{display:block;margin-top:.25rem}.form-row{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-5px;margin-left:-5px}.form-row>.col,.form-row>[class*=col-]{padding-right:5px;padding-left:5px}.form-check{position:relative;display:block;padding-left:1.25rem}.form-check-input{position:absolute;margin-top:.3rem;margin-left:-1.25rem}.form-check-input:disabled~.form-check-label{color:#6c757d}.form-check-label{margin-bottom:0}.form-check-inline{display:-ms-inline-flexbox;display:inline-flex;-ms-flex-align:center;align-items:center;padding-left:0;margin-right:.75rem}.form-check-inline .form-check-input{position:static;margin-top:0;margin-right:.3125rem;margin-left:0}.valid-feedback{display:none;width:100%;margin-top:.25rem;font-size:80%;color:#28a745}.valid-tooltip{position:absolute;top:100%;z-index:5;display:none;max-width:100%;padding:.25rem .5rem;margin-top:.1rem;font-size:.875rem;line-height:1.5;color:#fff;background-color:rgba(40,167,69,.9);border-radius:.25rem}.form-control.is-valid,.was-validated .form-control:valid{border-color:#28a745;padding-right:2.25rem;background-repeat:no-repeat;background-position:center right calc(2.25rem / 4);background-size:calc(2.25rem / 2) calc(2.25rem / 2);background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e")}.form-control.is-valid:focus,.was-validated .form-control:valid:focus{border-color:#28a745;box-shadow:0 0 0 .2rem rgba(40,167,69,.25)}.form-control.is-valid~.valid-feedback,.form-control.is-valid~.valid-tooltip,.was-validated .form-control:valid~.valid-feedback,.was-validated .form-control:valid~.valid-tooltip{display:block}.was-validated textarea.form-control:valid,textarea.form-control.is-valid{padding-right:2.25rem;background-position:top calc(2.25rem / 4) right calc(2.25rem / 4)}.custom-select.is-valid,.was-validated .custom-select:valid{border-color:#28a745;padding-right:3.4375rem;background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px,url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") no-repeat center right 1.75rem/1.125rem 1.125rem}.custom-select.is-valid:focus,.was-validated .custom-select:valid:focus{border-color:#28a745;box-shadow:0 0 0 .2rem rgba(40,167,69,.25)}.custom-select.is-valid~.valid-feedback,.custom-select.is-valid~.valid-tooltip,.was-validated .custom-select:valid~.valid-feedback,.was-validated .custom-select:valid~.valid-tooltip{display:block}.form-control-file.is-valid~.valid-feedback,.form-control-file.is-valid~.valid-tooltip,.was-validated .form-control-file:valid~.valid-feedback,.was-validated .form-control-file:valid~.valid-tooltip{display:block}.form-check-input.is-valid~.form-check-label,.was-validated .form-check-input:valid~.form-check-label{color:#28a745}.form-check-input.is-valid~.valid-feedback,.form-check-input.is-valid~.valid-tooltip,.was-validated .form-check-input:valid~.valid-feedback,.was-validated .form-check-input:valid~.valid-tooltip{display:block}.custom-control-input.is-valid~.custom-control-label,.was-validated .custom-control-input:valid~.custom-control-label{color:#28a745}.custom-control-input.is-valid~.custom-control-label::before,.was-validated .custom-control-input:valid~.custom-control-label::before{border-color:#28a745}.custom-control-input.is-valid~.valid-feedback,.custom-control-input.is-valid~.valid-tooltip,.was-validated .custom-control-input:valid~.valid-feedback,.was-validated .custom-control-input:valid~.valid-tooltip{display:block}.custom-control-input.is-valid:checked~.custom-control-label::before,.was-validated .custom-control-input:valid:checked~.custom-control-label::before{border-color:#34ce57;background-color:#34ce57}.custom-control-input.is-valid:focus~.custom-control-label::before,.was-validated .custom-control-input:valid:focus~.custom-control-label::before{box-shadow:0 0 0 .2rem rgba(40,167,69,.25)}.custom-control-input.is-valid:focus:not(:checked)~.custom-control-label::before,.was-validated .custom-control-input:valid:focus:not(:checked)~.custom-control-label::before{border-color:#28a745}.custom-file-input.is-valid~.custom-file-label,.was-validated .custom-file-input:valid~.custom-file-label{border-color:#28a745}.custom-file-input.is-valid~.valid-feedback,.custom-file-input.is-valid~.valid-tooltip,.was-validated .custom-file-input:valid~.valid-feedback,.was-validated .custom-file-input:valid~.valid-tooltip{display:block}.custom-file-input.is-valid:focus~.custom-file-label,.was-validated .custom-file-input:valid:focus~.custom-file-label{border-color:#28a745;box-shadow:0 0 0 .2rem rgba(40,167,69,.25)}.invalid-feedback{display:none;width:100%;margin-top:.25rem;font-size:80%;color:#dc3545}.invalid-tooltip{position:absolute;top:100%;z-index:5;display:none;max-width:100%;padding:.25rem .5rem;margin-top:.1rem;font-size:.875rem;line-height:1.5;color:#fff;background-color:rgba(220,53,69,.9);border-radius:.25rem}.form-control.is-invalid,.was-validated .form-control:invalid{border-color:#dc3545;padding-right:2.25rem;background-repeat:no-repeat;background-position:center right calc(2.25rem / 4);background-size:calc(2.25rem / 2) calc(2.25rem / 2);background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E")}.form-control.is-invalid:focus,.was-validated .form-control:invalid:focus{border-color:#dc3545;box-shadow:0 0 0 .2rem rgba(220,53,69,.25)}.form-control.is-invalid~.invalid-feedback,.form-control.is-invalid~.invalid-tooltip,.was-validated .form-control:invalid~.invalid-feedback,.was-validated .form-control:invalid~.invalid-tooltip{display:block}.was-validated textarea.form-control:invalid,textarea.form-control.is-invalid{padding-right:2.25rem;background-position:top calc(2.25rem / 4) right calc(2.25rem / 4)}.custom-select.is-invalid,.was-validated .custom-select:invalid{border-color:#dc3545;padding-right:3.4375rem;background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px,url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E") no-repeat center right 1.75rem/1.125rem 1.125rem}.custom-select.is-invalid:focus,.was-validated .custom-select:invalid:focus{border-color:#dc3545;box-shadow:0 0 0 .2rem rgba(220,53,69,.25)}.custom-select.is-invalid~.invalid-feedback,.custom-select.is-invalid~.invalid-tooltip,.was-validated .custom-select:invalid~.invalid-feedback,.was-validated .custom-select:invalid~.invalid-tooltip{display:block}.form-control-file.is-invalid~.invalid-feedback,.form-control-file.is-invalid~.invalid-tooltip,.was-validated .form-control-file:invalid~.invalid-feedback,.was-validated .form-control-file:invalid~.invalid-tooltip{display:block}.form-check-input.is-invalid~.form-check-label,.was-validated .form-check-input:invalid~.form-check-label{color:#dc3545}.form-check-input.is-invalid~.invalid-feedback,.form-check-input.is-invalid~.invalid-tooltip,.was-validated .form-check-input:invalid~.invalid-feedback,.was-validated .form-check-input:invalid~.invalid-tooltip{display:block}.custom-control-input.is-invalid~.custom-control-label,.was-validated .custom-control-input:invalid~.custom-control-label{color:#dc3545}.custom-control-input.is-invalid~.custom-control-label::before,.was-validated .custom-control-input:invalid~.custom-control-label::before{border-color:#dc3545}.custom-control-input.is-invalid~.invalid-feedback,.custom-control-input.is-invalid~.invalid-tooltip,.was-validated .custom-control-input:invalid~.invalid-feedback,.was-validated .custom-control-input:invalid~.invalid-tooltip{display:block}.custom-control-input.is-invalid:checked~.custom-control-label::before,.was-validated .custom-control-input:invalid:checked~.custom-control-label::before{border-color:#e4606d;background-color:#e4606d}.custom-control-input.is-invalid:focus~.custom-control-label::before,.was-validated .custom-control-input:invalid:focus~.custom-control-label::before{box-shadow:0 0 0 .2rem rgba(220,53,69,.25)}.custom-control-input.is-invalid:focus:not(:checked)~.custom-control-label::before,.was-validated .custom-control-input:invalid:focus:not(:checked)~.custom-control-label::before{border-color:#dc3545}.custom-file-input.is-invalid~.custom-file-label,.was-validated .custom-file-input:invalid~.custom-file-label{border-color:#dc3545}.custom-file-input.is-invalid~.invalid-feedback,.custom-file-input.is-invalid~.invalid-tooltip,.was-validated .custom-file-input:invalid~.invalid-feedback,.was-validated .custom-file-input:invalid~.invalid-tooltip{display:block}.custom-file-input.is-invalid:focus~.custom-file-label,.was-validated .custom-file-input:invalid:focus~.custom-file-label{border-color:#dc3545;box-shadow:0 0 0 .2rem rgba(220,53,69,.25)}.form-inline{display:-ms-flexbox;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap;-ms-flex-align:center;align-items:center}.form-inline .form-check{width:100%}@media (min-width:576px){.form-inline label{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;margin-bottom:0}.form-inline .form-group{display:-ms-flexbox;display:flex;-ms-flex:0 0 auto;flex:0 0 auto;-ms-flex-flow:row wrap;flex-flow:row wrap;-ms-flex-align:center;align-items:center;margin-bottom:0}.form-inline .form-control{display:inline-block;width:auto;vertical-align:middle}.form-inline .form-control-plaintext{display:inline-block}.form-inline .custom-select,.form-inline .input-group{width:auto}.form-inline .form-check{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;width:auto;padding-left:0}.form-inline .form-check-input{position:relative;margin-top:0;margin-right:.25rem;margin-left:0}.form-inline .custom-control{-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center}.form-inline .custom-control-label{margin-bottom:0}}.btn{display:inline-block;font-weight:400;color:#212529;text-align:center;vertical-align:middle;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-color:transparent;border:1px solid transparent;padding:.375rem .75rem;font-size:1rem;line-height:1.5;border-radius:.25rem;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media screen and (prefers-reduced-motion:reduce){.btn{transition:none}}.btn:hover{color:#212529;text-decoration:none}.btn.focus,.btn:focus{outline:0;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.btn.disabled,.btn:disabled{opacity:.65}.btn:not(:disabled):not(.disabled){cursor:pointer}a.btn.disabled,fieldset:disabled a.btn{pointer-events:none}.btn-primary{color:#fff;background-color:#007bff;border-color:#007bff}.btn-primary:hover{color:#fff;background-color:#0069d9;border-color:#0062cc}.btn-primary.focus,.btn-primary:focus{box-shadow:0 0 0 .2rem rgba(38,143,255,.5)}.btn-primary.disabled,.btn-primary:disabled{color:#fff;background-color:#007bff;border-color:#007bff}.btn-primary:not(:disabled):not(.disabled).active,.btn-primary:not(:disabled):not(.disabled):active,.show>.btn-primary.dropdown-toggle{color:#fff;background-color:#0062cc;border-color:#005cbf}.btn-primary:not(:disabled):not(.disabled).active:focus,.btn-primary:not(:disabled):not(.disabled):active:focus,.show>.btn-primary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(38,143,255,.5)}.btn-secondary{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-secondary:hover{color:#fff;background-color:#5a6268;border-color:#545b62}.btn-secondary.focus,.btn-secondary:focus{box-shadow:0 0 0 .2rem rgba(130,138,145,.5)}.btn-secondary.disabled,.btn-secondary:disabled{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-secondary:not(:disabled):not(.disabled).active,.btn-secondary:not(:disabled):not(.disabled):active,.show>.btn-secondary.dropdown-toggle{color:#fff;background-color:#545b62;border-color:#4e555b}.btn-secondary:not(:disabled):not(.disabled).active:focus,.btn-secondary:not(:disabled):not(.disabled):active:focus,.show>.btn-secondary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(130,138,145,.5)}.btn-success{color:#fff;background-color:#28a745;border-color:#28a745}.btn-success:hover{color:#fff;background-color:#218838;border-color:#1e7e34}.btn-success.focus,.btn-success:focus{box-shadow:0 0 0 .2rem rgba(72,180,97,.5)}.btn-success.disabled,.btn-success:disabled{color:#fff;background-color:#28a745;border-color:#28a745}.btn-success:not(:disabled):not(.disabled).active,.btn-success:not(:disabled):not(.disabled):active,.show>.btn-success.dropdown-toggle{color:#fff;background-color:#1e7e34;border-color:#1c7430}.btn-success:not(:disabled):not(.disabled).active:focus,.btn-success:not(:disabled):not(.disabled):active:focus,.show>.btn-success.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(72,180,97,.5)}.btn-info{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.btn-info:hover{color:#fff;background-color:#138496;border-color:#117a8b}.btn-info.focus,.btn-info:focus{box-shadow:0 0 0 .2rem rgba(58,176,195,.5)}.btn-info.disabled,.btn-info:disabled{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.btn-info:not(:disabled):not(.disabled).active,.btn-info:not(:disabled):not(.disabled):active,.show>.btn-info.dropdown-toggle{color:#fff;background-color:#117a8b;border-color:#10707f}.btn-info:not(:disabled):not(.disabled).active:focus,.btn-info:not(:disabled):not(.disabled):active:focus,.show>.btn-info.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(58,176,195,.5)}.btn-warning{color:#212529;background-color:#ffc107;border-color:#ffc107}.btn-warning:hover{color:#212529;background-color:#e0a800;border-color:#d39e00}.btn-warning.focus,.btn-warning:focus{box-shadow:0 0 0 .2rem rgba(222,170,12,.5)}.btn-warning.disabled,.btn-warning:disabled{color:#212529;background-color:#ffc107;border-color:#ffc107}.btn-warning:not(:disabled):not(.disabled).active,.btn-warning:not(:disabled):not(.disabled):active,.show>.btn-warning.dropdown-toggle{color:#212529;background-color:#d39e00;border-color:#c69500}.btn-warning:not(:disabled):not(.disabled).active:focus,.btn-warning:not(:disabled):not(.disabled):active:focus,.show>.btn-warning.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(222,170,12,.5)}.btn-danger{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-danger:hover{color:#fff;background-color:#c82333;border-color:#bd2130}.btn-danger.focus,.btn-danger:focus{box-shadow:0 0 0 .2rem rgba(225,83,97,.5)}.btn-danger.disabled,.btn-danger:disabled{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-danger:not(:disabled):not(.disabled).active,.btn-danger:not(:disabled):not(.disabled):active,.show>.btn-danger.dropdown-toggle{color:#fff;background-color:#bd2130;border-color:#b21f2d}.btn-danger:not(:disabled):not(.disabled).active:focus,.btn-danger:not(:disabled):not(.disabled):active:focus,.show>.btn-danger.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(225,83,97,.5)}.btn-light{color:#212529;background-color:#f8f9fa;border-color:#f8f9fa}.btn-light:hover{color:#212529;background-color:#e2e6ea;border-color:#dae0e5}.btn-light.focus,.btn-light:focus{box-shadow:0 0 0 .2rem rgba(216,217,219,.5)}.btn-light.disabled,.btn-light:disabled{color:#212529;background-color:#f8f9fa;border-color:#f8f9fa}.btn-light:not(:disabled):not(.disabled).active,.btn-light:not(:disabled):not(.disabled):active,.show>.btn-light.dropdown-toggle{color:#212529;background-color:#dae0e5;border-color:#d3d9df}.btn-light:not(:disabled):not(.disabled).active:focus,.btn-light:not(:disabled):not(.disabled):active:focus,.show>.btn-light.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(216,217,219,.5)}.btn-dark{color:#fff;background-color:#343a40;border-color:#343a40}.btn-dark:hover{color:#fff;background-color:#23272b;border-color:#1d2124}.btn-dark.focus,.btn-dark:focus{box-shadow:0 0 0 .2rem rgba(82,88,93,.5)}.btn-dark.disabled,.btn-dark:disabled{color:#fff;background-color:#343a40;border-color:#343a40}.btn-dark:not(:disabled):not(.disabled).active,.btn-dark:not(:disabled):not(.disabled):active,.show>.btn-dark.dropdown-toggle{color:#fff;background-color:#1d2124;border-color:#171a1d}.btn-dark:not(:disabled):not(.disabled).active:focus,.btn-dark:not(:disabled):not(.disabled):active:focus,.show>.btn-dark.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(82,88,93,.5)}.btn-outline-primary{color:#007bff;border-color:#007bff}.btn-outline-primary:hover{color:#fff;background-color:#007bff;border-color:#007bff}.btn-outline-primary.focus,.btn-outline-primary:focus{box-shadow:0 0 0 .2rem rgba(0,123,255,.5)}.btn-outline-primary.disabled,.btn-outline-primary:disabled{color:#007bff;background-color:transparent}.btn-outline-primary:not(:disabled):not(.disabled).active,.btn-outline-primary:not(:disabled):not(.disabled):active,.show>.btn-outline-primary.dropdown-toggle{color:#fff;background-color:#007bff;border-color:#007bff}.btn-outline-primary:not(:disabled):not(.disabled).active:focus,.btn-outline-primary:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-primary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(0,123,255,.5)}.btn-outline-secondary{color:#6c757d;border-color:#6c757d}.btn-outline-secondary:hover{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-outline-secondary.focus,.btn-outline-secondary:focus{box-shadow:0 0 0 .2rem rgba(108,117,125,.5)}.btn-outline-secondary.disabled,.btn-outline-secondary:disabled{color:#6c757d;background-color:transparent}.btn-outline-secondary:not(:disabled):not(.disabled).active,.btn-outline-secondary:not(:disabled):not(.disabled):active,.show>.btn-outline-secondary.dropdown-toggle{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-secondary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(108,117,125,.5)}.btn-outline-success{color:#28a745;border-color:#28a745}.btn-outline-success:hover{color:#fff;background-color:#28a745;border-color:#28a745}.btn-outline-success.focus,.btn-outline-success:focus{box-shadow:0 0 0 .2rem rgba(40,167,69,.5)}.btn-outline-success.disabled,.btn-outline-success:disabled{color:#28a745;background-color:transparent}.btn-outline-success:not(:disabled):not(.disabled).active,.btn-outline-success:not(:disabled):not(.disabled):active,.show>.btn-outline-success.dropdown-toggle{color:#fff;background-color:#28a745;border-color:#28a745}.btn-outline-success:not(:disabled):not(.disabled).active:focus,.btn-outline-success:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-success.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(40,167,69,.5)}.btn-outline-info{color:#17a2b8;border-color:#17a2b8}.btn-outline-info:hover{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.btn-outline-info.focus,.btn-outline-info:focus{box-shadow:0 0 0 .2rem rgba(23,162,184,.5)}.btn-outline-info.disabled,.btn-outline-info:disabled{color:#17a2b8;background-color:transparent}.btn-outline-info:not(:disabled):not(.disabled).active,.btn-outline-info:not(:disabled):not(.disabled):active,.show>.btn-outline-info.dropdown-toggle{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.btn-outline-info:not(:disabled):not(.disabled).active:focus,.btn-outline-info:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-info.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(23,162,184,.5)}.btn-outline-warning{color:#ffc107;border-color:#ffc107}.btn-outline-warning:hover{color:#212529;background-color:#ffc107;border-color:#ffc107}.btn-outline-warning.focus,.btn-outline-warning:focus{box-shadow:0 0 0 .2rem rgba(255,193,7,.5)}.btn-outline-warning.disabled,.btn-outline-warning:disabled{color:#ffc107;background-color:transparent}.btn-outline-warning:not(:disabled):not(.disabled).active,.btn-outline-warning:not(:disabled):not(.disabled):active,.show>.btn-outline-warning.dropdown-toggle{color:#212529;background-color:#ffc107;border-color:#ffc107}.btn-outline-warning:not(:disabled):not(.disabled).active:focus,.btn-outline-warning:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-warning.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(255,193,7,.5)}.btn-outline-danger{color:#dc3545;border-color:#dc3545}.btn-outline-danger:hover{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-outline-danger.focus,.btn-outline-danger:focus{box-shadow:0 0 0 .2rem rgba(220,53,69,.5)}.btn-outline-danger.disabled,.btn-outline-danger:disabled{color:#dc3545;background-color:transparent}.btn-outline-danger:not(:disabled):not(.disabled).active,.btn-outline-danger:not(:disabled):not(.disabled):active,.show>.btn-outline-danger.dropdown-toggle{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-outline-danger:not(:disabled):not(.disabled).active:focus,.btn-outline-danger:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-danger.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(220,53,69,.5)}.btn-outline-light{color:#f8f9fa;border-color:#f8f9fa}.btn-outline-light:hover{color:#212529;background-color:#f8f9fa;border-color:#f8f9fa}.btn-outline-light.focus,.btn-outline-light:focus{box-shadow:0 0 0 .2rem rgba(248,249,250,.5)}.btn-outline-light.disabled,.btn-outline-light:disabled{color:#f8f9fa;background-color:transparent}.btn-outline-light:not(:disabled):not(.disabled).active,.btn-outline-light:not(:disabled):not(.disabled):active,.show>.btn-outline-light.dropdown-toggle{color:#212529;background-color:#f8f9fa;border-color:#f8f9fa}.btn-outline-light:not(:disabled):not(.disabled).active:focus,.btn-outline-light:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-light.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(248,249,250,.5)}.btn-outline-dark{color:#343a40;border-color:#343a40}.btn-outline-dark:hover{color:#fff;background-color:#343a40;border-color:#343a40}.btn-outline-dark.focus,.btn-outline-dark:focus{box-shadow:0 0 0 .2rem rgba(52,58,64,.5)}.btn-outline-dark.disabled,.btn-outline-dark:disabled{color:#343a40;background-color:transparent}.btn-outline-dark:not(:disabled):not(.disabled).active,.btn-outline-dark:not(:disabled):not(.disabled):active,.show>.btn-outline-dark.dropdown-toggle{color:#fff;background-color:#343a40;border-color:#343a40}.btn-outline-dark:not(:disabled):not(.disabled).active:focus,.btn-outline-dark:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-dark.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(52,58,64,.5)}.btn-link{font-weight:400;color:#007bff}.btn-link:hover{color:#0056b3;text-decoration:underline}.btn-link.focus,.btn-link:focus{text-decoration:underline;box-shadow:none}.btn-link.disabled,.btn-link:disabled{color:#6c757d;pointer-events:none}.btn-group-lg>.btn,.btn-lg{padding:.5rem 1rem;font-size:1.25rem;line-height:1.5;border-radius:.3rem}.btn-group-sm>.btn,.btn-sm{padding:.25rem .5rem;font-size:.875rem;line-height:1.5;border-radius:.2rem}.btn-block{display:block;width:100%}.btn-block+.btn-block{margin-top:.5rem}input[type=button].btn-block,input[type=reset].btn-block,input[type=submit].btn-block{width:100%}.fade{transition:opacity .15s linear}@media screen and (prefers-reduced-motion:reduce){.fade{transition:none}}.fade:not(.show){opacity:0}.collapse:not(.show){display:none}.collapsing{position:relative;height:0;overflow:hidden;transition:height .35s ease}@media screen and (prefers-reduced-motion:reduce){.collapsing{transition:none}}.dropdown,.dropleft,.dropright,.dropup{position:relative}.dropdown-toggle::after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:.3em solid;border-right:.3em solid transparent;border-bottom:0;border-left:.3em solid transparent}.dropdown-toggle:empty::after{margin-left:0}.dropdown-menu{position:absolute;top:100%;left:0;z-index:1000;display:none;float:left;min-width:10rem;padding:.5rem 0;margin:.125rem 0 0;font-size:1rem;color:#212529;text-align:left;list-style:none;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.15);border-radius:.25rem}.dropdown-menu-right{right:0;left:auto}@media (min-width:576px){.dropdown-menu-sm-right{right:0;left:auto}}@media (min-width:768px){.dropdown-menu-md-right{right:0;left:auto}}@media (min-width:992px){.dropdown-menu-lg-right{right:0;left:auto}}@media (min-width:1200px){.dropdown-menu-xl-right{right:0;left:auto}}.dropdown-menu-left{right:auto;left:0}@media (min-width:576px){.dropdown-menu-sm-left{right:auto;left:0}}@media (min-width:768px){.dropdown-menu-md-left{right:auto;left:0}}@media (min-width:992px){.dropdown-menu-lg-left{right:auto;left:0}}@media (min-width:1200px){.dropdown-menu-xl-left{right:auto;left:0}}.dropup .dropdown-menu{top:auto;bottom:100%;margin-top:0;margin-bottom:.125rem}.dropup .dropdown-toggle::after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:0;border-right:.3em solid transparent;border-bottom:.3em solid;border-left:.3em solid transparent}.dropup .dropdown-toggle:empty::after{margin-left:0}.dropright .dropdown-menu{top:0;right:auto;left:100%;margin-top:0;margin-left:.125rem}.dropright .dropdown-toggle::after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:.3em solid transparent;border-right:0;border-bottom:.3em solid transparent;border-left:.3em solid}.dropright .dropdown-toggle:empty::after{margin-left:0}.dropright .dropdown-toggle::after{vertical-align:0}.dropleft .dropdown-menu{top:0;right:100%;left:auto;margin-top:0;margin-right:.125rem}.dropleft .dropdown-toggle::after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:""}.dropleft .dropdown-toggle::after{display:none}.dropleft .dropdown-toggle::before{display:inline-block;margin-right:.255em;vertical-align:.255em;content:"";border-top:.3em solid transparent;border-right:.3em solid;border-bottom:.3em solid transparent}.dropleft .dropdown-toggle:empty::after{margin-left:0}.dropleft .dropdown-toggle::before{vertical-align:0}.dropdown-menu[x-placement^=bottom],.dropdown-menu[x-placement^=left],.dropdown-menu[x-placement^=right],.dropdown-menu[x-placement^=top]{right:auto;bottom:auto}.dropdown-divider{height:0;margin:.5rem 0;overflow:hidden;border-top:1px solid #e9ecef}.dropdown-item{display:block;width:100%;padding:.25rem 1.5rem;clear:both;font-weight:400;color:#212529;text-align:inherit;white-space:nowrap;background-color:transparent;border:0}.dropdown-item:first-child{border-top-left-radius:calc(.25rem - 1px);border-top-right-radius:calc(.25rem - 1px)}.dropdown-item:last-child{border-bottom-right-radius:calc(.25rem - 1px);border-bottom-left-radius:calc(.25rem - 1px)}.dropdown-item:focus,.dropdown-item:hover{color:#16181b;text-decoration:none;background-color:#f8f9fa}.dropdown-item.active,.dropdown-item:active{color:#fff;text-decoration:none;background-color:#007bff}.dropdown-item.disabled,.dropdown-item:disabled{color:#6c757d;pointer-events:none;background-color:transparent}.dropdown-menu.show{display:block}.dropdown-header{display:block;padding:.5rem 1.5rem;margin-bottom:0;font-size:.875rem;color:#6c757d;white-space:nowrap}.dropdown-item-text{display:block;padding:.25rem 1.5rem;color:#212529}.btn-group,.btn-group-vertical{position:relative;display:-ms-inline-flexbox;display:inline-flex;vertical-align:middle}.btn-group-vertical>.btn,.btn-group>.btn{position:relative;-ms-flex:1 1 auto;flex:1 1 auto}.btn-group-vertical>.btn:hover,.btn-group>.btn:hover{z-index:1}.btn-group-vertical>.btn.active,.btn-group-vertical>.btn:active,.btn-group-vertical>.btn:focus,.btn-group>.btn.active,.btn-group>.btn:active,.btn-group>.btn:focus{z-index:1}.btn-toolbar{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:start;justify-content:flex-start}.btn-toolbar .input-group{width:auto}.btn-group>.btn-group:not(:first-child),.btn-group>.btn:not(:first-child){margin-left:-1px}.btn-group>.btn-group:not(:last-child)>.btn,.btn-group>.btn:not(:last-child):not(.dropdown-toggle){border-top-right-radius:0;border-bottom-right-radius:0}.btn-group>.btn-group:not(:first-child)>.btn,.btn-group>.btn:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.dropdown-toggle-split{padding-right:.5625rem;padding-left:.5625rem}.dropdown-toggle-split::after,.dropright .dropdown-toggle-split::after,.dropup .dropdown-toggle-split::after{margin-left:0}.dropleft .dropdown-toggle-split::before{margin-right:0}.btn-group-sm>.btn+.dropdown-toggle-split,.btn-sm+.dropdown-toggle-split{padding-right:.375rem;padding-left:.375rem}.btn-group-lg>.btn+.dropdown-toggle-split,.btn-lg+.dropdown-toggle-split{padding-right:.75rem;padding-left:.75rem}.btn-group-vertical{-ms-flex-direction:column;flex-direction:column;-ms-flex-align:start;align-items:flex-start;-ms-flex-pack:center;justify-content:center}.btn-group-vertical>.btn,.btn-group-vertical>.btn-group{width:100%}.btn-group-vertical>.btn-group:not(:first-child),.btn-group-vertical>.btn:not(:first-child){margin-top:-1px}.btn-group-vertical>.btn-group:not(:last-child)>.btn,.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle){border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn-group:not(:first-child)>.btn,.btn-group-vertical>.btn:not(:first-child){border-top-left-radius:0;border-top-right-radius:0}.btn-group-toggle>.btn,.btn-group-toggle>.btn-group>.btn{margin-bottom:0}.btn-group-toggle>.btn input[type=checkbox],.btn-group-toggle>.btn input[type=radio],.btn-group-toggle>.btn-group>.btn input[type=checkbox],.btn-group-toggle>.btn-group>.btn input[type=radio]{position:absolute;clip:rect(0,0,0,0);pointer-events:none}.input-group{position:relative;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-align:stretch;align-items:stretch;width:100%}.input-group>.custom-file,.input-group>.custom-select,.input-group>.form-control,.input-group>.form-control-plaintext{position:relative;-ms-flex:1 1 auto;flex:1 1 auto;width:1%;margin-bottom:0}.input-group>.custom-file+.custom-file,.input-group>.custom-file+.custom-select,.input-group>.custom-file+.form-control,.input-group>.custom-select+.custom-file,.input-group>.custom-select+.custom-select,.input-group>.custom-select+.form-control,.input-group>.form-control+.custom-file,.input-group>.form-control+.custom-select,.input-group>.form-control+.form-control,.input-group>.form-control-plaintext+.custom-file,.input-group>.form-control-plaintext+.custom-select,.input-group>.form-control-plaintext+.form-control{margin-left:-1px}.input-group>.custom-file .custom-file-input:focus~.custom-file-label,.input-group>.custom-select:focus,.input-group>.form-control:focus{z-index:3}.input-group>.custom-file .custom-file-input:focus{z-index:4}.input-group>.custom-select:not(:last-child),.input-group>.form-control:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}.input-group>.custom-select:not(:first-child),.input-group>.form-control:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.input-group>.custom-file{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.input-group>.custom-file:not(:last-child) .custom-file-label,.input-group>.custom-file:not(:last-child) .custom-file-label::after{border-top-right-radius:0;border-bottom-right-radius:0}.input-group>.custom-file:not(:first-child) .custom-file-label{border-top-left-radius:0;border-bottom-left-radius:0}.input-group-append,.input-group-prepend{display:-ms-flexbox;display:flex}.input-group-append .btn,.input-group-prepend .btn{position:relative;z-index:2}.input-group-append .btn:focus,.input-group-prepend .btn:focus{z-index:3}.input-group-append .btn+.btn,.input-group-append .btn+.input-group-text,.input-group-append .input-group-text+.btn,.input-group-append .input-group-text+.input-group-text,.input-group-prepend .btn+.btn,.input-group-prepend .btn+.input-group-text,.input-group-prepend .input-group-text+.btn,.input-group-prepend .input-group-text+.input-group-text{margin-left:-1px}.input-group-prepend{margin-right:-1px}.input-group-append{margin-left:-1px}.input-group-text{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;padding:.375rem .75rem;margin-bottom:0;font-size:1rem;font-weight:400;line-height:1.5;color:#495057;text-align:center;white-space:nowrap;background-color:#e9ecef;border:1px solid #ced4da;border-radius:.25rem}.input-group-text input[type=checkbox],.input-group-text input[type=radio]{margin-top:0}.input-group-lg>.custom-select,.input-group-lg>.form-control:not(textarea){height:calc(2.875rem + 2px)}.input-group-lg>.custom-select,.input-group-lg>.form-control,.input-group-lg>.input-group-append>.btn,.input-group-lg>.input-group-append>.input-group-text,.input-group-lg>.input-group-prepend>.btn,.input-group-lg>.input-group-prepend>.input-group-text{padding:.5rem 1rem;font-size:1.25rem;line-height:1.5;border-radius:.3rem}.input-group-sm>.custom-select,.input-group-sm>.form-control:not(textarea){height:calc(1.8125rem + 2px)}.input-group-sm>.custom-select,.input-group-sm>.form-control,.input-group-sm>.input-group-append>.btn,.input-group-sm>.input-group-append>.input-group-text,.input-group-sm>.input-group-prepend>.btn,.input-group-sm>.input-group-prepend>.input-group-text{padding:.25rem .5rem;font-size:.875rem;line-height:1.5;border-radius:.2rem}.input-group-lg>.custom-select,.input-group-sm>.custom-select{padding-right:1.75rem}.input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle),.input-group>.input-group-append:last-child>.input-group-text:not(:last-child),.input-group>.input-group-append:not(:last-child)>.btn,.input-group>.input-group-append:not(:last-child)>.input-group-text,.input-group>.input-group-prepend>.btn,.input-group>.input-group-prepend>.input-group-text{border-top-right-radius:0;border-bottom-right-radius:0}.input-group>.input-group-append>.btn,.input-group>.input-group-append>.input-group-text,.input-group>.input-group-prepend:first-child>.btn:not(:first-child),.input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child),.input-group>.input-group-prepend:not(:first-child)>.btn,.input-group>.input-group-prepend:not(:first-child)>.input-group-text{border-top-left-radius:0;border-bottom-left-radius:0}.custom-control{position:relative;display:block;min-height:1.5rem;padding-left:1.5rem}.custom-control-inline{display:-ms-inline-flexbox;display:inline-flex;margin-right:1rem}.custom-control-input{position:absolute;z-index:-1;opacity:0}.custom-control-input:checked~.custom-control-label::before{color:#fff;border-color:#007bff;background-color:#007bff}.custom-control-input:focus~.custom-control-label::before{box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.custom-control-input:focus:not(:checked)~.custom-control-label::before{border-color:#80bdff}.custom-control-input:not(:disabled):active~.custom-control-label::before{color:#fff;background-color:#b3d7ff;border-color:#b3d7ff}.custom-control-input:disabled~.custom-control-label{color:#6c757d}.custom-control-input:disabled~.custom-control-label::before{background-color:#e9ecef}.custom-control-label{position:relative;margin-bottom:0;vertical-align:top}.custom-control-label::before{position:absolute;top:.25rem;left:-1.5rem;display:block;width:1rem;height:1rem;pointer-events:none;content:"";background-color:#fff;border:#adb5bd solid 1px}.custom-control-label::after{position:absolute;top:.25rem;left:-1.5rem;display:block;width:1rem;height:1rem;content:"";background-repeat:no-repeat;background-position:center center;background-size:50% 50%}.custom-checkbox .custom-control-label::before{border-radius:.25rem}.custom-checkbox .custom-control-input:checked~.custom-control-label::after{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e")}.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::before{border-color:#007bff;background-color:#007bff}.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::after{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e")}.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label::before{background-color:rgba(0,123,255,.5)}.custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label::before{background-color:rgba(0,123,255,.5)}.custom-radio .custom-control-label::before{border-radius:50%}.custom-radio .custom-control-input:checked~.custom-control-label::after{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e")}.custom-radio .custom-control-input:disabled:checked~.custom-control-label::before{background-color:rgba(0,123,255,.5)}.custom-switch{padding-left:2.25rem}.custom-switch .custom-control-label::before{left:-2.25rem;width:1.75rem;pointer-events:all;border-radius:.5rem}.custom-switch .custom-control-label::after{top:calc(.25rem + 2px);left:calc(-2.25rem + 2px);width:calc(1rem - 4px);height:calc(1rem - 4px);background-color:#adb5bd;border-radius:.5rem;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-transform .15s ease-in-out;transition:transform .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:transform .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-transform .15s ease-in-out}@media screen and (prefers-reduced-motion:reduce){.custom-switch .custom-control-label::after{transition:none}}.custom-switch .custom-control-input:checked~.custom-control-label::after{background-color:#fff;-webkit-transform:translateX(.75rem);transform:translateX(.75rem)}.custom-switch .custom-control-input:disabled:checked~.custom-control-label::before{background-color:rgba(0,123,255,.5)}.custom-select{display:inline-block;width:100%;height:calc(2.25rem + 2px);padding:.375rem 1.75rem .375rem .75rem;font-weight:400;line-height:1.5;color:#495057;vertical-align:middle;background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px;background-color:#fff;border:1px solid #ced4da;border-radius:.25rem;-webkit-appearance:none;-moz-appearance:none;appearance:none}.custom-select:focus{border-color:#80bdff;outline:0;box-shadow:0 0 0 .2rem rgba(128,189,255,.5)}.custom-select:focus::-ms-value{color:#495057;background-color:#fff}.custom-select[multiple],.custom-select[size]:not([size="1"]){height:auto;padding-right:.75rem;background-image:none}.custom-select:disabled{color:#6c757d;background-color:#e9ecef}.custom-select::-ms-expand{opacity:0}.custom-select-sm{height:calc(1.8125rem + 2px);padding-top:.25rem;padding-bottom:.25rem;padding-left:.5rem;font-size:.875rem}.custom-select-lg{height:calc(2.875rem + 2px);padding-top:.5rem;padding-bottom:.5rem;padding-left:1rem;font-size:1.25rem}.custom-file{position:relative;display:inline-block;width:100%;height:calc(2.25rem + 2px);margin-bottom:0}.custom-file-input{position:relative;z-index:2;width:100%;height:calc(2.25rem + 2px);margin:0;opacity:0}.custom-file-input:focus~.custom-file-label{border-color:#80bdff;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.custom-file-input:disabled~.custom-file-label{background-color:#e9ecef}.custom-file-input:lang(en)~.custom-file-label::after{content:"Browse"}.custom-file-input~.custom-file-label[data-browse]::after{content:attr(data-browse)}.custom-file-label{position:absolute;top:0;right:0;left:0;z-index:1;height:calc(2.25rem + 2px);padding:.375rem .75rem;font-weight:400;line-height:1.5;color:#495057;background-color:#fff;border:1px solid #ced4da;border-radius:.25rem}.custom-file-label::after{position:absolute;top:0;right:0;bottom:0;z-index:3;display:block;height:2.25rem;padding:.375rem .75rem;line-height:1.5;color:#495057;content:"Browse";background-color:#e9ecef;border-left:inherit;border-radius:0 .25rem .25rem 0}.custom-range{width:100%;height:calc(1rem + .4rem);padding:0;background-color:transparent;-webkit-appearance:none;-moz-appearance:none;appearance:none}.custom-range:focus{outline:0}.custom-range:focus::-webkit-slider-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(0,123,255,.25)}.custom-range:focus::-moz-range-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(0,123,255,.25)}.custom-range:focus::-ms-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(0,123,255,.25)}.custom-range::-moz-focus-outer{border:0}.custom-range::-webkit-slider-thumb{width:1rem;height:1rem;margin-top:-.25rem;background-color:#007bff;border:0;border-radius:1rem;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;-webkit-appearance:none;appearance:none}@media screen and (prefers-reduced-motion:reduce){.custom-range::-webkit-slider-thumb{transition:none}}.custom-range::-webkit-slider-thumb:active{background-color:#b3d7ff}.custom-range::-webkit-slider-runnable-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:#dee2e6;border-color:transparent;border-radius:1rem}.custom-range::-moz-range-thumb{width:1rem;height:1rem;background-color:#007bff;border:0;border-radius:1rem;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;-moz-appearance:none;appearance:none}@media screen and (prefers-reduced-motion:reduce){.custom-range::-moz-range-thumb{transition:none}}.custom-range::-moz-range-thumb:active{background-color:#b3d7ff}.custom-range::-moz-range-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:#dee2e6;border-color:transparent;border-radius:1rem}.custom-range::-ms-thumb{width:1rem;height:1rem;margin-top:0;margin-right:.2rem;margin-left:.2rem;background-color:#007bff;border:0;border-radius:1rem;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;appearance:none}@media screen and (prefers-reduced-motion:reduce){.custom-range::-ms-thumb{transition:none}}.custom-range::-ms-thumb:active{background-color:#b3d7ff}.custom-range::-ms-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:transparent;border-color:transparent;border-width:.5rem}.custom-range::-ms-fill-lower{background-color:#dee2e6;border-radius:1rem}.custom-range::-ms-fill-upper{margin-right:15px;background-color:#dee2e6;border-radius:1rem}.custom-range:disabled::-webkit-slider-thumb{background-color:#adb5bd}.custom-range:disabled::-webkit-slider-runnable-track{cursor:default}.custom-range:disabled::-moz-range-thumb{background-color:#adb5bd}.custom-range:disabled::-moz-range-track{cursor:default}.custom-range:disabled::-ms-thumb{background-color:#adb5bd}.custom-control-label::before,.custom-file-label,.custom-select{transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media screen and (prefers-reduced-motion:reduce){.custom-control-label::before,.custom-file-label,.custom-select{transition:none}}.nav{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;padding-left:0;margin-bottom:0;list-style:none}.nav-link{display:block;padding:.5rem 1rem}.nav-link:focus,.nav-link:hover{text-decoration:none}.nav-link.disabled{color:#6c757d;pointer-events:none;cursor:default}.nav-tabs{border-bottom:1px solid #dee2e6}.nav-tabs .nav-item{margin-bottom:-1px}.nav-tabs .nav-link{border:1px solid transparent;border-top-left-radius:.25rem;border-top-right-radius:.25rem}.nav-tabs .nav-link:focus,.nav-tabs .nav-link:hover{border-color:#e9ecef #e9ecef #dee2e6}.nav-tabs .nav-link.disabled{color:#6c757d;background-color:transparent;border-color:transparent}.nav-tabs .nav-item.show .nav-link,.nav-tabs .nav-link.active{color:#495057;background-color:#fff;border-color:#dee2e6 #dee2e6 #fff}.nav-tabs .dropdown-menu{margin-top:-1px;border-top-left-radius:0;border-top-right-radius:0}.nav-pills .nav-link{border-radius:.25rem}.nav-pills .nav-link.active,.nav-pills .show>.nav-link{color:#fff;background-color:#007bff}.nav-fill .nav-item{-ms-flex:1 1 auto;flex:1 1 auto;text-align:center}.nav-justified .nav-item{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;text-align:center}.tab-content>.tab-pane{display:none}.tab-content>.active{display:block}.navbar{position:relative;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between;padding:.5rem 1rem}.navbar>.container,.navbar>.container-fluid{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between}.navbar-brand{display:inline-block;padding-top:.3125rem;padding-bottom:.3125rem;margin-right:1rem;font-size:1.25rem;line-height:inherit;white-space:nowrap}.navbar-brand:focus,.navbar-brand:hover{text-decoration:none}.navbar-nav{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;padding-left:0;margin-bottom:0;list-style:none}.navbar-nav .nav-link{padding-right:0;padding-left:0}.navbar-nav .dropdown-menu{position:static;float:none}.navbar-text{display:inline-block;padding-top:.5rem;padding-bottom:.5rem}.navbar-collapse{-ms-flex-preferred-size:100%;flex-basis:100%;-ms-flex-positive:1;flex-grow:1;-ms-flex-align:center;align-items:center}.navbar-toggler{padding:.25rem .75rem;font-size:1.25rem;line-height:1;background-color:transparent;border:1px solid transparent;border-radius:.25rem}.navbar-toggler:focus,.navbar-toggler:hover{text-decoration:none}.navbar-toggler:not(:disabled):not(.disabled){cursor:pointer}.navbar-toggler-icon{display:inline-block;width:1.5em;height:1.5em;vertical-align:middle;content:"";background:no-repeat center center;background-size:100% 100%}@media (max-width:575.98px){.navbar-expand-sm>.container,.navbar-expand-sm>.container-fluid{padding-right:0;padding-left:0}}@media (min-width:576px){.navbar-expand-sm{-ms-flex-flow:row nowrap;flex-flow:row nowrap;-ms-flex-pack:start;justify-content:flex-start}.navbar-expand-sm .navbar-nav{-ms-flex-direction:row;flex-direction:row}.navbar-expand-sm .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-sm .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-sm>.container,.navbar-expand-sm>.container-fluid{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.navbar-expand-sm .navbar-collapse{display:-ms-flexbox!important;display:flex!important;-ms-flex-preferred-size:auto;flex-basis:auto}.navbar-expand-sm .navbar-toggler{display:none}}@media (max-width:767.98px){.navbar-expand-md>.container,.navbar-expand-md>.container-fluid{padding-right:0;padding-left:0}}@media (min-width:768px){.navbar-expand-md{-ms-flex-flow:row nowrap;flex-flow:row nowrap;-ms-flex-pack:start;justify-content:flex-start}.navbar-expand-md .navbar-nav{-ms-flex-direction:row;flex-direction:row}.navbar-expand-md .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-md .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-md>.container,.navbar-expand-md>.container-fluid{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.navbar-expand-md .navbar-collapse{display:-ms-flexbox!important;display:flex!important;-ms-flex-preferred-size:auto;flex-basis:auto}.navbar-expand-md .navbar-toggler{display:none}}@media (max-width:991.98px){.navbar-expand-lg>.container,.navbar-expand-lg>.container-fluid{padding-right:0;padding-left:0}}@media (min-width:992px){.navbar-expand-lg{-ms-flex-flow:row nowrap;flex-flow:row nowrap;-ms-flex-pack:start;justify-content:flex-start}.navbar-expand-lg .navbar-nav{-ms-flex-direction:row;flex-direction:row}.navbar-expand-lg .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-lg .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-lg>.container,.navbar-expand-lg>.container-fluid{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.navbar-expand-lg .navbar-collapse{display:-ms-flexbox!important;display:flex!important;-ms-flex-preferred-size:auto;flex-basis:auto}.navbar-expand-lg .navbar-toggler{display:none}}@media (max-width:1199.98px){.navbar-expand-xl>.container,.navbar-expand-xl>.container-fluid{padding-right:0;padding-left:0}}@media (min-width:1200px){.navbar-expand-xl{-ms-flex-flow:row nowrap;flex-flow:row nowrap;-ms-flex-pack:start;justify-content:flex-start}.navbar-expand-xl .navbar-nav{-ms-flex-direction:row;flex-direction:row}.navbar-expand-xl .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-xl .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-xl>.container,.navbar-expand-xl>.container-fluid{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.navbar-expand-xl .navbar-collapse{display:-ms-flexbox!important;display:flex!important;-ms-flex-preferred-size:auto;flex-basis:auto}.navbar-expand-xl .navbar-toggler{display:none}}.navbar-expand{-ms-flex-flow:row nowrap;flex-flow:row nowrap;-ms-flex-pack:start;justify-content:flex-start}.navbar-expand>.container,.navbar-expand>.container-fluid{padding-right:0;padding-left:0}.navbar-expand .navbar-nav{-ms-flex-direction:row;flex-direction:row}.navbar-expand .navbar-nav .dropdown-menu{position:absolute}.navbar-expand .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand>.container,.navbar-expand>.container-fluid{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.navbar-expand .navbar-collapse{display:-ms-flexbox!important;display:flex!important;-ms-flex-preferred-size:auto;flex-basis:auto}.navbar-expand .navbar-toggler{display:none}.navbar-light .navbar-brand{color:rgba(0,0,0,.9)}.navbar-light .navbar-brand:focus,.navbar-light .navbar-brand:hover{color:rgba(0,0,0,.9)}.navbar-light .navbar-nav .nav-link{color:rgba(0,0,0,.5)}.navbar-light .navbar-nav .nav-link:focus,.navbar-light .navbar-nav .nav-link:hover{color:rgba(0,0,0,.7)}.navbar-light .navbar-nav .nav-link.disabled{color:rgba(0,0,0,.3)}.navbar-light .navbar-nav .active>.nav-link,.navbar-light .navbar-nav .nav-link.active,.navbar-light .navbar-nav .nav-link.show,.navbar-light .navbar-nav .show>.nav-link{color:rgba(0,0,0,.9)}.navbar-light .navbar-toggler{color:rgba(0,0,0,.5);border-color:rgba(0,0,0,.1)}.navbar-light .navbar-toggler-icon{background-image:url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")}.navbar-light .navbar-text{color:rgba(0,0,0,.5)}.navbar-light .navbar-text a{color:rgba(0,0,0,.9)}.navbar-light .navbar-text a:focus,.navbar-light .navbar-text a:hover{color:rgba(0,0,0,.9)}.navbar-dark .navbar-brand{color:#fff}.navbar-dark .navbar-brand:focus,.navbar-dark .navbar-brand:hover{color:#fff}.navbar-dark .navbar-nav .nav-link{color:rgba(255,255,255,.5)}.navbar-dark .navbar-nav .nav-link:focus,.navbar-dark .navbar-nav .nav-link:hover{color:rgba(255,255,255,.75)}.navbar-dark .navbar-nav .nav-link.disabled{color:rgba(255,255,255,.25)}.navbar-dark .navbar-nav .active>.nav-link,.navbar-dark .navbar-nav .nav-link.active,.navbar-dark .navbar-nav .nav-link.show,.navbar-dark .navbar-nav .show>.nav-link{color:#fff}.navbar-dark .navbar-toggler{color:rgba(255,255,255,.5);border-color:rgba(255,255,255,.1)}.navbar-dark .navbar-toggler-icon{background-image:url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")}.navbar-dark .navbar-text{color:rgba(255,255,255,.5)}.navbar-dark .navbar-text a{color:#fff}.navbar-dark .navbar-text a:focus,.navbar-dark .navbar-text a:hover{color:#fff}.card{position:relative;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;min-width:0;word-wrap:break-word;background-color:#fff;background-clip:border-box;border:1px solid rgba(0,0,0,.125);border-radius:.25rem}.card>hr{margin-right:0;margin-left:0}.card>.list-group:first-child .list-group-item:first-child{border-top-left-radius:.25rem;border-top-right-radius:.25rem}.card>.list-group:last-child .list-group-item:last-child{border-bottom-right-radius:.25rem;border-bottom-left-radius:.25rem}.card-body{-ms-flex:1 1 auto;flex:1 1 auto;padding:1.25rem}.card-title{margin-bottom:.75rem}.card-subtitle{margin-top:-.375rem;margin-bottom:0}.card-text:last-child{margin-bottom:0}.card-link:hover{text-decoration:none}.card-link+.card-link{margin-left:1.25rem}.card-header{padding:.75rem 1.25rem;margin-bottom:0;color:inherit;background-color:rgba(0,0,0,.03);border-bottom:1px solid rgba(0,0,0,.125)}.card-header:first-child{border-radius:calc(.25rem - 1px) calc(.25rem - 1px) 0 0}.card-header+.list-group .list-group-item:first-child{border-top:0}.card-footer{padding:.75rem 1.25rem;background-color:rgba(0,0,0,.03);border-top:1px solid rgba(0,0,0,.125)}.card-footer:last-child{border-radius:0 0 calc(.25rem - 1px) calc(.25rem - 1px)}.card-header-tabs{margin-right:-.625rem;margin-bottom:-.75rem;margin-left:-.625rem;border-bottom:0}.card-header-pills{margin-right:-.625rem;margin-left:-.625rem}.card-img-overlay{position:absolute;top:0;right:0;bottom:0;left:0;padding:1.25rem}.card-img{width:100%;border-radius:calc(.25rem - 1px)}.card-img-top{width:100%;border-top-left-radius:calc(.25rem - 1px);border-top-right-radius:calc(.25rem - 1px)}.card-img-bottom{width:100%;border-bottom-right-radius:calc(.25rem - 1px);border-bottom-left-radius:calc(.25rem - 1px)}.card-deck{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}.card-deck .card{margin-bottom:15px}@media (min-width:576px){.card-deck{-ms-flex-flow:row wrap;flex-flow:row wrap;margin-right:-15px;margin-left:-15px}.card-deck .card{display:-ms-flexbox;display:flex;-ms-flex:1 0 0%;flex:1 0 0%;-ms-flex-direction:column;flex-direction:column;margin-right:15px;margin-bottom:0;margin-left:15px}}.card-group{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}.card-group>.card{margin-bottom:15px}@media (min-width:576px){.card-group{-ms-flex-flow:row wrap;flex-flow:row wrap}.card-group>.card{-ms-flex:1 0 0%;flex:1 0 0%;margin-bottom:0}.card-group>.card+.card{margin-left:0;border-left:0}.card-group>.card:first-child{border-top-right-radius:0;border-bottom-right-radius:0}.card-group>.card:first-child .card-header,.card-group>.card:first-child .card-img-top{border-top-right-radius:0}.card-group>.card:first-child .card-footer,.card-group>.card:first-child .card-img-bottom{border-bottom-right-radius:0}.card-group>.card:last-child{border-top-left-radius:0;border-bottom-left-radius:0}.card-group>.card:last-child .card-header,.card-group>.card:last-child .card-img-top{border-top-left-radius:0}.card-group>.card:last-child .card-footer,.card-group>.card:last-child .card-img-bottom{border-bottom-left-radius:0}.card-group>.card:only-child{border-radius:.25rem}.card-group>.card:only-child .card-header,.card-group>.card:only-child .card-img-top{border-top-left-radius:.25rem;border-top-right-radius:.25rem}.card-group>.card:only-child .card-footer,.card-group>.card:only-child .card-img-bottom{border-bottom-right-radius:.25rem;border-bottom-left-radius:.25rem}.card-group>.card:not(:first-child):not(:last-child):not(:only-child){border-radius:0}.card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-footer,.card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-header,.card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,.card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-img-top{border-radius:0}}.card-columns .card{margin-bottom:.75rem}@media (min-width:576px){.card-columns{-webkit-column-count:3;-moz-column-count:3;column-count:3;-webkit-column-gap:1.25rem;-moz-column-gap:1.25rem;column-gap:1.25rem;orphans:1;widows:1}.card-columns .card{display:inline-block;width:100%}}.accordion .card{overflow:hidden}.accordion .card:not(:first-of-type) .card-header:first-child{border-radius:0}.accordion .card:not(:first-of-type):not(:last-of-type){border-bottom:0;border-radius:0}.accordion .card:first-of-type{border-bottom:0;border-bottom-right-radius:0;border-bottom-left-radius:0}.accordion .card:last-of-type{border-top-left-radius:0;border-top-right-radius:0}.accordion .card .card-header{margin-bottom:-1px}.breadcrumb{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;padding:.75rem 1rem;margin-bottom:1rem;list-style:none;background-color:#e9ecef;border-radius:.25rem}.breadcrumb-item+.breadcrumb-item{padding-left:.5rem}.breadcrumb-item+.breadcrumb-item::before{display:inline-block;padding-right:.5rem;color:#6c757d;content:"/"}.breadcrumb-item+.breadcrumb-item:hover::before{text-decoration:underline}.breadcrumb-item+.breadcrumb-item:hover::before{text-decoration:none}.breadcrumb-item.active{color:#6c757d}.pagination{display:-ms-flexbox;display:flex;padding-left:0;list-style:none;border-radius:.25rem}.page-link{position:relative;display:block;padding:.5rem .75rem;margin-left:-1px;line-height:1.25;color:#007bff;background-color:#fff;border:1px solid #dee2e6}.page-link:hover{z-index:2;color:#0056b3;text-decoration:none;background-color:#e9ecef;border-color:#dee2e6}.page-link:focus{z-index:2;outline:0;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.page-link:not(:disabled):not(.disabled){cursor:pointer}.page-item:first-child .page-link{margin-left:0;border-top-left-radius:.25rem;border-bottom-left-radius:.25rem}.page-item:last-child .page-link{border-top-right-radius:.25rem;border-bottom-right-radius:.25rem}.page-item.active .page-link{z-index:1;color:#fff;background-color:#007bff;border-color:#007bff}.page-item.disabled .page-link{color:#6c757d;pointer-events:none;cursor:auto;background-color:#fff;border-color:#dee2e6}.pagination-lg .page-link{padding:.75rem 1.5rem;font-size:1.25rem;line-height:1.5}.pagination-lg .page-item:first-child .page-link{border-top-left-radius:.3rem;border-bottom-left-radius:.3rem}.pagination-lg .page-item:last-child .page-link{border-top-right-radius:.3rem;border-bottom-right-radius:.3rem}.pagination-sm .page-link{padding:.25rem .5rem;font-size:.875rem;line-height:1.5}.pagination-sm .page-item:first-child .page-link{border-top-left-radius:.2rem;border-bottom-left-radius:.2rem}.pagination-sm .page-item:last-child .page-link{border-top-right-radius:.2rem;border-bottom-right-radius:.2rem}.badge{display:inline-block;padding:.25em .4em;font-size:75%;font-weight:700;line-height:1;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:.25rem}a.badge:focus,a.badge:hover{text-decoration:none}.badge:empty{display:none}.btn .badge{position:relative;top:-1px}.badge-pill{padding-right:.6em;padding-left:.6em;border-radius:10rem}.badge-primary{color:#fff;background-color:#007bff}a.badge-primary:focus,a.badge-primary:hover{color:#fff;background-color:#0062cc}.badge-secondary{color:#fff;background-color:#6c757d}a.badge-secondary:focus,a.badge-secondary:hover{color:#fff;background-color:#545b62}.badge-success{color:#fff;background-color:#28a745}a.badge-success:focus,a.badge-success:hover{color:#fff;background-color:#1e7e34}.badge-info{color:#fff;background-color:#17a2b8}a.badge-info:focus,a.badge-info:hover{color:#fff;background-color:#117a8b}.badge-warning{color:#212529;background-color:#ffc107}a.badge-warning:focus,a.badge-warning:hover{color:#212529;background-color:#d39e00}.badge-danger{color:#fff;background-color:#dc3545}a.badge-danger:focus,a.badge-danger:hover{color:#fff;background-color:#bd2130}.badge-light{color:#212529;background-color:#f8f9fa}a.badge-light:focus,a.badge-light:hover{color:#212529;background-color:#dae0e5}.badge-dark{color:#fff;background-color:#343a40}a.badge-dark:focus,a.badge-dark:hover{color:#fff;background-color:#1d2124}.jumbotron{padding:2rem 1rem;margin-bottom:2rem;background-color:#e9ecef;border-radius:.3rem}@media (min-width:576px){.jumbotron{padding:4rem 2rem}}.jumbotron-fluid{padding-right:0;padding-left:0;border-radius:0}.alert{position:relative;padding:.75rem 1.25rem;margin-bottom:1rem;border:1px solid transparent;border-radius:.25rem}.alert-heading{color:inherit}.alert-link{font-weight:700}.alert-dismissible{padding-right:4rem}.alert-dismissible .close{position:absolute;top:0;right:0;padding:.75rem 1.25rem;color:inherit}.alert-primary{color:#004085;background-color:#cce5ff;border-color:#b8daff}.alert-primary hr{border-top-color:#9fcdff}.alert-primary .alert-link{color:#002752}.alert-secondary{color:#383d41;background-color:#e2e3e5;border-color:#d6d8db}.alert-secondary hr{border-top-color:#c8cbcf}.alert-secondary .alert-link{color:#202326}.alert-success{color:#155724;background-color:#d4edda;border-color:#c3e6cb}.alert-success hr{border-top-color:#b1dfbb}.alert-success .alert-link{color:#0b2e13}.alert-info{color:#0c5460;background-color:#d1ecf1;border-color:#bee5eb}.alert-info hr{border-top-color:#abdde5}.alert-info .alert-link{color:#062c33}.alert-warning{color:#856404;background-color:#fff3cd;border-color:#ffeeba}.alert-warning hr{border-top-color:#ffe8a1}.alert-warning .alert-link{color:#533f03}.alert-danger{color:#721c24;background-color:#f8d7da;border-color:#f5c6cb}.alert-danger hr{border-top-color:#f1b0b7}.alert-danger .alert-link{color:#491217}.alert-light{color:#818182;background-color:#fefefe;border-color:#fdfdfe}.alert-light hr{border-top-color:#ececf6}.alert-light .alert-link{color:#686868}.alert-dark{color:#1b1e21;background-color:#d6d8d9;border-color:#c6c8ca}.alert-dark hr{border-top-color:#b9bbbe}.alert-dark .alert-link{color:#040505}@-webkit-keyframes progress-bar-stripes{from{background-position:1rem 0}to{background-position:0 0}}@keyframes progress-bar-stripes{from{background-position:1rem 0}to{background-position:0 0}}.progress{display:-ms-flexbox;display:flex;height:1rem;overflow:hidden;font-size:.75rem;background-color:#e9ecef;border-radius:.25rem}.progress-bar{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:center;justify-content:center;color:#fff;text-align:center;white-space:nowrap;background-color:#007bff;transition:width .6s ease}@media screen and (prefers-reduced-motion:reduce){.progress-bar{transition:none}}.progress-bar-striped{background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-size:1rem 1rem}.progress-bar-animated{-webkit-animation:progress-bar-stripes 1s linear infinite;animation:progress-bar-stripes 1s linear infinite}.media{display:-ms-flexbox;display:flex;-ms-flex-align:start;align-items:flex-start}.media-body{-ms-flex:1;flex:1}.list-group{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;padding-left:0;margin-bottom:0}.list-group-item-action{width:100%;color:#495057;text-align:inherit}.list-group-item-action:focus,.list-group-item-action:hover{color:#495057;text-decoration:none;background-color:#f8f9fa}.list-group-item-action:active{color:#212529;background-color:#e9ecef}.list-group-item{position:relative;display:block;padding:.75rem 1.25rem;margin-bottom:-1px;background-color:#fff;border:1px solid rgba(0,0,0,.125)}.list-group-item:first-child{border-top-left-radius:.25rem;border-top-right-radius:.25rem}.list-group-item:last-child{margin-bottom:0;border-bottom-right-radius:.25rem;border-bottom-left-radius:.25rem}.list-group-item:focus,.list-group-item:hover{z-index:1;text-decoration:none}.list-group-item.disabled,.list-group-item:disabled{color:#6c757d;pointer-events:none;background-color:#fff}.list-group-item.active{z-index:2;color:#fff;background-color:#007bff;border-color:#007bff}.list-group-flush .list-group-item{border-right:0;border-left:0;border-radius:0}.list-group-flush .list-group-item:last-child{margin-bottom:-1px}.list-group-flush:first-child .list-group-item:first-child{border-top:0}.list-group-flush:last-child .list-group-item:last-child{margin-bottom:0;border-bottom:0}.list-group-item-primary{color:#004085;background-color:#b8daff}.list-group-item-primary.list-group-item-action:focus,.list-group-item-primary.list-group-item-action:hover{color:#004085;background-color:#9fcdff}.list-group-item-primary.list-group-item-action.active{color:#fff;background-color:#004085;border-color:#004085}.list-group-item-secondary{color:#383d41;background-color:#d6d8db}.list-group-item-secondary.list-group-item-action:focus,.list-group-item-secondary.list-group-item-action:hover{color:#383d41;background-color:#c8cbcf}.list-group-item-secondary.list-group-item-action.active{color:#fff;background-color:#383d41;border-color:#383d41}.list-group-item-success{color:#155724;background-color:#c3e6cb}.list-group-item-success.list-group-item-action:focus,.list-group-item-success.list-group-item-action:hover{color:#155724;background-color:#b1dfbb}.list-group-item-success.list-group-item-action.active{color:#fff;background-color:#155724;border-color:#155724}.list-group-item-info{color:#0c5460;background-color:#bee5eb}.list-group-item-info.list-group-item-action:focus,.list-group-item-info.list-group-item-action:hover{color:#0c5460;background-color:#abdde5}.list-group-item-info.list-group-item-action.active{color:#fff;background-color:#0c5460;border-color:#0c5460}.list-group-item-warning{color:#856404;background-color:#ffeeba}.list-group-item-warning.list-group-item-action:focus,.list-group-item-warning.list-group-item-action:hover{color:#856404;background-color:#ffe8a1}.list-group-item-warning.list-group-item-action.active{color:#fff;background-color:#856404;border-color:#856404}.list-group-item-danger{color:#721c24;background-color:#f5c6cb}.list-group-item-danger.list-group-item-action:focus,.list-group-item-danger.list-group-item-action:hover{color:#721c24;background-color:#f1b0b7}.list-group-item-danger.list-group-item-action.active{color:#fff;background-color:#721c24;border-color:#721c24}.list-group-item-light{color:#818182;background-color:#fdfdfe}.list-group-item-light.list-group-item-action:focus,.list-group-item-light.list-group-item-action:hover{color:#818182;background-color:#ececf6}.list-group-item-light.list-group-item-action.active{color:#fff;background-color:#818182;border-color:#818182}.list-group-item-dark{color:#1b1e21;background-color:#c6c8ca}.list-group-item-dark.list-group-item-action:focus,.list-group-item-dark.list-group-item-action:hover{color:#1b1e21;background-color:#b9bbbe}.list-group-item-dark.list-group-item-action.active{color:#fff;background-color:#1b1e21;border-color:#1b1e21}.close{float:right;font-size:1.5rem;font-weight:700;line-height:1;color:#000;text-shadow:0 1px 0 #fff;opacity:.5}.close:hover{color:#000;text-decoration:none}.close:not(:disabled):not(.disabled){cursor:pointer}.close:not(:disabled):not(.disabled):focus,.close:not(:disabled):not(.disabled):hover{opacity:.75}button.close{padding:0;background-color:transparent;border:0;-webkit-appearance:none;-moz-appearance:none;appearance:none}a.close.disabled{pointer-events:none}.toast{max-width:350px;overflow:hidden;font-size:.875rem;background-color:rgba(255,255,255,.85);background-clip:padding-box;border:1px solid rgba(0,0,0,.1);border-radius:.25rem;box-shadow:0 .25rem .75rem rgba(0,0,0,.1);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);opacity:0}.toast:not(:last-child){margin-bottom:.75rem}.toast.showing{opacity:1}.toast.show{display:block;opacity:1}.toast.hide{display:none}.toast-header{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;padding:.25rem .75rem;color:#6c757d;background-color:rgba(255,255,255,.85);background-clip:padding-box;border-bottom:1px solid rgba(0,0,0,.05)}.toast-body{padding:.75rem}.modal-open{overflow:hidden}.modal-open .modal{overflow-x:hidden;overflow-y:auto}.modal{position:fixed;top:0;left:0;z-index:1050;display:none;width:100%;height:100%;overflow:hidden;outline:0}.modal-dialog{position:relative;width:auto;margin:.5rem;pointer-events:none}.modal.fade .modal-dialog{transition:-webkit-transform .3s ease-out;transition:transform .3s ease-out;transition:transform .3s ease-out,-webkit-transform .3s ease-out;-webkit-transform:translate(0,-50px);transform:translate(0,-50px)}@media screen and (prefers-reduced-motion:reduce){.modal.fade .modal-dialog{transition:none}}.modal.show .modal-dialog{-webkit-transform:none;transform:none}.modal-dialog-centered{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;min-height:calc(100% - (.5rem * 2))}.modal-dialog-centered::before{display:block;height:calc(100vh - (.5rem * 2));content:""}.modal-content{position:relative;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;width:100%;pointer-events:auto;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.2);border-radius:.3rem;outline:0}.modal-backdrop{position:fixed;top:0;left:0;z-index:1040;width:100vw;height:100vh;background-color:#000}.modal-backdrop.fade{opacity:0}.modal-backdrop.show{opacity:.5}.modal-header{display:-ms-flexbox;display:flex;-ms-flex-align:start;align-items:flex-start;-ms-flex-pack:justify;justify-content:space-between;padding:1rem 1rem;border-bottom:1px solid #e9ecef;border-top-left-radius:.3rem;border-top-right-radius:.3rem}.modal-header .close{padding:1rem 1rem;margin:-1rem -1rem -1rem auto}.modal-title{margin-bottom:0;line-height:1.5}.modal-body{position:relative;-ms-flex:1 1 auto;flex:1 1 auto;padding:1rem}.modal-footer{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:end;justify-content:flex-end;padding:1rem;border-top:1px solid #e9ecef;border-bottom-right-radius:.3rem;border-bottom-left-radius:.3rem}.modal-footer>:not(:first-child){margin-left:.25rem}.modal-footer>:not(:last-child){margin-right:.25rem}.modal-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}@media (min-width:576px){.modal-dialog{max-width:500px;margin:1.75rem auto}.modal-dialog-centered{min-height:calc(100% - (1.75rem * 2))}.modal-dialog-centered::before{height:calc(100vh - (1.75rem * 2))}.modal-sm{max-width:300px}}@media (min-width:992px){.modal-lg,.modal-xl{max-width:800px}}@media (min-width:1200px){.modal-xl{max-width:1140px}}.tooltip{position:absolute;z-index:1070;display:block;margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";font-style:normal;font-weight:400;line-height:1.5;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;white-space:normal;line-break:auto;font-size:.875rem;word-wrap:break-word;opacity:0}.tooltip.show{opacity:.9}.tooltip .arrow{position:absolute;display:block;width:.8rem;height:.4rem}.tooltip .arrow::before{position:absolute;content:"";border-color:transparent;border-style:solid}.bs-tooltip-auto[x-placement^=top],.bs-tooltip-top{padding:.4rem 0}.bs-tooltip-auto[x-placement^=top] .arrow,.bs-tooltip-top .arrow{bottom:0}.bs-tooltip-auto[x-placement^=top] .arrow::before,.bs-tooltip-top .arrow::before{top:0;border-width:.4rem .4rem 0;border-top-color:#000}.bs-tooltip-auto[x-placement^=right],.bs-tooltip-right{padding:0 .4rem}.bs-tooltip-auto[x-placement^=right] .arrow,.bs-tooltip-right .arrow{left:0;width:.4rem;height:.8rem}.bs-tooltip-auto[x-placement^=right] .arrow::before,.bs-tooltip-right .arrow::before{right:0;border-width:.4rem .4rem .4rem 0;border-right-color:#000}.bs-tooltip-auto[x-placement^=bottom],.bs-tooltip-bottom{padding:.4rem 0}.bs-tooltip-auto[x-placement^=bottom] .arrow,.bs-tooltip-bottom .arrow{top:0}.bs-tooltip-auto[x-placement^=bottom] .arrow::before,.bs-tooltip-bottom .arrow::before{bottom:0;border-width:0 .4rem .4rem;border-bottom-color:#000}.bs-tooltip-auto[x-placement^=left],.bs-tooltip-left{padding:0 .4rem}.bs-tooltip-auto[x-placement^=left] .arrow,.bs-tooltip-left .arrow{right:0;width:.4rem;height:.8rem}.bs-tooltip-auto[x-placement^=left] .arrow::before,.bs-tooltip-left .arrow::before{left:0;border-width:.4rem 0 .4rem .4rem;border-left-color:#000}.tooltip-inner{max-width:200px;padding:.25rem .5rem;color:#fff;text-align:center;background-color:#000;border-radius:.25rem}.popover{position:absolute;top:0;left:0;z-index:1060;display:block;max-width:276px;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";font-style:normal;font-weight:400;line-height:1.5;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;white-space:normal;line-break:auto;font-size:.875rem;word-wrap:break-word;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.2);border-radius:.3rem}.popover .arrow{position:absolute;display:block;width:1rem;height:.5rem;margin:0 .3rem}.popover .arrow::after,.popover .arrow::before{position:absolute;display:block;content:"";border-color:transparent;border-style:solid}.bs-popover-auto[x-placement^=top],.bs-popover-top{margin-bottom:.5rem}.bs-popover-auto[x-placement^=top] .arrow,.bs-popover-top .arrow{bottom:calc((.5rem + 1px) * -1)}.bs-popover-auto[x-placement^=top] .arrow::after,.bs-popover-auto[x-placement^=top] .arrow::before,.bs-popover-top .arrow::after,.bs-popover-top .arrow::before{border-width:.5rem .5rem 0}.bs-popover-auto[x-placement^=top] .arrow::before,.bs-popover-top .arrow::before{bottom:0;border-top-color:rgba(0,0,0,.25)}.bs-popover-auto[x-placement^=top] .arrow::after,.bs-popover-top .arrow::after{bottom:1px;border-top-color:#fff}.bs-popover-auto[x-placement^=right],.bs-popover-right{margin-left:.5rem}.bs-popover-auto[x-placement^=right] .arrow,.bs-popover-right .arrow{left:calc((.5rem + 1px) * -1);width:.5rem;height:1rem;margin:.3rem 0}.bs-popover-auto[x-placement^=right] .arrow::after,.bs-popover-auto[x-placement^=right] .arrow::before,.bs-popover-right .arrow::after,.bs-popover-right .arrow::before{border-width:.5rem .5rem .5rem 0}.bs-popover-auto[x-placement^=right] .arrow::before,.bs-popover-right .arrow::before{left:0;border-right-color:rgba(0,0,0,.25)}.bs-popover-auto[x-placement^=right] .arrow::after,.bs-popover-right .arrow::after{left:1px;border-right-color:#fff}.bs-popover-auto[x-placement^=bottom],.bs-popover-bottom{margin-top:.5rem}.bs-popover-auto[x-placement^=bottom] .arrow,.bs-popover-bottom .arrow{top:calc((.5rem + 1px) * -1)}.bs-popover-auto[x-placement^=bottom] .arrow::after,.bs-popover-auto[x-placement^=bottom] .arrow::before,.bs-popover-bottom .arrow::after,.bs-popover-bottom .arrow::before{border-width:0 .5rem .5rem .5rem}.bs-popover-auto[x-placement^=bottom] .arrow::before,.bs-popover-bottom .arrow::before{top:0;border-bottom-color:rgba(0,0,0,.25)}.bs-popover-auto[x-placement^=bottom] .arrow::after,.bs-popover-bottom .arrow::after{top:1px;border-bottom-color:#fff}.bs-popover-auto[x-placement^=bottom] .popover-header::before,.bs-popover-bottom .popover-header::before{position:absolute;top:0;left:50%;display:block;width:1rem;margin-left:-.5rem;content:"";border-bottom:1px solid #f7f7f7}.bs-popover-auto[x-placement^=left],.bs-popover-left{margin-right:.5rem}.bs-popover-auto[x-placement^=left] .arrow,.bs-popover-left .arrow{right:calc((.5rem + 1px) * -1);width:.5rem;height:1rem;margin:.3rem 0}.bs-popover-auto[x-placement^=left] .arrow::after,.bs-popover-auto[x-placement^=left] .arrow::before,.bs-popover-left .arrow::after,.bs-popover-left .arrow::before{border-width:.5rem 0 .5rem .5rem}.bs-popover-auto[x-placement^=left] .arrow::before,.bs-popover-left .arrow::before{right:0;border-left-color:rgba(0,0,0,.25)}.bs-popover-auto[x-placement^=left] .arrow::after,.bs-popover-left .arrow::after{right:1px;border-left-color:#fff}.popover-header{padding:.5rem .75rem;margin-bottom:0;font-size:1rem;color:inherit;background-color:#f7f7f7;border-bottom:1px solid #ebebeb;border-top-left-radius:calc(.3rem - 1px);border-top-right-radius:calc(.3rem - 1px)}.popover-header:empty{display:none}.popover-body{padding:.5rem .75rem;color:#212529}.carousel{position:relative}.carousel.pointer-event{-ms-touch-action:pan-y;touch-action:pan-y}.carousel-inner{position:relative;width:100%;overflow:hidden}.carousel-inner::after{display:block;clear:both;content:""}.carousel-item{position:relative;display:none;float:left;width:100%;margin-right:-100%;-webkit-backface-visibility:hidden;backface-visibility:hidden;transition:-webkit-transform .6s ease-in-out;transition:transform .6s ease-in-out;transition:transform .6s ease-in-out,-webkit-transform .6s ease-in-out}@media screen and (prefers-reduced-motion:reduce){.carousel-item{transition:none}}.carousel-item-next,.carousel-item-prev,.carousel-item.active{display:block}.active.carousel-item-right,.carousel-item-next:not(.carousel-item-left){-webkit-transform:translateX(100%);transform:translateX(100%)}.active.carousel-item-left,.carousel-item-prev:not(.carousel-item-right){-webkit-transform:translateX(-100%);transform:translateX(-100%)}.carousel-fade .carousel-item{opacity:0;transition-property:opacity;-webkit-transform:none;transform:none}.carousel-fade .carousel-item-next.carousel-item-left,.carousel-fade .carousel-item-prev.carousel-item-right,.carousel-fade .carousel-item.active{z-index:1;opacity:1}.carousel-fade .active.carousel-item-left,.carousel-fade .active.carousel-item-right{z-index:0;opacity:0;transition:0s .6s opacity}@media screen and (prefers-reduced-motion:reduce){.carousel-fade .active.carousel-item-left,.carousel-fade .active.carousel-item-right{transition:none}}.carousel-control-next,.carousel-control-prev{position:absolute;top:0;bottom:0;z-index:1;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;width:15%;color:#fff;text-align:center;opacity:.5;transition:opacity .15s ease}@media screen and (prefers-reduced-motion:reduce){.carousel-control-next,.carousel-control-prev{transition:none}}.carousel-control-next:focus,.carousel-control-next:hover,.carousel-control-prev:focus,.carousel-control-prev:hover{color:#fff;text-decoration:none;outline:0;opacity:.9}.carousel-control-prev{left:0}.carousel-control-next{right:0}.carousel-control-next-icon,.carousel-control-prev-icon{display:inline-block;width:20px;height:20px;background:transparent no-repeat center center;background-size:100% 100%}.carousel-control-prev-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e")}.carousel-control-next-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e")}.carousel-indicators{position:absolute;right:0;bottom:0;left:0;z-index:15;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;padding-left:0;margin-right:15%;margin-left:15%;list-style:none}.carousel-indicators li{box-sizing:content-box;-ms-flex:0 1 auto;flex:0 1 auto;width:30px;height:3px;margin-right:3px;margin-left:3px;text-indent:-999px;cursor:pointer;background-color:#fff;background-clip:padding-box;border-top:10px solid transparent;border-bottom:10px solid transparent;opacity:.5;transition:opacity .6s ease}@media screen and (prefers-reduced-motion:reduce){.carousel-indicators li{transition:none}}.carousel-indicators .active{opacity:1}.carousel-caption{position:absolute;right:15%;bottom:20px;left:15%;z-index:10;padding-top:20px;padding-bottom:20px;color:#fff;text-align:center}@-webkit-keyframes spinner-border{to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes spinner-border{to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.spinner-border{display:inline-block;width:2rem;height:2rem;vertical-align:text-bottom;border:.25em solid currentColor;border-right-color:transparent;border-radius:50%;-webkit-animation:spinner-border .75s linear infinite;animation:spinner-border .75s linear infinite}.spinner-border-sm{width:1rem;height:1rem;border-width:.2em}@-webkit-keyframes spinner-grow{0%{-webkit-transform:scale(0);transform:scale(0)}50%{opacity:1}}@keyframes spinner-grow{0%{-webkit-transform:scale(0);transform:scale(0)}50%{opacity:1}}.spinner-grow{display:inline-block;width:2rem;height:2rem;vertical-align:text-bottom;background-color:currentColor;border-radius:50%;opacity:0;-webkit-animation:spinner-grow .75s linear infinite;animation:spinner-grow .75s linear infinite}.spinner-grow-sm{width:1rem;height:1rem}.align-baseline{vertical-align:baseline!important}.align-top{vertical-align:top!important}.align-middle{vertical-align:middle!important}.align-bottom{vertical-align:bottom!important}.align-text-bottom{vertical-align:text-bottom!important}.align-text-top{vertical-align:text-top!important}.bg-primary{background-color:#007bff!important}a.bg-primary:focus,a.bg-primary:hover,button.bg-primary:focus,button.bg-primary:hover{background-color:#0062cc!important}.bg-secondary{background-color:#6c757d!important}a.bg-secondary:focus,a.bg-secondary:hover,button.bg-secondary:focus,button.bg-secondary:hover{background-color:#545b62!important}.bg-success{background-color:#28a745!important}a.bg-success:focus,a.bg-success:hover,button.bg-success:focus,button.bg-success:hover{background-color:#1e7e34!important}.bg-info{background-color:#17a2b8!important}a.bg-info:focus,a.bg-info:hover,button.bg-info:focus,button.bg-info:hover{background-color:#117a8b!important}.bg-warning{background-color:#ffc107!important}a.bg-warning:focus,a.bg-warning:hover,button.bg-warning:focus,button.bg-warning:hover{background-color:#d39e00!important}.bg-danger{background-color:#dc3545!important}a.bg-danger:focus,a.bg-danger:hover,button.bg-danger:focus,button.bg-danger:hover{background-color:#bd2130!important}.bg-light{background-color:#f8f9fa!important}a.bg-light:focus,a.bg-light:hover,button.bg-light:focus,button.bg-light:hover{background-color:#dae0e5!important}.bg-dark{background-color:#343a40!important}a.bg-dark:focus,a.bg-dark:hover,button.bg-dark:focus,button.bg-dark:hover{background-color:#1d2124!important}.bg-white{background-color:#fff!important}.bg-transparent{background-color:transparent!important}.border{border:1px solid #dee2e6!important}.border-top{border-top:1px solid #dee2e6!important}.border-right{border-right:1px solid #dee2e6!important}.border-bottom{border-bottom:1px solid #dee2e6!important}.border-left{border-left:1px solid #dee2e6!important}.border-0{border:0!important}.border-top-0{border-top:0!important}.border-right-0{border-right:0!important}.border-bottom-0{border-bottom:0!important}.border-left-0{border-left:0!important}.border-primary{border-color:#007bff!important}.border-secondary{border-color:#6c757d!important}.border-success{border-color:#28a745!important}.border-info{border-color:#17a2b8!important}.border-warning{border-color:#ffc107!important}.border-danger{border-color:#dc3545!important}.border-light{border-color:#f8f9fa!important}.border-dark{border-color:#343a40!important}.border-white{border-color:#fff!important}.rounded{border-radius:.25rem!important}.rounded-top{border-top-left-radius:.25rem!important;border-top-right-radius:.25rem!important}.rounded-right{border-top-right-radius:.25rem!important;border-bottom-right-radius:.25rem!important}.rounded-bottom{border-bottom-right-radius:.25rem!important;border-bottom-left-radius:.25rem!important}.rounded-left{border-top-left-radius:.25rem!important;border-bottom-left-radius:.25rem!important}.rounded-circle{border-radius:50%!important}.rounded-pill{border-radius:50rem!important}.rounded-0{border-radius:0!important}.clearfix::after{display:block;clear:both;content:""}.d-none{display:none!important}.d-inline{display:inline!important}.d-inline-block{display:inline-block!important}.d-block{display:block!important}.d-table{display:table!important}.d-table-row{display:table-row!important}.d-table-cell{display:table-cell!important}.d-flex{display:-ms-flexbox!important;display:flex!important}.d-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}@media (min-width:576px){.d-sm-none{display:none!important}.d-sm-inline{display:inline!important}.d-sm-inline-block{display:inline-block!important}.d-sm-block{display:block!important}.d-sm-table{display:table!important}.d-sm-table-row{display:table-row!important}.d-sm-table-cell{display:table-cell!important}.d-sm-flex{display:-ms-flexbox!important;display:flex!important}.d-sm-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}}@media (min-width:768px){.d-md-none{display:none!important}.d-md-inline{display:inline!important}.d-md-inline-block{display:inline-block!important}.d-md-block{display:block!important}.d-md-table{display:table!important}.d-md-table-row{display:table-row!important}.d-md-table-cell{display:table-cell!important}.d-md-flex{display:-ms-flexbox!important;display:flex!important}.d-md-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}}@media (min-width:992px){.d-lg-none{display:none!important}.d-lg-inline{display:inline!important}.d-lg-inline-block{display:inline-block!important}.d-lg-block{display:block!important}.d-lg-table{display:table!important}.d-lg-table-row{display:table-row!important}.d-lg-table-cell{display:table-cell!important}.d-lg-flex{display:-ms-flexbox!important;display:flex!important}.d-lg-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}}@media (min-width:1200px){.d-xl-none{display:none!important}.d-xl-inline{display:inline!important}.d-xl-inline-block{display:inline-block!important}.d-xl-block{display:block!important}.d-xl-table{display:table!important}.d-xl-table-row{display:table-row!important}.d-xl-table-cell{display:table-cell!important}.d-xl-flex{display:-ms-flexbox!important;display:flex!important}.d-xl-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}}@media print{.d-print-none{display:none!important}.d-print-inline{display:inline!important}.d-print-inline-block{display:inline-block!important}.d-print-block{display:block!important}.d-print-table{display:table!important}.d-print-table-row{display:table-row!important}.d-print-table-cell{display:table-cell!important}.d-print-flex{display:-ms-flexbox!important;display:flex!important}.d-print-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}}.embed-responsive{position:relative;display:block;width:100%;padding:0;overflow:hidden}.embed-responsive::before{display:block;content:""}.embed-responsive .embed-responsive-item,.embed-responsive embed,.embed-responsive iframe,.embed-responsive object,.embed-responsive video{position:absolute;top:0;bottom:0;left:0;width:100%;height:100%;border:0}.embed-responsive-21by9::before{padding-top:42.857143%}.embed-responsive-16by9::before{padding-top:56.25%}.embed-responsive-3by4::before{padding-top:133.333333%}.embed-responsive-1by1::before{padding-top:100%}.flex-row{-ms-flex-direction:row!important;flex-direction:row!important}.flex-column{-ms-flex-direction:column!important;flex-direction:column!important}.flex-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.flex-fill{-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-grow-0{-ms-flex-positive:0!important;flex-grow:0!important}.flex-grow-1{-ms-flex-positive:1!important;flex-grow:1!important}.flex-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.flex-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.justify-content-start{-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-end{-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-center{-ms-flex-pack:center!important;justify-content:center!important}.justify-content-between{-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-start{-ms-flex-align:start!important;align-items:flex-start!important}.align-items-end{-ms-flex-align:end!important;align-items:flex-end!important}.align-items-center{-ms-flex-align:center!important;align-items:center!important}.align-items-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}@media (min-width:576px){.flex-sm-row{-ms-flex-direction:row!important;flex-direction:row!important}.flex-sm-column{-ms-flex-direction:column!important;flex-direction:column!important}.flex-sm-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-sm-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-sm-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-sm-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-sm-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.flex-sm-fill{-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-sm-grow-0{-ms-flex-positive:0!important;flex-grow:0!important}.flex-sm-grow-1{-ms-flex-positive:1!important;flex-grow:1!important}.flex-sm-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.flex-sm-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.justify-content-sm-start{-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-sm-end{-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-sm-center{-ms-flex-pack:center!important;justify-content:center!important}.justify-content-sm-between{-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-sm-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-sm-start{-ms-flex-align:start!important;align-items:flex-start!important}.align-items-sm-end{-ms-flex-align:end!important;align-items:flex-end!important}.align-items-sm-center{-ms-flex-align:center!important;align-items:center!important}.align-items-sm-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-sm-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-sm-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-sm-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-sm-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-sm-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-sm-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-sm-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-sm-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-sm-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-sm-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-sm-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-sm-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-sm-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}}@media (min-width:768px){.flex-md-row{-ms-flex-direction:row!important;flex-direction:row!important}.flex-md-column{-ms-flex-direction:column!important;flex-direction:column!important}.flex-md-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-md-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-md-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-md-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-md-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.flex-md-fill{-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-md-grow-0{-ms-flex-positive:0!important;flex-grow:0!important}.flex-md-grow-1{-ms-flex-positive:1!important;flex-grow:1!important}.flex-md-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.flex-md-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.justify-content-md-start{-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-md-end{-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-md-center{-ms-flex-pack:center!important;justify-content:center!important}.justify-content-md-between{-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-md-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-md-start{-ms-flex-align:start!important;align-items:flex-start!important}.align-items-md-end{-ms-flex-align:end!important;align-items:flex-end!important}.align-items-md-center{-ms-flex-align:center!important;align-items:center!important}.align-items-md-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-md-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-md-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-md-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-md-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-md-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-md-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-md-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-md-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-md-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-md-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-md-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-md-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-md-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}}@media (min-width:992px){.flex-lg-row{-ms-flex-direction:row!important;flex-direction:row!important}.flex-lg-column{-ms-flex-direction:column!important;flex-direction:column!important}.flex-lg-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-lg-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-lg-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-lg-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-lg-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.flex-lg-fill{-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-lg-grow-0{-ms-flex-positive:0!important;flex-grow:0!important}.flex-lg-grow-1{-ms-flex-positive:1!important;flex-grow:1!important}.flex-lg-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.flex-lg-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.justify-content-lg-start{-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-lg-end{-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-lg-center{-ms-flex-pack:center!important;justify-content:center!important}.justify-content-lg-between{-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-lg-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-lg-start{-ms-flex-align:start!important;align-items:flex-start!important}.align-items-lg-end{-ms-flex-align:end!important;align-items:flex-end!important}.align-items-lg-center{-ms-flex-align:center!important;align-items:center!important}.align-items-lg-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-lg-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-lg-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-lg-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-lg-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-lg-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-lg-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-lg-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-lg-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-lg-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-lg-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-lg-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-lg-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-lg-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}}@media (min-width:1200px){.flex-xl-row{-ms-flex-direction:row!important;flex-direction:row!important}.flex-xl-column{-ms-flex-direction:column!important;flex-direction:column!important}.flex-xl-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-xl-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-xl-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-xl-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-xl-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.flex-xl-fill{-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-xl-grow-0{-ms-flex-positive:0!important;flex-grow:0!important}.flex-xl-grow-1{-ms-flex-positive:1!important;flex-grow:1!important}.flex-xl-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.flex-xl-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.justify-content-xl-start{-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-xl-end{-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-xl-center{-ms-flex-pack:center!important;justify-content:center!important}.justify-content-xl-between{-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-xl-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-xl-start{-ms-flex-align:start!important;align-items:flex-start!important}.align-items-xl-end{-ms-flex-align:end!important;align-items:flex-end!important}.align-items-xl-center{-ms-flex-align:center!important;align-items:center!important}.align-items-xl-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-xl-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-xl-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-xl-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-xl-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-xl-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-xl-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-xl-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-xl-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-xl-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-xl-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-xl-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-xl-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-xl-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}}.float-left{float:left!important}.float-right{float:right!important}.float-none{float:none!important}@media (min-width:576px){.float-sm-left{float:left!important}.float-sm-right{float:right!important}.float-sm-none{float:none!important}}@media (min-width:768px){.float-md-left{float:left!important}.float-md-right{float:right!important}.float-md-none{float:none!important}}@media (min-width:992px){.float-lg-left{float:left!important}.float-lg-right{float:right!important}.float-lg-none{float:none!important}}@media (min-width:1200px){.float-xl-left{float:left!important}.float-xl-right{float:right!important}.float-xl-none{float:none!important}}.overflow-auto{overflow:auto!important}.overflow-hidden{overflow:hidden!important}.position-static{position:static!important}.position-relative{position:relative!important}.position-absolute{position:absolute!important}.position-fixed{position:fixed!important}.position-sticky{position:-webkit-sticky!important;position:sticky!important}.fixed-top{position:fixed;top:0;right:0;left:0;z-index:1030}.fixed-bottom{position:fixed;right:0;bottom:0;left:0;z-index:1030}@supports ((position:-webkit-sticky) or (position:sticky)){.sticky-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}}.sr-only{position:absolute;width:1px;height:1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;overflow:visible;clip:auto;white-space:normal}.shadow-sm{box-shadow:0 .125rem .25rem rgba(0,0,0,.075)!important}.shadow{box-shadow:0 .5rem 1rem rgba(0,0,0,.15)!important}.shadow-lg{box-shadow:0 1rem 3rem rgba(0,0,0,.175)!important}.shadow-none{box-shadow:none!important}.w-25{width:25%!important}.w-50{width:50%!important}.w-75{width:75%!important}.w-100{width:100%!important}.w-auto{width:auto!important}.h-25{height:25%!important}.h-50{height:50%!important}.h-75{height:75%!important}.h-100{height:100%!important}.h-auto{height:auto!important}.mw-100{max-width:100%!important}.mh-100{max-height:100%!important}.min-vw-100{min-width:100vw!important}.min-vh-100{min-height:100vh!important}.vw-100{width:100vw!important}.vh-100{height:100vh!important}.m-0{margin:0!important}.mt-0,.my-0{margin-top:0!important}.mr-0,.mx-0{margin-right:0!important}.mb-0,.my-0{margin-bottom:0!important}.ml-0,.mx-0{margin-left:0!important}.m-1{margin:.25rem!important}.mt-1,.my-1{margin-top:.25rem!important}.mr-1,.mx-1{margin-right:.25rem!important}.mb-1,.my-1{margin-bottom:.25rem!important}.ml-1,.mx-1{margin-left:.25rem!important}.m-2{margin:.5rem!important}.mt-2,.my-2{margin-top:.5rem!important}.mr-2,.mx-2{margin-right:.5rem!important}.mb-2,.my-2{margin-bottom:.5rem!important}.ml-2,.mx-2{margin-left:.5rem!important}.m-3{margin:1rem!important}.mt-3,.my-3{margin-top:1rem!important}.mr-3,.mx-3{margin-right:1rem!important}.mb-3,.my-3{margin-bottom:1rem!important}.ml-3,.mx-3{margin-left:1rem!important}.m-4{margin:1.5rem!important}.mt-4,.my-4{margin-top:1.5rem!important}.mr-4,.mx-4{margin-right:1.5rem!important}.mb-4,.my-4{margin-bottom:1.5rem!important}.ml-4,.mx-4{margin-left:1.5rem!important}.m-5{margin:3rem!important}.mt-5,.my-5{margin-top:3rem!important}.mr-5,.mx-5{margin-right:3rem!important}.mb-5,.my-5{margin-bottom:3rem!important}.ml-5,.mx-5{margin-left:3rem!important}.p-0{padding:0!important}.pt-0,.py-0{padding-top:0!important}.pr-0,.px-0{padding-right:0!important}.pb-0,.py-0{padding-bottom:0!important}.pl-0,.px-0{padding-left:0!important}.p-1{padding:.25rem!important}.pt-1,.py-1{padding-top:.25rem!important}.pr-1,.px-1{padding-right:.25rem!important}.pb-1,.py-1{padding-bottom:.25rem!important}.pl-1,.px-1{padding-left:.25rem!important}.p-2{padding:.5rem!important}.pt-2,.py-2{padding-top:.5rem!important}.pr-2,.px-2{padding-right:.5rem!important}.pb-2,.py-2{padding-bottom:.5rem!important}.pl-2,.px-2{padding-left:.5rem!important}.p-3{padding:1rem!important}.pt-3,.py-3{padding-top:1rem!important}.pr-3,.px-3{padding-right:1rem!important}.pb-3,.py-3{padding-bottom:1rem!important}.pl-3,.px-3{padding-left:1rem!important}.p-4{padding:1.5rem!important}.pt-4,.py-4{padding-top:1.5rem!important}.pr-4,.px-4{padding-right:1.5rem!important}.pb-4,.py-4{padding-bottom:1.5rem!important}.pl-4,.px-4{padding-left:1.5rem!important}.p-5{padding:3rem!important}.pt-5,.py-5{padding-top:3rem!important}.pr-5,.px-5{padding-right:3rem!important}.pb-5,.py-5{padding-bottom:3rem!important}.pl-5,.px-5{padding-left:3rem!important}.m-n1{margin:-.25rem!important}.mt-n1,.my-n1{margin-top:-.25rem!important}.mr-n1,.mx-n1{margin-right:-.25rem!important}.mb-n1,.my-n1{margin-bottom:-.25rem!important}.ml-n1,.mx-n1{margin-left:-.25rem!important}.m-n2{margin:-.5rem!important}.mt-n2,.my-n2{margin-top:-.5rem!important}.mr-n2,.mx-n2{margin-right:-.5rem!important}.mb-n2,.my-n2{margin-bottom:-.5rem!important}.ml-n2,.mx-n2{margin-left:-.5rem!important}.m-n3{margin:-1rem!important}.mt-n3,.my-n3{margin-top:-1rem!important}.mr-n3,.mx-n3{margin-right:-1rem!important}.mb-n3,.my-n3{margin-bottom:-1rem!important}.ml-n3,.mx-n3{margin-left:-1rem!important}.m-n4{margin:-1.5rem!important}.mt-n4,.my-n4{margin-top:-1.5rem!important}.mr-n4,.mx-n4{margin-right:-1.5rem!important}.mb-n4,.my-n4{margin-bottom:-1.5rem!important}.ml-n4,.mx-n4{margin-left:-1.5rem!important}.m-n5{margin:-3rem!important}.mt-n5,.my-n5{margin-top:-3rem!important}.mr-n5,.mx-n5{margin-right:-3rem!important}.mb-n5,.my-n5{margin-bottom:-3rem!important}.ml-n5,.mx-n5{margin-left:-3rem!important}.m-auto{margin:auto!important}.mt-auto,.my-auto{margin-top:auto!important}.mr-auto,.mx-auto{margin-right:auto!important}.mb-auto,.my-auto{margin-bottom:auto!important}.ml-auto,.mx-auto{margin-left:auto!important}@media (min-width:576px){.m-sm-0{margin:0!important}.mt-sm-0,.my-sm-0{margin-top:0!important}.mr-sm-0,.mx-sm-0{margin-right:0!important}.mb-sm-0,.my-sm-0{margin-bottom:0!important}.ml-sm-0,.mx-sm-0{margin-left:0!important}.m-sm-1{margin:.25rem!important}.mt-sm-1,.my-sm-1{margin-top:.25rem!important}.mr-sm-1,.mx-sm-1{margin-right:.25rem!important}.mb-sm-1,.my-sm-1{margin-bottom:.25rem!important}.ml-sm-1,.mx-sm-1{margin-left:.25rem!important}.m-sm-2{margin:.5rem!important}.mt-sm-2,.my-sm-2{margin-top:.5rem!important}.mr-sm-2,.mx-sm-2{margin-right:.5rem!important}.mb-sm-2,.my-sm-2{margin-bottom:.5rem!important}.ml-sm-2,.mx-sm-2{margin-left:.5rem!important}.m-sm-3{margin:1rem!important}.mt-sm-3,.my-sm-3{margin-top:1rem!important}.mr-sm-3,.mx-sm-3{margin-right:1rem!important}.mb-sm-3,.my-sm-3{margin-bottom:1rem!important}.ml-sm-3,.mx-sm-3{margin-left:1rem!important}.m-sm-4{margin:1.5rem!important}.mt-sm-4,.my-sm-4{margin-top:1.5rem!important}.mr-sm-4,.mx-sm-4{margin-right:1.5rem!important}.mb-sm-4,.my-sm-4{margin-bottom:1.5rem!important}.ml-sm-4,.mx-sm-4{margin-left:1.5rem!important}.m-sm-5{margin:3rem!important}.mt-sm-5,.my-sm-5{margin-top:3rem!important}.mr-sm-5,.mx-sm-5{margin-right:3rem!important}.mb-sm-5,.my-sm-5{margin-bottom:3rem!important}.ml-sm-5,.mx-sm-5{margin-left:3rem!important}.p-sm-0{padding:0!important}.pt-sm-0,.py-sm-0{padding-top:0!important}.pr-sm-0,.px-sm-0{padding-right:0!important}.pb-sm-0,.py-sm-0{padding-bottom:0!important}.pl-sm-0,.px-sm-0{padding-left:0!important}.p-sm-1{padding:.25rem!important}.pt-sm-1,.py-sm-1{padding-top:.25rem!important}.pr-sm-1,.px-sm-1{padding-right:.25rem!important}.pb-sm-1,.py-sm-1{padding-bottom:.25rem!important}.pl-sm-1,.px-sm-1{padding-left:.25rem!important}.p-sm-2{padding:.5rem!important}.pt-sm-2,.py-sm-2{padding-top:.5rem!important}.pr-sm-2,.px-sm-2{padding-right:.5rem!important}.pb-sm-2,.py-sm-2{padding-bottom:.5rem!important}.pl-sm-2,.px-sm-2{padding-left:.5rem!important}.p-sm-3{padding:1rem!important}.pt-sm-3,.py-sm-3{padding-top:1rem!important}.pr-sm-3,.px-sm-3{padding-right:1rem!important}.pb-sm-3,.py-sm-3{padding-bottom:1rem!important}.pl-sm-3,.px-sm-3{padding-left:1rem!important}.p-sm-4{padding:1.5rem!important}.pt-sm-4,.py-sm-4{padding-top:1.5rem!important}.pr-sm-4,.px-sm-4{padding-right:1.5rem!important}.pb-sm-4,.py-sm-4{padding-bottom:1.5rem!important}.pl-sm-4,.px-sm-4{padding-left:1.5rem!important}.p-sm-5{padding:3rem!important}.pt-sm-5,.py-sm-5{padding-top:3rem!important}.pr-sm-5,.px-sm-5{padding-right:3rem!important}.pb-sm-5,.py-sm-5{padding-bottom:3rem!important}.pl-sm-5,.px-sm-5{padding-left:3rem!important}.m-sm-n1{margin:-.25rem!important}.mt-sm-n1,.my-sm-n1{margin-top:-.25rem!important}.mr-sm-n1,.mx-sm-n1{margin-right:-.25rem!important}.mb-sm-n1,.my-sm-n1{margin-bottom:-.25rem!important}.ml-sm-n1,.mx-sm-n1{margin-left:-.25rem!important}.m-sm-n2{margin:-.5rem!important}.mt-sm-n2,.my-sm-n2{margin-top:-.5rem!important}.mr-sm-n2,.mx-sm-n2{margin-right:-.5rem!important}.mb-sm-n2,.my-sm-n2{margin-bottom:-.5rem!important}.ml-sm-n2,.mx-sm-n2{margin-left:-.5rem!important}.m-sm-n3{margin:-1rem!important}.mt-sm-n3,.my-sm-n3{margin-top:-1rem!important}.mr-sm-n3,.mx-sm-n3{margin-right:-1rem!important}.mb-sm-n3,.my-sm-n3{margin-bottom:-1rem!important}.ml-sm-n3,.mx-sm-n3{margin-left:-1rem!important}.m-sm-n4{margin:-1.5rem!important}.mt-sm-n4,.my-sm-n4{margin-top:-1.5rem!important}.mr-sm-n4,.mx-sm-n4{margin-right:-1.5rem!important}.mb-sm-n4,.my-sm-n4{margin-bottom:-1.5rem!important}.ml-sm-n4,.mx-sm-n4{margin-left:-1.5rem!important}.m-sm-n5{margin:-3rem!important}.mt-sm-n5,.my-sm-n5{margin-top:-3rem!important}.mr-sm-n5,.mx-sm-n5{margin-right:-3rem!important}.mb-sm-n5,.my-sm-n5{margin-bottom:-3rem!important}.ml-sm-n5,.mx-sm-n5{margin-left:-3rem!important}.m-sm-auto{margin:auto!important}.mt-sm-auto,.my-sm-auto{margin-top:auto!important}.mr-sm-auto,.mx-sm-auto{margin-right:auto!important}.mb-sm-auto,.my-sm-auto{margin-bottom:auto!important}.ml-sm-auto,.mx-sm-auto{margin-left:auto!important}}@media (min-width:768px){.m-md-0{margin:0!important}.mt-md-0,.my-md-0{margin-top:0!important}.mr-md-0,.mx-md-0{margin-right:0!important}.mb-md-0,.my-md-0{margin-bottom:0!important}.ml-md-0,.mx-md-0{margin-left:0!important}.m-md-1{margin:.25rem!important}.mt-md-1,.my-md-1{margin-top:.25rem!important}.mr-md-1,.mx-md-1{margin-right:.25rem!important}.mb-md-1,.my-md-1{margin-bottom:.25rem!important}.ml-md-1,.mx-md-1{margin-left:.25rem!important}.m-md-2{margin:.5rem!important}.mt-md-2,.my-md-2{margin-top:.5rem!important}.mr-md-2,.mx-md-2{margin-right:.5rem!important}.mb-md-2,.my-md-2{margin-bottom:.5rem!important}.ml-md-2,.mx-md-2{margin-left:.5rem!important}.m-md-3{margin:1rem!important}.mt-md-3,.my-md-3{margin-top:1rem!important}.mr-md-3,.mx-md-3{margin-right:1rem!important}.mb-md-3,.my-md-3{margin-bottom:1rem!important}.ml-md-3,.mx-md-3{margin-left:1rem!important}.m-md-4{margin:1.5rem!important}.mt-md-4,.my-md-4{margin-top:1.5rem!important}.mr-md-4,.mx-md-4{margin-right:1.5rem!important}.mb-md-4,.my-md-4{margin-bottom:1.5rem!important}.ml-md-4,.mx-md-4{margin-left:1.5rem!important}.m-md-5{margin:3rem!important}.mt-md-5,.my-md-5{margin-top:3rem!important}.mr-md-5,.mx-md-5{margin-right:3rem!important}.mb-md-5,.my-md-5{margin-bottom:3rem!important}.ml-md-5,.mx-md-5{margin-left:3rem!important}.p-md-0{padding:0!important}.pt-md-0,.py-md-0{padding-top:0!important}.pr-md-0,.px-md-0{padding-right:0!important}.pb-md-0,.py-md-0{padding-bottom:0!important}.pl-md-0,.px-md-0{padding-left:0!important}.p-md-1{padding:.25rem!important}.pt-md-1,.py-md-1{padding-top:.25rem!important}.pr-md-1,.px-md-1{padding-right:.25rem!important}.pb-md-1,.py-md-1{padding-bottom:.25rem!important}.pl-md-1,.px-md-1{padding-left:.25rem!important}.p-md-2{padding:.5rem!important}.pt-md-2,.py-md-2{padding-top:.5rem!important}.pr-md-2,.px-md-2{padding-right:.5rem!important}.pb-md-2,.py-md-2{padding-bottom:.5rem!important}.pl-md-2,.px-md-2{padding-left:.5rem!important}.p-md-3{padding:1rem!important}.pt-md-3,.py-md-3{padding-top:1rem!important}.pr-md-3,.px-md-3{padding-right:1rem!important}.pb-md-3,.py-md-3{padding-bottom:1rem!important}.pl-md-3,.px-md-3{padding-left:1rem!important}.p-md-4{padding:1.5rem!important}.pt-md-4,.py-md-4{padding-top:1.5rem!important}.pr-md-4,.px-md-4{padding-right:1.5rem!important}.pb-md-4,.py-md-4{padding-bottom:1.5rem!important}.pl-md-4,.px-md-4{padding-left:1.5rem!important}.p-md-5{padding:3rem!important}.pt-md-5,.py-md-5{padding-top:3rem!important}.pr-md-5,.px-md-5{padding-right:3rem!important}.pb-md-5,.py-md-5{padding-bottom:3rem!important}.pl-md-5,.px-md-5{padding-left:3rem!important}.m-md-n1{margin:-.25rem!important}.mt-md-n1,.my-md-n1{margin-top:-.25rem!important}.mr-md-n1,.mx-md-n1{margin-right:-.25rem!important}.mb-md-n1,.my-md-n1{margin-bottom:-.25rem!important}.ml-md-n1,.mx-md-n1{margin-left:-.25rem!important}.m-md-n2{margin:-.5rem!important}.mt-md-n2,.my-md-n2{margin-top:-.5rem!important}.mr-md-n2,.mx-md-n2{margin-right:-.5rem!important}.mb-md-n2,.my-md-n2{margin-bottom:-.5rem!important}.ml-md-n2,.mx-md-n2{margin-left:-.5rem!important}.m-md-n3{margin:-1rem!important}.mt-md-n3,.my-md-n3{margin-top:-1rem!important}.mr-md-n3,.mx-md-n3{margin-right:-1rem!important}.mb-md-n3,.my-md-n3{margin-bottom:-1rem!important}.ml-md-n3,.mx-md-n3{margin-left:-1rem!important}.m-md-n4{margin:-1.5rem!important}.mt-md-n4,.my-md-n4{margin-top:-1.5rem!important}.mr-md-n4,.mx-md-n4{margin-right:-1.5rem!important}.mb-md-n4,.my-md-n4{margin-bottom:-1.5rem!important}.ml-md-n4,.mx-md-n4{margin-left:-1.5rem!important}.m-md-n5{margin:-3rem!important}.mt-md-n5,.my-md-n5{margin-top:-3rem!important}.mr-md-n5,.mx-md-n5{margin-right:-3rem!important}.mb-md-n5,.my-md-n5{margin-bottom:-3rem!important}.ml-md-n5,.mx-md-n5{margin-left:-3rem!important}.m-md-auto{margin:auto!important}.mt-md-auto,.my-md-auto{margin-top:auto!important}.mr-md-auto,.mx-md-auto{margin-right:auto!important}.mb-md-auto,.my-md-auto{margin-bottom:auto!important}.ml-md-auto,.mx-md-auto{margin-left:auto!important}}@media (min-width:992px){.m-lg-0{margin:0!important}.mt-lg-0,.my-lg-0{margin-top:0!important}.mr-lg-0,.mx-lg-0{margin-right:0!important}.mb-lg-0,.my-lg-0{margin-bottom:0!important}.ml-lg-0,.mx-lg-0{margin-left:0!important}.m-lg-1{margin:.25rem!important}.mt-lg-1,.my-lg-1{margin-top:.25rem!important}.mr-lg-1,.mx-lg-1{margin-right:.25rem!important}.mb-lg-1,.my-lg-1{margin-bottom:.25rem!important}.ml-lg-1,.mx-lg-1{margin-left:.25rem!important}.m-lg-2{margin:.5rem!important}.mt-lg-2,.my-lg-2{margin-top:.5rem!important}.mr-lg-2,.mx-lg-2{margin-right:.5rem!important}.mb-lg-2,.my-lg-2{margin-bottom:.5rem!important}.ml-lg-2,.mx-lg-2{margin-left:.5rem!important}.m-lg-3{margin:1rem!important}.mt-lg-3,.my-lg-3{margin-top:1rem!important}.mr-lg-3,.mx-lg-3{margin-right:1rem!important}.mb-lg-3,.my-lg-3{margin-bottom:1rem!important}.ml-lg-3,.mx-lg-3{margin-left:1rem!important}.m-lg-4{margin:1.5rem!important}.mt-lg-4,.my-lg-4{margin-top:1.5rem!important}.mr-lg-4,.mx-lg-4{margin-right:1.5rem!important}.mb-lg-4,.my-lg-4{margin-bottom:1.5rem!important}.ml-lg-4,.mx-lg-4{margin-left:1.5rem!important}.m-lg-5{margin:3rem!important}.mt-lg-5,.my-lg-5{margin-top:3rem!important}.mr-lg-5,.mx-lg-5{margin-right:3rem!important}.mb-lg-5,.my-lg-5{margin-bottom:3rem!important}.ml-lg-5,.mx-lg-5{margin-left:3rem!important}.p-lg-0{padding:0!important}.pt-lg-0,.py-lg-0{padding-top:0!important}.pr-lg-0,.px-lg-0{padding-right:0!important}.pb-lg-0,.py-lg-0{padding-bottom:0!important}.pl-lg-0,.px-lg-0{padding-left:0!important}.p-lg-1{padding:.25rem!important}.pt-lg-1,.py-lg-1{padding-top:.25rem!important}.pr-lg-1,.px-lg-1{padding-right:.25rem!important}.pb-lg-1,.py-lg-1{padding-bottom:.25rem!important}.pl-lg-1,.px-lg-1{padding-left:.25rem!important}.p-lg-2{padding:.5rem!important}.pt-lg-2,.py-lg-2{padding-top:.5rem!important}.pr-lg-2,.px-lg-2{padding-right:.5rem!important}.pb-lg-2,.py-lg-2{padding-bottom:.5rem!important}.pl-lg-2,.px-lg-2{padding-left:.5rem!important}.p-lg-3{padding:1rem!important}.pt-lg-3,.py-lg-3{padding-top:1rem!important}.pr-lg-3,.px-lg-3{padding-right:1rem!important}.pb-lg-3,.py-lg-3{padding-bottom:1rem!important}.pl-lg-3,.px-lg-3{padding-left:1rem!important}.p-lg-4{padding:1.5rem!important}.pt-lg-4,.py-lg-4{padding-top:1.5rem!important}.pr-lg-4,.px-lg-4{padding-right:1.5rem!important}.pb-lg-4,.py-lg-4{padding-bottom:1.5rem!important}.pl-lg-4,.px-lg-4{padding-left:1.5rem!important}.p-lg-5{padding:3rem!important}.pt-lg-5,.py-lg-5{padding-top:3rem!important}.pr-lg-5,.px-lg-5{padding-right:3rem!important}.pb-lg-5,.py-lg-5{padding-bottom:3rem!important}.pl-lg-5,.px-lg-5{padding-left:3rem!important}.m-lg-n1{margin:-.25rem!important}.mt-lg-n1,.my-lg-n1{margin-top:-.25rem!important}.mr-lg-n1,.mx-lg-n1{margin-right:-.25rem!important}.mb-lg-n1,.my-lg-n1{margin-bottom:-.25rem!important}.ml-lg-n1,.mx-lg-n1{margin-left:-.25rem!important}.m-lg-n2{margin:-.5rem!important}.mt-lg-n2,.my-lg-n2{margin-top:-.5rem!important}.mr-lg-n2,.mx-lg-n2{margin-right:-.5rem!important}.mb-lg-n2,.my-lg-n2{margin-bottom:-.5rem!important}.ml-lg-n2,.mx-lg-n2{margin-left:-.5rem!important}.m-lg-n3{margin:-1rem!important}.mt-lg-n3,.my-lg-n3{margin-top:-1rem!important}.mr-lg-n3,.mx-lg-n3{margin-right:-1rem!important}.mb-lg-n3,.my-lg-n3{margin-bottom:-1rem!important}.ml-lg-n3,.mx-lg-n3{margin-left:-1rem!important}.m-lg-n4{margin:-1.5rem!important}.mt-lg-n4,.my-lg-n4{margin-top:-1.5rem!important}.mr-lg-n4,.mx-lg-n4{margin-right:-1.5rem!important}.mb-lg-n4,.my-lg-n4{margin-bottom:-1.5rem!important}.ml-lg-n4,.mx-lg-n4{margin-left:-1.5rem!important}.m-lg-n5{margin:-3rem!important}.mt-lg-n5,.my-lg-n5{margin-top:-3rem!important}.mr-lg-n5,.mx-lg-n5{margin-right:-3rem!important}.mb-lg-n5,.my-lg-n5{margin-bottom:-3rem!important}.ml-lg-n5,.mx-lg-n5{margin-left:-3rem!important}.m-lg-auto{margin:auto!important}.mt-lg-auto,.my-lg-auto{margin-top:auto!important}.mr-lg-auto,.mx-lg-auto{margin-right:auto!important}.mb-lg-auto,.my-lg-auto{margin-bottom:auto!important}.ml-lg-auto,.mx-lg-auto{margin-left:auto!important}}@media (min-width:1200px){.m-xl-0{margin:0!important}.mt-xl-0,.my-xl-0{margin-top:0!important}.mr-xl-0,.mx-xl-0{margin-right:0!important}.mb-xl-0,.my-xl-0{margin-bottom:0!important}.ml-xl-0,.mx-xl-0{margin-left:0!important}.m-xl-1{margin:.25rem!important}.mt-xl-1,.my-xl-1{margin-top:.25rem!important}.mr-xl-1,.mx-xl-1{margin-right:.25rem!important}.mb-xl-1,.my-xl-1{margin-bottom:.25rem!important}.ml-xl-1,.mx-xl-1{margin-left:.25rem!important}.m-xl-2{margin:.5rem!important}.mt-xl-2,.my-xl-2{margin-top:.5rem!important}.mr-xl-2,.mx-xl-2{margin-right:.5rem!important}.mb-xl-2,.my-xl-2{margin-bottom:.5rem!important}.ml-xl-2,.mx-xl-2{margin-left:.5rem!important}.m-xl-3{margin:1rem!important}.mt-xl-3,.my-xl-3{margin-top:1rem!important}.mr-xl-3,.mx-xl-3{margin-right:1rem!important}.mb-xl-3,.my-xl-3{margin-bottom:1rem!important}.ml-xl-3,.mx-xl-3{margin-left:1rem!important}.m-xl-4{margin:1.5rem!important}.mt-xl-4,.my-xl-4{margin-top:1.5rem!important}.mr-xl-4,.mx-xl-4{margin-right:1.5rem!important}.mb-xl-4,.my-xl-4{margin-bottom:1.5rem!important}.ml-xl-4,.mx-xl-4{margin-left:1.5rem!important}.m-xl-5{margin:3rem!important}.mt-xl-5,.my-xl-5{margin-top:3rem!important}.mr-xl-5,.mx-xl-5{margin-right:3rem!important}.mb-xl-5,.my-xl-5{margin-bottom:3rem!important}.ml-xl-5,.mx-xl-5{margin-left:3rem!important}.p-xl-0{padding:0!important}.pt-xl-0,.py-xl-0{padding-top:0!important}.pr-xl-0,.px-xl-0{padding-right:0!important}.pb-xl-0,.py-xl-0{padding-bottom:0!important}.pl-xl-0,.px-xl-0{padding-left:0!important}.p-xl-1{padding:.25rem!important}.pt-xl-1,.py-xl-1{padding-top:.25rem!important}.pr-xl-1,.px-xl-1{padding-right:.25rem!important}.pb-xl-1,.py-xl-1{padding-bottom:.25rem!important}.pl-xl-1,.px-xl-1{padding-left:.25rem!important}.p-xl-2{padding:.5rem!important}.pt-xl-2,.py-xl-2{padding-top:.5rem!important}.pr-xl-2,.px-xl-2{padding-right:.5rem!important}.pb-xl-2,.py-xl-2{padding-bottom:.5rem!important}.pl-xl-2,.px-xl-2{padding-left:.5rem!important}.p-xl-3{padding:1rem!important}.pt-xl-3,.py-xl-3{padding-top:1rem!important}.pr-xl-3,.px-xl-3{padding-right:1rem!important}.pb-xl-3,.py-xl-3{padding-bottom:1rem!important}.pl-xl-3,.px-xl-3{padding-left:1rem!important}.p-xl-4{padding:1.5rem!important}.pt-xl-4,.py-xl-4{padding-top:1.5rem!important}.pr-xl-4,.px-xl-4{padding-right:1.5rem!important}.pb-xl-4,.py-xl-4{padding-bottom:1.5rem!important}.pl-xl-4,.px-xl-4{padding-left:1.5rem!important}.p-xl-5{padding:3rem!important}.pt-xl-5,.py-xl-5{padding-top:3rem!important}.pr-xl-5,.px-xl-5{padding-right:3rem!important}.pb-xl-5,.py-xl-5{padding-bottom:3rem!important}.pl-xl-5,.px-xl-5{padding-left:3rem!important}.m-xl-n1{margin:-.25rem!important}.mt-xl-n1,.my-xl-n1{margin-top:-.25rem!important}.mr-xl-n1,.mx-xl-n1{margin-right:-.25rem!important}.mb-xl-n1,.my-xl-n1{margin-bottom:-.25rem!important}.ml-xl-n1,.mx-xl-n1{margin-left:-.25rem!important}.m-xl-n2{margin:-.5rem!important}.mt-xl-n2,.my-xl-n2{margin-top:-.5rem!important}.mr-xl-n2,.mx-xl-n2{margin-right:-.5rem!important}.mb-xl-n2,.my-xl-n2{margin-bottom:-.5rem!important}.ml-xl-n2,.mx-xl-n2{margin-left:-.5rem!important}.m-xl-n3{margin:-1rem!important}.mt-xl-n3,.my-xl-n3{margin-top:-1rem!important}.mr-xl-n3,.mx-xl-n3{margin-right:-1rem!important}.mb-xl-n3,.my-xl-n3{margin-bottom:-1rem!important}.ml-xl-n3,.mx-xl-n3{margin-left:-1rem!important}.m-xl-n4{margin:-1.5rem!important}.mt-xl-n4,.my-xl-n4{margin-top:-1.5rem!important}.mr-xl-n4,.mx-xl-n4{margin-right:-1.5rem!important}.mb-xl-n4,.my-xl-n4{margin-bottom:-1.5rem!important}.ml-xl-n4,.mx-xl-n4{margin-left:-1.5rem!important}.m-xl-n5{margin:-3rem!important}.mt-xl-n5,.my-xl-n5{margin-top:-3rem!important}.mr-xl-n5,.mx-xl-n5{margin-right:-3rem!important}.mb-xl-n5,.my-xl-n5{margin-bottom:-3rem!important}.ml-xl-n5,.mx-xl-n5{margin-left:-3rem!important}.m-xl-auto{margin:auto!important}.mt-xl-auto,.my-xl-auto{margin-top:auto!important}.mr-xl-auto,.mx-xl-auto{margin-right:auto!important}.mb-xl-auto,.my-xl-auto{margin-bottom:auto!important}.ml-xl-auto,.mx-xl-auto{margin-left:auto!important}}.text-monospace{font-family:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace}.text-justify{text-align:justify!important}.text-wrap{white-space:normal!important}.text-nowrap{white-space:nowrap!important}.text-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.text-left{text-align:left!important}.text-right{text-align:right!important}.text-center{text-align:center!important}@media (min-width:576px){.text-sm-left{text-align:left!important}.text-sm-right{text-align:right!important}.text-sm-center{text-align:center!important}}@media (min-width:768px){.text-md-left{text-align:left!important}.text-md-right{text-align:right!important}.text-md-center{text-align:center!important}}@media (min-width:992px){.text-lg-left{text-align:left!important}.text-lg-right{text-align:right!important}.text-lg-center{text-align:center!important}}@media (min-width:1200px){.text-xl-left{text-align:left!important}.text-xl-right{text-align:right!important}.text-xl-center{text-align:center!important}}.text-lowercase{text-transform:lowercase!important}.text-uppercase{text-transform:uppercase!important}.text-capitalize{text-transform:capitalize!important}.font-weight-light{font-weight:300!important}.font-weight-lighter{font-weight:lighter!important}.font-weight-normal{font-weight:400!important}.font-weight-bold{font-weight:700!important}.font-weight-bolder{font-weight:bolder!important}.font-italic{font-style:italic!important}.text-white{color:#fff!important}.text-primary{color:#007bff!important}a.text-primary:focus,a.text-primary:hover{color:#0056b3!important}.text-secondary{color:#6c757d!important}a.text-secondary:focus,a.text-secondary:hover{color:#494f54!important}.text-success{color:#28a745!important}a.text-success:focus,a.text-success:hover{color:#19692c!important}.text-info{color:#17a2b8!important}a.text-info:focus,a.text-info:hover{color:#0f6674!important}.text-warning{color:#ffc107!important}a.text-warning:focus,a.text-warning:hover{color:#ba8b00!important}.text-danger{color:#dc3545!important}a.text-danger:focus,a.text-danger:hover{color:#a71d2a!important}.text-light{color:#f8f9fa!important}a.text-light:focus,a.text-light:hover{color:#cbd3da!important}.text-dark{color:#343a40!important}a.text-dark:focus,a.text-dark:hover{color:#121416!important}.text-body{color:#212529!important}.text-muted{color:#6c757d!important}.text-black-50{color:rgba(0,0,0,.5)!important}.text-white-50{color:rgba(255,255,255,.5)!important}.text-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.text-decoration-none{text-decoration:none!important}.text-reset{color:inherit!important}.visible{visibility:visible!important}.invisible{visibility:hidden!important}@media print{*,::after,::before{text-shadow:none!important;box-shadow:none!important}a:not(.btn){text-decoration:underline}abbr[title]::after{content:" (" attr(title) ")"}pre{white-space:pre-wrap!important}blockquote,pre{border:1px solid #adb5bd;page-break-inside:avoid}thead{display:table-header-group}img,tr{page-break-inside:avoid}h2,h3,p{orphans:3;widows:3}h2,h3{page-break-after:avoid}@page{size:a3}body{min-width:992px!important}.container{min-width:992px!important}.navbar{display:none}.badge{border:1px solid #000}.table{border-collapse:collapse!important}.table td,.table th{background-color:#fff!important}.table-bordered td,.table-bordered th{border:1px solid #dee2e6!important}.table-dark{color:inherit}.table-dark tbody+tbody,.table-dark td,.table-dark th,.table-dark thead th{border-color:#dee2e6}.table .thead-dark th{color:inherit;border-color:#dee2e6}}.bootstrap-select>select.bs-select-hidden,select.bs-select-hidden,select.selectpicker{display:none!important}.bootstrap-select{width:220px\0;vertical-align:middle}.bootstrap-select>.dropdown-toggle{position:relative;width:100%;z-index:1;text-align:right;white-space:nowrap}.bootstrap-select>.dropdown-toggle.bs-placeholder,.bootstrap-select>.dropdown-toggle.bs-placeholder:active,.bootstrap-select>.dropdown-toggle.bs-placeholder:focus,.bootstrap-select>.dropdown-toggle.bs-placeholder:hover{color:#999}.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-danger,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-danger:active,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-danger:focus,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-danger:hover,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-dark,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-dark:active,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-dark:focus,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-dark:hover,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-info,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-info:active,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-info:focus,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-info:hover,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-primary,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-primary:active,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-primary:focus,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-primary:hover,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-secondary,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-secondary:active,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-secondary:focus,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-secondary:hover,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-success,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-success:active,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-success:focus,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-success:hover{color:rgba(255,255,255,.5)}.bootstrap-select>select{position:absolute!important;bottom:0;left:50%;display:block!important;width:.5px!important;height:100%!important;padding:0!important;opacity:0!important;border:none}.bootstrap-select>select.mobile-device{top:0;left:0;display:block!important;width:100%!important;z-index:2}.bootstrap-select.is-invalid .dropdown-toggle,.error .bootstrap-select .dropdown-toggle,.has-error .bootstrap-select .dropdown-toggle,.was-validated .bootstrap-select .selectpicker:invalid+.dropdown-toggle{border-color:#b94a48}.bootstrap-select.is-valid .dropdown-toggle,.was-validated .bootstrap-select .selectpicker:valid+.dropdown-toggle{border-color:#28a745}.bootstrap-select.fit-width{width:auto!important}.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn){width:220px}.bootstrap-select .dropdown-toggle:focus,.bootstrap-select>select.mobile-device:focus+.dropdown-toggle{outline:thin dotted #333!important;outline:5px auto -webkit-focus-ring-color!important;outline-offset:-2px}.bootstrap-select.form-control{margin-bottom:0;padding:0;border:none}:not(.input-group)>.bootstrap-select.form-control:not([class*=col-]){width:100%}.bootstrap-select.form-control.input-group-btn{z-index:auto}.bootstrap-select.form-control.input-group-btn:not(:first-child):not(:last-child)>.btn{border-radius:0}.bootstrap-select:not(.input-group-btn),.bootstrap-select[class*=col-]{float:none;display:inline-block;margin-left:0}.bootstrap-select.dropdown-menu-right,.bootstrap-select[class*=col-].dropdown-menu-right,.row .bootstrap-select[class*=col-].dropdown-menu-right{float:right}.form-group .bootstrap-select,.form-horizontal .bootstrap-select,.form-inline .bootstrap-select{margin-bottom:0}.form-group-lg .bootstrap-select.form-control,.form-group-sm .bootstrap-select.form-control{padding:0}.form-group-lg .bootstrap-select.form-control .dropdown-toggle,.form-group-sm .bootstrap-select.form-control .dropdown-toggle{height:100%;font-size:inherit;line-height:inherit;border-radius:inherit}.bootstrap-select.form-control-lg .dropdown-toggle,.bootstrap-select.form-control-sm .dropdown-toggle{font-size:inherit;line-height:inherit;border-radius:inherit}.bootstrap-select.form-control-sm .dropdown-toggle{padding:.25rem .5rem}.bootstrap-select.form-control-lg .dropdown-toggle{padding:.5rem 1rem}.form-inline .bootstrap-select .form-control{width:100%}.bootstrap-select.disabled,.bootstrap-select>.disabled{cursor:not-allowed}.bootstrap-select.disabled:focus,.bootstrap-select>.disabled:focus{outline:0!important}.bootstrap-select.bs-container{position:absolute;top:0;left:0;height:0!important;padding:0!important}.bootstrap-select.bs-container .dropdown-menu{z-index:1060}.bootstrap-select .dropdown-toggle:before{content:'';display:inline-block}.bootstrap-select .dropdown-toggle .filter-option{position:absolute;top:0;left:0;padding-top:inherit;padding-right:inherit;padding-bottom:inherit;padding-left:inherit;height:100%;width:100%;text-align:left}.bootstrap-select .dropdown-toggle .filter-option-inner{padding-right:inherit}.bootstrap-select .dropdown-toggle .filter-option-inner-inner{overflow:hidden}.bootstrap-select .dropdown-toggle .caret{position:absolute;top:50%;right:12px;margin-top:-2px;vertical-align:middle}.input-group .bootstrap-select.form-control .dropdown-toggle{border-radius:inherit}.bootstrap-select[class*=col-] .dropdown-toggle{width:100%}.bootstrap-select .dropdown-menu{min-width:100%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.bootstrap-select .dropdown-menu>.inner:focus{outline:0!important}.bootstrap-select .dropdown-menu.inner{position:static;float:none;border:0;padding:0;margin:0;border-radius:0;-webkit-box-shadow:none;box-shadow:none}.bootstrap-select .dropdown-menu li{position:relative}.bootstrap-select .dropdown-menu li.active small{color:rgba(255,255,255,.5)!important}.bootstrap-select .dropdown-menu li.disabled a{cursor:not-allowed}.bootstrap-select .dropdown-menu li a{cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.bootstrap-select .dropdown-menu li a.opt{position:relative;padding-left:2.25em}.bootstrap-select .dropdown-menu li a span.check-mark{display:none}.bootstrap-select .dropdown-menu li a span.text{display:inline-block}.bootstrap-select .dropdown-menu li small{padding-left:.5em}.bootstrap-select .dropdown-menu .notify{position:absolute;bottom:5px;width:96%;margin:0 2%;min-height:26px;padding:3px 5px;background:#f5f5f5;border:1px solid #e3e3e3;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.05);box-shadow:inset 0 1px 1px rgba(0,0,0,.05);pointer-events:none;opacity:.9;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.bootstrap-select .no-results{padding:3px;background:#f5f5f5;margin:0 5px;white-space:nowrap}.bootstrap-select.fit-width .dropdown-toggle .filter-option{position:static;display:inline;padding:0}.bootstrap-select.fit-width .dropdown-toggle .filter-option-inner,.bootstrap-select.fit-width .dropdown-toggle .filter-option-inner-inner{display:inline}.bootstrap-select.fit-width .dropdown-toggle .caret{position:static;top:auto;margin-top:-1px}.bootstrap-select.show-tick .dropdown-menu .selected span.check-mark{position:absolute;display:inline-block;right:15px;top:5px}.bootstrap-select.show-tick .dropdown-menu li a span.text{margin-right:34px}.bootstrap-select .bs-ok-default:after{content:'';display:block;width:.5em;height:1em;border-style:solid;border-width:0 .26em .26em 0;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg)}.bootstrap-select.show-menu-arrow.open>.dropdown-toggle,.bootstrap-select.show-menu-arrow.show>.dropdown-toggle{z-index:1061}.bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:before{content:'';border-left:7px solid transparent;border-right:7px solid transparent;border-bottom:7px solid rgba(204,204,204,.2);position:absolute;bottom:-4px;left:9px;display:none}.bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:after{content:'';border-left:6px solid transparent;border-right:6px solid transparent;border-bottom:6px solid #fff;position:absolute;bottom:-4px;left:10px;display:none}.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option:before{bottom:auto;top:-4px;border-top:7px solid rgba(204,204,204,.2);border-bottom:0}.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option:after{bottom:auto;top:-4px;border-top:6px solid #fff;border-bottom:0}.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle .filter-option:before{right:12px;left:auto}.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle .filter-option:after{right:13px;left:auto}.bootstrap-select.show-menu-arrow.open>.dropdown-toggle .filter-option:after,.bootstrap-select.show-menu-arrow.open>.dropdown-toggle .filter-option:before,.bootstrap-select.show-menu-arrow.show>.dropdown-toggle .filter-option:after,.bootstrap-select.show-menu-arrow.show>.dropdown-toggle .filter-option:before{display:block}.bs-actionsbox,.bs-donebutton,.bs-searchbox{padding:4px 8px}.bs-actionsbox{width:100%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.bs-actionsbox .btn-group button{width:50%}.bs-donebutton{float:left;width:100%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.bs-donebutton .btn-group button{width:100%}.bs-searchbox+.bs-actionsbox{padding:0 8px 4px}.bs-searchbox .form-control{margin-bottom:0;width:100%;float:none}@keyframes rotateme {
from {
transform: rotate(0deg);
}
to { 
transform: rotate(360deg);
}
}
@-webkit-keyframes rotateme {
from {
-webkit-transform: rotate(0deg);
}
to { 
-webkit-transform: rotate(360deg);
}
}
@-moz-keyframes rotateme {
from {
-moz-transform: rotate(0deg);
}
to { 
-moz-transform: rotate(360deg);
}
}
@-o-keyframes rotateme {
from {
-o-transform: rotate(0deg);
}
to { 
-o-transform: rotate(360deg);
}
}
.rotate-me,
.android-section .image-column .inner-column .circle-image{
animation-name: rotateme; 
animation-duration: 24s; 
animation-iteration-count: infinite;
animation-timing-function: linear;
-webkit-animation-name: rotateme; 
-webkit-animation-duration: 24s; 
-webkit-animation-iteration-count: infinite;
-webkit-animation-timing-function: linear;
-moz-animation-name: rotateme; 
-moz-animation-duration: 24s; 
-moz-animation-iteration-count: infinite;
-moz-animation-timing-function: linear;
-ms-animation-name: rotateme; 
-ms-animation-duration: 24s; 
-ms-animation-iteration-count: infinite;
-ms-animation-timing-function: linear;
-o-animation-name: rotateme; 
-o-animation-duration: 24s; 
-o-animation-iteration-count: infinite;
-o-animation-timing-function: linear;
}
@-webkit-keyframes float_up_down_two {
0% {
-webkit-transform: rotateX(0deg) translateY(0px);
transform: rotateX(0deg) translateY(0px)
}
50% {
-webkit-transform: rotateX(0deg) translateY(15px);
transform: rotateX(0deg) translateY(15px)
}
to {
-webkit-transform: rotateX(0deg) translateY(0px);
transform: rotateX(0deg) translateY(0px)
}
}
@keyframes float_up_down_two {
0% {
-webkit-transform: rotateX(0deg) translateY(0px);
transform: rotateX(0deg) translateY(0px)
}
50% {
-webkit-transform: rotateX(0deg) translateY(15px);
transform: rotateX(0deg) translateY(15px)
}
to {
-webkit-transform: rotateX(0deg) translateY(0px);
transform: rotateX(0deg) translateY(0px)
}
}
.float_up_down_two{
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
-webkit-animation-timing-function: cubic-bezier(0.54, 0.085, 0.5, 0.92);
animation-timing-function: cubic-bezier(0.54, 0.085, 0.5, 0.92);
-webkit-animation-name: float_up_down_two;
animation-name: float_up_down_two;
-webkit-animation-duration: 5s;
animation-duration: 5s;
}
@-webkit-keyframes banner-animate {
0% {
-webkit-transform: translateX(-1000px);
transform: translateX(-1000px);
}
50% {
-webkit-transform: translateX(-10px);
transform: translateX(-10px);
}
100% {
-webkit-transform: translateX(-1000px);
transform: translateX(-1000px);
}
}
@keyframes banner-animate {
0% {
-webkit-transform: translateX(-1000px);
transform: translateX(-1000px);
}
50% {
-webkit-transform: translateX(-10px);
transform: translateX(-10px);
}
100% {
-webkit-transform: translateX(-1000px);
transform: translateX(-1000px);
}
}
.banner-animate {
animation-name: banner-animate; 
animation-duration: 70s; 
animation-iteration-count: infinite;
animation-timing-function: linear;
-webkit-animation-name: banner-animate; 
-webkit-animation-duration: 70s; 
-webkit-animation-iteration-count: infinite;
-webkit-animation-timing-function: linear;
-moz-animation-name: banner-animate; 
-moz-animation-duration: 70s; 
-moz-animation-iteration-count: infinite;
-moz-animation-timing-function: linear;
-ms-animation-name: banner-animate; 
-ms-animation-duration: 70s; 
-ms-animation-iteration-count: infinite;
-ms-animation-timing-function: linear;
-o-animation-name: banner-animate; 
-o-animation-duration: 70s; 
-o-animation-iteration-count: infinite;
-o-animation-timing-function: linear;
}
@keyframes pulse {
50% {
box-shadow: 0 0 0 5px rgba(255,255,255,.1),
0 0 0 20px rgba(238, 238,238, 0.3000);
}
}
@-webkit-keyframes float-bob {
0% {
-webkit-transform: translateX(-100px);
transform: translateX(-100px);
}
50% {
-webkit-transform: translateX(-10px);
transform: translateX(-10px);
}
100% {
-webkit-transform: translateX(-100px);
transform: translateX(-100px);
}
}
@keyframes float-bob {
0% {
-webkit-transform: translateX(-100px);
transform: translateX(-100px);
}
50% {
-webkit-transform: translateX(-10px);
transform: translateX(-10px);
}
100% {
-webkit-transform: translateX(-100px);
transform: translateX(-100px);
}
}
.float-bob{
animation-name: float-bob; 
animation-duration: 7s; 
animation-iteration-count: infinite;
animation-timing-function: linear;
-webkit-animation-name: float-bob; 
-webkit-animation-duration: 7s; 
-webkit-animation-iteration-count: infinite;
-webkit-animation-timing-function: linear;
-moz-animation-name: float-bob; 
-moz-animation-duration: 7s; 
-moz-animation-iteration-count: infinite;
-moz-animation-timing-function: linear;
-ms-animation-name: float-bob; 
-ms-animation-duration: 7s; 
-ms-animation-iteration-count: infinite;
-ms-animation-timing-function: linear;
-o-animation-name: float-bob; 
-o-animation-duration: 7s; 
-o-animation-iteration-count: infinite;
-o-animation-timing-function: linear;
} @keyframes float-bob-y {
0% {
-webkit-transform: translateY(-20px);
transform: translateY(-20px);
}
50% {
-webkit-transform: translateY(-10px);
transform: translateY(-10px);
}
100% {
-webkit-transform: translateY(-20px);
transform: translateY(-20px);
}
}
.float-bob-y {
animation-name: float-bob-y;
animation-duration: 2s;
animation-iteration-count: infinite;
animation-timing-function: linear;
-webkit-animation-name: float-bob-y;
-webkit-animation-duration: 2s;
-webkit-animation-iteration-count: infinite;
-webkit-animation-timing-function: linear;
-moz-animation-name: float-bob-y;
-moz-animation-duration: 2s;
-moz-animation-iteration-count: infinite;
-moz-animation-timing-function: linear;
-ms-animation-name: float-bob-y;
-ms-animation-duration: 2s;
-ms-animation-iteration-count: infinite;
-ms-animation-timing-function: linear;
-o-animation-name: float-bob-y;
-o-animation-duration: 2s;
-o-animation-iteration-count: infinite;
-o-animation-timing-function: linear;
}
@-webkit-keyframes zoom-fade {
0% {
-webkit-transform: scale(0.9);
transform: scale(0.9);
}
50% {
-webkit-transform: scale(1);
transform: scale(1);
}
100% {
-webkit-transform: scale(0.9);
transform: scale(0.9);
}
}
@keyframes zoom-fade {
0% {
-webkit-transform: scale(0.9);
transform: scale(0.9);
}
50% {
-webkit-transform: scale(1);
transform: scale(1);
}
100% {
-webkit-transform: scale(0.9);
transform: scale(0.9);
}
}
.zoom-fade{
animation-name: zoom-fade; 
animation-duration: 5s; 
animation-iteration-count: infinite;
animation-timing-function: linear;
-webkit-animation-name: zoom-fade; 
-webkit-animation-duration: 5s; 
-webkit-animation-iteration-count: infinite;
-webkit-animation-timing-function: linear;
-moz-animation-name: zoom-fade; 
-moz-animation-duration: 5s; 
-moz-animation-iteration-count: infinite;
-moz-animation-timing-function: linear;
-ms-animation-name: zoom-fade; 
-ms-animation-duration: 5s; 
-ms-animation-iteration-count: infinite;
-ms-animation-timing-function: linear;
-o-animation-name: zoom-fade; 
-o-animation-duration: 5s; 
-o-animation-iteration-count: infinite;
-o-animation-timing-function: linear;
}@font-face{font-family:'FontAwesome';src:url(//www.mywebsitefreelancer.com/wp-content/themes/jixic/assets/fonts/fontawesome-webfont.eot?v=4.5.0);src:url(//www.mywebsitefreelancer.com/wp-content/themes/jixic/assets/fonts/fontawesome-webfont.eot?#iefix&v=4.5.0) format('embedded-opentype'),url(//www.mywebsitefreelancer.com/wp-content/themes/jixic/assets/fonts/fontawesome-webfont.woff2?v=4.5.0) format('woff2'),url(//www.mywebsitefreelancer.com/wp-content/themes/jixic/assets/fonts/fontawesome-webfont.woff?v=4.5.0) format('woff'),url(//www.mywebsitefreelancer.com/wp-content/themes/jixic/assets/fonts/fontawesome-webfont.ttf?v=4.5.0) format('truetype'),url(//www.mywebsitefreelancer.com/wp-content/themes/jixic/assets/fonts/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular) format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}@font-face {
font-family: 'icomoon';
src:  url(//www.mywebsitefreelancer.com/wp-content/themes/jixic/assets/fonts/icomoon.eot?vdw2jk);
src:  url(//www.mywebsitefreelancer.com/wp-content/themes/jixic/assets/fonts/icomoon.eot?vdw2jk#iefix) format('embedded-opentype'),
url(//www.mywebsitefreelancer.com/wp-content/themes/jixic/assets/fonts/icomoon.ttf?vdw2jk) format('truetype'),
url(//www.mywebsitefreelancer.com/wp-content/themes/jixic/assets/fonts/icomoon.woff?vdw2jk) format('woff'),
url(//www.mywebsitefreelancer.com/wp-content/themes/jixic/assets/fonts/icomoon.svg?vdw2jk#icomoon) format('svg');
font-weight: normal;
font-style: normal;
}
[class^="icon-"], [class*=" icon-"] { font-family: 'icomoon' !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;
}
.icon-app:before {
content: "\e900";
}
.icon-arrow:before {
content: "\e901";
}
.icon-car:before {
content: "\e902";
}
.icon-download:before {
content: "\e903";
}
.icon-mission:before {
content: "\e904";
}
.icon-search:before {
content: "\e905";
}
.icon-add:before {
content: "\e906";
}
.icon-back:before {
content: "\e907";
}
.icon-diamond:before {
content: "\e908";
}
.icon-music:before {
content: "\e909";
}
.icon-pen:before {
content: "\e90a";
}
.icon-search1:before {
content: "\e90b";
}
.icon-brain:before {
content: "\e90c";
}
.icon-down-arrow:before {
content: "\e90d";
}
.icon-mail:before {
content: "\e90e";
}
.icon-multimedia:before {
content: "\e90f";
}
.icon-playstore:before {
content: "\e910";
}
.icon-wave:before {
content: "\e911";
}
.icon-box:before {
content: "\e912";
}
.icon-cart:before {
content: "\e913";
}
.icon-mug:before {
content: "\e914";
}
.icon-refresh:before {
content: "\e915";
}
.icon-support:before {
content: "\e916";
}
.icon-zoom-in:before {
content: "\e917";
}
.icon-box-1:before {
content: "\e918";
}
.icon-digital-marketing:before {
content: "\e919";
}
.icon-graphic-design:before {
content: "\e91a";
}
.icon-student:before {
content: "\e91b";
}
.icon-uk .path1:before {
content: "\e91c";
color: rgb(65, 71, 155);
}
.icon-uk .path2:before {
content: "\e91d";
margin-left: -1em;
color: rgb(245, 245, 245);
}
.icon-uk .path3:before {
content: "\e91e";
margin-left: -1em;
color: rgb(255, 75, 85);
}
.icon-uk .path4:before {
content: "\e91f";
margin-left: -1em;
color: rgb(255, 75, 85);
}
.icon-uk .path5:before {
content: "\e920";
margin-left: -1em;
color: rgb(255, 75, 85);
}
.icon-uk .path6:before {
content: "\e921";
margin-left: -1em;
color: rgb(255, 75, 85);
}
.icon-uk .path7:before {
content: "\e922";
margin-left: -1em;
color: rgb(255, 75, 85);
}
.icon-3d:before {
content: "\e923";
}
.icon-content:before {
content: "\e924";
}
.icon-fruit:before {
content: "\e925";
}
.icon-poll:before {
content: "\e926";
}
.icon-rocket:before {
content: "\e927";
}
.icon-box-2:before {
content: "\e928";
}
.icon-chart:before {
content: "\e929";
}
.icon-graphic-design-1:before {
content: "\e92a";
}
.icon-quote:before {
content: "\e92b";
}
.icon-report:before {
content: "\e92c";
}
.icon-brain1:before {
content: "\e92d";
}
.icon-calendar:before {
content: "\e92e";
}
.icon-optimization:before {
content: "\e92f";
}
.icon-quote1:before {
content: "\e930";
}
.icon-spam:before {
content: "\e931";
}
.icon-chat:before {
content: "\e932";
}
.icon-download1 .path1:before {
content: "\e933";
color: #fff;
}
.icon-download1 .path2:before {
content: "\e934";
margin-left: -1em;
color: #fe9518;
}
.icon-download1 .path3:before {
content: "\e935";
margin-left: -1em;
color: #fe9518;
}
.icon-download1 .path4:before {
content: "\e936";
margin-left: -1em;
color: #fe9518;
}
.icon-download1 .path5:before {
content: "\e937";
margin-left: -1em;
color: #fe9518;
}
.icon-download1 .path6:before {
content: "\e938";
margin-left: -1em;
color: #443087;
}
.icon-link:before {
content: "\e939" !important;
}
.icon-rocket-1:before {
content: "\e93a";
}
.icon-career:before {
content: "\e93b";
}
.icon-heart:before {
content: "\e93c" !important;
}
.icon-login .path1:before {
content: "\e93d";
color: #443087;
}
.icon-login .path2:before {
content: "\e93e";
margin-left: -1em;
color: #443087;
}
.icon-login .path3:before {
content: "\e93f";
margin-left: -1em;
color: #fe9518;
}
.icon-cloud:before {
content: "\e940";
}
.icon-comment:before {
content: "\e941";
}
.icon-user .path1:before {
content: "\e942";
color: #fe9518;
}
.icon-user .path2:before {
content: "\e943";
margin-left: -1em;
color: #fe9518;
}
.icon-user .path3:before {
content: "\e944";
margin-left: -1em;
color: #443087;
}
.icon-user .path4:before {
content: "\e945";
margin-left: -1em;
color: #443087;
}
.icon-user .path5:before {
content: "\e946";
margin-left: -1em;
color: #443087;
}
.icon-user .path6:before {
content: "\e947";
margin-left: -1em;
color: #443087;
}
.icon-user .path7:before {
content: "\e948";
margin-left: -1em;
color: #443087;
}
.icon-user .path8:before {
content: "\e949";
margin-left: -1em;
color: #fe9518;
}
.icon-network:before {
content: "\e94a";
}
.icon-null:before {
content: "\e94b";
}
.icon-review .path1:before {
content: "\e94c";
color: #fe9518;
}
.icon-review .path2:before {
content: "\e94d";
margin-left: -1em;
color: #443087;
}
.icon-review .path3:before {
content: "\e94e";
margin-left: -1em;
color: #443087;
}
.icon-review .path4:before {
content: "\e94f";
margin-left: -1em;
color: #443087;
}
.icon-review .path5:before {
content: "\e950";
margin-left: -1em;
color: #443087;
}
.icon-review .path6:before {
content: "\e951";
margin-left: -1em;
color: #443087;
}
.icon-review .path7:before {
content: "\e952";
margin-left: -1em;
color: #443087;
}
.icon-review .path8:before {
content: "\e953";
margin-left: -1em;
color: rgb(0, 0, 0);
}
.icon-review .path9:before {
content: "\e954";
margin-left: -1em;
color: #443087;
}
.icon-review .path10:before {
content: "\e955";
margin-left: -1em;
color: #443087;
}
.icon-review .path11:before {
content: "\e956";
margin-left: -1em;
color: #443087;
}
.icon-review .path12:before {
content: "\e957";
margin-left: -1em;
color: #443087;
}
.icon-review .path13:before {
content: "\e958";
margin-left: -1em;
color: #443087;
}
.icon-brand .path1:before {
content: "\e959";
color: rgb(255, 145, 0);
}
.icon-brand .path2:before {
content: "\e95a";
margin-left: -1em;
color: rgb(37, 217, 248);
}
.icon-brand .path3:before {
content: "\e95b";
margin-left: -1em;
color: rgb(0, 192, 241);
}
.icon-brand .path4:before {
content: "\e95c";
margin-left: -1em;
color: rgb(127, 232, 129);
}
.icon-brand .path5:before {
content: "\e95d";
margin-left: -1em;
color: rgb(91, 201, 128);
}
.icon-brand .path6:before {
content: "\e95e";
margin-left: -1em;
color: rgb(255, 99, 123);
}
.icon-brand .path7:before {
content: "\e95f";
margin-left: -1em;
color: rgb(230, 57, 80);
}
.icon-cloud-1:before {
content: "\e960";
}
.icon-thunder:before {
content: "\e961";
}
.icon-cart1:before {
content: "\e962";
}
.icon-rocket-2:before {
content: "\e963";
}
.icon-heart-1:before {
content: "\e964";
}
.icon-search-engine:before {
content: "\e965";
}
.icon-refresh1:before {
content: "\e966";
}
.icon-speaker:before {
content: "\e967";
}
.icon-star:before {
content: "\e968";
}
.icon-blog:before {
content: "\e969";
}input:-webkit-autofill, 
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus {
-webkit-box-shadow: 0 0 0px 1000px white inset !important;
}
::-webkit-input-placeholder { / Chrome/Opera/Safari /
color: #000 !important;
}
::-moz-placeholder { / Firefox 19+ /
color: #000 !important;
}
::-ms-input-placeholder { / IE 10+ /
color: #000 !important;
}
::-moz-placeholder { / Firefox 18- /
color: #000 !important;
}
.single-service-sidebar .sidebar-appoinment .appoinment-form .input-box input::-webkit-input-placeholder {
color: #cccccc;
}
.single-service-sidebar .sidebar-appoinment .appoinment-form .input-box input:-moz-placeholder {
color: #cccccc;
}
.single-service-sidebar .sidebar-appoinment .appoinment-form .input-box input::-moz-placeholder {
color: #cccccc;
}
.single-service-sidebar .sidebar-appoinment .appoinment-form .input-box input:-ms-input-placeholder {
color: #cccccc;
}
.consultation-area .consultation-form textarea::-webkit-input-placeholder {
color: #bababa;
}
.consultation-area .consultation-form textarea:-moz-placeholder { color: #bababa;  
}
.consultation-area .consultation-form textarea::-moz-placeholder { color: #bababa;  
}
.consultation-area .consultation-form textarea:-ms-input-placeholder {
color: #bababa;  
} .ui-state-default {
width: auto !important;
}
.ui-selectmenu-open .ui-widget-content {
border: 1px solid #1d1d1d !important;
background: #ffffff !important;
color: #222222 !important;
border-radius: 0 !important;
} .ui-selectmenu-open .ui-widget-content .ui-state-focus {
border: 1px solid #1d1d1d !important;
background: #1d1d1d !important;
font-weight: normal !important;
color: #ffffff !important;
font-size: 13px !important;
} .ui-selectmenu-open .ui-menu .ui-menu-item {
border: 1px solid transparent !important;
position: relative !important;
margin: 0;
padding: 5px 15px !important;
cursor: pointer !important;
font-size: 13px !important;
text-transform: none !important;
}
.ui-selectmenu-menu .ui-menu {
padding-bottom: 0px !important;
}  .consultation-form .ui-selectmenu-button {
position: relative;
display: block;
background: #ffffff;
width: 100% !important;
border-radius: 5px !important;
border: 1px solid #edf2f7;
color: #83888d;
font-size: 16px;
font-weight: 400;
text-transform: capitalize;
height: 60px !important;
font-family: 'Roboto', sans-serif;
}
.consultation-form .ui-selectmenu-button{
border-radius: 5px !important;    
}                                                                                                                
.consultation-form .ui-selectmenu-button:focus{
outline: none;
}
.consultation-form .ui-selectmenu-button span.ui-selectmenu-text {
display: block;
line-height: 18px;
overflow: hidden;
text-align: left;
padding: 21px 20px 19px;
} .consultation-form .ui-selectmenu-button span.ui-icon {
display: block;
float: right;
height: 58px;
position: absolute;
text-indent: 0;
top: 0px;
width: 45px;
right: 0;
bottom: 0;
background-image: none;
margin: 0;
}
.consultation-form .ui-selectmenu-button span.ui-icon::before {
position: absolute;
top: 16px;
right: 18px;
color: #83888d;
font-size: 18px;
content: "\f107";
font-family: FontAwesome;
overflow: visible;
}  .contact-form form .input-box .ui-selectmenu-button {
position: relative;
display: block;
background: #ffffff;
width: 100% !important;
height: 60px !important;
border-radius: 0px !important;
border: 1px solid #ededed;
color: #828282;
font-size: 15px;
font-weight: 400;
padding-left: 50px;
padding-right: 20px;
margin-bottom: 30px;
text-transform: capitalize;
font-family: 'Rubik', sans-serif;
}                                                                                                               
.contact-form form .input-box .ui-selectmenu-button:focus{
outline: none;
}
.contact-form form .input-box .ui-selectmenu-button span.ui-selectmenu-text {
display: block;
line-height: 14px;
overflow: hidden;
text-align: left;
padding: 23px 0px 21px;
} .contact-form form .input-box .ui-selectmenu-button span.ui-icon {
position: absolute;
top: 0px;
right: 0;
bottom: 0;
display: block;
float: right;
height: 58px;
width: 45px;
text-indent: 0;
background-image: none;
margin: 0;
}
.contact-form form .input-box .ui-selectmenu-button span.ui-icon::before {
color: #828282;
content: "\f107";
font-family: FontAwesome;
font-size: 20px;
overflow: visible;
position: absolute;
right: 18px;
top: 16px;
}
.contact-info-area .contact-form textarea:-webkit-input-placeholder {
color: #83888d !important;
}
.contact-info-area .contact-form textarea:-moz-placeholder { color: #83888d !important;
}
.contact-info-area .contact-form textarea:-moz-placeholder { color: #83888d !important;  
}
.contact-info-area .contact-form textarea:-ms-input-placeholder {
color: #83888d !important;  
}  .single-sidebar .archives-form-box{
position: relative;
display: block;
padding: 19px 0 40px;
}
.single-sidebar .archives-form-box form .input-box .ui-selectmenu-button {
position: relative;
display: block;
background: transparent;
width: 100% !important;
border-radius: 0px !important;
border: 1px solid #ededed;
color: #828282;
font-size: 15px;
font-weight: 400;
text-transform: capitalize;
height: 50px !important;
font-family: 'Rubik', sans-serif;
}                                                                                                               
.single-sidebar .archives-form-box form .input-box .ui-selectmenu-button:focus{
outline: none;
}
.single-sidebar .archives-form-box form .input-box .ui-selectmenu-button span.ui-selectmenu-text {
display: block;
line-height: 14px;
overflow: hidden;
text-align: left;
padding: 17px 15px 17px;
} .single-sidebar .archives-form-box form .input-box .ui-selectmenu-button span.ui-icon {
display: block;
float: right;
height: 50px;
position: absolute;
text-indent: 0;
top: 7px;
width: 40px;
right: 0;
bottom: 0;
background-image: none;
}
.single-sidebar .archives-form-box form .input-box .ui-selectmenu-button span.ui-icon::before {
color: #cccccc;
content: "\f107";
font-family: FontAwesome;
font-size: 20px;
overflow: visible;
position: absolute;
right: 14px;
top: 12px;
}
#contact-form input[type="text"].error{
border-color: red;
}
#contact-form input[type="email"].error{
border-color: red;
}
#contact-form select.error {
border-color: red;
}
#contact-form textarea.error{
border-color: red;
}
#contact-form label.error {
display: none !important;
}
#add-comment-form input[type="text"].error{
border-color: red;    
}
#add-comment-form input[type="email"].error{
border-color: red;    
}
#add-comment-form select.error {
border-color: red;
}
#add-comment-form textarea.error{
border-color: red;    
}
#add-comment-form label.error {
display: none !important;
}
#appoinment-form input[type="text"].error{
border-color: red;    
}
#appoinment-form input[type="email"].error{
border-color: red;    
}
#appoinment-form select.error {
border-color: red;
}
#appoinment-form textarea.error{
border-color: red;    
}
#appoinment-form label.error {
display: none !important;
} #html5-watermark {
background: #ff2b58;
display: none !important;
z-index: 9999999999;
}
#html5box-html5-lightbox #html5-image {
border: 10px solid #131313;
padding: 0 !important;
}
#html5box-html5-lightbox #html5-text{
padding-top: 15px;
padding-bottom: 5px;
} .single-brand-item a img {
width: auto !important;
margin: 0 auto;
} .tp-bannertimer{
display: block !important;
background: rgba(253, 219, 80, .55) !important;
}
.main-slider .slide-content .video-holder-box a{
transition: all 200ms linear !important;
transition-delay: 0.1s !important;   
}
.main-slider.style1 .tparrows {
position: absolute !important;
left: 40px !important;
top: 50% !important;
background: transparent !important;
width: 60px !important;
height: 60px !important;
border: 2px solid rgba(255, 255, 255,.05);
display: block !important;
z-index: 1000 !important;
border-radius: 50%;
font-size: 20px;
cursor: pointer !important;
transition: all 500ms ease;
}
.main-slider.style1 .tparrows:before {
width: 56px !important;
height: 56px !important;
font-size: 16px !important;
color: #ffffff !important;
display: block !important;
line-height: 56px !important;
text-align: center !important;
}
.main-slider.style1 .tp-leftarrow{
margin-top: -70px !important;    
}
.main-slider.style1 .tp-rightarrow {
left: 100px !important;
margin-top: 70px !important;
margin-right: 0px;
}
.main-slider.style1 .tparrows:hover{
color: #fddb4e;  
border-color: #ffffff;
}
.main-slider.style1 .tparrows:hover:before{
color: #fddb4e !important;   
}
.tparrows {
position: absolute !important;
left: 0px !important;
top: 50% !important;
background: rgba(0, 0, 0,.20) !important;
width: 40px !important;
height: 100px !important;
display: block !important;
z-index: 1000 !important;
border-radius: 0;
font-size: 30px;
cursor: pointer !important;
transition: all 500ms ease;
}
.tparrows:before {
width: 40px !important;
height: 100px !important;
font-size: 20px !important;
color: #ffffff !important;
display: block !important;
line-height: 100px !important;
text-align: center !important;
}
.tparrows:hover{
background: rgba(0, 0, 0, .30) !important;  
color: #000;
}
.tp-rightarrow{
left: 100% !important;
margin-right: 0px;
} .cart-area .cart-table tbody tr .qty .form-control {
position: relative;
display: block;
background-color: #ffffff;
background-image: none;
border: 1px solid #ededed;
border-radius: 0 !important;
box-shadow: none;
color: #1b1b1b;
font-size: 16px;
font-weight: 600;
height: 50px;
padding: 0px 0;
text-align: center;
font-family: 'Poppins', sans-serif;
}
.cart-area .bootstrap-touchspin .input-group-btn-vertical {
display: none;
}
.cart-bottom .calculate-shipping .ui-state-default {
width: 100% !important;
}  .single-shop-content .content-box .addto-cart-box .form-control {
background-color: #fff;
background-image: none;
border: 1px solid #ededed;
border-radius: 0 !important;
box-shadow: none;
color: #131313;
font-size: 18px;
font-weight: 600;
height: 50px;
padding: 7px 0 8px;
text-align: center;
font-family: 'Poppins', sans-serif;
}  #shop-area .showing-result-shorting .ui-selectmenu-button {
position: relative;
display: block;
background: #fff !important;
width: 200px !important;
height: 40px !important;
border-radius: 0px !important;
border: 1px solid #ededed !important;
color: #7e7e7e !important;
font-size: 16px !important;
font-weight: 400;
text-transform: capitalize;
transition: all 500ms ease;
font-family: 'Muli', sans-serif;
}
#shop-area .showing-result-shorting .ui-selectmenu-button:focus{
outline: none;
}
#shop-area .showing-result-shorting .ui-selectmenu-button span.ui-selectmenu-text {
display: block;
line-height: 18px;
overflow: hidden;
text-align: left;
padding: 10px 15px 10px;
transition: all 500ms ease;
} #shop-area .showing-result-shorting .ui-selectmenu-button span.ui-icon {
position: absolute;
top: 0px;
right: 0;
bottom: 0;
display: block;
float: right;
height: 38px;
width: 40px;
text-indent: 0;
background-image: none;
margin: 0;
}
#shop-area .showing-result-shorting .ui-selectmenu-button span.ui-icon::before {
color: #848484;
content: "\f107";
font-family: FontAwesome;
font-size: 17px;
overflow: visible;
position: absolute;
right: 13px;
top: 5px;
}  .checkout-area form .input-box .ui-selectmenu-button {
position: relative;
display: block;
background: #fff !important;
width: 100% !important;
height: 60px !important;
border-radius: 0px !important;
border: 1px solid #ededed !important;
color: #7e7e7e !important;
font-size: 16px !important;
font-weight: 400;
text-transform: capitalize;
transition: all 500ms ease;
font-family: 'Muli', sans-serif;
}
.checkout-area form .input-box .ui-selectmenu-button:focus{
outline: none;
}
.checkout-area form .input-box .ui-selectmenu-button span.ui-selectmenu-text {
display: block;
line-height: 18px;
overflow: hidden;
text-align: left;
padding: 20px 25px 20px;
transition: all 500ms ease;
} .checkout-area form .input-box .ui-selectmenu-button span.ui-icon {
position: absolute;
top: 0px;
right: 0;
bottom: 0;
display: block;
float: right;
height: 58px;
width: 40px;
text-indent: 0;
background-image: none;
margin: 0;
}
.checkout-area form .input-box .ui-selectmenu-button span.ui-icon::before {
color: #848484;
content: "\f107";
font-family: FontAwesome;
font-size: 17px;
overflow: visible;
position: absolute;
right: 23px;
top: 15px;
}
.market-update-area .btcwdgt {
display: block !important;
background-color: #202020 !important;
color: #aaa !important;
width: auto !important;
min-width: 240px !important;
max-width: 770px !important;
margin: 0px !important;
box-shadow: none !important;
font-size: 16px !important;
font-family: 'museo-sans-rounded', Helvetica, Arial, sans-serif !important;
font-weight: 300 !important;
line-height: 1.0em !important;
border: 1px solid #2a2a2a !important;
}
.market-update-area .btcwdgt-chart .btcwdgt-header{
display: none !important;
}
.market-update-area .btcwdgt-chart .btcwdgt-footer{
display: none !important;
}
.gm-style .gm-style-iw-c {
position: absolute;
box-sizing: border-box;
overflow: hidden;
top: 0;
left: 0;
transform: translate(-50%,-100%);
background-color: white;
border-radius: 0;
padding: 0;
box-shadow: none;
width: 350px;
min-height: 200px;
padding: 38px 70px 0px;
}
.gm-style .gm-style-iw-c:before{
position: absolute;
top: 0;
left: 0;
bottom: 0;
width: 60px;
background: #c72a30;
content: "";
}
.gm-style .gm-style-iw-c:after {
position: absolute;
top: 0;
left: 55px;
bottom: 0;
width: 130px;
content: "contact details";
color: #ffffff;
font-size: 14px;
font-weight: 600;
text-transform: uppercase;
font-family: 'Poppins', sans-serif;
transform: rotate(-90deg);
}
.gm-style-iw-d h4{
position: relative;
display: inline-block;
border-bottom: 2px solid #c72a30;
color: #1b1b1b;
font-size: 20px;
line-height: 20px;
font-weight: 600;
text-transform: capitalize;
margin: 0 0 22px;
font-family: 'Poppins', sans-serif;
}
.gm-style-iw-d p{
color: #7e7e7e;
font-size: 16px;
line-height: 26px;
font-weight: 400;
font-family: 'Muli', sans-serif;
margin: 0;
}.bootstrap-touchspin .input-group-btn-vertical {
position: relative;
white-space: nowrap;
width: 1%;
vertical-align: middle;
display: table-cell;
}
.bootstrap-touchspin .input-group-btn-vertical > .btn {
display: block;
float: none;
width: 100%;
max-width: 100%;
padding: 8px 10px;
margin-left: -1px;
position: relative;
}
.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up {
border-radius: 0;
border-top-right-radius: 4px;
}
.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down {
margin-top: -2px;
border-radius: 0;
border-bottom-right-radius: 4px;
}
.bootstrap-touchspin .input-group-btn-vertical i {
position: absolute;
top: 3px;
left: 5px;
font-size: 9px;
font-weight: normal;
}
body.fancybox-active{overflow:hidden}body.fancybox-iosfix{position:fixed;left:0;right:0}.fancybox-is-hidden{position:absolute;top:-9999px;left:-9999px;visibility:hidden}.fancybox-container{position:fixed;top:0;left:0;width:100%;height:100%;z-index:99999999999999;-webkit-tap-highlight-color:transparent;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-transform:translateZ(0);transform:translateZ(0);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif}.fancybox-bg,.fancybox-inner,.fancybox-outer,.fancybox-stage{position:absolute;top:0;right:0;bottom:0;left:0}.fancybox-outer{overflow-y:auto;-webkit-overflow-scrolling:touch}.fancybox-bg{background:#1e1e1e;opacity:0;transition-duration:inherit;transition-property:opacity;transition-timing-function:cubic-bezier(.47,0,.74,.71)}.fancybox-is-open .fancybox-bg{opacity:.87;transition-timing-function:cubic-bezier(.22,.61,.36,1)}.fancybox-caption-wrap,.fancybox-infobar,.fancybox-toolbar{position:absolute;direction:ltr;z-index:99997;opacity:0;visibility:hidden;transition:opacity .25s,visibility 0s linear .25s;box-sizing:border-box}.fancybox-show-caption .fancybox-caption-wrap,.fancybox-show-infobar .fancybox-infobar,.fancybox-show-toolbar .fancybox-toolbar{opacity:1;visibility:visible;transition:opacity .25s,visibility 0s}.fancybox-infobar{top:0;left:0;font-size:13px;padding:0 10px;height:44px;min-width:44px;line-height:44px;color:#ccc;text-align:center;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;mix-blend-mode:exclusion}.fancybox-toolbar{top:0;right:0;margin:0;padding:0}.fancybox-stage{overflow:hidden;direction:ltr;z-index:99994;-webkit-transform:translateZ(0)}.fancybox-is-closing .fancybox-stage{overflow:visible}.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;display:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;transition-property:opacity,-webkit-transform;transition-property:transform,opacity;transition-property:transform,opacity,-webkit-transform}.fancybox-slide:before{content:"";display:inline-block;vertical-align:middle;height:100%;width:0}.fancybox-is-sliding .fancybox-slide,.fancybox-slide--current,.fancybox-slide--next,.fancybox-slide--previous{display:block}.fancybox-slide--image{overflow:visible}.fancybox-slide--image:before{display:none}.fancybox-slide--video .fancybox-content,.fancybox-slide--video iframe{background:#000}.fancybox-slide--map .fancybox-content,.fancybox-slide--map iframe{background:#e5e3df}.fancybox-slide--next{z-index:99995}.fancybox-slide>*{display:inline-block;position:relative;padding:24px;margin:44px 0;border-width:0;vertical-align:middle;text-align:left;background-color:#fff;overflow:auto;box-sizing:border-box}.fancybox-slide>base,.fancybox-slide>link,.fancybox-slide>meta,.fancybox-slide>script,.fancybox-slide>style,.fancybox-slide>title{display:none}.fancybox-slide .fancybox-image-wrap{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;transform-origin:top left;background-size:100% 100%;background-repeat:no-repeat;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;transition-property:opacity,-webkit-transform;transition-property:transform,opacity;transition-property:transform,opacity,-webkit-transform}.fancybox-can-zoomOut .fancybox-image-wrap{cursor:zoom-out}.fancybox-can-zoomIn .fancybox-image-wrap{cursor:zoom-in}.fancybox-can-drag .fancybox-image-wrap{cursor:-webkit-grab;cursor:grab}.fancybox-is-dragging .fancybox-image-wrap{cursor:-webkit-grabbing;cursor:grabbing}.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;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fancybox-spaceball{z-index:1}.fancybox-slide--iframe .fancybox-content{padding:0;width:80%;height:80%;max-width:calc(100% - 100px);max-height:calc(100% - 88px);overflow:visible;background:#fff}.fancybox-iframe{display:block;padding:0;border:0;height:100%}.fancybox-error,.fancybox-iframe{margin:0;width:100%;background:#fff}.fancybox-error{padding:40px;max-width:380px;cursor:default}.fancybox-error p{margin:0;padding:0;color:#444;font-size:16px;line-height:20px}.fancybox-button{box-sizing:border-box;display:inline-block;vertical-align:top;width:44px;height:44px;margin:0;padding:10px;border:0;border-radius:0;background:rgba(30,30,30,.6);transition:color .3s ease;cursor:pointer;outline:none}.fancybox-button,.fancybox-button:link,.fancybox-button:visited{color:#ccc}.fancybox-button:focus,.fancybox-button:hover{color:#fff}.fancybox-button[disabled]{color:#ccc;cursor:default;opacity:.6}.fancybox-button svg{display:block;position:relative;overflow:visible;shape-rendering:geometricPrecision}.fancybox-button svg path{fill:currentColor;stroke:currentColor;stroke-linejoin:round;stroke-width:3}.fancybox-button--share svg path{stroke-width:1}.fancybox-button--pause svg path:nth-child(1),.fancybox-button--play svg path:nth-child(2){display:none}.fancybox-button--zoom svg path{fill:transparent}.fancybox-navigation{display:none}.fancybox-show-nav .fancybox-navigation{display:block}.fancybox-navigation button{position:absolute;top:50%;margin:-50px 0 0;z-index:99997;background:transparent;width:60px;height:100px;padding:17px}.fancybox-navigation button:before{content:"";position:absolute;top:30px;right:10px;width:40px;height:40px;background:rgba(30,30,30,.6)}.fancybox-navigation .fancybox-button--arrow_left{left:0}.fancybox-navigation .fancybox-button--arrow_right{right:0}.fancybox-close-small{position:absolute;top:0;right:0;width:40px;height:40px;padding:0;margin:0;border:0;border-radius:0;background:transparent;z-index:10;cursor:pointer}.fancybox-close-small:after{content:"×";position:absolute;top:5px;right:5px;width:30px;height:30px;font:22px/30px Arial,Helvetica Neue,Helvetica,sans-serif;color:#888;font-weight:300;text-align:center;border-radius:50%;border-width:0;background-color:transparent;transition:background-color .25s;box-sizing:border-box;z-index:2}.fancybox-close-small:focus{outline:none}.fancybox-close-small:focus:after{outline:1px dotted #888}.fancybox-close-small:hover:after{color:#555;background:#eee}.fancybox-slide--iframe .fancybox-close-small,.fancybox-slide--image .fancybox-close-small{top:0;right:-40px}.fancybox-slide--iframe .fancybox-close-small:after,.fancybox-slide--image .fancybox-close-small:after{font-size:35px;color:#aaa}.fancybox-slide--iframe .fancybox-close-small:hover:after,.fancybox-slide--image .fancybox-close-small:hover:after{color:#fff;background:transparent}.fancybox-is-scaling .fancybox-close-small,.fancybox-is-zoomable.fancybox-can-drag .fancybox-close-small{display:none}.fancybox-caption-wrap{bottom:0;left:0;right:0;padding:60px 2vw 0;background:linear-gradient(180deg,transparent 0,rgba(0,0,0,.1) 20%,rgba(0,0,0,.2) 40%,rgba(0,0,0,.6) 80%,rgba(0,0,0,.8));pointer-events:none}.fancybox-caption{padding:30px 0;border-top:1px solid hsla(0,0%,100%,.4);font-size:14px;color:#fff;line-height:20px;-webkit-text-size-adjust:none}.fancybox-caption a,.fancybox-caption button,.fancybox-caption select{pointer-events:all;position:relative}.fancybox-caption a{color:#fff;text-decoration:underline}.fancybox-slide>.fancybox-loading{border:6px solid hsla(0,0%,39%,.4);border-top:6px solid hsla(0,0%,100%,.6);border-radius:100%;height:50px;width:50px;-webkit-animation:a .8s infinite linear;animation:a .8s infinite linear;background:transparent;position:absolute;top:50%;left:50%;margin-top:-30px;margin-left:-30px;z-index:99999}@-webkit-keyframes a{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes a{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fancybox-animated{transition-timing-function:cubic-bezier(0,0,.25,1)}.fancybox-fx-slide.fancybox-slide--previous{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);opacity:0}.fancybox-fx-slide.fancybox-slide--next{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);opacity:0}.fancybox-fx-slide.fancybox-slide--current{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}.fancybox-fx-fade.fancybox-slide--next,.fancybox-fx-fade.fancybox-slide--previous{opacity:0;transition-timing-function:cubic-bezier(.19,1,.22,1)}.fancybox-fx-fade.fancybox-slide--current{opacity:1}.fancybox-fx-zoom-in-out.fancybox-slide--previous{-webkit-transform:scale3d(1.5,1.5,1.5);transform:scale3d(1.5,1.5,1.5);opacity:0}.fancybox-fx-zoom-in-out.fancybox-slide--next{-webkit-transform:scale3d(.5,.5,.5);transform:scale3d(.5,.5,.5);opacity:0}.fancybox-fx-zoom-in-out.fancybox-slide--current{-webkit-transform:scaleX(1);transform:scaleX(1);opacity:1}.fancybox-fx-rotate.fancybox-slide--previous{-webkit-transform:rotate(-1turn);transform:rotate(-1turn);opacity:0}.fancybox-fx-rotate.fancybox-slide--next{-webkit-transform:rotate(1turn);transform:rotate(1turn);opacity:0}.fancybox-fx-rotate.fancybox-slide--current{-webkit-transform:rotate(0deg);transform:rotate(0deg);opacity:1}.fancybox-fx-circular.fancybox-slide--previous{-webkit-transform:scale3d(0,0,0) translate3d(-100%,0,0);transform:scale3d(0,0,0) translate3d(-100%,0,0);opacity:0}.fancybox-fx-circular.fancybox-slide--next{-webkit-transform:scale3d(0,0,0) translate3d(100%,0,0);transform:scale3d(0,0,0) translate3d(100%,0,0);opacity:0}.fancybox-fx-circular.fancybox-slide--current{-webkit-transform:scaleX(1) translateZ(0);transform:scaleX(1) translateZ(0);opacity:1}.fancybox-fx-tube.fancybox-slide--previous{-webkit-transform:translate3d(-100%,0,0) scale(.1) skew(-10deg);transform:translate3d(-100%,0,0) scale(.1) skew(-10deg)}.fancybox-fx-tube.fancybox-slide--next{-webkit-transform:translate3d(100%,0,0) scale(.1) skew(10deg);transform:translate3d(100%,0,0) scale(.1) skew(10deg)}.fancybox-fx-tube.fancybox-slide--current{-webkit-transform:translateZ(0) scale(1);transform:translateZ(0) scale(1)}.fancybox-share{padding:30px;border-radius:3px;background:#f4f4f4;max-width:90%;text-align:center}.fancybox-share h1{color:#222;margin:0 0 20px;font-size:35px;font-weight:700}.fancybox-share p{margin:0;padding:0}p.fancybox-share__links{margin-right:-10px}.fancybox-share__button{display:inline-block;text-decoration:none;margin:0 10px 10px 0;padding:0 15px;min-width:130px;border:0;border-radius:3px;background:#fff;white-space:nowrap;font-size:14px;font-weight:700;line-height:40px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;color:#fff;transition:all .2s}.fancybox-share__button:hover{text-decoration:none}.fancybox-share__button--fb{background:#3b5998}.fancybox-share__button--fb:hover{background:#344e86}.fancybox-share__button--pt{background:#bd081d}.fancybox-share__button--pt:hover{background:#aa0719}.fancybox-share__button--tw{background:#1da1f2}.fancybox-share__button--tw:hover{background:#0d95e8}.fancybox-share__button svg{position:relative;top:-1px;width:25px;height:25px;margin-right:7px;vertical-align:middle}.fancybox-share__button svg path{fill:#fff}.fancybox-share__input{box-sizing:border-box;width:100%;margin:10px 0 0;padding:10px 15px;background:transparent;color:#5d5b5b;font-size:14px;outline:none;border:0;border-bottom:2px solid #d7d7d7}.fancybox-thumbs{display:none;position:absolute;top:0;bottom:0;right:0;width:212px;margin:0;padding:2px 2px 4px;background:#fff;-webkit-tap-highlight-color:transparent;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;box-sizing:border-box;z-index:99995}.fancybox-thumbs-x{overflow-y:hidden;overflow-x:auto}.fancybox-show-thumbs .fancybox-thumbs{display:block}.fancybox-show-thumbs .fancybox-inner{right:212px}.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;white-space:nowrap}.fancybox-thumbs-x>ul{overflow:hidden}.fancybox-thumbs-y>ul::-webkit-scrollbar{width:7px}.fancybox-thumbs-y>ul::-webkit-scrollbar-track{background:#fff;border-radius:10px;box-shadow:inset 0 0 6px rgba(0,0,0,.3)}.fancybox-thumbs-y>ul::-webkit-scrollbar-thumb{background:#2a2a2a;border-radius:10px}.fancybox-thumbs>ul>li{float:left;overflow:hidden;padding:0;margin:2px;width:100px;height:75px;max-width:calc(50% - 4px);max-height:calc(100% - 8px);position:relative;cursor:pointer;outline:none;-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,.1)}.fancybox-thumbs>ul>li>img{position:absolute;top:0;left:0;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:4px solid #4ea7f9;z-index:99991;opacity:0;transition:all .2s cubic-bezier(.25,.46,.45,.94)}.fancybox-thumbs>ul>li.fancybox-thumbs-active:before{opacity:1}@media (max-width:800px){.fancybox-thumbs{width:110px}.fancybox-show-thumbs .fancybox-inner{right:110px}.fancybox-thumbs>ul>li{max-width:calc(100% - 10px)}}.owl-carousel {
display: none;
width: 100%;
-webkit-tap-highlight-color: transparent; position: relative;
z-index: 1; }
.owl-carousel .owl-stage {
position: relative;
-ms-touch-action: pan-Y;
-moz-backface-visibility: hidden; }
.owl-carousel .owl-stage:after {
content: ".";
display: block;
clear: both;
visibility: hidden;
line-height: 0;
height: 0; }
.owl-carousel .owl-stage-outer {
position: relative;
overflow: hidden; -webkit-transform: translate3d(0px, 0px, 0px); }
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
-ms-backface-visibility: hidden;
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0); }
.owl-carousel .owl-item {
position: relative;
min-height: 1px;
float: left;
-webkit-backface-visibility: hidden;
-webkit-tap-highlight-color: transparent;
-webkit-touch-callout: none; }
.owl-carousel .owl-item img {
display: block;
width: 100%; }
.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
display: none; }
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
cursor: pointer;
cursor: hand;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none; }
.owl-carousel.owl-loaded {
display: block; }
.owl-carousel.owl-loading {
opacity: 0;
display: block; }
.owl-carousel.owl-hidden {
opacity: 0; }
.owl-carousel.owl-refresh .owl-item {
visibility: hidden; }
.owl-carousel.owl-drag .owl-item {
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none; }
.owl-carousel.owl-grab {
cursor: move;
cursor: grab; }
.owl-carousel.owl-rtl {
direction: rtl; }
.owl-carousel.owl-rtl .owl-item {
float: right; } .no-js .owl-carousel {
display: block; } .owl-carousel .animated {
animation-duration: 1000ms;
animation-fill-mode: both; }
.owl-carousel .owl-animated-in {
z-index: 0; }
.owl-carousel .owl-animated-out {
z-index: 1; }
.owl-carousel .fadeOut {
animation-name: fadeOut; }
@keyframes fadeOut {
0% {
opacity: 1; }
100% {
opacity: 0; } } .owl-height {
transition: height 500ms ease-in-out; } .owl-carousel .owl-item .owl-lazy {
opacity: 0;
transition: opacity 400ms ease; }
.owl-carousel .owl-item img.owl-lazy {
transform-style: preserve-3d; } .owl-carousel .owl-video-wrapper {
position: relative;
height: 100%;
background: #000; }
.owl-carousel .owl-video-play-icon {
position: absolute;
height: 80px;
width: 80px;
left: 50%;
top: 50%;
margin-left: -40px;
margin-top: -40px;
background: url(//www.mywebsitefreelancer.com/wp-content/themes/jixic/assets/css/owl.video.play.png) no-repeat;
cursor: pointer;
z-index: 1;
-webkit-backface-visibility: hidden;
transition: transform 100ms ease; }
.owl-carousel .owl-video-play-icon:hover {
-ms-transform: scale(1.3, 1.3);
transform: scale(1.3, 1.3); }
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
display: none; }
.owl-carousel .owl-video-tn {
opacity: 0;
height: 100%;
background-position: center center;
background-repeat: no-repeat;
background-size: contain;
transition: opacity 400ms ease; }
.owl-carousel .owl-video-frame {
position: relative;
z-index: 1;
height: 100%;
width: 100%; }.owl-theme .owl-nav {
margin-top: 10px;
text-align: center;
-webkit-tap-highlight-color: transparent; }
.owl-theme .owl-nav [class*='owl-'] {
color: #FFF;
font-size: 14px;
margin: 5px;
padding: 4px 7px;
background: #D6D6D6;
display: inline-block;
cursor: pointer;
border-radius: 3px; }
.owl-theme .owl-nav [class*='owl-']:hover {
background: #869791;
color: #FFF;
text-decoration: none; }
.owl-theme .owl-nav .disabled {
opacity: 0.5;
cursor: default; }
.owl-theme .owl-nav.disabled + .owl-dots {
margin-top: 10px; }
.owl-theme .owl-dots {
text-align: center;
-webkit-tap-highlight-color: transparent; }
.owl-theme .owl-dots .owl-dot {
display: inline-block;
zoom: 1;
*display: inline; }
.owl-theme .owl-dots .owl-dot span {
width: 10px;
height: 10px;
margin: 5px 7px;
background: #D6D6D6;
display: block;
-webkit-backface-visibility: visible;
transition: opacity 200ms ease;
border-radius: 30px; }
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
background: #869791; }.mCustomScrollbar{-ms-touch-action:none;touch-action:none}.mCustomScrollbar.mCS_no_scrollbar,.mCustomScrollbar.mCS_touch_action{-ms-touch-action:auto;touch-action:auto}.mCustomScrollBox{position:relative;overflow:hidden;height:100%;max-width:100%;outline:0;direction:ltr}.mCSB_container{overflow:hidden;width:auto;height:auto}.mCSB_inside>.mCSB_container{margin-right:30px}.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden{margin-right:0}.mCS-dir-rtl>.mCSB_inside>.mCSB_container{margin-right:0;margin-left:30px}.mCS-dir-rtl>.mCSB_inside>.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden{margin-left:0}.mCSB_scrollTools{position:absolute;width:16px;height:auto;left:auto;top:0;right:0;bottom:0;opacity:.75;filter:"alpha(opacity=75)";-ms-filter:"alpha(opacity=75)"}.mCSB_outside+.mCSB_scrollTools{right:-26px}.mCS-dir-rtl>.mCSB_inside>.mCSB_scrollTools,.mCS-dir-rtl>.mCSB_outside+.mCSB_scrollTools{right:auto;left:0}.mCS-dir-rtl>.mCSB_outside+.mCSB_scrollTools{left:-26px}.mCSB_scrollTools .mCSB_draggerContainer{position:absolute;top:0;left:0;bottom:0;right:0;height:auto}.mCSB_scrollTools a+.mCSB_draggerContainer{margin:20px 0}.mCSB_scrollTools .mCSB_draggerRail{width:2px;height:100%;margin:0 auto;-webkit-border-radius:16px;-moz-border-radius:16px;border-radius:16px}.mCSB_scrollTools .mCSB_dragger{cursor:pointer;width:100%;height:30px;z-index:1}.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{position:relative;width:4px;height:100%;margin:0 auto;-webkit-border-radius:16px;-moz-border-radius:16px;border-radius:16px;text-align:center}.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar{width:12px}.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail{width:8px}.mCSB_scrollTools .mCSB_buttonDown,.mCSB_scrollTools .mCSB_buttonUp{display:block;position:absolute;height:20px;width:100%;overflow:hidden;margin:0 auto;cursor:pointer}.mCSB_scrollTools .mCSB_buttonDown{bottom:0}.mCSB_horizontal.mCSB_inside>.mCSB_container{margin-right:0;margin-bottom:30px}.mCSB_horizontal.mCSB_outside>.mCSB_container{min-height:100%}.mCSB_horizontal>.mCSB_container.mCS_no_scrollbar_x.mCS_x_hidden{margin-bottom:0}.mCSB_scrollTools.mCSB_scrollTools_horizontal{width:auto;height:16px;top:auto;right:0;bottom:0;left:0}.mCustomScrollBox+.mCSB_scrollTools+.mCSB_scrollTools.mCSB_scrollTools_horizontal,.mCustomScrollBox+.mCSB_scrollTools.mCSB_scrollTools_horizontal{bottom:-26px}.mCSB_scrollTools.mCSB_scrollTools_horizontal a+.mCSB_draggerContainer{margin:0 20px}.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail{width:100%;height:2px;margin:7px 0}.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger{width:30px;height:100%;left:0}.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{width:100%;height:4px;margin:6px auto}.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar{height:12px;margin:2px auto}.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail{height:8px;margin:4px 0}.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft,.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight{display:block;position:absolute;width:20px;height:100%;overflow:hidden;margin:0 auto;cursor:pointer}.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft{left:0}.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight{right:0}.mCSB_container_wrapper{position:absolute;height:auto;width:auto;overflow:hidden;top:0;left:0;right:0;bottom:0;margin-right:30px;margin-bottom:30px}.mCSB_container_wrapper>.mCSB_container{padding-right:30px;padding-bottom:30px}.mCSB_vertical_horizontal>.mCSB_scrollTools.mCSB_scrollTools_vertical{bottom:20px}.mCSB_vertical_horizontal>.mCSB_scrollTools.mCSB_scrollTools_horizontal{right:20px}.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden+.mCSB_scrollTools.mCSB_scrollTools_vertical{bottom:0}.mCS-dir-rtl>.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside>.mCSB_scrollTools.mCSB_scrollTools_horizontal,.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden+.mCSB_scrollTools~.mCSB_scrollTools.mCSB_scrollTools_horizontal{right:0}.mCS-dir-rtl>.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside>.mCSB_scrollTools.mCSB_scrollTools_horizontal{left:20px}.mCS-dir-rtl>.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside>.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden+.mCSB_scrollTools~.mCSB_scrollTools.mCSB_scrollTools_horizontal{left:0}.mCS-dir-rtl>.mCSB_inside>.mCSB_container_wrapper{margin-right:0;margin-left:30px}.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden>.mCSB_container{padding-right:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden>.mCSB_container{padding-bottom:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside>.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden{margin-right:0;margin-left:0}.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside>.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden{margin-bottom:0}.mCSB_scrollTools,.mCSB_scrollTools .mCSB_buttonDown,.mCSB_scrollTools .mCSB_buttonLeft,.mCSB_scrollTools .mCSB_buttonRight,.mCSB_scrollTools .mCSB_buttonUp,.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{-webkit-transition:opacity .2s ease-in-out,background-color .2s ease-in-out;-moz-transition:opacity .2s ease-in-out,background-color .2s ease-in-out;-o-transition:opacity .2s ease-in-out,background-color .2s ease-in-out;transition:opacity .2s ease-in-out,background-color .2s ease-in-out}.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail,.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar,.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail,.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar{-webkit-transition:width .2s ease-out .2s,height .2s ease-out .2s,margin-left .2s ease-out .2s,margin-right .2s ease-out .2s,margin-top .2s ease-out .2s,margin-bottom .2s ease-out .2s,opacity .2s ease-in-out,background-color .2s ease-in-out;-moz-transition:width .2s ease-out .2s,height .2s ease-out .2s,margin-left .2s ease-out .2s,margin-right .2s ease-out .2s,margin-top .2s ease-out .2s,margin-bottom .2s ease-out .2s,opacity .2s ease-in-out,background-color .2s ease-in-out;-o-transition:width .2s ease-out .2s,height .2s ease-out .2s,margin-left .2s ease-out .2s,margin-right .2s ease-out .2s,margin-top .2s ease-out .2s,margin-bottom .2s ease-out .2s,opacity .2s ease-in-out,background-color .2s ease-in-out;transition:width .2s ease-out .2s,height .2s ease-out .2s,margin-left .2s ease-out .2s,margin-right .2s ease-out .2s,margin-top .2s ease-out .2s,margin-bottom .2s ease-out .2s,opacity .2s ease-in-out,background-color .2s ease-in-out}.mCS-autoHide>.mCustomScrollBox>.mCSB_scrollTools,.mCS-autoHide>.mCustomScrollBox~.mCSB_scrollTools{opacity:0;filter:"alpha(opacity=0)";-ms-filter:"alpha(opacity=0)"}.mCS-autoHide:hover>.mCustomScrollBox>.mCSB_scrollTools,.mCS-autoHide:hover>.mCustomScrollBox~.mCSB_scrollTools,.mCustomScrollBox:hover>.mCSB_scrollTools,.mCustomScrollBox:hover~.mCSB_scrollTools,.mCustomScrollbar>.mCustomScrollBox>.mCSB_scrollTools.mCSB_scrollTools_onDrag,.mCustomScrollbar>.mCustomScrollBox~.mCSB_scrollTools.mCSB_scrollTools_onDrag{opacity:1;filter:"alpha(opacity=100)";-ms-filter:"alpha(opacity=100)"}.mCSB_scrollTools .mCSB_draggerRail{background-color:#000;background-color:rgba(0,0,0,.4);filter:"alpha(opacity=40)";-ms-filter:"alpha(opacity=40)"}.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#fff;background-color:rgba(255,255,255,.75);filter:"alpha(opacity=75)";-ms-filter:"alpha(opacity=75)"}.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#fff;background-color:rgba(255,255,255,.85);filter:"alpha(opacity=85)";-ms-filter:"alpha(opacity=85)"}.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:#fff;background-color:rgba(255,255,255,.9);filter:"alpha(opacity=90)";-ms-filter:"alpha(opacity=90)"}.mCSB_scrollTools .mCSB_buttonDown,.mCSB_scrollTools .mCSB_buttonLeft,.mCSB_scrollTools .mCSB_buttonRight,.mCSB_scrollTools .mCSB_buttonUp{background-image:url(//www.mywebsitefreelancer.com/wp-content/themes/jixic/assets/css/mCSB_buttons.html);background-repeat:no-repeat;opacity:.4;filter:"alpha(opacity=40)";-ms-filter:"alpha(opacity=40)"}.mCSB_scrollTools .mCSB_buttonUp{background-position:0 0}.mCSB_scrollTools .mCSB_buttonDown{background-position:0 -20px}.mCSB_scrollTools .mCSB_buttonLeft{background-position:0 -40px}.mCSB_scrollTools .mCSB_buttonRight{background-position:0 -56px}.mCSB_scrollTools .mCSB_buttonDown:hover,.mCSB_scrollTools .mCSB_buttonLeft:hover,.mCSB_scrollTools .mCSB_buttonRight:hover,.mCSB_scrollTools .mCSB_buttonUp:hover{opacity:.75;filter:"alpha(opacity=75)";-ms-filter:"alpha(opacity=75)"}.mCSB_scrollTools .mCSB_buttonDown:active,.mCSB_scrollTools .mCSB_buttonLeft:active,.mCSB_scrollTools .mCSB_buttonRight:active,.mCSB_scrollTools .mCSB_buttonUp:active{opacity:.9;filter:"alpha(opacity=90)";-ms-filter:"alpha(opacity=90)"}.mCS-dark.mCSB_scrollTools .mCSB_draggerRail{background-color:#000;background-color:rgba(0,0,0,.15)}.mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.75)}.mCS-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:rgba(0,0,0,.85)}.mCS-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:rgba(0,0,0,.9)}.mCS-dark.mCSB_scrollTools .mCSB_buttonUp{background-position:-80px 0}.mCS-dark.mCSB_scrollTools .mCSB_buttonDown{background-position:-80px -20px}.mCS-dark.mCSB_scrollTools .mCSB_buttonLeft{background-position:-80px -40px}.mCS-dark.mCSB_scrollTools .mCSB_buttonRight{background-position:-80px -56px}.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail,.mCS-light-2.mCSB_scrollTools .mCSB_draggerRail{width:4px;background-color:#fff;background-color:rgba(255,255,255,.1);-webkit-border-radius:1px;-moz-border-radius:1px;border-radius:1px}.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-light-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{width:4px;background-color:#fff;background-color:rgba(255,255,255,.75);-webkit-border-radius:1px;-moz-border-radius:1px;border-radius:1px}.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-light-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-light-2.mCSB_scrollTools_horizontal .mCSB_draggerRail{width:100%;height:4px;margin:6px auto}.mCS-light-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#fff;background-color:rgba(255,255,255,.85)}.mCS-light-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-light-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:#fff;background-color:rgba(255,255,255,.9)}.mCS-light-2.mCSB_scrollTools .mCSB_buttonUp{background-position:-32px 0}.mCS-light-2.mCSB_scrollTools .mCSB_buttonDown{background-position:-32px -20px}.mCS-light-2.mCSB_scrollTools .mCSB_buttonLeft{background-position:-40px -40px}.mCS-light-2.mCSB_scrollTools .mCSB_buttonRight{background-position:-40px -56px}.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail{background-color:#000;background-color:rgba(0,0,0,.1);-webkit-border-radius:1px;-moz-border-radius:1px;border-radius:1px}.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.75);-webkit-border-radius:1px;-moz-border-radius:1px;border-radius:1px}.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.85)}.mCS-dark-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.9)}.mCS-dark-2.mCSB_scrollTools .mCSB_buttonUp{background-position:-112px 0}.mCS-dark-2.mCSB_scrollTools .mCSB_buttonDown{background-position:-112px -20px}.mCS-dark-2.mCSB_scrollTools .mCSB_buttonLeft{background-position:-120px -40px}.mCS-dark-2.mCSB_scrollTools .mCSB_buttonRight{background-position:-120px -56px}.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail,.mCS-light-thick.mCSB_scrollTools .mCSB_draggerRail{width:4px;background-color:#fff;background-color:rgba(255,255,255,.1);-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px}.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-light-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{width:6px;background-color:#fff;background-color:rgba(255,255,255,.75);-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px}.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail{width:100%;height:4px;margin:6px 0}.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{width:100%;height:6px;margin:5px auto}.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#fff;background-color:rgba(255,255,255,.85)}.mCS-light-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:#fff;background-color:rgba(255,255,255,.9)}.mCS-light-thick.mCSB_scrollTools .mCSB_buttonUp{background-position:-16px 0}.mCS-light-thick.mCSB_scrollTools .mCSB_buttonDown{background-position:-16px -20px}.mCS-light-thick.mCSB_scrollTools .mCSB_buttonLeft{background-position:-20px -40px}.mCS-light-thick.mCSB_scrollTools .mCSB_buttonRight{background-position:-20px -56px}.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail{background-color:#000;background-color:rgba(0,0,0,.1);-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px}.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.75);-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px}.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.85)}.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.9)}.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonUp{background-position:-96px 0}.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonDown{background-position:-96px -20px}.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonLeft{background-position:-100px -40px}.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonRight{background-position:-100px -56px}.mCS-light-thin.mCSB_scrollTools .mCSB_draggerRail{background-color:#fff;background-color:rgba(255,255,255,.1)}.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-light-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{width:2px}.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail{width:100%}.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{width:100%;height:2px;margin:7px auto}.mCS-dark-thin.mCSB_scrollTools .mCSB_draggerRail{background-color:#000;background-color:rgba(0,0,0,.15)}.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.75)}.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.85)}.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.9)}.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonUp{background-position:-80px 0}.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonDown{background-position:-80px -20px}.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonLeft{background-position:-80px -40px}.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonRight{background-position:-80px -56px}.mCS-rounded.mCSB_scrollTools .mCSB_draggerRail{background-color:#fff;background-color:rgba(255,255,255,.15)}.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger,.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger,.mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger,.mCS-rounded.mCSB_scrollTools .mCSB_dragger{height:14px}.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-rounded.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{width:14px;margin:0 1px}.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger,.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger,.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger,.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger{width:14px}.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{height:14px;margin:1px 0}.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar,.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar{width:16px;height:16px;margin:-1px 0}.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail{width:4px}.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar,.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar{height:16px;width:16px;margin:0 -1px}.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail{height:4px;margin:6px 0}.mCS-rounded.mCSB_scrollTools .mCSB_buttonUp{background-position:0 -72px}.mCS-rounded.mCSB_scrollTools .mCSB_buttonDown{background-position:0 -92px}.mCS-rounded.mCSB_scrollTools .mCSB_buttonLeft{background-position:0 -112px}.mCS-rounded.mCSB_scrollTools .mCSB_buttonRight{background-position:0 -128px}.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.75)}.mCS-rounded-dark.mCSB_scrollTools .mCSB_draggerRail{background-color:#000;background-color:rgba(0,0,0,.15)}.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.85)}.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.9)}.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonUp{background-position:-80px -72px}.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonDown{background-position:-80px -92px}.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonLeft{background-position:-80px -112px}.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonRight{background-position:-80px -128px}.mCS-rounded-dots-dark.mCSB_scrollTools_vertical .mCSB_draggerRail,.mCS-rounded-dots.mCSB_scrollTools_vertical .mCSB_draggerRail{width:4px}.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail,.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail,.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail{background-color:transparent;background-position:center}.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail,.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAANElEQVQYV2NkIAAYiVbw//9/Y6DiM1ANJoyMjGdBbLgJQAX/kU0DKgDLkaQAvxW4HEvQFwCRcxIJK1XznAAAAABJRU5ErkJggg==);background-repeat:repeat-y;opacity:.3;filter:"alpha(opacity=30)";-ms-filter:"alpha(opacity=30)"}.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail{height:4px;margin:6px 0;background-repeat:repeat-x}.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonUp{background-position:-16px -72px}.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonDown{background-position:-16px -92px}.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonLeft{background-position:-20px -112px}.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonRight{background-position:-20px -128px}.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAALElEQVQYV2NkIAAYSVFgDFR8BqrBBEifBbGRTfiPZhpYjiQFBK3A6l6CvgAAE9kGCd1mvgEAAAAASUVORK5CYII=)}.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonUp{background-position:-96px -72px}.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonDown{background-position:-96px -92px}.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonLeft{background-position:-100px -112px}.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonRight{background-position:-100px -128px}.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-repeat:repeat-y;background-image:-moz-linear-gradient(left,rgba(255,255,255,.5) 0,rgba(255,255,255,0) 100%);background-image:-webkit-gradient(linear,left top,right top,color-stop(0,rgba(255,255,255,.5)),color-stop(100%,rgba(255,255,255,0)));background-image:-webkit-linear-gradient(left,rgba(255,255,255,.5) 0,rgba(255,255,255,0) 100%);background-image:-o-linear-gradient(left,rgba(255,255,255,.5) 0,rgba(255,255,255,0) 100%);background-image:-ms-linear-gradient(left,rgba(255,255,255,.5) 0,rgba(255,255,255,0) 100%);background-image:linear-gradient(to right,rgba(255,255,255,.5) 0,rgba(255,255,255,0) 100%)}.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{background-repeat:repeat-x;background-image:-moz-linear-gradient(top,rgba(255,255,255,.5) 0,rgba(255,255,255,0) 100%);background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0,rgba(255,255,255,.5)),color-stop(100%,rgba(255,255,255,0)));background-image:-webkit-linear-gradient(top,rgba(255,255,255,.5) 0,rgba(255,255,255,0) 100%);background-image:-o-linear-gradient(top,rgba(255,255,255,.5) 0,rgba(255,255,255,0) 100%);background-image:-ms-linear-gradient(top,rgba(255,255,255,.5) 0,rgba(255,255,255,0) 100%);background-image:linear-gradient(to bottom,rgba(255,255,255,.5) 0,rgba(255,255,255,0) 100%)}.mCS-3d-dark.mCSB_scrollTools_vertical .mCSB_dragger,.mCS-3d.mCSB_scrollTools_vertical .mCSB_dragger{height:70px}.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger,.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger{width:70px}.mCS-3d-dark.mCSB_scrollTools,.mCS-3d.mCSB_scrollTools{opacity:1;filter:"alpha(opacity=30)";-ms-filter:"alpha(opacity=30)"}.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail,.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-3d.mCSB_scrollTools .mCSB_draggerRail{-webkit-border-radius:16px;-moz-border-radius:16px;border-radius:16px}.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail,.mCS-3d.mCSB_scrollTools .mCSB_draggerRail{width:8px;background-color:#000;background-color:rgba(0,0,0,.2);box-shadow:inset 1px 0 1px rgba(0,0,0,.5),inset -1px 0 1px rgba(255,255,255,.2)}.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-3d.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-3d.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,.mCS-3d.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#555}.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{width:8px}.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-3d.mCSB_scrollTools_horizontal .mCSB_draggerRail{width:100%;height:8px;margin:4px 0;box-shadow:inset 0 1px 1px rgba(0,0,0,.5),inset 0 -1px 1px rgba(255,255,255,.2)}.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{width:100%;height:8px;margin:4px auto}.mCS-3d.mCSB_scrollTools .mCSB_buttonUp{background-position:-32px -72px}.mCS-3d.mCSB_scrollTools .mCSB_buttonDown{background-position:-32px -92px}.mCS-3d.mCSB_scrollTools .mCSB_buttonLeft{background-position:-40px -112px}.mCS-3d.mCSB_scrollTools .mCSB_buttonRight{background-position:-40px -128px}.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail{background-color:#000;background-color:rgba(0,0,0,.1);box-shadow:inset 1px 0 1px rgba(0,0,0,.1)}.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail{box-shadow:inset 0 1px 1px rgba(0,0,0,.1)}.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonUp{background-position:-112px -72px}.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonDown{background-position:-112px -92px}.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonLeft{background-position:-120px -112px}.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonRight{background-position:-120px -128px}.mCS-3d-thick-dark.mCSB_scrollTools,.mCS-3d-thick.mCSB_scrollTools{opacity:1;filter:"alpha(opacity=30)";-ms-filter:"alpha(opacity=30)"}.mCS-3d-thick-dark.mCSB_scrollTools,.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer,.mCS-3d-thick.mCSB_scrollTools,.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer{-webkit-border-radius:7px;-moz-border-radius:7px;border-radius:7px}.mCSB_inside+.mCS-3d-thick-dark.mCSB_scrollTools_vertical,.mCSB_inside+.mCS-3d-thick.mCSB_scrollTools_vertical{right:1px}.mCS-3d-thick-dark.mCSB_scrollTools_vertical,.mCS-3d-thick.mCSB_scrollTools_vertical{box-shadow:inset 1px 0 1px rgba(0,0,0,.1),inset 0 0 14px rgba(0,0,0,.5)}.mCS-3d-thick-dark.mCSB_scrollTools_horizontal,.mCS-3d-thick.mCSB_scrollTools_horizontal{bottom:1px;box-shadow:inset 0 1px 1px rgba(0,0,0,.1),inset 0 0 14px rgba(0,0,0,.5)}.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;box-shadow:inset 1px 0 0 rgba(255,255,255,.4);width:12px;margin:2px;position:absolute;height:auto;top:0;bottom:0;left:0;right:0}.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{box-shadow:inset 0 1px 0 rgba(255,255,255,.4);height:12px;width:auto}.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#555}.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer{background-color:#000;background-color:rgba(0,0,0,.05);box-shadow:inset 1px 1px 16px rgba(0,0,0,.1)}.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerRail{background-color:transparent}.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonUp{background-position:-32px -72px}.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonDown{background-position:-32px -92px}.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonLeft{background-position:-40px -112px}.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonRight{background-position:-40px -128px}.mCS-3d-thick-dark.mCSB_scrollTools{box-shadow:inset 0 0 14px rgba(0,0,0,.2)}.mCS-3d-thick-dark.mCSB_scrollTools_horizontal{box-shadow:inset 0 1px 1px rgba(0,0,0,.1),inset 0 0 14px rgba(0,0,0,.2)}.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{box-shadow:inset 1px 0 0 rgba(255,255,255,.4),inset -1px 0 0 rgba(0,0,0,.2)}.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{box-shadow:inset 0 1px 0 rgba(255,255,255,.4),inset 0 -1px 0 rgba(0,0,0,.2)}.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#777}.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer{background-color:#fff;background-color:rgba(0,0,0,.05);box-shadow:inset 1px 1px 16px rgba(0,0,0,.1)}.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerRail,.mCS-minimal-dark.mCSB_scrollTools .mCSB_draggerRail,.mCS-minimal.mCSB_scrollTools .mCSB_draggerRail{background-color:transparent}.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonUp{background-position:-112px -72px}.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonDown{background-position:-112px -92px}.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonLeft{background-position:-120px -112px}.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonRight{background-position:-120px -128px}.mCSB_outside+.mCS-minimal-dark.mCSB_scrollTools_vertical,.mCSB_outside+.mCS-minimal.mCSB_scrollTools_vertical{right:0;margin:12px 0}.mCustomScrollBox.mCS-minimal+.mCSB_scrollTools+.mCSB_scrollTools.mCSB_scrollTools_horizontal,.mCustomScrollBox.mCS-minimal+.mCSB_scrollTools.mCSB_scrollTools_horizontal,.mCustomScrollBox.mCS-minimal-dark+.mCSB_scrollTools+.mCSB_scrollTools.mCSB_scrollTools_horizontal,.mCustomScrollBox.mCS-minimal-dark+.mCSB_scrollTools.mCSB_scrollTools_horizontal{bottom:0;margin:0 12px}.mCS-dir-rtl>.mCSB_outside+.mCS-minimal-dark.mCSB_scrollTools_vertical,.mCS-dir-rtl>.mCSB_outside+.mCS-minimal.mCSB_scrollTools_vertical{left:0;right:auto}.mCS-minimal-dark.mCSB_scrollTools_vertical .mCSB_dragger,.mCS-minimal.mCSB_scrollTools_vertical .mCSB_dragger{height:50px}.mCS-minimal-dark.mCSB_scrollTools_horizontal .mCSB_dragger,.mCS-minimal.mCSB_scrollTools_horizontal .mCSB_dragger{width:50px}.mCS-minimal.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#fff;background-color:rgba(255,255,255,.2);filter:"alpha(opacity=20)";-ms-filter:"alpha(opacity=20)"}.mCS-minimal.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-minimal.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:#fff;background-color:rgba(255,255,255,.5);filter:"alpha(opacity=50)";-ms-filter:"alpha(opacity=50)"}.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.2);filter:"alpha(opacity=20)";-ms-filter:"alpha(opacity=20)"}.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.5);filter:"alpha(opacity=50)";-ms-filter:"alpha(opacity=50)"}.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail,.mCS-light-3.mCSB_scrollTools .mCSB_draggerRail{width:6px;background-color:#000;background-color:rgba(0,0,0,.2)}.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-light-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{width:6px}.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_draggerRail{width:100%;height:6px;margin:5px 0}.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,.mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,.mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail{width:12px}.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,.mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,.mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail{height:12px;margin:2px 0}.mCS-light-3.mCSB_scrollTools .mCSB_buttonUp{background-position:-32px -72px}.mCS-light-3.mCSB_scrollTools .mCSB_buttonDown{background-position:-32px -92px}.mCS-light-3.mCSB_scrollTools .mCSB_buttonLeft{background-position:-40px -112px}.mCS-light-3.mCSB_scrollTools .mCSB_buttonRight{background-position:-40px -128px}.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.75)}.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.85)}.mCS-dark-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.9)}.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail{background-color:#000;background-color:rgba(0,0,0,.1)}.mCS-dark-3.mCSB_scrollTools .mCSB_buttonUp{background-position:-112px -72px}.mCS-dark-3.mCSB_scrollTools .mCSB_buttonDown{background-position:-112px -92px}.mCS-dark-3.mCSB_scrollTools .mCSB_buttonLeft{background-position:-120px -112px}.mCS-dark-3.mCSB_scrollTools .mCSB_buttonRight{background-position:-120px -128px}.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,.mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail,.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail,.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail,.mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail,.mCS-inset.mCSB_scrollTools .mCSB_draggerRail{width:12px;background-color:#000;background-color:rgba(0,0,0,.2)}.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-inset-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-inset.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{width:6px;margin:3px 5px;position:absolute;height:auto;top:0;bottom:0;left:0;right:0}.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-inset.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{height:6px;margin:5px 3px;position:absolute;width:auto;top:0;bottom:0;left:0;right:0}.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-inset.mCSB_scrollTools_horizontal .mCSB_draggerRail{width:100%;height:12px;margin:2px 0}.mCS-inset-2.mCSB_scrollTools .mCSB_buttonUp,.mCS-inset-3.mCSB_scrollTools .mCSB_buttonUp,.mCS-inset.mCSB_scrollTools .mCSB_buttonUp{background-position:-32px -72px}.mCS-inset-2.mCSB_scrollTools .mCSB_buttonDown,.mCS-inset-3.mCSB_scrollTools .mCSB_buttonDown,.mCS-inset.mCSB_scrollTools .mCSB_buttonDown{background-position:-32px -92px}.mCS-inset-2.mCSB_scrollTools .mCSB_buttonLeft,.mCS-inset-3.mCSB_scrollTools .mCSB_buttonLeft,.mCS-inset.mCSB_scrollTools .mCSB_buttonLeft{background-position:-40px -112px}.mCS-inset-2.mCSB_scrollTools .mCSB_buttonRight,.mCS-inset-3.mCSB_scrollTools .mCSB_buttonRight,.mCS-inset.mCSB_scrollTools .mCSB_buttonRight{background-position:-40px -128px}.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.75)}.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.85)}.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.9)}.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail,.mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail{background-color:#000;background-color:rgba(0,0,0,.1)}.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonUp,.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonUp,.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonUp{background-position:-112px -72px}.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonDown,.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonDown,.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonDown{background-position:-112px -92px}.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonLeft,.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonLeft,.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonLeft{background-position:-120px -112px}.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonRight,.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonRight,.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonRight{background-position:-120px -128px}.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,.mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail{background-color:transparent;border-width:1px;border-style:solid;border-color:#fff;border-color:rgba(255,255,255,.2);-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail{border-color:#000;border-color:rgba(0,0,0,.2)}.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail{background-color:#fff;background-color:rgba(255,255,255,.6)}.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail{background-color:#000;background-color:rgba(0,0,0,.6)}.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.75)}.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.85)}.mCS-inset-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.9)}.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#fff;background-color:rgba(255,255,255,.75)}.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#fff;background-color:rgba(255,255,255,.85)}.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:#fff;background-color:rgba(255,255,255,.9)}.slick-slider
{
position: relative;
display: block;
box-sizing: border-box;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-touch-callout: none;
-khtml-user-select: none;
-ms-touch-action: pan-y;
touch-action: pan-y;
-webkit-tap-highlight-color: transparent;
}
.slick-list
{
position: relative;
display: block;
overflow: hidden;
margin: 0;
padding: 0;
}
.slick-list:focus
{
outline: none;
}
.slick-list.dragging
{
cursor: pointer;
cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list
{
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
-o-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.slick-track
{
position: relative;
top: 0;
left: 0;
display: block;
margin-left: auto;
margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
display: table;
content: '';
}
.slick-track:after
{
clear: both;
}
.slick-loading .slick-track
{
visibility: hidden;
}
.slick-slide
{
display: none;
float: left;
height: 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;
}[data-aos][data-aos][data-aos-duration="50"],body[data-aos-duration="50"] [data-aos]{transition-duration:50ms}[data-aos][data-aos][data-aos-delay="50"],body[data-aos-delay="50"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="50"].aos-animate,body[data-aos-delay="50"] [data-aos].aos-animate{transition-delay:50ms}[data-aos][data-aos][data-aos-duration="100"],body[data-aos-duration="100"] [data-aos]{transition-duration:.1s}[data-aos][data-aos][data-aos-delay="100"],body[data-aos-delay="100"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="100"].aos-animate,body[data-aos-delay="100"] [data-aos].aos-animate{transition-delay:.1s}[data-aos][data-aos][data-aos-duration="150"],body[data-aos-duration="150"] [data-aos]{transition-duration:.15s}[data-aos][data-aos][data-aos-delay="150"],body[data-aos-delay="150"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="150"].aos-animate,body[data-aos-delay="150"] [data-aos].aos-animate{transition-delay:.15s}[data-aos][data-aos][data-aos-duration="200"],body[data-aos-duration="200"] [data-aos]{transition-duration:.2s}[data-aos][data-aos][data-aos-delay="200"],body[data-aos-delay="200"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="200"].aos-animate,body[data-aos-delay="200"] [data-aos].aos-animate{transition-delay:.2s}[data-aos][data-aos][data-aos-duration="250"],body[data-aos-duration="250"] [data-aos]{transition-duration:.25s}[data-aos][data-aos][data-aos-delay="250"],body[data-aos-delay="250"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="250"].aos-animate,body[data-aos-delay="250"] [data-aos].aos-animate{transition-delay:.25s}[data-aos][data-aos][data-aos-duration="300"],body[data-aos-duration="300"] [data-aos]{transition-duration:.3s}[data-aos][data-aos][data-aos-delay="300"],body[data-aos-delay="300"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="300"].aos-animate,body[data-aos-delay="300"] [data-aos].aos-animate{transition-delay:.3s}[data-aos][data-aos][data-aos-duration="350"],body[data-aos-duration="350"] [data-aos]{transition-duration:.35s}[data-aos][data-aos][data-aos-delay="350"],body[data-aos-delay="350"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="350"].aos-animate,body[data-aos-delay="350"] [data-aos].aos-animate{transition-delay:.35s}[data-aos][data-aos][data-aos-duration="400"],body[data-aos-duration="400"] [data-aos]{transition-duration:.4s}[data-aos][data-aos][data-aos-delay="400"],body[data-aos-delay="400"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="400"].aos-animate,body[data-aos-delay="400"] [data-aos].aos-animate{transition-delay:.4s}[data-aos][data-aos][data-aos-duration="450"],body[data-aos-duration="450"] [data-aos]{transition-duration:.45s}[data-aos][data-aos][data-aos-delay="450"],body[data-aos-delay="450"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="450"].aos-animate,body[data-aos-delay="450"] [data-aos].aos-animate{transition-delay:.45s}[data-aos][data-aos][data-aos-duration="500"],body[data-aos-duration="500"] [data-aos]{transition-duration:.5s}[data-aos][data-aos][data-aos-delay="500"],body[data-aos-delay="500"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="500"].aos-animate,body[data-aos-delay="500"] [data-aos].aos-animate{transition-delay:.5s}[data-aos][data-aos][data-aos-duration="550"],body[data-aos-duration="550"] [data-aos]{transition-duration:.55s}[data-aos][data-aos][data-aos-delay="550"],body[data-aos-delay="550"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="550"].aos-animate,body[data-aos-delay="550"] [data-aos].aos-animate{transition-delay:.55s}[data-aos][data-aos][data-aos-duration="600"],body[data-aos-duration="600"] [data-aos]{transition-duration:.6s}[data-aos][data-aos][data-aos-delay="600"],body[data-aos-delay="600"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="600"].aos-animate,body[data-aos-delay="600"] [data-aos].aos-animate{transition-delay:.6s}[data-aos][data-aos][data-aos-duration="650"],body[data-aos-duration="650"] [data-aos]{transition-duration:.65s}[data-aos][data-aos][data-aos-delay="650"],body[data-aos-delay="650"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="650"].aos-animate,body[data-aos-delay="650"] [data-aos].aos-animate{transition-delay:.65s}[data-aos][data-aos][data-aos-duration="700"],body[data-aos-duration="700"] [data-aos]{transition-duration:.7s}[data-aos][data-aos][data-aos-delay="700"],body[data-aos-delay="700"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="700"].aos-animate,body[data-aos-delay="700"] [data-aos].aos-animate{transition-delay:.7s}[data-aos][data-aos][data-aos-duration="750"],body[data-aos-duration="750"] [data-aos]{transition-duration:.75s}[data-aos][data-aos][data-aos-delay="750"],body[data-aos-delay="750"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="750"].aos-animate,body[data-aos-delay="750"] [data-aos].aos-animate{transition-delay:.75s}[data-aos][data-aos][data-aos-duration="800"],body[data-aos-duration="800"] [data-aos]{transition-duration:.8s}[data-aos][data-aos][data-aos-delay="800"],body[data-aos-delay="800"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="800"].aos-animate,body[data-aos-delay="800"] [data-aos].aos-animate{transition-delay:.8s}[data-aos][data-aos][data-aos-duration="850"],body[data-aos-duration="850"] [data-aos]{transition-duration:.85s}[data-aos][data-aos][data-aos-delay="850"],body[data-aos-delay="850"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="850"].aos-animate,body[data-aos-delay="850"] [data-aos].aos-animate{transition-delay:.85s}[data-aos][data-aos][data-aos-duration="900"],body[data-aos-duration="900"] [data-aos]{transition-duration:.9s}[data-aos][data-aos][data-aos-delay="900"],body[data-aos-delay="900"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="900"].aos-animate,body[data-aos-delay="900"] [data-aos].aos-animate{transition-delay:.9s}[data-aos][data-aos][data-aos-duration="950"],body[data-aos-duration="950"] [data-aos]{transition-duration:.95s}[data-aos][data-aos][data-aos-delay="950"],body[data-aos-delay="950"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="950"].aos-animate,body[data-aos-delay="950"] [data-aos].aos-animate{transition-delay:.95s}[data-aos][data-aos][data-aos-duration="1000"],body[data-aos-duration="1000"] [data-aos]{transition-duration:1s}[data-aos][data-aos][data-aos-delay="1000"],body[data-aos-delay="1000"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1000"].aos-animate,body[data-aos-delay="1000"] [data-aos].aos-animate{transition-delay:1s}[data-aos][data-aos][data-aos-duration="1050"],body[data-aos-duration="1050"] [data-aos]{transition-duration:1.05s}[data-aos][data-aos][data-aos-delay="1050"],body[data-aos-delay="1050"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1050"].aos-animate,body[data-aos-delay="1050"] [data-aos].aos-animate{transition-delay:1.05s}[data-aos][data-aos][data-aos-duration="1100"],body[data-aos-duration="1100"] [data-aos]{transition-duration:1.1s}[data-aos][data-aos][data-aos-delay="1100"],body[data-aos-delay="1100"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1100"].aos-animate,body[data-aos-delay="1100"] [data-aos].aos-animate{transition-delay:1.1s}[data-aos][data-aos][data-aos-duration="1150"],body[data-aos-duration="1150"] [data-aos]{transition-duration:1.15s}[data-aos][data-aos][data-aos-delay="1150"],body[data-aos-delay="1150"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1150"].aos-animate,body[data-aos-delay="1150"] [data-aos].aos-animate{transition-delay:1.15s}[data-aos][data-aos][data-aos-duration="1200"],body[data-aos-duration="1200"] [data-aos]{transition-duration:1.2s}[data-aos][data-aos][data-aos-delay="1200"],body[data-aos-delay="1200"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1200"].aos-animate,body[data-aos-delay="1200"] [data-aos].aos-animate{transition-delay:1.2s}[data-aos][data-aos][data-aos-duration="1250"],body[data-aos-duration="1250"] [data-aos]{transition-duration:1.25s}[data-aos][data-aos][data-aos-delay="1250"],body[data-aos-delay="1250"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1250"].aos-animate,body[data-aos-delay="1250"] [data-aos].aos-animate{transition-delay:1.25s}[data-aos][data-aos][data-aos-duration="1300"],body[data-aos-duration="1300"] [data-aos]{transition-duration:1.3s}[data-aos][data-aos][data-aos-delay="1300"],body[data-aos-delay="1300"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1300"].aos-animate,body[data-aos-delay="1300"] [data-aos].aos-animate{transition-delay:1.3s}[data-aos][data-aos][data-aos-duration="1350"],body[data-aos-duration="1350"] [data-aos]{transition-duration:1.35s}[data-aos][data-aos][data-aos-delay="1350"],body[data-aos-delay="1350"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1350"].aos-animate,body[data-aos-delay="1350"] [data-aos].aos-animate{transition-delay:1.35s}[data-aos][data-aos][data-aos-duration="1400"],body[data-aos-duration="1400"] [data-aos]{transition-duration:1.4s}[data-aos][data-aos][data-aos-delay="1400"],body[data-aos-delay="1400"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1400"].aos-animate,body[data-aos-delay="1400"] [data-aos].aos-animate{transition-delay:1.4s}[data-aos][data-aos][data-aos-duration="1450"],body[data-aos-duration="1450"] [data-aos]{transition-duration:1.45s}[data-aos][data-aos][data-aos-delay="1450"],body[data-aos-delay="1450"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1450"].aos-animate,body[data-aos-delay="1450"] [data-aos].aos-animate{transition-delay:1.45s}[data-aos][data-aos][data-aos-duration="1500"],body[data-aos-duration="1500"] [data-aos]{transition-duration:1.5s}[data-aos][data-aos][data-aos-delay="1500"],body[data-aos-delay="1500"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1500"].aos-animate,body[data-aos-delay="1500"] [data-aos].aos-animate{transition-delay:1.5s}[data-aos][data-aos][data-aos-duration="1550"],body[data-aos-duration="1550"] [data-aos]{transition-duration:1.55s}[data-aos][data-aos][data-aos-delay="1550"],body[data-aos-delay="1550"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1550"].aos-animate,body[data-aos-delay="1550"] [data-aos].aos-animate{transition-delay:1.55s}[data-aos][data-aos][data-aos-duration="1600"],body[data-aos-duration="1600"] [data-aos]{transition-duration:1.6s}[data-aos][data-aos][data-aos-delay="1600"],body[data-aos-delay="1600"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1600"].aos-animate,body[data-aos-delay="1600"] [data-aos].aos-animate{transition-delay:1.6s}[data-aos][data-aos][data-aos-duration="1650"],body[data-aos-duration="1650"] [data-aos]{transition-duration:1.65s}[data-aos][data-aos][data-aos-delay="1650"],body[data-aos-delay="1650"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1650"].aos-animate,body[data-aos-delay="1650"] [data-aos].aos-animate{transition-delay:1.65s}[data-aos][data-aos][data-aos-duration="1700"],body[data-aos-duration="1700"] [data-aos]{transition-duration:1.7s}[data-aos][data-aos][data-aos-delay="1700"],body[data-aos-delay="1700"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1700"].aos-animate,body[data-aos-delay="1700"] [data-aos].aos-animate{transition-delay:1.7s}[data-aos][data-aos][data-aos-duration="1750"],body[data-aos-duration="1750"] [data-aos]{transition-duration:1.75s}[data-aos][data-aos][data-aos-delay="1750"],body[data-aos-delay="1750"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1750"].aos-animate,body[data-aos-delay="1750"] [data-aos].aos-animate{transition-delay:1.75s}[data-aos][data-aos][data-aos-duration="1800"],body[data-aos-duration="1800"] [data-aos]{transition-duration:1.8s}[data-aos][data-aos][data-aos-delay="1800"],body[data-aos-delay="1800"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1800"].aos-animate,body[data-aos-delay="1800"] [data-aos].aos-animate{transition-delay:1.8s}[data-aos][data-aos][data-aos-duration="1850"],body[data-aos-duration="1850"] [data-aos]{transition-duration:1.85s}[data-aos][data-aos][data-aos-delay="1850"],body[data-aos-delay="1850"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1850"].aos-animate,body[data-aos-delay="1850"] [data-aos].aos-animate{transition-delay:1.85s}[data-aos][data-aos][data-aos-duration="1900"],body[data-aos-duration="1900"] [data-aos]{transition-duration:1.9s}[data-aos][data-aos][data-aos-delay="1900"],body[data-aos-delay="1900"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1900"].aos-animate,body[data-aos-delay="1900"] [data-aos].aos-animate{transition-delay:1.9s}[data-aos][data-aos][data-aos-duration="1950"],body[data-aos-duration="1950"] [data-aos]{transition-duration:1.95s}[data-aos][data-aos][data-aos-delay="1950"],body[data-aos-delay="1950"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1950"].aos-animate,body[data-aos-delay="1950"] [data-aos].aos-animate{transition-delay:1.95s}[data-aos][data-aos][data-aos-duration="2000"],body[data-aos-duration="2000"] [data-aos]{transition-duration:2s}[data-aos][data-aos][data-aos-delay="2000"],body[data-aos-delay="2000"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2000"].aos-animate,body[data-aos-delay="2000"] [data-aos].aos-animate{transition-delay:2s}[data-aos][data-aos][data-aos-duration="2050"],body[data-aos-duration="2050"] [data-aos]{transition-duration:2.05s}[data-aos][data-aos][data-aos-delay="2050"],body[data-aos-delay="2050"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2050"].aos-animate,body[data-aos-delay="2050"] [data-aos].aos-animate{transition-delay:2.05s}[data-aos][data-aos][data-aos-duration="2100"],body[data-aos-duration="2100"] [data-aos]{transition-duration:2.1s}[data-aos][data-aos][data-aos-delay="2100"],body[data-aos-delay="2100"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2100"].aos-animate,body[data-aos-delay="2100"] [data-aos].aos-animate{transition-delay:2.1s}[data-aos][data-aos][data-aos-duration="2150"],body[data-aos-duration="2150"] [data-aos]{transition-duration:2.15s}[data-aos][data-aos][data-aos-delay="2150"],body[data-aos-delay="2150"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2150"].aos-animate,body[data-aos-delay="2150"] [data-aos].aos-animate{transition-delay:2.15s}[data-aos][data-aos][data-aos-duration="2200"],body[data-aos-duration="2200"] [data-aos]{transition-duration:2.2s}[data-aos][data-aos][data-aos-delay="2200"],body[data-aos-delay="2200"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2200"].aos-animate,body[data-aos-delay="2200"] [data-aos].aos-animate{transition-delay:2.2s}[data-aos][data-aos][data-aos-duration="2250"],body[data-aos-duration="2250"] [data-aos]{transition-duration:2.25s}[data-aos][data-aos][data-aos-delay="2250"],body[data-aos-delay="2250"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2250"].aos-animate,body[data-aos-delay="2250"] [data-aos].aos-animate{transition-delay:2.25s}[data-aos][data-aos][data-aos-duration="2300"],body[data-aos-duration="2300"] [data-aos]{transition-duration:2.3s}[data-aos][data-aos][data-aos-delay="2300"],body[data-aos-delay="2300"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2300"].aos-animate,body[data-aos-delay="2300"] [data-aos].aos-animate{transition-delay:2.3s}[data-aos][data-aos][data-aos-duration="2350"],body[data-aos-duration="2350"] [data-aos]{transition-duration:2.35s}[data-aos][data-aos][data-aos-delay="2350"],body[data-aos-delay="2350"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2350"].aos-animate,body[data-aos-delay="2350"] [data-aos].aos-animate{transition-delay:2.35s}[data-aos][data-aos][data-aos-duration="2400"],body[data-aos-duration="2400"] [data-aos]{transition-duration:2.4s}[data-aos][data-aos][data-aos-delay="2400"],body[data-aos-delay="2400"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2400"].aos-animate,body[data-aos-delay="2400"] [data-aos].aos-animate{transition-delay:2.4s}[data-aos][data-aos][data-aos-duration="2450"],body[data-aos-duration="2450"] [data-aos]{transition-duration:2.45s}[data-aos][data-aos][data-aos-delay="2450"],body[data-aos-delay="2450"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2450"].aos-animate,body[data-aos-delay="2450"] [data-aos].aos-animate{transition-delay:2.45s}[data-aos][data-aos][data-aos-duration="2500"],body[data-aos-duration="2500"] [data-aos]{transition-duration:2.5s}[data-aos][data-aos][data-aos-delay="2500"],body[data-aos-delay="2500"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2500"].aos-animate,body[data-aos-delay="2500"] [data-aos].aos-animate{transition-delay:2.5s}[data-aos][data-aos][data-aos-duration="2550"],body[data-aos-duration="2550"] [data-aos]{transition-duration:2.55s}[data-aos][data-aos][data-aos-delay="2550"],body[data-aos-delay="2550"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2550"].aos-animate,body[data-aos-delay="2550"] [data-aos].aos-animate{transition-delay:2.55s}[data-aos][data-aos][data-aos-duration="2600"],body[data-aos-duration="2600"] [data-aos]{transition-duration:2.6s}[data-aos][data-aos][data-aos-delay="2600"],body[data-aos-delay="2600"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2600"].aos-animate,body[data-aos-delay="2600"] [data-aos].aos-animate{transition-delay:2.6s}[data-aos][data-aos][data-aos-duration="2650"],body[data-aos-duration="2650"] [data-aos]{transition-duration:2.65s}[data-aos][data-aos][data-aos-delay="2650"],body[data-aos-delay="2650"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2650"].aos-animate,body[data-aos-delay="2650"] [data-aos].aos-animate{transition-delay:2.65s}[data-aos][data-aos][data-aos-duration="2700"],body[data-aos-duration="2700"] [data-aos]{transition-duration:2.7s}[data-aos][data-aos][data-aos-delay="2700"],body[data-aos-delay="2700"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2700"].aos-animate,body[data-aos-delay="2700"] [data-aos].aos-animate{transition-delay:2.7s}[data-aos][data-aos][data-aos-duration="2750"],body[data-aos-duration="2750"] [data-aos]{transition-duration:2.75s}[data-aos][data-aos][data-aos-delay="2750"],body[data-aos-delay="2750"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2750"].aos-animate,body[data-aos-delay="2750"] [data-aos].aos-animate{transition-delay:2.75s}[data-aos][data-aos][data-aos-duration="2800"],body[data-aos-duration="2800"] [data-aos]{transition-duration:2.8s}[data-aos][data-aos][data-aos-delay="2800"],body[data-aos-delay="2800"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2800"].aos-animate,body[data-aos-delay="2800"] [data-aos].aos-animate{transition-delay:2.8s}[data-aos][data-aos][data-aos-duration="2850"],body[data-aos-duration="2850"] [data-aos]{transition-duration:2.85s}[data-aos][data-aos][data-aos-delay="2850"],body[data-aos-delay="2850"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2850"].aos-animate,body[data-aos-delay="2850"] [data-aos].aos-animate{transition-delay:2.85s}[data-aos][data-aos][data-aos-duration="2900"],body[data-aos-duration="2900"] [data-aos]{transition-duration:2.9s}[data-aos][data-aos][data-aos-delay="2900"],body[data-aos-delay="2900"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2900"].aos-animate,body[data-aos-delay="2900"] [data-aos].aos-animate{transition-delay:2.9s}[data-aos][data-aos][data-aos-duration="2950"],body[data-aos-duration="2950"] [data-aos]{transition-duration:2.95s}[data-aos][data-aos][data-aos-delay="2950"],body[data-aos-delay="2950"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2950"].aos-animate,body[data-aos-delay="2950"] [data-aos].aos-animate{transition-delay:2.95s}[data-aos][data-aos][data-aos-duration="3000"],body[data-aos-duration="3000"] [data-aos]{transition-duration:3s}[data-aos][data-aos][data-aos-delay="3000"],body[data-aos-delay="3000"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="3000"].aos-animate,body[data-aos-delay="3000"] [data-aos].aos-animate{transition-delay:3s}[data-aos][data-aos][data-aos-easing=linear],body[data-aos-easing=linear] [data-aos]{transition-timing-function:cubic-bezier(.25,.25,.75,.75)}[data-aos][data-aos][data-aos-easing=ease],body[data-aos-easing=ease] [data-aos]{transition-timing-function:ease}[data-aos][data-aos][data-aos-easing=ease-in],body[data-aos-easing=ease-in] [data-aos]{transition-timing-function:ease-in}[data-aos][data-aos][data-aos-easing=ease-out],body[data-aos-easing=ease-out] [data-aos]{transition-timing-function:ease-out}[data-aos][data-aos][data-aos-easing=ease-in-out],body[data-aos-easing=ease-in-out] [data-aos]{transition-timing-function:ease-in-out}[data-aos][data-aos][data-aos-easing=ease-in-back],body[data-aos-easing=ease-in-back] [data-aos]{transition-timing-function:cubic-bezier(.6,-.28,.735,.045)}[data-aos][data-aos][data-aos-easing=ease-out-back],body[data-aos-easing=ease-out-back] [data-aos]{transition-timing-function:cubic-bezier(.175,.885,.32,1.275)}[data-aos][data-aos][data-aos-easing=ease-in-out-back],body[data-aos-easing=ease-in-out-back] [data-aos]{transition-timing-function:cubic-bezier(.68,-.55,.265,1.55)}[data-aos][data-aos][data-aos-easing=ease-in-sine],body[data-aos-easing=ease-in-sine] [data-aos]{transition-timing-function:cubic-bezier(.47,0,.745,.715)}[data-aos][data-aos][data-aos-easing=ease-out-sine],body[data-aos-easing=ease-out-sine] [data-aos]{transition-timing-function:cubic-bezier(.39,.575,.565,1)}[data-aos][data-aos][data-aos-easing=ease-in-out-sine],body[data-aos-easing=ease-in-out-sine] [data-aos]{transition-timing-function:cubic-bezier(.445,.05,.55,.95)}[data-aos][data-aos][data-aos-easing=ease-in-quad],body[data-aos-easing=ease-in-quad] [data-aos]{transition-timing-function:cubic-bezier(.55,.085,.68,.53)}[data-aos][data-aos][data-aos-easing=ease-out-quad],body[data-aos-easing=ease-out-quad] [data-aos]{transition-timing-function:cubic-bezier(.25,.46,.45,.94)}[data-aos][data-aos][data-aos-easing=ease-in-out-quad],body[data-aos-easing=ease-in-out-quad] [data-aos]{transition-timing-function:cubic-bezier(.455,.03,.515,.955)}[data-aos][data-aos][data-aos-easing=ease-in-cubic],body[data-aos-easing=ease-in-cubic] [data-aos]{transition-timing-function:cubic-bezier(.55,.085,.68,.53)}[data-aos][data-aos][data-aos-easing=ease-out-cubic],body[data-aos-easing=ease-out-cubic] [data-aos]{transition-timing-function:cubic-bezier(.25,.46,.45,.94)}[data-aos][data-aos][data-aos-easing=ease-in-out-cubic],body[data-aos-easing=ease-in-out-cubic] [data-aos]{transition-timing-function:cubic-bezier(.455,.03,.515,.955)}[data-aos][data-aos][data-aos-easing=ease-in-quart],body[data-aos-easing=ease-in-quart] [data-aos]{transition-timing-function:cubic-bezier(.55,.085,.68,.53)}[data-aos][data-aos][data-aos-easing=ease-out-quart],body[data-aos-easing=ease-out-quart] [data-aos]{transition-timing-function:cubic-bezier(.25,.46,.45,.94)}[data-aos][data-aos][data-aos-easing=ease-in-out-quart],body[data-aos-easing=ease-in-out-quart] [data-aos]{transition-timing-function:cubic-bezier(.455,.03,.515,.955)}[data-aos^=fade][data-aos^=fade]{opacity:0;transition-property:opacity,transform}[data-aos^=fade][data-aos^=fade].aos-animate{opacity:1;transform:translateZ(0)}[data-aos=fade-up]{transform:translate3d(0,100px,0)}[data-aos=fade-down]{transform:translate3d(0,-100px,0)}[data-aos=fade-right]{transform:translate3d(-100px,0,0)}[data-aos=fade-left]{transform:translate3d(100px,0,0)}[data-aos=fade-up-right]{transform:translate3d(-100px,100px,0)}[data-aos=fade-up-left]{transform:translate3d(100px,100px,0)}[data-aos=fade-down-right]{transform:translate3d(-100px,-100px,0)}[data-aos=fade-down-left]{transform:translate3d(100px,-100px,0)}[data-aos^=zoom][data-aos^=zoom]{opacity:0;transition-property:opacity,transform}[data-aos^=zoom][data-aos^=zoom].aos-animate{opacity:1;transform:translateZ(0) scale(1)}[data-aos=zoom-in]{transform:scale(.6)}[data-aos=zoom-in-up]{transform:translate3d(0,100px,0) scale(.6)}[data-aos=zoom-in-down]{transform:translate3d(0,-100px,0) scale(.6)}[data-aos=zoom-in-right]{transform:translate3d(-100px,0,0) scale(.6)}[data-aos=zoom-in-left]{transform:translate3d(100px,0,0) scale(.6)}[data-aos=zoom-out]{transform:scale(1.2)}[data-aos=zoom-out-up]{transform:translate3d(0,100px,0) scale(1.2)}[data-aos=zoom-out-down]{transform:translate3d(0,-100px,0) scale(1.2)}[data-aos=zoom-out-right]{transform:translate3d(-100px,0,0) scale(1.2)}[data-aos=zoom-out-left]{transform:translate3d(100px,0,0) scale(1.2)}[data-aos^=slide][data-aos^=slide]{transition-property:transform}[data-aos^=slide][data-aos^=slide].aos-animate{transform:translateZ(0)}[data-aos=slide-up]{transform:translate3d(0,100%,0)}[data-aos=slide-down]{transform:translate3d(0,-100%,0)}[data-aos=slide-right]{transform:translate3d(-100%,0,0)}[data-aos=slide-left]{transform:translate3d(100%,0,0)}[data-aos^=flip][data-aos^=flip]{backface-visibility:hidden;transition-property:transform}[data-aos=flip-left]{transform:perspective(2500px) rotateY(-100deg)}[data-aos=flip-left].aos-animate{transform:perspective(2500px) rotateY(0)}[data-aos=flip-right]{transform:perspective(2500px) rotateY(100deg)}[data-aos=flip-right].aos-animate{transform:perspective(2500px) rotateY(0)}[data-aos=flip-up]{transform:perspective(2500px) rotateX(-100deg)}[data-aos=flip-up].aos-animate{transform:perspective(2500px) rotateX(0)}[data-aos=flip-down]{transform:perspective(2500px) rotateX(100deg)}[data-aos=flip-down].aos-animate{transform:perspective(2500px) rotateX(0)}.swiper-container{margin:0 auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-container-no-flexbox .swiper-slide{float:left}.swiper-container-vertical>.swiper-wrapper{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;-o-transition-property:transform;transition-property:transform;transition-property:transform,-webkit-transform;-webkit-box-sizing:content-box;box-sizing:content-box}.swiper-container-android .swiper-slide,.swiper-wrapper{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.swiper-container-multirow>.swiper-wrapper{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.swiper-container-free-mode>.swiper-wrapper{-webkit-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out;margin:0 auto}.swiper-slide{-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;width:100%;height:100%;position:relative;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;-o-transition-property:transform;transition-property:transform;transition-property:transform,-webkit-transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide{height:auto}.swiper-container-autoheight .swiper-wrapper{-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;-webkit-transition-property:height,-webkit-transform;transition-property:height,-webkit-transform;-o-transition-property:transform,height;transition-property:transform,height;transition-property:transform,height,-webkit-transform}.swiper-container-3d{-webkit-perspective:1200px;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{-webkit-transform-style:preserve-3d;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:-webkit-gradient(linear,right top,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));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:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));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:-webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));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:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-wp8-horizontal,.swiper-container-wp8-horizontal>.swiper-wrapper{-ms-touch-action:pan-y;touch-action:pan-y}.swiper-container-wp8-vertical,.swiper-container-wp8-vertical>.swiper-wrapper{-ms-touch-action:pan-x;touch-action:pan-x}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:27px;height:44px;margin-top:-22px;z-index:10;cursor:pointer;background-size:27px 44px;background-position:center;background-repeat:no-repeat}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-prev,.swiper-container-rtl .swiper-button-next{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");left:10px;right:auto}.swiper-button-next,.swiper-container-rtl .swiper-button-prev{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");right:10px;left:auto}.swiper-button-prev.swiper-button-white,.swiper-container-rtl .swiper-button-next.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")}.swiper-button-next.swiper-button-white,.swiper-container-rtl .swiper-button-prev.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")}.swiper-button-prev.swiper-button-black,.swiper-container-rtl .swiper-button-next.swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")}.swiper-button-next.swiper-button-black,.swiper-container-rtl .swiper-button-prev.swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;-webkit-transition:.3s opacity;-o-transition:.3s opacity;transition:.3s opacity;-webkit-transform:translate3d(0,0,0);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{-webkit-transform:scale(.33);-ms-transform:scale(.33);transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{-webkit-transform:scale(.66);-ms-transform:scale(.66);transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{-webkit-transform:scale(.33);-ms-transform:scale(.33);transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{-webkit-transform:scale(.66);-ms-transform:scale(.66);transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{-webkit-transform:scale(.33);-ms-transform:scale(.33);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;-webkit-box-shadow:none;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:#007aff}.swiper-container-vertical>.swiper-pagination-bullets{right:10px;top:50%;-webkit-transform:translate3d(0,-50%,0);transform:translate3d(0,-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%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);width:8px}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;-webkit-transition:.2s top,.2s -webkit-transform;transition:.2s top,.2s -webkit-transform;-o-transition:.2s transform,.2s top;transition:.2s transform,.2s top;transition:.2s transform,.2s top,.2s -webkit-transform}.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 4px}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);white-space:nowrap}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transition:.2s left,.2s -webkit-transform;transition:.2s left,.2s -webkit-transform;-o-transition:.2s transform,.2s left;transition:.2s transform,.2s left;transition:.2s transform,.2s left,.2s -webkit-transform}.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transition:.2s right,.2s -webkit-transform;transition:.2s right,.2s -webkit-transform;-o-transition:.2s transform,.2s right;transition:.2s transform,.2s right;transition:.2s transform,.2s right,.2s -webkit-transform}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:#007aff;position:absolute;left:0;top:0;width:100%;height:100%;-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0);-webkit-transform-origin:left top;-ms-transform-origin:left top;transform-origin:left top}.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{-webkit-transform-origin:right top;-ms-transform-origin:right top;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-bullet-active{background:#fff}.swiper-pagination-progressbar.swiper-pagination-white{background:rgba(255,255,255,.25)}.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill{background:#fff}.swiper-pagination-black .swiper-pagination-bullet-active{background:#000}.swiper-pagination-progressbar.swiper-pagination-black{background:rgba(0,0,0,.25)}.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill{background:#000}.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:-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;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;-o-object-fit:contain;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;-webkit-transform-origin:50%;-ms-transform-origin:50%;transform-origin:50%;-webkit-animation:swiper-preloader-spin 1s steps(12,end) infinite;animation:swiper-preloader-spin 1s steps(12,end) infinite}.swiper-lazy-preloader:after{display:block;content:'';width:100%;height:100%;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");background-position:50%;background-size:100%;background-repeat:no-repeat}.swiper-lazy-preloader-white:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")}@-webkit-keyframes swiper-preloader-spin{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes swiper-preloader-spin{100%{-webkit-transform:rotate(360deg);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{-webkit-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out}.swiper-container-fade .swiper-slide{pointer-events:none;-webkit-transition-property:opacity;-o-transition-property:opacity;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;-webkit-transform-origin:0 0;-ms-transform-origin:0 0;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{-webkit-transform-origin:100% 0;-ms-transform-origin:100% 0;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:0;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}.swiper-container-coverflow .swiper-wrapper{-ms-perspective:1200px}@font-face {
font-family: "Flaticon";
src: url(//www.mywebsitefreelancer.com/wp-content/themes/jixic/assets/fonts/Flaticon.eot);
src: url(//www.mywebsitefreelancer.com/wp-content/themes/jixic/assets/fonts/Flaticon.eot?#iefix) format("embedded-opentype"),
url(//www.mywebsitefreelancer.com/wp-content/themes/jixic/assets/fonts/Flaticon.woff2) format("woff2"),
url(//www.mywebsitefreelancer.com/wp-content/themes/jixic/assets/fonts/Flaticon.woff) format("woff"),
url(//www.mywebsitefreelancer.com/wp-content/themes/jixic/assets/fonts/Flaticon.ttf) format("truetype"),
url(//www.mywebsitefreelancer.com/wp-content/themes/jixic/assets/fonts/Flaticon.svg#Flaticon) format("svg");
font-weight: normal;
font-style: normal;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
@font-face {
font-family: "Flaticon";
src: url(//www.mywebsitefreelancer.com/wp-content/themes/jixic/assets/fonts/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;
}
.flaticon-add:before { content: "\f100"; }
.flaticon-percentage:before { content: "\f101"; }
.flaticon-zoom:before { content: "\f102"; }
.flaticon-back:before { content: "\f103"; }
.flaticon-arrow-1:before { content: "\f104"; }
.flaticon-add-1:before { content: "\f105"; }
.flaticon-substract:before { content: "\f106"; }
.flaticon-play-button:before { content: "\f107"; }
.flaticon-dot-inside-a-circle:before { content: "\f108"; }
.flaticon-arrow-2:before { content: "\f109"; }
.flaticon-arrow:before { content: "\f10a"; }
.flaticon-labor:before { content: "\f10b"; }
.flaticon-menu:before { content: "\f10c"; }
.flaticon-hexagon:before { content: "\f10d"; }
.flaticon-files-and-folders:before { content: "\f10e"; }
.flaticon-apple-logo:before { content: "\f10f"; }
.flaticon-play-button-1:before { content: "\f110"; }
.flaticon-menu-1:before { content: "\f111"; }
.flaticon-eye-open:before { content: "\f112"; }
.flaticon-comment:before { content: "\f113"; }
.flaticon-heart:before { content: "\f114"; }
.flaticon-global:before { content: "\f115"; }
.flaticon-support:before { content: "\f116"; }
.flaticon-shipping-and-delivery:before { content: "\f117"; }
.flaticon-cross:before { content: "\f118"; }.noUi-target,.noUi-target *{-webkit-touch-callout:none;-webkit-user-select:none;-ms-touch-action:none;-ms-user-select:none;-moz-user-select:none;-moz-box-sizing:border-box;box-sizing:border-box}.noUi-target{position:relative;direction:ltr}.noUi-base{width:100%;height:100%;position:relative;z-index:1}.noUi-origin{position:absolute;right:0;top:0;left:0;bottom:0}.noUi-handle{position:relative;z-index:1}.noUi-stacking .noUi-handle{z-index:10}.noUi-state-tap .noUi-origin{-webkit-transition:left .3s,top .3s;transition:left .3s,top .3s}.noUi-state-drag *{cursor:inherit!important}.noUi-base{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.noUi-horizontal{height:10px}.noUi-horizontal .noUi-handle{width:20px;height:20px;left:-17px;top:-6px}.noUi-vertical{width:18px}.noUi-vertical .noUi-handle{width:28px;height:34px;left:-6px;top:-17px}.noUi-background{background:#FAFAFA;box-shadow:inset 0 1px 1px #f0f0f0}.noUi-connect{background:#3FB8AF;box-shadow:inset 0 0 3px rgba(51,51,51,.45);-webkit-transition:background 450ms;transition:background 450ms}.noUi-origin{border-radius:2px}.noUi-target{border-radius:4px;border:1px solid #D3D3D3;box-shadow:inset 0 1px 1px #F0F0F0,0 3px 6px -5px #BBB}.noUi-target.noUi-connect{box-shadow:inset 0 0 3px rgba(51,51,51,.45),0 3px 6px -5px #BBB}.noUi-dragable{cursor:w-resize}.noUi-vertical .noUi-dragable{cursor:n-resize}.noUi-handle{border:1px solid #D9D9D9;border-radius:3px;background:#FFF;cursor:default;box-shadow:inset 0 0 1px #FFF,inset 0 1px 7px #EBEBEB,0 3px 6px -3px #BBB}.noUi-active{box-shadow:inset 0 0 1px #FFF,inset 0 1px 7px #DDD,0 3px 6px -3px #BBB}.noUi-handle:after,.noUi-handle:before{display:none;:"";display:block;position:absolute;height:14px;width:1px;background:#E8E7E6;left:14px;top:6px}.noUi-handle:after{left:17px}.noUi-vertical .noUi-handle:after,.noUi-vertical .noUi-handle:before{ width:14px;height:1px;left:6px;top:14px}.noUi-vertical .noUi-handle:after{top:17px}[disabled] .noUi-connect,[disabled].noUi-connect{background:#B8B8B8}[disabled] .noUi-handle,[disabled].noUi-origin{cursor:not-allowed}.noUi-pips,.noUi-pips *{-moz-box-sizing:border-box;box-sizing:border-box}.noUi-pips{position:absolute;font:400 12px Arial;color:#999}.noUi-value{width:40px;position:absolute;text-align:center}.noUi-value-sub{color:#ccc;font-size:10px}.noUi-marker{position:absolute;background:#CCC}.noUi-marker-large,.noUi-marker-sub{background:#AAA}.noUi-pips-horizontal{padding:10px 0;height:50px;top:100%;left:0;width:100%}.noUi-value-horizontal{margin-left:-20px;padding-top:20px}.noUi-value-horizontal.noUi-value-sub{padding-top:15px}.noUi-marker-horizontal.noUi-marker{margin-left:-1px;width:2px;height:5px}.noUi-marker-horizontal.noUi-marker-sub{height:10px}.noUi-marker-horizontal.noUi-marker-large{height:15px}.noUi-pips-vertical{padding:0 10px;height:100%;top:0;left:100%}.noUi-value-vertical{width:15px;margin-left:20px;margin-top:-5px}.noUi-marker-vertical.noUi-marker{width:5px;height:2px;margin-top:-1px}.noUi-marker-vertical.noUi-marker-sub{width:10px}.noUi-marker-vertical.noUi-marker-large{width:15px}.noUi-pips,
.noUi-pips * {
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.noUi-pips {
position: absolute;
font: 400 12px Arial;
color: #999;
} .noUi-value {
width: 40px;
position: absolute;
text-align: center;
}
.noUi-value-sub {
color: #ccc;
font-size: 10px;
} .noUi-marker {
position: absolute;
background: #CCC;
}
.noUi-marker-sub {
background: #AAA;
}
.noUi-marker-large {
background: #AAA;
} .noUi-pips-horizontal {
padding: 10px 0;
height: 50px;
top: 100%;
left: 0;
width: 100%;
}
.noUi-value-horizontal {
margin-left: -20px;
padding-top: 20px;
}
.noUi-value-horizontal.noUi-value-sub {
padding-top: 15px;
}
.noUi-marker-horizontal.noUi-marker {
margin-left: -1px;
width: 2px;
height: 5px;
}
.noUi-marker-horizontal.noUi-marker-sub {
height: 10px;
}
.noUi-marker-horizontal.noUi-marker-large {
height: 15px;
} .noUi-pips-vertical {
padding: 0 10px;
height: 100%;
top: 0;
left: 100%;
}
.noUi-value-vertical {
width: 15px;
margin-left: 20px;
margin-top: -5px;
}
.noUi-marker-vertical.noUi-marker {
width: 5px;
height: 2px;
margin-top: -1px;
}
.noUi-marker-vertical.noUi-marker-sub {
width: 10px;
}
.noUi-marker-vertical.noUi-marker-large {
width: 15px;
}#ptTimeSelectCntr {
display: none;
font-size: 12px;
margin-left: 0;
position: absolute;
width: 270px !important;
z-index: 10;
}
#ptTimeSelectCntr .ui-widget-content {
background: #fff none repeat scroll 0 0;
border: medium none !important;
border-radius: 0;
margin-bottom: 0px;
margin-top: 0 !important;
padding: 5px;
}
#ptTimeSelectCntr .ui-widget.ui-widget-content {
border: 1px solid #ddd !important;
}
#ptTimeSelectCntr .ui-widget{}
#ptTimeSelectCntr .ui-widget-header {
background: #151515 none repeat scroll 0 0;
border: 2px solid #252525;
border-radius: 0;
color: #fff;
font-size: 13px;
font-weight: 700;
height: 40px;
padding: 5px;
}
#ptTimeSelectCntr #ptTimeSelectUserTime {
font-size: larger;
line-height: 26px;
padding: 0 10px;
text-align: center;
}
#ptTimeSelectCntr .ui-widget-header .ui-icon {
background-image: url(//www.mywebsitefreelancer.com/wp-content/themes/jixic/assets/css/images/ui-icons_444444_256x240.png) !importent;
}
#ptTimeSelectCntr #ptTimeSelectCloseCntr {
display: block;
padding: 0;
}
#ptTimeSelectCntr .ui-widget.ui-widget-content {
margin-top: 0;
}
#ptTimeSelectCntr .ptTimeSelectLeftPane.ui-widget-content {
border-top:none;
border-bottom:none;
border-left:none;
border-right-width: 2px;
}
#ptTimeSelectCntr .ptTimeSelectRightPane.ui-widget-content {
border: none;
} #ptTimeSelectCntr .ptTimeSelectHrCntr a, 
#ptTimeSelectCntr .ptTimeSelectMinCntr a {
display: block;
float: left;
line-height: 32px;
margin: 2px;
padding: 0;
text-align: center;
text-decoration: none;
transition: all 500ms ease;
}
#ptTimeSelectCntr .ptTimeSelectHrCntr a:hover, 
#ptTimeSelectCntr .ptTimeSelectMinCntr a:hover{
background: #43c3ea !important;
border-color: #43c3ea !important;
} #ptTimeSelectCntr .ptTimeSelectTimeLabelsCntr {
color: #252525;
font-size: 13px;
font-weight: 700;
} #ptTimeSelectCntr #ptTimeSelectCloseCntr a {
border-radius: 30%;
display: block;
height: 25px !important;
line-height: 24px;
margin: 0 !important;
opacity: 1;
padding: 0 !important;
text-align: center;
width: 25px !important;
padding: 3px 4px !important;
} #ptTimeSelectCntr .ui-state-default {
background: #fff !important;
border: 1px solid #eaeaea !important;
border-radius: 0;
color: #252525 !important;
font-size: 12px;
font-weight: normal;
height: 34px;
margin-bottom: 5px;
outline: medium none;
text-align: center;
width: 34px !important;
line-height: 33px;
margin: 2px;
transition: all 500ms ease;
}
#ptTimeSelectCntr .ui-state-default:hover{
background: #43c3ea !important; 
border-color: #43c3ea !important; 
} #ptTimeSelectCntr #ptTimeSelectSetButton {
padding: 0 15px 5px 0;
}
#ptTimeSelectSetButton .ui-state-hover{
background: #d5ac63 !important;
border: 2px solid #252525 !important;
border-radius: 0;
color: #252525 !important;
font-size: 12px !important;
font-weight: normal;
height: 35px;  
width: 70px !important;
}
#ptTimeSelectCntr #ptTimeSelectSetButton a {
display: block;
text-align: center;
float: right;
background: #252525 !important;
border: 2px solid #252525 !important;
border-radius: 0;
color: #fff !important;
font-size: 12px !important;
font-weight: normal;
height: 35px;  
width: 70px !important;
padding: 0;
margin: 0;
line-height: 32px;
text-transform: uppercase;
transition: all 500ms ease;
}
#ptTimeSelectCntr #ptTimeSelectSetButton a:hover{
background: #43c3ea !important;  
}.ui-helper-hidden {
display: none;
}
.ui-helper-hidden-accessible {
border: 0;
clip: rect(0 0 0 0);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute;
width: 1px;
}
.ui-helper-reset {
margin: 0;
padding: 0;
border: 0;
outline: 0;
line-height: 1.3;
text-decoration: none;
font-size: 100%;
list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
content: "";
display: table;
border-collapse: collapse;
}
.ui-helper-clearfix:after {
clear: both;
}
.ui-helper-clearfix {
min-height: 0; }
.ui-helper-zfix {
width: 100%;
height: 100%;
top: 0;
left: 0;
position: absolute;
opacity: 0;
filter:Alpha(Opacity=0); }
.ui-front {
z-index: 100;
} .ui-state-disabled {
cursor: default !important;
}  .ui-icon {
display: block;
text-indent: -99999px;
overflow: hidden;
background-repeat: no-repeat;
}  .ui-widget-overlay {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.ui-draggable-handle {
-ms-touch-action: none;
touch-action: none;
}
.ui-resizable {
position: relative;
}
.ui-resizable-handle {
position: absolute;
font-size: 0.1px;
display: block;
-ms-touch-action: none;
touch-action: none;
}
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
display: none;
}
.ui-resizable-n {
cursor: n-resize;
height: 7px;
width: 100%;
top: -5px;
left: 0;
}
.ui-resizable-s {
cursor: s-resize;
height: 7px;
width: 100%;
bottom: -5px;
left: 0;
}
.ui-resizable-e {
cursor: e-resize;
width: 7px;
right: -5px;
top: 0;
height: 100%;
}
.ui-resizable-w {
cursor: w-resize;
width: 7px;
left: -5px;
top: 0;
height: 100%;
}
.ui-resizable-se {
cursor: se-resize;
width: 12px;
height: 12px;
right: 1px;
bottom: 1px;
}
.ui-resizable-sw {
cursor: sw-resize;
width: 9px;
height: 9px;
left: -5px;
bottom: -5px;
}
.ui-resizable-nw {
cursor: nw-resize;
width: 9px;
height: 9px;
left: -5px;
top: -5px;
}
.ui-resizable-ne {
cursor: ne-resize;
width: 9px;
height: 9px;
right: -5px;
top: -5px;
}
.ui-selectable {
-ms-touch-action: none;
touch-action: none;
}
.ui-selectable-helper {
position: absolute;
z-index: 100;
border: 1px dotted black;
}
.ui-sortable-handle {
-ms-touch-action: none;
touch-action: none;
}
.ui-accordion .ui-accordion-header {
display: block;
cursor: pointer;
position: relative;
margin: 2px 0 0 0;
padding: .5em .5em .5em .7em;
min-height: 0; font-size: 100%;
}
.ui-accordion .ui-accordion-icons {
padding-left: 2.2em;
}
.ui-accordion .ui-accordion-icons .ui-accordion-icons {
padding-left: 2.2em;
}
.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
position: absolute;
left: .5em;
top: 50%;
margin-top: -8px;
}
.ui-accordion .ui-accordion-content {
padding: 1em 2.2em;
border-top: 0;
overflow: auto;
}
.ui-autocomplete {
position: absolute;
top: 0;
left: 0;
cursor: default;
}
.ui-button {
display: inline-block;
position: relative;
padding: 0;
line-height: normal;
margin-right: .1em;
cursor: pointer;
vertical-align: middle;
text-align: center;
overflow: visible; }
.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
text-decoration: none;
} .ui-button-icon-only {
width: 2.2em;
} button.ui-button-icon-only {
width: 2.4em;
}
.ui-button-icons-only {
width: 3.4em;
}
button.ui-button-icons-only {
width: 3.7em;
} .ui-button .ui-button-text {
display: block;
line-height: normal;
}
.ui-button-text-only .ui-button-text {
padding: .4em 1em;
}
.ui-button-icon-only .ui-button-text,
.ui-button-icons-only .ui-button-text {
padding: .4em;
text-indent: -9999999px;
}
.ui-button-text-icon-primary .ui-button-text,
.ui-button-text-icons .ui-button-text {
padding: .4em 1em .4em 2.1em;
}
.ui-button-text-icon-secondary .ui-button-text,
.ui-button-text-icons .ui-button-text {
padding: .4em 2.1em .4em 1em;
}
.ui-button-text-icons .ui-button-text {
padding-left: 2.1em;
padding-right: 2.1em;
} input.ui-button {
padding: .4em 1em;
} .ui-button-icon-only .ui-icon,
.ui-button-text-icon-primary .ui-icon,
.ui-button-text-icon-secondary .ui-icon,
.ui-button-text-icons .ui-icon,
.ui-button-icons-only .ui-icon {
position: absolute;
top: 50%;
margin-top: -8px;
}
.ui-button-icon-only .ui-icon {
left: 50%;
margin-left: -8px;
}
.ui-button-text-icon-primary .ui-button-icon-primary,
.ui-button-text-icons .ui-button-icon-primary,
.ui-button-icons-only .ui-button-icon-primary {
left: .5em;
}
.ui-button-text-icon-secondary .ui-button-icon-secondary,
.ui-button-text-icons .ui-button-icon-secondary,
.ui-button-icons-only .ui-button-icon-secondary {
right: .5em;
} .ui-buttonset {
margin-right: 7px;
}
.ui-buttonset .ui-button {
margin-left: 0;
margin-right: -.3em;
}  input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
border: 0;
padding: 0;
}
.ui-datepicker {
width: 17em;
padding: .2em .2em 0;
display: none;
}
.ui-datepicker .ui-datepicker-header {
position: relative;
padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
position: absolute;
top: 2px;
width: 1.8em;
height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
left: 2px;
}
.ui-datepicker .ui-datepicker-next {
right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
display: block;
position: absolute;
left: 50%;
margin-left: -8px;
top: 50%;
margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
margin: 0 2.3em;
line-height: 1.8em;
text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
font-size: 1em;
margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
width: 45%;
}
.ui-datepicker table {
width: 100%;
font-size: .9em;
border-collapse: collapse;
margin: 0 0 .4em;
}
.ui-datepicker th {
padding: .7em .3em;
text-align: center;
font-weight: bold;
border: 0;
}
.ui-datepicker td {
border: 0;
padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
display: block;
padding: .2em;
text-align: right;
text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
background-image: none;
margin: .7em 0 0 0;
padding: 0 .2em;
border-left: 0;
border-right: 0;
border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
float: right;
margin: .5em .2em .4em;
cursor: pointer;
padding: .2em .6em .3em .6em;
width: auto;
overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
float: left;
} .ui-datepicker.ui-datepicker-multi {
width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
width: 95%;
margin: 0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
clear: left;
}
.ui-datepicker-row-break {
clear: both;
width: 100%;
font-size: 0;
} .ui-datepicker-rtl {
direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
right: 2px;
left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
left: 2px;
right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
right: 1px;
left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
left: 1px;
right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
border-right-width: 0;
border-left-width: 1px;
}
.ui-dialog {
overflow: hidden;
position: absolute;
top: 0;
left: 0;
padding: .2em;
outline: 0;
}
.ui-dialog .ui-dialog-titlebar {
padding: .4em 1em;
position: relative;
}
.ui-dialog .ui-dialog-title {
float: left;
margin: .1em 0;
white-space: nowrap;
width: 90%;
overflow: hidden;
text-overflow: ellipsis;
}
.ui-dialog .ui-dialog-titlebar-close {
position: absolute;
right: .3em;
top: 50%;
width: 20px;
margin: -10px 0 0 0;
padding: 1px;
height: 20px;
}
.ui-dialog .ui-dialog-content {
position: relative;
border: 0;
padding: .5em 1em;
background: none;
overflow: auto;
}
.ui-dialog .ui-dialog-buttonpane {
text-align: left;
border-width: 1px 0 0 0;
background-image: none;
margin-top: .5em;
padding: .3em 1em .5em .4em;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
float: right;
}
.ui-dialog .ui-dialog-buttonpane button {
margin: .5em .4em .5em 0;
cursor: pointer;
}
.ui-dialog .ui-resizable-se {
width: 12px;
height: 12px;
right: -5px;
bottom: -5px;
background-position: 16px 16px;
}
.ui-draggable .ui-dialog-titlebar {
cursor: move;
}
.ui-menu {
list-style: none;
padding: 0;
margin: 0;
display: block;
outline: none;
}
.ui-menu .ui-menu {
position: absolute;
}
.ui-menu .ui-menu-item {
position: relative;
margin: 0;
padding: 3px 1em 3px .4em;
cursor: pointer;
min-height: 0;  list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
}
.ui-menu .ui-menu-divider {
margin: 5px 0;
height: 0;
font-size: 0;
line-height: 0;
border-width: 1px 0 0 0;
}
.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
margin: -1px;
} .ui-menu-icons {
position: relative;
}
.ui-menu-icons .ui-menu-item {
padding-left: 2em;
} .ui-menu .ui-icon {
position: absolute;
top: 0;
bottom: 0;
left: .2em;
margin: auto 0;
} .ui-menu .ui-menu-icon {
left: auto;
right: 0;
}
.ui-progressbar {
height: 2em;
text-align: left;
overflow: hidden;
}
.ui-progressbar .ui-progressbar-value {
margin: -1px;
height: 100%;
}
.ui-progressbar .ui-progressbar-overlay {
background: url(data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==);
height: 100%;
filter: alpha(opacity=25); opacity: 0.25;
}
.ui-progressbar-indeterminate .ui-progressbar-value {
background-image: none;
}
.ui-selectmenu-menu {
padding: 0;
margin: 0;
position: absolute;
top: 0;
left: 0;
display: none;
}
.ui-selectmenu-menu .ui-menu {
overflow: auto; overflow-x: hidden;
padding-bottom: 1px;
}
.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
font-size: 1em;
font-weight: bold;
line-height: 1.5;
padding: 2px 0.4em;
margin: 0.5em 0 0 0;
height: auto;
border: 0;
}
.ui-selectmenu-open {
display: block;
}
.ui-selectmenu-button {
display: inline-block;
overflow: hidden;
position: relative;
text-decoration: none;
cursor: pointer;
}
.ui-selectmenu-button span.ui-icon {
right: 0.5em;
left: auto;
margin-top: -8px;
position: absolute;
top: 50%;
}
.ui-selectmenu-button span.ui-selectmenu-text {
text-align: left;
padding: 0.4em 2.1em 0.4em 1em;
display: block;
line-height: 1.4;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.ui-slider {
position: relative;
text-align: left;
}
.ui-slider .ui-slider-handle {
position: absolute;
z-index: 2;
width: 1.2em;
height: 1.2em;
cursor: default;
-ms-touch-action: none;
touch-action: none;
}
.ui-slider .ui-slider-range {
position: absolute;
z-index: 1;
font-size: .7em;
display: block;
border: 0;
background-position: 0 0;
} .ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
filter: inherit;
}
.ui-slider-horizontal {
height: .8em;
}
.ui-slider-horizontal .ui-slider-handle {
top: -.3em;
margin-left: -.6em;
}
.ui-slider-horizontal .ui-slider-range {
top: 0;
height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
right: 0;
}
.ui-slider-vertical {
width: .8em;
height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
left: -.3em;
margin-left: 0;
margin-bottom: -.6em;
}
.ui-slider-vertical .ui-slider-range {
left: 0;
width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
top: 0;
}
.ui-spinner {
position: relative;
display: inline-block;
overflow: hidden;
padding: 0;
vertical-align: middle;
}
.ui-spinner-input {
border: none;
background: none;
color: inherit;
padding: 0;
margin: .2em 0;
vertical-align: middle;
margin-left: .4em;
margin-right: 22px;
}
.ui-spinner-button {
width: 16px;
height: 50%;
font-size: .5em;
padding: 0;
margin: 0;
text-align: center;
position: absolute;
cursor: default;
display: block;
overflow: hidden;
right: 0;
} .ui-spinner a.ui-spinner-button {
border-top: none;
border-bottom: none;
border-right: none;
} .ui-spinner .ui-icon {
position: absolute;
margin-top: -8px;
top: 50%;
left: 0;
}
.ui-spinner-up {
top: 0;
}
.ui-spinner-down {
bottom: 0;
} .ui-spinner .ui-icon-triangle-1-s { background-position: -65px -16px;
}
.ui-tabs {
position: relative; padding: .2em;
}
.ui-tabs .ui-tabs-nav {
margin: 0;
padding: .2em .2em 0;
}
.ui-tabs .ui-tabs-nav li {
list-style: none;
float: left;
position: relative;
top: 0;
margin: 1px .2em 0 0;
border-bottom-width: 0;
padding: 0;
white-space: nowrap;
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
float: left;
padding: .5em 1em;
text-decoration: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
margin-bottom: -1px;
padding-bottom: 1px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
cursor: text;
}
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
cursor: pointer;
}
.ui-tabs .ui-tabs-panel {
display: block;
border-width: 0;
padding: 1em 1.4em;
background: none;
} .ui-widget {
font-family: Verdana,Arial,sans-serif;
font-size: 1.1em;
}
.ui-widget .ui-widget {
font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
font-family: Verdana,Arial,sans-serif;
font-size: 1em;
}
.ui-widget-content {
border: 1px solid #aaaaaa;
background: #ffffff;
color: #222222;
}
.ui-widget-content a {
color: #222222;
}
.ui-widget-header {
border: 1px solid #aaaaaa;
background: #cccccc url(//www.mywebsitefreelancer.com/wp-content/themes/jixic/assets/css/images/ui-bg_highlight-soft_75_cccccc_1x100.png) 50% 50% repeat-x;
color: #222222;
font-weight: bold;
}
.ui-widget-header a {
color: #222222;
} .ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
border: 1px solid #d3d3d3;
background: #e6e6e6 url(//www.mywebsitefreelancer.com/wp-content/themes/jixic/assets/css/images/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x;
font-weight: normal;
color: #555555;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
color: #555555;
text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
border: 1px solid #999999;
background: #dadada url(//www.mywebsitefreelancer.com/wp-content/themes/jixic/assets/css/images/ui-bg_glass_75_dadada_1x400.png) 50% 50% repeat-x;
font-weight: normal;
color: #212121;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited {
color: #212121;
text-decoration: none;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
border: 1px solid #aaaaaa;
background: #ffffff url(//www.mywebsitefreelancer.com/wp-content/themes/jixic/assets/css/images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x;
font-weight: normal;
color: #212121;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
color: #212121;
text-decoration: none;
} .ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
border: 1px solid #fcefa1;
background: #fbf9ee url(//www.mywebsitefreelancer.com/wp-content/themes/jixic/assets/css/images/ui-bg_glass_55_fbf9ee_1x400.png) 50% 50% repeat-x;
color: #363636;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
color: #363636;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
border: 1px solid #cd0a0a;
background: #fef1ec url(//www.mywebsitefreelancer.com/wp-content/themes/jixic/assets/css/images/ui-bg_glass_95_fef1ec_1x400.png) 50% 50% repeat-x;
color: #cd0a0a;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
color: #cd0a0a;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
color: #cd0a0a;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
opacity: .7;
filter:Alpha(Opacity=70); font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
opacity: .35;
filter:Alpha(Opacity=35); background-image: none;
}
.ui-state-disabled .ui-icon {
filter:Alpha(Opacity=35); }  .ui-icon {
width: 16px;
height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
background-image: url(//www.mywebsitefreelancer.com/wp-content/themes/jixic/assets/css/images/ui-icons_222222_256x240.png);
}
.ui-widget-header .ui-icon {
background-image: url(//www.mywebsitefreelancer.com/wp-content/themes/jixic/assets/css/images/ui-icons_222222_256x240.png);
}
.ui-state-default .ui-icon {
background-image: url(//www.mywebsitefreelancer.com/wp-content/themes/jixic/assets/css/images/ui-icons_888888_256x240.png);
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
background-image: url(//www.mywebsitefreelancer.com/wp-content/themes/jixic/assets/css/images/ui-icons_454545_256x240.png);
}
.ui-state-active .ui-icon {
background-image: url(//www.mywebsitefreelancer.com/wp-content/themes/jixic/assets/css/images/ui-icons_454545_256x240.png);
}
.ui-state-highlight .ui-icon {
background-image: url(//www.mywebsitefreelancer.com/wp-content/themes/jixic/assets/css/images/ui-icons_2e83ff_256x240.png);
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
background-image: url(//www.mywebsitefreelancer.com/wp-content/themes/jixic/assets/css/images/ui-icons_cd0a0a_256x240.png);
} .ui-icon-blank { background-position: 16px 16px; }
.ui-icon-carat-1-n { background-position: 0 0; }
.ui-icon-carat-1-ne { background-position: -16px 0; }
.ui-icon-carat-1-e { background-position: -32px 0; }
.ui-icon-carat-1-se { background-position: -48px 0; }
.ui-icon-carat-1-s { background-position: -64px 0; }
.ui-icon-carat-1-sw { background-position: -80px 0; }
.ui-icon-carat-1-w { background-position: -96px 0; }
.ui-icon-carat-1-nw { background-position: -112px 0; }
.ui-icon-carat-2-n-s { background-position: -128px 0; }
.ui-icon-carat-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -64px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -64px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 0 -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-on { background-position: -96px -144px; }
.ui-icon-radio-off { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; } .ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }  .ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
border-top-left-radius: 4px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
border-top-right-radius: 4px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
border-bottom-left-radius: 4px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
border-bottom-right-radius: 4px;
} .ui-widget-overlay {
background: #aaaaaa;
opacity: .3;
filter: Alpha(Opacity=30); }
.ui-widget-shadow {
margin: -8px 0 0 -8px;
padding: 8px;
background: #aaaaaa;
opacity: .3;
filter: Alpha(Opacity=30); border-radius: 8px;
}

.language-switcher {
position: relative;
top: 0;
left: 0;
bottom: 0;
right: 0;
width: 70px;
height: 28px;
background: transparent;
display: block;
padding: 0px 0px;
border-radius: 0;
float: left;
margin: 31px 0;
}
.language-switcher.style2 {
right: 0;
margin: 1px 0;
}
.language-switcher.style3 {
margin: 0;
}
.language-switcher.style3 #polyglotLanguageSwitcher a {
color: #ffffff;
}
.language-switcher.style4 {
margin: 56px 0;
}
.language-switcher.style4 #polyglotLanguageSwitcher a {
color: #ffffff;
}
#polyglotLanguageSwitcher{}
#polyglotLanguageSwitcher, 
#polyglotLanguageSwitcher * {
margin: 0;
padding: 1px 0px 1px;
outline: none;
}
#polyglotLanguageSwitcher ul {
list-style: none;	
}
#polyglotLanguageSwitcher {
color: #fff !importent;
line-height: normal;
position: relative; }
#polyglotLanguageSwitcher form {
display: none;	
}  #polyglotLanguageSwitcher a {
text-decoration: none;
display: block;
padding: 2px 0px 2px 0;
padding-left: 30px;
background-repeat: no-repeat;
background-position: 0px center;
color: #1d1d1d;
font-size: 14px;
font-weight: 700;
text-transform: uppercase;
font-family: 'Poppins', sans-serif;
transition: all 500ms ease;
}
#polyglotLanguageSwitcher a.current:link, 
#polyglotLanguageSwitcher a.current:visited, 
#polyglotLanguageSwitcher a.current:active {
position: relative; }
#polyglotLanguageSwitcher a.active { border-bottom: none !important;
border-radius: 3px 3px 0 0 !important;
}
#polyglotLanguageSwitcher span.trigger {
display: block;
position: absolute;
top: 2px;
right: 32px;
display: none;
}
#polyglotLanguageSwitcher span.trigger:before {
content: '\f107';
font-family: FontAwesome;
position: absolute;
color: #ababab;
font-size: 16px;
top: 0px;
right:-32px;
}
#polyglotLanguageSwitcher a.current:hover span.trigger, #polyglotLanguageSwitcher a.current:active span.trigger, #polyglotLanguageSwitcher a.active span.trigger {
background-position: left bottom !important;
} #polyglotLanguageSwitcher ul.dropdown {
display: none;
position: absolute;
top: 59px;
left: -10px;
border-top: none !important;
border-radius: 0;
background: #27282c;
width: 80px;
padding: 0;
z-index: 9999999;
}
#polyglotLanguageSwitcher ul.dropdown li {
width: 100%;
padding: 2px 5px;
display: block;
border-top: 1px solid #1a1b1f;
border-bottom: 1px solid #3d3e42;
transition: all 0.2s ease-in-out;
}
#polyglotLanguageSwitcher ul.dropdown li:first-child {
border-top: none;
}
#polyglotLanguageSwitcher ul.dropdown li:last-child { 
border-bottom: none;	
}
#polyglotLanguageSwitcher ul.dropdown li a {
width:100%;
color: #ffffff;
}
#polyglotLanguageSwitcher ul.dropdown li:after {
display: none !important;
}
#polyglotLanguageSwitcher ul.dropdown li:hover a {
color: #ddd;
}
#en { 
background-image: url(//www.mywebsitefreelancer.com/wp-content/themes/jixic/assets/language-switcher/gb.png);
}
#fr { 
background-image: url(//www.mywebsitefreelancer.com/wp-content/themes/jixic/assets/language-switcher/fr.png);	
}
#de { 
background-image: url(//www.mywebsitefreelancer.com/wp-content/themes/jixic/assets/language-switcher/de.png);
}
#it { 
background-image: url(//www.mywebsitefreelancer.com/wp-content/themes/jixic/assets/language-switcher/it.png);
}
#es { 
background-image: url(//www.mywebsitefreelancer.com/wp-content/themes/jixic/assets/language-switcher/es.png);
}@font-face {
font-family: 'energy-icon';
src:  url(//www.mywebsitefreelancer.com/wp-content/themes/jixic/assets/fonts/energy-icon.eot?34zu87);
src:  url(//www.mywebsitefreelancer.com/wp-content/themes/jixic/assets/fonts/energy-icon.eot?34zu87#iefix) format('embedded-opentype'),
url(//www.mywebsitefreelancer.com/wp-content/themes/jixic/assets/fonts/energy-icon.ttf?34zu87) format('truetype'),
url(//www.mywebsitefreelancer.com/wp-content/themes/jixic/assets/fonts/energy-icon.woff?34zu87) format('woff'),
url(//www.mywebsitefreelancer.com/wp-content/themes/jixic/assets/fonts/energy-icon.svg?34zu87#energy-icon) format('svg');
font-weight: normal;
font-style: normal;
}
[class^="energy-icon-"], [class*=" energy-icon-"] { font-family: 'energy-icon' !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;
}
.energy-icon-caret-down:before {
content: "\e93f";
}
.energy-icon-folder:before {
content: "\e93e";
}
.energy-icon-architect:before {
content: "\e900";
}
.energy-icon-arrow-pointing-north:before {
content: "\e901";
}
.energy-icon-black-envelope:before {
content: "\e902";
}
.energy-icon-brainstorming:before {
content: "\e903";
}
.energy-icon-calendar:before {
content: "\e904";
}
.energy-icon-call-answer:before {
content: "\e905";
}
.energy-icon-chronometer-outline:before {
content: "\e906";
}
.energy-icon-cleaning-service:before {
content: "\e907";
}
.energy-icon-electric-heating-tool-with-water-system:before {
content: "\e908";
}
.energy-icon-energy-1:before {
content: "\e909";
}
.energy-icon-energy:before {
content: "\e90a";
}
.energy-icon-energy-saving:before {
content: "\e90b";
}
.energy-icon-engineer:before {
content: "\e90c";
}
.energy-icon-envelope-of-white-paper:before {
content: "\e90d";
}
.energy-icon-factory:before {
content: "\e90e";
}
.energy-icon-firewood:before {
content: "\e90f";
}
.energy-icon-gear-1:before {
content: "\e910";
}
.energy-icon-gear:before {
content: "\e911";
}
.energy-icon-geothermal-energy-1:before {
content: "\e912";
}
.energy-icon-geothermal-energy:before {
content: "\e913";
}
.energy-icon-guarantee:before {
content: "\e914";
}
.energy-icon-headset:before {
content: "\e915";
}
.energy-icon-heating:before {
content: "\e916";
}
.energy-icon-hydro-power:before {
content: "\e917";
}
.energy-icon-idea:before {
content: "\e918";
}
.energy-icon-industrial-robot:before {
content: "\e919";
}
.energy-icon-internet:before {
content: "\e91a";
}
.energy-icon-link:before {
content: "\e91b";
}
.energy-icon-manager:before {
content: "\e91c";
}
.energy-icon-menu:before {
content: "\e91d";
}
.energy-icon-message:before {
content: "\e91e";
}
.energy-icon-mill:before {
content: "\e91f";
}
.energy-icon-money-bag:before {
content: "\e920";
}
.energy-icon-musica-searcher:before {
content: "\e921";
}
.energy-icon-natural-rocks-collapse:before {
content: "\e922";
}
.energy-icon-online-shopping-cart:before {
content: "\e923";
}
.energy-icon-order:before {
content: "\e924";
}
.energy-icon-placeholder-filled-tool-shape-for-maps:before {
content: "\e925";
}
.energy-icon-pump:before {
content: "\e926";
}
.energy-icon-pumpjack:before {
content: "\e927";
}
.energy-icon-quality:before {
content: "\e928";
}
.energy-icon-quote:before {
content: "\e929";
}
.energy-icon-recycled:before {
content: "\e92a";
}
.energy-icon-renewable-energy:before {
content: "\e92b";
}
.energy-icon-right-arrow:before {
content: "\e92c";
}
.energy-icon-road-split:before {
content: "\e92d";
}
.energy-icon-sea-dyke:before {
content: "\e92e";
}
.energy-icon-shop-bag-1:before {
content: "\e92f";
}
.energy-icon-shop-bag-2:before {
content: "\e930";
}
.energy-icon-shop-bag-3:before {
content: "\e931";
}
.energy-icon-shop-bag:before {
content: "\e932";
}
.energy-icon-shopping-list:before {
content: "\e933";
}
.energy-icon-smart-home:before {
content: "\e934";
}
.energy-icon-smoke-detector:before {
content: "\e935";
}
.energy-icon-star:before {
content: "\e936";
}
.energy-icon-telephone:before {
content: "\e937";
}
.energy-icon-thunder:before {
content: "\e938";
}
.energy-icon-turbine:before {
content: "\e939";
}
.energy-icon-user-image-with-black-background:before {
content: "\e93a";
}
.energy-icon-verified-text-paper:before {
content: "\e93b";
}
.energy-icon-windmill:before {
content: "\e93c";
}
.energy-icon-world:before {
content: "\e93d";
}.single-testimonial-carousel .testimonial-text-box .review-box .fa {
margin: 0 2px;
}
.clear,
.woocommerce .woocommerce-breadcrumb::after,
.woocommerce .woocommerce-error::after,
.woocommerce .woocommerce-info::after,
.woocommerce .woocommerce-message::after {
clear: both;
margin-top: 20px;
}
.woocommerce div.product form.cart .reset_variations,
.woocommerce form .form-row label.hidden {
visibility: hidden;
}
@keyframes spin {
100% {
transform: rotate(360deg);
}
}
@keyframes spin {
100% {
transform: rotate(360deg);
}
}
@keyframes spin {
100% {
transform: rotate(360deg);
}
}
@font-face {
font-family: star;
font-style: normal;
font-weight: 400;
}
@font-face {
font-family: WooCommerce;
font-style: normal;
font-weight: 400;
}
p.demo_store {
background-color: #a46497;
box-shadow: 0 1px 1em rgba(0, 0, 0, 0.2);
color: #fff;
font-size: 1em;
left: 0;
margin: 0;
padding: 1em 0;
position: fixed;
right: 0;
text-align: center;
top: 0;
width: 100%;
z-index: 99998;
}
p.demo_store a {
color: #fff;
}
.admin-bar p.demo_store {
top: 32px;
}
.woocommerce .blockUI.blockOverlay {
position: relative;
}
.woocommerce .blockUI.blockOverlay::before,
.woocommerce .loader::before {
animation: 1s ease-in-out 0s normal none infinite running spin;
color: rgba(0, 0, 0, 0.75);
content: "";
display: block;
font-size: 2em;
height: 1em;
left: 50%;
line-height: 1;
margin-left: -0.5em;
margin-top: -0.5em;
position: absolute;
text-align: center;
top: 50%;
width: 1em;
}
.woocommerce a.remove {
border: 0 none;
border-radius: 100%;
color: #444 !important;
display: block;
font-size: 1.5em;
font-weight: 500;
height: 1em;
line-height: 25px;
text-align: center;
text-decoration: none;
width: 1em;
}
.woocommerce a.remove:hover {
background: #1723d9;
color: #fff !important;
}
.woocommerce .woocommerce-error,
.woocommerce .woocommerce-info,
.woocommerce .woocommerce-message {
background-color: #f7f6f7;
border-top: 3px solid #1723d9 !important;
color: #515151;
list-style: outside none none !important;
margin: 0 0 2em !important;
overflow-wrap: break-word;
padding: 1em 2em 1em 3.5em !important;
position: relative;
width: auto;
}
.woocommerce .woocommerce-error::after,
.woocommerce .woocommerce-error::before,
.woocommerce .woocommerce-info::after,
.woocommerce .woocommerce-info::before,
.woocommerce .woocommerce-message::after,
.woocommerce .woocommerce-message::before {
content: " ";
display: table;
}
.woocommerce .woocommerce-error::before,
.woocommerce .woocommerce-info::before,
.woocommerce .woocommerce-message::before {
content: "";
display: inline-block;
font-family: WooCommerce;
left: 1.5em;
position: absolute;
top: 1em;
}
.woocommerce .woocommerce-error .button,
.woocommerce .woocommerce-info .button,
.woocommerce .woocommerce-message .button {
float: right;
}
.woocommerce .woocommerce-error li,
.woocommerce .woocommerce-info li,
.woocommerce .woocommerce-message li {
list-style: outside none none !important;
margin-left: 0 !important;
padding-left: 0 !important;
}
.woocommerce .woocommerce-message::before {
color: #1723d9;
content: "";
}
.woocommerce .woocommerce-info {
border-top-color: #43c3ea;
}
.woocommerce .woocommerce-info a {
color: #1723d9;
}
.woocommerce .woocommerce-info::before {
color: #1723d9;
}
.woocommerce .woocommerce-error {
border-top-color: #b81c23;
}
.woocommerce .woocommerce-error::before {
color: #b81c23;
content: "";
}
.woocommerce small.note {
color: #777;
display: block;
font-size: 0.857em;
margin-top: 10px;
}
.woocommerce .woocommerce-breadcrumb {
color: #777;
font-size: 0.92em;
margin: 0 0 1em;
padding: 0;
}
.woocommerce .woocommerce-breadcrumb::after,
.woocommerce .woocommerce-breadcrumb::before {
content: " ";
display: table;
}
.woocommerce .woocommerce-breadcrumb a {
color: #777;
}
.woocommerce .quantity .qty {
text-align: center;
width: 3.631em;
}
.woocommerce div.product .product_title {
color: #303030;
font-size: 30px;
font-weight: 700;
margin: 0 0 21px;
text-transform: capitalize;
}
.woocommerce div.product h1 {
color: #404040;
font-size: 32px;
font-weight: 700;
line-height: 36px;
text-transform: capitalize;
margin: 8px 0 14px;
}
.woocommerce-review-link {
color: #9e9e9e;
font-size: 13px;
font-weight: 700;
padding-left: 15px;
text-transform: capitalize;
}
.woocommerce-review-link:hover {
color: #222;
}
.woocommerce #reviews #comments .add_review::after,
.woocommerce .products ul::after,
.woocommerce div.product form.cart::after,
.woocommerce div.product p.cart::after,
.woocommerce nav.woocommerce-pagination ul,
.woocommerce ul.products::after {
clear: both;
}
.woocommerce div.product .price ins span,
.woocommerce div.product p.price,
.woocommerce div.product span.price {
color: #666666;
font-size: 16 !important;
font-weight: 400;
position: relative;
line-height: 20px;
margin-bottom: 0px;
}
.woocommerce div.product p.price del,
.woocommerce div.product span.price del {
opacity: 1;
line-height: 13px;
}
.woocommerce div.product .price del > span {
color: #242424;
font-size: 15px;
}
.woocommerce-Price-currencySymbol {
font-weight: 400 !important;
}
.woocommerce div.product p.stock {
font-size: 0.92em;
}
.woocommerce div.product .stock {
color: #77a464;
}
.woocommerce div.product .out-of-stock {
color: red;
}
.woocommerce div.product .woocommerce-product-rating {
margin-bottom: 0;
line-height: 32px;
}
.woocommerce div.product div.images,
.woocommerce div.product div.summary {
margin-bottom: 2em;
}
.woocommerce div.product div.images img {
box-shadow: none;
display: block;
height: auto;
width: 100%;
}
.woocommerce div.product div.images div.thumbnails {
padding-top: 1em;
}
.woocommerce div.product div.social {
margin: 0 0 1em;
text-align: right;
}
.woocommerce div.product div.social span {
margin: 0 0 0 2px;
}
.woocommerce div.product div.social span span {
margin: 0;
}
.woocommerce div.product div.social span .stButton .chicklets {
padding-left: 16px;
width: 0;
}
.woocommerce div.product div.social iframe {
float: left;
margin-top: 3px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
position: relative;
margin: 0;
padding: 0;
z-index: 1;
border-bottom: 1px solid #ebebeb;
}
.woocommerce div.product .woocommerce-tabs ul.tabs:before {
border-bottom: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
background: 0 0;
border-radius: 0;
margin: 0;
padding: 0;
border: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
border: 1px solid #fff;
color: #666;
float: left;
font-size: 14px;
font-weight: 400;
line-height: 24px;
padding: 10px 0 11px;
position: relative;
text-transform: uppercase;
top: 1px;
}
.woocommerce div.product form.cart::after,
.woocommerce div.product form.cart::before,
.woocommerce div.product p.cart::after,
.woocommerce div.product p.cart::before {
content: " ";
display: table;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:after,
.woocommerce div.product .woocommerce-tabs ul.tabs li:before {
border: none;
box-shadow: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active:before {
box-shadow: 2px 2px 0 #fff;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active:after {
box-shadow: -2px 2px 0 #fff;
}
.woocommerce div.product .woocommerce-tabs .panel {
margin: 0 0 2em;
padding: 0;
}
.woocommerce div.product form.cart,
.woocommerce div.product p.cart {
margin-bottom: 2em;
margin-top: 15px;
}
#tab-description,
#tab-reviews {
background: #fff !important;
margin-top: 0px;
margin-bottom:0px;
padding: 30px;
border: 1px solid #ececec;
}
#tab-description h2 {
color: #3d3d3d;
font-size: 16px;
font-weight: 700;
text-transform: uppercase;
margin-bottom: 15px;
}
.woocommerce-Reviews-title {
color: #272727;
font-size: 24px;
line-height: 1.4em;
margin: 0 0 20px;
}
.woocommerce div.product form.cart div.quantity {
float: left;
margin: 0 4px 0 0;
}
.woocommerce div.product form.cart table {
border-width: 0 0 1px;
}
.woocommerce div.product form.cart table td {
padding-left: 0;
}
.woocommerce div.product form.cart table div.quantity {
float: none;
margin: 0;
}
.woocommerce div.product form.cart table small.stock {
display: block;
float: none;
}
.woocommerce div.product form.cart .variations {
border: 0 none;
margin-bottom: 1em;
}
.woocommerce div.product form.cart .variations td,
.woocommerce div.product form.cart .variations th {
border: 0 none;
}
.woocommerce div.product form.cart .variations label {
font-weight: 500;
color: #121212;
font-size: 16px;
margin-top: 13px;
}
.woocommerce div.product form.cart .variations select {
float: left;
width: 100%;
}
.woocommerce div.product form.cart .variations td.label {
padding-right: 1em;
}
.woocommerce div.product form.cart .variations td {
vertical-align: top;
}
.woocommerce div.product form.cart .woocommerce-variation-description p {
margin-bottom: 1em;
}
.woocommerce div.product form.cart .wc-no-matching-variations {
display: none;
}
.woocommerce div.product form.cart .button {
float: left;
vertical-align: middle;
}
.woocommerce div.product form.cart .group_table td.label {
padding-left: 1em;
padding-right: 1em;
}
.woocommerce div.product form.cart .group_table td {
border: 0 none;
padding-bottom: 0.5em;
vertical-align: top;
}
.woocommerce .products ul,
.woocommerce ul.products {
clear: both;
list-style: outside none none;
margin: 0 0 1em;
padding: 0;
}
.woocommerce .products ul::after,
.woocommerce .products ul::before,
.woocommerce ul.products::after,
.woocommerce ul.products::before {
content: " ";
display: table;
}
.woocommerce .products ul li,
.woocommerce ul.products li {
list-style: outside none none;
}
.woocommerce ul.products li.product .onsale {
left: auto;
margin: -0.5em -0.5em 0 0;
right: 0;
top: 0;
}
.woocommerce ul.products li.product h3 {
font-size: 1em;
margin: 0;
padding: 0.5em 0;
}
.woocommerce ul.products li.product a {
text-decoration: none;
}
.woocommerce ul.products li.product a img {
box-shadow: none;
display: block;
height: auto;
margin: 0 0 1em;
width: 100%;
}
.woocommerce ul.products li.product strong {
display: block;
}
.woocommerce ul.products li.product .star-rating {
font-size: 0.857em;
}
.woocommerce ul.products li.product .button {
margin-top: 1em;
}
.woocommerce ul.products li.product .price {
color: #77a464;
display: block;
font-size: 0.857em;
font-weight: 400;
margin-bottom: 0.5em;
}
.woocommerce ul.products li.product .price del {
color: inherit;
display: block;
opacity: 0.5;
}
.woocommerce ul.products li.product .price ins {
background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
font-weight: 700;
}
.woocommerce ul.products li.product .price .from {
color: rgba(132, 132, 132, 0.5);
font-size: 0.67em;
margin: -2px 0 0;
text-transform: uppercase;
}
.woocommerce .woocommerce-ordering select {
vertical-align: top;
border: 1px solid #f7f7f7 !important;
display: block;
line-height: 25px;
color: #3d3d3d;
overflow: hidden;
padding: 12px 15px;
text-align: left;
text-overflow: ellipsis;
white-space: nowrap;
}
.woocommerce nav.woocommerce-pagination ul {
border: none !important;
}
.woocommerce nav.woocommerce-pagination ul li {
position: relative;
display: inline-block;
margin: 0 5px 7px 0;
border-right: 0;
}
.woocommerce #respond input#submit.loading,
.woocommerce a.button.loading,
.woocommerce button.button.loading,
.woocommerce input.button.loading {
opacity: 0.25;
padding-right: 2.618em;
}
.woocommerce #respond input#submit.loading::after,
.woocommerce a.button.loading::after,
.woocommerce button.button.loading::after,
.woocommerce input.button.loading::after {
animation: 2s linear 0s normal none infinite running spin;
content: "";
font-family: WooCommerce;
font-weight: 400;
position: absolute;
right: 1em;
top: 0.618em;
vertical-align: top;
}
.woocommerce #respond input#submit.added::after,
.woocommerce a.button.added::after,
.woocommerce button.button.added::after,
.woocommerce input.button.added::after {
content: "";
font-family: WooCommerce;
margin-left: 0.53em;
vertical-align: bottom;
}
.woocommerce #respond input#submit.alt.disabled,
.woocommerce #respond input#submit.alt.disabled:hover,
.woocommerce #respond input#submit.alt:disabled,
.woocommerce #respond input#submit.alt:disabled:hover,
.woocommerce #respond input#submit.alt[disabled]:disabled,
.woocommerce #respond input#submit.alt[disabled]:disabled:hover,
.woocommerce a.button.alt.disabled,
.woocommerce a.button.alt.disabled:hover,
.woocommerce a.button.alt:disabled,
.woocommerce a.button.alt:disabled:hover,
.woocommerce a.button.alt[disabled]:disabled,
.woocommerce a.button.alt[disabled]:disabled:hover,
.woocommerce button.button.alt.disabled,
.woocommerce button.button.alt.disabled:hover,
.woocommerce button.button.alt:disabled,
.woocommerce button.button.alt:disabled:hover,
.woocommerce button.button.alt[disabled]:disabled,
.woocommerce button.button.alt[disabled]:disabled:hover,
.woocommerce input.button.alt.disabled,
.woocommerce input.button.alt.disabled:hover,
.woocommerce input.button.alt:disabled,
.woocommerce input.button.alt:disabled:hover,
.woocommerce input.button.alt[disabled]:disabled,
.woocommerce input.button.alt[disabled]:disabled:hover {
background: #1723d9;
border-color: 2px solid #1723d9;
color: #1723d9;
}
.woocommerce #respond input#submit.disabled,
.woocommerce #respond input#submit:disabled,
.woocommerce #respond input#submit[disabled]:disabled,
.woocommerce a.button.disabled,
.woocommerce a.button:disabled,
.woocommerce a.button[disabled]:disabled,
.woocommerce button.button.disabled,
.woocommerce button.button:disabled,
.woocommerce button.button[disabled]:disabled,
.woocommerce input.button.disabled,
.woocommerce input.button:disabled,
.woocommerce input.button[disabled]:disabled {
color: inherit;
cursor: not-allowed;
opacity: 1;
}
.woocommerce #respond input#submit.disabled:hover,
.woocommerce #respond input#submit:disabled:hover,
.woocommerce #respond input#submit[disabled]:disabled:hover,
.woocommerce a.button.disabled:hover,
.woocommerce a.button:disabled:hover,
.woocommerce a.button[disabled]:disabled:hover,
.woocommerce button.button.disabled:hover,
.woocommerce button.button:disabled:hover,
.woocommerce button.button[disabled]:disabled:hover,
.woocommerce input.button.disabled:hover,
.woocommerce input.button:disabled:hover,
.woocommerce input.button[disabled]:disabled:hover {
color: #fff;
background: #1723d9;
border-color: #1723d9;
padding: 14px 45px;
}
.woocommerce .cart .button,
.woocommerce .cart input.button {
float: none;
}
.woocommerce a.added_to_cart {
display: inline-block;
padding-top: 0.5em;
white-space: nowrap;
}
.woocommerce #reviews #comments .add_review::after,
.woocommerce #reviews #comments .add_review::before,
.woocommerce #reviews #comments ol.commentlist li .comment-text::after,
.woocommerce #reviews #comments ol.commentlist li .comment-text::before,
.woocommerce #reviews #comments ol.commentlist::after,
.woocommerce #reviews #comments ol.commentlist::before {
content: " ";
display: table;
}
.woocommerce #reviews h2 small {
color: #777;
float: right;
font-size: 15px;
margin: 10px 0 0;
}
.woocommerce #reviews h2 small a {
color: #777;
text-decoration: none;
}
.woocommerce #reviews h3 {
color: #292929;
font-size: 16px;
font-weight: 400;
text-transform: capitalize;
margin: 0;
padding: 20px 0 15px;
}
.woocommerce #reviews #respond {
border: 0 none;
margin: 0;
padding: 0;
}
.woocommerce #reviews #comment {
height: 75px;
}
.woocommerce #reviews #comments h2 {
color: #3d3d3d;
font-size: 16px;
font-weight: 700;
text-transform: uppercase;
margin-bottom: 15px;
}
.woocommerce #review_form #respond::after,
.woocommerce #reviews #comments ol.commentlist li .comment-text::after,
.woocommerce #reviews #comments ol.commentlist::after,
.woocommerce .woocommerce-product-rating::after,
.woocommerce td.product-name dl.variation::after {
clear: both;
}
.woocommerce #reviews #comments ol.commentlist {
background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
list-style: outside none none;
margin: 0;
width: 100%;
}
.woocommerce #reviews #comments ol.commentlist li {
background: rgba(0, 0, 0, 0) none repeat scroll 0 center;
border: 0 none;
margin: 0 0 20px;
padding: 0;
position: relative;
}
.woocommerce #reviews #comments ol.commentlist li .meta {
color: #777;
font-size: 0.75em;
}
.woocommerce #reviews #comments ol.commentlist li img.avatar {
background: #ebe9eb none repeat scroll 0 0;
border: 1px solid #e4e1e3;
box-shadow: none;
float: left;
height: auto;
left: 0;
margin: 0;
padding: 3px;
position: absolute;
top: 0;
width: 32px;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text {
border: 1px solid #e4e1e3;
border-radius: 4px;
margin: 0 0 0 50px;
padding: 1em 1em 0;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p {
margin: 0 0 1em;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta {
font-size: 0.83em;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta strong {
color: #272727;
font-size: 14px;
}
.woocommerce #reviews #comments ol.commentlist ul.children {
list-style: outside none none;
margin: 20px 0 0 50px;
}
.woocommerce #reviews #comments ol.commentlist ul.children .star-rating {
display: none;
}
.woocommerce #reviews #comments ol.commentlist #respond {
border: 1px solid #e4e1e3;
border-radius: 4px;
margin: 20px 0 0 50px;
padding: 1em 1em 0;
}
.woocommerce #reviews #comments .commentlist > li::before {
content: "";
}
.woocommerce .item_description .item_price {
margin: 0 0 15px !important;
}
.woocommerce .star-rating {
float: none;
font-family: star;
font-size: 15px;
margin-bottom: 5px;
height: 1em;
line-height: 1;
overflow: hidden;
position: relative;
width: 5.4em;
}
.woocommerce .star-rating::before {
color: #1723d9;
content: "sssss";
float: left;
left: 0;
position: absolute;
top: 0;
}
.woocommerce .star-rating span {
color: #1723d9;
float: left;
left: 0;
overflow: hidden;
padding-top: 1.5em;
position: absolute;
margin-right: 5px;
top: 0;
}
.woocommerce .woocommerce-product-rating {
display: block;
line-height: 2;
}
.woocommerce table.shop_attributes td,
.woocommerce table.shop_attributes th {
border-bottom: 1px dotted rgba(0, 0, 0, 0.1);
border-top: 0 none;
line-height: 1.5;
margin: 0;
}
.woocommerce .feedback {
display: inline-block;
background: #f7f7f7;
padding: 14px 15px !important;
position: relative;
top: 3px;
}
.woocommerce .feedback li {
display: inline-block;
margin-right: 3px;
}
.woocommerce .feedback li a {
color: #fa6f1c;
}
.woocommerce #review_form #respond {
background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
border: 0 none;
margin: 0;
padding: 0;
position: static;
width: auto;
}
.woocommerce #review_form #respond::after,
.woocommerce #review_form #respond:before {
content: " ";
display: table;
}
.woocommerce #review_form #respond .form-submit input {
position: relative;
padding: 18px 40px;
font-weight: 600;
border-radius: 0;
font-size: 16px;
color: #fff;
margin-top: 10px;
background-color: #1723d9;
font-family: Montserrat, sans-serif;
border: 0;
width: auto;
}
.woocommerce #review_form #respond .form-submit input:hover {
color: #fff;
background: #1723d9;
border-color: #1723d9;
}
.woocommerce #review_form #respond label {
color: #272727;
}
.woocommerce #review_form #respond input[type="email"],
.woocommerce #review_form #respond input[type="text"] {
background: 0 0;
border: 1px solid #e0e0e0;
border-radius: 3px;
color: #222;
display: block;
height: 46px;
line-height: 22px;
padding: 11px 20px;
position: relative;
transition: all 0.3s ease 0s;
width: 100%;
}
.woocommerce #review_form #respond textarea {
border: 1px solid #e0e0e0;
border-radius: 3px;
color: #222;
display: block;
height: 120px;
line-height: 22px;
padding: 12px 20px;
position: relative;
resize: none;
transition: all 0.3s ease 0s;
width: 100%;
}
.woocommerce table.shop_attributes {
-moz-border-bottom-colors: none;
-moz-border-left-colors: none;
-moz-border-right-colors: none;
-moz-border-top-colors: none;
border-color: rgba(0, 0, 0, 0.1) -moz-use-text-color -moz-use-text-color;
border-image: none;
border-style: dotted none none;
border-width: 1px 0 0;
margin-bottom: 1.618em;
width: 100%;
}
.woocommerce table.shop_attributes th {
font-weight: 700;
padding: 8px;
width: 150px;
}
.woocommerce table.shop_attributes td {
font-style: italic;
padding: 0;
}
.woocommerce table.shop_attributes td p {
margin: 0;
padding: 8px 0;
}
.woocommerce table.shop_attributes .alt td,
.woocommerce table.shop_attributes .alt th {
background: rgba(0, 0, 0, 0.024) none repeat scroll 0 0;
}
.woocommerce table.shop_table {
border: 0;
border-collapse: separate;
border-radius: 5px;
margin: 0 -1px 24px 0;
text-align: left;
width: 100%;
}
.woocommerce table.shop_table thead {
border-radius: 7px;
color: #222;
font-size: 18px;
position: relative;
text-transform: uppercase;
width: 100%;
}
.woocommerce table.shop_table th {
color: #272727;
font-size: 14px;
font-weight: 700;
line-height: 35px;
padding-left: 28px;
text-transform: uppercase;
}
.woocommerce table.shop_table td {
border-top: 1px solid #f7f7f7;
color: #9e9e9e;
font-size: 16px;
font-weight: 700;
padding: 27px 7px 28px 35px;
}
.woocommerce table.shop_table td a {
color: #222;
}
.woocommerce table.shop_table td small {
font-weight: 400;
}
.woocommerce table.shop_table tbody:first-child tr:first-child td,
.woocommerce table.shop_table tbody:first-child tr:first-child th {
border-top: 0 none;
}
.woocommerce table.shop_table tbody th,
.woocommerce table.shop_table tfoot td,
.woocommerce table.shop_table tfoot th {
border-top: 1px solid rgba(0, 0, 0, 0.1);
font-weight: 700;
}
.woocommerce table.my_account_orders {
font-size: 0.85em;
}
.woocommerce table.my_account_orders td,
.woocommerce table.my_account_orders th {
padding: 4px 8px;
vertical-align: middle;
}
.woocommerce table.my_account_orders .button {
white-space: nowrap;
}
.woocommerce table.my_account_orders .order-actions {
text-align: right;
}
.woocommerce table.my_account_orders .order-actions .button {
margin: 0.125em 0 0.125em 0.25em;
}
.woocommerce td.product-name dl.variation {
margin: 0.25em 0;
}
.woocommerce td.product-name dl.variation::after,
.woocommerce td.product-name dl.variation::before {
content: " ";
display: table;
}
.woocommerce td.product-name dl.variation dd,
.woocommerce td.product-name dl.variation dt {
display: inline-block;
float: left;
margin-bottom: 1em;
}
.woocommerce td.product-name dl.variation dt {
clear: left;
font-weight: 700;
margin: 0 4px 0 0;
padding: 0 0 0.25em;
}
.woocommerce ul.cart_list li dl::after,
.woocommerce ul.cart_list li::after,
.woocommerce ul.product_list_widget li dl::after,
.woocommerce ul.product_list_widget li::after {
clear: both;
}
.woocommerce td.product-name dl.variation dd {
padding: 0 0 0.25em;
}
.woocommerce td.product-name dl.variation dd p:last-child {
margin-bottom: 0;
}
.woocommerce td.product-name p.backorder_notification {
font-size: 0.83em;
}
.woocommerce td.product-quantity {
min-width: 80px;
}
.woocommerce ul.cart_list,
.woocommerce ul.product_list_widget {
list-style: outside none none;
margin: 0;
padding: 0;
}
.woocommerce ul.cart_list li,
.woocommerce ul.product_list_widget li {
list-style: outside none none;
margin: 0;
padding: 4px 0;
}
.woocommerce ul.cart_list li::after,
.woocommerce ul.cart_list li::before,
.woocommerce ul.product_list_widget li::after,
.woocommerce ul.product_list_widget li::before {
content: " ";
display: table;
}
.woocommerce ul.cart_list li a,
.woocommerce ul.product_list_widget li a {
display: block;
font-weight: 700;
}
.woocommerce ul.cart_list li img,
.woocommerce ul.product_list_widget li img {
box-shadow: none;
float: right;
height: auto;
margin-left: 4px;
width: 32px;
}
.woocommerce ul.cart_list li dl,
.woocommerce ul.product_list_widget li dl {
border-left: 2px solid rgba(0, 0, 0, 0.1);
margin: 0;
padding-left: 1em;
}
.woocommerce ul.cart_list li dl::after,
.woocommerce ul.cart_list li dl::before,
.woocommerce ul.product_list_widget li dl::after,
.woocommerce ul.product_list_widget li dl::before {
content: " ";
display: table;
}
.woocommerce ul.cart_list li dl dd,
.woocommerce ul.cart_list li dl dt,
.woocommerce ul.product_list_widget li dl dd,
.woocommerce ul.product_list_widget li dl dt {
display: inline-block;
float: left;
margin-bottom: 1em;
}
.woocommerce ul.cart_list li dl dt,
.woocommerce ul.product_list_widget li dl dt {
clear: left;
font-weight: 700;
margin: 0 4px 0 0;
padding: 0 0 0.25em;
}
.woocommerce .order_details::after,
.woocommerce .widget_layered_nav ul li::after,
.woocommerce .widget_shopping_cart .buttons::after,
.woocommerce-account .addresses .title::after,
.woocommerce-cart .wc-proceed-to-checkout::after,
.woocommerce.widget_shopping_cart .buttons::after {
clear: both;
}
.woocommerce ul.cart_list li dl dd,
.woocommerce ul.product_list_widget li dl dd {
padding: 0 0 0.25em;
}
.woocommerce ul.cart_list li dl dd p:last-child,
.woocommerce ul.product_list_widget li dl dd p:last-child {
margin-bottom: 0;
}
.woocommerce ul.cart_list li .star-rating,
.woocommerce ul.product_list_widget li .star-rating {
float: none;
}
.woocommerce .widget_shopping_cart .total,
.woocommerce.widget_shopping_cart .total {
border-top: 3px double #ebe9eb;
padding: 4px 0 0;
}
.woocommerce .widget_shopping_cart .total strong,
.woocommerce.widget_shopping_cart .total strong {
display: inline-block;
min-width: 40px;
}
.woocommerce .widget_shopping_cart .cart_list li,
.woocommerce.widget_shopping_cart .cart_list li {
padding-left: 2em;
padding-top: 0;
position: relative;
}
.woocommerce .widget_shopping_cart .cart_list li a.remove,
.woocommerce.widget_shopping_cart .cart_list li a.remove {
left: 0;
position: absolute;
top: 0;
}
.woocommerce .widget_shopping_cart .buttons::after,
.woocommerce .widget_shopping_cart .buttons::before,
.woocommerce.widget_shopping_cart .buttons::after,
.woocommerce.widget_shopping_cart .buttons::before {
content: " ";
display: table;
}
.woocommerce form .form-row {
margin: 0 0 6px;
padding: 3px;
}
.woocommerce form .form-row label {
color: #272727;
display: block;
font-size: 14px;
font-weight: 400;
margin-bottom: 7px;
text-transform: capitalize;
}
.woocommerce form .form-row label.inline {
display: inline;
}
.woocommerce form .form-row select {
cursor: pointer;
margin: 0;
}
.woocommerce form .form-row .required {
border: 0 none;
color: red;
font-weight: 700;
}
.woocommerce form .form-row .input-checkbox {
display: inline;
margin: -2px 8px 0 0;
text-align: center;
vertical-align: middle;
position: relative;
}
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
box-sizing: border-box;
line-height: 1;
margin: 0;
outline: 0 none;
width: 100%;
}
.woocommerce form .form-row textarea {
box-shadow: none;
display: block;
height: 4em;
line-height: 1.5;
}
.woocommerce form .form-row .select2-container {
line-height: 2em;
width: 100%;
}
.woocommerce form .form-row.woocommerce-invalid .select2-container,
.woocommerce form .form-row.woocommerce-invalid input.input-text,
.woocommerce form .form-row.woocommerce-invalid select {
border-color: #a00;
}
.woocommerce form .form-row.woocommerce-validated .select2-container,
.woocommerce form .form-row.woocommerce-validated input.input-text,
.woocommerce form .form-row.woocommerce-validated select {
border-color: #69bf29;
}
.woocommerce form .form-row :-moz-placeholder {
line-height: normal;
}
.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register {
border: 1px solid #d3ced2;
border-radius: 5px;
margin: 2em 0;
padding: 20px;
text-align: left;
}
.woocommerce ul#shipping_method {
list-style: outside none none;
margin: 0;
padding: 0;
}
.woocommerce ul#shipping_method li {
list-style: outside none none;
margin: 0;
padding: 0.25em 0 0.25em 22px;
text-indent: -22px;
}
.woocommerce ul#shipping_method .amount {
font-weight: 700;
}
.woocommerce p.woocommerce-shipping-contents {
margin: 0;
}
.woocommerce .order_details {
list-style: outside none none;
margin: 0 0 1.5em;
}
.woocommerce .order_details::after,
.woocommerce .order_details::before {
content: " ";
display: table;
}
.woocommerce .order_details li {
border-right: 1px dashed #d3ced2;
float: left;
font-size: 0.715em;
line-height: 1;
margin-left: 0;
margin-right: 2em;
padding-left: 0;
padding-right: 2em;
text-transform: uppercase;
}
.woocommerce .order_details li strong {
display: block;
font-size: 1.4em;
line-height: 1.5;
text-transform: none;
}
.woocommerce .order_details li:last-of-type {
border: medium none;
}
.woocommerce .widget_layered_nav ul {
border: 0 none;
list-style: outside none none;
margin: 0;
padding: 0;
}
.woocommerce .widget_layered_nav ul li {
list-style: outside none none;
padding: 0 0 1px;
}
.woocommerce .widget_layered_nav ul li::after,
.woocommerce .widget_layered_nav ul li::before {
content: " ";
display: table;
}
.woocommerce .widget_layered_nav ul li.chosen a::before,
.woocommerce .widget_layered_nav_filters ul li a::before {
color: #a00;
content: "î€“";
font-family: WooCommerce;
font-variant: normal;
font-weight: 400;
line-height: 1;
text-decoration: none;
text-transform: none;
}
.woocommerce .widget_layered_nav ul li a,
.woocommerce .widget_layered_nav ul li span {
padding: 1px 0;
}
.woocommerce .widget_layered_nav ul li.chosen a::before {
margin-right: 0.618em;
}
.woocommerce .widget_layered_nav_filters ul {
border: 0 none;
list-style: outside none none;
margin: 0;
overflow: hidden;
padding: 0;
}
.woocommerce .widget_layered_nav_filters ul li {
float: left;
list-style: outside none none;
padding: 0 1px 1px 0;
}
.woocommerce .widget_layered_nav_filters ul li a {
text-decoration: none;
}
.woocommerce .widget_layered_nav_filters ul li a::before {
margin-right: 0.618em;
}
.woocommerce .widget_price_filter .price_slider {
margin-bottom: 1em;
}
.woocommerce .widget_price_filter .price_slider_amount {
font-size: 0.8751em;
line-height: 2.4;
text-align: right;
}
.woocommerce .widget_price_filter .price_slider_amount .button {
float: left;
font-size: 1.15em;
position: relative;
padding: 12px 38px;
height: auto;
width: auto;
border-radius: 50px;
font-weight: 600;
background: #1723d9;
color: #fff;
}
.woocommerce .widget_price_filter .ui-slider {
margin-left: 0.5em;
margin-right: 0.5em;
position: relative;
text-align: left;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
background-color: #1723d9;
border-radius: 50%;
cursor: ew-resize;
height: 1em;
border-color: #1723d9;
margin-left: -0.5em;
outline: 0 none;
position: absolute;
top: -0.3em;
width: 1em !important;
z-index: 2;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
background-color: #1723d9;
border: 0 none;
border-radius: 1em;
display: block;
font-size: 0.7em;
position: absolute;
z-index: 1;
}
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
background-color: #eee;
border: 0 none;
border-radius: 1em;
}
.woocommerce .widget_price_filter .ui-slider-horizontal {
height: 0.5em;
}
.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range {
height: 100%;
top: 0;
}
.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range-min {
left: -1px;
}
.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range-max {
right: -1px;
}
.woocommerce-account .addresses .title::after,
.woocommerce-account .addresses .title::before {
content: " ";
display: table;
}
.woocommerce-account .addresses .title h3 {
float: left;
}
.woocommerce-account .addresses .title .edit,
.woocommerce-account ul.digital-downloads li .count {
float: right;
}
.woocommerce-account ol.commentlist.notes li.note p.meta {
font-weight: 700;
margin-bottom: 0;
}
.woocommerce-account ol.commentlist.notes li.note .description p:last-child {
margin-bottom: 0;
}
.woocommerce-account ul.digital-downloads {
margin-left: 0;
padding-left: 0;
}
.woocommerce-account ul.digital-downloads li {
list-style: outside none none;
margin-left: 0;
padding-left: 0;
}
.woocommerce-account ul.digital-downloads li::before {
content: "î€Š";
font-family: WooCommerce;
font-variant: normal;
font-weight: 400;
line-height: 1;
margin-right: 0.618em;
text-decoration: none;
text-transform: none;
}
.woocommerce-cart table.cart .product-thumbnail {
min-width: 32px;
}
.woocommerce-cart table.cart img {
box-shadow: none;
width: 80px !important;
}
.woocommerce-cart table.cart td,
.woocommerce-cart table.cart th {
vertical-align: middle;
}
.woocommerce-cart table.cart td.actions .coupon .input-text {
background: #fff none repeat scroll 0 0;
border: 1px solid #ddd;
display: block;
line-height: 24px;
padding: 10px;
width: 260px;
}
.woocommerce-cart .wc-proceed-to-checkout::after,
.woocommerce-cart .wc-proceed-to-checkout::before {
content: " ";
display: table;
}
.cart_totals h2 {
color: #272727;
font-size: 24px;
font-weight: 600;
margin-bottom: 30px;
}
.total-cart {
width: 100%;
}
.total-cart tr td,
.total-cart tr th {
border: 1px solid #e0e0e0;
padding: 10px 15px;
width: 50% !important;
}
.total-cart tr td {
border-top: 0 none;
text-align: right;
}
.woocommerce-cart .cart-collaterals .shipping_calculator .button {
display: block;
float: none;
width: 100%;
}
.woocommerce-cart .cart-collaterals .shipping_calculator .shipping-calculator-button::after {
content: "î€™";
font-family: WooCommerce;
font-variant: normal;
font-weight: 400;
line-height: 1;
margin-left: 0.618em;
text-decoration: none;
text-transform: none;
}
.woocommerce-cart .cart-collaterals .cart_totals p small {
color: #777;
font-size: 0.83em;
}
.woocommerce-cart .cart-collaterals .cross-sells ul.products li.product {
margin-top: 0;
}
.woocommerce-checkout .checkout .col-2 h3#ship-to-different-address {
clear: none;
float: left;
}
.woocommerce-checkout .checkout .col-2 .form-row-first,
.woocommerce-checkout .checkout .col-2 .notes {
clear: left;
}
.woocommerce-checkout .checkout .create-account small {
color: #777;
font-size: 11px;
font-weight: 400;
}
.woocommerce-checkout .checkout div.shipping-address {
clear: left;
padding: 0;
width: 100%;
}
.single-product .twentythirteen p.stars,
.woocommerce-checkout #payment ul.payment_methods::after,
.woocommerce-checkout .checkout .shipping_address {
clear: both;
}
.woocommerce-checkout #payment {
background: #ebe9eb none repeat scroll 0 0;
border-radius: 5px;
}
.woocommerce-checkout #payment ul.payment_methods {
border-bottom: 1px solid #d3ced2;
list-style: outside none none;
margin: 0;
padding: 1em;
text-align: left;
}
.woocommerce-checkout #payment ul.payment_methods::after,
.woocommerce-checkout #payment ul.payment_methods::before {
content: " ";
display: table;
}
.woocommerce-checkout #payment ul.payment_methods li {
font-weight: 400;
line-height: 2;
margin: 0;
text-align: left;
}
.woocommerce-checkout #payment ul.payment_methods li input {
margin: 0 1em 0 0;
display: inline-block;
}
.woocommerce-checkout #payment ul.payment_methods li img {
box-shadow: none;
margin: -2px 0 0 0.5em;
padding: 0;
position: relative;
vertical-align: middle;
}
.woocommerce-checkout #payment ul.payment_methods li img + img {
margin-left: 2px;
}
.woocommerce-checkout #payment div.form-row {
padding: 1em;
}
.woocommerce-checkout #payment div.payment_box {
background-color: #dfdcde;
border-radius: 2px;
color: #515151;
font-size: 0.92em;
line-height: 1.5;
margin: 1em 0;
padding: 1em 2%;
position: relative;
width: 96%;
}
.woocommerce-checkout #payment div.payment_box input.input-text,
.woocommerce-checkout #payment div.payment_box textarea {
border-color: #bbb3b9 #c7c1c6 #c7c1c6;
}
.woocommerce-checkout #payment div.payment_box :-moz-placeholder {
color: #bbb3b9;
}
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number {
background-position: right center;
background-repeat: no-repeat;
font-size: 1.5em;
padding: 8px;
}
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.visa,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.visa,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.visa {
background-image: url(//www.mywebsitefreelancer.com/wp-content/themes/jixic/assets/images/icons/credit-cards/visa.png);
}
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.mastercard,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.mastercard,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.mastercard {
background-image: url(//www.mywebsitefreelancer.com/wp-content/themes/jixic/assets/images/icons/credit-cards/mastercard.png);
}
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.laser,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.laser,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.laser {
background-image: url(//www.mywebsitefreelancer.com/wp-content/themes/jixic/assets/images/icons/credit-cards/laser.png);
}
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.dinersclub,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.dinersclub,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.dinersclub {
background-image: url(//www.mywebsitefreelancer.com/wp-content/themes/jixic/assets/images/icons/credit-cards/diners.png);
}
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.maestro,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.maestro,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.maestro {
background-image: url(//www.mywebsitefreelancer.com/wp-content/themes/jixic/assets/images/icons/credit-cards/maestro.png);
}
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.jcb,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.jcb,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.jcb {
background-image: url(//www.mywebsitefreelancer.com/wp-content/themes/jixic/assets/images/icons/credit-cards/jcb.png);
}
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.amex,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.amex,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.amex {
background-image: url(//www.mywebsitefreelancer.com/wp-content/themes/jixic/assets/images/icons/credit-cards/amex.png);
}
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.discover,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.discover,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.discover {
background-image: url(//www.mywebsitefreelancer.com/wp-content/themes/jixic/assets/images/icons/credit-cards/discover.png);
}
.woocommerce-checkout #payment div.payment_box span.help {
color: #777;
font-size: 0.857em;
font-weight: 400;
}
.woocommerce-checkout #payment div.payment_box .form-row {
margin: 0 0 1em;
}
.woocommerce-checkout #payment div.payment_box p:last-child {
margin-bottom: 0;
}
.woocommerce-checkout #payment div.payment_box::after {
-moz-border-bottom-colors: none;
-moz-border-left-colors: none;
-moz-border-right-colors: none;
-moz-border-top-colors: none;
border-color: transparent transparent #dfdcde;
border-image: none;
border-style: solid;
border-width: 8px;
content: "";
display: block;
left: 0;
margin: -1em 0 0 2em;
position: absolute;
top: -3px;
}
.woocommerce-checkout #payment .payment_method_paypal .about_paypal {
float: right;
font-size: 0.83em;
line-height: 52px;
color: #222;
}
.woocommerce-checkout #payment .payment_method_paypal img {
max-height: 52px;
vertical-align: middle;
}
#content.twentyeleven .woocommerce-pagination a {
font-size: 1em;
line-height: 1;
}
.single-product .twentythirteen #reply-title,
.single-product .twentythirteen #respond #commentform,
.single-product .twentythirteen .entry-summary {
padding: 0;
}
.twentythirteen .woocommerce-breadcrumb {
padding-top: 40px;
}
.twentyfourteen ul.products li.product {
margin-top: 0 !important;
}
.single-rating .star-rating {
color: #222;
display: block;
float: left;
font-size: 13px;
margin: 10px 0 15px;
}
.cart .quantity input.input-text {
background-image: none;
display: inline-block;
height: 50px !important;
margin-right: 10px;
margin-bottom: 0;
margin-top:0px;
vertical-align: middle;
width: 100px !important;
padding: 0;
border-radius: 5px !important;
border: 1px solid #1723d9;
}
.cart-table .cart_item td {
border-bottom: 2px solid #e9e9e9;
padding: 30px 0 !important;
}
.cart-table .cart_item .product-name a {
color: #272727;
font-size: 18px;
font-weight: 700;
margin-bottom: 5px;
}
.actions {
margin-bottom: 50px;
}
#comments .comment-form .form-box {
-moz-border-bottom-colors: none;
-moz-border-left-colors: none;
-moz-border-right-colors: none;
-moz-border-top-colors: none;
border-color: #e0e0e0 -moz-use-text-color -moz-use-text-color;
border-image: none;
border-style: solid none none;
border-width: 1px 0 0;
}
.checkout.woocommerce-checkout .select2-choice,
.checkout.woocommerce-checkout input[type="email"],
.checkout.woocommerce-checkout input[type="tel"],
.checkout.woocommerce-checkout input[type="text"],
.checkout.woocommerce-checkout textarea,
.login input[type="password"],
.login input[type="text"],
.woocommerce form .form-row .select2-choice,
.woocommerce form .form-row input.input-text,
.woocommerce-EditAccountForm.edit-account input[type="email"],
.woocommerce-EditAccountForm.edit-account input[type="password"],
.woocommerce-EditAccountForm.edit-account input[type="text"],
.woocommerce-ResetPassword.lost_reset_password input[type="text"] {
background: #fff none repeat scroll 0 0;
border: 1px solid #e0e0e0;
border-radius: 3px;
display: block;
height: 48px;
line-height: 30px;
padding: 8px 20px;
position: relative;
transition: all 0.3s ease 0s;
width: 100%;
}
.woocommerce-EditAccountForm.edit-account legend,
.woocommerce-MyAccount-content h3,
.woocommerce-account .addresses .title h3,
.woocommerce-billing-fields h3,
.woocommerce-shipping-fields h3,
h3#order_review_heading {
color: #222;
font-size: 20px;
font-weight: 700;
line-height: 1.4em;
margin: 0 0 20px;
}
.woocommerce-EditAccountForm.edit-account legend {
border: medium none;
margin-top: 40px;
}
.woocommerce #content div.product div.images,
.woocommerce div.product div.images,
.woocommerce-page #content div.product div.images,
.woocommerce-page div.product div.images {
width: 100%;
}
.product_details .product_top_section .item_description > div span {
line-height: 15px;
}
.commentlist {
padding: 0;
}
.add_your_review {
margin: 81px 0 75px;
}
.woocommerce .shop-page .meta-info p.woocommerce-result-count {
float: left;
}
.woocommerce .shop-page .woocommerce-ordering {
margin: 0;
}
.woocommerce .shop-page .woocommerce-ordering select {
background: 0 0;
border: 1px solid #f7f7f7;
border-radius: 0;
color: #999;
font-size: 14px;
outline: medium none !important;
padding: 12px 15px;
text-transform: capitalize;
-moz-appearance: none;
-webkit-appearance: none;
-ms-appearance: none;
z-index: 20;
position: relative;
cursor: pointer;
}
.woocommerce .shop-page .woocommerce-ordering {
position: relative;
background: #f7f7f7 none repeat scroll 0 0;
}
.woocommerce .shop-page .woocommerce-ordering:before {
content: "\f107";
position: absolute;
top: 11px;
right: 10px;
font-family: FontAwesome;
font-size: 14px;
cursor: pointer;
color: #999;
z-index: 1;
}
.woocommerce .shop-page .single-shop-item {
min-height: 440px;
}
.woocommerce .shop-page .single-shop-item .text-box .title a {
color: #333;
font-size: 16px;
line-height: 24px;
margin: -6px 0 0;
transition: color 0.4s ease 0s;
}
.woocommerce .products .star-rating {
font-size: 13px;
color: #1723d9;
display: inline-block;
margin-bottom: 0;
}
.woocommerce .shop-page .single-shop-item .price {
color: #3563a9;
font-size: 16px;
font-style: normal;
line-height: 24px;
font-family: Lato;
}
.woocommerce .shop-page .single-shop-item .price del > span {
text-decoration: line-through;
margin-right: 10px;
}
.single-shop-page .single-shop-item .fetr-box .img-box,
.woocommerce div.product div.images,
.woocommerce div.product div.summary {
margin: 0;
padding: 0;
}
.woocommerce .single-shop-page .single-shop-item {
margin-bottom: 40px;
}
.woocommerce .single-shop-page .single-shop-item .woocommerce-product-rating {
margin-bottom: 0 !important;
}
.woocommerce .single-shop-page .star-rating::before {
color: #fff !important;
}
.woocommerce .single-shop-page .star-rating {
height: 20px;
line-height: 18px;
width: 7.4em;
}
.woocommerce .single-shop-page .star-rating span {
color: #3563a9;
font-size: 12px;
}
.woocommerce .single-shop-page .quantity .qty {
width: 80px;
height: 45px;
border: none;
border-radius: 3px;
}
.single-product.woocommerce .price ins span.woocommerce-Price-amount.amount,
.single-product.woocommerce .price ins span.woocommerce-Price-amount.amount .woocommerce-Price-currencySymbol {
font-size: 24px !important;
color: #222;
}
.woocommerce div.product .woocommerce-tabs {
margin: 73px 0 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs::before {
border-bottom: none;
}
.woocommerce #reviews #comments ol.commentlist {
padding: 0;
margin-top: 10px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::after,
.woocommerce div.product .woocommerce-tabs ul.tabs li::before {
display: none !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
padding: 0 !important;
margin: 0 0 0 !important;
border: none !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a,
.woocommerce div.product .woocommerce-tabs ul.tabs li:hover a {
background: #fff;
border-radius: 0;
color: #1723d9;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a:before {
opacity: 1;
}
.woocommerce div.product .woocommerce-tabs .panel {
padding: 30px;
background: #fbfbfb;
box-shadow: none;
border: none;
border-radius: 0;
}
.woocommerce div.product .woocommerce-tabs .panel h2 {
color: #1a1a1a;
font-family: Lato, serif;
font-weight: 500;
font-size: 18px;
text-transform: capitalize;
margin-bottom: 15px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
display: block;
float: left;
margin-bottom: -1px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
position: relative;
top: 1px;
display: block;
float: left;
margin-right: 8px;
font-size: 16px;
background: #f8f8f8;
color: #1c1c1c;
border: 1px solid #f2f2f2;
text-transform: capitalize;
font-weight: 500;
line-height: 24px;
cursor: pointer;
padding: 12px 30px 10px;
transition: all 0.5s ease;
border-radius: 3px 3px 0 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a:before {
position: absolute;
content: "";
left: 0;
top: -1px;
width: 100%;
height: 3px;
opacity: 0;
background-color: #1723d9;
}
.woocommerce textarea {
border: 1px solid #ebebeb;
}
.woocommerce p.stars a.star-1 {
width: 1em;
}
.woocommerce p.stars a.star-1,
.woocommerce p.stars a.star-2,
.woocommerce p.stars a.star-3,
.woocommerce p.stars a.star-4,
.woocommerce p.stars a.star-5 {
border: none;
}
.woocommerce p.stars a {
color: #1723d9;
font-weight: 400;
}
.woocommerce .shop_table thead {
background: #f7f7f7;
}
.woocommerce table.shop_table th {
color: #222;
font-size: 14px;
font-weight: 400;
line-height: 35px;
text-transform: uppercase;
padding-left: 28px;
}
.woocommerce .shop_table tbody tr.cart_item td {
padding: 27px 7px 28px 35px;
border-bottom: 1px solid #f3f3f3;
color: #777;
font-size: 16px;
font-weight: 700;
}
.woocommerce .shop_table tbody td.product-subtotal {
color: #6aaf08;
}
.woocommerce-cart table.cart img {
width: auto;
}
.woocommerce .shop_table tbody tr td.actions {
padding: 25px 0 0 !important;
}
.woocommerce .shop_table tbody tr td.actions .coupon {
display: inline-block;
}
.woocommerce-cart table.cart td.actions .coupon .input-text {
border: 2px solid #f3f3f3;
border-radius: 3px;
font-weight: 700;
height: 45px;
margin-right: 19px;
padding-left: 15px;
width: 225px;
}
.woocommerce .woocommerce-message::before {
color: #1723d9;
}
.woocommerce .woocommerce-message {
border-top-color: #1723d9;
}
.woocommerce #place_order,
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
padding: 15px 38px;
font-weight: 600;
border-radius: 0;
font-size: 14px;
color: #fff;
background-color: #1723d9;
text-transform: capitalize;
font-family: Montserrat, sans-serif;
}
.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
background-color: #1723d9;
color: #fff;
}
.woocommerce #place_order:hover {
background-color: #1723d9;
color: #fff;
}
.woocommerce #respond input#submit.disabled,
.woocommerce #respond input#submit:disabled,
.woocommerce #respond input#submit[disabled]:disabled,
.woocommerce a.button.disabled,
.woocommerce a.button:disabled,
.woocommerce a.button[disabled]:disabled,
.woocommerce button.button.disabled,
.woocommerce button.button:disabled,
.woocommerce button.button[disabled]:disabled,
.woocommerce input.button.disabled,
.woocommerce input.button:disabled,
.woocommerce input.button[disabled]:disabled {
color: #fff;
background-color: #1723d9;
padding: 14px 45px;
}
.woocommerce .cart_shipping,
.woocommerce .cart_totals {
border: 0;
padding: 15px;
}
.woocommerce .cart_shipping p {
margin-top: 10px;
}
.woocommerce .cart_shipping input {
border: 2px solid #f6f4f4;
display: block;
height: 40px;
padding: 0 15px;
position: relative;
width: 100%;
}
.woocommerce-cart .cart-collaterals .cart_totals table {
margin: 0;
}
.woocommerce .cart_totals {
padding: 0 !important;
}
.woocommerce .cart_totals h2 {
background: #f9f9f9 none repeat scroll 0 0;
border-bottom: 1px solid #ebebeb;
font-size: 14px;
margin: 0;
padding: 20px;
}
.woocommerce .cart_totals tr {
border-bottom: 1px solid #ebebeb !important;
}
.woocommerce .cart_totals tr th {
padding: 14px 20px !important;
border-right: 1px solid #ebebeb;
}
.woocommerce .cart_totals td {
padding: 14px 20px !important;
text-align: right;
}
.woocommerce-cart .wc-proceed-to-checkout {
padding: 20px;
}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
padding: 14px 38px;
font-weight: 600;
border-radius: 0;
font-size: 14px;
color: #fff;
background-color: #1723d9;
text-transform: capitalize;
font-family: Montserrat, sans-serif;
}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover {
background-color: #1723d9;
color: #fff;
}
.woocommerce-cart .cart-collaterals .cart_totals table {
border-collapse: collapse !important;
width: 100%;
}
.woocommerce form .form-row select,
.woocommerce form input[type="email"],
.woocommerce form input[type="password"],
.woocommerce form input[type="tel"],
.woocommerce form input[type="text"] {
padding: 10px !important;
border: 1px solid #e3e0dc;
width: 100%;
}
.woocommerce .checkout_coupon p {
display: block;
}
.woocommerce .checkout_coupon p #coupon_code {
height: 45px !important;
border: 1px solid #e3e0dc;
}
.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1 {
float: left;
width: 48%;
max-width: inherit;
}
.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-2 {
float: right;
width: 48%;
max-width: inherit;
}
.shop_sidebar .shop_aside {
margin-top: 0;
}
#order_review_heading {
color: #262626;
font-size: 15px;
font-weight: 700;
letter-spacing: 2px;
margin-bottom: 30px;
padding-top: 20px;
position: relative;
}
.woocommerce .img-holder .thumbnails.columns-3 a.zoom {
display: inline-block !important;
width: 31.65% !important;
margin-left: 10px;
}
.woocommerce .img-holder .thumbnails.columns-3 a.zoom:first-child {
margin-left: 0;
}
.pagination > li:hover > .current,
.pagination > li > .current,
.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
color: #666;
border-color: #ddd;
background-color: #ddd;
}
.contact_info ul li {
border-bottom: none !important;
line-height: 1.8em !important;
padding: 0 !important;
}
.contact_info ul a::after {
content: "" !important;
}
.contact_info ul a {
display: inline-block !important;
color: #fbb908 !important;
}
.woocommerce-pagination ul {
position: relative;
}
.woocommerce-pagination ul li {
display: inline-block !important;
margin: 0 4px !important;
}
.woocommerce-pagination ul li a,
.woocommerce-pagination ul li span {
position: relative;
display: block;
height: 40px;
width: 40px;
text-align: center;
line-height: 20px !important;
padding: 9px 5px 7px;
font-size: 16px;
background: #fff;
color: #36404b;
font-weight: 500;
border: 2px solid #ddd;
-webkit-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
transition: all 0.5s ease;
}
.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span.current,
.woocommerce-pagination ul li a:hover,
.woocommerce-pagination ul li span {
background: 0 0;
color: #1723d9;
border-color: #1723d9;
}
.woocommerce .f-shop-detail .summary .star-rating {
color: #fbb908 !important;
}
.search-widget input {
padding-left: 15px;
width: 70% !important;
border: none !important;
}
.widget_bunch_external_links ul li a::before {
display: none;
}
.woocommerce-account .woocommerce-MyAccount-content p a,
.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
color: #1723d9;
}
.woocommerce div.product div.images .woocommerce-product-gallery__image:nth-child(n + 2) {
width: 13%;
display: inline-block;
margin-right: 4px;
margin-top: 4px;
}
.woocommerce div.product div.images .woocommerce-product-gallery__image:last-child {
margin-right: 0;
}
#customer_details label,
.woocommerce form .form-row span {
width: 100%;
}
.woocommerce form.woocommerce-form-login .form-row label {
margin-left: 15px;
margin-top: 10px;
}
.woocommerce .col2-set,
.woocommerce-page .col2-set {
width: auto;
margin-left:-15px;
margin-right:-15px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
line-height:48px;
}
.select2-container--default .select2-selection--single{
height:48px;
border-color:#e0e0e0;
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
height:46px;
}
.woocommerce .pageloader{
display:none;
}.fab:before{
font: normal normal normal 14px/1 FontAwesome;	
}
.admin-bar .main-header{
top:32px;	
}
.elementor-element .elementor-column-gap-default > .elementor-row > .elementor-column > .elementor-element-populated{
padding:0px 0px 0px 0px;	
}
.single-whatwe-do-box .icon .icon{
padding:0px;	
}
.pagination{
position:relative;
display:block;	
}
.pagination li{
position: relative;
display: inline-block;
margin: 0px 5px;
text-align:center;
}
.pagination li a, .pagination li span{
position: relative;
display: block;
height: 50px;
width: 50px;
border-radius: 50%;
border: 2px solid #ededed;
color: #1b1b1b;
font-size: 16px;
line-height: 46px;
font-weight: 600;
transition: all 500ms ease 0s;
font-family: 'Poppins', sans-serif;
}
.pagination li a:focus, .pagination li a:hover, .pagination li span:focus, .pagination li span:hover, .pagination li span.current{
color: #1723d9;
border-color: #1723d9;
}
.recent-portfolio-area .categories{
top:50px;
}
#html5box-html5-lightbox{
z-index:9999999 !important;	
}
iframe{
width:100% !important;
height:100% !important;	
}
.breadcrumb-style3-area,
.breadcrumb-style4-area,
.portfolio-style9-area{
margin-top:-120px !important;	
}
.single-portfolio-style8 .name{
left:-90px !important;	
} .footer-widget ul {
position: relative;
display: block;
}
.footer-widget ul li {
position: relative;
display: block;
line-height: 30px;
margin-bottom: 6px;
}
.footer-widget ul li:last-child{
margin-bottom: 0;
}
.footer-widget ul li ul li{
margin-bottom:0px;
margin-top:6px;
margin-left:15px;
}
.footer-widget ul li a{
position: relative;
display: inline-block;
color: #afafaf;
font-size: 16px;
font-weight: 400;
transition: all 500ms ease;
z-index: 1;
}
.footer-widget ul li a:before {
position: absolute;
top: 0;
left: 0;
bottom: 0;
width: 0%;
height: 2px;
background: #989898;
margin: 16px 0;
transform: scale(1.0);
content: "";
transition: all 0.3s ease-in-out 0.1s;
z-index: -1;
}
.footer-widget ul li:hover a:before{
width: 100%;
color:#ffffff;
}
.footer-widget ul li a:hover{
color: #ffffff;
}
.footer-style2-area .footer-widget ul li a{
color:#dcdbe1;	
}
.footer-style4-area .footer-widget ul li a{
color:#ffffff;	
}
.single-footer-widget-style4 .trending-post li h6 a{
position:relative;
font-size: 14px;
line-height: 20px;
font-weight: 400;
}
.single-footer-widget-style4 .trending-post li h6 a:before,
.footer-style4-area .footer-widget ul li a:before{
display:none;	
}
.project-style{
margin-left:200px;	
}
#blog-single-area{
padding-top:0px !important;
padding-bottom:0px !important;
}
.sidebar-page-content{
padding:95px 0 130px;	
}
.single-blog-title-box h2 small a{
position:relative;
display:block;
color:inherit;
font-size:18px;	
}
.single-comment-outer-box .single-comment-outer-box{
margin-left:80px;	
}
.portfolio-style2-area{
padding:150px 0px 400px !important;	
}
.testimonial-style5-outer-content{
padding-top:0px !important;
margin-top:-200px;	
}
.latest-blog-style4-area{
margin-top:-4px;	
}
.breadcrumb-blog-single .inner-box .blog-single-title{
max-width:800px; 
display:inline-block;	
}
.single-blog-post-style6 .img-holder .title .categories h4 a{
position:relative;
color:#fff;	
} .ajax-loading {
background-color: rgba(0, 0, 0, 0.6);
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 100%;
z-index:999;
}
.ajax-loading:before  {
background: url(//www.mywebsitefreelancer.com/wp-content/themes/jixic/assets/images/ajax-loader.gif) no-repeat scroll 0 0 rgba(0, 0, 0, 0);
content: "";
display: block;
height: 32px;
left: 50%;
margin: -5.5px 0 0 -8px;
position: absolute;
top: 50%;
width: 32px;
}
body > .ajax-loading {
position: fixed;
}
#pop {
border: 5px solid rgba(0, 0, 0, 0);
border-radius: 2px;
box-shadow: 0 0 2px 3px rgba(0, 0, 0, 0.15);
left: 50%;
margin-left: -250px;
margin-top: -100px;
position: fixed;
top: 50%;
width: 500px;
z-index:999;
}
.pop {
background-color: #FFFFFF;
border: 1px solid rgba(0, 0, 0, 0.1);
border-radius: 2px;
padding: 15px 20px;
z-index:999;
} .footer-style2-area{
padding:130px 0px 86px !important;	
}
.single-blog-post-style5 .text-holder .categories h6 a{
color: #1723d9;
font-size: 13px;
line-height: 18px;
}
.single-sidebar .trending-post li .post-image{
position:absolute;
left:0px;
top:0px;
width:90px;
height:90px;
} .widget ul {
position: relative;
display: block;
}
.widget ul li {
position: relative;
display: block;
color: #7e7e7e;
margin-bottom: 10px;
padding-bottom:10px;
border-bottom: 1px solid #ededed;
padding-left:20px;
}
.widget ul li:last-child{
margin-bottom: 0;
padding-bottom:0px;
border-bottom:none;
}
.widget ul li ul li{
margin-bottom: 0;
padding-bottom:0px;
border-bottom:none;
border-top:1px solid #ededed;
margin-top:10px;
padding-top:10px;
}
.widget ul li a {
position: relative;
display: inline-block;
color: #7e7e7e;
font-size: 16px;
font-weight: 700;
text-transform: capitalize;
font-family: 'Muli', sans-serif;
transition: all 700ms ease 100ms;
z-index: 1;
}
.widget ul li a:hover{
color:#1723d9;	
}
.widget ul li:before {
position: absolute;
content: "\f105";
font-family:'FontAwesome';
top: 2px;
left: 0px;
color: #7e7e7e;
font-size: 14px;
font-weight: 700;
text-align: center;
transition: all 700ms ease 100ms;
}
.widget ul li ul li:before{
top:12px;
}
.widget ul li:hover:before{
color: #1723d9;
transition: all 700ms ease 600ms;
} 
.widget .tagcloud a {
position: relative;
display: inline-block;
background: #ffffff;
border: 1px solid #ededed;
border-radius: 5px;
margin: 0 5px 10px;
padding: 4px 18px 5px;
color: #7e7e7e;
font-size: 14px !important;
font-weight: 400;
transition: all 500ms linear;
transition-delay: 0.1s;
}
.widget .tagcloud a:hover{
color: #ffffff;
border-color: #1723d9;
background: #1723d9;
-webkit-box-shadow: 0px 4px 8px 0px rgba(23,35,217,0.5); 
box-shadow: 0px 4px 8px 0px rgba(23,35,217,0.5);
}
.single-sidebar .instagram li{
padding:0px;
border:0px;
}
.single-sidebar .instagram li:before{
display:none;	
}
.single-sidebar .instagram li .img-holder .overlay-style-one .box .inner a span:before{
font-size:20px !important; 	
}
.main-header .outer-search-box .seach-toggle.active .fa-search:before{
content: "\f00d";
}
.slider-sociallinks-search-box{
z-index:9;	
}
.banner-section-two .slide{
min-height:934px;
}
.woocommerce .woocommerce-ordering{
margin:0px;
}
.single-product-item .title-holder .static-content span{
font-size:16px;
}
.breadcrumb-style6-area,
.breadcrumb-blog-single-area .outer-container{
background-color:#1723d9;
}
.single-comment-outer-box .add-comment-box{
margin-bottom:40px;
}
.single-sidebar .title h3 a,
.single-footer-widget .title h3 a{
color:inherit;
}
.search-notfound .blog-sidebar-wrapper{
max-width:100%;
}
.main-header .logo a img{
width:160px;
}
blockquote{
border-left: 4px solid #000;
padding-left: 1em;
}
code{
color:#FF0000;
font-size:100%;
}
.error404 .main-header{
background:rgba(22, 36, 217, 0.90);
box-shadow: 0 0 10px rgba(0,0,0,.1);
}
.error404 .main-header .anim-menu-btn:after,
.error404 .main-header .anim-menu-btn:before{
display:none;
}
.p-t100{
padding-top:100px !important;
}
.m-t70{
margin-top:70px !important;
}
a:not([href]):not([tabindex]){
color:#ffffff !important;
}
.main-menu .navigation > li > ul{
height:auto !important;
padding-top:19px !important;
padding-bottom:19px !important;
}*{
margin:0px;
padding:0px;
border: none;
outline: none;
font-size: 100%;
}
:root {
--theme-color: #cc9b55;
--font-family-rajdhani: 'Rajdhani', sans-serif;
--font-family-barlow: 'Barlow Condensed', sans-serif;
--anim-menu-btn-size: 38px;
--anim-menu-btn-icon-size: 28px;
--anim-menu-btn-icon-stroke: 1.5px;
--fs-search-btn-size: 3em;
--fs-search-border-bottom-width: 2px;
}
::-webkit-scrollbar {
width: 8px;
}
::-webkit-scrollbar-track {
-webkit-box-shadow: inset 0 0 6px #292121;
background: #292121;
}
::-webkit-scrollbar-thumb {
background: rgba(255,255,255,0.75);
-webkit-box-shadow: inset 0 0 6px rgba(255,255,255,0.75);
}
::-webkit-scrollbar-thumb:window-inactive {
background: rgba(255,255,255,0.75);
}
.banner-style3-section .mouse-btn-down{
position: absolute;
right: 0;
bottom: 185px;
width: 98px;
height: 96px;
cursor: pointer;
display: block;
background:url(//www.mywebsitefreelancer.com/wp-content/themes/jixic/assets/images/icon/scroll-to-explore.png) no-repeat;
z-index: 20;
}
html,
body { 
height: 100%;
}
body {
color: #7e7e7e;
font-size: 16px;
line-height: 26px;
font-weight: 400;
font-family: 'Muli', sans-serif;
}
button:focus{
outline: none;
}
button {
cursor: pointer;
border: none;
background: transparent;
padding: 0;
}
h1, h2, h3, h4, h5, h6 {
color: #1d1d1d;
font-weight: 700;
font-family: 'Montserrat', sans-serif;
margin: 0;
}
h3 {
font-size: 20px; 
line-height: 28px;
font-weight: 600;
}
h4 {
}
a,
a:hover,
a:active,
a:focus {
text-decoration: none;
outline: none;
border: none;
}
a{
color:#1b1b1b;
}
@media (min-width: 1200px) {
.container {
max-width: 1200px;
}
}
.fix{
position: relative;
display: block;
overflow: hidden;
}
img {
max-width: 100%;
height: auto;
transition-delay: .1s;
transition-timing-function: ease-in-out;
transition-duration: .7s;
transition-property: all;
}
i {
font-style: normal;
}
ul,
li {
list-style: none;
margin: 0;
padding: 0;
}
ol,
li{
margin: 0;
padding: 0;    
}
.clr1{
color: #f36727;
}
.bgclr1{
background: #f36727;    
}
.secpd1{
padding: 130px 0;
}
.secpd2{
padding: 100px 0 60px;
}
.secpd3{
padding: 100px 0 70px;
}
.pd130-0{
padding: 130px 0;    
}
.pd130-0 {
padding: 130px 0 !important;
} .thm-btn1 {
position: relative;
display: inline-block;
color: #1d1d1d;
font-size: 13px;
line-height: 50px;
font-weight: 700;
text-transform: uppercase;
font-family: 'Montserrat', sans-serif;
padding-left: 40px;
transition: all 300ms linear;
transition-delay: 0.1s;
z-index: 1;
}
.thm-btn1:before{
position: absolute;
top: 0;
left: 0;
width: 50px;
height: 50px;
border-radius: 50%;
background: #f2f2f2;
border: 2px solid #f2f2f2;
content: "";
transition: all 300ms linear;
transition-delay: 0.1s;
z-index: -1;
}
.thm-btn1:hover:before{
border-color: #1723d9;
background: transparent;
}
.thm-btn1:after{
font-family: FontAwesome;
position: absolute;
top: 0;
left: 25px;
content: "\f105";
color: #1d1d1d;
font-size: 16px;
line-height: 50px;
transition: all 300ms linear;
transition-delay: 0.1s;
z-index: -1;
}
.thm-btn1:hover:after{
color: #1723d9;
left: 65px;
}
.thm-btn1 span {
position: absolute;
top: 0;
left: 24px;
bottom: 0;
width: 0px;
height: 1px;
background: #1723d9;
margin: 24px 0;
transition: all 300ms linear;
transition-delay: 0.1s;
}
.thm-btn1:hover span{
width: 40px;    
}
.thm-btn1:hover{
color: #1723d9;
padding-left: 80px;
} .thm-btn2 {
position: relative;
display: inline-block;
color: #1d1d1d;
font-size: 13px;
line-height: 20px;
font-weight: 700;
text-transform: uppercase;
font-family: 'Montserrat', sans-serif;
padding-left: 0px;
transition: all 300ms linear;
transition-delay: 0.1s;
z-index: 1;
}
.thm-btn2:hover{
color: #1723d9;
padding-left: 40px;
}
.thm-btn2:before{
font-family: FontAwesome;
position: absolute;
top: 0;
left: -15px;
content: "\f105";
color: #1d1d1d;
font-size: 14px;
line-height: 20px;
transition: all 300ms linear;
transition-delay: 0.1s;
transform: scaleX(0);
z-index: -1;
}
.thm-btn2:hover:before{
color: #1723d9;
left: 25px;
transform: scaleX(1.0);
}
.thm-btn2 span {
position: absolute;
top: 0;
left: -60px;
bottom: 0;
width: 0px;
height: 1px;
background: #1723d9;
margin: 10px 0;
transition: all 300ms linear;
transition-delay: 0.1s;
}
.thm-btn2:hover span{
left: -20px;
width: 40px;
} .thm-btn3{
position: relative;
display: inline-block;
background: #24119e;
padding: 0 50px;
color: #ffffff;
font-size: 16px;
line-height: 55px;
font-weight: 600;
text-transform: capitalize;
border-radius: 30px;
font-family: 'Poppins', sans-serif;
transition: all 200ms linear;
transition-delay: 0.1s;
}
.thm-btn3:hover{
color: #ffffff;
background: #e62c58;
} .thm-btn4{
position: relative;
display: inline-block;
color: #1b1b1b;
font-size: 16px;
line-height: 20px;
font-weight: 600;
text-transform: capitalize;
font-family: 'Poppins', sans-serif;
transition: all 200ms linear;
transition-delay: 0.1s;
}
.thm-btn4:hover{
color: #e62c58;
padding-left: 40px;
}
.thm-btn4:before {
position: absolute;
top: 0;
left: 0;
bottom: 0;
height: 2px;
width: 0px;
background: #e62c58;
content: "";
margin: 8px 0;
transition: all 200ms linear;
transition-delay: 0.1s;
}
.thm-btn4:hover:before{
width: 30px;
} .thm-btn5{
position: relative;
display: inline-block;
padding: 0 37px;
color: #ffffff;
font-size: 13px;
line-height: 51px;
font-weight: 700;
text-transform: uppercase;
border: 2px solid #f07f0d;
font-family: 'Montserrat', sans-serif;
transition: all 200ms linear;
transition-delay: 0.1s;
}
.thm-btn5 i{
position: relative;
display: inline-block;
padding-left: 10px;
}
.thm-btn5:hover{
color: #ffffff;
background: #f07f0d;
border: 2px solid #f07f0d;
} .thm-btn6{
position: relative;
display: inline-block;
padding: 0 60px;
background: #1723d9;
color: #ffffff;
font-size: 16px;
line-height: 56px;
font-weight: 600;
text-transform: capitalize;
border: 2px solid #1723d9;
border-radius: 5px;
font-family: 'Poppins', sans-serif;
transition: all 200ms linear;
transition-delay: 0.1s;
}
.thm-btn6:hover{
color: #1723d9;
border: 2px solid #1723d9; 
background: transparent;
}
.shop-btn{
position: relative;
display: inline-block;
padding: 0 50px;
background: #1723d9;
color: #ffffff;
font-size: 16px;
line-height: 60px;
font-weight: 600;
text-transform: capitalize;
border-radius: 5px;
font-family: 'Poppins', sans-serif;
transition: all 200ms linear;
transition-delay: 0.1s;
}
.slide-btn-one{
position: relative;
display: inline-block;
padding: 0 55px;
background: #131313;
color: #ffffff;
font-size: 16px;
line-height: 60px;
font-weight: 700;
text-transform: capitalize;
font-family: 'Poppins', sans-serif;
transition: all 200ms linear;
transition-delay: 0.1s;    
}
.slide-btn-one:hover{
color: #131313;
background: #e7b218;
} .sec-title-style1 {
position: relative;
display: block;
margin-top: -4px;
padding-bottom: 42px;
}
.sec-title-style1.pdb-52{
padding-bottom: 52px;    
}
.sec-title-style1 .title {
position: relative;
display: block;
color: #1723d9;
font-size: 13px;
line-height: 16px;
font-weight: 800;
text-transform: uppercase;
font-family: 'Montserrat', sans-serif;
}
.sec-title-style1 .title span{
position: relative;
display: inline-block;
}
.sec-title-style1 .title .dotted-left {
position: relative;
top: -2px;
display: inline-block;
margin-right: 10px;
width: 25px;
height: 5px;
}
.sec-title-style1 .title .dotted-left:before{
position: absolute;
top: 0;
left: 0;
width: 5px;
height: 5px;
background: #1723d9;
border-radius: 50%;
content: "";
}
.sec-title-style1 .title .dotted-left:after{
position: absolute;
top: 0;
right: 0;
width: 5px;
height: 5px;
background: #1723d9;
border-radius: 50%;
content: "";
}
.sec-title-style1 .title .dotted-left .dot{
position: relative;
display: block;
width: 5px;
height: 5px;
background: #1723d9;
border-radius: 50%;
margin: 0 auto;
}
.sec-title-style1 .big-title {
position: relative;
display: block;
padding: 20px 0 0;
color: #1d1d1d;
font-size: 36px;
line-height: 42px;
font-weight: 800;
text-transform: none;
font-family: 'Montserrat', sans-serif;
}
.sec-title-style1 .title .dotted-right {
position: relative;
top: -2px;
display: inline-block;
margin-left: 10px;
width: 25px;
height: 5px;
}
.sec-title-style1 .title .dotted-right:before{
position: absolute;
top: 0;
left: 0;
width: 5px;
height: 5px;
background: #1723d9;
border-radius: 50%;
content: "";
}
.sec-title-style1 .title .dotted-right:after{
position: absolute;
top: 0;
right: 0;
width: 5px;
height: 5px;
background: #1723d9;
border-radius: 50%;
content: "";
}
.sec-title-style1 .title .dotted-right .dot{
position: relative;
display: block;
width: 5px;
height: 5px;
background: #1723d9;
border-radius: 50%;
margin: 0 auto;
} .sec-title-style2{
position: relative;
display: block;
padding-bottom: 49px;    
}
.sec-title-style2 .icon{
position: relative;
display: block;
width: 80px;
height: 80px;
background: #ffffff;
border-radius: 30px;
text-align: center;
-webkit-box-shadow: 0px 0px 5px 3px #f3f3f3; 
box-shadow: 0px 0px 5px 3px #f3f3f3;
}
.sec-title-style2 .icon.center{
margin: 0 auto;
}
.sec-title-style2 .icon span:before{
position: relative;
display: block;
font-size: 40px;
line-height: 80px;
background: -webkit-linear-gradient(#fe8604, #e83550);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
.sec-title-style2 .title{
position: relative;
display: block;
padding: 24px 0 0;
color: #1b1b1b;
font-size: 36px;
line-height: 46px;
font-weight: 700;
text-transform: none;
font-family: 'Poppins', sans-serif;
}
.sec-title-style2 .title span{
position: relative;
display: inline-block;
}
.sec-title-style2 .title span:before {
position: absolute;
left: 0;
bottom: 6px;
right: 0;
height: 5px;
content: "";
background: #FF8B00;
background: -moz-linear-gradient(left, #FF8B00 0%, #F66821 50%, #e62d57 100%);
background: -webkit-linear-gradient(left, #FF8B00 0%, #F66821 50%, #e62d57 100%);
background: linear-gradient(to right, #FF8B00 0%, #F66821 50%, #e62d57 100%);
} .sec-title-style3{
position: relative;
display: block;
margin-top: -2px;
padding-bottom: 48px;
}
.sec-title-style3 h6{
color: #c72a30;
font-size: 14px;
line-height: 14px;
font-weight: 600;
text-transform: uppercase;
margin: 0 0 18px;
font-family: 'Poppins', sans-serif;
}
.sec-title-style3 h6.clr-white{
color: #ffffff;    
}
.sec-title-style3 .title{
position: relative;
display: block;
padding: 22px 0 0;
color: #1b1b1b;
font-size: 36px;
line-height: 48px;
font-weight: 600;
text-transform: none;
font-family: 'Poppins', sans-serif;
}
.sec-title-style3 .title.clr-white{
color: #ffffff;
}
.sec-title-style3 .borders{
position: relative;
display: block;
width: 80px;
height: 10px;
}
.sec-title-style3 .borders.center{
margin: 0 auto;
}
.sec-title-style3 .borders:before{
position: absolute;
top: 0;
left: 0;
bottom: 0;
width: 10px;
height: 10px;
border: 2px solid #c72a30;
border-radius: 50%;
content: "";
}
.sec-title-style3 .borders:after{
position: absolute;
top: 0;
right: 0;
bottom: 0;
width: 10px;
height: 10px;
border: 2px solid #c72a30;
border-radius: 50%;
content: "";
}
.sec-title-style3 .borders span {
position: relative;
display: block;
width: 50px;
height: 10px;
background: transparent;
margin: 0px auto 0;
}
.sec-title-style3 .borders span:before {
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
height: 2px;
background: #c72a30;
content: "";
margin: 4px 0;
} .sec-title-style4{
position: relative;
display: block;
padding-bottom: 52px;
}
.sec-title-style4.max-witdth{
position: relative;
display: block;
max-width: 770px;
margin: 0 auto 0;
margin-top: 0px;
padding-bottom: 52px;    
}
.sec-title-style4 .title{
position: relative;
display: block;
padding: 0 0 18px;
color: #443087;
font-size: 36px;
line-height: 48px;
font-weight: 600;
text-transform: none;
margin-top: -8px;
font-family: 'Poppins', sans-serif;    
}
.sec-title-style4 .title.clr-white{
color: #ffffff;
}
.sec-title-style4 .border-box{
position: relative;
display: block;
width: 60px;
height: 6px;
border-radius: 5px;
background: #453188;
background: -moz-linear-gradient(left, #453188 0%, #5B50B4 50%, #7675EA 100%);
background: -webkit-linear-gradient(left, #453188 0%, #5B50B4 50%, #7675EA 100%);
background: linear-gradient(to right, #453188 0%, #5B50B4 50%, #7675EA 100%);
}
.sec-title-style4 .border-box.center{
margin: 0 auto;    
}
.sec-title-style4 .text{
position: relative;
display: block;
padding-top: 33px;
}
.sec-title-style4 .text p{
color: #7e7e7e;
font-size: 18px;
line-height: 28px;
margin: 0;
} .sec-title-style5{
position: relative;
display: block;
margin-top: -2px;
padding-bottom: 38px;
}
.sec-title-style5 .border-box {
position: relative;
display: block;
overflow: hidden;
}
.sec-title-style5 h6{
position: relative;
display: inline-block;
float: left;
color: #f07f0d;
font-size: 13px;
line-height: 13px;
font-weight: 800;
text-transform: uppercase;
}
.sec-title-style5.center h6{
float: none;
}
.sec-title-style5 .border-box .border-left{
position: relative;
display: inline-block;
float: left;
margin-top: 5px;
margin-right: 20px;
width: 80px;
height: 2px;
background: #f07f0d;
border: none !important;
}
.sec-title-style5 .border-box .border-right {
position: relative;
display: inline-block;
float: right;
margin-top: 5px;
margin-left: 0px;
width: 80px;
height: 2px;
background: #f07f0d;
border: none !important;
}
.sec-title-style5 .border-box.right h6 {
float: right;
margin-right: 20px;
}
.sec-title-style5 .title{
position: relative;
display: block;
padding: 19px 0 0;
color: #ffffff;
font-size: 36px;
line-height: 50px;
font-weight: 800;
font-family: 'Montserrat', sans-serif;
}
.sec-title-style5.center .title {
padding: 12px 0 0;
}
.parallax-bg-one {
background-attachment: fixed;
background-position: center top;
background-repeat: no-repeat;
background-size: cover;
position: relative;
z-index: 1;
}
.parallax-bg-one::before {
background: rgba(18, 32, 0, 0.90) none repeat scroll 0 0;
content: "";
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 100%;
z-index: -1;
} 
.parallax-bg-two {
background-attachment: fixed;
background-position: center top;
background-repeat: no-repeat;
background-size: cover;
position: relative;
z-index: 1;
}
.parallax-bg-two::before {
background: rgba(9, 23, 33, 0.90) none repeat scroll 0 0;
content: "";
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 100%;
z-index: -1;
} 
.flex-box {
display: flex;
justify-content: center;
flex-direction: row;
flex-wrap: wrap;
}
.flex-box-two {
display: flex;
justify-content: space-between;
flex-direction: row;
flex-wrap: wrap;
align-items: center;
}
.flex-box-three {
display: flex;
justify-content: space-between;
flex-direction: row;
flex-wrap: wrap;
align-items: center;
}
.flex-box-four {
display: flex;
justify-content: center;
flex-direction: row;
flex-wrap: wrap;
align-items: center;
}
.flex-box-five {
display: flex;
justify-content: space-between;
flex-direction: row;
flex-wrap: wrap;
align-items: center;
}
.owl-nav-style-one{}
.owl-nav-style-one .owl-controls { }
.owl-nav-style-one.owl-theme .owl-nav [class*="owl-"] {
background: #ffffff none repeat scroll 0 0;
border-radius: 50%;
color: #909090;
font-size: 24px;
font-weight: 700;
height: 50px;
line-height: 46px;
margin: 0 0 0 0px;
padding: 0;
width: 50px;
border: 1px solid #f3f3f3;    
transition: all 700ms ease 0s;
}
.owl-nav-style-one.owl-theme .owl-nav .owl-next {
margin-left: 10px;
}
.owl-nav-style-one.owl-theme .owl-nav [class*="owl-"]:hover{
border-color: #172272;
color: #172272;
}
.owl-nav-style-two{}
.owl-nav-style-two .owl-controls { }
.owl-nav-style-two.owl-theme .owl-nav [class*="owl-"] {
background: #fff none repeat scroll 0 0;
border-radius: 0%;
color: #3740b0;
font-size: 24px;
font-weight: 700;
height: 50px;
line-height: 50px;
margin: 0 0 0 0px;
padding: 0;
width: 50px;
transition: all 700ms ease 0s;
}
.owl-nav-style-two.owl-theme .owl-nav .owl-next {
margin-left: 0px;
}
.owl-nav-style-two.owl-theme .owl-nav [class*="owl-"]:hover{
color: #ffffff;
background: #3740b0;
}
.accordion-box {
position: relative;
display: block;
}
.accordion-box .accordion {
position: relative;
display: block;
margin-bottom: 20px;
-webkit-box-shadow: 0px 2px 10px 3px #f6f6f6; 
box-shadow: 0px 2px 10px 3px #f6f6f6;
}
.accordion-box .accordion .accord-btn {
position: relative;
display: block;
cursor: pointer;
background: #ffffff;
padding-left: 40px;
padding-right: 70px;
padding-top: 22px;
padding-bottom: 22px;
transition: all 500ms ease;
}
.accordion-box .accordion .accord-btn h4 {
color: #131313;
font-size: 18px;
line-height: 26px;
font-weight: 600;
transition: all 500ms ease;
}
.accordion-box .accordion .accord-btn::after {
font-family: 'icomoon';
position: absolute;
content: "\e9ac";
top: 23px;
right: 40px;
color: #b5b5b5;
font-size: 25px;
line-height: 25px;
font-weight: 300;
transition: all 500ms ease 0s;
}
.accordion-box .accordion .accord-btn.active{
background: #005299;
transition: all 500ms ease;
}
.accordion-box .accordion .accord-btn.active h4 {
color: #ffffff;
}
.accordion-box .accordion .accord-btn.active:after{
color: #4eaaf9;
}
.accordion-box .accordion .accord-content {
position: relative;
display: block;
padding-top: 26px;
padding-bottom: 24px;
padding-left: 40px;
padding-right: 35px; }
.accordion-box .accordion .accord-content.collapsed {
display: block;
}
.accordion-box .accordion .accord-content p {
margin: 0;
}
.owl-carousel.style1 .owl-nav [class*="owl-"] {
position: relative;
display: inline-block;
background: #ffffff;
width: 60px;
height: 60px;
border: 2px solid #e8e8e8;
line-height: 62px;
margin: 0 7.5px;
padding: 0;
transition: all 700ms ease 100ms;
border-radius: 50%;
text-align: center;
}
.owl-carousel.style1 .owl-nav [class*="owl-"] span:before {
position: relative;
display: block;
color: #adadad;
font-size: 25px;
font-weight: 400;
transition: all 700ms ease 200ms;
}
.owl-carousel.style1 .owl-nav [class*="owl-"]:hover span:before{
color: #1723d9;    
}
.owl-carousel.style1 .owl-nav [class*="owl-"]:hover{
border-color: #1723d9;
}
.boxed_wrapper {
background: #fff none repeat scroll 0 0;
position: relative;
margin: 0 auto;
width: 100%;
min-width: 320px;
min-height: 400px;
overflow: hidden;  
} .preloader{ 
position:fixed; 
left:0px; 
top:0px; 
width:100%; 
height:100%; 
z-index:999999999999999999; 
background-color:#ffffff; 
background-position:center center; 
background-repeat:no-repeat; 
background-image:url(//www.mywebsitefreelancer.com/wp-content/themes/jixic/assets/images/icon/preloader.gif);
}
.preloader.style-two {
background-image: url(//www.mywebsitefreelancer.com/wp-content/themes/jixic/assets/images/icon/preloader-1.gif);
}
.preloader.style-three {
background-image: url(//www.mywebsitefreelancer.com/wp-content/themes/jixic/assets/images/icon/preloader-2.gif);
}
.preloader.style-four {
background-image: url(//www.mywebsitefreelancer.com/wp-content/themes/jixic/assets/images/icon/preloader-3.gif);
} .scroll-top {
position: fixed;
right: 30px;
bottom: 30px;
width: 60px;
height: 60px;
border: 2px solid #242424;
background: transparent;
border-radius: 50%;
color: #fddb4e;
font-size: 20px;
line-height: 50px;
font-weight: 600;
text-align: center;
text-transform: uppercase;
display: none;
cursor: pointer;
-webkit-animation: pulse 2s infinite;
-o-animation: pulse 2s infinite;
animation: pulse 2s infinite;
font-family: 'Poppins', sans-serif;
transform: rotate(180deg);
z-index: 999;
}
.scroll-top span:before {
position: relative;
display: block;
line-height: 50px;
}
.scroll-top.style2{
border-radius: 20px;
border: none;
background: #FF8B00;
background: -moz-linear-gradient(left, #FF8B00 0%, #F66821 50%, #e62d57 100%);
background: -webkit-linear-gradient(left, #FF8B00 0%, #F66821 50%, #e62d57 100%);
background: linear-gradient(to right, #FF8B00 0%, #F66821 50%, #e62d57 100%);
}
.scroll-top.style3 {
color: #7e7e7e;
border-radius: 0;
width: 50px;
height: 50px;
font-size: 16px;
border: 1px solid #292929;
}
.scroll-top.style3:hover{}
.scroll-top.style4{
color: #ffffff;
border-radius: 20px;
border: none;
background: #443087;
background: -moz-linear-gradient(top, #443087 0%, #5B50B5 50%, #7675e9 100%);
background: -webkit-linear-gradient(top, #443087 0%, #5B50B5 50%, #7675e9 100%);
background: linear-gradient(to bottom, #443087 0%, #5B50B5 50%, #7675e9 100%);
} input:focus,
textarea:focus,
select:focus {
border-color: #43c3ea;
outline: none;
}
#contact-form input[type="text"].error{
border-color: red;    
}
#contact-form input[type="email"].error{
border-color: red;    
}
#contact-form select.error {
border-color: red;
}
#contact-form textarea.error{
border-color: red;    
} .post-pagination{
position: relative;
display: block;
}
.post-pagination.martop20{
margin-top: 20px;
}
.post-pagination li {
position: relative;
display: inline-block;
margin: 0 8px;
}
.post-pagination li a {
position: relative;
display: block;
height: 50px;
width: 50px;
border-radius: 50%;
border: 2px solid #ededed;
color: #1b1b1b;
font-size: 16px;
line-height: 46px;
font-weight: 600;
transition: all 500ms ease 0s;
font-family: 'Poppins', sans-serif;
}
.post-pagination li a i {
display: block;
color: #c1c1c1;
font-size: 22px;
line-height: 46px;
transition: all 200ms linear;
transition-delay: 0.1s;
}
.post-pagination li.active a, 
.post-pagination li:hover a {
color: #1723d9;
border-color: #1723d9;
}
.post-pagination li.active a i,
.post-pagination li:hover a i{
color: #1723d9;    
} .overlay-style-one{
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
transition-delay: .1s;
transition-timing-function: ease-in-out;
transition-duration: .7s;
transition-property: all;
opacity: 0;
z-index: 1;
}
.overlay-style-one.bg1{
background-color: rgba(22, 36, 217, 0.90);    
}
.overlay-style-one.bg2{
background-color: rgba(0, 0, 0, 0.80);    
}
.overlay-style-one.bg3{
background-color: rgba(37, 16, 158, 0.90);    
}
.overlay-style-one .box{
display: table;
height: 100%;
width: 100%;    
}
.overlay-style-one .box .inner{
display: table-cell;
text-align: center;
vertical-align: middle;    
}
.overlay-style-two{
position: absolute;
left: 0px;
bottom: 0px;
right: 0px;
top: 0px;
z-index: 2;
opacity: 0;
transition: all 900ms ease;    
}
.overlay-style-two:before{
position: absolute;
content: '';
top: 0px;
left: 0px;
width: 100%;
height: 50%;
display: block;
opacity: 0;
text-align: center;
transform: perspective(400px) rotateX(-90deg);
transform-origin: top;
transition: all 0.5s;
background-color: rgba(18, 18, 18, 0.90);
}
.overlay-style-two:after{
position: absolute;
content: '';
left: 0px;
bottom: 0px;
width: 100%;
height: 50%;
display: block;
opacity: 0;
text-align: center;
transform: perspective(400px) rotateX(90deg);
transform-origin: bottom;
transition: all 0.5s;
background-color: rgba(18, 18, 18, 0.90);
}
.review-box {
position: relative;
display: block;
overflow: hidden;
line-height: 16px;
}
.review-box ul {
display: block;
overflow: hidden;
}
.review-box ul li {
display: inline-block;
float: left;
margin-right: 4px;
}
.review-box ul li:last-child{
margin-right: 0px;    
}
.review-box ul li i {
font-size: 16px;
color: #e9212e;
}
.social-links-style1 {
position: relative;
display: block;
overflow: hidden;
}
.social-links-style1 li{
position: relative;
display: inline-block;
float: left;
margin-right: 10px;
}
.social-links-style1 li:last-child{
margin-right: 0px;
}
.social-links-style1 li a i{
position: relative;
display: block;
background: #ffffff;
width: 30px;
height: 30px;
border-radius: 50%;
color: #24119e;
font-size: 13px;
font-weight: 400;
line-height: 30px;
text-align: center;
transition: all 500ms ease;
}
.social-links-style1 li a:hover i{
color: #ffffff;
background: #FF8B00;
background: -moz-linear-gradient(left, #FF8B00 0%, #F66821 50%, #e62d57 100%);
background: -webkit-linear-gradient(left, #FF8B00 0%, #F66821 50%, #e62d57 100%);
background: linear-gradient(to right, #FF8B00 0%, #F66821 50%, #e62d57 100%);
}
.sociallinks-style-two{
position: relative;
display: block;
overflow: hidden;
}
.sociallinks-style-two li {
display: inline-block;
float: left;
margin-right: 25px;
}
.sociallinks-style-two li:last-child{
margin-right: 0px;    
}
.sociallinks-style-two li a i {
position: relative;
display: block;
color: #ffffff;
font-size: 14px;
line-height: 30px;
transition: all 200ms linear;
transition-delay: 0.1s;
}
.sociallinks-style-two li a:hover i{
color: #1723d9;
} @keyframes menu_sticky {
0%   {margin-top:-90px;}
50%  {margin-top: -74px;}
100% {margin-top: 0;}
} .hidden-bar{
position: fixed;
top: 0;
width: 320px;
height: 100%;
background: #1d1d1d;
z-index: 9999999999;
transition: all 700ms ease;
}
.hidden-bar .mCSB_inside > .mCSB_container{
margin-right:0px;	
}
.hidden-bar.right-align {
right: -400px;
}
.hidden-bar.right-align.visible-sidebar{
right:0px;
transition-delay: 300ms;
}
.hidden-bar .hidden-bar-closer {
position: absolute;
right: 20px;
top: 20px;
width: 40px;
height: 40px;
background: none;
color: #ffffff;
border-radius: 0px;
text-align: center;
line-height: 40px;
transition: all 300ms ease;
z-index: 999999;
}
.hidden-bar .hidden-bar-closer button {
background: none;
display:block;
font-size: 40px;
color:#ffffff;
width:40px;
height:40px;
line-height:40px;
}
.hidden-bar .hidden-bar-closer button span:before{
font-size: 30px;
line-height: 30px;
}
.hidden-bar .hidden-bar-closer:hover button {
color: #ffffff;
}
.hidden-bar-wrapper {
height: 100%;
padding:30px 10px 30px 30px;
}
.hidden-bar .logo {
padding:0px 0px 30px;
}
.hidden-bar .logo a{
display: inline-block;
}
.hidden-bar .logo img{
display: inline-block;
max-width: 100%;	
}
.hiddenbar-about-us{
position: relative;
display: block;
}
.hiddenbar-about-us h3{
font-size: 20px;
color: #ffffff;
margin: 0 0 18px;
}
.hiddenbar-about-us .text{
display: block;
}
.hiddenbar-about-us .text p{
color: #838383;
margin: 0;
}
.hidden-bar .contact-info-box{
position: relative;
display: block;
padding-top: 36px;
}
.hidden-bar .contact-info-box h3{
font-size: 20px;
color: #ffffff;
margin: 0 0 23px;    
}
.hidden-bar .contact-info-box ul{
position: relative;
display: block;
}
.hidden-bar .contact-info-box ul li{
position: relative;
display: block;
overflow: hidden;
margin-bottom: 16px;
}
.hidden-bar .contact-info-box ul li:last-child{
margin-bottom: 0;
}
.hidden-bar .contact-info-box ul li h5{
color: #ffffff;
font-size: 16px;
line-height: 16px;
font-weight: 500;
margin: 0 0 11px;
}
.hidden-bar .contact-info-box ul li p{
color: #838383;
margin: 0;
}
.hidden-bar .newsletter-form-box {
position: relative;
display: block;
padding-top: 36px;
padding-right: 20px;
}
.hidden-bar .newsletter-form-box h3{
font-size: 20px;
color: #ffffff;
margin: 0 0 24px;  
}
.hidden-bar .newsletter-form-box form{
position: relative;
display: block;
}
.hidden-bar .newsletter-form-box form input[type="email"] {
position: relative;
display: block;
width: 100%; 
height: 50px;
background: #ffffff;
border: 1px solid #eeeeee;
color: #8b8b8b;
font-size: 15px;
padding: 0 20px;
padding-right: 60px;
transition: all 500ms ease;
}
.hidden-bar .newsletter-form-box form button {
position: absolute;
top: 0;
bottom: 0;
right: 15px;
width: 50px;
text-align: center;
}
.hidden-bar .newsletter-form-box form button:before{
position: absolute;
top: 12px;
left: 0;
bottom: 12px;
width: 2px;
background: #eeeeee;
content: "";
}
.hidden-bar .newsletter-form-box form button i{
position: relative;
top: 2px;
color: #061f2e;
font-size: 20px;
line-height: 20px;
}
.hidden-bar .copy-right-text{
position: relative;
display: block;
padding-top: 44px;
}
.hidden-bar .copy-right-text p{
color: #8b9397;
margin: 0;    
} .main-header {
position: fixed;
left: 0px;
top: 0px;
width: 100%;
background: transparent;
padding-bottom: 40px;
z-index: 99;
transition: all 300ms ease;
}
.main-header.fixed-header {
padding-bottom: 20px;
background: rgba(22, 36, 217, 0.90);
box-shadow: 0 0 10px rgba(0,0,0,.1);
}
.main-header.fixed-header .container .top-bar {
padding-top: 20px;
}
.main-header.fixed-header .main-menu .navigation > li > a {
padding: 40px 0px;
}
.main-header.fixed-header .anim-menu-btn:before {
visibility: hidden;
transition: all 200ms linear;
transition-delay: 0.1s;
}
.main-header.fixed-header .anim-menu-btn:after {
visibility: hidden;
transition: all 200ms linear;
transition-delay: 0.1s;
}
.main-header .header-upper {
position: relative;
display: block;
z-index: 5;
}
.main-header .outer-container {
position: relative;
display: flex;
align-items: center;
flex-wrap: wrap;
}
.main-header .container .top-bar {
position: relative;
display: block;
padding-top: 40px;
width: 100%;
transition: all 300ms ease;
}
.main-header .header-upper .logo-box {
position: relative;
}
.main-header .logo {
position: relative;
}
.main-header .logo a.mar9-0{
display: inline-block;
margin: 9px 0;
}
.navbar-btn-wrap {
position: relative;
}
.anim-menu-btn {
position: relative;
display: flex;
justify-content: center;
align-items: center;
color: #fff;
width: 60px;
height: 60px;
background: #ddd;
border-radius: 50%;
}
.anim-menu-btn span {
position: absolute;
top: 0;
left: -150px;
bottom: 0;
color: #ffffff;
font-size: 14px;
line-height: 50px;
font-weight: 700;
text-transform: uppercase;
font-family: 'Poppins', sans-serif;
}
.anim-menu-btn span:before{
position: absolute;
left: 0;
bottom: 20px;
right: 0;
height: 2px;
background: #ffffff;
content: "";
}
.anim-menu-btn:before {
position: absolute;
top: 95px;
left: 0px;
right: 0;
content: 'MENU';
color: #fff;
font-size: 14px;
font-weight: 500;
text-transform: uppercase;
font-family: 'Poppins', sans-serif;
letter-spacing: 5px;
transform: rotate(90deg);
}
.anim-menu-btn__icon {
position: relative;
display: block;
width: 2px;
height: 25px;
background: #1723d9;
transform: scale(1);
}
.anim-menu-btn__icon::before, 
.anim-menu-btn__icon::after {
position: absolute;
bottom: 0;
left: 7px;
content: '';
width: 2px;
height: 20px;
background: #1723d9;
}
.anim-menu-btn__icon::after{
left: -7px;
}
.anim-menu-btn__icon--close {
transition: transform 0.2s, background-size 0.2s;
}
.anim-menu-btn:active .anim-menu-btn__icon--close {
transform: scale(1.0);
}
.anim-menu-btn--state-b .anim-menu-btn__icon--close {
transform: scale(1.0);
}
.anim-menu-btn__icon--close::before {
transform: translateY(0) rotate(0);
}
.anim-menu-btn--state-b .anim-menu-btn__icon--close::before {
transform: translateY(1.0) rotate(45deg);
}
.anim-menu-btn__icon--close::after {
transform: translateY(0) rotate(0);
}
.anim-menu-btn--state-b .anim-menu-btn__icon--close::after {
transform: translateY(1.0) rotate(-45deg);
}
.anim-menu-btn__icon--close::before, 
.anim-menu-btn__icon--close::after {
transition: inherit;
}
.close-menu-btn {
position: absolute;
top: 50px;
right: 20px;
width: 30px;
height: 30px;
z-index: 9;
cursor: pointer;
}
.close-menu-btn:before {
position: absolute;
content: '';
left: 0;
top: 15px;
width: 30px;
height: 2px;
background: #fff;
transform: rotate(45deg);
}
.close-menu-btn:after {
position: absolute;
content: '';
left: 0;
top: 15px;
width: 30px;
height: 2px;
background: #fff;
transform: rotate(-45deg);
}
@media only screen and (min-width: 1200px) {
.close-menu-btn {
display: none;
}
}
.nav-outer .mobile-nav-toggler{
position: relative;
font-size: 30px;
line-height: 40px;
cursor: pointer;
color: #fff;
padding: 29px 30px;
display: none;
right: 0;
background-color: #1c1e25;
}
.main-header .nav-outer {
position: absolute;
top: 0;
right: 410px;
z-index: 99999;
}
.main-header .nav-outer .nav-inner{
position: relative;
display: block;
padding: 0 40px;
background-color: rgba(9, 9, 9, 0.90);
opacity: 0;
}
.main-header .nav-outer .nav-inner.close-menu {
pointer-events: none;
}
.main-menu{
position:relative;
}
.main-menu .navbar-collapse{
padding:0px;	
}
.main-menu .navigation{
position:relative;
margin:0px;
}
.main-menu .navigation > li{
position:relative;
float:left;
margin-right: 30px;
-webkit-transition:all 300ms ease;
-moz-transition:all 300ms ease;
-ms-transition:all 300ms ease;
-o-transition:all 300ms ease;
transition:all 300ms ease;
}
.main-menu .navigation > li:last-child{
margin-right: 0;
}
.main-menu .navigation > li > a{
position: relative;
display: block;
padding: 60px 0px;
color: #a6a6a6;
font-size: 15px;
line-height: 20px;
font-weight: 500;
text-transform: uppercase;
letter-spacing: 1px;
opacity:1;
font-family: 'Poppins', sans-serif;
-webkit-transition:all 300ms ease;
-moz-transition:all 300ms ease;
-ms-transition:all 300ms ease;
-o-transition:all 300ms ease;
transition:all 300ms ease;
}
.main-menu .navigation > li:hover > a,
.main-menu .navigation > li.current > a{
color: #ffffff;
}
.main-menu .navigation > li > ul{
position: absolute;
top: 100%;
left: inherit;
width: 270px;
padding: 23px 0;
z-index: 100;
display: none;
border-top: 5px solid transparent;
}
.main-menu .navigation > li > ul:before {
position: absolute;
top: 0px;
left: 0px;
width: 100%;
height: 100%;
content: '';
background: #1d1d1d;
z-index: -1;
}
.main-menu .navigation > li.dropdown:hover > ul{
visibility: visible;
opacity: 1;
}
.main-menu .navigation > li > ul > li{
position: relative;
display: block;
width: 100%;
padding: 0 30px;
}
.main-menu .navigation > li > ul > li > a{
position: relative;
display: block;
padding: 10px 0px;
color: #a6a6a6;
font-size: 16px;
font-weight: 400;
line-height: 24px;
text-align: left;
letter-spacing: 1px;
text-transform: capitalize;
-webkit-transition:all 300ms ease;
-moz-transition:all 300ms ease;
-ms-transition:all 300ms ease;
transition:all 300ms ease;
font-family: 'Muli', sans-serif;
}
.main-menu .navigation > li > ul > li:hover > a{
color: #ffffff;
padding-left: 15px;
}
.main-menu .navigation > li > ul > li > a:before{
position: absolute;
top: 20px;
left: 0;
width: 4px;
height: 4px;
background: #ffffff;
border-radius: 50%;
content: "";
opacity: 0;
visibility: hidden;
transition: all 300ms ease;
}
.main-menu .navigation > li > ul > li:hover > a:before{
opacity: 1;
visibility: visible;
}
.main-menu .navigation > li > ul > li > ul{
position: absolute;
right: 100%;
top: 0%;
width: 270px;
z-index: 101;
padding: 23px 0;
display: none;
background: #1d1d1d;
-webkit-box-shadow: 0px 3px 5px 2px rgba(23,23,23,0.8); 
box-shadow: 0px 3px 5px 2px rgba(23,23,23,0.8);
}
.main-menu .navigation li > ul > li.dropdown:hover > ul{
visibility: visible;
opacity: 1;
right: 100%;
top: 0%;
}
.main-menu .navigation > li > ul > li.dropdown > ul.from-right{
left: auto;
right: 100%;	
}
.main-menu .navigation > li > ul > li > ul > li{
position: relative;
display: block;
width: 100%;
padding: 0 30px;
}
.main-menu .navigation > li > ul > li > ul > li > a{
position: relative;
display: block;
padding: 10px 0px;
color: #a6a6a6;
font-size: 16px;
font-weight: 400;
line-height: 24px;
text-align: left;
letter-spacing: 1px;
text-transform: capitalize;
-webkit-transition:all 300ms ease;
-moz-transition:all 300ms ease;
-ms-transition:all 300ms ease;
transition:all 300ms ease;
font-family: 'Muli', sans-serif;
}
.main-menu .navigation > li > ul > li  > ul > li > a:hover{
color: #ffffff;
padding-left: 15px;
}
.main-menu .navigation > li > ul > li > ul > li > a:before{
position: absolute;
top: 20px;
left: 0;
width: 4px;
height: 4px;
background: #ffffff;
border-radius: 50%;
content: "";
opacity: 0;
visibility: hidden;
transition: all 300ms ease;
}
.main-menu .navigation > li > ul > li > ul > li:hover > a:before{
opacity: 1;
visibility: visible;
}
.main-menu .navbar-collapse > ul li.dropdown .dropdown-btn{
position:absolute;
right:10px;
top:8px;
width:34px;
height:30px;
border:1px solid #ffffff;
text-align:center;
font-size:16px;
line-height:26px;
color:#ffffff;
cursor:pointer;
z-index:5;
display:none;
} .mobile-menu{
position: fixed;
left: -500px;
top: 0;
width: 425px;
padding-right:30px;
max-width:100%;
height: 100%;
z-index: 999;
transform: translate3d(0, 0, 0) !important;
}
.mobile-menu .menu-box{
position: absolute;
top: 0px;
left: 0;
bottom: 0px;
width: 100%;
max-height: 100%;
overflow-y: auto;
background: #1d1d1d;
padding: 0px 0px;
border-radius: 0px;
display: flex;
align-items: center;
flex-wrap: wrap;
padding-left: 100px;
}
.mobile-menu-visible{
overflow: hidden;
}
.mobile-menu-visible .mobile-menu{
opacity: 1;
visibility: visible;
}
.mobile-menu .menu-backdrop{
position: fixed;
right: 0;
top: 0;
width: 100%;
height: 100%;
z-index: 1;
background: rgba(0,0,0,0.90);
-webkit-transform: translateX(101%);
-ms-transform: translateX(101%);
transform: translateX(101%);
}
.mobile-menu-visible .mobile-menu .menu-backdrop{
opacity: 1;
visibility: visible;
-webkit-transition:all 0.7s ease;
-moz-transition:all 0.7s ease;
-ms-transition:all 0.7s ease;
-o-transition:all 0.7s ease;
transition:all 0.7s ease;
-webkit-transform: translateX(0%);
-ms-transform: translateX(0%);
transform: translateX(0%);
}
.mobile-menu-visible .mobile-menu .menu-box{
opacity: 1;
visibility: visible;
transition:all 0.7s ease;
transform: translateX(0%);
}
.mobile-menu .close-btn{
position: absolute;
right: 3px;
top: 3px;
line-height: 30px;
width: 30px;
text-align: center;
font-size: 14px;
color: #202020;
cursor: pointer;
z-index: 10;
-webkit-transition:all 0.5s ease;
-moz-transition:all 0.5s ease;
-ms-transition:all 0.5s ease;
-o-transition:all 0.5s ease;
transition:all 0.5s ease;
-webkit-transform: translateY(-50px);
-ms-transform: translateY(-50px);
transform: translateY(-50px);
}
.mobile-menu-visible .mobile-menu .close-btn{
-webkit-transform: translateY(0px);
-ms-transform: translateY(0px);
transform: translateY(0px);
}
.mobile-menu .close-btn:hover{
opacity: 0.50;
}
.mobile-menu .navigation{
position: relative;
width: 100%;
}
.mobile-menu .navigation li{
position: relative;
display: block;
border-bottom: 1px solid #151515;
}
.mobile-menu .navigation li > ul > li:last-child{
border-bottom: none;
}
.mobile-menu .navigation li > ul > li:first-child{
border-top: none;
}
.mobile-menu .navigation li > a{
position: relative;
display: block;
line-height: 24px;
padding: 10px 30px;
font-size: 12px;
color: rgba(255, 255, 255, 0.70);
text-transform: uppercase;
letter-spacing: 3px;
font-weight: 600;
}
.mobile-menu .navigation li.dropdown .dropdown-btn{
position: absolute;
right: 15px;
top: 0px;
width: 44px;
height: 44px;
text-align: center;
font-size: 16px;
line-height:44px;
color: #ffffff;
cursor:pointer;
z-index:5;
}
.mobile-menu .navigation li.dropdown .dropdown-btn:after{
content:'';
position:absolute;
left:0px;
top:10px;
width:1px;
height:24px;
border-left:1px solid rgba(0,0,0,0.10);
}
.mobile-menu .navigation li > ul,
.mobile-menu .navigation li > ul > li > ul{
display: none;
}
.nav-overlay {
position: fixed;
top: 0;
left: 0;
bottom: 0;
z-index: 103;
width: 100%;
background: rgba(37, 36, 37, 0.71);
display: block;
overflow: hidden;
-webkit-transform: translate3d(0, 0, 0);
}
@media only screen and (min-width: 1200px){
.mobile-menu .menu-box {
display: none;
}
.mobile-menu {
pointer-events: none;
}
} .main-slider {
position: relative;
z-index: 10;
}
.main-slider .tp-caption{
z-index:5 ;
}
.main-slider .tp-dottedoverlay{
background: none !important;
}
.main-slider .slide-content{
position: relative;
display: block;
}
.main-slider .slide-content .big-title{
position: relative;
color: #ffffff;
font-size: 80px;
line-height: 1.1em;
font-weight: 900;
text-transform: uppercase;
font-family: 'Poppins', sans-serif;
}
.main-slider .slide-content .big-title span{
font-weight: 500;
text-transform: capitalize;
font-family: 'Playfair Display', serif;
}
.main-slider .slide-content.right-slide .big-title{
text-transform: none;
line-height: 1.3em;
}
.main-slider .slide-content .big-title.style2{
text-transform: none;
line-height: 1.3em;
}
.main-slider .slide-content .btn-box{
position: relative;
display: block;
}
.main-slider .slide-content .btn-box a{ }
.slide-btn1{
position: relative;
display: inline-block;
padding-left: 85px;
color: #ffffff;
font-size: 16px;
line-height: 55px;
font-weight: 600;
font-family: 'Poppins', sans-serif;
background: url(//www.mywebsitefreelancer.com/wp-content/themes/jixic/assets/images/icon/slide-btn1-bg.png);
background-repeat: no-repeat;
background-position: left;
transition: all 200ms linear;
transition-delay: 0.1s;
}
.slide-btn1:hover{
color: #fddb4e;
padding-left: 80px;
}
.slide-btn2{
position: relative;
display: inline-block;
padding: 0 70px;
background: #ffffff;
color: #1b1b1b;
font-size: 16px;
line-height: 60px;
font-weight: 600;
text-transform: capitalize;
border-radius: 5px;
font-family: 'Poppins', sans-serif;
transition: all 200ms linear;
transition-delay: 0.1s;
}
.slide-btn2:hover{
color: #000000;
background: #fddb4e;
}
.main-slider .slide-content .title{
position: relative;
display: block;
color: #ffffff;
font-size: 18px;
line-height: 1.2em;
font-weight: 600;
text-align: center;
text-transform: uppercase;
font-family: 'Poppins', sans-serif;    
}
.main-slider .slide-content .agency{
position: relative;
display: block;
}
.main-slider .slide-content .agency ul{
position: relative;
display: block;
overflow: hidden;
text-align: center;
}
.main-slider .slide-content .agency ul li{
position: relative;
display: inline-block;
color: #ffffff;
font-size: 100px;
line-height: 74px;
font-weight: 900;
text-transform: uppercase;
margin: 0 -5px;
font-family: 'Poppins', sans-serif;
}
.main-slider .slide-content .agency ul li span{
position: relative;
display: inline-block;
width: 100px;
height: 2px;
}
.main-slider .slide-content .agency ul li span:before{
position: absolute;
left: 0;
bottom: 0;
right: 0;
width: 40px;
height: 2px;
background: #ffffff;
content: "";
margin: 0 auto;
}
.main-slider .slide-content .text{
position: relative;
display: block;
color: #ffffff;
font-size: 18px;
line-height: 30px;
font-weight: 700;
text-align: center;
font-family: 'Muli', sans-serif;
}
.main-slider .slide-content.right-slide .text{
text-align: left;
}
.main-slider .slide-content .text.style2 {
text-align: left;    
}
.main-slider .slide-content .video-holder-box{}
.main-slider .slide-content .video-holder-box a{
position: relative;
display: block;
background: #ffa16a;
height: 125px;
width: 125px;
border-radius: 50%;
color: #ffffff;
text-align: center;
}
.main-slider .slide-content .video-holder-box a:hover{
background: #fddb4e;
}
.main-slider .slide-content .video-holder-box a span:before{
position: relative;
display: block;
text-align: center;
font-size: 40px;
line-height: 125px;
}
.video-holder-box .img-holder:hover .icon-holder .icon .inner a{
transform: rotate(360deg);    
}
.slider-sociallinks-search-box{
position: absolute;
left: 0;
bottom: 0;
right: 0;
max-width: 1170px;
width: 100%;
margin: 0 auto;
z-index: 100;
display: flex;
justify-content: space-between;
flex-direction: row;
flex-wrap: wrap;
align-items: center;
padding: 19px 0;
}
.slider-sociallinks-search-box .sociallinks{
position: relative;
display: block;
}
.slider-sociallinks-search-box .sociallinks .sociallinks-style-two{
padding-left: 85px;    
}
.slider-sociallinks-search-box .sociallinks .sociallinks-style-two:before {
position: absolute;
top: 0;
left: 0;
bottom: 0;
width: 70px;
height: 1px;
background: rgba(255, 255, 255, 0.30);
content: "";
margin: 14px 0;
}
.slider-sociallinks-search-box .sociallinks .sociallinks-style-two li{}
.slider-sociallinks-search-box .sociallinks .sociallinks-style-two li a:hover i{
color: #fddb4e;    
}
.slider-search-box {
position: relative;
display: block;
width: 80px;
top: -17px;
}
.slider-search-box form.search-form {
position: relative;
display: block;
width: 100%;
}
.slider-search-box .search-form input[type="text"] {
position: relative;
display: block;
background: transparent;
border: 0px solid;
border-bottom: 1px solid rgba(255, 255, 255, 0.30);
color: #ffffff;
font-size: 16px;
font-weight: 400;
width: 100%;
height: 35px;
letter-spacing: .1em;
padding-left: 0px;
padding-right: 0;
transition: all 500ms ease 0s;
}
.slider-search-box .search-form button {
position: absolute;
top: 18px;
left: -40px;
width: 30px;
height: 30px;
background: transparent;
color: #ffffff;
display: block;
padding: 0;
text-align: center;
line-height: 30px;
transition: all 500ms ease 0s;
border-radius: 0;
}
.slider-search-box .search-form button i {
font-size: 14px
}
.slider-search-box .search-form input[type="text"]:focus {
border-bottom: 1px solid rgba(255, 255, 255, 0.90);
color: #ffffff;
}
.slider-search-box .search-form input[type="text"]:focus + button, 
.slider-search-box .search-form button:hover {
color: #1b1b1b;
background: #fddb4e;
}
.slider-search-box .search-form input::-webkit-input-placeholder {
color: #ffffff;
}
.slider-search-box .search-form input:-moz-placeholder {
color: #ffffff;
}
.slider-search-box .search-form input::-moz-placeholder {
color: #ffffff;
}
.slider-search-box .search-form input:-ms-input-placeholder {
color: #ffffff;
} .main-slider.style2 {
position: relative;
display: block;
z-index: 10;
}
.main-slider.style2 .slide-content .title {
position: relative;
display: inline-block;
height: 50px;
padding: 19px 40px 11px;
background: transparent;
color: #cc4b24;
font-size: 18px;
line-height: 20px;
font-weight: 600;
border-radius: 5px;
text-transform: capitalize;
font-family: 'Poppins', sans-serif;
z-index: 1;
}
.main-slider.style2 .slide-content .title:before {
position: absolute;
top: 7px;
left: 0px;
right: 0px;
height: 43px;
background-color: rgba(255, 255, 255, 1.0);
content: "";
border-radius: 5px;
z-index: -1;
}
.main-slider.style2 .slide-content .title:after{
position: absolute;
top: 0px;
left: 15px;
right: 15px;
height: 7px;
background-color: rgba(255, 255, 255, 0.45);
content: "";
border-radius: 5px;
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
z-index: -1;
}
.main-slider.style2 .slide-content .big-title{
position: relative;
display: block;
color: #ffffff;
font-size: 72px;
line-height: 1.1em;
font-weight: 800;
text-transform: uppercase;
font-family: 'Poppins', sans-serif;
}
.main-slider.style2 .slide-content .text{
position: relative;
display: block;
padding: 0;
border: none;
color: #ffffff;
font-size: 20px;
line-height: 1.6em;
font-weight: 400;
letter-spacing: normal;
text-transform: none;
font-family: 'Nunito Sans', sans-serif;
}
.main-slider.style2 .tp-bullets {}
.main-slider.style2 .hermes .tp-bullet {
position: absolute !important;
display: inline-block !important;
margin: 0px 10px !important;
width: 12px;
height: 12px;
}
.main-slider.style2 .hermes .tp-bullet:after {
position: absolute;
content: ' ';
bottom: 0;
height: 0;
left: 0;
width: 100%;
background-color: #FFF;
box-shadow: 0 0 1px #FFF;
-webkit-transition: height 0.3s ease;
transition: height 0.3s ease;
}
.tp-bullet.selected, 
.tp-bullet:hover {
background: #fff;
} .main-slider.style3 .slide-content .title {
position: relative;
display: block;
color: #ec6b15;
font-size: 16px;
line-height: 1.2em;
font-weight: 600;
text-transform: uppercase;
font-family: 'Poppins', sans-serif;
}
.main-slider.style3 .slide-content .big-title{
position: relative;
color: #131313;
font-size: 72px;
line-height: 1.2em;
font-weight: 700;
text-transform: capitalize;
font-family: 'Poppins', sans-serif;
}
.main-slider.style3 .slide-content .text{
position: relative;
display: block;
padding: 0;
border: none;
color: #828282;
font-size: 20px;
line-height: 1.4em;
font-weight: 600;
letter-spacing: normal;
text-transform: none;
font-family: 'Nunito Sans', sans-serif;
}
.main-slider.style3 .slide-content .btn-box a{
line-height: 60px;
padding: 0 55px;
}
.main-slider.style3 .slide-content .btn-box span{
position: relative;
display: inline-block;
padding-left: 19px;
padding-right: 16px;
color: #828282;
font-size: 20px;
font-weight: 600;
font-family: 'Nunito Sans', sans-serif;
}
.main-slider.style3 .slide-content .btn-box a.style2{
color: #ec6b15;
line-height: 56px;
border: 2px solid #ec6b15;
background: transparent;
}
.main-slider.style3 .slide-content .btn-box a.style2:hover{
color: #ffffff;
background: #ec6b15;
} .main-slider.style4 .slide-content .title {
position: relative;
display: block;
color: #4eaaf9;
font-size: 18px;
line-height: 1.2em;
font-weight: 600;
text-transform: uppercase;
font-family: 'Poppins', sans-serif;
}
.main-slider.style4 .slide-content.clr2 .title{
color: #4eaaf9;    
}
.main-slider.style4 .slide-content .big-title{
position: relative;
color: #ffffff;
font-size: 64px;
line-height: 1.2em;
font-weight: 700;
text-transform: uppercase;
font-family: 'Poppins', sans-serif;
}
.main-slider.style4 .slide-content.clr2 .big-title{
color: #131313;    
}
.main-slider.style4 .slide-content .text{
position: relative;
display: block;
padding: 0;
border: none;
color: #ffffff;
font-size: 18px;
line-height: 1.6em;
font-weight: 600;
letter-spacing: normal;
text-transform: none;
font-family: 'Nunito Sans', sans-serif;
}
.main-slider.style4 .slide-content.clr2 .text{
color: #828282;    
}
.main-slider.style4 .slide-content .btn-box a{
position: relative;
display: inline-block;
color: #131313;
font-size: 16px;
line-height: 55px;
font-weight: 600;
text-transform: capitalize;
padding: 0 50px;
background: #ffffff;
font-family: 'Poppins', sans-serif;
transition: all 200ms linear;
transition-delay: 0.1s;
}
.main-slider.style4 .slide-content .btn-box a:hover{
color: #ffffff;
background: #005299;
}
.main-slider.style4 .slide-content.clr2 .btn-box a{
color: #ffffff;
background: #4eaaf9;
}
.main-slider.style4 .slide-content.clr2 .btn-box a:hover{
color: #ffffff;
background: #131313;
} .about-style1-area{
position: relative;
display: block;
}
.about-style1-left-content{
position: relative;
display: block;
z-index: 1;
}
.about-style1-left-content .shape{
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.about-style1-left-content .shape .shape1{
position: absolute;
top: 0;
left: 0;
background: url(//www.mywebsitefreelancer.com/wp-content/themes/jixic/assets/images/shape/1.png);
background-repeat: no-repeat;
width: 100px;
height: 100px;
}
.about-style1-left-content .shape .shape2{
position: absolute;
top: 50px;
left: 50px;
background: url(//www.mywebsitefreelancer.com/wp-content/themes/jixic/assets/images/shape/2.png);
background-repeat: no-repeat;
width: 239px;
height: 66px;
}
.about-style1-left-content .shape .shape3{
position: absolute;
top: 50px;
right: -70px;
background: url(//www.mywebsitefreelancer.com/wp-content/themes/jixic/assets/images/shape/line-1.png);
background-repeat: no-repeat;
width: 100px;
height: 13px;
z-index: 3;
}
.about-style1-left-content .shape .shape4 {
position: absolute;
top: 140px;
right: -70px;
background: url(//www.mywebsitefreelancer.com/wp-content/themes/jixic/assets/images/shape/3.png);
background-repeat: no-repeat;
width: 117px;
height: 130px;
z-index: -1;
}
.about-style1-left-content img {
position: relative;
display: inline-block;
float: right;
}
.video-holder-box {
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
}
.video-holder-box .outer{
display: table;
width: 100%;
height: 100%;
}
.video-holder-box .outer .content-box{
display: table-cell;
vertical-align: middle;
}
.video-holder-box .img-holder {
position: relative;
display: block;
overflow: hidden;
max-width: 400px;
width: 100%;
}
.video-holder-box .img-holder img{
width: 100%;
}
.video-holder-box .img-holder .icon-holder{
position: absolute;
top: 0px;
left: 0px;
bottom: 0px;
right: 0px;
content: "";
background: rgba(255, 255, 255, 0.02);
transition: all 900ms ease;
z-index: 3;
opacity: 1;    
}
.video-holder-box .img-holder .icon-holder .icon{
display: table;
width: 100%;
height: 100%;
}
.video-holder-box .img-holder .icon-holder .icon .inner{
display: table-cell;
vertical-align: middle;
text-align: center;
}
.video-holder-box .img-holder .icon-holder .icon .inner a {
position: relative;
display: inline-block;
height: 75px;
width: 75px;
color: #ffffff;
border-radius: 50%;
text-align: center;
transition: all 500ms ease;
}
.video-holder-box .img-holder .icon-holder .icon .inner a span:before {
position: relative;
display: block;
color: #ffffff;
font-size: 75px;
line-height: 75px;
}
.video-holder-box .big-title {
position: absolute;
left: 0;
bottom: 80px;
right: 0;
max-width: 400px;
width: 100%;
color: #1723d9;
font-size: 60px;
line-height: 60px;
font-weight: 400;
font-family: 'Knewave', cursive;
text-align: center;
transform: rotate(-30deg);
z-index: 3;
}
.about-style1-content{
position: relative;
display: block;
padding-top: 60px;
padding-left: 100px;
}
.about-style1-content .sec-title-style1 {
padding-bottom: 34px;
}
.about-style1-content .inner-content{
position: relative;
display: block;    
}
.about-style1-content .inner-content .text {
position: relative;
display: block;
padding-bottom: 17px;
} .latest-project-style1-area{
position: relative;
display: block;
padding: 130px 0 130px;
z-index: 1;
}
.latest-project-style1-bg {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 247px;
background-attachment: scroll;
background-size: cover;
background-position: center top;
background-repeat: no-repeat;
z-index: -1;
}
.latest-project-style1-area .sec-title-style1{}
.latest-project-style1-area .view-all-projects-button {
position: relative;
display: block;
margin-top: 14px;
}
.latest-project-style1-area .outer-container {
position: relative;
padding: 0;
}
.latest-project-style1-area .outer-container .row{
margin-left: 0px;
margin-right: 0px;    
}
.latest-project-style1-area .outer-container .row [class*=col-] {
padding-left: 0;
padding-right: 0;
}
.single-project-style1{
position: relative;
display: block;
}
.single-project-style1 .img-holder{
position: relative;
display: block;
overflow: hidden;
}
.single-project-style1 .img-holder img{
width: 100%;
transform: scale(1.01);
-webkit-transition-delay: .3s;
transition-delay: .3s;
-webkit-transition-timing-function: ease-in-out;
transition-timing-function: ease-in-out;
-webkit-transition-duration: .6s;
transition-duration: .6s;
-webkit-transition-property: all;
transition-property: all;
}
.single-project-style1:hover .img-holder img {
transform:scale(1.2) rotate(0deg);	
}
.single-project-style1:hover .overlay-style-one{
opacity: 1;
}
.single-project-style1 .overlay-style-one .inner h3{
position: relative;
display: inline-block;
padding-bottom: 9px;
font-size: 24px;
font-weight: 700;
text-transform: capitalize;
border-bottom: 2px solid #fddb4e;
margin-bottom: 8px;
transition: all .4s ease-in-out .1s;
transform: translateY(-50px);
}
.single-project-style1:hover .overlay-style-one .inner h3{
transform: translateY(0px);    
}
.single-project-style1 .overlay-style-one .inner h3 a{
color: #ffffff;
}
.single-project-style1 .overlay-style-one .inner span{
position: relative;
display: block;
color: #fddb4e;
font-size: 12px;
font-weight: 400;
text-transform: uppercase;
transform: translateY(50px);
transition: all .4s ease-in-out .3s;
}
.single-project-style1:hover .overlay-style-one .inner span{
transform: translateY(0px);    
}
.single-project-style1 .img-holder .zoom-button {
position: absolute;
left: -60px;
bottom: -60px;
text-align: center;
display: block;
transform: rotateX(-90deg);
opacity: 0;
transition: all 300ms ease 200ms;
z-index: 2;
}
.single-project-style1:hover .img-holder .zoom-button{
opacity: 1;
transform: rotateX(0deg);
transition: all 700ms ease 800ms;    
}
.single-project-style1 .img-holder .zoom-button a{
position: relative;
display: block;
width: 170px;
height: 170px;
border-radius: 50%;
border: 15px solid rgba(255, 255, 255, 0.20);
transition: all 500ms ease;
}
.single-project-style1 .img-holder .zoom-button a span:before {
position: relative;
display: block;
color: #ffffff;
font-size: 30px;
line-height: 140px;
margin-left: 30px;
margin-top: -20px;
}
.single-project-style1 .img-holder .zoom-button a:hover{
background: #1723d9;    
} .whatwe-do-area{
position: relative;
display: block;
background: #ffffff;
padding: 0px 0 90px;
}
.single-whatwe-do-box {
position: relative;
display: block;
background: #ffffff;
border: 1px solid #ededed;
text-align: center;
padding: 66px 39px 62px;
z-index: 1;
transition: all 200ms linear;
transition-delay: 0.1s;
margin-bottom: 40px;
}
.single-whatwe-do-box:hover{
-webkit-box-shadow: 0px 0px 15px 4px #ECECEC; 
box-shadow: 0px 0px 15px 4px #ECECEC;
}
.single-whatwe-do-box:before{
position: absolute;
top: -1px;
left: -1px;
bottom: -1px;
right: -1px;
border: 2px solid #1723d9;
content: "";
transform: scaleX(0);
z-index: -1;
}
.single-whatwe-do-box:hover:before{
transform: scaleX(1.0); 
transition: all 700ms ease 100ms;
}
.single-whatwe-do-box .top{
position: relative;
display: block;
padding-bottom: 19px;
border-bottom: 1px solid #ededed;
}
.single-whatwe-do-box .top:before{
position: absolute;
left: 0;
bottom: -2px;
right: 0;
height: 2px;
background: #1723d9;
transform: scaleX(0);
content: "";
}
.single-whatwe-do-box:hover .top:before{
transform: scaleX(1.0);  
transition: all 700ms ease 100ms;
}
.single-whatwe-do-box .top h3{
font-size: 24px;
font-weight: 700;
}
.single-whatwe-do-box .icon {
position: relative;
display: block;
padding: 41px 0 21px;
}
.single-whatwe-do-box .icon span:before{
color: #b6b6b6;
font-size: 90px;
transition: all 100ms ease 100ms;
}
.single-whatwe-do-box:hover .icon span:before{
color: #1723d9;
transition: all 700ms ease 500ms;
}
.single-whatwe-do-box .text{
position: relative;
display: block;
padding-bottom: 32px;
}
.single-whatwe-do-box .text p{
margin: 0;
}
.single-whatwe-do-box .button{
position: relative;
display: block;    
}
.single-whatwe-do-box .button a{
} .fact-counter-area {
position: relative;
display: block;
background-attachment: scroll;
background-size: cover;
background-position: center top;
background-repeat: no-repeat;
padding: 130px 0 130px;
z-index: 1;
}
.fact-counter-area::before {
position: absolute;
top: 0;
left: 0;
height: 100%;
width: 100%;
background: rgba(0, 0, 0, 0.01) none repeat scroll 0 0;
content: "";
z-index: -1;
} 
.fact-counter{
display: flex;
justify-content: space-between;
flex-direction: row;
flex-wrap: wrap;
align-items: center;    
}
.single-fact-counter {
position: relative;
display: block;
max-width: 585px;
width: 100%;
border-bottom: 1px solid #1e1e1e;
border-right: 1px solid #1e1e1e;
padding-top: 24px;
padding-bottom: 66px;
}
.single-fact-counter:nth-child(2) {  
border-right: none;
padding-left: 70px;
}
.single-fact-counter:nth-child(3) {  
border-bottom: none;
padding-top: 64px;
padding-bottom: 24px;
}
.single-fact-counter:nth-child(4) {  
border-right: none;
border-bottom: none;
padding-top: 64px;
padding-left: 70px;
padding-bottom: 24px;
}
.single-fact-counter .count-box {
width: 190px;
}
.single-fact-counter .count-box h1{
position: relative;
color: #ffffff;
font-size: 72px;
line-height: 60px;
font-weight: 700;
}
.single-fact-counter .count-box h1 .timer{
position: relative;
display: inline-block; 
float: left;    
}
.single-fact-counter .count-box h1 .k {
position: absolute;
top: 2px;
right: 25px;
letter-spacing: normal;
font-size: 67px;
}
.single-fact-counter .count-box h1 .has {
position: relative;
display: inline-block;
float: left;
}
.single-fact-counter .count-box h1 .percent{
position: relative;
display: inline-block; 
float: left;
}
.single-fact-counter .count-box,
.single-fact-counter .title{
display: table-cell;
vertical-align: middle;
}
.single-fact-counter .title{
position: relative;
}
.single-fact-counter .title h3 {
color: #ffffff;
font-size: 18px;
line-height: 26px;
font-weight: 700;
font-family: 'Muli', sans-serif;
}
.single-fact-counter .title h3 span{
color: #fddb4e;
}
.single-fact-counter .count-box h1 span.dot{
position: relative;
display: inline-block;
letter-spacing: 0.4em;
}
.single-fact-counter .count-box h1 span.dot:before {
position: absolute;
left: 0;
bottom: 4px;
right: 20px;
width: 15px;
height: 15px;
border-radius: 50%;
margin: 0 auto;
background: #ffffff;
content: "";
z-index: -1;
} .team-area {
position: relative;
display: block;
padding-top: 130px;
padding-bottom: 86px;
}
.view-all-member{
position: relative;
display: block;
margin-top: 39px;    
}
.single-team-member {
position: relative;
display: block;
margin-bottom: 40px;
transition: all 500ms ease;
}
.single-team-member .img-holder {
position: relative;
display: block;
overflow: hidden;
}
.single-team-member .img-holder:before{
position: absolute;
left: 20px;
bottom: 20px;
width: 84px;
height: 48px;
background: url(//www.mywebsitefreelancer.com/wp-content/themes/jixic/assets/images/team/dotted-1.png);
content: "";
z-index: 2;
transition: all 200ms linear;
transition-delay: 0.1s;
}
.single-team-member:hover .img-holder:before{
width: 0;    
}
.single-team-member .img-holder:after{
position: absolute;
top: 20px;
left: 20px;
width: 0px;
height: 48px;
background: url(//www.mywebsitefreelancer.com/wp-content/themes/jixic/assets/images/team/dotted-2.png);
content: "";
z-index: 2;
transition: all 200ms linear;
transition-delay: 0.1s;
}
.single-team-member:hover .img-holder:after{
width: 84px;
}
.single-team-member .img-holder img{
width: 100%;
transform: scale(1.0);
transition: all 700ms ease;
-webkit-filter: grayscale(1);
filter: grayscale(1);
}
.single-team-member:hover .img-holder img{
transform:scale(1.05) rotate(0deg);	
filter: grayscale(.01);
}
.single-team-member .sociallinks {
position: absolute;
left: 0;
bottom: 20px;
right: 0;
width: 130px;
margin: 0 auto;
display: block;
padding: 3px 12px;
background: #ffffff;
border-radius: 25px;
transform: scaleY(0); 
transition: all 300ms ease 100ms;
z-index: 2;
}
.single-team-member:hover .sociallinks{
transform: scaleY(1.0);
transition: all 200ms linear;
transition-delay: 0.1s;
}
.single-team-member .sociallinks li {
position: relative;
display: inline-block;
float: left;
}
.single-team-member .sociallinks li a{
position: relative;
display: block;
overflow: hidden;
text-align: center;
}
.single-team-member .sociallinks li a i{
position: relative;
display: block;
width: 35px;
height: 35px;
border-radius: 50%;
background: transparent;
color: #7e7e7e;
font-size: 14px;
line-height: 35px;
transition: all 500ms ease;
}
.single-team-member .sociallinks li a:hover i{
color: #ffffff;
background: #1723d9;
}
.single-team-member .round-box {
position: absolute;
left: -60px;
bottom: -50px;
width: 140px;
height: 140px;
border-radius: 50%;
background: rgba(22, 36, 217, 0.40);
transition: all 200ms linear;
transition-delay: 0.1s;
-webkit-animation: pulse 2s infinite;
-o-animation: pulse 2s infinite;
animation: pulse 2s infinite;
}
.single-team-member:hover .round-box{
width: 0px;
height: 0px; 
transition: all 700ms ease 100ms;
}
.single-team-member .round-box-top {
position: absolute;
top: -50px;
left: -60px;
width: 0px;
height: 0px;
border-radius: 50%;
background: rgba(22, 36, 217, 0.99);
transition: all 200ms linear;
transition-delay: 0.1s;
-webkit-animation: pulse 2s infinite;
-o-animation: pulse 2s infinite;
animation: pulse 2s infinite;
}
.single-team-member:hover .round-box-top{
width: 140px;
height: 140px; 
transition: all 900ms ease 100ms;
}
.single-team-member .name {
position: relative;
display: block;
background: transparent;
padding: 23px 0 0;
transition: all 700ms ease 600ms;
}
.single-team-member .name h3{
font-size: 18px;
font-weight: 700;
margin: 0 0 2px;
}
.single-team-member .name h3 span{
font-weight: 500;
}
.single-team-member .name p {
position: relative;
display: block;
line-height: 20px;
margin: 0;
} .statements-area{
position: relative;
display: block;
background-attachment: scroll;
background-size: cover;
background-position: center top;
background-repeat: no-repeat;
padding: 130px 0 122px;
z-index: 1;    
}
.single-statements-item {
position: relative;
display: block;
margin-top: -4px;
}
.single-statements-item .title {
position: relative;
display: block;
color: #ffffff;
font-size: 13px;
line-height: 16px;
font-weight: 800;
text-transform: uppercase;
font-family: 'Montserrat', sans-serif;
}
.single-statements-item .title span{
position: relative;
display: inline-block;
}
.single-statements-item .title .dotted-left {
position: relative;
top: -2px;
display: inline-block;
margin-right: 10px;
width: 25px;
height: 5px;
}
.single-statements-item .title .dotted-left:before{
position: absolute;
top: 0;
left: 0;
width: 5px;
height: 5px;
background: #ffffff;
border-radius: 50%;
content: "";
}
.single-statements-item .title .dotted-left:after{
position: absolute;
top: 0;
right: 0;
width: 5px;
height: 5px;
background: #ffffff;
border-radius: 50%;
content: "";
}
.single-statements-item .title .dotted-left .dot{
position: relative;
display: block;
width: 5px;
height: 5px;
background: #ffffff;
border-radius: 50%;
margin: 0 auto;
}
.single-statements-item .title .dotted-right {
position: relative;
top: -2px;
display: inline-block;
margin-left: 10px;
width: 25px;
height: 5px;
}
.single-statements-item .title .dotted-right:before{
position: absolute;
top: 0;
left: 0;
width: 5px;
height: 5px;
background: #ffffff;
border-radius: 50%;
content: "";
}
.single-statements-item .title .dotted-right:after{
position: absolute;
top: 0;
right: 0;
width: 5px;
height: 5px;
background: #ffffff;
border-radius: 50%;
content: "";
}
.single-statements-item .title .dotted-right .dot{
position: relative;
display: block;
width: 5px;
height: 5px;
background: #ffffff;
border-radius: 50%;
margin: 0 auto;
}
.single-statements-item .big-title {
position: relative;
display: block;
padding: 48px 0 14px;
color: #ffffff;
font-size: 72px;
line-height: 70px;
font-weight: 800;
text-transform: uppercase;
font-family: 'Montserrat', sans-serif;
}
.single-statements-item .big-title span{
position: relative;
display: inline-block;
z-index: 1;
}
.single-statements-item .big-title span:before {
position: absolute;
top: 0;
left: -130px;
bottom: 0;
width: 100px;
height: 13px;
background: url(//www.mywebsitefreelancer.com/wp-content/themes/jixic/assets/images/shape/line-2.png);
content: "";
z-index: -1;
margin: 29px 0;
}
.single-statements-item .big-title span:after {
position: absolute;
top: 0;
right: -130px;
bottom: 0;
width: 100px;
height: 13px;
background: url(//www.mywebsitefreelancer.com/wp-content/themes/jixic/assets/images/shape/line-2.png);
content: "";
z-index: -1;
margin: 29px 0;
}
.single-statements-item .text{
position: relative;
display: block;    
}
.single-statements-item .text p{
color: #ffffff;
font-size: 18px;
line-height: 28px;
margin: 0;
}
.statements .owl-dots {
position: absolute;
margin-top: 0px !important;
top: -5px;
right: 0;
bottom: 0;
display: flex;
justify-content: center;
align-items: center;
flex-wrap: wrap;
flex-direction: column;
}
.statements .owl-dots .owl-dot {
position: relative;
display: block;
width: 12px;
height: 12px;
background: transparent;
border: 2px solid #ffffff;
margin: 10.5px 0px;
padding: 0px;
border-radius: 50%;
transition: all 500ms ease;
}
.statements .owl-dots .owl-dot span{
display:none;	
}
.statements .owl-dots .owl-dot:before{
position: absolute;
top: -3px;
left: -3px;
bottom: -3px;
right: -3px;
content: "";
background: #ffffff; 
border-radius: 50%;
transform: scale(0);
transition: all 500ms ease;
}
.statements .owl-dots .owl-dot.active{
border: 2px solid transparent;
}
.statements .owl-dots .owl-dot.active:before{
transform: scale(1.0);
} .testimonial-area {
position: relative;
display: block;
background: #f5f5f5;
background-position: center top;
background-attachment: scroll;
background-repeat: no-repeat;
background-size: cover;
padding-top: 130px;
padding-bottom: 110px;
z-index: 1;
}
.single-testimonial-item{
position: relative;
display: block;
background: #ffffff;
border: 2px solid #e8e8e8;
padding: 58px 40px 51px;
transition: all 300ms ease 100ms;
}
.single-testimonial-item:hover{
-webkit-box-shadow: 0px 4px 10px 3px #ebebeb; 
box-shadow: 0px 4px 10px 3px #ebebeb;
border: 2px solid transparent;
}
.single-testimonial-item .client-info {
position: relative;
display: block;
}
.single-testimonial-item .client-info .img-box{
position: relative;
width: 90px;
height: 90px;
border-radius: 50%;
}
.single-testimonial-item .client-info .img-box::before {
position: absolute;
top: 0px;
left: 0px;
bottom: 0px;
right: 0px;
content: "";
border: 2px solid transparent;
border-radius: 50%;
transition: all 0.5s ease-in-out 0s;
transform-style: preserve-3d;
transform: perspective(1200px) rotateY(0deg) translateZ(0px);
opacity: 1;
z-index: 1;
}
.single-testimonial-item:hover .client-info .img-box::before{
border-color: #1723d9;
}
.single-testimonial-item .client-info .img-box img{
width: 100%;
transition: all 700ms ease 300ms;
border-radius: 50%;
}
.single-testimonial-item:hover .client-info .img-box img{
transform: rotate(360deg);	
transition: all 700ms ease 100ms;
}
.single-testimonial-item .client-info .img-box span:before{
position: absolute;
bottom: 0;
right: 0;
width: 35px;
height: 35px;
background: #1723d9;
border-radius: 50%;
color: #ffffff;
font-size: 14px;
line-height: 35px;
text-align: center;
z-index: 2;
}
.single-testimonial-item .client-info .img-box,
.single-testimonial-item .client-info .twitter-id{
display: table-cell;
vertical-align: middle;
}
.single-testimonial-item .client-info .twitter-id{
position: relative;
padding-left: 80px;
}
.single-testimonial-item .client-info .twitter-id a{
position: relative;
display: inline-block;
color: #fddb4e;
font-size: 16px;
line-height: 20px;
font-weight: 700;
border-bottom: 1px solid #dedede;
transition: all 500ms ease;
}
.single-testimonial-item:hover .client-info .twitter-id a{
border-color: #fddb4e;
}
.single-testimonial-item .client-info .twitter-id a i {
position: relative;
display: inline-block;
padding-right: 5px;
}
.single-testimonial-item .text{
position: relative;
display: block;
padding-top: 32px;
padding-bottom: 31px;
}
.single-testimonial-item .text p{
margin: 0;
}
.single-testimonial-item .clinet-name{
position: relative;
display: block;
padding-left: 24px;
}
.single-testimonial-item .clinet-name:before{
position: absolute;
top: 2px;
left: 0;
bottom: 7px;
width: 4px;
background: #1723d9;
content: "";
}
.single-testimonial-item .clinet-name h3{
font-size: 18px;
line-height: 20px;
font-weight: 700;
margin: 0 0 3px;
}
.single-testimonial-item .clinet-name span{
position: relative;
display: inline-block;
line-height: 20px;
}
.testimonial-carousel.owl-carousel .owl-stage-outer{
padding-bottom: 20px;
}
.testimonial-carousel.owl-theme .owl-nav {
position: absolute;
top: -110px;
margin: 0;
right: -8px;
}
.testimonial-carousel.owl-theme .owl-nav .owl-prev {}
.testimonial-carousel.owl-theme .owl-nav .owl-next {} .latest-blog-area {
position: relative;
display: block;
background: #ffffff;
padding-top: 130px;
padding-bottom: 80px;
}
.single-blog-post {
position: relative;
display: block;
margin-bottom: 50px;
}
.single-blog-post .img-holder {
position: relative;
display: block;
overflow: hidden;
}
.single-blog-post .img-holder img {
width: 100%;
transform: scale(1.0);
}
.single-blog-post:hover .img-holder img {
transform:scale(1.2) rotate(1deg);	
}
.single-blog-post .overlay-style-one{
z-index: 2;
}
.single-blog-post:hover .overlay-style-one{
opacity: 1;
}
.single-blog-post .img-holder .overlay-style-one .box .inner a span:before{
position: relative;
display: inline-block;
color: #ffffff;
font-size: 30px;
line-height: 30px;
opacity: 0;
transform: translateY(50px);
transition: all 0.1s ease-in-out 0.9s;
}
.single-blog-post:hover .img-holder .overlay-style-one .box .inner a span:before{
opacity: 1;
transform: translateY(0px); 
transition: all 0.5s ease-in-out 0.5s;
}
.single-blog-post .img-holder .overlay-style-one .box .inner a:hover span:before{
color: #1723d9;    
}
.single-blog-post .author-info {
position: absolute;
top: 20px;
left: 20px;
min-height: 35px;
z-index: 3;
}
.single-blog-post .author-info .img-box{
width: 35px;
}
.single-blog-post .author-info .img-box img{
border-radius: 50%;
transform: none;
}
.single-blog-post .author-info .img-box,
.single-blog-post .author-info .title-box{
display: table-cell;
vertical-align: middle;
}
.single-blog-post .author-info .title-box{
padding-left: 10px;
}
.single-blog-post .author-info .title-box h6{
color: #ffffff;
font-size: 12px;
line-height: 20px;
font-weight: 800;
text-transform: uppercase;
}
.single-blog-post .date-box {
position: absolute;
bottom: 0px;
right: 0px;
width: 120px;
height: 50px;
background: #ffffff;
text-align: right;
z-index: 3;
}
.single-blog-post .date-box h3{
color: #adadad;
font-size: 24px;
line-height: 50px;
font-weight: 700;
text-transform: uppercase;
}
.single-blog-post .date-box h3 span{
font-size: 14px;
}
.single-blog-post .text-holder {
position: relative;
display: block;
padding: 33px 0px 0;
}
.single-blog-post .text-holder .blog-title {
position: relative;
display: block;
font-size: 20px;
line-height: 30px;
font-weight: 700;
padding-bottom: 22px;
}
.single-blog-post .text-holder .blog-title a{
color: #1d1d1d;
transition: all 500ms ease;
}
.single-blog-post .text-holder .blog-title a:hover{
color: #1723d9;
}
.single-blog-post .meta-box {
position: relative;
display: block;
overflow: hidden;
padding: 0 0 13px;
}
.single-blog-post .meta-box .meta-info {
position: relative;
display: block;
overflow: hidden;
}
.single-blog-post .meta-box .meta-info li {
position: relative;
display: inline-block;
float: left;
color: #1723d9;
font-size: 16px;
line-height: 24px;
font-weight: 700;
}
.single-blog-post .meta-box .meta-info li:last-child{}
.single-blog-post .meta-box .meta-info li a{
position: relative;
display: inline-block;
color: #1723d9;
font-size: 16px;
font-weight: 700;
text-transform: capitalize;
transition: all 500ms ease;
}
.single-blog-post .meta-box .meta-info li a:hover{
color: #1d1d1d;
} .brand-area {
position: relative;
display: block;
background: #ffffff;
}
.brand-area .outer-container{
position: relative;
display: block;
}
.brand-items{
display: flex;
justify-content: space-between;
flex-direction: row;
flex-wrap: wrap;
align-items: center;
}
.single-brand-item {
position: relative;
flex: 0 0 16.666666%;
max-width: 16.666666%;
width: 100%;
border: 1px solid #ededed;
border-left: none;
padding: 40px 0;
}
.single-brand-item:last-child{
border-right: none;
}
.single-brand-item a {
position: relative;
display: inline-block;
width: 100%;
background: #ffffff;
text-align: center;
z-index: 1;
transition: all 700ms ease 200ms;
}
.single-brand-item a img{
width: auto;
transition: all 900ms ease 200ms;
transform: perspective(1200px) rotateY(0deg) translateZ(0px);
}
.single-brand-item:hover a img{
transform: perspective(1200px) rotateY(3deg) translateZ(0px);
}
.single-brand-item a .overlay{
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
content: "";
background: rgba(255, 255, 255, 0.80);
transform: scaleX(0);
transition: all 700ms ease 100ms;
}
.single-brand-item a:hover .overlay{
transform: scaleY(1);
}
.single-brand-item a .overlay .box{
display: table;
width: 100%;
height: 100%;
}
.single-brand-item a .overlay .box .inner{
display: table-cell;
vertical-align: middle;
text-align: center;
}
.single-brand-item a .overlay .box .inner h6{
position: relative;
display: inline-block;
color: #1d1d1d;
font-size: 14px;
line-height: 20px;
font-weight: 700;
text-transform: uppercase;
opacity: 0;
transform: translateY(50px);
transition: all 700ms ease 600ms;
}
.single-brand-item a:hover .overlay .box .inner h6{
opacity: 1;
transform: translateY(0px);
transition: all 0.3s ease-in-out 0.1s;
} .footer-area {
position: relative;
display: block;
background: #0a0a0a;
overflow: hidden;
z-index: 1;
}
.parallax-scene {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
z-index: -1;
}
.footer-area .shape {
position: absolute;
top: 0px !important;
left: -30px !important;
width: 174px;
height: 252px;
background-image: url(//www.mywebsitefreelancer.com/wp-content/themes/jixic/assets/images/footer/shape-1.png);
background-repeat: no-repeat;
background-position: center;
}
.footer-area .shape2 {
position: absolute;
top: -5px !important;
left: auto!important;
right: 300px;
width: 133px;
height: 67px;
background-image: url(//www.mywebsitefreelancer.com/wp-content/themes/jixic/assets/images/footer/shape-2.png);
background-repeat: no-repeat;
background-position: center;
}
.footer-area .shape3 {
position: absolute;
left: 80px !important;
bottom: -90px !important;
width: 182px;
height: 192px;
background-image: url(//www.mywebsitefreelancer.com/wp-content/themes/jixic/assets/images/footer/shape-3.png);
background-repeat: no-repeat;
background-position: center;
top: auto !important;
}
.footer-area .shape4 {
position: absolute;
top: auto !important;
left: auto !important;
right: 50px !important;
bottom: 120px !important;
width: 140px;
height: 140px;
background-image: url(//www.mywebsitefreelancer.com/wp-content/themes/jixic/assets/images/footer/shape-4.png);
background-repeat: no-repeat;
background-position: center;
-webkit-animation: fa-spin 25s infinite alternate;
-moz-animation: fa-spin 25s infinite alternate;
-ms-animation: fa-spin 25s infinite alternate;
-o-animation: fa-spin 25s infinite alternate;
animation: fa-spin 25s infinite alternate;
}
.single-footer-widget {
position: relative;
display: block;
overflow: hidden;
}
.single-footer-widget.martop30 {
margin-top: 30px;
}
.single-footer-widget .title {
position: relative;
display: block;
margin-top: -3px;
padding-bottom: 25px;
}
.single-footer-widget .title h3 {
color: #ffffff;
font-size: 14px;
line-height: 20px;
font-weight: 800;
text-transform: uppercase;
}
.single-footer-widget .footer-logo {
position: relative;
display: block;
padding-bottom: 35px;
}
.single-footer-widget .footer-logo a{
display: inline-block;
}
.single-footer-widget .footer-company-info-text{
position: relative;
display: block;
}
.single-footer-widget .footer-company-info-text h3{
color: #f2f2f2;
font-size: 18px;
line-height: 24px;
font-weight: 700;
}
.single-footer-widget .footer-company-info-text ul{
position: relative;
display: block;
padding-top: 16px;
}
.single-footer-widget .footer-company-info-text ul li{
color: #afafaf;
font-size: 16px;
line-height: 26px;
font-weight: 400;
margin-bottom: 10px;
}
.single-footer-widget .footer-company-info-text ul li:last-child{
margin-bottom: 0;
}
.single-footer-widget .information-links {
position: relative;
display: block;
}
.single-footer-widget .information-links li {
position: relative;
display: block;
line-height: 30px;
margin-bottom: 6px;
}
.single-footer-widget .information-links li:last-child{
margin-bottom: 0;
}
.single-footer-widget .information-links li a{
position: relative;
display: inline-block;
color: #afafaf;
font-size: 16px;
font-weight: 400;
transition: all 500ms ease;
z-index: 1;
}
.single-footer-widget .information-links li a:before {
position: absolute;
top: 0;
left: 0;
bottom: 0;
width: 0%;
height: 2px;
background: #989898;
margin: 16px 0;
transform: scale(1.0);
content: "";
transition: all 0.3s ease-in-out 0.1s;
z-index: -1;
}
.single-footer-widget .information-links li:hover a:before{
width: 100%;
}
.single-footer-widget .information-links li a:hover{
color: #ffffff;
}
.single-footer-widget .service-links {
position: relative;
display: block;
}
.single-footer-widget .service-links li {
position: relative;
display: block;
line-height: 30px;
margin-bottom: 6px;
}
.single-footer-widget .service-links li:last-child{
margin-bottom: 0;
}
.single-footer-widget .service-links li a{
position: relative;
display: inline-block;
color: #afafaf;
font-size: 16px;
font-weight: 400;
transition: all 500ms ease;
z-index: 1;
}
.single-footer-widget .service-links li a:before {
position: absolute;
top: 0;
left: 0;
bottom: 0;
width: 0%;
height: 2px;
background: #989898;
margin: 16px 0;
transform: scale(1.0);
content: "";
transition: all 0.3s ease-in-out 0.1s;
z-index: -1;
}
.single-footer-widget .service-links li:hover a:before{
width: 100%;
}
.single-footer-widget .service-links li a:hover{
color: #ffffff;
}
.single-footer-widget .subscribe-box{
position: relative;
display: block;
padding-top: 3px;
}
.single-footer-widget .subscribe-box .text{
position: relative;
display: block;
padding-bottom: 24px;
}
.single-footer-widget .subscribe-box .text p{
color: #afafaf;
font-size: 16px;
line-height: 24px;
font-weight: 400;
margin: 0;
}
.single-footer-widget .subscribe-form {
position: relative;
display: block;
max-width: 270px;
width: 100%;
}
.single-footer-widget .subscribe-form input[type="email"]{
position: relative;
display: block;
background: #0a0a0a;
border: 1px solid #242424;
color: #7e7e7e;
font-size: 16px;
font-weight: 400;
width: 100%;
height: 50px;
margin-bottom: 0px;
padding: 0 20px;
padding-right: 45px;
transition: all 500ms ease;
}
.single-footer-widget .subscribe-form input::-webkit-input-placeholder {
color: #7e7e7e;
}
.single-footer-widget .subscribe-form input:-moz-placeholder {
color: #7e7e7e;
}
.single-footer-widget .subscribe-form input::-moz-placeholder {
color: #7e7e7e;
}
.single-footer-widget .subscribe-form input:-ms-input-placeholder {
color: #7e7e7e;
}
.single-footer-widget .subscribe-form button {
position: absolute;
top: 0;
right: 0;
width: 40px;
height: 50px;
border: 1px solid #242424;
border-left: none;
display: block;
background: #0a0a0a;
color: #7d7d7d;
font-size: 18px;
line-height: 48px;
font-weight: 500;
transition: all 500ms ease;
}
.single-footer-widget .subscribe-form button:before{
position: absolute;
top: 10px;
left: 0;
bottom: 10px;
width: 1px;
background: #242424;
content: "";
}
.single-footer-widget .subscribe-form input[type="email"]:focus {
color: #ffffff;
border: 1px solid #afafaf;
}
.single-footer-widget .subscribe-form input[type="email"]:focus + button, 
.single-footer-widget .subscribe-form button:hover{
color: #fff;
border: 1px solid #afafaf;
border-left: none;
background: none !important;
}
.single-footer-widget .subscribe-box .footer-social-links{
position: relative;
display: block;
padding-top: 20px;
}
.footer-bottom {
position: relative;
display: block;
border-top: 1px solid #242424;
}
.footer-bottom .footer-bottom-content {
display: flex;
justify-content: space-between;
flex-direction: row;
flex-wrap: wrap;
align-items: center;
padding: 22px 0;
}
.footer-bottom .copyright-text p {
color: #afafaf;
font-size: 16px;
line-height: 24px;
font-weight: 400;
text-transform: capitalize;
margin: 0;
}
.footer-bottom .copyright-text p a {
position: relative;
display: inline-block;
border-bottom: 1px solid #ffffff;
padding: 0 3px;
color: #ffffff;
transition: all 500ms ease;
}
.footer-bottom .copyright-text p a:hover{
color: #1723d9;
}
.footer-menu-style1{
position: relative;
display: block;
}
.footer-menu-style1 ul{
display: block;
overflow: hidden;
}
.footer-menu-style1 ul li{
position: relative;
display: inline-block;
float: left;
margin-right: 9px;
padding-right: 10px;
z-index: 1;
}
.footer-menu-style1 ul li:last-child{
margin: 0;
padding: 0;
}
.footer-menu-style1 ul li:before{
position: absolute;
top: 8px;
right: 0;
bottom: 4px;
width: 1px;
background: #3a3939;
content: "";
z-index: -1;
}
.footer-menu-style1 ul li:last-child:before{
display: none;
}
.footer-menu-style1 ul li a{
position: relative;
display: inline-block;
color: #afafaf;
font-size: 16px;
line-height: 24px;
font-weight: 400;
transition: all 200ms linear;
transition-delay: 0.1s;
}
.footer-menu-style1 ul li a:hover{
color: #ffffff;
} .main-header.style2{
position: relative;
left: 0px;
top: 0px;
width: 100%;
background: transparent;
padding-bottom: 0px;
z-index: 9999999;
transition: all 300ms ease;
}
.main-header.style2.fixed-header {
position: relative;
left: 0px;
top: 0px;
width: 100%;
z-index: 9999999;
padding: 0;
background: transparent;
box-shadow: none;
transition: none;
}
.main-header.style2.fixed-header .main-menu .navigation > li > a {
padding: 35px 0px 35px;
}
.header-top-style2 {
position: relative;
display: block;
padding: 10px 0;
background: transparent;
}
.header-top-style2 .outer-box{
position: relative;
display: block;
}
.header-top-style2 .outer-box .top-left{
position: relative;
display: block;
max-width: 535px;
width: 100%;
}
.header-top-style2 .outer-box .top-left p {
color: #1d1d1d;
font-size: 16px;
line-height: 24px;
font-weight: 400;
font-family: 'Poppins', sans-serif;
margin: 0;
}
.header-top-style2 .outer-box .top-left p span:before{
position: relative;
top: 7px;
display: inline-block;
padding-right: 10px;
color: #ff8b00;
font-size: 25px;
}
.header-top-style2 .outer-box .top-left p a{
color: #24119e;
font-size: 14px;
font-weight: 600;
text-transform: capitalize;
border-bottom: 1px dashed #24119e;
}
.header-top-style2 .outer-box .top-right {
position: relative;
display: block;
max-width: 585px;
width: 100%;
}
.top-contact-info{
position: relative;
display: block;
float: left;
}
.top-contact-info li{
position: relative;
display: inline-block;
float: left;
margin-right: 30px;
color: #d1bafb;
font-size: 16px;
line-height: 30px;
font-weight: 400;
font-family: 'Muli', sans-serif;
}
.top-contact-info li:last-child{
margin-right: 0;
}
.top-contact-info li i:before{
position: relative;
top: 2px;
display: inline-block;
padding-right: 10px;
color: #ffffff;
font-size: 16px;
}
.top-contact-info li span{
color: #ffffff;
font-weight: 500;
}
.header-top-style2 .outer-box .top-right .top-social-links {
float: right;
}
.header-upper-style2 {
position: relative;
display: block;
background: transparent;
padding: 0;
}
.header-upper-style2 .outer-box {
position: relative;
display: block;
min-height: 90px;
background: transparent;
z-index: 3;
}
.header-upper-style2 .outer-box:before {
position: absolute;
top: -19px;
left: -20px;
bottom: 0;
max-width: 1138px;
width: 100%;
height: 128px;
background: url(//www.mywebsitefreelancer.com/wp-content/themes/jixic/assets/images/shape/menu-bg.png);
background-repeat: no-repeat;
background-position: top left;
content: "";
z-index: -1;
}
.header-upper-style2 .outer-box:after {
position: absolute;
top: 0;
right: 0;
bottom: 0;
max-width: 680px;
width: 100%;
height: 100px;
background: url(//www.mywebsitefreelancer.com/wp-content/themes/jixic/assets/images/shape/menu-bg-2.png);
background-repeat: no-repeat;
background-position: top right;
content: "";
z-index: -2;
}
.header-upper-style2 .outer-box .header-upper-left {
position: relative;
display: block;
padding-left: 40px;
}
.header-upper-style2 .outer-box .header-upper-left .logo {
position: relative;
display: block;
padding: 22px 0 23px;
transition: all 200ms linear;
transition-delay: 0.1s;
}
.header-upper-style2 .outer-box .header-upper-left .logo a{
position: relative;
display: inline-block;
}
.header-upper-style2 .outer-box .header-upper-right{
position: relative;
display: block;    
}
.header-upper-style2 .outer-box .header-upper-right .nav-outer {
position: relative;
display: block;
float: left;
top: 0;
left: 0;
bottom: 0;
right: 0;
}
.navbar-header {
display: none;
}
.main-menu.style2 .navigation > li {
margin-right: 40px;
}
.main-menu.style2 .navigation > li:last-child {
margin-right: 0px;
}
.main-menu.style2 .navigation > li > a {
color: #1d1d1d;
font-size: 16px;
font-weight: 600;
text-transform: capitalize;
padding: 35px 0px 35px;
transition: all 200ms linear;
transition-delay: 0.1s;
}
.main-menu.style2 .navigation > li:hover > a,
.main-menu.style2 .navigation > li.current > a{
color: #ea1c74;
}
.menu-right-content {
position: relative;
display: block;
float: right;
}
.menu-right-content .cart-box {
position: relative;
display: inline-block;
float: left;
padding: 22px 0 23px;
padding-right: 20px;
margin-left:20px;
padding-left: 20px;
}
.menu-right-content .cart-box:before{
position: absolute;
top: 25px;
left: 0;
bottom: 25px;
width: 1px;
background: #eeeeee;
content: "";
}
.menu-right-content .cart-box a{
position: relative;
display: block;
width: 45px;
height: 45px;
border-radius: 50%;
border: 1px solid transparent;
}
.menu-right-content .cart-box a span:before {
position: relative;
display: block;
text-align: center;
color: #1d1d1d;
font-size: 20px;
line-height: 43px;
transition: all 500ms ease;
}
.menu-right-content .cart-box a:hover span:before{
color: #e62c58;    
}
.menu-right-content .cart-box a span.number {
position: absolute;
top: 0;
right: 0px;
width: 20px;
height: 20px;
background: #e62c58;
border-radius: 50%;
color: #ffffff;
font-size: 12px;
line-height: 20px;
font-weight: 400;
display: block;
text-align: center;
font-family: 'Poppins', sans-serif;
}
.menu-right-content .outer-search-box {
position: relative;
display: inline-block;
float: right;
transition: all 500ms ease 100ms;
padding: 0px 0;
margin-left: 0px;
}
.menu-right-content .outer-search-box .seach-toggle {
position: relative;
display: block;
background: #24119e;
color: #ffffff;
font-size: 16px;
line-height: 90px;
cursor: pointer;
text-align: center;
height: 90px;
width: 70px;
border-radius: 0px;
margin: 0;
transition: all 500ms ease;
}
.menu-right-content .outer-search-box .seach-toggle:hover,
.menu-right-content .outer-search-box .seach-toggle.active{
color: #e62c58;
}
.menu-right-content .search-box {
position: absolute;
top: 120%;
right: 0%;
background: #1d1d1d;
opacity: 0;
padding: 20px;
transition: all 500ms ease 0s;
visibility: hidden;
z-index: 100;
margin-left: 0;
}
.menu-right-content .search-box.now-visible {
top: 100%;
opacity: 1;
visibility: visible;
z-index: 100;
}
.menu-right-content .search-box .form-group{
position:relative;
padding: 0px;
margin: 0px;
width: 100%;
min-width: 250px;
}
.menu-right-content .search-box .form-group input[type="search"] {
background: #ffffff none repeat scroll 0 0;
border: 1px solid #1f1f23;
color: #000;
display: block;
font-size: 13px;
line-height: 24px;
position: relative;
transition: all 500ms ease 0s;
width: 100%;
height: 45px;
padding-left: 15px;
padding-right: 50px;
}
.menu-right-content .search-box .form-group input[type="search"]:focus{
border-color: #f5f5f5;	
}
.menu-right-content .search-box .form-group button, 
.menu-right-content .search-box .form-group input[type="submit"] {
position: absolute;
right: 0;
top: 0;
display: block;
cursor: pointer;
background: #1f1f23;
color: #fff;
font-size: 13px;
height: 45px;
line-height: 45px;
width: 45px;
transition: all 500ms ease 0s;
}
.menu-right-content .search-box .form-group button:hover,
.menu-right-content .search-box .form-group input:focus + button{
color: #222222;
background: #f5f5f5;
}
.sticky-header {
position: fixed;
opacity: 0;
visibility: hidden;
left: 0px;
top: 0px;
width: 100%;
padding: 0px 0px;
background: #ffffff;
z-index: 0;
transition: all 500ms ease;
-moz-transition: all 500ms ease;
-webkit-transition: all 500ms ease;
-ms-transition: all 500ms ease;
-o-transition: all 500ms ease;
}
.fixed-header .sticky-header {
visibility: visible;
-ms-animation-name: fadeInDown;
-moz-animation-name: fadeInDown;
-op-animation-name: fadeInDown;
-webkit-animation-name: fadeInDown;
animation-name: fadeInDown;
-ms-animation-duration: 500ms;
-moz-animation-duration: 500ms;
-op-animation-duration: 500ms;
-webkit-animation-duration: 500ms;
animation-duration: 500ms;
-ms-animation-timing-function: linear;
-moz-animation-timing-function: linear;
-op-animation-timing-function: linear;
-webkit-animation-timing-function: linear;
animation-timing-function: linear;
-ms-animation-iteration-count: 1;
-moz-animation-iteration-count: 1;
-op-animation-iteration-count: 1;
-webkit-animation-iteration-count: 1;
animation-iteration-count: 1;
box-shadow: 0 0 10px rgba(0,0,0,.1);
opacity: 1;
z-index: 999999;
}
.sticky-header .logo {
position: relative;
display: block;
padding: 22px 0 23px;
}
.sticky-header .logo a {
display: inline-block;
} .banner-section {
position: relative;
display: block;
background: #ffffff;
padding: 350px 0 201px;
margin-top: -160px;
}
.banner-section:before {
position: absolute;
content: '';
background: url(//www.mywebsitefreelancer.com/wp-content/themes/jixic/assets/images/slides/slide-v2-bg-1.jpg);
width: 1025px;
height: 950px;
top: 0px;
right: 0px;
background-repeat: no-repeat;
}
.anim-icon{
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;  
}
.anim-icon .icon {
position: absolute;
background-repeat: no-repeat;
}
.banner-section .anim-icon .icon-1 {
background: url(//www.mywebsitefreelancer.com/wp-content/themes/jixic/assets/images/slides/shape/1.png);
width: 250px;
height: 250px;
top: 0px;
left: 0px;
}
.banner-section .anim-icon .icon-2 {
background: url(//www.mywebsitefreelancer.com/wp-content/themes/jixic/assets/images/slides/shape/2.png);
width: 145px;
height: 160px;
top: 410px;
left: 130px;
-webkit-animation: fa-spin 25s infinite alternate;
-moz-animation: fa-spin 25s infinite alternate;
-ms-animation: fa-spin 25s infinite alternate;
-o-animation: fa-spin 25s infinite alternate;
animation: fa-spin 25s infinite alternate;
}
.banner-section .anim-icon .icon-3 {
background: url(//www.mywebsitefreelancer.com/wp-content/themes/jixic/assets/images/slides/shape/3.png);
width: 277px;
height: 322px;
top: 270px;
left: 600px;
}
.banner-section .anim-icon .icon-4 {
background: url(//www.mywebsitefreelancer.com/wp-content/themes/jixic/assets/images/slides/shape/4.png);
width: 150px;
height: 172px;
left: 560px;
bottom: 100px;
}
.banner-section .anim-icon .icon-5 {
background: url(//www.mywebsitefreelancer.com/wp-content/themes/jixic/assets/images/slides/shape/5.png);
width: 89px;
height: 90px;
left: 0px;
bottom: 150px;
right: 0;
margin: 0 auto;
}
.banner-carousel{
position: relative;
background: #ffffff;
padding: 56px 50px 60px;
border-radius: 15px;
-webkit-box-shadow: 0px 2px 7px 3px rgba(241,241,241,0.8); 
box-shadow: 0px 2px 7px 3px rgba(241,241,241,0.8); 
z-index: 2;
}
.banner-carousel:before{
position: absolute;
top: 0;
left: 0;
bottom: 15px;
right: 0;
background: #ffffff;
content: "";
z-index: -1;
border-radius: 15px;
-webkit-box-shadow: 0px 2px 7px 3px rgba(241,241,241,0.8); 
box-shadow: 0px 2px 7px 3px rgba(241,241,241,0.8); 
}
.banner-carousel .single-item{
position: relative;
display: block;
}
.banner-carousel .single-item .big-title{
color: #1d1d1d;
font-size: 72px;
line-height: 60px;
font-weight: 800;
text-transform: uppercase;
font-family: 'Poppins', sans-serif;
}
.banner-carousel .single-item h2{
color: #1d1d1d;
font-size: 30px;
line-height: 40px;
font-weight: 500;
margin: 17px 0 23px;
}
.banner-carousel .single-item p{
color: #7e7e7e;
font-size: 18px;
line-height: 28px;
font-weight: 400;
margin: 0 0 32px;
}
.banner-carousel .single-item a{}
.banner-carousel.owl-carousel .owl-stage-outer{
padding-bottom: 0px;
}
.banner-carousel.owl-theme .owl-nav {
position: absolute;
bottom: -100px;
margin: 0;
right: -8px;
}
.banner-carousel.owl-carousel .owl-nav [class*="owl-"]:hover{
color: #ffffff;
border-color: #fb7418;
background: #FF8B00;
background: -moz-linear-gradient(left, #FF8B00 0%, #F66821 50%, #e62d57 100%);
background: -webkit-linear-gradient(left, #FF8B00 0%, #F66821 50%, #e62d57 100%);
background: linear-gradient(to right, #FF8B00 0%, #F66821 50%, #e62d57 100%);
}
.banner-carousel.owl-carousel .owl-nav [class*="owl-"]:hover span:before {
color: #ffffff;
} .services-style1-area {
position: relative;
display: block;
background: #ffffff;
padding: 150px 0 95px;
z-index: 1;
}
.services-style1-area:before {
position: absolute;
top: 0px;
left: -225px;
background-image: url(//www.mywebsitefreelancer.com/wp-content/themes/jixic/assets/images/services/shape/service-area-bg.png);
background-repeat: no-repeat;
background-position: left top;
width: 700px;
height: 700px;
content: "";
z-index: -1;
-webkit-animation: fa-spin 25s infinite alternate;
-moz-animation: fa-spin 25s infinite alternate;
-ms-animation: fa-spin 25s infinite alternate;
-o-animation: fa-spin 25s infinite alternate;
animation: fa-spin 25s infinite alternate;
}
.services-style1-area .shape{
position: absolute;
top: 145px;
left: -20px;
background: url(//www.mywebsitefreelancer.com/wp-content/themes/jixic/assets/images/services/shape/service-area-bg-2.png);
width: 329px;
height: 412px;
content: "";
}
.single-service-style1 {
position: relative;
display: block;
background: #ffffff;
padding: 42px 40px 44px;
max-width: 370px;
width: 100%;
margin: 0 auto 50px;
-webkit-box-shadow: 0px 3px 5px 2px rgba(237,237,237,0.82);
box-shadow: 0px 3px 5px 2px rgba(237,237,237,0.82);
border-radius: 15px 15px 0px 0;
z-index: 1;
}
.single-service-style1:before{
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
content: "";
background: url(//www.mywebsitefreelancer.com/wp-content/themes/jixic/assets/images/services/shape/single-service-style1-bg.png);
background-repeat: no-repeat;
background-position: top right;
background-size: cover;
z-index: -1;
}
.single-service-style1:after {
position: absolute;
left: 0;
bottom: -5px;
right: 0;
height: 0px;
content: "";
background: #e62c58;
border-radius: 30px;
transition: all 200ms linear;
transition-delay: 0.1s;
z-index: -3;
}
.single-service-style1:hover:after {
height: 10px;
}
.single-service-style1.style1:after{
background: #24119e;
}
.single-service-style1.style3:after{
background: #ff8b00;
}
.single-service-style1 .text-holder {
position: relative;
display: block;
}
.single-service-style1 .text-holder p{
margin: 0 0 21px;
}
.single-service-style1 .text-holder a.thm-btn4{}
.single-service-style1.style1 .text-holder a.thm-btn4:before{
background: #24119e;    
}
.single-service-style1.style1 .text-holder a.thm-btn4:hover{
color: #24119e;
}
.single-service-style1 .icon-holder{
position: relative;
display: block;
width: 80px;
height: 90px;
margin: 33px auto 36px;
text-align: center;
border: 1px solid #ececec;
border-radius: 40px;
transition: all 200ms linear;
transition-delay: 0.1s;
z-index: 1;
}
.single-service-style1 .icon-holder:before {
position: absolute;
top: -1px;
left: -30px;
right: 0;
background: url(//www.mywebsitefreelancer.com/wp-content/themes/jixic/assets/images/services/shape/icon-bg-1.png);
width: 141px;
height: 92px;
background-repeat: no-repeat;
content: "";
z-index: -1;
}
.single-service-style1 .icon-holder:after {
position: absolute;
top: -1px;
left: -30px;
right: 0;
background: url(//www.mywebsitefreelancer.com/wp-content/themes/jixic/assets/images/services/shape/icon-bg-1-overlay.png);
width: 141px;
height: 92px;
background-repeat: no-repeat;
content: "";
z-index: -1;
opacity: 0;
transform: scale(0.9);
transition: all 200ms linear;
transition-delay: 0.1s;
}
.single-service-style1:hover .icon-holder:after{
opacity: 1;
transform: scale(1.0);
}
.single-service-style1:hover .icon-holder{
background: #24119e;
border-color: #24119e;
}
.single-service-style1 .icon-holder span:before{
position: relative;
display: block;
color: #27149f;
font-size: 45px;
line-height: 88px;
transition: all 200ms linear;
transition-delay: 0.2s;
}
.single-service-style1:hover .icon-holder span:before{
color: #ffffff;
}
.single-service-style1 .title-holder{
position: relative;
display: block;
text-align: right;
}
.single-service-style1 .title-holder h3{
font-size: 18px;
line-height: 24px;
font-weight: 600;
font-family: 'Poppins', sans-serif;
}
.single-service-style1 .title-holder h3 a{
color: #1b1b1b;
}
.single-service-style1.style2 .icon-holder:before {
background: url(//www.mywebsitefreelancer.com/wp-content/themes/jixic/assets/images/services/shape/icon-bg-2.png);
}
.single-service-style1.style2 .icon-holder:after {
background: url(//www.mywebsitefreelancer.com/wp-content/themes/jixic/assets/images/services/shape/icon-bg-2-overlay.png);
}
.single-service-style1.style2:hover .icon-holder:after{
opacity: 1;
transform: scale(1.0);
}
.single-service-style1.style2:hover .icon-holder{
background: #e62c58;
border-color: #e62c58;
}
.single-service-style1.style2 .icon-holder span:before{
color: #e62d59;    
}
.single-service-style1.style2:hover .icon-holder span:before{
color: #ffffff;
}
.single-service-style1.style3 .icon-holder:before {
background: url(//www.mywebsitefreelancer.com/wp-content/themes/jixic/assets/images/services/shape/icon-bg-3.png);
}
.single-service-style1.style3 .icon-holder:after {
background: url(//www.mywebsitefreelancer.com/wp-content/themes/jixic/assets/images/services/shape/icon-bg-3-overlay.png);
}
.single-service-style1.style3:hover .icon-holder:after{
opacity: 1;
transform: scale(1.0);
}
.single-service-style1.style3:hover .icon-holder{
background: #ff8b00;
border-color: #ff8b00;
}
.single-service-style1.style3 .icon-holder span:before{
color: #ff8b00;    
}
.single-service-style1.style3:hover .icon-holder span:before{
color: #ffffff;
}
.single-service-style1.style3 .text-holder a.thm-btn4:before{
background: #ff8b00;    
}
.single-service-style1.style3 .text-holder a.thm-btn4:hover{
color: #ff8b00;
} .about-style2-area{
position: relative;
display: block;
background: #ffffff;
padding-top: 5px;
padding-bottom: 150px;
}
.about-style2-area .pattern-layer {
position: absolute;
top: 0;
right: 0px;
bottom: 0px;
background-repeat: no-repeat;
background-position: top right;
background-size: auto;
max-width: 880px;
width: 100%;
height: 754px;
}
.about-style2-area .shape {
position: absolute;
top: 90px;
right: 100px;
}
.about-style2-area .sec-title-style2 {
padding-bottom: 34px;
}
.about-style2-content{
position: relative;
display: block;
}
.about-style2-content .text{
position: relative;
display: block;
padding-bottom: 33px;
}
.about-style2-content .text h3{
color: #e62c58;
font-size: 18px;
line-height: 26px;
font-weight: 600;
margin: 0 0 15px;
font-family: 'Poppins', sans-serif;
}
.about-style2-content .text p{
margin: 0;
}
.accordion-holder{
position:relative;	
}
.accordion-holder .accordion{
position:relative;
margin-bottom: 20px;
}
.accordion-holder .accordion:last-child{
margin-bottom: 0;
}
.accordion-holder .accordion .acc-btn {
position: relative;
display: block;
background: #ffffff;
padding-left: 110px;
border: 1px solid #eeeeee;
cursor: pointer;
border-top-left-radius: 30px;
border-top-right-radius: 30px;
border-bottom-left-radius: 30px;
border-bottom-right-radius: 30px;
transition: all 200ms linear;
transition-delay: 0.1s;
z-index: 1;
}
.accordion-holder .accordion .acc-btn.active {
border-color: #24119e;
background: #24119e;
border-bottom-left-radius: 0px;
border-bottom-right-radius: 0px;
}
.accordion-holder .accordion .acc-btn::after {
position: absolute;
top: 11px;
right: 22px;
font-family: "Flaticon";
content: "\f105";
display: block;
width: 30px;
height: 30px;
color: #1b1b1b;
font-size: 16px;
line-height: 30px;
font-weight: 800;
text-align: center;
border-radius: 0%;
transition: all 200ms linear;
transition-delay: 0.1s;
}
.accordion-holder .accordion .acc-btn.active::after{
color: #ffffff;
content: "\f106";    
}
.accordion-holder .accordion .acc-btn .year {
position: absolute;
top: -1px;
left: -1px;
display: block;
width: 110px;
text-align: center;
background: #FF8B00;
background: -moz-linear-gradient(left, #FF8B00 0%, #F66821 50%, #e62d57 100%);
background: -webkit-linear-gradient(left, #FF8B00 0%, #F66821 50%, #e62d57 100%);
background: linear-gradient(to right, #FF8B00 0%, #F66821 50%, #e62d57 100%);
color: #fff;
font-size: 18px;
line-height: 55px;
font-weight: 600;
text-transform: uppercase;
border-top-left-radius: 30px;
border-bottom-left-radius: 30px;
font-family: 'Poppins', sans-serif;
transition: all 200ms linear;
transition-delay: 0.1s;
}
.accordion-holder .accordion .acc-btn.active .year{
color: #ffffff;
border-bottom-left-radius: 0px;
}
.accordion-holder .accordion .acc-btn h3 {
color: #1b1b1b;
font-size: 18px;
line-height: 53px;
font-weight: 600;
padding-left: 25px;
transition: all 700ms ease;
font-family: 'Poppins', sans-serif;
}
.accordion-holder .accordion .acc-btn.active h3{
color: #ffffff;    
}
.accordion-holder .accordion .acc-content {
position: relative;
display: none;
background: #ffffff;
padding: 32px 30px 33px;
border-bottom-left-radius: 20px;
border-bottom-right-radius: 20px;
-webkit-box-shadow: 0px 4px 4px 2px rgba(243,243,243,0.7);
box-shadow: 0px 4px 4px 2px rgba(243,243,243,0.7);
}
.accordion-holder .accordion .acc-content .inner{
position: relative;
display: block;
}
.accordion-holder .accordion .acc-content p{
margin: 0;
}
.accordion-holder .accordion .acc-content.collapsed{
display:block;
} .working-style1-area{
position: relative;
display: block;
padding: 0px 0 150px;
z-index: 1;
}
.working-style1-area .layer-outer {
position: absolute;
top: 0;
bottom: 0px;
right: 0;
width: 100%;
z-index: -1;
}
.working-style1-area .layer-shape1 {
position: absolute;
left: 0px;
top: -145px;
width: 483px;
height: 1000px;
background-image: url(//www.mywebsitefreelancer.com/wp-content/themes/jixic/assets/images/shape/working-style1-shape-bg.png);
background-repeat: no-repeat;
background-position: top left;
}
.single-working-box-style1{
position: relative;
display: block;
max-width: 370px;
width: 100%;
margin: 0 auto;
background: transparent;
}
.single-working-box-style1 .img-holder{
position: relative;
display: block;
}
.single-working-box-style1 .img-holder img {
border-radius: 15px;
width: 100%;
transition: all 300ms ease 100ms;
}
.single-working-box-style1:hover .img-holder img{
opacity: 0;
}
.single-working-box-style1 .overlay {
position: absolute;
top: 20px;
left: 0px;
bottom: 0px;
right: 0px;
opacity: 0;
text-align: center;
transition: all 500ms ease 300ms;
z-index: 1;
}
.single-working-box-style1:hover .overlay{
opacity:1;
top: 20px;
}
.single-working-box-style1 .overlay:before {
position: absolute;
content: '';
top: 0px;
left: 0px;
width: 100%;
height: 0px;
border-radius: 15px;
background-color: #ffffff;
transition: all 700ms linear;
transition-delay: 0.2s;
z-index: -1;
}
.single-working-box-style1:hover .overlay:before{
height:100%;
-webkit-box-shadow: 0px 0px 10px 4px #f5f5f5; 
box-shadow: 0px 0px 10px 4px #f5f5f5;
}
.single-working-box-style1 .overlay .box{
display: table;
width: 100%;
height: 100%;  
}
.single-working-box-style1 .overlay .box .title{
display: table-cell;
vertical-align: bottom;
padding-bottom: 23px;
opacity: 1;
transform: rotateY(90deg);
transition: all 100ms ease 100ms;
}
.single-working-box-style1:hover .overlay .box .title{
transform: rotateY(0deg);
transition: all 700ms ease 900ms;    
}
.single-working-box-style1 .overlay .box .title span{
color: #e62c58;
font-size: 13px;
font-weight: 400;
}
.single-working-box-style1 .overlay .box .title h3{
font-size: 20px;
line-height: 28px;
font-weight: 600;
margin: 3px 0 0;
font-family: 'Poppins', sans-serif;
}
.single-working-box-style1 .overlay .box .title h3 a{
color: #1b1b1b;
}
.single-working-box-style1 .overlay-image-box{
position: absolute;
top: -26px;
left: 20px;
bottom: 0px;
right: 20px;
height: 295px;
border-radius: 15px;
text-align: center;
opacity: 0;
transform: perspective(400px) rotateX(-90deg);
transform-origin: top;
transition: all 700ms ease 100ms;	
z-index: 2;    
}
.single-working-box-style1:hover .overlay-image-box{
opacity: 1;
transform: perspective(400px) rotateX(0deg);
transition: all 500ms linear;
transition-delay: 0.2s;
}
.single-working-box-style1 .overlay-image-box:before{
position: absolute;
top: 0px;
left: 0px;
right: 0;
width: 330px;
height: 0px;
border-radius: 15px;
background-color:rgba(37, 16, 158, 0.90);
content: '';
transition: all 700ms ease 100ms;	
z-index: 1;    
}
.single-working-box-style1:hover .overlay-image-box:before{
height: 295px;
transition: all 500ms linear;
transition-delay: 0.2s;
}
.single-working-box-style1 .overlay-image-box img{
border-radius: 15px;
}
.working-style1-carousel.owl-carousel .owl-stage-outer{
padding-bottom: 20px;
margin-right: -430px;
}
.working-style1-carousel.owl-theme .owl-nav {
position: absolute;
top: 50%;
left: -120px;
margin: 0;
margin-top: -85px;
}
.working-style1-carousel.owl-carousel.style1 .owl-nav [class*="owl-"]{
display: block;
color: #1b1b1b;
font-size: 20px;
line-height: 56px;
margin: 10px 0;
background: #ffffff;
border: 2px solid #1320bc17; 
-webkit-box-shadow: 0px 0px 12px 4px #F5F5F5; 
box-shadow: 0px 0px 12px 4px #F5F5F5;
transition: all 200ms linear;
transition-delay: 0.1s;
}
.working-style1-carousel.owl-carousel.style1 .owl-nav [class*="owl-"]:hover{
color:#ffffff;
background: #FF8B00;
background: -moz-linear-gradient(left, #FF8B00 0%, #F66821 50%, #e62d57 100%);
background: -webkit-linear-gradient(left, #FF8B00 0%, #F66821 50%, #e62d57 100%);
background: linear-gradient(to right, #FF8B00 0%, #F66821 50%, #e62d57 100%);    
}
.working-style1-carousel.owl-theme .owl-nav .owl-prev {}
.working-style1-carousel.owl-theme .owl-nav .owl-next {}
.working-style1-area .bottom-text{
position: relative;
display: block;
max-width: 800px;
width: 100%;
margin: 43px auto 0;
}
.working-style1-area .bottom-text p{
font-size: 18px;
line-height: 28px;
margin: 0 0 22px;
}
.working-style1-area .bottom-text a{} .pricing-table-area {
position: relative;
display: block;
padding: 150px 0 120px;
background-color: #ffffff;
z-index: 1;
}
.pricing-table-bg{
position: absolute;
top: 0;
left: 0;
width: 100%;
min-height: 855px;
background-size: cover;
background-repeat: no-repeat;
background-position: top left;
z-index: -1;
overflow: hidden;
}
.pricing-table-bg .inner-bg {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
background-size: cover;
background-repeat: no-repeat;
background-position: top left;
z-index: -2;
opacity: .15 !important;
}
.pricing-table-area .sec-title-style2{}
.pricing-table-area .sec-title-style2 .icon{
box-shadow: none;
}
.pricing-table-area .sec-title-style2 .title {
color: #ffffff;
}
.pricing-tabs{
position:relative;
}
.pricing-tabs .tab-buttons {
position: relative;
display: inline-block;
overflow: hidden;
border-radius: 50px;
-webkit-box-shadow: 0px 0px 7px 3px #f3f3f3;
box-shadow: 0px 0px 7px 3px #f3f3f3;
margin-top: 134px;
}
.pricing-tabs .tab-buttons .tab-btn{
position: relative;
float: left;
display: block;
padding: 12px 25px 13px;
cursor: pointer;
color: #1b1b1b;
font-size: 16px;
font-weight: 700;
-webkit-transition:all 300ms ease;
-ms-transition:all 300ms ease;
-o-transition:all 300ms ease;
-moz-transition:all 300ms ease;
transition:all 300ms ease;
font-family: 'Muli', sans-serif;
}
.pricing-tabs .tab-buttons .tab-btn:hover,
.pricing-tabs .tab-buttons .tab-btn.active-btn{
color:#ffffff;
background: #FF8B00;
background: -moz-linear-gradient(left, #FF8B00 0%, #F66821 50%, #e62d57 100%);
background: -webkit-linear-gradient(left, #FF8B00 0%, #F66821 50%, #e62d57 100%);
background: linear-gradient(to right, #FF8B00 0%, #F66821 50%, #e62d57 100%);
}
.pricing-tabs .tabs-content .tab{
position: relative;
display: none;
-webkit-transform: translateY(35px);
-ms-transform: translateY(35px);
transform: translateY(35px);
-webkit-transition:all 600ms ease;
-moz-transition:all 600ms ease;
-ms-transition:all 600ms ease;
-o-transition:all 600ms ease;
transition:all 600ms ease;
z-index:10;
}
.pricing-tabs .tabs-content .tab.active-tab{
display: block;
margin-top: 0px;
-webkit-transform: translateY(0px);
-ms-transform: translateY(0px);
transform: translateY(0px);
}
.single-price-box{
position:relative;
margin-bottom:30px;
z-index:10;
}
.single-price-box .inner-box{
position: relative;
overflow:hidden;
background-color:#ffffff;
padding: 60px 40px 60px;
transition:all 300ms ease;
box-shadow: 0px 0px 15px rgba(0,0,0,0.10);
}
.single-price-box .inner-box:hover{
box-shadow:0px 0px 25px rgba(0,0,0,0.10);
}
.single-price-box .inner-box .top{
position: relative;
overflow: hidden;
display: flex;
justify-content: space-between;
flex-direction: row;
flex-wrap: wrap;
align-items: center;
}
.single-price-box .inner-box .top .icon{
position: relative;
display: block;    
}
.single-price-box .inner-box .top .icon span:before{
color: #b7b7b7;
font-size: 80px;
line-height: 80px;
}
.single-price-box .inner-box .top .value {
position: relative;
display: block;
height: 90px;
width: 90px;
background: #e62c58;
border-radius: 50%;
text-align: center;
padding: 30px 0;
}
.single-price-box .inner-box .top .value h1 {
color: #ffffff;
font-size: 36px;
line-height: 32px;
font-weight: 700;
font-family: 'Poppins', sans-serif;
}
.single-price-box .inner-box .top .value h1 sub {
position: relative;
top: -2px;
font-size: 18px;
}
.single-price-box .inner-box .title-box{
position: relative;
display: block;
padding-top: 20px;
padding-bottom: 24px;
}
.single-price-box .inner-box .title-box h5{
color: #1b1b1b;
font-size: 16px;
line-height: 22px;
font-weight: 600;
text-transform: uppercase;
font-family: 'Poppins', sans-serif;
margin: 0 0 3px;
}
.single-price-box .inner-box .title-box p{
color: #e62c58;
font-size: 16px;
line-height: 24px;
font-weight: 700;
font-style: italic;
margin: 0;
font-family: 'Playfair Display', serif;
}
.single-price-box .inner-box .price-list{
position:relative;
}
.single-price-box .inner-box .price-list li{
position:relative;
display: block;
padding-left: 50px;
color: #1b1b1b;
font-size: 16px;
line-height: 55px;
font-weight: 700;
font-family: 'Muli', sans-serif;
}
.single-price-box .inner-box .price-list li:last-child{
margin-bottom:20px;
}
.single-price-box .inner-box .price-list li.gray-bg{
background: #f7f7f7;
}
.single-price-box .inner-box .price-list li:before{
position: absolute;
top: 0;
left: 20px;
bottom: 0;
font-family: FontAwesome;
content: "\f00c";
color: #24119e;
font-size: 16px;
}
.single-price-box .inner-box .btn-box{}
.single-price-box .inner-box .btn-box a {
display: block;
text-align: center;
padding: 0;
}
.single-price-box:hover .inner-box .btn-box a{
background: #FF8B00;
background: -moz-linear-gradient(left, #FF8B00 0%, #F66821 50%, #e62d57 100%);
background: -webkit-linear-gradient(left, #FF8B00 0%, #F66821 50%, #e62d57 100%);
background: linear-gradient(to right, #FF8B00 0%, #F66821 50%, #e62d57 100%);    
} .testimonial-style2-area{
position: relative;
display: block;
padding: 0px 0 0px;
z-index: 1;
}
.testimonial-style2-image-box {
position: relative;
display: block;
max-width: 500px;
width: 100%;
z-index: 1;
}
.testimonial-style2-image-box:before{
position: absolute;
bottom: -20px;
right: -20px;
background: url(//www.mywebsitefreelancer.com/wp-content/themes/jixic/assets/images/testimonial/tes-v2-1-bg.png);
background-repeat: no-repeat;
background-position: bottom right;
width: 500px;
height: 547px;
content: "";
z-index: -1;
}
.single-testimonial-style2{
position: relative;
display: block;
padding: 42px 50px 44px;
}
.single-testimonial-style2 .text{
position: relative;
display: block;
padding-bottom: 18px;
}
.single-testimonial-style2 .text p{
font-size: 18px;
line-height: 28px;
margin: 0;
}
.single-testimonial-style2 .bottom{
display: flex;
justify-content: space-between;
flex-direction: row;
flex-wrap: wrap;
align-items: center;    
}
.rating-box{
position: relative;
display: block;
}
.rating-box ul{
overflow: hidden;
}
.rating-box ul li{
position: relative;
display: inline-block;
float: left;
margin-right: 7px;
}
.rating-box ul li:last-child{
margin-right: 0;
}
.rating-box ul li a{
display: inline-block;
}
.rating-box ul li a span:before{
font-size: 18px;
line-height: 18px;
background: -webkit-linear-gradient(#fe8604, #e83550);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;    
}
.twitter-box{
position: relative;
display: block;    
}
.twitter-box a{
color: #e62c58;
font-size: 16px;
font-weight: 700;
}
.twitter-box a i{
position: relative;
display: inline-block;
padding-right: 3px;
}
.single-vertical-carousel{
position: relative;
display: block;
margin-top: -15px;
margin-left: -15px;
margin-right: -15px;
z-index: 1;
}
.single-vertical-carousel .slick-list {
position: relative;
display: block;
overflow: hidden;
margin: 0;
padding: 0;
}
.single-vertical-carousel.slick-vertical .slick-slide {
display: block;
height: auto;
border: 1px solid transparent;
opacity: .3;
border-radius: 10px;
-webkit-box-shadow: 0px 0px 8px 3px #f3f3f3;
box-shadow: 0px 0px 8px 3px #f3f3f3;
margin: 15px 15px 25px;
}
.single-vertical-carousel .slide.slick-slide.slick-current.slick-active{
opacity: 1.0;
}
.single-vertical-carousel .slick-dots{
display:none !important;
}
.single-vertical-carousel .prev-btn {
position: absolute;
top: 40px;
left: -175px;
width: 60px;
height: 60px;
border-radius: 50%;
color: #202020;
background: none;
background-color: #ffffff;
border: 0px solid #eeeeee;
font-size: 24px;
text-align: center;
cursor: pointer;
line-height: 56px;
margin-top: 0px;
-webkit-box-shadow: 0px 0px 7px 3px #f7f7f7; 
box-shadow: 0px 0px 7px 3px #f7f7f7;
transition: all 0.3s ease;
z-index: 10;
}
.single-vertical-carousel .next-btn{
position: absolute;
top: 115px;
left: -175px;
width: 60px;
height: 60px;
border-radius: 50%;
color: #202020;
background: none;
background-color:#ffffff;
border: 0px solid #eeeeee;
font-size: 24px;
text-align: center;
cursor: pointer;
line-height: 56px;
margin-bottom: 0;
-webkit-box-shadow: 0px 0px 7px 3px #f7f7f7; 
box-shadow: 0px 0px 7px 3px #f7f7f7;
transition:all 0.3s ease;
z-index: 10;
}
.single-vertical-carousel .next-btn:hover,
.single-vertical-carousel .prev-btn:hover{
color:#ffffff;
border-color: #FF8B00;
background: #FF8B00;
background: -moz-linear-gradient(left, #FF8B00 0%, #F66821 50%, #e62d57 100%);
background: -webkit-linear-gradient(left, #FF8B00 0%, #F66821 50%, #e62d57 100%);
background: linear-gradient(to right, #FF8B00 0%, #F66821 50%, #e62d57 100%);
} .brand-style2-area{
position: relative;
display: block;
padding-top: 145px;
padding-bottom: 125px;
}
.brand-items-style2{
display: flex;
justify-content: space-between;
flex-direction: row;
flex-wrap: wrap;
align-items: center;
}
.single-brand-item-style2 {
position: relative;
flex: 0 0 20%;
max-width: 20%;
width: 100%;
}
.single-brand-item-style2 a {
position: relative;
display: inline-block;
width: 100%;
background: #ffffff;
text-align: center;
z-index: 1;
transition: all 700ms ease 200ms;
}
.single-brand-item-style2 a img {
width: auto;
transition: all 900ms ease 200ms;
transform: perspective(1200px) rotateY(0deg) translateZ(0px);
}
.single-brand-item-style2 .overlay-content {
position: absolute;
left: 0px;
right: 0;
top: -35px;
width: 145px;
margin: 0 auto;
opacity: 0;
visibility: hidden;
padding: 2px 0px 3px;
text-align: center;
background-color: #e62c58;
border-radius: 5px;
transition: all 300ms ease 100ms;
z-index: 999;
}
.single-brand-item-style2:hover .overlay-content{
top: -15px; 
visibility: visible;
opacity: 1;
}
.single-brand-item-style2 .overlay-content:before {
font-family: FontAwesome;
content: "\f0dd";
position: absolute;
bottom: -8px;
left: 0;
right: 0;
text-align: center;
color: #e9212e;
font-size: 30px;
}
.single-brand-item-style2 .overlay-content p{
color: #ffffff;
font-size: 16px;
font-weight: 400;
margin: 0;
} .latest-blog-style2-area{
position: relative;
display: block;
background: #ffffff;
padding: 150px 0 150px;
z-index: 5;
}
.latest-blog-style2-bg {
position: absolute;
top: 0;
left: 0;
width: 100%;
min-height: 405px;
background-attachment: scroll;
background-size: cover;
background-repeat: no-repeat;
background-position: top center;
z-index: -1;
}
.single-blog-post-style2 {
position: relative;
display: block;
}
.single-blog-post-style2 .img-holder {
position: relative;
display: block;
overflow: hidden;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
}
.single-blog-post-style2 .img-holder img {
width: 100%;
transform: scale(1.0);
}
.single-blog-post-style2:hover .img-holder img {
transform: scale(1.2) rotate(1deg);	
}
.single-blog-post-style2 .overlay-style-one{
z-index: 2;
}
.single-blog-post-style2:hover .overlay-style-one{
opacity: 1;
}
.single-blog-post-style2 .img-holder .overlay-style-one .box .inner a span:before{
position: relative;
display: inline-block;
color: #ffffff;
font-size: 30px;
line-height: 30px;
opacity: 0;
transform: translateY(50px);
transition: all 0.1s ease-in-out 0.9s;
}
.single-blog-post-style2:hover .img-holder .overlay-style-one .box .inner a span:before{
opacity: 1;
transform: translateY(0px); 
transition: all 0.5s ease-in-out 0.5s;
}
.single-blog-post-style2 .img-holder .overlay-style-one .box .inner a:hover span:before{
color: #1723d9;    
}
.single-blog-post-style2 .text-holder{
position: relative;
display: block;
padding: 25px 30px 20px;
-webkit-box-shadow: 0px 3px 6px 2px #ebebeb; 
box-shadow: 0px 3px 6px 2px #ebebeb;
border-bottom-left-radius: 10px;
border-bottom-right-radius: 10px;
}
.single-blog-post-style2 .text-holder .date-box{
position: relative;
display: block;
padding-bottom: 10px;
}
.single-blog-post-style2 .text-holder .date-box h3{
color: #e62c58;
font-size: 16px;
line-height: 20px;
font-weight: 700;
font-family: 'Muli', sans-serif;
}
.single-blog-post-style2 .text-holder .blog-title{
font-size: 18px;
line-height: 28px;
font-weight: 600;
font-family: 'Poppins', sans-serif;
}
.single-blog-post-style2 .text-holder .blog-title a{
color: #1d1d1d;
transition: all 200ms linear;
transition-delay: 0.1s;
}
.single-blog-post-style2 .text-holder .blog-title a:hover{
color: #e62c58;
}
.single-blog-post-style2 .text-holder .bottom{
position: relative;
margin-top: 17px;
padding-top: 20px;
border-top: 1px solid #eeeeee;
display: flex;
justify-content: space-between;
flex-direction: row;
flex-wrap: wrap;
align-items: center;
}
.single-blog-post-style2 .text-holder .bottom .author-info{
position: relative;
display: block;    
}
.single-blog-post-style2 .text-holder .bottom .author-info .img-box{
width: 30px;
}
.single-blog-post-style2 .text-holder .bottom .author-info .img-box img{
border-radius: 50%;
}
.single-blog-post-style2 .text-holder .bottom .author-info .img-box,
.single-blog-post-style2 .text-holder .bottom .author-info .title-box{
display: table-cell;
vertical-align: middle;
}
.single-blog-post-style2 .text-holder .bottom .author-info .title-box{
position: relative;
padding-left: 10px;
}
.single-blog-post-style2 .text-holder .bottom .author-info .title-box h6{
color: #1b1b1b;
font-size: 12px;
line-height: 20px;
font-weight: 600;
text-transform: uppercase;
font-family: 'Poppins', sans-serif;
}
.single-blog-post-style2 .text-holder .bottom .meta-box{
position: relative;
display: block;      
}
.single-blog-post-style2 .text-holder .bottom .meta-box .meta-info{
overflow: hidden;
}
.single-blog-post-style2 .text-holder .bottom .meta-box .meta-info li{}
.single-blog-post-style2 .text-holder .bottom .meta-box .meta-info li a{
color: #7e7e7e;
font-size: 16px;
font-weight: 500;
}
.single-blog-post-style2 .text-holder .bottom .meta-box .meta-info li a span:before{
position: relative;
top: 3px;
display: inline-block;
padding-right: 3px;
}
.blog-carousel-one.owl-carousel .owl-stage-outer{
padding: 0px 0px 20px;
}
.blog-carousel-one .owl-dots {
position: relative;
display: block !important;
margin-top: 27px !important;
line-height: 14px;
}
.blog-carousel-one .owl-dots .owl-dot{
position: relative;
display: inline-block;
width: 10px;
height: 10px;
background: rgba(230, 50, 94, 0.30);
border: 0px solid #4c4c4c;
margin: 0px 5px;
padding: 0px;
border-radius: 50%;
transition: all 500ms ease;
}
.blog-carousel-one .owl-dots .owl-dot span{
display:none;	
}
.blog-carousel-one .owl-dots .owl-dot.active{
width: 40px; 
border-radius: 20px;
background: rgba(230, 50, 94, 0.99);
} .footer-style2-area {
position: relative;
display: block;
padding: 130px 0 86px;
min-height: 1116px;
z-index: 1;
}
.footer-style2-area-bg {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 1220px;
background-size: cover;
background-repeat: no-repeat;
background-position: left top;
z-index: -1;
}
.footer-style2-area-bg .shape-one {
position: absolute;
left: -50px;
top: 160px;
bottom: 0;
width: 500px;
height: 900px;
background-repeat: no-repeat;
z-index: -1;
}
.footer-style2-area-bg .parallax-scene {
top: 150px;
left: -100px;
bottom: 0;
width: auto;
height: auto;
z-index: -1;
}
.footer-style2-area-bg .parallax-scene .shape-two {
width: 355px;
height: 660px;
background: url(//www.mywebsitefreelancer.com/wp-content/themes/jixic/assets/images/footer/footer-style2-area-shape-2.png);
background-repeat: no-repeat;
}
.footer-style2-area .martop{
margin-top: 112px;
}
.footer-contact-form{
position: relative;
display: block;    
}
.footer-contact-form .title{
position: relative;
display: block;   
padding-bottom: 42px;
}
.footer-contact-form .title h3{
color: #ffffff;
font-size: 24px;
line-height: 32px;
font-weight: 700;
font-family: 'Poppins', sans-serif;
}
.footer-contact-form .title p{
color: #cfcdd9;
font-size: 18px;
line-height: 28px;
margin: 15px 0 0;
}
.footer-contact-form form{
position: relative;
display: block;
}
.footer-contact-form form .input-box{
position: relative;
display: block;
}
.footer-contact-form form input[type="text"],
.footer-contact-form form input[type="email"],
.footer-contact-form form textarea{
position: relative;
display: block;   
background: #ffffff;
border: 1px solid #eeeeee;
width: 100%;
height: 60px;
font-size: 16px;
padding-left: 19px;
padding-right: 15px;
border-radius: 7px;
margin-bottom: 30px;
transition: all 500ms ease;
}
.footer-contact-form form textarea {
height: 120px;
padding-left: 19px;
padding-right: 15px;
padding-top: 14px;
padding-bottom: 15px;
}
.footer-contact-form form input[type="text"]:focus{
color: #222222;
border-color: #1b0a8a; 
}
.footer-contact-form form input[type="email"]:focus{
color: #222222;
border-color: #1b0a8a;
}
.footer-contact-form form textarea:focus{
color: #222222;
border-color: #1b0a8a;
}
.footer-contact-form form input[type="text"]::-webkit-input-placeholder {
color: #7e7e7e;
}
.footer-contact-form form input[type="text"]:-moz-placeholder {
color: #7e7e7e;
}
.footer-contact-form form input[type="text"]::-moz-placeholder {
color: #7e7e7e;
}
.footer-contact-form form input[type="text"]:-ms-input-placeholder {
color: #7e7e7e;
}
.footer-contact-form form input[type="email"]::-webkit-input-placeholder {
color: #7e7e7e;
}
.footer-contact-form form input[type="email"]:-moz-placeholder {
color: #7e7e7e;
}
.footer-contact-form form input[type="email"]::-moz-placeholder {
color: #7e7e7e;
}
.footer-contact-form form input[type="email"]:-ms-input-placeholder {
color: #7e7e7e;
}
.footer-contact-form form button {
position: relative;
display: block;
width: 100%;
color: #ffffff;
font-size: 16px;
line-height: 60px;
font-weight: 600;
text-align: center;
text-transform: capitalize;
border-radius: 30px;
font-family: 'Poppins', sans-serif;
transition: all 200ms linear;
transition-delay: 0.1s;
background: #FF8B00;
background: -moz-linear-gradient(left, #FF8B00 0%, #F66821 50%, #e62d57 100%);
background: -webkit-linear-gradient(left, #FF8B00 0%, #F66821 50%, #e62d57 100%);
background: linear-gradient(to right, #FF8B00 0%, #F66821 50%, #e62d57 100%);
}
.footer-contact-form form button:hover{
color: #1d1d1d;
}
#home-google-map {
height: 682px;
width: 100%;
margin-top: -147px;
}
.single-footer-widget-style2 .title {
position: relative;
display: block;
padding-bottom: 23px;
}
.single-footer-widget-style2 .title h3 {
color: #ffffff;
font-size: 20px;
line-height: 20px;
font-weight: 600;
text-transform: capitalize;
font-family: 'Poppins', sans-serif;
}
.single-footer-widget-style2{
position: relative;
display: block;
}
.single-footer-widget-style2{
position: relative;
display: block;
}
.single-footer-widget-style2 .footer-company-info-text {
position: relative;
display: block;
padding-top: 6px;
}
.single-footer-widget-style2 .footer-company-info-text p{
color: #dcdbe1;
font-size: 16px;
line-height: 26px;
font-weight: 400;
}
.single-footer-widget-style2 .footer-company-info-text p.mar0{
margin: 0;
}
.single-footer-widget-style2 .info-links{
position: relative;
display: block;
}
.single-footer-widget-style2 .info-links li {
position: relative;
display: block;
line-height: 38px;
}
.single-footer-widget-style2 .info-links li:before {
position: absolute;
top: 0px;
left: 0;
bottom: 0;
margin: 19px 0;
content: "";
width: 0px;
height: 2px;
background: #e62c58;
transform: scale(1.0);
transition: all 0.3s ease-in-out 0.1s;
z-index: -1;
}
.single-footer-widget-style2 .info-links li:hover:before{
width: 15px;
}
.single-footer-widget-style2 .info-links li a{
position: relative;
display: block;
color: #dcdbe1;
font-size: 16px;
font-weight: 400;
transition: all 0.3s ease-in-out 0.1s;
}
.single-footer-widget-style2 .info-links li a:hover{
color: #e62c58;
padding-left: 20px;
}
.single-footer-widget-style2 .services-links{
position: relative;
display: block;
}
.single-footer-widget-style2 .services-links li {
position: relative;
display: block;
line-height: 38px;
}
.single-footer-widget-style2 .services-links li:before {
position: absolute;
top: 0px;
left: 0;
bottom: 0;
margin: 19px 0;
content: "";
width: 0px;
height: 2px;
background: #e62c58;
transform: scale(1.0);
transition: all 0.3s ease-in-out 0.1s;
z-index: -1;
}
.single-footer-widget-style2 .services-links li:hover:before{
width: 15px;
}
.single-footer-widget-style2 .services-links li a{
position: relative;
display: block;
color: #dcdbe1;
font-size: 16px;
font-weight: 400;
transition: all 0.3s ease-in-out 0.1s;
}
.single-footer-widget-style2 .services-links li a:hover{
color: #e62c58;
padding-left: 20px;
}
.single-footer-widget-style2 .subscribe-box{
position: relative;
display: block;
padding-top: 6px;
}
.single-footer-widget-style2 .subscribe-box .text{
position: relative;
display: block;
padding-bottom: 23px;
}
.single-footer-widget-style2 .subscribe-box .text p{
color: #dcdbe1;
font-size: 16px;
line-height: 26px;
font-weight: 400;
margin: 0;
}
.single-footer-widget-style2 .subscribe-form {
position: relative;
display: block;
max-width: 270px;
width: 100%;
}
.single-footer-widget-style2 .subscribe-form input[type="email"]{
position: relative;
display: block;
background: #ffffff;
border: 1px solid #ffffff;
color: #7e7e7e;
font-size: 16px;
font-weight: 400;
width: 100%;
height: 50px;
margin-bottom: 0px;
padding: 0 20px;
padding-right: 45px;
transition: all 500ms ease;
}
.single-footer-widget-style2 .subscribe-form input::-webkit-input-placeholder {
color: #7e7e7e;
}
.single-footer-widget-style2 .subscribe-form input:-moz-placeholder {
color: #7e7e7e;
}
.single-footer-widget-style2 .subscribe-form input::-moz-placeholder {
color: #7e7e7e;
}
.single-footer-widget-style2 .subscribe-form input:-ms-input-placeholder {
color: #7e7e7e;
}
.single-footer-widget-style2 .subscribe-form button {
position: absolute;
top: 0;
right: 0;
width: 40px;
height: 50px;
border: 1px solid #ffffff;
border-left: none;
display: block;
background: #ffffff;
color: #b7b7b7;
font-size: 18px;
line-height: 48px;
font-weight: 500;
transition: all 500ms ease;
}
.single-footer-widget-style2 .subscribe-form button:before{
position: absolute;
top: 10px;
left: 0;
bottom: 10px;
width: 1px;
background: #d9d9d9;
content: "";
}
.single-footer-widget-style2 .subscribe-form input[type="email"]:focus {
color: #000000;
border: 1px solid #f86f1a;
}
.single-footer-widget-style2 .subscribe-form input[type="email"]:focus + button, 
.single-footer-widget-style2 .subscribe-form button:hover {
color: #f86f1a;
border-color: #f86f1a;
}
.single-footer-widget-style2 .subscribe-box .footer-social-links{
position: relative;
display: block;
padding-top: 22px;
} .footer-bottom-area-style2 {
position: relative;
display: block;
padding: 22px 0;
background: #200f8a;
z-index: 5;
}
.footer-bottom-content-style2{
display: flex;
justify-content: space-between;
flex-direction: row;
flex-wrap: wrap;
align-items: center;   
}
.copyright-text-style2{
position: relative;
display: block;
}
.copyright-text-style2 p{
color: #dcdbe1;
font-size: 16px;
line-height: 24px;
text-transform: capitalize;
margin: 0;
}
.copyright-text-style2 p a{
color: #dcdbe1;
font-weight: 500;
text-decoration: underline;
transition: all 200ms linear;
transition-delay: 0.1s;
}
.copyright-text-style2 p a:hover{
background: -webkit-linear-gradient(#fe8604, #e83550);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;    
}
.footer-menu-style1.home2 ul li a {
color: #dcdbe1;
transition: all 200ms linear;
transition-delay: 0.1s;
}
.footer-menu-style1.home2 ul li a:hover{
color: #fe8604;
} .boxed_wrapper.home3{
z-index: 1;
}
.boxed_wrapper.home3:before{
position: absolute;
left: 0;
top: 0;
height: 100%;
width: 100%;
background-image: url(//www.mywebsitefreelancer.com/wp-content/themes/jixic/assets/images/pattern/home3-body-bg.jpg);
background-attachment: fixed;
background-repeat: repeat;
background-position: center;
content: ""; 
z-index: -1;
}
.main-header.style3 {
padding-bottom: 45px;
}
.main-header.style3 .outer-container .top-bar {
padding-top: 45px;
}
.main-header.style3.fixed-header {
padding-bottom: 24px;
background: rgba(0, 0, 0, 0.90);
box-shadow: 0 0 10px rgba(0,0,0,.1);
}
.main-header.style3.fixed-header .outer-container .top-bar {
padding-top: 25px;
}
.navbar-btn-wrap.style2 {
position: relative;
margin: 6px 0;
}
.navbar-btn-wrap.style2 .anim-menu-btn {
position: relative;
display: flex;
justify-content: center;
align-items: center;
width: var(--anim-menu-btn-size);
height: var(--anim-menu-btn-size);
background: transparent;
color: #fff;
border-radius: 50%;
}
.navbar-btn-wrap.style2 .anim-menu-btn:before {
display: none;
}
.navbar-btn-wrap.style2 .anim-menu-btn:after {
display: none;
}
.navbar-btn-wrap.style2 .anim-menu-btn__icon {
position: relative;
display: block;
font-size: var(--anim-menu-btn-icon-size);
width: 1em;
height: var(--anim-menu-btn-icon-stroke);
color: var(--color-contrast-high);
background-image: linear-gradient(currentColor, currentColor);
background-repeat: no-repeat;
transform: scale(1);
}
.navbar-btn-wrap.style2 .anim-menu-btn__icon--close {
background-size: 100% 100%;
will-change: transform, background-size;
transition: transform 0.2s, background-size 0.2s;
}
.navbar-btn-wrap.style2 .anim-menu-btn--state-b .anim-menu-btn__icon--close {
background-size: 0% 100%;
background: transparent;
}
.navbar-btn-wrap.style2 .anim-menu-btn__icon::before, 
.navbar-btn-wrap.style2 .anim-menu-btn__icon::after {
position: absolute;
top: 0;
left: 9px;
height: 100%;
width: 69%;
content: '';
background-image: inherit;
border-radius: inherit;
}
.navbar-btn-wrap.style2 .anim-menu-btn--state-b .anim-menu-btn__icon--close::before {
transform: translateY(0) rotate(45deg);
background: #ffffff;
}
.navbar-btn-wrap.style2 .anim-menu-btn__icon--close::before, 
.navbar-btn-wrap.style2 .anim-menu-btn__icon--close::after {
will-change: inherit;
transition: inherit;
}
.navbar-btn-wrap.style2 .anim-menu-btn__icon--close::before {
transform: translateY(-0.25em) rotate(0);
}
.navbar-btn-wrap.style2 .anim-menu-btn--state-b .anim-menu-btn__icon--close::after {
transform: translateY(0) rotate(-45deg);
background: #ffffff;
}
.navbar-btn-wrap.style2 .anim-menu-btn__icon--close::after {
transform: translateY(0.25em) rotate(0);
}
.main-header.style3 .nav-outer {
right: 100px;
z-index: 99999;
}
.main-header.style3 .nav-outer .nav-inner {
position: relative;
display: block;
padding: 0 40px;
background-color: #000000;
opacity: 0;
}
.main-header.style3 .outer-search-box {
position: absolute;
top: -6px;
right: 50px;
z-index: 999999;
transition: all 500ms ease 100ms;
}
.main-header.style3 .outer-search-box .seach-toggle {
position: relative;
display: block;
background: transparent;
color: #ffffff;
font-size: 16px;
line-height: 50px;
cursor: pointer;
text-align: center;
height: 50px;
width: 50px;
border-radius: 0px;
margin: 0;
transition: all 500ms ease;
}
.main-header.style3 .outer-search-box .seach-toggle:hover,
.main-header.style3 .outer-search-box .seach-toggle.active{
color: #f0326e;
}
.main-header.style3 .search-box {
position: absolute;
top: 120%;
right: 0%;
background: #1d1d1d;
opacity: 0;
padding: 20px;
transition: all 500ms ease 0s;
visibility: hidden;
z-index: 100;
margin-top: 25px;
margin-left: 0;
}
.main-header.style3 .search-box.now-visible {
top: 100%;
opacity: 1;
visibility: visible;
z-index: 100;
}
.main-header.style3 .search-box .form-group{
position:relative;
padding: 0px;
margin: 0px;
width: 100%;
min-width: 250px;
}
.main-header.style3 .search-box .form-group input[type="search"] {
background: #ffffff none repeat scroll 0 0;
border: 1px solid #1f1f23;
color: #000;
display: block;
font-size: 13px;
line-height: 24px;
position: relative;
transition: all 500ms ease 0s;
width: 100%;
height: 45px;
padding-left: 15px;
padding-right: 50px;
}
.main-header.style3 .search-box .form-group input[type="search"]:focus{
border-color: #f5f5f5;	
}
.main-header.style3 .search-box .form-group button, 
.main-header.style3 .search-box .form-group input[type="submit"] {
position: absolute;
right: 0;
top: 0;
display: block;
cursor: pointer;
background: #1f1f23;
color: #fff;
font-size: 13px;
height: 45px;
line-height: 45px;
width: 45px;
transition: all 500ms ease 0s;
}
.main-header.style3 .search-box .form-group button:hover,
.main-header.style3 .search-box .form-group input:focus + button{
color: #222222;
background: #f5f5f5;
} .banner-style3-section{
position: relative;
display: block;
}
.banner-style3-section .banner-content{
position: relative;
display: block;
padding: 238px 0 168px;
}
.banner-style3-section .banner-content .big-title{
color: #ffffff;
font-size: 80px;
line-height: 100px;
font-weight: 800;
font-family: 'Poppins', sans-serif;
}
.banner-style3-section .banner-content .big-title span {
color: #151414;
text-shadow: -2px -2px 0 #f0326e, 2px -2px 0 #f0326e, -2px 2px 0 #f0326e, 2px 2px 0 #f0326e;
}
.banner-social-links {
position: absolute;
top: 250px;
left: 100px;
width: 200px;
padding-top: 100px;
z-index: 10;
}
.banner-social-links:before{
position: absolute;
top: 0;
left: 8px;
width: 1px;
height: 72px;
background: rgba(255, 255, 255, 0.10);
content: "";
}
.banner-social-links ul{
position: relative;
display: block;
overflow: hidden;
}
.banner-social-links ul li{
position: relative;
display: block;
margin-bottom: 20px;
}
.banner-social-links ul li:last-child{
margin-bottom: 0;
}
.banner-social-links ul li a {
position: relative;
display: block;
height: 30px;
width: 30px;
text-align: left;
}
.banner-social-links ul li a i{
color: #ffffff;
font-size: 18px;
line-height: 30px;
font-weight: 400;
transition: all .2s ease-in-out;
transform: scaleX(1);    
}
.banner-social-links ul li a:hover i{
transform: scaleX(0);    
}
.banner-social-links ul li a .overlay {
position: absolute;
top: 0;
left: 0;
bottom: 0;
color: #f0326e;
font-size: 16px;
line-height: 30px;
font-weight: 600;
text-transform: capitalize;
font-family: 'Poppins', sans-serif;
transition: all .2s ease-in-out;
transform: scaleX(0);
}
.banner-social-links ul li a:hover .overlay{
transform: scaleX(1);    
}
.drop-line {
position: absolute;
top: 250px;
right: 100px;
width: 60px;
padding-top: 100px;
text-align: center;
}
.drop-line:before {
position: absolute;
top: 0;
left: 0;
right: 0;
width: 1px;
height: 72px;
background: rgba(255, 255, 255, 0.10);
content: "";
margin: 0 auto;
}
.drop-line .text {
position: absolute;
top: 140px;
right: -16px;
display: inline-block;
color: #ffffff;
font-size: 12px;
line-height: 12px;
font-weight: 600;
text-transform: uppercase;
font-family: 'Poppins', sans-serif;
transform: rotate(-90deg);
height: 12px;
width: 90px;
letter-spacing: 1px;
}
.drop-line .icon a span:before {
position: absolute;
bottom: -171px;
right: 0;
width: 60px;
height: 60px;
background: #f0326e;
border-radius: 50%;
color: #ffffff;
font-size: 25px;
line-height: 60px;
text-align: center;
} .recent-portfolio-area {
position: relative;
display: block;
background: transparent;
padding: 0;
margin: 0;
}
.recent-portfolio-area.full-height {
height: 540px !important;
}
.swiper-container{
max-width: 1720px;
}
.banner-slider{
position: relative;
height: 100% !important;
}
.recent-portfolio-area .swiper-slide{
position: relative;
left: 0;
top: 0;
height: 100%;
width: 100%;
background-repeat: no-repeat;
background-position: center;
background-size: cover;
}
.recent-portfolio-area .content-outer{
position: absolute;
top: 0;
left: 0;
right: 0;
margin: 0 auto;
height: 100%;
max-width: 100%;
width: 100%;
display: table;
vertical-align:middle;
}
.recent-portfolio-area .content-box{
position: relative;
display: table-cell;
vertical-align: middle;
}
.recent-portfolio-area .content-box .inner{
position: relative;
width: 100%;
text-align: center;
opacity:0;
-webkit-transform:translateX(100px);
-ms-transform:translateX(100px);
transform:translateX(100px);
}
.recent-portfolio-area .swiper-slide-active .content-box .inner{
opacity: 1;	
transition: all 500ms ease;
transform:translateX(0px);
}
.recent-portfolio-area .big-title{
position: relative;
display: inline-block;
color: #ffffff;
font-size: 72px;
line-height: 1.4em;
font-weight: 900;
text-transform: capitalize;
opacity: 0;
transform: scaleY(0);
transition: all 500ms ease;
transition-delay: 1000ms;
-webkit-transform-origin: bottom;
-moz-transform-origin: bottom;
-ms-transform-origin: bottom;
-o-transform-origin: bottom;
transform-origin: bottom;
font-family: 'Poppins', sans-serif;
}
.recent-portfolio-area .swiper-slide-active .big-title{
opacity: 1;
transition-delay: 1600ms;
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
}
.recent-portfolio-area .swiper-slide-active .big-title.style2{
color: #52c6c8;
-webkit-text-stroke-width: 1px;
-webkit-text-stroke-color: #ffffff;
}
.recent-portfolio-area .big-title span {
position: absolute;
top: -15px;
left: -40px;
font-size: 24px;
line-height: 24px;
font-weight: 700;
}
.recent-portfolio-area .categories{
position: absolute;
top: -50px;
right: 5px;
color: #ffffff;
font-size: 14px;
line-height: 14px;
font-weight: 700;
text-transform: uppercase;
font-family: 'Poppins', sans-serif;
transform: rotate(90deg);
opacity: 0;
transition: all 500ms ease;
transition-delay: 1000ms;
-webkit-transform-origin: bottom;
-moz-transform-origin: bottom;
-ms-transform-origin: bottom;
-o-transform-origin: bottom;
transform-origin: bottom;
}
.recent-portfolio-area .categories:before{
position: absolute;
top: 0;
left: -70px;
bottom: 0;
width: 50px;
height: 1px;
background: #ffffff;
content: "";
margin: 6px 0;
}
.recent-portfolio-area .swiper-slide-active .categories{
opacity: 1;
transform: rotate(450deg);
transition-delay: 1600ms;   
}
.banner-slider-control-wrap {
position: absolute;
left: 0;
bottom: -112px;
right: 0;
max-width: 1720px;
width: 100%;
margin: 0 auto;
z-index: 100;
}
.banner-slider-control-wrap .left-side {
position: relative;
width: 100%;
height: 100%;
display: flex;
justify-content: space-between;
align-items: center;
flex-wrap: wrap;
}
.banner-slider-control-wrap .left-side .title{
color: #ffffff;
font-size: 18px;
line-height: 24px;
font-weight: 600;
font-family: 'Poppins', sans-serif;
}
.banner-slider-pagination {
position: relative;
left: 0;
bottom: 0;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: inline-block;
align-items: center;
margin-right: 0;
z-index: 999;
}
.banner-slider-pagination:before{
position: absolute;
left: 0;
bottom: 2px;
right: 0;
height: 1px;
background: #ffffff;
content: "";
z-index: -1;
}
.banner-slider-pagination .swiper-pagination-bullet {
width: 60px;
height: 5px;
display: block;
float: left;
margin-bottom: 0;
line-height: 5px;
border-radius: 0;
background: none;
overflow: hidden;
position: relative;
opacity: 1;
}
.banner-slider-pagination .swiper-pagination-bullet:before {
position:absolute;
top: 0;
left: 0;
height: 5px;
width: 0;
background: #ffffff;
content:'';
transition: all 900ms ease 600ms;
opacity: 1;
}
.banner-slider-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:before , 
.banner-slider-pagination .swiper-pagination-bullet:hover:before {
width: 60px;
}
.banner-slider-pagination .swiper-pagination-bullet:after {
position: absolute;
top: 0px;
left: 0;
right: 0;
width: 0px;
height: 5px;
content: '';
transform: scale(1);
transition: all 900ms ease 600ms;
border-radius: 0;
background: #f2f2f2;
}
.banner-slider-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:after {
width: 60px;
}
.swiper-counter {
position: relative;
color: #ffffff;
font-size: 18px;
font-weight: 600;
width: 120px;
text-align: center;
bottom: 0;
z-index: 9;
background: transparent;
line-height: 50px;
display: inline-block;
font-family: 'Poppins', sans-serif;    
}
.swiper-counter div {
position: relative;
display: inline-block;
top: 0;
width: 25px;
color: #ffffff;
font-size: 18px;
line-height: 24px;
font-weight: 600;
font-family: 'Poppins', sans-serif;   
}
.swiper-counter div#current {
margin-right: 55px;
}
.swiper-counter div#total {
right: 0px;
}
.swiper-counter div#total:before {
position: absolute;
top: 11px;
left: -48px;
width: 40px;
height: 1px;
content: '';
background: #444343;
} .popular-portfolio-area {
position: relative;
display: block;
background: transparent;
padding: 281px 0 150px;
}
.popular-portfolio-area .auto-container {
position: static;
max-width: 1750px;
padding: 0px 15px;
margin: 0 auto;
}
.popular-portfolio-area .project-filter {
position: relative;
display: block;
padding-bottom: 34px;
}
.popular-portfolio-area .project-filter li {
position: relative;
display: inline-block;
float: left;
padding-right: 75px;
margin-right: 50px;
margin-bottom: 18px;
}
.popular-portfolio-area .project-filter li + li {
float: left;
}
.popular-portfolio-area .project-filter li:before {
position: absolute;
top: 0;
right: 0;
bottom: 0;
width: 25px;
height: 10px;
background: #151414;
border: 1px solid #ffffff;
content: "";
margin: 17px 0;
}
.popular-portfolio-area .project-filter li:nth-child(3):before {
display: none;
}
.popular-portfolio-area .project-filter li:last-child:before{
display: none;
}
.popular-portfolio-area .project-filter li .filter-text {
position: relative;
display: block;
color: #151414;
font-size: 48px;
line-height: 46px;
font-weight: 800;
text-transform: uppercase;
padding: 0px 0px 12px;
cursor: pointer;
-webkit-text-stroke-width: 1px;
-webkit-text-stroke-color: #ffffff;
transition: all 500ms ease;
font-family: 'Poppins', sans-serif;
}
.popular-portfolio-area .project-filter li:hover .filter-text, 
.popular-portfolio-area .project-filter li.active .filter-text {
color: #ffffff;
}
.popular-portfolio-area .project-filter li .count {
display: none;
}
.single-portfolio-style1{
position: relative;
display: block;
margin-bottom: 30px;
z-index: 1;
}
.single-portfolio-style1:before{
position: absolute;
top: 0px;
left: 0px;
bottom: 0px;
right: 0px;
background: #f0326e;
content: "";
z-index: -1;
transition: all 200ms linear;
transition-delay: 0.1s;
}
.single-portfolio-style1:hover:before{
top: -10px;
left: -10px;
bottom: 10px;
right: 10px;    
}
.single-portfolio-style1 .img-holder{
position: relative;
display: block;
overflow: hidden;
}
.single-portfolio-style1 .img-holder img{
width: 100%;
transform: scale(1.01);
-webkit-transition-delay: .3s;
transition-delay: .3s;
-webkit-transition-timing-function: ease-in-out;
transition-timing-function: ease-in-out;
-webkit-transition-duration: .6s;
transition-duration: .6s;
-webkit-transition-property: all;
transition-property: all;
}
.single-portfolio-style1:hover .img-holder img {
transform:scale(1.2) rotate(0deg);	
}
.single-portfolio-style1 .overlay-content{
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
transition-delay: .1s;
transition-timing-function: ease-in-out;
transition-duration: .7s;
transition-property: all;
opacity: 1;
z-index: 1;    
}
.single-portfolio-style1 .overlay-content .title-box {
position: absolute;
left: 25px;
bottom: 25px;
right: 25px;
background: #ffffff;
text-align: center;
display: block;
padding: 10px 0 12px;
opacity: 0;
transform-style: preserve-3d;
transform: perspective(1200px) rotateX(90deg) translateZ(-40px);
transition: all 300ms ease 100ms;
}
.single-portfolio-style1:hover .overlay-content .title-box{
opacity: 1;
transform: perspective(1200px) rotateX(0deg) translateZ(0px);
transition: all 900ms ease 300ms;        
}
.single-portfolio-style1 .overlay-content .title-box span{
color: #f0326e;
font-size: 12px;
font-weight: 400;
text-transform: uppercase;
}
.single-portfolio-style1 .overlay-content .title-box h3{
font-size: 20px;
line-height: 30px;
font-weight: 600;
text-transform: capitalize;
margin: 0px 0 0;
font-family: 'Poppins', sans-serif;
}
.single-portfolio-style1 .overlay-content .title-box h3 a{
color: #1d1d1d;
}
.loading-box{
position: relative;
display: block;
padding-top: 40px;
text-align: center;
}
.loading-box a{
display: inline-block;
} .footer-style3-area {
position: relative;
display: block;
z-index: 3;
}
.footer-style3-area .auto-container {
position: relative;
max-width: 1750px;
padding: 0px 15px;
padding-top: 150px;
padding-bottom: 150px;
margin: 0 auto;
}
.footer-style3-bg{
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: -1;
background-position: center top;
background-attachment: scroll;
background-repeat: no-repeat;
background-size: cover;
}
.footer-style3-bg:before{
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(240, 53, 110, 0.95);
content: "";
z-index: -1;    
}
.single-footer-widget-style3{
position: relative;
display: block;
}
.single-footer-widget-style3 .title {
position: relative;
display: block;
margin-top: -3px;
padding-bottom: 28px;
}
.single-footer-widget-style3 .title h3 {
color: #ffffff;
font-size: 18px;
line-height: 20px;
font-weight: 700;
text-transform: uppercase;
font-family: 'Poppins', sans-serif;
}
.single-footer-widget-style3 .project-content{
position: relative;
display: block;
}
.single-footer-widget-style3 .project-content h2{
color: #ffffff;
font-size: 30px;
line-height: 44px;
font-weight: 600;
font-family: 'Poppins', sans-serif;
}
.single-footer-widget-style3 .project-content h2 a{
position: relative;
display: inline-block;
color: #ffffff;
z-index: 1;
}
.single-footer-widget-style3 .project-content h2 a:before{
position: absolute;
left: 0;
bottom: 0;
right: 0;
height: 2px;
background: #ffffff;
content: "";
z-index: -1;
}
.single-footer-widget-style3 ul{
position: relative;
display: block;
padding-top: 50px;
}
.single-footer-widget-style3 ul li{
position: relative;
display: inline-block;
float: left;
margin-right: 20px;
}
.single-footer-widget-style3 ul li:last-child{
margin-right: 0;
}
.single-footer-widget-style3 ul li .img-holder{
position: relative;
display: block;
overflow: hidden;    
}
.single-footer-widget-style3 ul li .img-holder img{
width: 100%;
transform: scale(1.01);
-webkit-transition-delay: .3s;
transition-delay: .3s;
-webkit-transition-timing-function: ease-in-out;
transition-timing-function: ease-in-out;
-webkit-transition-duration: .6s;
transition-duration: .6s;
-webkit-transition-property: all;
transition-property: all;    
}
.single-footer-widget-style3 ul li:hover .img-holder img {
transform:scale(1.2) rotate(0deg);	
}
.single-footer-widget-style3 ul li .overlay-style-one{
background: rgba(0, 0, 0, 0.80);    
}
.single-footer-widget-style3 ul li:hover .overlay-style-one{
opacity: 1;
}
.single-footer-widget-style3 ul li .overlay-style-one .inner a i{
position: relative;
display: inline-block;
width: 50px;
height: 50px;
background: #ffffff;
border-radius: 50%;
color: #f0326e;
font-size: 25px;
line-height: 50px;
text-align: center;
opacity: 0;
transform: translateY(50px);
transition: all .4s ease-in-out .3s;    
}
.single-footer-widget-style3 ul li:hover .overlay-style-one .inner a i{
opacity: 1;
transform: translateY(0px);
}
.single-footer-widget-style3 ul li .overlay-style-one .inner a:hover i{
color: #ffffff;
background: #000000;
}
.single-footer-widget-style3 .subscribe-box{
position: relative;
display: block;
}
.single-footer-widget-style3 .subscribe-box .text{
position: relative;
display: block;
padding-bottom: 18px;
}
.single-footer-widget-style3 .subscribe-box .text p{
color: #ffffff;
font-size: 16px;
line-height: 26px;
font-weight: 700;
margin: 0 0 5px;
}
.single-footer-widget-style3 .subscribe-form{
position: relative;
display: block;
max-width: 370px;
width: 100%;
}
.single-footer-widget-style3 .subscribe-form input[type="email"]{
position: relative;
display: block;
background: rgba(255, 255, 255, 0.15);
border: 0px solid rgba(255, 255, 255, 0.15);
color: #ffffff;
font-size: 16px;
font-weight: 400;
width: 100%;
height: 55px;
margin-bottom: 20px;
padding: 0 20px;
transition: all 500ms ease;
-webkit-box-shadow: 0px 3px 7px 3px rgba(0,0,0,0.03); 
box-shadow: 0px 3px 7px 3px rgba(0,0,0,0.03);
}
.single-footer-widget-style3 .subscribe-form input::-webkit-input-placeholder {
color: #ffffff;
}
.single-footer-widget-style3 .subscribe-form input:-moz-placeholder {
color: #ffffff;
}
.single-footer-widget-style3 .subscribe-form input::-moz-placeholder {
color: #ffffff;
}
.single-footer-widget-style3 .subscribe-form input:-ms-input-placeholder {
color: #ffffff;
}
.single-footer-widget-style3 .subscribe-form button {
position: relative;
display: inline-block;
padding: 0 40px;
background: #ffffff;
color: #f0326e;
font-size: 14px;
line-height: 55px;
font-weight: 700;
text-transform: uppercase;
font-family: 'Poppins', sans-serif;
transition: all 500ms ease;
}
.single-footer-widget-style3 .subscribe-form input[type="email"]:focus {
color: #000000;
}
.single-footer-widget .subscribe-form input[type="email"]:focus + button, 
.single-footer-widget-style3 .subscribe-form button:hover {
color: #fff;
background: #f0326e;
} .footer-bottom-style3-area{
position: relative;
display: block;
}
.footer-bottom-style3-content{
display: flex;
justify-content: space-between;
flex-direction: row;
flex-wrap: wrap;
align-items: center;
padding: 22px 0;
}
.footer-bottom-style3-content .copyright-text p {
color: #afafaf;
font-size: 16px;
line-height: 24px;
font-weight: 700;
text-transform: capitalize;
margin: 0;
}
.footer-bottom-style3-content .copyright-text p a {
position: relative;
display: inline-block;
border-bottom: 1px solid #ffffff;
padding: 0 3px;
color: #ffffff;
transition: all 500ms ease;
}
.footer-bottom-style3-content .copyright-text p a:hover{
color: #f0326e;
}
.footer-menu-style2{
position: relative;
display: block;
}
.footer-menu-style2 ul{
display: block;
overflow: hidden;
}
.footer-menu-style2 ul li{
position: relative;
display: inline-block;
float: left;
margin-right: 20px;
z-index: 1;
}
.footer-menu-style2 ul li:last-child{
margin: 0;
}
.footer-menu-style2 ul li a{
position: relative;
display: inline-block;
color: #ffffff;
font-size: 16px;
line-height: 24px;
font-weight: 700;
transition: all 200ms linear;
transition-delay: 0.1s;
}
.footer-menu-style2 ul li a:hover{
color: #f0326e;
} .main-header.style4 {
position: relative;
left: 0px;
top: 0px;
width: 100%;
background: transparent;
padding-bottom: 0px;
z-index: 9999999;
transition: all 300ms ease;
}
.main-header.style4.fixed-header {
position: relative;
left: 0px;
top: 0px;
width: 100%;
z-index: 9999999;
padding: 0;
background: transparent;
box-shadow: none;
transition: none;
}
.main-header.style4.fixed-header .main-menu .navigation > li > a {
padding: 60px 0px;
}
.sticky-header .main-menu.style3 .navigation > li > a{
color: #1b1b1b;
padding: 35px 0px;        
}
.fixed-header .sticky-header .main-menu.style3 .navigation > li > a{
color: #1b1b1b;
padding: 35px 0px;  
}
.fixed-header .sticky-header .main-menu.style3 .navigation > li:hover > a,
.fixed-header .sticky-header .main-menu.style3 .navigation > li.current > a{
color: #9a2426;    
}
.header-upper-style4 {
position: relative;
display: block;
background: transparent;
max-width: 1700px;
padding: 0 10px;
margin: 0 auto;
}
.header-upper-style4 .outer-container {
position: relative;
display: flex;
align-items: center;
flex-wrap: wrap;
justify-content: space-between;
}
.header-upper-style4 .header-upper-left {
position: relative;
display: block;
max-width: 520px;
width: 100%;
}
.header-upper-style4 .header-upper-left .logo{
position: relative;
display: block;      
}
.header-upper-style4 .header-upper-left .logo a{
display: inline-block;
}
.header-upper-style4 .header-upper-middle{
position: relative;
display: block;
max-width: 660px;
width: 100%;
}
.header-upper-style4 .header-upper-middle .nav-outer {
position: relative;
top: 0;
right: 0;
left: 0;
bottom: 0;
}
.header-upper-style4 .nav-outer .main-menu.style3{
position: relative;
display: inline-block;
float: left;
}
.main-menu.style3 .navigation > li {
position: relative;
float: left;
margin-right: 40px;
transition: all 300ms ease;
}
.main-menu.style3 .navigation > li:last-child{
margin-right: 0;
}
.main-menu.style3 .navigation > li > a {
padding: 60px 0px;
color: #ffffff;
font-size: 16px;
line-height: 20px;
font-weight: 600;
text-transform: capitalize;
letter-spacing: 0;
font-family: 'Poppins', sans-serif;
}
.main-menu.style3 .navigation > li:hover > a, 
.main-menu.style3 .navigation > li.current > a {
color: #9a2426;
}
.header-upper-style4 .nav-outer .outer-search-box {
position: relative;
display: inline-block;
float: left;
transition: all 500ms ease 100ms;
padding: 55px 0;
margin-left: 40px;
}
.header-upper-style4 .nav-outer .outer-search-box .seach-toggle {
position: relative;
display: block;
background: transparent;
color: #ffffff;
font-size: 16px;
line-height: 30px;
cursor: pointer;
text-align: center;
height: 30px;
width: 30px;
border-radius: 0px;
margin: 0;
transition: all 500ms ease;
}
.header-upper-style4 .nav-outer .outer-search-box .seach-toggle:hover,
.header-upper-style4 .nav-outer .outer-search-box .seach-toggle.active{
color: #9a2426;
}
.header-upper-style4 .nav-outer .outer-search-box .search-box {
position: absolute;
top: 120%;
right: 0%;
background: #1d1d1d;
opacity: 0;
padding: 20px;
transition: all 500ms ease 0s;
visibility: hidden;
z-index: 100;
margin-left: 0;
}
.header-upper-style4 .nav-outer .outer-search-box .search-box.now-visible {
top: 100%;
opacity: 1;
visibility: visible;
z-index: 100;
}
.header-upper-style4 .nav-outer .outer-search-box .search-box .form-group{
position:relative;
padding: 0px;
margin: 0px;
width: 100%;
min-width: 250px;
}
.header-upper-style4 .nav-outer .outer-search-box .search-box .form-group input[type="search"] {
background: #ffffff none repeat scroll 0 0;
border: 1px solid #1f1f23;
color: #000;
display: block;
font-size: 13px;
line-height: 24px;
position: relative;
transition: all 500ms ease 0s;
width: 100%;
height: 45px;
padding-left: 15px;
padding-right: 50px;
}
.header-upper-style4 .nav-outer .outer-search-box .search-box .form-group input[type="search"]:focus{
border-color: #f5f5f5;	
}
.header-upper-style4 .nav-outer .outer-search-box .search-box .form-group button, 
.header-upper-style4 .nav-outer .outer-search-box .search-box .form-group input[type="submit"] {
position: absolute;
right: 0;
top: 0;
display: block;
cursor: pointer;
background: #1f1f23;
color: #fff;
font-size: 13px;
height: 45px;
line-height: 45px;
width: 45px;
transition: all 500ms ease 0s;
}
.header-upper-style4 .nav-outer .outer-search-box .search-box .form-group button:hover,
.header-upper-style4 .nav-outer .outer-search-box .search-box .form-group input:focus + button{
color: #222222;
background: #f5f5f5;
}
.header-upper-style4 .header-upper-right{
position: relative;
display: block;
max-width: 500px;
width: 100%;    
}
.header-upper-style4 .header-upper-right .header-right-content{
position: relative;
display: block;
float: right;
}
.header-upper-style4 .header-upper-right .header-right-content .phone-num {
position: relative;
display: block;
width: 150px;
float: right;
text-align: right;
border-left: 1px solid rgba(255, 255, 255, 0.30);
}
.header-upper-style4 .header-upper-right .header-right-content .phone-num a{
display: inline-block;
color: #ffffff;
font-size: 16px;
line-height: 28px;
font-weight: 600;
font-family: 'Poppins', sans-serif;
} .banner-style4-area {
position: relative;
display: block;
padding-top: 165px;
padding-bottom: 310px;
background-size: cover;
background-repeat: no-repeat;
background-position: left bottom;
margin-top: -140px;
}
.banner-style4-area .outer-container{
position: relative;
display: block;
max-width: 1700px;
padding: 0 10px;
margin: 0 auto;    
}
.banner-style4-area .inner{
position: relative;
display: block;
padding-top: 97px;
}
.banner-style4-area .big-title{
position: relative;
display: block;
padding-bottom: 15px;
color: #ffffff;
font-size: 100px;
line-height: 105px;
font-weight: 600;
font-family: 'Poppins', sans-serif;
opacity:0;
-webkit-transition: all 1000ms ease;
-moz-transition: all 100ms ease;
-ms-transition: all 1000ms ease;
-o-transition: all 1000ms ease;
transition: all 1000ms ease;
-webkit-transform: translateY(50px);
-moz-transform: translateY(50px);
-ms-transform: translateY(50px);
-o-transform: translateY(50px);
transform: translateY(50px);
}
.banner-style4-area .active .big-title{
opacity: 1;
-webkit-transform: translateY(0);
-moz-transform: translateY(0);
-ms-transform: translateY(0);
-o-transform: translateY(0);
transform: translateY(0);
transition-delay: 1000ms;
}
.banner-style4-area .text{
position: relative;
display: block;
padding-bottom: 20px;
color: #ffffff;
font-size: 20px;
line-height: 30px;
font-weight: 700;
font-family: 'Muli', sans-serif;
opacity:0;
-webkit-transition: all 1000ms ease;
-moz-transition: all 100ms ease;
-ms-transition: all 1000ms ease;
-o-transition: all 1000ms ease;
transition: all 1000ms ease;
-webkit-transform: translateY(50px);
-moz-transform: translateY(50px);
-ms-transform: translateY(50px);
-o-transform: translateY(50px);
transform: translateY(50px);
}
.banner-style4-area .active .text{
opacity: 1;
-webkit-transform: translateY(0);
-moz-transform: translateY(0);
-ms-transform: translateY(0);
-o-transform: translateY(0);
transform: translateY(0);
transition-delay: 2000ms;
}
.banner-style4-area .button{
opacity:0;
-webkit-transition: all 1000ms ease;
-moz-transition: all 100ms ease;
-ms-transition: all 1000ms ease;
-o-transition: all 1000ms ease;
transition: all 1000ms ease;
-webkit-transform: translateY(50px);
-moz-transform: translateY(50px);
-ms-transform: translateY(50px);
-o-transform: translateY(50px);
transform: translateY(50px);
}
.banner-style4-area .active .button{
opacity: 1;
-webkit-transform: translateY(0);
-moz-transform: translateY(0);
-ms-transform: translateY(0);
-o-transform: translateY(0);
transform: translateY(0);
transition-delay: 2500ms;    
}
.banner-style4-area .button a {
position: relative;
display: inline-block;
color: #f4c433;
font-size: 16px;
line-height: 50px;
font-weight: 600;
text-transform: capitalize;
font-family: 'Poppins', sans-serif;
}
.banner-style4-area .button a span:before {
position: relative;
display: inline-block;
transform: rotate(180deg);
padding-left: 10px;
top: 1px;
}
.banner-style4-area .button a:before{
position: absolute;
left: 0;
bottom: 0;
right: 0;
content: "";
background: url(//www.mywebsitefreelancer.com/wp-content/themes/jixic/assets/images/icon/button-arrow.png);
width: 164px;
height: 6px;
}
.banner-style4-area .image-box{
position: relative;
display: block;
width: 630px;
height: auto;
z-index: 1;
opacity:0;
transition: all 1000ms ease;
transform: translateX(50px);
}
.banner-style4-area .active .image-box{
opacity: 1;
transform: translateX(0);
transition-delay: 3000ms;    
}
.banner-style4-area .image-box:before{
position: absolute;
top: -45px;
left: -45px;
bottom: -45px;
right: -45px;
background: url(//www.mywebsitefreelancer.com/wp-content/themes/jixic/assets/images/slides/slide-round-image-bg.png);
content: "";
z-index: -1;
}
.banner-style4-area .mouse-btn-down{
position: absolute;
left: 10px;
bottom: -120px;
cursor: pointer;
display: block;
color: #ffffff;
font-size: 18px;
font-weight: 600;
z-index: 20;
font-family: 'Poppins', sans-serif;
}
.banner-style4-area .mouse-btn-down i{
position: relative;
display: inline-block;
background: #ffffff;
width: 30px;
height: 50px;
color: #c72a30;
font-size: 16px;
text-align: center;
line-height: 50px;
border-radius: 20px;
margin-right: 15px;
}
.banner-carousel-style4.owl-carousel .owl-stage-outer{}
.banner-carousel-style4.owl-theme .owl-nav {
position: absolute;
top: 200px;
right: 0px;
bottom: 0px;
margin: 0;
}
.banner-carousel-style4.owl-carousel .owl-nav [class*="owl-"] {
position: relative;
display: block;
background: transparent;
width: 60px;
height: 60px;
border: 0px solid #e8e8e8;
line-height: 66px;
margin: 10px 0;
padding: 0;
transition: all 700ms ease 100ms;
border-radius: 50%;
text-align: center;
}
.banner-carousel-style4.owl-carousel .owl-nav [class*="owl-"] i:before {
position: relative;
display: block;
color: #ffffff;
font-size: 25px;
font-weight: 400;
transition: all 700ms ease 200ms;
}
.banner-carousel-style4.owl-carousel .owl-nav [class*="owl-"]:hover i:before{
color: #fbe033;    
}
.banner-carousel-style4.owl-carousel .owl-nav [class*="owl-"]:hover{
background: #dc4933;
} .brand-style3-area{
position: relative;
display: block;
}
.brand-items-style3{
display: block;
padding-right: 130px;
margin-top: -107px;
background: #ffffff;
}
.single-brand-item-style3 {
position: relative;
flex: 0 0 100%;
max-width: 100%;
width: 100%;
border-right: 1px solid #eeeeee;
}
.single-brand-item-style3 a {
position: relative;
display: inline-block;
width: 100%;
background: #ffffff;
text-align: center;
z-index: 1;
transition: all 700ms ease 200ms;
}
.single-brand-item-style3 a img {
width: auto !important;
filter: brightness(100%); 
margin: 0 auto;
transition: all 900ms ease 200ms;
transform: perspective(1200px) rotateY(0deg) translateZ(0px);
}
.single-brand-item-style3:hover a img{
filter: brightness(0%); 
transform: perspective(1200px) rotateY(0deg) translateZ(0px);    
}
.brand-items-style3.owl-carousel .owl-stage-outer{
position: relative;
overflow: hidden;
-webkit-transform: translate3d(0px, 0px, 0px);
margin-left: -255px;
background: #ffffff;
}
.brand-items-style3.owl-carousel .owl-item {
position: relative;
min-height: 1px;
float: left;
background: #fff;
}
.brand-items-style3.owl-carousel .owl-nav {
position: absolute;
top: 0px;
right: 30px;
bottom: 0px;
margin: 0;
padding: 38px 0;
}
.brand-items-style3.owl-carousel .owl-nav [class*="owl-"] {
position: relative;
display: inline-block;
background: transparent;
width: 30px;
height: 30px;
border: 0px solid #e8e8e8;
line-height: 30px;
margin: 0px 0px;
padding: 0;
transition: all 700ms ease 100ms;
border-radius: 50%;
text-align: center;
}
.brand-items-style3.owl-carousel .owl-nav [class*="owl-"] i:before {
position: relative;
display: block;
color: #afadbc;
font-size: 20px;
font-weight: 400;
transition: all 700ms ease 200ms;
}
.brand-items-style3.owl-carousel .owl-nav [class*="owl-"]:hover i:before{
color: #ffffff;    
}
.brand-items-style3.owl-carousel .owl-nav [class*="owl-"]:hover{
background: #dc4933;
} .about-style3-area{
position: relative;
display: block;
padding: 120px 0 120px;
}
.about-style3-image-box {
position: relative;
display: block;
background-attachment: scroll;
background-repeat: no-repeat;
background-position: top right;
max-width: 570px;
width: 100%;
min-height: 405px;
margin-bottom: 160px;
}
.about-style3-image-box .text {
position: absolute;
top: 85px;
left: -55px;
color: #c72a30;
font-size: 14px;
line-height: 14px;
font-weight: 600;
text-transform: uppercase;
letter-spacing: 2px;
font-family: 'Poppins', sans-serif;
transform: rotate(-90deg);
height: 75px;
}
.about-style3-image-box .text span {
position: relative;
display: inline-block;
text-align: center;
margin: 0 auto;
padding: 0 35px;
}
.about-style3-image-box .image-box-one {
position: absolute;
left: 0;
bottom: -160px;
max-width: 320px;
width: 100%;
}
.about-style3-image-box .image-box-one img {
width: 100%;
}
.video-holder-box-style2 {
position: absolute;
right: 50px;
bottom: -110px;
max-width: 250px;
width: 100%;
z-index: 3;
}
.video-holder-box-style2 .img-holder {
position: relative;
display: block;
overflow: hidden;
}
.video-holder-box-style2 .img-holder img{
width: 100%;
}
.video-holder-box-style2 .img-holder .icon-holder{
position: absolute;
top: 0px;
left: 0px;
bottom: 0px;
right: 0px;
content: "";
background: rgba(255, 255, 255, 0.02);
transition: all 900ms ease;
opacity: 1;
z-index: 3;
}
.video-holder-box-style2 .img-holder .icon-holder .icon{
display: table;
width: 100%;
height: 100%;
}
.video-holder-box-style2 .img-holder .icon-holder .icon .inner{
display: table-cell;
vertical-align: middle;
text-align: center;
}
.video-holder-box-style2 .img-holder .icon-holder .icon .inner a {
position: relative;
display: inline-block;
color: #ffffff;
text-align: center;
transition: all 500ms ease;
}
.video-holder-box-style2 .img-holder .icon-holder .icon .inner a span:before {
position: relative;
display: block;
color: #ffffff;
font-size: 65px;
line-height: 65px;
}
.about-style3-title {
position: relative;
display: block;
width: 70px;
height: 565px;
}
.about-style3-title span {
position: absolute;
left: -255px;
top: 244px;
height: 50px;
width: 550px;
display: inline-block;
color: #ebebea;
font-size: 50px;
line-height: 50px;
font-weight: 700;
text-transform: uppercase;
letter-spacing: 3px;
font-family: 'Poppins', sans-serif;
transform: rotate(-90deg);
}
.about-style3-content-box{
position: relative;
display: block;
}
.about-style3-content-box .inner-content{
position: relative;
display: block;    
}
.about-style3-content-box .inner-content .logo{
position: relative;
display: block;   
padding-bottom: 32px;
}
.about-style3-content-box .inner-content .logo img{
display: inline-block;
}
.about-style3-content-box .inner-content .title{
position: relative;
display: block;   
padding-bottom: 30px;    
}
.about-style3-content-box .inner-content .title h1{
color: #1b1b1b;
font-size: 36px;
line-height: 48px;
font-weight: 600;
font-family: 'Poppins', sans-serif;
}
.about-style3-content-box .inner-content .text{
position: relative;
display: block;    
}
.about-style3-content-box .inner-content .text p{
}
.about-style3-content-box .slick-dots {
position: relative;
display: inline-block;
top: 0px;
margin-top: 27px;
margin-left: -30px;
}
.about-style3-content-box .slick-dots li {
position: relative;
display:  inline-block;
margin: 0 30px;
}
.about-style3-content-box .slick-dots li:before {
position: absolute;
top: 0;
left: 100%;
bottom: 0;
right: 0px;
width: 40px;
height: 2px;
background: #ededed;
content: "";
margin: 24px 0;
margin-left: 10px;
transition: all 200ms linear;
transition-delay: 0.1s;
}
.about-style3-content-box .slick-dots li:last-child:before {
display: none;
}
.about-style3-content-box .slick-dots li button {
position: relative;
display: block;
width: 50px;
height: 50px;
border: 2px solid #ededed;
border-radius: 50%;
background: transparent;
color: #1b1b1b;
font-size: 16px;
font-weight: 600;
padding-bottom: 0;
font-family: 'Poppins', sans-serif;
}
.about-style3-content-box .slick-dots li.slick-active button {
color: #c72a30;
border-color: #c72a30;
} .services-style2-area{
position: relative;
display: block;
padding: 120px 0 113px;
z-index: 1;
}
.services-style2-area-bg {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 530px;
background-size: cover;
background-repeat: no-repeat;
background-position: top center;
z-index: -1;
}
.services-style2-area-bg .book{
position: absolute;
top: 0;
left: 0;
bottom: 0;
background: url(//www.mywebsitefreelancer.com/wp-content/themes/jixic/assets/images/resources/book.png);
background-repeat: no-repeat;
width: 568px;
height: 550px;
z-index: -1;
}
.services-style2-area .inner-content{
overflow: hidden;
}
.single-service-style2{
position: relative;
display: block;
background: #ffffff;
border: 1px solid #ededed;
padding: 56px 40px 52px;
z-index: 1;
}
.single-service-style2:before{
position: absolute;
top: -1px;
left: -1px;
bottom: -1px;
right: -1px;
content: "";
z-index: -2;
transform-style: preserve-3d;
transform: perspective(1200px) rotateX(90deg) scaleY(0.1);
background: #C72A30;
background: -moz-linear-gradient(top, #C72A30 0%, #DA4732 50%, #F06735 100%);
background: -webkit-linear-gradient(top, #C72A30 0%, #DA4732 50%, #F06735 100%);
background: linear-gradient(to bottom, #C72A30 0%, #DA4732 50%, #F06735 100%);
transition: all 900ms ease 100ms;  
}
.single-service-style2:hover:before{  
transform: perspective(1200px) rotateX(0deg) scaleY(1.0); 
transition: all 500ms linear;
transition-delay: 0.1s;
}
.single-service-style2 h3{
position: relative;
display: inline-block;
border-bottom: 3px solid #c72a30;
font-size: 20px;
line-height: 24px;
font-weight: 600;
margin-bottom: 45px;
font-family: 'Poppins', sans-serif;
transition: all 700ms ease 300ms;
}
.single-service-style2:hover h3{
border-color: #ffffff;
transition: all 700ms ease 800ms;
}
.single-service-style2 h3 a{
color: #1d1d1d;
transition: all 700ms ease 300ms;
}
.single-service-style2:hover h3 a{
color: #ffffff;
transition: all 700ms ease 800ms;    
}
.single-service-style2 .icon-holder{
position: relative;
display: block;
width: 85px;
height: 85px;
background: #ffffff;
border-radius: 15px;
text-align: center;
margin-left: 8px;
}
.single-service-style2 .icon-holder:before{
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
content: "";
z-index: -2;
border-radius: 15px;
transform-style: preserve-3d;
transform: perspective(1200px) rotate(20deg) scaleY(1.0);
background: #C82B30;
background: -moz-linear-gradient(top, #C82B30 0%, #D74232 50%, #EF6635 100%);
background: -webkit-linear-gradient(top, #C82B30 0%, #D74232 50%, #EF6635 100%);
background: linear-gradient(to bottom, #C82B30 0%, #D74232 50%, #EF6635 100%);
transition: all 200ms linear;
transition-delay: 0.1s;
}
.single-service-style2:hover .icon-holder:before{
transform: perspective(1200px) rotate(20deg) scaleY(0);
transition: all 700ms ease 300ms;
}
.single-service-style2 .icon-holder:after{
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
content: "";
z-index: -2;
border-radius: 15px;
background: rgba(247, 247, 247, 0.30);
transform-style: preserve-3d;   
transform: perspective(1200px) rotate(20deg) scaleY(0);
transition: all 200ms linear;
transition-delay: 0.1s;
}
.single-service-style2:hover .icon-holder:after{
transform: perspective(1200px) rotate(20deg) scaleY(1.0);
transition: all 700ms ease 900ms;
}
.single-service-style2 .icon-holder span:before{
position: relative;
display: block;
color: #b6b6b6;
font-size: 55px;
line-height: 85px;
transition: all 700ms ease 300ms;
}
.single-service-style2:hover .icon-holder span:before{
color: #c72a30;
transition: all 700ms ease 900ms;    
}
.single-service-style2 .text{
position: relative;
display: block;
padding-top: 37px;
padding-bottom: 36px;
margin-right: -10px;
}
.single-service-style2 .text p{
margin: 0;
transition: all 700ms ease 300ms;
}
.single-service-style2:hover .text p{
color: #ffffff;
transition: all 700ms ease 600ms;    
}
.single-service-style2 .read-more{
position: relative;
display: block;
z-index: 1;
}
.single-service-style2 .read-more:before {
position: absolute;
top: 0;
left: 95px;
bottom: 0;
right: 0;
height: 1px;
background: #ededed;
content: "";
margin: 13px 0;
transition: all 700ms ease 300ms;
}
.single-service-style2:hover .read-more:before{
background: #ffffff;
transition: all 700ms ease 800ms;    
}
.single-service-style2 .read-more:after {
font-family: FontAwesome;
position: absolute;
top: 0;
right: -1px;
bottom: 0;
content: "\f105";
color: #ffffff;
font-size: 20px;
line-height: 20px;
margin: 3px 0;
transition: all 700ms ease 300ms;
transform-style: preserve-3d;
transform: perspective(1200px) rotateY(90deg) scaleY(0.1);
}
.single-service-style2:hover .read-more:after{
transition: all 700ms ease 800ms;   
transform: perspective(1200px) rotateY(0deg) scaleY(1.0);     
}
.single-service-style2 .read-more a{
color: #1d1d1d;
font-size: 16px;
line-height: 16px;
font-weight: 600;
text-transform: capitalize;
font-family: 'Poppins', sans-serif;
transition: all 700ms ease 300ms;
}
.single-service-style2:hover .read-more a{
color: #ffffff;
transition: all 700ms ease 800ms;
}
.services-carousel .owl-dots {
position: relative;
display: block;
margin-top: 0px !important;
}
.services-carousel .owl-dots .owl-dot {
position: relative;
display: inline-block;
width: 12px;
height: 12px;
background: transparent;
border: 2px solid #d1d1d1;
margin: 0px 7.5px;
padding: 0px;
border-radius: 50%;
transition: all 500ms ease;
}
.services-carousel .owl-dots .owl-dot span{
display: none;	
}
.services-carousel .owl-dots .owl-dot:before{
position: absolute;
top: -1px;
left: -1px;
bottom: -1px;
right: -1px;
content: "";
background: #c72a30; 
border-radius: 50%;
transform: scale(0);
transition: all 500ms ease;
}
.services-carousel .owl-dots .owl-dot.active{
border: 2px solid #c72a30;
}
.services-carousel .owl-dots .owl-dot.active:before{
transform: scale(1.0);
}
.services-carousel.owl-carousel{
display: block;
max-width: 390px;
width: 100%;
margin: 0 auto;
}
.services-carousel.owl-carousel .owl-stage-outer{
overflow: visible;
padding: 0px 0px 23px;
}
.services-carousel.owl-carousel .owl-stage-outer .owl-item.active .single-service-style2:before{
transform: perspective(1200px) rotateX(0deg) scaleY(1.0); 
transition: all 500ms linear;
transition-delay: 0.1s;    
}
.services-carousel.owl-carousel .owl-stage-outer .owl-item.active .single-service-style2 h3{
border-color: #ffffff;
transition: all 700ms ease 800ms;
}
.services-carousel.owl-carousel .owl-stage-outer .owl-item.active .single-service-style2 h3 a{
color: #ffffff;
transition: all 700ms ease 800ms;    
}
.services-carousel.owl-carousel .owl-stage-outer .owl-item.active .single-service-style2 .icon-holder:before{
transform: perspective(1200px) rotate(20deg) scaleY(0);
transition: all 700ms ease 300ms;
}
.services-carousel.owl-carousel .owl-stage-outer .owl-item.active .single-service-style2 .icon-holder:after{
transform: perspective(1200px) rotate(20deg) scaleY(1.0);
transition: all 700ms ease 900ms;
}
.services-carousel.owl-carousel .owl-stage-outer .owl-item.active .single-service-style2 .icon-holder span:before{
color: #c72a30;
transition: all 700ms ease 900ms;    
}
.services-carousel.owl-carousel .owl-stage-outer .owl-item.active .single-service-style2 .text p{
color: #ffffff;
transition: all 700ms ease 600ms;    
}
.services-carousel.owl-carousel .owl-stage-outer .owl-item.active .single-service-style2 .read-more:before{
background: #ffffff;
transition: all 700ms ease 800ms;    
}
.services-carousel.owl-carousel .owl-stage-outer .owl-item.active .single-service-style2 .read-more:after{
transition: all 700ms ease 800ms;   
transform: perspective(1200px) rotateY(0deg) scaleY(1.0);     
}
.services-carousel.owl-carousel .owl-stage-outer .owl-item.active .single-service-style2 .read-more a{
color: #ffffff;
transition: all 700ms ease 800ms;
} .latest-project-style2-area{
position: relative;
display: block;
padding-bottom: 120px;
z-index: 1;
}
.latest-project-style2-area .layer-outer {
position: absolute;
top: 0;
bottom: 0px;
right: 0;
width: 100%;
z-index: -1;
}
.latest-project-style2-area .layer-shape1 {
position: absolute;
left: 0px;
top: 0;
width: 486px;
height: 857px;
background-image: url(//www.mywebsitefreelancer.com/wp-content/themes/jixic/assets/images/shape/latest-project-style2-bg.png);
background-repeat: no-repeat;
background-position: top left;
}
.project-style2-carousel-outer-box .sec-title-style3 {
position: absolute;
top: -8px;
left: 0;
margin-top: 0px;
padding-bottom: 0;
}
.project-style2-carousel-outer-box .sec-title-style3 .title {
padding: 0px 0 13px;
}
.single-project-style2{
position: relative;
display: block;
}
.single-project-style2 .img-holder{
position: relative;
display: block;
overflow: hidden;
}
.single-project-style2 .img-holder img{
width: 100%;
transform: scale(1.01);
-webkit-transition-delay: .3s;
transition-delay: .3s;
-webkit-transition-timing-function: ease-in-out;
transition-timing-function: ease-in-out;
-webkit-transition-duration: .6s;
transition-duration: .6s;
-webkit-transition-property: all;
transition-property: all;    
}
.single-project-style2:hover .img-holder img{
transform:scale(1.2) rotate(0deg);	    
}
.single-project-style2 .img-holder .overlay-content{
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
}
.single-project-style2 .img-holder .overlay-content .categories{
position: absolute;
top: 38px;
right: 40px;
opacity: 0;
transition: all .4s ease-in-out .1s;
transform: translateY(-50px);
}
.single-project-style2:hover .img-holder .overlay-content .categories{
opacity: 1;
transform: translateY(0px);       
}
.single-project-style2 .img-holder .overlay-content .categories h5{
color: #ffffff;
font-size: 16px;
line-height: 20px;
font-weight: 600;
font-family: 'Poppins', sans-serif;
}
.single-project-style2 .img-holder .overlay-content .title{
position: absolute;
left: 40px;
bottom: 40px;
opacity: 0;
transform: translateY(100px);
transition: all .4s ease-in-out .3s;
}
.single-project-style2:hover .img-holder .overlay-content .title{
opacity: 1;
transform: translateY(0px);        
}
.single-project-style2 .img-holder .overlay-content .title h1{
position: relative;
display: inline-block;
padding: 14px 40px 13px;
background: #ffffff;
font-size: 36px;
font-weight: 800;
text-transform: uppercase;
font-family: 'Poppins', sans-serif;
}
.single-project-style2 .img-holder .overlay-content .title h1 a{
color: #1b1b1b;    
}
.project-style2-carousel-outer-box{
position: relative;
display: block;
overflow: hidden;
margin-right: -500px;
}
.project-style2-carousel.owl-carousel{
display: block;
max-width: 775px;
width: 100%;
margin: 0;
}
.project-style2-carousel.owl-carousel .owl-stage-outer{
overflow: visible;
padding: 113px 0px 0px;
}
.project-style2-carousel.owl-carousel .owl-stage-outer .owl-item .single-project-style2{
}
.project-style2-carousel.owl-carousel .owl-stage-outer .owl-item.active .single-project-style2 .img-holder .overlay-content .categories{
opacity: 1;
transform: translateY(0px);     
}
.project-style2-carousel.owl-carousel .owl-stage-outer .owl-item.active .single-project-style2 .img-holder .overlay-content .title{
opacity: 1;
transform: translateY(0px);     
}
.project-style2-carousel.owl-theme .owl-nav {
position: absolute;
top: 0px;
right: -402px;
margin: 0;
}
.project-style2-carousel.owl-theme .owl-nav [class*="owl-"] {
color: #808080;
font-size: 26px;
line-height: 56px;
border: 2px solid #ededed;
}
.project-style2-carousel.owl-theme .owl-nav [class*="owl-"]:hover{
color: #c82e34;
border-color: #c82e34;
} 
.project-style2-carousel.owl-theme .owl-nav .owl-prev {}
.project-style2-carousel.owl-theme .owl-nav .owl-next {} .testimonial-style3-area{
position: relative;
display: block;
padding-bottom: 120px;
}
.testimonial-style3-area .sec-title-style3 {
padding-bottom: 28px;
z-index: 2;
}
.single-testimonial-style3 {
position: relative;
display: block;
background: #ffffff;
-webkit-box-shadow: 0px 2px 10px 4px #f2f2f2;
box-shadow: 0px 2px 10px 4px #f2f2f2;
padding: 50px 50px 28px;
padding-right: 40px;
}
.single-testimonial-style3 .top {
position: relative;
display: flex;
align-items: center;
flex-wrap: wrap;
justify-content: left;
}
.single-testimonial-style3 .top .image-box{
position: relative;
display: block;
width: 70px;
height: 70px;
}
.single-testimonial-style3 .top .image-box img{
border-right: 50%;
width: 100%;
}
.single-testimonial-style3 .top .title-box{
position: relative;
display: block;
padding-left: 20px;
}
.single-testimonial-style3 .top .title-box h3{
color: #1b1b1b;
font-size: 18px;
font-weight: 600;
line-height: 24px;
margin: 0 0 1px;
font-family: 'Poppins', sans-serif;
}
.single-testimonial-style3 .top .title-box span{
color: #c72a30;
}
.single-testimonial-style3 .text{
position: relative;
display: block;
padding: 21px 0 4px;
}
.single-testimonial-style3 .text p{
line-height: 28px;
margin: 0;
}
.single-testimonial-style3 .bottom{
display: flex;
justify-content: space-between;
flex-direction: row;
flex-wrap: wrap;
align-items: center;
}
.single-testimonial-style3 .bottom .review-box{}
.single-testimonial-style3 .bottom .quote-box{}
.single-testimonial-style3 .bottom .quote-box span:before{
color: #eaeaea;
font-size: 60px;
}
.testimonial-style3-carousel.owl-carousel .owl-stage-outer {
padding: 20px 0px 33px;
}
.testimonial-style3-carousel .owl-dots {
position: relative;
display: block;
margin-top: 0px !important;
}
.testimonial-style3-carousel .owl-dots .owl-dot {
position: relative;
display: inline-block;
width: 12px;
height: 12px;
background: transparent;
border: 2px solid #d1d1d1;
margin: 0px 7.5px;
padding: 0px;
border-radius: 50%;
transition: all 500ms ease;
}
.testimonial-style3-carousel .owl-dots .owl-dot span{
display: none;	
}
.testimonial-style3-carousel .owl-dots .owl-dot:before{
position: absolute;
top: -1px;
left: -1px;
bottom: -1px;
right: -1px;
content: "";
background: #c72a30; 
border-radius: 50%;
transform: scale(0);
transition: all 500ms ease;
}
.testimonial-style3-carousel .owl-dots .owl-dot.active{
border: 2px solid #c72a30;
}
.testimonial-style3-carousel .owl-dots .owl-dot.active:before{
transform: scale(1.0);
}
.more-reviews-button{
position: relative;
display: block;
padding-top: 33px;
}
.more-reviews-button a{
position: relative;
display: inline-block;
padding: 0 43px;
color: #c72a30;
font-size: 16px;
line-height: 56px;
font-weight: 600;
text-transform: capitalize;
border: 2px solid #c72a30;
font-family: 'Poppins', sans-serif;
transition: all 200ms linear;
transition-delay: 0.1s;
}
.more-reviews-button a:hover{
color: #ffffff;
background: #c72a30;
} .team-style2-area{
position: relative;
display: block;  
background: #000000;
padding: 120px 0 113px;
}
.single-team-member-style2{
position: relative;
display: block; 
}
.single-team-member-style2 .img-holder{
position: relative;
display: block;
}
.single-team-member-style2 .img-holder .inner-box{
position: relative;
display: block;
overflow: hidden;
padding-top: 25px;
padding-bottom: 25px;
transition: all 700ms ease;      
}
.single-team-member-style2:hover .img-holder .inner-box{}
.single-team-member-style2 .img-holder img{
width: 100%;
transition: all 900ms ease 100ms;
}
.single-team-member-style2:hover .img-holder img{
transform: scale(1.2, 1.2);     
}
.single-team-member-style2 .overlay{
position: absolute;
top: 0px;
left: 0;
bottom: 0px;
right: 0;
background-color: rgba(212, 64, 53, 0.90);
transition: all 900ms ease 100ms;
opacity: 0;
transform-style: preserve-3d;
transform: perspective(1200px) rotate(0deg) scaleY(0);
z-index: 1;
}
.single-team-member-style2:hover .overlay{
opacity: 1;
transform: perspective(1200px) rotate(0deg) scaleY(1.0);
transition: all 500ms ease 100ms;
}
.single-team-member-style2 .overlay .box{
display: table;
height: 100%;
width: 100%;    
}
.single-team-member-style2 .overlay .box .inner{
display: table-cell;
text-align: center;
vertical-align: middle;    
}
.single-team-member-style2 .overlay .box .inner .sociallinks{
position: absolute;
left: 0;
bottom: 30px;
right: 0;
text-align: center;
transform: scale(0);
transition: all 900ms ease 100ms;    
z-index: 2;    
}
.single-team-member-style2:hover .overlay .box .inner .sociallinks{
transform: scale(1.0);
transition: all 900ms ease 500ms;    
}
.single-team-member-style2 .overlay .box .inner .sociallinks li{
position: relative;
display: inline-block; 
margin: 0 5.5px;
}
.single-team-member-style2 .overlay .box .inner .sociallinks li a i{
position: relative;
display: block;
width: 50px;
height: 50px;
border-radius: 50%;
background: #ffffff;
color: #7e7e7e;
font-size: 14px;
line-height: 50px;
transition: all 500ms ease;    
}
.single-team-member-style2 .overlay .box .inner .sociallinks li a:hover i{
color: #c72a30;
}
.single-team-member-style2 .title-holder{
position: relative;
display: block;
padding-top: 27px;
text-align: center;
transform: scaleY(0);
transition: all 300ms ease 100ms;
}
.single-team-member-style2:hover .title-holder{
transform: scaleY(1.0);
transition: all 200ms linear;
transition-delay: 0.1s;    
}
.single-team-member-style2 .title-holder h3{
color: #ffffff;
font-size: 18px;
line-height: 20px;
font-weight: 600;
font-family: 'Poppins', sans-serif;
}
.single-team-member-style2 .title-holder h3 span{
color: #a6a6a6;
font-size: 16px;
font-weight: 400;
font-family: 'Muli', sans-serif;
}
.team-carousel.owl-carousel{
display: block;
max-width: 400px;
width: 100%;
margin: 0 auto;
}
.team-carousel.owl-carousel .owl-stage-outer{
overflow: visible;
padding: 0px 0px 29px;
}
.team-carousel.owl-carousel .owl-stage-outer .owl-item.active{}
.team-carousel.owl-carousel .owl-stage-outer .owl-item.active .single-team-member-style2 .img-holder img{
transform: scale(1.2, 1.2);     
}
.team-carousel.owl-carousel .owl-stage-outer .owl-item.active .single-team-member-style2 .overlay{
opacity: 1;
transform: perspective(1200px) rotate(0deg) scaleY(1.0);
transition: all 500ms ease 100ms;
}
.team-carousel.owl-carousel .owl-stage-outer .owl-item.active .single-team-member-style2 .overlay .box .inner .sociallinks{
transform: scale(1.0);
transition: all 900ms ease 500ms;    
}
.team-carousel.owl-carousel .owl-stage-outer .owl-item.active .single-team-member-style2 .title-holder{
transform: scaleY(1.0);
transition: all 200ms linear;
transition-delay: 0.1s;    
}
.team-carousel .owl-dots {
position: relative;
display: block;
margin-top: 0px !important;
}
.team-carousel .owl-dots .owl-dot {
position: relative;
display: inline-block;
width: 40px;
height: 3px;
background: #1a1a1a;
border: none;
margin: 0 1px;
padding: 0px;
border-radius: 0%;
transition: all 500ms ease;
}
.team-carousel .owl-dots .owl-dot span{
display: none;	
}
.team-carousel .owl-dots .owl-dot.active{
background: #c72a30;
} .latest-blog-style3-area{
position: relative;
display: block;
padding: 120px 0 120px;
}
.read-more-blog-button{
position: relative;
display: block;
padding-top: 38px;
}
.read-more-blog-button a{
position: relative;
display: inline-block;
padding: 0 48px;
color: #c72a30;
font-size: 16px;
line-height: 56px;
font-weight: 600;
text-transform: capitalize;
border: 2px solid #c72a30;
font-family: 'Poppins', sans-serif;
transition: all 200ms linear;
transition-delay: 0.1s;
}
.read-more-blog-button a:hover{
color: #ffffff;
background: #c72a30;
}
.single-blog-post-style3{
position: relative;
display: block;
}
.single-blog-post-style3 .img-holder{
position: relative;
display: block;
overflow: hidden;    
}
.single-blog-post-style3 .img-holder img {
width: 100%;
transition: all 8s cubic-bezier(0, 0, 0.2, 1);
transition-delay: .2s;
transform: scale(1.05);
}
.single-blog-post-style3:hover .img-holder img{
-webkit-transform: scale(1.4);
transform: scale(1.4);    
}
.single-blog-post-style3 .top-overlay{
position: absolute;
top: 0;
left: 0;
right: 0;
padding: 27px 30px 0;
display: flex;
justify-content: space-between;
flex-direction: row;
flex-wrap: wrap;
align-items: center;
}
.single-blog-post-style3 .top-overlay .date-box{
position: relative;
display: block;
}
.single-blog-post-style3 .top-overlay .date-box h3{
color: #ffffff;
font-size: 16px;
line-height: 20px;
font-weight: 700;
text-transform: capitalize;
font-family: 'Muli', sans-serif;
}
.single-blog-post-style3 .top-overlay .date-box h3 span:before{
position: relative;
top: 1px;
display: inline-block;
font-size: 14px;
padding-right: 9px;
}
.single-blog-post-style3 .top-overlay .meta-box{
position: relative;
display: block;
}
.single-blog-post-style3 .top-overlay .meta-box a{
position: relative;
display: inline-block;
color: #ffffff;
font-size: 16px;
line-height: 20px;
font-weight: 700;
text-transform: capitalize;
font-family: 'Muli', sans-serif;    
}
.single-blog-post-style3 .top-overlay .meta-box a span:before{
position: relative;
top: 2px;
display: inline-block;
font-size: 14px;
padding-right: 5px;    
}
.single-blog-post-style3 .bottom-overlay{
position: absolute;
left: 0;
bottom: 0;
right: 0;
text-align: center;
}
.single-blog-post-style3 .bottom-overlay .static{
position: relative;
display: block;
padding: 0px 30px 38px;
visibility: visible;
opacity: 1;
transform-style: preserve-3d;
transform: perspective(1200px) rotateX(0deg) translateZ(0px);
transition: all 700ms ease 500ms;
}
.single-blog-post-style3:hover .bottom-overlay .static{
visibility: hidden;
transform: perspective(1200px) rotateX(90deg) translateZ(-40px); 
transition: all 700ms ease 300ms;  
}
.single-blog-post-style3 .bottom-overlay .static h5 a{
position: relative;
display: inline-block;
border-bottom: 2px solid #c72a30;
color: #ffffff;
font-size: 16px;
line-height: 20px;
font-weight: 600;
font-family: 'Poppins', sans-serif;
}
.single-blog-post-style3 .bottom-overlay .static h3{
font-size: 20px;
line-height: 28px;
font-weight: 600;
margin: 20px 0 0;
font-family: 'Poppins', sans-serif;
}
.single-blog-post-style3 .bottom-overlay .static h3 a{
color: #ffffff;
}
.single-blog-post-style3 .bottom-overlay .overlay{
position: absolute;
left: 40px;
bottom: 45px;
right: 40px;
border-bottom: 3px solid #ffffff;
visibility: hidden;
transform-style: preserve-3d;
transform: perspective(1200px) rotateX(90deg) translateZ(-40px);
transition: all 300ms ease 100ms;
}
.single-blog-post-style3:hover .bottom-overlay .overlay{
visibility: visible;
transform: perspective(1200px) rotateX(0deg) translateZ(0px); 
transition: all 700ms ease 1200ms;   
}
.single-blog-post-style3 .bottom-overlay .overlay a{
position: relative;
display: inline-block;
color: #ffffff;
font-size: 16px;
line-height: 20px;
font-weight: 600;
text-transform: capitalize;
margin: 0 0 15px;
font-family: 'Poppins', sans-serif;
transition: all 200ms linear;
transition-delay: 0.1s;
}
.single-blog-post-style3 .bottom-overlay .overlay a:hover{
color: #c72a30;
}
.newsletter-subscription-box{
position: relative;
display: block;
padding: 45px 40px 45px;
background: #C72A30;
background: -moz-linear-gradient(top, #C72A30 0%, #DA4732 50%, #F06735 100%);
background: -webkit-linear-gradient(top, #C72A30 0%, #DA4732 50%, #F06735 100%);
background: linear-gradient(to bottom, #C72A30 0%, #DA4732 50%, #F06735 100%);
transition: all 900ms ease 100ms;  
}
.newsletter-subscription-box .top{
position: relative;
display: flex;
align-items: center;
flex-wrap: wrap;
justify-content: left;
border-bottom: 1px solid rgba(255, 255, 255, 0.20);
padding-bottom: 32px;
margin-bottom: 32px;
}
.newsletter-subscription-box .top .icon{
position: relative;
display: block;
width: 70px;
height: 70px;
background: #ffffff;
border-radius: 50%;
text-align: center;
}
.newsletter-subscription-box .top .icon span:before{
display: block;
color: #c72a30;
font-size: 30px;
line-height: 70px;
}
.newsletter-subscription-box .top .title{
position: relative;
display: block;
padding-left: 20px;
}
.newsletter-subscription-box .top .title h3{
color: #ffffff;
font-size: 18px;
line-height: 28px;
font-weight: 600;
text-transform: capitalize;
font-family: 'Poppins', sans-serif;
}
.newsletter-subscription-box .text{
position: relative;
display: block;
padding-bottom: 23px;
}
.newsletter-subscription-box .text p{
color: #ffffff;
font-size: 16px;
line-height: 26px;
margin: 0;
}
.newsletter-subscription-box .subscribe-form {
position: relative;
display: block;
width: 100%;
}
.newsletter-subscription-box .subscribe-form input[type="email"]{
position: relative;
display: block;
background: transparent;
border: 1px solid rgba(255, 255, 255, 0.20);
color: #ffffff;
font-size: 16px;
font-weight: 400;
width: 100%;
height: 55px;
margin-bottom: 20px;
padding: 0 20px;
transition: all 500ms ease;
-webkit-box-shadow: 0px 3px 7px 3px rgba(0,0,0, 0.05); 
box-shadow: 0px 3px 7px 3px rgba(0,0,0, 0.05);
}
.newsletter-subscription-box .subscribe-form input::-webkit-input-placeholder {
color: #ffffff;
}
.newsletter-subscription-box .subscribe-form input:-moz-placeholder {
color: #ffffff;
}
.newsletter-subscription-box .subscribe-form input::-moz-placeholder {
color: #ffffff;
}
.newsletter-subscription-box .subscribe-form input:-ms-input-placeholder {
color: #ffffff;
}
.newsletter-subscription-box .subscribe-form button {
position: relative;
display: block;
width: 175px;
height: 55px;
border: 0px solid;
background: #ffffff;
color: #1d1d1d;
font-size: 16px;
line-height: 55px;
font-weight: 600;
text-align: center;
transition: all 500ms ease;
font-family: 'Poppins', sans-serif;
}
.newsletter-subscription-box .subscribe-form input[type="email"]:focus {
color: #000000;
border: 1px solid #f86f1a;
}
.newsletter-subscription-box .subscribe-form input[type="email"]:focus + button, 
.newsletter-subscription-box .subscribe-form button:hover {
color: #f86f1a;
border-color: #f86f1a;
} .home-gmap-style2-area{
position: relative;
display: block;
background-attachment: fixed;
background-size: cover;
background-position: center top;
background-repeat: no-repeat;  
}
.google-map-box {
position: relative;
display: block;
}
#home-google-map-style2 {
width: 100%;
height: 580px;
} .footer-style4-area{
position: relative;
display: block;
padding: 118px 0 90px;
background: #111111;
}
.single-footer-widget-style4{
position: relative;
display: block;
}
.single-footer-widget-style4.pdleft65{
padding-left: 65px;
}
.single-footer-widget-style4 .title{
position: relative;
display: block;
padding-bottom: 32px;
}
.single-footer-widget-style4 .title h5{
color: #ffffff;
font-size: 14px;
line-height: 14px;
font-weight: 600;
text-transform: uppercase;
font-family: 'Poppins', sans-serif;
}
.single-footer-widget-style4 .decor {
position: relative;
display: block;
width: 40px;
height: 2px;
background: #c72a30;
margin: 18px 0 0;
}
.single-footer-widget-style4 .footer-company-info-text{
position: relative;
display: block;    
}
.single-footer-widget-style4 .footer-company-info-text p{
color: #ffffff;
font-size: 16px;
line-height: 26px;
font-weight: 400;
margin: 0 0 15px;
}
.single-footer-widget-style4 .footer-company-info-text p.mar0{
margin: 0;
}
.single-footer-widget-style4 .services-links{
position: relative;
display: block;
}
.single-footer-widget-style4 .services-links li{
position: relative;
display: block;
line-height: 26px;
margin-bottom: 10px;
}
.single-footer-widget-style4 .services-links li:last-child{
margin-bottom: 0;
}
.single-footer-widget-style4 .services-links li a{
color: #ffffff;
font-size: 16px;
font-weight: 400;
transition: all 200ms linear;
transition-delay: 0.1s;
}
.single-footer-widget-style4 .services-links li a:hover{
color: #565656;
}
.single-footer-widget-style4 .trending-post{
position: relative;
display: block;    
}
.single-footer-widget-style4 .trending-post li {
position: relative;
display: block;
padding-left: 20px;
margin-bottom: 17px;
line-height: 24px;
}
.single-footer-widget-style4 .trending-post li:last-child{
margin-bottom: 0;
}
.single-footer-widget-style4 .trending-post li:before {
position: absolute;
top: 8px;
left: 0;
bottom: 5px;
width: 2px;
background: #292929;
content: "";
}
.single-footer-widget-style4 .trending-post li:after {
position: absolute;
top: 8px;
left: 0;
bottom: 5px;
width: 0px;
background: #c72a30;
content: "";
transition: all 200ms linear;
transition-delay: 0.1s;
}
.single-footer-widget-style4 .trending-post li:hover:after{
width: 5px;
}
.single-footer-widget-style4 .trending-post li span{
display: inline-block;
color: #ffffff;
font-size: 12px;
line-height: 14px;
font-weight: 700;
text-transform: uppercase;
}
.single-footer-widget-style4 .trending-post li h6{
font-size: 14px;
line-height: 20px;
font-weight: 400;
margin: 5px 0 0;
font-family: 'Poppins', sans-serif;
}
.single-footer-widget-style4 .trending-post li h6 a{
color: #ffffff;
transition: all 200ms linear;
transition-delay: 0.1s;
}
.single-footer-widget-style4 .trending-post li h6 a:hover{
color: #c72a30;
}
.single-footer-widget-style4 .lat-projects{
position: relative;
display: block; 
padding-top: 8px;
margin-left: -6px;
margin-right: -6px;
}
.single-footer-widget-style4 .lat-projects li{
position: relative;
display: inline-block;
float: left;
margin: 0 6px 12px;
}
.single-footer-widget-style4 .lat-projects li .img-holder {
position: relative;
display: block;
overflow: hidden;
}
.single-footer-widget-style4 .lat-projects li .img-holder img {
width: 100%;
transform: scale(1.0);
}
.single-footer-widget-style4 .lat-projects li:hover .img-holder img {
transform:scale(1.2) rotate(1deg);	
}
.single-footer-widget-style4 .lat-projects li .overlay-style-one{
border: 2px solid #c72a30;
z-index: 2;
}
.single-footer-widget-style4 .lat-projects li:hover .overlay-style-one{
opacity: 1;
}
.single-footer-widget-style4 .lat-projects li .img-holder .overlay-style-one .box .inner a span:before{
position: relative;
display: inline-block;
color: #ffffff;
font-size: 20px;
line-height: 20px;
opacity: 0;
transform: translateY(50px);
transition: all 0.1s ease-in-out 0.9s;
}
.single-footer-widget-style4 .lat-projects li:hover .img-holder .overlay-style-one .box .inner a span:before{
opacity: 1;
transform: translateY(0px); 
transition: all 0.5s ease-in-out 0.5s;
}
.single-footer-widget-style4 .lat-projects li .img-holder .overlay-style-one .box .inner a:hover span:before{
color: #c72a30;    
} .footer-bottom-style4-area{
position: relative;
display: block;
background: #111111;
}
.footer-bottom-style4-content{
position: relative;
border-top: 1px solid #292929;
display: flex;
justify-content: space-between;
flex-direction: row;
flex-wrap: wrap;
align-items: center;
padding: 22px 0;
}
.footer-bottom-style4-content .copyright-text p {
color: #a6a6a6;
font-size: 14px;
line-height: 24px;
font-weight: 400;
text-transform: capitalize;
margin: 0;
font-family: 'Poppins', sans-serif;
}
.footer-bottom-style4-content .copyright-text p a {
color: #ffffff;
font-weight: 500;
transition: all 500ms ease;
}
.footer-bottom-style4-content .copyright-text p a:hover{
color: #a6a6a6;
}
.footer-menu-style3{
position: relative;
display: block;
}
.footer-menu-style3 ul{
display: block;
overflow: hidden;
}
.footer-menu-style3 ul li{
position: relative;
display: inline-block;
float: left;
margin-right: 20px;
z-index: 1;
}
.footer-menu-style3 ul li:last-child{
margin: 0;
}
.footer-menu-style3 ul li a{
position: relative;
display: inline-block;
color: #a6a6a6;
font-size: 14px;
line-height: 24px;
font-weight: 400;
transition: all 200ms linear;
transition-delay: 0.1s;
font-family: 'Poppins', sans-serif;
}
.footer-menu-style3 ul li a:hover{
color: #ffffff;
} .main-header.style5 {
position: fixed;
left: 0px;
top: 32px;
width: 100%;
background: transparent;
padding-bottom: 0px;
z-index: 9999999;
transition: all 300ms ease;
}
.main-header.style5.fixed-header {
position: relative;
left: 0px;
top: 0px;
width: 100%;
z-index: 9999999;
padding: 0;
background: transparent;
box-shadow: none;
transition: none;
}
.main-header.style5.fixed-header .main-menu .navigation > li > a {
padding: 60px 0px;
}
.main-header.style5 .sticky-header {
background: #453188;
background: -moz-linear-gradient(top, #453188 0%, #5B50B4 50%, #7675EA 100%);
background: -webkit-linear-gradient(top, #453188 0%, #5B50B4 50%, #7675EA 100%);
background: linear-gradient(to bottom, #453188 0%, #5B50B4 50%, #7675EA 100%);
}
.sticky-header .main-menu.style4 .navigation > li > a{
color: #ffffff;
padding: 35px 0px;        
}
.fixed-header .sticky-header .main-menu.style4 .navigation > li > a{
color: #ffffff;
padding: 35px 0px;  
}
.header-upper-style5 {
position: relative;
display: block;
background: transparent;
max-width: 1800px;
padding: 0 20px;
margin: 0 auto;
}
.header-upper-style5 .outer-container {
position: relative;
display: flex;
align-items: center;
flex-wrap: wrap;
justify-content: space-between;
}
.header-upper-style5 .header-upper-left {
position: relative;
display: block;
max-width: 550px;
width: 100%;
}
.header-upper-style5 .header-upper-left .logo{
position: relative;
display: block;      
}
.header-upper-style5 .header-upper-left .logo a{
display: inline-block;
}
.header-upper-style5 .header-upper-middle{
position: relative;
display: block;
max-width: 660px;
width: 100%;
}
.header-upper-style5 .header-upper-middle .nav-outer {
position: relative;
top: 0;
right: 0;
left: 0;
bottom: 0;
}
.header-upper-style5 .nav-outer .main-menu.style4{
position: relative;
display: inline-block;
float: left;
}
.main-menu.style4 .navigation > li {
position: relative;
float: left;
margin-right: 40px;
transition: all 300ms ease;
}
.main-menu.style4 .navigation > li:last-child{
margin-right: 0;
}
.main-menu.style4 .navigation > li > a {
padding: 60px 0px;
color: #ffffff;
font-size: 16px;
line-height: 20px;
font-weight: 600;
text-transform: capitalize;
letter-spacing: 0;
font-family: 'Poppins', sans-serif;
}
.main-menu.style4 .navigation > li:hover > a, 
.main-menu.style4 .navigation > li.current > a {
color: #fe9518;
}
.header-upper-style5 .header-upper-right{
position: relative;
display: block;
max-width: 500px;
width: 100%;    
}
.header-upper-style5 .header-upper-right .header-right-content{
position: relative;
display: block;
float: right;
}
.header-upper-style5 .outer-search-box {
position: relative;
display: inline-block;
float: left;
transition: all 500ms ease 100ms;
padding: 55px 0;
margin-left: 12px;
}
.header-upper-style5 .outer-search-box .seach-toggle {
position: relative;
display: block;
background: transparent;
color: #ffffff;
font-size: 16px;
line-height: 30px;
cursor: pointer;
text-align: center;
height: 30px;
width: 30px;
border-radius: 0px;
margin: 0;
transition: all 500ms ease;
}
.header-upper-style5 .outer-search-box .seach-toggle:hover,
.header-upper-style5 .outer-search-box .seach-toggle.active{
color: #fe9518;
}
.header-upper-style5 .outer-search-box .search-box {
position: absolute;
top: 120%;
right: 0%;
background: #1d1d1d;
opacity: 0;
padding: 20px;
transition: all 500ms ease 0s;
visibility: hidden;
z-index: 100;
margin-left: 0;
}
.header-upper-style5 .outer-search-box .search-box.now-visible {
top: 100%;
opacity: 1;
visibility: visible;
z-index: 100;
}
.header-upper-style5 .outer-search-box .search-box .form-group{
position:relative;
padding: 0px;
margin: 0px;
width: 100%;
min-width: 250px;
}
.header-upper-style5 .outer-search-box .search-box .form-group input[type="search"] {
background: #ffffff none repeat scroll 0 0;
border: 1px solid #1f1f23;
color: #000;
display: block;
font-size: 13px;
line-height: 24px;
position: relative;
transition: all 500ms ease 0s;
width: 100%;
height: 45px;
padding-left: 15px;
padding-right: 50px;
}
.header-upper-style5 .outer-search-box .search-box .form-group input[type="search"]:focus{
border-color: #f5f5f5;	
}
.header-upper-style5 .outer-search-box .search-box .form-group button, 
.header-upper-style5 .outer-search-box .search-box .form-group input[type="submit"] {
position: absolute;
right: 0;
top: 0;
display: block;
cursor: pointer;
background: #1f1f23;
color: #fff;
font-size: 13px;
height: 45px;
line-height: 45px;
width: 45px;
transition: all 500ms ease 0s;
}
.header-upper-style5 .outer-search-box .search-box .form-group button:hover,
.header-upper-style5 .outer-search-box .search-box .form-group input:focus + button{
color: #222222;
background: #f5f5f5;
}
.header-upper-style5 .cart-box {
position: relative;
display: inline-block;
padding-left: 8px;
padding-right: 20px;
float: left;
margin: 47px 0 48px;
}
.header-upper-style5 .cart-box:before{
position: absolute;
top: 0px;
right: 0;
bottom: 0px;
width: 1px;
background: rgba(238, 238, 238, 0.30);
content: "";
}
.header-upper-style5 .cart-box:after{
position: absolute;
top: 0px;
left: 0;
bottom: 0px;
width: 1px;
background: rgba(238, 238, 238, 0.30);
content: "";
}
.header-upper-style5 .cart-box a{
position: relative;
display: block;
width: 45px;
height: 45px;
border-radius: 50%;
border: 1px solid transparent;
}
.header-upper-style5 .cart-box a span:before {
position: relative;
display: block;
text-align: center;
color: #ffffff;
font-size: 20px;
line-height: 43px;
transition: all 500ms ease;
}
.header-upper-style5 .cart-box a:hover span:before{
color: #fe9518;    
}
.header-upper-style5 .cart-box a span.number {
position: absolute;
top: 0;
right: 0px;
width: 20px;
height: 20px;
background: #fe9518;
border-radius: 50%;
color: #ffffff;
font-size: 12px;
line-height: 20px;
font-weight: 400;
display: block;
text-align: center;
font-family: 'Poppins', sans-serif;
} .banner-style5-area {
position: relative;
display: block;
padding-top: 268px;
padding-bottom: 300px;
height: 1060px;
background-size: cover;
background-repeat: no-repeat;
background-position: top center;
margin-top: -140px;
}
.banner-style5-area .inner{
position: relative;
display: block;
z-index: 3;
}
.banner-style5-area .phone {
position: absolute;
bottom: 15px;
right: 70px;
background: url(//www.mywebsitefreelancer.com/wp-content/themes/jixic/assets/images/slides/mobile.png);
background-repeat: no-repeat;
width: 1082px;
height: 771px;
z-index: 2;
}
.banner-style5-area .round-box {
position: absolute;
top: 195px;
right: 80px;
background-image: url(//www.mywebsitefreelancer.com/wp-content/themes/jixic/assets/images/slides/round-box.png);
background-repeat: no-repeat;
width: 428px;
height: 428px;
content: "";
z-index: 1;
-webkit-animation: fa-spin 25s infinite alternate;
-moz-animation: fa-spin 25s infinite alternate;
-ms-animation: fa-spin 25s infinite alternate;
-o-animation: fa-spin 25s infinite alternate;
animation: fa-spin 25s infinite alternate;
}
.banner-style5-area .inner .big-title{
position: relative;
display: block;
padding: 0 0 37px;
color: #ffffff;
font-size: 60px;
line-height: 68px;
font-weight: 700;
font-family: 'Poppins', sans-serif;
}
.banner-style5-area .inner .button{
position: relative;
display: block; 
padding-bottom:133px;
}
.banner-style5-area .inner .button a{
position: relative;
display: inline-block;
padding: 0 40px;
background: #fe9518;
color: #ffffff;
font-size: 16px;
line-height: 60px;
font-weight: 600;
text-transform: capitalize;
border-radius: 7px;
font-family: 'Poppins', sans-serif;
transition: all 200ms linear;
transition-delay: 0.1s;
}
.banner-style5-area .inner .button a i{
display: inline-block;
padding-right: 10px;
}
.banner-style5-area .inner .button a:hover{
background: #de7c07;
}
.banner-style5-area .inner .social-share-links{
position: relative;
display: flex;
align-items: center;
flex-wrap: wrap;
justify-content: left;    
}
.banner-style5-area .inner .social-share-links .title{
position: relative;
display: block;
padding-right: 20px;
}
.banner-style5-area .inner .social-share-links .title h5{
color: #ffffff;
font-size: 16px;
line-height: 30px;
font-weight: 600;
font-family: 'Poppins', sans-serif;
}
.banner-style5-area .inner .social-share-links .social-links{
position: relative;
display: block;    
}
.banner-style5-area .inner .social-share-links .social-links li{
position: relative;
display: inline-block;
float: left;
margin-right: 25px;
line-height: 30px;
}
.banner-style5-area .inner .social-share-links .social-links li:last-child{
margin-right: 0;
}
.banner-style5-area .inner .social-share-links .social-links li a i{
color: #ffffff;
font-size: 16px;
} .features-area {
position: relative;
display: block;
padding-top: 70px;
padding-bottom: 105px;
}
.features-area .auto-container{
position: relative;
max-width: 1430px;
margin: 0 auto;
overflow: hidden;
}
.features-area .sec-title-style4.max-witdth {
padding-bottom: 28px;
}
.single-feature-box{
position: relative;
display: block;
background: transparent;
padding: 57px 30px 63px;
transform: perspective(1200px) rotateX(0deg) translateY(0px);
transition: all 900ms ease 800ms;
}
.single-feature-box:before {
position: absolute;
top: 0;
left: 0;
bottom: 52px;
right: 0;
background: #ffffff;
content: "";
z-index: -1;
-webkit-box-shadow: 0px 4px 8px 3px #f6f6f6;
box-shadow: 0px 4px 8px 3px #f6f6f6;
opacity: 0;
transform: perspective(1200px) rotateX(-90deg);
transform-origin: top;
}
.single-feature-box:after{
position: absolute;
top: 0;
left: 0;
bottom: 52px;
right: 0;
background: #ffffff;
content: "";
z-index: -1;
-webkit-box-shadow: 0px 4px 8px 3px #f6f6f6;
box-shadow: 0px 4px 8px 3px #f6f6f6; 
opacity: 1;
transform: perspective(1200px) rotateX(0deg);
transform-origin: top;
transition: all 700ms ease 100ms;
}
.single-feature-box .count {
position: absolute;
top: 0;
right: 0;
width: 100px;
height: 80px;
background: #f6f5fa;
border-bottom-left-radius: 55px;
border-bottom-right-radius: 0px;
color: #fe9518;
font-size: 24px;
font-weight: 700;
line-height: 80px;
z-index: 2;
}
.single-feature-box .inner {
position: relative;
display: block;
}
.single-feature-box .icon{
position: relative;
display: block;
padding-bottom: 24px;
}
.single-feature-box .icon img {
width: auto;
margin: 0 auto;
}
.single-feature-box .text{
position: relative;
display: block;    
}
.single-feature-box .text h3{
color: #443087;
font-size: 18px;
line-height: 24px;
font-weight: 600;
margin: 0 0 16px;
font-family: 'Poppins', sans-serif;
}
.single-feature-box .text p{
margin: 0;
}
.single-feature-box .button{
position: relative;
display: block;
padding-top: 26px;
opacity: 0;
transform: perspective(1200px) rotateX(-90deg) translateZ(0px);
transition: all 700ms ease 100ms;
}
.single-feature-box .button a {
position: relative;
display: inline-block;
padding: 0 15px;
color: #443087;
font-size: 16px;
line-height: 12px;
font-weight: 600;
text-transform: capitalize;
font-family: 'Poppins', sans-serif;
transition: all 300ms ease 100ms;
}
.single-feature-box .button a:before{
position: absolute;
top: -1px;
left: 0;
bottom: 0;
width: 4px;
background: #fe9518;
content: "";
}
.single-feature-box .button a:after{
position: absolute;
top: -1px;
right: 0;
bottom: 0;
width: 4px;
background: #fe9518;
content: "";
}
.single-feature-box .button a:hover{
color: #fe9518;
}
.feature-carousel-outer-box {
position: relative;
display: block;
overflow: hidden;
max-width: 1210px;
margin: 0 auto;
z-index: 10;
}
.feature-carousel.owl-carousel{
position: relative;
display: block;
max-width: 370px;
width: 100%;
margin: 0 auto;
}
.feature-carousel.owl-carousel .owl-stage-outer{
overflow: visible;
padding: 40px 0px 0px;
}
.feature-carousel.owl-carousel .owl-stage-outer .owl-item.active .single-feature-box{
transform: translateY(-26px); 
transition: all 900ms ease 1200ms;
}
.feature-carousel.owl-carousel .owl-stage-outer .owl-item.active .single-feature-box .button{
opacity: 1;
transform: perspective(1200px) rotateX(0deg) translateZ(0px); 
transition: all 700ms ease 600ms;
}
.feature-carousel.owl-carousel .owl-stage-outer .owl-item.active .single-feature-box:before{
bottom: 0;
opacity: 1;
transform: perspective(1200px) rotateX(0deg);
transition: all 700ms ease 300ms;     
}
.feature-carousel.owl-carousel .owl-stage-outer .owl-item.active .single-feature-box:after{
opacity: 0;
transform: perspective(1200px) rotateX(-90deg);
transition: all 700ms ease 100ms;    
}
.feature-carousel.owl-carousel .owl-nav {
position: absolute;
top: 50%;
left: -420px;
right: -420px;
text-align: center;
margin-top: -51px;
z-index: 10;
}
.feature-carousel.owl-carousel.style1 .owl-nav [class*="owl-"] {
width: 50px;
height: 50px;
border: 1px solid #f2e9e7;
color: #212121;
font-size: 20px;
line-height: 46px;
margin: 0;
padding: 0;
}
.feature-carousel.owl-carousel .owl-nav .owl-prev {
position: absolute;
left: 0px;
}
.feature-carousel.owl-carousel .owl-nav .owl-next{
position: absolute;
right: 0px;    
}
.feature-carousel.owl-carousel.style1 .owl-nav [class*="owl-"]:hover{
color: #fe9518;
border-color: #fe9518;
} .about-style4-area {
position: relative;
display: block;
padding: 70px 0 96px;
}
.about-style4-bg{
position: absolute;
top: 0;
left: 0;
width: 905px;
height: 681px;
background: url(//www.mywebsitefreelancer.com/wp-content/themes/jixic/assets/images/about/about-style4-bg.png);
background-repeat: no-repeat;
background-position: left top;
}
.about-style4-bg .shape1{
position: absolute;
top: 145px;
left: 45px;
width: 80px;
height: 80px;
background: url(//www.mywebsitefreelancer.com/wp-content/themes/jixic/assets/images/about/round-box.png);
background-repeat: no-repeat;
background-position: left top;    
}
.about-style4-bg .shape2 {
position: absolute;
top: 40px;
left: 65px;
max-width: 835px;
width: 100%;
height: auto;
z-index: 3;
}
.about-style4-bg .shape3 {
position: absolute;
top: 145px;
right: 40px;
max-width: 311px;
width: 100%;
height: auto;
z-index: 4;
}
.about-style4-bg .shape4 {
position: absolute;
left: 25px;
bottom: -23px;
max-width: 361px;
width: 100%;
height: auto;
z-index: 2;
}
.about-style4-content {
position: relative;
display: block;
background: #ffffff;
z-index: 5;
padding: 30px 30px 30px;
border-radius: 10px;
}
.about-style4-content .sec-title-style4 {
padding-bottom: 42px;
}
.about-style4-content .inner-content{
position: relative;
display: block;    
}
.about-style4-content .inner-content .text{}
.about-style4-content .inner-content .text p{
margin: 0;
}
.about-style4-content .inner-content .content-box {
position: relative;
display: block;
padding-top: 43px;
}
.about-style4-content .inner-content .content-box ul{
display: block;
}
.about-style4-content .inner-content .content-box ul li{
position: relative;
display: flex;
align-items: center;
min-height: 60px;
padding-left: 60px;
border: 1px solid #f6eeec;
cursor: pointer;
margin-bottom: 30px;
}
.about-style4-content .inner-content .content-box ul li:last-child{
margin-bottom: 0;
}
.about-style4-content .inner-content .content-box ul li:before {
position: absolute;
content: "\f107";
font-family: FontAwesome;
color: #443087;
font-size: 24px;
top: 0px;
right: 28px;
bottom: 0;
line-height: 58px;
transition: all 200ms linear;
transition-delay: 0.1s;
}
.about-style4-content .inner-content .content-box ul li:hover:before{
color: #fe9518;    
}
.about-style4-content .inner-content .content-box ul li .icons {
position: absolute;
top: -1px;
left: -1px;
bottom: -1px;
width: 60px;
text-align: center;
background: #FE9518;
background: -moz-linear-gradient(top, #FE9518 0%, #FE9F2E 50%, #FFBC6C 100%);
background: -webkit-linear-gradient(top, #FE9518 0%, #FE9F2E 50%, #FFBC6C 100%);
background: linear-gradient(to bottom, #FE9518 0%, #FE9F2E 50%, #FFBC6C 100%);
}
.about-style4-content .inner-content .content-box ul li.style2 .icons{
background: #453188;
background: -moz-linear-gradient(top, #453188 0%, #5B50B4 50%, #7675EA 100%);
background: -webkit-linear-gradient(top, #453188 0%, #5B50B4 50%, #7675EA 100%);
background: linear-gradient(to bottom, #453188 0%, #5B50B4 50%, #7675EA 100%);    
}
.about-style4-content .inner-content .content-box ul li.style3 .icons{
background: #D74C7B;
background: -moz-linear-gradient(top, #D74C7B 0%, #E8638F 50%, #f677a2 100%);
background: -webkit-linear-gradient(top, #D74C7B 0%, #E8638F 50%, #f677a2 100%);
background: linear-gradient(to bottom, #D74C7B 0%, #E8638F 50%, #f677a2 100%); 
}
.about-style4-content .inner-content .content-box ul li .icons span:before{
position: relative;
display: block;
color: #ffffff;
font-size: 30px;
line-height: 60px;
}
.about-style4-content .inner-content .content-box ul li .title{
position: relative;
display: block;
padding-left: 30px;
}
.about-style4-content .inner-content .content-box ul li .title h5{
color: #443087;
font-size: 16px;
line-height: 24px;
font-weight: 600;
font-family: 'Poppins', sans-serif;
transition: all 200ms linear;
transition-delay: 0.1s;
}
.about-style4-content .inner-content .content-box ul li:hover .title h5{
color: #fe9518;    
}
.about-style4-content .inner-content .content-box ul li .overlay-text {
position: absolute;
left: 89px;
bottom: 0;
right: 29px;
top: 120%;
display: block;
padding: 32px 40px 30px;
background: #ffffff;
min-height: 144px;
z-index: 3;
visibility: hidden;
opacity: 0;
transition: all 200ms linear;
transition-delay: 0.1s;
-webkit-box-shadow: 0px 0px 5px 2px #edeef1; 
box-shadow: 0px 0px 5px 2px #edeef1;
}
.about-style4-content .inner-content .content-box ul li:hover .overlay-text {
top: 95%;
opacity: 1;
visibility: visible;
}
.about-style4-content .inner-content .content-box ul li .overlay-text:before{
position: absolute;
left: 0;
bottom: 0;
right: 0;
height: 4px;
content: "";
background: #453188;
background: -moz-linear-gradient(left, #453188 0%, #5B50B4 50%, #7675EA 100%);
background: -webkit-linear-gradient(left, #453188 0%, #5B50B4 50%, #7675EA 100%);
background: linear-gradient(to right, #453188 0%, #5B50B4 50%, #7675EA 100%);
}
.about-style4-content .inner-content .content-box ul li .overlay-text:after {
font-family: FontAwesome;
position: absolute;
top: -21px;
left: 30px;
content: "\f0d8";
color: #ffffff;
font-size: 40px;
text-shadow: -1px 0px 2px #f1f1f1;
z-index: -1;
}
.about-style4-content .inner-content .content-box ul li .overlay-text p{
margin: 0;
} .friendly-interface-area{
position: relative;
display: block;
padding: 230px 0 150px;
}
.friendly-interface-area .outer-container{
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.friendly-interface-area .layer-image {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-image: url(//www.mywebsitefreelancer.com/wp-content/themes/jixic/assets/images/pattern/friendly-interface-bg.png);
background-repeat: no-repeat;
background-position: top center;
background-size: cover;
z-index: 1;
}
.friendly-interface-area .layer-image:before {
position: absolute;
top: 160px;
right: 50px;
background-image: url(//www.mywebsitefreelancer.com/wp-content/themes/jixic/assets/images/shape/decor.png);
background-repeat: no-repeat;
width: 620px;
height: 633px;
content: "";
z-index: -1;
-webkit-animation: fa-spin 25s infinite alternate;
-moz-animation: fa-spin 25s infinite alternate;
-ms-animation: fa-spin 25s infinite alternate;
-o-animation: fa-spin 25s infinite alternate;
animation: fa-spin 25s infinite alternate;
}
.friendly-interface-content {
position: relative;
display: block;
padding-top: 150px;
z-index: 2;
}
.friendly-interface-content .sec-title-style4 {
padding-bottom: 42px;
}
.friendly-interface-content .inner-content{
position: relative;
display: block;
}
.friendly-interface-content .inner-content .text {
position: relative;
display: block;
padding-bottom: 27px;
}
.friendly-interface-content .inner-content ul{
position: relative;
display: block;
overflow: hidden;
}
.friendly-interface-content .inner-content ul li{
position: relative;
display: inline-block;
float: left;
width: 120px;
text-align: center;
margin-right: 30px;
transform: translateY(0px);
transition: all 300ms ease 200ms;
}
.friendly-interface-content .inner-content ul li:hover{
transform:translateY(-5px);
}
.friendly-interface-content .inner-content ul li:last-child{
margin-right: 0;
}
.friendly-interface-content .inner-content ul li .icons{
position: relative;
display: block;
width: 120px;
height: 120px;
background: #ffffff;
z-index: 1;
}
.friendly-interface-content .inner-content ul li .icons:before{
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
content: "";
z-index: -1;
background: #453188;
background: -moz-linear-gradient(top, #453188 0%, #5B50B4 50%, #7675EA 100%);
background: -webkit-linear-gradient(top, #453188 0%, #5B50B4 50%, #7675EA 100%);
background: linear-gradient(to bottom, #453188 0%, #5B50B4 50%, #7675EA 100%); 
opacity: 0;
transform-style: preserve-3d; 
transform: perspective(1200px) rotateX(90deg) translateZ(-40px);
transition: all 300ms ease 200ms;
}
.friendly-interface-content .inner-content ul li:hover .icons:before{
opacity: 1;
transform: perspective(1200px) rotateX(0deg) translateZ(0px);
transition: all 900ms ease 300ms;        
}
.friendly-interface-content .inner-content ul li .icons span:before{
display: block;
color: #fe9518;
font-size: 50px;
line-height: 120px;
transition: all 900ms ease 300ms;  
}
.friendly-interface-content .inner-content ul li.style2 .icons span:before{
color: #635bc4;    
}
.friendly-interface-content .inner-content ul li.style3 .icons span:before{
color: #d74c7a;       
}
.friendly-interface-content .inner-content ul li.style4 .icons span:before{
color: #0db257;       
}
.friendly-interface-content .inner-content ul li:hover .icons span:before{
color: #ffffff;
transition: all 900ms ease 700ms;  
}
.friendly-interface-content .inner-content ul li h5{
color: #443087;
font-size: 16px;
line-height: 22px;
font-weight: 600;
margin: 21px 0 0;
font-family: 'Poppins', sans-serif;
}
.friendly-interface-right-content {
position: relative;
display: block;
width: 100%;
height: 100%;
}
.interface-box1{
position: absolute;
left: 0;
bottom: -16px;
z-index: 1;
}
.interface-box2{
position: absolute;
left: 250px;
top: -130px;
z-index: 3;
}
.interface-box3{
position: absolute;
top: 0;
right: -350px;
z-index: 1;
} .app-screenshot-area{
position: relative;
display: block;
padding: 150px 0 100px;
}
.app-screenshot-area .sec-title-style4.max-witdth {
padding-bottom: 20px;
}
.app-screenshot-area .outer-container {
position: relative;
overflow: hidden;
max-width: 1920px;
margin: 0 auto;
padding: 0px 80px;
}
.app-screenshot-area .outer-container .carousel-container{
position: relative;
display: block;
overflow: hidden;
}
.screenshot-carousel .owl-stage .owl-item .single-item img{
-webkit-transition: 0.3s;
transition: 0.3s;
-webkit-transform: scale(0.85);
transform: scale(0.85);
}
.screenshot-carousel .owl-stage .owl-item.center .single-item {}
.screenshot-carousel .owl-stage .owl-item.center .single-item img {
-webkit-transform: scale(0.99);
transform: scale(0.99);
}
.app-screenshot-area .carousel-outer {
position: relative;
max-width: 453px;
height: 821px;
width: 100%;
margin: 0 auto;
background: url(//www.mywebsitefreelancer.com/wp-content/themes/jixic/assets/images/pattern/screenshot-bg.png) center center no-repeat;
padding: 53px 65px 50px;
z-index: 9999;
}
.screenshot-carousel.owl-carousel{
z-index: auto;
}
.screenshot-carousel.owl-carousel .owl-stage-outer{
overflow: visible;
}
.screenshot-carousel.owl-carousel .owl-nav {
position: absolute;
top: 50%;
left: -700px;
right: -700px; text-align: center;
margin-top: -35px;
}
.screenshot-carousel.owl-carousel.style1 .owl-nav [class*="owl-"] {
width: 70px;
height: 70px;
border: 0px solid;
color: #808080;
font-size: 25px;
line-height: 70px;
margin: 0;
padding: 0;
-webkit-box-shadow: 0px 4px 8px 3px #f6f6f6;
box-shadow: 0px 4px 8px 3px #f6f6f6;
}
.screenshot-carousel.owl-carousel .owl-nav .owl-prev {
position: absolute;
left: 0px;
}
.screenshot-carousel.owl-carousel .owl-nav .owl-next{
position: absolute;
right: 0px;    
}
.screenshot-carousel.owl-carousel.style1 .owl-nav [class*="owl-"]:hover{
color: #ffffff;
background: #fe9518;
} .app-setup-process-area{
position: relative;
display: block;
padding: 150px 0 144px;
}
.app-setup-process-area .layer-outer {
position: absolute;
top: 0;
bottom: 0px;
right: 0;
width: 100%;
}
.app-setup-process-area .layer-image {
position: absolute;
top: 0px;
right: 0;
width: 100%;
height: 100%;
background-image: url(//www.mywebsitefreelancer.com/wp-content/themes/jixic/assets/images/pattern/app-setup-process.jpg);
background-repeat: no-repeat;
background-position: bottom center;
background-size: cover;
}
.app-setup-process-area .sec-title-style4{}
.app-setup-process-area .sec-title-style4 .border-box{
background: #FE9518;
background: -moz-linear-gradient(left, #FE9518 0%, #FB9B29 50%, #f1af61 100%);
background: -webkit-linear-gradient(left, #FE9518 0%, #FB9B29 50%, #f1af61 100%);
background: linear-gradient(to right, #FE9518 0%, #FB9B29 50%, #f1af61 100%);    
}
.app-setup-process-area .sec-title-style4 .text p{
color: #baadc9;
}
.app-setup-process{
position: relative;
display: block;
z-index: 1;
}
.app-setup-process:before {
position: absolute;
top: 73px;
left: 0;
right: 0;
max-width: 825px;
width: 100%;
height: 100%;
margin: 0 auto;
background: url(//www.mywebsitefreelancer.com/wp-content/themes/jixic/assets/images/icon/app-setup-process-arrow.png);
background-repeat: no-repeat;
content: "";
z-index: -1;
}
.single-app-setup-process{
position: relative;
display: block;
width: 250px;
margin: 0 auto;
text-align: center;
}
.single-app-setup-process.martop80{
margin-top: 80px;
}
.single-app-setup-process .icons{
position: relative;
display: block;
width: 160px;
height: 160px;
background: #ffffff;
border-radius: 50%;
margin: 0 auto;
}
.single-app-setup-process .icons {
font-size: 70px;
display: block;
text-align: center;
line-height: 160px;
}
.single-app-setup-process .icons .overlay-text {
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
background: #ffffff;
border-radius: 7px;
display: flex;
padding: 0px 10px 0px;
align-items: center;
opacity: 0;
transform-style: preserve-3d;
transform: perspective(1200px) rotateX(90deg) translateY(-160px);
transition: all 1200ms ease 100ms;
}
.single-app-setup-process:hover .icons .overlay-text{
opacity: 1;
transform: perspective(1200px) rotateX(0deg) translateY(0px);
transition: all 500ms linear;
transition-delay: 0.1s;   
}
.single-app-setup-process .icons .overlay-text p{
color: #7e7e7e;
font-size: 16px;
line-height: 24px;
font-weight: 400;
font-family: 'Muli', sans-serif;
margin: 0;
}
.single-app-setup-process .count-box{
position: absolute;
top: 0;
right: 0;
width: 35px;
height: 35px;
background: #fe9518;
border-radius: 50%;
color: #ffffff;
font-size: 16px;
line-height: 35px;
font-weight: 600;
font-family: 'Poppins', sans-serif;
}
.single-app-setup-process h5{
color: #f6f5fa;
font-size: 18px;
line-height: 24px;
font-weight: 600;
margin: 26px 0 0;
font-family: 'Poppins', sans-serif;
} .testimonial-style4-area{
position: relative;
display: block;
overflow: hidden;
padding: 150px 0 230px;
z-index: 1;
}
.testimonial-style4-area .layer-outer{
position: absolute;
top: 0;
bottom: 0px;
right: 0;
width: 100%;  
z-index: -1;
}
.testimonial-style4-area .layer-shape {
position: absolute;
top: -100px;
left: 0;
bottom: 0;
right: -70px;
background-image: url(//www.mywebsitefreelancer.com/wp-content/themes/jixic/assets/images/shape/testimonial-style4-shape.png);
background-repeat: no-repeat;
background-position: top right;
background-size: auto;
}
.testimonial-style4-content{
position: relative;
display: block;
padding-top: 80px;
}
.testimonial-style4-content .sec-title-style4{
padding-bottom: 42px;    
}
.testimonial-style4-content .inner-content{
position: relative;
display: block;
}
.testimonial-style4-content .inner-content .text{
position: relative;
display: block;
padding-bottom: 27px;
}
.testimonial-style4-content .inner-content .button{
position: relative;
display: block;    
}
.testimonial-style4-content .inner-content .button a{
position: relative;
display: inline-block;
padding: 0 50px;
background: #fe9518;
color: #ffffff;
font-size: 16px;
line-height: 60px;
font-weight: 600;
text-transform: capitalize;
border-radius: 7px;
font-family: 'Poppins', sans-serif;
transition: all 200ms linear;
transition-delay: 0.1s;    
}
.testimonial-style4-content .inner-content .button a:hover{
background: #de7c07;
}
.single-testimonial-style4 {
position: relative;
display: block;
background: #ffffff;
-webkit-box-shadow: 0px 2px 10px 4px #f2f2f2;
box-shadow: 0px 2px 10px 4px #f2f2f2;
padding: 60px 50px 35px;
padding-right: 40px;
max-width: 370px;
width: 100%;
transition: all 8s cubic-bezier(0, 0, 0.2, 1);
transition-delay: .2s;
}
.single-testimonial-style4 .top {
position: relative;
display: flex;
align-items: center;
flex-wrap: wrap;
justify-content: left;
}
.single-testimonial-style4 .top .image-box{
position: relative;
display: block;
width: 75px;
height: 75px;
}
.single-testimonial-style4 .top .image-box img{
width: 100%;
}
.single-testimonial-style4 .top .title-box{
position: relative;
display: block;
padding-left: 20px;
}
.single-testimonial-style4 .top .title-box h3{
color: #443087;
font-size: 18px;
line-height: 20px;
font-weight: 600;
margin: 0 0 9px;
font-family: 'Poppins', sans-serif;
}
.single-testimonial-style4 .top .title-box span{
display: block;
color: #fe9518;
line-height: 24px;
}
.single-testimonial-style4 .text{
position: relative;
display: block;
padding: 30px 0 14px;
}
.single-testimonial-style4 .text p{
line-height: 28px;
margin: 0;
}
.single-testimonial-style4 .bottom{
display: flex;
justify-content: space-between;
flex-direction: row;
flex-wrap: wrap;
align-items: center;
}
.single-testimonial-style4 .bottom .review-box{}
.single-testimonial-style4 .bottom .review-box ul li i{
color: #d8d7dd;
}
.single-testimonial-style4 .bottom .quote-box{}
.single-testimonial-style4 .bottom .quote-box span:before{
color: #eaeaea;
font-size: 60px;
}
.testimonial-style4-right-content{
position: relative;
display: block;
width: 100%;
height: 100%;
}
.single-testimonial-style4.one{
position: absolute;
left: 0;
bottom: -80px;
width: 100%;
}
.single-testimonial-style4.one:hover{
transform: scale(1.05);
z-index: 3;
}
.single-testimonial-style4.two{
position: absolute;
top: 0;
left: 200px;
width: 100%;
z-index: 2;
}
.single-testimonial-style4.three{
position: absolute;
bottom: 0px;
right: 0px;
width: 100%;
}
.single-testimonial-style4.three:hover{
transform: scale(1.05);
z-index: 3;    
} .brand-style4-area{
position: relative;
display: block;
background: #f6f5fa;
padding: 105px 0 20px;
}
.single-brand-item-style4 {
position: relative;
display: block;
width: 140px;
background: #ffffff;
margin-bottom: 70px;
}
.single-brand-item-style4.marleft70{
margin-left: 70px;
}
.single-brand-item-style4.marright70{
margin-right: 70px;
}
.single-brand-item-style4.margin0-auto{
margin: 0 auto 70px;
}
.single-brand-item-style4.margintop-minus15{
margin-top: -15px;
}
.single-brand-item-style4 a {
position: relative;
display: inline-block;
}
.single-brand-item-style4 a img {
width: auto;
filter: brightness(100%); 
transition: all 900ms ease 200ms;
transform: perspective(1200px) rotateY(0deg) translateZ(0px);
}
.single-brand-item-style4:hover a img{
filter: brightness(0%); 
transform: perspective(1200px) rotateY(0deg) translateZ(0px);    
}
.single-brand-item-style4 .overlay-content {
position: absolute;
left: 0px;
right: 0;
top: -55px;
width: 140px;
opacity: 0;
visibility: hidden;
padding: 2px 0px 2px;
text-align: center;
background-color: #fe9518;
border-radius: 5px;
transition: all 300ms ease 100ms;
z-index: 999;
}
.single-brand-item-style4:hover .overlay-content{
top: -45px; 
visibility: visible;
opacity: 1;
}
.single-brand-item-style4 .overlay-content:before {
font-family: FontAwesome;
content: "\f0d7";
position: absolute;
bottom: -15px;
left: 0;
right: 0;
text-align: center;
color: #fe9518;
font-size: 30px;
}
.single-brand-item-style4 .overlay-content p{
color: #ffffff;
font-size: 16px;
font-weight: 400;
margin: 0;
}
.brand-style4-title-box{
position: relative;
display: block;
}
.brand-style4-title-box h1{
position: relative;
display: inline-block;
color: #443087;
font-size: 36px;
line-height: 48px;
font-weight: 600;
font-family: 'Poppins', sans-serif;
margin: 7px 0 18px;
}
.brand-style4-title-box .button{
position: relative;
display: block;   
padding-bottom: 59px;
}
.brand-style4-title-box .button a{
position: relative;
display: inline-block;
padding: 0 50px;
background: #fe9518;
color: #ffffff;
font-size: 16px;
line-height: 60px;
font-weight: 600;
text-transform: capitalize;
border-radius: 7px;
font-family: 'Poppins', sans-serif;
transition: all 200ms linear;
transition-delay: 0.1s;    
}
.brand-style4-title-box .button a:hover{
background: #de7c07;    
} .subscribe-area {
position: relative;
display: block;
background: #ffffff;
padding-top: 144px;
padding-bottom: 340px;
z-index: 1;
}
.subscribe-area .layer-outer{
position: absolute;
top: 0;
bottom: 0px;
right: 0;
width: 100%; 
z-index: -1;
}
.subscribe-area .layer-shape1{
position: absolute;
left: 0px;
bottom: 0;
width: 475px;
height: 250px;
background-image: url(//www.mywebsitefreelancer.com/wp-content/themes/jixic/assets/images/shape/subscribe-area-shape-left.png);
background-repeat: no-repeat;
background-position: left bottom;  
}
.subscribe-area .layer-shape2{
position: absolute;
right: 0px;
bottom: 0;
width: 475px;
height: 250px;
background-image: url(//www.mywebsitefreelancer.com/wp-content/themes/jixic/assets/images/shape/subscribe-area-shape-right.png);
background-repeat: no-repeat;
background-position: left bottom;  
}
.subscribe-area .title{
position: relative;
display: block;
padding-bottom: 42px;
}
.subscribe-area .title h1{
color: #443087;
font-size: 36px;
line-height: 44px;
font-weight: 600;
margin: 0 0 13px;
font-family: 'Poppins', sans-serif;
}
.subscribe-area .title p{
font-size: 18px;
line-height: 28px;
margin: 0;
}
.subscribe-form-box {
position: relative;
display: block;
width: 100%;
}
.subscribe-form-box input[type="email"],
.subscribe-form-box input[type="text"]{
position: relative;
display: block;
width: 100%;
height: 60px;
background: #f6f5fa;
border: 1px solid #f6f5fa;
color: #7e7e7e;
font-size: 16px;
font-weight: 400;
padding: 0 40px;
border-radius: 5px;
transition: all 500ms ease;
}
.subscribe-form-box input[type="email"]:focus{
border-color: #fe9518;    
}
.subscribe-form-box input[type="text"]:focus{
border-color: #fe9518;
}
.subscribe-form-box button {
position: relative;
display: block;
width: 100%;
background: #fe9518;
color: #ffffff;
font-size: 16px;
line-height: 60px;
font-weight: 600;
text-transform: capitalize;
border-radius: 5px;
font-family: 'Poppins', sans-serif;
transition: all 200ms linear;
transition-delay: 0.1s;
}
.subscribe-form-box button:hover{
background: #de7c07;    
} .footer-style5-area{
position: relative;
display: block;
padding: 292px 0 0;
background: #443087;
background: -moz-linear-gradient(top, #443087 0%, #5B50B5 50%, #7675e9 100%);
background: -webkit-linear-gradient(top, #443087 0%, #5B50B5 50%, #7675e9 100%);
background: linear-gradient(to bottom, #443087 0%, #5B50B5 50%, #7675e9 100%);
}
.footer-style5-area .layer-outer {
position: absolute;
left: 0;
top: -219px;
right: 0;
max-width: 821px;
width: 100%;
max-height: 453px;
height: 100%;
margin: 0 auto;
background-attachment: scroll;
background-size: 100%;
background-position: center top;
background-repeat: no-repeat;
z-index: 2;
}
.footer-style5-content{
position: relative;
display: block;
padding-bottom: 100px;
}
.footer-style5-content h1{
color: #ffffff;
font-size: 36px;
line-height: 48px;
font-weight: 600;
margin: 0 0 21px;
font-family: 'Poppins', sans-serif;    
}
.footer-style5-content p{
color: #ffffff;
font-size: 18px;
line-height: 28px;
margin: 0;
}
.footer-style5-content .button{
position: relative;
display: block;
padding-top: 42px;
}
.footer-style5-content .button a{
position: relative;
display: inline-block;
padding: 0 40px;
margin: 0 8px;
background: #ffffff;
color: #340f5c;
font-size: 16px;
line-height: 60px;
font-weight: 600;
text-transform: capitalize;
border-radius: 5px;
font-family: 'Poppins', sans-serif;
transition: all 200ms linear;
transition-delay: 0.1s;    
}
.footer-style5-content .button a:hover{
background: #fe9518;
}
.footer-style5-content .button a span.icon-brand {
position: relative;
top: 4px;
display: inline-block;
padding-right: 10px;
font-size: 24px;
}
.footer-style5-content .button a span.flaticon-apple-logo:before {
position: relative;
top: 2px;
display: inline-block;
padding-right: 5px;
font-size: 24px;
line-height: 24px;
}
.footer-style5-bottom-content{
position: relative;
display: block;
padding-bottom: 43px;
z-index: 1;
}
.footer-style5-bottom-content:before{
position: absolute;
top: 22px;
left: 0;
width: 40%;
height: 1px;
background: rgba(255, 255, 255, 0.10);
content: "";
z-index: -1;
}
.footer-style5-bottom-content:after{
position: absolute;
top: 22px;
right: 0;
width: 40%;
height: 1px;
background: rgba(255, 255, 255, 0.10);
content: "";
z-index: -1;
}
.footer-style5-bottom-content .footer-social-links{}
.footer-style5-bottom-content .footer-social-links ul{ }
.footer-style5-bottom-content .footer-social-links ul li {
float: none;
margin: 0 5px;
}
.footer-style5-bottom-content .footer-social-links ul li a i {
color: #7e7e7e;
font-size: 14px;
line-height: 45px;
width: 45px;
height: 45px;
}
.footer-style5-bottom-content .footer-social-links ul li a:hover i{
color: #ffffff;
background: #fe9518;    
}
.footer-style5-bottom-content .copyright-text{
position: relative;
display: block;
padding-top: 25px;
}
.footer-style5-bottom-content .copyright-text p{
color: #ffffff;
font-size: 16px;
line-height: 24px;
font-weight: 600;
margin: 0;
font-family: 'Poppins', sans-serif;
}
.footer-style5-bottom-content .copyright-text p a{
color: #ffffff;
font-weight: 700;
transition: all 200ms linear;
transition-delay: 0.1s;
}
.footer-style5-bottom-content .copyright-text p a:hover{
color: #fe9518;
} .main-header.style6 {
padding: 45px 0;
}
.main-header.style6.fixed-header {
padding: 25px 0;
background: rgba(0, 0, 0, 0.90);
box-shadow: 0 0 10px rgba(0,0,0,.1);
}
.main-header.style6 .header-upper-style6{
position: relative;
display: block;
}
.main-header.style6.fixed-header .nav-outer{
top: -24px;    
}
.main-header.style6 .inner {
position: relative;
}
.main-header.style6 .top-bar {
position: relative;
display: block;
}
.select-language-box{
position: relative;
display: block;
}
.select-language-box ul {
display: block;
overflow: hidden;
background: #ffffffff;
width: 90px;
height: 50px;
text-align: center;
padding: 11px 0;
}
.select-language-box ul li{
position: relative;
display: inline-block;
float: none;
color: #1d1d1d;
font-size: 14px;
line-height: 14px;
font-weight: 800;
text-transform: uppercase;
font-family: 'Montserrat', sans-serif;
cursor: pointer;
transition: all 200ms linear;
transition-delay: 0.1s;
}
.select-language-box ul li:hover,
.select-language-box ul li.active{
color: #f07f0d;
}
.main-header.style6 .top-bar .navbar-btn-wrap.style2 {
position: relative;
margin: 0px 0;
}
.main-header.style6 .top-bar .navbar-btn-wrap.style2 .anim-menu-btn {
border-radius: 0;
background: #f07f0d;
width: 50px;
height: 50px;
}
.main-header.style6 .nav-outer {
position: absolute;
top: -45px;
right: 150px;
z-index: 99999;
transition: all 300ms ease;
}
.main-header.style6 .nav-outer .nav-inner {
position: relative;
display: block;
padding: 0 40px;
background-color: #000000;
opacity: 0;
} .banner-style6-section{
position: relative;
display: block;
padding-top: 275px;
padding-bottom: 198px;
background: #19026e;
z-index: 1;
}
.banner-style6-section .layer-outer{
position: absolute;
top: 0;
bottom: 0px;
right: 0;
width: 100%;
z-index: -1;
}
.banner-style6-section .layer-image {
position: absolute;
top: 0px;
right: 0;
width: 730px;
height: 100%;
background-image: url(//www.mywebsitefreelancer.com/wp-content/themes/jixic/assets/images/slides/banner-style6-image.png);
background-repeat: no-repeat;
background-position: bottom right;
background-size: auto;
}
.banner-contact-details-box{
position: relative;
display: block;
max-width: 370px;
width: 100%;
border: 4px solid #ffffff;
padding: 42px 46px 46px;
z-index: 1;
}
.banner-contact-details-box:before {
position: absolute;
top: -85px;
left: -110px;
bottom: 0;
right: 0;
content: "";
background: url(//www.mywebsitefreelancer.com/wp-content/themes/jixic/assets/images/shape/banner-contact-details-box-bg.png);
background-repeat: no-repeat;
width: 580px;
height: 489px;
z-index: -2;
}
.banner-contact-details-box:after {
position: absolute;
top: -4px;
left: -4px;
bottom: -4px;
right: -4px;
content: "";
border: 4px solid #ffffff;
z-index: -1;
}
.banner-contact-details-box h3{
color: #ffffff;
font-size: 24px;
line-height: 30px;
font-weight: 800;
}
.banner-contact-details-box ul{
position: relative;
display: block;
overflow: hidden;
padding-top: 23px;
padding-bottom: 23px;
}
.banner-contact-details-box ul li{
position: relative;
display: block;
margin-bottom: 13px;
}
.banner-contact-details-box ul li:last-child{
margin-bottom: 0;
}
.banner-contact-details-box ul li h6{
color: #ffffff;
font-size: 14px;
line-height: 20px;
font-weight: 800;
margin: 0 0 4px;
text-transform: uppercase;
}
.banner-contact-details-box ul li h5{
color: #ffffff;
font-size: 18px;
line-height: 26px;
font-weight: 700;
}
.banner-style6-social-links{
position: relative;
display: block;
}
.banner-style6-social-links ul{
padding: 0;
}
.banner-style6-social-links ul li {
position: relative;
display: inline-block;
margin: 0;
margin-right: 10px;
}
.banner-style6-social-links ul li a i {
color: #1d1d1d;
font-size: 16px;
line-height: 50px;
width: 50px;
height: 50px;
}
.banner-style6-social-links ul li a:hover i{
color: #f07f0d;
background: #ffffff;
}
.banner-style6-title-box{
position: relative;
display: block;
margin-top: -10px;
z-index: 1;
}
.banner-style6-title-box .shape{
position: absolute;
top: -100px;
left: -50px;
bottom: 0;
right: 0;
content: "";
background: url(//www.mywebsitefreelancer.com/wp-content/themes/jixic/assets/images/shape/banner-style6-title-box-shape.png);
background-repeat: no-repeat;
width: 702px;
height: 675px;
z-index: -1;    
}
.banner-style6-title-box .big-title{
color: #f8c823;
font-size: 100px;
line-height: 100px;
font-weight: 900;
text-transform: uppercase;
font-family: 'Montserrat', sans-serif;
}
.banner-style6-title-box p{
color: #ffffff;
font-size: 20px;
line-height: 28px;
font-weight: 700;
margin: 19px 0 0;
}
.banner-style6-title-box p a{
color: #f8c823;
} .about-style5-area{
position: relative;
display: block;
background: #130156;
padding: 150px 0 172px;
z-index: 1;
}
.about-style5-area .layer-outer{
position: absolute;
top: 0;
bottom: 0px;
right: 0;
width: 100%; 
z-index: -1;
}
.about-style5-area .layer-shape1{
position: absolute;
top: 100px;
right: 130px;
width: 145px;
height: 140px;
background-image: url(//www.mywebsitefreelancer.com/wp-content/themes/jixic/assets/images/shape/about-round-box-1.png);
background-repeat: no-repeat;
-webkit-animation: fa-spin 25s infinite alternate;
-moz-animation: fa-spin 25s infinite alternate;
-ms-animation: fa-spin 25s infinite alternate;
-o-animation: fa-spin 25s infinite alternate;
animation: fa-spin 25s infinite alternate;
}
.about-style5-area .layer-shape2{
position: absolute;
top: 50%;
margin-top: -50px;
right: 80px;
width: 70px;
height: 70px;
background-image: url(//www.mywebsitefreelancer.com/wp-content/themes/jixic/assets/images/shape/about-round-box-2.png);
background-repeat: no-repeat;
}
.about-style5-area .layer-shape3{
position: absolute;
right: 220px;
bottom: 220px;
width: 70px;
height: 70px;
background-image: url(//www.mywebsitefreelancer.com/wp-content/themes/jixic/assets/images/shape/about-round-box-2.png);
background-repeat: no-repeat;
}
.about-style5-area .layer-shape4{
position: absolute;
right: 0px;
bottom: 100px;
width: 113px;
height: 145px;
background-image: url(//www.mywebsitefreelancer.com/wp-content/themes/jixic/assets/images/shape/about-round-box-3.png);
background-repeat: no-repeat;
}
.about-style5-left-content{
position: relative;
display: block;
padding-top: 120px;
max-width: 606px;
width: 100%;
z-index: 1;
}
.about-style5-left-content:before{
position: absolute;
top: 0;
left: 15px;
bottom: 0;
right: 0;
width: 573px;
height: 570px;
background: url(//www.mywebsitefreelancer.com/wp-content/themes/jixic/assets/images/shape/mover.png);
background-repeat: no-repeat;
background-size: 100%;
content: "";
z-index: -1;
-webkit-animation: fa-spin 25s infinite alternate;
-moz-animation: fa-spin 25s infinite alternate;
-ms-animation: fa-spin 25s infinite alternate;
-o-animation: fa-spin 25s infinite alternate;
animation: fa-spin 25s infinite alternate;
}
.about-style5-left-content img{
width: 100%;
}
.about-style5-content{
position: relative;
display: block;
padding-top: 30px;
}
.about-style5-content .sec-title-style5{
padding-bottom: 31px;    
}
.about-style5-content .inner-content{
position: relative;
display: block;
}
.about-style5-content .inner-content .top{
position: relative;
display: block;
padding-bottom: 24px;
}
.about-style5-content .inner-content .top p{
color: #ffffff;
font-size: 18px;
line-height: 28px;
font-weight: 700;
margin: 0;
}
.about-style5-content .inner-content .bottom{
position: relative;
display: block; 
padding-bottom: 43px;
}
.about-style5-content .inner-content .bottom p{
color: #ffffff;
margin: 0;
}
.about-style5-content .inner-content .signature{
position: relative;
display: block;     
} .hihlights-area{
position: relative;
display: block;
}
.hihlights-area .outer-container {
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: space-between;
align-items: center;
}
.single-hihlights-box{
-ms-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
max-width: 33.333333%;
width: 100%;
}
.single-hihlights-box{
position: relative;
display: block;
overflow: hidden;
padding: 100px 40px 100px;
text-align: center;
z-index: 1;
}
.single-hihlights-box .layer-shape{
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
z-index: -1;
}
.single-hihlights-box.style1{
background: #513b9f;    
}
.single-hihlights-box.style1 .shape1{
position: absolute;
left: 0;
bottom: 0;
background: url(//www.mywebsitefreelancer.com/wp-content/themes/jixic/assets/images/shape/hihlight-shape-1.png);
width: 190px;
height: 140px;
}
.single-hihlights-box.style1 .shape2{
position: absolute;
top: 40px;
right: 40px;
background: url(//www.mywebsitefreelancer.com/wp-content/themes/jixic/assets/images/shape/hihlight-shape-2.png);
width: 78px;
height: 55px;
}
.single-hihlights-box.style2{
background: #f07f0d;
}
.single-hihlights-box.style2 .shape1{
position: absolute;
left: 40px;
bottom: 40px;
background: url(//www.mywebsitefreelancer.com/wp-content/themes/jixic/assets/images/shape/hihlight-shape-3.png);
width: 77px;
height: 56px;
}
.single-hihlights-box.style2 .shape2{
position: absolute;
top: 40px;
right: 40px;
background: url(//www.mywebsitefreelancer.com/wp-content/themes/jixic/assets/images/shape/hihlight-shape-4.png);
width: 79px;
height: 134px;
}
.single-hihlights-box.style2 .count-box {
color: #d16d08;
}
.single-hihlights-box.style3{
background: #f8c823;
}
.single-hihlights-box.style3 .shape1{
position: absolute;
left: 40px;
bottom: 40px;
background: url(//www.mywebsitefreelancer.com/wp-content/themes/jixic/assets/images/shape/hihlight-shape-5.png);
width: 93px;
height: 99px;
-webkit-animation: fa-spin 25s infinite alternate;
-moz-animation: fa-spin 25s infinite alternate;
-ms-animation: fa-spin 25s infinite alternate;
-o-animation: fa-spin 25s infinite alternate;
animation: fa-spin 25s infinite alternate;
}
.single-hihlights-box.style3 .shape2{
position: absolute;
top: 0px;
right: 0px;
background: url(//www.mywebsitefreelancer.com/wp-content/themes/jixic/assets/images/shape/hihlight-shape-6.png);
width: 180px;
height: 125px;
}
.single-hihlights-box.style3 .count-box {
color: #e1b417;
}
.single-hihlights-box .count-box{
position: absolute;
top: 35px;
left: 39px;
display: inline-block;
color: #473292;
font-size: 36px;
line-height: 36px;
font-weight: 700;
font-family: 'Montserrat', sans-serif;
}
.single-hihlights-box .inner-content{
position: relative;
display: block;
min-height: 180px;
}
.single-hihlights-box .icon-outer {
display: inline-block;
}
.single-hihlights-box .icon-holder {
position: relative;
width: 180px;
height: 180px;
margin: 0 auto;
background: #ffffff;
border-radius: 50%;
display: table-cell;
vertical-align: middle;
opacity: 1;
transform-style: preserve-3d;
transform: perspective(1200px) rotateX(0deg) translateZ(0px);
transition: all 300ms ease 100ms;
}
.single-hihlights-box:hover .icon-holder{
opacity: 0; 
transform: perspective(1200px) rotateX(90deg) translateZ(-40px);
transition: all 900ms ease 300ms;    
}
.single-hihlights-box .overlay-text {
position: absolute;
display: table;
top: 0;
left: 0;
bottom: 0;
right: 0;
max-width: 370px;
width: 100%;
min-height: 180px;
height: 100%;
margin: 0 auto;
opacity: 0;
transform-style: preserve-3d;
transform: perspective(1200px) rotateX(90deg) translateZ(-40px);
transition: all 300ms ease 100ms;
}
.single-hihlights-box:hover .overlay-text{
opacity: 1;
transform: perspective(1200px) rotateX(0deg) translateZ(0px);
transition: all 900ms ease 300ms;      
}
.single-hihlights-box .overlay-text .text{
display: table-cell;
vertical-align: middle;
}
.single-hihlights-box .overlay-text .text p{
color: #f3f3f3;
margin: 0 0 13px;
}
.single-hihlights-box .overlay-text .text a{
position: relative;
display: inline-block;
color: #ffffff;
font-size: 13px;
line-height: 12px;
font-weight: 700;
text-transform: uppercase;
font-family: 'Montserrat', sans-serif;
border-bottom: 4px solid #f8c823;
}
.single-hihlights-box .title-holder{
position: absolute;
left: 40px;
bottom: 32px;
right: 40px;
transition: all 200ms linear;
transition-delay: 0.1s;
}
.single-hihlights-box .title-holder .static-title{
position: relative;
display: block;
opacity: 1;
transform-style: preserve-3d;
transform: perspective(1200px) rotateX(0deg) translateZ(0px);
transition: all 300ms ease 100ms;
}
.single-hihlights-box:hover .title-holder .static-title{
opacity: 0; 
transform: perspective(1200px) rotateX(90deg) translateZ(-40px);
transition: all 900ms ease 300ms;       
}
.single-hihlights-box .title-holder h3{
font-size: 24px;
line-height: 32px;
font-weight: 700;
text-align: right;
}
.single-hihlights-box .title-holder h3 a{
color: #ffffff;
}
.single-hihlights-box .title-holder .overlay-title {
position: absolute;
left: 0;
bottom: 0;
right: 0;
text-align: center;
opacity: 0;
transform-style: preserve-3d;
transform: perspective(1200px) rotateX(90deg) translateZ(-40px);
transition: all 300ms ease 100ms;
}
.single-hihlights-box:hover .title-holder .overlay-title{
opacity: 1;
transform: perspective(1200px) rotateX(0deg) translateZ(0px);
transition: all 900ms ease 300ms;     
}
.single-hihlights-box .title-holder .overlay-title h3 {
text-align: center;
} .skill-area{
position: relative;
display: block;
background: #130156;
padding: 150px 0 150px;
z-index: 1;
}
.skill-area .layer-outer {
position: absolute;
top: 0;
bottom: 0px;
right: 0;
width: 100%;
z-index: -1;
}
.skill-area .layer-shape1 {
position: absolute;
left: 0px;
bottom: 0;
width: 100%;
height: 100%;
background-image: url(//www.mywebsitefreelancer.com/wp-content/themes/jixic/assets/images/shape/skill-area-shape-1.png);
background-repeat: no-repeat;
background-position: left bottom;
background-size: auto;
}
.skill-area .layer-shape2 {
position: absolute;
right: 0;
bottom: 0;
max-width: 379px;
width: 100%;
height: 100%;
background-image: url(//www.mywebsitefreelancer.com/wp-content/themes/jixic/assets/images/shape/skill-area-shape-2.png);
background-repeat: no-repeat;
background-position: right;
background-size: auto;
}
.skill-image-box {
position: relative;
display: block;
max-width: 770px;
width: 100%;
min-height: 550px;
background: url(//www.mywebsitefreelancer.com/wp-content/themes/jixic/assets/images/pattern/skill-image-box-bg.jpg);
background-repeat: no-repeat;
background-position: center top;
background-size: cover;
}
.skill-image-box .img-box {
position: absolute;
top: -55px;
left: -80px;
bottom: 0;
right: 0;
}
.skill-content{
position: relative;
display: block;
padding-top: 90px;
margin-left: -200px;
}
.skill-content .sec-title-style5 {
padding-bottom: 34px;
}
.progress-levels{
position:relative;
display: block;
}
.progress-levels .progress-box {
position: relative;
display: block;
margin-bottom: 31px;
}
.progress-levels .progress-box .inner {
position: relative;
display: block;
}
.progress-levels .progress-box .inner .text {
position: relative;
color: #ffffff;
font-size: 13px;
line-height: 16px;
font-weight: 700;
letter-spacing: 0.5px;
margin: 0 0 17px;
text-transform: uppercase;
text-align: right;
font-family: 'Montserrat', sans-serif;
}
.progress-levels .progress-box .bar{
position: relative;
display: block;
}
.progress-levels .progress-box .bar .bar-innner{
position: relative;
width: 100%;
height: 6px;	
background: #2b1a67;
border-radius: 0px;
}
.progress-levels .progress-box .bar .bar-fill{
position:absolute;
top: 0%;
left: 0px;
bottom: 0%;
width: 0px;
height: 6px;
border-radius: 0px;
background: #f07f0d;
transition: all 2000ms ease 300ms;
}
.progress-levels .progress-box .bar .bar-innner .skill-percent {
position: absolute;
top: -9px;
left: 0;
width: 40px;
height: 25px;
background: #f07f0d;
border-radius: 0;
display: block;
text-align: center;
padding: 0;
z-index: 1;
}
.progress-levels .progress-box .inner .count-text {
position: relative;
top: -2px;
color: #ffffff;
font-size: 12px;
line-height: 20px;
font-weight: 700;
display: inline-block;
float: none;
font-family: 'Montserrat', sans-serif;
}
.progress-levels .progress-box .inner .percent {
position: relative;
top: -2px;
color: #ffffff;
font-size: 12px;
line-height: 20px;
font-weight: 700;
display: inline-block;
float: none;
margin-left: -2px;
font-family: 'Montserrat', sans-serif;
} .portfolio-style2-area{
position: relative;
display: block;
background: #0f0146;
padding: 150px 0 0px;
z-index: 2;
}
.portfolio-style2-area .layer-outer{
position: absolute;
top: 0;
bottom: 0px;
right: 0;
width: 100%;
z-index: -1;
}
.portfolio-style2-area .layer-shape1 {
position: absolute;
left: 0px;
bottom: 0;
background-image: url(//www.mywebsitefreelancer.com/wp-content/themes/jixic/assets/images/shape/portfolio-style2-area-shape-1.png);
width: 477px;
height: 646px;
background-repeat: no-repeat;
background-position: left bottom;
background-size: cover;
z-index: 1;
}
.portfolio-style2-area .layer-shape2 {
position: absolute;
left: 0px;
bottom: 0;
background-image: url(//www.mywebsitefreelancer.com/wp-content/themes/jixic/assets/images/shape/portfolio-style2-area-shape-2.png);
width: 972px;
height: 844px;
background-repeat: no-repeat;
background-position: left bottom;
background-size: cover;
}
.portfolio-style2-area .top-box {
position: relative;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
align-items: flex-end;
}
.portfolio-style2-area .top-box .button{
padding-bottom: 50px;
}
.single-portfolio-style2{
position: relative;
display: block;
margin-bottom: 30px;
}
.single-portfolio-style2 .img-holder{
position: relative;
display: block;
overflow: hidden;
}
.single-portfolio-style2 .img-holder img{
width: 100%;
transform: scale(1.01);
-webkit-transition-delay: .3s;
transition-delay: .3s;
-webkit-transition-timing-function: ease-in-out;
transition-timing-function: ease-in-out;
-webkit-transition-duration: .6s;
transition-duration: .6s;
-webkit-transition-property: all;
transition-property: all;
}
.single-portfolio-style2:hover .img-holder img {
transform:scale(1.2) rotate(0deg);	
}
.single-portfolio-style2 .overlay-content{
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
transition-delay: .1s;
transition-timing-function: ease-in-out;
transition-duration: .7s;
transition-property: all;
opacity: 1;
z-index: 1;    
}
.single-portfolio-style2 .overlay-content .title-box {
position: absolute;
left: 0;
bottom: 0;
right: 0;
height: 107px;
background: url(//www.mywebsitefreelancer.com/wp-content/themes/jixic/assets/images/pattern/portfolio-title-box-bg.png);
background-repeat: no-repeat;
background-position: center top;
background-size: 100% 100%;
text-align: center;
display: block;
padding: 40px 0 12px;
opacity: 0;
transform-style: preserve-3d;
transform: perspective(370px) rotateX(90deg) translateZ(-55px);
transition: all 300ms ease 100ms;
}
.single-portfolio-style2:hover .overlay-content .title-box{
opacity: 1;
transform: perspective(370px) rotateX(0deg) translateZ(0px);
transition: all 900ms ease 300ms;        
}
.single-portfolio-style2 .overlay-content .title-box h3{
font-size: 16px;
line-height: 24px;
font-weight: 700;
text-transform: uppercase;
margin: 0px 0 0px;
}
.single-portfolio-style2 .overlay-content .title-box h3 a{
color: #ffffff;
}
.single-portfolio-style2 .overlay-content .title-box span{
color: #f07f0d;
font-size: 14px;
font-weight: 400;
text-transform: capitalize;
}
.testimonial-style5-outer-content{
position: relative;
display: block;
padding-top: 200px;
}
.testimonial-style5-outer-box {
position: relative;
display: block;
margin-top: -80px;
max-width: 470px;
width: 100%;
}
.testimonial-style5-content {
position: relative;
display: block;
padding: 0px 100px 0px;
margin-bottom: -200px;
background: #513b9f;
z-index: 3;
}
.single-testimonial-style5 {
position: relative;
display: block;
background: #ffffff;
padding: 70px 50px 35px;
padding-right: 40px;
max-width: 370px;
width: 100%;
transition: all 8s cubic-bezier(0, 0, 0.2, 1);
transition-delay: .2s;
}
.single-testimonial-style5 .top {
position: relative;
display: flex;
align-items: center;
flex-wrap: wrap;
justify-content: left;
}
.single-testimonial-style5 .top .image-box{
position: relative;
display: block;
width: 70px;
height: 70px;
}
.single-testimonial-style5 .top .image-box img{
width: 100%;
}
.single-testimonial-style5 .top .title-box{
position: relative;
display: block;
padding-left: 20px;
}
.single-testimonial-style5 .top .title-box h3{
color: #1d1d1d;
font-size: 20px;
line-height: 28px;
font-weight: 700;
margin: 0 0 2px;
}
.single-testimonial-style5 .top .title-box span{
display: block;
color: #7e7e7e;
line-height: 24px;
}
.single-testimonial-style5 .text{
position: relative;
display: block;
padding: 21px 0 14px;
}
.single-testimonial-style5 .text p{
line-height: 28px;
margin: 0;
}
.single-testimonial-style5 .bottom{
display: flex;
justify-content: space-between;
flex-direction: row;
flex-wrap: wrap;
align-items: center;
}
.single-testimonial-style5 .bottom .review-box{}
.single-testimonial-style5 .bottom .review-box ul li i{
color: #f8c823;
}
.single-testimonial-style5 .bottom .quote-box{}
.single-testimonial-style5 .bottom .quote-box span:before{
color: #e4e4e4;
font-size: 60px;
}
.testimonial-style5-title{
position: relative;
display: block;
padding-top: 80px;
padding-bottom: 90px;
}
.testimonial-style5-title .sec-title-style5 {
position: relative;
display: block;
padding-bottom: 10px;
}
.testimonial-style5-title .text{
position: relative;
display: block;
}
.testimonial-style5-title .text p{
color: #ffffff;
margin: 0;
}
.testimonial-style5-title .text .button{
position: relative;
display: block;
padding-top: 33px;
}
.testimonial-style5-title .text .button a{
border-color: #ffffff;
}
.testimonial-style5-title .text .button a:hover{
color: #f07f0d;
background: #ffffff;
}
.testimonial-style5-carousel .owl-dots {
position: absolute;
right: 10px;
bottom: 0;
height: 180px;
width: 60px;
z-index: 9999;
counter-reset: slides-num;
background-color: transparent;
font-family: 'Muli', sans-serif;
margin: 0 !important;
}
.testimonial-style5-carousel .owl-dot {
display: block !important;
counter-increment: slides-num;
}
.testimonial-style5-carousel .owl-dots::after {
position: absolute;
left: -35px;
bottom: -40px;
content: counter(slides-num);
display: inline-block;
font-size: 18px;
line-height: 18px;
font-weight: 700;
color: #fff;
transform: translate(-50%, -50%);
font-family: 'Muli', sans-serif;
}
.testimonial-style5-carousel .owl-dot.active::before {
position: absolute;
left: -70px;
bottom: -50px;
content: counter(slides-num) " /";
font-size: 30px;
line-height: 30px;
font-weight: 700;
color: #fff;
text-align: center;
transform: translate(-50%, -50%);
}
.testimonial-style5-carousel.owl-theme .owl-dots .owl-dot span {
display: block;
width: 8px;
height: 8px;
margin: 20px 0px;
background: rgba(255, 255, 255, 0.50);
-webkit-backface-visibility: visible;
transition: opacity 200ms ease;
border-radius: 30px;
}
.testimonial-style5-carousel.owl-theme .owl-dots .owl-dot.active span, 
.testimonial-style5-carousel.owl-theme .owl-dots .owl-dot:hover span {
background: rgba(255, 255, 255, 0.99);
} .latest-blog-style4-area {
position: relative;
display: block;
background: #130156;
padding: 350px 0 143px;
}
.single-blog-post-style4{
position: relative;
display: block;
border: 2px solid #2b1b67;
}
.single-blog-post-style4 .top-box{
position: relative;
display: block;
z-index: 1;
}
.single-blog-post-style4 .top-box .image-bg {
position: absolute;
top: -2px;
left: -2px;
bottom: 0px;
right: -2px;
z-index: 1;
background-repeat: no-repeat;
background-position: center top;
background-size: cover;
opacity: 0;
transform-style: preserve-3d;
transform: perspective(1200px) rotateX(90deg) translateZ(-55px);
transition: all 300ms ease 100ms;
}
.single-blog-post-style4:hover .top-box .image-bg{
opacity: 1;
transform: perspective(1200px) rotateX(0deg) translateZ(0px);
transition: all 900ms ease 300ms;    
}
.single-blog-post-style4 .top-box .static {
position: relative;
display: block;
padding: 33px 38px 23px;
}
.single-blog-post-style4 .top-box .static:before{
position: absolute;
left: 38px;
bottom: 0;
right: 38px;
height: 1px;
background: #2b1b67;
content: "";
}
.single-blog-post-style4 .top-box .overlay {
position: absolute;
top: 0px;
left: 0px;
bottom: 0px;
right: 0px;
z-index: 2;
opacity: 0;
transform-style: preserve-3d;
transform: perspective(1200px) rotateY(0deg) scaleY(0);
transition: all 300ms ease 100ms;
}
.single-blog-post-style4:hover .top-box .overlay{
opacity: 1;
transform: perspective(1200px) rotateY(0deg) scaleY(1.0);
transition: all 900ms ease 600ms;        
}
.single-blog-post-style4 .top-box .overlay .meta-box {
position: absolute;
left: 0;
bottom: 0;
right: 0;
padding: 20px 40px 15px;
}
.single-blog-post-style4 .top-box .overlay .meta-box ul{
position: relative;
display: block;
overflow: hidden;
}
.single-blog-post-style4 .top-box .overlay .meta-box ul li{
position: relative;
display: inline-block;
float: left;
padding-right: 16px;
margin-right: 15px;
}
.single-blog-post-style4 .top-box .overlay .meta-box ul li:last-child{
padding-right: 0;
margin-right: 0;
}
.single-blog-post-style4 .top-box .overlay .meta-box ul li:before{
position: absolute;
top: 8px;
right: 0;
bottom: 5px;
width: 1px;
background: rgba(255, 255, 255, 0.30);
content: "";
}
.single-blog-post-style4 .top-box .overlay .meta-box ul li:last-child:before{
display: none;
}
.single-blog-post-style4 .top-box .overlay .meta-box ul li a{
position: relative;
display: inline-block;
color: #ffffff;
font-size: 14px;
line-height: 18px;
}
.single-blog-post-style4 .top-box .overlay .meta-box ul li a span:before{
position: relative;
display: inline-block;
top: 1px;
font-size: 13px;
padding-right: 5px;
}
.single-blog-post-style4 .post-info{
position: relative;
display: block;
}
.single-blog-post-style4 .post-info p{
color: #7c759f;
font-size: 14px;
line-height: 22px;
margin: 0;
}
.single-blog-post-style4 h3 {
position: relative;
display: block;
padding-top: 17px;
font-size: 20px;
line-height: 30px;
font-weight: 700;
margin-right: -15px;
}
.single-blog-post-style4 h3 a{
color: #ffffff;    
}
.single-blog-post-style4 .bottom-box{
position: relative;
display: block;    
}
.single-blog-post-style4 .bottom-box .static{
position: relative;
display: block; 
padding-top: 20px;
padding-left: 38px;
padding-bottom: 20px;
padding-right: 38px;
}
.single-blog-post-style4 .author-info {
position: relative;
display: block;
}
.single-blog-post-style4 .author-info .img-box{
width: 35px;
}
.single-blog-post-style4 .author-info .img-box img{
border-radius: 50%;
transform: none;
}
.single-blog-post-style4 .author-info .img-box,
.single-blog-post-style4 .author-info .title-box{
display: table-cell;
vertical-align: middle;
}
.single-blog-post-style4 .author-info .title-box{
padding-left: 10px;
}
.single-blog-post-style4 .author-info .title-box h6{
color: #ffffff;
font-size: 12px;
line-height: 20px;
font-weight: 800;
text-transform: uppercase;
}
.single-blog-post-style4 .bottom-box .overlay {
position: absolute;
top: 0px;
left: 0px;
bottom: 0px;
right: 0px;
background: #ffffff;
padding: 23px 0 23px;
padding-left: 40px;
opacity: 0;
transform-style: preserve-3d;
transform: perspective(1200px) rotateX(-90deg) translateZ(-35px);
transition: all 300ms ease 100ms;
}
.single-blog-post-style4:hover .bottom-box .overlay{
opacity: 1;
transform: perspective(1200px) rotateX(0deg) translateZ(0px);
transition: all 900ms ease 300ms;       
}
.single-blog-post-style4 .bottom-box .overlay a{
position: relative;
display: inline-block;
color: #1d1d1d;
font-size: 13px;
line-height: 20px;
font-weight: 700;
text-transform: uppercase;
font-family: 'Montserrat', sans-serif;
transition: all 200ms linear;
transition-delay: 0.1s;    
}
.single-blog-post-style4 .bottom-box .overlay a:hover{
color: #f07f0d;    
}
.single-blog-post-style4 .bottom-box .overlay a i{
position: relative;
display: inline-block;
font-size: 16px;
padding-left: 10px;    
}
.blog-style4-carousel .owl-dots {
position: relative;
display: block;
margin-top: 28px !important;
}
.blog-style4-carousel .owl-dots .owl-dot {
position: relative;
display: inline-block;
width: 7px;
height: 7px;
background: rgba(255, 255, 255, 0.30);
border: none;
margin: 0px 7.5px;
padding: 0px;
border-radius: 50%;
transition: all 500ms ease;
}
.blog-style4-carousel .owl-dots .owl-dot span{
display: none;	
}
.blog-style4-carousel .owl-dots .owl-dot.active{
background: rgba(255, 255, 255, 0.99);
} .footer-style6-area{
position: relative;
display: block;
background: #0f0146;
padding: 120px 0 120px;
}
.footer-style6-box {
position: relative;
display: block;
border: 2px solid #ffffff;
padding-bottom: 51px;
}
.footer-style6-box .get-touch {
position: absolute;
left: 0;
top: -15px;
right: 0;
text-align: center;
height: 28px;
}
.footer-style6-box .get-touch h6{
position: relative;
display: inline-block;
background: #0f0146;
padding: 0 35px;
color: #f07f0d;
font-size: 13px;
line-height: 12px;
font-weight: 800;
text-transform: uppercase;
}
.footer-style6-contact-details {
position: relative;
display: block;
overflow: hidden;
padding: 62px 0 0px;
}
.footer-style6-contact-details h2{
font-size: 30px;
line-height: 40px;
font-weight: 700;
margin: 0 0 46px;
}
.footer-style6-contact-details h2 a{
color: #ffffff;
transition: all 200ms linear;
transition-delay: 0.1s;
}
.footer-style6-contact-details h2 a:hover{
color: #f07f0d;
}
.footer-style6-contact-details ul {
position: relative;
display: block;
overflow: hidden;
}
.footer-style6-contact-details ul li{
position: relative;
display: inline-block;
float: left;
width: 100%;
margin-bottom: 30px;
}
.footer-style6-contact-details ul li.maxwidth270{
max-width: 270px;    
}
.footer-style6-contact-details ul li.maxwidth626 {
max-width: 626px;
}
.footer-style6-contact-details ul li h6{
color: #f07f0d;
font-size: 13px;
line-height: 16px;
font-weight: 800;
text-transform: uppercase;
margin: 0 0 9px;
}
.footer-style6-contact-details ul li p{
color: #ffffff;
font-size: 16px;
margin: 0;
}
.footer-style6-menu-box {
position: relative;
display: block;
padding-top: 33px;
}
.footer-style6-logo {
position: relative;
display: block;
padding-bottom: 7px;
z-index: 1;
}
.footer-style6-logo:before{
position: absolute;
top: 25px;
left: 48px;
right: 48px;
height: 1px;
background: rgba(255, 255, 255, 0.10);
content: "";
z-index: -1;
}
.footer-style6-logo a{
display: inline-block;
z-index: 2;
}
.footer-style6-menu {
position: relative;
display: block;
}
.footer-style6-menu ul {
position: relative;
display: block;
text-align: center;
}
.footer-style6-menu ul li{
position: relative;
display: inline-block;
margin: 0 18px;
}
.footer-style6-menu ul li a{
color: #ffffff;
font-size: 13px;
line-height: 20px;
font-weight: 700;
text-transform: uppercase;
font-family: 'Montserrat', sans-serif;
transition: all 200ms linear;
transition-delay: 0.1s;
}
.footer-style6-menu ul li a:hover{
color: #f07f0d;
} .footer-bottom-area-style6 {
position: relative;
display: block;
padding: 20px 0;
background: #130156;
z-index: 5;
}
.footer-bottom-content-style6{
display: flex;
justify-content: space-between;
flex-direction: row;
flex-wrap: wrap;
align-items: center;   
}
.copyright-text-style6{
position: relative;
display: block;
}
.copyright-text-style6 p{
color: #ffffff;
font-size: 16px;
line-height: 24px;
text-transform: capitalize;
margin: 0;
}
.copyright-text-style6 p a{
color: #f07f0d;
font-weight: 500;
text-decoration: underline;
transition: all 200ms linear;
transition-delay: 0.1s;
}
.copyright-text-style6 p a:hover{
color: #ffffff; 
}
.footer-social-links-style6{
position: relative;
display: block;
}
.footer-social-links-style6 p{
position: relative;
display: inline-block;
float: left;
padding-right: 10px;
color: #ffffff;
font-size: 16px;
line-height: 30px;
margin: 0;
}
.footer-social-links-style6 .sociallinks-style-two li a:hover i{
color: #f07f0d;    
} .main-header.style5.style5withstyle6 .sticky-header {
background: #0a0a0a;
}
.header-upper-style5 .cart-box.style2 a span.number {
background: #1723d9;
}
.header-upper-style5 .cart-box.style2 a:hover span:before{
color: #1723d9;    
}
.main-header.style5withstyle6 .header-upper-style5 .outer-search-box .seach-toggle:hover,
.main-header.style5withstyle6 .header-upper-style5 .outer-search-box .seach-toggle.active{
color: #1723d9;
}
.main-header.style5withstyle6 .main-menu.style4 .navigation > li:hover > a, 
.main-header.style5withstyle6 .main-menu.style4 .navigation > li.current > a {
color: #1723d9;
} .breadcrumb-area {
position: relative;
display: block;
background-attachment: scroll;
background-position: center top;
background-repeat: no-repeat;
background-size: cover;
padding: 337px 0 263px;
margin-top: -140px;
z-index: 1;
}
.breadcrumb-area::before {
position: absolute;
top: 0;
left: 0;
height: 100%;
width: 100%;
background: url(//www.mywebsitefreelancer.com/wp-content/themes/jixic/assets/images/breadcrumb/breadcrumb-bg-overlay.jpg);
background-position: center top;
background-repeat: no-repeat;
background-size: cover;
opacity: .20;
content: "";
z-index: -1;
} 
.breadcrumb-area .inner-content {
position: relative;
display: block;
}
.breadcrumb-area .big-title {
position: relative;
display: block;
color: #ffffff;
font-size: 60px;
line-height: 75px;
font-weight: 700;
text-transform: none;
font-family: 'Poppins', sans-serif;
} .about-style3-area.about-page .about-style3-image-box .text {
color: #1723d9;
}
.about-style3-area.about-page .about-style3-content-box .authorized-person{
position: relative;
display: block;
padding-top: 22px;
}
.about-style3-area.about-page .about-style3-content-box .authorized-person h3{
color: #1b1b1b;
font-size: 18px;
line-height: 24px;
font-weight: 600;
font-family: 'Poppins', sans-serif;
margin: 0 0 1px;
} .history-area{
position: relative;
display: block;
background: #f2f2f2;
padding: 95px 0 43px;
z-index: 1;
}
.history-area .layer-outer {
position: absolute;
top: 0;
bottom: 0px;
right: 0;
width: 100%;
z-index: -1;
}
.history-area .layer-shape1 {
position: absolute;
top: 0;
left: 0px;
width: 100%;
height: 100%;
background-image: url(//www.mywebsitefreelancer.com/wp-content/themes/jixic/assets/images/pattern/history-area-bg.png);
background-repeat: no-repeat;
background-size: cover;
background-position: center top;
}
.history-area .history-bg {
position: absolute;
top: 0;
left: 0;
bottom: 0;
max-width: 575px;
width: 100%;
background-repeat: no-repeat;
background-size: cover;
background-position: center top;
}
.history-area .history-bg:before{
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.25);
content: "";
}
.history-area .history-bg .inner {
display: table;
width: 100%;
height: 100%;
}
.history-area .history-bg .inner .box {
display: table-cell;
vertical-align: middle;
}
.history-area .history-bg .inner .box .title {
color: #ffffff;
font-size: 72px;
line-height: 100px;
font-weight: 400;
font-family: 'Knewave', cursive;
transform: rotate(-30deg) translate(0px, -80px);
z-index: 3;
margin-left: 100px;
}
.history-area .auto-container {
position: relative;
display: block;
max-width: 1320px;
width: 100%;
margin: 0;
margin-left: 400px;
overflow: hidden;
margin-right: 0px;
}
.single-history{
position: relative;
display: block;
transition: all 900ms ease 100ms;
}
.single-history .inner-box{
position: relative;
display: block;
min-height: 330px;
border: 4px solid #ffffff;
background-position: center top;
background-repeat: no-repeat;
background-size: cover;
transition: all 900ms ease 200ms;
}
.single-history .inner-box .static-content{
position: absolute;
top: 31px;
left: 31px;
bottom: 31px;
right: 31px;
z-index: 1;
transform-style: preserve-3d;
transform: perspective(1200px) rotateX(0deg) translateZ(0px);
transition: all 700ms ease 100ms;
}
.single-history:hover .inner-box .static-content{
transform: perspective(1200px) rotateX(0deg) translateY(-70px); 
transition: all 200ms linear;
transition-delay: 0.1s;       
}
.single-history .inner-box .date-box{
position: relative;
display: block;
width: 80px;
height: 80px;
background: #1723d9;
border-radius: 50%;
text-align: center;
transition: all 700ms ease 100ms;
}
.single-history:hover .inner-box .date-box{
background: #ffffff;
transition: all 200ms linear;
transition-delay: 0.1s;      
}
.single-history .inner-box .date-box h3{
color: #ffffff;
font-size: 20px;
line-height: 80px;
font-weight: 500;
font-family: 'Poppins', sans-serif;
transition: all 700ms ease 100ms;
}
.single-history:hover .inner-box .date-box h3{
color: #1723d9;
transition: all 200ms linear;
transition-delay: 0.5s;       
}
.single-history .inner-box .overlay-content{
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(22, 36, 217, 0.90);
display: block;
padding: 78px 35px 40px;
opacity: 0;
transform-style: preserve-3d;
transform: perspective(1200px) rotateX(90deg) translateZ(0px);
transition: all 700ms ease 100ms;
}
.single-history:hover .inner-box .overlay-content{
opacity: 1;
transform: perspective(1200px) rotateX(0deg) translateZ(0px);
transition: all 300ms linear;
transition-delay: 0.1s;  
}
.single-history .inner-box .overlay-content p{
color: #ffffff;
font-size: 16px;
margin: 0;
}
.single-history .inner-box .overlay-content .read-more-button{
position: relative;
display: block;
margin-top: 93px;
border-top: 1px solid rgba(255, 255, 255, 0.30);
padding-top: 13px;
}
.single-history .inner-box .overlay-content .read-more-button a{
position: relative;
display: inline-block;
color: #ffffff;
font-size: 16px;
line-height: 20px;
font-weight: 600;
font-family: 'Poppins', sans-serif;
}
.single-history .title{
position: relative;
display: block;
padding: 20px;
background:#ffffff;
}
.single-history .title a{
color: #1b1b1b;
font-size: 18px;
line-height: 24px;
font-weight: 600;
font-family: 'Poppins', sans-serif;
transition: all 500ms linear;
transition-delay: 0.1s;  
}
.single-history:hover .title a{
color: #1723d9;    
}
.single-history .title a span:before {
position: relative;
display: inline-block;
font-size: 16px;
transform: rotate(180deg);
padding-left: 10px;
}
.history-carousel.owl-carousel{
position: relative;
display: block;
max-width: 400px;
width: 100%;
margin: 0 auto;
}
.history-carousel.owl-carousel .owl-stage-outer{
position: relative;
overflow: visible;
padding: 35px 0px 100px;
}
.history-carousel.owl-carousel .owl-stage-outer .owl-item.active .single-history{
transform: translateY(35px); 
transition: all 900ms ease 400ms;
}
.history-carousel.owl-carousel .owl-stage-outer .owl-item.active .single-history .inner-box .static-content{
transform: perspective(1200px) rotateX(0deg) translateY(-70px); 
transition: all 200ms linear;
transition-delay: 0.1s;       
}
.history-carousel.owl-carousel .owl-stage-outer .owl-item.active .single-history .inner-box .date-box{
background: #ffffff;
transition: all 200ms linear;
transition-delay: 0.1s;      
}
.history-carousel.owl-carousel .owl-stage-outer .owl-item.active .single-history .inner-box .date-box h3{
color: #1723d9;
transition: all 200ms linear;
transition-delay: 0.5s;       
}
.history-carousel.owl-carousel .owl-stage-outer .owl-item.active .single-history .inner-box .overlay-content{
opacity: 1;
transform: perspective(1200px) rotateX(0deg) translateZ(0px);
transition: all 300ms linear;
transition-delay: 0.1s;  
}
.history-carousel.owl-carousel .owl-stage-outer .owl-item.active .single-history .title a{
color: #1723d9;    
}
.history-carousel.owl-carousel .owl-nav {
position: absolute;
left: -400px;
bottom: 17px;
width: 140px;
height: 50px;
text-align: center;
margin: 0;
z-index: 10;
}
.history-carousel.owl-carousel.style1 .owl-nav [class*="owl-"] {
width: 50px;
height: 50px;
border: 1px solid #f2e9e7;
color: #212121;
font-size: 20px;
line-height: 46px;
margin: 0;
padding: 0;
}
.history-carousel.owl-carousel .owl-nav .owl-prev {
position: absolute;
left: 0px;
}
.history-carousel.owl-carousel .owl-nav .owl-next{
position: absolute;
right: 0px;    
}
.history-carousel.owl-carousel.style1 .owl-nav [class*="owl-"]:hover{
color: #ffffff;
background: #1723d9;
} .mission-vision-area {
position: relative;
display: block;
padding: 125px 0 121px;
background-size: cover;
background-repeat: no-repeat;
background-position: center top;
}
.mission-vision-area .top-title{
position: relative;
display: block;
padding-bottom: 50px;
}
.mission-vision-area .top-title h1{
color: #ffffff;
font-size: 36px;
line-height: 44px;
font-weight: 700;
font-family: 'Poppins', sans-serif;
}
.mission-vision-tabs{
position: relative;
}
.mission-vision-tabs .tab-buttons {
position: relative;
display: block;
width: 100%;
overflow: hidden;
}
.mission-vision-tabs .tab-buttons .tab-btn{
position: relative;
display: block;
-ms-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
max-width: 33.333333%;
width: 100%;
float: left;
cursor: pointer;
-webkit-transition:all 300ms ease;
-ms-transition:all 300ms ease;
-o-transition:all 300ms ease;
-moz-transition:all 300ms ease;
transition:all 300ms ease;
}
.mission-vision-tabs .tab-buttons .tab-btn:hover,
.mission-vision-tabs .tab-buttons .tab-btn.active-btn{
background: #FF8B00;
}
.mission-vision-tabs .tab-buttons .tab-btn .img-box{
position: relative;
display: block;
overflow: hidden;
}
.mission-vision-tabs .tab-buttons .tab-btn .img-box img{
width: 100%;
transition: all 500ms linear;
transition-delay: 0.1s;
}
.mission-vision-tabs .tab-buttons .tab-btn.active-btn .img-box img{
transform: scale(1.2, 1.2);       
}
.mission-vision-tabs .tab-buttons .tab-btn .img-box .overlay-content {
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
visibility: visible;
opacity: 1;
transform-style: preserve-3d;
transform: perspective(1200px) rotateX(0deg) translateZ(0px);
transition: all 700ms ease 100ms;
}
.mission-vision-tabs .tab-buttons .tab-btn.active-btn .img-box .overlay-content{
visibility: hidden;
transform: perspective(1200px) rotateX(90deg) translateZ(-40px); 
transition: all 200ms linear;
transition-delay: 0.1s;   
}
.mission-vision-tabs .tab-buttons .tab-btn .img-box .overlay-content .inner{
display: table;
width: 100%;
height: 100%;
}
.mission-vision-tabs .tab-buttons .tab-btn .img-box .overlay-content .inner .box{
display: table-cell;
vertical-align: middle;
text-align: center;
}
.mission-vision-tabs .tab-buttons .tab-btn .img-box .overlay-content span:before{
color: #ffffff;
font-size: 65px;
line-height: 65px;
}
.mission-vision-tabs .tab-buttons .tab-btn .img-box .overlay-content h3{
color: #ffffff;
font-size: 24px;
line-height: 30px;
font-weight: 600;
margin: 23px 0 0px;
font-family: 'Poppins', sans-serif;    
}
.mission-vision-tabs .tab-buttons .tab-btn .img-box .overlay-content span{
color: #ffffff;
font-size: 14px;
font-family: 'Poppins', sans-serif;    
}
.mission-vision-tabs .tabs-content .tab{
position: relative;
display: none;
-webkit-transform: translateY(35px);
-ms-transform: translateY(35px);
transform: translateY(35px);
-webkit-transition:all 600ms ease;
-moz-transition:all 600ms ease;
-ms-transition:all 600ms ease;
-o-transition:all 600ms ease;
transition:all 600ms ease;
z-index:10;
}
.mission-vision-tabs .tabs-content .tab.active-tab{
display: block;
margin-top: 0px;
-webkit-transform: translateY(0px);
-ms-transform: translateY(0px);
transform: translateY(0px);
}
.mission-vision-tabs .tabs-content{
position: relative;
display: block;
padding-top: 49px;
}
.mission-vision-tabs .tabs-content .inner-box{
position: relative;
display: block;    
}
.mission-vision-tabs .tabs-content .inner-box .title{
position: relative;
display: block; 
padding-bottom: 22px;
}
.mission-vision-tabs .tabs-content .inner-box .title h3{
color: #ffffff;
font-size: 24px;
line-height: 30px;
font-weight: 600;
margin: 0 0 0px;
font-family: 'Poppins', sans-serif;
}
.mission-vision-tabs .tabs-content .inner-box .title span{
color: #ffffff;
font-size: 14px;
font-family: 'Poppins', sans-serif;
}
.mission-vision-tabs .tabs-content .inner-box .border-box{
position: relative;
display: block;
width: 100%;
height: 1px;
background: rgba(255, 255, 255, 0.20);
margin-bottom: 32px;
}
.mission-vision-tabs .tabs-content .inner-box .border-box:before{
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
width: 390px;
background: #ffffff;
margin: 0 auto;
content: "";
}
.mission-vision-tabs .tabs-content .inner-box .text{
position: relative;
display: block;
max-width: 950px;
margin: 0 auto;
}
.mission-vision-tabs .tabs-content .inner-box .text p{
color: #ffffff;
font-size: 18px;
line-height: 30px;
margin: 0;
} .featured-area{
position: relative;
display: block;
padding: 130px 0 125px;
}
.featured-box{
position: relative;
display: block;    
}
.single-featured-box{
position: relative;
display: block;
padding-left: 20px;
padding-bottom: 53px;
padding-right: 20px;
max-width: 330px;
width: 100%;
margin: 0 auto;
margin-bottom: 60px;
border-bottom: 1px solid #ededed;
}
.single-featured-box:last-child{
padding-bottom: 0;
margin-bottom: 0;
border-bottom: none;
}
.single-featured-box .icon-holder{
position: relative;
display: block;
width: 70px;
height: 70px;
margin: 0 auto;
text-align: center;
-webkit-box-shadow: 0px 0px 7px 2px #f3f3f3; 
box-shadow: 0px 0px 7px 2px #f3f3f3;
z-index: 1;
}
.single-featured-box .icon-holder:before{
position: absolute;
top: -10px;
left: 0;
bottom: -10px;
right: 0;
background: #1723d9;
content: "";
z-index: -1;
opacity: 0;
transform-style: preserve-3d;
transform: perspective(1200px) rotateX(90deg) scaleY(0.1);
transition: all 900ms ease 100ms;  
}
.single-featured-box:hover .icon-holder:before{
opacity: 1;
transform: perspective(1200px) rotateX(0deg) scaleY(1.0); 
transition: all 300ms linear;
transition-delay: 0.1s;    
}
.single-featured-box .icon-holder span:before{
position: relative;
display: block;
color: #1723d9;
font-size: 40px;
line-height: 70px;
transition: all 900ms ease 100ms;  
}
.single-featured-box:hover .icon-holder span:before{
color: #ffffff;
transition: all 500ms linear;
transition-delay: 0.3s;       
}
.single-featured-box .text-holder{
position: relative;
display: block;
padding-top: 31px;
}
.single-featured-box .text-holder span{
color: #7e7e7e;
font-size: 13px;
text-transform: uppercase;
}
.single-featured-box .text-holder h3{
color: #1b1b1b;
font-size: 18px;
line-height: 24px;
font-weight: 600;
margin: 3px 0 16px;
font-family: 'Poppins', sans-serif;
}
.single-featured-box .text-holder p{
margin: 0;
} .team-style3-area{
position: relative;
display: block;
padding: 125px 0 130px;
background: #f2f2f2;
}
.team-style3-area .top-title{
position: relative;
display: block;
padding-bottom: 50px;
}
.team-style3-area .top-title h1{
color: #1b1b1b;
font-size: 36px;
line-height: 44px;
font-weight: 700;
font-family: 'Poppins', sans-serif;
}
.single-team-member-style3{
position: relative;
display: block;
margin-bottom: 43px;
}
.single-team-member-style3 .img-holder{
position: relative;
display: block;
overflow: hidden;
}
.single-team-member-style3 .img-holder .overlay-content{
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
background: url(//www.mywebsitefreelancer.com/wp-content/themes/jixic/assets/images/team/team-v3-1-overlay.jpg);
background-repeat: no-repeat;
background-size: cover;
background-position: center top;
opacity: 0;
transform-style: preserve-3d;
transform: perspective(370px) rotateX(-90deg);
transform-origin: top;
transition: all 700ms ease 100ms;
}
.single-team-member-style3:hover .img-holder .overlay-content{
opacity: 1;
transform: perspective(370px) rotateY(0deg);    
}
.single-team-member-style3 .img-holder .overlay-content .sociallinks{
position: absolute;
top: 30px;
left: 0px;
display: inline-block;
opacity: 0;
transition: all 700ms ease 100ms;
}
.single-team-member-style3:hover .img-holder .overlay-content .sociallinks{
left: 20px;
opacity: 1;
transition: all 300ms linear;
transition-delay: 0.9s;  
}
.single-team-member-style3 .img-holder .overlay-content .sociallinks li{
position: relative;
display: block;
margin-bottom: 10px;
}
.single-team-member-style3 .img-holder .overlay-content .sociallinks li:last-child{
margin-bottom: 0;
}
.single-team-member-style3 .img-holder .overlay-content .sociallinks li a i{
position: relative;
display: block;
text-align: center;
width: 50px;
height: 50px;
background: #ffffff;
border-radius: 50%;
color: #7e7e7e;
font-size: 14px;
line-height: 50px;
transition: all 200ms linear;
transition-delay: 0.1s;
}
.single-team-member-style3 .img-holder .overlay-content .sociallinks li a:hover i{
color: #1723d9;
}
.single-team-member-style3 .img-holder img{
transition: all 0.5s ease-in-out 0.6s;    
width: 100%;      
}
.single-team-member-style3:hover .img-holder img{
transform: scale(1.2, 1.2);     
}
.single-team-member-style3 .title-holder{
position: relative;
display: block;
padding-top: 25px;
}
.single-team-member-style3 .title-holder h3{
color: #1b1b1b;
font-size: 18px;
line-height: 26px;
font-weight: 600;
font-family: 'Poppins', sans-serif;
}
.single-team-member-style3 .title-holder span{}
.meet-all-member-button{
position: relative;
display: block;
}
.meet-all-member-button a{
position: relative;
display: inline-block;
background: #1723d9;
padding: 0 60px;
color: #ffffff;
font-size: 16px;
line-height: 60px;
font-weight: 600;
border-radius: 5px;
font-family: 'Poppins', sans-serif;
transition: all 200ms linear;
transition-delay: 0.1s;
}
.meet-all-member-button a:hover{
background: #3a45ed;
} .main-header.style5withstyle7{
background: #ffffff;
box-shadow: 0 0 10px rgba(0,0,0,.1);
}
.main-header.style5withstyle7 .main-menu.style4 .navigation > li > a {
color: #1b1b1b;
padding: 50px 0px;
}
.main-header.style5withstyle7 .main-menu.style4 .navigation > li:hover > a, 
.main-header.style5withstyle7 .main-menu.style4 .navigation > li.current > a {
color: #1723d9;
}
.main-header.style5withstyle7 .language-switcher.style4 {
margin: 46px 0;
}
.main-header.style5withstyle7 #polyglotLanguageSwitcher ul.dropdown {
top: 74px;
background: #f9f9f9;
}
.main-header.style5withstyle7 .language-switcher.style4 #polyglotLanguageSwitcher a {
color: #1b1b1b;
}
.main-header.style5withstyle7 .header-upper-style5 .cart-box {
margin: 37px 0 38px;
}
.main-header.style5withstyle7 .header-upper-style5 .cart-box:before {
background: #e2e2e2;
}
.main-header.style5withstyle7 .header-upper-style5 .cart-box:after {
background: #e2e2e2;
}
.main-header.style5withstyle7 .header-upper-style5 .cart-box a span:before {
color: #1b1b1b;
}
.main-header.style5withstyle7 .header-upper-style5 .outer-search-box {
padding: 45px 0;
}
.main-header.style5withstyle7 .header-upper-style5 .outer-search-box .seach-toggle {
color: #1b1b1b;
}
.main-header.style5withstyle7 .sticky-header {
background: #ffffff;
box-shadow: 0 0 10px rgba(0,0,0,.1);
}
.main-header.style5withstyle7 .sticky-header .main-menu.style4 .navigation > li > a {
color: #1b1b1b;
padding: 40px 0px;
}
.main-header.style5withstyle7 .sticky-header .main-menu.style4 .navigation > li:hover > a, 
.main-header.style5withstyle7 .sticky-header .main-menu.style4 .navigation > li.current > a {
color: #1723d9;
}
.main-header.style5withstyle7 .sticky-header .logo {
padding: 29px 0 30px;
} .breadcrumb-style2-area{
position: relative;
display: block;
padding: 161px 0 123px;
}
.breadcrumb-style2-area .inner-content{
position: relative;
display: block;    
}
.breadcrumb-style2-area .inner-content .big-title{
position: relative;
display: block;
padding: 0 0 15px;
color: #1b1b1b;
font-size: 60px;
line-height: 60px;
font-weight: 700;
font-family: 'Poppins', sans-serif;
}
.breadcrumb-style2-area .inner-content span{
color: #1723d9;
font-size: 18px;
font-weight: 700;
} .team-style4-area{
position: relative;
display: block;
background: #ffffff;
padding: 0 0 114px;
}
.team-carousel-style2.owl-carousel{
position: relative;
display: block;
max-width: 370px;
width: 100%;
margin: 0 auto;
}
.team-carousel-style2.owl-carousel .owl-stage-outer{
overflow: visible;
padding: 0px 0px 29px;
}
.team-carousel-style2.owl-carousel .owl-stage-outer .owl-item.active{}
.team-carousel-style2.owl-carousel .owl-stage-outer .owl-item.active .single-team-member-style3 .img-holder .overlay-content{
opacity: 1;
transform: perspective(370px) rotateY(0deg);    
}
.team-carousel-style2.owl-carousel .owl-stage-outer .owl-item.active .single-team-member-style3 .img-holder .overlay-content .sociallinks{
left: 20px;
opacity: 1;
transition: all 300ms linear;
transition-delay: 0.9s;  
}
.team-carousel-style2 .owl-dots {
position: absolute;
left: 0;
bottom: 9px;
right: 0;
display: block;
margin-top: 0 !important;
}
.team-carousel-style2 .owl-dots .owl-dot {
position: relative;
display: inline-block;
width: 40px;
height: 3px;
background: #ededed;
border: none;
margin: 0 0px;
padding: 0px;
border-radius: 0%;
transition: all 500ms ease;
}
.team-carousel-style2 .owl-dots .owl-dot span{
display: none;	
}
.team-carousel-style2 .owl-dots .owl-dot.active{
background: #1723d9;
} .team-area.team-page{
position: relative;
display: block;
padding-bottom: 80px;
background-attachment: fixed;
background-size: cover;
background-position: center top;
background-repeat: no-repeat;
z-index: 1;
}
.team-area.team-page .single-team-member{
margin-bottom: 46px;    
}
.team-area.team-page .single-team-member .name h3 {
color: #ffffff;
}
.team-area.team-page .single-team-member .name p {
color: #bebebe;
} .main-header.style5withstyle8{
background: transparent;
box-shadow: none;
}
.main-header.style5withstyle8:before {
position: absolute;
left: 0;
bottom: -1px;
right: 0;
height: 1px;
width: 1760px;
margin: 0 auto;
background: rgba(255, 255, 255, 0.15);
content: "";
}
.main-header.style5withstyle8 .header-upper-style5 .header-upper-left .logo {
position: relative;
display: inline-block;
float: left;
margin: 29px 0 30px;
}
.main-header.style5withstyle8 .language-switcher.style4 {
margin: 36px 0;
margin-left: 30px;
padding-left: 25px;
}
.main-header.style5withstyle8 .language-switcher.style4:before{
position: absolute;
top: -6px;
left: 0;
bottom: -6px;
width: 1px;
background: rgba(255, 255, 255, 0.20);
content: "";    
}
.main-header.style5withstyle8 .main-menu.style4 .navigation > li > a {
color: #ffffff;
padding: 40px 0px;
}
.main-header.style5withstyle8 .main-menu.style4 .navigation > li:hover > a, 
.main-header.style5withstyle8 .main-menu.style4 .navigation > li.current > a {
color: #0a0a0a;
}
.main-header.style5withstyle8 #polyglotLanguageSwitcher ul.dropdown {
top: 64px;
background: #0a0a0a;
}
.main-header.style5withstyle8 .language-switcher.style4 #polyglotLanguageSwitcher a {
color: #ffffff;
}
.main-header.style5withstyle8 .header-upper-style5 .header-upper-right {
max-width: 510px;
}
.main-header.style5withstyle8 .header-upper-style5 .header-upper-right .header-social-links {
position: relative;
display: inline-block;
float: left;
padding: 32px 0 33px;
}
.main-header.style5withstyle8 .header-upper-style5 .header-upper-right .header-social-links ul li a i {
background: transparent;
width: 35px;
height: 35px;
color: #ffffff;
font-size: 14px;
line-height: 35px;
border: 1px solid rgba(255, 255, 255, 0.20);
}
.main-header.style5withstyle8 .header-upper-style5 .header-upper-right .header-social-links ul li a:hover i{
color: #1723d9;
background: rgba(255, 255, 255, 0.99);
border-color: rgba(255, 255, 255, 0.99);
}
.main-header.style5withstyle8 .header-upper-style5 .outer-search-box {
padding: 35px 0;
padding-left: 14px;
margin-left: 20px;
float: right;
}
.main-header.style5withstyle8 .header-upper-style5 .outer-search-box:before {
position: absolute;
top: 30px;
left: 0;
bottom: 30px;
width: 1px;
background: rgba(255, 255, 255, 0.20);
content: "";
}
.main-header.style5withstyle8 .header-upper-style5 .outer-search-box .seach-toggle {
color: #ffffff;
}
.main-header.style5withstyle8 .sticky-header {
background: #1320bc;
box-shadow: 0 0 10px rgb(39 52 216);
}
.main-header.style5withstyle8 .sticky-header .main-menu.style4 .navigation > li > a {
color: #1b1b1b;
padding: 40px 0px;
}
.main-header.style5withstyle8 .sticky-header .main-menu.style4 .navigation > li:hover > a, 
.main-header.style5withstyle8 .sticky-header .main-menu.style4 .navigation > li.current > a {
color: #1723d9;
}
.main-header.style5withstyle8 .sticky-header .logo {
padding: 29px 0 30px;
} .breadcrumb-style3-area{
position: relative;
display: block;
background-attachment: scroll;
background-size: cover;
background-position: center top;
background-repeat: no-repeat;
margin-top: -100px;
padding: 101px 0 0px;
z-index: 1;    
}
.breadcrumb-style3-area .inner-content {
position: relative;
display: block;
padding: 200px 0 198px;
}
.breadcrumb-style3-area .inner-content .big-title{
position: relative;
display: block;
margin: 0 0 15px;
color: #ffffff;
font-size: 60px;
line-height: 60px;
font-weight: 700;
font-family: 'Poppins', sans-serif;
}
.breadcrumb-style3-area .inner-content span{
color: #ffffff;
font-size: 18px;
font-weight: 700;
} .whatwe-do-area.main-service{
position: relative;
display: block;
padding-top: 122px;
}
.main-service{
position: relative;
display: block;
}
.main-service .top-box{
position: relative;
display: block; 
padding-bottom: 63px;
}
.main-service .top-box .title{}
.main-service .top-box .title h1{
color: #1b1b1b;
font-size: 36px;
line-height: 50px;
font-weight: 700;
font-family: 'Poppins', sans-serif;
margin: 0 0 29px;
}
.main-service .top-box .title p{
margin: 0;
}
.main-service .top-box .text{
position: relative;
display: block;      
}
.main-service .top-box .text p{
margin: 0 0 36px;    
}
.main-service .top-box .text a{
} .features-style2-area{
position: relative;
display: block;
overflow: hidden;
z-index: 2;
}
.features-style2-area .outer-container{
position: static;
}
.features-style2-area .width23percent{
position: relative;
display: block;
float: left;
width: 23%;
}
.features-style2-area .width54percent{
position: relative;
display: block;
float: left;
width: 54%;    
}
.single-features-box-style2{
position: relative;
display: block;
overflow: hidden;
background: #1723d9;
min-height: 355px; 
}
.single-features-box-style2 .count-box{
position: absolute;
top: 27px;
left: 29px;
color: #ffffff;
font-size: 24px;
line-height: 24px;
font-weight: 400;
font-family: 'Poppins', sans-serif;
z-index: 1;
}
.single-features-box-style2 .outer-box {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.single-features-box-style2 .outer-box .shape-top {
position: absolute;
top: -65px;
left: -65px;
background: url(//www.mywebsitefreelancer.com/wp-content/themes/jixic/assets/images/shape/features-shape-top.png);
background-repeat: no-repeat;
width: 199px;
height: 207px;
}
.single-features-box-style2 .outer-box .shape-bottom {
position: absolute;
right: -25px;
bottom: -50px;
background: url(//www.mywebsitefreelancer.com/wp-content/themes/jixic/assets/images/shape/features-shape-bottom.png);
background-repeat: no-repeat;
width: 150px;
height: 189px;
}
.single-features-box-style2 .outer-box .inner{
display: table;
width: 100%;
height: 100%;
opacity: 1;
transform: scale(1.0); 
transition: all 700ms ease 300ms;
}
.single-features-box-style2:hover .outer-box .inner{
opacity: 0;
transform: scale(.7); 
transition: all 700ms ease 100ms;
}
.single-features-box-style2 .outer-box .inner .static-content{
display: table-cell;
vertical-align: middle;
}
.single-features-box-style2 .static-content .icon-holder{
position: relative;
display: block;
width: 120px;
height: 120px;
background: #ffffff;
border-radius: 50%;
margin: 0 auto;
}
.single-features-box-style2 .static-content .icon-holder span:before{
position: relative;
display: block;
color: #1723d9;
font-size: 60px;
line-height: 120px;
}
.single-features-box-style2 .static-content .text-holder {
position: relative;
display: block;
padding-top: 21px;
}
.single-features-box-style2 .static-content .text-holder span {
color: #ffffff;
font-size: 13px;
text-transform: uppercase;
}
.single-features-box-style2 .static-content .text-holder h3 {
color: #ffffff;
font-size: 18px;
line-height: 26px;
font-weight: 600;
font-family: 'Poppins', sans-serif;
margin: 2px 0 0;
}
.single-features-box-style2 .outer-box .overlay-content {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
text-align: center;
opacity: 0;
transform: translateY(100%);
transition: all 700ms ease 100ms;
}
.single-features-box-style2:hover .outer-box .overlay-content{
opacity: 1;
transform: translateY(0%); 
transition: all 500ms linear;
transition-delay: 0.2s;
}
.single-features-box-style2 .outer-box .overlay-content .inner-box{
display: table;
width: 100%;
height: 100%;
}
.single-features-box-style2 .outer-box .overlay-content .inner-box .content-box{
display: table-cell;
vertical-align: middle;
}
.single-features-box-style2 .outer-box .overlay-content .inner-box .content-box .icon-holder{
position: relative;
display: block;
width: 120px;
height: 120px;
background: transparent;
border: 2px solid #ffffff;
border-radius: 50%;
margin: 0 auto;    
}
.single-features-box-style2 .outer-box .overlay-content .inner-box .content-box .icon-holder span:before{
position: relative;
display: block;
color: #ffffff;
font-size: 60px;
line-height: 120px;    
}
.single-features-box-style2 .outer-box .overlay-content .inner-box .content-box .text-holder{
position: relative;
display: block;
padding-top: 22px;
}
.single-features-box-style2 .outer-box .overlay-content .inner-box .content-box .text-holder p{
color: #ffffff;
margin: 0 0 21px;
}
.single-features-box-style2 .outer-box .overlay-content .inner-box .content-box .text-holder a{
color: #ffffff;
font-size: 16px;
font-weight: 600;
font-family: 'Poppins', sans-serif;
}
.single-features-box-style2.bg2{
background: #000000;
}
.single-features-box-style2.bg2 .static-content .icon-holder {
background: #1723d9;
}
.single-features-box-style2.bg2 .static-content .icon-holder span:before {
color: #ffffff;
}
.single-features-box-style2.bg2 .outer-box .shape-top {
background: url(//www.mywebsitefreelancer.com/wp-content/themes/jixic/assets/images/shape/features-shape-top-bg2.png);
}
.single-features-box-style2.bg2 .outer-box .shape-bottom {
background: url(//www.mywebsitefreelancer.com/wp-content/themes/jixic/assets/images/shape/features-shape-bottom-bg2.png);
}
.features-style2-area .single-box{
position: relative;
display: block;
background-attachment: scroll;
background-size: cover;
background-position: center top;
background-repeat: no-repeat;
min-height: 355px; 
}
.features-style2-area .single-box .big-title{
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.features-style2-area .single-box .big-title .inner{
display: table;
width: 100%;
height: 100%;
}
.features-style2-area .single-box .big-title .inner .box{
display: table-cell;
vertical-align: middle;
text-align: center;
}
.features-style2-area .single-box .big-title .inner .box h1{
color: #ffffff;
font-size: 60px;
line-height: 70px;
font-family: 'Knewave', cursive;
} .process-area {
position: relative;
display: block;
padding-top: 130px;
padding-bottom: 122px;
}
.process-area .main-title {
position: relative;
display: block;
text-align: center;
padding-bottom: 48px;
margin-top: -7px;
z-index: 2;
}
.process-area .main-title h1{
color: #1b1b1b;
font-size: 36px;
line-height: 48px;
font-weight: 700;
font-family: 'Poppins', sans-serif;
}
.process-area .outer-container{
position: relative;
}
.process-box{
position: relative;
display: block;
width: 100%;
}
.process-box li{
position: relative;
display: block;
width: 25%;
float: left;
text-align: center;
margin-bottom: 83px;
cursor: pointer;
z-index: 1;
}
.process-box li .border-box {
position: absolute;
top: -120px;
right: 0;
width: 1px;
height: 20px;
background: #1723d9;
transition: all 700ms ease 100ms;
}
.process-box li .border-box.style2 {
position: absolute;
top: 170px;
right: 0;
width: 1px;
height: 20px;
background: #1723d9;
}
.process-box li .border-box.style3 {
position: absolute;
top: 460px;
right: 0;
width: 1px;
height: 20px;
background: #1723d9;
}
.process-box li:before {
position: absolute;
top: -500px;
right: 0;
bottom: -500px;
width: 1px;
background: #ededed;
content: "";
z-index: -1;
}
.process-box li:last-child:before{
display: none;
}
.process-box li .outer-box{
position: relative;
display: inline-block;
}
.process-box li .outer-box .count-boxs{
position: relative;
display: block;
width: 110px;
height: 110px;
border: 1px solid #eeeeee;
border-radius: 50%;
margin: 0 auto;
padding: 14px;
transition: all 700ms ease 100ms;   
}
.process-box li .outer-box .count-boxs .inner{
position: relative;
display: block;
width: 100%;
height: 100%;
border: 1px solid #eeeeee;
border-radius: 50%;
transition: all 700ms ease 100ms;   
}
.process-box li .outer-box .count-boxs .inner h2 {
color: #1723d9;
font-size: 24px;
line-height: 78px;
font-weight: 500;
font-family: 'Poppins', sans-serif;
transition: all 700ms ease 100ms;   
}
.process-box li .outer-box .title{
position: relative;
display: block;
padding-top: 20px;
opacity: 1;
transform-style: preserve-3d;
transform: perspective(370px) rotateX(0deg) translateZ(0px);
transition: all 700ms ease 100ms;   
}
.process-box li .outer-box .title h3{
color: #1b1b1b;
font-size: 18px;
line-height: 26px;
font-weight: 600;
font-family: 'Poppins', sans-serif;
}
.process-tab-box .tab-buttons .tab-btn.active-btn{}
.process-tab-box .tab-buttons .tab-btn.active-btn .outer-box .count-boxs{
border-color: #1723d9;
transform: translateY(33px);
transition: all 700ms ease 100ms;    
}
.process-tab-box .tab-buttons .tab-btn.active-btn .outer-box .count-boxs .inner{
border: 1px solid #1723d9;
background: #1723d9;
transition: all 700ms ease 100ms;   
}
.process-tab-box .tab-buttons .tab-btn.active-btn .outer-box .count-boxs .inner h2{
color: #ffffff;
transition: all 700ms ease 300ms;   
}
.process-tab-box .tab-buttons .tab-btn.active-btn .outer-box .title{
opacity: 0;
transform: perspective(370px) rotateX(-90deg) translateZ(0px); 
transition: all 700ms ease 300ms;  
}
.process-tab-box .tabs-content{
position: relative;
display: block;
max-width: 750px;
width: 100%;
margin: 0 auto;
text-align: center;
}
.process-tab-box .tabs-content .tab{
position: relative;
display: none;
-webkit-transform: translateY(35px);
-ms-transform: translateY(35px);
transform: translateY(35px);
-webkit-transition:all 600ms ease;
-moz-transition:all 600ms ease;
-ms-transition:all 600ms ease;
-o-transition:all 600ms ease;
transition:all 600ms ease;
z-index:10;
}
.process-tab-box .tabs-content .tab.active-tab{
display: block;
margin-top: 0px;
-webkit-transform: translateY(0px);
-ms-transform: translateY(0px);
transform: translateY(0px);
}
.process-tab-box .tabs-content .inner-content{
position: relative;
display: block;
}
.process-tab-box .tabs-content .inner-content .title{
position: relative;
display: block;
padding-bottom: 22px;
}
.process-tab-box .tabs-content .inner-content .title .border-box{
position: relative;
display: block;
width: 70px;
height: 2px;
background: #1723d9;
margin: 0 auto;
}
.process-tab-box .tabs-content .inner-content .title h1{
color: #1b1b1b;
font-size: 30px;
line-height: 40px;
font-weight: 600;
font-family: 'Poppins', sans-serif;
margin: 34px 0 0px;
}
.process-tab-box .tabs-content .inner-content .text{
position: relative;
display: block;
}
.process-tab-box .tabs-content .inner-content .text p{
font-size: 18px;
line-height: 28px;
margin: 0;
} .skill-style2-area{
position: relative;
display: block;
overflow: hidden;
background: #121212;
padding: 121px 0 110px;
z-index: 2;
}
.skill-style2-area .layer-outer {
position: absolute;
top: 0;
bottom: 0px;
right: 0;
width: 100%;
z-index: -1;
}
.skill-style2-area .layer-shape1 {
position: absolute;
top: -15px;
right: 120px;
width: 740px;
height: 500px;
background-image: url(//www.mywebsitefreelancer.com/wp-content/themes/jixic/assets/images/shape/mobile.png);
background-repeat: no-repeat;
background-position: top right;
background-size: auto;
}
.skill-style2-area .layer-shape2 {
position: absolute;
top: 0px;
right: -30px;
bottom: 0;
width: 775px;
background-image: url(//www.mywebsitefreelancer.com/wp-content/themes/jixic/assets/images/shape/tab.png);
background-repeat: no-repeat;
background-position: bottom right;
background-size: cover;
z-index: -2;
}
.skill-style2-area .main-title{
position: relative;
display: block;
padding-bottom: 39px;
}
.skill-style2-area .main-title h1{
color: #ffffff;
font-size: 36px;
line-height: 50px;
font-weight: 700;
font-family: 'Poppins', sans-serif;
}
.skill-style2-area .main-title h1 span{
color: #1723d9;
font-family: 'Knewave', cursive;
}
.skill-style2-area .main-title p{
color: #ffffff;
font-size: 18px;
margin: 21px 0 0;
}
.skill-content.style2 {
padding: 0;
margin: 0;
}
.progress-levels.style2 .progress-box .bar .bar-innner {
background: transparent;
border: 1px solid #fff;
}
.progress-levels.style2 .progress-box .bar .bar-innner .skill-percent {
background: #ffffff;
left: -1px;
}
.progress-levels.style2 .progress-box .inner .count-text {
color: #1b1b1b;
}
.progress-levels.style2 .progress-box .inner .percent {
color: #1b1b1b;
}
.progress-levels.style2 .progress-box .bar .bar-fill {
height: 4px;
background: #ffffff;
} .testimonial-style3-area.about-page{
padding-top: 130px;
padding-bottom: 123px;
}
.testimonial-style3-area.about-page .main-title {
position: relative;
display: block;
text-align: center;
padding-bottom: 28px;
margin-top: -7px;
z-index: 2;
}
.testimonial-style3-area.about-page .main-title h1{
color: #1b1b1b;
font-size: 36px;
line-height: 48px;
font-weight: 700;
font-family: 'Poppins', sans-serif;
}
.testimonial-style3-area.about-page .single-testimonial-style3 .top .title-box span {
color: #1723d9;
}
.testimonial-style3-area.about-page .single-testimonial-style3 .bottom .review-box ul li i {
color: #1723d9;
}
.testimonial-style3-area.about-page .testimonial-style3-carousel .owl-dots .owl-dot:before{
background: #1723d9; 
}
.testimonial-style3-area.about-page .testimonial-style3-carousel .owl-dots .owl-dot.active{
border: 2px solid #1723d9;
} .breadcrumb-style4-area{
position: relative;
display: block;
background-attachment: scroll;
background-size: cover;
background-position: center top;
background-repeat: no-repeat;
margin-top: -100px;
padding: 101px 0 0px;
z-index: 1;    
}
.breadcrumb-style4-area:before{
position: absolute;
top: 0;
left: 0 ;
width: 100%;
height: 100%;
background-color: rgba(22, 36, 217, 0.80);
content: "";
z-index: -1;
}
.breadcrumb-style4-area .inner-content {
position: relative;
display: block;
padding: 167px 0 283px;
}
.breadcrumb-style4-area .inner-content .big-title{
position: relative;
display: block;
margin: 0 0 15px;
color: #ffffff;
font-size: 60px;
line-height: 60px;
font-weight: 700;
font-family: 'Poppins', sans-serif;
}
.breadcrumb-style4-area .inner-content span{
color: #ffffff;
font-size: 18px;
font-weight: 700;
} .pricing-table-style2-area {
position: relative;
display: block;
padding: 0px 0 100px;
margin-top: -240px;
background-color: transparent;
z-index: 2;
}
.pricing-tabs.style2{
position:relative;
}
.pricing-tabs.style2 .tab-buttons {
position: relative;
display: block;
overflow: hidden;
border-radius: 50px;
box-shadow: none;
margin: 0;
padding-bottom: 60px;
background: transparent;
}
.pricing-tabs.style2 .tab-buttons .tab-btn {
position: relative;
float: none;
display: inline-block;
padding: 12px 0px 12px;
cursor: pointer;
color: #1b1b1b;
font-size: 16px;
font-weight: 700;
transition: all 300ms ease;
font-family: 'Muli', sans-serif;
width: 105px;
background: #ffffff;
margin: 0 -2px;
}
.pricing-tabs.style2 .tab-buttons .tab-btn:first-child {
border-top-left-radius: 30px;
border-bottom-left-radius: 30px;
}
.pricing-tabs.style2 .tab-buttons .tab-btn:last-child {
border-top-right-radius: 30px;
border-bottom-right-radius: 30px;
}
.pricing-tabs.style2 .tab-buttons .tab-btn:hover,
.pricing-tabs.style2 .tab-buttons .tab-btn.active-btn{
color:#ffffff;
background: #c72a30;
}
.single-price-box-style2{
position:relative;
display: block;
margin-bottom: 30px;
z-index: 10;
}
.single-price-box-style2 .inner-box{
position: relative;
display: block;
overflow: hidden;
background-color:#ffffff;
padding: 56px 40px 40px;
transition:all 300ms ease;
box-shadow: 0px 0px 15px rgba(0,0,0,0.10);
}
.single-price-box-style2 .inner-box:hover{
box-shadow:0px 0px 25px rgba(0,0,0,0.10);
}
.single-price-box-style2 .inner-box .top{
position: relative;
display: block;
text-align: center;
border-bottom: 1px solid #ededed;
padding-bottom: 24px;
margin-bottom: 28px;
}
.single-price-box-style2 .inner-box .top h4{
color: #1b1b1b;
font-size: 18px;
font-weight: 600;
text-transform: uppercase;
margin: 0 0 9px;
font-family: 'Poppins', sans-serif;
}
.single-price-box-style2 .inner-box .top p{
line-height: 24px;
margin: 0;
}
.single-price-box-style2 .inner-box .value {
position: relative;
display: block;
text-align: center;
}
.single-price-box-style2 .inner-box .value h1 {
color: #1723d9;
font-size: 60px;
line-height: 48px;
font-weight: 400;
margin: 0 0 4px;
font-family: 'Poppins', sans-serif;
}
.single-price-box-style2 .inner-box .value h1 sup {
position: relative;
font-size: 20px;
top: -27px;
display: inline;
padding-right: 2px;
}
.single-price-box-style2 .inner-box .value span{
font-weight: 700;
}
.single-price-box-style2 .inner-box .btn-box{
position: relative;
display: block;
padding: 33px 0 24px;
}
.single-price-box-style2 .inner-box .btn-box a {
position: relative;
display: block;
border: 1px solid #1723d9;
color: #1723d9;
font-size: 16px;
line-height: 58px;
font-weight: 600;
text-transform: capitalize;
text-align: center;
border-radius: 5px;
font-family: 'Poppins', sans-serif;
transition: all 200ms linear;
transition-delay: 0.1s;
}
.single-price-box-style2:hover .inner-box .btn-box a{
color: #ffffff;
background: #1723d9;
}
.single-price-box-style2 .inner-box .price-list{
position:relative;
}
.single-price-box-style2 .inner-box .price-list li{
position:relative;
display: block;
padding-left: 30px;
color: #1b1b1b;
font-size: 16px;
line-height: 53px;
font-weight: 400;
border-bottom: 1px solid #ededed;
font-family: 'Muli', sans-serif;
}
.single-price-box-style2 .inner-box .price-list li:last-child{
border-bottom: none;
}
.single-price-box-style2 .inner-box .price-list li:before{
position: absolute;
top: 0;
left: 0px;
bottom: 0;
font-family: FontAwesome;
content: "\f00c";
color: #1723d9;
font-size: 16px;
} #creative-portfolio-header {
background: transparent;
box-shadow: none;
} .breadcrumb-style5-area{
position: relative;
display: block;
background-attachment: scroll;
background-size: cover;
background-position: center top;
background-repeat: no-repeat;
padding: 120px 0 0px;
margin-top: -140px;
z-index: 1;    
}
.breadcrumb-style5-area .inner-content {
position: relative;
display: block;
padding-top: 225px;
padding-bottom: 150px;
}
.breadcrumb-style5-area .inner-content .big-title{
position: relative;
display: block;
color: #ffffff;
font-size: 50px;
line-height: 60px;
font-weight: 600;
font-family: 'Poppins', sans-serif;
text-transform: capitalize;
} .breadcrumb-style6-area{
position: relative;
display: block;
background-attachment: scroll;
background-size: cover;
background-position: center top;
background-repeat: no-repeat;
padding: 140px 0 0px;
z-index: 1;    
}
.breadcrumb-style6-area .inner-content {
position: relative;
display: block;
padding: 109px 0 0px;
}
.breadcrumb-style6-area .inner-content .big-title{
position: relative;
display: block;
color: #ffffff;
font-size: 60px;
line-height: 60px;
font-weight: 700;
text-transform: capitalize;
font-family: 'Poppins', sans-serif;
}
.breadcrumb-style6-area .breadcrumb-menu {
position: relative;
display: block;
padding-top: 130px;
padding-bottom: 31px;
}
.breadcrumb-style6-area .breadcrumb-menu ul {
position: relative;
display: block;
}
.breadcrumb-style6-area .breadcrumb-menu ul li {
position: relative;
display: inline-block;
float: left;
padding-right: 12px;
margin-right: 7px;
color: #ffffff;
font-size: 18px;
line-height: 30px;
font-weight: 700;
text-transform: capitalize;
transition: all 500ms ease;
font-family: 'Muli', sans-serif;
}
.breadcrumb-style6-area .breadcrumb-menu ul li:before {
position: absolute;
top: 0;
right: 0px;
bottom: 0px;
width: 5px;
height: 1px;
background: #ffffff;
content: "";
margin: 16px 0;
}
.breadcrumb-style6-area .breadcrumb-menu ul li:last-child:before{
display: none;
} 
.breadcrumb-style6-area .breadcrumb-menu ul li:last-child{
margin-right: 0;
padding-right: 0;
}
.breadcrumb-style6-area .breadcrumb-menu ul li a{
color: #ffffff;
font-size: 18px;
font-weight: 400;
text-transform: capitalize;
transition: all 500ms ease;
}
.breadcrumb-style6-area .breadcrumb-menu ul li.active{
font-weight: 700;
}
.breadcrumb-style6-area .breadcrumb-menu ul li a:hover{
color: #0a0a0a;     
} .portfolio-style3-area{
position: relative;
display: block; 
padding: 168px 0 100px;
}
.portfolio-style3-title{
position: relative;
display: block;
padding-bottom: 51px;
}
.portfolio-style3-title .title{
color: #1b1b1b;
font-size: 48px;
line-height: 50px;
font-weight: 700;
font-family: 'Poppins', sans-serif;
}
.project-filter-box {
position: relative;
display: block;
width: 400px;
padding-left: 220px;
}
.project-filter-box .view-project{
position: absolute;
top: 0;
left: 0;
}
.project-filter-box .view-project h3{
color: #1b1b1b;
font-size: 20px;
line-height: 50px;
font-weight: 500;
font-family: 'Poppins', sans-serif;
}
.project-categories-box{
position: relative;
display: block;
max-width: 180px;    
}
.project-categories-box .bootstrap-select {
position: relative;
display: block;
max-width: 180px;
}
.project-categories-box .bootstrap-select>.dropdown-toggle {
position: relative;
display: block;
float: none;
width: 100%;
height: 50px;
outline: none !important;
border-radius: 0;
border: 0px solid #eeeeee;
background-color: transparent !important;
padding: 0;
padding-left: 0px;
color: #1723d9;
font-size: 20px;
line-height: 50px;
font-weight: 500;
margin: 0;
box-shadow: none !important;
font-family: 'Poppins', sans-serif;
}
.project-categories-box .bootstrap-select>.dropdown-toggle::after {
position: absolute;
top: 50%;
right: 0px;
width: auto;
height: auto;
font-family: 'FontAwesome';
content: '\f107';
color: #1b1b1b;
font-size: 20px;
transform: translateY(-50%);
margin: 0;
border: none;
}
.project-categories-box .bootstrap-select .dropdown-menu {
margin: 0;
padding: 0;
border-radius: 0;
border: 0px solid #ddd;
background: #f9f9f9;
font-size: 16px;
color: #000000;
}
.project-categories-box .dropdown-item {
display: block;
width: 100%;
padding: 9px 20px 9px;
font-weight: 400;
color: #222222;
text-align: inherit;
white-space: nowrap;
background-color: transparent;
border: 0;
border-radius: 0;
transition: all 500ms ease;
font-family: 'Muli', sans-serif;
}
.project-categories-box .dropdown-item.active,
.project-categories-box .dropdown-item:active {
color: #ffffff;
background: #1723d9;
}
.project-categories-box .dropdown-item:hover {
color: #ffffff;
background: #1723d9;
}
.single-portfolio-style3{
position: relative;
display: block;
margin-bottom: 30px;    
}
.single-portfolio-style3 .img-holder{
position: relative;
display: block;
overflow: hidden;
}
.single-portfolio-style3 .img-holder img{
width: 100%;
transform: scale(1.0);
}
.single-portfolio-style3:hover .img-holder img {
transform: scale(1.0) rotate(0deg);	
}
.single-portfolio-style3 .overlay-content{
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
background: #ffffff;
border: 3px solid #1723d9;
transition: all 700ms ease 100ms;
transform: scaleY(0);
z-index: 1;    
}
.single-portfolio-style3:hover .overlay-content{
transform: scaleY(1.0);
}
.single-portfolio-style3 .overlay-content .inner{
display: table;
width: 100%;
height: 100%;
}
.single-portfolio-style3 .overlay-content .inner .box{
display: table-cell;
vertical-align: middle;
text-align: center;
}
.single-portfolio-style3 .overlay-content .inner .box .link{
position: relative;
display: inline-block;
width: 120px;
height: 120px;
background-position: center top;
background-repeat: no-repeat;
background-size: cover;
z-index: 1;
opacity: 0;
transition: all .4s ease-in-out .7s;
transform: translateY(-50px);
}
.single-portfolio-style3:hover .overlay-content .inner .box .link{
opacity: 1;
transform: translateY(0px);       
}
.single-portfolio-style3 .overlay-content .inner .box .link:before{
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
background: rgba(22, 36, 217, 0.80);
content: "";
border-radius: 50%;
z-index: -1;
transition: all 200ms linear;
transition-delay: 0.1s;
}
.single-portfolio-style3 .overlay-content .inner .box .link:hover:before{
background: rgba(22, 36, 217, 0.95);    
}
.single-portfolio-style3 .overlay-content .inner .box .link a span:before{
display: block;
color: #ffffff;
font-size: 30px;
line-height: 120px;
}
.single-portfolio-style3 .overlay-content .inner .box h3{
color: #1b1b1b;
font-size: 18px;
line-height: 24px;
font-weight: 600;
font-family: 'Poppins', sans-serif;
margin: 25px 0 0;
opacity: 0;
transform: translateY(50px);
transition: all .4s ease-in-out .9s;
}
.single-portfolio-style3:hover .overlay-content .inner .box h3{
opacity: 1;
transform: translateY(0px);      
}
.single-portfolio-style3 .overlay-content .inner .box .category {
position: absolute;
top: 26px;
right: 26px;
color: #1723d9;
font-size: 12px;
line-height: 12px;
font-weight: 700;
text-transform: uppercase;
letter-spacing: 2px;
transition: all .4s ease-in-out .9s;
writing-mode: vertical-lr;
opacity: 0;
transform: rotate(90deg) translate(0px, -70px);   
}
.single-portfolio-style3:hover .overlay-content .inner .box .category{
opacity: 1;
transform: rotate(0deg) translate(0px, 0px);      
} .portfolio-style4-area{
position: relative;
display: block; 
padding: 168px 0 115px;
}
.portfolio-style4-title{
position: relative;
display: block;
padding-bottom: 16px;
}
.portfolio-style4-title .title{
color: #1b1b1b;
font-size: 48px;
line-height: 50px;
font-weight: 700;
font-family: 'Poppins', sans-serif;
}
.single-portfolio-style4 {
position: relative;
display: block;
margin-bottom: 15px;
transform: translate(0px, 0px);
transition: all 500ms ease 900ms;
z-index: 1;
}
.single-portfolio-style4:hover{
transform: translate(0px, 65px); 
transition: all 700ms ease 900ms;
}
.single-portfolio-style4:before{
position: absolute;
top: 65px;
left: 0;
bottom: 0;
right: 0;
content: "";
-webkit-box-shadow: 0px 0px 7px 4px #f3f3f3; 
box-shadow: 0px 0px 7px 4px #f3f3f3;
transition: all 500ms ease 900ms;
z-index: 1;
}
.single-portfolio-style4:hover:before{
top: 0; 
bottom: 65px;
transition: all 700ms ease 900ms;
}
.single-portfolio-style4 .img-holder{
position: relative;
display: block;
padding: 35px 30px;
transition: all 300ms ease 100ms;
}
.single-portfolio-style4 .img-holder .image-inner {
position: relative;
display: block;
overflow: hidden;
transform: translate(0px, 0px);
z-index: 1;
}
.single-portfolio-style4 .img-holder .image-inner:before{
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
background: rgba(22, 36, 217, 0.85);
content: "";
transition-delay: .1s;
transition-timing-function: ease-in-out;
transition-duration: .7s;
transition-property: all;
opacity: 0;
z-index: 1;
}
.single-portfolio-style4:hover .img-holder .image-inner:before{
opacity: 1;    
}
.single-portfolio-style4 .img-holder img{
width: 100%;
transform: scale(1.0);
}
.single-portfolio-style4:hover .img-holder img {
transform: scale(1.1) rotate(2deg);	
}
.single-portfolio-style4 .overlay-content{
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
transition: all 700ms ease 100ms;
transform: scaleY(0);
z-index: 1;    
}
.single-portfolio-style4:hover .overlay-content{
transform: scaleY(1.0);
}
.single-portfolio-style4 .overlay-content .inner{
display: table;
width: 100%;
height: 100%;
}
.single-portfolio-style4 .overlay-content .inner .box{
display: table-cell;
vertical-align: middle;
text-align: center;
}
.single-portfolio-style4 .overlay-content .inner .box a span:before{
color: #ffffff;
font-size: 30px;
line-height: 30px;
}
.single-portfolio-style4 .title-holder {
position: relative;
display: block;
background: #ffffff;
padding: 0 30px 23px;
margin-top: -8px;
visibility: visible;
transform-style: preserve-3d;
transform: perspective(370px) rotateX(0deg) translate(0px, 0px);
transition: all 900ms ease 1500ms;
}
.single-portfolio-style4:hover .title-holder{
opacity: 0;
transform: perspective(370px) rotateX(-45deg) translate(0px, 50px);
transition: all 500ms ease 100ms;
}
.single-portfolio-style4 .title-holder h3{
color: #1b1b1b;
font-size: 20px;
line-height: 24px;
font-weight: 600;
font-family: 'Poppins', sans-serif;
margin: 0 0 2px;
}
.single-portfolio-style4 .title-holder span{
color: #7e7e7e;
font-size: 16px;
} .portfolio-style5-area{
position: relative;
display: block; 
padding: 168px 0 100px;
}
.portfolio-style5-title {
position: relative;
display: block;
padding-bottom: 51px;
}
.portfolio-style5-title .title{
color: #1b1b1b;
font-size: 48px;
line-height: 50px;
font-weight: 700;
font-family: 'Poppins', sans-serif;
}
.single-portfolio-style5 {
position: relative;
display: block;
margin-bottom: 30px;
}
.single-portfolio-style5 .img-holder{
position: relative;
display: block;
overflow: hidden;
}
.single-portfolio-style5 .img-holder img{
width: 100%;
transform: scale(1.0);    
}
.single-portfolio-style5:hover .img-holder img {
transform: scale(1.2) rotate(1deg);
}
.single-portfolio-style5:hover .img-holder .overlay-style-one{
opacity: 1;    
}
.single-portfolio-style5 .img-holder .overlay-style-one .box .inner .zoom-button {
position: relative;
display: inline-block;
top: -57px;
}
.single-portfolio-style5.large-image .img-holder .overlay-style-one .box .inner .zoom-button{
top: -62px;    
}
.single-portfolio-style5 .img-holder .overlay-style-one .box .inner .zoom-button a span:before{
position: relative;
display: inline-block;
color: #ffffff;
font-size: 30px;
line-height: 30px;
opacity: 0;
transform: translateY(-50px);
transition: all 0.1s ease-in-out 0.9s;
}
.single-portfolio-style5:hover .img-holder .overlay-style-one .box .inner .zoom-button a span:before{
opacity: 1;
transform: translateY(0px); 
transition: all 0.5s ease-in-out 0.5s;
}
.single-portfolio-style5 .img-holder .overlay-style-one .box .inner .zoom-button a:hover span:before{
color: #1723d9;    
}
.single-portfolio-style5 .img-holder .overlay-style-one .box .inner .title{
position: absolute;
left: 30px;
bottom: 30px;
right: 30px;
border: 0px solid #ddd;
display: block;
padding: 29px 0;
opacity: 0;
transform-style: preserve-3d;
transform: perspective(370px) rotateX(90deg) translateZ(-55px);
transition: all 300ms ease 100ms;
z-index: 1;
}
.single-portfolio-style5.large-image .img-holder .overlay-style-one .box .inner .title{
left: 40px;
bottom: 40px;
right: 40px;    
}
.single-portfolio-style5:hover .img-holder .overlay-style-one .box .inner .title{
opacity: 1;
transform: perspective(370px) rotateX(0deg) translateZ(0px);
transition: all 900ms ease 800ms;        
}
.single-portfolio-style5 .img-holder .overlay-style-one .box .inner .title:before{
position: absolute;
top: -1px;
left: 10px;
bottom: 10px;
right: 10px;
border: 1px solid rgba(255, 255, 255, 0.20);
content: "";
z-index: -1;
}
.single-portfolio-style5 .img-holder .overlay-style-one .box .inner .title:after{
position: absolute;
top: 10px;
left: 0px;
bottom: -1px;
right: 0px;
border: 1px solid rgba(255, 255, 255, 0.20);
content: "";
z-index: -1;
}
.single-portfolio-style5 .img-holder .overlay-style-one .box .inner .title a{
position: relative;
display: inline-block;
color: #ffffff;
font-size: 18px;
line-height: 30px;
font-weight: 600;
text-transform: capitalize;
font-family: 'Poppins', sans-serif;
transition: all 200ms linear;
transition-delay: 0.1s;
}
.single-portfolio-style5 .img-holder .overlay-style-one .box .inner .title a:hover{
color: #0a0a0a;
} .portfolio-style6-area{
position: relative;
display: block; 
padding: 60px 0 10px;
}
.portfolio-style6-area .container-fluid {
padding-right: 30px;
padding-left: 30px;
}
.main-header .header-upper .logo-box.style10 {
transition: all 200ms linear;
transition-delay: 0.1s;
}
.main-header.fixed-header .header-upper .logo-box.style10 {
margin-top: 10px;
transition: all 200ms linear;
transition-delay: 0.1s;
}
.project-filter {
position: relative;
display: block;
padding-bottom: 29px;
}
.project-filter li {
position: relative;
display: inline-block;
margin: 0 15px;
}
.project-filter li + li {
float: none;
}
.project-filter li .filter-text {
position: relative;
display: block;
color: #1b1b1b;
font-size: 13px;
line-height: 50px;
font-weight: 600;
text-transform: uppercase;
cursor: pointer;
transition: all .4s ease;
font-family: 'Poppins', sans-serif;
}
.project-filter li:hover .filter-text, 
.project-filter li.active .filter-text {
color: #1723d9;
}
.project-filter li .count {
position: absolute;
top: -9px;
left: 0px;
right: 0;
width: 25px;
height: 15px;
color: #1723d9;
font-size: 12px;
line-height: 15px;
font-weight: 600;
text-align: center;
display: inline-block;
opacity: 0;
transform: scaleX(0);
transition: all 300ms ease 100ms;
z-index: 10;
margin: 0 auto;
font-family: 'Poppins', sans-serif;
}
.project-filter li:hover .count, 
.project-filter li.active .count {
opacity: 1;
transform: scaleX(1.0);
transition: all 700ms ease 400ms;
}
.project-filter li .count:before{
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
background: url(//www.mywebsitefreelancer.com/wp-content/themes/jixic/assets/images/icon/filter-count-bg.png);
content: "";
z-index: -1;
}
.single-portfolio-style6 {
position: relative;
display: block;
margin-bottom: 33px;
}
.single-portfolio-style6 .img-holder{
position: relative;
display: block;
overflow: hidden;
}
.single-portfolio-style6 .img-holder img{
width: 100%;
transform: scale(1.0);    
}
.single-portfolio-style6:hover .img-holder img {
transform: scale(1.2) rotate(1deg);
}
.single-portfolio-style6:hover .img-holder .overlay-style-one{
opacity: 1;    
}
.single-portfolio-style6 .img-holder .overlay-style-one .box .inner .zoom-button {
position: relative;
display: inline-block;
}
.single-portfolio-style6 .img-holder .overlay-style-one .box .inner .zoom-button a span:before{
position: relative;
display: inline-block;
color: #ffffff;
font-size: 30px;
line-height: 30px;
opacity: 0;
transform: translateY(-50px);
transition: all 0.1s ease-in-out 0.9s;
}
.single-portfolio-style6:hover .img-holder .overlay-style-one .box .inner .zoom-button a span:before{
opacity: 1;
transform: translateY(0px); 
transition: all 0.5s ease-in-out 0.5s;
}
.single-portfolio-style6 .img-holder .overlay-style-one .box .inner .zoom-button a:hover span:before{
color: #1723d9;    
}
.single-portfolio-style6 .title-holder{
position: relative;
display: block;
padding-top: 17px;
}
.single-portfolio-style6 .title-holder h3{
font-size: 20px;
line-height: 24px;
font-weight: 600;
font-family: 'Poppins', sans-serif;
margin: 0 0 2px;
}
.single-portfolio-style6 .title-holder h3 a{
color: #1b1b1b;
}
.single-portfolio-style6 .title-holder span{} .portfolio-style7-area{
position: relative;
display: block; 
padding: 60px 0 0px;
}
.portfolio-style7-area .container-fluid {
padding-right: 0px;
padding-left: 0px;
}
.portfolio-style7-area .row {
margin-left: 0px;
margin-right: 0px;
}
.portfolio-style7-area .row [class*=col-] {
padding-left: 0px;
padding-right: 0px;
}
.single-portfolio-style7 {
position: relative;
display: block;
}
.single-portfolio-style7 .img-holder{
position: relative;
display: block;
overflow: hidden;
}
.single-portfolio-style7 .img-holder img{
width: 100%;
transform: scale(1.0);    
}
.single-portfolio-style7:hover .img-holder img {
transform: scale(1.2) rotate(1deg);
}
.single-portfolio-style7 .img-holder .title {
position: absolute;
left: 100px;
bottom: 100px;
background: #ffffff;
padding: 22px 30px;
opacity: 0;
transform-style: preserve-3d;
transform: perspective(1200px) rotateX(90deg) translateZ(-55px);
transition: all 300ms ease 100ms;
}
.single-portfolio-style7:hover .img-holder .title{
opacity: 1;
transform: perspective(370px) rotateX(0deg) translateZ(0px);
transition: all 900ms ease 800ms;        
}
.single-portfolio-style7 .img-holder .title a{
color: #1b1b1b;
font-size: 18px;
line-height: 24px;
font-weight: 600;
font-family: 'Poppins', sans-serif;
} .portfolio-style8-area{
position: relative;
display: block;
background: #ebebeb;
margin-top: -139px;
padding-bottom: 130px;
}
.single-portfolio-style8{
position: relative;
display: block;
padding: 30px 30px;
}
.single-portfolio-style8 .count{
position: absolute;
top: -2px;
right: 30px;
color: #1b1b1b;
font-size: 18px;
line-height: 18px;
font-weight: 600;
font-family: 'Poppins', sans-serif;
}
.single-portfolio-style8 .name {
position: absolute;
left: -75px;
bottom: 101px;
padding-left: 60px;
color: #1b1b1b;
font-size: 16px;
line-height: 16px;
font-weight: 600;
font-family: 'Poppins', sans-serif;
transform: rotate(90deg);
}
.single-portfolio-style8 .name:before {
position: absolute;
top: 0;
left: 0;
bottom: 0;
width: 50px;
height: 1px;
background: #cacaca;
content: "";
margin: 7px 0;
}
.single-portfolio-style8 .img-holder{
position: relative;
display: block;
overflow: hidden;
}
.single-portfolio-style8 .img-holder img{
width: 100%;
transform: scale(1.01);
-webkit-transition-delay: .3s;
transition-delay: .3s;
-webkit-transition-timing-function: ease-in-out;
transition-timing-function: ease-in-out;
-webkit-transition-duration: .6s;
transition-duration: .6s;
-webkit-transition-property: all;
transition-property: all;    
}
.single-portfolio-style8:hover .img-holder img{
transform:scale(1.2) rotate(0deg);	    
}
.single-portfolio-style8 .img-holder .overlay{
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.single-portfolio-style8 .img-holder .overlay .inner{
display: table;
width: 100%;
height: 100%;
}
.single-portfolio-style8 .img-holder .overlay .inner .big-title {
display: table-cell;
vertical-align: middle;
text-align: center;
color: #ffffff;
font-size: 90px;
line-height: 80px;
font-weight: 700;
text-transform: uppercase;
font-family: 'Poppins', sans-serif;
transform: translate(0px, 30px);
transition: all 700ms ease 100ms;
}
.single-portfolio-style8:hover .img-holder .overlay .inner .big-title{
transform: translate(0px, 0px);
transition: all 700ms ease 500ms;    
}
.portfolio-style8-carousel.owl-carousel {
position: relative;
display: block;
max-width: 830px;
width: 100%;
margin: 0 auto;
}
.portfolio-style8-carousel.owl-carousel .owl-stage-outer{
overflow: visible;
padding: 0px 0px 0px;
}
.portfolio-style8-carousel.owl-carousel .owl-stage-outer .owl-item.active .single-portfolio-style8 .img-holder img{
transform:scale(1.2) rotate(0deg);	 
}
.portfolio-style8-carousel.owl-carousel .owl-stage-outer .owl-item.active .single-portfolio-style8 .img-holder .overlay .inner .big-title{
transform: translate(0px, 0px);
transition: all 700ms ease 500ms;   
}
.portfolio-style8-carousel.owl-carousel .owl-nav {
position: absolute;
top: 50%;
left: -205px;
right: -205px; text-align: center;
margin-top: -35px;
}
.portfolio-style8-carousel.owl-carousel.style1 .owl-nav [class*="owl-"] {
width: 70px;
height: 70px;
border: 0px solid;
color: #808080;
font-size: 25px;
line-height: 70px;
margin: 0;
padding: 0;
}
.portfolio-style8-carousel.owl-carousel .owl-nav .owl-prev {
position: absolute;
left: 0px;
}
.portfolio-style8-carousel.owl-carousel .owl-nav .owl-next{
position: absolute;
right: 0px;    
}
.portfolio-style8-carousel.owl-carousel.style1 .owl-nav [class*="owl-"]:hover{
color: #ffffff;
background: #1723d9;
}
.explore-box{
position: relative;
display: block;
}
.explore-box a{
position: relative;
display: block;
width: 70px;
height: 70px;
margin: 0 auto;
border: 2px solid #1723d9;
border-radius: 50%;
color: #1723d9;
font-size: 12px;
line-height: 66px;
font-weight: 600;
text-transform: capitalize;
font-family: 'Poppins', sans-serif;
} .portfolio-style9-area {
position: relative;
display: block;
background-attachment: fixed;
background-size: cover;
background-position: center top;
background-repeat: no-repeat;
margin-top: -100px;
padding: 100px 0 0px;
z-index: 1;
}
.portfolio-style9-content{
position: relative;
display: block;
padding: 130px 0;
}
.single-portfolio-style9{
position: relative;
display: block;
}
.single-portfolio-style9 .name {
position: absolute;
left: -79px;
top: 100%;
margin-top: -289px;
padding-left: 60px;
color: #ffffff;
font-size: 20px;
line-height: 20px;
font-weight: 600;
font-family: 'Poppins', sans-serif;
transform: rotate(90deg);
}
.single-portfolio-style9 .static-content {
position: relative;
display: block;
z-index: 1;
opacity: 1;
transform: translateY(0px); 
transition: all 0.5s ease-in-out 0.5s;    
}
.single-portfolio-style9:hover .static-content{
opacity: 0;
transform: translateY(50px);
transition: all 0.3s ease-in-out 0.4s;    
}
.single-portfolio-style9 .static-content .img-holder {
position: relative;
display: inline-block;
overflow: hidden;
}
.single-portfolio-style9 .static-content .img-holder img{
width: 100%;
}
.single-portfolio-style9 .static-content .img-holder .overlay{
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 2;
}
.single-portfolio-style9 .static-content .img-holder .overlay .big-title{
position: absolute;
left: 0;
bottom: 140px;
right: 0;
text-align: center;
color: #ffffff;
font-size: 90px;
line-height: 80px;
font-weight: 700;
text-transform: uppercase;
font-family: 'Poppins', sans-serif;
}
.single-portfolio-style9 .overlay-content{
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
z-index: 2;
opacity: 0;
transform: translateY(50px);
transition: all 0.3s ease-in-out 0.4s;
}
.single-portfolio-style9:hover .overlay-content{
opacity: 1;
transform: translateY(0px); 
transition: all 0.5s ease-in-out 0.5s;    
}
.single-portfolio-style9 .overlay-content .img-holder{
position: relative;
display: inline-block;
overflow: hidden;    
}
.single-portfolio-style9 .overlay-content .img-holder img {
width: 100%;
}
.single-portfolio-style9 .overlay-content .text-holder {
position: relative;
display: block;
max-width: 560px;
margin: -46px auto 0;
}
.single-portfolio-style9 .overlay-content .text-holder .big-title{
color: #1723d9;
font-size: 90px;
line-height: 80px;
font-weight: 700;
text-transform: uppercase;
font-family: 'Poppins', sans-serif;
text-shadow: -1px -1px 0 #ffffff, 1px -1px 0 #ffffff, -1px 1px 0 #ffffff, 1px 1px 0 #ffffff;
}
.single-portfolio-style9 .overlay-content .text-holder p{
color: #ffffff;
font-size: 16px;
line-height: 26px;
margin: 15px 0 33px;
}
.single-portfolio-style9 .overlay-content .text-holder a{
position: relative;
display: inline-block;
padding: 0 58px;
border: 2px solid #ffffff;
color: #ffffff;
font-size: 16px;
line-height: 56px;
font-weight: 600;
border-radius: 5px;
font-family: 'Poppins', sans-serif;
transition: all 200ms linear;
transition-delay: 0.1s;
}
.single-portfolio-style9 .overlay-content .text-holder a:hover{
color: #ffffff;
background: #1723d9;    
}
.portfolio-style9-carousel.owl-carousel .owl-stage-outer{
padding: 0px 0px 14px;
}
.portfolio-style9-carousel.owl-carousel .owl-nav {
position: absolute;
top: 50%;
left: -205px;
right: -205px; text-align: center;
margin-top: -35px;
}
.portfolio-style9-carousel.owl-carousel.style1 .owl-nav [class*="owl-"] {
width: 70px;
height: 70px;
border: 0px solid;
color: #ffffff;
font-size: 25px;
line-height: 70px;
margin: 0;
padding: 0;
background: rgba(255, 255, 255, 0.05);
}
.portfolio-style9-carousel.owl-carousel .owl-nav .owl-prev {
position: absolute;
left: 0px;
}
.portfolio-style9-carousel.owl-carousel .owl-nav .owl-next{
position: absolute;
right: 0px;    
}
.portfolio-style9-carousel.owl-carousel.style1 .owl-nav [class*="owl-"]:hover{
color: #fddb4e;
background: #1723d9;
}
.portfolio-style9-carousel .owl-dots {
position: absolute;
right: -65px;
top: -8px;
height: 0px;
width: 60px;
z-index: 9999;
counter-reset: slides-num;
background-color: transparent;
font-family: 'Muli', sans-serif;
margin: 0 !important;
}
.portfolio-style9-carousel .owl-dot {
display: block !important;
counter-increment: slides-num;
}
.portfolio-style9-carousel .owl-dots::after {
position: absolute;
left: -35px;
bottom: -40px;
content: counter(slides-num);
display: inline-block;
font-size: 18px;
line-height: 18px;
font-weight: 700;
color: #fff;
transform: translate(-50%, -50%);
font-family: 'Muli', sans-serif;
}
.portfolio-style9-carousel .owl-dot.active::before {
position: absolute;
left: -70px;
bottom: -50px;
content: counter(slides-num) " /";
font-size: 30px;
line-height: 30px;
font-weight: 700;
color: #fff;
text-align: center;
transform: translate(-50%, -50%);
}
.portfolio-style9-carousel.owl-theme .owl-dots .owl-dot span { width: 8px;
height: 8px;
margin: 20px 0px;
background: rgba(255, 255, 255, 0.50);
-webkit-backface-visibility: visible;
transition: opacity 200ms ease;
border-radius: 30px;
display: none;
}
.portfolio-style9-carousel.owl-theme .owl-dots .owl-dot.active span, 
.portfolio-style9-carousel.owl-theme .owl-dots .owl-dot:hover span {
background: rgba(255, 255, 255, 0.99);
} .portfolio-single-style1-area{
position: relative;
display: block;
padding: 130px 0 130px;
}
.portfolio-info-content {
position: relative;
display: block;
margin-top: -8px;
}
.portfolio-info-content h1{
color: #1b1b1b;
font-size: 36px;
line-height: 50px;
font-weight: 700;
font-family: 'Poppins', sans-serif;
}
.portfolio-info-content .text{
position: relative;
display: block;
padding-top: 39px;
padding-bottom: 23px;
}
.portfolio-info-content .text p{
}
.portfolio-info-content .project-info{
position: relative;
display: block;
}
.portfolio-info-content .project-info ul{
position: relative;
display: block;
}
.portfolio-info-content .project-info ul li{
position: relative;
display: block;
padding-bottom: 13px;
border-bottom: 1px solid #ededed;
margin-bottom: 15px;
}
.portfolio-info-content .project-info ul li:last-child{
padding-bottom: 0;
border-bottom: none;
margin-bottom: 0;
}
.portfolio-info-content .project-info ul li h5{
color: #1b1b1b;
font-size: 16px;
line-height: 22px;
font-weight: 600;
margin: 0 0 1px;
font-family: 'Poppins', sans-serif;
}
.portfolio-info-content .project-info ul li span{}
.portfolio-info-content .project-info .bottom-box {
position: relative;
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: center;
margin-top: 56px;
}
.portfolio-info-content .project-info .bottom-box .button{}
.portfolio-info-content .project-info .bottom-box .button a{
position: relative;
display: inline-block;
padding: 0 40px;
background: #1723d9;
color: #ffffff;
font-size: 16px;
line-height: 50px;
font-weight: 600;
font-family: 'Poppins', sans-serif;
border-radius: 5px;
transition: all 200ms linear;
transition-delay: 0.1s;
}
.portfolio-info-content .project-info .bottom-box .button a:hover{
background: #3a45ed;    
}
.portfolio-info-content .project-info .bottom-box .share{}
.portfolio-info-content .project-info .bottom-box .share a span:before{
position: relative;
display: block;
width: 50px;
height: 50px;
background: #ffffff;
text-align: center;
color: #2f2f2f;
font-size: 20px;
line-height: 50px;
-webkit-box-shadow: 0px 0px 6px 2px rgba(243,243,243,0.77); 
box-shadow: 0px 0px 6px 2px rgba(243,243,243,0.77);
transition: all 200ms linear;
transition-delay: 0.1s;
}
.portfolio-info-content .project-info .bottom-box .share a:hover span:before{
color: #ffffff;
background: #1723d9;
}
.project-info-image-box{
position: relative;
display: block;
max-width: 520px;
width: 100%;
float: right;
}
.project-info-image-box .single-box{
position: relative;
display: block;
}
.project-info-image-box .single-box.marbtm30{
margin-bottom: 30px;
}
.project-info-image-box .single-box .img-holder{
position: relative;
display: block;
overflow: hidden;
}
.project-info-image-box .single-box .img-holder img{
width: 100%;
transform: scale(1.0);
}
.project-info-image-box .single-box:hover .img-holder img{
transform: scale(1.2) rotate(2deg);	    
} .related-project-area{
position: relative;
display: block;
padding-bottom: 100px;
}
.related-project-area .title{
position: relative;
display: block;
margin-top: -5px;
padding-bottom: 32px;
}
.related-project-area .title h3{
color: #1b1b1b;
font-size: 24px;
line-height: 32px;
font-weight: 600;
font-family: 'Poppins', sans-serif;
} .project-pagination-area{
position: relative;
display: block;
background: #1723d9;
}
.project-pagination {
position: relative;
display: flex;
flex-direction: row;
align-items: center;
flex-wrap: wrap;
justify-content: space-between;
}
.pagination-single {
position: relative;
display: block;
max-width: 390px;
width: 100%;
padding: 28px 0 29px;
}
.pagination-single.middle{
border-left: 1px solid rgba(255, 255, 255, 0.20);
border-right: 1px solid rgba(255, 255, 255, 0.20);
}
.project-pagination a{
position: relative;
display: inline-block;
color: #ffffff;
font-size: 18px;
line-height: 30px;
font-weight: 600;
font-family: 'Poppins', sans-serif;
transition: all 200ms linear;
transition-delay: 0.1s;
}
.project-pagination a span:before {
position: relative;
top: 2px;
display: inline-block;
font-size: 25px;
line-height: 30px;
}
.project-pagination a:hover{
color: #0a0a0a;
} .portfolio-single-style2-area{
position: relative;
display: block;
padding: 0px 0 0px;
}
.main-header.style5withstyle7.shadownone{
box-shadow: none;
}
.portfolio-single-style2-area .auto-container{
position: relative;
display: block;
background: transparent;
max-width: 1800px;
padding: 0 20px;
margin: 0 auto;    
}
.portfolio-info-content.style2 {
max-width: 545px;
padding-top: 60px;
}
.project-info-image-box-style2 {
position: relative;
display: block;
margin-left: 48px;
}
.project-info-image-box-style2 img {
max-width: none;
float: left;
}
.portfolio-info-content .project-info .bottom-box .sociallinks{
position: relative;
display: block;
overflow: hidden;
}
.portfolio-info-content .project-info .bottom-box .sociallinks li {
position: relative;
display: inline-block;
float: left;
padding: 0;
margin: 0;
border: none;
margin-right: 10px;
}
.portfolio-info-content .project-info .bottom-box .sociallinks li:last-child {
margin-right: 0px;
}
.portfolio-info-content .project-info .bottom-box .sociallinks li a i{
position: relative;
display: block;
width: 50px;
height: 50px;
border: 1px solid #e7e7e7;
text-align: center;
color: #9c9c9c;
font-size: 14px;
line-height: 48px;
transition: all 200ms linear;
transition-delay: 0.1s;
}
.portfolio-info-content .project-info .bottom-box .sociallinks li a:hover i{
color: #ffffff;
background: #1723d9;
border-color: #1723d9;
} #blog-classic-area {
padding: 130px 0;
}
#blog-classic-area .post-pagination {
border-top: 1px solid #ededed;
padding-top: 50px;
} #blog-creative-area{
position: relative;
display: block;
padding-bottom: 0px;
background: #EBEBEB;
z-index: 2;
}
#blog-header {
background: transparent;
box-shadow: none;
}
#blog-creative-area .outer-box{
position: relative;
background: transparent;
top: -88px;
}
.single-blog-post-style2.blog-creative-view {
position: relative;
display: block;
margin-right: 30px;
margin-bottom: 80px;
}
.single-blog-post-style2.blog-creative-view .img-holder {
border-radius: 0;
}
.single-blog-post-style2.blog-creative-view .img-holder:before {
position: absolute;
left: 0;
bottom: 0;
right: 0;
height: 3px;
background: #1723d9;
content: "";
opacity: 0;
transform: scaleX(0.1);
transition: all 700ms linear;
transition-delay: 0.1s;
z-index: 5;
}
.single-blog-post-style2.blog-creative-view:hover .img-holder:before{
opacity: 1;
transform: scaleX(1.0);    
}
.single-blog-post-style2.blog-creative-view .img-holder .overlay-style-one .box .inner a {
position: relative;
display: inline-block;
color: #ffffff;
font-size: 16px;
line-height: 20px;
font-weight: 600;
opacity: 0;
transform: translateY(-50px);
transition: all 0.1s ease-in-out 0.9s;
font-family: 'Poppins', sans-serif;
}
.single-blog-post-style2.blog-creative-view:hover .img-holder .overlay-style-one .box .inner a{
opacity: 1;
transform: translateY(0px); 
transition: all 0.5s ease-in-out 0.5s;
}
.single-blog-post-style2.blog-creative-view .img-holder .overlay-style-one .box .inner a:hover{
color: #1723d9;    
}
.single-blog-post-style2.blog-creative-view .text-holder .date-box h3 {
color: #1723d9;
}
.single-blog-post-style2.blog-creative-view .text-holder .blog-title a:hover{
color: #1723d9;
}
.single-blog-post-style2.blog-creative-view .text-holder {
background: #ffffff;
padding: 25px 30px 20px;
border-radius: 0;
transition: all 200ms linear;
transition-delay: 0.3s;
transform: translateY(0px);
-webkit-box-shadow: 0px 5px 9px 2px #DADADA; 
box-shadow: 0px 5px 9px 2px #DADADA;
}
.single-blog-post-style2.blog-creative-view:hover .text-holder{
transform: translateY(10px);    
} #blog-list-area {
position: relative;
display: block;
padding: 130px 0;
}
.breadcrumb-style5-area .inner-content h3{
color: #7e7e7e;
font-size: 18px;
line-height: 26px;
font-weight: 700;
margin: 15px 0 0;
font-family: 'Muli', sans-serif;
}
#blog-list-area .blog-post {
position: relative;
display: block;
z-index: 1;
}
.single-blog-post-style5{
position: relative;
display: block;
margin-bottom: 60px;
}
.single-blog-post-style5 .img-holder{
position: relative;
display: block;
overflow: hidden;    
}
.single-blog-post-style5 .img-holder img{
width: 100%;
transform: scale(1.0);
}
.single-blog-post-style5:hover .img-holder img {
filter: blur(5px);
-webkit-filter: blur(5px);
transition: all 700ms linear;
transition-delay: 0.1s;
}
.single-blog-post-style5 .text-holder{
position: relative;
display: block;
padding: 46px 50px 70px;
background: #ffffff;
-webkit-box-shadow: 0px 4px 9px 2px #dedddd; 
box-shadow: 0px 4px 9px 2px #dedddd;
}
.single-blog-post-style5 .text-holder .categories{
position: relative;
display: block;
padding-bottom: 12px;
}
.single-blog-post-style5 .text-holder .categories h6{
color: #1723d9;
font-size: 13px;
line-height: 18px;
font-weight: 700;
text-transform: uppercase;
font-family: 'Poppins', sans-serif;
}
.single-blog-post-style5 .text-holder .blog-title {
font-size: 30px;
line-height: 44px;
font-weight: 600;
margin: 0 0 18px;
}
.single-blog-post-style5 .text-holder .blog-title a{
color: #1b1b1b; 
transition: all 200ms linear;
transition-delay: 0.1s;
}
.single-blog-post-style5 .text-holder .blog-title a:hover{
color: #1723d9;
}
.single-blog-post-style5 .text-holder .meta-box{
position: relative;
display: block;
overflow: hidden;
}
.single-blog-post-style5 .text-holder .meta-box .author-info{
position: relative;
display: inline-block;
float: left;
}
.single-blog-post-style5 .text-holder .meta-box .author-info .img-box{
width: 30px;    
}
.single-blog-post-style5 .text-holder .meta-box .author-info .img-box,
.single-blog-post-style5 .text-holder .meta-box .author-info .title-box{
display: table-cell;
vertical-align: middle;    
}
.single-blog-post-style5 .text-holder .meta-box .author-info .img-box img{
border-radius: 50%;
}
.single-blog-post-style5 .text-holder .meta-box .author-info .title-box{
position: relative;
padding-left: 10px;    
}
.single-blog-post-style5 .text-holder .meta-box .author-info .title-box h6{
color: #7e7e7e;
font-size: 14px;
line-height: 20px;
font-weight: 400;
font-family: 'Muli', sans-serif;
}
.single-blog-post-style5 .text-holder .meta-box .meta-info {
position: relative;
display: inline-block;
float: left;
border-left: 1px solid #e1e1e1;
padding-left: 20px;
margin-left: 20px;
}
.single-blog-post-style5 .text-holder .meta-box .meta-info li{
position: relative;
display: inline-block;
float: left;
padding-right: 21px;
margin-right: 20px;
line-height: 30px;
}
.single-blog-post-style5 .text-holder .meta-box .meta-info li:before{
position: absolute;
top: 0;
right: 0;
bottom: 0;
width: 1px;
background: #e1e1e1;
content: "";
z-index: 1;
}
.single-blog-post-style5 .text-holder .meta-box .meta-info li:last-child:before{
display: none;
}
.single-blog-post-style5 .text-holder .meta-box .meta-info li:last-child{
padding: 0;
margin: 0;
}
.single-blog-post-style5 .text-holder .meta-box .meta-info li a{
color: #7e7e7e;
font-size: 16px;
line-height: 20px;
transition: all 200ms linear;
transition-delay: 0.1s;
}
.single-blog-post-style5 .text-holder .meta-box .meta-info li a:hover{
color: #1723d9;
}
.single-blog-post-style5 .text-holder .meta-box .meta-info li a span:before{
position: relative;
top: 2px;
display: inline-block;
padding-right: 8px;
color: #a6a6a6;
font-size: 16px;
}
.single-blog-post-style5 .text-holder .text {
position: relative;
display: block;
padding-top: 32px;
border-top: 1px solid #eeeeee;
padding-bottom: 17px;
margin-top: 30px;
}
.single-blog-post-style5 .text-holder .bottom {
position: relative;
display: flex;
align-items: center;
justify-content: space-between;
flex-wrap: wrap;
}
.single-blog-post-style5 .text-holder .bottom .reamore{
position: relative;
display: block;
}
.single-blog-post-style5 .text-holder .bottom .reamore a{
position: relative;
display: inline-block;
padding: 0 50px;
background: #1723d9;
color: #ffffff;
font-size: 16px;
line-height: 50px;
font-weight: 600;
text-transform: capitalize;
border-radius: 5px;
font-family: 'Poppins', sans-serif;
transition: all 200ms linear;
transition-delay: 0.1s;
}
.single-blog-post-style5 .text-holder .bottom .reamore a:hover{
background: #141eb4;
}
.single-blog-post-style5 .text-holder .bottom .post-share {
position: relative;
display: block;
overflow: hidden;
}
.single-blog-post-style5 .text-holder .bottom .post-share p{
position: relative;
display: inline-block;
float: left;
color: #1b1b1b;
font-size: 16px;
line-height: 45px;
font-weight: 600;
margin: 0;
font-family: 'Poppins', sans-serif;
}
.single-blog-post-style5 .text-holder .bottom .post-share p a span:before{
position: relative;
display: inline-block;
margin-left: 12px;
width: 50px;
height: 50px;
border: 1px solid #ededed;
border-radius: 50%;
text-align: center;
color: #7e7e7e;
font-size: 18px;
line-height: 48px;
transition: all 200ms linear;
transition-delay: 0.1s;
}
.single-blog-post-style5 .text-holder .bottom .post-share p a:hover span:before{
color: #ffffff;
border-color: #1723d9;
background: #1723d9;
}
.blog-sidebar-wrapper {
position: relative;
display: block;
max-width: 370px;
z-index: 2;
}
.blog-sidebar-wrapper .single-sidebar {
position: relative;
display: block;
padding: 43px 40px 50px;
background: #ffffff;
margin-bottom: 60px;
box-shadow: 0 0 10px rgba(0,0,0,0.15);
border:1px solid rgba(0,0,0,0.18);
}
.single-sidebar.margintop-minus40{
margin-top: -40px;
}
.single-sidebar.margintop-minus30{
margin-top: -30px;
}
.single-sidebar .title {
padding-bottom: 27px;
}
.single-sidebar .title h3 {
color: #1b1b1b;
font-size: 20px;
line-height: 30px;
font-weight: 600;
font-family: 'Poppins', sans-serif;
}
.single-sidebar .search-form {
position: relative;
display: block;
max-width: 100%;
}
.single-sidebar .search-form input[type="text"] {
position: relative;
display: block;
background: #ffffff;
border: 1px solid #ededed;
color: #7e7e7e;
font-size: 16px;
font-weight: 400;
height: 55px;
width: 100%;
padding-left: 20px;
padding-right: 70px;
border-radius: 0px;
transition: all 500ms ease 0s;
-webkit-box-shadow: inset 0px 4px 8px 0px #F7F7F7; 
box-shadow: inset 0px 4px 8px 0px #F7F7F7;
}
.single-sidebar .search-form button {
position: absolute;
top: 0;
right: 0;
bottom: 0;
display: block;
background: transparent;
color: #131313;
font-size: 14px;
height: 55px;
width: 55px;
border: 0px solid #e9212e;
line-height: 55px;
text-align: center;
border-radius: 0%;
margin: 0;
transition: all 200ms linear;
transition-delay: 0.1s;
transform: perspective(1200px) rotate(0deg) translateZ(0px);
}
.single-sidebar .search-form button i {
font-size: 14px
}
.single-sidebar .search-form input[type="text"]:focus {
border: 1px solid #e8e6e6;
background: #fff;
color: #000000;
}
.single-sidebar .search-form input[type="text"]:focus + button, 
.single-sidebar .search-form button:hover {
color: #ffffff;
background: #1723d9;
}
.single-sidebar .categories {
position: relative;
display: block;
}
.single-sidebar .categories li {
position: relative;
display: block;
margin-bottom: 20px;
}
.single-sidebar .categories li:last-child{
margin-bottom: 0;
}
.single-sidebar .categories li a {
position: relative;
display: block;
padding-left: 20px;
color: #7e7e7e;
font-size: 16px;
line-height: 53px;
font-weight: 700;
text-transform: capitalize;
border: 1px solid transparent;
font-family: 'Muli', sans-serif;
transition: all 700ms ease 100ms;
z-index: 1;
}
.single-sidebar .categories li:hover a{
color: #ffffff;
transition: all 700ms ease 600ms;
}
.single-sidebar .categories li a:before {
position: absolute;
top: -1px;
left: -1px;
bottom: -1px;
right: 14px;
content: "";
border: 1px solid #ededed;
transform: translateY(1.0);
transition: all 700ms ease 100ms;
}
.single-sidebar .categories li:hover a:before{
right: 0;
border-color: #1723d9;
transform: translateY(1.0);
transition: all 300ms linear;
transition-delay: 0.2s;
} 
.single-sidebar .categories li a:after {
position: absolute;
top: -1px;
left: -1px;
bottom: -1px;
right: -1px;
content: "";
background: #1723d9;
opacity: 0;
transform: scaleX(0.5);
transition: all 700ms ease 100ms;
z-index: -1;
}
.single-sidebar .categories li:hover a:after{
opacity: 1;
transform: scaleX(1.0);
transition: all 500ms linear;
transition-delay: 0.1s;
}
.single-sidebar .categories li a span {
position: absolute;
top: 0;
right: 0px;
bottom: 0;
width: 28px;
height: 28px;
border: 1px solid #ededed;
background: #ffffff;
border-radius: 50%;
color: #7e7e7e;
font-size: 14px;
line-height: 26px;
font-weight: 700;
text-align: center;
transition: all 700ms ease 100ms;
margin: 12px 0;
}
.single-sidebar .categories li:hover a span{
right: 20px;
color: #ffffff;
border-color: #ffffff;
background: #1723d9;
transition: all 700ms ease 600ms;
}
.single-sidebar .trending-post {
position: relative;
display: block;
overflow: hidden;
}
.single-sidebar .trending-post li {
position: relative;
display: block;
padding-left: 90px;
min-height: 90px;
border:0px;
border-bottom: 1px solid #ededed;
padding-bottom: 20px;
margin-bottom: 20px;
padding-right:0px;
overflow: hidden;
}
.single-sidebar .trending-post li:before{
display:none;	
}
.single-sidebar .trending-post li:hover{
color: inherit;
background: none;
border-color: inherit;	
}
.single-sidebar .trending-post li:last-child{
margin-bottom: 0;
padding-bottom: 0;
border-bottom: none;
}
.single-sidebar .trending-post li .img-holder {
position: absolute;
top: 0;
left: 0;
width: 90px;
height: 90px;
overflow: hidden;
}
.single-sidebar .trending-post li .img-holder img {  
width: 100%;
transform: scale(1.1, 1.1); 
transition: all 0.4s ease-in-out 0.5s;  
}
.single-sidebar .trending-post li:hover .img-holder img {
transition-delay: 0s;
transform: scale(1.2, 1.2);    
}
.single-sidebar .trending-post li .img-holder .overlay-style-one{
background: rgba(0, 0, 0, 0.70);
}
.single-sidebar .trending-post li .img-holder .view-button{
position: absolute;
top: 10px;
right: 10px;
z-index: 2;
}
.single-sidebar .trending-post li .img-holder .view-button a {
position: relative;
display: block;
width: 25px;
height: 25px;
background: #ffffff;
border-radius: 50%;
text-align: center;
color: #1723d9;
}
.single-sidebar .trending-post li .img-holder .view-button a span:before {
position: relative;
display: block;
font-size: 16px;
line-height: 25px;
}
.single-sidebar .trending-post li .img-holder .view-button p {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: #ffffff;
border-radius: 50%;
text-align: center;
color: #1b1b1b;
font-size: 14px;
line-height: 25px;
font-weight: 600;
font-family: 'Poppins', sans-serif;
margin: 0;
transform: scale(0);
transition: all 100ms linear;
transition-delay: 0.1s;
}
.single-sidebar .trending-post li:hover .img-holder .view-button p{
transform: scale(1.0); 
transition: all 300ms linear;
transition-delay: 0.2s;
}
.single-sidebar .trending-post li .img-holder .overlay-style-one .box .content a{
position: relative;
display: inline-block;
background: #ffffff;
width: 25px;
height: 25px;
transition: all 0.3s ease-in-out 0.3s;
z-index: 5;    
}
.single-sidebar .trending-post li .img-holder .overlay-style-one .box .content a span:before{
color: #1723d9;
font-size: 20px;
line-height: 20px;
transition: all 500ms ease;
}
.single-sidebar .trending-post li:hover .img-holder .overlay-style-one{
opacity: 1;
}
.single-sidebar .trending-post li .title-holder {
position: relative;
display: block;
padding-left: 20px;
min-height: 90px;
}
.single-sidebar .trending-post li .title-holder span {
color: #7e7e7e;
font-size: 12px;
font-weight: 700;
text-transform: uppercase;
}
.single-sidebar .trending-post li .title-holder .post-title {
position: relative;
display: block;
font-size: 16px;
line-height: 24px;
font-weight: 600;
margin-top: 6px;
transition: all 500ms ease;
font-family: 'Poppins', sans-serif;
}
.single-sidebar .trending-post li .title-holder .post-title a{
color: #1b1b1b;
transition: all 500ms ease;
line-height:24px;
}
.single-sidebar .trending-post li .title-holder .post-title a:hover{
color: #1723d9;
}
.blog-sidebar-wrapper .single-sidebar.pdbottom40{
padding-bottom: 40px;
}
.single-sidebar .popular-tag {
position: relative;
display: block;
overflow: hidden;
margin-left: -5px;
margin-right: -5px;
}
.single-sidebar .popular-tag li {
position: relative;
display: inline-block;
float: left;
margin: 0 5px 10px;
}
.single-sidebar .popular-tag li a {
position: relative;
display: block;
background: #ffffff;
border: 1px solid #ededed;
border-radius: 5px;
padding: 4px 18px 5px;
color: #7e7e7e;
font-size: 14px;
font-weight: 400;
transition: all 500ms linear;
transition-delay: 0.1s;
}
.single-sidebar .popular-tag li a:hover{
color: #ffffff;
border-color: #1723d9;
background: #1723d9;
-webkit-box-shadow: 0px 4px 8px 0px rgba(23,35,217,0.5); 
box-shadow: 0px 4px 8px 0px rgba(23,35,217,0.5);
}
.single-sidebar .instagram {
position: relative;
display: block;
overflow: hidden;
margin-left: -5px;
margin-right: -5px;
}
.single-sidebar .instagram li {
position: relative;
display: inline-block;
float: left;
width: 140px;
margin: 0 4px 10px;
transition: all 0.5s ease 0s;
}
.single-sidebar .instagram li .img-holder {
position: relative;
display: block;
overflow: hidden;
transition: all 0.5s ease 0s;
z-index: 5;
}
.single-sidebar .instagram li .img-holder img {
transform: scale(1.1, 1.1);
transition: all 0.5s ease 0s;
width: 100%;
}
.single-sidebar .instagram li:hover .img-holder img {
transform: scale(1, 1);
}
.single-sidebar .instagram li .img-holder .overlay-style-one{
background: rgba(0, 0, 0, 0.80);    
}
.single-sidebar .instagram li:hover .img-holder .overlay-style-one {
filter: alpha(opacity=100);
opacity: 1;
transition-delay: 0s;
}
.single-sidebar .instagram li .img-holder .overlay-style-one .box .inner a {
position: relative;
display: inline-block;
float: none;
margin: 0 6px;
color: #ffffff;
font-size: 14px;
line-height: 26px;
font-weight: 600;
font-family: 'Poppins', sans-serif;
opacity: 0;
transform: scale(3);
transition: all 0.3s ease-in-out 0.3s;
z-index: 5;
}
.single-sidebar .instagram li:hover .img-holder .overlay-style-one .box .inner a{
filter: alpha(opacity=100);
opacity: 1;
transform: scale(1);
transition-delay: 0.1s;    
}
.single-sidebar .instagram li .img-holder .overlay-style-one .box .inner a span:before{
display: inline-block;
padding-right: 5px;
font-size: 12px;
filter: alpha(opacity=0);
}
.single-sidebar .instagram li .img-holder .overlay-style-one .box .inner a:hover{
color: #1723d9;    
}
.follow-us-instagram {
position: relative;
display: block;
padding-top: 9px;
}
.follow-us-instagram a{
position: relative;
display: inline-block;
color: #1b1b1b;
font-size: 16px;
line-height: 30px;
font-weight: 700;
}
.follow-us-instagram a i{
position: relative;
display: inline-block;
top: 1px;
color: #1723d9;
font-size: 20px;
padding-right: 9px;
transition: all 200ms linear;
transition-delay: 0.1s;
}
.follow-us-instagram a:hover{
color: #1723d9;    
}
.newsletter-form {
position: relative;
display: block;
width: 100%;
}
.newsletter-form input[type="email"]{
position: relative;
display: block;
background: #ffffff;
border: 1px solid #ededed;
color: #7e7e7e;
font-size: 16px;
font-weight: 400;
margin-bottom: 20px;
padding: 0 19px;
height: 55px;
width: 100%;
border-radius: 5px;
transition: all 500ms ease;
}
.newsletter-form input[type="email"]:focus{
border-color: #1723d9;
}
.newsletter-form button {
position: relative;
display: block;
width: 100%;
background: #1723d9;
color: #ffffff;
font-size: 16px;
line-height: 55px;
font-weight: 600;
text-transform: capitalize;
border-radius: 5px;
font-family: 'Poppins', sans-serif;
transition: all 200ms linear;
transition-delay: 0.1s;
}
.newsletter-form button:hover{
background: #333ff0;
-webkit-box-shadow: 0px 4px 8px 0px rgba(23,35,217,0.5); 
box-shadow: 0px 4px 8px 0px rgba(23,35,217,0.5);
} .breadcrumb-style4-area.blog-modern-page{}
.breadcrumb-style4-area.blog-modern-page:before {
display: none;
}
.breadcrumb-style4-area.blog-modern-page .inner-content {
position: relative;
display: block;
padding: 362px 0 142px;
z-index: 2;
}
.breadcrumb-style4-area.blog-modern-page .inner-content .big-title {
margin: 0 0 2px;
font-size: 72px;
line-height: 92px;
}
.breadcrumb-style4-area.blog-modern-page .inner-content span {
display: block;
font-weight: 400;
line-height: 28px;
}
.breadcrumb-style4-area.blog-modern-page .inner-content .mobile{
position: absolute;
top: 40px;
right: 0;
z-index: -1;
} #blog-modern-area {
position: relative;
display: block;
background: #1723d9;
padding: 0 0 130px;
}
#blog-modern-area .outer-container{
position: relative;
display: block;
background: transparent;
max-width: 1800px;
margin: 0 auto;    
}
#blog-modern-area .row {
margin-left: -10px;
margin-right: -10px;
}
#blog-modern-area .row [class*=col-] {
padding-left: 0px;
padding-right: 0px;
}
.single-blog-post-style6{
position: relative;
display: block;
}
.single-blog-post-style6 .img-holder{
position: relative;
display: block;
overflow: hidden; 
z-index: 1;
}
.single-blog-post-style6 .img-holder:before{
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
content: "";
z-index: 1;
background: rgb(19,19,19);
background: linear-gradient(0deg, rgba(19,19,19,0.5634628851540616) 0%, rgba(19,19,19,1) 0%, rgba(19,19,19,1) 0%, rgba(19,19,19,1) 3%, rgba(19,19,19,1) 3%, rgba(19,19,19,0) 45%);
}
.single-blog-post-style6 .img-holder img{
width: 100%;
transform: scale(1.0);
}
.single-blog-post-style6:hover .img-holder img {
filter: blur(3px);
-webkit-filter: blur(3px);
transition: all 700ms linear;
transition-delay: 0.1s;
}
.single-blog-post-style6 .img-holder .title{
position: absolute;
left: 40px;
bottom: 35px;
right: 40px;
z-index: 2;
}
.single-blog-post-style6 .img-holder .title .categories{
position: relative;
display: block;
padding-bottom: 16px;
}
.single-blog-post-style6 .img-holder .title .categories h4{
position: relative;
display: inline-block;
color: #ffffff;
font-size: 16px;
line-height: 20px;
font-weight: 600;
border-bottom: 2px solid #c72a30;
font-family: 'Poppins', sans-serif;
}
.single-blog-post-style6 .img-holder .title h3{
font-size: 20px;
line-height: 26px;
font-weight: 600;
font-family: 'Poppins', sans-serif;
}
.single-blog-post-style6 .img-holder .title h3 a{
color: #ffffff;
transition: all 200ms linear;
transition-delay: 0.1s;
}
.single-blog-post-style6 .img-holder .title h3 a:hover{
color: #1723d9;
}
#blog-modern-area .button{
position: relative;
display: block;
padding-top: 70px;
}
#blog-modern-area .button a{
position: relative;
display: inline-block;
background: #ffffff;
padding: 0 50px;
color: #1b1b1b;
font-size: 16px;
line-height: 50px;
font-weight: 600;
border-radius: 5px;
font-family: 'Poppins', sans-serif;
transition: all 200ms linear;
transition-delay: 0.1s;
}
#blog-modern-area .button a:hover{
color: #ffffff;
background: #212de4;
} .breadcrumb-blog-single-area {
position: relative;
display: block;
padding-bottom: 90px;
z-index: 1;
}
.breadcrumb-blog-single-area .outer-container{
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;    
}
.breadcrumb-blog-single-area .layer-image {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: url(//www.mywebsitefreelancer.com/wp-content/themes/jixic/assets/images/breadcrumb/breadcrumb-blog-single-bg.png);
background-repeat: no-repeat;
background-position: top center;
background-size: cover;
z-index: -1;
}
.breadcrumb-blog-single{
position: relative;
display: block;
}
.breadcrumb-blog-single .inner-box {
position: relative;
display: block;
padding-top: 211px;
padding-bottom: 100px;
}
.breadcrumb-blog-single .inner-box .meta-box{
position: relative;
display: block;  
padding-bottom: 14px;
}
.breadcrumb-blog-single .inner-box .meta-box li{
position: relative;
display: inline-block;
margin: 0 8px;
}
.breadcrumb-blog-single .inner-box .meta-box li:before {
position: absolute;
top: 7px;
right: -10px;
bottom: 0;
width: 1px;
height: 10px;
background: #ffffff;
content: "";
}
.breadcrumb-blog-single .inner-box .meta-box li:last-child:before{
display: none;
}
.breadcrumb-blog-single .inner-box .meta-box li a{
position: relative;
display: block;
color: #ffffff;
font-size: 13px;
font-weight: 700;
text-transform: uppercase;
font-family: 'Poppins', sans-serif;
}
.breadcrumb-blog-single .inner-box .blog-single-title{
color: #ffffff;
font-size: 50px;
line-height: 60px;
font-weight: 600;
font-family: 'Poppins', sans-serif;
}
.breadcrumb-blog-single .inner-box .post-author-info{
position: relative;
display: block; 
padding-top: 17px;
}
.breadcrumb-blog-single .inner-box .post-author-info .img-box{
position: relative;
display: block;
width: 70px;
height: 70px;
margin: 0 auto;
}
.breadcrumb-blog-single .inner-box .post-author-info .img-box img{
border-radius: 50%;
width: 100%;
}
.breadcrumb-blog-single .inner-box .post-author-info h5{
color: #ffffff;
font-size: 16px;
line-height: 24px;
font-weight: 600;
margin: 11px 0 0;
font-family: 'Poppins', sans-serif;
}
.blog-prev-next-option {
position: relative;
display: block;
overflow: hidden;
max-width: 150px;
width: 100%;
}
.blog-prev-next-option .single {
position: relative;
display: inline-block;
} 
.blog-prev-next-option .single .link{
position: relative;
display: block;
}
.blog-prev-next-option .single .link a{
color: #ffffff;
font-size: 16px;
font-weight: 600;
font-family: 'Poppins', sans-serif;
transition: all 200ms linear;
transition-delay: 0.1s;
}
.blog-prev-next-option .single .link a:hover{
color: #1723d9;
}
.blog-prev-next-option .single .link a i {
position: relative;
top: 1px;
font-size: 20px;
}
.blog-prev-next-option .single.prev .link a i {
padding-right: 9px;
}
.blog-prev-next-option .single.next .link a i {
padding-left: 9px;
} #blog-single-area {
position: relative;
display: block;
padding-top: 95px;
padding-bottom:130px;
}
#blog-single-area .blog-post {
position: relative;
display: block;
}
.single-blog-item {
position: relative;
display: block;
}
.single-blog-item .top-text-box{
position: relative;
display: block;
padding-left: 100px;
padding-bottom: 43px;
}
.single-blog-item .top-text-box h3{
color: #1b1b1b;
font-size: 20px;
line-height: 28px;
font-weight: 700;
margin: 0 0 25px;
font-family: 'Poppins', sans-serif;
}
.single-blog-item .top-text-box p{
margin: 0 0 20px;
}
.single-blog-item .image-box{
position: relative;
display: block;
overflow: hidden;
}
.single-blog-item .image-box img{
width: 100%;
}
.single-blog-item .bottom-text-box{
position: relative;
display: block;
padding-top: 63px;
padding-left: 100px;
}
.single-blog-item .bottom-text-box h2{
color: #1b1b1b;
font-size: 30px;
line-height: 40px;
font-weight: 600;
margin: 0 0 22px;
font-family: 'Poppins', sans-serif;
}
.single-blog-item .bottom-text-box ul{
position: relative;
display: block;
overflow: hidden;
padding-top: 7px;
margin-bottom: 70px;
}
.single-blog-item .bottom-text-box ul li{
position: relative;
display: block;
margin-bottom: 20px;
}
.single-blog-item .bottom-text-box ul li:last-child{
margin-bottom: 0;
}
.single-blog-item .bottom-text-box ul li .count{
width: 45px;
color: #1b1b1b;
font-size: 24px;
line-height: 32px;
font-weight: 500;
font-family: 'Poppins', sans-serif;
}
.single-blog-item .bottom-text-box ul li .count,
.single-blog-item .bottom-text-box ul li .text{
display: table-cell;
vertical-align: middle;
}
.single-blog-item .bottom-text-box ul li .text{
position: relative;
border-left: 1px solid #e1e1e1;
padding-left: 25px;
}
.single-blog-item .bottom-text-box ul li .text p{
margin: 0;
}
.blog-single-quote-area{
position: relative;
display: block;
padding: 130px 0 120px;
background-attachment: fixed;
background-size: cover;
background-repeat: no-repeat;
background-position: center top;
z-index: 1;
}
.blog-single-quote-area::before {
position: absolute;
top: 0;
left: 0;
height: 100%;
width: 100%;
background: rgba(0, 0, 0, 0.90) none repeat scroll 0 0;
content: "";
z-index: -1;
}
.blog-single-quote-area .icon-holder{
position: relative;
display: block;
width: 90px;
height: 90px;
background: #1723d9;
border-radius: 50%;
margin: 0 auto;
}
.blog-single-quote-area .icon-holder span:before{
position: relative;
display: block;
color: #ffffff;
font-size: 40px;
line-height: 90px;
}
.blog-single-quote-area h2{
color: #ffffff;
font-size: 32px;
line-height: 46px;
font-weight: 500;
margin: 40px 0 0;
font-family: 'Poppins', sans-serif;
}
.single-blog-image-box{
position: relative;
display: block;
padding: 0 100px;
margin-top: 65px;
}
.single-blog-image-box h3{
color: #1b1b1b;
font-size: 24px;
line-height: 32px;
font-weight: 600;
margin: 0 0 24px;
font-family: 'Poppins', sans-serif;
}
.single-blog-image-box p{}
.single-blog-image-box ul{
position: relative;
margin-top: 43px;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-right: -5px;
margin-left: -5px;
}
.single-blog-image-box ul li{
position: relative;
width: 100%;
padding-right: 5px;
padding-left: 5px; 
-ms-flex: 0 0 20;
flex: 0 0 20%;
max-width: 20%;
margin-bottom: 10px;
}
.single-blog-image-box ul li .single-image-box{
position: relative;
display: block;
overflow: hidden;
border-radius: 7px;
}
.single-blog-image-box ul li .single-image-box img{
width: 100%;
transform: scale(1.0);
transition: all 300ms linear;
transition-delay: 0.1s;
}
.single-blog-image-box ul li:hover .single-image-box img{
filter: blur(3px);
-webkit-filter: blur(3px);
}
.blog-single-tag-box {
position: relative;
display: block;
overflow: hidden;
border-top: 1px solid #ededed;
margin-top: 70px;
padding-top: 30px;
}
.blog-single-tag-box span{
position: relative;
display: inline-block;
float: left;
color: #1b1b1b;
font-size: 14px;
line-height: 30px;
font-weight: 600;
text-transform: uppercase;
font-family: 'Poppins', sans-serif;
}
.blog-single-tag-box ul{
position: relative;
display: inline-block;
float: left;
padding-left: 10px;
}
.blog-single-tag-box ul li{
position: relative;
display: inline-block;
float: left;
line-height: 30px;
margin-right: 5px;
}
.blog-single-tag-box ul li:last-child{
margin-right: 0;
}
.blog-single-tag-box ul li a{
color: #7e7e7e;
font-size: 16px;
font-weight: 700;
}
#blog-single-area .inner-comment-box {
position: relative;
display: block;
overflow: hidden;
padding: 0;
margin-top: 70px;
}
.single-blog-title-box{
position: relative;
display: block;
padding-bottom: 28px;
margin-top: -7px;
}
.single-blog-title-box h2{
color: #1b1b1b;
font-size: 24px;
line-height: 32px;
font-weight: 600;
text-transform: capitalize;
font-family: 'Poppins', sans-serif;
}
#blog-single-area .inner-comment-box .single-comment-outer-box{
position: relative;
}
#blog-single-area .inner-comment-box .single-comment-outer-box .single-comment-box{
position: relative;
display: block;
border-bottom: 1px solid #ededed;
padding-bottom: 32px;
margin-bottom: 40px;
}
#blog-single-area .inner-comment-box .single-comment-outer-box.mar-left{
margin-left: 100px; 
}
#blog-single-area .inner-comment-box .single-comment-box {
position: relative;
display: block;
padding-left: 70px;
}
#blog-single-area .inner-comment-box .single-comment-box .img-box {
position: absolute;
top: 4px;
left: 0;
width: 70px;
height: 70px;
}
#blog-single-area .inner-comment-box .single-comment-box .img-box img{
width: 100%;
}
#blog-single-area .inner-comment-box .single-comment-box .text-box {
position: relative;
display: block;
padding-left: 130px;
}
#blog-single-area .inner-comment-box .single-comment-box .text-box:before{
position: absolute;
top: 39px;
left: 30px;
width: 70px;
height: 1px;
background: #1723d9;
content: "";
}
#blog-single-area .inner-comment-box .single-comment-box .text-box .top {
position: relative;
display: block;
overflow: hidden;
margin-bottom: 14px;
}
#blog-single-area .inner-comment-box .single-comment-box .text-box .top .name{
position: relative;
display: block;
}
#blog-single-area .inner-comment-box .single-comment-box .text-box .top .name h3{
color: #1b1b1b;
font-size: 16px;
line-height: 24px;
font-weight: 600;
margin: 0 0 0px;
font-family: 'Poppins', sans-serif;
}
#blog-single-area .inner-comment-box .single-comment-box .text-box .top .name h3 span {
color: #7e7e7e;
font-size: 14px;
font-weight: 400;
font-family: 'Nunito Sans', sans-serif;
}
#blog-single-area .inner-comment-box .single-comment-box .text-box .text{}
#blog-single-area .inner-comment-box .single-comment-box .text-box .text p{
margin: 0 0 16px;
}
#blog-single-area .inner-comment-box .single-comment-box .text-box .text a{
color: #1b1b1b;
font-size: 16px;
font-weight: 600;
font-family: 'Poppins', sans-serif;
transition: all 200ms linear;
transition-delay: 0.1s;
}
#blog-single-area .inner-comment-box .single-comment-box .text-box .text a:hover{
color: #1723d9;
}
.add-comment-box {
position: relative;
display: block;
overflow: hidden;
margin-top: 40px;
}
.add-comment-box .single-blog-title-box{
padding-bottom: 15px;    
}
.add-comment-box #add-comment-form {}
.add-comment-box #add-comment-form input[type="text"],
.add-comment-box #add-comment-form input[type="email"],
.add-comment-box #add-comment-form textarea{
position: relative;
display: block;
background: #ffffff;
border: 1px solid #ededed;
color: #7e7e7e;
font-size: 16px;
font-weight: 400;
width: 100%;  
height: 60px;
padding: 0 30px;
border-radius: 0px;
margin-bottom: 30px;
transition: all 500ms ease;
}
.add-comment-box #add-comment-form textarea {
height: 240px;
padding: 13px 20px;
margin-bottom: 30px;
}
.add-comment-box #add-comment-form input[type="text"]:focus{
border-color: #1723d9;    
}
.add-comment-box #add-comment-form input[type="email"]:focus{
border-color: #1723d9;    
}
.add-comment-box #add-comment-form textarea:focus{
border-color: #1723d9;       
}
.add-comment-box #add-comment-form button {
position: relative;
display: block;
width: 100%;
padding: 0;
background: #1723d9;
color: #ffffff;
font-size: 16px;
font-weight: 600;
text-transform: capitalize;
line-height: 60px;
border-radius: 5px;
font-family: 'Poppins', sans-serif;
transition: all 200ms linear;
transition-delay: 0.1s;
}
.add-comment-box #add-comment-form button:hover{
color: #ffffff;
background: #0a15af;
} .coming-soon-content-area {
position: relative;
display: block;
background-attachment: fixed;
background-size: cover;
background-position: center top;
background-repeat: no-repeat;
padding: 130px 0 130px;
z-index: 1;
}
.coming-soon-content{
position: relative;
display: block;
max-width: 770px;
width: 100%;
margin: 0 auto;
}
.coming-soon-content .logo-box{
position: relative;
display: block;
padding-bottom: 41px;    
}
.coming-soon-content .logo-box a{
display: inline-block;
}
.timer-box {
position: relative;
display: block;
overflow: hidden;
}
.timer-box .big-title{
color: #ffffff;
font-size: 100px;
line-height: 90px;
font-weight: 700;
text-transform: uppercase;
margin: 0 0 14px;
font-family: 'Poppins', sans-serif;
}
.timer-box span{
color: #ffffff;
font-size: 18px;
font-weight: 700;
}
.countdown-timer {
position: relative;
display: block;
margin-top: 53px;
}
.countdown-timer .default-coundown {}
.countdown-timer .default-coundown .box {
overflow: hidden;
}
.countdown-timer li {
position: relative;
display: inline-block;
float: none;
padding: 0;
text-align: center;
margin: 0 23px;
}
.countdown-timer li:first-child{
margin-left: 0;
}
.countdown-timer li:last-child{
margin-right: 0;
}
.countdown-timer li span.days,
.countdown-timer li span.hours,
.countdown-timer li span.minutes,
.countdown-timer li span.seconds {
position: relative;
display: block;
background: #ffffff;
width: 100px;
height: 100px;
color: #1b1b1b;
font-size: 48px;
line-height: 100px;
font-weight: 600;
text-align: center;
border-radius: 5px;
font-family: 'Poppins', sans-serif;
}
.countdown-timer li span.hours{}
.countdown-timer li span.minutes{}
.countdown-timer li span.seconds{}
.countdown-timer li span.timeRef {
color: #ffffff;
font-size: 20px;
line-height: 20px;
font-weight: 600;
text-transform: capitalize;
margin-top: 17px;
display: block;
font-family: 'Poppins', sans-serif;
}
.countdown-timer li span.timeRef.clr-1{}
.countdown-timer li span.timeRef.clr-2{}
.countdown-timer li span.timeRef.clr-3{}
.timer-box .subscribe-box{
position: relative;
display: block;
margin-top: 86px;
}
.timer-box .subscribe-box .text{
position: relative;
display: block;
padding-bottom: 23px;
}
.timer-box .subscribe-box .text p{
color: #ffffff;
font-size: 18px;
line-height: 26px;
font-weight: 600;
margin: 0;
font-family: 'Poppins', sans-serif;
}
.timer-box .subscribe-box .subscribe-form {
position: relative;
display: block;
width: 100%;
}
.timer-box .subscribe-box .subscribe-form input[type="email"]{
position: relative;
display: block;
background: #ffffff;
border: 1px solid #ffffff;
color: #7e7e7e;
font-size: 18px;
font-weight: 700;
width: 100%;
height: 65px;
margin-bottom: 0px;
padding: 0 30px;
padding-right: 140px;
transition: all 500ms ease;
}
.timer-box .subscribe-box .subscribe-form input::-webkit-input-placeholder {
color: #7e7e7e;
}
.timer-box .subscribe-box .subscribe-form input:-moz-placeholder {
color: #7e7e7e;
}
.timer-box .subscribe-box .subscribe-form input::-moz-placeholder {
color: #7e7e7e;
}
.timer-box .subscribe-box .subscribe-form input:-ms-input-placeholder {
color: #7e7e7e;
}
.timer-box .subscribe-box .subscribe-form button {
position: absolute;
top: 0;
right: 0;
width: 130px;
color: #1723d9;
font-size: 16px;
line-height: 65px;
font-weight: 600;
text-transform: capitalize;
background: #ffffff;
font-family: 'Poppins', sans-serif;
transition: all 200ms linear;
transition-delay: 0.1s;
}
.timer-box .subscribe-box .subscribe-form button:before{
position: absolute;
top: 15px;
left: 0;
bottom: 15px;
width: 1px;
background: #e1e1e1;
content: "";
}
.timer-box .subscribe-box .subscribe-form input[type="email"]:focus {
color: #0A0A0A;
border: 1px solid #0A0A0A;
}
.timer-box .subscribe-box .subscribe-form input[type="email"]:focus + button, 
.timer-box .subscribe-box .subscribe-form button:hover {
color: #fff;
background: #0A0A0A;
}
.timer-box .subscribe-box .go-home{
position: relative;
display: block;
padding-top: 32px;
}
.timer-box .subscribe-box .go-home a{
position: relative;
display: inline-block;
color: #f4c433;
font-size: 16px;
line-height: 50px;
font-weight: 600;
font-family: 'Poppins', sans-serif;
}
.timer-box .subscribe-box .go-home a span:before {
color: #f4c433;
font-size: 14px;
display: inline-block;
transform: rotate(180deg);
padding-left: 10px;
}
.timer-box .subscribe-box .go-home a:before{
position: absolute;
left: 0;
bottom: 0;
right: 0;
height: 6px;
content: "";
background: url(//www.mywebsitefreelancer.com/wp-content/themes/jixic/assets/images/icon/go-home-btn-bg.png);
background-repeat: no-repeat;
background-position: bottom center;
} .breadcrumb-style4-area.faq-breadcrumb{}
.breadcrumb-style4-area.faq-breadcrumb .inner-content {
position: relative;
display: block;
padding: 142px 0 143px;
} .faq-content-area{
position: relative;
display: block;
padding: 130px 0 130px;
}
.faq-search-box{
position: relative;
display: block;
padding-bottom: 53px;
}
.faq-search-box form.search-form {
position: relative;
display: block;
max-width: 570px;
width: 100%;
margin: 0px auto 0px;
}
.faq-search-box .search-form input[type="search"] {
position: relative;
display: block;
background: #fff;
border: 1px solid #ededed;
color: #7e7e7e;
font-size: 16px;
font-weight: 400;
height: 60px;
width: 100%;
letter-spacing: 1px;
padding-left: 20px;
padding-right: 80px;
border-radius: 0;
transition: all 500ms ease 0s;
}
.faq-search-box .search-form button {
position: absolute;
top: 0;
right: 0px;
bottom: 0;
display: block;
background: transparent;
color: #1723d9;
font-size: 14px;
height: 60px;
width: 70px;
border: 0px solid;
line-height: 60px;
text-align: center;
border-radius: 0%;
transition: all 500ms ease 0s;
margin: 0;
}
.faq-search-box .search-form button i {
font-size: 14px
}
.faq-search-box .search-form input[type="search"]:focus {
color: #000000;
border: 1px solid #1723d9;
background: #fff;
}
.faq-search-box .search-form input[type="search"]:focus + button, 
.faq-search-box .search-form button:hover {
color: #fff;
background: #1723d9;
}
.faq-search-box p{
margin: 12px 0 0;
}
.faq-search-box p a{
color: #c72a30;
font-weight: 700;
}
.faq-content-box{
position: relative;
display: block;
}
.faq-content-box ul{
display: block;
}
.faq-content-box ul li {
position: relative;
display: flex;
align-items: center;
min-height: 60px;
border: 1px solid #ededed;
cursor: pointer;
margin-bottom: 30px;
transition: all 200ms linear;
transition-delay: 0.1s;
}
.faq-content-box ul li:hover{
border-color: #1723d9;
background: #1723d9;
}
.faq-content-box ul li:last-child{
margin-bottom: 0;
}
.faq-content-box ul li:before {
position: absolute;
top: 0px;
right: 0px;
bottom: 0;
content: "\f107";
font-family: FontAwesome;
color: #a6a6a6;
font-size: 24px;
line-height: 58px;
width: 59px;
border-left: 1px solid #ededed;
text-align: center;
transition: all 200ms linear;
transition-delay: 0.1s;
transform: rotateX(0deg);
}
.faq-content-box ul li:hover:before{
color: #ffffff; 
border-color: #454fe1;
transform: rotateX(-180deg);
}
.faq-content-box ul li .title{
position: relative;
display: block;
padding-left: 30px;
}
.faq-content-box ul li .title h5{
color: #1b1b1b;
font-size: 16px;
line-height: 24px;
font-weight: 600;
font-family: 'Poppins', sans-serif;
transition: all 200ms linear;
transition-delay: 0.1s;
}
.faq-content-box ul li:hover .title h5{
color: #ffffff;    
}
.faq-content-box ul li .overlay-text {
position: absolute;
left: 30px;
bottom: 0;
right: 58px;
top: 120%;
display: block;
padding: 32px 40px 30px;
background: #ffffff;
min-height: 144px;
z-index: 3;
visibility: hidden;
opacity: 0;
transition: all 200ms linear;
transition-delay: 0.1s;
-webkit-box-shadow: 0px 4px 4px 1px rgba(241,241,241,0.5); 
box-shadow: 0px 4px 4px 1px rgba(241,241,241,0.5);
}
.faq-content-box ul li:hover .overlay-text {
top: 95%;
opacity: 1;
visibility: visible;
}
.faq-content-box ul li .overlay-text:before{
position: absolute;
left: 0;
bottom: 0;
right: 0;
height: 4px;
content: "";
background: #1723d9;
}
.faq-content-box ul li .overlay-text:after {
font-family: FontAwesome;
position: absolute;
top: -18px;
left: 30px;
content: "\f0d8";
color: #ffffff;
font-size: 40px;
text-shadow: -1px 0px 2px #f1f1f1;
z-index: -1;
}
.faq-content-box ul li .overlay-text p{
margin: 0;
} .error-content-area{
position: relative;
display: block;
padding: 240px 0;
z-index: 1;
}
.error-content-area .outer-container{
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: -1;
}
.error-content-area .layer-image {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-image: url(//www.mywebsitefreelancer.com/wp-content/themes/jixic/assets/images/shape/404-shape-top.png);
background-repeat: no-repeat;
background-position: top left;
background-size: auto;
}
.error-content-area .layer-image.two{
top: auto;
left: auto;
bottom: 0;
right: 0;
background-image: url(//www.mywebsitefreelancer.com/wp-content/themes/jixic/assets/images/shape/404-shape-bottom.png);
background-position: bottom right;
}
.error-content{
position: relative;
display: block;
}
.error-content .image-box{
position: relative;
display: block;
}
.error-content .image-box img{
width: auto;
}
.error-content .inner-content {
position: relative;
display: block;
margin-top: 50px;
}
.error-content .inner-content h1{
color: #1b1b1b;
font-size: 36px;
line-height: 46px;
font-weight: 700;
margin: 0 0 12px;
font-family: 'Poppins', sans-serif;
}
.error-content .inner-content span{
position: relative;
display: block;
color: #7e7e7e;
font-size: 20px;
font-weight: 700;
line-height: 28px;
}
.error-content .inner-content a{
position: relative;
margin-top: 33px;
display: inline-block;
padding: 0 90px;
color: #ffffff;
font-size: 16px;
line-height: 60px;
font-weight: 600;
background: #1723d9;
border-radius: 5px;
font-family: 'Poppins', sans-serif;
transition: all 200ms linear;
transition-delay: 0.1s;
}
.error-content .inner-content a:hover{
background: #4b55e9;
} .maintenance-content-area{
position: relative;
display: block;
background-attachment: fixed;
background-size: cover;
background-position: center top;
background-repeat: no-repeat;
padding: 154px 0 160px;
z-index: 1;    
}
.maintenance-content-area:before {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(22, 36, 217, 0.80);
content: "";
z-index: -1;
}
.maintenance-content{
position: relative;
display: block;
}
.maintenance-content .inner-content{
position: relative;
display: block;
max-width: 770px;
width: 100%;
margin: 0 auto;
}
.maintenance-content .inner-content span{
color: #ffffff;
font-size: 18px;
font-weight: 700;
}
.maintenance-content .inner-content .big-title{
position: relative;
display: block;
margin: 15px 0 46px;
color: #ffffff;
font-size: 60px;
line-height: 70px;
font-weight: 700;
font-family: 'Poppins', sans-serif;
}
.maintenance-content .inner-content .subscribe-box{
position: relative;
display: block;
}
.maintenance-content .inner-content .subscribe-box .subscribe-form {
position: relative;
display: block;
width: 100%;
}
.maintenance-content .inner-content .subscribe-box .subscribe-form input[type="email"]{
position: relative;
display: block;
background: #ffffff;
border: 1px solid #ffffff;
color: #7e7e7e;
font-size: 18px;
font-weight: 700;
width: 100%;
height: 65px;
margin-bottom: 0px;
padding: 0 30px;
padding-right: 140px;
transition: all 500ms ease;
}
.maintenance-content .inner-content .subscribe-box .subscribe-form input::-webkit-input-placeholder {
color: #7e7e7e;
}
.maintenance-content .inner-content .subscribe-box .subscribe-form input:-moz-placeholder {
color: #7e7e7e;
}
.maintenance-content .inner-content .subscribe-box .subscribe-form input::-moz-placeholder {
color: #7e7e7e;
}
.maintenance-content .inner-content .subscribe-box .subscribe-form input:-ms-input-placeholder {
color: #7e7e7e;
}
.maintenance-content .inner-content .subscribe-box .subscribe-form button {
position: absolute;
top: 0;
right: 0;
width: 130px;
color: #1723d9;
font-size: 16px;
line-height: 65px;
font-weight: 600;
text-transform: capitalize;
background: #ffffff;
font-family: 'Poppins', sans-serif;
transition: all 200ms linear;
transition-delay: 0.1s;
}
.maintenance-content .inner-content .subscribe-box .subscribe-form button:before{
position: absolute;
top: 15px;
left: 0;
bottom: 15px;
width: 1px;
background: #e1e1e1;
content: "";
}
.maintenance-content .inner-content .subscribe-box .subscribe-form input[type="email"]:focus {
color: #0A0A0A;
border: 1px solid #0A0A0A;
}
.maintenance-content .inner-content .subscribe-box .subscribe-form input[type="email"]:focus + button, 
.maintenance-content .inner-content .subscribe-box .subscribe-form button:hover {
color: #fff;
background: #0A0A0A;
}
.maintenance-content .inner-content .subscribe-box .text{
position: relative;
display: block;
padding-top: 22px;
}
.maintenance-content .inner-content .subscribe-box .text p{
color: #ffffff;
font-size: 16px;
line-height: 26px;
font-weight: 700;
margin: 0;
}
.maintenance-content .bottom-content{
position: relative;
padding-top: 108px;
display: flex;
justify-content: space-between;
flex-direction: row;
flex-wrap: wrap;
align-items: center;
}
.maintenance-content .bottom-content .go-home a{
position: relative;
display: inline-block;
padding: 0 35px;
color: #1b1b1b;
font-size: 16px;
line-height: 52px;
font-weight: 600;
background: #ffffff;
border-radius: 5px;
font-family: 'Poppins', sans-serif;
transition: all 200ms linear;
transition-delay: 0.1s;    
}
.maintenance-content .bottom-content a:hover{
color: #ffffff;
background: #1723d9;    
}
.maintenance-content .bottom-content .social-links{}
.maintenance-content .bottom-content .social-links .social-links-style1{}
.maintenance-content .bottom-content .social-links .social-links-style1 li{}
.maintenance-content .bottom-content .social-links .social-links-style1 li a{
}
.maintenance-content .bottom-content .social-links .social-links-style1 li a i{
background: #ffffff;
width: 52px;
height: 52px;
border-radius: 5px;
color: #7e7e7e;
font-size: 14px;
line-height: 52px; 
}
.maintenance-content .bottom-content .social-links .social-links-style1 li a:hover i{
color: #1723d9;
} .information-area {
position: relative;
display: block;
background-attachment: scroll;
background-size: cover;
background-position: center top;
background-repeat: no-repeat;
padding: 255px 0 200px;
margin-top: -140px;
z-index: 1;
}
.information-form{
position: relative;
display: block;
}
.information-form .input-box{
position: relative;
display: inline-block;
margin-bottom: 30px;
}
.information-form .input-box label {
position: relative;
display: inline-block;
float: left;
margin: 0;
color: #ffffff;
font-size: 30px;
line-height: 48px;
font-weight: 600;
font-family: 'Poppins', sans-serif;
padding-right: 10px;
}
.information-form .input-box input[type="text"],
.information-form .input-box input[type="email"]{
position: relative;
display: inline-block;
width: 300px;
height: 34px;
background: transparent;
border: 0px solid #eeeeee;
border-bottom: 2px solid rgba(255, 255, 255, 0.20);
color: #ffffff;
font-size: 16px;
font-weight: 400;
text-align: center;
padding-left: 10px;
padding-right: 10px;
border-radius: 0px;
transition: all 500ms ease;
}
.information-form .input-box input[type="text"]::-webkit-input-placeholder {
color: #ffffff;
}
.information-form .input-box input[type="text"]:-moz-placeholder {
color: #ffffff;
}
.information-form .input-box input[type="text"]::-moz-placeholder {
color: #ffffff;
}
.information-form .input-box input[type="text"]:-ms-input-placeholder {
color: #ffffff;
}
.information-form .input-box input[type="email"]::-webkit-input-placeholder {
color: #ffffff;
}
.information-form .input-box input[type="email"]:-moz-placeholder {
color: #ffffff;
}
.information-form .input-box input[type="email"]::-moz-placeholder {
color: #ffffff;
}
.information-form .input-box input[type="email"]:-ms-input-placeholder {
color: #ffffff;
}
.information-form .input-box input[type="text"]:focus{
color: #ffffff;
border-bottom: 2px solid rgba(255, 255, 255, 0.70);
}
.information-form .input-box input[type="email"]:focus{
color: #ffffff;
border-bottom: 2px solid rgba(255, 255, 255, 0.70);
}
.information-form .comma {
color: #ffffff;
font-size: 40px;
line-height: normal;
display: inline-block;
position: relative;
top: 7px;
padding-left: 5px;
padding-right: 15px;
}
.information-form .button-box{
position: relative;
display: block;
padding-top: 16px;
}
.information-form .button-box button{
position: relative;
display: inline-block;
padding: 0 65px;
color: #1b1b1b;
font-size: 16px;
line-height: 55px;
font-weight: 600;
background: #ffffff;
border-radius: 5px;
font-family: 'Poppins', sans-serif;
transition: all 200ms linear;
transition-delay: 0.1s;
}
.information-form .button-box button:hover{
color: #ffffff;
background: #1c28e6;
} .contact-address-area{
position: relative;
display: block;
background: #ffffff;
padding: 123px 0 130px;
}
.contact-address-area .title{
position: relative;
display: block;
padding-bottom: 65px;
}
.contact-address-area .title h2 {
color: #1b1b1b;
font-size: 30px;
line-height: 40px;
font-weight: 600;
font-family: 'Poppins', sans-serif;
text-decoration: underline;
text-decoration-color: #1723d9;
text-decoration-line: underline;
}
.single-contact-address-box{
position: relative;
display: block;
background: #ffffff;
padding: 40px 30px 43px;
-webkit-box-shadow: 0px 6px 6px 2px rgba(243,243,243,0.5); 
box-shadow: 0px 6px 6px 2px rgba(243,243,243,0.5);
transition: all 500ms ease 100ms;
}
.single-contact-address-box:hover{
-webkit-box-shadow: 0px 0px 10px 3px #f3f3f3; 
box-shadow: 0px 0px 10px 3px #f3f3f3;    
}
.single-contact-address-box.active{
-webkit-box-shadow: 0px 0px 10px 3px #f3f3f3; 
box-shadow: 0px 0px 10px 3px #f3f3f3;       
}
.single-contact-address-box .icon-holder{
position: relative;
display: block;
padding-bottom: 25px;
}
.single-contact-address-box .icon-holder span:before{
color: #1723d9;
font-size: 50px;
}
.single-contact-address-box h3{
color: #1b1b1b;
font-size: 18px;
line-height: 26px;
font-weight: 600;
margin: 0px 0 15px;
font-family: 'Poppins', sans-serif;
}
.single-contact-address-box p{
margin: 0;    
} .contact-form-area {
position: relative;
display: block;
background: #ffffff;
padding-bottom: 130px;
}
.contact-social-links {
position: relative;
display: block;
margin-right: -90px;
margin-top: 60px;
z-index: 3;
}
.contact-social-links .image-box {
position: relative;
display: block;
background-attachment: scroll;
background-size: cover;
background-repeat: no-repeat;
background-position: center top;
max-width: 490px;
width: 100%;
min-height: 530px;
margin-left: 70px;
}
.contact-social-links .image-box .big-title {
display: table;
width: 100%;
height: 530px;
}
.contact-social-links .image-box .big-title .inner{
display: table-cell;
vertical-align: middle;
text-align: center;
}
.contact-social-links .image-box .big-title .inner .title{
position: relative;
display: inline-block;
color: #ffffff;
font-size: 60px;
line-height: 60px;
font-weight: 400;
font-family: 'Knewave', cursive;
text-align: center;
transform: rotate(-30deg);
z-index: 3;    
}
.contact-social-links .social-links {
position: absolute;
top: 0px;
left: 0px;
bottom: 0;
width: 70px;
transform: rotate(-180deg);
}
.contact-social-links .social-links li {
position: relative;
left: 50px;
writing-mode: vertical-lr;
transform: translateY(0%);
margin-bottom: 80px;
}
.contact-social-links .social-links li:last-child{
margin: 0;
}
.contact-social-links .social-links li a{
color: #7e7e7e;
font-size: 16px;
font-weight: 600;
font-family: 'Poppins', sans-serif;
transition: all 200ms linear;
transition-delay: 0.1s;
}
.contact-social-links .social-links li a:hover{
color: #1723d9;
}
.contact-form {
position: relative;
display: block;
}
.contact-form .inner-box{
position: relative;
display: block;
border: 1px solid #ededed;
padding: 59px 59px 59px;
padding-left: 119px;
}
.contact-form form{
position: relative;
display: block;
}
.contact-form form .input-box{
position: relative;
display: block;
}
.contact-form form input[type="text"],
.contact-form form input[type="email"],
.contact-form form textarea{
position: relative;
display: block;   
background: #ffffff;
border: 1px solid #ededed;
width: 100%;
height: 55px;
color: #7e7e7e;
font-size: 16px;
font-weight: 400;
padding-left: 29px;
padding-right: 20px;
border-radius: 0px;
margin-bottom: 15px;
transition: all 500ms ease;
}
.contact-form form textarea {
height: 110px;
padding-left: 29px;
padding-right: 20px;
padding-top: 14px;
padding-bottom: 15px;
}
.contact-form form input[type="text"]:focus{
color: #222222;
border-color: #d4d4d4; 
}
.contact-form form input[type="email"]:focus{
color: #222222;
border-color: #d4d4d4;
}
.contact-form form textarea:focus{
color: #222222;
border-color: #d4d4d4;
}
.contact-form form input[type="text"]::-webkit-input-placeholder {
color: #7e7e7e;
}
.contact-form form input[type="text"]:-moz-placeholder {
color: #7e7e7e;
}
.contact-form form input[type="text"]::-moz-placeholder {
color: #7e7e7e;
}
.contact-form form input[type="text"]:-ms-input-placeholder {
color: #7e7e7e;
}
.contact-form form input[type="email"]::-webkit-input-placeholder {
color: #7e7e7e;
}
.contact-form form input[type="email"]:-moz-placeholder {
color: #7e7e7e;
}
.contact-form form input[type="email"]::-moz-placeholder {
color: #7e7e7e;
}
.contact-form form input[type="email"]:-ms-input-placeholder {
color: #7e7e7e;
}
.contact-form form button {
position: relative;
display: inline-block;
padding: 0 65px;
background: #1723d9;
color: #ffffff;
font-size: 16px;
line-height: 55px;
font-weight: 600;
text-align: center;
text-transform: capitalize;
border-radius: 5px;
font-family: 'Poppins', sans-serif;
transition: all 200ms linear;
transition-delay: 0.1s;
}
.contact-form form button:hover{
color: #ffffff;
background: #2e39ed;
} .google-map-area{
position: relative;
display: block;
}
#contact-google-map {
height: 580px;
width: 100%;
} .breadcrumb-style3-area.shop-page {
margin-top: -140px !important;
padding: 140px 0 0px;
}
.breadcrumb-style3-area.shop-page .inner-content {
padding: 195px 0 335px;
}
.breadcrumb-style3-area.shop-page .inner-content .big-title {
color: #ffffff;
font-size: 150px;
line-height: 130px;
font-weight: 800;
text-transform: uppercase;
margin: 0;
} #shop-area {
padding-top: 130px;
padding-bottom: 130px;
}
.main-shop-area{
position: relative;
display: block;
background: #ffffff;
}
#shop-area .shop-content {
position: relative;
display: block;
}
.showing-result-shorting {
display: flex;
justify-content: space-between;
flex-direction: row;
flex-wrap: wrap;
align-items: center;
padding-bottom: 30px;
border-bottom: 1px solid #ededed;
margin-bottom: 50px;
}
.showing-result-shorting .showing{}
.showing-result-shorting .shorting{ }
.showing-result-shorting .showing p {
color: #7e7e7e;
font-size: 16px;
font-weight: 400;
margin: 0;
}
.single-product-item {
position: relative;
display: block;
transition: all 500ms ease;
margin-bottom: 50px;
}
.single-product-item .img-holder{
position: relative;
display: block;
overflow: hidden;
}
.single-product-item .img-holder::before {
background: rgba(255, 255, 255, 0.20);    
top: 0px;
left: 0px;
bottom: 0px;
right: 0px;
content: "";
opacity: 0;
position: absolute;
z-index: 1;
transition: all 0.4s ease-in-out 0s;
}
.single-product-item:hover .img-holder::before{
opacity: 1;
}
.single-product-item .img-holder img{
transform: scale(1);
transition: all 0.7s ease 0s;
width: 100%;   
}
.single-product-item:hover .img-holder img{
transform: scale(1.1);   
}
.single-product-item .title-holder {
position: relative;
display: block;
background: #ffffff;
padding: 22px 0 18px;
-webkit-box-shadow: 0px 3px 8px 2px #f9f9f9;
box-shadow: 0px 3px 8px 2px #f9f9f9;
margin-left: 20px;
margin-right: 20px;
margin-top: -30px;
z-index: 10;
}
.single-product-item .title-holder .static-content{
position: relative;
display: block;    
}
.single-product-item .title-holder .title {
position: relative;
display: block;
font-size: 16px;
line-height: 22px;
font-weight: 600;
padding: 0 0 3px;
font-family: 'Poppins', sans-serif;
}
.single-product-item .title-holder .title a{
color: #1b1b1b;
transition: all 500ms ease;
}
.single-product-item .title-holder .static-content span {
display: inline-block;
padding-right: 10px;
color: #7e7e7e;
}
.single-product-item .title-holder .static-content del {
position: relative;
display: inline-block;
color: #c2c2c2;
font-size: 16px;
font-weight: 400;
}
.single-product-item .title-holder .overlay-content{
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
background: #ffffff;
text-align: center;
transform: scaleX(0);
-webkit-transform: scaleX(0);
transition: all 700ms ease 300ms;
}
.single-product-item:hover .title-holder .overlay-content {
transform: scaleY(1);
-webkit-transform: scaleY(1);
transition: all 700ms ease 100ms;
}
.single-product-item .title-holder .overlay-content ul {
position: relative;
display: block;
padding: 23px 0 23px;
width: 153px;
margin: 0 auto;
transform: scale(0);
transition: all 700ms ease 100ms;
}
.single-product-item:hover .title-holder .overlay-content ul{
transform: scale(1);
transition: all 700ms ease 600ms;    
}
.single-product-item .title-holder .overlay-content ul li{
position: relative;
display: inline-block;
width: 51px;
text-align: center;
border-right: 1px solid #ededed;
}
.single-product-item .title-holder .overlay-content ul li:last-child{
border: none;
}
.single-product-item .title-holder .overlay-content ul li a{
position: relative;
display: block;
}
.single-product-item .title-holder .overlay-content ul li a span:before {
position: relative;
display: block;
width: 100%;
height: 45px;
color: #b3b3b3;
font-size: 18px;
line-height: 45px;
margin: 0;
transition: all 500ms ease;
}
.single-product-item .title-holder .overlay-content ul li a:hover span:before{
color: #ffffff;
background: #1723d9;
}
.single-product-item .title-holder .overlay-content ul li a .toltip-content {
position: absolute;
left: -50%;
right: 0;
top: -25px;
margin-left: -15px;
opacity: 0;
visibility: hidden;
padding: 0;
text-align: center;
background-color: #0a0a0a;
transition: all 300ms ease 100ms;
z-index: 999;
min-width: 130px;
}
.single-product-item .title-holder .overlay-content ul li a .toltip-content:before {
font-family: FontAwesome;
position: absolute;
left: 0;
bottom: -8px;
right: 0;
content: "\f0d7";
color: #0a0a0a;
font-size: 25px;
text-align: center;
line-height: 10px;
}
.single-product-item .title-holder .overlay-content ul li a .toltip-content p{
color: #ffffff;
font-size: 14px;
line-height: 30px;
margin: 0;
}
.single-product-item .title-holder .overlay-content ul li a:hover .toltip-content{
top: -40px; 
visibility: visible;
opacity: 1;
}
.shop-post-pagination{
position: relative;
display: block;
overflow: hidden;
margin-top: 30px;
border: 1px solid #ededed;
}
.shop-post-pagination li {
position: relative;
display: inline-block;
float: left;
max-width: 268px;
width: 100%;
border-right: 1px solid #ededed;
padding: 19px 0;
}
.shop-post-pagination li:last-child{
border-right: none;
}
.shop-post-pagination li.middle {
max-width: 332px;
}
.shop-post-pagination li a{
position: relative;
display: inline-block;
color: #1b1b1b;
font-size: 16px;
line-height: 30px;
font-weight: 600;
font-family: 'Poppins', sans-serif;
transition: all 200ms linear;
transition-delay: 0.1s;
}
.shop-post-pagination li a:hover{
color: #1723d9;
}
.shop-post-pagination li.middle a {
color: #a6a6a6;
font-size: 18px;
font-weight: 600;
margin: 0 7px;
font-family: 'Poppins', sans-serif;
transition: all 200ms linear;
transition-delay: 0.1s;
}
.shop-post-pagination li.middle a:hover,
.shop-post-pagination li.middle a.active{
color: #1723d9;
}
.shop-sidebar-wrapper {
position: relative;
display: block;
max-width: 270px;
width: 100%;
}
.shop-sidebar-wrapper .single-sidebar-box {
position: relative;
display: block;
overflow: hidden;
}
.single-sidebar-box.pdbtm{
padding-bottom: 60px;
}
.shop-sidebar-wrapper .search-form {
position: relative;
display: block;
max-width: 270px;
width: 100%;
margin-bottom: 60px;
}
.shop-sidebar-wrapper .search-form input[type="text"] {
position: relative;
display: block;
background: #fff;
border: 1px solid #ededed;
color: #7e7e7e;
font-size: 16px;
font-weight: 400;
height: 50px;
max-width: 270px;
width: 100%;
padding-left: 20px;
padding-right: 60px;
border-radius: 0px;
transition: all 500ms ease 0s;
}
.shop-sidebar-wrapper .search-form button {
position: absolute;
top: 0;
right: 0px;
bottom: 0;
display: block;
background: #1723d9;
color: #ffffff;
font-size: 14px;
height: 50px;
width: 50px;
border: 0px solid #edf2f7;
line-height: 48px;
text-align: center;
border-radius: 0px;
transition: all 500ms ease 0s;
margin: 0;
}
.shop-sidebar-wrapper .search-form button i {
font-size: 14px
}
.shop-sidebar-wrapper .search-form input[type="text"]:focus {
color: #000000;
border: 1px solid #444eed;
background: #fff;
}
.shop-sidebar-wrapper .search-form input[type="text"]:focus + button, 
.shop-sidebar-wrapper .search-form button:hover {
color: #fff;
background: #444eed;
}
.shop-sidebar-title {
position: relative;
display: block;
padding-bottom: 25px;
margin-top: -5px;
}
.shop-sidebar-title h3{
color: #1b1b1b;
font-size: 14px;
line-height: 20px;
font-weight: 600;
text-transform: uppercase;
font-family: 'Poppins', sans-serif;
}
.single-sidebar-box .categories {
position: relative;
display: block;
border: 1px solid #ededed;
border-bottom: none;
}
.single-sidebar-box .categories li {
position: relative;
display: block;
}
.single-sidebar-box .categories li a {
position: relative;
display: block;
padding-left: 20px;
color: #7e7e7e;
font-size: 16px;
line-height: 53px;
font-weight: 400;
border-bottom: 1px solid #ededed;
font-family: 'Muli', sans-serif;
transition: all 200ms linear;
transition-delay: 0.1s;
}
.single-sidebar-box .categories li:hover a{
color: #1723d9;
}
.single-sidebar-box .categories li a:before{
position: absolute;
top: -1px;
left: -1px;
bottom: -1px;
width: 0;
background: #1723d9;
content: "";
transition: all 100ms linear;
transition-delay: 0.1s;
}
.single-sidebar-box .categories li:hover a:before{
width: 3px;    
}
.shop-sidebar-wrapper .price-ranger {
margin-top: 4px;
margin-bottom: 0px;
}
.shop-sidebar-wrapper .price-ranger .ui-widget-content {
background: #edf2f7;
border: none;
height: 2px;
}
.shop-sidebar-wrapper .price-ranger .ui-slider-handle {
position: absolute;
top: -4px;
background: #ffffff;
border: 1px solid #1723d9;
border-radius: 50%;
height: 10px;
margin-left: -4px;
outline: medium none;
width: 10px !important;
cursor: pointer;
z-index: 2;
}
.shop-sidebar-wrapper .price-ranger .ui-slider-handle:before {
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
width: 4px;
height: 4px;
background: #1723d9;
border-radius: 50%;
content: "";
margin: 2px;
}
.shop-sidebar-wrapper .price-ranger .ui-slider .ui-slider-range {
background: #1723d9;
}
.shop-sidebar-wrapper .price-ranger #slider-range {
margin-left: 4px;
margin-right: 6px;
margin-top: 0;
}
.shop-sidebar-wrapper .price-ranger .ranger-min-max-block {
position: relative;
display: block;
margin-top: 30px;
}
.shop-sidebar-wrapper .price-ranger .ranger-min-max-block input {
display: inline-block;
}
.shop-sidebar-wrapper .price-ranger .ranger-min-max-block input[type="submit"] {
position: relative;
display: inline-block;
background: #1723d9;
float: left;
margin-right: 10px;
padding: 6px 0 4px;
text-align: center;
width: 90px;
border: none;
color: #ffffff;
font-size: 16px;
font-weight: 600;
margin-top: 0;
border-radius: 0;
text-transform: capitalize;
cursor: pointer;
font-family: 'Poppins', sans-serif;
}
.shop-sidebar-wrapper .price-ranger .ranger-min-max-block input[type="submit"]:hover{}
.shop-sidebar-wrapper .price-ranger .ranger-min-max-block input[type="text"] {
position: relative;
display: inline-block;
float: left;
color: #7e7e7e;
font-size: 16px;
font-weight: 400;
text-align: right;
width: 40px;
line-height: 35px;
border: none;
padding: 0;
font-family: 'Muli', sans-serif;
}
.shop-sidebar-wrapper .price-ranger .ranger-min-max-block input[type='text'].max {}
.shop-sidebar-wrapper .price-ranger .ranger-min-max-block span {
position: relative;
display: inline-block;
color: #7e7e7e;
font-size: 16px;
font-weight: 400;
line-height: 35px;
float: left;
font-family: 'Muli', sans-serif;
}
.shop-sidebar-wrapper .products-post {
position: relative;
display: block;
overflow: hidden;
}
.shop-sidebar-wrapper .products-post li {
position: relative;
display: block;
border-bottom: 1px solid #ededed;
min-height: 70px;
padding-left: 70px;
padding-bottom: 25px;
margin-bottom: 25px;
}
.shop-sidebar-wrapper .products-post li:last-child{
padding-bottom: 0;
margin-bottom: 0;
border-bottom: none;
}
.shop-sidebar-wrapper .products-post li .img-holder {
position: absolute;
top: 0px;
left: 0;
width: 70px;
height: 70px;
display: block;
overflow: hidden;
}
.shop-sidebar-wrapper .products-post li .img-holder img {
transition: all 0.4s ease-in-out 0.5s;    
width: 100%;
transform: scale(1.1, 1.1);      
}
.shop-sidebar-wrapper .products-post li:hover .img-holder img {
transition-delay: 0s;
transform: scale(1.2, 1.2);    
}
.shop-sidebar-wrapper .products-post li .img-holder .overlay-style-one{}
.shop-sidebar-wrapper .products-post li:hover .img-holder .overlay-style-one{
opacity: 1;
}
.shop-sidebar-wrapper .products-post li .img-holder .overlay-style-one .box .inner a{
position: relative;
display: inline-block;
width: 20px;
height: 20px;
filter: alpha(opacity=0);
transform: scale(3);
transition: all 0.3s ease-in-out 0.3s;
opacity: 0;
z-index: 5;    
}
.shop-sidebar-wrapper .products-post li:hover .img-holder .overlay-style-one .box .inner a{
filter: alpha(opacity=100);
transform: scale(1);
transition-delay: 0.1s; 
opacity: 1;
}
.shop-sidebar-wrapper .products-post li .img-holder .overlay-style-one .box .inner a span:before{
color: #ffffff;
font-size: 20px;
line-height: 20px;
transition: all 500ms ease;
}
.shop-sidebar-wrapper .products-post li .img-holder .overlay-style-one .box .inner a:hover span:before{
color: #000000;
}
.shop-sidebar-wrapper .products-post li .title-holder {
padding-left: 30px;
min-height: 70px;
}
.shop-sidebar-wrapper .products-post li .title-holder .post-title {
font-size: 16px;
line-height: 26px;
font-weight: 600;
margin: 0 0 9px;
transition: all 500ms ease;
font-family: 'Poppins', sans-serif;
}
.shop-sidebar-wrapper .products-post li .title-holder .post-title a{
color: #1b1b1b;
transition: all 500ms ease;
}
.shop-sidebar-wrapper .products-post li .title-holder .post-title a:hover{
color: #1723d9;
}
.shop-sidebar-wrapper .products-post li .title-holder span {
display: block;
line-height: 16px;
} #shop-area.single-shop-area {
padding-top: 130px;
padding-bottom: 80px;
}
.single-product-image-holder {
margin-right: 35px;
}
.single-product-image-holder img{
width: auto;
}
.single-product-image-holder .single-item{
position: relative;
display: block;
}
.single-product-image-holder .single-item .image-box{
position: relative;
display: block;
overflow: hidden;
}
.single-product-image-holder .single-item .image-box img{}
.single-product-image-holder .single-item .image-box .zoom-button{
position: absolute;
top: 20px;
right: 20px;
transform: translate(0px, -100px);
transition: all 100ms ease 100ms;
}
.single-product-image-holder .single-item:hover .image-box .zoom-button{}
.single-product-image-holder .single-item .image-box .zoom-button a span:before{
position: relative;
display: block;
width: 45px;
height: 45px;
background: #ffffff;
color: #1b1b1b;
font-size: 16px;
line-height: 45px;
text-align: center;
-webkit-box-shadow: 0px 4px 10px 2px #e7e7e7; 
box-shadow: 0px 4px 10px 2px #e7e7e7;
transition: all 200ms linear;
transition-delay: 0.1s;
}
.single-product-image-holder .single-item .image-box .zoom-button a:hover span:before{
color: #ffffff;
background: #1723d9;
}
.single-product-carousel.owl-carousel .owl-stage-outer{
padding: 0px;
}
.single-product-carousel.owl-carousel .owl-stage-outer .owl-item.active .single-item .image-box .zoom-button{
transform: translate(0px, 0px);
transition: all 700ms ease 1700ms;  
}
.single-product-carousel.owl-carousel .owl-nav {
position: absolute;
top: 50%;
left: 0;
right: 0; text-align: center;
margin-top: -35px;
}
.single-product-carousel.owl-carousel .owl-nav [class*="owl-"] {
width: 70px;
height: 70px;
border: 0px solid;
color: #1b1b1b;
font-size: 45px;
line-height: 66px;
font-weight: 300;
margin: 0;
padding: 0;
background: rgba(255, 255, 255, 0.05);
border-radius: 0;
transition: all 200ms linear;
transition-delay: 0.1s;
}
.single-product-carousel.owl-carousel .owl-nav .owl-prev {
position: absolute;
left: 0px;
}
.single-product-carousel.owl-carousel .owl-nav .owl-next{
position: absolute;
right: 0px;    
}
.single-product-carousel.owl-carousel .owl-nav [class*="owl-"]:hover{
color: #1723d9;
background: rgba(255, 255, 255, 0.65);
}
.single-shop-content .content-box {
position: relative;
display: block;
}
.single-shop-content .content-box .top{
position: relative;
display: flex;
flex-direction: row;
flex-wrap: wrap;
align-items: center;
justify-content: space-between;
}
.single-shop-content .content-box .top .title-box{
position: relative;
display: block;
}
.single-shop-content .content-box .top .title-box h2{
color: #1b1b1b;
font-size: 30px;
line-height: 30px;
font-weight: 600;
margin: 0 0 15px;
font-family: 'Poppins', sans-serif;
}
.single-shop-content .content-box .top .title-box .review-box{
position: relative;
display: block;
}
.single-shop-content .content-box .top .title-box .review-box ul {
position: relative;
display: inline-block;
line-height: 20px;
border-right: 1px solid #c2c2c2;
padding-right: 15px;
margin-right: 10px;
}
.single-shop-content .content-box .top .title-box .review-box ul li {}
.single-shop-content .content-box .top .title-box .review-box ul li i {
color: #1723d9;
font-size: 14px;
}
.single-shop-content .content-box .top .title-box .review-box span {
position: relative;
top: -3px;
display: inline-block;
color: #888888;
font-size: 14px;
line-height: 20px;
}
.single-shop-content .content-box .top .price-box{
position: relative;
display: block;
}
.single-shop-content .content-box .top .price-box .price{
color: #1b1b1b;
font-size: 24px;
font-weight: 700;    
}
.single-shop-content .content-box .text {
position: relative;
display: block;
overflow: hidden;
border-top: 1px solid #ededed;
margin-top: 25px;
padding-top: 29px;
margin-bottom: 18px;
}
.single-shop-content .content-box .text p{
margin: 0;
}
.product-info{
position: relative;
display: block;  
}
.product-info label {
position: relative;
display: block;
color: #1b1b1b;
font-size: 14px;
line-height: 20px;
font-weight: 600;
text-transform: uppercase;
margin: 0 0 5px;
font-family: 'Poppins', sans-serif;
}
.product-info .bootstrap-select {
position: relative;
display: block;
}
.product-info .bootstrap-select>.dropdown-toggle {
position: relative;
display: block;
float: none;
width: 100%;
height: 50px;
outline: none !important;
border-radius: 0;
border: 1px solid #ededed;
background-color: transparent !important;
padding: 0 20px;
padding-right: 0px;
color: #1b1b1b;
font-size: 16px;
line-height: 48px;
font-weight: 400;
margin: 0;
box-shadow: none !important;
font-family: 'Muli', sans-serif;
}
.product-info .bootstrap-select>.dropdown-toggle::after {
position: absolute;
top: 50%;
right: 19px;
width: auto;
height: auto;
font-family: 'FontAwesome';
content: '\f107';
color: #1b1b1b;
font-size: 16px;
transform: translateY(-50%);
margin: 0;
border: none;
}
.product-info .bootstrap-select .dropdown-menu {
margin: 0;
padding: 0;
border-radius: 0;
border: 0px solid #ddd;
background: #f9f9f9;
font-size: 16px;
color: #000000;
}
.product-info .bootstrap-select .dropdown-menu li a span.text {
display: inline-block;
padding: 0;
border: none;
margin: 0;
}
.product-info .dropdown-item {
display: block;
width: 100%;
padding: 9px 20px 9px;
font-weight: 400;
color: #222222;
text-align: inherit;
white-space: nowrap;
background-color: transparent;
border: 0;
border-radius: 0;
transition: all 500ms ease;
font-family: 'Muli', sans-serif;
}
.product-info .dropdown-item.active,
.product-info .dropdown-item:active {
color: #ffffff;
background: #1723d9;
}
.product-info .dropdown-item:hover {
color: #ffffff;
background: #1723d9;
}
.product-quantity-box {
position: relative;
display: flex;
flex-direction: row;
flex-wrap: wrap;
align-items: center;
margin: 30px 0 30px;
}
.product-quantity-box .left{
position: relative;
display: block;
padding-right: 10px;
}
.product-quantity-box .left h6{
color: #1b1b1b;
font-size: 14px;
font-weight: 600;
text-transform: uppercase;
font-family: 'Poppins', sans-serif;
}
.product-quantity-box .right{
position: relative;
display: block;
padding-left: 10px;    
}
.product-quantity-box .right h6{
color: #1b1b1b;
font-size: 14px;
font-weight: 600;
text-transform: uppercase;
font-family: 'Poppins', sans-serif;    
}
.product-quantity-box .right h6 span{
position: relative;
display: inline-block;
padding-left: 5px;
color: #1723d9;
font-size: 16px;
font-weight: 400;
text-transform: capitalize;
font-family: 'Muli', sans-serif;
} 
.product-quantity-box .input-group.bootstrap-touchspin {
position: relative;
width: 110px;
height: 50px;
}
.product-quantity-box input.quantity-spinner.form-control {
position: relative;
display: block;
padding: 0;
width: 50px;
flex: none;
height: 50px;
color: #1b1b1b;
font-size: 18px;
font-weight: 600;
border: 1px solid #ededed;
outline: none;
margin: 0 auto;
text-align: center;
font-family: 'Poppins', sans-serif;
}
.product-quantity-box .bootstrap-touchspin .input-group-btn-vertical {
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
width: 100%;
}
.product-quantity-box .bootstrap-touchspin .input-group-btn-vertical .btn {
position: relative;
display: block;
margin-left: 0px;
background: #ffffff;
border: 1px solid #ededed;
color: #1b1b1b;
cursor: pointer;
height: 50px;
width: 30px;
margin: 0;
padding: 0;
}
.product-quantity-box .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up {
border-radius: 0;
float: right;
border-left: none;
}
.product-quantity-box .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down {
border-radius: 0;
float: left;
border-right: none;
}
.product-quantity-box .bootstrap-touchspin .input-group-btn-vertical .btn.bootstrap-touchspin-up:before {
position: absolute;
top: 0px;
left: 0px;
width: 100%;
height: 100%;
font-family: FontAwesome;
content: "\f067";
color: #1b1b1b;
font-size: 12px;
padding: 0;
line-height: 50px;
}
.product-quantity-box .bootstrap-touchspin .input-group-btn-vertical .btn.bootstrap-touchspin-down:before {
position: absolute;
top: 0px;
left: 0px;
width: 100%;
height: 100%;
font-family: FontAwesome;
content: "\f068";
color: #1b1b1b;
font-size: 12px;
padding: 0;
line-height: 50px;
}
.addto-cart-box {
position: relative;
display: flex;
flex-direction: row;
flex-wrap: wrap;
align-items: center;    
}
.addto-cart-box .cart-box{
position: relative;
display: inline-block;    
}
.addto-cart-box .cart-box button.addtocart {
position: relative;
display: inline-block;
padding: 0 45px;
background: #1723d9;
color: #ffffff;
font-size: 16px;
line-height: 50px;
font-weight: 600;
text-transform: capitalize;
cursor: pointer;
border-radius: 5px;
font-family: 'Poppins', sans-serif;
transition: all 200ms linear;
transition-delay: 0.1s;
}
.addto-cart-box .cart-box button.addtocart:hover{
color: #ffffff;
background: #0a0a0a;   
}
.addto-cart-box .categories{
position: relative;
display: block;
padding-left: 30px;
}
.addto-cart-box .categories h6{
color: #1b1b1b;
font-size: 14px;
font-weight: 600;
text-transform: uppercase;
font-family: 'Poppins', sans-serif;
}
.addto-cart-box .categories h6 span{
color: #7e7e7e;
font-size: 16px;
font-weight: 400;
text-transform: capitalize;
font-family: 'Muli', sans-serif;
}
.share-products-socials {
position: relative;
display: block;
overflow: hidden;
margin-top: 40px;
}
.share-products-socials h5{
position: relative;
display: inline-block;
float: left;
color: #1b1b1b;
font-size: 14px;
line-height: 50px;
font-weight: 600;
text-transform: uppercase;
font-family: 'Poppins', sans-serif;
}
.share-products-socials ul {
position: relative;
display: inline-block;
float: left;
margin-left: 10px;
}
.share-products-socials ul li{
position: relative;
display: inline-block;
float: left;
margin-right: 10px;
}
.share-products-socials ul li:last-child{
margin-right: 0;
}
.share-products-socials ul li a i{
position: relative;
display: block;
width: 50px;
height: 50px;
border-radius: 0%;
color: #9c9c9c;
font-size: 14px;
line-height: 48px;
text-align: center;
border: 1px solid #ededed;
transition: all 500ms ease;
}
.share-products-socials ul li a:hover i{
color: #ffffff;
border-color: #1723d9;
background: #1723d9;
}
.product-tab-box {
position: relative;
display: block;
overflow: hidden;
margin-top: 80px;
}
.product-tab-box .tab-btns {
position: relative;
display: block;
border-bottom: 1px solid #ededed;
margin-bottom: 35px;
z-index: 1;
}
.product-tab-box .tab-btns .tab-btn {
position: relative;
display: inline-block;
float: left;
margin-right: 35px;
}
.product-tab-box .tab-btns .tab-btn:last-child{
margin-right: 0;
}
.product-tab-box .tab-btns .tab-btn span {
position: relative;
display: block;
background: transparent;
border-radius: 0;
cursor: pointer;
margin: 0;
padding: 15px 0px 13px;
color: #1b1b1b;
font-size: 18px;
font-weight: 600;
text-transform: capitalize;
transition: all 500ms ease;
font-family: 'Poppins', sans-serif;
}
.product-tab-box .tab-btns .tab-btn.active-btn span, 
.product-tab-box .tab-btns .tab-btn:hover span{
color: #1723d9;
}
.product-tab-box .tab-btns .tab-btn span:before{
position: absolute;
left: 0;
bottom: -1px;
right: 0;
height: 1px;
background: #1723d9;
content: "";
opacity: 0;
transition: all 500ms ease;
transition-delay: .1s;
}
.product-tab-box .tab-btns .tab-btn.active-btn span:before,
.product-tab-box .tab-btns .tab-btn:hover span:before{
opacity: 1;
}
.product-tab-box .tabs-content {
position: relative;
display: block;
padding: 0;
}
.product-tab-box .tabs-content .tab{
position: relative;
padding: 0px;
display: none;
}
.product-tab-box .tabs-content .tab.active-tab{
display: block;	
}
.review-box-holder {
position: relative;
display: block;
}
.review-box-holder .single-review-outer-box {
position: relative;
display: block;
padding: 34px 39px 32px;
border: 1px solid #ededed;
}
.review-box-holder .single-review-box {
position: relative;
display: block;
padding-left: 70px;
}
.review-box-holder .single-review-box .image-holder {
position: absolute;
left: 0;
top: 5px;
}
.review-box-holder .single-review-box .image-holder img{
width: 100%;
border-radius: 50%;
}
.review-box-holder .single-review-box .text-holder {
position: relative;
display: block;
padding-left: 25px;
}
.review-box-holder .single-review-box .text-holder .top {
position: relative;
display: block;
overflow: hidden;
margin: 0 0 16px;
}
.review-box-holder .single-review-box .text-holder .top .name h3 {
color: #1b1b1b;
font-size: 16px;
font-weight: 600;
margin: 0 0 4px;
text-transform: capitalize;
font-family: 'Poppins', sans-serif;
}
.review-box-holder .single-review-box .text-holder .top .name h3 span{
color: #7e7e7e;
font-size: 16px;
font-weight: 400;
text-transform: none;
font-family: 'Muli', sans-serif;
}
.review-box-holder .single-review-box .text-holder .top .review-box ul {
position: relative;
display: block;
overflow: hidden;
}
.review-box-holder .single-review-box .text-holder .top .review-box ul li {
display: inline-block;
float: left;
margin-right: 4px;
}
.review-box-holder .single-review-box .text-holder .top .review-box ul li:last-child{
margin-right: 0;
}
.review-box-holder .single-review-box .text-holder .top .review-box ul li i {
color: #1723d9;
font-size: 14px;
}
.review-box-holder .single-review-box .text-holder .text p {
margin: 0;
}
.shop-review-carousel.owl-carousel .owl-nav {
position: absolute;
top: -77px;
right: 0;
margin: 0px;
text-align: right;
width: 50px;
height: 30px;
}
.shop-review-carousel.owl-carousel .owl-nav [class*="owl-"] {
width: 20px;
height: 30px;
border: 0px solid;
color: #a6a6a6;
font-size: 25px;
line-height: 25px;
font-weight: 300;
margin: 0;
padding: 0;
background: rgba(255, 255, 255, 0.05);
border-radius: 0;
transition: all 200ms linear;
transition-delay: 0.1s;
}
.shop-review-carousel.owl-carousel .owl-nav .owl-prev {
position: absolute;
left: 0px;
}
.shop-review-carousel.owl-carousel .owl-nav .owl-next{
position: absolute;
right: 0px;    
}
.shop-review-carousel.owl-carousel .owl-nav [class*="owl-"]:hover{
color: #1723d9;
}
.product-tab-box .review-form {
padding-top: 74px;
}
.product-tab-box .review-form .shop-page-title{
padding-bottom: 29px;
}
.shop-page-title{
position: relative;
display: block;
}
.shop-page-title .title{
color: #1b1b1b;
font-size: 24px;
line-height: 32px;
font-weight: 600;
margin: 0 0 4px;
text-transform: capitalize;
font-family: 'Poppins', sans-serif;
}
.shop-page-title .title span{
font-weight: 400;
}
.shop-page-title p{
margin: 0;
}
.shop-page-title p b{
color: #1723d9;
font-weight: 400;
}
.product-tab-box .review-form .add-rating-box {
position: relative;
display: block;
overflow: hidden;
margin-bottom: 20px;
}
.product-tab-box .review-form .add-rating-box .add-rating-title{
position: relative;
display: inline-block;
float: left;    
}
.product-tab-box .review-form .add-rating-box .add-rating-title p {
position: relative;
display: inline-block;
float: left;
line-height: 20px;
margin: 0;
text-transform: capitalize;
}
.product-tab-box .review-form .add-rating-box .review-box{
position: relative;
display: inline-block;
float: left; 
padding-left: 20px;
}
.product-tab-box .review-form .add-rating-box .review-box ul li {
position: relative;
display: inline-block;
float: left;
line-height: 20px;
margin-right: 5px;
}
.product-tab-box .review-form .add-rating-box .review-box ul li:last-child{
margin-right: 0px;
}
.product-tab-box .review-form .add-rating-box .review-box ul li i {
color: #c72a30;
font-size: 14px;
line-height: 20px;
opacity: 1;
transition: all 500ms ease 0s;
}
.product-tab-box .review-form .input-box p{
color: #7e7e7e;
font-size: 15px;
line-height: 20px;
font-weight: 400;
margin: 0 0 5px;
}
.product-tab-box .review-form .input-box p span{
color: #1723d9;    
}
.product-tab-box .review-form form input[type="text"], 
.product-tab-box .review-form form input[type="email"], 
.product-tab-box .review-form form textarea {
position: relative;
display: block;
background: #ffffff;
width: 100%;
height: 60px;
border: 1px solid #ededed;
color: #252525;
font-size: 15px;
padding: 0 20px;
margin-bottom: 30px;
border-radius: 0px;
transition: all 500ms ease;
}
.product-tab-box .review-form form textarea {
height: 170px;
padding: 10px 20px;
margin-bottom: 40px;
}
.product-tab-box .review-form form button {
position: relative;
display: inline-block;
padding: 0 60px;
background: #1723d9;
color: #ffffff;
font-size: 16px;
font-weight: 600;
line-height: 60px;
text-transform: capitalize;
border-radius: 5px;
font-family: 'Poppins', sans-serif;
transition: all 200ms linear;
transition-delay: 0.1s;
}
.product-tab-box .review-form form button:hover{
color: #ffffff;
background: #0a0a0a; 
}
.product-tab-box .review-form form input[type="text"]:focus{
border-color: #e1dddd;
}
.product-tab-box .review-form form input[type="email"]:focus{
border-color: #e1dddd;
}
.product-tab-box .review-form form textarea:focus{
border-color: #e1dddd;  
}
.related-product {
padding-top: 73px;
}
.related-product .shop-page-title {
padding-bottom: 28px;
}
.related-product .single-product-item {}
.single-product-item .img-holder .discount-box{
position: absolute;
top: 20px;
right: 20px;
display: inline-block;
padding: 0 10px;
background: #c72a30;
color: #ffffff;
font-size: 14px;
line-height: 30px;
font-weight: 600;
border-radius: 5px;
font-family: 'Poppins', sans-serif;
} .cart-area {
padding-top: 124px;
padding-bottom: 130px;
}
.cart-area .table-outer {
position: relative;
width: 100%;
overflow-x: auto;
}
.cart-table-title{
position: relative;
display: flex;
justify-content: space-between;
flex-direction: row;
flex-wrap: wrap;
align-items: center;
padding-bottom: 15px;
}
.cart-table-title .left-title{
position: relative;
display: block;
}
.cart-table-title .left-title h5{
color: #1b1b1b;
font-size: 14px;
line-height: 20px;
font-weight: 600;
text-transform: uppercase;
font-family: 'Poppins', sans-serif;
}
.cart-table-title .left-title h5 span{
color: #7e7e7e;
font-size: 16px;
font-weight: 400;
text-transform: capitalize;
font-family: 'Muli', sans-serif;
}
.cart-table-title .right-title{
position: relative;
display: block;    
}
.cart-table-title .right-title h5{
color: #1b1b1b;
font-size: 14px;
line-height: 20px;
font-weight: 600;
text-transform: uppercase;
font-family: 'Poppins', sans-serif;    
}
.cart-table-title .right-title h5 span{
color: #7e7e7e;
font-size: 16px;
font-weight: 400;
text-transform: capitalize;
font-family: 'Muli', sans-serif;    
}
.cart-area .cart-table {
min-width: 1024px;
width: 100%;
}
.cart-area .cart-table .cart-header {
position: relative;
width: 100%;
}
.cart-area .cart-table thead tr {
border: 1px solid #ededed;
background: #ffffff;
}
.cart-area .cart-table thead tr th {
color: #1b1b1b;
font-size: 16px;
line-height: 24px;
font-weight: 600;
min-width: 160px;
padding: 22px 40px;
border: 1px solid #ededed;
font-family: 'Poppins', sans-serif;
}
.cart-area .cart-table thead tr th.hide-me {
display: table-column;
}
.cart-area .cart-table thead tr th.prod-column {
position: relative;
}
.cart-area .cart-table thead tr th.prod-column:before {
position: absolute;
top: 0;
right: -1px;
bottom: 0;
width: 10px;
background: #ffffff;
content: "";
z-index: 3;
}
.cart-area .cart-table thead tr th.availability {
padding: 0 40px
}
.cart-area .cart-table tbody tr {
border-bottom: 1px solid #ededed;
}
.cart-area .cart-table tbody tr td {
min-width: 160px;
padding: 25px 40px;
border: 1px solid #ededed;
}
.cart-area .cart-table tbody tr .prod-column .column-box {
position: relative;
min-height: 100px;
}
.cart-area .cart-table tbody tr .prod-column .column-box .prod-thumb {
width: 80px;
}
.cart-area .cart-table tbody tr .prod-column .column-box .prod-thumb a {
position: relative;
display: block;
border-radius: 0px;
}
.cart-area .cart-table tbody tr .prod-column .column-box .prod-thumb a img {
width: 100%;
}
.cart-area .cart-table tbody tr .prod-column .column-box .prod-thumb, 
.cart-area .cart-table tbody tr .prod-column .column-box .title{
display: table-cell;
vertical-align: middle;
}
.cart-area .cart-table tbody tr .prod-column .column-box .title{
padding-left: 30px;
}
.cart-area .cart-table tbody tr .prod-column .column-box .title h3 {
color: #1b1b1b;
font-size: 18px;
font-weight: 600;
line-height: 20px;
text-transform: capitalize;
font-family: 'Poppins', sans-serif;
}
.cart-area .cart-table tbody tr .qty{}
.cart-area .cart-table tbody tr .qty .input-group.bootstrap-touchspin {
float: none;
width: 90px;
}
.cart-area .cart-table tbody tr td.price {
color: #7e7e7e;
font-size: 16px;
font-weight: 400;
font-family: 'Muli', sans-serif;
}
.cart-area .cart-table tbody tr .sub-total {
color: #1723d9;
font-size: 16px;
font-weight: 400;
font-family: 'Muli', sans-serif;
}
.cart-area .cart-table tbody tr td .remove {
position: relative;
display: inline-block;
}
.cart-area .cart-table tbody tr td .remove span:before{
color: #b0b0b0;
font-size: 35px;
line-height: 35px;
transition: all 200ms linear;
transition-delay: 0.1s;
}
.cart-area .cart-table tbody tr td .remove:hover span:before{
color: #1723d9;    
}
.cart-button-box {
padding-top: 30px
}
.cart-button-box .apply-coupon {
padding-left: 245px;
position: relative;
}
.cart-button-box .apply-coupon input[type="text"] {
position: absolute;
top: 0;
left: 0;
width: 225px;
height: 60px;
border: 1px solid #ededed;
color: #7e7e7e;
font-size: 16px;
font-weight: 400;
padding: 0 15px;
text-transform: capitalize;
transition: all 500ms ease 0s;
border-radius: 5px;
}
.cart-button-box .apply-coupon input[type="text"]:focus {
border: 1px solid #1723d9
}
.cart-button-box .apply-coupon .apply-coupon-button button {
color: #1723d9;
line-height: 56px;
background: transparent;
border: 2px solid #1723d9;
padding: 0 30px;
}
.cart-button-box .apply-coupon .apply-coupon-button button:hover{
color: #ffffff;
background: #1723d9
}
.cart-button-box .update-cart button {
color: #1723d9;
line-height: 56px;
background: transparent;
border: 2px solid #1723d9;
padding: 0 30px;
}
.cart-button-box .update-cart button:hover{
color: #ffffff;
background: #1723d9
} 
.cart-button-box button.checkout-btn{
margin-left: 16px; 
}
.cart-button-box button.checkout-btn:hover{
} .checkout-area {
position: relative;
display: block;
padding-top: 126px;
padding-bottom: 130px;
}
.checkout-area form .title{
position: relative;
display: block;
padding-bottom: 24px;
}
.checkout-area form .title h5{
color: #1b1b1b;
font-size: 18px;
line-height: 24px;
font-weight: 600;
font-family: 'Poppins', sans-serif;
}
.checkout-area form .contact-info{
margin-bottom: 59px;
}
.checkout-area form .input-box{
position: relative;
display: block;
margin-bottom: 20px;
}
.checkout-area form .input-box input[type="text"], 
.checkout-area form .input-box input[type="email"] {
position: relative;
display: block;   
border: 1px solid #ededed;
color: #7e7e7e;
font-size: 16px;
font-weight: 400;
height: 60px;
padding: 0 25px;
width: 100%;
border-radius: 0px;
transition: all 500ms ease;
}
.checkout-area form .input-box input[type="text"]:focus{
border: 1px solid #1723d9;
}
.checkout-area form .input-box input[type="email"]:focus{
border: 1px solid #1723d9;
}
.checkout-area .checkbox {
margin: 1px 0 0;
}
.checkout-area .checkbox label {
color: #1c1f26;
font-size: 14px;
font-weight: 400;
margin: 0;
cursor: pointer;
font-family: 'Muli', sans-serif;
}
.checkout-area .checkbox input[type="checkbox"] {
position: relative;
top: 0px;
cursor: pointer;
display: inline-block;
margin: 0;
vertical-align: middle;
}
.checkout-area .checkbox label span {
position: relative;
top: 1px;
display: inline-block;
}
.checkout-table {
position: relative;
width: 100%;
overflow-x: auto;
border: 1px solid #ededed;
padding: 40px;
padding-top: 10px;
margin-top: 4px;
}
.checkout-table table {
min-width: 450px;
width: 100%;
}
.checkout-table table tbody tr {
border-bottom: 1px solid #ededed;
}
.checkout-table table tbody tr td {
vertical-align: middle
}
.checkout-table table tbody tr td {
min-width: 110px;
padding: 30px 0px;
}
.checkout-table table tbody tr .product-column .column-box {
min-height: 70px;
}
.checkout-table table tbody tr .product-column .column-box .prod-thumb {
width: 70px;
}
.checkout-table table tbody tr .product-column .column-box .prod-thumb a {
display: block;
}
.checkout-table table tbody tr .product-column .column-box .prod-thumb img {
display: block;
width: 100%;
}
.checkout-table table tbody tr .product-column .column-box .prod-thumb, 
.checkout-table table tbody tr .product-column .column-box .product-title{
display: table-cell;
vertical-align: middle;
}
.checkout-table table tbody tr .product-column .column-box .product-title{
padding-left: 30px;
}
.checkout-table table tbody tr .product-column .column-box .product-title h3 {
color: #1b1b1b;
font-size: 18px;
font-weight: 600;
text-transform: capitalize;
margin: 0 0 0px;
font-family: 'Poppins', sans-serif;
}
.checkout-table table tbody tr .product-column .column-box .product-title span{}
.checkout-table table tbody tr td.price {
color: #1c1f26;
font-size: 16px;
font-weight: 500;
text-align: right;
font-family: 'Muli', sans-serif;
}
.checkout-table ul {
position: relative;
display: block;
padding-top: 47px;
}
.checkout-table ul li{
position: relative;
display: block;
overflow: hidden;
margin-bottom: 23px;
z-index: 1;
}
.checkout-table ul li:last-child{
margin-bottom: 0;
}
.checkout-table ul li:before {
position: absolute;
left: 0;
bottom: 10px;
right: 0;
height: 1px;
border-bottom: 1px dashed #c2c2c2;
content: "";
z-index: -1;
}
.checkout-table ul li span{
position: relative;
display: inline-block;
padding-right: 20px;
background: #ffffff;
color: #1c1f26;
font-size: 16px;
line-height: 20px;
font-weight: 600;
float: left;
text-align: left;
font-family: 'Poppins', sans-serif;
}
.checkout-table ul li b{
position: relative;
display: inline-block;
padding-left: 20px;
background: #ffffff;
color: #1c1f26;
font-size: 16px;
line-height: 20px;
font-weight: 400;
float: right;
text-align: right;
font-family: 'Muli', sans-serif; 
}
.checkout-table .total-price {
position: relative;
display: flex;
justify-content: space-between;
flex-direction: row;
flex-wrap: wrap;
align-items: center;
border-top: 1px solid #ededed;
border-bottom: 1px solid #ededed;
padding-top: 20px;
padding-bottom: 19px;
margin-top: 45px;
margin-bottom: 45px;
}
.checkout-table .total-price .left{
position: relative;
display: block;
}
.checkout-table .total-price .left h3{
color: #1c1f26;
font-size: 18px;
line-height: 24px;
font-weight: 600;
font-family: 'Poppins', sans-serif;
}
.checkout-table .total-price .right{
position: relative;
display: block;    
}
.checkout-table .total-price .right h3{
color: #1723d9;
font-size: 18px;
line-height: 24px;
font-weight: 600;
font-family: 'Poppins', sans-serif;    
}
.checkout-table .payment-button{}
.checkout-table .payment-button button{
padding: 0 30px;
}
.checkout-table .payment-button button:hover{
background: #434ee8;
}
.payment-card-details-box{
position: relative;
display: block;
padding: 65px 50px 70px;
margin-top: 84px;
-webkit-box-shadow: 0px 0px 10px 4px #f5f5f5; 
box-shadow: 0px 0px 10px 4px #f5f5f5;
}
.payment-card-details-box .title{
position: relative;
display: block;
padding-bottom: 34px;
}
.payment-card-details-box .title h3{
color: #1b1b1b;
font-size: 18px;
line-height: 24px;
font-weight: 600;
font-family: 'Poppins', sans-serif;
}
.payment-options {
position: relative;
display: block;
}
.payment-options .outer-box {
position: relative;
display: block;
margin-top: -8px;
}
.payment-options .option-block {
margin-bottom: 19px
}
.payment-options .option-block .checkbox {
margin: 0;
}
.payment-options .option-block .checkbox label {
display: block;
margin: 0;
}
.payment-options .option-block .checkbox label input {
position: relative;
top: 3px;
}
.payment-options .option-block .checkbox label span {
color: #1b1b1b;
font-size: 14px;
line-height: 20px;
font-weight: 600;
padding-left: 10px;
text-transform: uppercase;
font-family: 'Poppins', sans-serif;
}
.payment-options .option-block .text {
position: relative;
display: block;
padding-top: 10px;
}
.payment-options .option-block .text p {
margin: 0;
}
.card-details-box{
position: relative;
display: block;
}
.card-details-box .outer-box{}
.card-details-box form{}
.card-details-box form .make-payment-button{}
.card-details-box form .make-payment-button button{
position: relative;
display: block;
padding: 0;
width: 100%;
}
.card-details-box form .make-payment-button button:hover{
background: #434ee8;    
} .login-register-area {
position: relative;
display: block;
padding-top: 123px;
padding-bottom: 122px;
}
.login-register-area .form .shop-page-title{
padding-bottom: 18px;
}
.login-register-area .form form {
width: 100%;
}
.login-register-area .form .input-field {
position: relative;
}
.login-register-area .form .input-field input[type="text"] {
position: relative;
display: block;
width: 100%;
height: 50px;
border: 1px solid #ededed;
color: #7e7e7e;
font-size: 16px;
margin-bottom: 30px;
padding-left: 15px;
padding-right: 50px;
transition: all 700ms ease 0s;
}
.login-register-area .form .input-field .icon-holder {
position: absolute;
top: 15px;
right: 20px;
}
.login-register-area .form .input-field .icon-holder i {
color: #999999;
font-size: 14px;
font-weight: 400;
}
.login-register-area .form button {
line-height: 50px;
padding: 0 40px;
}
.login-register-area .form button:hover{ 
background: #0a0a0a; 
}
.login-register-area .form .remember-text {
margin-top: 19px;
}
.login-register-area .form .remember-text .checkbox label {
margin: 0;
cursor: pointer;
}
.login-register-area .form .remember-text .checkbox input {
position: relative;
top: 1px;
}
.login-register-area .form .remember-text .checkbox span {
color: #1b1b1b;
font-size: 16px;
font-weight: 600;
font-family: 'Poppins', sans-serif;
}
.login-register-area .form .social-icon {
position: relative;
float: right;
margin-right: -8px;
}
.login-register-area .form .social-icon .login-with {
position: absolute;
left: -100px;
top: 11px;
margin: 0;
}
.login-register-area .form .social-icon li {
display: inline-block;
margin: 0 8px;
}
.login-register-area .form .social-icon li a i {
position: relative;
display: block;
background: #ffffff;
width: 50px;
height: 50px;
border: 1px solid #e7e7e7;
color: #9c9c9c;
font-size: 14px;
line-height: 48px;
text-align: center;
transition: all 700ms ease 0s;
}
.login-register-area .form .social-icon li a:hover i{
color: #ffffff;
border-color: #1723d9;
background: #1723d9;
}
.login-register-area .form  .right-button{
align-items: center;
}
.login-register-area .form .right {
position: relative;
display: block;
overflow: hidden;
text-align: right;
}
.login-register-area .form .right h6 {
color: #7e7e7e;
font-size: 16px;
font-weight: 400;
font-family: 'Muli', sans-serif;
}
.login-register-area .form .right h6 span{
color: #1723d9;
}
.login-register-area .form .input-field input[type="text"]:focus{
border: 1px solid #1d1d1d;    
}
#ui-datepicker-div.ui-widget-content { background: #fff none repeat scroll 0 0;
border: 1px solid #777;
color: #252525;
font-family: "Poppins",sans-serif;
font-size: 14px;
border-radius: 0px;
width: 270px;
padding: 5px;
}
#ui-datepicker-div.ui-datepicker .ui-datepicker-header {
background: #151515 none repeat scroll 0 0;
border: 2px solid #252525;
border-radius: 0;
color: #fff;
font-weight: 700;
padding: 5px 0;
position: relative;
}
.ui-datepicker td a {
color: #000000 !important;
text-align: center;
background-image: none !important;
background: #f5f5f5 !important;
border: 1px solid #f9f9f9 !important;
}
.ui-state-highlight, 
.ui-widget-content .ui-state-highlight, 
.ui-widget-header .ui-state-highlight{
border: 1px solid #333333 !important;
background: #333333 !important;
color: #ffffff !important;
}
.ui-datepicker .ui-datepicker-prev {
left: 5px;
}
.ui-datepicker .ui-datepicker-prev, 
.ui-datepicker .ui-datepicker-next {
border-radius: 30%;
height: 20px;
position: absolute;
top: 7px;
width: 20px;
transition: all 500ms ease;
cursor: pointer;
}
.ui-datepicker .ui-datepicker-next {
right: 5px;
}
.ui-datepicker .ui-datepicker-prev:hover, 
.ui-datepicker .ui-datepicker-next:hover {
top: 7px;
background: #fff;
border: none;
}
.ui-datepicker table {
border-collapse: collapse;
font-size: 13px;
margin: 0 0 0.4em;
width: 100%;
}
.ui-datepicker th {
border: medium none;
font-weight: 600;
padding: 2px 3px;
text-align: center;
}
.ui-datepicker-calendar .ui-state-default:hover,
.ui-datepicker-calendar .ui-state-default:active{
background: #43c3ea;
color: #fff;
border-color: #43c3ea;
} .banner-section-two{
position:relative;
}
.banner-section-two .slide{
position:relative;
padding:250px 0px 250px;
background-size:cover;
background-position:center top;
background-repeat:no-repeat;
}
.banner-section-two .content-boxed{
position:relative;
}
.banner-section-two .content-boxed .title{
position: relative;
display: block;
color: #ffffff;
font-size: 18px;
line-height: 1.2em;
font-weight: 600;
text-align: center;
margin-bottom:45px;
text-transform: uppercase;
font-family: 'Poppins', sans-serif
}
.banner-section-two .content-boxed h1{
position: relative;
color: #ffffff;
font-size: 80px;
line-height: 1.1em;
font-weight: 900;
margin-bottom:30px;
text-transform: uppercase;
font-family: 'Poppins', sans-serif;
}
.banner-section-two .content-boxed h1 span{
font-weight: 500;
text-transform: capitalize;
font-family: 'Playfair Display', serif;
}
.banner-section-two .content-boxed .service-btn{
position: relative;
display: inline-block;
padding-left: 85px;
color: #ffffff;
font-size: 16px;
line-height: 55px;
font-weight: 600;
font-family: 'Poppins', sans-serif;
background: url(//www.mywebsitefreelancer.com/wp-content/themes/jixic/assets/images/icon/slide-btn1-bg.png);
background-repeat: no-repeat;
background-position: left;
transition: all 200ms linear;
transition-delay: 0.1s;
}
.banner-section-two .patern-layer-one{
position:absolute;
right:-80px;
bottom:100px;
width:202px;
height:166px;
z-index:1;
background-repeat:no-repeat;
}
.banner-section-two .content-boxed .agency{
position: relative;
display: block;
text-align:center;
}
.banner-section-two .content-boxed .agency ul{
position: relative;
display: block;
overflow: hidden;
text-align: center;
}
.banner-section-two .content-boxed .agency ul li{
position: relative;
display: inline-block;
color: #ffffff;
font-size: 100px;
line-height: 74px;
font-weight: 900;
text-transform: uppercase;
margin: 0 -5px;
font-family: 'Poppins', sans-serif;
}
.banner-section-two .content-boxed .agency ul li span{
position: relative;
display: inline-block;
width: 100px;
height: 2px;
}
.banner-section-two .content-boxed ul li span:before{
position: absolute;
left: 0;
bottom: 0;
right: 0;
width: 40px;
height: 2px;
background: #ffffff;
content: "";
margin: 0 auto;
}
.banner-section-two .content-boxed .text{
position: relative;
display: block;
color: #ffffff;
font-size: 18px;
line-height: 30px;
font-weight: 700;
margin-top:40px;
margin-bottom:40px;
text-align: center;
font-family: 'Muli', sans-serif;
}
.banner-section-two .content-boxed.style-two{
text-align:left;
padding-left:260px;
}
.banner-section-two .content-boxed.style-two .text{
text-align:left;
}
.banner-section-two .content-boxed.style-three h1{
text-transform:capitalize;
}
.banner-section-two .content-boxed.style-three .text{
text-align:left;
}
.banner-section-two .owl-dots{
display:none;
}
.banner-section-two .owl-nav{
position:absolute;
left:30px;
top:50%;
width:50px;
}
.banner-section-two .owl-nav .owl-prev,
.banner-section-two .owl-nav .owl-next{
position:relative;
width:50px;
height:50px;
color:#ffffff;
font-size:20px;
line-height:40px;
border-radius:50px;
display:inline-block;
background:none;
transition:all 0.3s ease;
-moz-transition:all 0.3s ease;
-webkit-transition:all 0.3s ease;
-ms-transition:all 0.3s ease;
-o-transition:all 0.3s ease;
border:1px solid rgba(255,255,255,0.30);
}
.banner-section-two .owl-nav .owl-prev:hover,
.banner-section-two .owl-nav .owl-next:hover{
background-color:#ffffff;
color:#000000;
}
.video-holder-box {
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: auto;
}
.video-holder-box .outer{
display: table;
width: 100%;
height: 100%;
}
.video-holder-box .outer .content-box{
display: table-cell;
vertical-align: middle;
}
.video-holder-box .img-holder {
position: relative;
display: block;
overflow: hidden;
max-width: 400px;
width: 100%;
}
.video-holder-box .img-holder img{
width: 100%;
}
.video-holder-box .img-holder .icon-holder{
position: absolute;
top: 0px;
left: 0px;
bottom: 0px;
right: 0px;
content: "";
background: rgba(255, 255, 255, 0.02);
transition: all 900ms ease;
z-index: 3;
opacity: 1;    
}
.video-holder-box .img-holder .icon-holder .icon{
display: table;
width: 100%;
height: 100%;
}
.video-holder-box .img-holder .icon-holder .icon .inner{
display: table-cell;
vertical-align: middle;
text-align: center;
}
.video-holder-box .img-holder .icon-holder .icon .inner a {
position: relative;
display: inline-block;
height: 75px;
width: 75px;
color: #ffffff;
border-radius: 50%;
text-align: center;
transition: all 500ms ease;
}
.video-holder-box .img-holder .icon-holder .icon .inner a span:before {
position: relative;
display: block;
color: #ffffff;
font-size: 75px;
line-height: 75px;
}
.video-holder-box .big-title {
position: absolute;
left: 0;
bottom: 80px;
right: 0;
max-width: 400px;
width: 100%;
color: #1723d9;
font-size: 60px;
line-height: 60px;
font-weight: 400;
font-family: 'Knewave', cursive;
text-align: center;
transform: rotate(-30deg);
z-index: 3;
}
.banner-section-two .video-holder-box{
top:150px;
}
.banner-section-two .video-holder-box a{
position: relative;
display: block;
background: #ffa16a;
height: 125px;
width: 125px;
border-radius: 50%;
color: #ffffff;
text-align: center;
}
.banner-section-two .video-holder-box a:hover{
background: #fddb4e;
}
.banner-section-two .video-holder-box a span:before{
position: relative;
display: block;
text-align: center;
font-size: 40px;
line-height: 125px;
}
.slider-sociallinks-search-box{
position: absolute;
left: 0;
bottom: 0;
right: 0;
max-width: 1170px;
width: 100%;
margin: 0 auto;
z-index: 100;
display: flex;
justify-content: space-between;
flex-direction: row;
flex-wrap: wrap;
align-items: center;
padding: 19px 0;
}
.slider-sociallinks-search-box .sociallinks{
position: relative;
display: block;
}
.slider-sociallinks-search-box .sociallinks .sociallinks-style-two{
padding-left: 85px;    
}
.slider-sociallinks-search-box .sociallinks .sociallinks-style-two:before {
position: absolute;
top: 0;
left: 0;
bottom: 0;
width: 70px;
height: 1px;
background: rgba(255, 255, 255, 0.30);
content: "";
margin: 14px 0;
}
.slider-sociallinks-search-box .sociallinks .sociallinks-style-two li{}
.slider-sociallinks-search-box .sociallinks .sociallinks-style-two li a:hover i{
color: #fddb4e;    
}
.slider-search-box {
position: relative;
display: block;
width: 80px;
top: -17px;
}
.slider-search-box form.search-form {
position: relative;
display: block;
width: 100%;
}
.slider-search-box .search-form input[type="text"] {
position: relative;
display: block;
background: transparent;
border: 0px solid;
border-bottom: 1px solid rgba(255, 255, 255, 0.30);
color: #ffffff;
font-size: 16px;
font-weight: 400;
width: 100%;
height: 35px;
letter-spacing: .1em;
padding-left: 0px;
padding-right: 0;
transition: all 500ms ease 0s;
}
.slider-search-box .search-form button {
position: absolute;
top: 18px;
left: -40px;
width: 30px;
height: 30px;
background: transparent;
color: #ffffff;
display: block;
padding: 0;
text-align: center;
line-height: 30px;
transition: all 500ms ease 0s;
border-radius: 0;
}
.slider-search-box .search-form button i {
font-size: 14px
}
.slider-search-box .search-form input[type="text"]:focus {
border-bottom: 1px solid rgba(255, 255, 255, 0.90);
color: #ffffff;
}
.slider-search-box .search-form input[type="text"]:focus + button, 
.slider-search-box .search-form button:hover {
color: #1b1b1b;
background: #fddb4e;
}
.slider-search-box .search-form input::-webkit-input-placeholder {
color: #ffffff;
}
.slider-search-box .search-form input:-moz-placeholder {
color: #ffffff;
}
.slider-search-box .search-form input::-moz-placeholder {
color: #ffffff;
}
.slider-search-box .search-form input:-ms-input-placeholder {
color: #ffffff;
}#wp-calendar {
width: 100%;
}
#wp-calendar caption {
text-align: center; 
color: #333; 
font-size: 16px; 
padding-bottom:0px;
font-weight:700;
}
#wp-calendar thead { 
font-size: 14px;
}
#wp-calendar thead th { 
padding: 8px;
border: 1px solid #eaeaea;
text-align: center;
border-radius: 0px;
color: #fff;
background: #1723d9;
}
#wp-calendar tbody { 
color: #aaa; 
}
#wp-calendar tbody td { 
background: #f0f0f0;
border: 1px solid #ffffff;
text-align: center;
padding: 8px;
color: #555;
}
#wp-calendar tbody td:hover { 
background: #fff; 
}
#wp-calendar tbody .pad { 
background: none; 
}
#wp-calendar tfoot tr{
background:#1723d9;
}
#wp-calendar tfoot #next { 
font-size: 14px; 
text-transform: uppercase; 
text-align: right;
padding: 10px; 
}
#wp-calendar tfoot #prev { 
font-size: 14px; 
text-transform: uppercase; 
padding: 10px; 
}
.wp-caption {
text-align: center;
background-color: #f3f3f3;
padding-top: 4px;
margin: 10px;
-moz-border-radius: 3px;
-khtml-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
}
.wp-caption p.wp-caption-text {
font-size: 11px;
line-height: 17px;
padding: 0 4px 5px;
margin: 0;
}
.gallery-caption {
font-size:15px;
color:#777777;
line-height:1.8em;
font-weight:400;
background:#ffffff;
-webkit-font-smoothing: antialiased;
-moz-font-smoothing: antialiased;
font-family: 'Lato', sans-serif;	
}
.bypostauthor{
font-size:15px;
color:#777777;
line-height:1.8em;
font-weight:400;
background:#ffffff;
-webkit-font-smoothing: antialiased;
-moz-font-smoothing: antialiased;
font-family: 'Lato', sans-serif;		
}
.alignright{ 
text-align:right;
}
.alignleft{ 
text-align:left;
}
.aligncenter{ 
text-align:center;
}	
.alignnone {
margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
display: block;
margin: 5px auto 5px auto;
}
.alignright {
float:right;
margin: 5px 0 20px 20px;
}
.alignleft {
float: left;
margin: 5px 20px 20px 0;
}
a img.alignright {
float: right;
margin: 5px 0 20px 20px;
}
a img.alignnone {
margin: 5px 20px 20px 0;
}
a img.alignleft {
float: left;
margin: 5px 20px 20px 0;
}
a img.aligncenter {
display: block;
margin-left: auto;
margin-right: auto
}
.wp-caption {
background: #fff;
max-width: 96%; padding: 5px 3px 10px;
text-align: center;
}
.wp-caption.alignnone {
margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
margin: 5px 0 20px 20px;
}
.wp-caption img {
border: 0 none;
height: auto;
margin: 0;
max-width: 98.5%;
padding: 0;
width: auto;
}
.wp-caption p.wp-caption-text {
font-size: 11px;
line-height: 17px;
margin: 0;
padding: 0 4px 5px;
} .screen-reader-text {
clip: rect(1px, 1px, 1px, 1px);
position: absolute !important;
height: 1px;
width: 1px;
overflow: hidden;
}
.screen-reader-text:focus {
background-color: #f1f1f1;
border-radius: 3px;
box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
clip: auto !important;
color: #21759b;
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; } .thm-unit-test .tag-sticky-2.single-blog-post-style5 .text-holder,
.thm-unit-test .sticky.single-blog-post-style5 .text-holder{
background:#fafafa;
border:5px solid #e1e1e1;
}
.thm-unit-test h1,.thm-unit-test h2,.thm-unit-test h3,.thm-unit-test h4,.thm-unit-test h5,.thm-unit-test h6{
color: #1d1d1d;
display: block;
line-height: 1.6;
font-family: 'Montserrat', sans-serif;
font-weight: 700;
}
.thm-unit-test table{
margin-bottom:30px;
width:100%;
}
.thm-unit-test table thead tr th{
border: 1px solid #ddd;
vertical-align: bottom;
padding:8px;
}
.thm-unit-test table tbody tr th{
border: 1px solid #ddd;
line-height: 1.42857;
padding: 8px;
vertical-align: top;
}
.thm-unit-test table tbody tr th a,
.thm-unit-test table tbody tr td a{
color:#1b1b1b;
font-weight:400;
}
.thm-unit-test table tbody tr td{
border: 1px solid #ddd;
line-height: 1.42857;
padding: 8px;
vertical-align: top;
}
.thm-unit-test .text > ul,.thm-unit-test .text > ol,.thm-unit-test > ol,.thm-unit-test > ul{
padding-left:18px;
margin-bottom:20px;
}
.thm-unit-test .text > ul li ul,.thm-unit-test .text > ul li ul li ul,.thm-unit-test > ul li ul,.thm-unit-test > ul li ul li ul,
.thm-unit-test .text > ol li ol,.thm-unit-test .text > ol li ol li ol,.thm-unit-test > ol li ol,.thm-unit-test > ol li ol li ol{
padding-left:40px;
}
.thm-unit-test .text > ul li,
.thm-unit-test > ul li{
list-style-type:disc;
display:list-item;
}
.thm-unit-test .text > ul li ul li,
.thm-unit-test > ul li ul li{
list-style-type:circle;
}
.thm-unit-test .text > ul li ul li ul li,
.thm-unit-test > ul li ul li ul li{
list-style-type:square;
}
.thm-unit-test ol li{
list-style-type:decimal;
display:list-item;
}
.thm-unit-test ol li ol li{
list-style-type:lower-alpha;
}
.thm-unit-test ol li ol li ol li{
list-style-type:upper-roman;
}
.thm-unit-test p img,.thm-unit-test figure img,.thm-unit-test img{
max-width:100%;
display:block;
height:auto;
}
figure{
max-width:100%;
display:block;
} .widget select{
width:100%;
display:block;
border:1px solid #ededed;
padding:6px 6px;
margin-top:15px;
}
.textwidget img {
height: auto;
max-width: 100%;
}
.widget ul li ul{
padding:0px;
margin:0px;
} .alignnone {
margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
display: block;
margin: 5px auto 5px auto;
}
.alignright {
float:right;
margin: 5px 0 20px 20px;
}
.alignleft {
float: left;
margin: 5px 20px 20px 0;
}
a img.alignright {
float: right;
margin: 5px 0 20px 20px;
}
a img.alignnone {
margin: 5px 20px 20px 0;
}
a img.alignleft {
float: left;
margin: 5px 20px 20px 0;
}
a img.aligncenter {
display: block;
margin-left: auto;
margin-right: auto;
}
.wp-caption {
background: #fff;
max-width: 96%; padding: 5px 3px 10px;
text-align: center;
}
.wp-caption.alignnone {
margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
margin: 5px 0 20px 20px;
}
.wp-caption img {
border: 0 none;
height: auto;
margin: 0;
max-width: 98.5%;
padding: 0;
width: auto;
}
.wp-caption p.wp-caption-text {
font-size: 11px;
line-height: 17px;
margin: 0;
padding: 0 4px 5px;
} .screen-reader-text {
border: 0;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute !important;
width: 1px;
word-wrap: normal !important; }
.screen-reader-text:focus {
background-color: #eee;
clip: auto !important;
clip-path: none;
color: #444;
display: block;
font-size: 1em;
height: auto;
left: 5px;
line-height: normal;
padding: 15px 23px 14px;
text-decoration: none;
top: 5px;
width: auto;
z-index: 100000; } .alignleft {
float: left;
margin-right: 1.5em;
}
.alignright {
float: right;
margin-left: 1.5em;
}
.aligncenter {
clear: both;
display: block;
margin-left: auto;
margin-right: auto;
} .gallery figure{
display:inline-block;
}
.gallery-columns-1,.gallery-columns-2,.gallery-columns-3,.gallery-columns-4,.gallery-columns-5,
.gallery-columns-6,.gallery-columns-7,.gallery-columns-8,.gallery-columns-9{
margin-left:-15px;
margin-right:-15px;
}
.gallery-columns-1 .gallery-item,.gallery-columns-2 .gallery-item,.gallery-columns-3 .gallery-item,
.gallery-columns-4 .gallery-item,.gallery-columns-5 .gallery-item,.gallery-columns-6 .gallery-item,
.gallery-columns-7 .gallery-item,.gallery-columns-8 .gallery-item,.gallery-columns-9 .gallery-item{
padding-left:15px;
padding-right:15px;
}
.gallery-columns-1 .gallery-item{
width:100%;
}
.gallery-columns-2 .gallery-item{
width:50%;
}
.gallery-columns-3 .gallery-item{
width: 33.33333333%;
}
.gallery-columns-4 .gallery-item{
width: 25%;
}
.gallery-columns-5 .gallery-item{
width: 20%;
}
.gallery-columns-6 .gallery-item{
width:16.66666666%;
}
.gallery-columns-7 .gallery-item{
width: 14.2857143%;
}
.gallery-columns-8 .gallery-item{
width: 12.5%;
}
.gallery-columns-9 .gallery-item{
width: 11.11111111%;
} .widget_rss.widget ul li{
padding-left:0px;
}
.widget_rss.footer-widget ul li{
margin-bottom:15px;
padding-bottom:15px;
padding-left:0px;
}
.widget_rss.footer-widget ul li:before{
display:none;
}
.widget_rss.widget ul li a,
.widget_rss.footer-widget ul li a{
font-weight:700;
padding-left:0px;
display:block;
}
.widget_rss.widget ul li .rss-date,
.widget_rss .footer-widget ul li .rss-date{
color:#1723d9;
display:block;
margin:10px 0;
}
.widget_rss.footer-widget ul li .rss-date{
color:#fafafa;
}
.widget_rss.widget ul li:before{
display:none;
}
.widget_rss.widget ul li .rssSummary{
font-size:14px;
}
.widget_rss.footer-widget ul li .rssSummary{
font-size:16px;
}
.widget_rss.widget ul li cite,
.widget_rss.footer-widget ul li cite{
color:#1723d9;
display:block;
font-size:14px;
margin-top:10px;
}
.widget_rss.footer-widget ul li cite{
color:#fafafa;
}
.widget_rss.footer-widget ul li{
border-bottom:1px dashed #fafafa;
}
.widget_rss.footer-widget ul li .rss-date{
margin-top:10px;
}
.blog-link .left-btn a{
margin:0 10px 0 0;
} .paginate-links a,
.paginate-links > span {
margin: 0 5px 7px 0;
position: relative;
border: 1px solid #1723d9;
color: #1723d9;
display: inline-block;
font-size: 14px;
font-weight: 800;
line-height: 44px;
min-width: 46px;
height:46px;
text-align: center;
text-transform: capitalize;
transition: all 500ms ease 0s;
}
.paginate-links a:hover,
.paginate-links > span{
background: #1723d9 none repeat scroll 0 0;
border-color: #1723d9;
color: #ffffff;
}
.post-password-form input[type="password"]{
border:1px solid #1723d9;
padding:5px 10px;
display:block;
margin-top:15px;
}
.post-password-form input[type="submit"]{
background:#1723d9;
color:#fff;
padding:6px 15px; 
display:inline-block;
border:none;
}
.thm-unit-test .posts-nav{
margin-top:50px;
padding-top:50px;
border-top:1px solid #e4e4e4;
}
.thm-unit-test .posts-nav .pull-left a,
.thm-unit-test .posts-nav .pull-right a{
display:block;
}
.thm-unit-test .posts-nav .pull-right a{
text-align:right;
}
.thm-unit-test .posts-nav a h6{
margin-bottom:6px;
}
.thm-unit-test .posts-nav a span{
position:absolute;
left:0px;
top:0px;
color:#ffffff;
font-size:14px;
background:#1723d9;
}
.thm-unit-test .posts-nav .pull-right a span{
left:auto;
right:0px;
}
.thm-unit-test .posts-nav a:hover{
color:#1723d9;
}
.thm-unit-test .posts-nav a:hover span{
background:#1723d9;
}
.thm-unit-test .posts-nav .pull-left{
float:left;
}
.thm-unit-test .posts-nav .pull-right{
float:right;
}
.thm-unit-test .posts-nav a{
font-size:15px;
color:#333333;
padding-top:9px;
}
.thm-unit-test .posts-nav a:hover{
color:#1723d9;
} .sidebar-page-container .shina_theme .group-title h2,
.sidebar-page-container .group-title h2{
margin-bottom:0px;
}
.pingback .author-thumb,.trackback .author-thumb{
display:none !important;
}
.pingback,.trackback {
padding-left:0px !important;
}
.pingback .text-holder,.trackback .text-holder{
margin-left:0px !important;
}
.no-comments{
display:inline-block;
background:#1723d9;
padding:8px 15px;
color:#ffffff;
margin-top:60px;
} .footer-widget{
margin-bottom:30px;
}
.footer-widget ul li ul li a{
line-height:20px;
}
.footer-widget ul li a,.footer-widget ul li,.footer-widget .textwidget p{
color:#ffffff;
}
.footer-widget.widget_rss ul .rsswidget{
color:#fafafa;
}
.footer-widget select{
width:100%;
padding:6px;
color:#222;
}
.footer-widget #wp-calendar caption{
padding:0px;
margin:15px 0 0px;
font-size:14px;
color:#ffffff;
}
.footer-widget #wp-calendar thead th{
border:1px solid #fafafa;
border-bottom:none;
text-align:center;
padding:0px;
line-height:30px;
color:#ffffff;
}
.footer-widget #wp-calendar tbody .pad{
background:#fafafa;
}
.single-blog-post-style5 .img-holder img{
max-width:100%;
width:auto;
}
.blog-single .news-block-two {
margin-bottom: 0px;
}
.page .paginate-links{
margin-top:30px;
}
.thm-unit-test > p{
margin-bottom:25px;
}
.thm-unit-test blockquote p{
margin-bottom: 0px;
}
.sidebar-page-container .comments-area .comment-box .comment-box{
border-bottom:none;
border-top:1px solid #ebe8e8;
margin-top:25px;
padding-bottom:0px;
}
.footer-widget .textwidget p.wp-caption-text{
color:#222222;
}
.footer-widget .tagcloud a{
font-size:14px !important;
padding:5px 20px;
display:inline-block;
background:#1723d9;
color:#ffffff;
margin-bottom:5px;
} .alignnone {
margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
display: block;
margin: 5px auto 30px auto;
}
.alignright {
float:right;
margin: 5px 0 20px 20px;
}
.alignleft {
float: left;
margin: 5px 20px 20px 0;
}
a img.alignright {
float: right;
margin: 5px 0 20px 20px;
}
a img.alignnone {
margin: 5px 20px 20px 0;
}
a img.alignleft {
float: left;
margin: 5px 20px 20px 0;
}
a img.aligncenter {
display: block;
margin-left: auto;
margin-right: auto;
}
.wp-caption {
background: #fff;
max-width: 96%; padding: 5px 3px 10px;
text-align: center;
}
.wp-caption.alignnone {
margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
margin: 5px 0 20px 20px;
}
.wp-caption img {
border: 0 none;
height: auto;
margin: 0;
max-width: 98.5%;
padding: 0;
width: auto;
}
.wp-caption p.wp-caption-text {
font-size: 11px;
line-height: 17px;
margin: 0;
padding: 0 4px 5px;
} .screen-reader-text {
border: 0;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute !important;
width: 1px;
word-wrap: normal !important; }
.screen-reader-text:focus {
background-color: #eee;
clip: auto !important;
clip-path: none;
color: #444;
display: block;
font-size: 1em;
height: auto;
left: 5px;
line-height: normal;
padding: 15px 23px 14px;
text-decoration: none;
top: 5px;
width: auto;
z-index: 100000; }
figcaption{
padding:10px 0;
}
.thm-unit-test > p{
margin-bottom:30px;
} dd,dt{
margin-bottom:10px;
}
.wp-block-cover p:not(.has-text-color){
color:#ffffff;
}
.wp-block-button{
margin-bottom:25px;
}
.thm-unit-test .text > ul li.blocks-gallery-item, .thm-unit-test > ul li.blocks-gallery-item{
display:inline-block;
}
.footer-widget ul li.recentcomments{
position:relative;
}
.sidebar-title h4 a,
.main-footer .footer-widget h4 a{
color:inherit;
}
dl dd a{
color:#1723d9;
}
#wp-calendar tfoot tr td a{
color:#ffffff;
}
.wp-calendar-nav{
background:#1723d9;
padding:10px;
margin-top:15px;
}
.wp-calendar-nav span a{
color:#ffffff;
font-weight:500;
}.wp-block-gallery{
padding-left:0px !important;
}
.wp-block-gallery.alignfull{
padding-left:0px !important;
}
.wp-block-gallery li{
list-style:none !important;
} .has-strong-yellow-background-color{
background-color:#f7bd00;
}
.has-strong-white-background-color{
background-color:#ffffff;
}
.has-light-black-background-color{
background-color:#242424;
}
.has-very-light-gray-background-color{
background-color:#797979;
}
.has-very-dark-black-background-color{
background-color:#000000;
}
.has-strong-yellow-color{
color:#f7bd00;
}
.has-strong-white-color{
color:#ffffff;
}
.has-light-black-color{
color:#242424;
}
.has-very-light-gray-color{
color:#797979;
}
.has-very-dark-black-color{
color:#000000;
} .alignwide {
margin-left: calc(25% - 25vw);
margin-right: calc(25% - 25vw);
width: auto;
max-width: 1000%;
}
.alignfull {
margin-left: calc(50% - 49.6vw);
margin-right: calc(50% - 49.6vw);
width: auto;
max-width: 1000%;
} .wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
width: 2.25em;
margin-left: 0;
}
pre{
background:none;
padding:0px;
border:none;
line-height: 1.8;
font-size:15px;
color: #333;
margin-bottom:20px;
}
.wp-block-separator.is-style-wide {
border-bottom-width: 2px;
}
.thm-unit-test .wp-block-latest-posts,
.thm-unit-test .text .wp-block-latest-posts,
.thm-unit-test .wp-block-categories,
.thm-unit-test .text .wp-block-categories,
.thm-unit-test .wp-block-archives,
.thm-unit-test .text .wp-block-archives{
padding-left:0px;
margin-bottom:20px;
}
.thm-unit-test .wp-block-latest-posts li,
.thm-unit-test .text .wp-block-latest-posts li,
.thm-unit-test .wp-block-categories li,
.thm-unit-test .text .wp-block-categories li,
.thm-unit-test .wp-block-archives li,
.thm-unit-test .text .wp-block-archives li{
list-style:none;
}
.wp-block-quote.is-large, .wp-block-quote.is-style-large {
margin: 0 0 16px;
padding: 0 1em;
border-left:none;
}
.blog-single .inner-box .lower-content .lower-box.text .wp-block-quote.is-large p, .blog-single .inner-box .lower-content .lower-box.text .wp-block-quote.is-style-large p {
font-size: 1.6875em;
line-height: 1.3;
margin-bottom: 0.5em;
margin-top: 0.5em;
}
.wp-block-quote.is-large cite, .wp-block-quote.is-large footer, .wp-block-quote.is-style-large cite, .wp-block-quote.is-style-large footer {
font-family: 'Open Sans', sans-serif;
font-size: 0.71111em;
line-height: 1.6;
color: #767676;
}
.wp-block-pullquote{
border:none;
color:#777;
}
.wp-block-pullquote p{
font-size:16px;
}
.wp-block-embed-vimeo .wp-block-embed__wrapper{
position: relative;
display: block;
height: 0;
padding: 0;
overflow: hidden;
width:100%;
padding-bottom: 57.25%;
}
.wp-block-embed-vimeo .wp-block-embed__wrapper iframe{
position: absolute;
top: 0;
bottom: 0;
left: 0;
width: 100%;
height: 100%;
border: 0;
}
.blocks-gallery-grid .blocks-gallery-image figcaption, .blocks-gallery-grid .blocks-gallery-item figcaption, .wp-block-gallery .blocks-gallery-image figcaption, .wp-block-gallery .blocks-gallery-item figcaption{
font-size:16px;
word-wrap:break-word;
}
blockquote{
padding-top:0px;
padding-bottom:0px;
}
.wp-block-cover.has-background-dim.alignwide,
.wp-block-cover, .wp-block-cover-image,
.wp-block-video{
margin-bottom:30px;
}@media only screen and (max-width: 1920px){
.main-header .nav-outer {
right:470px;
}
}
@media only screen and (max-width: 1800px){
.main-header .nav-outer {
right:390px;
}
}
@media only screen and (max-width: 1700px){
.main-header .nav-outer {
right:360px;
}
}
@media only screen and (max-width: 1650px){
.main-header .nav-outer {
right:320px;
}
}
@media only screen and (max-width: 1600px){
.main-header .nav-outer {
right:310px;
}
}
@media only screen and (max-width: 1560px){
.main-header .nav-outer {
right:275px;
}
}
@media only screen and (max-width: 1500px){
.main-header .nav-outer {
right:260px;
}
}
@media only screen and (max-width: 1450px){
.main-header .nav-outer {
right:235px;
}
}
@media only screen and (max-width: 1401px){
.main-header .nav-outer {
right:215px;
}
} @media only screen and (max-width: 1399px){
.main-header .nav-outer {
right:210px;
}
} @media only screen and (max-width: 1349px){
.main-header .nav-outer {
right:180px;
}
} @media only screen and (max-width: 1301px){
.main-header .nav-outer {
right:160px;
}
} @media only screen and (max-width: 1250px){
.main-header .nav-outer {
right:135px;
}
} @media only screen and (max-width: 1200px){
.main-header .nav-outer {
right:115px;
}
} @media only screen and (min-width: 992px) and (max-width: 1199px) { .about-style1-content {
padding-top: 60px;
padding-left: 0px;
} .single-whatwe-do-box {
padding: 66px 25px 62px;
} .single-fact-counter {
max-width: 465px;
border-bottom: 1px solid #1e1e1e;
border-right: 1px solid #1e1e1e;
padding-top: 24px;
padding-bottom: 66px;
}    
.single-fact-counter:nth-child(2) {
border-right: none;
padding-left: 30px;
}    
.single-fact-counter:nth-child(4) {
border-right: none;
border-bottom: none;
padding-top: 64px;
padding-left: 30px;
padding-bottom: 24px;
}    
.single-fact-counter .title h3 br{
display: none;
} .single-blog-post .text-holder .blog-title {
font-size: 18px;
line-height: 30px;
}    
.single-blog-post .text-holder .blog-title a br{
display: none;
} .single-footer-widget.marbtm50 {
margin-bottom: 50px;    
}      
.single-footer-widget.martop30 {
margin-top: 0px;
} .header-top-style2 {
padding: 0px 0;
}    
.header-top-style2 .outer-box .top-left {
max-width: 100%;
float: none !important;
text-align: center;
margin: 0 0 9px;
}    
.header-top-style2 .outer-box .top-right {
max-width: 100%;
float: none !important;
overflow: hidden;
}    
.top-contact-info li i:before {
color: #ea1c74;
}    
.top-contact-info li span {
color: #ffffff;
}    
.main-menu.style2 .navigation > li {
margin-right: 15px;
} .banner-section {
padding: 350px 0 210px;
margin-top: -190px;
}    
.banner-carousel {
padding: 56px 30px 60px;
}  
.banner-carousel .single-item .big-title {
font-size: 50px;
line-height: 60px;
}    
.banner-carousel .single-item h2 {
font-size: 24px;
line-height: 34px;
margin: 17px 0 10px;
} .single-service-style1 {
padding: 42px 25px 44px;
} .about-style2-content .text {
background: #ffffff;
padding-top: 30px;
padding-bottom: 33px;
padding-left: 30px;
padding-right: 30px;
border-radius: 20px;
margin-bottom: 30px;
} .single-price-box .inner-box {
padding: 60px 15px 60px;
} .testimonial-style2-image-box {
margin-bottom: 80px;
}    
.single-vertical-carousel .prev-btn {
top: 40px;
left: -10px;
}    
.single-vertical-carousel .next-btn {
top: 115px;
left: -10px;
} .footer-style2-area {
padding: 125px 0 86px;
min-height: 1116px;
background: #24119e;
}    
#home-google-map {
height: 500px;
width: 100%;
margin-top: 50px;
}    
.single-footer-widget-style2.marbtm50{
margin-bottom: 50px;
} .footer-style3-area .auto-container {
padding-bottom: 130px;
}    
.single-footer-widget-style3 ul li {
margin-right: 20px;
margin-bottom: 20px;
} .header-upper-style4 .header-upper-left {
max-width: 200px;
}    
.header-upper-style4 .header-upper-middle {
max-width: 500px;
}    
.main-menu.style3 .navigation > li {
margin-right: 15px;
} 
.header-upper-style4 .header-upper-right {
max-width: 230px;
} .banner-style4-area .inner {
padding-top: 0;
}    
.banner-style4-area .big-title {
font-size: 50px;
line-height: 60px;
padding-bottom: 15px;
}       
.banner-style4-area .image-box {
width: 630px;
margin-top: 50px;
} .about-style3-title {
margin-top: 50px;
}    
.about-style3-content-box {
margin-top: 50px;
} .newsletter-subscription-box {
margin-top: 50px;
} .single-footer-widget-style4.marbtm50 {
margin-bottom: 50px;
}    
.single-footer-widget-style4.pdleft65 {
padding-left: 0;
} .header-upper-style5 .header-upper-left {
max-width: 220px;
}
.header-upper-style5 .header-upper-middle {
max-width: 500px;
}    
.header-upper-style5 .header-upper-right {
max-width: 225px;
}        
.main-menu.style4 .navigation > li {
margin-right: 30px;
} .banner-style5-area {
padding-top: 250px;
padding-bottom: 200px;
height: 850px;
background-size: cover;
background-repeat: no-repeat;
background-position: left bottom;
margin-top: -140px;
} 
.banner-style5-area .phone {
position: absolute;
bottom: 270px;
right: 40px;
background: url(//www.mywebsitefreelancer.com/wp-content/themes/jixic/assets/images/slides/mobile.png);
background-repeat: no-repeat;
width: 450px;
height: 370px;
z-index: 2;
background-size: contain;
}    
.banner-style5-area .inner .button {
padding-bottom: 50px;
} .interface-box1 {
left: -75px;
bottom: -75px;
}    
.interface-box2 {
left: 0px;
top: -130px;
}    
.interface-box3 {
top: 260px;
right: -100px;
} .single-app-setup-process.margintop80 {
margin-top: 80px;
} .testimonial-style4-area {
padding: 150px 0 500px;
}    
.testimonial-style4-content {
padding-top: 0px;
}    
.testimonial-style4-right-content {
margin-top: 170px;
} .subscribe-form-box input[type="email"], 
.subscribe-form-box input[type="text"] {
margin-bottom: 30px;
} .banner-style6-title-box {
position: relative;
display: block;
margin-top: 210px;
} .about-style5-content {
padding-top: 170px;
} .skill-content {
padding-top: 60px;
margin-left: 0;
} .footer-style6-contact-details ul li {
display: block;
float: none;
width: 100%;
}    
.footer-style6-contact-details ul li.maxwidth270 {
max-width: 100%;
}    
.footer-style6-contact-details ul li.maxwidth626 {
max-width: 100%;
} .main-header.style5withstyle8.servicepage .header-upper-style5 {
max-width: 990px;
padding: 0 10px;
}        
.main-header.style5withstyle8.servicepage .language-switcher.style4 {
display: none;
}    
.main-header.style5withstyle8.servicepage .header-upper-style5 .header-upper-right {
max-width: 250px;
}     
.main-header.style5withstyle8.servicepage .header-upper-style5 .header-upper-left {
max-width: 250px;
}    
.main-header.style5withstyle8.servicepage .header-upper-style5 .header-upper-middle {
max-width: 450px;
}    
.main-header.style5withstyle8.servicepage .main-menu.style4 .navigation > li {
margin-right: 15px;
} .features-style2-area .width23percent {
width: 50%;
}    
.features-style2-area .width54percent {
width: 100%;
} .history-area .auto-container {
max-width: 950px;
margin-left: 0;
margin-right: 0;
margin: 0 auto;
}
.history-area .history-bg .inner .box {
vertical-align: top;
}    
.history-area .history-bg .inner .box .title {
margin-top: 22px;
margin-left: 30px;
transform: rotate(0deg) translate(0px, 0px);
}   
.history-carousel.owl-carousel .owl-nav {
left: 0;
bottom: 0px;
width: 120px;
} .featured-image-box {
max-width: 500px;
width: 100%;
margin: 50px auto 50px;
}    
.featured-image-box img {
width: 100%;
} .main-header.style5withstyle8.faq-page .language-switcher.style4 {
display: none;
}        
.main-header.style5withstyle8.faq-page .header-upper-style5 .header-upper-middle {
max-width: 470px;
}   
.main-header.style5withstyle8.faq-page .main-menu.style4 .navigation > li {
margin-right: 20px;
}     
.main-header.style5withstyle8.faq-page .header-upper-style5 .header-upper-right {
max-width: 240px;
} .faq-content-box.martop30 {
margin-top: 30px;
} .main-header.style5.style5withstyle7.team-page .header-upper-style5 {
max-width: 980px;
padding: 0 10px;
} .main-header.style5.style5withstyle8.pricing-page{}    
.main-header.style5.style5withstyle8.pricing-page .header-upper-style5 {
max-width: 992px;
padding: 0 10px;
}
.main-header.style5.style5withstyle8.pricing-page .header-upper-style5 .header-upper-left {
max-width:270px;
}    
.main-header.style5.style5withstyle8.pricing-page .header-upper-style5 .header-upper-middle {
max-width: 465px;
}  
.main-header.style5.style5withstyle8.pricing-page .main-menu.style4 .navigation > li {
margin-right: 20px;
}    
.main-header.style5.style5withstyle8.pricing-page .main-menu.style4 .navigation > li:last-child {
margin-right: 0;
}    
.main-header.style5.style5withstyle8.pricing-page .header-upper-style5 .header-upper-right {
max-width: 235px;
} .main-header.responsive-header{
background: #ffffff;
}    
.main-header.responsive-header .header-upper-style5 {
max-width: 992px;
padding: 0 10px;
}
.main-header.responsive-header .header-upper-style5 .header-upper-left {
max-width:270px;
}    
.main-header.responsive-header .header-upper-style5 .header-upper-middle {
max-width: 450px;
}  
.main-header.responsive-header .main-menu.style4 .navigation > li {
margin-right: 17px;
}    
.main-header.responsive-header .main-menu.style4 .navigation > li:last-child {
margin-right: 0;
}    
.main-header.responsive-header .header-upper-style5 .header-upper-right {
max-width: 235px;
} .main-header.responsive-header.modern-port{
background: transparent;
} .pagination-single {
max-width: 310px;
} .project-info-image-box-style2 {
position: relative;
display: block;
margin-left: 0;
margin-top: 40px;
}    
.project-info-image-box-style2 img {
max-width: 100%;
float: none;
} .single-blog-post-style5 .text-holder .meta-box .author-info {
display: block;
float: none;
}    
.single-blog-post-style5 .text-holder .meta-box .meta-info {
display: block;
overflow: hidden;
float: none;
border-left: none;
padding-left: 0;
margin-left: 0;
margin-top: 10px;
} .main-header.blog-respon{}    
.main-header.blog-respon .header-upper-style5 {
max-width: 992px;
padding: 0 20px;
}    
.main-header.blog-respon .header-upper-style5 .header-upper-left {
max-width: 280px;
}    
.main-header.blog-respon .header-upper-style5 .header-upper-middle {
max-width: 415px;
}    
.main-header.blog-respon .main-menu.style4 .navigation > li {
margin-right: 15px;
}    
.main-header.blog-respon .main-menu.style4 .navigation > li:last-child {
margin-right: 0px;
}      
.main-header.blog-respon .header-upper-style5 .header-upper-right {
max-width: 240px;
} .main-header.responsive-header.contact-page{
background: #0A0A0A;
} .single-contact-address-box {
padding: 40px 5px 43px;
} .contact-form .inner-box {
padding: 59px 59px 59px;
padding-left: 59px;
margin-top: 50px;
}    
.contact-social-links {
margin-right: 0px;
margin-top: 0;
} .main-header.black-bg{
background: #0A0A0A;
} .breadcrumb-style3-area.shop-page {
margin-top: 0px;
padding: 140px 0 0px;
} .shop-post-pagination li {
max-width: 135px;
} .checkout-table {
margin-top: 50px;
} .login-register-area .form.register {
overflow: hidden;
margin-top: 50px;
}    
.login-register-area .form h6 {
margin: 28px 0 0;
}               
.single-footer-widget,
.single-footer-widget-style2,
.single-footer-widget-style3,
.single-footer-widget-style4{
margin-bottom:50px;	
}
.project-style{
margin-left:60px;	
}
} @media only screen and (min-width: 768px) and (max-width: 991px) { .about-style1-content {
padding-top: 60px;
padding-left: 0px;
} .whatwe-do-area .sec-title-style1 .big-title br{
display: none;
}    
.single-whatwe-do-box {
max-width: 450px;
margin: 0 auto 40px;
} .single-fact-counter {
max-width: 500px;
width: 100%;
border: none;
padding: 0;
margin-bottom: 60px;
}  
.single-fact-counter:last-child{
margin-bottom: 0;
}    
.single-fact-counter:nth-child(2) {
padding-left: 0;
}    
.single-fact-counter:nth-child(3) {
padding: 0;
}    
.single-fact-counter:nth-child(4) {
padding: 0;
} .single-statements-item .big-title {
padding: 48px 0 14px;
font-size: 50px;
line-height: 70px;
}    
.statements .owl-dots {
top: -5px;
right: -50px;
} .brand-items {
border-top: 1px solid #ededed;
}    
.single-brand-item {
flex: 0 0 50%;
max-width: 50%;
border: 1px solid #ededed;
border-top: none;
border-left: none;
} .single-footer-widget.marbtm50 {
margin-bottom: 50px;    
}      
.single-footer-widget.martop30 {
margin-top: 0px;
}    
.footer-bottom .footer-bottom-content {
flex-direction: column;
}    
.footer-menu-style1 ul {
margin-top: 15px;
} .header-top-style2 {
padding: 15px 0;
}    
.header-top-style2 .outer-box .top-left {
max-width: 100%;
float: none !important;
text-align: center;
margin: 0 0 9px;
}    
.header-top-style2 .outer-box .top-right {
max-width: 100%;
float: none !important;
overflow: hidden;
}    
.top-contact-info li i:before {
color: #ea1c74;
}    
.top-contact-info li span {
color: #ea1c74;
}   
.header-upper-style2 .outer-box .header-upper-left {
position: absolute;
top: 0;
left: 15px;
padding-left: 0;
float: none !important;
display: block;
} 
.header-upper-style2 .outer-box .header-upper-right {
float: none !important;
width: 100%;
min-height: 90px;
}
.header-upper-style2 .outer-box .header-upper-right .nav-outer {
float: none;
width: 100%;
min-height: 90px;
}   
.menu-right-content {
position: absolute;
width: 250px;
top: 0px;
right: 80px;
float: none;
z-index: 999999;
} 
.main-menu.style2 .navigation > li {
margin-right: 15px;
} .banner-carousel {
padding: 56px 30px 60px;
}  
.banner-carousel .single-item .big-title {
font-size: 50px;
line-height: 60px;
}    
.banner-carousel .single-item h2 {
font-size: 24px;
line-height: 34px;
margin: 17px 0 10px;
} .about-style2-content .text {
background: #ffffff;
padding-top: 30px;
padding-bottom: 33px;
padding-left: 30px;
padding-right: 30px;
border-radius: 20px;
margin-bottom: 30px;
} .working-style1-carousel.owl-theme .owl-nav {
left: 0;
} .pricing-table-area .sec-title-style2 {
float: none !important;
}    
.pricing-tabs .tab-buttons {
box-shadow: none;
margin-top: 0;
float: none !important;
background: #ffffff;
margin-bottom: 53px;
} .testimonial-style2-image-box {
margin-bottom: 80px;
}    
.single-vertical-carousel .prev-btn {
top: 40px;
left: -10px;
}    
.single-vertical-carousel .next-btn {
top: 115px;
left: -10px;
} .footer-style2-area {
padding: 125px 0 86px;
min-height: 1116px;
background: #24119e;
}    
#home-google-map {
height: 500px;
width: 100%;
margin-top: 50px;
}    
.single-footer-widget-style2.marbtm50{
margin-bottom: 50px;
} .banner-style3-section .banner-content .big-title {
font-size: 30px;
line-height: 50px;
margin-left: 100px;
} 
.banner-social-links {
top: 170px;
left: 100px;
}    
.banner-style3-section .mouse-btn-down {
right: 100px;
} .recent-portfolio-area .big-title {
font-size: 40px;
font-weight: 700;
}    
.recent-portfolio-area .categories {
top: -70px;
right: 5px;
} .footer-style3-area .auto-container {
padding-bottom: 150px;
}    
.single-footer-widget-style3 ul li {
margin-right: 20px;
margin-bottom: 20px;
}    
.single-footer-widget-style3.martop40 {
margin-top: 40px;
} .footer-bottom-style3-content {
justify-content: center;
flex-direction: column-reverse;
padding: 27px 0;
} .main-header.style4 {
background: #111111;
padding-bottom: 0px;
}    
.header-upper-style4 .header-upper-left {
position: absolute;
top: 0;
left: 25px;
width: 200px;
max-width: initial;
margin: 24px 0 25px;
z-index: 999999;
}
.header-upper-style4 .header-upper-middle {
max-width: 100%;
}
.header-upper-style4 .nav-outer .outer-search-box {
position: absolute;
float: none;
padding: 30px 0;
margin-left: 0;
top: 0;
right: 95px;
z-index: 999;
}     
.header-upper-style4 .header-upper-right {
max-width: initial;
position: absolute;
top: 0;
left: 280px;
width: 250px;
padding: 31px 0 31px;
z-index: 99999;
} .banner-style4-area {
padding-top: 165px;
padding-bottom: 265px;
margin-top: 0px;
}  
.banner-style4-area .inner {
padding-top: 0;
}    
.banner-style4-area .big-title {
font-size: 50px;
line-height: 60px;
padding-bottom: 15px;
}       
.banner-style4-area .image-box {
width: 630px;
margin-top: 50px;
} .brand-style3-area {
padding-top: 170px;
}   
.brand-items-style3 {
padding-right: 0px;
margin-top: 0;
background: #ffffff;
}    
.brand-items-style3.owl-carousel .owl-stage-outer {
margin-left: 0px;
border-left: 1px solid #eeeeee;
border-right: 1px solid #eeeeee;
}    
.brand-items-style3.owl-carousel .owl-nav {
top: -50px;
right: -5px;
bottom: auto;
margin: 0;
padding: 0;
}
.brand-items-style3.owl-carousel .owl-nav [class*="owl-"] {
line-height: 33px;
background: #ebebea;
} .about-style3-title {
margin-top: 50px;
}    
.about-style3-content-box {
margin-top: 50px;
} .single-blog-post-style3.martop40{
margin-top: 40px;
}    
.newsletter-subscription-box {
margin-top: 40px;
} .single-footer-widget-style4.marbtm50 {
margin-bottom: 50px;
}    
.single-footer-widget-style4.pdleft65 {
padding-left: 0;
} .main-header.style5 {
background: #443087;
background: -moz-linear-gradient(top, #443087 0%, #5B50B5 50%, #7675e9 100%);
background: -webkit-linear-gradient(top, #443087 0%, #5B50B5 50%, #7675e9 100%);
background: linear-gradient(to bottom, #443087 0%, #5B50B5 50%, #7675e9 100%);
} 
.header-upper-style5 .outer-container {
position: relative;
display: block;
}    
.header-upper-style5 .header-upper-left {
position: absolute;
top: 0;
left: 0;
width: 160px;
margin: 24px 0 25px;
z-index: 999999;
}   
.header-upper-style5 .header-upper-right {
position: absolute;
top: 0;
left: 200px;
width: 190px;
z-index: 999999;
}    
.header-upper-style5 .header-upper-right .header-right-content {
float: left;
}    
.language-switcher.style4 {
margin: 31px 0;
}    
.header-upper-style5 .cart-box {
float: left;
margin: 22px 0 23px;
}    
.header-upper-style5 .outer-search-box {
padding: 30px 0;
margin-left: 12px;
}    
.header-upper-style5 .header-upper-middle {
max-width: 100%;
width: 100%;
}    
.header-upper-style5 .nav-outer .main-menu.style4 {
position: relative;
display: block;
float: none;
} .banner-style5-area {
padding-top: 170px;
padding-bottom: 200px;
height: 700px;
background-size: cover;
background-repeat: no-repeat;
background-position: left bottom;
margin-top: 0px;
}
.banner-style5-area .phone {
position: absolute;
bottom: 200px;
right: 40px;
background: url(//www.mywebsitefreelancer.com/wp-content/themes/jixic/assets/images/slides/mobile.png);
background-repeat: no-repeat;
width: 450px;
height: 370px;
z-index: 2;
background-size: contain;
}    
.banner-style5-area .inner .button {
padding-bottom: 50px;
}  
.banner-style5-area .inner .big-title {
padding: 0 0 37px;
font-size: 32px;
line-height: 46px;
} .friendly-interface-area {
padding: 150px 0 150px;
}    
.friendly-interface-content {
padding-top: 50px;
padding-bottom: 520px;
z-index: 2;
}    
.interface-box1 {
left: 0;
bottom: 0px;
}    
.interface-box2 {
left: 250px;
top: -400px;
}    
.interface-box3 {
top: -500px;
right: -100px;
} .single-app-setup-process.margintop80 {
margin-top: 80px;
} .testimonial-style4-area {
padding: 150px 0 500px;
}    
.testimonial-style4-content {
padding-top: 0px;
}    
.testimonial-style4-right-content {
margin-top: 220px;
} .single-brand-item-style4 {
margin: 0 auto 50px;
float: none !important;
}    
.single-brand-item-style4.marleft70 {
margin-left: auto;
}    
.single-brand-item-style4.marright70 {
margin-right: auto;
}    
.single-brand-item-style4.margin0-auto {
margin: 0 auto 50px;
} .subscribe-form-box input[type="email"], 
.subscribe-form-box input[type="text"] {
margin-bottom: 30px;
} .banner-style6-title-box {
position: relative;
display: block;
margin-top: 250px;
} .about-style5-content {
padding-top: 170px;
} .single-hihlights-box {
max-width: 550px;
}    
.hihlights-area .outer-container {
flex-direction: column;
justify-content: space-between;
} .skill-content {
padding-top: 60px;
margin-left: 0;
} .footer-style6-contact-details ul li {
display: block;
float: none;
width: 100%;
}    
.footer-style6-contact-details ul li.maxwidth270 {
max-width: 100%;
}    
.footer-style6-contact-details ul li.maxwidth626 {
max-width: 100%;
} .main-header.style5.style5withstyle8.servicepage {
background: #1723d9;
}    
.main-header.style5withstyle8.servicepage .language-switcher.style4 {
display: none;
}    
.main-header.style5withstyle8.servicepage .header-upper-style5 .header-upper-left {
position: absolute;
top: 0;
left: 0;
width: 160px;
margin: 0;
z-index: 999999;
}
.main-header.style5withstyle8.servicepage .header-upper-style5 .header-upper-left .logo {
position: relative;
display: inline-block;
float: left;
margin: 24px 0 25px;
}    
.main-header.style5withstyle8.servicepage .header-upper-style5 .header-upper-right {
position: absolute;
top: 0;
left: 200px;
width: 250px;
z-index: 999999;
}    
.main-header.style5withstyle8.servicepage .header-upper-style5 .header-upper-right .header-social-links {
position: relative;
display: inline-block;
float: left;
padding: 27px 0 28px;
}    
.main-header.style5withstyle8.servicepage .header-upper-style5 .outer-search-box {
padding: 30px 0;
padding-left: 14px;
margin-left: 20px;
float: right;
} .features-style2-area .width23percent {
width: 50%;
}    
.features-style2-area .width54percent {
width: 100%;
} .main-header.style5.style5withstyle6.about-page{
background: rgba(22, 36, 217, 1.0);
}    
.main-header.style5.style5withstyle6.about-page .header-upper-style5 .header-upper-left {
position: absolute;
top: 0;
left: 0;
width: 200px;
margin: 24px 0 25px;
z-index: 999999;
}    
.main-header.style5.style5withstyle6.about-page .header-upper-style5 .header-upper-right {
position: absolute;
top: 0;
left: 250px;
width: 190px;
z-index: 999999;
} .breadcrumb-area {
padding: 331px 0 183px;
} .history-area .auto-container {
max-width: 950px;
margin-left: 0;
margin-right: 0;
margin: 0 auto;
}
.history-area .history-bg .inner .box {
vertical-align: top;
}    
.history-area .history-bg .inner .box .title {
margin-top: 22px;
margin-left: 30px;
transform: rotate(0deg) translate(0px, 0px);
}   
.history-carousel.owl-carousel .owl-nav {
left: 0;
bottom: 0px;
width: 120px;
} .featured-image-box {
max-width: 500px;
width: 100%;
margin: 50px auto 50px;
}    
.featured-image-box img {
width: 100%;
} .main-header.style5withstyle8.faq-page{
background: #1723d9;
}    
.main-header.style5withstyle8.faq-page .header-upper-style5 .header-upper-left {
position: absolute;
top: 0;
left: 0;
width: 160px;
margin: 0;
z-index: 999999;
}    
.main-header.style5withstyle8.faq-page .language-switcher.style4 {
display: none;
}    
.main-header.style5withstyle8.faq-page .header-upper-style5 .header-upper-left .logo {
margin: 24px 0 25px;
}    
.main-header.style5withstyle8.faq-page .header-upper-style5 .header-upper-right {
position: absolute;
top: 0;
left: 200px;
width: 250px;
z-index: 999999;
}    
.main-header.style5withstyle8.faq-page .header-upper-style5 .header-upper-right .header-social-links {
padding: 27px 0 28px;
}    
.main-header.style5withstyle8.faq-page .header-upper-style5 .outer-search-box {
padding: 30px 0;
padding-left: 14px;
margin-left: 20px;
} .faq-content-box.martop30 {
margin-top: 30px;
} .main-header.style5.style5withstyle7.team-page{
background: #ffffff;
}    
.main-header.style5.style5withstyle7.team-page .language-switcher.style4 {
margin: 31px 0;
}
.main-header.style5.style5withstyle7.team-page .header-upper-style5 .cart-box {
margin: 22px 0 23px;
}    
.main-header.style5.style5withstyle7.team-page .header-upper-style5 .outer-search-box {
padding: 30px 0;
} .main-header.responsive-header{
background: #ffffff;    
}    
.main-header.responsive-header .header-upper-style5 {
max-width: 100%;
padding: 0 20px;
}
.main-header.responsive-header .header-upper-style5 .header-upper-left {
position: absolute;
top: 0;
left: 0;
width: 160px;
margin: 0;
z-index: 999999;
} 
.main-header.responsive-header .language-switcher.style4 {
display: none;
}    
.main-header.responsive-header .header-upper-style5 .header-upper-left .logo {
margin: 24px 0 25px;
}     
.main-header.responsive-header .header-upper-style5 .header-upper-middle {}  
.main-header.responsive-header .main-menu.style4 .navigation > li {
margin-right: 20px;
}    
.main-header.responsive-header .main-menu.style4 .navigation > li:last-child {
margin-right: 0;
}   
.main-header.responsive-header .header-upper-style5 .header-upper-right {
position: absolute;
top: 0;
left: 200px;
width: 120px;
z-index: 999999;
}  
.main-header.responsive-header .header-upper-style5 .header-upper-right .header-social-links {
padding: 27px 0 28px;
}  
.main-header.responsive-header .header-upper-style5 .cart-box {
margin: 22px 0 23px;
}    
.main-header.responsive-header .header-upper-style5 .outer-search-box {
padding: 30px 0;
} .error-content-area {
padding: 600px 0;
}    
.error-content .inner-content {
margin-top: -50px;
} .portfolio-style3-title .title {
float: none !important;
display: block;
margin-bottom: 20px;
}    
.project-filter-box {
float: none !important;
display: block;
} .portfolio-style4-title .title {
float: none !important;
display: block;
margin-bottom: 20px;
} .portfolio-style5-title .title {
float: none !important;
display: block;
margin-bottom: 20px;
} #creative-portfolio-header {
background: #ffffff;
} .main-header.responsive-header.modern-port{
background: #1723d9;
}    
.main-header.responsive-header.modern-port .header-upper-style5 .header-upper-right {
position: absolute;
top: 0;
left: 200px;
width: 230px;
z-index: 999999;
} .project-info-image-box {
max-width: 520px;
float: left;
margin-top: 50px;
}
.pagination-single {
max-width: 230px;
} .project-info-image-box-style2 {
position: relative;
display: block;
margin-left: 0;
margin-top: 40px;
}    
.project-info-image-box-style2 img {
max-width: 100%;
float: none;
} #blog-header.blog-creative {
background: #ffffff;
box-shadow: none;
} .breadcrumb-style5-area {
padding: 55px 0 0px;
margin-top: 0px;
} .blog-sidebar-wrapper {
max-width: 370px;
margin-top: 70px;
} .main-header.blog-respon{
background: #1723d9;
}    
.main-header.blog-respon .header-upper-style5 {
max-width: 100%;
padding: 0 10px;
} 
.main-header.blog-respon .header-upper-style5 .header-upper-left {
position: absolute;
top: 0;
left: 0;
width: 270px;
margin: 0;
z-index: 999999;
}    
.main-header.blog-respon .header-upper-style5 .header-upper-left .logo {
margin: 24px 0 25px;
}    
.main-header.blog-respon .language-switcher.style4 {
margin: 31px 0;
margin-left: 30px;
padding-left: 25px;
}    
.main-header.blog-respon .header-upper-style5 .header-upper-right {
position: absolute;
top: 0;
left: 300px;
width: 260px;
z-index: 999999;
}    
.main-header.blog-respon .header-upper-style5 .header-upper-right .header-social-links {
padding: 27px 0 28px;
}    
.main-header.blog-respon .header-upper-style5 .outer-search-box {
padding: 30px 0;
padding-left: 14px;
margin-left: 20px;
} .main-header.responsive-header.contact-page{
background: #0A0A0A;
} .contact-address-area {
padding: 123px 0 100px;
}    
.single-contact-address-box {
padding: 40px 35px 43px;
margin-bottom: 30px;
}   
.contact-address-area .title h2 br{
display: none;
} .contact-form .inner-box {
padding: 59px 59px 59px;
padding-left: 59px;
margin-top: 50px;
}    
.contact-social-links {
margin-right: 0px;
margin-top: 0;
} .main-header.black-bg{
background: #0A0A0A;
} .breadcrumb-style3-area.shop-page {
margin-top: 0px;
padding: 140px 0 0px;
} .shop-post-pagination li {
max-width: 175px;
}    
.shop-sidebar-wrapper {
padding-top: 100px;   
} .single-product-image-holder {
margin-right: 0;
}    
.single-shop-content .content-box {
margin-top: 40px;
} .cart-button-box .update-cart {
position: relative;
display: block;
float: none !important;
margin-top: 20px;
} .checkout-table {
margin-top: 50px;
} .login-register-area .form .social-icon {
float: none;
margin-right: 0;
margin-top: 10px;
}    
.login-register-area .form .social-icon .login-with {
position: static;
margin: 0;
display: inline-block;
}      
.login-register-area .register {
padding-top: 50px;
}    
.login-register-area .form h6 {
color: #797979;
float: left;
font-size: 14px;
margin-bottom: 0;
margin-right: 0;
margin-top: 27px;
}    
.single-footer-widget,
.single-footer-widget-style2,
.single-footer-widget-style3,
.single-footer-widget-style4{
margin-bottom:50px;	
}
} @media only screen and (max-width: 767px) { 
.single-footer-widget,
.single-footer-widget-style2,
.single-footer-widget-style3,
.single-footer-widget-style4{
margin-bottom:50px;	
}
.no-margin-top{
margin-top:0px !important;	
}
.sec-title-style1 .big-title br{
display: none;
} 
.sec-title-style2 .title br{
display: none;
}  
.sec-title-style3 .title br{
display: none;
} 
.sec-title-style4 .title br{
display: none;
} .about-style1-content {
padding-top: 60px;
padding-left: 0px;
} 
.about-style1-content .sec-title-style1 .big-title br{
display: none;
}  
.about-style1-left-content .shape .shape1 {
top: -50px;
}    
.about-style1-left-content .shape .shape2 {
top: 50px;
left: 0px;
}    
.about-style1-left-content .shape .shape3 {
top: 30px;
right: 0px;
}    
.about-style1-left-content .shape .shape4 {
top: auto;
right: auto;
left: 0;
bottom: 0;
} .latest-project-style1-bg {
height: 440px;
background-size: auto;
background-position: center top;
background-repeat: repeat;
} 
.latest-project-style1-area .sec-title-style1 {
float: none !important;
padding-bottom: 32px;
}    
.latest-project-style1-area .view-all-projects-button {
margin-top: 0;
float: none !important;
padding-bottom: 50px;
} .single-whatwe-do-box {
max-width: 350px;
margin: 0 auto 40px;
padding: 66px 20px 62px;
} .single-fact-counter {
max-width: 300px;
width: 100%;
border: none;
padding: 0;
margin: 0 auto 60px;
}
.single-fact-counter:last-child{
margin-bottom: 0;
}    
.single-fact-counter:nth-child(2) {
padding-left: 0;
}    
.single-fact-counter:nth-child(3) {
padding: 0;
}    
.single-fact-counter:nth-child(4) {
padding: 0;
}    
.single-fact-counter .count-box, 
.single-fact-counter .title {
display: block;
overflow: hidden;
}        
.single-fact-counter .title {
padding-top: 20px;
} .single-statements-item .big-title {
padding: 28px 0 14px;
font-size: 30px;
line-height: 40px;
} 
.single-statements-item .big-title span:before {
display: none;
} 
.single-statements-item .big-title span:after {
display: none;
}  
.single-statements-item .text p br{
display: none;
}    
.statements .owl-dots {
top: -5px;
right: 0px;
} .testimonial-area .sec-title-style1{
padding-bottom: 132px;
}    
.testimonial-carousel.owl-theme .owl-nav {
position: absolute;
top: -100px;
margin: 0;
left: -8px;
right: auto;
} .brand-items {
border-top: 1px solid #ededed;
}    
.single-brand-item {
flex: 0 0 50%;
max-width: 50%;
border: 1px solid #ededed;
border-top: none;
border-left: none;
} .single-footer-widget.marbtm50 {
margin-bottom: 50px;    
}
.single-footer-widget.pdbtm50 {
padding-bottom: 50px;    
}       
.single-footer-widget.martop30 {
margin-top: 0px;
}    
.footer-bottom .footer-bottom-content {
padding: 27px 0;
flex-direction: column;
text-align: center;
}    
.footer-menu-style1 ul {
margin-top: 15px;
text-align: center;
} 
.footer-menu-style1 ul li {
display: inline-block;
float: none;
padding-right: 0;
z-index: 1;
margin: 0 9px;
}    
.footer-menu-style1 ul li:before {
display: none;
} .header-top-style2 {
padding: 15px 0;
}    
.header-top-style2 .outer-box .top-left {
max-width: 100%;
float: none !important;
text-align: center;
margin: 0 0 9px;
}    
.header-top-style2 .outer-box .top-right {
max-width: 100%;
float: none !important;
overflow: hidden;
} 
.top-contact-info {
float: none;
text-align: center;
}    
.top-contact-info li {
display: block;
float: none;
margin-right: 0;
} 
.top-social-links.social-links-style1 li {
position: relative;
display: inline-block;
float: none;
margin-right: 0;
margin: 0 4px;
}    
.top-contact-info li i:before {
color: #ea1c74;
}    
.top-contact-info li span {
color: #ea1c74;
} 
.header-top-style2 .outer-box .top-right .top-social-links {
float: none;
text-align: center;
}    
.header-upper-style2 .outer-box .header-upper-left {
position: absolute;
top: 0;
left: 15px;
padding-left: 0;
float: none !important;
display: block;
z-index: 999999;
} 
.header-upper-style2 .outer-box .header-upper-left .logo {
padding: 25px 0 25px;
}    
.header-upper-style2 .outer-box .header-upper-left .logo a {
width: 150px;
}    
.header-upper-style2 .outer-box .header-upper-right {
float: none !important;
width: 100%;
min-height: 90px;
}
.header-upper-style2 .outer-box .header-upper-right .nav-outer {
float: none;
width: 100%;
min-height: 90px;
}   
.menu-right-content {
position: absolute;
width: 157px;
top: 0px;
right: 80px;
float: none;
z-index: 999999;
} 
.menu-right-content .language-switcher{
display: none;
}  
.menu-right-content .cart-box {
display: none;
margin-right: 0px;
} 
.menu-right-content .cart-box:before {
display: none;
} .banner-carousel {
padding: 56px 30px 60px;
}  
.banner-carousel .single-item .big-title {
font-size: 50px;
line-height: 60px;
}    
.banner-carousel .single-item h2 {
font-size: 24px;
line-height: 34px;
margin: 17px 0 10px;
} .single-service-style1 {
padding: 42px 30px 44px;
} .about-style2-content .text {
background: #ffffff;
padding-top: 30px;
padding-bottom: 33px;
padding-left: 30px;
padding-right: 30px;
border-radius: 20px;
margin-bottom: 30px;
} .working-style1-carousel.owl-theme .owl-nav {
left: 0;
} .pricing-table-area .sec-title-style2 {
float: none !important;
}    
.pricing-tabs .tab-buttons {
box-shadow: none;
margin-top: 0;
float: none !important;
background: #ffffff;
margin-bottom: 53px;
} .testimonial-style2-image-box {
margin-bottom: 80px;
}    
.single-vertical-carousel .prev-btn {
top: 40px;
left: -10px;
}    
.single-vertical-carousel .next-btn {
top: 115px;
left: -10px;
} .brand-style2-area {
padding-top: 100px;
padding-bottom: 100px;
}    
.brand-items-style2 {
flex-direction: column;
}    
.single-brand-item-style2 {
flex: 0 0 50%;
max-width: 50%;
width: 100%;
} .footer-style2-area {
padding: 125px 0 86px;
min-height: 1116px;
background: #24119e;
}    
#home-google-map {
height: 500px;
width: 100%;
margin-top: 50px;
}    
.single-footer-widget-style2.marbtm50{
margin-bottom: 50px;
}        
.single-footer-widget-style2.pdtop50{
padding-top: 50px;
}    
.footer-bottom-content-style2 {
flex-direction: column;
}    
.footer-menu-style1.home2 ul {
margin-top: 10px;
} .banner-style3-section .banner-content {
padding: 200px 0 200px;
}    
.banner-social-links {
top: 100px;
left: 20px;
}     
.banner-style3-section .banner-content .big-title {
font-size: 25px;
line-height: 40px;
margin-left: 20px;
font-weight: 700;
}
.banner-style3-section .mouse-btn-down {
right: -10px;
bottom: 30px;
}  
.drop-line {
top: 100px;
right: 20px;
} .recent-portfolio-area .big-title {
font-size: 20px;
font-weight: 700;
}    
.recent-portfolio-area .categories {
top: -110px;
right: 5px;
}    
.banner-slider-control-wrap {
bottom: -112px;
padding: 0 15px;
}       
.banner-slider-control-wrap .left-side {
justify-content: center;
align-items: center;
flex-wrap: wrap;
flex-direction: column-reverse;
}  
.banner-slider-control-wrap .left-side .title {
width: 100%;
float: none;
text-align: center;
margin-top: 10px;
} .popular-portfolio-area .project-filter {
padding-bottom: 28px;
text-align: center;
}    
.popular-portfolio-area .project-filter li {
display: inline-block;
float: none;
padding-right: 0;
margin-right: 0;
margin-bottom: 0;
margin: 0 18px;
} 
.popular-portfolio-area .project-filter li + li {
float: none;
}    
.popular-portfolio-area .project-filter li:before {
display: none;
}    
.popular-portfolio-area .project-filter li .filter-text {
font-size: 30px;
line-height: 40px;
font-weight: 700;
padding: 0px 0px 13px;
} .footer-style3-area .auto-container {
padding-bottom: 150px;
}    
.single-footer-widget-style3 ul li {
margin-right: 20px;
margin-bottom: 20px;
}    
.single-footer-widget-style3.martop40 {
margin-top: 40px;
} 
.single-footer-widget-style3 .subscribe-box .text p br{
display: none;
} 
.single-footer-widget-style3 .project-content h2 {
font-size: 24px;
line-height: 34px;
} 
.single-footer-widget-style3 .project-content h2 br{
display: none;
} .footer-bottom-style3-content {
justify-content: center;
flex-direction: column-reverse;
text-align: center;
padding: 27px 0;
} .main-header.style4 {
background: #111111;
padding-bottom: 0px;
}    
.header-upper-style4 .header-upper-left {
position: absolute;
top: 0;
left: 0px;
width: 200px;
max-width: initial;
margin: 24px 0 25px;
z-index: 999999;
}
.header-upper-style4 .header-upper-middle {
max-width: 100%;
}
.header-upper-style4 .nav-outer .outer-search-box {
position: absolute;
float: none;
padding: 30px 0;
margin-left: 0;
top: 0;
right: 95px;
z-index: 999;
}     
.header-upper-style4 .header-upper-right {
max-width: initial;
position: absolute;
top: 0;
left: 215px;
width: 80px;
padding: 31px 0 31px;
display: none;
z-index: 99999;
} .banner-style4-area {
padding-top: 165px;
padding-bottom: 265px;
margin-top: 0px;
}  
.banner-style4-area .inner {
padding-top: 0;
}    
.banner-style4-area .big-title {
font-size: 50px;
line-height: 60px;
padding-bottom: 15px;
}       
.banner-style4-area .image-box {
width: 300px;
margin-top: 50px;
}
.banner-style4-area .image-box:before {
display: none;
} .brand-style3-area {
padding-top: 170px;
}   
.brand-items-style3 {
padding-right: 0px;
margin-top: 0;
background: #ffffff;
}    
.brand-items-style3.owl-carousel .owl-stage-outer {
margin-left: 0px;
border-left: 1px solid #eeeeee;
border-right: 1px solid #eeeeee;
}    
.brand-items-style3.owl-carousel .owl-nav {
top: -50px;
right: -5px;
bottom: auto;
margin: 0;
padding: 0;
}
.brand-items-style3.owl-carousel .owl-nav [class*="owl-"] {
line-height: 33px;
background: #ebebea;
} .about-style3-image-box {
background-position: 65px 0px;
}    
.about-style3-title {
margin: 50px auto 0;
}  
.about-style3-content-box {
margin-top: 50px;
} .single-project-style2 .img-holder .overlay-content .categories {
top: 38px;
left: 40px;
right: auto;
}  
.single-project-style2 .img-holder .overlay-content .title h1 {
padding: 14px 15px 13px;
font-size: 30px;
font-weight: 700;
}    
.project-style2-carousel.owl-theme .owl-nav {
top: 90px;
right: auto;
left: -7px;
}    
.project-style2-carousel.owl-carousel .owl-stage-outer {
padding: 170px 0px 0px;
} .single-testimonial-style3 {
padding: 50px 30px 28px;
padding-right: 30px;
}    
.single-testimonial-style3 .top {
align-items: center;
justify-content: center;
flex-direction: column;
text-align: center;
}    
.single-testimonial-style3 .top .title-box {
padding-left: 0px;
margin-top: 20px;
}    
.single-testimonial-style3 .text {
text-align: center;
} .latest-blog-style3-area .sec-title-style3 {
padding: 0;
float: none !important;
}
.read-more-blog-button {
padding-top: 38px;
margin-bottom: 50px;
float: none !important;
}    
.single-blog-post-style3.martop40{
margin-top: 40px;
}    
.newsletter-subscription-box {
margin-top: 40px;
} .single-footer-widget-style4.marbtm50 {
margin-bottom: 50px;
}    
.single-footer-widget-style4.pdleft65 {
padding-left: 0;
}    
.single-footer-widget-style4.pdtop50 {
padding-top: 50px;
} .footer-bottom-style4-content {
justify-content: center;
flex-direction: column;
align-items: center;
padding: 27px 0;
text-align: center;
}  
.footer-menu-style3 ul {
text-align: center;
}    
.footer-menu-style3 ul li {
float: none;
margin-right: 0;
margin: 0 8px;
} .main-header.style5 {
background: #443087;
background: -moz-linear-gradient(top, #443087 0%, #5B50B5 50%, #7675e9 100%);
background: -webkit-linear-gradient(top, #443087 0%, #5B50B5 50%, #7675e9 100%);
background: linear-gradient(to bottom, #443087 0%, #5B50B5 50%, #7675e9 100%);
} 
.header-upper-style5 .outer-container {
position: relative;
display: block;
}    
.header-upper-style5 .header-upper-left {
position: absolute;
top: 0;
left: 0;
width: 160px;
margin: 24px 0 25px;
z-index: 999999;
}   
.header-upper-style5 .header-upper-right {
position: absolute;
top: 0;
left: 170px;
width: 100px;
z-index: 999999;
}    
.header-upper-style5 .header-upper-right .header-right-content {
float: left;
}    
.language-switcher.style4 {
margin: 31px 0;
}    
.header-upper-style5 .cart-box {
float: left;
margin: 22px 0 23px;
display: none;
}    
.header-upper-style5 .outer-search-box {
padding: 30px 0;
margin-left: 0;
}    
.header-upper-style5 .header-upper-middle {
max-width: 100%;
width: 100%;
}    
.header-upper-style5 .nav-outer .main-menu.style4 {
position: relative;
display: block;
float: none;
} .banner-style5-area {
padding-top: 80px;
padding-bottom: 0px;
height: 780px;
background-size: cover;
background-repeat: no-repeat;
background-position: left bottom;
margin-top: 0px;
}
.banner-style5-area .phone {
position: absolute;
bottom: 0px;
right: 10px;
background: url(//www.mywebsitefreelancer.com/wp-content/themes/jixic/assets/images/slides/mobile.png);
background-repeat: no-repeat;
width: 300px;
height: 330px;
z-index: 2;
background-size: contain;
} 
.banner-style5-area .inner .button {
padding-bottom: 50px;
}  
.banner-style5-area .inner .big-title {
padding: 0 0 37px;
font-size: 32px;
line-height: 46px;
} .friendly-interface-area {
padding: 150px 0 150px;
} 
.friendly-interface-area .layer-image {
top: auto;
left: 0;
bottom: 0;
background-position: bottom center;
}    
.friendly-interface-content {
padding-top: 50px;
padding-bottom: 520px;
z-index: 2;
}    
.interface-box1 {
left: 0;
bottom: 0px;
}    
.interface-box2 {
left: 250px;
top: -400px;
}    
.interface-box3 {
top: -500px;
right: -100px;
}    
.friendly-interface-content .inner-content ul {
text-align: center;
}    
.friendly-interface-content .inner-content ul li {
float: none;
width: 120px;
text-align: center;
margin-right: 0px;
margin: 0 5px 17px;
}        
.friendly-interface-area .layer-image:before {
top: auto;
bottom: 20px;
right: 50px;
background-repeat: no-repeat;
} .app-screenshot-area .outer-container {
padding: 0px 20px;
}    
.app-screenshot-area .carousel-outer {
max-width: 250px;
height: auto;
background: none;
padding: 50px 0px 50px;
} .single-app-setup-process.margintop80 {
margin-top: 80px;
} .testimonial-style4-area {
padding: 150px 0 600px;
}    
.testimonial-style4-content {
padding-top: 0px;
}    
.testimonial-style4-right-content {
margin-top: 220px;
}
.single-testimonial-style4.one {
left: 0;
bottom: 0px;
}    
.single-testimonial-style4.two {
top: 0;
left: 0px;
} .single-brand-item-style4 {
margin: 0 auto 50px;
float: none !important;
}    
.single-brand-item-style4.marleft70 {
margin-left: auto;
}    
.single-brand-item-style4.marright70 {
margin-right: auto;
}    
.single-brand-item-style4.margin0-auto {
margin: 0 auto 50px;
} .subscribe-form-box input[type="email"], 
.subscribe-form-box input[type="text"] {
margin-bottom: 30px;
} .footer-style5-content h1 br{
display: none;
}    
.footer-style5-content .button a {
margin: 5px 8px 0;
} .banner-style6-section {
padding-top: 200px;
padding-bottom: 200px;
} 
.banner-contact-details-box {
padding: 42px 25px 46px;
}    
.banner-style6-title-box {
position: relative;
display: block;
margin-top: 350px;
}    
.banner-style6-section .layer-image {
background-image: url(//www.mywebsitefreelancer.com/wp-content/themes/jixic/assets/images/slides/banner-style6-image.png);
background-position: bottom right -220px;
background-size: auto;
}    
.banner-style6-title-box .big-title {
font-size: 50px;
line-height: 60px;
} .about-style5-area {
padding: 230px 0 172px;
}    
.about-style5-content {
padding-top: 140px;
}       
.about-style5-left-content {
padding-top: 0px;
max-width: 300px;
margin: 0 auto;
padding: 30px;
}
.about-style5-left-content:before {
position: absolute;
top: -75px;
left: -25px;
bottom: 0;
right: 0;
width: 350px;
height: 350px;
background-size: contain;
margin: 0 auto;
} .single-hihlights-box {
max-width: 320px;
}    
.hihlights-area .outer-container {
flex-direction: column;
justify-content: space-between;
} .skill-content {
padding-top: 60px;
margin-left: 0;
}  
.skill-image-box {
min-height: 550px;
}    
.skill-image-box .img-box {
top: 60px;
left: 0px;
bottom: 0;
right: 0;
} .testimonial-style5-content {
padding: 0px 25px 0px;
margin-bottom: -200px;
}
.single-testimonial-style5 {
padding: 70px 20px 35px;
padding-right: 10px;
}    
.single-testimonial-style5 .top {
position: relative;
display: block;
text-align: center;
} 
.single-testimonial-style5 .top .image-box {
margin: 0 auto 20px;
}    
.single-testimonial-style5 .top .title-box {
padding-left: 0px;
}    
.single-testimonial-style5 .text {
text-align: center;
} .footer-style6-contact-details h2 {
font-size: 18px;
line-height: 30px;
}    
.footer-style6-contact-details ul li {
display: block;
float: none;
width: 100%;
}    
.footer-style6-contact-details ul li.maxwidth270 {
max-width: 100%;
}    
.footer-style6-contact-details ul li.maxwidth626 {
max-width: 100%;
} .footer-bottom-content-style6 {
justify-content: center;
flex-direction: column;
align-items: center;
text-align: center;
} .main-header.style5.style5withstyle8.servicepage {
background: #1723d9;
}    
.main-header.style5withstyle8.servicepage .language-switcher.style4 {
display: none;
}    
.main-header.style5withstyle8.servicepage .header-upper-style5 .header-upper-left {
position: absolute;
top: 0;
left: 0;
width: 160px;
margin: 0;
z-index: 999999;
}
.main-header.style5withstyle8.servicepage .header-upper-style5 .header-upper-left .logo {
position: relative;
display: inline-block;
float: left;
margin: 24px 0 25px;
}    
.main-header.style5withstyle8.servicepage .header-upper-style5 .header-upper-right {
position: absolute;
top: 0;
left: 200px;
width: 40px;
z-index: 999999;
}    
.main-header.style5withstyle8.servicepage .header-upper-style5 .header-upper-right .header-social-links {
display: none;
}    
.main-header.style5withstyle8.servicepage .header-upper-style5 .outer-search-box {
padding: 30px 0;
padding-left: 14px;
margin-left: 0px;
float: right;
} .features-style2-area .width23percent {
width: 100%;
}  
.single-features-box-style2 .outer-box .overlay-content {
padding: 0 15px;
}  
.single-features-box-style2 .outer-box .overlay-content .inner-box .content-box .text-holder p br{
display: none;
}    
.features-style2-area .width54percent {
width: 100%;
} .process-box li {
width: 50%;
margin-bottom: 83px;
} 
.process-box li:before {
position: absolute;
top: -500px;
right: 0;
bottom: -500px;
width: 1px;
background: #ededed;
content: "";
z-index: -1;
} 
.process-box li:nth-child(2):before {
display: none;
}    
.process-box li .outer-box .title h3 {
font-size: 16px;
}    
.process-tab-box .tabs-content .inner-content {
padding: 0 10px;
}    
.process-tab-box .tabs-content .inner-content .title h1 br{
display: none;
} .main-header.style5.style5withstyle6.about-page{
background: rgba(22, 36, 217, 1.0);
} 
.main-header.style5.style5withstyle6.about-page .header-upper-style5{
padding: 0 10px;
}    
.main-header.style5.style5withstyle6.about-page .header-upper-style5 .header-upper-left {
position: absolute;
top: 0;
left: 0;
width: 190px;
margin: 24px 0 25px;
z-index: 999999;
}    
.main-header.style5.style5withstyle6.about-page .header-upper-style5 .header-upper-right {
position: absolute;
top: 0;
left: 200px;
width: 60px;
z-index: 999999;
} 
.main-header.style5.style5withstyle6.about-page .header-upper-style5 .header-upper-right .outer-search-box {
display: none;
} .breadcrumb-area {
padding: 331px 0 183px;
}    
.breadcrumb-area .big-title {
font-size: 40px;
line-height: 55px;
}        
.breadcrumb-area .big-title br{
display: none;
} .mission-vision-tabs .tab-buttons .tab-btn {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
width: 100%;
float: none;
} .history-area .auto-container {
max-width: 950px;
margin-left: 0;
margin-right: 0;
margin: 0 auto;
}
.history-area .history-bg .inner .box {
vertical-align: top;
}    
.history-area .history-bg .inner .box .title {
margin-top: 22px;
margin-left: 30px;
transform: rotate(0deg) translate(0px, 0px);
}   
.history-carousel.owl-carousel .owl-nav {
left: 0;
bottom: 0px;
width: 120px;
} .featured-image-box {
max-width: 500px;
width: 100%;
margin: 50px auto 50px;
}    
.featured-image-box img {
width: 100%;
} .main-header.style5withstyle8.faq-page{
background: #1723d9;
}    
.main-header.style5withstyle8.faq-page .header-upper-style5 .header-upper-left {
position: absolute;
top: 0;
left: 0;
width: 160px;
margin: 0;
z-index: 999999;
}    
.main-header.style5withstyle8.faq-page .language-switcher.style4 {
display: none;
}    
.main-header.style5withstyle8.faq-page .header-upper-style5 .header-upper-left .logo {
margin: 24px 0 25px;
}    
.main-header.style5withstyle8.faq-page .header-upper-style5 .header-upper-right {
position: absolute;
top: 0;
left: 160px;
width: 75px;
z-index: 999999;
}    
.main-header.style5withstyle8.faq-page .header-upper-style5 .header-upper-right .header-social-links {
display: none;
}    
.main-header.style5withstyle8.faq-page .header-upper-style5 .outer-search-box {
padding: 30px 0;
padding-left: 14px;
margin-left: 20px;
} .faq-content-box.martop30 {
margin-top: 30px;
} .main-header.style5.style5withstyle7.team-page{
background: #ffffff;
}  
.main-header.style5.style5withstyle7.team-page .header-upper-style5 .header-upper-right {
position: absolute;
top: 0;
left: 200px;
width: 30px;
z-index: 999999;
}    
.main-header.style5.style5withstyle7.team-page .language-switcher.style4 {
margin: 31px 0;
display: none;
}
.main-header.style5.style5withstyle7.team-page .header-upper-style5 .cart-box {
margin: 22px 0 23px;
}    
.main-header.style5.style5withstyle7.team-page .header-upper-style5 .outer-search-box {
padding: 30px 0;
} .main-header.style5.style5withstyle8.pricing-page{
background: #1723d9;    
}    
.main-header.style5.style5withstyle8.pricing-page .header-upper-style5 {
max-width: 100%;
padding: 0 20px;
}
.main-header.style5.style5withstyle8.pricing-page .header-upper-style5 .header-upper-left {
position: absolute;
top: 0;
left: 0;
width: 160px;
margin: 0;
z-index: 999999;
} 
.main-header.style5.style5withstyle8.pricing-page .language-switcher.style4 {
display: none;
}    
.main-header.style5.style5withstyle8.pricing-page .header-upper-style5 .header-upper-left .logo {
margin: 24px 0 25px;
}     
.main-header.style5.style5withstyle8.pricing-page .header-upper-style5 .header-upper-middle {}  
.main-header.style5.style5withstyle8.pricing-page .main-menu.style4 .navigation > li {
margin-right: 20px;
}    
.main-header.style5.style5withstyle8.pricing-page .main-menu.style4 .navigation > li:last-child {
margin-right: 0;
}   
.main-header.style5.style5withstyle8.pricing-page .header-upper-style5 .header-upper-right {
position: absolute;
top: 0;
left: 185px;
width: 60px;
z-index: 999999;
}
.main-header.style5.style5withstyle8.pricing-page .header-upper-style5 .header-upper-right .header-social-links {
display: none;
}      
.main-header.style5.style5withstyle8.pricing-page .header-upper-style5 .outer-search-box {
padding: 30px 0;
}   
.main-header.style5.style5withstyle8.pricing-page .header-upper-style5 .outer-search-box:before {
display: none;
} .single-price-box-style2 .inner-box {
padding: 56px 15px 40px;
} .main-header.responsive-header{
background: #ffffff;    
}    
.main-header.responsive-header .header-upper-style5 {
max-width: 100%;
padding: 0 20px;
}
.main-header.responsive-header .header-upper-style5 .header-upper-left {
position: absolute;
top: 0;
left: 0;
width: 160px;
margin: 0;
z-index: 999999;
} 
.main-header.responsive-header .language-switcher.style4 {
display: none;
}    
.main-header.responsive-header .header-upper-style5 .header-upper-left .logo {
margin: 24px 0 25px;
}     
.main-header.responsive-header .header-upper-style5 .header-upper-middle {}  
.main-header.responsive-header .main-menu.style4 .navigation > li {
margin-right: 20px;
}    
.main-header.responsive-header .main-menu.style4 .navigation > li:last-child {
margin-right: 0;
}   
.main-header.responsive-header .header-upper-style5 .header-upper-right {
position: absolute;
top: 0;
left: 200px;
width: 30px;
z-index: 999999;
}  
.main-header.responsive-header .header-upper-style5 .header-upper-right .header-social-links {
padding: 27px 0 28px;
}  
.main-header.responsive-header .header-upper-style5 .cart-box {
margin: 22px 0 23px;
}    
.main-header.responsive-header .header-upper-style5 .outer-search-box {
padding: 30px 0;
} .maintenance-content .bottom-content {
padding-top: 108px;
flex-direction: column;
}    
.maintenance-content .bottom-content .social-links .social-links-style1{
margin-top: 10px;
} .timer-box .big-title {
font-size: 45px;
line-height: 55px;
margin: 0 0 14px;
}    
.countdown-timer li {
margin: 0 13px 10px;
}    
.timer-box .subscribe-box {
margin-top: 45px;
} .error-content-area {
padding: 600px 0;
}    
.error-content .inner-content {
margin: 0;
} .portfolio-style3-title .title {
float: none !important;
display: block;
margin-bottom: 10px;
}    
.project-filter-box {
float: none !important;
display: block;
} .portfolio-style4-title .title {
float: none !important;
display: block;
margin-bottom: 20px;
} .portfolio-style5-title .title {
float: none !important;
display: block;
margin-bottom: 20px;
} .main-header .logo a.mar-tb-9 {
margin: 9px 0;
} .breadcrumb-style6-area.portfolio-v5 {
padding: 38px 0 0px;
} #creative-portfolio-header {
background: #ffffff;
}    
.single-portfolio-style8 .img-holder .overlay .inner .big-title {
font-size: 50px;
line-height: 60px;
} .main-header.responsive-header.modern-port{
background: #1723d9;
}    
.main-header.responsive-header.modern-port .header-upper-style5 .header-upper-right {
position: absolute;
top: 0;
left: 200px;
width: 60px;
z-index: 999999;
}   
.main-header.responsive-header.modern-port .header-upper-style5 .header-upper-right .header-social-links{
display: none;
} .single-portfolio-style9 .static-content .img-holder .overlay .big-title {
font-size: 40px;
line-height: 50px;
}    
.single-portfolio-style9 .overlay-content .text-holder .big-title {
font-size: 40px;
line-height: 50px;
} .project-info-image-box {
max-width: 520px;
float: left;
margin-top: 50px;
}
.pagination-single {
max-width: 100%;
text-align: center !important;
} 
.project-pagination a{
text-align: center;
} .project-info-image-box-style2 {
position: relative;
display: block;
margin-left: 0;
margin-top: 40px;
}    
.project-info-image-box-style2 img {
max-width: 100%;
float: none;
} #blog-header.blog-creative {
background: #ffffff;
box-shadow: none;
} .breadcrumb-style5-area {
padding: 55px 0 0px;
margin-top: 0px;
}
.single-blog-post-style5 .text-holder .meta-box .author-info {
display: block;
float: none;
}    
.single-blog-post-style5 .text-holder .meta-box .meta-info {
display: block;
overflow: hidden;
float: none;
border-left: none;
padding-left: 0;
margin-left: 0;
margin-top: 10px;
}          
.single-blog-post-style5 .text-holder .bottom {
align-items: end;
justify-content: space-between;
flex-direction: column;
}   
.single-blog-post-style5 .text-holder .bottom .reamore{
margin-bottom: 10px;
}    
.blog-sidebar-wrapper {
max-width: 370px;
margin-top: 70px;
} .main-header.blog-respon{
background: #1723d9;
}    
.main-header.blog-respon .header-upper-style5 {
max-width: 100%;
padding: 0 10px;
} 
.main-header.blog-respon .header-upper-style5 .header-upper-left {
position: absolute;
top: 0;
left: 0;
width: 170px;
margin: 0;
z-index: 999999;
}    
.main-header.blog-respon .header-upper-style5 .header-upper-left .logo {
margin: 24px 0 25px;
}    
.main-header.blog-respon .language-switcher.style4 {
display: none;
}      
.main-header.blog-respon .header-upper-style5 .header-upper-right {
position: absolute;
top: 0;
left: 180px;
width: 60px;
z-index: 999999;
}  
.main-header.blog-respon .header-upper-style5 .header-upper-right .header-social-links {
padding: 27px 0 28px;
display: none;
}    
.main-header.blog-respon .header-upper-style5 .outer-search-box {
padding: 30px 0;
padding-left: 14px;
margin-left: 20px;
} .breadcrumb-blog-single .inner-box .blog-single-title{
font-size: 30px;
line-height: 40px;    
}    
.breadcrumb-blog-single .inner-box .blog-single-title br{
display: none;
} .single-blog-item .top-text-box {
padding-left: 30px;
padding-bottom: 43px;
}    
.single-blog-item .bottom-text-box {
padding-top: 63px;
padding-left: 30px;
}    
.blog-single-quote-area h2 br{
display: none;
}    
.single-blog-image-box {
padding: 0 0px;
margin-top: 65px;
}    
.single-blog-image-box ul li {
-ms-flex: 0 0 50;
flex: 0 0 50%;
max-width: 50%;
}
.blog-single-tag-box {
margin-top: 70px;
margin-left: 0px;
margin-right: 0px;
padding-top: 30px;
}    
#blog-single-area .inner-comment-box {
padding: 0 0px;
margin-top: 70px;
}    
#blog-single-area .inner-comment-box .single-comment-box .text-box {
padding-left: 30px;
}    
#blog-single-area .inner-comment-box .single-comment-box .text-box:before {
display: none;
}    
#blog-single-area .inner-comment-box .single-comment-outer-box.mar-left {
margin-left: 10px;
}    
.add-comment-box {
padding: 0 0px;
margin-top: 40px;
} .main-header.responsive-header.contact-page{
background: #0A0A0A;
} .information-form .input-box label {
display: block;
float: none;
margin: 0;
padding-right: 0px;
font-size: 22px;
line-height: 32px;
}    
.information-form .comma {
display: none;
} .contact-address-area {
padding: 123px 0 100px;
}    
.single-contact-address-box {
padding: 40px 35px 43px;
margin-bottom: 30px;
}   
.contact-address-area .title h2 br{
display: none;
} .contact-form .inner-box {
padding: 59px 59px 59px;
padding-left: 59px;
margin-top: 50px;
}    
.contact-social-links {
margin-right: 0px;
margin-top: 0;
}    
.contact-form .inner-box {
padding: 29px 29px 29px;
padding-left: 29px;
}    
.contact-social-links .image-box {
max-width: 320px;
min-height: 530px;
margin-left: 30px;
} .main-header.black-bg{
background: #0A0A0A;
} 
.main-header.responsive-header.black-bg .header-upper-style5 .header-upper-right {
position: absolute;
top: 0;
left: 200px;
width: 30px;
z-index: 999999;
} .breadcrumb-style3-area.shop-page {
margin-top: 0px;
padding: 0px 0 0px;
}  
.breadcrumb-style3-area.shop-page .inner-content {
padding: 195px 0 195px;
}    
.breadcrumb-style3-area.shop-page .inner-content .big-title {
font-size: 80px;
line-height: 90px;
} .shop-sidebar-wrapper {
padding-top: 100px;   
}     
.showing-result-shorting {
display: flex;
justify-content: space-between;
flex-direction: column;
flex-wrap: wrap;
align-items: center;
padding-bottom: 30px;
border-bottom: 1px solid #ededed;
margin-bottom: 50px;
} 
.showing-result-shorting .showing {
margin: 14px 0 0;
} 
.shop-post-pagination li {
display: block;
float: none;
max-width: 100%;
width: 100%;
border-right: none;
padding: 9px 0;
}    
.shop-post-pagination li.middle {
max-width: 100%;
} .single-product-image-holder {
margin-right: 0;
}       
.single-shop-content .content-box {
margin-top: 40px;
} 
.product-info .product-size {
margin-bottom: 10px;
}
.product-quantity-box {
flex-direction: column;
align-items: end;
margin: 30px 0 30px;
}    
.product-quantity-box .left {
padding-right: 0px;
margin-bottom: 8px;
}    
.product-quantity-box .right {
padding-left: 0;
margin-top: 8px;
}    
.addto-cart-box {
flex-direction: column;
align-items: end;
}    
.addto-cart-box .categories {
padding-left: 0;
margin-top: 8px;
}    
.review-box-holder .single-review-outer-box {
padding: 34px 20px 32px;
}    
.review-box-holder .single-review-box .text-holder {
padding-left: 15px;
} .cart-button-box .update-cart {
position: relative;
display: block;
float: none !important;
margin-top: 20px;
}
.cart-button-box .apply-coupon {
padding-left: 0;
}       
.cart-button-box .apply-coupon input[type="text"] {
margin: 0 0 20px;
position: static;
width: 225px;
} 
.cart-button-box .update-cart button{
margin-bottom: 10px;
} .checkout-table {
margin-top: 50px;
} .login-register-area .form .social-icon {
float: none;
margin-right: 0;
margin-top: 10px;
} 
.login-register-area .form .social-icon .login-with {
position: static;
margin: 0;
display: inline-block;
}      
.login-register-area .form.register {
padding-top: 53px;
}     
.login-register-area .form .right {
display: block;
overflow: hidden;
margin-left: 0px;
text-align: left;
}
.login-register-area .form .right h6 {
margin: 20px 0 0;
}    
} @media only screen and (max-width: 991px) {
.banner-section {
padding: 200px 0 300px;
margin-top: 0;
}
.main-header .main-menu {
position: relative;
display: block;
width: 100%;
float: none;
}
.main-menu .navbar-header {
position: relative;
display: block;
float: none;
text-align: left;
width: 100%;
min-height: 90px;
top: 0px;
z-index: 12;
}    
.main-menu .navbar-header .navbar-toggle {
position: absolute;
top: 0;
right: 0;
display: inline-block;
z-index: 7;
float: right;
padding: 4px 5px;
cursor: pointer;
margin: 24px 0;
border-radius: 0px;
background: #1d1d1d;
margin-right: 25px;
}
.main-menu .navbar-header .navbar-toggle.mar-right0{
margin-right: 0;
}    
.main-menu .navbar-header .navbar-toggle .icon-bar {
background: #ffffff;
height: 2px;
width: 29px;
display: block;
margin: 7px 5px;
}
.main-menu .collapse {
max-height: 350px;
max-width: none;
overflow: auto;
float: none;
width: 100%;
padding: 0px 0px 0px;
border: none;
margin: 0px;
border-radius: 0px;
box-shadow: none;
}
.main-menu .navbar-collapse {
max-height: 350px; 
}    
.main-menu .navbar-collapse>.navigation {
float: none !important;
margin: 0px !important;
width: 100% !important;
background: #1d1d1d;
border: 0px solid #ffffff;
border-top: none;
}   
.main-menu .navbar-collapse>.navigation>li {
position: relative;
display: block;
width: 100%;
margin: 0px !important;
float: none !important;
}
.main-menu .navbar-collapse>.navigation>li,
.main-menu .navbar-collapse>.navigation>li>ul>li,
.main-menu .navbar-collapse>.navigation>li>ul>li>ul>li {
border-top: 1px solid rgba(40, 40, 40, 0.99) !important;
opacity: 1 !important;
top: 0px !important;
padding-top: 0;
padding-bottom: 0;
left: 0px !important;
visibility: visible !important;
border-bottom: none;
}
.main-menu .navbar-collapse>.navigation>li:first-child {
border: none;
}    
.main-menu .navbar-collapse>.navigation>li>a,
.main-menu .navbar-collapse>.navigation>li>ul>li>a,
.main-menu .navbar-collapse>.navigation>li>ul>li>ul>li>a {
padding: 10px 20px 8px !important;
line-height: 24px;
color: #ffffff;
text-align: left;
min-height: 0px;
}    
.main-menu .navbar-collapse>.navigation>li:hover>a,
.main-menu .navbar-collapse>.navigation>li>ul>li:hover>a,
.main-menu .navbar-collapse>.navigation>li>ul>li>ul>li:hover>a,
.main-menu .navbar-collapse>.navigation>li.current>a,
.main-menu .navbar-collapse>.navigation>li.current-menu-item>a {
color: #a6a6a6 !important;
}    
.main-menu .navbar-collapse>.navigation>li>ul,
.main-menu .navbar-collapse>.navigation>li>ul>li>ul {
position: relative;
border: none;
float: none;
visibility: visible;
opacity: 1;
display: none;
margin: 0px;
padding: 0px;
left: auto !important;
right: auto !important;
top: auto !important;
width: 100%;
background: #131313;
-webkit-border-radius: 0px;
-ms-border-radius: 0px;
-o-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;
transition: none !important;
-webkit-transition: none !important;
-ms-transition: none !important;
-o-transition: none !important;
-moz-transition: none !important;
box-shadow: none !important;
} 
.main-menu .navbar-collapse>.navigation>li>ul:before,
.main-menu .navbar-collapse>.navigation>li>ul>li>ul:before{   
display: none;
} 
.main-menu .navbar-collapse> .navigation > li > ul > li > a:before,    
.main-menu .navbar-collapse> .navigation > li > ul > li > a:after{
display: none;
}   
.main-menu .navbar-collapse>.navigation li.dropdown .dropdown-btn {
display: block;
}
.main-header.style5.style5withstyle7.team-page .main-menu.style4 .navigation > li > a{
color: #ffffff;
}        
.main-header.responsive-header .main-menu.style4 .navigation > li > a{
color: #ffffff;    
}
.main-menu .navigation>li> .megamenu .row{
margin: 0px;
}
.main-menu .navigation>li> .megamenu .column {
padding: 0px;
}
.main-menu .navigation .megamenu {
position: relative;
border-top: 0px solid rgba(40, 40, 40, 0.99) !important;
}
.main-menu .navigation .megamenu:before {
display: none;
} 
.main-menu .navigation>li> .megamenu li:first-child{
border-top: 1px solid rgba(40, 40, 40, 0.99) !important;
}   
.main-menu .navigation>li> .megamenu li>a {
padding: 9px 20px 9px !important;
line-height: 24px;
color: #ffffff;
text-align: left;
min-height: 0px;
}    
.fixed-header .sticky-header {
display: none!important;
}      
.main-menu .navigation>li>a span:before {
display: none;
}    
.main-menu .navigation>li>a:before {
display: none;
}      
}
@media only screen and (min-width: 1200px) and (max-width: 1300px) {  
.main-slider .slide-content.left-slide{ 
margin-left: 100px; 
}
}
@media only screen and (min-width: 1040px) and (max-width: 1199px) {  
.main-slider .slide-content.left-slide{ 
margin-left: 100px; 
}
.main-slider .slide-content .big-title{
font-size: 70px;
font-weight: 700;
}
}
@media only screen and (max-width: 1039px){ 
.main-slider .slide-content.left-slide{ 
margin-left: 100px; 
}      
.main-slider .slide-content .big-title{
font-size: 50px;
line-height: 1.1em;
font-weight: 900;
}
.main-slider .slide-content .big-title.style2 {
font-size: 30px;
line-height: 1.3em;
font-weight: 700;
text-transform: none;
}    
.main-slider .slide-content .agency ul li{
font-size: 50px;
line-height: 40px;
font-weight: 700;
margin: 0;
}    
.main-slider .slide-content .agency ul li span {
width: 50px;
height: 2px;
}    
.main-slider .slide-content .agency ul li span:before {
width: 30px;
height: 2px;
margin: 0 14px;
}     
.slider-sociallinks-search-box {
max-width: 716px;
margin: 0 auto;
padding: 19px 0;
}
}
@media only screen and (max-width: 777px){
.main-header {
position: relative;
background: #1723d9;
padding-bottom: 40px;
}    
.main-slider .slide-content .big-title{
font-size: 40px;
line-height: 1.1em;
font-weight: 900;
}
.main-slider .slide-content .big-title.style2 {
font-size: 20px;
line-height: 1.4em;
font-weight: 600;
text-transform: none;
}   
.main-slider .slide-content .text br{
display: none;
}
.main-slider .slide-content .video-holder-box a{
height: 80px;
width: 80px;
}
.main-slider .slide-content .video-holder-box a span:before{
font-size: 20px;
line-height: 80px;
}    
.slider-sociallinks-search-box {
max-width: 500px;
margin: 0 auto;
padding: 19px 0;
}
}
@media only screen and (max-width: 599px) { .main-header .header-upper {
padding: 0 30px;
}  
.anim-menu-btn span {
display: none;
} 
.anim-menu-btn:before {
display: none;
}
.anim-menu-btn:after {
display: none;
}    
.main-slider .slide-content.left-slide{ 
margin-left: 0px; 
} 
.main-slider .slide-content .big-title {
font-size: 30px;
line-height: 1.1em;
font-weight: 700;
}    
.main-slider .slide-content .text {
font-size: 16px;
line-height: 24px;
font-weight: 600;
}
.main-slider .slide-content .btn-box a.slide-btn2 {
padding: 0 40px;
line-height: 50px;
}    
}
@media only screen and (max-width: 479px) { 
.main-slider .slide-content.left-slide{ 
margin-left: 0px; 
}  
.main-slider .slide-content .big-title{
font-size: 30px;
line-height: 1.2em;
font-weight: 700;
}
.main-slider .slide-content .big-title.style2 {
font-size: 20px;
line-height: 1.4em;
font-weight: 600;
}      
.main-slider .slide-content .agency ul li {
font-size: 30px;
line-height: 26px;
font-weight: 700;
} 
.main-slider .slide-content .agency ul li span {
width: 30px;
height: 2px;
}    
.main-slider .slide-content .agency ul li span:before {
width: 20px;
height: 2px;
margin: 0 9px;
}
.slider-sociallinks-search-box {
max-width: 350px;
margin: 0 auto;
padding: 19px 0;
}
}
@media only screen and (max-width: 370px) {   
.main-slider .slide-content .big-title {
font-size: 20px;
line-height: 1.2em;
font-weight: 600;
}
.main-slider .slide-content .text {
font-size: 14px;
line-height: 22px;
font-weight: 500;
}    
}
@media only screen and (max-width: 500px) { .about-style2-content {
max-width: 320px;
margin: 0 auto;
}
.accordion-holder .accordion .acc-btn {
padding-left: 110px;
height: 55px;
}    
.accordion-holder .accordion .acc-btn h3 {
font-size: 15px;
line-height: 26px;
font-weight: 500;
padding-left: 20px;
padding-right: 20px;
}
}
@media only screen and (min-width: 992px) and (max-width: 1450px) { .banner-style3-section .banner-content .big-title {
font-size: 60px;
line-height: 90px;
margin-left: 140px;
}
.banner-style3-section .mouse-btn-down {
right: 100px;
}
}
@media only screen and (min-width: 1200px) and (max-width: 1720px) { .header-upper-style4 .header-upper-left {
max-width: 320px;
}    
.header-upper-style4 .header-upper-middle {
max-width: 490px;
}    
.main-menu.style3 .navigation > li {
margin-right: 15px;
} 
.header-upper-style4 .header-upper-right {
max-width: 230px;
} .banner-style4-area .big-title {
padding-bottom: 15px;
font-size: 80px;
line-height: 100px;
} .main-header.blog-respon{}    
.main-header.blog-respon .header-upper-style5 {
max-width: 1200px;
padding: 0 20px;
}    
.main-header.blog-respon .header-upper-style5 .header-upper-left {
max-width: 300px;
}    
.main-header.blog-respon .header-upper-style5 .header-upper-middle {
max-width: 500px;
}    
.main-header.blog-respon .main-menu.style4 .navigation > li {
margin-right: 30px;
}    
.main-header.blog-respon .main-menu.style4 .navigation > li:last-child {
margin-right: 0px;
}      
.main-header.blog-respon .header-upper-style5 .header-upper-right {
max-width: 350px;
} 
}
@media only screen and (min-width: 1200px) and (max-width: 1770px) { .header-upper-style5 .header-upper-left {
max-width: 300px;
}
.header-upper-style5 .header-upper-middle {
max-width: 550px;
}    
.header-upper-style5 .header-upper-right {
max-width: 300px;
} .banner-style5-area {
padding-top: 268px;
padding-bottom: 300px;
height: 1060px;
background-position: bottom left;
}    
.banner-style5-area .phone {
position: absolute;
bottom: 220px;
right: 40px;
width: 650px;
height: 550px;
background-size: contain;
} .main-header.style5.style5withstyle7.team-page .header-upper-style5 {
max-width: 1192px;
} .main-header.style5.style5withstyle8.pricing-page .header-upper-style5 {
max-width: 1200px;
} 
.main-header.style5.style5withstyle8.pricing-page .header-upper-style5 .header-upper-left {
max-width: 350px;
}    
.main-header.style5.style5withstyle8.pricing-page .header-upper-style5 .header-upper-middle {
max-width: 480px;
}  
.main-header.style5.style5withstyle8.pricing-page .main-menu.style4 .navigation > li {
margin-right: 25px;
}    
.main-header.style5.style5withstyle8.pricing-page .main-menu.style4 .navigation > li:last-child {
margin-right: 0;
}    
.main-header.style5.style5withstyle8.pricing-page .header-upper-style5 .header-upper-right {
max-width: 330px;
} .main-header.style5.style5withstyle7.team-page .header-upper-style5 {
max-width: 1192px;
} .main-header.responsive-header .header-upper-style5 {
max-width: 1200px;
} 
.main-header.responsive-header .header-upper-style5 .header-upper-left {
max-width: 350px;
}    
.main-header.responsive-header .header-upper-style5 .header-upper-middle {
max-width: 470px;
}  
.main-header.responsive-header .main-menu.style4 .navigation > li {
margin-right: 22px;
}    
.main-header.responsive-header .main-menu.style4 .navigation > li:last-child {
margin-right: 0;
}    
.main-header.responsive-header .header-upper-style5 .header-upper-right {
max-width: 330px;
}  
}
@media only screen and (min-width: 1200px) and (max-width: 1770px) { .main-header.style5withstyle8.servicepage .header-upper-style5 {
max-width: 1200px;
padding: 0 20px;
}    
.main-header.style5withstyle8.servicepage .header-upper-style5 .header-upper-right {
max-width: 300px;
} .main-header.style5withstyle8.faq-page .header-upper-style5 .header-upper-right {
max-width: 300px;
}    
}
@media only screen and (max-width: 1023px){
.banner-section-two .content-boxed h1{
font-size:60px;
}
.banner-section-two .content-boxed .agency ul li span{
display:none;
}
.banner-section-two .content-boxed .agency ul li{
margin:0px;
}
.mobile-menu .menu-box{
padding-left:0px;	
}
.project-style{
margin-left:0px;	
}
}
@media only screen and (max-width: 767px){
.banner-section-two .content-boxed .agency ul li{
font-size:50px;
}
.banner-section-two .content-boxed .text br{
display:none;
}
.banner-section-two .content-boxed .title{
margin-bottom:15px;
}
.banner-section-two .content-boxed .text{
margin-top:10px;
}
.banner-section-two .content-boxed.style-two{
padding-left:0px;
}
.banner-section-two .video-holder-box{
top:0px;
margin-top:30px;
position:relative;
}
.banner-section-two .content-boxed h1{
font-size:44px;
}
.banner-section-two .content-boxed h1 br{
display:none;
}
.banner-section-two .slide{
padding:120px 0px 160px;
}
.single-footer-widget,
.single-footer-widget-style2,
.single-footer-widget-style3,
.single-footer-widget-style4{
margin-bottom:50px;	
}
.sec-title-style2 .title{
z-index:99;	
}
.footer-style5-area{
padding:150px 0px 0px;	
}
.header-upper-style5 .outer-search-box .search-box.now-visible{
right:-25px;	
}
.single-blog-post-style2.blog-creative-view{
margin-right: 0px;
}
.single-comment-outer-box .single-comment-outer-box{
margin-left:0px;	
}
}
@media only screen and (max-width: 599px){
.banner-section-two .patern-layer-one{
display:none;
}
.banner-section-two .owl-nav{
display:none;	
}
.header-upper-style5 .outer-search-box .search-box.now-visible{
right:-25px;	
}
.faq-content-box ul li .overlay-text{
padding:20px;
min-height: fit-content;
}
.single-portfolio-style9 .name{
left: -105px;
margin-top: -115px;
}
.single-blog-post-style5 .text-holder{
padding:20px;	
}
#blog-single-area .inner-comment-box .single-comment-box{
padding-left:0px;
}
#blog-single-area .inner-comment-box .single-comment-box .img-box{
position:relative;
margin-bottom:25px;
}
#blog-single-area .inner-comment-box .single-comment-box .text-box{
padding-left:0px;
}
}
@media only screen and (max-width: 550px) {
.mobile-menu {
width: 250px;
}
.pagination li{
margin-bottom:18px;
}
}
@media only screen and (max-width: 479px) {
.sociallinks-style-two li{
margin-right:15px;
}
.banner-section-two .content-boxed h1{
font-size:34px;
}
.header-upper-style4 .nav-outer .outer-search-box .seach-toggle,
.header-upper-style5 .header-upper-right{
display:none;	
}
.about-style3-content-box .slick-dots li{
margin:0px 26px;
}
.single-testimonial-style4{
padding:36px;	
}
.single-testimonial-style4 .top .title-box{
padding-left:0px;
margin-top:20px;
display:block;
}
.footer-style5-area{
padding:100px 0px;	
}
.main-service .top-box .text a{
padding:0px 45px;		
}
.breadcrumb-style4-area .inner-content .big-title{
font-size:50px;	
}
.faq-content-box ul li .overlay-text{
left:0px;
right:0px;
padding:20px;
min-height: fit-content;
}
.single-portfolio-style8 .img-holder .overlay .inner .big-title{
font-size: 40px;
line-height: 50px;
}
.single-portfolio-style9 .static-content .img-holder .overlay .big-title{
bottom:70px;	
}
.blog-sidebar-wrapper .single-sidebar{
padding:20px;	
}
.single-sidebar .trending-post li .post-image{
width:50px;
height:50px;
}
.single-sidebar .trending-post li{
padding-left:50px;	
}
.contact-form form button{
padding:0px 45px;	
}
}@font-face{font-family:eicons;src:url(//www.mywebsitefreelancer.com/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.eot?5.44.0);src:url(//www.mywebsitefreelancer.com/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.eot?5.44.0#iefix) format("embedded-opentype"),url(//www.mywebsitefreelancer.com/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.woff2?5.44.0) format("woff2"),url(//www.mywebsitefreelancer.com/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.woff?5.44.0) format("woff"),url(//www.mywebsitefreelancer.com/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.ttf?5.44.0) format("truetype"),url(//www.mywebsitefreelancer.com/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.svg?5.44.0#eicon) format("svg");font-weight:400;font-style:normal}[class*=" eicon-"],[class^=eicon]{display:inline-block;font-family:eicons;font-size:inherit;font-weight:400;font-style:normal;font-variant:normal;line-height:1;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@keyframes a{0%{transform:rotate(0deg)}to{transform:rotate(359deg)}}.eicon-animation-spin{animation:a 2s infinite linear}.eicon-editor-link:before{content:"\e800"}.eicon-editor-unlink:before{content:"\e801"}.eicon-editor-external-link:before{content:"\e802"}.eicon-editor-close:before{content:"\e803"}.eicon-editor-list-ol:before{content:"\e804"}.eicon-editor-list-ul:before{content:"\e805"}.eicon-editor-bold:before{content:"\e806"}.eicon-editor-italic:before{content:"\e807"}.eicon-editor-underline:before{content:"\e808"}.eicon-editor-paragraph:before{content:"\e809"}.eicon-editor-h1:before{content:"\e80a"}.eicon-editor-h2:before{content:"\e80b"}.eicon-editor-h3:before{content:"\e80c"}.eicon-editor-h4:before{content:"\e80d"}.eicon-editor-h5:before{content:"\e80e"}.eicon-editor-h6:before{content:"\e80f"}.eicon-editor-quote:before{content:"\e810"}.eicon-editor-code:before{content:"\e811"}.eicon-elementor:before{content:"\e812"}.eicon-elementor-circle:before{content:"\e813"}.eicon-pojome:before{content:"\e814"}.eicon-plus:before{content:"\e815"}.eicon-menu-bar:before{content:"\e816"}.eicon-apps:before{content:"\e817"}.eicon-accordion:before{content:"\e818"}.eicon-alert:before{content:"\e819"}.eicon-animation-text:before{content:"\e81a"}.eicon-animation:before{content:"\e81b"}.eicon-banner:before{content:"\e81c"}.eicon-blockquote:before{content:"\e81d"}.eicon-button:before{content:"\e81e"}.eicon-call-to-action:before{content:"\e81f"}.eicon-captcha:before{content:"\e820"}.eicon-carousel:before{content:"\e821"}.eicon-checkbox:before{content:"\e822"}.eicon-columns:before{content:"\e823"}.eicon-countdown:before{content:"\e824"}.eicon-counter:before{content:"\e825"}.eicon-date:before{content:"\e826"}.eicon-divider-shape:before{content:"\e827"}.eicon-divider:before{content:"\e828"}.eicon-download-button:before{content:"\e829"}.eicon-dual-button:before{content:"\e82a"}.eicon-email-field:before{content:"\e82b"}.eicon-facebook-comments:before{content:"\e82c"}.eicon-facebook-like-box:before{content:"\e82d"}.eicon-form-horizontal:before{content:"\e82e"}.eicon-form-vertical:before{content:"\e82f"}.eicon-gallery-grid:before{content:"\e830"}.eicon-gallery-group:before{content:"\e831"}.eicon-gallery-justified:before{content:"\e832"}.eicon-gallery-masonry:before{content:"\e833"}.eicon-icon-box:before{content:"\e834"}.eicon-image-before-after:before{content:"\e835"}.eicon-image-box:before{content:"\e836"}.eicon-image-hotspot:before{content:"\e837"}.eicon-image-rollover:before{content:"\e838"}.eicon-info-box:before{content:"\e839"}.eicon-inner-section:before{content:"\e83a"}.eicon-mailchimp:before{content:"\e83b"}.eicon-menu-card:before{content:"\e83c"}.eicon-navigation-horizontal:before{content:"\e83d"}.eicon-nav-menu:before{content:"\e83e"}.eicon-navigation-vertical:before{content:"\e83f"}.eicon-number-field:before{content:"\e840"}.eicon-parallax:before{content:"\e841"}.eicon-php7:before{content:"\e842"}.eicon-post-list:before{content:"\e843"}.eicon-post-slider:before{content:"\e844"}.eicon-post:before{content:"\e845"}.eicon-posts-carousel:before{content:"\e846"}.eicon-posts-grid:before{content:"\e847"}.eicon-posts-group:before{content:"\e848"}.eicon-posts-justified:before{content:"\e849"}.eicon-posts-masonry:before{content:"\e84a"}.eicon-posts-ticker:before{content:"\e84b"}.eicon-price-list:before{content:"\e84c"}.eicon-price-table:before{content:"\e84d"}.eicon-radio:before{content:"\e84e"}.eicon-rtl:before{content:"\e84f"}.eicon-scroll:before{content:"\e850"}.eicon-search:before{content:"\e851"}.eicon-select:before{content:"\e852"}.eicon-share:before{content:"\e853"}.eicon-sidebar:before{content:"\e854"}.eicon-skill-bar:before{content:"\e855"}.eicon-slider-3d:before{content:"\e856"}.eicon-slider-album:before{content:"\e857"}.eicon-slider-device:before{content:"\e858"}.eicon-slider-full-screen:before{content:"\e859"}.eicon-slider-push:before{content:"\e85a"}.eicon-slider-vertical:before{content:"\e85b"}.eicon-slider-video:before{content:"\e85c"}.eicon-slides:before{content:"\e85d"}.eicon-social-icons:before{content:"\e85e"}.eicon-spacer:before{content:"\e85f"}.eicon-table:before{content:"\e860"}.eicon-tabs:before{content:"\e861"}.eicon-tel-field:before{content:"\e862"}.eicon-text-area:before{content:"\e863"}.eicon-text-field:before{content:"\e864"}.eicon-thumbnails-down:before{content:"\e865"}.eicon-thumbnails-half:before{content:"\e866"}.eicon-thumbnails-right:before{content:"\e867"}.eicon-time-line:before{content:"\e868"}.eicon-toggle:before{content:"\e869"}.eicon-url:before{content:"\e86a"}.eicon-t-letter:before{content:"\e86b"}.eicon-wordpress:before{content:"\e86c"}.eicon-text:before{content:"\e86d"}.eicon-anchor:before{content:"\e86e"}.eicon-bullet-list:before{content:"\e86f"}.eicon-code:before{content:"\e870"}.eicon-favorite:before{content:"\e871"}.eicon-google-maps:before{content:"\e872"}.eicon-image:before{content:"\e873"}.eicon-photo-library:before{content:"\e874"}.eicon-woocommerce:before{content:"\e875"}.eicon-youtube:before{content:"\e876"}.eicon-flip-box:before{content:"\e877"}.eicon-settings:before{content:"\e878"}.eicon-headphones:before{content:"\e879"}.eicon-testimonial:before{content:"\e87a"}.eicon-counter-circle:before{content:"\e87b"}.eicon-person:before{content:"\e87c"}.eicon-chevron-right:before{content:"\e87d"}.eicon-chevron-left:before{content:"\e87e"}.eicon-close:before{content:"\e87f"}.eicon-file-download:before{content:"\e880"}.eicon-save:before{content:"\e881"}.eicon-zoom-in:before{content:"\e882"}.eicon-shortcode:before{content:"\e883"}.eicon-nerd:before{content:"\e884"}.eicon-device-desktop:before{content:"\e885"}.eicon-device-tablet:before{content:"\e886"}.eicon-device-mobile:before{content:"\e887"}.eicon-document-file:before{content:"\e888"}.eicon-folder-o:before{content:"\e889"}.eicon-hypster:before{content:"\e88a"}.eicon-h-align-left:before{content:"\e88b"}.eicon-h-align-right:before{content:"\e88c"}.eicon-h-align-center:before{content:"\e88d"}.eicon-h-align-stretch:before{content:"\e88e"}.eicon-v-align-top:before{content:"\e88f"}.eicon-v-align-bottom:before{content:"\e890"}.eicon-v-align-middle:before{content:"\e891"}.eicon-v-align-stretch:before{content:"\e892"}.eicon-pro-icon:before{content:"\e893"}.eicon-mail:before{content:"\e894"}.eicon-lock-user:before{content:"\e895"}.eicon-testimonial-carousel:before{content:"\e896"}.eicon-media-carousel:before{content:"\e897"}.eicon-section:before{content:"\e898"}.eicon-column:before{content:"\e899"}.eicon-edit:before{content:"\e89a"}.eicon-clone:before{content:"\e89b"}.eicon-trash:before{content:"\e89c"}.eicon-play:before{content:"\e89d"}.eicon-angle-right:before{content:"\e89e"}.eicon-angle-left:before{content:"\e89f"}.eicon-animated-headline:before{content:"\e8a0"}.eicon-menu-toggle:before{content:"\e8a1"}.eicon-fb-embed:before{content:"\e8a2"}.eicon-fb-feed:before{content:"\e8a3"}.eicon-twitter-embed:before{content:"\e8a4"}.eicon-twitter-feed:before{content:"\e8a5"}.eicon-sync:before{content:"\e8a6"}.eicon-import-export:before{content:"\e8a7"}.eicon-check-circle:before{content:"\e8a8"}.eicon-library-save:before{content:"\e8a9"}.eicon-library-download:before{content:"\e9dd"}.eicon-insert:before{content:"\e8ab"}.eicon-preview-medium:before{content:"\e8ac"}.eicon-sort-down:before{content:"\e8ad"}.eicon-sort-up:before{content:"\e8ae"}.eicon-heading:before{content:"\e8af"}.eicon-logo:before{content:"\e8b0"}.eicon-meta-data:before{content:"\e8b1"}.eicon-post-content:before{content:"\e8b2"}.eicon-post-excerpt:before{content:"\e8b3"}.eicon-post-navigation:before{content:"\e8b4"}.eicon-yoast:before{content:"\e8b5"}.eicon-nerd-chuckle:before{content:"\e8b6"}.eicon-nerd-wink:before{content:"\e8b7"}.eicon-comments:before{content:"\e8b8"}.eicon-download-circle-o:before{content:"\e8b9"}.eicon-library-upload:before{content:"\e8ba"}.eicon-save-o:before{content:"\e8bb"}.eicon-upload-circle-o:before{content:"\e8bc"}.eicon-ellipsis-h:before{content:"\e8bd"}.eicon-ellipsis-v:before{content:"\e8be"}.eicon-arrow-left:before{content:"\e8bf"}.eicon-arrow-right:before{content:"\e8c0"}.eicon-arrow-up:before{content:"\e8c1"}.eicon-arrow-down:before{content:"\e8c2"}.eicon-play-o:before{content:"\e8c3"}.eicon-archive-posts:before{content:"\e8c4"}.eicon-archive-title:before{content:"\e8c5"}.eicon-featured-image:before{content:"\e8c6"}.eicon-post-info:before{content:"\e8c7"}.eicon-post-title:before{content:"\e8c8"}.eicon-site-logo:before{content:"\e8c9"}.eicon-site-search:before{content:"\e8ca"}.eicon-site-title:before{content:"\e8cb"}.eicon-plus-square:before{content:"\e8cc"}.eicon-minus-square:before{content:"\e8cd"}.eicon-cloud-check:before{content:"\e8ce"}.eicon-drag-n-drop:before{content:"\e8cf"}.eicon-welcome:before{content:"\e8d0"}.eicon-handle:before{content:"\e8d1"}.eicon-cart:before{content:"\e8d2"}.eicon-product-add-to-cart:before{content:"\e8d3"}.eicon-product-breadcrumbs:before{content:"\e8d4"}.eicon-product-categories:before{content:"\e8d5"}.eicon-product-description:before{content:"\e8d6"}.eicon-product-images:before{content:"\e8d7"}.eicon-product-info:before{content:"\e8d8"}.eicon-product-meta:before{content:"\e8d9"}.eicon-product-pages:before{content:"\e8da"}.eicon-product-price:before{content:"\e8db"}.eicon-product-rating:before{content:"\e8dc"}.eicon-product-related:before{content:"\e8dd"}.eicon-product-stock:before{content:"\e8de"}.eicon-product-tabs:before{content:"\e8df"}.eicon-product-title:before{content:"\e8e0"}.eicon-product-upsell:before{content:"\e8e1"}.eicon-products:before{content:"\e8e2"}.eicon-bag-light:before{content:"\e8e3"}.eicon-bag-medium:before{content:"\e8e4"}.eicon-bag-solid:before{content:"\e8e5"}.eicon-basket-light:before{content:"\e8e6"}.eicon-basket-medium:before{content:"\e8e7"}.eicon-basket-solid:before{content:"\e8e8"}.eicon-cart-light:before{content:"\e8e9"}.eicon-cart-medium:before{content:"\e8ea"}.eicon-cart-solid:before{content:"\e8eb"}.eicon-exchange:before{content:"\e8ec"}.eicon-preview-thin:before{content:"\e8ed"}.eicon-device-laptop:before{content:"\e8ee"}.eicon-collapse:before{content:"\e8ef"}.eicon-expand:before{content:"\e8f0"}.eicon-navigator:before{content:"\e8f1"}.eicon-plug:before{content:"\e8f2"}.eicon-dashboard:before{content:"\e8f3"}.eicon-typography:before{content:"\e8f4"}.eicon-info-circle-o:before{content:"\e8f5"}.eicon-integration:before{content:"\e8f6"}.eicon-plus-circle-o:before{content:"\e8f7"}.eicon-rating:before{content:"\e8f8"}.eicon-review:before{content:"\e8f9"}.eicon-tools:before{content:"\e8fa"}.eicon-loading:before{content:"\e8fb"}.eicon-sitemap:before{content:"\e8fc"}.eicon-click:before{content:"\e8fd"}.eicon-clock:before{content:"\e8fe"}.eicon-library-open:before{content:"\e8ff"}.eicon-warning:before{content:"\e900"}.eicon-flow:before{content:"\e901"}.eicon-cursor-move:before{content:"\e902"}.eicon-arrow-circle-left:before{content:"\e903"}.eicon-flash:before{content:"\e904"}.eicon-redo:before{content:"\e905"}.eicon-ban:before{content:"\e906"}.eicon-barcode:before{content:"\e907"}.eicon-calendar:before{content:"\e908"}.eicon-caret-left:before{content:"\e909"}.eicon-caret-right:before{content:"\e90a"}.eicon-caret-up:before{content:"\e90b"}.eicon-chain-broken:before{content:"\e90c"}.eicon-check-circle-o:before{content:"\e90d"}.eicon-check:before{content:"\e90e"}.eicon-chevron-double-left:before{content:"\e90f"}.eicon-chevron-double-right:before{content:"\e910"}.eicon-undo:before{content:"\e911"}.eicon-filter:before{content:"\e912"}.eicon-circle-o:before{content:"\e913"}.eicon-circle:before{content:"\e914"}.eicon-clock-o:before{content:"\e915"}.eicon-cog:before{content:"\e916"}.eicon-cogs:before{content:"\e917"}.eicon-commenting-o:before{content:"\e918"}.eicon-copy:before{content:"\e919"}.eicon-database:before{content:"\e91a"}.eicon-dot-circle-o:before{content:"\e91b"}.eicon-envelope:before{content:"\e91c"}.eicon-external-link-square:before{content:"\e91d"}.eicon-eyedropper:before{content:"\e91e"}.eicon-folder:before{content:"\e91f"}.eicon-font:before{content:"\e920"}.eicon-adjust:before{content:"\e921"}.eicon-lightbox:before{content:"\e922"}.eicon-heart-o:before{content:"\e923"}.eicon-history:before{content:"\e924"}.eicon-image-bold:before{content:"\e925"}.eicon-info-circle:before{content:"\e926"}.eicon-link:before{content:"\e927"}.eicon-long-arrow-left:before{content:"\e928"}.eicon-long-arrow-right:before{content:"\e929"}.eicon-caret-down:before{content:"\e92a"}.eicon-paint-brush:before{content:"\e92b"}.eicon-pencil:before{content:"\e92c"}.eicon-plus-circle:before{content:"\e92d"}.eicon-zoom-in-bold:before{content:"\e92e"}.eicon-sort-amount-desc:before{content:"\e92f"}.eicon-sign-out:before{content:"\e930"}.eicon-spinner:before{content:"\e931"}.eicon-square:before{content:"\e932"}.eicon-star-o:before{content:"\e933"}.eicon-star:before{content:"\e934"}.eicon-text-align-justify:before{content:"\e935"}.eicon-text-align-center:before{content:"\e936"}.eicon-tags:before{content:"\e937"}.eicon-text-align-left:before{content:"\e938"}.eicon-text-align-right:before{content:"\e939"}.eicon-close-circle:before{content:"\e93a"}.eicon-trash-o:before{content:"\e93b"}.eicon-font-awesome:before{content:"\e93c"}.eicon-user-circle-o:before{content:"\e93d"}.eicon-video-camera:before{content:"\e93e"}.eicon-heart:before{content:"\e93f"}.eicon-wrench:before{content:"\e940"}.eicon-help:before{content:"\e941"}.eicon-help-o:before{content:"\e942"}.eicon-zoom-out-bold:before{content:"\e943"}.eicon-plus-square-o:before{content:"\e944"}.eicon-minus-square-o:before{content:"\e945"}.eicon-minus-circle:before{content:"\e946"}.eicon-minus-circle-o:before{content:"\e947"}.eicon-code-bold:before{content:"\e948"}.eicon-cloud-upload:before{content:"\e949"}.eicon-search-bold:before{content:"\e94a"}.eicon-map-pin:before{content:"\e94b"}.eicon-meetup:before{content:"\e94c"}.eicon-slideshow:before{content:"\e94d"}.eicon-t-letter-bold:before{content:"\e94e"}.eicon-preferences:before{content:"\e94f"}.eicon-table-of-contents:before{content:"\e950"}.eicon-tv:before{content:"\e951"}.eicon-upload:before{content:"\e952"}.eicon-instagram-comments:before{content:"\e953"}.eicon-instagram-nested-gallery:before{content:"\e954"}.eicon-instagram-post:before{content:"\e955"}.eicon-instagram-video:before{content:"\e956"}.eicon-instagram-gallery:before{content:"\e957"}.eicon-instagram-likes:before{content:"\e958"}.eicon-facebook:before{content:"\e959"}.eicon-twitter:before{content:"\e95a"}.eicon-pinterest:before{content:"\e95b"}.eicon-frame-expand:before{content:"\e95c"}.eicon-frame-minimize:before{content:"\e95d"}.eicon-archive:before{content:"\e95e"}.eicon-colors-typography:before{content:"\e95f"}.eicon-custom:before{content:"\e960"}.eicon-footer:before{content:"\e961"}.eicon-header:before{content:"\e962"}.eicon-layout-settings:before{content:"\e963"}.eicon-lightbox-expand:before{content:"\e964"}.eicon-error-404:before{content:"\e965"}.eicon-theme-style:before{content:"\e966"}.eicon-search-results:before{content:"\e967"}.eicon-single-post:before{content:"\e968"}.eicon-site-identity:before{content:"\e969"}.eicon-theme-builder:before{content:"\e96a"}.eicon-download-bold:before{content:"\e96b"}.eicon-share-arrow:before{content:"\e96c"}.eicon-global-settings:before{content:"\e96d"}.eicon-user-preferences:before{content:"\e96e"}.eicon-lock:before{content:"\e96f"}.eicon-export-kit:before{content:"\e970"}.eicon-import-kit:before{content:"\e971"}.eicon-lottie:before{content:"\e972"}.eicon-products-archive:before{content:"\e973"}.eicon-single-product:before{content:"\e974"}.eicon-disable-trash-o:before{content:"\e975"}.eicon-single-page:before{content:"\e976"}.eicon-wordpress-light:before{content:"\e977"}.eicon-cogs-check:before{content:"\e978"}.eicon-custom-css:before{content:"\e979"}.eicon-global-colors:before{content:"\e97a"}.eicon-globe:before{content:"\e97b"}.eicon-typography-1:before{content:"\e97c"}.eicon-background:before{content:"\e97d"}.eicon-device-responsive:before{content:"\e97e"}.eicon-device-wide:before{content:"\e97f"}.eicon-code-highlight:before{content:"\e980"}.eicon-video-playlist:before{content:"\e981"}.eicon-download-kit:before{content:"\e982"}.eicon-kit-details:before{content:"\e983"}.eicon-kit-parts:before{content:"\e984"}.eicon-kit-upload:before{content:"\e985"}.eicon-kit-plugins:before{content:"\e986"}.eicon-kit-upload-alt:before{content:"\e987"}.eicon-hotspot:before{content:"\e988"}.eicon-paypal-button:before{content:"\e989"}.eicon-shape:before{content:"\e98a"}.eicon-wordart:before{content:"\e98b"}.eicon-checkout:before{content:"\e98c"}.eicon-container:before{content:"\e98d"}.eicon-flip:before{content:"\e98e"}.eicon-info:before{content:"\e98f"}.eicon-my-account:before{content:"\e990"}.eicon-purchase-summary:before{content:"\e991"}.eicon-page-transition:before{content:"\e992"}.eicon-spotify:before{content:"\e993"}.eicon-stripe-button:before{content:"\e994"}.eicon-woo-settings:before{content:"\e995"}.eicon-woo-cart:before{content:"\e996"}.eicon-grow:before{content:"\e997"}.eicon-order-end:before{content:"\e998"}.eicon-nowrap:before{content:"\e999"}.eicon-order-start:before{content:"\e99a"}.eicon-progress-tracker:before{content:"\e99b"}.eicon-shrink:before{content:"\e99c"}.eicon-wrap:before{content:"\e99d"}.eicon-align-center-h:before{content:"\e99e"}.eicon-align-center-v:before{content:"\e99f"}.eicon-align-end-h:before{content:"\e9a0"}.eicon-align-end-v:before{content:"\e9a1"}.eicon-align-start-h:before{content:"\e9a2"}.eicon-align-start-v:before{content:"\e9a3"}.eicon-align-stretch-h:before{content:"\e9a4"}.eicon-align-stretch-v:before{content:"\e9a5"}.eicon-justify-center-h:before{content:"\e9a6"}.eicon-justify-center-v:before{content:"\e9a7"}.eicon-justify-end-h:before{content:"\e9a8"}.eicon-justify-end-v:before{content:"\e9a9"}.eicon-justify-space-around-h:before{content:"\e9aa"}.eicon-justify-space-around-v:before{content:"\e9ab"}.eicon-justify-space-between-h:before{content:"\e9ac"}.eicon-justify-space-between-v:before{content:"\e9ad"}.eicon-justify-space-evenly-h:before{content:"\e9ae"}.eicon-justify-space-evenly-v:before{content:"\e9af"}.eicon-justify-start-h:before{content:"\e9b0"}.eicon-justify-start-v:before{content:"\e9b1"}.eicon-woocommerce-cross-sells:before{content:"\e9b2"}.eicon-woocommerce-notices:before{content:"\e9b3"}.eicon-inner-container:before{content:"\e9b4"}.eicon-warning-full:before{content:"\e9b5"}.eicon-exit:before{content:"\e9b6"}.eicon-loop-builder:before{content:"\e9b7"}.eicon-notes:before{content:"\e9b8"}.eicon-read:before{content:"\e9b9"}.eicon-unread:before{content:"\e9ba"}.eicon-carousel-loop:before{content:"\e9bb"}.eicon-mega-menu:before{content:"\eb78"}.eicon-nested-carousel:before{content:"\e9bd"}.eicon-ai:before{content:"\e9be"}.eicon-taxonomy-filter:before{content:"\eb7d"}.eicon-container-grid:before{content:"\ef02"}.eicon-upgrade:before{content:"\e9c1"}.eicon-advanced:before{content:"\eb84"}.eicon-div-block:before{content:"\eb9b"}.eicon-notification:before{content:"\e9c3"}.eicon-light-mode:before{content:"\e9c4"}.eicon-dark-mode:before{content:"\e9c5"}.eicon-upgrade-crown:before{content:"\e9c6"}.eicon-off-canvas:before{content:"\e9c7"}.eicon-speakerphone:before{content:"\e9c9"}.eicon-ehp-cta:before{content:"\e9cb"}.eicon-ehp-forms:before{content:"\e9bc"}.eicon-ehp-hero:before{content:"\e9ca"}.eicon-ehp-zigzag:before{content:"\e9cc"}.eicon-e-button:before{content:"\e9ce"}.eicon-flexbox:before{content:"\e9d0"}.eicon-paragraph:before{content:"\e9d1"}.eicon-icon:before{content:"\e9d2"}.eicon-e-image:before{content:"\e9d3"}.eicon-video:before{content:"\e9d4"}.eicon-svg:before{content:"\e9d5"}.eicon-e-divider:before{content:"\e9d6"}.eicon-e-heading:before{content:"\e9d7"}.eicon-atomic:before{content:"\ebae"}.eicon-library-delete:before{content:"\e9d8"}.eicon-library-copy:before{content:"\e9d9"}.eicon-library-folder-empty:before{content:"\e9da"}.eicon-library-move:before{content:"\e9db"}.eicon-library-edit:before{content:"\e9dc"}.eicon-library-subscription-upgrade:before{content:"\e9de"}.eicon-library-folder-view:before{content:"\e9df"}.eicon-library-grid:before{content:"\e9e1"}.eicon-library-cloud-connect:before{content:"\e9e2"}.eicon-library-import:before{content:"\e9e3"}.eicon-library-list:before{content:"\e9e4"}.eicon-library-cloud-empty:before{content:"\e9e5"}.eicon-folder-plus:before{content:"\e8aa"}.eicon-library-folder:before{content:"\e9e6"}.eicon-accessibility:before{content:"\e9bf"}.eicon-lock-outline:before{content:"\e9e7"}.eicon-e-youtube:before{content:"\e9e8"}.eicon-contact:before{content:"\ebd2"}.eicon-eye:before{content:"\e8ac"}.eicon-elementor-square:before{content:"\e813"}.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-left .elementor-icon-list-item,.elementor-widget.elementor-align-left .elementor-icon-list-item a{justify-content:flex-start;text-align:left}.elementor-widget.elementor-align-left .elementor-inline-items{justify-content:flex-start}.elementor-widget.elementor-align-right .elementor-icon-list-item,.elementor-widget.elementor-align-right .elementor-icon-list-item a{justify-content:flex-end;text-align:right}.elementor-widget.elementor-align-right .elementor-icon-list-items{justify-content:flex-end}.elementor-widget:not(.elementor-align-right) .elementor-icon-list-item:after{inset-inline-start:0}.elementor-widget:not(.elementor-align-left) .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-left .elementor-icon-list-item,.elementor-widget.elementor-widescreen-align-left .elementor-icon-list-item a{justify-content:flex-start;text-align:left}.elementor-widget.elementor-widescreen-align-left .elementor-inline-items{justify-content:flex-start}.elementor-widget.elementor-widescreen-align-right .elementor-icon-list-item,.elementor-widget.elementor-widescreen-align-right .elementor-icon-list-item a{justify-content:flex-end;text-align:right}.elementor-widget.elementor-widescreen-align-right .elementor-icon-list-items{justify-content:flex-end}.elementor-widget:not(.elementor-widescreen-align-right) .elementor-icon-list-item:after{inset-inline-start:0}.elementor-widget:not(.elementor-widescreen-align-left) .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-left .elementor-icon-list-item,.elementor-widget.elementor-laptop-align-left .elementor-icon-list-item a{justify-content:flex-start;text-align:left}.elementor-widget.elementor-laptop-align-left .elementor-inline-items{justify-content:flex-start}.elementor-widget.elementor-laptop-align-right .elementor-icon-list-item,.elementor-widget.elementor-laptop-align-right .elementor-icon-list-item a{justify-content:flex-end;text-align:right}.elementor-widget.elementor-laptop-align-right .elementor-icon-list-items{justify-content:flex-end}.elementor-widget:not(.elementor-laptop-align-right) .elementor-icon-list-item:after{inset-inline-start:0}.elementor-widget:not(.elementor-laptop-align-left) .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-left .elementor-icon-list-item,.elementor-widget.elementor-tablet_extra-align-left .elementor-icon-list-item a{justify-content:flex-start;text-align:left}.elementor-widget.elementor-tablet_extra-align-left .elementor-inline-items{justify-content:flex-start}.elementor-widget.elementor-tablet_extra-align-right .elementor-icon-list-item,.elementor-widget.elementor-tablet_extra-align-right .elementor-icon-list-item a{justify-content:flex-end;text-align:right}.elementor-widget.elementor-tablet_extra-align-right .elementor-icon-list-items{justify-content:flex-end}.elementor-widget:not(.elementor-tablet_extra-align-right) .elementor-icon-list-item:after{inset-inline-start:0}.elementor-widget:not(.elementor-tablet_extra-align-left) .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-left .elementor-icon-list-item,.elementor-widget.elementor-tablet-align-left .elementor-icon-list-item a{justify-content:flex-start;text-align:left}.elementor-widget.elementor-tablet-align-left .elementor-inline-items{justify-content:flex-start}.elementor-widget.elementor-tablet-align-right .elementor-icon-list-item,.elementor-widget.elementor-tablet-align-right .elementor-icon-list-item a{justify-content:flex-end;text-align:right}.elementor-widget.elementor-tablet-align-right .elementor-icon-list-items{justify-content:flex-end}.elementor-widget:not(.elementor-tablet-align-right) .elementor-icon-list-item:after{inset-inline-start:0}.elementor-widget:not(.elementor-tablet-align-left) .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-left .elementor-icon-list-item,.elementor-widget.elementor-mobile_extra-align-left .elementor-icon-list-item a{justify-content:flex-start;text-align:left}.elementor-widget.elementor-mobile_extra-align-left .elementor-inline-items{justify-content:flex-start}.elementor-widget.elementor-mobile_extra-align-right .elementor-icon-list-item,.elementor-widget.elementor-mobile_extra-align-right .elementor-icon-list-item a{justify-content:flex-end;text-align:right}.elementor-widget.elementor-mobile_extra-align-right .elementor-icon-list-items{justify-content:flex-end}.elementor-widget:not(.elementor-mobile_extra-align-right) .elementor-icon-list-item:after{inset-inline-start:0}.elementor-widget:not(.elementor-mobile_extra-align-left) .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-left .elementor-icon-list-item,.elementor-widget.elementor-mobile-align-left .elementor-icon-list-item a{justify-content:flex-start;text-align:left}.elementor-widget.elementor-mobile-align-left .elementor-inline-items{justify-content:flex-start}.elementor-widget.elementor-mobile-align-right .elementor-icon-list-item,.elementor-widget.elementor-mobile-align-right .elementor-icon-list-item a{justify-content:flex-end;text-align:right}.elementor-widget.elementor-mobile-align-right .elementor-icon-list-items{justify-content:flex-end}.elementor-widget:not(.elementor-mobile-align-right) .elementor-icon-list-item:after{inset-inline-start:0}.elementor-widget:not(.elementor-mobile-align-left) .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-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}@font-face {
font-family: 'Font Awesome 5 Brands';
font-style: normal;
font-weight: 400;
font-display: block;
src: url(//www.mywebsitefreelancer.com/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-brands-400.eot);
src: url(//www.mywebsitefreelancer.com/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-brands-400.eot?#iefix) format("embedded-opentype"), url(//www.mywebsitefreelancer.com/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-brands-400.woff2) format("woff2"), url(//www.mywebsitefreelancer.com/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-brands-400.woff) format("woff"), url(//www.mywebsitefreelancer.com/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-brands-400.ttf) format("truetype"), url(//www.mywebsitefreelancer.com/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-brands-400.svg#fontawesome) format("svg"); }
.fab {
font-family: 'Font Awesome 5 Brands';
font-weight: 400; }.fa,
.fas,
.far,
.fal,
.fad,
.fab {
-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: 0.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: solid 0.08em #eee;
border-radius: .1em;
padding: .2em .25em .15em; }
.fa-pull-left {
float: left; }
.fa-pull-right {
float: right; }
.fa.fa-pull-left,
.fas.fa-pull-left,
.far.fa-pull-left,
.fal.fa-pull-left,
.fab.fa-pull-left {
margin-right: .3em; }
.fa.fa-pull-right,
.fas.fa-pull-right,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.fa-pull-right {
margin-left: .3em; }
.fa-spin {
-webkit-animation: fa-spin 2s infinite linear;
animation: fa-spin 2s infinite linear; }
.fa-pulse {
-webkit-animation: fa-spin 1s infinite steps(8);
animation: fa-spin 1s infinite steps(8); }
@-webkit-keyframes fa-spin {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg); }
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg); } }
@keyframes fa-spin {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg); }
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg); } }
.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: scale(-1, 1);
transform: scale(-1, 1); }
.fa-flip-vertical {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
-webkit-transform: scale(1, -1);
transform: scale(1, -1); }
.fa-flip-both, .fa-flip-horizontal.fa-flip-vertical {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
-webkit-transform: scale(-1, -1);
transform: scale(-1, -1); }
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-flip-both {
-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-threads:before {
content: '\e9cb'; }
.fa-threads-square:before {
content: '\e9cc'; }
.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-x-twitter:before {
content: "\e9ca"; }
.fa-x-twitter-square:before {
content: "\e9c9"; }
.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 Free';
font-style: normal;
font-weight: 900;
font-display: block;
src: url(//www.mywebsitefreelancer.com/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-solid-900.eot);
src: url(//www.mywebsitefreelancer.com/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-solid-900.eot?#iefix) format("embedded-opentype"), url(//www.mywebsitefreelancer.com/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-solid-900.woff2) format("woff2"), url(//www.mywebsitefreelancer.com/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-solid-900.woff) format("woff"), url(//www.mywebsitefreelancer.com/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-solid-900.ttf) format("truetype"), url(//www.mywebsitefreelancer.com/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-solid-900.svg#fontawesome) format("svg"); }
.fa,
.fas {
font-family: 'Font Awesome 5 Free';
font-weight: 900; }