@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);
}
}
@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);
}
}
@keyframes float-bob-x {
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(-430px);
transform: translateX(-430px);
}
50% {
-webkit-transform: translateX(-10px);
transform: translateX(-10px);
}
100% {
-webkit-transform: translateX(-430px);
transform: translateX(-430px);
}
}
@-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);
}
}
@-webkit-keyframes zoom-fade-two {
0% {
-webkit-transform: scale(1.5);
transform: scale(1.5);
}
50% {
-webkit-transform: scale(1);
transform: scale(1);
}
100% {
-webkit-transform: scale(1.5);
transform: scale(1.5);
}
}
@keyframes zoom-fade-two {
0% {
-webkit-transform: scale(1.5);
transform: scale(1.5);
}
50% {
-webkit-transform: scale(1);
transform: scale(1);
}
100% {
-webkit-transform: scale(1.5);
transform: scale(1.5);
}
}
.banner .parallax-container div img,
.fullwidth-video-section .play-link .icon-box{
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;
}
@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);
}
}
.page-banner .icon-one,
.main-banner .icon-one{
animation-name: rotateme; 
animation-duration: 7s; 
animation-iteration-count: infinite;
animation-timing-function: linear;
-webkit-animation-name: rotateme; 
-webkit-animation-duration: 7s; 
-webkit-animation-iteration-count: infinite;
-webkit-animation-timing-function: linear;
-moz-animation-name: rotateme; 
-moz-animation-duration: 7s; 
-moz-animation-iteration-count: infinite;
-moz-animation-timing-function: linear;
-ms-animation-name: rotateme; 
-ms-animation-duration: 7s; 
-ms-animation-iteration-count: infinite;
-ms-animation-timing-function: linear;
-o-animation-name: rotateme; 
-o-animation-duration: 7s; 
-o-animation-iteration-count: infinite;
-o-animation-timing-function: linear;
}
.how-it-works:before,
.main-banner .icon-six,
.main-banner .icon-two,
.page-banner .icon-six,
.page-banner .icon-two,
.rotate-me {
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 footer-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 footer-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);
}
}: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,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";--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%;-ms-text-size-adjust:100%;-ms-overflow-style:scrollbar;-webkit-tap-highlight-color:transparent}@-ms-viewport{width:device-width}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,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";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}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}dfn{font-style:italic}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;-webkit-text-decoration-skip:objects}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;-ms-overflow-style:scrollbar}figure{margin:0 0 1rem}img{vertical-align:middle;border-style:none}svg:not(:root){overflow:hidden}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=reset],[type=submit],button,html [type=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-cancel-button,[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%;min-height:1px;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:none}.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:none}.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:none}.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:none}.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:none}.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%;max-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-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-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-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-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-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-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-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-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%;padding:.375rem .75rem;font-size:1rem;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:not([size]):not([multiple]){height:calc(2.25rem + 2px)}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,.input-group-lg>.form-control-plaintext.form-control,.input-group-lg>.input-group-append>.form-control-plaintext.btn,.input-group-lg>.input-group-append>.form-control-plaintext.input-group-text,.input-group-lg>.input-group-prepend>.form-control-plaintext.btn,.input-group-lg>.input-group-prepend>.form-control-plaintext.input-group-text,.input-group-sm>.form-control-plaintext.form-control,.input-group-sm>.input-group-append>.form-control-plaintext.btn,.input-group-sm>.input-group-append>.form-control-plaintext.input-group-text,.input-group-sm>.input-group-prepend>.form-control-plaintext.btn,.input-group-sm>.input-group-prepend>.form-control-plaintext.input-group-text{padding-right:0;padding-left:0}.form-control-sm,.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-sm>.input-group-append>select.btn:not([size]):not([multiple]),.input-group-sm>.input-group-append>select.input-group-text:not([size]):not([multiple]),.input-group-sm>.input-group-prepend>select.btn:not([size]):not([multiple]),.input-group-sm>.input-group-prepend>select.input-group-text:not([size]):not([multiple]),.input-group-sm>select.form-control:not([size]):not([multiple]),select.form-control-sm:not([size]):not([multiple]){height:calc(1.8125rem + 2px)}.form-control-lg,.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-lg>.input-group-append>select.btn:not([size]):not([multiple]),.input-group-lg>.input-group-append>select.input-group-text:not([size]):not([multiple]),.input-group-lg>.input-group-prepend>select.btn:not([size]):not([multiple]),.input-group-lg>.input-group-prepend>select.input-group-text:not([size]):not([multiple]),.input-group-lg>select.form-control:not([size]):not([multiple]),select.form-control-lg:not([size]):not([multiple]){height:calc(2.875rem + 2px)}.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:.5rem;margin-top:.1rem;font-size:.875rem;line-height:1;color:#fff;background-color:rgba(40,167,69,.8);border-radius:.2rem}.custom-select.is-valid,.form-control.is-valid,.was-validated .custom-select:valid,.was-validated .form-control:valid{border-color:#28a745}.custom-select.is-valid:focus,.form-control.is-valid:focus,.was-validated .custom-select:valid:focus,.was-validated .form-control: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,.form-control.is-valid~.valid-feedback,.form-control.is-valid~.valid-tooltip,.was-validated .custom-select:valid~.valid-feedback,.was-validated .custom-select:valid~.valid-tooltip,.was-validated .form-control:valid~.valid-feedback,.was-validated .form-control: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{background-color:#71dd8a}.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{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 1px #fff,0 0 0 .2rem rgba(40,167,69,.25)}.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~.custom-file-label::before,.was-validated .custom-file-input:valid~.custom-file-label::before{border-color:inherit}.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{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:.5rem;margin-top:.1rem;font-size:.875rem;line-height:1;color:#fff;background-color:rgba(220,53,69,.8);border-radius:.2rem}.custom-select.is-invalid,.form-control.is-invalid,.was-validated .custom-select:invalid,.was-validated .form-control:invalid{border-color:#dc3545}.custom-select.is-invalid:focus,.form-control.is-invalid:focus,.was-validated .custom-select:invalid:focus,.was-validated .form-control: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,.form-control.is-invalid~.invalid-feedback,.form-control.is-invalid~.invalid-tooltip,.was-validated .custom-select:invalid~.invalid-feedback,.was-validated .custom-select:invalid~.invalid-tooltip,.was-validated .form-control:invalid~.invalid-feedback,.was-validated .form-control: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{background-color:#efa2a9}.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{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 1px #fff,0 0 0 .2rem rgba(220,53,69,.25)}.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~.custom-file-label::before,.was-validated .custom-file-input:invalid~.custom-file-label::before{border-color:inherit}.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{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;text-align:center;white-space:nowrap;vertical-align:middle;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;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:focus,.btn:hover{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}.btn:not(:disabled):not(.disabled).active,.btn:not(:disabled):not(.disabled):active{background-image:none}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(0,123,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(0,123,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(108,117,125,.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(108,117,125,.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(40,167,69,.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(40,167,69,.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(23,162,184,.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(23,162,184,.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(255,193,7,.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(255,193,7,.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(220,53,69,.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(220,53,69,.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(248,249,250,.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(248,249,250,.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(52,58,64,.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(52,58,64,.5)}.btn-outline-primary{color:#007bff;background-color:transparent;background-image:none;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;background-color:transparent;background-image:none;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;background-color:transparent;background-image:none;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;background-color:transparent;background-image:none;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;background-color:transparent;background-image:none;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;background-color:transparent;background-image:none;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;background-color:transparent;background-image:none;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;background-color:transparent;background-image:none;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;background-color:transparent}.btn-link:hover{color:#0056b3;text-decoration:underline;background-color:transparent;border-color:transparent}.btn-link.focus,.btn-link:focus{text-decoration:underline;border-color:transparent;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;width:0;height:0;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}.dropup .dropdown-menu{top:auto;bottom:100%;margin-top:0;margin-bottom:.125rem}.dropup .dropdown-toggle::after{display:inline-block;width:0;height:0;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;width:0;height:0;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;width:0;height:0;margin-left:.255em;vertical-align:.255em;content:""}.dropleft .dropdown-toggle::after{display:none}.dropleft .dropdown-toggle::before{display:inline-block;width:0;height:0;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: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;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:0 1 auto;flex:0 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-group .btn+.btn,.btn-group .btn+.btn-group,.btn-group .btn-group+.btn,.btn-group .btn-group+.btn-group,.btn-group-vertical .btn+.btn,.btn-group-vertical .btn+.btn-group,.btn-group-vertical .btn-group+.btn,.btn-group-vertical .btn-group+.btn-group{margin-left:-1px}.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:first-child{margin-left:0}.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+.btn,.btn-group-vertical>.btn+.btn-group,.btn-group-vertical>.btn-group+.btn,.btn-group-vertical>.btn-group+.btn-group{margin-top:-1px;margin-left:0}.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{position:relative;-ms-flex:1 1 auto;flex:1 1 auto;width:1%;margin-bottom:0}.input-group>.custom-file:focus,.input-group>.custom-select:focus,.input-group>.form-control:focus{z-index:3}.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{margin-left:-1px}.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+.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>.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;background-color:#007bff}.custom-control-input:focus~.custom-control-label::before{box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(0,123,255,.25)}.custom-control-input:active~.custom-control-label::before{color:#fff;background-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}.custom-control-label::before{position:absolute;top:.25rem;left:-1.5rem;display:block;width:1rem;height:1rem;pointer-events:none;content:"";-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-color:#dee2e6}.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::before{background-color:#007bff}.custom-checkbox .custom-control-input:checked~.custom-control-label::after{background-image:url("data:image/svg+xml;charset=utf8,%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{background-color:#007bff}.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::after{background-image:url("data:image/svg+xml;charset=utf8,%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::before{background-color:#007bff}.custom-radio .custom-control-input:checked~.custom-control-label::after{background-image:url("data:image/svg+xml;charset=utf8,%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-select{display:inline-block;width:100%;height:calc(2.25rem + 2px);padding:.375rem 1.75rem .375rem .75rem;line-height:1.5;color:#495057;vertical-align:middle;background:#fff url("data:image/svg+xml;charset=utf8,%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;background-size:8px 10px;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:inset 0 1px 2px rgba(0,0,0,.075),0 0 5px 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:.375rem;padding-bottom:.375rem;font-size:75%}.custom-select-lg{height:calc(2.875rem + 2px);padding-top:.375rem;padding-bottom:.375rem;font-size:125%}.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:focus~.custom-file-label::after{border-color:#80bdff}.custom-file-input:lang(en)~.custom-file-label::after{content:"Browse"}.custom-file-label{position:absolute;top:0;right:0;left:0;z-index:1;height:calc(2.25rem + 2px);padding:.375rem .75rem;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:1px solid #ced4da;border-radius:0 .25rem .25rem 0}.custom-range{width:100%;padding-left:0;background-color:transparent;-webkit-appearance:none;-moz-appearance:none;appearance:none}.custom-range:focus{outline:0}.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;-webkit-appearance:none;appearance:none}.custom-range::-webkit-slider-thumb:focus{outline:0;box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(0,123,255,.25)}.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;-moz-appearance:none;appearance:none}.custom-range::-moz-range-thumb:focus{outline:0;box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(0,123,255,.25)}.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;background-color:#007bff;border:0;border-radius:1rem;appearance:none}.custom-range::-ms-thumb:focus{outline:0;box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(0,123,255,.25)}.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}.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}.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;charset=utf8,%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;charset=utf8,%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;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:not(:first-of-type):not(:last-of-type){border-bottom:0;border-radius:0}.accordion .card:not(:first-of-type) .card-header:first-child{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}.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}.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}.badge-primary[href]:focus,.badge-primary[href]:hover{color:#fff;text-decoration:none;background-color:#0062cc}.badge-secondary{color:#fff;background-color:#6c757d}.badge-secondary[href]:focus,.badge-secondary[href]:hover{color:#fff;text-decoration:none;background-color:#545b62}.badge-success{color:#fff;background-color:#28a745}.badge-success[href]:focus,.badge-success[href]:hover{color:#fff;text-decoration:none;background-color:#1e7e34}.badge-info{color:#fff;background-color:#17a2b8}.badge-info[href]:focus,.badge-info[href]:hover{color:#fff;text-decoration:none;background-color:#117a8b}.badge-warning{color:#212529;background-color:#ffc107}.badge-warning[href]:focus,.badge-warning[href]:hover{color:#212529;text-decoration:none;background-color:#d39e00}.badge-danger{color:#fff;background-color:#dc3545}.badge-danger[href]:focus,.badge-danger[href]:hover{color:#fff;text-decoration:none;background-color:#bd2130}.badge-light{color:#212529;background-color:#f8f9fa}.badge-light[href]:focus,.badge-light[href]:hover{color:#212529;text-decoration:none;background-color:#dae0e5}.badge-dark{color:#fff;background-color:#343a40}.badge-dark[href]:focus,.badge-dark[href]:hover{color:#fff;text-decoration:none;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;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:first-child .list-group-item:first-child{border-top:0}.list-group-flush:last-child .list-group-item:last-child{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:focus,.close:hover{color:#000;text-decoration:none;opacity:.75}.close:not(:disabled):not(.disabled){cursor:pointer}button.close{padding:0;background-color:transparent;border:0;-webkit-appearance:none}.modal-open{overflow:hidden}.modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1050;display:none;overflow:hidden;outline:0}.modal-open .modal{overflow-x:hidden;overflow-y:auto}.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,-25%);transform:translate(0,-25%)}@media screen and (prefers-reduced-motion:reduce){.modal.fade .modal-dialog{transition:none}}.modal.show .modal-dialog{-webkit-transform:translate(0,0);transform:translate(0,0)}.modal-dialog-centered{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;min-height:calc(100% - (.5rem * 2))}.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;right:0;bottom:0;left:0;z-index:1040;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;border-bottom:1px solid #e9ecef;border-top-left-radius:.3rem;border-top-right-radius:.3rem}.modal-header .close{padding: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}.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-sm{max-width:300px}}@media (min-width:992px){.modal-lg{max-width:800px}}.tooltip{position:absolute;z-index:1070;display:block;margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";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,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";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-inner{position:relative;width:100%;overflow:hidden}.carousel-item{position:relative;display:none;-ms-flex-align:center;align-items:center;width:100%;transition:-webkit-transform .6s ease;transition:transform .6s ease;transition:transform .6s ease,-webkit-transform .6s ease;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-perspective:1000px;perspective:1000px}@media screen and (prefers-reduced-motion:reduce){.carousel-item{transition:none}}.carousel-item-next,.carousel-item-prev,.carousel-item.active{display:block}.carousel-item-next,.carousel-item-prev{position:absolute;top:0}.carousel-item-next.carousel-item-left,.carousel-item-prev.carousel-item-right{-webkit-transform:translateX(0);transform:translateX(0)}@supports ((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)){.carousel-item-next.carousel-item-left,.carousel-item-prev.carousel-item-right{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.active.carousel-item-right,.carousel-item-next{-webkit-transform:translateX(100%);transform:translateX(100%)}@supports ((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)){.active.carousel-item-right,.carousel-item-next{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.active.carousel-item-left,.carousel-item-prev{-webkit-transform:translateX(-100%);transform:translateX(-100%)}@supports ((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)){.active.carousel-item-left,.carousel-item-prev{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}.carousel-fade .carousel-item{opacity:0;transition-duration:.6s;transition-property:opacity}.carousel-fade .carousel-item-next.carousel-item-left,.carousel-fade .carousel-item-prev.carousel-item-right,.carousel-fade .carousel-item.active{opacity:1}.carousel-fade .active.carousel-item-left,.carousel-fade .active.carousel-item-right{opacity:0}.carousel-fade .active.carousel-item-left,.carousel-fade .active.carousel-item-prev,.carousel-fade .carousel-item-next,.carousel-fade .carousel-item-prev,.carousel-fade .carousel-item.active{-webkit-transform:translateX(0);transform:translateX(0)}@supports ((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)){.carousel-fade .active.carousel-item-left,.carousel-fade .active.carousel-item-prev,.carousel-fade .carousel-item-next,.carousel-fade .carousel-item-prev,.carousel-fade .carousel-item.active{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.carousel-control-next,.carousel-control-prev{position:absolute;top:0;bottom:0;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}.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;charset=utf8,%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;charset=utf8,%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:10px;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{position:relative;-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:rgba(255,255,255,.5)}.carousel-indicators li::before{position:absolute;top:-10px;left:0;display:inline-block;width:100%;height:10px;content:""}.carousel-indicators li::after{position:absolute;bottom:-10px;left:0;display:inline-block;width:100%;height:10px;content:""}.carousel-indicators .active{background-color:#fff}.carousel-caption{position:absolute;right:15%;bottom:20px;left:15%;z-index:10;padding-top:20px;padding-bottom:20px;color:#fff;text-align:center}.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-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-4by3::before{padding-top:75%}.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}}.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}.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-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-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-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-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-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-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-normal{font-weight:400!important}.font-weight-bold{font-weight:700!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:#0062cc!important}.text-secondary{color:#6c757d!important}a.text-secondary:focus,a.text-secondary:hover{color:#545b62!important}.text-success{color:#28a745!important}a.text-success:focus,a.text-success:hover{color:#1e7e34!important}.text-info{color:#17a2b8!important}a.text-info:focus,a.text-info:hover{color:#117a8b!important}.text-warning{color:#ffc107!important}a.text-warning:focus,a.text-warning:hover{color:#d39e00!important}.text-danger{color:#dc3545!important}a.text-danger:focus,a.text-danger:hover{color:#bd2130!important}.text-light{color:#f8f9fa!important}a.text-light:focus,a.text-light:hover{color:#dae0e5!important}.text-dark{color:#343a40!important}a.text-dark:focus,a.text-dark:hover{color:#1d2124!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}.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}}@font-face {
font-family: "Flaticon";
src: url(//ecpay.online/wp-content/themes/appway/assets/fonts/Flaticon.eot);
src: url(//ecpay.online/wp-content/themes/appway/assets/fonts/Flaticon.eot?#iefix) format("embedded-opentype"),
url(//ecpay.online/wp-content/themes/appway/assets/fonts/Flaticon.woff2) format("woff2"),
url(//ecpay.online/wp-content/themes/appway/assets/fonts/Flaticon.woff) format("woff"),
url(//ecpay.online/wp-content/themes/appway/assets/fonts/Flaticon.ttf) format("truetype"),
url(//ecpay.online/wp-content/themes/appway/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(//ecpay.online/wp-content/themes/appway/assets/fonts/Flaticon.svg#Flaticon) format("svg");
}
}
[class^="flaticon-"]:before, [class*=" flaticon-"]:before,
[class^="flaticon-"]:after, [class*=" flaticon-"]:after {   
font-family: Flaticon;
font-style: normal;
}
.flaticon-target:before { content: "\f100"; }
.flaticon-shipping:before { content: "\f101"; }
.flaticon-dashboard:before { content: "\f102"; }
.flaticon-smartphone:before { content: "\f103"; }
.flaticon-seo-and-web:before { content: "\f104"; }
.flaticon-app:before { content: "\f105"; }
.flaticon-app-1:before { content: "\f106"; }
.flaticon-play-button:before { content: "\f107"; }
.flaticon-apple:before { content: "\f108"; }
.flaticon-android-logo:before { content: "\f109"; }
.flaticon-checkout:before { content: "\f10a"; }
.flaticon-smartphone-1:before { content: "\f10b"; }
.flaticon-shopping:before { content: "\f10c"; }
.flaticon-profit:before { content: "\f10d"; }
.flaticon-check-box:before { content: "\f10e"; }
.flaticon-search:before { content: "\f10f"; }
.flaticon-molecule:before { content: "\f110"; }
.flaticon-atom:before { content: "\f111"; }
.flaticon-chart:before { content: "\f112"; }
.flaticon-bill:before { content: "\f113"; }
.flaticon-search-1:before { content: "\f114"; }
.flaticon-payment:before { content: "\f115"; }
.flaticon-reminder:before { content: "\f116"; }
.flaticon-wallet:before { content: "\f117"; }
.flaticon-bag:before { content: "\f118"; }
.flaticon-bag-1:before { content: "\f119"; }
.flaticon-think:before { content: "\f11a"; }
.flaticon-stopwatch:before { content: "\f11b"; }
.flaticon-data:before { content: "\f11c"; }
.flaticon-approve-invoice:before { content: "\f11d"; }
.flaticon-cogwheels:before { content: "\f11e"; }
.flaticon-partner:before { content: "\f11f"; }
.flaticon-report:before { content: "\f120"; }
.flaticon-analysis:before { content: "\f121"; }
.flaticon-document:before { content: "\f122"; }
.flaticon-hiring:before { content: "\f123"; }
.flaticon-onboarding:before { content: "\f124"; }
.flaticon-museum:before { content: "\f125"; }
.flaticon-credit-card:before { content: "\f126"; }
.flaticon-diagram:before { content: "\f127"; }
.flaticon-user:before { content: "\f128"; }
.flaticon-user-1:before { content: "\f129"; }
.flaticon-shield:before { content: "\f12a"; }
.flaticon-shield-1:before { content: "\f12b"; }
.flaticon-project:before { content: "\f12c"; }
.flaticon-dashboard-1:before { content: "\f12d"; }
.flaticon-browser:before { content: "\f12e"; }
.flaticon-seo-and-web-1:before { content: "\f12f"; }
.flaticon-analytics:before { content: "\f130"; }
.flaticon-mail:before { content: "\f131"; }
.flaticon-startup:before { content: "\f132"; }
.flaticon-shopping-1:before { content: "\f133"; }
.flaticon-business-and-finance:before { content: "\f134"; }
.flaticon-server:before { content: "\f135"; }
.flaticon-left-quote:before { content: "\f136"; }
.flaticon-left:before { content: "\f137"; }
.flaticon-right:before { content: "\f138"; }
.flaticon-intersect:before { content: "\f139"; }
.flaticon-intersect-1:before { content: "\f13a"; }
.flaticon-clipboard:before { content: "\f13b"; }
.flaticon-feature:before { content: "\f13c"; }
.flaticon-graph:before { content: "\f13d"; }
.flaticon-flow-chart:before { content: "\f13e"; }
.flaticon-chat:before { content: "\f13f"; }
.flaticon-businessman:before { content: "\f140"; }
.flaticon-profit-1:before { content: "\f141"; }
.flaticon-rocket-launch:before { content: "\f142"; }
.flaticon-mail-1:before { content: "\f143"; }
.flaticon-growth:before { content: "\f144"; }
.flaticon-art-and-design:before { content: "\f145"; }
.flaticon-layers:before { content: "\f146"; }
.flaticon-search-2:before { content: "\f147"; }
.flaticon-trophy:before { content: "\f148"; }
.flaticon-server-1:before { content: "\f149"; }
.flaticon-support:before { content: "\f14a"; }
.flaticon-shield-2:before { content: "\f14b"; }
.flaticon-money:before { content: "\f14c"; }
.flaticon-help:before { content: "\f14d"; }
.flaticon-charity:before { content: "\f14e"; }
.flaticon-house:before { content: "\f14f"; }
.flaticon-world:before { content: "\f150"; }.fa,
.fas,
.far,
.fal,
.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-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 {
-webkit-filter: none;
filter: none; }
.fa-stack {
display: inline-block;
height: 2em;
line-height: 2em;
position: relative;
vertical-align: middle;
width: 2em; }
.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-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-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-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-backspace:before {
content: "\f55a"; }
.fa-backward:before {
content: "\f04a"; }
.fa-balance-scale:before {
content: "\f24e"; }
.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-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-bimobject:before {
content: "\f378"; }
.fa-binoculars:before {
content: "\f1e5"; }
.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-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-open:before {
content: "\f518"; }
.fa-book-reader:before {
content: "\f5da"; }
.fa-bookmark:before {
content: "\f02e"; }
.fa-bowling-ball:before {
content: "\f436"; }
.fa-box:before {
content: "\f466"; }
.fa-box-open:before {
content: "\f49e"; }
.fa-boxes:before {
content: "\f468"; }
.fa-braille:before {
content: "\f2a1"; }
.fa-brain:before {
content: "\f5dc"; }
.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-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-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-minus:before {
content: "\f272"; }
.fa-calendar-plus:before {
content: "\f271"; }
.fa-calendar-times:before {
content: "\f273"; }
.fa-camera:before {
content: "\f030"; }
.fa-camera-retro:before {
content: "\f083"; }
.fa-campground:before {
content: "\f6bb"; }
.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-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-cart-arrow-down:before {
content: "\f218"; }
.fa-cart-plus:before {
content: "\f217"; }
.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-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-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-church:before {
content: "\f51d"; }
.fa-circle:before {
content: "\f111"; }
.fa-circle-notch:before {
content: "\f1ce"; }
.fa-city:before {
content: "\f64f"; }
.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-moon:before {
content: "\f6c3"; }
.fa-cloud-sun:before {
content: "\f6c4"; }
.fa-cloud-upload-alt:before {
content: "\f382"; }
.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-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-concierge-bell:before {
content: "\f562"; }
.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-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-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-dashcube:before {
content: "\f210"; }
.fa-database:before {
content: "\f1c0"; }
.fa-deaf:before {
content: "\f2a4"; }
.fa-delicious:before {
content: "\f1a5"; }
.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-diagnoses:before {
content: "\f470"; }
.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-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-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-edit:before {
content: "\f044"; }
.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-etsy:before {
content: "\f2d7"; }
.fa-euro-sign:before {
content: "\f153"; }
.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-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-fantasy-flight-games:before {
content: "\f6dc"; }
.fa-fast-backward:before {
content: "\f049"; }
.fa-fast-forward:before {
content: "\f050"; }
.fa-fax:before {
content: "\f1ac"; }
.fa-feather:before {
content: "\f52d"; }
.fa-feather-alt:before {
content: "\f56b"; }
.fa-female:before {
content: "\f182"; }
.fa-fighter-jet:before {
content: "\f0fb"; }
.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-extinguisher:before {
content: "\f134"; }
.fa-firefox:before {
content: "\f269"; }
.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-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-git:before {
content: "\f1d3"; }
.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-martini:before {
content: "\f000"; }
.fa-glass-martini-alt:before {
content: "\f57b"; }
.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-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-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-vertical:before {
content: "\f58e"; }
.fa-gripfire:before {
content: "\f3ac"; }
.fa-grunt:before {
content: "\f3ad"; }
.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-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-usd:before {
content: "\f4c0"; }
.fa-hand-lizard:before {
content: "\f258"; }
.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-spock:before {
content: "\f259"; }
.fa-hands:before {
content: "\f4c2"; }
.fa-hands-helping:before {
content: "\f4c4"; }
.fa-handshake:before {
content: "\f2b5"; }
.fa-hanukiah:before {
content: "\f6e6"; }
.fa-hashtag:before {
content: "\f292"; }
.fa-hat-wizard:before {
content: "\f6e8"; }
.fa-haykal:before {
content: "\f666"; }
.fa-hdd:before {
content: "\f0a0"; }
.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-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-hockey-puck:before {
content: "\f453"; }
.fa-home:before {
content: "\f015"; }
.fa-hooli:before {
content: "\f427"; }
.fa-hornbill:before {
content: "\f592"; }
.fa-horse:before {
content: "\f6f0"; }
.fa-hospital:before {
content: "\f0f8"; }
.fa-hospital-alt:before {
content: "\f47d"; }
.fa-hospital-symbol:before {
content: "\f47e"; }
.fa-hot-tub:before {
content: "\f593"; }
.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-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-id-badge:before {
content: "\f2c1"; }
.fa-id-card:before {
content: "\f2c2"; }
.fa-id-card-alt:before {
content: "\f47f"; }
.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-instagram:before {
content: "\f16d"; }
.fa-internet-explorer:before {
content: "\f26b"; }
.fa-ioxhost:before {
content: "\f208"; }
.fa-italic:before {
content: "\f033"; }
.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-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-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-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-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-menorah:before {
content: "\f676"; }
.fa-mercury:before {
content: "\f223"; }
.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-mix:before {
content: "\f3cb"; }
.fa-mixcloud:before {
content: "\f289"; }
.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-pointer:before {
content: "\f245"; }
.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-nintendo-switch:before {
content: "\f418"; }
.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-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-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-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-carry:before {
content: "\f4ce"; }
.fa-percent:before {
content: "\f295"; }
.fa-percentage:before {
content: "\f541"; }
.fa-periscope:before {
content: "\f3da"; }
.fa-phabricator:before {
content: "\f3db"; }
.fa-phoenix-framework:before {
content: "\f3dc"; }
.fa-phoenix-squadron:before {
content: "\f511"; }
.fa-phone:before {
content: "\f095"; }
.fa-phone-slash:before {
content: "\f3dd"; }
.fa-phone-square:before {
content: "\f098"; }
.fa-phone-volume:before {
content: "\f2a0"; }
.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-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-place-of-worship:before {
content: "\f67f"; }
.fa-plane:before {
content: "\f072"; }
.fa-plane-arrival:before {
content: "\f5af"; }
.fa-plane-departure:before {
content: "\f5b0"; }
.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-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-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-random:before {
content: "\f074"; }
.fa-ravelry:before {
content: "\f2d9"; }
.fa-react:before {
content: "\f41b"; }
.fa-readme:before {
content: "\f4d5"; }
.fa-rebel:before {
content: "\f1d0"; }
.fa-receipt:before {
content: "\f543"; }
.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-redo:before {
content: "\f01e"; }
.fa-redo-alt:before {
content: "\f2f9"; }
.fa-registered:before {
content: "\f25d"; }
.fa-rendact:before {
content: "\f3e4"; }
.fa-renren:before {
content: "\f18b"; }
.fa-reply:before {
content: "\f3e5"; }
.fa-reply-all:before {
content: "\f122"; }
.fa-replyd:before {
content: "\f3e6"; }
.fa-researchgate:before {
content: "\f4f8"; }
.fa-resolving:before {
content: "\f3e7"; }
.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-sad-cry:before {
content: "\f5b3"; }
.fa-sad-tear:before {
content: "\f5b4"; }
.fa-safari:before {
content: "\f267"; }
.fa-sass:before {
content: "\f41e"; }
.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-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-ship:before {
content: "\f21a"; }
.fa-shipping-fast:before {
content: "\f48b"; }
.fa-shirtsinbulk:before {
content: "\f214"; }
.fa-shoe-prints:before {
content: "\f54b"; }
.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-simplybuilt:before {
content: "\f215"; }
.fa-sistrix:before {
content: "\f3ee"; }
.fa-sitemap:before {
content: "\f0e8"; }
.fa-sith:before {
content: "\f512"; }
.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-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-smoking:before {
content: "\f48d"; }
.fa-smoking-ban:before {
content: "\f54d"; }
.fa-snapchat:before {
content: "\f2ab"; }
.fa-snapchat-ghost:before {
content: "\f2ac"; }
.fa-snapchat-square:before {
content: "\f2ad"; }
.fa-snowflake:before {
content: "\f2dc"; }
.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-up:before {
content: "\f15e"; }
.fa-sort-amount-down:before {
content: "\f160"; }
.fa-sort-amount-up:before {
content: "\f161"; }
.fa-sort-down:before {
content: "\f0dd"; }
.fa-sort-numeric-down:before {
content: "\f162"; }
.fa-sort-numeric-up:before {
content: "\f163"; }
.fa-sort-up:before {
content: "\f0de"; }
.fa-soundcloud:before {
content: "\f1be"; }
.fa-spa:before {
content: "\f5bb"; }
.fa-space-shuttle:before {
content: "\f197"; }
.fa-speakap:before {
content: "\f3f3"; }
.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-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-store:before {
content: "\f54e"; }
.fa-store-alt:before {
content: "\f54f"; }
.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-swatchbook:before {
content: "\f5c3"; }
.fa-swimmer:before {
content: "\f5c4"; }
.fa-swimming-pool:before {
content: "\f5c5"; }
.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-tencent-weibo:before {
content: "\f1d5"; }
.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-thumbs-down:before {
content: "\f165"; }
.fa-thumbs-up:before {
content: "\f164"; }
.fa-thumbtack:before {
content: "\f08d"; }
.fa-ticket-alt:before {
content: "\f3ff"; }
.fa-times:before {
content: "\f00d"; }
.fa-times-circle:before {
content: "\f057"; }
.fa-tint:before {
content: "\f043"; }
.fa-tint-slash:before {
content: "\f5c7"; }
.fa-tired:before {
content: "\f5c8"; }
.fa-toggle-off:before {
content: "\f204"; }
.fa-toggle-on:before {
content: "\f205"; }
.fa-toilet-paper:before {
content: "\f71e"; }
.fa-toolbox:before {
content: "\f552"; }
.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-train:before {
content: "\f238"; }
.fa-transgender:before {
content: "\f224"; }
.fa-transgender-alt:before {
content: "\f225"; }
.fa-trash:before {
content: "\f1f8"; }
.fa-trash-alt:before {
content: "\f2ed"; }
.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-uikit:before {
content: "\f403"; }
.fa-umbrella:before {
content: "\f0e9"; }
.fa-umbrella-beach:before {
content: "\f5ca"; }
.fa-underline:before {
content: "\f0cd"; }
.fa-undo:before {
content: "\f0e2"; }
.fa-undo-alt:before {
content: "\f2ea"; }
.fa-uniregistry:before {
content: "\f404"; }
.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-untappd:before {
content: "\f405"; }
.fa-upload:before {
content: "\f093"; }
.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-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-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-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-vk:before {
content: "\f189"; }
.fa-vnv:before {
content: "\f40b"; }
.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-vuejs:before {
content: "\f41f"; }
.fa-walking:before {
content: "\f554"; }
.fa-wallet:before {
content: "\f555"; }
.fa-warehouse:before {
content: "\f494"; }
.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-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-wrench:before {
content: "\f0ad"; }
.fa-x-ray:before {
content: "\f497"; }
.fa-xbox:before {
content: "\f412"; }
.fa-xing:before {
content: "\f168"; }
.fa-xing-square:before {
content: "\f169"; }
.fa-y-combinator:before {
content: "\f23b"; }
.fa-yahoo:before {
content: "\f19e"; }
.fa-yandex:before {
content: "\f413"; }
.fa-yandex-international:before {
content: "\f414"; }
.fa-yelp:before {
content: "\f1e9"; }
.fa-yen-sign:before {
content: "\f157"; }
.fa-yin-yang:before {
content: "\f6ad"; }
.fa-yoast:before {
content: "\f2b1"; }
.fa-youtube:before {
content: "\f167"; }
.fa-youtube-square:before {
content: "\f431"; }
.fa-zhihu:before {
content: "\f63f"; }
.sr-only {
border: 0;
clip: rect(0, 0, 0, 0);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute;
width: 1px; }
.sr-only-focusable:active, .sr-only-focusable:focus {
clip: auto;
height: auto;
margin: 0;
overflow: visible;
position: static;
width: auto; }
@font-face {
font-family: 'Font Awesome 5 Brands';
font-style: normal;
font-weight: normal;
src: url(//ecpay.online/wp-content/themes/appway/assets/fonts/fa-brands-400.eot);
src: url(//ecpay.online/wp-content/themes/appway/assets/fonts/fa-brands-400.eot?#iefix) format("embedded-opentype"), url(//ecpay.online/wp-content/themes/appway/assets/fonts/fa-brands-400.woff2) format("woff2"), url(//ecpay.online/wp-content/themes/appway/assets/fonts/fa-brands-400.woff) format("woff"), url(//ecpay.online/wp-content/themes/appway/assets/fonts/fa-brands-400.ttf) format("truetype"), url(//ecpay.online/wp-content/themes/appway/assets/fonts/fa-brands-400.svg#fontawesome) format("svg"); }
.fab {
font-family: 'Font Awesome 5 Brands'; }
@font-face {
font-family: 'Font Awesome 5 Free';
font-style: normal;
font-weight: 400;
src: url(//ecpay.online/wp-content/themes/appway/assets/fonts/fa-regular-400.eot);
src: url(//ecpay.online/wp-content/themes/appway/assets/fonts/fa-regular-400.eot?#iefix) format("embedded-opentype"), url(//ecpay.online/wp-content/themes/appway/assets/fonts/fa-regular-400.woff2) format("woff2"), url(//ecpay.online/wp-content/themes/appway/assets/fonts/fa-regular-400.woff) format("woff"), url(//ecpay.online/wp-content/themes/appway/assets/fonts/fa-regular-400.ttf) format("truetype"), url(//ecpay.online/wp-content/themes/appway/assets/fonts/fa-regular-400.svg#fontawesome) format("svg"); }
.far {
font-family: 'Font Awesome 5 Free';
font-weight: 400; }
@font-face {
font-family: 'Font Awesome 5 Free';
font-style: normal;
font-weight: 900;
src: url(//ecpay.online/wp-content/themes/appway/assets/fonts/fa-solid-900.eot);
src: url(//ecpay.online/wp-content/themes/appway/assets/fonts/fa-solid-900.eot?#iefix) format("embedded-opentype"), url(//ecpay.online/wp-content/themes/appway/assets/fonts/fa-solid-900.woff2) format("woff2"), url(//ecpay.online/wp-content/themes/appway/assets/fonts/fa-solid-900.woff) format("woff"), url(//ecpay.online/wp-content/themes/appway/assets/fonts/fa-solid-900.ttf) format("truetype"), url(//ecpay.online/wp-content/themes/appway/assets/fonts/fa-solid-900.svg#fontawesome) format("svg"); }
.fa,
.fas {
font-family: 'Font Awesome 5 Free';
font-weight: 900; }#iamge_block_02 .image-box:after{
position: absolute;
content: '';
background: url(//ecpay.online/wp-content/themes/appway/assets/css/assets/images/icons/shap-1.png);
width: 410px;
height: 410px;
left: -10px;
bottom: -160px;
background-repeat: no-repeat;
z-index: -1;
}
#iamge_block_03 .image-box:before{
position: absolute;
content: '';
background: url(//ecpay.online/wp-content/themes/appway/assets/css/assets/images/icons/shap-1.png);
width: 410px;
height: 410px;
right: -30px;
bottom: -70px;
background-repeat: no-repeat;
}
.feature-style-two:before{
position: absolute;
content: '';
background: url(//ecpay.online/wp-content/themes/appway/assets/css/assets/images/icons/bg-shap-1.png);
width: 100%;
height: 990px;
left: 0px;
top: 90px;
right: 0px;
background-repeat: no-repeat;
background-size: cover;
background-position: top center;
}
.video-section:before{
position: absolute;
content: '';
background: url(//ecpay.online/wp-content/themes/appway/assets/css/assets/images/icons/shap-2.png);
width: 845px;
height: 180px;
right: 0px;
bottom: 0px;
background-repeat: no-repeat;
}
.transactions-work .inner-box .single-item .count-box:before{
position: absolute;
content: '';
background: url(//ecpay.online/wp-content/themes/appway/assets/css/assets/images/icons/shap-17.png);
width: 32px;
height: 29px;
top: -26px;
right: -4px;
background-repeat: no-repeat;
transition: all 500ms ease;
}
.transactions-work .inner-box .single-item:hover .count-box:before{
transform: scale(1.1);
}
.transactions-work .inner-box .single-item:nth-child(2) .count-box:before{
background: url(//ecpay.online/wp-content/themes/appway/assets/css/assets/images/icons/shap-23.png);
background-repeat: no-repeat;
}
.transactions-work .inner-box .single-item:last-child .count-box:before{
background: url(//ecpay.online/wp-content/themes/appway/assets/css/assets/images/icons/shap-25.png);
background-repeat: no-repeat;
}
.transactions-work .inner-box .single-item .count-box:after{
position: absolute;
content: '';
background: url(//ecpay.online/wp-content/themes/appway/assets/css/assets/images/icons/shap-18.png);
width: 89px;
height: 76px;
right: -15px;
bottom: -45px;
background-repeat: no-repeat;
transition: all 3000ms ease;
}
.transactions-work .inner-box .single-item:hover .count-box:after{
transform: rotate(360deg);
}
.transactions-work .inner-box .single-item:nth-child(2) .count-box:after{
background: url(//ecpay.online/wp-content/themes/appway/assets/css/assets/images/icons/shap-24.png);
background-repeat: no-repeat;
}
.transactions-work .inner-box .single-item:last-child .count-box:after{
background: url(//ecpay.online/wp-content/themes/appway/assets/css/assets/images/icons/shap-26.png);
background-repeat: no-repeat;
}
.timeline-work .inner-content .single-item:after{
position: absolute;
content: '';
background: url(//ecpay.online/wp-content/themes/appway/assets/css/assets/images/icons/pattern-29.png);
width: 238px;
height: 60px;
left: 50%;
transform: translateX(-50%);
background-repeat: no-repeat;
}
.timeline-work .inner-content .single-item:nth-child(2):after,
.timeline-work .inner-content .single-item:nth-child(4):after{
background: url(//ecpay.online/wp-content/themes/appway/assets/css/assets/images/icons/pattern-30.png);
top: 130px;
height: 66px;
background-repeat: no-repeat;
}
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:99992;-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)}}.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-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;
pointer-events: none;
} .ui-icon {
display: inline-block;
vertical-align: middle;
margin-top: -.25em;
position: relative;
text-indent: -99999px;
overflow: hidden;
background-repeat: no-repeat;
}
.ui-widget-icon-block {
left: 50%;
margin-left: -8px;
display: block;
}  .ui-widget-overlay {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.ui-accordion .ui-accordion-header {
display: block;
cursor: pointer;
position: relative;
margin: 2px 0 0 0;
padding: .5em .5em .5em .7em;
font-size: 100%;
}
.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-menu {
list-style: none;
padding: 0;
margin: 0;
display: block;
outline: 0;
}
.ui-menu .ui-menu {
position: absolute;
}
.ui-menu .ui-menu-item {
margin: 0;
cursor: pointer; list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
}
.ui-menu .ui-menu-item-wrapper {
position: relative;
padding:8px 1em 8px 15px;
}
.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-wrapper {
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-button {
padding: .4em 1em;
display: inline-block;
position: relative;
line-height: normal;
margin-right: .1em;
cursor: pointer;
vertical-align: middle;
text-align: center;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none; overflow: visible;
}
.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
text-decoration: none;
} .ui-button-icon-only {
width: 2em;
box-sizing: border-box;
text-indent: -9999px;
white-space: nowrap;
} input.ui-button.ui-button-icon-only {
text-indent: 0;
} .ui-button-icon-only .ui-icon {
position: absolute;
top: 50%;
left: 50%;
margin-top: -8px;
margin-left: -8px;
}
.ui-button.ui-icon-notext .ui-icon {
padding: 0;
width: 2.1em;
height: 2.1em;
text-indent: -9999px;
white-space: nowrap;
}
input.ui-button.ui-icon-notext .ui-icon {
width: auto;
height: auto;
text-indent: 0;
white-space: normal;
padding: .4em 1em;
}  input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
border: 0;
padding: 0;
}
.ui-controlgroup {
vertical-align: middle;
display: inline-block;
}
.ui-controlgroup > .ui-controlgroup-item {
float: left;
margin-left: 0;
margin-right: 0;
}
.ui-controlgroup > .ui-controlgroup-item:focus,
.ui-controlgroup > .ui-controlgroup-item.ui-visual-focus {
z-index: 9999;
}
.ui-controlgroup-vertical > .ui-controlgroup-item {
display: block;
float: none;
width: 100%;
margin-top: 0;
margin-bottom: 0;
text-align: left;
}
.ui-controlgroup-vertical .ui-controlgroup-item {
box-sizing: border-box;
}
.ui-controlgroup .ui-controlgroup-label {
padding: .4em 1em;
}
.ui-controlgroup .ui-controlgroup-label span {
font-size: 80%;
}
.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item {
border-left: none;
}
.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item {
border-top: none;
}
.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
border-right: none;
}
.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
border-bottom: none;
} .ui-controlgroup-vertical .ui-spinner-input { width: 75%;
width: calc( 100% - 2.4em );
}
.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
border-top-style: solid;
}
.ui-checkboxradio-label .ui-icon-background {
box-shadow: inset 1px 1px 1px #ccc;
border-radius: .12em;
border: none;
}
.ui-checkboxradio-radio-label .ui-icon-background {
width: 16px;
height: 16px;
border-radius: 1em;
overflow: visible;
border: none;
}
.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,
.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
background-image: none;
width: 8px;
height: 8px;
border-width: 4px;
border-style: solid;
}
.ui-checkboxradio-disabled {
pointer-events: none;
}
.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-datepicker .ui-icon {
display: block;
text-indent: -99999px;
overflow: hidden;
background-repeat: no-repeat;
left: .5em;
top: .3em;
}
.ui-dialog {
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-n {
height: 2px;
top: 0;
}
.ui-dialog .ui-resizable-e {
width: 2px;
right: 0;
}
.ui-dialog .ui-resizable-s {
height: 2px;
bottom: 0;
}
.ui-dialog .ui-resizable-w {
width: 2px;
left: 0;
}
.ui-dialog .ui-resizable-se,
.ui-dialog .ui-resizable-sw,
.ui-dialog .ui-resizable-ne,
.ui-dialog .ui-resizable-nw {
width: 7px;
height: 7px;
}
.ui-dialog .ui-resizable-se {
right: 0;
bottom: 0;
}
.ui-dialog .ui-resizable-sw {
left: 0;
bottom: 0;
}
.ui-dialog .ui-resizable-ne {
right: 0;
top: 0;
}
.ui-dialog .ui-resizable-nw {
left: 0;
top: 0;
}
.ui-draggable .ui-dialog-titlebar {
cursor: move;
}
.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-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-selectable {
-ms-touch-action: none;
touch-action: none;
}
.ui-selectable-helper {
position: absolute;
z-index: 100;
border: 1px dotted black;
}
.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-text {
display: block;
margin-right: 20px;
overflow: hidden;
text-overflow: ellipsis;
}
.ui-selectmenu-button.ui-button {
text-align: left;
white-space: nowrap;
width: 14em;
}
.ui-selectmenu-icon.ui-icon {
float: right;
margin-top: 0;
}
.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-sortable-handle {
-ms-touch-action: none;
touch-action: none;
}
.ui-spinner {
position: relative;
display: inline-block;
overflow: hidden;
padding: 0;
vertical-align: middle;
}
.ui-spinner-input {
border: none;
background: none;
color: inherit;
padding: .222em 0;
margin: .2em 0;
vertical-align: middle;
margin-left: .4em;
margin-right: 2em;
}
.ui-spinner-button {
width: 1.6em;
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-style: none;
border-bottom-style: none;
border-right-style: none;
}
.ui-spinner-up {
top: 0;
}
.ui-spinner-down {
bottom: 0;
}
.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-tooltip {
padding: 8px;
position: absolute;
z-index: 9999;
max-width: 300px;
}
body .ui-tooltip {
border-width: 2px;
} .ui-widget {
font-family: Arial,Helvetica,sans-serif;
font-size: 1em;
}
.ui-widget .ui-widget {
font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
font-family: Arial,Helvetica,sans-serif;
font-size: 1em;
}
.ui-widget.ui-widget-content {
border: 1px solid #c5c5c5;
}
.ui-widget-content {
border: 1px solid #dddddd;
background: #ffffff;
color: #333333;
}
.ui-widget-content a {
color: #333333;
}
.ui-widget-header {
border: 1px solid #dddddd;
background: #e9e9e9;
color: #333333;
font-weight: bold;
}
.ui-widget-header a {
color: #333333;
} .ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button, html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
border: 1px solid #c5c5c5;
background: #f6f6f6;
font-weight: normal;
color: #454545;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
color: #454545;
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,
.ui-button:hover,
.ui-button:focus {
border: 1px solid #cccccc;
background: #ededed;
font-weight: normal;
color: #2b2b2b;
}
.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,
a.ui-button:hover,
a.ui-button:focus {
color: #2b2b2b;
text-decoration: none;
}
.ui-visual-focus {
box-shadow: 0 0 3px 1px rgb(94, 158, 214);
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
border: 1px solid #003eff;
background: #007fff;
font-weight: normal;
color: #ffffff;
}
.ui-icon-background,
.ui-state-active .ui-icon-background {
border: #003eff;
background-color: #ffffff;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
color: #ffffff;
text-decoration: none;
} .ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
border: 1px solid #dad55e;
background: #fffa90;
color: #777620;
}
.ui-state-checked {
border: 1px solid #dad55e;
background: #fffa90;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
color: #777620;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
border: 1px solid #f1a899;
background: #fddfdf;
color: #5f3f3f;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
color: #5f3f3f;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
color: #5f3f3f;
}
.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-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon { }
.ui-state-active .ui-icon,
.ui-button:active .ui-icon { }
.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
background-image: url(//ecpay.online/wp-content/themes/appway/assets/css/images/ui-icons_777620_256x240.png);
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
background-image: url(//ecpay.online/wp-content/themes/appway/assets/css/images/ui-icons_cc0000_256x240.png);
}
.ui-button .ui-icon {
background-image: url(//ecpay.online/wp-content/themes/appway/assets/css/images/ui-icons_777777_256x240.png);
} .ui-icon-blank { background-position: 16px 16px; }
.ui-icon-caret-1-n { background-position: 0 0; }
.ui-icon-caret-1-ne { background-position: -16px 0; }
.ui-icon-caret-1-e { background-position: -32px 0; }
.ui-icon-caret-1-se { background-position: -48px 0; }
.ui-icon-caret-1-s { background-position: -65px 0; }
.ui-icon-caret-1-sw { background-position: -80px 0; }
.ui-icon-caret-1-w { background-position: -96px 0; }
.ui-icon-caret-1-nw { background-position: -112px 0; }
.ui-icon-caret-2-n-s { background-position: -128px 0; }
.ui-icon-caret-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: -65px -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: -65px -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: 1px -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: 3px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
border-top-right-radius: 3px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
border-bottom-left-radius: 3px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
border-bottom-right-radius: 3px;
} .ui-widget-overlay {
background: #aaaaaa;
opacity: .3;
filter: Alpha(Opacity=30); }
.ui-widget-shadow {
-webkit-box-shadow: 0px 0px 5px #666666;
box-shadow: 0px 0px 5px #666666;
}.owl-carousel .animated {
-webkit-animation-duration: 1000ms;
animation-duration: 1000ms;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
z-index: 0;
}
.owl-carousel .owl-animated-out {
z-index: 1;
}
.owl-carousel .fadeOut {
-webkit-animation-name: fadeOut;
animation-name: fadeOut;
}
@-webkit-keyframes fadeOut {
0% {
opacity: 1;
}
100% {
opacity: 0;
}
}
@keyframes fadeOut {
0% {
opacity: 1;
}
100% {
opacity: 0;
}
} .owl-height {
-webkit-transition: height 500ms ease-in-out;
-moz-transition: height 500ms ease-in-out;
-ms-transition: height 500ms ease-in-out;
-o-transition: height 500ms ease-in-out;
transition: height 500ms ease-in-out;
} .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;
}
.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-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .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 {
display: none;
}
.owl-carousel .owl-item {
position: relative;
min-height: 1px;
float: left;
-webkit-backface-visibility: hidden;
-webkit-tap-highlight-color: transparent;
-webkit-touch-callout: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.owl-carousel .owl-item img {
display: block;
width: none;
-webkit-transform-style: preserve-3d;
}
.owl-carousel.owl-text-select-on .owl-item {
-webkit-user-select: auto;
-moz-user-select: auto;
-ms-user-select: auto;
user-select: auto;
}
.owl-carousel .owl-grab {
cursor: move;
cursor: -webkit-grab;
cursor: -o-grab;
cursor: -ms-grab;
cursor: grab;
}
.owl-carousel.owl-rtl {
direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
float: right;
} .no-js .owl-carousel {
display: block;
} .owl-carousel .owl-item .owl-lazy {
opacity: 0;
-webkit-transition: opacity 400ms ease;
-moz-transition: opacity 400ms ease;
-ms-transition: opacity 400ms ease;
-o-transition: opacity 400ms ease;
transition: opacity 400ms ease;
}
.owl-carousel .owl-item img {
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(//ecpay.online/wp-content/themes/appway/assets/css/owl.video.play.png) no-repeat;
cursor: pointer;
z-index: 1;
-webkit-backface-visibility: hidden;
-webkit-transition: scale 100ms ease;
-moz-transition: scale 100ms ease;
-ms-transition: scale 100ms ease;
-o-transition: scale 100ms ease;
transition: scale 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
-webkit-transition: scale(1.3, 1.3);
-moz-transition: scale(1.3, 1.3);
-ms-transition: scale(1.3, 1.3);
-o-transition: scale(1.3, 1.3);
transition: 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;
-webkit-background-size: contain;
-moz-background-size: contain;
-o-background-size: contain;
background-size: contain;
-webkit-transition: opacity 400ms ease;
-moz-transition: opacity 400ms ease;
-ms-transition: opacity 400ms ease;
-o-transition: opacity 400ms ease;
transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
position: relative;
z-index: 1;
}
.owl-theme .owl-controls {
display:block;
}
.owl-theme .owl-controls .owl-nav [class*="owl-"] {
position: relative;
cursor: pointer;
display: inline-block;
color: #898f9f;
margin: 0px 10px;
transition: all 500ms ease;
}
.owl-theme .owl-controls .owl-nav [class*="owl-"] span:before{
margin: 0px;
font-size: 25px;
}
.owl-theme .owl-controls .owl-nav [class*="owl-"]:hover{
color: #f2be00;
}
.owl-theme .owl-controls .owl-nav .disabled {
cursor: default;
opacity: 0.5;
}
.owl-theme .owl-dots .owl-dot {
display: inline-block;
}
.owl-theme .owl-dots .owl-dot span {
background: #222;
display: block;
margin: 0px 5px 0px 5px;
transition: opacity 200ms ease 0s;
width: 15px;
height: 15px;
}
.owl-theme .owl-dots .owl-dot.active span {
background: none repeat scroll 0 0 #cda274;
}.main-header.home-12.alternate-2{
position: relative;
}
.main-header.home-12.alternate-2 .main-menu .navigation > li > a:before{
position: absolute;
content: '';
background: #6743db;
width: 100%;
height: 2px;
left: 0px;
bottom: -8px;
transform: scale(0,0);
transition: all 500ms ease;
}
.main-header.home-12.alternate-2 .main-menu .navigation > li.current > a:before,
.main-header.home-12.alternate-2 .main-menu .navigation > li > a:hover:before{
transform: scale(1,1);
}
.main-header.home-12.alternate-2 .main-menu .navigation > li.current > a,
.main-header.home-12.alternate-2 .main-menu .navigation > li > a:hover{
color: #6743db;
}
.main-header.home-12.alternate-2 .menu-area .btn-box a{
box-shadow: none;
border: 1px solid #e5e5e5;
font-size: 16px;
font-weight: 500;
padding: 10px 38px;
}
.main-header.home-12.alternate-2 .menu-area .btn-box{
margin-top: 60px;
}
.bg-color-1{
background: #f5f7fa !important;
}
.banner-style-12.alternate-2{
padding: 285px 0px 25px 0px;
}
.banner-style-12.alternate-2:before{
display: none;
}
.banner-style-12.alternate-2 .pattern-layer .pattern-1{
position: absolute;
left: -15px;
top: -15px;
width: 216px;
height: 234px;
background-repeat: no-repeat;
-webkit-animation: zoom-fade 5s infinite linear;
animation: zoom-fade 5s infinite linear;
}
.banner-style-12.alternate-2 .pattern-layer .pattern-2{
position: absolute;
left: 0px;
bottom: 0px;
width: 157px;
height: 334px;
background-repeat: no-repeat;
}
.banner-style-12.alternate-2 .image-box{
position: relative;
display: block;
padding: 0px 0px 100px 35px;
margin-right: -165px;
}
.banner-style-12.alternate-2 .image-box .image img{
width: 100%;
border-radius: 10px;
}
.banner-style-12.alternate-2 .image-box .image-1{
box-shadow: 0 20px 30px 10px rgba(0, 0, 0, 0.1);
border-radius: 10px;
}
.banner-style-12.alternate-2 .image-box .image-2{
position: absolute;
left: -40px;
bottom: 195px;
border-radius: 10px;
box-shadow: 0 10px 30px 2px rgba(0, 0, 0, 0.1);
z-index: 1;
}
.banner-style-12.alternate-2 .image-box .image-3{
position: absolute;
top: -75px;
right: 80px;
}
.banner-style-12.alternate-2 .image-box .image-3 img{
border-radius: 0px;
}
.banner-style-12.alternate-2 .image-box .pattern-layer .pattern-1{
position: absolute;
left: -75px;
bottom: 0px;
width: 143px;
height: 214px;
top: inherit;
background-repeat: no-repeat;
}
.banner-style-12.alternate-2 .image-box .pattern-layer .pattern-2{
position: absolute;
left: 0px;
top: -65px;
width: 222px;
height: 222px;
background-repeat: no-repeat;
}
.banner-style-12.alternate-2 .image-box .pattern-layer .pattern-3{
position: absolute;
top: -120px;
right: -125px;
width: 484px;
height: 386px;
background-repeat: no-repeat;
}
.banner-style-12.alternate-2 .image-box .pattern-layer .pattern-4{
position: absolute;
right: -60px;
bottom: 10px;
width: 326px;
height: 208px;
background-repeat: no-repeat;
}
.banner-style-12.alternate-2 .content-box .btn-box .btn-one{
box-shadow: 0 5px 10px rgba(103, 67, 219, 0.2);
}
.banner-style-12.alternate-2 .content-box .btn-box .btn-two{
box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.clients-section.home-12{
padding-top: 225px;
}
.clients-section.home-12 .pattern-layer{
position: absolute;
left: 0px;
top: 0px;
width: 100%;
height: 450px;
background-repeat: no-repeat;
background-size: cover;
background-position: center;
}
.designe-process.alternate-2 .single-item .inner-box{
border-radius: 30px 0px 30px 0px;
box-shadow: 0 5px 20px 0px rgba(0, 0, 0, 0.05);
}
.designe-process.alternate-2 .single-item .inner-box:hover{
box-shadow: 0 10px 30px 0px rgba(0, 0, 0, 0.1);
}
.designe-process.alternate-2 .single-item .inner-box:before{
position: absolute;
content: '';
background: #4527a4;
width: calc(100% - 160px);
left: 80px;
bottom: 0px;
height: 4px;
transform: scale(0,0);
transition: all 500ms ease;
}
.designe-process.alternate-2 .single-item .inner-box:hover:before{
transform: scale(1,1);
}
.designe-process.alternate-2 .single-column:nth-child(2) .single-item .inner-box:before{
background: #34c700;
}
.designe-process.alternate-2 .single-column:nth-child(3) .single-item .inner-box:before{
background: #ff0000;
}
.designe-process.alternate-2 .single-column:nth-child(4) .single-item .inner-box:before{
background: #ff8500;
}
.designe-process.alternate-2 .single-column:nth-child(5) .single-item .inner-box:before{
background: #ff00ff;
}
.designe-process.alternate-2 .single-column:last-child .single-item .inner-box:before{
background: #00aeef;
}
.solution-section.alternate-2{
background: #fff;
}
.solution-section.alternate-2 #image_block_31 .image-box{
position: relative;
padding-right: 60px;
margin-left: -200px;
}
.solution-section.alternate-2 #image_block_31 .image{
position: relative;
}
.solution-section.alternate-2 #image_block_31 .image .image-2{
position: absolute;
left: -30px;
top: 150px;
box-shadow: 0 20px 30px 10px rgba(0, 0, 0, 0.1);
}
.solution-section.alternate-2 #image_block_31 .image img{
width: 100%;
float: none;
}
.solution-section.alternate-2 #image_block_31 .image-box .pattern-layer .pattern-1{
position: absolute;
left: 200px;
top: -30px;
width: 222px;
height: 222px;
background-repeat: no-repeat;
}
.solution-section.alternate-2 #image_block_31 .image-box .pattern-layer .pattern-2{
position: absolute;
top: -33px;
right: 44px;
width: 216px;
height: 144px;
background-repeat: no-repeat;
}
.solution-section.alternate-2 #image_block_31 .image-box .pattern-layer .pattern-3{
position: absolute;
right: 60px;
bottom: 40px;
width: 222px;
height: 222px;
background-repeat: no-repeat;
}
.solution-section.alternate-2 #image_block_31 .image-box .pattern-layer .pattern-4{
position: absolute;
left: -35px;
bottom: 40px;
width: 226px;
height: 150px;
background-repeat: no-repeat;
}
.solution-section.alternate-2 #content_block_32 .content-box{
margin-top: 15px;
}
.solution-section.alternate-2 .sec-title h2{
margin-bottom: 110px;
}
.solution-section.alternate-2 #image_block_48 .image-box{
position: relative;
padding-left: 160px;
margin-right: -65px;
}
.solution-section.alternate-2 .inner-content .inner-box:first-child{
margin-bottom: 150px;
}
#image_block_48 .image-box .image img{
width: 100%;
}
#image_block_48 .image-box .image .image-1{
position: relative;
box-shadow: 0 20px 30px 10px rgba(0, 0, 0, 0.1);
}
#image_block_48 .image-box .image .image-2{
position: absolute;
top: 75px;
right: -140px;
border-radius: 50px;
box-shadow: 0 10px 30px 10px rgba(0, 0, 0, 0.1);
}
#image_block_48 .image-box .image .image-3{
position: absolute;
left: -25px;
bottom: 20px;
}
#image_block_48 .image-box .pattern-layer .pattern-1{
position: absolute;
left: 260px;
top: -70px;
width: 208px;
height: 140px;
background-repeat: no-repeat;
}
#image_block_48 .image-box .pattern-layer .pattern-2{
position: absolute;
left: 100px;
top: 30px;
width: 222px;
height: 222px;
background-repeat: no-repeat;
}
#image_block_48 .image-box .pattern-layer .pattern-3{
position: absolute;
right: -100px;
bottom: -100px;
width: 405px;
height: 323px;
background-repeat: no-repeat;
}
.solution-section.alternate-2{
padding-bottom: 220px;
}
.designe-process-two.alternate-2 .tab-btn-box .tab-btns{
background: #fff;
box-shadow: 0 10px 20px 0px rgba(0, 0, 0, 0.05);
}
.designe-process-two.alternate-2 .tab-btn-box .tab-btns li{
border-right: 1px solid #e7e9ec;
}
.designe-process-two.alternate-2{
padding-bottom: 165px;
}
.designe-process-three.alternate-2{
background: #fff;
}
.designe-process-two.alternate-2 .tabs-content .image-box .pattern-layer .pattern-1{
position: absolute;
left: 100px;
bottom: 0px;
width: 222px;
height: 222px;
background-repeat: no-repeat;
}
.designe-process-two.alternate-2 .tabs-content .image-box .pattern-layer .pattern-2{
position: absolute;
top: 120px;
right: -100px;
width: 222px;
height: 222px;
background-repeat: no-repeat;
z-index: -1;
}
.designe-process-two.alternate-2 .tabs-content .image-box .pattern-layer .pattern-3{
position: absolute;
left: -30px;
top: 150px;
width: 216px;
height: 144px;
background-repeat: no-repeat;
}
.designe-process-three.alternate-2 .owl-nav .owl-next, 
.designe-process-three.alternate-2 .owl-nav .owl-prev{
background: transparent;
box-shadow: none;
border: 1px solid #4527a4;
color: #4527a4;
}
.designe-process-three.alternate-2 .owl-nav .owl-next:hover, 
.designe-process-three.alternate-2 .owl-nav .owl-prev:hover{
color: #fff !important;
background: #4527a4;
box-shadow: 0 10px 20px 0px rgba(103, 67, 219, 0.4);
}
.banner-style-18.alternate-2 .anim-icons .icon-4{
right: 210px;
top: 330px;
-webkit-animation: zoom-fade 2s infinite linear;
animation: zoom-fade 2s infinite linear;
}
.banner-style-18.alternate-2 .anim-icons .icon-5{
right: 115px;
top: 175px;
}
.banner-style-18.alternate-2 .anim-icons .icon-6{
right: 270px;
bottom: 320px;
}
.banner-style-18.alternate-2 .anim-icons .icon-7{
left: 700px;
bottom: 370px;
}
.banner-style-18.alternate-2{
padding: 215px 0px 340px 0px;
}
.banner-style-18.alternate-2 .image-box{
position: relative;
display: block;
margin-right: -130px;
}
.banner-style-18.alternate-2 .image-box img{
width: 100%;
}
.best-hosting.alternate-2 .single-item{
position: relative;
z-index: 1;
}
.best-hosting.alternate-2 .single-item .inner-box{
position: relative;
}
.best-hosting.alternate-2 .single-item .inner-box:before{
position: absolute;
content: '';
background: #4427a3;
width: 100%;
height: 0%;
left: 0px;
bottom: 0px;
border-radius: 15px;
transition: all 500ms ease;
}
.best-hosting.alternate-2 .single-item:hover .inner-box:before{
height: 100%;
top: 0px;
}
.best-hosting.alternate-2 .single-item:hover .inner-box h3 a{
color: #fff;
}
.best-hosting.alternate-2 .single-item:hover .inner-box{
transform: translate(0px);
}
.best-hosting.alternate-2 .single-item .text{
transition: all 500ms ease;
}
.best-hosting.alternate-2 .single-item:hover .inner-box .text{
color: #fff;
}
.best-hosting .single-item:hover .link-btn a{
background: #fa5f62;
}
.increase-website .pattern-layer{
position: absolute;
left: 0px;
top: -230px;
width: 745px;
height: 875px;
background-repeat: no-repeat;
}
.domain-prices .pricing-inner .pattern-layer{
position: absolute;
right: -210px;
bottom: -160px;
width: 412px;
height: 344px;
background-repeat: no-repeat;
} .feature-style-14{
position: relative;
padding: 180px 0px 100px 0px;
}
.feature-style-14 .inner-box .content-box .sec-title .category{
position: relative;
display: inline-block;
font-size: 13px;
line-height: 20px;
color: #fff;
background: #80c605;
border-radius: 20px;
padding: 5px 20px;
text-align: center;
margin-bottom: 34px;
}
.feature-style-14 .inner-box .content-box .sec-title .category i{
font-size: 12px;
}
.feature-style-14 .inner-box .content-box .sec-title h2{
margin-bottom: 72px;
}
.feature-style-14 .inner-box .content-box .list-item li{
position: relative;
display: block;
margin-bottom: 30px;
padding-left: 35px;
}
.feature-style-14 .inner-box .content-box .list-item li:last-child{
margin-bottom: 0px;
}
.feature-style-14 .inner-box .content-box .list-item li:before{
position: absolute;
content: "\f058";
font-family: 'Font Awesome 5 Free';
font-weight: 400;
font-size: 16px;
color: #393e95;
left: 0px;
top: 0px;
}
.mr-100{
margin-right: 100px;
}
.ml-40{
margin-left: 40px;
}
.feature-style-14 .image-box{
position: relative;
display: block;
}
.feature-style-14 .image-box img{
width: 100%;
}
.feature-style-14 .image-box .pattern-layer{
position: absolute;
left: 0px;
top: 50px;
width: 572px;
height: 472px;
background-repeat: no-repeat;
}
.feature-style-14 .image-box .image{
position: relative;
z-index: 1;
}
.feature-style-14 .inner-box:last-child .image-box{
margin-left: -42px;
}
.feature-style-14 .inner-box:last-child .image-box .pattern-layer{
top: 0px;
left: 50px;
}
.feature-style-14 .inner-box:last-child .sec-title .category{
background: #f34d36;
}
.feature-style-14 .inner-box:first-child{
margin-bottom: 150px;
}
.feature-style-14 .inner-box:first-child .content-box{
padding-top: 55px;
}
.testimonial-style-four.alternate-2{
position: relative;
}
.testimonial-style-four.alternate-2 .pattern-layer{
position: absolute;
top: -140px;
right: 0px;
width: 1002px;
height: 944px;
background-repeat: no-repeat;
}
.testimonial-style-four.alternate-2 .sec-title h2,
.testimonial-style-four.alternate-2 .sec-title p{
color: #222222;
}
.testimonial-style-four.alternate-2 .sec-title h2:after{
background: #777;
}
.testimonial-style-four.alternate-2{
padding: 75px 0px 170px 0px;
}
.testimonial-style-four.alternate-2 .owl-dots{
margin-top: 60px;
}
.contact-section.alternate-2 .info-content .single-info-box{
background: #fff;
box-shadow: 0 10px 30px 5px rgba(0, 0, 0, 0.1);
padding: 70px 30px;
border-radius: 30px 0px 30px 0px;
}
.contact-section.alternate-2 .info-content .single-info-box h3{
position: relative;
display: block;
font-size: 24px;
line-height: 32px;
font-weight: 700;
color: #222;
margin-bottom: 15px;
}
.contact-section.alternate-2 .info-content .single-info-box .text{
line-height: 26px;
}
.contact-section.alternate-2 .info-content .single-info-box a{
font-weight: 700;
}
.contact-section.alternate-2 .info-content .sec-title h2{
margin-bottom: 60px;
}
.contact-section.alternate-2 .lower-box .image-box{
position: relative;
display: block;
margin-right: 50px;
margin-left: -140px;
}
.contact-section.alternate-2 .lower-box .image-box img{
width: 100%;
}
.contact-section.alternate-2 .lower-box .contact-form-area{
position: relative;
display: block;
background: #f5f5fa;
border-radius: 20px;
padding: 60px 50px 70px 50px;
}
.contact-section.alternate-2 .contact-form-area .form-inner .form-group input[type='text'], 
.contact-section.alternate-2 .contact-form-area .form-inner .form-group input[type='email'], 
.contact-section.alternate-2 .contact-form-area .form-inner .form-group textarea{
border-radius: 10px;
box-shadow: none;
height: 50px;
}
.contact-section.alternate-2 .contact-form-area .form-inner .form-group textarea{
height: 120px;
}
.contact-section.alternate-2 .contact-form-area .sec-title{
margin-bottom: 33px;
}
.contact-section.alternate-2 .contact-form-area .sec-title h2{
font-size: 30px;
line-height: 40px;
margin-bottom: 27px;
}
.contact-section.alternate-2 .contact-form-area .sec-title p{
line-height: 26px;
}
.contact-section.alternate-2 .contact-form-area .form-inner .form-group{
margin-bottom: 20px;
}
.contact-section.alternate-2 .contact-form-area .form-inner .message-btn .theme-btn-two{
padding: 15px 66px;
}
.contact-section.alternate-2 .pattern-layer{
position: absolute;
left: 0px;
bottom: 260px;
width: 860px;
height: 937px;
background-repeat: no-repeat;
}
.news-block-four .inner-box{
position: relative;
display: block;
}
.news-block-four .inner-box .image-box{
position: relative;
display: block;
overflow: hidden;
background: #4427a3;
}
.news-block-four .inner-box .image-box img{
width: 100%;
transition: all 500ms ease;
}
.news-block-four .inner-box:hover .image-box img{
opacity: 0.2;
transform: scale(1.05);
}
.news-block-four .inner-box .image-box .post-date{
position: absolute;
left: 20px;
top: 20px;
background: #fff;
width: 70px;
height: 70px;
text-align: center;
padding: 15px 0px;
font-size: 24px;
font-weight: 700;
line-height: 24px;
color: #4427a3;
box-shadow: 0 10px 20px 0px rgba(0, 0, 0, 0.1);
}
.news-block-four .inner-box .image-box .post-date span{
position: relative;
display: block;
font-size: 12px;
line-height: 16px;
text-transform: uppercase;
}
.news-block-four .inner-box .lower-content{
padding-top: 22px;
}
.news-block-four .inner-box .lower-content .category{
position: relative;
margin-bottom: 6px;
}
.news-block-four .inner-box .lower-content .category li{
position: relative;
display: inline-block;
font-size: 15px;
font-weight: 500;
color: #4527a4;
}
.news-block-four .inner-box .lower-content .category li a{
color: #4527a4;
}
.news-block-four .inner-box .lower-content .category li a:hover{
text-decoration: underline;
}
.news-block-four .inner-box .lower-content h3{
position: relative;
display: block;
font-size: 24px;
line-height: 34px;
font-weight: 500;
color: #222;
margin-bottom: 14px;
}
.news-block-four .inner-box .lower-content h3 a{
display: inline-block;
color: #222;
}
.news-block-four .inner-box .lower-content h3 a:hover{
color: #4527a4;
}
.news-block-four .inner-box .lower-content .post-info{
position: relative;
margin-bottom: 20px;
}
.news-block-four .inner-box .lower-content .post-info li{
position: relative;
display: inline-block;
padding-right: 12px;
margin-right: 5px;
font-size: 15px;
color: #777777;
}
.news-block-four .inner-box .lower-content .post-info li a{
color: #777777;
}
.news-block-four .inner-box .lower-content .post-info li a:hover{
color: #4527a4;
}
.news-block-four .inner-box .lower-content .post-info li:last-child{
padding-right: 0px;
margin-right: 0px;
}
.news-block-four .inner-box .lower-content .post-info li:first-child{
padding-left: 40px;
}
.news-block-four .inner-box .lower-content .post-info li img{
position: absolute;
left: 0px;
top: 0px;
width: 30px;
height: 30px;
border-radius: 50%;
overflow: hidden;
}
.news-block-four .inner-box .lower-content .post-info li:before{
position: absolute;
content: '';
background: #777;
width: 4px;
height: 1px;
top: 15px;
right: 0px;
}
.news-block-four .inner-box .lower-content .post-info li:last-child:before{
display: none;
}
.news-block-four .inner-box .lower-content .text{
position: relative;
font-size: 16px;
line-height: 26px;
margin-bottom: 23px;
}
.theme-btn-three{
position: relative;
display: inline-block;
overflow: hidden;
font-size: 16px;
font-weight: 500;
color: #222;
border: 1px solid #dddddd;
border-radius: 30px;
padding: 8px 60px 10px 30px;
}
.theme-btn-three i{
position: absolute;
top: 13px;
right: 13px;
font-size: 17px;
color: #222;
border: 1px solid #dddddd;
border-radius: 50%;
width: 22px;
height: 22px;
line-height: 22px;
text-align: center;
background: transparent;
transition: all 500ms ease;
}
.theme-btn-three:hover i{
color: #fff;
background: #6952b5;
border: 1px solid #6952b5;
}
.theme-btn-three:before {
position: absolute;
left: 0;
top: 0;
z-index: -1;
height: 100%;
width: 100%;
content: "";
background-color: #4527a4;
border-radius: 30px;
-webkit-transform: scale(0, 1);
-ms-transform: scale(0, 1);
transform: scale(0, 1);
-webkit-transform-origin: top right;
-ms-transform-origin: top right;
transform-origin: top right;
-webkit-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
-moz-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
-o-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
-webkit-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
-moz-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
-o-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
}
.theme-btn-three:hover:before {
-webkit-transform: scale(1, 1);
-ms-transform: scale(1, 1);
transform: scale(1, 1);
-webkit-transform-origin: bottom left;
-ms-transform-origin: bottom left;
transform-origin: bottom left;
}
.theme-btn-three:hover{
color: #fff;
border-color: #4527a4;
}
.sidebar-page-container .blog-content{
position: relative;
margin-right: 20px;
}
.sidebar-page-container .news-block-four .inner-box{
margin-bottom: 30px;
}
.sidebar-page-container .sidebar-2 .sidebar-search .form-group button{
width: 44px;
height: 44px;
line-height: 44px;
border-radius: 50%;
text-align: center;
background: #ece9f6;
color: #4427a3;
top: 8px;
right: 8px;
font-size: 18px;
transition: all 500ms ease;
}
.sidebar-page-container .sidebar-2 .sidebar-search .form-group input:focus + button,
.sidebar-page-container .sidebar-2 .sidebar-search .form-group button:hover{
background: #4427a3;
color: #fff;
}
.sidebar-page-container .sidebar-2 .sidebar-categories-2 .widget-content ul li{
position: relative;
display: block;
margin-bottom: 14px;
}
.sidebar-page-container .sidebar-2 .sidebar-categories-2 .widget-content ul li:last-child{
margin-bottom: 0px;
}
.sidebar-page-container .sidebar-2 .sidebar-categories-2 .widget-content ul li a{
position: relative;
display: block;
font-size: 16px;
line-height: 26px;
color: #777777;
}
.sidebar-page-container .sidebar-2 .sidebar-categories-2 .widget-content ul li a:hover{
color: #4427a3;
}
.sidebar-page-container .sidebar-2 .sidebar-categories-2 .widget-content ul li a span{
float: right;
width: 26px;
height: 26px;
line-height: 26px;
border: 1px solid #dedede;
border-radius: 50%;
text-align: center;
font-size: 16px;
color: #777777;
transition: all 500ms ease;
}
.sidebar-page-container .sidebar-2 .sidebar-categories-2 .widget-content ul li a:hover span{
color: #fff;
border-color: #4427a3;
background: #4427a3;
}
.sidebar-page-container .sidebar-2 .sidebar-categories-2{
margin-bottom: 40px;
}
.sidebar-page-container .sidebar-2 .sidebar-post-2 .post{
position: relative;
padding-left: 110px;
min-height: 90px;
margin-bottom: 20px;
}
.sidebar-page-container .sidebar-2 .sidebar-post-2 .post .image{
position: absolute;
display: block;
left: 0px;
top: 7px;
width: 90px;
height: 90px;
border-radius: 5px;
overflow: hidden;
}
.sidebar-page-container .sidebar-2 .sidebar-post-2 .post .image img{
width: 100%;
border-radius: 5px;
transition: all 500ms ease;
}
.sidebar-page-container .sidebar-2 .sidebar-post-2 .post h5{
position: relative;
display: block;
font-size: 18px;
line-height: 28px;
font-weight: 700;
color: #222;
margin-bottom: 10px;
}
.sidebar-page-container .sidebar-2 .sidebar-post-2 .post h5 a{
display: inline-block;
color: #222;
}
.sidebar-page-container .sidebar-2 .sidebar-post-2 .post h5 a:hover{
color: #4527a4;
}
.sidebar-page-container .sidebar-2 .sidebar-post-2 .post .post-date{
position: relative;
display: block;
font-size: 15px;
line-height: 26px;
margin: 0px;
}
.sidebar-page-container .sidebar-2 .sidebar-post-2{
position: relative;
margin-bottom: 50px;
}
.sidebar-page-container .sidebar-2 .sidebar-search{
margin-bottom: 45px;
}
.sidebar-page-container .sidebar-2 .sidebar-title{
margin-bottom: 25px;
}
.sidebar-page-container .sidebar-2 .social-widget .social-links li{
position: relative;
display: block;
margin-bottom: 10px;
}
.sidebar-page-container .sidebar-2 .social-widget .social-links li a{
position: relative;
display: block;
font-size: 16px;
line-height: 26px;
color: #fff;
font-weight: 500;
background: #507cbe;
padding: 17px 70px 17px 30px;
border-radius: 30px;
}
.sidebar-page-container .sidebar-2 .social-widget .social-links li:nth-child(2) a{
background: #63cdf1;
}
.sidebar-page-container .sidebar-2 .social-widget .social-links li:last-child a{
background: #df2a7b;
}
.sidebar-page-container .sidebar-2 .social-widget .social-links li a i{
position: absolute;
right: 8px;
top: 8px;
width: 44px;
height: 44px;
line-height: 44px;
text-align: center;
font-size: 16px;
color: #fff;
background: rgba(255,255,255,0.2);
border-radius: 50%;
}
.sidebar-page-container .sidebar-2 .social-widget{
position: relative;
margin-bottom: 45px;
}
.sidebar-page-container .sidebar-2 .social-widget .sidebar-title{
margin-bottom: 32px;
}
.sidebar-page-container .sidebar-2 .sidebar-archives .archives-list li{
position: relative;
display: block;
margin-bottom: 9px;
}
.sidebar-page-container .sidebar-2 .sidebar-archives .archives-list li:last-child{
margin-bottom: 0px;
}
.sidebar-page-container .sidebar-2 .sidebar-archives .archives-list li a{
position: relative;
display: inline-block;
font-size: 16px;
line-height: 26px;
color: #777;
}
.sidebar-page-container .sidebar-2 .sidebar-archives .archives-list li a:hover{
color: #4527a4;
}
.sidebar-page-container .sidebar-2 .sidebar-archives{
position: relative;
margin-bottom: 37px;
}
.sidebar-page-container .sidebar-2 .sidebar-tags .sidebar-title{
margin-bottom: 30px;
}
.sidebar-page-container .sidebar-2 .sidebar-tags{
margin-bottom: 23px;
} @media only screen and (max-width: 1200px){
.main-header.home-12.alternate-2 .menu-area .btn-box{
margin-top: 30px;
}
}
@media only screen and (max-width: 991px){
.contact-section.alternate-2 .lower-box .image-box{
margin: 0px 0px 30px 0px;
}
.contact-section.alternate-2 .pattern-layer{
display: none;
}
.news-block-four .inner-box{
margin-bottom: 30px;
}
.banner-style-12.alternate-2 .pattern-layer{
display: none;
}
.banner-style-12.alternate-2 .image-box{
margin: 60px 0px 0px 0px;
}
.solution-section.alternate-2 #image_block_31 .image-box{
margin-left: 0px;
}
.solution-section.alternate-2 #image_block_48 .image-box{
margin-right: 0px;
}
.banner-style-18.alternate-2 .image-box{
margin-right: 0px;
}
.domain-prices .pricing-inner .pattern-layer{
display: none;
}
.feature-style-14{
padding: 0px;
}
.feature-style-14 .inner-box:first-child .content-box{
margin-right: 0px;
margin-bottom: 40px;
}
.feature-style-14 .inner-box:last-child .content-box{
margin-left: 0px;
margin-top: 40px;
}
.testimonial-style-four.alternate-2 .pattern-layer{
display: none;
}
.increase-website .pattern-layer{
display: none;
}
}
@media only screen and (max-width: 767px){
.solution-section.alternate-2 #image_block_31 .image-box{
padding: 0px;
}
.solution-section.alternate-2 #image_block_31 .image-box .pattern-layer{
display: none;
}
.solution-section.alternate-2 #image_block_31 .image .image-2{
position: relative;
left: 0px;
top: 0px;
max-width: 200px;
margin: 0 auto;
}
.solution-section.alternate-2 #image_block_48 .image-box{
padding: 0px;
margin-top: 30px;
}
#image_block_48 .image-box .pattern-layer{
display: none;
}
#image_block_48 .image-box .image .image-2{
position: relative;
top: 0px;
right: 0px;
max-width: 250px;
margin: 0 auto;
margin-bottom: 30px;
}
#image_block_48 .image-box .image .image-1{
margin-bottom: 30px;
}
#image_block_48 .image-box .image .image-3{
position: relative;
top: 0px;
bottom: 0px;
max-width: 350px;
margin: 0 auto;
}
.solution-section.alternate-2{
padding-bottom: 50px;
}
.designe-process-two.alternate-2 .tabs-content .image-box .pattern-layer{
display: none;
}
.designe-process-two.alternate-2{
padding-bottom: 70px;
}
.solution-section.alternate-2 .inner-content .inner-box:first-child{
margin-bottom: 50px;
}
.feature-style-14 .image-box .pattern-layer{
display: none;
}
.feature-style-14 .image-box .image{
margin-left: 0px;
}
.feature-style-14 .inner-box:last-child .image-box{
margin: 0px;
}
.feature-style-14 .inner-box:first-child{
margin-bottom: 50px;
}
}
@media only screen and (max-width: 499px){
.contact-section.alternate-2 .lower-box .contact-form-area{
padding: 60px 30px;
}
.banner-style-12.alternate-2 .image-box{
padding-bottom: 50px;
}
.banner-style-12.alternate-2 .image-box .image-2{
display: none;
}
}* {
margin:0px;
padding:0px;
border:none;
outline:none;
} body {
font-size:15px;
color:#777777;
line-height:30px;
font-weight:400;
background:#ffffff;
font-family: 'Ubuntu', sans-serif;
background-size:cover;
background-repeat:no-repeat;
background-position:center top;
-webkit-font-smoothing: antialiased;
}
@media (min-width:1200px) {
.container {
max-width: 1200px;
padding: 0px 15px;
}
}
.large-container{
max-width: 1600px;
padding: 0px 15px;
margin: 0 auto;
}
.container-fluid{
padding: 0px;
}
.auto-container{
position:static;
max-width:1200px;
padding:0px 15px;
margin:0 auto;
}
.small-container{
max-width:680px;
margin:0 auto;
}
.boxed_wrapper{
position: relative;
overflow-x: hidden;
margin: 0 auto;
width: 100%;
min-width: 300px;
}
a{
text-decoration:none;
color:#4527a4;
transition:all 500ms ease;
-moz-transition:all 500ms ease;
-webkit-transition:all 500ms ease;
-ms-transition:all 500ms ease;
-o-transition:all 500ms ease;
}
a:hover{
text-decoration:none;
outline:none;
}
input,button,select,textarea{
font-family: 'Ubuntu', sans-serif;
font-weight: 400;
font-size: 15px;
}
ul,li{
padding:0px;
margin:0px; 
}
input{
transition: all 500ms ease;
}
button:focus,
input:focus,
textarea:focus{
outline: none;
box-shadow: none;
transition: all 500ms ease;
}
p{
position: relative;
color: #777777;
font-family: 'Ubuntu', sans-serif;
margin-bottom: 0px;
font-style: normal;
transition: all 500ms ease;
margin-bottom: 20px;
line-height: 1.8em;
font-size: 16px;
}
h1,h2,h3,h4,h5,h6 {
position:relative;
font-family: 'Ubuntu', sans-serif;
font-weight: 400;
margin: 0px;
transition: all 500ms ease;
}
.centred{
text-align: center;
}
.pull-left{
float: left;
}
.pull-right{
float: right;
}
figure{
margin: 0px;
}
img {
display: inline-block;
max-width: 100%;
height: auto;
transition-delay: .1s;
transition-timing-function: ease-in-out;
transition-duration: .7s;
transition-property: all;
}
@keyframes pulse {
50% {
box-shadow: 0 0 0 30px rgba(255, 255, 255, 0.1),
0 0 0 60px rgba(255, 255, 255, 0.1);
}
}
@keyframes pulse-2 {
50% {
box-shadow: 0 0 0 20px rgba(0, 0, 0, 0.2),
0 0 0 40px rgba(0, 0, 0, 0.1);
}
} .theme-btn{
position: relative;
display: inline-block;
overflow: hidden;
font-size: 15px;
height: 50px;
padding: 12px 80px 12px 40px;
background: #fff;
line-height: 26px;
color: #4527a4;
border: 1px solid #4527a4;
font-weight: 500;
border-radius: 30px;
text-transform: capitalize;
transition: all 500ms ease;
cursor: pointer;
z-index: 1;
}
.theme-btn:hover{
color: #fff !important;
}
.theme-btn:before {
position: absolute;
left: 0;
top: 0;
z-index: -1;
height: 100%;
width: 100%;
content: "";
background-color: #4527a4;
border-radius: 30px;
-webkit-transform: scale(0, 1);
-ms-transform: scale(0, 1);
transform: scale(0, 1);
-webkit-transform-origin: top right;
-ms-transform-origin: top right;
transform-origin: top right;
-webkit-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
-moz-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
-o-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
-webkit-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
-moz-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
-o-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
}
.theme-btn:hover:before {
-webkit-transform: scale(1, 1);
-ms-transform: scale(1, 1);
transform: scale(1, 1);
-webkit-transform-origin: bottom left;
-ms-transform-origin: bottom left;
transform-origin: bottom left;
}
.theme-btn i{
position: absolute;
top: -1px;
right: -1px;
width: 50px;
height: 50px;
line-height: 50px;
text-align: center;
background: #4527a4;
font-size: 15px;
color: #fff;
border-radius: 50%;
transition: all 900ms ease;
}
.theme-btn:hover i{
background: transparent;
}
.theme-btn-two{
position: relative;
display: inline-block;
overflow: hidden;
font-size: 16px;
font-weight: 500;
color: #fff;
background: #4527a4;
border-radius: 30px;
text-align: center;
padding: 10px 30px;
cursor: pointer;
z-index: 1;
transition: all 500ms ease;
}
.theme-btn-two:before {
position: absolute;
content: '';
top: 0;
left: 0;
width: 100%;
height: 100%;
opacity: 0;
background-color: #fff;
-webkit-transition: all 0.4s;
-moz-transition: all 0.4s;
-o-transition: all 0.4s;
transition: all 0.4s;
-webkit-transform: scale(0.2, 1);
transform: scale(0.2, 1);
z-index: -1;
}
.theme-btn-two:hover::before {
opacity: 1;
-webkit-transform: scale(1, 1);
transform: scale(1, 1);
}
.theme-btn-two:hover{
color: #4527a4;
background: #fff;
box-shadow: 0 0 15px rgba(69, 39, 164, 0.5);
}
.pagination{
position: relative;
display: block;
}
.pagination li{
display: inline-block;
margin: 0px 6px;
}
.pagination li a{
position: relative;
display: inline-block;
font-size: 16px;
height: 40px;
width: 40px;
line-height: 38px;
font-weight: 500;
border: 1px solid #bdbdbd;
border-radius: 50%;
text-align: center;
color: #777;
background: transparent;
transition: all 500ms ease;
}
.pagination li a:hover,
.pagination li a.active{
color: #fff;
border-color: #4527a4;
background: #4527a4;
}
.pagination li:last-child a,
.pagination li:first-child a{
background: #222222;
border-color: #222222;
color: #fff;
}
.sec-pad{
padding: 154px 0px 120px 0px;
}
.sec-pad-two{
padding: 100px 0px !important;
}
.sec-pad-three{
padding: 200px 0px !important;
}
.sec-pad-four{
padding: 100px 0px 70px 0px !important;
}
.preloader{
position: fixed; 
left:0px;
top:0px;
height:100%;
width: 100%;
z-index:999999;
background-color:#4527a4;
background-position:center center;
background-repeat:no-repeat;
background-image:url(//ecpay.online/wp-content/themes/appway/assets/css/images/icons/preloader.gif);
}
.scroll-top {
width: 50px;
height: 50px;
line-height: 50px;
position: fixed;
bottom: 105%;
right: 50px;
font-size: 16px;
z-index: 99;
color: #ffffff;
text-align: center;
cursor: pointer;
background: #222;
transition: 1s ease;
}
.scroll-top:hover{
background: #4527a4;
-webkit-box-shadow: 2px 2px 0px #222;
-ms-box-shadow: 2px 2px 0px #222;
box-shadow: 2px 2px 0px #222;
}
.scroll-top.open {
bottom: 30px;
}
.scroll-top span{
color: #fff;
}
@-webkit-keyframes shine {
from {
-webkit-mask-position: 150%;
}
to {
-webkit-mask-position: -50%;
}
}
.sec-title{
position: relative;
display: block;
}
.sec-title.center{
text-align: center;
}
.sec-title h2{
position: relative;
display: block;
font-size: 36px;
line-height: 48px;
color: #222222;
font-weight: 500;
padding-bottom: 31px;
margin-bottom: 31px;
}
.sec-title h2:before {
position: absolute;
content: '';
background: #cccccc;
width: 130px;
height: 2px;
left: 0px;
bottom: 0px;
background: linear-gradient(90deg, rgba(0,222,255,1) 0%, rgba(113,65,177,1) 0%, rgba(0,222,255,1) 100%);
}
.sec-title.center h2:before,
.sec-title.center h2:after{
left: 50%;
transform: translateX(-50%);
}
.sec-title h2:after {
position: absolute;
content: '';
background: #777777;
width: 45px;
height: 4px;
left: 0px;
bottom: 0px;
transition: all 500ms ease;
-webkit-mask-image: linear-gradient(-75deg, rgba(244,55,55,0.6) 50%, #f43737 50%, rgba(0,0,0,1) 70%);
-webkit-mask-size: 200%;
animation: shine 2s infinite;
background: linear-gradient(90deg, rgb(255, 114, 0) 0%, rgba(113,65,177,1) 0%, rgba(0,222,255,1) 100%);
}
.sec-title p{
position: relative;
display: block;
font-size: 16px;
line-height: 30px;
color: #777;
margin: 0px;
}
.sec-title.center h2,
.sec-title.center p{
text-align: center;
}
.margin_left_30{
margin-left: 30px !important;
}
.margin_right_30{
margin-right: 30px !important;
}
.margin_bottom_30{
margin-bottom: 30px !important;
}
.margin_left_100{
margin-left: 100px !important;
}  .main-header{
position:relative;
left:0px;
top:0px;
z-index:999;
width:100%;
transition:all 500ms ease;
-moz-transition:all 500ms ease;
-webkit-transition:all 500ms ease;
-ms-transition:all 500ms ease;
-o-transition:all 500ms ease;
}
.sticky-header{
position:fixed;
opacity:0;
visibility:hidden;
background: #4527a4;
left:0px;
top:0px;
box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
width:100%;
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{
z-index:999;
opacity:1;
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;
}
.main-header .outer-container{
position: absolute;
left: 0px;
top: 0px;
width: 100%;
}
.main-header .outer-container .logo-box .logo{
position: relative;
padding: 64px 0px 30px 0px;
} .main-menu{
position:relative;
float:left;
}
.main-menu .navbar-collapse{
padding:0px;
display:block !important;
}
.main-menu .navigation{
position:relative;
margin:0px;
}
.main-menu .navigation > li{
position:relative;
float:left;
z-index:2;
padding:70px 0px 25px 0px;
margin: 0px 20px;
-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:0px !important;
}
.main-menu .navigation > li:first-child{
margin-left: 0px !important;
}
.main-menu .navigation > li > a{
position:relative;
display:block;
text-align:center;
font-size:16px;
line-height:30px;
font-weight:500;
opacity:1;
color: #000;
padding: 0px;
z-index:1;
-webkit-transition:all 500ms ease;
-moz-transition:all 500ms ease;
-ms-transition:all 500ms ease;
-o-transition:all 500ms ease;
transition:all 500ms ease;
}
.main-menu .navigation > li > ul{
position:absolute;
left:0px;
top:100%;
width:280px;
z-index:100;
display:none;
opacity: 0;
visibility: hidden;
padding: 20px 0px;
background-color: #ffffff;
-moz-transform: translateY(30px);
-webkit-transform: translateY(30px);
-ms-transform: translateY(30px);
-o-transform: translateY(30px);
transform: translateY(30px);
-webkit-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
-ms-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
-o-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
-moz-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
-webkit-transform-origin: top;
-ms-transform-origin: top;
transform-origin: top;
-webkit-transition:all 500ms ease;
-moz-transition:all 500ms ease;
-ms-transition:all 500ms ease;
-o-transition:all 500ms ease;
transition:all 500ms ease;
}
.main-menu .navigation > li > ul.from-right{
left:auto;
right:0px;  
}
.main-menu .navigation > li > ul > li{
position:relative;
width:100%;
padding: 0px 30px;
}
.main-menu .navigation > li > ul > li:last-child{
border-bottom:none; 
}
.main-menu .navigation > li > ul > li > a{
position:relative;
display:block;
padding:6px 0px;
line-height:24px;
font-weight:400;
font-size:14px;
text-transform:capitalize;
color:#222;
text-align: left;
transition:all 500ms ease;
-moz-transition:all 500ms ease;
-webkit-transition:all 500ms ease;
-ms-transition:all 500ms ease;
-o-transition:all 500ms ease;
}
.main-menu .navigation > li > ul > li > a:hover{
color:#4527a4;
}
.main-menu .navigation > li > ul > li.dropdown > a:after{
font-family: 'Font Awesome 5 Free';
content: "\f105";
position:absolute;
right:20px;
top:12px;
display:block;
line-height:24px;
font-size:16px;
font-weight:800;
text-align:center;
z-index:5;  
}
.main-menu .navigation > li > ul > li > ul{
position:absolute;
left:100%;
top:-2px;
width:230px;
z-index:100;
display:none;
padding: 20px 0px;
background-color: #ffffff;
-moz-transform: translateY(30px);
-webkit-transform: translateY(30px);
-ms-transform: translateY(30px);
-o-transform: translateY(30px);
transform: translateY(30px);
-webkit-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
-ms-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
-o-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
-moz-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
}
.main-menu .navigation > li > ul > li > ul.from-right{
left:auto;
right:0px;  
}
.main-menu .navigation > li > ul > li > ul > li{
position:relative;
width:100%;
padding: 0px 30px;
}
.main-menu .navigation > li > ul > li > ul > li:last-child{
border-bottom:none; 
}
.main-menu .navigation > li > ul > li > ul > li:last-child{
border-bottom:none; 
}
.main-menu .navigation > li > ul > li > ul > li > a{
position:relative;
display:block;
padding:6px 0px;
line-height:24px;
font-weight:400;
font-size:14px;
text-transform:capitalize;
color:#222;
text-align: left;
transition:all 500ms ease;
-moz-transition:all 500ms ease;
-webkit-transition:all 500ms ease;
-ms-transition:all 500ms ease;
-o-transition:all 500ms ease;
}
.main-menu .navigation > li > ul > li > ul > li:hover > a{
color:#4527a4;
}
.main-menu .navigation > li > ul > li > ul > li.dropdown > a:after{
font-family: 'Font Awesome 5 Free';
content: "\f105";
position:absolute;
right:20px;
top:12px;
display:block;
line-height:24px;
font-size:16px;
font-weight:900;
z-index:5;  
}
.main-menu .navigation > li.dropdown:hover > ul{
visibility:visible;
opacity:1;
-moz-transform: translateY(0);
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
-o-transform: translateY(0);
transform: translateY(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;
}
.main-menu .navigation li > ul > li.dropdown:hover > ul{
visibility:visible;
opacity:1;
-moz-transform: translateY(0);
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
-o-transform: translateY(0);
transform: translateY(0);
transition:all 300ms ease;
-moz-transition:all 300ms ease;
-webkit-transition:all 500ms ease;
-ms-transition:all 300ms ease;
-o-transition:all 300ms ease; 
}
.main-menu .navigation 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;
}
.menu-area .mobile-nav-toggler {
position: relative;
float: right;
font-size: 40px;
line-height: 50px;
cursor: pointer;
color: #3786ff;
display: none;
}
.menu-area .mobile-nav-toggler .icon-bar{
position: relative;
height: 2px;
width: 30px;
display: block;
margin-bottom: 5px;
background-color: #4527a4;
-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-header.home-16 .menu-area .mobile-nav-toggler .icon-bar,
.main-header.home-1 .menu-area .mobile-nav-toggler .icon-bar,
.main-header.home-3 .menu-area .mobile-nav-toggler .icon-bar,
.main-header.home-7 .menu-area .mobile-nav-toggler .icon-bar,
.main-header.home-8 .menu-area .mobile-nav-toggler .icon-bar,
.main-header.home-9 .menu-area .mobile-nav-toggler .icon-bar,
.main-header.home-11 .menu-area .mobile-nav-toggler .icon-bar{
background: #fff;
}
.menu-area .mobile-nav-toggler .icon-bar:last-child{
margin-bottom: 0px;
}
ul li.mega-menu>ul.submenu{
background-color: #fff !important;
padding: 10px 0!important;
width: 480px !important;
}
ul li.mega-menu>ul.submenu>li {
display: block;
float: left;
margin: 0 5px;
width: 230px;
border: none;
}
ul li.mega-menu ul.submenu li {
background-color: inherit;
padding: 0 14px;
border-top: none!important;
border-right: 1px solid #c9c9c9;
}
ul li.mega-menu ul.submenu li:nth-child(even){
border-right: none!important;
} .nav-outer .mobile-nav-toggler{
position: relative;
float: right;
font-size: 40px;
line-height: 50px;
cursor: pointer;
color:#3786ff;
display: none;
}
.mobile-menu{
position: fixed;
right: 0;
top: 0;
width: 300px;
padding-right:30px;
max-width:100%;
height: 100%;
opacity: 0;
visibility: hidden;
z-index: 999999;
}
.mobile-menu .navbar-collapse{
display:block !important; 
}
.mobile-menu .nav-logo{
position:relative;
padding:30px 25px;
text-align:left;  
}
.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:#000;
-webkit-transform: translateX(101%);
-ms-transform: translateX(101%);
transform: translateX(101%);
transition: all 900ms ease;
-moz-transition: all 900ms ease;
-webkit-transition: all 900ms ease;
-ms-transition: all 900ms ease;
-o-transition: all 900ms ease;
}
.mobile-menu-visible .mobile-menu .menu-backdrop{
opacity: 0.70;
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 .menu-box{
position: absolute;
left: 0px;
top: 0px;
width: 100%;
height: 100%;
max-height: 100%;
overflow-y: auto;
background: #000;
padding: 0px 0px;
z-index: 5;
opacity: 0;
visibility: hidden;
border-radius: 0px;
-webkit-transform: translateX(101%);
-ms-transform: translateX(101%);
transform: translateX(101%);
}
.mobile-menu-visible .mobile-menu .menu-box{
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 .close-btn{
position: absolute;
right: 25px;
top: 10px;
line-height: 30px;
width: 24px;
text-align: center;
font-size: 16px;
color: #ffffff;
cursor: pointer;
z-index: 10;
-webkit-transition:all 0.9s ease;
-moz-transition:all 0.9s ease;
-ms-transition:all 0.9s ease;
-o-transition:all 0.9s ease;
transition:all 0.9s ease;
}
.mobile-menu-visible .mobile-menu .close-btn{
-webkit-transform:rotate(360deg);
-ms-transform:rotate(360deg);
transform:rotate(360deg);
}
.mobile-menu .close-btn:hover{
color:#4527a4;
-webkit-transform:rotate(90deg);
-ms-transform:rotate(90deg);
transform:rotate(90deg);
}
.mobile-menu .navigation{
position: relative;
display: block;
width: 100%;
float: none;
}
.mobile-menu .navigation li{
position: relative;
display: block;
border-top: 1px solid rgba(255,255,255,0.10);
}
.mobile-menu .navigation:last-child{
border-bottom: 1px solid rgba(255,255,255,0.10);
}
.mobile-menu .navigation li > ul > li:first-child{
border-top: 1px solid rgba(255,255,255,0.10);
}
.mobile-menu .navigation li > a{
position: relative;
display: block;
line-height: 24px;
padding: 10px 25px;
font-size: 15px;
font-weight: 500;
color: #ffffff;
text-transform: uppercase;
-webkit-transition: all 500ms ease;
-moz-transition: all 500ms ease;
-ms-transition: all 500ms ease;
-o-transition: all 500ms ease;
transition: all 500ms ease; 
}
.mobile-menu .navigation li ul li > a{
font-size: 16px;
margin-left: 20px;
text-transform: capitalize;
}
.mobile-menu .navigation li > a:before{
content:'';
position:absolute;
left:0;
top:0;
height:0;
border-left:5px solid #4527a4;
-webkit-transition: all 500ms ease;
-moz-transition: all 500ms ease;
-ms-transition: all 500ms ease;
-o-transition: all 500ms ease;
transition: all 500ms ease; 
}
.mobile-menu .navigation li.current > a,
.mobile-menu .navigation li > a:hover{
color:#4527a4;  
}
.mobile-menu .navigation li.current > a:before{
height:100%;
}
.mobile-menu .navigation li.dropdown .dropdown-btn{
position:absolute;
right:6px;
top:6px;
width:32px;
height:32px;
text-align:center;
font-size:16px;
line-height:32px;
color:#ffffff;
background:rgba(255,255,255,0.10);
cursor:pointer;
border-radius:2px;
-webkit-transition: all 500ms ease;
-moz-transition: all 500ms ease;
-ms-transition: all 500ms ease;
-o-transition: all 500ms ease;
transition: all 500ms ease; 
z-index:5;
}
.mobile-menu .navigation li.dropdown .dropdown-btn.open{
background:#4527a4; 
-webkit-transform:rotate(90deg);
-ms-transform:rotate(90deg);
transform:rotate(90deg);  
}
.mobile-menu .navigation li > ul,
.mobile-menu .navigation li > ul > li > ul{
display: none;
}
.mobile-menu .social-links{
position:relative;
padding:30px 25px;
}
.mobile-menu .social-links li{
position:relative;
display:inline-block;
margin:0px 10px 10px;
}
.mobile-menu .social-links li a{
position:relative;
line-height:32px;
font-size:16px;
color:#ffffff;
-webkit-transition: all 500ms ease;
-moz-transition: all 500ms ease;
-ms-transition: all 500ms ease;
-o-transition: all 500ms ease;
transition: all 500ms ease; 
}
.mobile-menu .social-links li a:hover{
color:#00aeef;  
}
div#mCSB_1_container{
top: 0px !important;
}
.mobile-menu .contact-info {
position: relative;
padding: 80px 30px 20px 30px;
}
.mobile-menu .contact-info h4 {
position: relative;
font-size: 20px;
color: #ffffff;
font-weight: 700;
margin-bottom: 20px;
}
.mobile-menu .contact-info ul li {
position: relative;
display: block;
font-size: 15px;
color: rgba(255,255,255,0.80);
margin-bottom: 3px;
}
.mobile-menu .contact-info ul li a{
color: rgba(255,255,255,0.80);
}
.mobile-menu .contact-info ul li a:hover{
text-decoration: underline;
}
.mobile-menu .contact-info ul li:last-child{
margin-bottom: 0px;
} .sticky-header .main-menu .navigation > li{
margin: 0px;
}
.sticky-header .main-menu .navigation > li > a{
padding: 15px 30px !important;
}
.sticky-header .main-menu .navigation > li > a{
color: #fff !important;
}
.sticky-header .main-menu .navigation > li.current > a,
.sticky-header .main-menu .navigation > li:hover > a{
background: #fff;
color: #000000!important;
}
.sticky-header .logo-box{
position: relative;
float: left;
padding: 8px 0px 7px 0px;
}
.sticky-header .menu-area{
position: relative;
float: right;
}
.sticky-header .main-menu .navigation > li > a:before{
display: none;
}
.sticky-header .main-menu .navigation > li{
padding: 0px !important;
margin: 0px !important;
}
.sticky-header .main-menu .navigation > li:before{
display: none;
} .banner-section{
position: relative;
background-color: #fff;
padding: 330px 0px 285px 0px;
}
.banner-section .bg-layer {
position: absolute;
width: 100%;
height: 100%;
left: 0px;
top: 0px;
background-repeat: no-repeat;
background-size: cover;
background-position: center bottom;
animation-name: slideInDown;
animation-duration: 2s;
animation-iteration-count: 1;
animation-timing-function: linear;
-webkit-animation-name: slideInDown;
-webkit-animation-duration: 2s;
-webkit-animation-iteration-count: 1;
-webkit-animation-timing-function: linear;
-moz-animation-name: slideInDown;
-moz-animation-duration: 2s;
-moz-animation-iteration-count: 1;
-moz-animation-timing-function: linear;
-ms-animation-name: slideInDown;
-ms-animation-duration: 2s;
-ms-animation-iteration-count: 1;
-ms-animation-timing-function: linear;
}
.banner-section .pattern-bg{
position: absolute;
width: 100%;
height: 100%;
left: 0px;
top: 0px;
background-position: center;
background-repeat: no-repeat;
-webkit-animation: zoom-fade 5s infinite linear;
animation: zoom-fade 5s infinite linear;
}
.banner-section .content-box{
position: relative;
display: block;
margin-left: 75px;
z-index: 1;
}
.banner-section .content-box h1{
position: relative;
display: block;
font-size: 48px;
font-weight: 500;
line-height: 73px;
color: #fff;
margin-bottom: 23px;
}
.banner-section .content-box .text{
position: relative;
display: block;
font-size: 18px;
line-height: 36px;
color: #fff;
margin-bottom: 60px;
}
.banner-section .content-box .btn-box a{
position: relative;
display: inline-block;
overflow: hidden;
font-size: 16px;
font-weight: 500;
color: #fff;
background: transparent;
border: 2px solid rgba(255, 255, 255, 1);
border-radius: 30px;
text-align: center;
padding: 13px 50px;
z-index: 1;
}
.banner-section .content-box .btn-box a:before {
position: absolute;
content: '';
top: 0;
left: 0;
width: 100%;
height: 100%;
opacity: 0;
background-color: #fff;
-webkit-transition: all 0.4s;
-moz-transition: all 0.4s;
-o-transition: all 0.4s;
transition: all 0.4s;
-webkit-transform: scale(0.2, 1);
transform: scale(0.2, 1);
z-index: -1;
}
.banner-section .content-box .btn-box a:hover::before {
opacity: 1;
-webkit-transform: scale(1, 1);
transform: scale(1, 1);
}
.banner-section .content-box .btn-box a:hover{
color: #4527a4;
}
.banner-section .image-box{
position: relative;
margin-right: -270px;
z-index: 1;
}
.banner-section .image-box .image-1{
position: absolute;
left: 0px;
top: -30px;
}
.banner-section .image-box .image-2{
position: absolute;
right: 0px;
top: -60px;
}
.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;
}
.float-bob-x{
animation-name: float-bob-x;
animation-duration: 15s;
animation-iteration-count: infinite;
animation-timing-function: linear;
-webkit-animation-name: float-bob-x;
-webkit-animation-duration: 15s;
-webkit-animation-iteration-count: infinite;
-webkit-animation-timing-function: linear;
-moz-animation-name: float-bob-x;
-moz-animation-duration: 15s;
-moz-animation-iteration-count: infinite;
-moz-animation-timing-function: linear;
-ms-animation-name: float-bob-x;
-ms-animation-duration: 15s;
-ms-animation-iteration-count: infinite;
-ms-animation-timing-function: linear;
-o-animation-name: float-bob-x;
-o-animation-duration: 15s;
-o-animation-iteration-count: infinite;
-o-animation-timing-function: linear;
} .feature-section{
position: relative;
padding: 220px 0px 0px 0px;
}
#iamge_block_01 .image-box{
position: relative;
margin-top: 35px;
}
#iamge_block_01 .image-box .image{
position: relative;
display: inline-block;
border-radius: 60px;
box-shadow: 5px 15px 27px rgba(0, 0, 0, 0.2);
}
#content_block_01 .content-box{
position: relative;
display: block;
}
#content_block_01 .content-box .sec-title{
margin-bottom: 66px;
}
#content_block_01 .content-box .inner-box .single-item{
position: relative;
display: block;
overflow: hidden;
margin-bottom: 30px;
border-radius: 10px;
padding: 30px;
box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
}
#content_block_01 .content-box .inner-box .single-item .bg-layer {
position: absolute;
content: "";
top: 0;
left: -101%;
height: 100%;
width: 100%;
border-radius: 10px;
-webkit-transition: all 0.6s ease;
-o-transition: all 0.6s ease;
transition: all 0.6s ease;
background-size: 101% 101%;
}
#content_block_01 .content-box .inner-box .single-item .bg-layer:before{
position: absolute;
content: '';
background: rgba(69, 39, 164, 0.8);
width: 100%;
height: 100%;
left: 0px;
top: 0px;
border-radius: 10px;
}
#content_block_01 .content-box .inner-box .single-item:hover .bg-layer{
left: 0px;
}
#content_block_01 .content-box .inner-box .single-item .icon-box{
position: relative;
display: inline-block;
font-size: 65px;
line-height: 65px;
color: #4527a4;
margin-bottom: 34px;
transition: all 500ms ease;
}
#content_block_01 .content-box .inner-box .single-item:hover .icon-box{
color: #fff;
}
#content_block_01 .content-box .inner-box .single-item h5{
position: relative;
display: block;
font-size: 18px;
line-height: 28px;
color: #555555;
font-weight: 500;
margin-bottom: 19px;
transition: all 500ms ease;
}
#content_block_01 .content-box .inner-box .single-item h5 a{
position: relative;
display: inline-block;
color: #555555;
}
#content_block_01 .content-box .inner-box .single-item:hover h5,
#content_block_01 .content-box .inner-box .single-item:hover h5 a,
#content_block_01 .content-box .inner-box .single-item:hover .text{
color: #fff;
}
#content_block_01 .content-box .inner-box .single-item .text{
position: relative;
transition: all 500ms ease;
} .feature-style-two{
position: relative;
padding: 110px 0px 100px 0px;
}
.feature-block-one .inner-box{
position: relative;
display: block;
overflow: hidden;
background: #fff;
padding: 68px 30px 62px 30px;
box-shadow: 0 5px 20px 0px rgba(0, 0, 0, 0.1);
z-index: 1;
transition: all 500ms ease;
}
.feature-block-one:hover .inner-box:before {
opacity: 1;
transform: translate(0% , 0%);
transition: all 0.9s linear;
}
.feature-block-one .inner-box:before {
content: '';
width: 493px;
height: 493px;
background: #6046b1;
border-radius: 50%;
position: absolute;
top: -330px;
left: -60px;
z-index: -1;
transform: translate(-50% , -50%);
opacity: 0;
}
.feature-style-two .feature-block:nth-child(2){
padding-top: 80px;
}
.feature-style-two .feature-block-one .inner-box .icon-box{
position: relative;
display: inline-block;
font-size: 50px;
line-height: 50px;
color: #fe5681;
margin-bottom: 62px;
padding: 37px 64px 35px 53px;
z-index: 1;
}
.feature-style-two .feature-block:nth-child(2) .feature-block-one .inner-box .icon-box{
color: #4527a4;
}
.feature-style-two .feature-block:last-child .feature-block-one .inner-box .icon-box{
color: #48d019;
}
.feature-style-two .feature-block-one .inner-box .icon-box .bg-layer{
position: absolute;
width: 165px;
height: 146px;
left: 0px;
top: 0px;
background-repeat: no-repeat;
z-index: -1;
}
.feature-block-one .inner-box h5{
position: relative;
display: block;
font-size: 20px;
line-height: 28px;
color: #222;
font-weight: 500;
margin-bottom: 18px;
transition: all 500ms ease;
}
.feature-block-one .inner-box h5 a{
position: relative;
display: inline-block;
color: #222;
}
.feature-block-one .inner-box .text{
position: relative;
display: block;
transition: all 500ms ease;
}
.feature-block-one:hover .inner-box .text,
.feature-block-one:hover .inner-box h5,
.feature-block-one:hover .inner-box h5 a{
color: #fff;
}
.feature-block-one .inner-box .hover-content{
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: #4527a4;
z-index: -3;
opacity: 0;
transition: all 0.3s linear;
}
.feature-block-one .inner-box .hover-content:before {
content: '';
width: 493px;
height: 493px;
background: #573cad;
border-radius: 50%;
position: absolute;
top: -260px;
left: -60px;
z-index: 1;
transform: translate(-50% , -50%);
opacity: 0;
}
.feature-block-one .inner-box .hover-content:after {
content: '';
width: 602px;
height: 602px;
background: #4e32a9;
border-radius: 50%;
position: absolute;
top: -295px;
left: -110px;
z-index: -1;
transform: translate(-50% , -50%);
opacity: 0;
}
.feature-block-one:hover .hover-content {
opacity: 1;
}
.feature-block-one:hover .hover-content:before {
opacity: 1;
transform: translate(0% , 0%);
transition: all 0.9s linear;
}
.feature-block-one:hover .hover-content:after {
opacity: 1;
transform: translate(0% , 0%);
transition: all 1.3s linear;
} .feature-style-three{
position: relative;
background: #f9f9f9;
padding: 100px 0px 210px 0px;
}
.feature-style-three .inner-box .content-box{
position: relative;
display: block;
}
.feature-style-three .inner-box:first-child{
margin-bottom: 355px;
}
#content_block_02 .content-box{
margin-right: 100px;
padding-top: 137px;
padding-bottom: 54px;
}
#content_block_03 .content-box{
margin-left: 100px;
padding-top: 105px;
padding-bottom: 88px;
}
#content_block_02 .content-box .text,
#content_block_03 .content-box .text{
position: relative;
display: block;
margin-bottom: 63px;
}
#content_block_02 .content-box p,
#content_block_03 .content-box p{
display: block;
margin-bottom: 30px;
}
#content_block_02 .content-box p:last-child,
#content_block_03 .content-box p:last-child{
margin-bottom: 0px;
}
#content_block_02 .content-box .sec-title h2,
#content_block_03 .content-box .sec-title h2{
margin-bottom: 57px;
}
#content_block_02 .content-box .btn-box,
#content_block_03 .content-box .btn-box{
position: relative;
display: flex;
}
#iamge_block_02 .image-box{
position: relative;
display: block;
min-height: 638px;
z-index: 1;
}
#iamge_block_02 .image-box .bg-layer{
position: absolute;
width: 650px;
height: 860px;
left: -10px;
top: -75px;
background-repeat: no-repeat;
}
#iamge_block_02 .image-box .image-1{
position: absolute;
top: 0px;
right: 25px;
z-index: 1;
}
#iamge_block_02 .image-2{
position: absolute;
top: 200px;
left: 70px;
}
#iamge_block_02 .image,
#iamge_block_03 .image{
box-shadow: 0 5px 20px 0px rgba(0, 0, 0, 0.1);
}
#iamge_block_03 .image .image-box{
position: relative;
display: block;
min-height: 640px;
z-index: 1;
}
#iamge_block_03 .image-box .bg-layer{
position: absolute;
width: 680px;
height: 790px;
left: -75px;
top: -65px;
background-repeat: no-repeat;
}
#iamge_block_03 .image-box .image-1{
position: absolute;
top: 0px;
right: 45px;
z-index: 1;
}
#iamge_block_03 .image-box .image-2{
position: absolute;
top: 50px;
left: 0px;
} .video-section{
position: relative;
overflow: hidden; padding: 110px 0px;
}
.video-section .bg-column{
position: absolute;
left: 0px;
top: 0px;
width: 60%;
height: 100%;  background-size: cover;
background-repeat: no-repeat;
}
.video-section .bg-column:before{
position: absolute;
content: '';
width: 100%;
height: 100%;
left: 0px;
top: 0px;  }
.video-section .video-inner{
position: relative;
padding: 195px 0px;
margin-left: 140px;
}
.video-section .video-inner a {
position: relative;
display: inline-block;
width: 150px;
height: 150px;
line-height: 144px;
border: 6px solid #fff;
background: transparent;
font-size: 60px;
color: #fff;
text-align: center;
border-radius: 50%;
}
.ripple {
position: absolute;
left: -6px;
top: -6px;
height: 150px;
width: 150px;
border-radius: 50%;
-webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.64);
-ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.64);
-o-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.64);
box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.64);
-webkit-animation: ripple 5s infinite;
animation: ripple 5s infinite;
}
.ripple:before {
-webkit-animation-delay: .9s;
animation-delay: .9s;
content: "";
position: absolute;
left: 0;
top: 0;
-webkit-box-shadow: none;
box-shadow: none;
}
.ripple:after {
-webkit-animation-delay: .6s;
animation-delay: .6s;
content: "";
position: absolute;
left: 0;
top: 0;
-webkit-box-shadow: none;
box-shadow: none;
}
@-webkit-keyframes ripple {
70% {
-webkit-box-shadow: 0 0 0 50px rgba(255, 255, 255, .0);
box-shadow: 0 0 0 50px rgba(255, 255, 255, .0);
}
100% {
-webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, .0);
box-shadow: 0 0 0 0 rgba(255, 255, 255, .0);
}
}
@keyframes ripple {
70% {
-webkit-box-shadow: 0 0 0 50px rgba(255, 255, 255, .0);
box-shadow: 0 0 0 50px rgba(255, 255, 255, .0);
}
100% {
-webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, .0);
box-shadow: 0 0 0 0 rgba(255, 255, 255, .0);
}
}
#content_block_04 .content-box{
position: relative;
display: block;
background: #fff;
margin-left: 70px;
padding: 90px 30px 100px 100px;
border-top-left-radius: 50px;
border-bottom-left-radius: 50px;
}
#content_block_04 .content-box:before{
position: absolute;
content: '';
background: #fff;
width: 50000%;
height: 100%;
left: 0px;
top: 0px;
box-shadow: 0 0px 20px 0px rgba(0, 0, 0, 0.1);  }
#content_block_04 .content-box .text{
position: relative;
margin-bottom: 40px;
}
#content_block_04 .content-box .sec-title h2{ } .pricing-section{
position: relative;
padding: 110px 0px 100px 0px;
}
.tabs-box .tab{
position:relative;
display:none;
transition: all 900ms ease;
-moz-transition: all 900ms ease;
-webkit-transition: all 900ms ease;
-ms-transition: all 900ms ease;
-o-transition: all 900ms ease;
}
.tabs-box .tab.active-tab{
display:block;  
}
.tabs-box .tab{
transform:scale(0.9,0.9) translateY(0px);
}
.tabs-box .tab.active-tab{
transform:scale(1) translateY(0px);
}
.pricing-section .tab-btn-box .tab-btns {
position: relative;
display: block;
}
.pricing-section .tab-btn-box .tab-btns:before {
position: absolute;
left: 0;
right: 0;
margin: 0 auto;
height: 40px;
width: 90px;
content: "";
border-radius: 30px;
border: 1px solid #4527a4;
}
.pricing-section .tab-btn-box .tab-btns li{
position: relative;
display: inline-block;
padding-right: 70px;
min-width: 120px;
text-align: right;
font-size: 16px;
line-height: 40px;
font-weight: 500;
color: #4527a4;
cursor: pointer;
transition: all 500ms ease;
}
.pricing-section .tab-btn-box .tab-btns li:last-child{
padding-right: 0;
padding-left: 57px;
text-align: left;
}
.pricing-section .tab-btn-box .tab-btns li.active-btn:before {
right: 15px;
}
.pricing-section .tab-btn-box .tab-btns li:before {
position: absolute;
top: 5px;
height: 30px;
width: 30px;
background-color: #4527a4;
border-radius: 30px;
content: "";
right: -37px;
-webkit-box-shadow: 0 4px 20px rgba(44,44,56,.30);
box-shadow: 0 4px 20px rgba(44,44,56,.30);
-webkit-transition: all 300ms ease;
-o-transition: all 300ms ease;
transition: all 300ms ease;
}
.pricing-section .tab-btn-box .tab-btns li:last-child:before{
display: none;
}
.pricing-section .tabs-content{
position: relative;
margin-bottom: 120px;
}
.pricing-block-one .pricing-table{
position: relative;
display: block;
border: 1px solid #d7d7d7;
transition: all 500ms ease;
}
.pricing-block-one:hover .pricing-table{
border-color: #4527a4;
}
.pricing-block-one .pricing-table .table-header .title{
position: relative;
font-size: 24px;
line-height: 32px;
font-weight: 500;
color: #777777;
text-transform: uppercase;
padding: 34.5px 15px;
}
.pricing-block-one .pricing-table .table-header .price{
position: relative;
display: block;
font-size: 48px;
line-height: 55px;
font-weight: 700;
color: #4527a4;
background: #f1edff;
padding: 22px 15px 6px 15px;
transition: all 500ms ease;
}
.pricing-block-one:hover .pricing-table .table-header .price{
background: #4527a4;
color: #fff !important;
}
.pricing-block-one .pricing-table .table-header .price:before{
position: absolute;
content: "$";
font-size: 24px;
line-height: 30px;
font-weight: 500;
color: #222;
left: 75px;
top: 18px;
transition: all 500ms ease;
}
.pricing-block-one:hover .pricing-table .table-header .price span,
.pricing-block-one:hover .pricing-table .table-header .price:before{
color: #fff;
}
.pricing-block-one .pricing-table .table-header .price span{
font-size: 18px;
font-weight: 500;
color: #777777;
transition: all 500ms ease;
}
.pricing-section .pricing-column{
padding: 0px 40px;
}
.pricing-section .tabs-box{
margin: 0px -40px;
}
.pricing-block-one .pricing-table .table-content{
position: relative;
padding: 37px 15px 20px 100px;
text-align: left;
min-height: 231px;
}
.pricing-block-one .pricing-table .table-content li{
position: relative;
display: block;
font-size: 16px;
margin-bottom: 18px;
padding: 0px 0px 0px 35px;
}
.pricing-block-one .pricing-table .table-content li:before{
position: absolute;
content: "\f00c";
font-family: 'Font Awesome 5 Free';
font-size: 16px;
font-weight: 700;
color: #4527a4;
left: 0px;
top: 0px;
}
.pricing-block-one .pricing-table .table-content li:last-child{
margin-bottom: 0px;
}
.pricing-block-one .pricing-table .table-footer{
position: relative;
padding: 21px 15px 70px 110px;
text-align: left;
}
.pricing-block-one .pricing-table .table-footer .theme-btn-two{
padding: 10px 40px;
}
.pricing-section .sec-title{
margin-bottom: 50px;
}
.pricing-section .tabs-content .tab .pricing-column .pricing-block-one .pricing-table .image{
position: absolute;
width: 165px;
height: 175px;
left: -50px;
bottom: -50px;
background-repeat: no-repeat;
-webkit-animation: zoom-fade 5s infinite linear;
animation: zoom-fade 5s infinite linear;
}
.pricing-section .tabs-content .tab .pricing-column:nth-child(2) .pricing-block-one .pricing-table .image{
width: 140px;
-webkit-animation: zoom-fade 3s infinite linear;
animation: zoom-fade 3s infinite linear;
}
.pricing-section .tabs-content .tab .pricing-column:last-child .pricing-block-one .pricing-table .image{
-webkit-animation: zoom-fade 4s infinite linear;
animation: zoom-fade 4s infinite linear;
} .testimonial-section{
position: relative;
padding: 130px 0px 117px 0px;
}
.testimonial-section .testimonial-block-one{
position: relative;
}
.testimonial-section .testimonial-block .inner-box{
position: relative;
background-color: #ffffff;
padding: 0px 50px 50px 50px;
text-align: center;
z-index: 9;
margin: 90px 0px 100px 0px;
}
.testimonial-section .testimonial-block .inner-box:before{
position: absolute;
content: '';
background-color: rgba(255, 255, 255, 0.5);
width: calc(100% - 80px);
left: 40px;
top: -25px;
height: 100%;
}
.testimonial-section .testimonial-block-one:after,
.testimonial-section .testimonial-block-one:before{
position: absolute;
left: 30px;
right: 30px;
height: 100%;
bottom: -30px;
margin: 0 auto;
background-color: rgba(255, 255, 255, 0.5);
content: "";
z-index: 1;
-webkit-transition: all 1000ms ease;
-moz-transition: all 1000ms ease;
-ms-transition: all 1000ms ease;
-o-transition: all 1000ms ease;
transition: all 1000ms ease;
-webkit-transform: scale(.5);
-moz-transform: scale(.5);
-ms-transform: scale(.5);
-o-transform: scale(.5);
transform: scale(.5);
}
.testimonial-section .testimonial-block-one:before{
left: 60px;
right: 60px;
bottom: -60px;
background-color: rgba(255, 255, 255, 0.3);
z-index: -1;
}
.testimonial-section .testimonial-carousel .active .testimonial-block-one:before,
.testimonial-section .testimonial-carousel .active .testimonial-block-one:after{
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
}
.testimonial-section .testimonial-carousel .active .testimonial-block-one:before{
-webkit-transition-delay: 300ms;
-moz-transition-delay: 300ms;
-ms-transition-delay: 300ms;
-o-transition-delay: 300ms;
transition-delay: 300ms;
}
.testimonial-section .testimonial-block .inner-box .image-box{
position: relative;
display: inline-block;
width: 125px;
height: 125px;
border-radius: 50%;
border: 2px solid #fff;
margin-bottom: 33px;
margin-top: -88px;
box-shadow: 0 10px 30px 0px rgba(0, 0, 0, 0.1);
}
.testimonial-section .testimonial-block .inner-box .image-box img{
position: relative;
width: 100%;
border-radius: 50%;
}
.testimonial-section .testimonial-block .inner-box .text{
position: relative;
display: block;
font-size: 16px;
margin-bottom: 32px;
}
.testimonial-section .testimonial-block .inner-box .author-info h5{
position: relative;
font-size: 18px;
font-weight: 500;
color: #4527a4;
text-transform: uppercase;
margin-bottom: 10px;
padding-top: 33px;
}
.testimonial-section .testimonial-block .inner-box .author-info h5:before{
position: absolute;
content: '';
background: #cccccc;
width: 30px;
height: 3px;
left: 50%;
top: 0px;
transform: translateX(-50%);
}
.testimonial-section .testimonial-block .inner-box .author-info .designation{
position: relative;
display: block;
font-size: 18px;
color: #aaaaaa;
}
.testimonial-section .owl-theme .owl-dots .owl-dot span {
background: #959595;
display: block;
margin: 0px 5px 0px 5px;
width: 10px;
height: 10px;
cursor: pointer;
transition: all 500ms ease;
}
.testimonial-section .owl-theme .owl-dots .owl-dot.active span{
width: 40px;
height: 4px;
}
.testimonial-section .owl-nav{
display: none;
}
.testimonial-section .sec-title{
margin-bottom: 62px;
}
.testimonial-section .image-layer{
position: absolute;
left: 0px;
top: -100px;
width: 100%;
height: 1145px;
background-repeat: no-repeat;
background-position: top center;
background-size: cover;
} .download-section{
position: relative;
overflow: hidden;
background: #4527a4;
}
.download-section .bg-layer{
position: absolute;
width: 1280px;
height: 345px;
left: 0px;
bottom: 0px;
background-repeat: no-repeat;
}
#content_block_05 .content-box{
position: relative;
display: block;
padding: 165px 0px 175px 0px;
}
#content_block_05 .content-box .sec-title h2{
color: #fff;
margin-bottom: 53px;
}
#content_block_05 .content-box .sec-title h2:after{
background: #fff;
}
#content_block_05 .content-box .text{
position: relative;
color: #fff;
font-size: 18px;
line-height: 42px;
margin-bottom: 47px;
}
#content_block_05 .content-box .download-btn a{
position: relative;
display: inline-block;
font-size: 20px;
line-height: 21px;
font-weight: 500;
color: #fff;
background: transparent;
border: 2px solid #fff;
border-radius: 10px;
padding: 12px 21px 12px 80px;
}
#content_block_05 .content-box .download-btn a:hover{
background: #fff;
color: #4527a4;
box-shadow: 0 5px 25px rgba(0, 0, 0, 0.5);
}
#content_block_05 .content-box .download-btn a span{
position: relative;
display: block;
font-size: 12px;
}
#content_block_05 .content-box .download-btn a i{
position: absolute;
left: 30px;
top: 14px;
font-size: 36px;
color: #fff;
transition: all 500ms ease;
}
#content_block_05 .content-box .download-btn a:hover i{
color: #222;
}
#content_block_05 .content-box .download-btn .app-store-btn{
margin-right: 37px;
}
#iamge_block_04 .image-box{
position: relative;
min-height: 595px;
margin: 120px -55px 0px 30px;
}
#iamge_block_04 .image-box .image-1{
position: absolute;
left: 0px;
bottom: 0px;
box-shadow: 0px -10px 30px rgba(0, 0, 0, 0.2);
border-top-right-radius: 50px;
border-top-left-radius: 50px;
z-index: 1;
}
#iamge_block_04 .image-box .image-2{
position: absolute;
right: 0px;
bottom: 0px;
} .news-section{
position: relative;
padding: 110px 0px 80px 0px;
}
.news-section .sec-title{
margin-bottom: 65px;
}
.news-block-one .inner-box{
position: relative;
}
.news-block-one .inner-box .image-box{
position: relative;
background: #4527a4;
overflow: hidden;
}
.news-block-one .inner-box .image-box img{
width: 100%;
transition: all 500ms ease;
}
.news-block-one:hover .inner-box .image-box img{
transform: scale(1.1);
opacity: 0.2;
}
.news-block-one .inner-box .lower-content{
position: relative;
padding: 27px 0px;
}
.news-block-one .inner-box .lower-content .post-date{
position: relative;
display: block;
font-size: 16px;
color: #777;
margin-bottom: 16px;
}
.news-block-one .inner-box .lower-content .post-date i{
margin-right: 8px;
}
.news-block-one .inner-box .lower-content h3{
position: relative;
display: block;
font-size: 24px;
line-height: 36px;
font-weight: 500;
color: #222;
margin-bottom: 27px;
}
.news-block-one .inner-box .lower-content h3 a{
color: #222;
}
.news-block-one .inner-box .lower-content h3 a:hover{
color: #4527a4;
}
.news-block-one .inner-box .lower-content .link-btn a{
position: relative;
display: inline-block;
font-size: 18px;
font-weight: 700;
line-height: 18px;
color: #4527a4;
border-bottom: 2px solid #4527a4;
}
.news-block-one .inner-box .lower-content .link-btn a:hover{
color: #222;
} .subscribe-section{
position: relative;
padding-bottom: 60px;
}
#content_block_06 .content-box .sec-title h2{
margin-bottom: 54px;
}
#content_block_06 .content-box .text{
position: relative;
font-size: 16px;
margin-bottom: 44px;
}
#content_block_06 .content-box .subscribe-form .form-group{
position: relative;
margin: 0px;
}
#content_block_06 .content-box .subscribe-form .form-group input[type='email']{
position: relative;
width: 100%;
height: 60px;
border: 2px solid #dddddd;
border-radius: 30px;
font-size: 16px;
margin-bottom: 30px;
padding: 10px 40px;
}
#content_block_06 .content-box .subscribe-form .form-group input:focus{
border-color: #4527a4;
}
#content_block_06 .content-box .subscribe-form .form-group button{
padding: 15px 44px;
}
#content_block_06 .content-box{
position: relative;
padding-top: 68px;
} .main-footer{
position: relative;
padding-top: 0px;
}
.main-footer .image-layer {
position: absolute;
left: 0px;
top: 0px;
width: 100%;
height: 100%;
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}
.main-footer .footer-top{
position: relative;
padding: 105px 0px 40px 0px;
border-bottom: 1px solid #dddddd!important;
}
.main-footer .footer-top .footer-logo {
margin-bottom: 32px !important;
}
.main-footer .footer-top .about-widget{
position: relative;
}
.main-footer .footer-top .about-widget .text{
position: relative;
font-size: 16px;
line-height: 36px;
margin-bottom: 27px;
}
.main-footer .footer-top .about-widget .social-links h6{
position: relative;
font-size: 14px;
font-weight: 700;
color: #4527a4;
}
.main-footer .footer-top .about-widget .social-links li{
position: relative;
display: inline-block;
margin-right: 15px; }
.main-footer .footer-top .about-widget .social-links li:last-child{
margin-right: 0px;
}
.main-footer .footer-top .about-widget .social-links li:first-child{
margin-right: 30px;
}
.main-footer .footer-top .about-widget .social-links li a{
font-size: 16px;
color: #777;    }
.main-footer .footer-top .about-widget .social-links li a:hover{
color: #4527a4;
}
.main-footer .footer-top .widget-title{
position: relative;
display: block;
font-size: 20px;
line-height: 30px;
font-weight: 500;
color: #222;
padding-bottom: 9px;
margin-bottom: 39px;
}
.main-footer .footer-top .widget-title:before{
position: absolute;
content: '';
background: #4527a4;
width: 45px;
height: 2px;
left: 0px;
bottom: 0px;
-webkit-mask-image: linear-gradient(-75deg, rgba(244,55,55,0.6) 50%, #f43737 50%, rgba(0,0,0,1) 70%);
-webkit-mask-size: 200%;
animation: shine 2s infinite;
}
.main-footer .footer-top .widget-title:after{
position: absolute;
content: '';
background: #f2f0f9;
width: 3px;
height: 2px;
left: 36px;
bottom: 0px;
}
.main-footer .footer-top .links-widget .list li{
position: relative;
display: block;
margin-bottom: 11px;
padding-left: 18px;
}
.main-footer .footer-top .links-widget .list li:last-child{
margin-bottom: 0px;
}
.main-footer .footer-top .links-widget .list li a{
display: inline-block;
font-size: 16px;
color: #777;
}
.main-footer .footer-top .links-widget .list li a:before{
position: absolute;
content: "\f105";
font-family: 'Font Awesome 5 Free';
font-size: 16px;
color: #777;
font-weight: 700;
left: 0px;
top: 0px;
transition: all 500ms ease;
}
.main-footer .footer-top .links-widget .list li a:hover,
.main-footer .footer-top .links-widget .list li a:hover:before,
.main-footer .footer-top .contact-widget .list li a:hover{
color: #4527a4;
}
.main-footer .footer-top .contact-widget .list li{
position: relative;
display: block;
font-size: 16px;
line-height: 42px;
color: #777;
padding-left: 35px;
}
.main-footer .footer-top .contact-widget .list li:first-child{
margin-bottom: 42px;
}
.main-footer .footer-top .contact-widget .list li a{
color: #777;
}
.main-footer .footer-top .contact-widget .list li i{
position: absolute;
left: 0px;
top: 13px;
color: #4527a4;
}
.main-footer .footer-top .contact-widget .widget-title{
margin-bottom: 33px;
}
.main-footer .footer-bottom{
position: relative;
padding: 14px 0px;
text-align: center;
}
.main-footer .footer-bottom .copyright{
font-size: 16px;
color: #4527a4;
}
.main-footer .footer-bottom .copyright a{
color: #4527a4;
}
.main-footer .footer-bottom .copyright a:hover{
text-decoration: underline;
} .main-header .nav-box{
position:absolute;
left: 33px;
top: 10px;
width:20px;
color:#ffffff;
font-size:28px;
padding:24px 0px 23px;
-webkit-transition:all 600ms ease;
-moz-transition:all 600ms ease;
-ms-transition:all 600ms ease;
-o-transition:all 600ms ease;
transition:all 600ms ease;
}
.main-header .nav-box:before{
position: absolute;
content: '';
background: #4527a4;
width: 260px;
height: 260px;
left: -160px;
top: -135px;
box-shadow: 0 0 0px 45px rgba(104, 157, 235, 0.4);
border-radius: 50%;
}
.main-header .nav-box .nav-btn{
position:relative;
cursor: pointer;
}
.main-header .nav-btn .icon{
position:relative;
height:3px;
width:20px;
float:right;
display:inline-block;
margin-bottom:7px;
background-color:#fff;
-webkit-transition:all 300ms ease;
-moz-transition:all 300ms ease;
-ms-transition:all 300ms ease;
-o-transition:all 300ms ease;
transition:all 300ms ease;
}
.xs-sidebar-group .xs-overlay{
left:0%;
top:0;
position:fixed;
height:100%;
opacity:0;
width:100%;
visibility:hidden;
-webkit-transition:all .4s ease-in .8s;
-o-transition:all .4s ease-in .8s;
transition:all .4s ease-in .8s;
cursor:url(//ecpay.online/wp-content/themes/appway/assets/css/assets/images/icons/cross-out.png),
pointer; 
z-index: 999999;
}
.xs-sidebar-group.isActive .xs-overlay{
opacity:.9;
visibility:visible;
-webkit-transition:all .8s ease-out 0s;
-o-transition:all .8s ease-out 0s;
transition:all .8s ease-out 0s;
right:100%;
}
.xs-sidebar-group .widget-heading{
position:absolute;
top:0;
right:0;
padding:25px;
}
.xs-sidebar-widget{
position:fixed;
left:-100%;
top:0;
bottom:0;
width:100%;
max-width:360px;
z-index:999999;
overflow:hidden;
overflow-y:auto;
-webkit-overflow-scrolling:touch;
background-color:#ffffff;
-webkit-transition:all 0.5s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;
-o-transition:all 0.5s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;
transition:all 0.5s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;
visibility:hidden;
opacity:0;
}
.xs-sidebar-group.isActive .xs-sidebar-widget{
opacity:1;
visibility:visible;
left:0;
-webkit-transition:all 0.7s cubic-bezier(0.9, 0.03, 0, 0.96) 0.4s;
-o-transition:all 0.7s cubic-bezier(0.9, 0.03, 0, 0.96) 0.4s;
transition:all 0.7s cubic-bezier(0.9, 0.03, 0, 0.96) 0.4s;
}
.sidebar-textwidget{
padding:40px;
}
.close-side-widget{
color:#1768dd;
display:block;
}
.sidebar-widget-container{
position:relative;
top:150px;
opacity:0;
visibility:hidden;
-webkit-transition:all .3s ease-in .3s;
-o-transition:all .3s ease-in .3s;
transition:all .3s ease-in .3s;
-webkit-backface-visibility:hidden;
backface-visibility:hidden;
}
.xs-sidebar-group.isActive .sidebar-widget-container{
top:0px;
opacity:1;
visibility:visible;
-webkit-transition:all 1s ease-out 1.2s;
-o-transition:all 1s ease-out 1.2s;
transition:all 1s ease-out 1.2s;
-webkit-backface-visibility:hidden;
backface-visibility:hidden;
}
.xs-overlay{
position:absolute;
top:0;
left:0;
height:100%;
width:100%;
opacity:.5;
z-index:0;
}
.xs-bg-black{
background-color:#000000;
}
.xs-menu-tools>li{
display:inline-block;
margin-right:15px;
}
.xs-menu-tools>li:last-child{
margin-right:0;
}
.xs-menu-tools>li>a{
color:#000000;
text-decoration:none;
}
.sidebar-info-contents{
position:relative;
}
.close-side-widget{
position:relative;
color:#4527a4;
font-size:24px;
-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;
}
.close-side-widget:hover{
color:#222;
}
.sidebar-info-contents .content-inner{
position:relative;
}
.sidebar-info-contents .content-inner .logo {
padding:0px 0px 40px;
}
.sidebar-info-contents .content-inner .logo img{
display:inline-block;
max-width:100%; 
}
.sidebar-info-contents .content-inner .content-box{
position:relative;
}
.sidebar-info-contents .content-inner .content-box h4{
position:relative;
font-size:20px;
color:#222;
font-weight:700;
margin-bottom:20px;
}
.sidebar-info-contents .content-inner .content-box .text{
position:relative;
font-size:15px;
color: #777;
margin-bottom:25px;
}
.sidebar-info-contents .content-inner .content-box .theme-btn-two{
padding: 10px 50px;
}
.sidebar-info-contents .content-inner .contact-info{
position:relative;
margin-top:60px;
}
.sidebar-info-contents .content-inner .contact-info ul li{
position:relative;
display: block;
font-size:15px;
color: #777;
margin-bottom:3px;
}
.sidebar-info-contents .content-inner .contact-info ul li a{
color: #777;
}
.sidebar-info-contents .content-inner .contact-info ul li a:hover{
color: #4527a4;
}
.sidebar-info-contents .content-inner .contact-info h4{
position:relative;
font-size:20px;
color:#222;
font-weight:700;
margin-bottom:20px;
}
.sidebar-info-contents .content-inner .social-box{
position:relative;
margin-top:20px;
margin-bottom:30px;
}
.sidebar-info-contents .content-inner .social-box li{
position:relative;
display:inline-block;
margin-right:6px;
transition: all 900ms ease;
-moz-transition: all 900ms ease;
-webkit-transition: all 900ms ease;
-ms-transition: all 900ms ease;
-o-transition: all 900ms ease;
}
.sidebar-info-contents .content-inner .social-box li a{
position:relative;
width:36px;
height:36px;
color:#222222;
z-index:1;
font-size:13px;
line-height:36px;
text-align:center;
border-radius:50%;
display:inline-block;
background: transparent;
border: 1px solid #ededed;
-webkit-transition:all 300ms ease;
-moz-transition:all 300ms ease;
-ms-transition:all 300ms ease;
-o-transition:all 300ms ease;
transition:all 300ms ease;
}
.sidebar-info-contents .content-inner .social-box li a:hover{
background: #4527a4;
border-color: #4527a4;
color: #fff;
} .banner-style-two{
position: relative;
padding: 320px 0px 120px 0px;
}
.banner-style-two .content-box h3{
position: relative;
display: block;
font-size: 24px;
font-weight: 500;
line-height: 32px;
color: #4527a4;
margin-bottom: 37px;
}
.banner-style-two .content-box h1{
position: relative;
display: block;
font-size: 42px;
line-height: 73px;
font-weight: 500;
color: #222;
margin-bottom: 31px;
}
.banner-style-two .content-box .text{
position: relative;
display: block;
font-size: 18px;
line-height: 36px;
color: #777;
margin-bottom: 54px;
}
.banner-style-two .content-box .theme-btn-two{
padding: 15px 50px;
}
.banner-style-two .content-box{
position: relative;
margin-right: 50px;
}
.banner-style-two .image-layer{
position: absolute;
top: 0px;
right: 0px;
width: 100%;
height: 1020px;
background-repeat: no-repeat;
background-position: center;
animation-name: slideInRight;
animation-duration: 2s;
animation-iteration-count: 1;
animation-timing-function: linear;
-webkit-animation-name: slideInRight;
-webkit-animation-duration: 2s;
-webkit-animation-iteration-count: 1;
-webkit-animation-timing-function: linear;
-moz-animation-name: slideInRight;
-moz-animation-duration: 2s;
-moz-animation-iteration-count: 1;
-moz-animation-timing-function: linear;
-ms-animation-name: slideInRight;
-ms-animation-duration: 2s;
-ms-animation-iteration-count: 1;
-ms-animation-timing-function: linear;
}
.banner-style-two .image-box{
position: relative;
min-width: 690px;
min-height: 835px;
margin-top: -240px;
margin-left: 50px;
}
.banner-style-two .image-box .bg-layer{
position: absolute;
width: 550px;
height: 550px;
left: 0px;
bottom: 0px;
background-repeat: no-repeat;
border-radius: 50%;
z-index: -1;
-webkit-animation: zoom-fade 5s infinite linear;
animation: zoom-fade 5s infinite linear;
}
.banner-style-two .image-box .image{
position: absolute;
}
.banner-style-two .image-box .image-1{
left: 0px;
top: 90px;
}
.banner-style-two .image-box .image-2{
left: 100px;
bottom: 130px;
}
.banner-style-two .image-box .image-3{
right: 0px;
top: 0px;
}
.banner-style-two .image-box .image-4{
right: 20px;
bottom: 110px;
}
.banner-style-two .image-box .image-5{
right: 20px;
top: 340px;
-webkit-animation: zoom-fade 3s infinite linear;
animation: zoom-fade 3s infinite linear;
}
.banner-style-two .image-box img{
max-width: none;
float: left;
}
.anim-icons {
position: absolute;
left: 0;
top: 0;
right: 0;
height: 100%;
width: 100%;
max-width: 1920px;
margin: 0 auto;
}
.anim-icons .icon {
position: absolute;
background-position: center;
background-repeat: no-repeat;
}
.banner-style-two .anim-icons .icon-1 {
background: #4527a4;
width: 60px;
height: 60px;
left: 30px;
bottom: 50%;
border-radius: 50%;
-webkit-animation: zoom-fade 5s infinite linear;
animation: zoom-fade 5s infinite linear;
}
.banner-style-two .anim-icons .icon-2 {
background: #95baf1;
width: 32px;
height: 32px;
left: 60px;
bottom: 30%;
border-radius: 50%;
-webkit-animation: zoom-fade 2s infinite linear;
animation: zoom-fade 2s infinite linear;
}
.banner-style-two .anim-icons .icon-3 {
background: #a293d1;
width: 85px;
height: 85px;
left: -42px;
bottom: 10%;
border-radius: 50%;
-webkit-animation: zoom-fade 3s infinite linear;
animation: zoom-fade 3s infinite linear;
} .service-section{
position: relative;
padding-bottom: 50px;
}
.service-section .sec-title{
position: relative;
max-width: 820px;
width: 100%;
margin: 0 auto;
}
.service-section .sec-title h2{
font-weight: 400;
line-height: 60px;
padding-bottom: 67px;
margin-bottom: 61px;
}
.service-section .sec-title .icon-box{
position: relative;
text-align: center;
font-size: 70px;
line-height: 70px;
color: #4527a4;
margin-bottom: 35px;
}
.service-block-one .inner-box{
position: relative;
background: #00d2ff;
padding: 44px 20px 48px 30px;
border-radius: 10px;
overflow: hidden;
transition: all 500ms ease;
}
.service-block-one:hover .inner-box{
background: #4527a4;
}
.service-block-one .inner-box .bg-layer{
position: absolute;
width: 100%;
height: 100%;
left: 0px;
top: 0px;
background-repeat: no-repeat;
background-size: cover;
}
.service-block-one .inner-box .icon-box{
position: absolute;
display: inline-block;
font-size: 60px;
line-height: 60px;
color: #fff;
top: 35px;
right: 35px;
}
.service-block-one .inner-box h3{
position: relative;
display: block;
font-size: 24px;
line-height: 32px;
color: #fff;
font-weight: 500;
padding-bottom: 28px;
margin-bottom: 28px;
}
.service-block-one .inner-box h3:before{
position: absolute;
content: '';
background: #fff;
width: 35px;
height: 2px;
left: 0px;
bottom: 0px;
}
.service-block-one .inner-box h3 a{
color: #fff;
}
.service-block-one .inner-box .text{
position: relative;
font-size: 16px;
color: #fff;
} .feature-style-four{
position: relative;
padding: 100px 0px 140px 0px;
}
#content_block_07 .content-box h3,
#content_block_08 .content-box h3,
#content_block_09 .content-box h3,
#content_block_10 .content-box h3{
position: relative;
display: block;
font-size: 24px;
line-height: 32px;
color: #4527a4;
font-weight: 500;
margin-bottom: 32px;
}
#content_block_07 .content-box .text,
#content_block_08 .content-box .text,
#content_block_09 .content-box .text,
#content_block_10 .content-box .text{
position: relative;
font-size: 16px;
margin-bottom: 53px;
}
#content_block_07 .content-box .sec-title h2,
#content_block_08 .content-box .sec-title h2,
#content_block_09 .content-box .sec-title h2,
#content_block_10 .content-box .sec-title h2{
margin-bottom: 41px;
}
.feature-style-four .inner-box .image-box img{
width: 100%;
}
#image_block_06 .image-box,
#image_block_07 .image-box,
#image_block_08 .image-box,
#image_block_09 .image-box,
#image_block_10 .image-box{
position: relative;
}
#image_block_06 .image-box .image,
#image_block_07 .image-box .image,
#image_block_08 .image-box .image,
#image_block_09 .image-box .image,
#image_block_10 .image-box .image{
position: relative;
overflow: hidden;
background: #4527a4;
}
#image_block_06 .image-box .image img,
#image_block_07 .image-box .image img,
#image_block_08 .image-box .image img,
#image_block_09 .image-box .image img,
#image_block_10 .image-box .image img{
width: 100%;
transition: all 500ms ease;
}
#image_block_06 .image-box .image:hover img,
#image_block_07 .image-box .image:hover img,
#image_block_08 .image-box .image:hover img,
#image_block_09 .image-box .image:hover img,
#image_block_10 .image-box .image:hover img{
opacity: 0.5;
transform: scale(1.05);
}
#content_block_07 .content-box{
padding-top: 70px;
margin-right: 30px;
}
#image_block_06 .image-box .bg-layer{
position: absolute;
width: 815px;
height: 755px;
left: 0px;
top: -40px;
background-repeat: no-repeat;
-webkit-animation: zoom-fade 15s infinite linear;
animation: zoom-fade 15s infinite linear;
}
.feature-style-four .inner-box{
position: relative;
}
.feature-style-four .inner-box:first-child{
margin-bottom: 195px;
}
.feature-style-four .inner-box:nth-child(2){
margin-bottom: 120px;
}
#content_block_08 .content-box{
margin-left: 70px;
}
#image_block_07 .image-box .bg-layer{
position: absolute;
width: 785px;
height: 810px;
right: 70px;
top: -60px;
background-repeat: no-repeat;
-webkit-animation: zoom-fade 15s infinite linear;
animation: zoom-fade 15s infinite linear;
}
#image_block_07 .image-box .image{
border-radius: 5px;
box-shadow: 0 10px 20px 0px rgba(0, 0, 0, 0.1);
}
#image_block_07 .image-box img{
max-width: none;
float: right;
width: auto;
border-radius: 5px;
}
#content_block_07 .content-box,
#content_block_08 .content-box,
#content_block_09 .content-box,
#content_block_10 .content-box{
position: relative;
}
#content_block_08 .content-box .image{
position: relative;
padding-top: 70px;
}
#image_block_08 .image-box,
#image_block_09 .image-box{
position: relative;
padding: 0px 100px;
}
#image_block_08 .image-box .image{
border-radius: 5px;
box-shadow: 0 10px 20px 0px rgba(0, 0, 0, 0.1);
}
#image_block_08 .image-box .image img{
border-radius: 5px;
width: 100%;
}
#image_block_08 .image-box:before,
#image_block_09 .image-box:before{
position: absolute;
content: '';
background: #f9fafa;
width: 100%;
height: 595px;
left: 0px;
top: 245px;
}
#image_block_08 .image-box .image-content,
#image_block_09 .image-box .image-content{
position: relative;
padding-top: 45px;
padding-bottom: 58px;
}
#content_block_07 .content-box .btn-box,
#content_block_08 .content-box .btn-box,
#content_block_09 .content-box .btn-box,
#content_block_10 .content-box .btn-box {
position: relative;
display: flex;
}
#image_block_08 .image-box .image-content h3,
#image_block_09 .image-box .image-content h3{
position: relative;
display: block;
font-size: 24px;
line-height: 32px;
font-weight: 700;
color: #4527a4;
margin-bottom: 10px;
}
#image_block_08 .image-box .image-content h3 a,
#image_block_09 .image-box .image-content h3 a{
color: #4527a4;
}
#image_block_08 .image-box .image-content h3 a:hover,
#image_block_09 .image-box .image-content h3 a:hover{
color: #222;
}
#image_block_08 .image-box .image-content .text,
#image_block_09 .image-box .image-content .text{
position: relative;
font-size: 16px;
}
.feature-style-four .inner-box:nth-child(3) .content-box{
margin-bottom: 150px;
}
#image_block_09 .lower-image{
position: relative;
text-align: center;
padding-top: 100px;
}
.feature-style-four .inner-box:nth-child(3){
margin-bottom: 120px;
}
#image_block_10 .image-box .image{
position: relative;
margin-left: -150px;
box-shadow: 0 10px 20px 0px rgba(0, 0, 0, 0.1);
border-top-right-radius: 5px;
border-top-left-radius: 5px;
}
#image_block_10 .image-box .image img{
float: right;
max-width: none;
width: auto;
border-top-right-radius: 5px;
border-top-left-radius: 5px;
}
.feature-style-four .inner-box:last-child .content-box{
margin-left: 100px;
}
#content_block_10 .content-box .image{
position: absolute;
right: 0px;
bottom: -140px;
} .management-section{
position: relative;
background: #4527a4;
padding: 110px 0px 73px 0px;
z-index: 1;
}
.management-section .pattern-bg .pattern-1{
position: absolute;
width: 460px;
height: 850px;
left: 0px;
bottom: 0px;
background-repeat: no-repeat;
animation-name: slideInLeft;
animation-duration: 2s;
animation-iteration-count: 1;
animation-timing-function: linear;
-webkit-animation-name: slideInLeft;
-webkit-animation-duration: 2s;
-webkit-animation-iteration-count: 1;
-webkit-animation-timing-function: linear;
-moz-animation-name: slideInLeft;
-moz-animation-duration: 2s;
-moz-animation-iteration-count: 1;
-moz-animation-timing-function: linear;
-ms-animation-name: slideInLeft;
-ms-animation-duration: 2s;
-ms-animation-iteration-count: 1;
-ms-animation-timing-function: linear;
}
.management-section .pattern-bg .pattern-2{
position: absolute;
width: 570px;
height: 460px;
right: 0px;
top: 0px;
background-repeat: no-repeat;
animation-name: slideInRight;
animation-duration: 2s;
animation-iteration-count: 1;
animation-timing-function: linear;
-webkit-animation-name: slideInRight;
-webkit-animation-duration: 2s;
-webkit-animation-iteration-count: 1;
-webkit-animation-timing-function: linear;
-moz-animation-name: slideInRight;
-moz-animation-duration: 2s;
-moz-animation-iteration-count: 1;
-moz-animation-timing-function: linear;
-ms-animation-name: slideInRight;
-ms-animation-duration: 2s;
-ms-animation-iteration-count: 1;
-ms-animation-timing-function: linear;
}
.management-section .sec-title h2{
color: #fff;
margin-bottom: 52px;
}
.management-section .sec-title.center h2:after{
background: #689deb;
}
.management-section .tabs-content .image-box{
position: relative;
background: #4527a4;
overflow: hidden;
min-height: 602px;
max-width: 970px;
width: 100%;
margin: 0 auto;
margin-bottom: 55px;
box-shadow: 0 10px 20px 0px rgba(0, 0, 0, 0.5);
}
.management-section .tabs-content .image-box img{
width: 100%;
transition: all 500ms ease;
}
.management-section .tabs-content .image-box:hover img{
opacity: 0.5;
transform: scale(1.05);
}
.management-section .tab-btn-box{
position: relative;
margin-bottom: 60px;
}
.management-section .tab-btn-box li{
position: relative;
display: inline-block;
font-size: 16px;
line-height: 30px;
font-weight: 500;
color: #fff;
padding: 5px 23px;
border-radius: 30px;
background: transparent;
cursor: pointer;
transition: all 500ms ease;
}
.management-section .tab-btn-box li.active-btn,
.management-section .tab-btn-box li:hover{
background: #689deb;
}
.management-section .tabs-content{
position: relative;
min-height: 700px;
}
.management-section .owl-theme .owl-dots .owl-dot span{
position: relative;
background: #689deb;
width: 10px;
height: 10px;
border-radius: 50%;
cursor: pointer;
margin: 0px 10px;
}
.management-section .owl-theme .owl-dots .owl-dot.active span:before{
position: absolute;
content: '';
border: 1px solid #fff;
width: 18px;
height: 18px;
left: -4px;
top: -4px;
border-radius: 50%;
z-index: 1;
transition: all 500ms ease;
}
.management-section .owl-nav{
display: none;
}
.management-section .tabs-box .tab{
position:relative;
display:none;
}
.management-section .tabs-box .tab.active-tab{
display:block;  
}
.management-section .tabs-box .tab{
transform:scale(0) translateY(0px);
}
.management-section .tabs-box .tab.active-tab{
transform:scale(1) translateY(0px);
} .testimonial-style-two{
position: relative;
padding: 115px 0px 125px 0px;
}
.testimonial-style-two .sec-title h3{
position: relative;
display: block;
font-size: 24px;
line-height: 32px;
font-weight: 500;
color: #4527a4;
margin-bottom: 32px;
}
#content_block_11 .sec-title h2{
margin-bottom: 39px;
}
#content_block_11 .slide-content .text{
position: relative;
display: block;
font-size: 18px;
line-height: 36px;
margin-bottom: 53px;
}
#content_block_11 .slide-content .author-info{
position: relative;
padding: 14px 0px 11px 170px;
}
#content_block_11 .slide-content .author-info .image-box{
position: absolute;
left: 0px;
top: 0px;
width: 128px;
height: 128px;
}
#content_block_11 .slide-content .author-info .image-box img{
width: 100%;
}
#content_block_11 .slide-content .author-info .name{
position: relative;
font-size: 18px;
font-weight: 700;
color: #4527a4;
text-transform: uppercase;
margin-bottom: 11px;
}
#content_block_11 .slide-content .author-info .designation{
position: relative;
display: block;
font-size: 16px;
margin-bottom: 11px;
}
#content_block_11 .slide-content .author-info .rating li{
position: relative;
float: left;
font-size: 16px;
color: #ffc600;
}
.testimonial-style-two .owl-dots,
.testimonial-style-two .owl-nav{
display: none;
}
#video_block_01 .video-inner{
position: relative;
margin-left: 70px;
padding: 160px 15px 200px 15px;
margin-top: 5px;
text-align: center;
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}
#video_block_01 .video-inner .layer-bg{
position: absolute;
width: 100%;
height: 100%;
left: 0px;
top: 0px;
background-repeat: no-repeat;
background-position: center;
transition: all 0.6s ease;
-moz-transition: all 0.6s ease;
-webkit-transition: all 0.6s ease;
-ms-transition: all 0.6s ease;
-o-transition: all 0.6s ease;
}
#video_block_01 .video-inner:hover .layer-bg {
filter: grayscale(100%);
-webkit-filter: grayscale(100%);
-moz-filter: grayscale(100%);
-o-filter: grayscale(100%);
-ms-filter: grayscale(100%);
}
#video_block_01 .video-inner a{
position: relative;
display: inline-block;
height: 120px;
width: 120px;
line-height: 120px;
background: rgba(69, 39, 164, 0.5);
text-align: center;
font-size: 48px;
color: #fff;
border-radius: 50%;
}
#video_block_01 .video-inner a:before{
position: absolute;
content: '';
border: 6px dashed #fff;
width: 132px;
height: 132px;
left: -6px;
top: -6px;
border-radius: 50%;
}
#video_block_01 .video-inner .ripple{
width: 132px;
height: 132px;
} .make-difference{
position: relative;
padding: 110px 0px 130px 0px;
}
.make-difference .image-layer{
position: absolute;
left: 0px;
top: 0px;
right: 0px;
width: 100%;
height: 100%;
background-size: cover;
background-repeat: no-repeat;
background-position: bottom center;
}
.make-difference .content-box{
position: relative;
margin-right: 60px;
}
#content_block_12 .content-box .single-item{
position: relative;
padding: 0px 0px 0px 120px;
margin-bottom: 55px;
min-height: 103px;
}
#content_block_12 .content-box .single-item .icon-box{
position: absolute;
left: 0px;
top: 4px;
width: 86px;
height: 88px;
transition: all 500ms ease;
}
#content_block_12 .content-box .single-item:hover .icon-box{
-webkit-transform: rotateY(180deg);
-moz-transform: rotateY(180deg);
-ms-transform: rotateY(180deg);
-o-transform: rotateY(180deg);
transform: rotateY(180deg);
}
#content_block_12 .content-box .single-item h4{
position: relative;
display: block;
font-size: 20px;
line-height: 30px;
color: #222;
font-weight: 500;
margin-bottom: 13px;
}
#content_block_12 .content-box .single-item h4 a{
display: inline-block;
color: #222;
}
#content_block_12 .content-box .single-item h4 a:hover{
color: #4527a4;
}
.make-difference .sec-title{
margin-bottom: 66px;
}
#image_block_11 .image-box{
position: relative;
margin-right: 70px;
margin-top: 4px;
z-index: 1;
}
#image_block_11 .image-box .image{
position: relative;
overflow: hidden;
}
#image_block_11 .image-box img{
width: 100%;
transition: all 500ms ease;
}
#image_block_11 .image-box:hover img{
transform: scale(1.05);
opacity: 0.5;
}
#image_block_11 .image-box .layer-bg{
position: absolute;
width: 510px;
height: 560px;
right: -180px;
bottom: -10px;
background-repeat: no-repeat;
}
.make-difference .sec-title h2{ } .main-header .menu-area .btn-box{
position: relative;
float: left;
margin: 65px 0px 0px 70px;
}
.main-header .menu-area .btn-box a{
position: relative;
display: inline-block;
overflow: hidden;
font-size: 14px;
color: #4527a4;
line-height: 30px;
background: #fff;
padding: 5px 30px;
text-align: center;
border-radius: 30px;
z-index: 1;
box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5); 
}
.main-header .menu-area .btn-box a:before{
position: absolute;
content: '';
top: 0px;
bottom: 0px;
left: 0px;
right: -50px;
z-index: -1;
border-bottom: 50px solid #4527a4;
border-right: 50px solid transparent;
-webkit-transition: all 600ms ease;
-moz-transition: all 600ms ease;
-ms-transition: all 600ms ease;
-o-transition: all 600ms ease;
transition: all 600ms ease;
-webkit-transform: translateX(-100%);
transform: translateX(-100%);
}
.main-header .menu-area .btn-box a:after{
position: absolute;
content: '';
top: 0px;
right: 0px;
bottom: 0px;
left: -50px;
z-index: -1;
border-left: 40px solid transparent;
border-bottom: 50px solid #4527a4;
-webkit-transition: all 600ms ease;
-moz-transition: all 600ms ease;
-ms-transition: all 600ms ease;
-o-transition: all 600ms ease;
transition: all 600ms ease;
-webkit-transform: translateX(100%);
transform: translateX(100%);
}
.main-header .menu-area .btn-box a:hover::before {
-webkit-transform: translateX(-40%);
transform: translateX(-40%);
}
.main-header .menu-area .btn-box a:hover::after {
-webkit-transform: translateX(40%);
transform: translateX(40%);
}
.main-header .menu-area .btn-box a:hover{
background: #4527a4;
color: #fff !important;
} .banner-style-three{
position: relative;
padding: 315px 0px 100px 0px;
}
.banner-style-three .image-layer {
position: absolute;
top: 0px;
left: 0px;
width: 90%;
height: 1085px;
background-repeat: no-repeat;
background-size: cover;
background-position: right center;
}
.banner-style-three .content-box .top-text{
position: relative;
display: block;
color: #fff;
margin-bottom: 20px;
}
.banner-style-three .content-box h1{
position: relative;
display: block;
font-size: 40px;
color: #fff;
line-height: 60px;
margin-bottom: 39px;
}
.banner-style-three .content-box h1 span{
font-weight: 700;
}
.banner-style-three .content-box .text{
position: relative;
display: block;
color: #fff;
margin-bottom: 68px;
}
.banner-style-three .content-box .video-box{
position: relative;
display: flex;
}
.banner-style-three .content-box .video-box a{
position: relative;
display: inline-block;
overflow: hidden;
font-size: 16px;
height: 60px;
padding: 15px 85px 15px 40px;
background: transparent;
line-height: 26px;
color: #fff;
border: 2px solid #fff;
font-weight: 500;
border-radius: 30px;
text-transform: capitalize;
transition: all 500ms ease;
z-index: 1;
}
.banner-style-three .content-box .video-box a:hover{
color: #4527a4;
}
.banner-style-three .content-box .video-box a:before{
position: absolute;
left: 0;
top: 0;
z-index: -1;
height: 100%;
width: 100%;
content: "";
background-color: #fff;
border-radius: 30px;
-webkit-transform: scale(0, 1);
-ms-transform: scale(0, 1);
transform: scale(0, 1);
-webkit-transform-origin: top right;
-ms-transform-origin: top right;
transform-origin: top right;
-webkit-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
-moz-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
-o-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
-webkit-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
-moz-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
-o-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
}
.banner-style-three .content-box .video-box a i {
position: absolute;
top: -1px;
right: -1px;
width: 60px;
height: 60px;
line-height: 60px;
text-align: center;
background: #4527a4;
font-size: 15px;
border: 2px solid #fff;
color: #fff;
border-radius: 50%;
transition: all 900ms ease;
}
.banner-style-three .content-box .video-box a:hover i{
background: #fff;
color: #4527a4;
}
.banner-style-three .content-box .video-box a:hover:before {
background: #fff;
-webkit-transform: scale(1, 1);
-ms-transform: scale(1, 1);
transform: scale(1, 1);
-webkit-transform-origin: bottom left;
-ms-transform-origin: bottom left;
transform-origin: bottom left;
}
.banner-style-three .image-box{
position: relative;
margin: 6px -215px 0px 35px;
}
.banner-style-three .image-box .image-1 img{
position: relative;
max-width: none;
float: left;
}
.banner-style-three .image-box .image-2{
position: absolute;
right: 0px;
top: -95px;
box-shadow: 0 5px 20px 0px rgba(0, 0, 0, 0.1);
}
.banner-style-three .image-box .image-3{
position: absolute;
left: 0px;
bottom: 225px;
box-shadow: 0 5px 20px 0px rgba(0, 0, 0, 0.1);
} .clients-section{
position: relative;
padding: 25px 0px;
}
.clients-section .image-box img {
display: block;
max-width: 100%;
width: auto;
margin: 0 auto;
-webkit-transition: all 300ms ease;
-moz-transition: all 300ms ease;
-ms-transition: all 300ms ease;
-o-transition: all 300ms ease;
transition: all 300ms ease;
}
.clients-section .image-box img:hover{
opacity: 0.5;
}
.clients-section .owl-nav{
display: none;
}
.clients-section .sec-title{
margin-bottom: 93px;
}
.clients-section .owl-dots{
position: relative;
margin-top: 95px;
}
.clients-section .owl-theme .owl-dots .owl-dot span{
position: relative;
width: 16px;
height: 16px;
background: transparent;
border: 3px solid #a1a1a1;
border-radius: 50%;
margin: 0px 7px;
cursor: pointer;
transition: all 500ms ease;
}
.clients-section .owl-theme .owl-dots .owl-dot.active span{
background: #4527a4;
border-color: #4527a4;
} .inside-software{
position: relative;
padding: 120px 0px 160px 0px;
}
.inside-software .image-layer{
position: absolute;
left: 0px;
bottom: 0px;
width: 100%;
height: 100%;
background-repeat: no-repeat;
background-size: cover;
background-position: bottom center;
}
.inside-software .content-box .text{
position: relative;
display: block;
margin-bottom: 59px;
padding-right: 100px;
}
.inside-software .content-box{
position: relative;
margin-top: 12px;
}
#content_block_13 .content-box .btn-box{
position: relative;
display: flex;
margin-bottom: 93px;
}
#content_block_13 .content-box .btn-box .theme-btn{
text-transform: uppercase;
}
#content_block_13 .content-box .image-box{
position: relative;
margin-right: 10px;
}
#content_block_13 .content-box .image-box img{
width: 100%;
}
#content_block_13 .content-box .sec-title h2{ }
#content_block_14 .feature-block-one .icon-box{
position: relative;
display: inline-block;
font-size: 50px;
line-height: 50px;
color: #e86600;
margin-bottom: 31px;
transition: all 500ms ease;
}
#content_block_14 .feature-block-one{
margin-bottom: 50px;
}
.inside-software .inner-content{
position: relative;
margin: 0px -15px;
padding-right: 70px;
}
.inside-software .inner-content .single-column{
padding: 0px 30px;
}
#content_block_14 .feature-block-one .inner-box{
padding: 57px 30px 56px 30px;
}
#content_block_14 .feature-block-one .inner-box h5{
margin-bottom: 20px;
}
#content_block_14 .feature-block-one .inner-box .hover-content:before{
left: -100px;
top: -290px;
}
#content_block_14 .feature-block-one .inner-box .hover-content:after{
left: -163px;
top: -340px;
}
#content_block_14 .feature-block-one .inner-box:before{
left: -107px;
top: -345px;
}
#content_block_14 .inner-content .single-column:first-child .feature-block-one:last-child .icon-box{
color: #3295ed;
}
#content_block_14 .inner-content .single-column:last-child .feature-block-one:first-child .icon-box{
color: #4527a4;
}
#content_block_14 .inner-content .single-column:last-child .feature-block-one:last-child .icon-box{
color: #27ce00;
}
#content_block_14 .inner-content .single-column:last-child{
padding-top: 60px;
}
#content_block_14 .inner-content .feature-block-one:hover .icon-box{
color: #fff !important;
} .feature-style-five{
position: relative;
padding: 110px 0px 150px 0px;
}
#content_block_14 .content-box .sec-title h2{
font-size: 32px;
margin-bottom: 56px;
}
#content_block_14 .content-box .text{
position: relative;
display: block;
margin-bottom: 53px;
}
#content_block_14 .content-box .btn-box .theme-btn{
text-transform: uppercase;
}
.feature-style-five .inner-box:first-child .image-box{
position: relative;
display: block;
margin: 0px 0px 0px 100px;
}
.feature-style-five .inner-box:first-child .image-box .image-1{
position: relative;
}
#image_block_12 .image-box img{
width: 100%;
}
#image_block_12 .image-box .image{
box-shadow: 0 10px 20px 0px rgba(0, 0, 0, 0.1);
}
#image_block_12 .image-box .image-2{
position: absolute;
left: -80px;
bottom: 50px;
}
.feature-style-five .inner-box{
position: relative;
display: block;
margin-bottom: 240px;
}
.feature-style-five .inner-box:last-child{
margin-bottom: 0px;
}
.feature-style-five .inner-box:nth-child(2){
margin-bottom: 240px;
}
.feature-style-five .inner-box:nth-child(2) .content-box{
margin-left: 70px !important;
}
.feature-style-five .inner-box:nth-child(2) .image-box .image-1{
position: relative;
}
.feature-style-five .inner-box:nth-child(2) .image-box .image-2{
position: absolute;
left: -70px;
bottom: 50px;
}
.feature-style-five .inner-box:last-child .content-box .text{
padding-right: 70px;
}
#content_block_14 .content-box{
position: relative;
margin: 30px 0px;
}
#image_block_13 .image-box{
position: relative;
overflow: hidden;
background: #4527a4;
box-shadow: 0 10px 20px 0px rgba(0, 0, 0, 0.1);
}
#image_block_13 .image-box img{
width: 100%;
transition: all 500ms ease;
}
#image_block_13 .image-box:hover img{
transform: scale(1.05);
opacity: 0.5;
} .testimonial-style-three{
position: relative;
padding: 15px 0px 120px 0px;
}
.testimonial-style-three .image-layer{
position: absolute;
top: 0px;
right: 0px;
width: 70%;
height: 100%;
background-repeat: no-repeat;
background-position: bottom center;
background-size: cover;
}
.testimonial-style-three .sec-title{
max-width: 450px;
width: 100%;
padding-bottom: 55px;
}
.testimonial-style-three .sec-title .icon-box{
position: relative;
display: inline-block;
font-size: 90px;
line-height: 90px;
margin-bottom: 35px;
color: #e1e1e1;
}
.testimonial-style-three .testimonial-content{
position: relative;
text-align: center;
}
.testimonial-style-three .testimonial-content .image-box{
position: relative;
display: inline-block;
width: 113px;
height: 113px;
border: 2px solid #fff;
border-radius: 50%;
margin-bottom: 42px;
box-shadow: 0 10px 30px 0px rgba(0, 0, 0, 0.3);
}
.testimonial-style-three .testimonial-content .image-box img{
width: 100%;
border-radius: 50%;
}
.testimonial-style-three .testimonial-content .text{
position: relative;
display: block;
font-size: 18px;
line-height: 36px;
color: #fff;
margin-bottom: 46px;
}
.testimonial-style-three .testimonial-content .author-info .name{
position: relative;
display: block;
font-size: 24px;
line-height: 32px;
color: #fff;
font-weight: 500;
margin-bottom: 14px;
}
.testimonial-style-three .testimonial-content .author-info .designation{
position: relative;
display: block;
font-size: 16px;
color: #a180ff;
}
.testimonial-style-three .owl-nav{
display: none;
}
.testimonial-style-three .owl-dots{
position: relative;
text-align: center;
margin-top: 17px;
}
.testimonial-style-three .owl-theme .owl-dots .owl-dot span{
position: relative;
width: 10px;
height: 10px;
background: #7f66c6;
border-radius: 50%;
cursor: pointer;
transition: all 500ms ease;
}
.testimonial-style-three .owl-theme .owl-dots .owl-dot.active span,
.testimonial-style-three .owl-theme .owl-dots .owl-dot span:hover{
background: #fff;
}
.testimonial-style-three .thumb-box{
position: absolute;
left: 0;
top: 0;
right: 0px;
width: 100%;
height: 100%;
max-width: 1920px;
margin: 0 auto;
}
.testimonial-style-three .thumb-box .image{
position: absolute;
border-radius: 50%;
opacity: 0.7;
box-shadow: 0 10px 30px 0px rgba(0, 0, 0, 0.1);
}
.testimonial-style-three .thumb-box .image img{
border-radius: 50%;
}
.testimonial-style-three .thumb-box .image-1{
left: 10px;
top: 200px;
-webkit-animation: zoom-fade 2s infinite linear;
animation: zoom-fade 2s infinite linear;
} 
.testimonial-style-three .thumb-box .image-2{
left: 350px;
top: 50%;
-webkit-animation: zoom-fade 4s infinite linear;
animation: zoom-fade 4s infinite linear;
}
.testimonial-style-three .thumb-box .image-3{
left: -10px;
bottom: 100px;
-webkit-animation: zoom-fade 3s infinite linear;
animation: zoom-fade 3s infinite linear;
}
.testimonial-style-three .thumb-box .image-4{
right: 300px;
top: 150px;
-webkit-animation: zoom-fade 2s infinite linear;
animation: zoom-fade 2s infinite linear;
}
.testimonial-style-three .thumb-box .image-5{
right: -50px;
top: 140px;
-webkit-animation: zoom-fade 4s infinite linear;
animation: zoom-fade 4s infinite linear;
}
.testimonial-style-three .thumb-box .image-6{
right: 50px;
bottom: 270px;
-webkit-animation: zoom-fade 5s infinite linear;
animation: zoom-fade 5s infinite linear;
}
.testimonial-style-three .thumb-box .image-7{
right: 330px;
bottom: 100px;
-webkit-animation: zoom-fade 2s infinite linear;
animation: zoom-fade 2s infinite linear;
} .pricing-style-two{
position: relative;
background: #f8f6ff;
padding: 115px 0px 120px 0px;
}
.pricing-style-two .sec-title{
margin-bottom: 110px;
}
.pricing-block-two .pricing-table{
position: relative;
display: block;
overflow: hidden;
background: #4527a4;
padding: 41px 15px 45px 15px;
border-radius: 30px;
transition: all 500ms ease;
}
.pricing-block-two .pricing-table .choice-box{
position: absolute;
width: 100%;
left: -115px;
top: 40px;
background: #4527a4;
color: #fff;
font-size: 14px;
line-height: 24px;
font-weight: 500;
text-transform: uppercase;
text-align: center;
padding: 10px 30px;
transform: rotate(-45deg);
transition: all 500ms ease;
opacity: 0;
}
.pricing-block-two:hover .pricing-table .choice-box{
opacity: 1;
}
.pricing-block-two:hover .pricing-table{
background: #fff !important;
margin: -30px 0px;
padding: 71px 15px 75px 15px;
box-shadow: 0 5px 20px 0px rgba(0, 0, 0, 0.1);
}
.pricing-block-two .pricing-table .table-header .title{
position: relative;
font-size: 24px;
line-height: 32px;
color: #fff;
font-weight: 500;
margin-bottom: 3px;
transition: all 500ms ease;
}
.pricing-block-two .pricing-table .table-header .text{
position: relative;
display: block;
font-size: 16px;
color: #fff;
margin-bottom: 11px;
transition: all 500ms ease;
}
.pricing-block-two .pricing-table .table-header .price{
position: relative;
display: inline-block;
font-size: 48px;
line-height: 55px;
color: #fff;
font-weight: 500;
margin: 0px;
transition: all 500ms ease;
}
.pricing-block-two .pricing-table .table-header .price:before {
position: absolute;
content: "$";
font-size: 24px;
line-height: 30px;
font-weight: 500;
color: #fff;
left: -14px;
bottom: 16px;
transition: all 500ms ease;
}
.pricing-block-two .pricing-table .table-header .price span{
font-size: 14px;
font-weight: 400;
}
.pricing-block-two .pricing-table .table-content{
position: relative;
display: block;
padding: 5px 0px 17px 0px;
}
.pricing-block-two .pricing-table .table-content li{
position: relative;
display: block;
font-size: 16px;
color: #fff;
margin-bottom: 8px;
transition: all 500ms ease;
}
.pricing-block-two .pricing-table .table-content li:last-child{
margin-bottom: 0px;
}
.pricing-block-two .pricing-table .table-footer a{
position: relative;
display: inline-block;
background: #111;
font-size: 16px;
color: #fff;
text-align: center;
padding: 10px 40px;
border-radius: 30px;
}
.pricing-block-two:hover .pricing-table .table-header .title,
.pricing-block-two:hover .pricing-table .table-header .price,
.pricing-block-two:hover .pricing-table .table-header .price:before{
color: #111;
}
.pricing-block-two:hover .pricing-table .table-header .text,
.pricing-block-two:hover .pricing-table .table-content li{
color: #777;
}
.pricing-block-two:hover .pricing-table .table-footer a{
background: #4527a4;
}
.subscribe-section.home-3{
padding-top: 115px;
} .main-footer.style-two{
position: relative;
}
.main-footer.style-two .footer-top .about-widget .text,
.main-footer.style-two .footer-top .about-widget .social-links h6,
.main-footer.style-two .footer-top .about-widget .social-links li a,
.main-footer.style-two .footer-top .widget-title,
.main-footer.style-two .footer-top .links-widget .list li a,
.main-footer.style-two .footer-top .links-widget .list li a:before,
.main-footer.style-two .footer-top .contact-widget .list li,
.main-footer.style-two .footer-top .contact-widget .list li a,
.main-footer.style-two .footer-bottom .copyright,
.main-footer.style-two .footer-bottom .copyright a{
color: #fff !important;
}
.main-footer.style-two .footer-top .about-widget .social-links li a:hover,
.main-footer.style-two .footer-top .links-widget .list li a:hover,
.main-footer.style-two .footer-top .links-widget .list li a:hover:before,
.main-footer.style-two .footer-top .contact-widget .list li i,
.main-footer.style-two .footer-top .contact-widget .list li a:hover{
color: #009cff !important;
}
.main-footer.style-two .footer-top .widget-title:before{
background: #fff!important;
}
.main-footer.style-two .footer-top .widget-title:after{
background: #3230b2;
} .banner-style-four {
position: relative;
padding: 285px 0px 180px 0px;
width: 100%;
height: 100%;
background-repeat: no-repeat;
background-size: cover;
background-position: bottom center;
}
.banner-style-four .pattern-bg{
position: absolute;
width: 100px;
height: 245px;
left: -10px;
top: 50%;
opacity: 0.2;
-webkit-animation: zoom-fade 3s infinite linear;
animation: zoom-fade 3s infinite linear;
background-repeat: no-repeat;
}
.banner-style-four .content-box h1 {
position: relative;
display: block;
font-size: 48px;
color: #fff;
font-weight: 500;
line-height: 72px;
margin-bottom: 34px;
}
.banner-style-four .content-box .text {
position: relative;
display: block;
font-size: 16px;
color: #fff;
margin-bottom: 52px;
}
.banner-style-four .content-box .btn-box .video-btn {
position: relative;
display: inline-block;
overflow: hidden;
font-size: 15px;
height: 50px;
padding: 14px 60px 10px 30px;
background: #0188e7;
line-height: 24px;
color: #fff;
font-weight: 500;
border-radius: 30px;
text-transform: capitalize;
transition: all 500ms ease;
z-index: 1;
}
.banner-style-four .content-box .btn-box .video-btn:hover{
background: #fff;
color: #0188e7;
}
.banner-style-four .content-box .btn-box .video-btn i {
position: absolute;
top: 0px;
right: 0px;
width: 50px;
height: 50px;
line-height: 50px;
text-align: center;
background: #fff;
font-size: 15px;
color: #0188e7;
border-radius: 50%;
transition: all 900ms ease;
}
.banner-style-four .content-box .btn-box .video-btn:hover i{
background: #0188e7;
color: #fff;
}
.banner-style-four .content-box .btn-box .link-btn{
position: relative;
display: inline-block;
overflow: hidden;
font-size: 15px;
font-weight: 500;
color: #fff;
line-height: 26px;
padding: 11px 25.5px;
text-align: center;
border: 1px solid #fff;
border-radius: 30px;
margin-right: 35px;
z-index: 1;
}
.banner-style-four .content-box .btn-box .link-btn:before {
position: absolute;
content: '';
top: 0;
left: 0;
width: 100%;
height: 100%;
opacity: 0;
background-color: #0188e7;
-webkit-transition: all 0.4s;
-moz-transition: all 0.4s;
-o-transition: all 0.4s;
transition: all 0.4s;
-webkit-transform: scale(0.2, 1);
transform: scale(0.2, 1);
z-index: -1;
}
.banner-style-four .content-box .btn-box .link-btn:hover::before {
opacity: 1;
-webkit-transform: scale(1, 1);
transform: scale(1, 1);
}
.banner-style-four .content-box .btn-box .link-btn:hover{
background: #0188e7;
border-color: #0188e7;
}
.banner-style-four .content-box .btn-box .link-btn i{
position: relative;
top: 2px;
margin-left: 15px;
}
.banner-style-four .image-box{
position: relative;
display: block;
margin: 0px -200px 0px 150px;
}
.banner-style-four .image-box .layer-bg{
position: absolute;
width: 200px;
height: 345px;
top: -130px;
right: 150px;
background-repeat: no-repeat;
}
.banner-style-four .anim-icons .icon-1 {
left: 190px;
top: 80px;
-webkit-animation: zoom-fade 3s infinite linear;
animation: zoom-fade 3s infinite linear;
}
.banner-style-four .anim-icons .icon-2 {
left: 190px;
bottom: 350px;
}
.rotate-me {
animation-name: rotateme;
animation-duration: 30s;
animation-iteration-count: infinite;
animation-timing-function: linear;
-webkit-animation-name: rotateme;
-webkit-animation-duration: 30s;
-webkit-animation-iteration-count: infinite;
-webkit-animation-timing-function: linear;
-moz-animation-name: rotateme;
-moz-animation-duration: 30s;
-moz-animation-iteration-count: infinite;
-moz-animation-timing-function: linear;
-ms-animation-name: rotateme;
-ms-animation-duration: 30s;
-ms-animation-iteration-count: infinite;
-ms-animation-timing-function: linear;
-o-animation-name: rotateme;
-o-animation-duration: 30s;
-o-animation-iteration-count: infinite;
-o-animation-timing-function: linear;
}
.banner-style-four .anim-icons .icon-3 {
left: 50%;
bottom: 250px;
} .service-style-two{
position: relative;
padding: 100px 0px 100px 0px;
}
.service-style-two .sec-title{
margin-bottom: 55px;
}
.service-block-two{
position: relative;
margin-bottom: 50px;
}
.service-block-two .inner-box{
position: relative;
display: block;
background: #fff;
overflow: hidden;
border-radius: 15px;
padding: 63px 30px 56px 30px;
box-shadow: 0 5px 20px 0px rgba(0, 0, 0, 0.1);
}
.service-block-two .inner-box:before {
position: absolute;
content: '';
left: 0px;
top: 0px;
width: 100%;
height: 100%;
opacity: 0;
-webkit-transform-origin: top;
-ms-transform-origin: top;
transform-origin: top;
-webkit-transform: scale(.9) translateY(20px);
-ms-transform: scale(.9) translateY(20px);
transform: scale(.9) translateY(20px);
background-image: -webkit-linear-gradient(0deg, #4527a4 0%, #0289e7 100%);
transition: all 500ms ease;
}
.service-block-two:hover .inner-box:before {
opacity: 1;
-webkit-transform: scale(1) translateY(0px);
-ms-transform: scale(1) translateY(0px);
transform: scale(1) translateY(0px);
-webkit-transition: 1s;
-o-transition: 1s;
transition: 1s;
}
.service-block-two .inner-box .icon-box{
position: relative;
display: inline-block;
font-size: 60px;
line-height: 60px;
color: #b7b7b7;
margin-bottom: 27px;
transition: all 500ms ease;
}
.service-block-two .inner-box h4{
position: relative;
display: block;
font-size: 20px;
line-height: 30px;
font-weight: 500;
color: #222;
padding-bottom: 20px;
margin-bottom: 24px;
transition: all 500ms ease;
}
.service-block-two .inner-box h4:before {
position: absolute;
content: '';
background: #4527a4;
width: 40px;
height: 2px;
left: 50%;
bottom: 0px;
transform: translateX(-50%);
transition: all 500ms ease;
}
.service-block-two .inner-box h4:after {
position: absolute;
content: '';
background: #fff;
width: 4px;
height: 2px;
right: 0px;
left: 50%;
bottom: 0px;
margin-left: 12px;
transform: translateX(-50%);
transition: all 500ms ease;
}
.service-block-two .inner-box h4 a{
color: #222;
display: inline-block;
}
.service-style-two .inner-content{
position: relative;
margin: 0px -10px;
}
.service-style-two .inner-content .service-block{
padding: 0px 25px;
}
.service-block-two .inner-box .text{
position: relative;
display: block;
transition: all 500ms ease;
}
.service-block-two:hover .inner-box .icon-box,
.service-block-two:hover .inner-box h4,
.service-block-two:hover .inner-box h4 a,
.service-block-two:hover .inner-box .text{
color: #fff;
}
.service-block-two:hover .inner-box h4:before{
background: #fff;
}
.service-block-two:hover .inner-box h4:after{
background: #205cc8;
} .feature-style-six{
position: relative;
padding: 100px 0px 100px 0px;
}
#content_block_15 .content-box{
position: relative;
margin: 30px 0px;
}
#content_block_15 .content-box .text{
position: relative;
display: block;
font-size: 16px;
margin-bottom: 54px;
}
#content_block_15 .content-box .sec-title h2{
margin-bottom: 33px;
}
.feature-style-six .inner-box:first-child .image-box{
margin-left: 70px;
}
#image_block_14 .image-box{
position: relative;
}
#image_block_14 .image-box .bg-layer{
position: absolute;
width: 750px;
height: 735px;
top: -85px;
left: 235px;
background-repeat: no-repeat;
}
#image_block_14 .image-box .image-1 img{
max-width: none;
float: left;
}
#image_block_14 .image-box .image-2{
position: absolute;
left: -65px;
bottom: -45px;
}
.feature-style-six .inner-box:first-child { }
.feature-style-six .inner-box:last-child .image-box{ }
#image_block_15 .image-box{
position: relative;
}
#image_block_15 .image-box img{
max-width: none;
float: right;
} .testimonial-style-four{
position: relative;
padding: 135px 0px 100px 0px;
}
.testimonial-style-four .image-layer{
position: absolute;
width: 100%;
height: 1710px;
left: 0px;
top: -600px;
background-repeat: no-repeat;
background-size: cover;
background-position: center;
z-index: -1;
}
.testimonial-style-four .sec-title{
margin-bottom: 50px;
}
.testimonial-style-four .sec-title h2,
.testimonial-style-four .sec-title p{
color: #fff;
}
.testimonial-style-four .sec-title h2:after{
background: #fff;
}
.testimonial-style-four .testimonial-inner{
position: relative;
max-width: 1830px;
width: 100%;
margin: 0 auto;
left: 210px;
}
.testimonial-style-four .testimonial-content{
position: relative;
margin: 25px;
}
.testimonial-style-four .testimonial-content .inner-box{
position: relative;
display: block;
background: #fff;
padding: 39px 30px 50px 55px;
border-radius: 20px;
box-shadow: 0 5px 20px 0px rgba(0, 0, 0, 0.1);
}
.testimonial-style-four .testimonial-content .inner-box .icon-box{
position: absolute;
top: 60px;
right: 60px;
}
.testimonial-style-four .testimonial-content .inner-box .author-info{
position: relative;
padding: 40px 0px 15px 140px;
margin-bottom: 28px;
}
.testimonial-style-four .testimonial-content .inner-box .author-info .image-box{
position: absolute;
left: 0px;
top: 0px;
width: 110px;
height: 110px;
border-radius: 50%;
border: 2px solid #fff;
box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.1);
}
.testimonial-style-four .testimonial-content .inner-box .author-info .image-box img{
border-radius: 50%;
width: 100%;
}
.testimonial-style-four .testimonial-content .inner-box .author-info .name{
position: relative;
font-size: 18px;
font-weight: 500;
color: #4527a4;
text-transform: uppercase;
margin-bottom: 4px;
}
.testimonial-style-four .testimonial-content .inner-box .author-info .designation{
position: relative;
display: block;
font-size: 18px;
color: #aaaaaa;
}
.testimonial-style-four .testimonial-content .inner-box .text{
position: relative;
display: block;
font-size: 16px;
line-height: 36px;
}
.testimonial-style-four .owl-nav{
display: none;
}
.testimonial-style-four .owl-dots{
position: relative;
text-align: center;
margin-top: 25px;
}
.testimonial-style-four .owl-theme .owl-dots .owl-dot span{
position: relative;
width: 15px;
height: 15px;
background: #cccccc;
border-radius: 50%;
margin: 0px 10px;
cursor: pointer;
transition: all 500ms ease;
}
.testimonial-style-four .owl-theme .owl-dots .owl-dot.active span,
.testimonial-style-four .owl-theme .owl-dots .owl-dot span:hover{
background: #4527a4;
} .pricing-style-three{
position: relative;
padding: 275px 0px 235px 0px;
}
.pricing-style-three .pricing-block-two{
max-width: 370px;
width: 100%;
}
.pricing-style-three .inner-box{
position: relative;
margin-top: 30px;
min-height: 485px;
}
.pricing-style-three .tab .pricing-block-two:first-child{
position: absolute;
left: 0px;
top: -80px;
z-index: 1;
}
.pricing-style-three .tab .pricing-block-two:first-child .pricing-table {
background: #fff !important;
margin: -30px 0px;
padding: 71px 15px 75px 15px;
box-shadow: 0 5px 20px 0px rgba(0, 0, 0, 0.1);
}
.pricing-style-three .tab .pricing-block-two:first-child .pricing-table .choice-box{
opacity: 1;
}
.pricing-style-three .tab .pricing-block-two:first-child .pricing-table .table-header .title, 
.pricing-style-three .tab .pricing-block-two:first-child .pricing-table .table-header .price, 
.pricing-style-three .tab .pricing-block-two:first-child .pricing-table .table-header .price:before {
color: #111;
}
.pricing-style-three .tab .pricing-block-two:first-child .pricing-table .table-header .text, 
.pricing-style-three .tab .pricing-block-two:first-child .pricing-table .table-content li {
color: #777;
}
.pricing-style-three .tab .pricing-block-two:last-child{
position: absolute;
top: 0px;
right: 0px;
}
.pricing-style-three .tab .pricing-block-two:last-child .pricing-table:hover{
padding: 41px 15px 45px 15px;
margin: 0px;
background: #4527a4;
}
.pricing-style-three .tab .pricing-block-two:last-child:hover .pricing-table .table-header .title,
.pricing-style-three .tab .pricing-block-two:last-child:hover .pricing-table .table-header .price,
.pricing-style-three .tab .pricing-block-two:last-child:hover .pricing-table .table-header .price:before{
color: #fff;
}
.pricing-style-three .tab .pricing-block-two:last-child:hover .pricing-table .table-header .text,
.pricing-style-three .tab .pricing-block-two:last-child:hover .pricing-table .table-content li{
color: #fff;
}
.pricing-style-three .tab .pricing-block-two:last-child:hover .pricing-table .table-footer a{
background: #111;
}
.pricing-style-three .tab-btn-box .tab-btns {
position: relative;
display: inline-block;
}
.pricing-style-three .tab-btn-box .tab-btns:before {
position: absolute;
left: 0;
right: 0;
margin: 0 auto;
height: 40px;
width: 90px;
content: "";
border-radius: 30px;
border: 1px solid #4527a4;
}
.pricing-style-three .tab-btn-box .tab-btns li{
position: relative;
display: inline-block;
padding-right: 70px;
min-width: 120px;
text-align: right;
font-size: 16px;
line-height: 40px;
font-weight: 500;
color: #4527a4;
cursor: pointer;
transition: all 500ms ease;
}
.pricing-style-three .tab-btn-box .tab-btns li:last-child{
padding-right: 0;
padding-left: 57px;
text-align: left;
}
.pricing-style-three .tab-btn-box .tab-btns li.active-btn:before {
right: 15px;
}
.pricing-style-three .tab-btn-box .tab-btns li:before {
position: absolute;
top: 5px;
height: 30px;
width: 30px;
background-color: #4527a4;
border-radius: 30px;
content: "";
right: -35px;
-webkit-box-shadow: 0 4px 20px rgba(44,44,56,.30);
box-shadow: 0 4px 20px rgba(44,44,56,.30);
-webkit-transition: all 300ms ease;
-o-transition: all 300ms ease;
transition: all 300ms ease;
}
.pricing-style-three .tab-btn-box .tab-btns li:last-child:before{
display: none;
}
.pricing-style-three .content-box{
position: relative;
margin-right: 100px;
}
.pricing-style-three .content-box .text{
position: relative;
display: block;
font-size: 16px;
margin-bottom: 55px;
} .main-header .menu-right-content{
position: relative;
float: left;
margin-top: 70px;
margin-left: 130px;
}
.main-header .menu-right-content .cart-box-outer{
position: relative;
display: inline-block;
}
.main-header .menu-right-content .cart-box-outer a{
position: relative;
font-size: 30px;
line-height: 30px;
color: #fff;
}
.main-header .menu-right-content .cart-box-outer a span{
position: absolute;
top: -3px;
right: -9px;
font-size: 11px;
color: #fff;
background: #000;
width: 18px;
height: 18px;
line-height: 18px;
text-align: center;
border-radius: 50%;
} .main-header .search-box-outer {
position: relative;
display: inline-block;
vertical-align: middle;
margin-left: 35px;
}
.main-header .search-box-btn {
position: relative;
font-size: 30px;
line-height: 30px;
color: #ffffff;
cursor: pointer;
display: inline-block;
background: transparent;
}
.main-header .header-upper.dark .search-box-btn {
color: #fff;
}
.main-header .search-box-outer .dropdown-menu {
top: 40px !important;
padding: 0px;
width: 330px;
border-radius: 0px;
background: #ffffff;
right: 0;
left: auto !important;
transform: translate3d(0px, 0px, 0px) scale3d(0.8,0.8,0.8) !important;
border-color: transparent;
border-radius: 3px;
box-shadow: 7px 5px 30px 0 rgba(72,73,121,0.15);
transition: .5s ease;
display: block;
opacity: 0;
visibility: hidden;
}
.main-header .search-box-outer .show .dropdown-menu {
display: block;
transform: scale3d(1,1,1)!important;
opacity: 1;
visibility: visible;
}
.main-header .search-panel .form-container {
padding: 30px;
}
.main-header .search-panel .form-group {
position: relative;
margin: 0px;
}
.main-header .search-panel input[type="text"],
.main-header .search-panel input[type="search"],
.main-header .search-panel input[type="password"],
.main-header .search-panel select {
display: block;
width: 100%;
line-height: 24px;
padding: 9px 50px 9px 15px;
height: 50px;
border: 1px solid #f3f5fe;
border-radius: 3px;
background: #f3f5fe;
}
.main-header .search-panel input:focus,
.main-header .search-panel select:focus {
border-color: #f3f5fe;
}
.main-header .search-panel .search-btn {
position: absolute;
right: 1px;
top: 1px;
width: 50px;
height: 48px;
text-align: center;
color: #111111;
background: #f3f5fe;
font-size: 14px;
border-radius: 0px 3px 3px 0px;
cursor: pointer;
}
.dropdown-toggle::after {
display: none;
} .banner-style-five{
position: relative;
padding: 315px 0px 150px 0px;
}
.banner-style-five .pattern-layer {
position: absolute;
width: 150px;
height: 250px;
left: -10px;
top: 50%;
z-index: -1;
-webkit-animation: zoom-fade 3s infinite linear;
animation: zoom-fade 3s infinite linear;
background-repeat: no-repeat;
}
.banner-style-five .image-layer{
position: absolute;
top: 0px;
right: 0px;
height: 100%;
width: 75%;
z-index: -1;
background-size: cover;
background-repeat: no-repeat;
background-position: top center; 
animation-name: slideInRight;
animation-duration: 2s;
animation-iteration-count: 1;
animation-timing-function: linear;
-webkit-animation-name: slideInRight;
-webkit-animation-duration: 2s;
-webkit-animation-iteration-count: 1;
-webkit-animation-timing-function: linear;
-moz-animation-name: slideInRight;
-moz-animation-duration: 2s;
-moz-animation-iteration-count: 1;
-moz-animation-timing-function: linear;
-ms-animation-name: slideInRight;
-ms-animation-duration: 2s;
-ms-animation-iteration-count: 1;
-ms-animation-timing-function: linear;
}
.banner-style-five .content-box h1{
position: relative;
display: block;
font-size: 48px;
font-weight: 500;
line-height: 72px;
color: #222;
margin-bottom: 37px;
}
.banner-style-five .content-box .text{
position: relative;
margin-bottom: 46px;
}
.banner-style-five .content-box .btn-box a{
padding: 15px 30px;
font-size: 15px;
}
.banner-style-five .content-box .btn-box a i{
position: relative;
margin-left: 20px;
top: 1px;
}
.banner-style-five .image-box {
position: relative;
margin-right: -190px;
margin-left: 70px;
min-height: 680px;
}
.banner-style-five .image-box .image-1{
position: absolute;
left: 0px;
top: -130px;
}
.banner-style-five .image-box .image-2{
position: absolute;
top: 60px;
right: 0px;
}
.banner-style-five .image-box .icon-box .icon-1{
position: absolute;
left: 30px;
top: -20px;
-webkit-animation: zoom-fade 2s infinite linear;
animation: zoom-fade 2s infinite linear;
}
.banner-style-five .image-box .icon-box .icon-2{
position: absolute;
left: 100px;
bottom: 80px;
-webkit-animation: zoom-fade 2s infinite linear;
animation: zoom-fade 2s infinite linear;
}
.banner-style-five .image-box .icon-box .icon-3{
position: absolute;
top: -90px;
right: 130px;
-webkit-animation: zoom-fade 3s infinite linear;
animation: zoom-fade 3s infinite linear;
}
.banner-style-five .image-box .icon-box .icon-4{
position: absolute;
top: 30px;
right: 0px;
-webkit-animation: zoom-fade 2s infinite linear;
animation: zoom-fade 2s infinite linear;
}
.banner-style-five .image-box .icon-box .icon-5{
position: absolute;
bottom: 50px;
right: 30px;
-webkit-animation: zoom-fade 3s infinite linear;
animation: zoom-fade 3s infinite linear;
}
.banner-style-five .content-box{
position: relative;
padding-top: 150px;
}
.banner-style-five .anim-icons .icon{
position: absolute;
}
.banner-style-five .anim-icons .icon-1{
left: 140px;
top: 320px;
-webkit-animation: zoom-fade 2s infinite linear;
animation: zoom-fade 2s infinite linear;
}
.banner-style-five .anim-icons .icon-2{
left: 140px;
bottom: 150px;
}
.banner-style-five .anim-icons .icon-3{
left: 40%;
bottom: 130px;
} .innovative-idea{
position: relative;
padding-bottom: 80px;
}
.innovative-idea .sec-title{
margin-bottom: 55px;
}
.innovative-idea .single-item{
position: relative;
margin-bottom: 30px;
display: block;
background: #fff;
padding: 33px 30px 48px 30px;
border-radius: 25px;
transition: all 500ms ease;
}
.innovative-idea .single-item:hover{
box-shadow: 0 5px 20px 0px rgba(0, 0, 0, 0.1);
}
.innovative-idea .single-item .inner-box{
position: relative;
padding-left: 200px;
padding-top: 15px;
}
.innovative-idea .single-item .inner-box .icon-box{
position: absolute;
display: inline-block;
left: 0px;
top: 0px;
font-size: 60px;
color: #fff;
width: 170px;
height: 160px;
line-height: 160px;
text-align: center;
z-index: 1;
transition: all 500ms ease;
}
.innovative-idea .single-item .inner-box .icon-box .bg-layer{
position: absolute;;
width: 170px;
height: 160px;
left: 0px;
top: 0px;
background-repeat: no-repeat;
z-index: -1;
transition: all 0.6s ease;
-moz-transition: all 0.6s ease;
-webkit-transition: all 0.6s ease;
-ms-transition: all 0.6s ease;
-o-transition: all 0.6s ease;
}
.innovative-idea .single-item:hover .inner-box .icon-box .bg-layer{
filter: grayscale(100%);
-webkit-filter: grayscale(100%);
-moz-filter: grayscale(100%);
-o-filter: grayscale(100%);
-ms-filter: grayscale(100%);
-webkit-transform: rotateY(180deg);
-moz-transform: rotateY(180deg);
-ms-transform: rotateY(180deg);
-o-transform: rotateY(180deg);
transform: rotateY(180deg);
}
.innovative-idea .single-item .inner-box h3{
position: relative;
display: block;
font-size: 24px;
line-height: 32px;
font-weight: 500;
color: #222;
margin-bottom: 12px;
}
.innovative-idea .single-item .inner-box h3 a{
color: #222;
}
.innovative-idea .single-item .inner-box h3 a:hover{
color: #4527a4;
}
.innovative-idea .single-item .inner-box .text{
position: relative;
display: block;
} .download-apps{
position: relative;
padding: 100px 0px 100px 0px;
}
#content_block_16 .content-box .download-btn a{
position: relative;
display: inline-block;
font-size: 20px;
line-height: 21px;
font-weight: 500;
color: #fff;
background: #4527a4;
border-radius: 10px;
padding: 10px 21px 14px 80px;
}
#content_block_16 .content-box .download-btn a:hover{
background: #fff !important;
color: #4527a4;
box-shadow: 0 5px 25px rgba(0, 0, 0, 0.2);
}
#content_block_16 .content-box .download-btn a span{
position: relative;
display: block;
font-size: 12px;
}
#content_block_16 .content-box .download-btn a i{
position: absolute;
left: 30px;
top: 14px;
font-size: 36px;
color: #fff;
transition: all 500ms ease;
}
#content_block_16 .content-box .download-btn a:hover i{
color: #222;
}
#content_block_16 .content-box .download-btn .app-store-btn{
margin-right: 40px;
}
#content_block_16 .content-box .text {
position: relative;
display: block;
font-size: 18px;  margin-bottom: 59px;
}
#content_block_16 .content-box .sec-title h2{ }
#image_block_16 .image-box{
position: relative;
margin-left: -60px;
margin-right: 60px;
}
#image_block_16 .image-box .bg-layer{
position: absolute;
width: 815px;
height: 785px;
top: 0px;
right: 10px;
background-repeat: no-repeat;
}
#image_block_16 .image-box .image-1{
position: relative;
left: 40px;
}
#image_block_16 .image-box .image-2{
position: absolute;
left: 0px;
top: 0px;
z-index: 1;
}
.download-apps .anim-icons .icon-1 {
top: 50px;
right: 50%;
background-repeat: no-repeat;
-webkit-animation: zoom-fade 2s infinite linear;
animation: zoom-fade 2s infinite linear;
}
.download-apps .anim-icons .icon-2 {
top: 180px;
right: 240px;
background-repeat: no-repeat;
}
.download-apps .anim-icons .icon-3 {
bottom: 200px;
right: 240px;
background-repeat: no-repeat;
-webkit-animation: zoom-fade 2s infinite linear;
animation: zoom-fade 2s infinite linear;
}
.download-apps .anim-icons .icon-4 {
right: 42%;
bottom: 100px;
background-repeat: no-repeat;
} .application-setup{
position: relative;
padding: 75px 0px 100px 0px;
}
.application-setup .sec-title{
margin-bottom: 95px;
}
.application-setup .single-item{
position: relative;
}
.application-setup .single-item .inner-box{
position: relative;
display: block;
overflow: hidden;
background: #fff;
padding: 74px 30px 39px 30px;
box-shadow: 0 5px 30px 0px rgba(0, 0, 0, 0.1);
border-top-left-radius: 50px;
z-index: 1;
transition: all 500ms ease;
}
.application-setup .single-item .inner-box:before{
position: absolute;
content: '';
background: rgba(245, 245, 245, 0.5);
width: 470px;
height: 470px;
right: -115px;
bottom: -470px;
border-radius: 50%;
transition: all 500ms ease;
}
.application-setup .single-item:hover .inner-box:before{
bottom: -270px;
}
.application-setup .single-item .inner-box:after{
position: absolute;
content: '';
background: rgba(245, 245, 245, 0.7);
width: 470px;
height: 470px;
right: -145px;
bottom: -470px;
border-radius: 50%;
z-index: -1;
transition: all 1500ms ease;
}
.application-setup .single-item:hover .inner-box:after{
bottom: -330px;
}
.application-setup .single-item .count-box{
position: absolute;
left: 80px;
top: -30px;
font-size: 24px;
font-weight: 500;
color: #fff;
width: 70px;
height: 70px;
line-height: 70px;
text-align: center;
background-image: -webkit-linear-gradient(-45deg, #092ef1 0%, #010570 100%);
border-radius: 50%;
-webkit-animation: zoom-fade 3s infinite linear;
animation: zoom-fade 3s infinite linear;
z-index: 2;
}
.application-setup .single-column:nth-child(2) .single-item .count-box{
background-image: -webkit-linear-gradient(-45deg, #fab000 0%, #cd8400 100%);
-webkit-animation: zoom-fade 4s infinite linear;
animation: zoom-fade 4s infinite linear;
}
.application-setup .single-column:last-child .single-item .count-box{
background-image: -webkit-linear-gradient(-45deg, #9ff300 0%, #1a8300 100%);
-webkit-animation: zoom-fade 3s infinite linear;
animation: zoom-fade 3s infinite linear;
}
.application-setup .single-item .inner-box h3{
position: relative;
display: block;
font-size: 22px;
line-height: 36px;
font-weight: 500;
color: #222;
margin-bottom: 25px;
}
.application-setup .single-item .inner-box h3 a{
display: inline-block;
color: #222;
}
.application-setup .single-item .inner-box h3 a:hover{
color: #4527a4;
}
.application-setup .single-item .inner-box .text{
position: relative;
font-size: 16px;
}
.application-setup .single-column:nth-child(2){
padding-top: 70px;
} .clients-style-two{
position: relative;
padding: 25px 0px 55px 0px;
}
.clients-style-two .owl-dots,
.clients-style-two .owl-nav{
display: none;
}
.clients-style-two .inner-container{
position: relative;
display: block;
background: #fff;
box-shadow: 0 5px 30px 0px rgba(0, 0, 0, 0.1);
text-align: center;
padding: 55px 30px;
}
.clients-style-two .inner-container:before{
position: absolute;
content: '';
background: #fff;
width: calc(100% - 100px);
height: 100%;
left: 50px;
top: 28px;
box-shadow: 0 5px 30px 0px rgba(0, 0, 0, 0.1);
z-index: -1;
}
.clients-style-two .image-box img {
display: block;
max-width: 100%;
width: auto;
margin: 0 auto;
-webkit-transition: all 300ms ease;
-moz-transition: all 300ms ease;
-ms-transition: all 300ms ease;
-o-transition: all 300ms ease;
transition: all 300ms ease;
}
.clients-style-two .image-box img:hover{
opacity: .5;
} .optimization-application{
position: relative;
padding: 70px 0px 100px 0px;
}
#content_block_17 .content-box h3{
position: relative;
display: block;
font-size: 22px;
line-height: 36px;
color: #4527a4;
font-weight: 500;
margin-bottom: 28px;
}
#content_block_17 .content-box .text{
position: relative;
padding-bottom: 49px;
}
#content_block_17 .content-box .text p{
position: relative;
font-size: 16px;
margin-bottom: 30px;
}
#content_block_17 .content-box .text p:last-child{
margin-bottom: 0px;
}
#content_block_17 .content-box .list-item{
display: block;
margin-bottom: 56px;
}
#content_block_17 .content-box .list-item li{
position: relative;
display: block;
font-size: 18px;
font-weight: 600;
color: #222;
line-height: 30px;
margin-bottom: 18px;
padding-left: 30px;
}
#content_block_17 .content-box .list-item li:before{
position: absolute;
content: "\f14a";
font-family: 'Font Awesome 5 Free';
font-size: 18px;
line-height: 30px;
color: #ec5f0d;
font-weight: 700;
left: 0px;
top: 2px;
}
#content_block_17 .content-box .list-item li:last-chld{
margin-bottom: 0px;
}
#content_block_17 .content-box .sec-title h2{  }
#content_block_17 .content-box{
position: relative;
padding: 40px 0px;
}
#image_block_17 .image-box{
position: relative;
display: block;
padding: 0px 60px 0px 140px;
}
#image_block_17 .image-box .image{
position: relative;
display: inline-block;
border-radius: 10px;
box-shadow: 0 0px 15px 0px rgba(0, 0, 0, 0.1);
}
#image_block_17 .image-box .image img{
border-radius: 10px;
}
#image_block_17 .image-box .image-1 img{
width: 100%; 
}
#image_block_17 .image-box .image-1{
border-radius: 0px;
}
#image_block_17 .image-box .image-2{
position: absolute;
left: 0px;
top: 130px;
}
#image_block_17 .image-box .image-3{
position: absolute;
left: 55px;
bottom: 40px;
}
#image_block_17 .image-box .image-4{
position: absolute;
right: -25px;
bottom: 70px;
} .testimonial-style-five{
position: relative;
padding: 140px 0px 170px 0px;
width: 100%;
overflow: hidden;
background-size: cover;
background-repeat: no-repeat;
background-position: center;
z-index: 1;
}
.testimonial-style-five .pattern-layer1{
position: absolute;
width: 455px;
height: 930px;
left: 0px;
top: 160px;
background-repeat: no-repeat;
animation-name: slideInLeft;
animation-duration: 2s;
animation-iteration-count: 1;
animation-timing-function: linear;
-webkit-animation-name: slideInLeft;
-webkit-animation-duration: 2s;
-webkit-animation-iteration-count: 1;
-webkit-animation-timing-function: linear;
-moz-animation-name: slideInLeft;
-moz-animation-duration: 2s;
-moz-animation-iteration-count: 1;
-moz-animation-timing-function: linear;
-ms-animation-name: slideInLeft;
-ms-animation-duration: 2s;
-ms-animation-iteration-count: 1;
-ms-animation-timing-function: linear;
}
.testimonial-style-five .pattern-layer2{
position: absolute;
width: 315px;
height: 720px;
right: 0px;
top: 0px;
background-repeat: no-repeat;
z-index: -1;
animation-name: slideInRight;
animation-duration: 2s;
animation-iteration-count: 1;
animation-timing-function: linear;
-webkit-animation-name: slideInRight;
-webkit-animation-duration: 2s;
-webkit-animation-iteration-count: 1;
-webkit-animation-timing-function: linear;
-moz-animation-name: slideInRight;
-moz-animation-duration: 2s;
-moz-animation-iteration-count: 1;
-moz-animation-timing-function: linear;
-ms-animation-name: slideInRight;
-ms-animation-duration: 2s;
-ms-animation-iteration-count: 1;
-ms-animation-timing-function: linear;
}
.testimonial-style-five .sec-title h2,
.testimonial-style-five .sec-title p{
color: #fff;
}
.testimonial-style-five .sec-title h2:after{
background: #fff;
}
.testimonial-style-five .sec-title{
margin-bottom: 38px;
}
.testimonial-style-five .testimonial-content .inner-box {
position: relative;
display: block;
background: #fff;
padding: 40px 30px 50px 55px;
border-radius: 20px;
}
.testimonial-style-five .testimonial-content .inner-box .icon-box {
position: absolute;
top: 60px;
right: 60px;
}
.testimonial-style-five .testimonial-content .inner-box .author-info {
position: relative;
padding: 40px 0px 15px 140px;
margin-bottom: 28px;
}
.testimonial-style-five .testimonial-content .inner-box .author-info .image-box {
position: absolute;
left: 0px;
top: 0px;
width: 110px;
height: 110px;
border-radius: 50%;
border: 2px solid #fff;
box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.1);
}
.testimonial-style-five .testimonial-content .inner-box .author-info .image-box img {
border-radius: 50%;
width: 100%;
}
.testimonial-style-five .testimonial-content .inner-box .author-info .name {
position: relative;
font-size: 18px;
font-weight: 500;
color: #4527a4;
text-transform: uppercase;
margin-bottom: 4px;
}
.testimonial-style-five .testimonial-content .inner-box .author-info .designation {
position: relative;
display: block;
font-size: 18px;
color: #aaaaaa;
}
.testimonial-style-five .testimonial-content .inner-box .text {
position: relative;
display: block;
font-size: 16px;
line-height: 36px;
}
.testimonial-style-five .owl-nav{
display: none;
}
.testimonial-style-five .owl-dots{
position: absolute;
top: -63px;
right: -7px;
}
.testimonial-style-five .owl-theme .owl-dots .owl-dot span{
position: relative;
display: inline-block;
width: 16px;
height: 16px;
background: #ab90ff;
border-radius: 50%;
margin: 0px 7px;
cursor: pointer;
transition: all 500ms ease;
}
.testimonial-style-five .owl-theme .owl-dots .owl-dot.active span,
.testimonial-style-five .owl-theme .owl-dots .owl-dot span:hover{
background: #fff;
}
.subscribe-section.home-5{
padding-top: 120px;
}  .banner-style-six{
position: relative;
padding: 355px 0px 230px 0px;
}
.banner-style-six .image-shap{
position: absolute;
width: 405px;
height: 445px;
left: 0px;
top: 35%;
background-repeat: no-repeat;
}
.banner-style-six .anim-icons .icon-1 {
background-image: -webkit-linear-gradient(0deg, #20d5dd 0%, #5d339e 100%);
width: 80px;
height: 80px;
left: 130px;
top: 220px;
border-radius: 50%;
-webkit-animation: zoom-fade 5s infinite linear;
animation: zoom-fade 5s infinite linear;
}
.banner-style-six .anim-icons .icon-2 {
background-image: -webkit-linear-gradient(0deg, #c441a4 0%, #6649ac 100%);
width: 80px;
height: 80px;
left: -30px;
bottom: 50px;
border-radius: 50%;
-webkit-animation: zoom-fade 5s infinite linear;
animation: zoom-fade 5s infinite linear;
}
.banner-style-six .image-layer{
position: absolute;
top: 0px;
right: 0px;
height: 100%;
width: 73%;
z-index: -1;
background-size: cover;
background-repeat: no-repeat;
background-position: top center; 
animation-name: slideInRight;
animation-duration: 2s;
animation-iteration-count: 1;
animation-timing-function: linear;
-webkit-animation-name: slideInRight;
-webkit-animation-duration: 2s;
-webkit-animation-iteration-count: 1;
-webkit-animation-timing-function: linear;
-moz-animation-name: slideInRight;
-moz-animation-duration: 2s;
-moz-animation-iteration-count: 1;
-moz-animation-timing-function: linear;
-ms-animation-name: slideInRight;
-ms-animation-duration: 2s;
-ms-animation-iteration-count: 1;
-ms-animation-timing-function: linear;
}
.banner-style-six .content-box h1{
position: relative;
display: block;
font-size: 48px;
line-height: 72px;
font-weight: 500;
color: #4527a4;
margin-bottom: 35px;
}
.banner-style-six .content-box .text{
position: relative;
display: block;
font-size: 20px;
line-height: 36px;
margin-bottom: 49px;
}
.banner-style-six .content-box .mail-box .form-group{
position: relative;
margin: 0px;
}
.banner-style-six .content-box .mail-box .form-group input[type='email']{
position: relative;
width: 100%;
height: 60px;
border: 1px solid #4527a4;
border-radius: 30px;
font-size: 14px;
color: #777;
padding: 10px 200px 10px 30px;
}
.banner-style-six .content-box .mail-box .form-group button{
position: absolute;
top: 0px;
right: 0px;
width: 170px;
height: 60px;
background: #4527a4;
text-align: center;
font-size: 14px;
color: #fff;
border-top-right-radius: 30px;
border-bottom-right-radius: 30px;
cursor: pointer;
transition: all 500ms ease;
}
.banner-style-six .content-box{
position: relative;
margin-right: 30px;
padding-top: 25px;
}
.banner-style-six .image-box{
position: relative;
display: block;
margin-right: -220px;
}
.banner-style-six .image-box .user{
position: absolute;
border-radius: 50%;
}
.banner-style-six .image-box .user img{
border-radius: 50%;
}
.banner-style-six .image-box .user-1{
left: 30px;
top: -140px;
-webkit-animation: zoom-fade 2s infinite linear;
animation: zoom-fade 2s infinite linear;
}
.banner-style-six .image-box .user-2{
left: 0px;
top: 85px;
-webkit-animation: zoom-fade 2s infinite linear;
animation: zoom-fade 2s infinite linear;
}
.banner-style-six .image-box .user-3{
left: 120px;
bottom: 40px;
-webkit-animation: zoom-fade 2s infinite linear;
animation: zoom-fade 2s infinite linear;
}
.banner-style-six .image-box .user-4{
left: 50%;
top: -55px;
transform: translateX(-50%);
-webkit-animation: zoom-fade 4s infinite linear;
animation: zoom-fade 4s infinite linear;
}
.banner-style-six .image-box .user-5{
right: 150px;
top: -150px;
-webkit-animation: zoom-fade 2s infinite linear;
animation: zoom-fade 2s infinite linear;
}
.banner-style-six .image-box .user-6{
right: 35px;
top: -25px;
-webkit-animation: zoom-fade 2s infinite linear;
animation: zoom-fade 2s infinite linear;
}
.banner-style-six .image-box .user-7{
right: 0px;
bottom: 90px;
-webkit-animation: zoom-fade 4s infinite linear;
animation: zoom-fade 4s infinite linear;
} .recruitment-section{
position: relative;
padding-bottom: 120px;
}
.recruitment-section .single-item .inner-box{
position: relative;
display: block;
padding: 40px 30px 25px 30px;
transition: all 500ms ease;
}
.recruitment-section .single-item:hover .inner-box{
box-shadow: 0 5px 30px 0px rgba(0, 0, 0, 0.1);
}
.recruitment-section .single-item .icon-box{
position: relative;
display: inline-block;
font-size: 65px;
line-height: 65px;
color: #4527a4;
margin-bottom: 34px;
transition: all 500ms ease;
}
.recruitment-section .single-item:hover .icon-box{
transform: scale(1.1);
}
.recruitment-section .single-item h3{
position: relative;
display: block;
font-size: 24px;
line-height: 32px;
color: #222;
font-weight: 500;
margin-bottom: 19px;
}
.recruitment-section .single-item h3 a{
display: inline-block;
color: #222;
}
.recruitment-section .single-item h3 a:hover{
color: #4527a4;
}
.recruitment-section .single-item .text{
position: relative;
font-size: 16px;
}
.recruitment-section .sec-title h2{
margin-bottom: 61px;
}
.recruitment-section .btn-box{
position: relative;
display: block;
margin-top: 48px;
}
.recruitment-section .btn-box a{
position: relative;
display: inline-block;
overflow: hidden;
font-size: 16px;
font-weight: 500;
color: #4527a4;
background: #fff;
padding: 10px 43px;
text-align: center;
border-radius: 30px;
z-index: 1;
box-shadow: 0 0px 10px 0px rgba(0, 0, 0, 0.1);
}
.recruitment-section .btn-box a:before {
position: absolute;
content: '';
top: 0;
left: 0;
width: 100%;
height: 100%;
opacity: 0;
background-color: #4527a4;
-webkit-transition: all 0.4s;
-moz-transition: all 0.4s;
-o-transition: all 0.4s;
transition: all 0.4s;
-webkit-transform: scale(0.2, 1);
transform: scale(0.2, 1);
z-index: -1;
}
.recruitment-section .btn-box a:hover::before {
opacity: 1;
-webkit-transform: scale(1, 1);
transform: scale(1, 1);
}
.recruitment-section .btn-box a:hover{
background: #4527a4;
color: #fff !important;
} .project-inquiry{
position: relative;
padding-bottom: 50px;
}
.project-inquiry .image-layer{
position: absolute;
width: 100%;
height: 1110px;
left: 0px;
top: 120px;
background-repeat: no-repeat;
background-size: cover;
background-position: center;
}
.project-inquiry .image-inner{
position: relative;
margin-bottom: 180px;
}
.project-inquiry .image-inner .image-box{
position: relative;
display: block;
}
.project-inquiry .image-inner .image-box .image-1{
position: relative;
float: left;
box-shadow: 0 5px 30px 0px rgba(0, 0, 0, 0.1);
}
.project-inquiry .image-inner .image-box .image-2{
position: absolute;
right: 0px;
bottom: -50px;
}
.project-inquiry .content-inner .top-content .text{
position: relative;
font-size: 16px;
margin-bottom: 44px;
}
.project-inquiry .content-inner .top-content .btn-box{
position: relative;
display: flex;
}
.project-inquiry .content-inner .top-content .btn-box .theme-btn{
background: #fff;
}
.project-inquiry .content-inner .top-content .btn-box .theme-btn{
text-transform: uppercase;
}
.project-inquiry .content-inner .top-content{
margin-bottom: 115px;
}
.project-inquiry .content-inner .content-box{
position: relative;
padding-top: 80px;
}
.project-inquiry .content-inner .lower-content{
position: relative;
margin-left: 60px;
}
.project-inquiry .content-inner .single-item .inner-box{
position: relative;
background: #4527a4;
padding: 46px 30px 51px 35px;
border-radius: 20px;
overflow: hidden;
z-index: 1;
transition: all 500ms ease;
}
.project-inquiry .content-inner .single-item .inner-box:before {
position: absolute;
content: '';
background: rgba(255, 255, 255, 0.05);
width: 470px;
height: 470px;
right: 20px;
bottom: -470px;
border-radius: 50%;
transition: all 900ms ease;
}
.project-inquiry .content-inner .single-item .inner-box:after {
position: absolute;
content: '';
background: rgba(255, 255, 255, 0.05);
width: 470px;
height: 470px;
right: 35px;
bottom: -470px;
border-radius: 50%;
z-index: -1;
transition: all 1500ms ease;
}
.project-inquiry .content-inner .single-item:hover .inner-box:before {
bottom: -230px;
}
.project-inquiry .content-inner .single-item:hover .inner-box:after {
bottom: -260px;
}
.project-inquiry .content-inner .single-item .inner-box .icon-box{
position: relative;
display: inline-block;
font-size: 65px;
line-height: 65px;
color: #fff;
margin-bottom: 37px;
}
.project-inquiry .content-inner .single-item .inner-box h3{
position: relative;
display: block;
font-size: 24px;
line-height: 32px;
color: #fff;
font-weight: 500;
margin-bottom: 19px;
}
.project-inquiry .content-inner .single-item .inner-box h3 a{
color: #fff;
}
.project-inquiry .content-inner .single-item .inner-box .text{
position: relative;
color: #fff;
}
.project-inquiry .content-inner .inner-content .single-item{
margin-bottom: 60px;
}
.project-inquiry .content-inner .inner-content .single-column{
padding: 0px 30px;
}
.project-inquiry .content-inner .inner-content{
position: relative;
margin: 0px -15px;
padding-left: 90px;
}
.project-inquiry .content-inner .inner-content .single-column:last-child{
padding-top: 90px;
}
.project-inquiry .content-inner .inner-content .single-column:first-child .single-item:first-child .inner-box{
background: #ff0000;
}
.project-inquiry .content-inner .inner-content .single-column:first-child .single-item:last-child .inner-box{
background: #f71da3;
}
.project-inquiry .content-inner .inner-content .single-column:last-child .single-item:first-child .inner-box{
background: #10a500;
}
.project-inquiry .content-inner .inner-content .single-column:last-child .single-item:last-child .inner-box{
background: #0000ff;
}
.project-inquiry .content-inner .inner-content .single-item .inner-box:before,
.project-inquiry .content-inner .inner-content .single-item .inner-box:after{
background: rgba(255, 255, 255, 0.2);
} .industries-service{
position: relative;
padding-bottom: 120px;
}
.industries-service .list-item li{
position: relative;
display: block;
}
.industries-service .list-item li a{
position: relative;
display: block;
font-size: 15px;
color: #777;
padding: 20.5px 0px;
border-bottom: 1px solid #cccccc;
}
.industries-service .list-item li a i{
position: relative;
float: right;
color: #4527a4;
top: 8px;
}
.industries-service .list-item li a:hover{
color: #4527a4;
}
.industries-service .inner-content{
position: relative;
margin: 0px -15px;
}
.industries-service .inner-content .column{
padding: 0px 30px;
}
.industries-service .sec-title{
margin-bottom: 64px;
}
.industries-service .inner-content .btn-box{
position: relative;
display: block;
margin-top: 70px;
}
.industries-service .inner-content .btn-box a{
position: relative;
display: inline-block;
overflow: hidden;
font-size: 16px;
font-weight: 500;
color: #4527a4;
background: #fff;
padding: 10px 35px;
text-align: center;
border-radius: 30px;
z-index: 1;
box-shadow: 0 0px 10px 0px rgba(0, 0, 0, 0.1);
}
.industries-service .inner-content .btn-box a:before {
position: absolute;
content: '';
top: 0;
left: 0;
width: 100%;
height: 100%;
opacity: 0;
background-color: #4527a4;
-webkit-transition: all 0.4s;
-moz-transition: all 0.4s;
-o-transition: all 0.4s;
transition: all 0.4s;
-webkit-transform: scale(0.2, 1);
transform: scale(0.2, 1);
z-index: -1;
}
.industries-service .inner-content .btn-box a:hover::before {
opacity: 1;
-webkit-transform: scale(1, 1);
transform: scale(1, 1);
}
.industries-service .inner-content .btn-box a:hover{
background: #4527a4;
color: #fff !important;
} .video-style-two{
position: relative;
background: #f2eeff;
overflow: hidden;
padding: 110px 0px 120px 0px;
}
.video-style-two .video-inner{
position: relative;
display: block;
max-width: 870px;
width: 100%;
background: #4527a4;
margin: 0 auto;
padding: 195px 0px;
text-align: center;
border-radius: 30px;
}
.video-style-two .video-inner a{
position: relative;
display: inline-block;
font-size: 48px;
color: #f7bf25;
width: 130px;
height: 130px;
line-height: 130px;
text-align: center;
background: #fff;
border-radius: 50%;
-webkit-animation: pulse 5s infinite;
-o-animation: pulse 5s infinite;
animation: pulse 5s infinite;
}
@-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;
}
.video-style-two .sec-title{
margin-bottom: 56px;
}
.video-style-two .vector-image .image-1{
position: absolute;
left: 0px;
top: 0px;
}
.video-style-two .vector-image .image-2{
position: absolute;
right: 0px;
top: 0px;
}
.video-style-two .vector-image .image-3{
position: absolute;
left: 0px;
bottom: 0px;
animation-name: slideInUp;
animation-duration: 2s;
animation-iteration-count: 1;
animation-timing-function: linear;
-webkit-animation-name: slideInUp;
-webkit-animation-duration: 2s;
-webkit-animation-iteration-count: 1;
-webkit-animation-timing-function: linear;
-moz-animation-name: slideInUp;
-moz-animation-duration: 2s;
-moz-animation-iteration-count: 1;
-moz-animation-timing-function: linear;
-ms-animation-name: slideInUp;
-ms-animation-duration: 2s;
-ms-animation-iteration-count: 1;
-ms-animation-timing-function: linear;
}
.video-style-two .vector-image .image-4{
position: absolute;
right: 0px;
bottom: 0px;
animation-name: slideInUp;
animation-duration: 3s;
animation-iteration-count: 1;
animation-timing-function: linear;
-webkit-animation-name: slideInUp;
-webkit-animation-duration: 3s;
-webkit-animation-iteration-count: 1;
-webkit-animation-timing-function: linear;
-moz-animation-name: slideInUp;
-moz-animation-duration: 3s;
-moz-animation-iteration-count: 1;
-moz-animation-timing-function: linear;
-ms-animation-name: slideInUp;
-ms-animation-duration: 3s;
-ms-animation-iteration-count: 1;
-ms-animation-timing-function: linear;
} .testimonial-style-six{
position: relative;
padding: 167px 0px 200px 0px;
}
.testimonial-style-six .owl-dots{
display: none;
}
.testimonial-style-six .testimonial-content .image-box{
position: relative;
margin-left: 70px;
margin-top: 50px;
}
.testimonial-style-six .testimonial-content .image-box:before{
position: absolute;
content: '';
background: #f7bf25;
width: 100%;
height: 100%;
left: -50px;
top: -50px;
border-radius: 50%;
}
.testimonial-style-six .testimonial-content .image-box:after{
position: absolute;
content: "\f10d";
font-family: 'Font Awesome 5 Free';
font-size: 130px;
font-weight: 700;
color: #4527a4;
right: 30px;
top: 20px;
}
.testimonial-style-six .testimonial-content .image-box .image{
position: relative;
display: inline-block;
border-radius: 50%;
box-shadow: 0 10px 30px 0px rgba(0, 0, 0, 0.1);
}
.testimonial-style-six .testimonial-content .image-box img{
width: 100%;
border-radius: 50%;
}
.testimonial-style-six .testimonial-content .content-box{
position: relative;
display: block;
margin-left: 50px;
}
.testimonial-style-six .testimonial-content .content-box:before{
position: absolute;
content: "\f10e";
font-family: 'Font Awesome 5 Free';
font-size: 70px;
color: #cccccc;
font-weight: 700;
right: 0px;
bottom: 20px;
}
.testimonial-style-six .testimonial-content .content-box .text{
position: relative;
display: block;
font-size: 20px;
line-height: 48px;
margin-bottom: 40px;
}
.testimonial-style-six .testimonial-content .content-box .author-info .name{
position: relative;
display: block;
font-size: 24px;
line-height: 32px;
color: #4527a4;
font-weight: 500;
margin-bottom: 18px;
}
.testimonial-style-six .testimonial-content .content-box .author-info .designation{
font-size: 18px;
}
.testimonial-style-six .sec-title{
margin-left: 50px;
padding-right: 20px;
}
.testimonial-style-six  .inner-box{
position: relative;
margin-top: -130px;
}
.testimonial-style-six .testimonial-content .content-box{
padding-top: 90px;
}
.testimonial-style-six .owl-nav{
position: absolute;
left: 50%;
bottom: 30px;
margin-left: 48px;
}
.testimonial-style-six .owl-nav .owl-prev,
.testimonial-style-six .owl-nav .owl-next{
position: relative;
display: inline-block;
font-size: 30px;
line-height: 30px;
color: #777;
font-weight: 700;
margin: 0px 25px;
cursor: pointer;
z-index: 1;
transition: all 500ms ease;
}
.testimonial-style-six .owl-nav .owl-prev:before{
position: absolute;
content: '';
background: #4527a4;
height: 30px;
width: 2px;
top: 0px;
right: -26px;
}
.testimonial-style-six .owl-nav .owl-prev:hover,
.testimonial-style-six .owl-nav .owl-next:hover{
color: #4527a4;
}
.testimonial-style-six .testimonial-content{
position: relative;
margin-bottom: 40px;
} .subscribe-style-two{
position: relative;
width: 100%;
padding: 110px 0px 360px 0px;
background: #4527a4;
margin-bottom: -240px;
}
.subscribe-style-two .sec-title h2{
color: #fff;
margin-bottom: 54px;
}
.subscribe-style-two .sec-title h2:after{
background: #fff;
}
.subscribe-style-two .content-box{
position: relative;
display: block;
margin: 0px 30px 0px 70px;
}
#content_block_18 .content-box .text{
position: relative;
display: block;
font-size: 16px;
color: #fff;
margin-bottom: 44px;
}
#content_block_18 .content-box .subscribe-form .form-group{
position: relative;
margin: 0px;
}
#content_block_18 .content-box .subscribe-form .form-group input[type='email'] {
position: relative;
width: 100%;
height: 60px;
border: 2px solid #dddddd;
border-radius: 30px;
font-size: 16px;
color: #fff;
margin-bottom: 25px;
padding: 10px 40px;
background: transparent;
}
#content_block_18 .content-box .subscribe-form .form-group input::-webkit-input-placeholder{
color:#fff;
}
#content_block_18 .content-box .subscribe-form .form-group button {
position: relative;
display: inline-block;
font-size: 16px;
font-weight: 500;
color: #4527a4;
background: #fff !important;
border-radius: 30px;
text-align: center;
padding: 15px 45px;
cursor: pointer;
transition: all 500ms ease;
}
#content_block_18 .content-box .subscribe-form .form-group button:hover{
box-shadow: 0 5px 14px rgba(0, 0, 0, 0.5);
}
#image_block_18 .image-box{
position: relative;
display: block;
text-align: center;
margin-top: 12px;
}  .banner-style-seven{
position: relative;
padding: 245px 0px 170px 0px;
}
.banner-style-seven .image-layer {
position: absolute;
top: 0px;
left: 0px;
height: 100%;
width: 95%;
z-index: -1;
background-size: cover;
background-repeat: no-repeat;
background-position: top right;
}
.banner-style-seven .content-box h1 {
position: relative;
display: block;
font-size: 48px;
line-height: 72px;
font-weight: 500;
color: #fff;
margin-bottom: 44px;
}
.banner-style-seven .content-box .text {
position: relative;
display: block;
font-size: 16px;
color: #fff;
margin-bottom: 67px;
}
.banner-style-seven .content-box .mail-box .form-group {
position: relative;
margin: 0px;
margin-right: 30px;
}
.banner-style-seven .content-box .mail-box .form-group input[type='email'] {
position: relative;
width: 100%;
height: 60px;
border: 1px solid #fff;
border-radius: 30px;
font-size: 14px;
color: #fff;
background: transparent;
padding: 10px 200px 10px 30px;
}
.banner-style-seven .content-box .mail-box .form-group input::-webkit-input-placeholder{
color:#fff;
}
.banner-style-seven .content-box .mail-box .form-group button {
position: absolute;
top: 0px;
right: 0px;
width: 170px;
height: 60px;
background: #fff;
text-align: center;
font-size: 14px;
color: #4527a4;
border-top-right-radius: 30px;
border-bottom-right-radius: 30px;
cursor: pointer;
transition: all 500ms ease;
}
.banner-style-seven .image-box{
position: relative;
margin-left: 85px;
}
.banner-style-seven .image-box .image{
position: relative;
border-top-left-radius: 15px;
}
.banner-style-seven .image-box .image img{
max-width: none;
float: left;
border-top-left-radius: 15px;
}
.banner-style-seven .content-box{
position: relative;
padding-top: 90px;
}
.banner-style-seven .anim-icons .icon-1 {
left: 95px;
top: 200px;
background-repeat: no-repeat;
-webkit-animation: zoom-fade 2s infinite linear;
animation: zoom-fade 2s infinite linear;
}
.banner-style-seven .anim-icons .icon-2 {
left: 100px;
bottom: 250px;
background-repeat: no-repeat;
}
.banner-style-seven .anim-icons .icon-3 {
left: 45%;
top: 200px;
background-repeat: no-repeat;
}
.banner-style-seven .anim-icons .icon-4 {
left: 38%;
bottom: 150px;
background-repeat: no-repeat;
}
.banner-style-seven .anim-icons .icon-5 {
top: 120px;
right: 190px;
background-repeat: no-repeat;
} .feature-style-seven{
position: relative;
padding: 270px 0px 100px 0px;
}
.feature-style-seven .pattern-bg1{
position: absolute;
width: 945px;
height: 990px;
left: 0px;
top: 110px;
background-repeat: no-repeat;
animation-name: slideInLeft;
animation-duration: 2s;
animation-iteration-count: 1;
animation-timing-function: linear;
-webkit-animation-name: slideInLeft;
-webkit-animation-duration: 2s;
-webkit-animation-iteration-count: 1;
-webkit-animation-timing-function: linear;
-moz-animation-name: slideInLeft;
-moz-animation-duration: 2s;
-moz-animation-iteration-count: 1;
-moz-animation-timing-function: linear;
-ms-animation-name: slideInLeft;
-ms-animation-duration: 2s;
-ms-animation-iteration-count: 1;
-ms-animation-timing-function: linear;
}
.feature-style-seven .pattern-bg2{
position: absolute;
width: 850px;
height: 820px;
right: -40px;
bottom: -110px;
background-repeat: no-repeat;
z-index: -1;
animation-name: slideInRight;
animation-duration: 2s;
animation-iteration-count: 1;
animation-timing-function: linear;
-webkit-animation-name: slideInRight;
-webkit-animation-duration: 2s;
-webkit-animation-iteration-count: 1;
-webkit-animation-timing-function: linear;
-moz-animation-name: slideInRight;
-moz-animation-duration: 2s;
-moz-animation-iteration-count: 1;
-moz-animation-timing-function: linear;
-ms-animation-name: slideInRight;
-ms-animation-duration: 2s;
-ms-animation-iteration-count: 1;
-ms-animation-timing-function: linear;
}
#content_block_19 .content-box .icon-box{
position: relative;
display: inline-block;
font-size: 50px;
line-height: 50px;
color: #f04b49;
margin-bottom: 30px;
}
#content_block_19 .content-box .text{
position: relative;
font-size: 16px;
margin-bottom: 60px;
}
#content_block_19 .content-box .theme-btn{
text-transform: uppercase;
}
#content_block_19 .content-box .sec-title h2{
margin-bottom: 56px;
}
.feature-style-seven .inner-box:first-child .content-box{
margin-left: 70px;
}
.feature-style-seven .inner-box:first-child{
margin-bottom: 115px;
}
.feature-style-seven .inner-box:last-child .content-box .icon-box{
color: #f8cb00;
}
#image_block_19 .image-box,
#image_block_20 .image-box{
position: relative;
}
#image_block_19 .image-box img{
max-width: none;
float: right;
}
#image_block_20 .image-box img{
width: 100%;
}
#image_block_20 .image-box{
margin-right: -12px;
}
.feature-style-seven .inner-box:last-child .content-box{
margin-right: 35px;
} .enterprise-section{
position: relative;
padding: 90px 0px 70px;
}
.enterprise-section .sec-title{
margin-bottom: 76px;
}
.enterprise-section .single-item .inner-box{
position: relative;
display: block;
background: #fff9ea;
overflow: hidden;
padding: 53px 290px 53px 45px;
transition: all 500ms ease;
}
.enterprise-section .single-column:first-child .single-item .inner-box{
border-top-right-radius: 30px;
border-bottom-left-radius: 30px;
}
.enterprise-section .single-item .inner-box:hover{
box-shadow: 0 5px 30px 0px rgba(0, 0, 0, 0.2);
}
.enterprise-section .single-item .inner-box .image-box{
position: absolute;
right: 25px;
bottom: -5px;
}
.enterprise-section .single-item .inner-box h3{
position: relative;
display: block;
font-size: 20px;
line-height: 32px;
font-weight: 500;
color: #222;
padding-bottom: 24px;
margin-bottom: 28px;
}
.enterprise-section .single-item .inner-box h3:before{
position: absolute;
content: '';
background: #0050db;
height: 2px;
width: 50px;
left: 0px;
bottom: 0px;
}
.enterprise-section .single-item .inner-box .text{
position: relative;
display: block;
}
.enterprise-section .single-column:nth-child(2) .single-item .inner-box{
border-top-left-radius: 30px;
border-bottom-right-radius: 30px;
}
.enterprise-section .single-column:nth-child(2) .single-item .inner-box,
.enterprise-section .single-column:nth-child(3) .single-item .inner-box{
background: #f3efff;
padding: 53px 30px 53px 300px;
}
.enterprise-section .single-column:nth-child(2) .single-item .inner-box .image-box,
.enterprise-section .single-column:nth-child(3) .single-item .inner-box .image-box{
left: 25px;
bottom: 0px;
}
.enterprise-section .single-column{
margin-bottom: 30px;
}
.enterprise-section .single-column:nth-child(3) .single-item .inner-box{
background: #f3f8ff;
border-top-left-radius: 30px;
border-bottom-right-radius: 30px;
}
.enterprise-section .single-column:last-child .single-item .inner-box{
background: #f3ffdb;
border-top-right-radius: 30px;
border-bottom-left-radius: 30px;
} .device-friendly{
position: relative;
padding: 250px 0px 100px 0px;
width: 100%;
z-index: 1;
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}
#content_block_20 .content-box{
position: relative;
margin-left: 40px;
padding-top: 125px;
}
#content_block_20 .content-box h1{
position: relative;
display: block;
font-size: 48px;
line-height: 55px;
color: #fff;
font-weight: 500;
margin-bottom: 29px;
}
.device-friendly .content-box .icon{
position: absolute;
}
.device-friendly .content-box .icon-1{
left: 90px;
top: 0px;
background-repeat: no-repeat;
-webkit-animation: zoom-fade 2s infinite linear;
animation: zoom-fade 2s infinite linear;
}
.device-friendly .content-box .icon-2 {
top: -70px;
right: 0px;
background-repeat: no-repeat;
}
.device-friendly .content-box .icon-3 {
right: -200px;
top: 130px;
background-repeat: no-repeat;
}
.device-friendly .content-box .icon-4 {
right: -30px;
bottom: -30px;
background-repeat: no-repeat;
}
.device-friendly .content-box .icon-5 {
left: 150px;
bottom: -100px;
background-repeat: no-repeat;
}
#content_block_20 .content-box .text{
position: relative;
display: block;
font-size: 16px;
line-height: 36px;
color: #fff;
margin-bottom: 44px;
}
#content_block_20 .content-box .btn-box a{
position: relative;
display: inline-block;
overflow: hidden;
font-size: 18px;
font-weight: 500;
color: #4527a4;
background: #fff;
border-radius: 30px;
text-align: center;
z-index: 1;
padding: 15px 52px;
}
#content_block_20 .content-box .btn-box a:before {
position: absolute;
content: '';
top: 0;
left: 0;
width: 100%;
height: 100%;
opacity: 0;
background-color: #4527a4;
-webkit-transition: all 0.4s;
-moz-transition: all 0.4s;
-o-transition: all 0.4s;
transition: all 0.4s;
-webkit-transform: scale(1, 0.2);
transform: scale(1, 0.2);
z-index: -1;
}
#content_block_20 .content-box .btn-box a:hover::before {
opacity: 1;
-webkit-transform: scale(1, 1);
transform: scale(1, 1);
}
#content_block_20 .content-box .btn-box a:hover{
box-shadow: 0 5px 14px rgba(0, 0, 0, 0.5);
color: #fff !important;
background: #4527a4;
}
#image_block_21 .image-box img{
max-width: none;
float: right;
}
#image_block_21 .image-box{
position: relative;
margin-right: -30px;
}
.pricing-style-two.home-7{
position: relative;
padding-top: 85px;
}
.pricing-style-two.home-7:before{
position: absolute;
left: 0px;
bottom: 50%;
content: '';
background: #f5f5f5;
width: 100%;
height: 100%;
}
.subscribe-section.home-7,
.subscribe-section.home-8{
padding-top: 115px;
}  .banner-style-eight {
position: relative;
padding: 315px 0px 110px 0px;
}
.banner-style-eight .image-layer {
position: absolute;
top: 0px;
left: 0px;
height: 1590px;
width: 95%;
background-size: cover;
background-repeat: no-repeat;
background-position: top right;
}
.banner-style-eight .content-box h1 {
position: relative;
display: block;
font-size: 48px;
line-height: 72px;
font-weight: 500;
color: #fff;
margin-bottom: 26px;
}
.banner-style-eight .content-box .text {
position: relative;
display: block;
font-size: 18px;
line-height: 36px;
font-weight: 500;
color: #fff;
margin-bottom: 51px;
}
.banner-style-eight .content-box .btn-box .btn-one{
position: relative;
display: inline-block;
overflow: hidden;
font-size: 14px;
color: #4527a4;
line-height: 30px;
font-weight: 500;
background: #fff;
padding: 15px 33px;
text-align: center;
border-radius: 30px;
margin-right: 30px;
z-index: 1;
box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5);
}
.banner-style-eight .content-box .btn-box .btn-one:before {
position: absolute;
content: '';
top: 0;
left: 0;
width: 100%;
height: 100%;
opacity: 0;
background-color: #4527a4;
-webkit-transition: all 0.4s;
-moz-transition: all 0.4s;
-o-transition: all 0.4s;
transition: all 0.4s;
-webkit-transform: scale(0.2, 1);
transform: scale(0.2, 1);
z-index: -1;
}
.banner-style-eight .content-box .btn-box .btn-one:hover::before {
opacity: 1;
-webkit-transform: scale(1, 1);
transform: scale(1, 1);
}
.banner-style-eight .content-box .btn-box .btn-one:hover{
color: #fff !important;
background: #4527a4;
}
.banner-style-eight .content-box .btn-box .btn-two{
position: relative;
display: inline-block;
overflow: hidden;
line-height: 60px;
font-size: 18px;
color: #fff;
font-weight: 500;
}
.banner-style-eight .content-box .btn-box .btn-two:hover{
text-decoration: underline;
}
.banner-style-eight .content-box .btn-box .btn-two i{
margin-left: 10px;
position: relative;
top: 2px;
}
.banner-style-eight .content-box{
position: relative;
margin-top: 38px;
}
.banner-style-eight .image-box img{
max-width: none;
float: left;
}
.banner-style-eight .image-box{
position: relative;
}
.banner-style-eight .image-box .image-2{
position: absolute;
right: -250px;
bottom: 0px;
} .reasons-section{
position: relative;
padding-bottom: 100px;
}
.reasons-section .sec-title{
margin-bottom: 48px;
}
.reasons-section .single-item .inner-box{
position: relative;
display: block;
background: #fff;
padding: 127px 30px 38px 30px;
border-radius: 20px;
box-shadow: 0 5px 20px 0px rgba(0, 0, 0, 0.1);
transition: all 500ms ease;
}
.reasons-section .single-item:hover .inner-box{
transform: translateY(-10px);
box-shadow: 0 5px 20px 0px rgba(0, 0, 0, 0.3);
}
.reasons-section .single-item .inner-box .icon-box{
position: absolute;
left: 30px;
top: 0px;
font-size: 40px;
line-height: 80px;
width: 60px;
height: 80px;
color: #fff;
background: #4527a4;
text-align: center;
border-bottom-left-radius: 30px;
border-bottom-right-radius: 30px;
}
.reasons-section .single-item .inner-box h3{
position: relative;
display: block;
font-size: 24px;
line-height: 32px;
color: #222;
font-weight: 500;
margin-bottom: 23px;
}
.reasons-section .single-item .inner-box h3 a{
display: inline-block;
color: #222;
}
.reasons-section .single-item .inner-box h3 a:hover{
color: #4527a4;
}
.reasons-section .inner-content{
position: relative;
margin: 0px -15px;
}
.reasons-section .inner-content .single-column{
padding: 0px 30px;
}
.reasons-section .inner-content .single-column:nth-child(2) .single-item .inner-box .icon-box{
background: #ffc500;
}
.reasons-section .inner-content .single-column:last-child .single-item .inner-box .icon-box{
background: #ff0600;
} .feature-style-eight{
position: relative;
padding: 30px 0px 50px 0px;
}
.feature-style-eight .pattern-bg .pattern-1{
position: absolute;
width: 1070px;
height: 980px;
right: 0px;
top: 22%;
background-repeat: no-repeat;
}
.feature-style-eight .pattern-bg .pattern-2{
position: absolute;
width: 890px;
height: 930px;
left: 0px;
bottom: -30px;
background-repeat: no-repeat;
}
#content_block_21 .content-box .icon-box{
position: relative;
display: inline-block;
font-size: 50px;
line-height: 50px;
color: #b96944;
margin-bottom: 28px;
}
#content_block_21 .content-box .text{
position: relative;
display: block;
font-size: 16px;
margin-bottom: 60px;
}
#content_block_21 .content-box .sec-title h2{
margin-bottom: 56px;
}
#content_block_21 .content-box .theme-btn{
text-transform: uppercase;
}
.feature-style-eight .inner-box:nth-child(2) .content-box .icon-box{
color: #f7a9b4 !important;
}
.feature-style-eight .inner-box:last-child .content-box .icon-box{
color: #fa870a !important;
}
.feature-style-eight .inner-box{
margin-bottom: 120px;
}
.feature-style-eight .inner-box:first-child .image-box{
margin-right: 47px;
}
.feature-style-eight .inner-box:nth-child(2) .image-box{
margin-left: 55px;
}
.feature-style-eight .inner-box:last-child .image-box{
margin-right: 61px;
margin-left: -50px;
}
#image_block_22 .image-box{
position: relative;
}
#image_block_22 .image-box img{
width: 100%;
} .customer-management{
position: relative;
padding-bottom: 120px;
}
.customer-management .sec-title{
margin-bottom: 68px;
}
.customer-management .image-box img{
width: 100%;
}
.customer-management .image-box{
position: relative;
}
.customer-management .image-box .image-2{
position: absolute;
left: -115px;
right: -115px;
bottom: 45px;
} .testimonial-style-seven{
position: relative;
padding: 150px 0px 90px 0px;
width: 100%;
background-size: cover;
background-repeat: no-repeat;
background-position: top center;
}
.testimonial-style-seven:before{
position: absolute;
content: '';
background: url(//ecpay.online/wp-content/themes/appway/assets/css/images/icons/map-shap.png);
width: 100%;
height: 670px;
left: 0px;
top: 30px;
background-repeat: no-repeat;
background-position: center;
}
.testimonial-style-seven .testimonial-inner .sec-title h2{
color: #fff;
margin-bottom: 39px;
}
.testimonial-style-seven .testimonial-inner .sec-title h2:after{
background: #fff;
}
.testimonial-style-seven .testimonial-inner .testimonial-content .text{
position: relative;
display: block;
font-size: 18px;
line-height: 36px;
color: #fff;
margin-bottom: 53px;
}
.testimonial-style-seven .testimonial-inner .testimonial-content .author-info{
position: relative;
padding: 14px 0px 25px 170px;
}
.testimonial-style-seven .testimonial-inner .testimonial-content .author-info .image-box{
position: absolute;
left: 0px;
top: 0px;
width: 128px;
height: 128px;
border: 2px solid #fff;
border-radius: 50%;
box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
}
.testimonial-style-seven .testimonial-inner .testimonial-content .author-info .image-box img{
width: 100%;
border-radius: 50%;
}
.testimonial-style-seven .testimonial-inner .testimonial-content .author-info .name{
position: relative;
display: block;
font-size: 18px;
font-weight: 700;
color: #fff;
text-transform: uppercase;
margin-bottom: 11px;
}
.testimonial-style-seven .testimonial-inner .testimonial-content .author-info .designation{
position: relative;
display: block;
font-size: 16px;
color: #fff;
margin-bottom: 11px;
}
.testimonial-style-seven .testimonial-inner .testimonial-content .author-info .rating li{
position: relative;
float: left;
font-size: 16px;
color: #ffc600;
}
.testimonial-style-seven .testimonial-inner .owl-nav,
.testimonial-style-seven .testimonial-inner .owl-dots{
display: none;
}
.testimonial-style-seven .thumb-box{
position: relative;
width: 100%;
min-height: 400px;
margin-top: 110px;
}
.testimonial-style-seven .thumb-box .thumb-1{
position: absolute;
left: 0px;
top: -75px;
-webkit-animation: zoom-fade 2s infinite linear;
animation: zoom-fade 2s infinite linear;
}
.testimonial-style-seven .thumb-box .thumb-2{
position: absolute;
left: -110px;
bottom: 90px;
-webkit-animation: zoom-fade 4s infinite linear;
animation: zoom-fade 4s infinite linear;
}
.testimonial-style-seven .thumb-box .thumb-3{
position: absolute;
right: 100px;
top: 0px;
-webkit-animation: zoom-fade 4s infinite linear;
animation: zoom-fade 4s infinite linear;
}
.testimonial-style-seven .thumb-box .thumb-4{
position: absolute;
right: 190px;
bottom: -45px;
-webkit-animation: zoom-fade 5s infinite linear;
animation: zoom-fade 5s infinite linear;
} .clients-style-three{
position: relative;
padding-top: 105px;
}
.clients-style-three .inner-container{
position: relative;
padding: 30px 30px 0px 30px;
text-align: center;
}
.clients-style-three .image-box img {
display: block;
max-width: 100%;
width: auto;
margin: 0 auto;
-webkit-transition: all 300ms ease;
-moz-transition: all 300ms ease;
-ms-transition: all 300ms ease;
-o-transition: all 300ms ease;
transition: all 300ms ease;
}
.clients-style-three .image-box img:hover{
opacity: 0.5;
}
.clients-style-three .owl-nav,
.clients-style-three .owl-dots{
display: none;
}  .banner-style-nine{
position: relative;
padding: 295px 0px 310px 0px;
}
.banner-style-nine .image-layer {
position: absolute;
top: 0px;
left: 0px;
height: 100%;
width: 100%;
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}
.banner-style-nine .content-box{
position: relative;
margin-top: 70px;
}
.banner-style-nine .content-box .btn-box .btn-one{
padding: 15px 43px;
} .dashboard-feature{
position: relative;
padding-top: 120px;
}
#content_block_22 .content-box h5{
position: relative;
display: block;
font-size: 18px;
font-weight: 500;
color: #7000e0;
margin-bottom: 31px;
}
#content_block_22 .content-box .text{
position: relative;
display: block;
font-size: 16px;
line-height: 36px;
margin-bottom: 51px;
}
#content_block_22 .content-box .sec-title h2{
line-height: 60px;
margin-bottom: 68px;
}
#content_block_22 .content-box .theme-btn-two{
padding: 15px 40px;
}
#content_block_23 .inner-content .feature-block-one .icon-box{
position: relative;
display: inline-block;
font-size: 60px;
line-height: 60px;
color: #fda700;
margin-bottom: 32px;
transition: all 500ms ease;
}
#content_block_23 .inner-content .feature-block-one:hover .icon-box{
color: #fff !important;
}
#content_block_23 .inner-content .feature-column:first-child .feature-block-one:last-child .icon-box{
color: #fd00dc;
}
#content_block_23 .inner-content .feature-column:last-child .feature-block-one:first-child .icon-box{
color: #4527a4;
}
#content_block_23 .inner-content .feature-column:last-child .feature-block-one:last-child .icon-box{
color: #00b9fd;
}
#content_block_23 .inner-content .feature-block-one h3{
position: relative;
display: block;
font-size: 24px;
line-height: 32px;
color: #222;
font-weight: 500;
margin-bottom: 28px;
transition: all 500ms ease;
}
#content_block_23 .inner-content .feature-block-one:hover h3,
#content_block_23 .inner-content .feature-block-one:hover h3 a{
color: #fff;
}
#content_block_23 .inner-content .feature-block-one h3 a{
display: inline-block;
color: #222;
}
#content_block_23 .inner-content .feature-block-one .inner-box{
padding: 48px 45px 50px 40px;
}
#content_block_23 .inner-content .feature-block-one{
margin-bottom: 50px;
}
.dashboard-feature .inner-content{
position: relative;
margin: 0px -10px;
}
#content_block_23 .inner-content .feature-column{
padding: 0px 25px;
}
#content_block_23 .inner-content .feature-column:last-child{
padding-top: 50px;
} .support-section{
position: relative;
padding: 50px 0px 100px 0px;
}
.support-section .sec-title{
margin-bottom: 50px;
}
.support-section .sec-title h5{
position: relative;
display: block;
font-size: 18px;
font-weight: 500;
color: #7000e0;
margin-bottom: 31px;
text-transform: uppercase;
text-align: center;
}
.support-section .sec-title h2{
line-height: 60px;
margin-bottom: 70px;
}
#content_block_24 .content-box h2{
position: relative;
display: block;
font-size: 36px;
line-height: 60px;
color: #222222;
font-weight: 500;
margin-bottom: 39px;
}
#content_block_24 .content-box .text{
position: relative;
display: block;
font-size: 16px;
margin-bottom: 60px;
}
#content_block_24 .content-box .theme-btn{
height: 60px;
padding: 17px 80px 17px 40px;
}
#content_block_24 .content-box .theme-btn i{
height: 60px;
width: 60px;
line-height: 60px;
}
.support-section .inner-box:last-child .content-box{
margin-right: 100px;
}
.support-section .inner-box:last-child{
padding-top: 120px;
}
.support-section .inner-box .image-box{
margin-right: 52px;
}
#image_block_23 .image-box img{
width: 100%;
}
.support-section .inner-box:last-child .image-box img{
max-width: none;
float: right;
width: auto;
} .trusted-section{
position: relative;
padding: 20px 0px 120px 0px;
}
.trusted-section .sec-title h5{
position: relative;
display: block;
font-size: 18px;
font-weight: 500;
color: #7000e0;
margin-bottom: 37px;
}
.trusted-section .image-box{
position: relative;
margin-bottom: 100px;
min-height: 550px;
}
.trusted-section .image-box .image{
position: absolute;
left: 0px;
bottom: 0px;
right: 0px;
}
.trusted-section .image-box img{
width: 100%;
}
.trusted-section .fact-counter .inner-box .count-outer span{
position: relative;
display: inline-block;
font-size: 72px;
line-height: 75px;
font-weight: 500;
color: #222;
margin-bottom: 17px;
}
.trusted-section .fact-counter .inner-box h2{
position: relative;
display: block;
font-size: 30px;
line-height: 35px;
color: #4527a4;
font-weight: 500;
} .testimonial-style-eight{
position: relative;
padding: 120px 0px 100px 0px;
}
.testimonial-style-eight .image-layer{
position: absolute;
left: 0px;
top: 0px;
width: 100%;
height: 835px;
right: 0px;
background-size: cover;
background-position: top center;
background-repeat: no-repeat;
}
.testimonial-style-eight .sec-title h5 {
position: relative;
display: block;
font-size: 18px;
font-weight: 500;
color: #7000e0;
margin-bottom: 31px;
}
.testimonial-style-eight .sec-title h2{
line-height: 60px;
margin-bottom: 66px;
}
.testimonial-style-eight .testimonial-content{
position: relative;
margin-bottom: 100px;
margin-top: 30px;
}
.testimonial-style-eight .testimonial-content .inner-box{
position: relative;
display: block;
background: #fff;
border-radius: 20px;
text-align: center;
padding: 44px 40px 0px 40px;
box-shadow: 0 0px 20px 0px rgba(0, 0, 0, 0.2);
}
.testimonial-style-eight .testimonial-content .inner-box .text{
position: relative;
display: block;
font-size: 18px;
margin-bottom: 31px;
}
.testimonial-style-eight .testimonial-content .inner-box .icon-box{
position: relative;
display: inline-block;
font-size: 30px;
line-height: 30px;
color: #cccccc;
margin-bottom: 33px;
}
.testimonial-style-eight .testimonial-content .inner-box .author-info .name{
position: relative;
display: block;
font-size: 18px;
color: #4527a4;
margin-bottom: 8px;
}
.testimonial-style-eight .testimonial-content .inner-box .author-info .designation{
position: relative;
display: block;
font-size: 16px;
margin-bottom: 24px;
} 
.testimonial-style-eight .testimonial-content .inner-box .author-info .image-box{
position: relative;
display: inline-block;
width: 100px;
height: 100px;
border: 2px solid #fff;
border-radius: 50%;
margin-bottom: -60px;
box-shadow: 0 5px 20px 0px rgba(0, 0, 0, 0.1);
}
.testimonial-style-eight .testimonial-content .inner-box .author-info .image-box img{
width: 100%;
border-radius: 50%;
}
.testimonial-style-eight .owl-nav{
display: none;
}
.testimonial-style-eight .owl-theme .owl-dots{
position: relative;
display: block;
text-align: center;
margin-top: 20px;
}
.testimonial-style-eight .owl-theme .owl-dots .owl-dot span{
position: relative;
display: inline-block;
width: 10px;
height: 10px;
background: #b7b7b7;
border-radius: 50%;
cursor: pointer;
transition: all 500ms ease;
}
.testimonial-style-eight .owl-theme .owl-dots .owl-dot.active span,
.testimonial-style-eight .owl-theme .owl-dots .owl-dot span:hover{
background: #4527a4;
}
.clients-style-three.home-9{
position: relative;
padding: 120px 0px;
box-shadow: 0 0px 20px 0px rgba(0, 0, 0, 0.1);
}
.clients-style-three.home-9 .inner-container{
padding: 0px;
}
.subscribe-section.home-9{
padding-bottom: 110px;
} .main-footer.style-three{
position: relative;
padding-top: 0px;
background-image: -webkit-linear-gradient(-90deg, #0042ff 0%, #6300c7 100%);
}
.main-footer.style-three .footer-top{
padding-top: 77px;
}
.main-footer.style-three .anim-icons .icon{
background: rgba(255, 255, 255, 0.1);
border-radius: 10px;
}
.main-footer.style-three .anim-icons .icon-1{
position: absolute;
left: 20px;
top: 60px;
width: 85px;
height: 85px;
-webkit-animation: zoom-fade 2s infinite linear;
animation: zoom-fade 2s infinite linear;
}
.main-footer.style-three .anim-icons .icon-2{
position: absolute;
left: 230px;
top: 25px;
width: 130px;
height: 130px;
-webkit-animation: zoom-fade 5s infinite linear;
animation: zoom-fade 5s infinite linear;
}
.main-footer.style-three .anim-icons .icon-3{
position: absolute;
left: 20px;
top: 225px;
width: 110px;
height: 110px;
-webkit-animation: zoom-fade 3s infinite linear;
animation: zoom-fade 3s infinite linear;
}
.main-footer.style-three .anim-icons .icon-4{
position: absolute;
left: 200px;
bottom: 185px;
width: 85px;
height: 85px;
-webkit-animation: zoom-fade 2s infinite linear;
animation: zoom-fade 2s infinite linear;
}
.main-footer.style-three .anim-icons .icon-5{
position: absolute;
left: 75px;
bottom: 15px;
width: 130px;
height: 130px;
-webkit-animation: zoom-fade 5s infinite linear;
animation: zoom-fade 5s infinite linear;
}
.main-footer.style-three .anim-icons .icon-6{
position: absolute;
right: 270px;
top: 60px;
width: 85px;
height: 85px;
-webkit-animation: zoom-fade 2s infinite linear;
animation: zoom-fade 2s infinite linear;
}
.main-footer.style-three .anim-icons .icon-7{
position: absolute;
right: 15px;
top: 25px;
width: 130px;
height: 130px;
-webkit-animation: zoom-fade 5s infinite linear;
animation: zoom-fade 5s infinite linear;
}
.main-footer.style-three .anim-icons .icon-8{
position: absolute;
right: 245px;
top: 225px;
width: 110px;
height: 110px;
-webkit-animation: zoom-fade 3s infinite linear;
animation: zoom-fade 3s infinite linear;
}
.main-footer.style-three .anim-icons .icon-9{
position: absolute;
right: 90px;
bottom: 185px;
width: 85px;
height: 85px;
-webkit-animation: zoom-fade 2s infinite linear;
animation: zoom-fade 2s infinite linear;
}
.main-footer.style-three .anim-icons .icon-10{
position: absolute;
right: 170px;
bottom: 15px;
width: 130px;
height: 130px;
-webkit-animation: zoom-fade 5s infinite linear;
animation: zoom-fade 5s infinite linear;
} .main-header.home-10 .main-menu .navigation > li > a{
color: #222;
} .banner-style-ten{
position: relative;
background: #fff;
padding: 295px 0px 90px 0px;
}
.banner-style-ten .image-layer {
position: absolute;
top: 0px;
left: 0px;
right: 0px;
height: 100%;
width: 100%;
background-size: cover;
background-repeat: no-repeat;
background-position: top center;
}
.banner-style-ten .content-box h5{
position: relative;
display: block;
font-size: 24px;
line-height: 32px;
color: #8344c5;
margin-bottom: 26px;
}
.banner-style-ten .content-box h1{
position: relative;
display: block;
font-size: 48px;
line-height: 72px;
font-weight: 500;
color: #222;
margin-bottom: 20px;
}
.banner-style-ten .content-box{
position: relative;
margin-right: -15px;
}
.banner-style-ten .content-box .text{
position: relative;
display: block;
font-size: 16px;
margin-bottom: 44px;
}
.banner-style-ten .content-box .theme-btn-two{
padding: 13px 40px;
}
.banner-style-ten .image-box{
position: relative;
margin-left: 150px;
}
.banner-style-ten .image-box img{
max-width: none;
float: left;
}
.owl-dots-none .owl-dots{
display: none;
}
.banner-style-ten .image-box .image-2{
position: absolute;
left: -110px;
bottom: -70px;
}
.banner-style-ten .image-box .image-3{
position: absolute;
left: 180px;
top: 40px;
-webkit-animation: zoom-fade 2s infinite linear;
animation: zoom-fade 2s infinite linear;
}
.banner-style-ten .image-box .image-4{
position: absolute;
top: 0px;
right: 0px;
-webkit-animation: zoom-fade 2s infinite linear;
animation: zoom-fade 2s infinite linear;
}
.banner-style-ten .image-box .image-5{
position: absolute;
top: 150px;
right: -250px;
-webkit-animation: zoom-fade 3s infinite linear;
animation: zoom-fade 3s infinite linear;
}
.banner-style-ten .image-box .image-6{
position: absolute;
bottom: 100px;
right: -250px;
-webkit-animation: zoom-fade 2s infinite linear;
animation: zoom-fade 2s infinite linear;
} .service-style-three{
position: relative;
padding-top: 140px;
}
.service-style-three .image-layer{
position: absolute;
width: 345px;
height: 880px;
left: 0px;
bottom: -220px;
background-repeat: no-repeat;
}
.service-style-three .sec-title h2{
line-height: 60px;
margin-bottom: 135px;
}
.service-block-three{
position: relative;
margin-bottom: 140px;
}
.service-block-three .inner-box{
position: relative;
display: block;
background: #fff;
border-radius: 20px;
text-align: center;
padding: 0px 40px 55px 40px;
box-shadow: 0 0px 20px 0px rgba(0, 0, 0, 0.1);
transition: all 500ms ease;
}
.service-block-three:hover .inner-box{
transform: translateY(-15px);
box-shadow: 0 0px 20px 0px rgba(0, 0, 0, 0.2);
}
.service-block-three .inner-box .icon-box{
position: relative;
display: inline-block;
font-size: 60px;
color: #fff;
width: 170px;
height: 160px;
line-height: 160px;
text-align: center;
margin-top: -75px;
z-index: 1;
margin-bottom: 32px;
}
.service-block-three .inner-box .icon-box .bg-layer{
position: absolute;
width: 170px;
height: 160px;
left: 0px;
top: 0px;
background-repeat: no-repeat;
z-index: -1;
transition: all 0.6s ease;
-moz-transition: all 0.6s ease;
-webkit-transition: all 0.6s ease;
-ms-transition: all 0.6s ease;
-o-transition: all 0.6s ease;
}
.service-block-three:hover .inner-box .icon-box .bg-layer {
filter: grayscale(100%);
-webkit-filter: grayscale(100%);
-moz-filter: grayscale(100%);
-o-filter: grayscale(100%);
-ms-filter: grayscale(100%);
-webkit-transform: rotateY(180deg);
-moz-transform: rotateY(180deg);
-ms-transform: rotateY(180deg);
-o-transform: rotateY(180deg);
transform: rotateY(180deg);
}
.service-style-three .inner-container{
position: relative;
margin: 0px -10px;
}
.service-style-three .single-column{
padding: 0px 25px;
}
.service-block-three .inner-box h3{
position: relative;
display: block;
font-size: 24px;
line-height: 32px;
font-weight: 500;
color: #222;
margin-bottom: 17px;
}
.service-block-three .inner-box h3 a{
display: inline-block;
color: #222;
}
.service-block-three .inner-box h3 a:hover{
color: #4527a4;
}
.service-block-three .inner-box .text{
position: relative;
display: block;
font-size: 16px;
margin-bottom: 34px;
}
.service-block-three .inner-box .link-btn a{
position: relative;
display: inline-block;
font-size: 40px;
line-height: 40px;
color: #4527a4;
font-weight: 700;
}
.service-block-three:hover .inner-box .link-btn a{
color: #ff0101 !important;
}
.service-style-three .single-column:nth-child(2){
padding-top: 190px;
}
.service-style-three .single-column:last-child{
padding-top: 90px;
} .solve-problem{
position: relative;
padding-bottom: 130px;
}
.solve-problem .image-layer{
position: absolute;
width: 290px;
height: 755px;
right: 0px;
bottom: 0px;
background-repeat: no-repeat;
}
#content_block_25 .content-box{
position: relative;
margin-right: 50px;
margin-top: 27px;
}
#content_block_25 .content-box .sec-title h2{
line-height: 60px;
margin-bottom: 81px;
}
#content_block_25 .content-box h3{
position: relative;
display: block;
font-size: 24px;
line-height: 32px;
color: #4527a4;
margin-bottom: 35px;
}
#content_block_25 .content-box .text{
position: relative;
display: block;
font-size: 16px;
margin-bottom: 50px;
}
#content_block_25 .content-box .list-item li{
position: relative;
display: block;
font-size: 16px;
margin-bottom: 30px;
padding-left: 40px;
}
#content_block_25 .content-box .list-item li:before{
position: absolute;
content: "\f00c";
font-family: 'Font Awesome 5 Free';
font-weight: 700;
font-size: 16px;
color: #4527a4;
left: 0px;
top: 0px;
}
#content_block_25 .content-box .list-item li:last-child{
margin-bottom: 0px;
}
#content_block_25 .content-box .list-item{
margin-bottom: 81px;
}
#image_block_24 .image-box{
position: relative;
}
#image_block_24 .image-box img{
max-width: none;
float: left;
} .counter-style-two{
position: relative;
padding-bottom: 115px;
}
#image_block_25 .image-box{
position: relative;
margin-right: 15px;
}
#image_block_25 .image-box img{
width: 100%;
}
#content_block_26 .content-box h2{
line-height: 60px;
margin-bottom: 60px;
}
#content_block_26 .content-box .text{
position: relative;
display: block;
font-size: 16px;
margin-bottom: 50px;
}
#content_block_26 .content-box .counter-inner .counter-block{
position: relative;
float: left;
width: 50%;
}
#content_block_26 .content-box .counter-inner .counter-block .count-outer span{
position: relative;
display: inline-block;
font-size: 48px;
line-height: 60px;
font-weight: 700;
color: #4527a4;
margin-bottom: 13px;
}
#content_block_26 .content-box .counter-inner .counter-block .count-outer span:before{
position: absolute;
content: '+';
font-size: 30px;
font-weight: 600;
color: #ff0000;
top: -9px;
right: -17px;
}
#content_block_26 .content-box .counter-inner .counter-block .inner-box h5{
position: relative;
display: block;
font-size: 18px;
color: #777777;
font-weight: 500;
text-transform: uppercase;
} .marketing-benefits{
position: relative;
background: #f5f5f5;
padding: 122px 0px 100px 0px;
}
.marketing-benefits:before{
position: absolute;
content: '';
background: #f5f5f5;
width: 100%;
height: 100%;
left: 0px;
top: 50%;
}
#content_block_27 .content-box .sec-title h2{
line-height: 60px;
margin-bottom: 74px;
}
#content_block_27 .content-box .text{
position: relative;
display: block;
font-size: 16px;
margin-bottom: 43px;
}
#content_block_27 .content-box .list-item li{
position: relative;
display: block;
font-size: 18px;
font-weight: 500;
color: #222;
margin-bottom: 6px;
padding-left: 40px;
}
#content_block_27 .content-box .list-item li:before {
position: absolute;
content: "\f00c";
font-family: 'Font Awesome 5 Free';
font-weight: 700;
font-size: 16px;
color: #4527a4;
left: 0px;
top: 0px;
}
#content_block_27 .content-box .list-item li:last-child{
margin-bottom: 0px;
}
#content_block_27 .content-box{
position: relative;
margin-right: 70px;
}
#image_block_26 .image-box{
position: relative;
margin: 95px 50px 0px 50px;
}
#image_block_26 .image-box .bg-layer{
position: absolute;
left: -60px;
top: -60px;
width: 580px;
height: 380px;
background-repeat: no-repeat;
-webkit-animation: zoom-fade 15s infinite linear;
animation: zoom-fade 15s infinite linear;
}
#image_block_26 .image-box img{
position: relative;
width: 100%;
} .testimonial-style-nine{
position: relative;
width: 100%;
padding: 200px 0px;
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}
.testimonial-style-nine:before {
position: absolute;
content: '';
background: url(//ecpay.online/wp-content/themes/appway/assets/css/images/icons/map-shap-2.png);
width: 100%;
height: 415px;
left: 0px;
top: 230px;
background-repeat: no-repeat;
background-position: center;
}
.testimonial-style-nine .testimonial-content{
position: relative;
padding: 0px 250px;
}
.testimonial-style-nine .testimonial-content .image-box{
position: relative;
display: inline-block;
width: 170px;
height: 170px;
border-radius: 50%;
margin-bottom: 47px;
}
.testimonial-style-nine .testimonial-content .image-box:before{
position: absolute;
content: "\f136";
font-family: 'Flaticon';
font-size: 30px;
font-weight: 600;
color: #fff;
background: #fd9f26;
width: 60px;
height: 60px;
line-height: 60px;
text-align: center;
right: -7px;
bottom: -6px;
border-radius: 50%;
z-index: 1;
}
.testimonial-style-nine .testimonial-content .image-box img{
width: 100%;
border-radius: 50%;
}
.testimonial-style-nine .testimonial-content .text{
position: relative;
display: block;
font-size: 20px;
line-height: 48px;
color: #fff;
font-style: italic;
margin-bottom: 47px;
}
.testimonial-style-nine .testimonial-content .author-info .name{
position: relative;
display: block;
font-size: 24px;
line-height: 32px;
color: #fff;
font-weight: 500;
margin-bottom: 1px;
padding-top: 34px;
}
.testimonial-style-nine .testimonial-content .author-info .name:before{
position: absolute;
content: '';
background: #fd9f26;
height: 2px;
width: 40px;
left: 50%;
top: 0px;
transform: translateX(-50%);
}
.testimonial-style-nine .testimonial-content .author-info .designation{
position: relative;
display: block;
font-size: 16px;
color: #fff;
}
.testimonial-style-nine .owl-nav .owl-prev,
.testimonial-style-nine .owl-nav .owl-next{
position: absolute;
top: 50%;
transform: translateY(-50%);
display: inline-block;
height: 40px;
width: 65px;
line-height: 40px;
text-align: center;
font-size: 20px;
color: #fff;
background: rgba(255, 255, 255, 0.5);
border-radius: 5px;
transition: all 500ms ease;
cursor: pointer;
}
.testimonial-style-nine .owl-nav .owl-prev{
left: 0px;
}
.testimonial-style-nine .owl-nav .owl-next{
right: 0px;
}
.testimonial-style-nine .owl-nav .owl-prev:hover,
.testimonial-style-nine .owl-nav .owl-next:hover{
background: #fff;
color: #4527a4;
} .check-work{
position: relative;
background: #f9f9f9;
padding: 105px 0px 125px 0px;
}
.check-work .inner-box{
position: relative;
padding: 0px 100px;
}
.check-work .inner-box .sec-title h2{
line-height: 60px;
margin-bottom: 56px;
}
.check-work .inner-box .check-form .form-group{
position: relative;
display: block;
border: 2px solid #4527a4;
border-radius: 50px;
padding: 3px;
}
.check-work .inner-box .check-form .form-group:before{
position: absolute;
content: '';
background: #777777;
width: 1px;
height: 16px;
top: 30px;
left: 35%;
margin-left: 15px;
}
.check-work .inner-box .check-form .form-group input[type='text'],
.check-work .inner-box .check-form .form-group input[type='email']{
position: relative;
width: 100%;
height: 70px;
padding: 10px 50px;
font-size: 16px;
max-width: 350px;
background: transparent;
}
.check-work .inner-box .check-form .form-group button{
position: absolute;
top: 3px;
right: 3px;
display: inline-block;
overflow: hidden;
font-size: 16px;
color: #fff;
background: #4527a4;
border-radius: 50px;
text-align: center;
padding: 20px 57px;
cursor: pointer;
z-index: 1;
transition: all 500ms ease;
}
.check-work .inner-box .check-form .form-group button:before {
position: absolute;
content: '';
top: 0;
left: 0;
width: 100%;
height: 100%;
opacity: 0;
background-color: #8344c5;
-webkit-transition: all 0.4s;
-moz-transition: all 0.4s;
-o-transition: all 0.4s;
transition: all 0.4s;
-webkit-transform: scale(0.2, 1);
transform: scale(0.2, 1);
z-index: -1;
}
.check-work .inner-box .check-form .form-group button:hover::before {
opacity: 1;
-webkit-transform: scale(1, 1);
transform: scale(1, 1);
}
.check-work .inner-box .check-form .form-group button:hover{
background: #8344c5 !important;
}
.check-work .inner-box .text{
position: relative;
margin-top: 54px;
display: block;
font-size: 16px;
text-align: center;
}
.check-work .inner-box .text a{
color: #222;
font-weight: 700;
}
.check-work .inner-box .text a:hover{
text-decoration: underline;
} .main-footer.style-four{
position: relative;
background: #fff;
padding-top: 20px;
z-index: 1;
}
.main-footer.style-four .pattern-bg{
position: absolute;
width: 140px;
height: 100%;
left: 0px;
top: 0px;
background-repeat: no-repeat;
}
.main-footer.style-four:after{
position: absolute;
content: '';
background: #4527a4;
width: 140px;
height: 100%;
right: 0px;
top: 0px;
z-index: -1;
}
.news-section.home-10 .news-block-one .inner-box .image-box{
border: 1px solid #d7d7d7;
}  .banner-style-11{
position: relative;
padding: 340px 0px 540px 0px;
}
.banner-style-11 .vector-image .image-1{
position: absolute;
left: 55px;
top: 200px;
}
.banner-style-11 .vector-image .image-2{
position: absolute;
right: 50px;
top: 200px;
}
.banner-style-11 .image-layer {
position: absolute;
top: 0px;
left: 0px;
height: 100%;
width: 100%;
background-size: cover;
background-repeat: no-repeat;
background-position: center;
z-index: -1;
}
.banner-style-11 .content-box{
position: relative;
max-width: 850px;
margin: 0 auto;
width: 100%;
}
.banner-style-11 .content-box h1{
position: relative;
display: block;
font-size: 48px;
line-height: 72px;
color: #fff;
margin-bottom: 30px;
}
.banner-style-11 .content-box .text{
position: relative;
display: block;
font-size: 20px;
color: #fff;
margin-bottom: 56px;
}
.banner-style-11 .content-box .btn-box .btn-one{
position: relative;
display: inline-block;
overflow: hidden;
font-size: 18px;
color: #4527a4;
line-height: 30px;
font-weight: 500;
background: #fff;
padding: 15px 30px;
text-align: center;
border-radius: 30px;
margin-right: 35px;
z-index: 1;
}
.banner-style-11 .content-box .btn-box .btn-one:before {
position: absolute;
content: '';
top: 0;
left: 0;
width: 100%;
height: 100%;
opacity: 0;
background-color: #4527a4;
-webkit-transition: all 0.4s;
-moz-transition: all 0.4s;
-o-transition: all 0.4s;
transition: all 0.4s;
-webkit-transform: scale(0.2, 1);
transform: scale(0.2, 1);
z-index: -1;
}
.banner-style-11 .content-box .btn-box .btn-one:hover::before {
opacity: 1;
-webkit-transform: scale(1, 1);
transform: scale(1, 1);
}
.banner-style-11 .content-box .btn-box .btn-one:hover{
background: #4527a4;
color: #fff !important;
box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5);
}
.banner-style-11 .content-box .btn-box .video-btn{
position: relative;
display: inline-block;
font-size: 18px;
font-weight: 500;
color: #fff;
padding: 7px 0px 0px 78px;
top: -19px;
}
.banner-style-11 .content-box .btn-box .video-btn:before{
position: absolute;
content: '';
background: #fff;
width: 105px;
height: 1px;
right: 0px;
bottom: 0px;
}
.banner-style-11 .content-box .btn-box .video-btn i{
position: absolute;
left: 0px;
top: 0px;
font-size: 18px;
font-weight: 700;
color: #4527a4;
width: 45px;
height: 45px;
line-height: 45px;
text-align: center;
background: #fff;
border-radius: 50%;
box-shadow: 0 0 0px 7px rgba(255, 255, 255, 0.2);
} .organization-section{
position: relative;
padding-top: 120px;
}
.organization-section .sec-title{
margin-bottom: 60px;
}
.organization-section .sec-title h2{
margin-bottom: 60px;
}
.organization-section .single-item .inner-box{
position: relative;
display: block;
overflow: hidden;
background: #fff;
padding: 70px 30px 44px 30px;
border-radius: 20px;
transition: all 500ms ease;
box-shadow: 0 0px 20px 0px rgba(0, 0, 0, 0.1);
}
.organization-section .single-item:hover .inner-box{
transform: translateY(-15px);
box-shadow: 0 0px 20px 0px rgba(0, 0, 0, 0.2);
}
.organization-section .single-item .inner-box .left-layer {
position: absolute;
left: 0px;
top: 0px;
width: 50%;
height: 100%;
display: block;
}
.organization-section .single-item .inner-box .right-layer {
position: absolute;
right: 0px;
top: 0px;
width: 50%;
height: 100%;
display: block;
}
.organization-section .single-item .inner-box .left-layer:before {
position: absolute;
content: '';
left: 0px;
top: 0px;
width: 50%;
height: 0%;
display: block;
background-color: #f4f4f4;
-webkit-transition: all 600ms ease;
-ms-transition: all 600ms ease;
-o-transition: all 600ms ease;
-moz-transition: all 600ms ease;
transition: all 600ms ease;
}
.organization-section .single-item .inner-box .left-layer:after {
position: absolute;
content: '';
right: 0px;
bottom: 0px;
width: 50%;
height: 0%;
display: block;
background-color: #f4f4f4;
-webkit-transition: all 600ms ease;
-ms-transition: all 600ms ease;
-o-transition: all 600ms ease;
-moz-transition: all 600ms ease;
transition: all 600ms ease;
}
.organization-section .single-item .inner-box .right-layer:before {
position: absolute;
content: '';
left: 0px;
top: 0px;
width: 50%;
height: 0%;
display: block;
background-color: #f4f4f4;
-webkit-transition: all 600ms ease;
-ms-transition: all 600ms ease;
-o-transition: all 600ms ease;
-moz-transition: all 600ms ease;
transition: all 600ms ease;
}
.organization-section .single-item .inner-box .right-layer:after {
position: absolute;
content: '';
right: 0px;
bottom: 0px;
width: 50%;
height: 0%;
display: block;
background-color: #f4f4f4;
-webkit-transition: all 600ms ease;
-ms-transition: all 600ms ease;
-o-transition: all 600ms ease;
-moz-transition: all 600ms ease;
transition: all 600ms ease;
}
.organization-section .single-item:hover .inner-box .left-layer:before, 
.organization-section .single-item:hover .inner-box .left-layer:after {
height: 100%;
}
.organization-section .single-item:hover .inner-box .right-layer:before, 
.organization-section .single-item:hover .inner-box .right-layer:after {
height: 100%;
}
.organization-section .single-item .inner-box .icon-box{
position: relative;
display: inline-block;
font-size: 60px;
line-height: 60px;
color: #1d00ff;
margin-bottom: 27px;
}
.organization-section .single-item .inner-box h4{
position: relative;
display: block;
font-size: 20px;
line-height: 30px;
font-weight: 500;
color: #222;
margin-bottom: 20px;
padding-bottom: 29px;
}
.organization-section .single-item .inner-box h4:before{
position: absolute;
content: '';
background: #4527a4;
height: 2px;
width: 40px;
left: 50%;
bottom: 0px;
transform: translateX(-50%);
}
.organization-section .single-item .inner-box h4 a{
display: inline-block;
color: #222;
}
.organization-section .single-item .inner-box h4 a:hover{
color: #4527a4;
}
.organization-section .single-item .inner-box .text{
position: relative;
display: block;
font-size: 16px;
}
.organization-section .more-btn{
position: relative;
display: block;
margin-top: 70px;
}
.organization-section .more-btn .theme-btn-two{
padding: 10px 45px;
} .security-invisible{
position: relative;
padding: 110px 0px 100px 0px;
}
#content_block_28 .content-box .sec-title h2{
line-height: 60px;
margin-bottom: 71px;
}
#content_block_28 .content-box .text{
position: relative;
display: block;
font-size: 16px;
margin-bottom: 51px;
}
#content_block_28 .content-box{
position: relative;
margin-right: 50px;
}
#content_block_28 .content-box .btn-box .theme-btn-two{
padding: 15px 40px;
}
#image_block_27 .image-box img{
max-width: none;
} .feature-style-ten{
position: relative;
padding: 135px 0px 95px 0px;
}
.feature-style-ten .sec-title{
margin-bottom: 65px;
}
#content_block_29 .content-box h2{
position: relative;
display: block;
font-size: 36px;
line-height: 60px;
color: #222;
font-weight: 500;
margin-bottom: 31px;
}
#content_block_29 .content-box .text{
position: relative;
display: block;
font-size: 16px;
line-height: 30px;
margin-bottom: 55px;
}
#content_block_29 .content-box .btn-box .theme-btn{
height: 60px;
padding: 17px 80px 17px 40px;
}
#content_block_29 .content-box .btn-box .theme-btn i{
width: 60px;
height: 60px;
line-height: 60px;
}
#image_block_28 .image-box img{
max-width: none;
}
#content_block_29 .content-box{
position: relative;
padding: 105px 0px 119px 0px;
}
.feature-style-ten .inner-container .inner-box:first-child .content-box{
margin-right: 50px;
}
.feature-style-ten .inner-container .inner-box .content-box .bg-layer{
position: absolute;
width: 975px;
height: 100%;
top: 0px;
right: -80px;
background-repeat: no-repeat;
}
#image_block_28 .image-box .image-box{
position: relative;
display: block;
text-align: center;
}
.feature-style-ten .inner-container .inner-box:first-child .image-box{
margin-left: 50px;
}
#image_block_28 .image-box .anim-icons .icon-1{
position: absolute;
top: -50px;
left: 50px;
-webkit-animation: zoom-fade 2s infinite linear;
animation: zoom-fade 2s infinite linear;
}
#image_block_28 .image-box .anim-icons .icon-2{
position: absolute;
top: -50px;
right: 0px;
}
#image_block_28 .image-box .anim-icons .icon-3{
position: absolute;
right: 100px;
bottom: -20px;
z-index: 1;
}  .software-product{
position: relative;
padding: 84px 0px 190px 0px;
width: 100%;
margin-top: -115px;
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}
#content_block_30 .content-box{
position: relative;
margin-right: 70px;
padding-top: 108px;
}
#content_block_30 .content-box .sec-title h2{
color: #fff;
line-height: 60px;
margin-bottom: 71px;
}
#content_block_30 .content-box.black-text .sec-title h2{
color: #222222;
}
#content_block_30 .content-box .sec-title h2:after{
background: #fff;
}
#content_block_30 .content-box.black-text .sec-title h2:after{
background: #777777;
}
#content_block_30 .content-box .text{
position: relative;
display: block;
font-size: 16px;
color: #fff;
margin-bottom: 51px;
padding-right: 35px;
}
#content_block_30 .content-box.black-text .text{
color: #777;
}
#content_block_30 .content-box .btn-box a{
position: relative;
display: inline-block;
overflow: hidden;
font-size: 16px;
font-weight: 500;
color: #fff;
border: 1px  solid #fff;
background: transparent;
border-radius: 30px;
text-align: center;
z-index: 1;
padding: 14px 42px;
}
#content_block_30 .content-box .btn-box a:before {
position: absolute;
content: '';
top: 0;
left: 0;
width: 100%;
height: 100%;
opacity: 0;
background-color: #222;
-webkit-transition: all 0.4s;
-moz-transition: all 0.4s;
-o-transition: all 0.4s;
transition: all 0.4s;
-webkit-transform: scale(0.2, 1);
transform: scale(0.2, 1);
z-index: -1;
}
#content_block_30 .content-box .btn-box a:hover::before {
opacity: 1;
-webkit-transform: scale(1, 1);
transform: scale(1, 1);
}
#content_block_30 .content-box.black-text .btn-box a{
border: 1px solid #4527a4;
color: #4527a4;
}
#content_block_30 .content-box.black-text .btn-box a:hover{
color: #fff;
background: #4527a4;
}
#content_block_30 .content-box .btn-box a:hover{
border-color: #222;
}
.clients-style-two.home-11{
z-index: 1;
}
#image_block_29 .image-box{
position: relative;
}
#image_block_29 .image-box img{
max-width: none;
width: auto;
} .testimonial-style-ten{
position: relative;
padding: 120px 0px;
}
.testimonial-style-ten .user-thumb{
position: relative;
display: block;
margin-left: -30px;
margin-right: -30px;
}
.testimonial-style-ten .user-thumb .thumb-box{
position: relative;
width: 620px;
height: 620px;
}
.testimonial-style-ten .user-thumb .thumb-box .pattern-bg1{
position: absolute;
width: 100%;
height: 100%;
left: 0px;
top: 0px;
right: 0px;
background-repeat: no-repeat;
animation-name: rotateme;
animation-duration: 60s;
animation-iteration-count: infinite;
animation-timing-function: linear;
-webkit-animation-name: rotateme;
-webkit-animation-duration: 60s;
-webkit-animation-iteration-count: infinite;
-webkit-animation-timing-function: linear;
-moz-animation-name: rotateme;
-moz-animation-duration: 60s;
-moz-animation-iteration-count: infinite;
-moz-animation-timing-function: linear;
-ms-animation-name: rotateme;
-ms-animation-duration: 60s;
-ms-animation-iteration-count: infinite;
-ms-animation-timing-function: linear;
-o-animation-name: rotateme;
-o-animation-duration: 60s;
-o-animation-iteration-count: infinite;
-o-animation-timing-function: linear;
}
.testimonial-style-ten .user-thumb .thumb-box .pattern-bg2{
position: absolute;
width: 795px;
height: 415px;
right: -75px;
top: 130px;
background-repeat: no-repeat;
}
.testimonial-style-ten .user-thumb .thumb-box .thumb{
position: absolute;
border-radius: 50%;
}
.testimonial-style-ten .user-thumb .thumb-box .thumb img{
border-radius: 50%;
}
.testimonial-style-ten .user-thumb .thumb-box .thumb-1{
left: 50%;
top: 50%;
transform: translate(-50%,-50%);
}
.testimonial-style-ten .user-thumb .thumb-box .thumb-2{
left: 70px;
top: 40px;
-webkit-animation: zoom-fade 2s infinite linear;
animation: zoom-fade 2s infinite linear;
}
.testimonial-style-ten .user-thumb .thumb-box .thumb-3{
left: 270px;
top: 10px;
-webkit-animation: zoom-fade 3s infinite linear;
animation: zoom-fade 3s infinite linear;
}
.testimonial-style-ten .user-thumb .thumb-box .thumb-4{
left: 125px;
top: 200px;
-webkit-animation: zoom-fade 2s infinite linear;
animation: zoom-fade 2s infinite linear;
}
.testimonial-style-ten .user-thumb .thumb-box .thumb-5{
left: 95px;
bottom: 35px;
-webkit-animation: zoom-fade 2s infinite linear;
animation: zoom-fade 2s infinite linear;
}
.testimonial-style-ten .user-thumb .thumb-box .thumb-6{
right: 120px;
top: 190px;
-webkit-animation: zoom-fade 3s infinite linear;
animation: zoom-fade 3s infinite linear;
}
.testimonial-style-ten .user-thumb .thumb-box .thumb-7{
right: 0px;
bottom: 140px;
-webkit-animation: zoom-fade 2s infinite linear;
animation: zoom-fade 2s infinite linear;
}
.testimonial-style-ten .user-thumb .thumb-box .thumb-8{
right: 250px;
bottom: 105px;
-webkit-animation: zoom-fade 3s infinite linear;
animation: zoom-fade 3s infinite linear;
}
.testimonial-style-ten .content-box .sec-title h2{
margin-bottom: 41px;
}
.testimonial-style-ten .content-box{
position: relative;
margin-left: 100px;
}
.testimonial-style-ten .content-box .owl-nav{
display: none;
}
.testimonial-style-ten .content-box .testimonial-content .text{
position: relative;
font-size: 18px;
line-height: 36px;
margin-bottom: 20px;
}
.testimonial-style-ten .content-box .testimonial-content .author-info .rating{
position: relative;
margin-bottom: 31px;
}
.testimonial-style-ten .content-box .testimonial-content .author-info .rating li{
position: relative;
float: left;
font-size: 18px;
color: #ffcc43;
}
.testimonial-style-ten .content-box .testimonial-content .author-info .name{
position: relative;
font-size: 20px;
color: #4527a4;
margin-bottom: 14px;
}
.testimonial-style-ten .content-box .testimonial-content .author-info .designation{
position: relative;
display: block;
font-size: 14px;
line-height: 24px;
}
.testimonial-style-ten .owl-theme .owl-dots{
position: relative;
margin-top: 40px;
}
.testimonial-style-ten .owl-theme .owl-dots .owl-dot span{
position: relative;
display: inline-block;
width: 10px;
height: 10px;
background: #d7d7d7;
border-radius: 50%;
transition: all 500ms ease;
cursor: pointer;
}
.testimonial-style-ten .owl-theme .owl-dots .owl-dot.active span,
.testimonial-style-ten .owl-theme .owl-dots .owl-dot span:hover{
background: #4527a4;
}
.testimonial-style-ten .content-box .testimonial-content .author-info{
position: relative;
}
.testimonial-style-ten .content-box .testimonial-content .author-info:before{
position: absolute;
content: "\f10e";
font-family: 'Font Awesome 5 Free';
font-weight: 700;
font-size: 130px;
color: #e9e9e9;
top: 45px;
right: 0px;
} .betterlook-section{
position: relative;
background: #f5f9ff;
padding: 80px 0px;
overflow: hidden;
}
#content_block_31 .content-box{
position: relative;
margin-right: 50px;
}
#content_block_31 .content-box .text{
position: relative;
font-size: 18px;
line-height: 36px;
margin-bottom: 52px;
}
#content_block_31 .content-box .sec-title h2{
margin-bottom: 41px;
}
#content_block_31 .content-box .theme-btn-two{
padding: 15px 40px;
}
#image_block_30 .image-box{
position: relative;
}
#image_block_30 .image-box img{
max-width: none;
width: auto;
}
.betterlook-section .anim-icons .icon-1{
position: absolute;
left: -150px;
top: -115px;
width: 400px;
height: 400px;
background: #4527a4;
border-radius: 50%;
-webkit-animation: zoom-fade 10s infinite linear;
animation: zoom-fade 10s infinite linear;
}
.betterlook-section .anim-icons .icon-2{
position: absolute;
left: 50%;
bottom: -120px;
width: 400px;
height: 400px;
background: #4527a4;
border-radius: 50%;
-webkit-animation: zoom-fade 10s infinite linear;
animation: zoom-fade 10s infinite linear;
}
.betterlook-section .pattern-bg1{
position: absolute;
left: -30px;
bottom: -150px;
width: 285px;
height: 390px;
background-repeat: no-repeat;
-webkit-animation: zoom-fade 5s infinite linear;
animation: zoom-fade 5s infinite linear;
}
.betterlook-section .pattern-bg2{
position: absolute;
top: -120px;
left: 50%;
width: 390px;
height: 390px;
background-repeat: no-repeat;
-webkit-animation: zoom-fade 5s infinite linear;
animation: zoom-fade 5s infinite linear;
}
.subscribe-section.home-11{
padding-top: 110px;
} .main-header.home-12 .main-menu .navigation > li > a{
color: #222;
} .banner-style-12{
position: relative;
padding: 265px 0px 200px 0px;
}
.banner-style-12:before{
position: absolute;
content: '';
background: #4527a4;
width: 150px;
height: 150px;
border-radius: 50%;
left: -60px;
top: -60px;
-webkit-animation: zoom-fade 5s infinite linear;
animation: zoom-fade 5s infinite linear;
}
.banner-style-12 .pattern-bg{
position: absolute;
width: 160px;
height: 335px;
top: 50%;
transform: translateY(-50%);
left: 0px;
background-repeat: no-repeat;
}
.banner-style-12 .image-layer {
position: absolute;
top: 0px;
left: 0px;
height: 1250px;
width: 100%;
background-size: cover;
background-repeat: no-repeat;
background-position: center;
z-index: -1;
}
.banner-style-12 .content-box{
position: relative;
margin-right: 70px;
margin-top: 23px;
}
.banner-style-12 .content-box h1 {
position: relative;
display: block;
font-size: 60px;
line-height: 70px;
font-weight: 800;
color: #222;
margin-bottom: 36px;
}
.banner-style-12 .content-box .text{
position: relative;
display: block;
font-size: 18px; margin-bottom: 53px;
}
.banner-style-12 .content-box .btn-box .btn-one {
position: relative;
display: inline-block;
overflow: hidden;
font-size: 14px;
font-weight: 500;
color: #fff;
background: #4527a4;
border-radius: 30px;
text-align: center;
padding: 14.5px 32px;
cursor: pointer;
margin-right: 30px;
z-index: 1;
transition: all 500ms ease;
}
.banner-style-12 .content-box .btn-box .btn-one:before {
position: absolute;
content: '';
top: 0;
left: 0;
width: 100%;
height: 100%;
opacity: 0;
background-color: #fff;
-webkit-transition: all 0.4s;
-moz-transition: all 0.4s;
-o-transition: all 0.4s;
transition: all 0.4s;
-webkit-transform: scale(0.2, 1);
transform: scale(0.2, 1);
z-index: -1;
}
.banner-style-12 .content-box .btn-box .btn-one:hover::before {
opacity: 1;
-webkit-transform: scale(1, 1);
transform: scale(1, 1);
}
.banner-style-12 .content-box .btn-box .btn-one i {
position: relative;
font-size: 24px;
margin-right: 15px;
top: 4px;
line-height: 0;
}
.banner-style-12 .content-box .btn-box .btn-one:hover{
background: #fff !important;
color: #4527a4;
box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5);
}
.banner-style-12 .content-box .btn-box .btn-two {
position: relative;
display: inline-block;
overflow: hidden;
font-size: 14px;
color: #4527a4;
line-height: 30px;
background: #fff;
padding: 15px 43px;
text-align: center;
border-radius: 30px;
z-index: 1;
box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5);
}
.banner-style-12 .content-box .btn-box .btn-two:before {
position: absolute;
content: '';
top: 0;
left: 0;
width: 100%;
height: 100%;
opacity: 0;
background-color: #4527a4;
-webkit-transition: all 0.4s;
-moz-transition: all 0.4s;
-o-transition: all 0.4s;
transition: all 0.4s;
-webkit-transform: scale(0.2, 1);
transform: scale(0.2, 1);
z-index: -1;
}
.banner-style-12 .content-box .btn-box .btn-two:hover::before {
opacity: 1;
-webkit-transform: scale(1, 1);
transform: scale(1, 1);
}
.banner-style-12 .content-box .btn-box .btn-two:hover{
background: #4527a4;
color: #fff !important;
}
.banner-style-12 .image-box{
position: relative;
margin-right: -162px;
padding: 50px 0px 50px 0px;
}
.banner-style-12 .image-box .bg-layer{
position: absolute;
width: 460px;
height: 620px;
top: 0px;
right: -50px;
background-repeat: no-repeat;
}
.banner-style-12 .image-box img{
position: relative;
width: 100%;
}
.clients-section.home-12{
position: relative;
}
.clients-section.home-12 .clients-carousel{
padding-bottom: 120px;
border-bottom: 2px solid #ebebeb;
} .designe-process{
position: relative;
padding: 80px 0px 90px 0px;
}
.designe-process .sec-title h2{
line-height: 60px;
margin-bottom: 62px;
}
.designe-process .single-item{
position: relative;
text-align: center;
margin-bottom: 30px;
}
.designe-process .single-item .inner-box{
position: relative;
display: block;
background: #fff;
padding: 70px 30px 65px 30px;
box-shadow: 0 5px 20px 0px rgba(0, 0, 0, 0.1);
transition: all 500ms ease;
}
.designe-process .single-item .inner-box .icon-box{
position: relative;
display: inline-block;
height: 80px;
width: 80px;
text-align: center;
line-height: 80px;
margin-bottom: 46px;
z-index: 1;
}
.designe-process .single-item .inner-box .icon-box:before{
position: absolute;
content: '';
background: #4527a4;
width: 100%;
height: 100%;
left: 0px;
top: 0px;
border-radius: 10px;
transform: rotate(45deg);
transition: all 500ms ease;
}
.designe-process .single-item:hover .inner-box .icon-box:before{
transform: rotate(0deg);
}
.designe-process .single-item .inner-box .icon-box:after{
position: absolute;
content: '';
border: 1px dashed #4527a4;
width: 80px;
height: 80px;
left: 0px;
top: 0px;
border-radius: 10px;
z-index: -1;
}
.designe-process .single-column:nth-child(2) .single-item .inner-box .icon-box:before{
background: #34c700;
}
.designe-process .single-column:nth-child(2) .single-item .inner-box .icon-box:after{
border-color: #34c700;
}
.designe-process .single-column:nth-child(3) .single-item .inner-box .icon-box:before{
background: #ff0000;
}
.designe-process .single-column:nth-child(3) .single-item .inner-box .icon-box:after{
border-color: #ff0000;
}
.designe-process .single-column:nth-child(4) .single-item .inner-box .icon-box:before{
background: #ff8500;
}
.designe-process .single-column:nth-child(4) .single-item .inner-box .icon-box:after{
border-color: #ff8500;
}
.designe-process .single-column:nth-child(5) .single-item .inner-box .icon-box:before{
background: #ff00ff;
}
.designe-process .single-column:nth-child(5) .single-item .inner-box .icon-box:after{
border-color: #ff00ff;
}
.designe-process .single-column:last-child .single-item .inner-box .icon-box:before{
background: #00aeef;
}
.designe-process .single-column:last-child .single-item .inner-box .icon-box:after{
border-color: #00aeef;
}
.designe-process .single-item .inner-box .icon-box i{
position: relative;
display: inline-block;
font-size: 20px;
width: 45px;
height: 45px;
line-height: 45px;
text-align: center;
border-radius: 3px;
color: #fff;
border: 1px dotted #fff;
font-weight: 700;
}
.designe-process .single-item .inner-box h4{
position: relative;
display: block;
font-size: 20px;
line-height: 30px;
font-weight: 500;
color: #222;
margin-bottom: 19px;
}
.designe-process .single-item .inner-box h4 a{
display: inline-block;
color: #222;
}
.designe-process .single-item .inner-box h4 a:hover{
color: #4527a4;
}
.designe-process .single-item .inner-box .text{
position: relative;
display: block;
font-size: 16px;
}
.designe-process .single-item .inner-box .left-layer {
position: absolute;
left: 0px;
top: 0px;
width: 50%;
height: 100%;
display: block;
}
.designe-process .single-item .inner-box .right-layer {
position: absolute;
right: 0px;
top: 0px;
width: 50%;
height: 100%;
display: block;
}
.designe-process .single-item .inner-box .left-layer:before {
position: absolute;
content: '';
left: 0px;
top: 0px;
width: 50%;
height: 0%;
display: block;
background-color: #f4f4f4;
-webkit-transition: all 600ms ease;
-ms-transition: all 600ms ease;
-o-transition: all 600ms ease;
-moz-transition: all 600ms ease;
transition: all 600ms ease;
}
.designe-process .single-item .inner-box .left-layer:after {
position: absolute;
content: '';
right: 0px;
bottom: 0px;
width: 50%;
height: 0%;
display: block;
background-color: #f4f4f4;
-webkit-transition: all 600ms ease;
-ms-transition: all 600ms ease;
-o-transition: all 600ms ease;
-moz-transition: all 600ms ease;
transition: all 600ms ease;
}
.designe-process .single-item .inner-box .right-layer:before {
position: absolute;
content: '';
left: 0px;
top: 0px;
width: 50%;
height: 0%;
display: block;
background-color: #f4f4f4;
-webkit-transition: all 600ms ease;
-ms-transition: all 600ms ease;
-o-transition: all 600ms ease;
-moz-transition: all 600ms ease;
transition: all 600ms ease;
}
.designe-process .single-item .inner-box .right-layer:after {
position: absolute;
content: '';
right: 0px;
bottom: 0px;
width: 50%;
height: 0%;
display: block;
background-color: #f4f4f4;
-webkit-transition: all 600ms ease;
-ms-transition: all 600ms ease;
-o-transition: all 600ms ease;
-moz-transition: all 600ms ease;
transition: all 600ms ease;
}
.designe-process .single-item:hover .inner-box .left-layer:before, 
.designe-process .single-item:hover .inner-box .left-layer:after {
height: 100%;
}
.designe-process .single-item:hover .inner-box .right-layer:before, 
.designe-process .single-item:hover .inner-box .right-layer:after {
height: 100%;
} .solution-section{
position: relative;
background: #f9f9f9;
padding: 100px 0px 120px 0px;
}
.solution-section .sec-title h2{
margin-bottom: 60px;
line-height: 60px;
}
.solution-section .inner-content .inner-box:first-child{
margin-bottom: 120px;
}
.solution-section .inner-content .inner-box:first-child .content-box{
margin-left: 30px !important;
}
.solution-section .inner-content .inner-box:last-child .content-box{
margin-right: 30px !important;
}
#content_block_32 .content-box .sec-title h2{
font-size: 32px;
margin-bottom: 55px;
line-height: 48px;
}
#content_block_32 .content-box .text{
position: relative;
display: block;
font-size: 16px;
margin-bottom: 55px;
}
#content_block_32 .content-box .icon-box{
position: relative;
margin-bottom: 41px;
}
#content_block_32 .content-box .icon-box .icon{
position: relative;
display: inline-block;
margin-right: 13px;
}
#content_block_32 .content-box .icon-box .icon:last-child{
margin-right: 0px;
}
#content_block_32 .content-box .theme-btn{
text-transform: uppercase;
}
#image_block_31 .image-box{
position: relative;
}
.solution-section #image_block_31 .image-box img{
max-width: none;
width: auto;
float: right;
}
#image_block_32 .image-box{
position: relative;
display: inline-block;
overflow: hidden;
background: #4527a4;
box-shadow: 0 5px 30px 0px rgba(0, 0, 0, 0.1);
}
#image_block_32 .image-box img{
max-width: none;
width: auto;
transition: all 500ms ease;
}
#image_block_32 .image-box:hover img{
transform: scale(1.05);
opacity: 0.5;
} .designe-process-two{
position: relative;
padding: 110px 0px 95px 0px;
}
.designe-process-two .sec-title{
position: relative;
max-width: 730px;
width: 100%;
margin: 0 auto;
padding-bottom: 54px;
}
.designe-process-two .sec-title h2{
margin-bottom: 44px;
}
.designe-process-two .tab-btn-box{
position: relative;
max-width: 940px;
width: 100%;
margin: 0 auto;
}
.designe-process-two .tab-btn-box .tab-btns{
position: relative;
width: 100%;
background: #f5f5f5;
overflow: hidden;
border-radius: 30px;
margin-bottom: 100px;
}
.designe-process-two .tab-btn-box .tab-btns li{
position: relative;
float: left;
width: 235px;
font-size: 16px;
line-height: 30px;
text-align: center;
background: transparent;
padding: 15px 20px;
border-right: 1px solid #fff;
transition: all 500ms ease;
cursor: pointer;
}
.designe-process-two .tab-btn-box .tab-btns li:last-child{
border-right: 0px;
}
.designe-process-two .tab-btn-box .tab-btns li.active-btn,
.designe-process-two .tab-btn-box .tab-btns li:hover{
background: #4527a4;
color: #fff;
}
.designe-process-two .tabs-content .content-box{
position: relative;
margin: 30px 50px 30px 60px;
}
.designe-process-two .tabs-content .content-box h3{
position: relative;
display: block;
font-size: 24px;
line-height: 32px;
color: #4527a4;
font-weight: 500;
margin-bottom: 37px;
}
.designe-process-two .tabs-content .content-box .text{
position: relative;
margin-bottom: 55px;
}
.designe-process-two .tabs-content .content-box .text p{
font-size: 16px;
margin-bottom: 30px;
}
.designe-process-two .tabs-content .content-box .text p:last-child{
margin-bottom: 0px;
}
.designe-process-two .tabs-content .content-box .theme-btn-two{
padding: 15px 43px;
}
.designe-process-two .tabs-content .image-box{
position: relative;
margin-left: 48px;
}
.designe-process-two .tabs-content .image-box:before{
position: absolute;
content: '';
background: #ecbc35;
width: 320px;
height: 430px;
right: -35px;
bottom: -35px;
}
.designe-process-two .tabs-content .image-box img{
width: 100%;
} .designe-process-three{
position: relative;
background: #f5f5f5;
padding: 106px 0px 90px 0px;
}
.designe-process-three .sec-title h2{
line-height: 60px;
}
.designe-process-three .inner-content{
position: relative;
margin-right: -350px;
}
.designe-process-three .inner-content .single-item{
position: relative;
margin: 30px 0px;
}
.designe-process-three .inner-content .single-item .inner-box{
position: relative;
display: block;
background: #fff;
padding: 41px 30px 0px 40px;
box-shadow: 0 5px 30px 0px rgba(0, 0, 0, 0.1);
border-top-left-radius: 30px;
border-bottom-right-radius: 30px;
transition: all 500ms ease;
}
.designe-process-three .inner-content .single-item .inner-box h3{
position: relative;
display: block;
font-size: 22px;
line-height: 30px;
font-weight: 500;
color: #222;
margin-bottom: 19px;
}
.designe-process-three .inner-content .single-item .inner-box h3 a{
display: inline-block;
color: #222;
}
.designe-process-three .inner-content .single-item .inner-box h3 a:hover{
color: #4527a4;
}
.designe-process-three .inner-content .single-item .inner-box .text{
position: relative;
display: block;
margin-bottom: 21px;
}
.designe-process-three .inner-content .single-item .inner-box .image-box{
position: relative;
display: block;
text-align: center;
}
.designe-process-three .owl-nav{
position: absolute;
top: -80px;
right: 345px;
}
.designe-process-three .owl-nav .owl-next,
.designe-process-three .owl-nav .owl-prev{
position: relative;
display: inline-block;
font-size: 24px;
width: 50px;
height: 50px;
line-height: 52px;
text-align: center;
background: #fff;
border-radius: 50%;
color: #222;
box-shadow: 0 5px 20px 0px rgba(0, 0, 0, 0.1);
cursor: pointer;
margin: 0px 5px;
transition: all 500ms ease;
}
.designe-process-three .owl-nav .owl-next:hover,
.designe-process-three .owl-nav .owl-prev:hover{
background: #4527a4;
color: #fff;
} .streamline-section{
position: relative;
background: #4527a4;
padding: 110px 0px 288px 0px;
margin-bottom: -285px;
}
#content_block_33 .content-box{
position: relative;
margin-right: 60px;
}
#content_block_33 .content-box h2{
position: relative;
display: block;
font-size: 36px;
font-weight: 500;
color: #fff;
line-height: 60px;
margin-bottom: 21px;
}
#content_block_33 .content-box.black-text h2{
color: #222;
}
#content_block_33 .content-box .text{
position: relative;
display: block;
font-size: 18px;
color: #fff;
margin-bottom: 35px;
}
#content_block_33 .content-box.black-text .text{
color: #777;
}
#content_block_33 .content-box a{
position: relative;
display: inline-block;
overflow: hidden;
font-size: 16px;
color: #4527a4;
font-weight: 500;
line-height: 30px;
background: #fff;
padding: 15px 43px;
text-align: center;
border-radius: 30px;
z-index: 1;
}
#content_block_33 .content-box a:before {
position: absolute;
content: '';
top: 0;
left: 0;
width: 100%;
height: 100%;
opacity: 0;
background-color: #222;
-webkit-transition: all 0.4s;
-moz-transition: all 0.4s;
-o-transition: all 0.4s;
transition: all 0.4s;
-webkit-transform: scale(0.2, 1);
transform: scale(0.2, 1);
z-index: -1;
}
#content_block_33 .content-box a:hover::before {
opacity: 1;
-webkit-transform: scale(1, 1);
transform: scale(1, 1);
}
#content_block_33 .content-box.black-text a{
background: #4527a4;
color: #fff;
}
#content_block_33 .content-box a:hover{
background: #222;
color: #fff !important;
}
#image_block_33 .image-box{
position: relative;
}
#image_block_33 .image-box img{
position: relative;
max-width: none;
width: auto;
}  .banner-style-13{
position: relative;
padding: 215px 0px 60px 0px;
}
.banner-style-13 .image-shap {
position: absolute;
width: 405px;
height: 445px;
left: 0px;
top: 35%;
background-repeat: no-repeat;
}
.banner-style-13 .image-layer {
position: absolute;
top: 0px;
right: 0px;
height: 100%;
width: 73%;
z-index: -1;
background-size: cover;
background-repeat: no-repeat;
background-position: top center;
animation-name: slideInRight;
animation-duration: 2s;
animation-iteration-count: 1;
animation-timing-function: linear;
-webkit-animation-name: slideInRight;
-webkit-animation-duration: 2s;
-webkit-animation-iteration-count: 1;
-webkit-animation-timing-function: linear;
-moz-animation-name: slideInRight;
-moz-animation-duration: 2s;
-moz-animation-iteration-count: 1;
-moz-animation-timing-function: linear;
-ms-animation-name: slideInRight;
-ms-animation-duration: 2s;
-ms-animation-iteration-count: 1;
-ms-animation-timing-function: linear;
}
.banner-style-13 .content-box h1{
position: relative;
display: block;
font-size: 48px;
font-weight: 700;
color: #222;
line-height: 70px;
margin-bottom: 44px;
}
.banner-style-13 .content-box h1 span{
color: #e340a2;
text-transform: uppercase;
}
.banner-style-13 .content-box .text{
position: relative;
display: block;
font-size: 18px;
line-height: 36px;
margin-bottom: 63px;
}
.banner-style-13 .content-box .mail-box .form-group {
position: relative;
margin: 0px;
}
.banner-style-13 .content-box .mail-box .form-group input[type='email'] {
position: relative;
width: 100%;
height: 60px;
border: 1px solid #4527a4;
border-radius: 30px;
font-size: 14px;
color: #777;
padding: 10px 200px 10px 30px;
}
.banner-style-13 .content-box .mail-box .form-group button {
position: absolute;
top: 0px;
right: 0px;
width: 170px;
height: 60px;
background: #4527a4;
text-align: center;
font-size: 14px;
color: #fff;
border-top-right-radius: 30px;
border-bottom-right-radius: 30px;
cursor: pointer;
transition: all 500ms ease;
}
.banner-style-13 .anim-icons .icon-1 {
background-image: -webkit-linear-gradient(0deg, #20d5dd 0%, #5d339e 100%);
width: 80px;
height: 80px;
left: 120px;
bottom: 100px;
border-radius: 50%;
-webkit-animation: zoom-fade 3s infinite linear;
animation: zoom-fade 3s infinite linear;
}
.banner-style-13 .anim-icons .icon-2 {
background-image: -webkit-linear-gradient(0deg, #fe40a0 0%, #6242aa 100%);
width: 145px;
height: 145px;
top: 60px;
right: 60px;
border-radius: 50%;
-webkit-animation: zoom-fade 5s infinite linear;
animation: zoom-fade 5s infinite linear;
}
.banner-style-13 .image-box{
position: relative;
margin-left: 100px;
}
.banner-style-13 .image-box img{
max-width: none;
float: left;
} .award-section{
position: relative;
padding: 140px 0px 65px 0px;
}
.award-section .content-box{
position: relative;
background-image: -webkit-linear-gradient(-90deg, #0080cf 0%, #353b91 100%);
padding: 35px 50px 48px 260px;
border-radius: 100px;
}
.award-section .content-box .award-image{
position: absolute;
left: -100px;
top: -140px;
width: 375px;
height: 375px;
}
.award-section .content-box .text{
font-size: 16px;
color: #fff;
margin-bottom: 8px;
}
.award-section .content-box h1{
position: relative;
display: block;
font-size: 42px;
line-height: 50px;
color: #fff;
font-weight: 700;
text-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
} .chooseus-section{
position: relative;
padding: 70px 0px 50px 0px;
}
.chooseus-section .inner-box h3{
position: relative;
display: block;
font-size: 24px;
line-height: 32px;
color: #222;
font-weight: 500;
margin-bottom: 55px;
}
.chooseus-section .inner-box .list-item li{
position: relative;
display: block;
font-size: 16px;
margin-bottom: 30px;
padding-left: 35px;
}
.chooseus-section .inner-box .list-item li:last-child{
margin-bottom: 0px;
}
.chooseus-section .inner-box .list-item li:before{
position: absolute;
content: "\f14a";
font-size: 16px;
font-family: 'Font Awesome 5 Free';
color: #4527a4;
font-weight: 700;
left: 0px;
top: 0px;
} .feature-style-11{
position: relative;
padding: 175px 0px 100px 0px;
}
.feature-style-11 .sec-title.center h2{
margin-bottom: 74px;
}
#content_block_34 .content-box .top-title{
position: relative;
display: inline-block;
font-size: 12px;
line-height: 20px;
color: #fff;
background: #4527a4;
padding: 5px 15px;
border-radius: 20px;
text-align: center;
margin-bottom: 34px;
}
.feature-style-11 .inner-content .inner-box:nth-child(2) .content-box .top-title{
background: #80c605;
}
.feature-style-11 .inner-content .inner-box:nth-child(3) .content-box .top-title{
background: #ff0505;
}
.feature-style-11 .inner-content .inner-box:nth-child(4) .content-box .top-title{
background: #0580c6;
}
.feature-style-11 .inner-content .inner-box:last-child .content-box .top-title{
background: #ffbb05;
}
#content_block_34 .content-box .top-title i{
margin-right: 5px;
}
#content_block_34 .content-box .list-item li{
position: relative;
display: block;
font-size: 16px;
margin-bottom: 30px;
padding-left: 35px;
}
#content_block_34 .content-box .list-item li:before{
position: absolute;
content: "\f058";
font-family: 'Font Awesome 5 Free';
font-weight: 700;
color: #4527a4;
font-size: 16px;
left: 0px;
top: 0px;
}
#content_block_34 .content-box .list-item li:last-child{
margin-bottom: 0px;
}
#content_block_34 .content-box .sec-title h2{
margin-bottom: 51px;
}
.feature-style-11 .inner-content .inner-box .image-box{
position: relative;
}
.feature-style-11 .inner-content .inner-box{
margin-bottom: 120px;
} #image_block_34 .image-box{
position: relative;
}
#image_block_34 .image-box img{
max-width: none;
width: auto;
} .crm-programming{
position: relative;
padding: 115px 0px 120px 0px;
}
.crm-programming .sec-title h2{
margin-bottom: 74px;
}
.crm-programming .image-layer{
position: absolute;
left: 0px;
top: -190px;
right: 0px;
width: 100%;
height: 1195px;
background-repeat: no-repeat;
background-position: center;
z-index: -1;
}
.crm-programming .single-item{
position: relative;
max-width: 270px;
width: 100%;
margin: 0 auto;
text-align: center;
}
.crm-programming .single-item .piechart{
position: relative;
margin-bottom: 34px;
}
.crm-programming .single-item .piechart span {
position: absolute;
font-size: 60px;
line-height: 60px;
font-weight: 700;
color: #222;
left: 50%;
top: 50%;
transform: translate(-50%,-50%);
}
.crm-programming .single-item .piechart span:after {
color: #222;
content: "%";
font-size: 60px;
font-weight: 700;
}
.crm-programming .single-item .text{
position: relative;
display: block;
font-size: 20px;
font-weight: 500;
} .pricing-style-four{
position: relative;
padding: 110px 0px 150px 0px;
}
.pricing-style-four .pricing-table{
position: relative;
width: 33.333333%;
float: left;
text-align: center;
}
.pricing-style-four .pricing-table .table-header .title{
position: relative;
display: block;
font-size: 24px;
line-height: 32px;
color: #393e95;
text-transform: uppercase;
margin-bottom: 17px;
}
.pricing-style-four .pricing-table .table-header .price{
position: relative;
display: block;
font-size: 72px;
font-weight: 500;
line-height: 70px;
color: #3d415b;
margin-bottom: 5px;
}
.pricing-style-four .pricing-table .table-header .price span{
font-size: 48px;
}
.pricing-style-four .pricing-table .table-header .text{
position: relative;
display: block;
font-size: 16px;
text-transform: uppercase;
}
.pricing-style-four .pricing-table .table-header{
position: relative;
padding: 47px 15px 38px 15px;
border-bottom: 1px solid #e1e1e1;
border-right: 1px solid #e1e1e1;
}
.pricing-style-four .pricing-table:last-child .table-header{
border-right: none;
}
.pricing-style-four .pricing-inner{
position: relative;
border: 1px solid #e1e1e1;
}
.pricing-style-four .pricing-table .table-content li{
position: relative;
display: block;
font-size: 18px;
color: #4527a4;
padding: 25px 15px;
background: #f5f5f5;
}
.pricing-style-four .pricing-table:first-child .table-content li:first-child,
.pricing-style-four .pricing-table:first-child .table-content li:nth-child(2),
.pricing-style-four .pricing-table:first-child .table-content li:nth-child(3),
.pricing-style-four .pricing-table:nth-child(2) .table-content li:first-child,
.pricing-style-four .pricing-table:nth-child(2) .table-content li:nth-child(2){
color: #777;
}
.pricing-style-four .pricing-table .table-content li:nth-child(2n+1){
background: #fff;
}
.pricing-style-four .pricing-table .table-footer{
position: absolute;
left: 0px;
bottom: -123px;
width: 100%;
}
.pricing-style-four .pricing-table .table-footer a{
position: relative;
display: inline-block;
overflow: hidden;
font-size: 18px;
line-height: 30px;
font-weight: 700;
color: #4527a4;
border: 1px solid #e1e1e1;
text-align: center;
border-radius: 30px;
background: transparent;
padding: 14px 30px;
z-index: 1;
}
.pricing-style-four .pricing-table .table-footer a:before {
position: absolute;
content: '';
top: 0;
left: 0;
width: 100%;
height: 100%;
opacity: 0;
background-color: #fc0000;
-webkit-transition: all 0.4s;
-moz-transition: all 0.4s;
-o-transition: all 0.4s;
transition: all 0.4s;
-webkit-transform: scale(0.2, 1);
transform: scale(0.2, 1);
z-index: -1;
}
.pricing-style-four .pricing-table .table-footer a:hover::before {
opacity: 1;
-webkit-transform: scale(1, 1);
transform: scale(1, 1);
}
.pricing-style-four .pricing-table .table-footer a:hover{
background: #fc0000;
border-color: #fc0000;
color: #fff;
}
.pricing-style-four .feature-inner h2{
position: relative;
display: flex;
font-size: 30px;
line-height: 36px;
color: #fc0000;
padding: 15px;
min-height: 248px;
align-items: center;
text-align: center;
}
.pricing-style-four .feature-inner .list{
position: relative;
border: 1px solid #e1e1e1;
}
.pricing-style-four .feature-inner .list li{
position: relative;
display: block;
font-size: 16px;
padding: 25px 15px 25px 60px;
background: #f5f5f5;
}
.pricing-style-four .feature-inner .list li:nth-child(2n+1){
background: #fff;
}
.pricing-style-four .sec-title h2{
margin-bottom: 73px;
} .testimonial-style-11{
position: relative;
padding: 90px 0px 100px 0px;
}
.testimonial-style-11 .inner-container{
position: relative;
display: block;
padding: 100px;
}
.testimonial-style-11 .inner-container .bg-layer{
position: absolute;
width: 100%;
height: 100%;
left: 0px;
top: 0px;
right: 0px;
background-repeat: no-repeat;
background-size: cover;
}
.testimonial-style-11 .inner-container .sec-title{
position: relative;
display: block;
padding: 0px 30px;
}
.testimonial-style-11 .inner-container .sec-title:before{
position: absolute;
content: "\f10e";
font-family: 'Font Awesome 5 Free';
font-weight: 700;
color: #fff;
font-size: 72px;
top: 50px;
right: 0px;
text-shadow: 0 5px 5px rgba(0, 0, 0, 0.5);
}
.testimonial-style-11 .inner-container .sec-title h2{
color: #fff;
text-shadow: 0 5px 5px rgba(0, 0, 0, 0.5);
}
.testimonial-style-11 .inner-container .sec-title h2:after{
background: #222;
}
.testimonial-style-11 .testimonial-inner{
position: relative;
display: block;
padding: 25px 70px 145px 30px;
text-align: center;
}
.testimonial-style-11 .testimonial-inner .testimonial-content{
position: relative;
margin-top: 20px;
}
.testimonial-style-11 .testimonial-inner .testimonial-content .image-box{
position: relative;
display: inline-block;
width: 115px;
height: 115px;
border-radius: 50%;
margin-bottom: 23px;
}
.testimonial-style-11 .testimonial-inner .testimonial-content .image-box:before{
position: absolute;
content: '';
background: #1a2ee5;
width: 100%;
height: 100%;
left: -15px;
top: -15px;
border-radius: 50%;
}
.testimonial-style-11 .testimonial-inner .testimonial-content .image-box img{
width: 100%;
border-radius: 50%;
}
.testimonial-style-11 .testimonial-inner .testimonial-content .text{
position: relative;
font-size: 16px;
line-height: 36px;
color: #fff;
margin-bottom: 41px;
}
.testimonial-style-11 .testimonial-inner .testimonial-content .author-info .name{
position: relative;
font-size: 24px;
line-height: 32px;
color: #fff;
margin-bottom: 6px;
}
.testimonial-style-11 .testimonial-inner .testimonial-content  .designation{
position: relative;
font-size: 18px;
color: #fff;
}
.testimonial-style-11 .testimonial-inner .owl-prev,
.testimonial-style-11 .testimonial-inner .owl-next{
position: relative;
display: inline-block;
font-size: 30px;
line-height: 30px;
font-weight: 700;
color: #fff;
cursor: pointer;
margin: 0px 25px;
transition: all 500ms ease;
}
.testimonial-style-11 .testimonial-inner .owl-prev:hover,
.testimonial-style-11 .testimonial-inner .owl-next:hover{
color: #4527a4;
}
.testimonial-style-11 .testimonial-inner .owl-prev:before{
position: absolute;
content: '';
background: #fff;
width: 2px;
height: 30px;
top: 0px;
right: -25px;
}
.testimonial-style-11 .testimonial-inner .owl-nav{
position: relative;
display: block;
margin-top: 25px;
}
.testimonial-style-11 .anim-icons .icon-1 {
left: 170px;
top: 140px;
background-repeat: no-repeat;
-webkit-animation: zoom-fade 5s infinite linear;
animation: zoom-fade 5s infinite linear;
}
.testimonial-style-11 .anim-icons .icon-2 {
left: 50px;
bottom: 150px;
background-repeat: no-repeat;
-webkit-animation: zoom-fade 4s infinite linear;
animation: zoom-fade 4s infinite linear;
}
.testimonial-style-11 .anim-icons .icon-3 {
top: 200px;
right: 20px;
background-repeat: no-repeat;
-webkit-animation: zoom-fade 10s infinite linear;
animation: zoom-fade 10s infinite linear;
}  .main-header.style-two{
position: relative;
}
.main-header.style-two .outer-container{
top: 50px;
}
.main-header.style-two .outer-container .main-box{
position: relative;
background: #4527a4;
padding: 0px 30px;
border-radius: 50px;
}
.main-header.style-two .outer-container .main-box:before{
position: absolute;
content: '';
background: #fff;
width: calc(100% - 220px);
height: 100%;
left: 110px;
top: 22px;
box-shadow: 0 5px 30px 0px rgba(0, 0, 0, 0.1);
z-index: -1;
border-radius: 50px;
}
.main-header.style-two .outer-container .logo-box .logo{
padding: 25px 0px 24px 0px;
}
.main-header.style-two .main-menu .navigation > li{
position: relative;
padding: 34px 0px 36px 0px;
margin: 0px 20px;
}
.main-header.style-two .main-menu .navigation > li:before{
position: absolute;
content: '';
background: #3ecbff;
width: 0%;
height: 4px;
left: 0px;
bottom: 0px;
transition: all 500ms ease;
}
.main-header.style-two .main-menu .navigation > li.current:before,
.main-header.style-two .main-menu .navigation > li:hover:before{
width: 100%;
}
.main-header.style-two .menu-area .btn-box {
margin-top: 25px;
}
.main-header.style-two .menu-area .btn-box a{
padding: 10px 38px;
font-weight: 500;
font-size: 16px;
} .banner-style-14{
padding: 280px 0px 100px 0px;
}
.banner-style-14 .content-box h2{
position: relative;
font-size: 36px;
line-height: 60px;
font-weight: 500;
color: #222;
margin-bottom: 27px;
}
.banner-style-14 .content-box .text{
position: relative;
font-size: 16px;
margin-bottom: 33px;
}
.banner-style-14 .content-box .mail-box{
margin-bottom: 70px;
}
.banner-style-14 .content-box .mail-box .form-group {
position: relative;
max-width: 570px;
width: 100%;
margin: 0 auto;
}
.banner-style-14 .content-box .mail-box .form-group input[type='email'] {
position: relative;
width: 100%;
height: 60px;
border: 1px solid #4527a4;
border-radius: 30px;
font-size: 14px;
color: #777;
padding: 10px 200px 10px 30px;
}
.banner-style-14 .content-box .mail-box .form-group button {
position: absolute;
top: 0px;
right: 0px;
width: 170px;
height: 60px;
background: #4527a4;
text-align: center;
font-size: 14px;
color: #fff;
border-top-right-radius: 30px;
border-bottom-right-radius: 30px;
cursor: pointer;
transition: all 500ms ease;
}
.banner-style-14 .content-box .image-box{
position: relative;
}
.banner-style-14 .content-box .image-box .image-1{
position: relative;
margin: 0px -15px;
}
.banner-style-14 .content-box .image-box .image-2{
position: absolute;
left: -150px;
top: 20px;
}
.banner-style-14 .content-box .image-box .image-3{
position: absolute;
right: -150px;
top: 30px;
}
.banner-style-14 .content-box .image-box img{
width: 100%;
}
.clients-section .trusted-box{
position: relative;
display: inline-block;
margin-top: 80px;
font-size: 16px;
background: #ebebeb;
color: #2e2e2e;
padding: 15px 60px;
border-radius: 30px;
} .awesome-features{
position: relative;
padding: 85px 45px 110px 45px;
}
.awesome-features .feature-block-two{
position: relative;
margin: 30px 15px;
}
.feature-block-two .inner-box{
position: relative;
background: #fff;
text-align: center;
border-radius: 30px;
padding: 82px 30px 0px 30px;
box-shadow: 0 5px 30px 0px rgba(0, 0, 0, 0.1);
transition: all 500ms ease;
}
.feature-block-two:hover .inner-box{
background: #4527a4;
}
.feature-block-two .inner-box .icon-box{
position: relative;
display: inline-block;
font-size: 60px;
line-height: 60px;
color: #222;
margin-bottom: 59px;
transition: all 500ms ease;
}
.feature-block-two .inner-box h3{
position: relative;
display: block;
font-size: 24px;
line-height: 32px;
color: #4527a4;
font-weight: 500;
margin-bottom: 15px;
transition: all 500ms ease;
}
.feature-block-two .inner-box h3 a{
color: #4527a4;
}
.feature-block-two .inner-box .text{
position: relative;
font-size: 16px;
margin-bottom: 42px;
}
.feature-block-two:hover .inner-box .icon-box,
.feature-block-two:hover .inner-box h3,
.feature-block-two:hover .inner-box h3 a,
.feature-block-two:hover .inner-box .text{
color: #fff !important;
}
.feature-block-two .inner-box .link-btn{
position: relative;
top: 25px;
}
.feature-block-two .inner-box .link-btn a{
position: relative;
display: inline-block;
font-size: 16px;
font-weight: 700;
color: #4527a4;
width: 50px;
height: 50px;
line-height: 50px;
text-align: center;
background: #fff;
border-radius: 50%;
opacity: 0;
transform: scale(0,0);
transition: all 1500ms ease;
box-shadow: 0 5px 20px 0px rgba(0, 0, 0, 0.1);
}
.feature-block-two:hover .inner-box .link-btn a{
opacity: 1;
transform: scale(1,1);
}
.awesome-features .sec-title{
margin-bottom: 45px;
}
.awesome-features .owl-nav{
display: none;
}
.awesome-features .owl-dots{
position: relative;
display: block;
text-align: center;
margin-top: 100px;
}
.awesome-features .owl-theme .owl-dots .owl-dot span{
position: relative;
display: inline-block;
width: 10px;
height: 10px;
background: #cccccc;
border-radius: 50%;
margin: 0px 5px;
cursor: pointer;
transition: all 500ms ease;
}
.awesome-features .owl-theme .owl-dots .owl-dot.active span,
.awesome-features .owl-theme .owl-dots .owl-dot span:hover{
background: #4527a4;
} .feature-style-12{
position: relative;
background: #f7f7f7;
padding: 110px 0px 120px 0px;
}
.feature-style-12 .sec-title h2{
margin-bottom: 93px;
}
#image_block_35 .image-box{
position: relative;
}
#image_block_35 .image-box img{
width: 100%;
}
#content_block_35 .content-box .sec-title h2{
line-height: 60px;
margin-bottom: 53px;
max-width: 400px;
}
#content_block_35 .content-box .text{
position: relative;
margin-bottom: 54px;
}
#content_block_35 .content-box .text p{
font-size: 16px;
margin-bottom: 30px;
}
#content_block_35 .content-box .text p:last-child{
margin-bottom: 0px;
}
.feature-style-12 .inner-box{
margin-bottom: 120px;
}
.feature-style-12 .inner-box:last-child { } .userfree-section{
position: relative;
background: #4527a4;
padding: 110px 0px 120px 0px;
}
.userfree-section .pattern-bg{
position: absolute;
width: 100%;
height: 100%;
left: 0px;
top: 0px;
background-repeat: no-repeat;
background-size: cover;
}
.userfree-section .content-box .text{
position: relative;
font-size: 16px;
color: #fff;
margin-bottom: 29px;
}
.userfree-section .content-box h2{
position: relative;
font-size: 36px;
line-height: 48px;
font-weight: 500;
color: #fff;
margin-bottom: 36px;
}
.userfree-section .content-box .btn-box a{
position: relative;
display: inline-block;
overflow: hidden;
font-size: 16px;
color: #4527a4;
line-height: 30px;
font-weight: 500;
background: #fff;
padding: 15px 40px;
text-align: center;
z-index: 1;
border-radius: 30px;
box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5);
}
.userfree-section .content-box .btn-box a:before {
position: absolute;
content: '';
top: 0;
left: 0;
width: 100%;
height: 100%;
opacity: 0;
background-color: #4527a4;
-webkit-transition: all 0.4s;
-moz-transition: all 0.4s;
-o-transition: all 0.4s;
transition: all 0.4s;
-webkit-transform: scale(0.2, 1);
transform: scale(0.2, 1);
z-index: -1;
}
.userfree-section .content-box .btn-box a:hover::before {
opacity: 1;
-webkit-transform: scale(1, 1);
transform: scale(1, 1);
}
.userfree-section .content-box .btn-box a:hover{
background: #4527a4;
color: #fff !important;
} .powerful-management{
position: relative;
padding: 110px 0px 120px 0px;
}
#content_block_36 .content-box h2{
position: relative;
font-size: 36px;
line-height: 48px;
font-weight: 500;
color: #222;
margin-bottom: 30px;
}
#content_block_36 .content-box .text{
position: relative;
font-size: 16px;
margin-bottom: 56px;
}
#content_block_36 .content-box .theme-btn-two{
padding: 15px 27px;
}
.powerful-management .inner-box{
position: relative;
margin-left: 30px;
}
#content_block_37 .inner-box .company-list li{
position: relative;
float: left;
width: 33.333%;
margin-bottom: 30px;
}
#content_block_37 .inner-box .company-list li a{
position: relative;
display: inline-block;
width: 190px;
text-align: center;
font-size: 18px;
text-transform: uppercase;
background: #fff;
color: #777;
padding: 60px 15px 51px 15px;
box-shadow: 0 5px 20px 0px rgba(0, 0, 0, 0.1);
}
#content_block_37 .inner-box .company-list li .company-logo{
margin-bottom: 19px;
}
#content_block_37 .inner-box .company-list li .company-logo img{
width: auto;
transition: all 500ms ease;
}
#content_block_37 .inner-box .company-list li a:hover .company-logo img{
transform: scale(1.1);
}
#content_block_37 .inner-box .company-list li:nth-child(2),
#content_block_37 .inner-box .company-list li:nth-child(5){
top: 30px;
}
.powerful-management .sec-title h2{
margin-bottom: 50px;
} .subscribe-style-three{
position: relative;
padding: 110px 0px 100px 0px;
}
.subscribe-style-three .pattern-bg{
position: absolute;
width: 100%;
height: 100%;
background-repeat: no-repeat;
background-position: center;
}
.subscribe-style-three .subscribe-form .form-group{
position: relative;
margin: 0px;
display: block;
background: #fff;
border: 2px solid #cccccc;
padding: 18px 40px;
border-top-right-radius: 50px;
border-bottom-right-radius: 50px;
}
.subscribe-style-three .subscribe-form .form-group:before{
position: absolute;
content: '';
background: #4527a4;
width: 8px;
height: 100%;
left: 0px;
top: 0px;
}
.subscribe-style-three .subscribe-form .form-group input[type='email']{
position: relative;
width: 100%;
height: 60px;
padding: 10px 170px 10px 20px;
background: transparent;
font-size: 18px;
border-radius: 30px;
}
.subscribe-style-three .subscribe-form .form-group button{
position: absolute;
overflow: hidden;
top: 18px;
right: 23px;
font-size: 18px;
color: #fff;
background: #4527a4;
border: 2px solid #4527a4;
border-radius: 30px;
text-align: center;
padding: 13px 33px;
cursor: pointer;
z-index: 1;
transition: all 500ms ease;
}
.subscribe-style-three .subscribe-form .form-group button:before {
position: absolute;
content: '';
top: 0;
left: 0;
width: 100%;
height: 100%;
opacity: 0;
background-color: #222;
-webkit-transition: all 0.4s;
-moz-transition: all 0.4s;
-o-transition: all 0.4s;
transition: all 0.4s;
-webkit-transform: scale(1, 0.2);
transform: scale(1, 0.2);
z-index: -1;
}
.subscribe-style-three .subscribe-form .form-group button:hover::before {
opacity: 1;
-webkit-transform: scale(1, 1);
transform: scale(1, 1);
}
.subscribe-style-three .subscribe-form .form-group button:hover{
background: #222;
}
.subscribe-style-three .sec-title h2{
margin-bottom: 64px;
}
.subscribe-style-three .inner-box .text{
position: relative;
display: block;
text-align: center;
font-size: 18px;
margin-bottom: 62px;
} .main-footer.style-five{
position: relative;
}
.main-footer.style-five .about-widget .text{
color: #fff;
margin-bottom: 21px;
}
.main-footer.style-five .about-widget .phone{
position: relative;
font-size: 30px;
line-height: 40px;
color: #fff;
}
.main-footer.style-five .about-widget .phone a{
color: #fff;
}
.main-footer.style-five .about-widget .phone a:hover{
text-decoration: underline;
}
.main-footer.style-five .about-widget .phone i{
margin-right: 20px;
}
.main-footer.style-five .footer-top .footer-logo{
margin-bottom: 17px;
}
.main-footer.style-five .footer-top .about-widget{
margin-right: 25px;
}
.main-footer.style-five .footer-top .widget-title{
color: #000;
font-size: 22px;
margin-bottom: 25px;
}
.main-footer.style-five .footer-top .widget-title:before,
.main-footer.style-five .footer-top .widget-title:after{
display: none;
}
.main-footer.style-five .footer-top .links-widget .list li{
padding: 0px;
margin-bottom: 5px;
}
.main-footer.style-five .footer-top .links-widget .list li a{
color: #fff;
}
.main-footer.style-five .footer-top .links-widget .list li a:hover{
text-decoration: underline;
}
.main-footer.style-five .footer-top .links-widget .list li a:before{
display: none;
}
.main-footer.style-five .footer-top .contact-widget .contact-info li{
position: relative;
display: block;
font-size: 16px;
color: #fff;
margin-bottom: 6px;
}
.main-footer.style-five .footer-top .contact-widget .contact-info li:last-child{
margin-bottom: 0px;
}
.main-footer.style-five .footer-top .contact-widget .contact-info li a{
display: inline-block;
color: #fff;
}
.main-footer.style-five .footer-top .contact-widget .contact-info li a:hover{
text-decoration: underline;
}
.main-footer.style-five .footer-top .contact-widget .contact-info li i{
margin-right: 20px;
}
.main-footer.style-five .footer-top .contact-widget .contact-info{
position: relative;
margin-bottom: 18px;
}
.main-footer.style-five .footer-top .contact-widget .social-links li{
position: relative;
float: left;
margin-right: 10px;
}
.main-footer.style-five .footer-top .contact-widget .social-links li:last-child{
margin-right: 0px;
}
.main-footer.style-five .footer-top .contact-widget .social-links li a{
position: relative;
display: inline-block;
color: #fff;
font-size: 16px;
width: 40px;
height: 40px;
line-height: 40px;
background: transparent;
text-align: center;
border: 1px solid #fff;
border-radius: 50%;
}
.main-footer.style-five .footer-top .contact-widget .social-links li a:hover{
background: #fff;
color: #4527a4;
}
.main-footer.style-five .footer-top{
border-bottom: 2px solid rgba(255, 255, 255, 0.2);
padding-top: 70px;
}
.main-footer.style-five .footer-bottom .copyright,
.main-footer.style-five .footer-bottom .copyright a{
color: #fff !important;
}
.main-footer.style-five .footer-bottom .copyright a:hover{
text-decoration: underline;
}
.main-footer.style-five .footer-bottom .footer-nav li{
position: relative;
display: inline-block;
padding-right: 40px;
margin-right: 35px;
}
.main-footer.style-five .footer-bottom .footer-nav li:before{
position: absolute;
content: '';
background: #fff;
width: 1px;
height: 16px;
top: 8px;
right: 0px;
}
.main-footer.style-five .footer-bottom .footer-nav li:last-child:before{
display: none;
}
.main-footer.style-five .footer-bottom .footer-nav li:last-child{
padding: 0px;
margin: 0px;
}
.main-footer.style-five .footer-bottom .footer-nav li a{
position: relative;
display: inline-block;
font-size: 16px;
color: #fff;
}
.main-footer.style-five .footer-bottom .footer-nav li a:hover{
text-decoration: underline;
}
.main-footer.style-five .footer-bottom{
padding: 19px 0px;
}
.main-footer.style-five .anim-icons .icon-1 {
left: 0px;
bottom: 150px;
-webkit-animation: zoom-fade 5s infinite linear;
animation: zoom-fade 5s infinite linear;
z-index: 1;
} .main-header.home-15{
position: relative;
}
.main-header.home-15 .main-menu .navigation > li > a{
color: #222222;
}
.main-header.home-15 .search-box-btn,
.main-header.home-15 .menu-right-content .cart-box-outer a{
color: #222;
font-size: 16px;
}
.main-header.home-15 .menu-right-content .cart-box-outer a:hover,
.main-header.home-15 .search-box-btn:hover{
color: #4527a4;
}
.main-header.home-15 .menu-right-content .cart-box-outer a span{
right: 5px;
top: -10px;
background: #4527a4;
width: 14px;
height: 14px;
line-height: 14px;
font-size: 10px;
}
.main-header.home-15 .menu-area .btn-box{
margin: 0px;
float: none;
display: inline-block;
margin-left: 30px;
top: 12px;
}
.main-header.home-15 .menu-area .btn-box a{
padding: 10px 37px;
font-size: 16px;
font-weight: 600;
}
.main-header.home-15 .menu-right-content {
margin-left: 50px;
margin-top: 40px;
}
.main-header.home-15 .main-menu .navigation > li{
margin: 0px 20px;
}
.main-header.home-15 .search-box-outer{
margin-left: 0px;
margin-right: 30px;
}
.main-header.home-15 .outer-container .logo-box .logo{
padding-top: 61px;
} .banner-style-15{
position: relative;
padding: 195px 0px 110px 0px;
}
.banner-style-15 .content-box{
position: relative;
max-width: 730px;
width: 100%;
margin: 0 auto;
text-align: center;
padding-bottom: 38px;
}
.banner-style-15 .content-box h1{
position: relative;
font-size: 48px;
line-height: 72px;
font-weight: 500;
color: #4527a4;
margin-bottom: 24px;
}
.banner-style-15 .content-box .text{
position: relative;
font-size: 16px;
line-height: 36px;
margin-bottom: 47px;
padding: 0px 40px;
}
.banner-style-15 .content-box .btn-box .btn-one{
position: relative;
display: inline-block;
overflow: hidden;
font-size: 16px;
line-height: 30px;
color: #4527a4;
background: transparent;
border: 1px solid #4527a4;
text-align: center;
padding: 14px 42px;
border-radius: 30px;
margin: 0px 15px;
z-index: 1;
}
.banner-style-15 .content-box .btn-box .btn-one:before {
position: absolute;
content: '';
top: 0;
left: 0;
width: 100%;
height: 100%;
opacity: 0;
background-color: #4527a4;
-webkit-transition: all 0.4s;
-moz-transition: all 0.4s;
-o-transition: all 0.4s;
transition: all 0.4s;
-webkit-transform: scale(0.2, 1);
transform: scale(0.2, 1);
z-index: -1;
}
.banner-style-15 .content-box .btn-box .btn-one:hover::before {
opacity: 1;
-webkit-transform: scale(1, 1);
transform: scale(1, 1);
}
.banner-style-15 .content-box .btn-box .btn-one:hover{
background: #4527a4;
color: #fff !important;
}
.banner-style-15 .content-box .btn-box .video-btn{
position: relative;
display: inline-block;
overflow: hidden;
font-size: 16px;
line-height: 30px;
color: #222;
background: #e3f1f9;
padding: 15px 80px 15px 45px;
border-radius: 30px;
margin: 0px 15px;
}
.banner-style-15 .content-box .btn-box .video-btn i{
position: absolute;
top: 0px;
right: 0px;
width: 60px;
height: 60px;
line-height: 60px;
background: #4527a4;
color: #fff;
font-size: 18px;
border-radius: 50%;
text-align: center;
}
.banner-style-15 .content-box .btn-box .video-btn:hover{
background: #4527a4;
color: #fff;
}
.banner-style-15 .image-box img{
width: 100%;
}
.banner-style-15 .anim-icons .icon-1 {
left: 100px;
top: 370px;
-webkit-animation: zoom-fade 2s infinite linear;
animation: zoom-fade 2s infinite linear;
}
.banner-style-15 .anim-icons .icon-2 {
left: 100px;
top: 50%;
}
.banner-style-15 .anim-icons .icon-3 {
left: 100px;
bottom: 0px;
}
.banner-style-15 .anim-icons .icon-4 {
right: 100px;
bottom: 0px;
-webkit-animation: zoom-fade 2s infinite linear;
animation: zoom-fade 2s infinite linear;
}
.banner-style-15 .anim-icons .icon-5 {
right: 100px;
top: 50%;
}
.banner-style-15 .anim-icons .icon-6 {
right: 240px;
top: 200px;
} .work-section{
position: relative;
padding-bottom: 110px;
}
.work-section .sec-title{
margin-bottom: 60px;
}
.work-section .sec-title h2{
margin-bottom: 60px;
}
.work-section .single-item .inner-box{
position: relative;
background: #fff;
padding: 60px 40px 80px 50px;
border-radius: 20px;
box-shadow: 0 5px 30px 0px rgba(0, 0, 0, 0.1);
transition: all 500ms ease;
}
.work-section .single-item:hover .inner-box{
transform: translateY(-15px);
box-shadow: 0 5px 30px 0px rgba(0, 0, 0, 0.2);
}
.work-section .single-item .inner-box .pattern-bg{
position: absolute;
width: 250px;
height: 240px;
top: 0px;
right: 0px;
background-repeat: no-repeat;
border-top-right-radius: 20px;
}
.work-section .single-item .inner-box h3{
position: relative;
display: block;
font-size: 24px;
line-height: 32px;
font-weight: 500;
color: #222;
margin-bottom: 29px;
padding-bottom: 40px;
}
.work-section .single-item .inner-box h3:before{
position: absolute;
content: '';
background: #4527a4;
width: 40px;
height: 2px;
left: 0px;
bottom: 0px;
}
.work-section .single-item .inner-box h3 a{
display: inline-block;
color: #222;
}
.work-section .single-item .inner-box h3 a:hover{
color: #4527a4;
}
.work-section .single-item .inner-box .text{
position: relative;
font-size: 16px;
line-height: 36px;
margin-bottom: 15px;
}
.work-section .single-item .inner-box .icon-box{
position: absolute;
right: 40px;
bottom: 25px;
font-size: 70px;
line-height: 70px;
color: #0baabd;
}
.work-section .single-column:nth-child(2) .single-item .inner-box .icon-box{
color: #ba0076;
}
.work-section .single-column:last-child .single-item .inner-box .icon-box{
color: #4527a4;
}
.work-section .single-item .inner-box .link-btn{
position: absolute;
left: 60px;
bottom: -24px;
transform: scale(0,0);
transition: all 500ms ease;
}
.work-section .single-item:hover .inner-box .link-btn{
transform: scale(1,1);
}
.work-section .single-item .inner-box .link-btn a{
position: relative;
display: inline-block;
font-size: 16px;
font-weight: 700;
color: #fff;
background: #4527a4;
width: 50px;
height: 50px;
line-height: 50px;
text-align: center;
border-radius: 50%;
}
.work-section .feature-btn{
position: relative;
display: block;
text-align: center;
margin-top: 103px;
}
.work-section .feature-btn .theme-btn-two{
padding: 15px 33px;
} .feature-style-13 {
position: relative;
padding-bottom: 230px;
}
#content_block_38 .content-box .sec-title{
margin-bottom: 50px;
}
#content_block_38 .content-box .sec-title h2{
line-height: 60px;
margin-bottom: 71px;
}
#content_block_38 .content-box .lower-content .single-item{
position: relative;
padding: 0px 0px 0px 100px;
margin-bottom: 41px;
}
#content_block_38 .content-box .lower-content .single-item .icon-box{
position: absolute;
left: 0px;
top: 5px;
color: #4527a4;
font-size: 35px;
width: 70px;
height: 70px;
line-height: 70px;
text-align: center;
background: #f1edff;
border-radius: 50%;
}
#content_block_38 .content-box .lower-content .single-item:last-child .icon-box{
background: #fff1e1;
color: #bd6e16;
}
#content_block_38 .content-box .lower-content .single-item h3{
position: relative;
display: block;
font-size: 22px;
line-height: 30px;
font-weight: 500;
color: #222;
margin-bottom: 18px;
}
#content_block_38 .content-box .lower-content .single-item h3 a{
display: inline-block;
color: #222;
}
#content_block_38 .content-box .lower-content .single-item h3 a:hover{
color: #4527a4;
}
#content_block_38 .content-box .lower-content .single-item .text{
position: relative;
font-size: 16px;
}
.feature-style-13 .inner-box .content-box{
position: relative;
margin-top: 52px;
}
#image_block_36 .image-box{
position: relative;
}
#image_block_36 .image-box img{
position: relative;
width: 100%;
}
#image_block_36 .image-box .bg-layer{
position: absolute;
width: 990px;
height: 920px;
left: 70px;
top: -80px;
background-repeat: no-repeat;
}
.feature-style-13 .inner-box:first-child { }
.feature-style-13 .inner-box:last-child .content-box .lower-content .single-item:first-child .icon-box{
background: #edfffa !important;
color: #4527a4 !important;
}
.feature-style-13 .inner-box:last-child .image-box{
margin-right: 44px;
}
#image_block_37 .image-box{
position: relative;
}
#image_block_37 .image-box img{
position: relative;
width: 100%;
}
#image_block_37 .image-box .bg-layer{
position: absolute;
width: 1010px;
height: 750px;
right: 0px;
top: 0px;
background-repeat: no-repeat;
}
.feature-style-13 .anim-icons .icon-1 {
background-image: -webkit-linear-gradient(0deg, #fe40a0 0%, #6242aa 100%);
width: 145px;
height: 145px;
left: 100px;
top: 0px;
border-radius: 50%;
box-shadow: 0 20px 30px 0px rgba(0, 0, 0, 0.1);
-webkit-animation: zoom-fade 5s infinite linear;
animation: zoom-fade 5s infinite linear;
}
.feature-style-13 .anim-icons .icon-2 {
background-image: -webkit-linear-gradient(0deg, #fe40a0 0%, #6242aa 100%);
width: 145px;
height: 145px;
right: 100px;
bottom: 120px;
border-radius: 50%;
box-shadow: 0 20px 30px 0px rgba(0, 0, 0, 0.1);
-webkit-animation: zoom-fade 5s infinite linear;
animation: zoom-fade 5s infinite linear;
} .case-studies{
position: relative;
padding: 110px 0px 130px 0px;
background-image: -webkit-linear-gradient(-90deg, #3d00ff 0%, #4527a4 100%);
}
.case-studies .sec-title h2,
.case-studies .sec-title p{
color: #fff;
}
.case-studies .sec-title h2{
margin-bottom: 60px;
}
.case-studies .sec-title{
margin-bottom: 74px;
}
.case-studies .sec-title h2:after{
background: #fff;
}
.case-studies .outer-container{
position: relative;
max-width: 1680px;
width: 100%;
padding: 0px 15px;
margin: 0 auto;
}
.case-block-one .inner-box{
position: relative;
text-align: center;
}
.case-block-one .inner-box .image-box{
position: relative;
border-radius: 20px;
overflow: hidden;
background: #000000;
}
.case-block-one .inner-box .image-box img{
width: 100%;
border-radius: 20px;
transition: all 500ms ease;
}
.case-block-one:hover .inner-box .image-box img{
opacity: 0.2;
transform: scale(1.1);
}
.case-block-one .inner-box .image-box .box{
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%,-50%);
}
.case-block-one .inner-box .image-box .box a{
position: relative;
display: inline-block;
font-size: 30px;
line-height: 30px;
font-weight: 700;
color: #fff;
margin: 0px 25px;
opacity: 0;
}
.case-block-one .inner-box .image-box .box a:hover{
color: #00aeef;
}
.case-block-one:hover .inner-box .image-box .box a{
opacity: 1;
transform: translateX(0px) !important;
}
.case-block-one .inner-box .image-box .box a:last-child{
transform: translateX(10px);
}
.case-block-one .inner-box .image-box .box a:first-child{
transform: translateX(-10px);
}
.case-block-one .inner-box .image-box .box a:before{
position: absolute;
content: '';
background: #fff;
width: 2px;
height: 30px;
top: 4px;
right: -28px;
opacity: 0;
transition: all 500ms ease;
}
.case-block-one:hover .inner-box .image-box .box a:before{
opacity: 1;
}
.case-block-one .inner-box .image-box .box a:last-child:before{
display: none;
}
.case-block-one .inner-box .lower-content{
position: relative;
padding: 39px 15px 34px 15px;
border-bottom: 1px solid #00aeef;
transition: all 500ms ease;
}
.case-block-one:hover .inner-box .lower-content{
border-color: #fff;
}
.case-block-one .inner-box .lower-content h2{
position: relative;
font-size: 30px;
line-height: 40px;
font-weight: 500;
color: #fff;
margin-bottom: 6px;
}
.case-block-one .inner-box .lower-content h2 a{
display: inline-block;
color: #fff;
}
.case-block-one .inner-box .lower-content h2 a:hover{
color: #00aeef;
}
.case-block-one .inner-box .lower-content .text{
position: relative;
font-size: 16px;
color: #fff;
}
.case-studies .owl-nav{
display: none;
}
.case-studies .owl-dots{
position: relative;
display: block;
text-align: center;
margin-top: 70px;
}
.case-studies .owl-theme .owl-dots .owl-dot span{
position: relative;
display: inline-block;
width: 10px;
height: 10px;
background: #00aeef;
margin: 0px 5px;
transition: all 500ms ease;
cursor: pointer;
}
.case-studies .owl-theme .owl-dots .owl-dot.active span,
.case-studies .owl-theme .owl-dots .owl-dot span:hover{
background: #fff;
width: 30px;
} .counter-style-three{
position: relative;
padding: 110px 0px 140px 0px;
}
.counter-style-three .bg-layer{
position: absolute;
width: 100%;
height: 100%;
left: 0px;
top: 90px;
right: 0px;
z-index: -1;
background-repeat: no-repeat;
background-position: center;
}
.counter-style-three .sec-title{
margin-bottom: 86px;
}
.counter-style-three .sec-title h2{
margin-bottom: 60px;
}
.counter-style-three .inner-box{
position: relative;
display: inline-block;
width: 240px;
height: 240px;
background: #fff;
border-radius: 50%;
text-align: center;
padding: 60px 30px;
box-shadow: 15px 20px 30px 0px rgba(0, 0, 0, 0.1);
}
.counter-style-three .inner-box:before{
position: absolute;
content: '';
background: #4527a4;
width: 100%;
height: 100%;
left: 0px;
top: 0px;
right: 0px;
border-radius: 50%;
transition: all 500ms ease;
transform: scale(0,0);
box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.3);
}
.counter-style-three .inner-box:hover:before{
transform: scale(1,1);
}
.counter-style-three .inner-box:after{
position: absolute;
content: '';
background: #fff;
width: 270px;
height: 270px;
left: 0px;
top: -5px;
border-radius: 50%;
box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1);
z-index: -1;
}
.counter-style-three .inner-box .layer-bg{
position: absolute;
width: 100%;
height: 100%;
left: 0px;
top: 0px;
background-repeat: no-repeat;
border-radius: 50%;
box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1);
transition: all 500ms ease;
}
.counter-style-three .inner-box:hover .layer-bg{
opacity: 0;
}
.counter-style-three .inner-box .count-outer span{
position: relative;
display: block;
font-size: 60px;
font-weight: 700;
line-height: 70px;
color: #4527a4;
margin-bottom: 3px;
transition: all 500ms ease;
}
.counter-style-three .inner-box .text{
position: relative;
font-size: 20px;
transition: all 500ms ease;
}
.counter-style-three .inner-box:hover .count-outer span,
.counter-style-three .inner-box:hover .text{
color: #fff !important;
}
.counter-style-three .counter-block:nth-child(2) .inner-box .count-outer span{
color: #ff0303;
}
.counter-style-three .counter-block:nth-child(3) .inner-box .count-outer span{
color: #4aac24;
}
.counter-style-three .counter-block:last-child .inner-box .count-outer span{
color: #3c00ff;
}
.counter-style-three .anim-icons .icon-1 {
left: 130px;
top: 230px;
}
.counter-style-three .anim-icons .icon-2 {
right: 140px;
top: 170px;
-webkit-animation: zoom-fade 3s infinite linear;
animation: zoom-fade 3s infinite linear;
}
.counter-style-three .anim-icons .icon-3 {
right: 100px;
bottom: 0px;
} .testimonial-style-12{
position: relative;
padding: 110px 0px 100px 0px;
}
.testimonial-style-12 .sec-title h2{
line-height: 60px;
margin-bottom: 52px;
}
.testimonial-style-12 .image-layer {
position: absolute;
left: 0px;
top: 0px;
width: 100%;
height: 835px;
right: 0px;
background-size: cover;
background-position: top center;
background-repeat: no-repeat;
}
.testimonial-style-12 .testimonial-content{
position: relative;
text-align: center;
margin: 80px 0px 50px 0px;
}
.testimonial-style-12 .testimonial-content .inner-box{
position: relative;
display: block;
background: #fff;
padding: 0px 30px 60px 30px;
border-radius: 20px;
box-shadow: 0 5px 30px 0px rgba(0, 0, 0, 0.1);
}
.testimonial-style-12 .testimonial-content .inner-box .author-info .image-box{
position: relative;
display: inline-block;
width: 100px;
height: 100px;
border-radius: 50%;
border: 2px solid #fff;
margin-bottom: 26px;
margin-top: -55px;
box-shadow: 0 5px 20px 0px rgba(0, 0, 0, 0.1);
}
.testimonial-style-12 .testimonial-content .inner-box .author-info .image-box img{
width: 100%;
border-radius: 50%;
}
.testimonial-style-12 .testimonial-content .inner-box .author-info .name{
position: relative;
font-size: 18px;
color: #4527a4;
margin-bottom: 8px;
}
.testimonial-style-12 .testimonial-content .inner-box .author-info .designation{
position: relative;
font-size: 16px;
}
.testimonial-style-12 .testimonial-content .inner-box .author-info{
position: relative;
margin-bottom: 34px;
}
.testimonial-style-12 .testimonial-content .inner-box .text{
position: relative;
font-size: 16px;
margin-bottom: 15px;
}
.testimonial-style-12 .testimonial-content .inner-box .icon-box{
position: absolute;
left: 50%;
bottom: -30px;
width: 60px;
height: 60px;
line-height: 60px;
font-size: 24px;
text-align: center;
color: #fff;
background: #4527a4;
border-radius: 50%;
transform: translateX(-50%);
}
.testimonial-style-12 .owl-nav{
display: none;
}
.testimonial-style-12 .owl-dots{
position: relative;
display: block;
text-align: center;
margin-top: 50px;
}
.testimonial-style-12 .owl-theme .owl-dots .owl-dot span{
position: relative;
display: inline-block;
width: 10px;
height: 10px;
background: #b7b7b7;
border-radius: 50%;
margin: 0px 5px;
cursor: pointer;
transition: all 500ms ease;
}
.testimonial-style-12 .owl-theme .owl-dots .owl-dot.active span,
.testimonial-style-12 .owl-theme .owl-dots .owl-dot span:hover{
background: #4527a4;
}
.pricing-style-four.home-15{
padding: 0px 0px 220px 0px;
} .check-website{
position: relative;
background: #4527a4;
overflow: hidden;
padding: 115px 0px;
z-index: 1;
}
.check-website .vactor-bg-1{
position: absolute;
width: 437px;
height: 528px;
left: 0px;
bottom: -15px;
background-repeat: no-repeat;
}
.check-website .vactor-bg-2{
position: absolute;
width: 783px;
height: 553px;
right: 0px;
bottom: 0px;
z-index: -1;
background-repeat: no-repeat;
}
.check-website .inner-container{
position: relative;
max-width: 900px;
width: 100%;
margin: 0 auto;
padding: 0px 15px;
text-align: center;
}
.check-website .inner-container .subscribe-form .form-group{
position: relative;
margin-bottom: 42px;
}
.check-website .inner-container .subscribe-form .form-group input[type='text']{
position: relative;
width: 100%;
height: 70px;
background: #fff;
border-radius: 40px;
padding: 15px 230px 15px 50px;
font-size: 16px;
color: #777;
border: 3px solid #fff;
transition: all 500ms ease;
}
.check-website .inner-container .subscribe-form .form-group button{
position: absolute;
top: 0px;
right: 0px;
background: #00aeef;
font-size: 18px;
font-weight: 500;
padding: 15px 30px;
color: #fff;
text-align: center;
border-radius: 40px;
width: 200px;
height: 70px;
cursor: pointer;
transition: all 500ms ease;
}
.check-website .inner-container .subscribe-form .form-group input:focus{
border-color: #00aeef;
}
.check-website .sec-title h2{
color: #fff;
margin-bottom: 68px;
}
.check-website .sec-title h2:after{
background: #fff;
}
.check-website .inner-container .text{
position: relative;
font-size: 16px;
color: #dddddd;
}
.check-website .inner-container .text a{
color: #ddd;
font-weight: 700;
}
.check-website .inner-container .text a:hover{
color: #fff;
}
.check-website .anim-icons .icon-1 {
left: 0px;
top: -200px;
-webkit-animation: zoom-fade 5s infinite linear;
animation: zoom-fade 5s infinite linear;
}
.clients-section.home-15{
padding: 120px 0px 115px 0px;
} .free-estimate{
position: relative;
padding: 170px 0px 25px 0px;
}
.free-estimate .image-layer {
position: absolute;
left: 0px;
top: 0px;
width: 100%;
height: 478px;
right: 0px;
background-size: cover;
background-position: top center;
background-repeat: no-repeat;
}
.free-estimate .inner-box h2{
position: relative;
font-size: 36px;
line-height: 60px;
color: #222;
font-weight: 500;
}
.free-estimate .inner-box .btn-box{
margin-top: 33px;
}
.free-estimate .inner-box .btn-box .theme-btn-two{
padding: 15px 30px;
} .main-header.home-16{
position: relative;
}
.main-header.home-16 .menu-area .btn-box{
margin: 62px 0px 0px 30px;
}
.main-header.home-16 .menu-area .btn-box a{
padding: 10px 38px;
font-size: 16px;
font-weight: 500;
} .banner-style-16{
position: relative;
padding: 240px 0px 180px 0px;
}
.banner-style-16 .image-layer {
position: absolute;
top: 0px;
right: 0px;
width: 100%;
height: 1435px;
background-repeat: no-repeat;
background-position: center;
}
.banner-style-16 .upper-box .content-box .btn-box a {
position: relative;
display: inline-block;
overflow: hidden;
font-size: 15px;
height: 50px;
padding: 12px 77px 12px 32px;
background: transparent;
line-height: 26px;
color: #fff;
border: 1px solid #fff;
border-radius: 30px;
text-transform: capitalize;
transition: all 500ms ease;
z-index: 1;
}
.banner-style-16 .upper-box .content-box .btn-box a:before {
position: absolute;
left: 0;
top: 0;
z-index: -1;
height: 100%;
width: 100%;
content: "";
background-color: #fff;
border-radius: 30px;
-webkit-transform: scale(0, 1);
-ms-transform: scale(0, 1);
transform: scale(0, 1);
-webkit-transform-origin: top right;
-ms-transform-origin: top right;
transform-origin: top right;
-webkit-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
-moz-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
-o-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
-webkit-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
-moz-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
-o-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
}
.banner-style-16 .upper-box .content-box .btn-box a i {
position: absolute;
top: -1px;
right: -1px;
width: 50px;
height: 50px;
line-height: 50px;
text-align: center;
background: #fff;
font-size: 15px;
color: #4527a4;
border-radius: 50%;
transition: all 900ms ease;
}
.banner-style-16 .upper-box .content-box .btn-box a:hover {
color: #4527a4;
}
.banner-style-16 .upper-box .content-box .btn-box a:hover:before {
background: #fff;
-webkit-transform: scale(1, 1);
-ms-transform: scale(1, 1);
transform: scale(1, 1);
-webkit-transform-origin: bottom left;
-ms-transform-origin: bottom left;
transform-origin: bottom left;
}
.banner-style-16 .upper-box .content-box .btn-box a:hover i {
background: #fff;
color: #4527a4;
}
.banner-style-16 .content-box h1{
position: relative;
font-size: 48px;
font-weight: 500;
color: #fff;
line-height: 72px;
margin-bottom: 42px;
text-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
}
.banner-style-16 .content-box .text{
position: relative;
font-size: 16px;
color: #fefefe;
margin-bottom: 44px;
}
.banner-style-16 .image-box{
position: relative;
margin: 0px -309px 0px -30px;
}
.banner-style-16 .image-box img{
width: 100%;
}
.banner-style-16 .upper-box .content-box .btn-box{
position: relative;
display: flex;
margin-bottom: 40px;
}
.banner-style-16 .content-box .share-box a{
position: relative;
display: inline-block;
font-size: 15px;
color: #fff;
margin-right: 52px;
}
.banner-style-16 .content-box .share-box a:hover{
color: #00aeef;
}
.banner-style-16 .content-box .share-box a:last-child{
margin-right: 0px;
}
.banner-style-16 .content-box .share-box a i{
position: relative;
font-size: 36px;
margin-right: 25px;
top: 7px;
}
.banner-style-16 .upper-box{
position: relative;
padding-bottom: 100px;
border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.banner-style-16 .lower-box{
position: relative;
display: block;
text-align: center;
}
.banner-style-16 .lower-box .timer {
position: relative;
display: block;
text-align: center;
padding-top: 91px;
}
.banner-style-16 .lower-box .cs-countdown{
position: relative;
text-align: center;
margin-bottom: 61px;
}
.banner-style-16 .lower-box .cs-countdown .count-col{
position: relative;
display: inline-block;
text-align: center;
margin: 0px 42px;
}
.banner-style-16 .lower-box .cs-countdown .count-col:first-child{
margin-left: 0px;
}
.banner-style-16 .lower-box .cs-countdown .count-col:last-child{
margin-right: 0px;
}
.banner-style-16 .lower-box .cs-countdown .count-col span{
position: relative;
display: block;
font-size: 74px;
color: #fff;
line-height: 75px;
font-weight: 500;
text-align: center;
margin-bottom: 17px;
}
.banner-style-16 .lower-box .cs-countdown .count-col h3{
position: relative;
margin: 0 auto;
font-size: 22px;
color: #fff;
font-weight: 400;
text-align: center;
text-transform: capitalize;
}
.banner-style-16 .lower-box .btn-box .btn-one{
position: relative;
display: inline-block;
overflow: hidden;
font-size: 18px;
color: #131d27;
line-height: 30px;
font-weight: 500;
background: #fff;
padding: 15px 48px;
text-align: center;
border-radius: 30px;
z-index: 1;
margin: 0px 15px;
box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
}
.banner-style-16 .lower-box .btn-box .btn-two{
position: relative;
display: inline-block;
overflow: hidden;
font-size: 18px;
color: #fff;
line-height: 30px;
font-weight: 500;
background: #120250;
padding: 15px 42px;
text-align: center;
border-radius: 30px;
margin: 0px 15px;
z-index: 1;
box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
}
.banner-style-16 .lower-box .btn-box .btn-one:before {
position: absolute;
content: '';
top: 0;
left: 0;
width: 100%;
height: 100%;
opacity: 0;
background-color: #120250;
-webkit-transition: all 0.4s;
-moz-transition: all 0.4s;
-o-transition: all 0.4s;
transition: all 0.4s;
-webkit-transform: scale(1, 0.2);
transform: scale(1, 0.2);
z-index: -1;
}
.banner-style-16 .lower-box .btn-box .btn-one:hover::before {
opacity: 1;
-webkit-transform: scale(1, 1);
transform: scale(1, 1);
}
.banner-style-16 .lower-box .btn-box .btn-two:before {
position: absolute;
content: '';
top: 0;
left: 0;
width: 100%;
height: 100%;
opacity: 0;
background-color: #fff;
-webkit-transition: all 0.4s;
-moz-transition: all 0.4s;
-o-transition: all 0.4s;
transition: all 0.4s;
-webkit-transform: scale(1, 0.2);
transform: scale(1, 0.2);
z-index: -1;
}
.banner-style-16 .lower-box .btn-box .btn-two:hover::before {
opacity: 1;
-webkit-transform: scale(1, 1);
transform: scale(1, 1);
}
.banner-style-16 .lower-box .btn-box .btn-one:hover{
background: #120250;
color: #fff;
}
.banner-style-16 .lower-box .btn-box .btn-two:hover{
background: #fff;
color: #120250;
}
.banner-style-16 .anim-icons .icon-1{
left: 110px;
top: 110px;
z-index: 1;
}
.banner-style-16 .anim-icons .icon-2{
left: 90px;
top: 45%;
z-index: 1;
}
.banner-style-16 .anim-icons .icon-3{
left: 50%;
top: 50%;
z-index: 1;
} .transactions-work{
position: relative;
padding: 60px 0px 140px 0px;
}
#content_block_39 .content-box .sec-title h2{
margin-bottom: 47px;
}
.transactions-work .content-box{
position: relative;
margin-top: 48px;
}
#content_block_39 .content-box h5{
position: relative;
font-size: 18px;
color: #4527a4;
font-weight: 500;
margin-bottom: 37px;
}
#content_block_39 .content-box .text{
position: relative;
margin-bottom: 54px;
}
#content_block_39 .content-box .text p{
position: relative;
font-size: 16px;
margin-bottom: 30px;
}
#content_block_39 .content-box .text p:last-child{
margin-bottom: 0px;
}
#content_block_39 .content-box .theme-btn-two{
font-size: 18px;
padding: 15px 38px;
}
#content_block_40 .inner-box .single-item{
position: relative;
padding-left: 100px;
margin-bottom: 75px;
}
#content_block_40 .inner-box .single-item:nth-child(2){
margin-left: 150px;
}
#content_block_40 .inner-box .single-item:last-child{
margin-bottom: 0px;
}
#content_block_40 .inner-box .single-item .box{
position: relative;
padding: 27px 15px 24px 70px;
background: #fff;
max-width: 280px;
box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.1);
}
#content_block_40 .inner-box .single-item .box .pattern-bg .pattern-1{
position: absolute;
width: 65px;
height: 169px;
top: -9px;
right: -62px;
background-repeat: no-repeat;
}
#content_block_40 .inner-box .single-item .box .pattern-bg .pattern-2{
position: absolute;
width: 258px;
height: 80px;
top: -21px;
right: -42px;
z-index: -1;
background-repeat: no-repeat;
}
#content_block_40 .inner-box .single-item .count-box{
position: absolute;
left: 0px;
top: 13px;
width: 136px;
height: 116px;
line-height: 115px;
text-align: center;
font-size: 60px;
font-weight: 500;
color: #fff;
background-repeat: no-repeat;
z-index: 1;
transition: all 0.6s ease;
-moz-transition: all 0.6s ease;
-webkit-transition: all 0.6s ease;
-ms-transition: all 0.6s ease;
-o-transition: all 0.6s ease;
}
#content_block_40 .inner-box .single-item .box h4{
position: relative;
display: block;
font-size: 20px;
font-weight: 500;
color: #222;
line-height: 30px;
margin-bottom: 10px;
}
#content_block_40 .inner-box .single-item .box h4 a{
display: inline-block;
color: #222;
}
#content_block_40 .inner-box .single-item .box h4 a:hover{
color: #4527a4;
}
#content_block_40 .inner-box .single-item .box .text{
position: relative;
font-size: 14px;
line-height: 24px;
} .crypto-service{
position: relative;
padding: 110px 0px 140px 0px;
}
.crypto-service .image-layer{
position: absolute;
left: 0px;
top: 0px;
width: 100%;
height: 100%;
background-size: cover;
background-repeat: no-repeat;
background-position: top center;
}
.crypto-service .single-item .inner-box{
position: relative;
background: #fff;
text-align: center;
border-radius: 20px;
padding: 65px 30px 56px 30px;
box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.1);
transition: all 500ms ease;
}
.crypto-service .single-item:hover .inner-box{
transform: translateY(-15px);
background: #f5f5f5;
}
.crypto-service .single-item .inner-box .icon-box{
position: relative;
display: inline-block;
margin-bottom: 34px;
transition: all 500ms ease;
}
.crypto-service .single-item:hover .inner-box .icon-box{
transform: scale(1.1);
}
.crypto-service .single-item .inner-box h3{
position: relative;
display: block;
font-size: 24px;
line-height: 32px;
color: #222;
font-weight: 500;
margin-bottom: 27px;
}
.crypto-service .single-item .inner-box h3 a{
display: inline-block;
color: #222;
}
.crypto-service .single-item .inner-box h3 a:hover{
color: #4527a4;
}
.crypto-service .single-item .inner-box .text{
position: relative;
font-size: 16px;
margin-bottom: 30px;
}
.crypto-service .single-item .inner-box .btn-box{
position: absolute;
left: 50%;
bottom: -23px;
transform: translateX(-50%);
}
.crypto-service .single-item .inner-box .btn-box .theme-btn-two:hover{
background: #fff;
border-color: #fff;
}
.crypto-service .sec-title h2{
margin-bottom: 66px;
line-height: 60px;
}
.crypto-service .inner-content{
position: relative;
margin: 0px -15px;
}
.crypto-service .inner-content .single-column{
padding: 0px 30px;
} .timeline-work{
position: relative;
padding: 105px 0px 115px 0px;
}
.timeline-work .sec-title h2{
line-height: 60px;
margin-bottom: 82px;
}
.timeline-work .inner-content .single-item{
position: relative;
float: left;
width: 20%;
text-align: center;
}
.timeline-work .inner-content .single-item:first-child,
.timeline-work .inner-content .single-item:nth-child(3),
.timeline-work .inner-content .single-item:last-child{
padding-top: 51px;
}
.timeline-work .inner-content .single-item .year{
position: relative;
display: inline-block;
width: 232px;
height: 232px;
line-height: 150px;
background: #fff;
border-radius: 50%;
border: 43px solid #b8ce00;
text-align: center;
font-size: 36px;
font-weight: 700;
color: #222;
margin-bottom: 133px;
box-shadow: inset 0 0px 10px 0px rgba(0, 0, 0, 0.2);
transition: all 1500ms ease;
}
.timeline-work .inner-content .single-item:hover .year{
transform: rotate(360deg);
}
.timeline-work .inner-content .single-item:nth-child(2) .year,
.timeline-work .inner-content .single-item:nth-child(4) .year{
margin-bottom: 56px;
}
.timeline-work .inner-content .single-item:nth-child(2) .year{
border-color: #fdbb0d;
}
.timeline-work .inner-content .single-item:nth-child(4) .year{
border-color: #eb1d2f;
}
.timeline-work .inner-content .single-item:nth-child(3) .year{
border-color: #5da8f0;
}
.timeline-work .inner-content .single-item:last-child .year{
border-color: #a8107e;
}
.timeline-work .inner-content .single-item .year:before{
position: absolute;
content: '';
background: #b8ce00;
width: 50px;
height: 50px;
left: 50%;
margin-left: -25px;
clip-path: polygon(0% 0%, 50% 0%, 100% 100%, 0% 100%, 50% 0%);
}
.timeline-work .inner-content .single-item:first-child .year:before,
.timeline-work .inner-content .single-item:nth-child(3) .year:before,
.timeline-work .inner-content .single-item:last-child .year:before{
top: -70px;
}
.timeline-work .inner-content .single-item:nth-child(3) .year:before{
background: #5da8f0;
}
.timeline-work .inner-content .single-item:last-child .year:before{
background: #a8107e;
}
.timeline-work .inner-content .single-item:nth-child(4) .year:before{
background: #eb1d2f;
}
.timeline-work .inner-content .single-item:nth-child(2) .year:before,
.timeline-work .inner-content .single-item:nth-child(4) .year:before{
bottom: -70px;
transform: rotate(180deg);
}
.timeline-work .inner-content .single-item:nth-child(2) .year:before{
background: #fdbb0d;
}
.timeline-work .inner-content .single-item:first-child:after,
.timeline-work .inner-content .single-item:nth-child(3):after,
.timeline-work .inner-content .single-item:last-child:after{
bottom: 133px;
}
.timeline-work .inner-content .single-item .text{
position: relative;
font-size: 16px;
line-height: 24px;
margin-bottom: 74px;
}
.timeline-work .inner-content .single-item:nth-child(2) .text,
.timeline-work .inner-content .single-item:nth-child(4) .text{
margin: 0px;
}
.timeline-work .inner-content .single-item .month{
position: relative;
font-size: 30px;
line-height: 40px;
font-weight: 500;
color: #a3c300;
}
.timeline-work .inner-content .single-item .month:before{
position: absolute;
content: '';
background: #d0d2db;
width: 1px;
height: 55px;
left: 50%;
transform: translateX(-50%);
}
.timeline-work .inner-content .single-item:first-child .month:before,
.timeline-work .inner-content .single-item:nth-child(3) .month:before,
.timeline-work .inner-content .single-item:last-child .month:before{
top: -94px;
}
.timeline-work .inner-content .single-item:nth-child(2) .month:before,
.timeline-work .inner-content .single-item:nth-child(4) .month:before{
bottom: -38px;
}
.timeline-work .inner-content .single-item .month:after{
position: absolute;
content: '';
background: #b8ce00;
width: 20px;
height: 20px;
left: 50%;
transform: translateX(-50%);
border-radius: 50%;
}
.timeline-work .inner-content .single-item:first-child .month:after,
.timeline-work .inner-content .single-item:nth-child(3) .month:after,
.timeline-work .inner-content .single-item:last-child .month:after{
top: -40px;
}
.timeline-work .inner-content .single-item:nth-child(2) .month:after,
.timeline-work .inner-content .single-item:nth-child(4) .month:after{
bottom: 15px;
}
.timeline-work .inner-content .single-item:nth-child(2) .month:after{
background: #fdbb0d;
}
.timeline-work .inner-content .single-item:nth-child(4) .month:after{
background: #eb1d2f;
}
.timeline-work .inner-content .single-item:nth-child(3) .month:after{
background: #5da8f0;
}
.timeline-work .inner-content .single-item:last-child .month:after{
background: #a8107e;
}
.timeline-work .inner-content .single-item:nth-child(2) .month,
.timeline-work .inner-content .single-item:nth-child(4) .month{
margin-bottom: 80px;
padding-bottom: 52px;
}
.timeline-work .inner-content .single-item:nth-child(2) .month{
color: #fdbb0d;
}
.timeline-work .inner-content .single-item:nth-child(4) .month{
color: #eb1d2f;
}
.timeline-work .inner-content .single-item:nth-child(3) .month{
color: #5da8f0;
}
.timeline-work .inner-content .single-item:last-child .month{
color: #a8107e;
} .take-control{
position: relative;
width: 100%;
padding: 103px 0px 130px 0px;
background-size: cover;
background-repeat: no-repeat;
background-position: bottom center;
}
.take-control .sec-title h2{
color: #fff;
line-height: 60px;
margin-bottom: 50px;
}
.take-control .sec-title h2:after{
background: #fff;
}
.take-control .single-item .inner-box{
position: relative;
padding: 55px 0px 20px 255px;
margin-bottom: 54px;
}
.take-control .single-column:nth-child(3) .single-item .inner-box,
.take-control .single-column:last-child .single-item .inner-box{
padding: 55px 255px 20px 0px;
}
.take-control .single-item .inner-box .image-box{
position: absolute;
top: 0px;
}
.take-control .single-column:first-child .single-item .inner-box .image-box,
.take-control .single-column:nth-child(2) .single-item .inner-box .image-box{
left: 0px;
}
.take-control .single-column:last-child .single-item .inner-box .image-box,
.take-control .single-column:nth-child(3) .single-item .inner-box .image-box{
right: 0px;
}
.take-control .single-item .inner-box h3{
position: relative;
display: block;
font-size: 26px;
line-height: 35px;
font-weight: 500;
color: #fff;
margin-bottom: 15px;
}
.take-control .single-item .inner-box h3 a{
display: inline-block;
color: #fff;
}
.take-control .single-item .inner-box h3 a:hover{
color: #00aeef;
}
.take-control .single-item .inner-box .text{
position: relative;
font-size: 16px;
color: #fff;
} .team-section{
position: relative;
padding: 80px 0px 110px 0px;
}
.team-block-one .inner-box{
position: relative;
background: #ebebeb;
padding: 25px;
text-align: center;
border-top-right-radius: 200px;
border-top-left-radius: 200px;
border-bottom-left-radius: 45px;
border-bottom-right-radius: 45px;
}
.team-block-one .inner-box .image-box{
position: relative;
background: #4527a4;
border-radius: 50%;
overflow: hidden;
}
.team-block-one .inner-box .image-box img{
width: 100%;
border-radius: 50%;
transition: all 500ms ease;
}
.team-block-one:hover .inner-box .image-box img{
transform: scale(1.1);
}
.team-block-one .inner-box .lower-content{
position: relative;
padding: 35px 15px 11px 15px;
}
.team-block-one .inner-box .lower-content h2{
position: relative;
display: block;
font-size: 30px;
line-height: 40px;
font-weight: 500;
color: #222;
text-transform: uppercase;
margin-bottom: 12px;
}
.team-block-one .inner-box .lower-content h2 a{
display: inline-block;
color: #222;
}
.team-block-one .inner-box .lower-content h2 a:hover{
color: #4527a4;
}
.team-block-one .inner-box .lower-content .designation{
position: relative;
font-size: 15px;
}
.team-block-one .inner-box .lower-content .icon-1{
position: absolute;
left: 7px;
top: -77px;
background: #131d27;
width: 70px;
height: 70px;
border-radius: 50%;
-webkit-animation: zoom-fade 5s infinite linear;
animation: zoom-fade 5s infinite linear;
}
.team-block-one .inner-box .lower-content .icon-2{
position: absolute;
right: -4px;
top: -115px;
background: #ff0000;
width: 40px;
height: 40px;
border-radius: 50%;
-webkit-animation: zoom-fade 2s infinite linear;
animation: zoom-fade 2s infinite linear;
}
.team-section .owl-nav{
display: none;
}
.team-section .owl-dots{
position: relative;
display: block;
text-align: center;
margin-top: 70px;
}
.team-section .owl-theme .owl-dots .owl-dot span{
position: relative;
display: inline-block;
width: 10px;
height: 10px;
background: #05080b;
border-radius: 50%;
margin: 0px 5px;
cursor: pointer;
border: none;
transition: all 500ms ease;
}
.team-section .owl-theme .owl-dots .owl-dot.active span,
.team-section .owl-theme .owl-dots .owl-dot span:hover{
background: #4527a4;
width: 50px;
border-radius: 5px;
}
.team-section .sec-title h2{
line-height: 60px;
margin-bottom: 68px;
}
.news-section.home-16{
background: #f5f5f5;
overflow: hidden;
z-index: 1;
}
.news-section.home-16 .pattern-bg .pattern-1{
position: absolute;
width: 600px;
height: 580px;
left: 0px;
top: 0px;
background-repeat: no-repeat;
}
.news-section.home-16 .pattern-bg .pattern-2{
position: absolute;
width: 390px;
height: 580px;
right: 0px;
bottom: -130px;
background-repeat: no-repeat;
}
.news-section.home-16 .news-block-one .image-box img{
transform: scale(1.01);
}
.news-section.home-16 .news-block-one:hover .image-box img{
transform: scale(1.1);
}
.news-section.home-16 .news-block-one .image-box{
border: 1px solid #d7d7d7;
} .subscribe-style-five{
position: relative;
padding: 120px 0px 80px 0px;
}
.subscribe-style-five .image-box{
position: relative;
margin-top: 8px;
}
#image_block_38 .image-box .bg-layer{
position: absolute;
width: 592px;
height: 480px;
top: -80px;
right: 0px;
background-repeat: no-repeat;
}
#image_block_38 .image-box img{
position: relative;
width: 100%;
}
.subscribe-style-five #image_block_38 .image-box img{
max-width: none;
width: auto;
float: right;
}
.subscribe-style-five .content-box{
position: relative;
margin-left: 70px;
}
#content_block_41 .content-box .sec-title h2{ }
#content_block_41 .content-box .text{
position: relative;
font-size: 16px;
margin-bottom: 44px;
}
#content_block_41 .content-box .subscribe-form .form-group{
position: relative;
margin: 0px;
}
#content_block_41 .content-box .subscribe-form .form-group input[type='email']{
position: relative;
width: 100%;
height: 60px;
border: 2px solid #dddddd;
border-radius: 30px;
font-size: 16px;
padding: 10px 30px;
margin-bottom: 30px;
transition: all 500ms ease;
}
#content_block_41 .content-box .subscribe-form .form-group input:focus{
border-color: #4527a4;
}
#content_block_41 .content-box .subscribe-form .form-group .theme-btn-two{
padding: 15px 43px;
font-size: 16px;
} .main-footer.style-six{
position: relative;
background: #fafafa;
}
.main-footer.style-six .about-widget .apps-download h3{
position: relative;
display: block;
font-size: 24px;
line-height: 32px;
color: #fff;
margin-bottom: 36px;
}
.main-footer.style-six .about-widget .download-btn a{
position: relative;
display: inline-block;
font-size: 16px;
line-height: 18px;
font-weight: 500;
color: #fff;
background: #4527a4;
border: 2px solid #fff;
border-radius: 10px;
padding: 8px 21px 10px 61px;
z-index: 1;
}
.main-footer.style-six .about-widget .download-btn a:hover{
background: #fff;
color: #4527a4;
box-shadow: 0 5px 25px rgba(0, 0, 0, 0.5);
}
.main-footer.style-six .about-widget .download-btn a span{
position: relative;
display: block;
font-size: 10px;
}
.main-footer.style-six .about-widget .download-btn a i{
position: absolute;
left: 24px;
top: 11px;
font-size: 30px;
color: #fff;
transition: all 500ms ease;
}
.main-footer.style-six .about-widget .download-btn a:hover i{
color: #222;
}
.main-footer.style-six .about-widget .download-btn .app-store-btn{
margin-right: 25px;
}
.main-footer.style-six .footer-top .about-widget{
margin-right: 0px;
margin-bottom: -30px;
}
.main-footer.style-six .about-widget .text{
margin-bottom: 29px;
}
.main-footer.style-six .footer-top{
padding-bottom: 0px;
margin-bottom: 0px;
}
.main-footer.style-six .footer-top:before{
position: absolute;
content: '';
background: #4527a4;
width: 400px;
height: 2px;
left: 0px;
bottom: -2px;
}
.main-footer.style-six .copyright{
position: relative;
text-align: center;
background: #251757;
font-size: 16px;
color: #fff;
padding: 20px 0px 20px 0px;
margin-top: 80px;
}
.main-footer.style-six .copyright a{
color: #fff;
}
.main-footer.style-six .copyright a:hover{
text-decoration: underline;
} .main-header.home-17 .main-menu .navigation > li > a{
color: #222;
}
.main-header.home-17 .menu-area .btn-box a{
padding: 10px 38px;
font-size: 16px;
font-weight: 500;
}
.main-header.home-17 .menu-area .btn-box{
margin-top: 60px;
} .banner-style-17{
position: relative;
overflow: hidden;
padding: 190px 0px 100px 0px;
}
.banner-style-17 .image-shap {
position: absolute;
width: 405px;
height: 445px;
left: 0px;
top: 35%;
background-repeat: no-repeat;
}
.banner-style-17:after{
position: absolute;
content: '';
background: url(//ecpay.online/wp-content/themes/appway/assets/css/images/icons/map-shap-6.png);
width: 1010px;
height: 530px;
left: 80px;
top: 140px;
background-repeat: no-repeat;
z-index: -2;
}
.banner-style-17 .anim-icons .icon-1 {
background-image: -webkit-linear-gradient(0deg, #20d5dd 0%, #5d339e 100%);
width: 80px;
height: 80px;
left: 80px;
bottom: 100px;
border-radius: 50%;
-webkit-animation: zoom-fade 5s infinite linear;
animation: zoom-fade 5s infinite linear;
}
.banner-style-17 .image-layer {
position: absolute;
top: 0px;
right: 0px;
width: 100%;
height: 1055px;
background-repeat: no-repeat;
background-position: right center;
z-index: -1;
}
.banner-style-17 .content-box .mail-box .form-group {
position: relative;
margin-bottom: 41px;
}
.banner-style-17 .content-box .mail-box .form-group input[type='email'] {
position: relative;
width: 100%;
height: 60px;
border: 1px solid #959595;
border-radius: 30px;
font-size: 14px;
color: #777;
padding: 10px 200px 10px 30px;
transition: all 500ms ease;
}
.banner-style-17 .content-box .mail-box .form-group input:focus{
border-color: #4527a4;
}
.banner-style-17 .content-box .mail-box .form-group button {
position: absolute;
top: 0px;
right: 0px;
width: 170px;
height: 60px;
background: #4527a4;
text-align: center;
font-size: 14px;
color: #fff;
border-top-right-radius: 30px;
border-bottom-right-radius: 30px;
cursor: pointer;
transition: all 500ms ease;
}
.banner-style-17 .content-box h1{
position: relative;
font-size: 48px;
line-height: 72px;
font-weight: 500;
color: #222;
margin-bottom: 51px;
}
.banner-style-17 .content-box h1 span{
display: block;
font-weight: 400;
}
.banner-style-17 .content-box .text{
position: relative;
font-size: 16px;
margin-bottom: 55px;
}
.banner-style-17 .content-box .download-btn a{
position: relative;
display: inline-block;
font-size: 16px;
line-height: 18px;
font-weight: 500;
color: #fff;
background: #222;
border-radius: 10px;
padding: 8px 21px 10px 61px;
z-index: 1;
}
.banner-style-17 .content-box .download-btn a:hover{
background: #fff;
color: #4527a4;
box-shadow: 0 5px 25px rgba(0, 0, 0, 0.5);
}
.banner-style-17 .content-box .download-btn a span{
position: relative;
display: block;
font-size: 10px;
}
.banner-style-17 .content-box .download-btn a i{
position: absolute;
left: 24px;
top: 11px;
font-size: 30px;
color: #fff;
transition: all 500ms ease;
}
.banner-style-17 .content-box .download-btn a:hover i{
color: #222;
}
.banner-style-17 .content-box .download-btn .app-store-btn{
margin-right: 30px;
}
.banner-style-17 .image-box{
position: relative;
margin-left: 100px;
}
.banner-style-17 .image-box img{
max-width: none;
float: left;
}
.banner-style-17 .content-box{
padding-top: 16px;
} .rider-section{
position: relative;
padding: 100px 0px 135px 0px;
}
.rider-section .inner-content .inner-box:first-child .image-box{
position: relative;
margin-right: 42px;
}
.rider-section .inner-content .inner-box:last-child .image-box{
position: relative;
margin-left: 103px;
}
#image_block_39 .image-box{
position: relative;
}
#image_block_39 .image-box img{
width: 100%;
}
#content_block_42 .content-box h2{
position: relative;
display: inline-block;
font-size: 36px;
line-height: 36px;
font-weight: 500;
color: #222;
border-bottom: 1px solid #a9a9a9;
margin-bottom: 57px;
}
#content_block_42 .content-box span{
position: relative;
display: block;
font-size: 16px;
color: #4527a4;
margin-bottom: 31px;
}
#content_block_42 .content-box .text{
position: relative;
margin-bottom: 63px;
}
#content_block_42 .content-box .text p{
margin-bottom: 30px;
}
#content_block_42 .content-box .text p:last-child{
margin-bottom: 0px;
}
#content_block_42 .content-box .btn-box{
position: relative;
display: block;
}
#content_block_42 .content-box .btn-box .theme-btn{
border-color: #777777;
height: 60px;
color: #777;
padding: 16px 80px 16px 40px;
}
#content_block_42 .content-box .btn-box .theme-btn:hover{
border-color: #4527a4;
color: #fff;
}
#content_block_42 .content-box .btn-box .theme-btn i{
top: 4px;
right: 5px;
}
#content_block_42 .content-box .btn-box .theme-btn-two{
margin-right: 30px;
padding: 15px 41px;
float: left;
}
.rider-section .sec-title{
margin-bottom: 60px;
}
.rider-section .sec-title h2{
font-size: 48px;
margin-bottom: 60px;
}
.rider-section .inner-content .inner-box:first-child{
margin-bottom: 125px;
} .whereyou-section{
position: relative;
padding: 100px 0px 100px 0px;
}
.whereyou-section .bg-layer{
position: absolute;
width: 1076px;
height: 963px;
top: 90px;
right: 0px;
background-repeat: no-repeat;
}
.whereyou-section .sec-title{
position: relative;
max-width: 500px;
width: 100%;
margin: 0 auto;
padding-bottom: 54px;
}
.whereyou-section .sec-title h2{
font-size: 48px;
margin-bottom: 59px;
}
#content_block_43 .content-box .tab-btn-box{
position: relative;
display: block;
margin-bottom: 30px;
}
#content_block_43 .content-box .tab-btns{
position: relative;
display: inline-block;
background: #fff;
overflow: hidden;
border-radius: 30px;
box-shadow: 0 5px 30px 0px rgba(0, 0, 0, 0.1);
}
#content_block_43 .content-box .tab-btns li{
position: relative;
display: inline-block;
font-size: 40px;
background: #fff;
border-radius: 30px;
padding: 10px 47px;
transition: all 500ms ease;
cursor: pointer;
}
#content_block_43 .content-box .tab-btns li.active-btn{
background: #7d7d7d;
color: #fff;
}
#content_block_43 .content-box .estimate-form .form-group{
position: relative;
margin-bottom: 30px;
}
#content_block_43 .content-box .estimate-form .form-group i{
position: absolute;
top: 22px;
right: 30px;
font-size: 16px;
font-weight: 700;
color: #4527a4;
z-index: 1;
}
#content_block_43 .content-box .estimate-form .form-group input[type='text']{
position: relative;
width: 100%;
height: 60px;
font-size: 16px;
border: 1px solid #d7d7d7;
border-radius: 30px;
padding: 10px 70px 10px 30px;
transition: all 500ms ease;
}
#content_block_43 .content-box .estimate-form .form-group input:focus{
border-color: #4527a4;
}
#content_block_43 .content-box .estimate-form .btn-box button{
position: relative;
display: inline-block;
overflow: hidden;
font-size: 15px;
height: 60px;
padding: 17px 80px 17px 40px;
background: #4527a4;
line-height: 26px;
color: #fff;
border: 1px solid #4527a4;
font-weight: 500;
border-radius: 30px;
cursor: pointer;
z-index: 1;
transition: all 500ms ease;
}
#content_block_43 .content-box .estimate-form .btn-box button:before {
position: absolute;
content: '';
top: 0;
left: 0;
width: 100%;
height: 100%;
opacity: 0;
background-color: #fff;
-webkit-transition: all 0.4s;
-moz-transition: all 0.4s;
-o-transition: all 0.4s;
transition: all 0.4s;
-webkit-transform: scale(0.2, 1);
transform: scale(0.2, 1);
z-index: -1;
}
#content_block_43 .content-box .estimate-form .btn-box button:hover::before {
opacity: 1;
-webkit-transform: scale(1, 1);
transform: scale(1, 1);
}
#content_block_43 .content-box .estimate-form .btn-box button:hover{
background: #fff;
color: #4527a4;
}
#content_block_43 .content-box .estimate-form .btn-box button i{
position: absolute;
top: 4px;
right: 6px;
width: 50px;
height: 50px;
line-height: 50px;
text-align: center;
background: #fff;
font-size: 15px;
color: #4527a4;
border-radius: 50%;
transition: all 900ms ease;
}
#content_block_43 .content-box .estimate-form .btn-box button:hover i{
background: #4527a4;
color: #fff !important;
}
#content_block_43 .content-box .estimate-form .btn-box{
position: relative;
padding-top: 10px;
}
#content_block_43 .content-box{
position: relative;
}
.whereyou-section .image-box{
margin-left: 50px;
}
#image_block_40 .image-box{
position: relative;
}
#image_block_40 .image-box img{
width: 100%;
max-width: 100%;
float: none;
}
.whereyou-section #image_block_40 .image-box img{
position: relative;
max-width: none;
float: left;
width: auto;
}
.whereyou-section .anim-icons .icon-1 {
left: 140px;
top: 300px;
background-repeat: no-repeat;
animation-name: slideInLeft;
animation-duration: 10s;
animation-iteration-count: 1;
animation-timing-function: linear;
-webkit-animation-name: slideInLeft;
-webkit-animation-duration: 10s;
-webkit-animation-iteration-count: 1;
-webkit-animation-timing-function: linear;
-moz-animation-name: slideInLeft;
-moz-animation-duration: 10s;
-moz-animation-iteration-count: 1;
-moz-animation-timing-function: linear;
-ms-animation-name: slideInLeft;
-ms-animation-duration: 10s;
-ms-animation-iteration-count: 1;
-ms-animation-timing-function: linear;
} .ridesharing-section{
position: relative;
padding: 45px 0px 125px 0px;
}
.ridesharing-section .single-item .inner-box .image-box{
position: relative;
min-height: 155px;
margin-bottom: 35px;
}
.ridesharing-section .single-item .inner-box h3{
position: relative;
display: block;
font-size: 24px;
line-height: 32px;
font-weight: 500;
color: #222;
margin-bottom: 28px;
}
.ridesharing-section .single-item .inner-box h3 a{
display: inline-block;
color: #222;
}
.ridesharing-section .single-item .inner-box h3 a:hover{
color: #4527a4;
}
.ridesharing-section .single-item .inner-box .text{
position: relative;
font-size: 16px;
}
.ridesharing-section .sec-title{
margin-bottom: 78px;
}
.ridesharing-section .sec-title h2{
font-size: 48px;
margin-bottom: 59px;
}
#default_image_block .image-box{
position: relative;
}
#default_image_block .image-box img{
width: 100%;
} .news-style-two{
position: relative;
padding: 100px 0px 100px 0px;
}
.news-style-two .sec-title h2{
font-size: 48px;
margin-bottom: 88px;
}
.news-style-two .inner-content{
position: relative;
margin: 0px -15px;
padding: 0px 60px;
}
.news-style-two .news-block{
padding: 0px 30px;
}
.news-block-two .inner-box{
position: relative;
display: block;
text-align: center;
}
.news-block-two .inner-box .image-box{
position: relative;
overflow: hidden;
background: #4527a4;
border: 1px solid #d7d7d7;
border-radius: 20px;
}
.news-block-two .inner-box .image-box img{
width: 100%;
transform: scale(1.01);
border-radius: 20px;
transition: all 500ms ease;
}
.news-block-two:hover .inner-box .image-box img{
opacity: 0.2;
transform: scale(1.1);
}
.news-block-two .inner-box .lower-content{
position: relative;
overflow: hidden;
background: #fff;
margin: 0px 30px;
box-shadow: 0 5px 30px 0px rgba(0, 0, 0, 0.1);
border-bottom-right-radius: 20px;
border-bottom-left-radius: 20px;
padding: 23px 30px 20px 30px;
}
.news-block-two .inner-box .lower-content:before{
position: absolute;
content: '';
background: #4527a4;
width: 100%;
height: 0%;
left: 0px;
bottom: 0px;
transition: all 500ms ease;
}
.news-block-two:hover .inner-box .lower-content:before{
height: 100%;
top: 0px;
}
.news-block-two .inner-box .lower-content .post-date{
position: relative;
font-size: 16px;
margin-bottom: 6px;
transition: all 500ms ease;
}
.news-block-two .inner-box .lower-content .post-date i{
margin-right: 10px;
}
.news-block-two .inner-box .lower-content h3{
position: relative;
display: block;
font-size: 24px;
line-height: 36px;
font-weight: 500;
color: #222;
}
.news-block-two .inner-box .lower-content h3 a{
display: inline-block;
color: #222;
}
.news-block-two:hover .inner-box .lower-content h3,
.news-block-two:hover .inner-box .lower-content .post-date,
.news-block-two:hover .inner-box .lower-content h3 a{
color: #fff;
}
.download-apps.home-17{
position: relative;
padding: 145px 0px 50px 0px;
}
.download-apps.home-17:before{
position: absolute;
content: '';
background: #f8f7fc;
width: 100%;
height: 100%;
left: 0px;
top: 50%;
}
.download-apps.home-17 .image-layer {
position: absolute;
top: 0px;
left: 0px;
width: 100%;
height: 675px;
background-repeat: no-repeat;
background-size: cover;
background-position: top center;
z-index: -1;
}
.download-apps.home-17 .image-box{
margin-right: 60px;
}  .main-header.style-three{
position: relative;
}
.main-header.style-three .header-top{
position: relative;
background: #4527a4;
width: 100%;
padding: 10px 0px;
}
.main-header.style-three .header-top .inner-container li{
position: relative;
display: inline-block;
}
.main-header.style-three .header-top .inner-container .header-info li{
margin-right: 20px;
}
.main-header.style-three .header-top .inner-container .header-info li:last-child{
margin-right: 0px;
}
.main-header.style-three .header-top .inner-container .header-info li i{
font-size: 14px;
color: #855ffe;
margin-right: 10px;
}
.main-header.style-three .header-top .inner-container .header-nav li{
margin-right: 45px;
}
.main-header.style-three .header-top .inner-container .header-nav li:last-child{
margin-right: 0px;
}
.main-header.style-three .header-top .inner-container li a{
position: relative;
display: inline-block;
font-size: 14px;
color: #fff;
}
.main-header.style-three .header-top .inner-container li a:hover{
text-decoration: underline;
}
.main-header.style-three .header-upper{
position: relative;
}
.main-header.style-three .header-upper .main-box{
position: relative;
background: #fff;
margin: 0px -35px;
padding: 0px 35px;
}
.threex.main-header.style-three .header-upper .main-box{
position: relative;
background: #fff;
margin: 0px -35px;
padding: 0px 35px;
border-bottom-left-radius: 25px!important;
border-bottom-right-radius: 25px!important;
}
.threex.main-header.style-three .outer-container {
border-bottom: none!important;
}
.main-header.style-three .main-menu .navigation > li > a{ }
.main-header.style-three .outer-container .logo-box .logo{
padding: 35px 0px 34px 0px;
}
.main-header.style-three .main-menu .navigation > li{
padding: 45px 0px;
margin: 0px 15px;
}
.main-header.style-three .main-menu .navigation > li:before{
position: absolute;
content: '';
background: #4527a4;
width: 100%;
height: 5px;
transform: scale(0,0);
left: 0px;
bottom: 0px;
transition: all 500ms ease;
}
.main-header.style-three .main-menu .navigation > li.current:before,
.main-header.style-three .main-menu .navigation > li:hover:before{
transform: scale(1,1);
}
.main-header.style-three .menu-area .btn-box{
margin-top: 36px;
}
.main-header.style-three .menu-area .btn-box a{
padding: 10px 42px;
font-size: 16px;
font-weight: 500;
} .banner-style-18{
position: relative;
padding: 215px 0px 345px 0px;
background: linear-gradient(90deg, #0f0946 0%, #42269e 50%, #0f0946 100%);
}
.banner-style-18 .content-box{
position: relative;
max-width: 450px;
width: 100%;
margin-top: 108px;
}
.banner-style-18 .content-box h1{
position: relative;
font-size: 48px;
line-height: 72px;
color: #fff;
font-weight: 500;
margin-bottom: 35px;
}
.banner-style-18 .content-box .text{
position: relative;
font-size: 16px;
color: #fff;
margin-bottom: 65px;
}
.banner-style-18 .content-box .btn-box a{
position: relative;
display: inline-block;
overflow: hidden;
font-size: 16px;
color: #222;
line-height: 30px;
background: #fff;
padding: 15px 50px;
text-align: center;
border-radius: 30px;
z-index: 1;
box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5);
}
.banner-style-18 .content-box .btn-box a:before {
position: absolute;
content: '';
top: 0;
left: 0;
width: 100%;
height: 100%;
opacity: 0;
background-color: #4527a4;
-webkit-transition: all 0.4s;
-moz-transition: all 0.4s;
-o-transition: all 0.4s;
transition: all 0.4s;
-webkit-transform: scale(0.2, 1);
transform: scale(0.2, 1);
z-index: -1;
}
.banner-style-18 .content-box .btn-box a:hover::before {
opacity: 1;
-webkit-transform: scale(1, 1);
transform: scale(1, 1);
}
.banner-style-18 .content-box .btn-box a:hover{
background: #4527a4;
color: #fff;
}
.banner-style-18 .image-box img{
width: 100%;
}
.banner-style-18 .anim-icons .icon-1 {
left: 120px;
top: 180px;
-webkit-animation: zoom-fade 2s infinite linear;
animation: zoom-fade 2s infinite linear;
}
.banner-style-18 .anim-icons .icon-2 {
left: 65px;
bottom: 300px;
}
.banner-style-18 .anim-icons .icon-3 {
left: 420px;
top: 220px;
} .domain-section{
position: relative;
}
.domain-section .inner-container{
position: relative;
background: #fff;
padding: 95px 100px;
margin-top: -275px;
border-radius: 30px;
box-shadow: 0 10px 50px 0px rgba(0, 0, 0, 0.1);
}
.domain-section .sec-title h2{
margin-bottom: 78px;
}
.domain-section .search-form .form-group{
position: relative;
margin-bottom: 51px;
}
.domain-section .search-form .form-group input[type='text']{
position: relative;
width: 100%;
height: 100px;
background: #fff;
border: 3px solid #fff;
padding: 15px 230px 15px 30px;
border-radius: 15px;
box-shadow: 0 0px 20px 0px rgba(0, 0, 0, 0.1);
transition: all 500ms ease;
}
.domain-section .search-form .form-group input:focus{
border-color: #4527a4;
}
.domain-section .search-form .form-group button{
position: absolute;
top: 10px;
overflow: hidden;
right: 10px;
display: inline-block;
font-size: 18px;
font-weight: 500;
color: #fff;
background: #4527a4;
text-align: center;
padding: 25px 45px;
cursor: pointer;
border-radius: 10px;
z-index: 1;
transition: all 500ms ease;
}
.domain-section .search-form .form-group button:before {
position: absolute;
content: '';
top: 0;
left: 0;
width: 100%;
height: 100%;
opacity: 0;
background-color: #222;
-webkit-transition: all 0.4s;
-moz-transition: all 0.4s;
-o-transition: all 0.4s;
transition: all 0.4s;
-webkit-transform: scale(0.2, 1);
transform: scale(0.2, 1);
z-index: -1;
}
.domain-section .search-form .form-group button:hover::before {
opacity: 1;
-webkit-transform: scale(1, 1);
transform: scale(1, 1);
}
.domain-section .search-form .form-group button:hover{
background: #222;
}
.domain-section .domain-name{
position: relative;
max-width: 700px;
width: 100%;
margin: 0 auto;
text-align: center;
}
.domain-section .domain-name li{
position: relative;
float: left;
text-align: center;
width: 20%;
}
.domain-section .domain-name li a{
position: relative;
display: inline-block;
font-size: 18px;
color: #777;
}
.domain-section .domain-name li a span{
font-size: 24px;
font-weight: 700;
color: #222;
}
.domain-section .domain-name li:first-child a span{
color: #4527a4;
}
.domain-section .domain-name li:nth-child(2) a span{
color: #ffb600;
}
.domain-section .domain-name li:nth-child(4) a span{
color: #ff0000;
}
.domain-section .domain-name li:last-child a span{
color: #54fe00;
} .best-hosting{
position: relative;
padding: 143px 0px 100px 0px;
}
.best-hosting .sec-title h3{
position: relative;
font-size: 24px;
line-height: 32px;
color: #222;
margin-bottom: 16px;
}
.best-hosting .sec-title h2{
color: #4527a4;
margin-bottom: 69px;
}
.best-hosting .single-item .inner-box{
position: relative;
background: #fff;
border-radius: 15px;
min-height: 420px;
padding: 53px 30px 52px 50px;
box-shadow: 0 0px 20px 0px rgba(0, 0, 0, 0.1);
transition: all 500ms ease;
}
.best-hosting .single-item:hover .inner-box{
transform: translateY(-15px);
}
.best-hosting .single-item .inner-box .bg-layer{
position: absolute;
width: 100%;
height: 100%;
left: 0px;
bottom: 0px;
opacity: 0;
border-radius: 15px;
background-repeat: no-repeat;
background-position: left bottom;
transition: all 500ms ease;
}
.best-hosting .single-item:hover .inner-box .bg-layer{
opacity: 1;
}
.best-hosting .single-item .icon-box{
position: relative;
display: inline-block;
font-size: 70px;
line-height: 70px;
color: #9ece1c;
margin-bottom: 32px;
}
.best-hosting .single-column:nth-child(2) .single-item .icon-box{
color: #ff0000;
}
.best-hosting .single-column:last-child .single-item .icon-box{
color: #ffb600;
}
.best-hosting .single-item h3{
position: relative;
display: block;
font-size: 23px;
line-height: 36px;
color: #222;
margin-bottom: 36px;
}
.best-hosting .single-item h3 a{
display: inline-block;
color: #222;
}
.best-hosting .single-item h3 a:hover{
color: #4527a4;
}
.best-hosting .single-item .text{
position: relative;
font-size: 16px;
margin-bottom: 15px;
}
.best-hosting .single-item .link-btn a{
position: relative;
display: inline-block;
font-size: 20px;
color: #fff;
width: 50px;
height: 50px;
line-height: 50px;
text-align: center;
background: #d7d7d7;
border-radius: 50%;
z-index: 1;
}
.best-hosting .single-item:hover .link-btn a{
background: #4527a4;
}
.best-hosting .single-item .link-btn{
position: absolute;
left: 50px;
bottom: -23px;
}
.best-hosting .single-column{
padding: 0px 35px;
}
.best-hosting .inner-content{
position: relative;
margin: 0px -20px;
} .increase-website{
position: relative;
padding: 85px 0px 50px 0px;
}
.increase-website .content-box{
position: relative;
margin: 0px 70px;
padding-top: 60px;
}
#content_block_44 .content-box h2{
position: relative;
font-size: 36px;
line-height: 60px;
color: #222;
margin-bottom: 64px;
}
#content_block_44 .content-box .text{
position: relative;
display: block;
font-size: 16px;
line-height: 36px;
margin-bottom: 50px;
}
#content_block_44 .content-box .btn-box .theme-btn{
background: #4527a4;
color: #fff !important;
font-size: 16px;
height: 60px;
font-weight: 400;
padding: 17px 80px 17px 35px;
z-index: 1;
}
#content_block_44 .content-box .btn-box .theme-btn:after {
position: absolute;
content: '';
top: 0;
left: 0;
width: 100%;
height: 100%;
opacity: 0;
background-color: #222;
-webkit-transition: all 0.4s;
-moz-transition: all 0.4s;
-o-transition: all 0.4s;
transition: all 0.4s;
-webkit-transform: scale(0.2, 1);
transform: scale(0.2, 1);
z-index: -1;
}
#content_block_44 .content-box .btn-box .theme-btn:hover::after {
opacity: 1;
-webkit-transform: scale(1, 1);
transform: scale(1, 1);
}
#content_block_44 .content-box .btn-box .theme-btn:hover{
box-shadow: 0 5px 20px 0px rgba(0, 0, 0, 0.5);
}
#content_block_44 .content-box .btn-box .theme-btn i{
background: #fff !important;
color: #4527a4;
top: 4px;
right: 5px;
}
.increase-website .image-box{
margin: 0px -380px 0px 30px;
}
#image_block_41 .image-box{
position: relative;
}
#image_block_41 .image-box .image img{
width: 100%;
}
#image_block_41 .image-box .image-2{
position: absolute;
left: 0px;
bottom: 110px;
box-shadow: 0 10px 30px 0px rgba(0, 0, 0, 0.1);
}
#image_block_41 .image-box .image-3{
position: absolute;
left: 310px;
top: -40px;
box-shadow: 0 10px 30px 0px rgba(0, 0, 0, 0.1);
} .domain-prices{
position: relative;
padding: 65px 0px 50px 0px;
}
.domain-prices .domain-name,
.domain-prices .pricing-inner{
position: relative;
border: 1px solid #f5f5f5;
}
.domain-prices .domain-name li,
.domain-prices .pricing-inner .pricing-table li{
position: relative;
display: block;
text-align: center;
padding: 24px 15px;
font-size: 24px;
line-height: 32px;
font-weight: 700;
color: #777;
background: #fff;
}
.domain-prices .domain-name li:nth-child(2n+1),
.domain-prices .pricing-inner .pricing-table li:nth-child(2n+1){
background: #f5f5f5;
}
.domain-prices .domain-name li.heading,
.domain-prices .pricing-inner .pricing-table li.heading{
font-size: 24px;
line-height: 32px;
color: #fff;
font-weight: 400;
padding: 28px 15px;
background: linear-gradient(0deg, #5259fe 0%, #4427a4 100%);
}
.domain-prices .pricing-inner .pricing-table{
position: relative;
float: left;
width: 33.33333%;
}
.domain-prices .pricing-inner .pricing-table:nth-child(2) li.heading{
background: linear-gradient(0deg, #4427a4 0%, #5259fe 100%);
}
.domain-prices .domain-name li:nth-child(2){
color: #0180cf;
}
.domain-prices .domain-name li:nth-child(3){
color: #01b630;
}
.domain-prices .domain-name li:nth-child(4){
color: #ff1d42;
}
.domain-prices .domain-name li:nth-child(5){
color: #6c3394;
}
.domain-prices .domain-name li:nth-child(6){
color: #262223;
}
.domain-prices .domain-name li:nth-child(7){
color: #fa6801;
}
.domain-prices .domain-name li:last-child{
color: #0145c6;
}
.domain-prices .sec-title h3{
position: relative;
display: block;
font-size: 24px;
line-height: 32px;
color: #222;
margin-bottom: 15px;
}
.domain-prices .sec-title h2{
color: #4527a4;
margin-bottom: 60px;
} .service-style-four{
position: relative;
padding-top: 65px;
}
.service-style-four .sec-title h3{
position: relative;
font-size: 24px;
line-height: 32px;
color: #222;
margin-bottom: 15px;
}
.service-style-four .sec-title h2{
color: #4527a4;
margin-bottom: 138px;
}
.service-style-four .service-block:nth-child(2) .service-block-three .inner-box .icon-box:before {
background: url(//ecpay.online/wp-content/themes/appway/assets/css/images/icons/icon-bg-1.png);
}
.service-style-four .service-block:nth-child(3) .service-block-three .inner-box .icon-box:before {
background: url(//ecpay.online/wp-content/themes/appway/assets/css/images/icons/icon-bg-4.png);
}
.service-style-four .service-block:nth-child(4) .service-block-three .inner-box .icon-box:before {
background: url(//ecpay.online/wp-content/themes/appway/assets/css/images/icons/icon-bg-2.png);
}
.service-style-four .service-block:nth-child(5) .service-block-three .inner-box .icon-box:before {
background: url(//ecpay.online/wp-content/themes/appway/assets/css/images/icons/icon-bg-6.png);
}
.service-style-four .service-block:last-child .service-block-three .inner-box .icon-box:before {
background: url(//ecpay.online/wp-content/themes/appway/assets/css/images/icons/icon-bg-5.png);
}
.service-style-four .service-block{
padding: 0px 22px 0px 23px;
}
.service-style-four .inner-content{
position: relative;
margin: 0px -7px 0px -8px;
}
.service-style-four .service-block-three .inner-box{
padding: 0px 50px 55px 50px;
max-height: 315px;
}
.service-style-four .service-block-three .inner-box .link-btn{
position: absolute;
left: 50%;
bottom: -20px;
transform: translateX(-50%);
}
.service-style-four .service-block-three .inner-box .link-btn a{
position: relative;
display: inline-block;
font-size: 24px;
color: #fff !important;
font-weight: 400;
width: 40px;
height: 40px;
line-height: 42px;
background: #4527a4;
text-align: center;
border-radius: 50%;
transform: scale(0,0);
}
.service-style-four .service-block-three:hover .inner-box .link-btn a{
transform: scale(1,1);
}
.service-style-four .service-block-three{
margin-bottom: 160px;
} .managed-wordpress{
position: relative;
padding: 82px 0px 70px 0px;
}
.managed-wordpress .image-layer {
position: absolute;
top: -40px;
left: 0px;
width: 100%;
height: 755px;
background-repeat: no-repeat;
background-size: cover;
background-position: top center;
z-index: -1;
}
#content_block_45 .content-box .sec-title h2{
color: #fff;
line-height: 60px;
margin-bottom: 78px;
}
#content_block_45 .content-box.black-text .sec-title h2{
color: #222;
}
#content_block_45 .content-box .sec-title h2:after{
background: #fff;
}
#content_block_45 .content-box.black-text .sec-title h2:after{
background: #777;
}
#content_block_45 .content-box .text{
position: relative;
font-size: 16px;
line-height: 36px;
color: #fff;
margin-bottom: 51px;
}
#content_block_45 .content-box.black-text .text{
color: #777;
}
#content_block_45 .content-box .btn-box a{
position: relative;
display: inline-block;
overflow: hidden;
font-size: 16px;
color: #4527a4;
line-height: 30px;
background: #fff;
padding: 15px 47px;
text-align: center;
border-radius: 30px;
z-index: 1;
box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5);
}
#content_block_45 .content-box .btn-box a:after {
position: absolute;
content: '';
top: 0;
left: 0;
width: 100%;
height: 100%;
opacity: 0;
background-color: #4527a4;
-webkit-transition: all 0.4s;
-moz-transition: all 0.4s;
-o-transition: all 0.4s;
transition: all 0.4s;
-webkit-transform: scale(0.2, 1);
transform: scale(0.2, 1);
z-index: -1;
}
#content_block_45 .content-box .btn-box a:hover::after {
opacity: 1;
-webkit-transform: scale(1, 1);
transform: scale(1, 1);
}
#content_block_45 .content-box.black-text .btn-box a{
background: #4527a4;
color: #fff;
}
#content_block_45 .content-box.black-text .btn-box a:hover{
background: #fff;
color: #fff;
}
#content_block_45 .content-box .btn-box a:hover{
color: #fff !important;
background: #4527a4;
}
.managed-wordpress .content-box{
position: relative;
margin-top: 42px;
}
.managed-wordpress .image-box{
margin-right: 50px;
}
#image_block_42 .image-box{
position: relative;
}
#image_block_42 .image-box img{
width: 100%;
}
.testimonial-style-nine.home-18{
position: relative;
padding-bottom: 110px;
}
.testimonial-style-nine.home-18:before{
display: none;
}
.testimonial-style-nine.home-18 .testimonial-content .text,
.testimonial-style-nine.home-18 .testimonial-content .author-info .designation{
color: #777;
}
.testimonial-style-nine.home-18 .testimonial-content .author-info .name{
color: #4527a4;
}
.testimonial-style-nine.home-18 .owl-nav .owl-prev, 
.testimonial-style-nine.home-18 .owl-nav .owl-next{
background: transparent;
border: 1px solid #4527a4;
color: #4527a4;
}
.testimonial-style-nine.home-18 .owl-nav .owl-prev:hover, 
.testimonial-style-nine.home-18 .owl-nav .owl-next:hover{
color: #fff !important;
background: #4527a4;
}
.subscribe-style-five.home-18{
position: relative;
padding-top: 187px;
padding-bottom: 75px;
}
.subscribe-style-five.home-18:before{
position: absolute;
content: '';
background: #f5f5f5;
width: 100%;
height: 100%;
left: 0px;
top: 50%;
}
.subscribe-style-five.home-18 .image-box{
margin-top: 50px;
}
.subscribe-style-five.home-18 .image-layer {
position: absolute;
top: 0px;
left: 0px;
width: 100%;
height: 900px;
background-repeat: no-repeat;
background-size: cover;
background-position: top center;
z-index: -1;
}
.subscribe-style-five.home-18 .content-box .subscribe-form .form-group input[type='email']{
background: transparent;
} .donate-popup{
position:fixed;
left:0px;
top:-100%;
width:100%;
height:100%;
background:rgba(0,0,0,0.80);
z-index:9999;
visibility:hidden;
opacity:0;
overflow:auto;
transition:all 700ms ease;
-moz-transition:all 700ms ease;
-webkit-transition:all 700ms ease;
-ms-transition:all 700ms ease;
-o-transition:all 700ms ease;
}
.donate-popup.popup-visible{
top:0;
visibility:visible;
opacity:1;
}
.donate-popup .close-donate{
position:absolute;
right:25px;
top:25px;
font-size:30px;
font-weight: 700;
color:#ffffff;
cursor:pointer;
z-index:5;
}
.donate-form-area {
margin-top: 100px;
margin-bottom: 100px;
background: #f2f2f2;
padding:57px;
border: 3px solid #4527a4;
}
.donate-form-area h2{
font-size: 36px;
text-align: center;
font-weight: 400;
color: #222222;
margin-bottom: 40px;
text-transform: capitalize;
}
.donate-form-area h4 {
font-size: 24px;
color: #444444;
font-weight: 400; 
margin-bottom: 18px;
text-transform: capitalize;
}
.donate-form-area h3 {
font-weight: 400;
margin-top: 38px;
color: #444444;
margin-bottom: 28px;
text-transform: capitalize;
}
.donate-form-area .form-group input{
width: 100%;
padding: 0px 15px;
border: 1px solid #f4f4f4;
transition: all 500ms ease;
}
.donate-form-area .form-group input:focus{
border: 1px solid #4527a4;
} .chicklet-list {
background: #fff;
padding: 30px 30px 25px;
}
.chicklet-list li {
padding: 0 5px;
display: inline-block;
position: relative;
cursor: pointer;
}
.chicklet-list input {
font-size: 16px;
line-height: 40px;
border: 2px solid #4527a4;
padding: 0.55em 0.55em 0.55em 0.8em;
margin-bottom: 0px;
}
.chicklet-list input[type=radio] {
opacity: 0;
position: absolute;
top: 0;
left: 0;
cursor: pointer;
}
.chicklet-list label {
display: block;
font-size: 16px;
font-weight: normal;
background: #ffffff;
border: 1px solid #f4f4f4;
color: #000;
padding: 8px 27px;
text-align: center;
border-radius: 0;
cursor: pointer;
-webkit-transition: all 0.1s ease-out;
transition: all 0.1s ease-out;
}
.chicklet-list :checked+label {
background: #4527a4;
color: #f7f7f7;
text-shadow: none;
}
.chicklet-list li.other-amount {
width: 38%;
float: right;
}
.chicklet-list li span {
position: absolute;
left: -30px;
top: 9px;
font-size: 16px;
color: #303030;
}
.chicklet-list input[type="text"] {
height: 40px;
} .donate-form-area .form-bg {
background: #fff;
padding: 30px 30px 15px;
}
.donate-form-area .default-form .form-group {
margin-bottom: 15px;
}
.donate-form-area .default-form .form-group p {
margin-bottom: 5px;
}
.donate-form-area .payment-option {
position: relative;
margin-top: 20px;
margin-bottom: 35px;
}
.donate-form-area .payment-option li {
display: inline-block;
font-size: 18px;
color: #303030;
font-size: 15px;
margin-right: 10px;
}
.donate-form-area .payment-option .checkbox input{
position: relative;
width: 15px;
height: 15px;
top: 2px;
}
.donate-form-area .payment-option .checkbox label{
position: relative;
cursor: pointer;
} .main-header.home-19{
position: relative;
}
.main-header.home-19 .main-menu .navigation > li > a{
color: #222;
}
.main-header.home-19 .menu-area .btn-box button{
position: relative;
display: inline-block;
overflow: hidden;
font-size: 14px;
color: #4527a4;
line-height: 30px;
background: #fff;
font-weight: 500;
padding: 10px 45px;
text-align: center;
border-radius: 30px;
cursor: pointer;
z-index: 1;
transition: all 500ms ease;
box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5);
}
.main-header.home-19 .menu-area .btn-box button:before{
position: absolute;
content: '';
top: 0px;
bottom: 0px;
left: 0px;
right: -50px;
z-index: -1;
border-bottom: 50px solid #4527a4;
border-right: 50px solid transparent;
-webkit-transition: all 600ms ease;
-moz-transition: all 600ms ease;
-ms-transition: all 600ms ease;
-o-transition: all 600ms ease;
transition: all 600ms ease;
-webkit-transform: translateX(-100%);
transform: translateX(-100%);
}
.main-header.home-19 .menu-area .btn-box button:after{
position: absolute;
content: '';
top: 0px;
right: 0px;
bottom: 0px;
left: -50px;
z-index: -1;
border-left: 40px solid transparent;
border-bottom: 50px solid #4527a4;
-webkit-transition: all 600ms ease;
-moz-transition: all 600ms ease;
-ms-transition: all 600ms ease;
-o-transition: all 600ms ease;
transition: all 600ms ease;
-webkit-transform: translateX(100%);
transform: translateX(100%);
}
.main-header.home-19 .menu-area .btn-box button:hover::before {
-webkit-transform: translateX(-40%);
transform: translateX(-40%);
}
.main-header.home-19 .menu-area .btn-box button:hover::after {
-webkit-transform: translateX(40%);
transform: translateX(40%);
}
.main-header.home-19 .menu-area .btn-box button:hover{
background: #4527a4;
color: #fff;
}
.main-header.home-19 .menu-area .btn-box {
margin: 60px 0px 0px 65px;
} .banner-style-19{
position: relative;
padding: 370px 0px 180px 0px;
}
.banner-style-19 .image-bg{
position: absolute;
width: 380px;
height: 135px;
left: 0px;
top: 0px;
background-repeat: no-repeat;
animation-name: slideInLeft;
animation-duration: 3s;
animation-iteration-count: 1;
animation-timing-function: linear;
-webkit-animation-name: slideInLeft;
-webkit-animation-duration: 3s;
-webkit-animation-iteration-count: 1;
-webkit-animation-timing-function: linear;
-moz-animation-name: slideInLeft;
-moz-animation-duration: 3s;
-moz-animation-iteration-count: 1;
-moz-animation-timing-function: linear;
-ms-animation-name: slideInLeft;
-ms-animation-duration: 3s;
-ms-animation-iteration-count: 1;
-ms-animation-timing-function: linear;
}
.banner-style-19 .image-box{
position: relative;
margin: 35px -175px 0px 200px;
}
.banner-style-19 .image-box .bg-layer{
position: absolute;
width: 960px;
height: 866px;
left: -155px;
top: -230px;
background-repeat: no-repeat;
}
.banner-style-19 .image-box img{
position: relative;
width: 100%;
}
.banner-style-19 .content-box h1{
position: relative;
font-size: 48px;
line-height: 73px;
color: #222;
font-weight: 500;
margin-bottom: 38px;
}
.banner-style-19 .content-box .text{
position: relative;
font-size: 16px;
margin-bottom: 43px;
}
.banner-style-19 .content-box .btn-box a{
position: relative;
display: inline-block;
overflow: hidden;
font-size: 16px;
text-align: center;
border-radius: 30px;
z-index: 1;
}
.banner-style-19 .content-box .btn-box a:before {
position: absolute;
content: '';
top: 0;
left: 0;
width: 100%;
height: 100%;
opacity: 0;
background-color: #4527a4;
-webkit-transition: all 0.4s;
-moz-transition: all 0.4s;
-o-transition: all 0.4s;
transition: all 0.4s;
-webkit-transform: scale(0.2, 1);
transform: scale(0.2, 1);
z-index: -1;
}
.banner-style-19 .content-box .btn-box a:hover::before {
opacity: 1;
-webkit-transform: scale(1, 1);
transform: scale(1, 1);
}
.banner-style-19 .content-box .btn-box a.btn-one{
color: #fff;
background: linear-gradient(45deg, #2b94ff 0%, #4528a5 100%);
padding: 15px 40px;
margin-right: 17px;
}
.banner-style-19 .content-box .btn-box a.btn-two{
border: 2px solid #d7d7d7;
color: #222;
padding: 13px 37px;
}
.banner-style-19 .content-box .btn-box a.btn-two:hover{
background: #4527a4;
color: #fff !important;
border-color: #4527a4;
}
.banner-style-19 .anim-icons .icon-1 {
left: -30px;
top: 60%;
-webkit-animation: zoom-fade 5s infinite linear;
animation: zoom-fade 5s infinite linear;
} .ourmission-section{
position: relative;
padding: 50px 0px 205px 0px;
}
.ourmission-section .sec-title{
margin-bottom: 60px;
}
.ourmission-section .single-item{
position: relative;
background: #fff;
border-radius: 20px;
padding: 36px 30px 48px 40px;
margin-bottom: 15px;
transition: all 500ms ease;
}
.ourmission-section .single-item:hover{
box-shadow: 0 0px 15px 0px rgba(0, 0, 0, 0.1);
}
.ourmission-section .single-item .inner-box{
position: relative;
padding: 11px 0px 0px 220px;
}
.ourmission-section .single-item .inner-box .icon-box {
position: absolute;
left: 0px;
top: 0px;
font-size: 70px;
color: #fff;
width: 170px;
height: 160px;
line-height: 160px;
text-align: center;
z-index: 1;
margin-bottom: 32px;
}
.ourmission-section .single-item .inner-box .icon-box .bg-layer {
position: absolute;
width: 170px;
height: 160px;
left: 0px;
top: 0px;
background-repeat: no-repeat;
z-index: -1;
transition: all 0.6s ease;
-moz-transition: all 0.6s ease;
-webkit-transition: all 0.6s ease;
-ms-transition: all 0.6s ease;
-o-transition: all 0.6s ease;
}
.ourmission-section .single-item:hover .inner-box .icon-box .bg-layer {
filter: grayscale(100%);
-webkit-filter: grayscale(100%);
-moz-filter: grayscale(100%);
-o-filter: grayscale(100%);
-ms-filter: grayscale(100%);
-webkit-transform: rotateY(180deg);
-moz-transform: rotateY(180deg);
-ms-transform: rotateY(180deg);
-o-transform: rotateY(180deg);
transform: rotateY(180deg);
}
.ourmission-section .single-item .inner-box h3{
position: relative;
display: block;
font-size: 24px;
line-height: 32px;
color: #222;
font-weight: 500;
margin-bottom: 13px;
}
.ourmission-section .single-item .inner-box h3 a{
display: inline-block;
color: #222;
}
.ourmission-section .single-item .inner-box h3 a:hover{
color: #4527a4;
}
.ourmission-section .single-item .inner-box .text{
position: relative;
font-size: 16px;
} .popular-causes{
position: relative;
background: #4527a4;
padding: 80px 0px 120px 0px;
}
.popular-causes .image-bg{
position: absolute;
width: 540px;
height: 385px;
right: 0px;
bottom: 0px;
background-repeat: no-repeat;
}
#content_block_46 .content-box .sec-title h2{
color: #fff;
margin-bottom: 27px;
}
#content_block_46 .content-box .sec-title h2:after{
background: #fff;
}
#content_block_46 .content-box h3{
position: relative;
font-size: 30px;
line-height: 40px;
color: #fff;
margin-bottom: 23px;
}
#content_block_46 .content-box .text{
position: relative;
display: block;
color: #fff;
line-height: 28px;
margin-bottom: 56px;
}
#content_block_46 .content-box .link-btn{
position: absolute;
top: 15px;
right: 30px;
}
#content_block_46 .content-box .link-btn a{
position: relative;
display: inline-block;
color: #fff;
font-size: 18px;
font-weight: 500;
}
#content_block_46 .content-box .btn-box .btn-one{
margin-right: 17px;
}
#content_block_46 .content-box .btn-box .btn-one,
#content_block_46 .content-box .btn-box .btn-two{
position: relative;
float: left;
overflow: hidden;
font-size: 14px;
color: #fff;
background: #222;
text-align: center;
padding: 10px 30px;
transition: all 500ms ease;
cursor: pointer;
border-radius: 30px;
z-index: 1;
}
#content_block_46 .content-box .btn-box .btn-two{
background: #fff;
color: #222;
}
#content_block_46 .content-box .btn-box .btn-one:before,
#content_block_46 .content-box .btn-box .btn-two:before {
position: absolute;
content: '';
top: 0;
left: 0;
width: 100%;
height: 100%;
opacity: 0;
background-color: #00aeef;
-webkit-transition: all 0.4s;
-moz-transition: all 0.4s;
-o-transition: all 0.4s;
transition: all 0.4s;
-webkit-transform: scale(1, 0.2);
transform: scale(1, 0.2);
z-index: -1;
}
#content_block_46 .content-box .btn-box .btn-one:hover::before,
#content_block_46 .content-box .btn-box .btn-two:hover::before {
opacity: 1;
-webkit-transform: scale(1, 1);
transform: scale(1, 1);
}
#content_block_46 .content-box .btn-box .btn-one:hover,
#content_block_46 .content-box .btn-box .btn-two:hover{
color: #fff;
background: #00aeef;
}
#content_block_46 .content-box .link-btn a:hover{
text-decoration: underline;
}
#content_block_46 .content-box .progress-content .price li{
position: relative;
display: inline-block;
font-size: 18px;
color: #fff;
}
#content_block_46 .content-box .progress-content .price li:last-child{
float: right;
}
#content_block_46 .content-box .progress-content .price{
position: relative;
margin-bottom: 32px;
}
#content_block_46 .content-box .single-progress-box{
position: relative;
margin-bottom: 18px;
}
#content_block_46 .content-box .single-progress-box .progress {
position: relative;
background-color: #fff;
height: 6px;
border-radius: 0px;
overflow: visible;
}
#content_block_46 .content-box .single-progress-box .progress-bar {
position: absolute;
top: 0px;
left: 0px;
background: #774aff;
height: 6px;
box-shadow: none;
border-radius: 0px;
-webkit-transition: all 3s ease 0s;
-moz-transition: all 3s ease 0s;
-ms-transition: all 3s ease 0s;
-o-transition: all 3s ease 0s;
transition: all 3s ease 0s;
width: 0;
background-size: cover;
background-repeat: no-repeat;
}
#content_block_46 .content-box .single-progress-box .progress-bar .value-holder {
position: absolute;
bottom: 12px;
right: -17px;
color: #fff;
text-align: center;
font-size: 14px;
}
#content_block_46 .content-box .single-progress-box .progress-bar .value-holder:before {
position: absolute;
content: '';
background: #fff;
width: 16px;
height: 16px;
top: 31px;
right: 5px;
border: 1px solid #7649fd;
border-radius: 50%;
}
#image_block_43 .image-box{
position: relative;
margin: 0px 50px;
min-height: 420px;
}
#image_block_43 .image-box .bg-layer{
position: absolute;
width: 305px;
height: 305px;
left: -110px;
bottom: -120px;
background-repeat: no-repeat;
animation-name: rotateme;
animation-duration: 60s;
animation-iteration-count: infinite;
animation-timing-function: linear;
-webkit-animation-name: rotateme;
-webkit-animation-duration: 60s;
-webkit-animation-iteration-count: infinite;
-webkit-animation-timing-function: linear;
-moz-animation-name: rotateme;
-moz-animation-duration: 60s;
-moz-animation-iteration-count: infinite;
-moz-animation-timing-function: linear;
-ms-animation-name: rotateme;
-ms-animation-duration: 60s;
-ms-animation-iteration-count: infinite;
-ms-animation-timing-function: linear;
-o-animation-name: rotateme;
-o-animation-duration: 60s;
-o-animation-iteration-count: infinite;
-o-animation-timing-function: linear;
}
#image_block_43 .image-box .image{
position: absolute;
left: 0px;
top: -180px;
background: #4527a4;
border-radius: 20px;
}
#image_block_43 .image-box .image img{
position: relative;
width: 100%;
border-radius: 20px;
transition: all 500ms ease;
}
#image_block_43 .image-box .image:hover img{
opacity: 0.5;
} .weworks-section{
position: relative;
padding: 120px 0px 50px 0px;
}
#content_block_47 .content-box .sec-title h2{
margin-bottom: 43px;
}
#content_block_47 .content-box .text{
position: relative;
font-size: 16px;
margin-bottom: 45px;
}
.weworks-section .content-box{
padding-top: 70px;
}
#content_block_47 .content-box .upper-box{
position: relative;
margin-bottom: 160px;
margin-right: 30px;
}
#content_block_47 .content-box .counter-inner .single-counter-box{
position: relative;
margin-bottom: 77px;
}
#content_block_47 .content-box .counter-inner .single-counter-box .count-outer span{
position: relative;
display: inline-block;
font-size: 36px;
line-height: 45px;
font-weight: 500;
color: #222;
margin-bottom: 12px;
}
#content_block_47 .content-box .counter-inner .single-counter-box h3{
position: relative;
display: block;
font-size: 24px;
line-height: 32px;
color: #4527a4;
font-weight: 500;
padding-top: 14px;
}
#content_block_47 .content-box .counter-inner .single-counter-box h3:before{
position: absolute;
content: '';
background: #afafaf;
width: 30px;
height: 1px;
left: 0px;
top: 0px;
}
#content_block_48 .inner-box .single-item{
position: relative;
background: #fff;
box-shadow: 0 0px 15px 0px rgba(0, 0, 0, 0.1);
padding: 40px 40px 44px 40px;
text-align: center;
border-radius: 20px;
margin-bottom: 50px;
overflow: hidden;
transition: all 500ms ease;
}
#content_block_48 .inner-box .single-item:hover{
background: #4527a4;
transform: translateY(-5px);
box-shadow: 0 0px 25px 0px rgba(0, 0, 0, 0.2);
}
#content_block_48 .inner-box .single-item .icon-box{
position: relative;
display: inline-block;
min-height: 125px;
margin-bottom: 28px;
}
#content_block_48 .inner-box .single-item h3{
position: relative;
display: block;
font-size: 24px;
line-height: 30px;
color: #222;
font-weight: 500;
margin-bottom: 19px;
transition: all 500ms ease;
}
#content_block_48 .inner-box .single-item h3 a{
display: inline-block;
color: #222;
}
#content_block_48 .inner-box .single-item .text{
position: relative;
font-size: 16px;
line-height: 28px;
transition: all 500ms ease;
}
#content_block_48 .inner-box .single-item:hover h3,
#content_block_48 .inner-box .single-item:hover h3 a,
#content_block_48 .inner-box .single-item:hover .text{
color: #fff;
}
#content_block_48 .inner-box .single-column{
padding: 0px 35px;
}
#content_block_48 .inner-box .single-item:before {
content: '';
width: 493px;
height: 493px;
background: #6046b1;
border-radius: 50%;
position: absolute;
top: -330px;
left: -60px;
z-index: -1;
transform: translate(-50% , -50%);
opacity: 0;
}
#content_block_48 .inner-box .single-item:after{
content: '';
width: 493px;
height: 493px;
background: rgba(96, 70, 177, 0.5);
border-radius: 50%;
position: absolute;
top: -230px;
left: -60px;
z-index: -1;
transform: translate(-50% , -50%);
opacity: 0;
}
#content_block_48 .inner-box .single-item:hover:before,
#content_block_48 .inner-box .single-item:hover:after{
opacity: 1;
transform: translate(0% , 0%);
transition: all 0.9s linear;
}
#content_block_48 .inner-box{
position: relative;
}
#content_block_48 .inner-box .bg-layer{
position: absolute;
width: 805px;
height: 730px;
top: 50px;
right: 0px;
background-repeat: no-repeat;
} .social-fundraising{
position: relative;
padding: 105px 0px 100px 0px;
}
.social-fundraising .content-box{
position: relative;
margin-left: 100px;
margin-top: 47px;
}
#content_block_49 .content-box h5{
position: relative;
font-size: 18px;
color: #222;
text-transform: uppercase;
margin-bottom: 25px;
}
#content_block_49 .content-box h2{
position: relative;
display: block;
font-size: 36px;
line-height: 60px;
color: #4527a4;
font-weight: 500;
margin-bottom: 40px;
}
#content_block_49 .content-box .text{
position: relative;
font-size: 16px;
margin-bottom: 52px;
}
#content_block_49 .content-box .list-item li{
position: relative;
display: block;
font-size: 18px;
margin-bottom: 12px;
padding-left: 35px;
}
#content_block_49 .content-box .list-item li:before{
position: absolute;
content: "\f101";
font-family: 'Font Awesome 5 Free';
font-weight: 700;
color: #4527a4;
font-size: 16px;
left: 0px;
top: 0px;
}
#content_block_49 .content-box .list-item{
position: relative;
display: block;
margin-bottom: 55px;
}
.social-fundraising .image-box{
margin-left: -35px;
}
#image_block_44 .image-box{
position: relative;
}
#image_block_44 .image-box .bg-layer{
position: absolute;
width: 1025px;
height: 780px;
top: -50px;
right: -80px;
background-repeat: no-repeat;
}
#image_block_44 .image-box img{
position: relative;
width: 100%;
} .campaing-section{
position: relative;
padding: 70px 0px 120px 0px;
}
#content_block_50 .content-box h5{
position: relative;
font-size: 18px;
color: #222;
margin-bottom: 25px;
}
#content_block_50 .content-box h2{
position: relative;
display: block;
font-size: 36px;
line-height: 60px;
color: #4527a4;
font-weight: 500;
margin-bottom: 40px;
}
#content_block_50 .content-box .text{
position: relative;
font-size: 16px;
margin-bottom: 42px;
}
#content_block_50 .content-box .list-item li{
position: relative;
display: block;
font-size: 18px;
margin-bottom: 12px;
padding-left: 35px;
}
#content_block_50 .content-box .list-item li:before{
position: absolute;
content: "\f101";
font-family: 'Font Awesome 5 Free';
font-weight: 700;
color: #4527a4;
font-size: 16px;
left: 0px;
top: 0px;
}
.campaing-section .content-box{
position: relative;
margin-top: 47px;
}
#content_block_50 .content-box .list-item{
position: relative;
display: block;
margin-bottom: 55px;
}
.campaing-section .image-box {
margin-left: 16px !important;
margin-top: 90px !important;
}
#image_block_45 .image-box{
position: relative;
}
#image_block_45 .image-box img{
width: 100%;
} .donate-section{
position: relative;
background: linear-gradient(130deg, #4527a4 15%, #ff0000 100%);
padding: 95px 0px 115px 0px;
}
#content_block_51 .content-box .upper-box h2{
position: relative;
font-size: 36px;
line-height: 60px;
color: #fff;
font-weight: 500;
margin-bottom: 24px;
}
#content_block_51 .content-box .upper-box .text{
position: relative;
font-size: 18px;
color: #fff;
margin-bottom: 41px;
}
#content_block_51 .content-box .upper-box .btn-box a{
position: relative;
display: inline-block;
overflow: hidden;
font-size: 16px;
color: #fff;
text-align: center;
border-radius: 30px;
z-index: 1;
}
#content_block_51 .content-box .upper-box .btn-box a:before {
position: absolute;
content: '';
top: 0;
left: 0;
width: 100%;
height: 100%;
opacity: 0;
background-color: #fff;
-webkit-transition: all 0.4s;
-moz-transition: all 0.4s;
-o-transition: all 0.4s;
transition: all 0.4s;
-webkit-transform: scale(1, 0.2);
transform: scale(1, 0.2);
z-index: -1;
}
#content_block_51 .content-box .upper-box .btn-box a:hover::before {
opacity: 1;
-webkit-transform: scale(1, 1);
transform: scale(1, 1);
}
#content_block_51 .content-box .upper-box .btn-box a.btn-one{
border: 1px solid #fff;
padding: 14px 36px;
margin-right: 25px;
}
#content_block_51 .content-box .upper-box .btn-box a:hover{
background: #fff !important;
color: #4527a4 !important;
}
#content_block_51 .content-box .upper-box .btn-box a.btn-two{
background: #3b0e09;
padding: 15px 58px;
}
#content_block_51 .content-box .upper-box{
position: relative;
margin-bottom: 60px;
} .select-box .ui-state-default {
position: relative;
display: block;
background: transparent;
border: 1px solid #fff !important;
border: none;
border-radius: 10px;
color: #fff;
font-size: 16px;
font-weight: 400;
height: 60px;
outline: medium none;
width: 100%;
cursor: pointer;
}
.select-box .ui-selectmenu-button span.ui-icon {
position: absolute;
top: 0;
right: 0;
bottom: 0;
display: block;
width: 60px;
height: 48px;
text-indent: 0;
margin: 0;
}
.select-box .ui-selectmenu-button span.ui-icon::before {
color: #fff;
content: "\f107";
font-family: 'Font Awesome 5 Free';
font-weight: 700;
font-size: 16px;
overflow: visible;
position: absolute;
right: 20px;
top: 14px;
transition: all 500ms ease;
}
.select-box .ui-state-default {
width: 100% !important;
}
.ui-selectmenu-open .ui-widget-content {
border: none;
background: #ffffff;
color: #222222;
border-radius: 10px;
box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.10);
}
.ui-selectmenu-open .ui-widget-content .ui-state-focus {
border: none;
background: #4527a4;
font-weight: normal;
color: #ffffff;
}
.ui-selectmenu-open .ui-menu .ui-menu-item {
border-bottom: 1px solid #efebea;
position: relative;
margin: 0;
padding: 15px 15px;
cursor: pointer;
text-align: center;
font-size: 15px;
font-weight: 400;
text-transform: none;
transition: all 500ms ease;
}
.ui-selectmenu-open .ui-menu .ui-menu-item:last-child{
border-bottom: none;
}
.select-box .ui-selectmenu-button span.ui-selectmenu-text {
display: block;
line-height: 18px;
overflow: hidden;
padding: 20px;
height: 60px;
text-align: left;
margin-right: 0px;
padding-right: 150px;
}
.ui-selectmenu-menu .ui-menu{
transform: scaleY(0);
transform-origin: top center;
transition: .4s ease;
transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-webkit-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
}
.ui-selectmenu-open .ui-menu{
transform: scaleY(1);
top: 100%;
}
.ui-selectmenu-menu{
transform: scaleY(0);
transform-origin: top center;
display: block;
}
.ui-selectmenu-open{
transform: scaleY(1);
}
#content_block_51 .content-box .donation-box .select-box{
position: relative;
margin-bottom: 30px;
}
#content_block_51 .content-box .donation-box .select-box .text{
position: absolute;
top: 14px;
right: 53px;
font-size: 16px;
color: #fff;
}
#content_block_51 .content-box .donation-box .select-box .text:before{
position: absolute;
content: '';
background: #fff;
width: 1px;
height: 60px;
left: -35px;
top: -14px;
}
#content_block_51 .content-box .donation-box{
position: relative;
background: rgba(255, 255, 255, 0.1);
padding: 50px;
border-radius: 20px;
box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.1);
}
#content_block_51 .content-box .donation-box .btn-box a{
position: relative;
display: inline-block;
overflow: hidden;
font-size: 16px;
font-weight: 700;
color: #fff;
background: rgba(255, 255, 255, 0.1);
border-radius: 10px;
text-align: center;
width: 270px;
height: 60px;
line-height: 60px;
margin-bottom: 15px;
z-index: 1;
}
#content_block_51 .content-box .donation-box .btn-box a:before {
position: absolute;
content: '';
top: 0;
left: 0;
width: 100%;
height: 100%;
opacity: 0;
background-color: #4527a4;
-webkit-transition: all 0.4s;
-moz-transition: all 0.4s;
-o-transition: all 0.4s;
transition: all 0.4s;
-webkit-transform: scale(1, 0.2);
transform: scale(1, 0.2);
z-index: -1;
}
#content_block_51 .content-box .donation-box .btn-box a:hover::before {
opacity: 1;
-webkit-transform: scale(1, 1);
transform: scale(1, 1);
}
#content_block_51 .content-box .donation-box .btn-box a:hover{
background: #4527a4;
}
#content_block_51 .content-box .donation-box .btn-box button{
position: relative;
display: block;
overflow: hidden;
width: 170px;
height: 60px;
line-height: 60px;
text-align: center;
background: #f6ff00;
font-size: 16px;
color: #222;
border-radius: 10px;
transition: all 500ms ease;
cursor: pointer;
z-index: 1;
}
#content_block_51 .content-box .donation-box .btn-box button:before {
position: absolute;
content: '';
top: 0;
left: 0;
width: 100%;
height: 100%;
opacity: 0;
background-color: #4527a4;
-webkit-transition: all 0.4s;
-moz-transition: all 0.4s;
-o-transition: all 0.4s;
transition: all 0.4s;
-webkit-transform: scale(0.2, 1);
transform: scale(0.2, 1);
z-index: -1;
}
#content_block_51 .content-box .donation-box .btn-box button:hover::before {
opacity: 1;
-webkit-transform: scale(1, 1);
transform: scale(1, 1);
}
#content_block_51 .content-box .donation-box .btn-box button:hover{
background: #4527a4;
color: #fff;
}
.donate-section .image-box{
margin-top: 25px;
}
#image_block_46 .image-box{
position: relative;
}
#image_block_46 .image-box img{
width: 100%;
}
.donate-section .pattern-box .pattern-1{
position: absolute;
width: 110px;
height: 190px;
left: 0px;
top: 150px;
}
.donate-section .pattern-box .pattern-2{
position: absolute;
width: 257px;
height: 375px;
top: 0px;
right: 0px;
} .events-section{
position: relative;
padding: 100px 0px 100px 0px;
}
#content_block_52 .content-box .sec-title{
margin-bottom: 73px;
}
#content_block_52 .content-box .bx-viewport {
min-height: 530px !important;
}
#content_block_52 .content-box .events-slide .single-item .inner-box{
position: relative;
overflow: hidden;
border: 1px solid #b7b7b7;
border-radius: 10px;
padding: 36px 150px 42px 40px;
margin-bottom: 40px;
transition: all 500ms ease;
}
#content_block_52 .content-box .events-slide .single-item:hover .inner-box{
border-color: #fff;
}
#content_block_52 .content-box .events-slide .single-item .inner-box:before{
position: absolute;
content: '';
left: 0px;
top: 0px;
width: 100%;
height: 100%;
opacity: 0;
border-radius: 10px;
-webkit-transform-origin: top;
-ms-transform-origin: top;
transform-origin: top;
-webkit-transform: scale(.9) translateY(20px);
-ms-transform: scale(.9) translateY(20px);
transform: scale(.9) translateY(20px);
background: linear-gradient(-90deg, #4527a4 0%, #017efe 100%);
transition: all 500ms ease;
}
#content_block_52 .content-box .events-slide .single-item:hover .inner-box:before{
opacity: 1;
-webkit-transform: scale(1) translateY(0px);
-ms-transform: scale(1) translateY(0px);
transform: scale(1) translateY(0px);
-webkit-transition: 1s;
-o-transition: 1s;
transition: 1s;
}
#content_block_52 .content-box .events-slide .single-item .date{
position: absolute;
top: 0px;
right: 0px;
font-size: 30px;
color: #222;
font-weight: 500;
text-align: center;
line-height: 36px;
padding: 41px 47px 30px 30px;
transition: all 500ms ease;
}
#content_block_52 .content-box .events-slide .single-item .date:before{
position: absolute;
content: '';
background: linear-gradient(0deg, #4527a4 0%, #017efe 100%);
width: 4px;
height: 80px;
left: -22px;
top: 34px;
}
#content_block_52 .content-box .events-slide .single-item:hover .date{
color: #fff;
}
#content_block_52 .content-box .events-slide .single-item .date span{
position: relative;
display: block;
font-size: 14px;
line-height: 30px;
}
#content_block_52 .content-box .events-slide .single-item  .info-box{
position: relative;
margin-bottom: 9px;
}
#content_block_52 .content-box .events-slide .single-item  .info-box li{
position: relative;
display: inline-block;
font-size: 16px;
margin-right: 40px;
transition: all 500ms ease;
}
#content_block_52 .content-box .events-slide .single-item  .info-box li:last-child{
margin-right: 0px;
}
#content_block_52 .content-box .events-slide .single-item h4{
position: relative;
display: block;
font-size: 20px;
line-height: 30px;
color: #222;
font-weight: 500;
transition: all 500ms ease;
}
#content_block_52 .content-box .events-slide .single-item h4 a{
display: inline-block;
color: #222;
}
#content_block_52 .content-box .events-slide .single-item:hover  .info-box li,
#content_block_52 .content-box .events-slide .single-item:hover h4,
#content_block_52 .content-box .events-slide .single-item:hover h4 a{
color: #fff;
}
#content_block_52 .content-box .sec-title h2{
margin-bottom: 43px;
}
.events-section .inner-column .inner-box{
position: relative;
margin-top: 126px;
padding-top: 144px;
}
#video_block_02 .inner-box .btn-box{
position: absolute;
display: flex;
right: 0px;
top: 0px;
}
#video_block_02 .inner-box .image-box{
position: relative;
margin-right: -138px;
}
#video_block_02 .inner-box .image-box .pattern-bg .pattern-1{
position: absolute;
width: 160px;
height: 160px;
left: 35px;
top: -25px;
background-repeat: no-repeat;
-webkit-animation: zoom-fade 5s infinite linear;
animation: zoom-fade 5s infinite linear;
}
#video_block_02 .inner-box .image-box .pattern-bg .pattern-2{
position: absolute;
width: 160px;
height: 160px;
right: 30px;
top: 50px;
background-repeat: no-repeat;
-webkit-animation: zoom-fade 4s infinite linear;
animation: zoom-fade 4s infinite linear;
}
#video_block_02 .inner-box .image-box img{
position: relative;
width: 100%;
}
#video_block_02 .inner-box .video-btn{
position: absolute;
left: 50%;
bottom: -30px;
}
#video_block_02 .inner-box .video-btn a{
position: relative;
display: inline-block;
font-size: 36px;
color: #fff;
font-weight: 700;
width: 120px;
height: 120px;
line-height: 120px;
text-align: center;
border-radius: 50%;
background: linear-gradient(0deg, #4527a4 15%, #ff0000 100%);
-webkit-animation: pulse-2 5s infinite;
-o-animation: pulse-2 5s infinite;
animation: pulse-2 5s infinite;
} .news-style-three{
position: relative;
padding: 80px 0px 125px 0px;
}
.news-style-three .sec-title{
margin-bottom: 70px;
}
.news-style-three .inner-content{
position: relative;
margin: 0px 30px;
}
.news-style-three .sec-title p a{
font-size: 16px;
color: #4527a4;
}
.news-style-three .sec-title p a:hover{
text-decoration: underline;
}
.news-block-three .inner-box .image-box{
position: relative;
overflow: hidden;
background: #4527a4;
border-radius: 25px;
}
.news-block-three .inner-box .image-box img{
width: 100%;
border-radius: 25px;
transition: all 500ms ease;
}
.news-block-three:hover .inner-box .image-box img{
transform: scale(1.1);
opacity: 0.2;
}
.news-block-three .inner-box .lower-content {
position: relative;
background: #fff;
margin: 0px 35px;
overflow: hidden;
box-shadow: 0 5px 30px 0px rgba(0, 0, 0, 0.1);
border-bottom-right-radius: 20px;
border-bottom-left-radius: 20px;
padding: 29px 30px 33px 30px;
}
.news-block-three .inner-box .lower-content:before{
position: absolute;
content: '';
background: #4527a4;
width: 100%;
height: 0%;
left: 0px;
bottom: 0px;
transition: all 500ms ease;
}
.news-block-three:hover .inner-box .lower-content:before{
height: 100%;
top: 0px;
}
.news-block-three .inner-box .lower-content h3{
position: relative;
display: block;
font-size: 24px;
line-height: 42px;
color: #222;
font-weight: 500;
margin-bottom: 12px;
transition: all 500ms ease;
}
.news-block-three:hover .inner-box .lower-content h3 a,
.news-block-three:hover .inner-box .lower-content h3,
.news-block-three:hover .inner-box .lower-content .text{
color: #fff !important;
}
.news-block-three .inner-box .lower-content .text{
position: relative;
font-size: 16px;
transition: all 500ms ease;
} .clients-style-four{
position: relative;
padding: 115px 0px 70px 0px;
}
.clients-style-four .image-layer {
position: absolute;
top: -40px;
left: 0px;
width: 100%;
height: 480px;
background-repeat: no-repeat;
background-size: cover;
background-position: top center;
z-index: -1;
}
.clients-style-four .image-box img {
display: block;
max-width: 100%;
width: auto;
margin: 0 auto;
-webkit-transition: all 300ms ease;
-moz-transition: all 300ms ease;
-ms-transition: all 300ms ease;
-o-transition: all 300ms ease;
transition: all 300ms ease;
}
.clients-style-four .image-box:hover img{
transform: scale(1.05);
}
.clients-style-four .owl-nav{
display: none;
}  .main-header.style-four{
position: relative;
}
.main-header.style-four .search-box-btn,
.main-header.style-four .menu-right-content .cart-box-outer a{
color: #fff;
font-size: 16px;
}
.main-header.style-four .menu-right-content .cart-box-outer a span{
right: 5px;
top: -10px;
background: #222;
width: 14px;
height: 14px;
line-height: 14px;
font-size: 10px;
}
.main-header.style-four .menu-area .btn-box{
margin: 0px;
float: none;
display: inline-block;
margin-left: 28px;
top: 12px;
}
.main-header.style-four .menu-area .btn-box a{
padding: 9px 29px;
font-size: 14px;
font-weight: 500;
text-transform: uppercase;
color: #fff!important;
background-color: rgba(252,252,252,0);
border-style: solid;
border-width: 2px 2px 2px 2px;
border-color: #fff;
border-radius: 5px 5px 5px 5px;
}
.main-header.style-four .menu-right-content {
margin-left: 20px;
margin-top: 35px;
}
.main-header.style-four .main-menu .navigation > li{
margin: 0px 15px;
}
.main-header.style-four .search-box-outer{
margin-left: 0px;
margin-right: 30px;
top: -3px;
}
.main-header.style-four .menu-right-content .nav-btn {
position: relative;
width: 20px;
display: inline-block;
cursor: pointer;
margin-left: 10px;
z-index: 1;
padding: 0;
border-bottom: unset;
margin-bottom: 0;
}
.main-header.style-four .menu-right-content .nav-btn .icon{
position: relative;
height: 2px;
width: 20px;
float: right;
display: block;
margin-bottom: 4px;
background-color: #fff;
-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-header.style-four .menu-right-content .nav-btn .icon:last-child{
width: 10px;
margin-bottom: 0px;
}
.main-header.style-four .menu-right-content .nav-btn:hover .icon:last-child{
width: 20px;
}
.main-header.style-four .outer-container .logo-box .logo {
padding: 50px 0px 30px 0px;
}
.main-header.style-four .main-menu .navigation > li{
padding-top: 59px;
} .page-title {
position: relative;
padding: 200px 0px 162px 0px;
width: 100%;
background-size: cover;
background-repeat: no-repeat;
background-position: top center;
}
.page-title .content-box .title-box h1{
position: relative;
font-size: 48px;
line-height: 60px;
color: #fff;
font-weight: 500;
padding-bottom: 44px;
margin-bottom: 30px;
}
.page-title .content-box .title-box h1:before {
position: absolute;
content: '';
background: #fff;
width: 130px;
height: 2px;
left: 0px;
bottom: 0px;
}
.page-title .content-box .title-box h1:after {
position: absolute;
content: '';
background: #eaeaea;
width: 45px;
height: 4px;
left: 0px;
bottom: 0px;
}
.page-title .content-box .title-box p{
font-size: 16px;
color: #fff;
margin: 0px;
}
.page-title .content-box .bread-crumb li{
position: relative;
display: inline-block;
font-size: 19px;
font-weight: 500;
color: #fff;
padding-right: 20px;
margin-right: 15px;
}
.page-title .content-box .bread-crumb li a{
color: #fff;
font-weight: 400;
}
.page-title .content-box .bread-crumb li a:hover{
text-decoration: underline;
}
.page-title .content-box .bread-crumb li:before{
position: absolute;
content: "\f101";
font-size: 17px;
font-family: 'Font Awesome 5 Free';
font-weight: 700;
color: #fff;
top: 2px;
right: 0px;
}
.page-title .content-box .bread-crumb li:last-child{
padding: 0px;
margin: 0px;
}
.page-title .content-box .bread-crumb li:last-child:before{
display: none;
}
.page-title .content-box .bread-crumb{
position: absolute; float: left!important;
bottom: 130px;
}
.page-title .anim-icons .icon-1 {
left: 50%;
top: 260px;
-webkit-animation: zoom-fade 3s infinite linear;
animation: zoom-fade 3s infinite linear;
}
.page-title .anim-icons .icon-2 {
left: 60%;
bottom: 150px;
}
.page-title .anim-icons .icon-3 {
top: 200px;
right: 400px;
}
.page-title .anim-icons .icon-4 {
background-image: -webkit-linear-gradient(0deg, #fe40a0 0%, #6042aa 100%);
width: 145px;
height: 145px;
right: 460px;
bottom: -30px;
border-radius: 50%;
box-shadow: 0 10px 30px 0px rgba(0, 0, 0, 0.1);
-webkit-animation: zoom-fade 5s infinite linear;
animation: zoom-fade 5s infinite linear;
} .our-history{
position: relative;
padding: 150px 0px 120px 0px;
}
#content_block_53 .content-box .text p{
font-size: 16px;
margin-bottom: 30px;
}
#content_block_53 .content-box .text p:last-child{
margin-bottom: 0px;
}
#content_block_53 .content-box .text{
position: relative;
margin-bottom: 61px;
}
#content_block_53 .content-box h5{
position: relative;
display: block;
font-size: 18px;
font-weight: 500;
color: #fc0000;
margin-bottom: 28px;
}
#content_block_53 .content-box .sec-title h2{
margin-bottom: 51px;
}
.our-history .image-box{
margin-right: -93px;
margin-top: 84px;
}
#image_block_47 .image-box{
position: relative;
}
#image_block_47 .image-box img{
width: 100%;
}
.clients-style-four.style-five {
padding: 155px 0px 40px 0px;
}  .faq-section{
position: relative;
padding: 150px 0px 120px 0px;
}
.faq-section .faq-sidebar{
position: relative;
background: #fff;
padding: 51px 30px 55px 50px;
margin-right: 30px;
border-radius: 10px;
box-shadow: 0 0px 30px 0px rgba(0, 0, 0, 0.15);
}
.faq-section .faq-sidebar h3{
position: relative;
display: block;
font-size: 24px;
line-height: 32px;
color: #222;
font-weight: 500;
margin-bottom: 38px;
}
.faq-section .faq-sidebar .online-purchase a{
position: relative;
display: inline-block;
font-size: 16px;
color: #4527a4;
font-weight: 500;
line-height: 22px;
border-bottom: 1px solid #4527a4;
margin-bottom: 21px;
}
.faq-section .faq-sidebar .list-item li{
position: relative;
display: block;
margin-bottom: 17px;
}
.faq-section .faq-sidebar .list-item li:last-child{
margin-bottom: 0px;
}
.faq-section .faq-sidebar .list-item li a{
position: relative;
display: inline-block;
font-size: 16px;
color: #777;
}
.faq-section .faq-sidebar .list-item li a:hover{
color: #4527a4;
}
.faq-section .accordion-box{
position:relative;
}
.faq-section .accordion-box .block{
position:relative;
margin-bottom: 15px;
box-shadow: 0 0px 15px 0px rgba(0, 0, 0, 0.1);
border-radius: 10px;
padding: 0px 28px;
}
.faq-section .accordion-box .block:last-child{
margin-bottom: 0px;
}
.faq-section .accordion-box .block .acc-btn h4{
position:relative;
display: block;
font-size:18px;
font-weight: 500;
color:#777;
padding: 20px 30px 19px 0px;
cursor:pointer;
transition: all 500ms ease;
}
.faq-section .accordion-box .block .acc-btn.active h4{
color: #4527a4;
padding-top: 29px;
}
.faq-section .accordion-box .block .acc-content{
position:relative;
display:none; 
padding-top: 6px;
padding-bottom: 27px;
}
.faq-section .accordion-box .block .acc-content.current{
display:block;  
}
.faq-section .accordion-box .block .content .text{
position:relative;
display: block;
font-size: 16px;
color: #777;
padding-right: 40px;
}
.faq-section .accordion-box .block .acc-btn .icon-outer{
position: absolute;
top: 16px;
right: 25px;
font-size: 14px;
color: #4527a4;
font-weight: 900;
text-align: center;
cursor: pointer;
transition: all 500ms ease;
z-index: 1;
}
.faq-section .accordion-box .block .acc-btn.active .icon-outer{
color: #222 !important;
}
.faq-section .accordion-box .block .acc-btn.active .icon-outer i:before{
position: relative;
font-size: 14px;
font-family: 'Font Awesome 5 Free';
font-weight: 900;
margin: 0px;
content: "\f068";
}
.faq-section .faq-content .sec-title h2{
font-size: 30px;
margin-bottom: 48px;
} .question-section{
position: relative;
padding: 110px 0px 120px 0px;
}
.question-section .image-layer{
position: absolute;
left: 0px;
top: 0px;
width: 100%;
height: 100%;
background-size: cover;
background-repeat: no-repeat;
background-position: bottom center
}
.question-section .sec-title{
margin-bottom: 56px;
}
.question-section .question-form .form-group{
position: relative;
margin-bottom: 20px;
}
.question-section .question-form .form-group:last-child{
margin-bottom: 0px;
}
.question-section .question-form .form-group input[type='text'],
.question-section .question-form .form-group input[type='email'],
.question-section .question-form .form-group textarea{
position: relative;
width: 100%;
height: 50px;
border: 1px solid #dddddd;
border-radius: 30px;
padding: 10px 20px;
font-size: 13px;
color: #777;
background: #fff;
transition: all 500ms ease;
}
.question-section .question-form .form-group textarea{
height: 150px;
resize: none;
border-radius: 15px;
}
.question-section .question-form .form-group input:focus,
.question-section .question-form .form-group textarea:focus{
border-color: #4527a4;
}
.pricing-section.pricing-page{
position: relative;
padding-top: 150px;
}
.pricing-style-four.pricing-page{
padding-bottom: 240px;
} .error-section{
padding: 160px 0px 130px 0px;
}
.error-section .content-box .error-image{
position: relative;
display: inline-block;
margin-bottom: 127px;
}
.error-section .content-box h1{
position: relative;
font-size: 48px;
line-height: 60px;
color: #4527a4;
font-weight: 700;
margin-bottom: 56px;
}
.error-section .content-box .text{
position: relative;
display: block;
font-size: 24px;
line-height: 48px;
margin-bottom: 48px;
}
.error-section .content-box .btn-box .theme-btn-two{
padding: 13px 30px;
font-weight: 400;
}
.designe-process.service-page{
padding: 145px 0px 90px 0px;
}
.designe-process.service-page .image-layer{
position: absolute;
left: 0px;
bottom: 0px;
width: 100%;
height: 950px;
background-size: cover;
background-repeat: no-repeat;
background-position: top center;
}
.designe-process-three.service-page{
background: #f9f9f9;
} .sidebar-page-container{
position: relative;
padding: 150px 0px 120px 0px;
}
.sidebar-page-container .blog-content .single-blog-content .inner-box {
position: relative;
border-radius: 10px;
overflow: hidden;
box-shadow: 0 5px 30px 0px rgba(0, 0, 0, 0.1);
margin-bottom: 70px;
border-bottom: 2px solid #4527a4;
}
.sidebar-page-container .blog-content .single-blog-content .image-box{
position: relative;
overflow: hidden;
background: #4527a4;
}
.sidebar-page-container .blog-content .single-blog-content .image-box img{
width: 100%;
transition: all 500ms ease;
}
.sidebar-page-container .blog-content .single-blog-content:hover .image-box img{
opacity: 0.5;
transform: scale(1.05);
}
.sidebar-page-container .blog-content .single-blog-content .lower-content{
position: relative;
padding: 41px 40px 0px 40px;
}
.sidebar-page-container .blog-content .single-blog-content .lower-content .upper-box{
position: relative;
padding-bottom: 20px;
border-bottom: 1px solid #d6d6d6;
}
.sidebar-page-container .blog-content .single-blog-content .lower-content .upper-box .post-date{
position: relative;
font-size: 16px;
color: #777;
margin-bottom: 18px;
}
.sidebar-page-container .blog-content .single-blog-content .lower-content .upper-box .post-date i{
margin-right: 10px;
}
.sidebar-page-container .blog-content .single-blog-content .lower-content .upper-box h3{
position: relative;
display: block;
font-size: 24px;
line-height: 32px;
font-weight: 500;
color: #222;
margin-bottom: 27px;
}
.sidebar-page-container .blog-content .single-blog-content .lower-content .upper-box h3 a {
display: inline-block;
color: #222;
font-size: 32px;
padding-top: 20px;
line-height:42px;
}
.sidebar-page-container .blog-content .single-blog-content .lower-content .upper-box h3 a:hover{
color: #4527a4;
}
.sidebar-page-container .blog-content .single-blog-content .lower-content .upper-box .text{
position: relative;
font-size: 16px;
}
.sidebar-page-container .blog-content .single-blog-content .lower-content .lower-box{
position: relative;
padding: 20px 0px 20px 0px;
}
.sidebar-page-container .blog-content .single-blog-content .lower-content .lower-box .left-content{
position: relative; position: relative;
padding: 0px 0px 0px 45px;
text-transform: capitalize;
}
.sidebar-page-container .blog-content .single-blog-content .lower-content .lower-box .left-content .admin-image{
position: absolute;
left: 0px;
top: 0px;
width: 50px;
height: 50px;
border-radius: 50%;
position: absolute;
left: 0px;
top: 0px;
width: 33px;
height: 33px;
border-radius: 50%;
}
.sidebar-page-container .blog-content .single-blog-content .lower-content .lower-box .left-content .admin-image img{
width: 100%;
border-radius: 50%;
border-radius: 50%;
border: 1px solid #c9c9c9;
padding: 3px;
}
.sidebar-page-container .blog-content .single-blog-content .lower-content .lower-box .left-content .admin-name {
position: relative;
font-size: 16px;
text-transform: capitalize;
color: #242424;
font-weight: 600;
font-size: 14px;
color: #a2a2a2;
}
.sidebar-page-container .blog-content .single-blog-content .lower-content .lower-box .right-content li{
position: relative;
display: inline-block;
margin-right: 30px;
}
.sidebar-page-container .blog-content .single-blog-content .lower-content .lower-box .right-content li:last-child{
margin-right: 0px;
}
.sidebar-page-container .blog-content .single-blog-content .lower-content .lower-box .right-content li a{
position: relative;
display: inline-block;
font-size: 18px;
color: #777;
}
.sidebar-page-container .blog-content .single-blog-content .lower-content .lower-box .right-content li a:hover{
color: #4527a4;
}
.sidebar-page-container .blog-content .single-blog-content .lower-content .lower-box .right-content li.share .social-links {
position: absolute;
right: 0%;
bottom: -30px;
width: 105px;
opacity: 0;
visibility: hidden;
transform: translateY(10px);
transition: all 500ms ease;
}
.sidebar-page-container .blog-content .single-blog-content .lower-content .lower-box .right-content li.share:hover .social-links {
opacity: 1;
right: 0%;
visibility: visible;
transform: translateY(0px);
}
.sidebar-page-container .blog-content .single-blog-content .lower-content .lower-box .right-content li.share .social-links a{
font-size: 14px;
}
.sidebar-page-container .blog-content .single-blog-content .lower-content .lower-box .right-content li.share .social-links li{
margin-right: 15px;
}
.sidebar-page-container .blog-content .single-blog-content .lower-content .lower-box .right-content li.share .social-links li:last-child{
margin-right: 0px;
}
.sidebar-page-container .blog-content .single-blog-content .lower-content .lower-box .right-content{
margin-top: 11px;
}
.sidebar-page-container .blog-content .pagination-wrapper{
position: relative;
display: block;
padding-top: 10px;
}
.sidebar-search .form-group{
position: relative;
margin-bottom: 0px;
}
.sidebar-search .form-group input[type='search'] {
position: relative;
width: 100%;
height: 60px;
background: #fff;
font-size: 14px;
padding: 10px 70px 10px 30px; box-shadow: 0 5px 20px 0px rgba(0, 0, 0, 0.1);
}
.sidebar-search .form-group button {
position: absolute;
top: 0px;
right: 0px;
font-size: 14px;
font-weight: 700;
color: #ffffff;
background: #4527a4;
cursor: pointer;
transition: all 500ms ease;
width: 60px;
height: 60px;
}
.sidebar-title{
position: relative;
display: block;
font-size: 24px;
line-height: 32px;
font-weight: 500;
color: #222;
margin-bottom: 19px;
}
.sidebar-search{
position: relative;
}
.sidebar-page-container .sidebar .sidebar-categories ul li{
position: relative;
display: block;
}
.sidebar-page-container .sidebar .sidebar-categories ul li a{
position: relative;
display: block;
font-size: 16px;
color: #777;
padding: 20px 30px 22px 30px;
border-bottom: 1px solid #dddddd;
}
.sidebar-page-container .sidebar .sidebar-categories ul li:last-child a{
border-bottom: none;
}
.sidebar-page-container .sidebar .sidebar-categories ul li a span{
float: right;
}
.sidebar-page-container .sidebar .sidebar-categories ul li a:hover{
color: #4527a4;
}
.sidebar-page-container .sidebar .sidebar-categories{
position: relative;
margin-bottom: 41px;
}
.sidebar-page-container .sidebar .sidebar-post .post{
position: relative;
padding: 0px 0px 0px 100px;
margin-bottom: 13px;
padding-bottom: 18px;
min-height: 110px;
border-bottom: 1px solid #dddddd;
}
.sidebar-page-container .sidebar .sidebar-post .post:last-child{
border-bottom: none;
margin-bottom: 0px;
}
.sidebar-page-container .sidebar .sidebar-post .post .image{
position: absolute;
left: 0px;
top: 8px;
width: 80px;
height: 80px;
background: #4527a4;
border-radius: 10px;
}
.sidebar-page-container .sidebar .sidebar-post .post .image img{
width: 100%;
border-radius: 10px;
transition: all 500ms ease;
}
.sidebar-page-container .sidebar .sidebar-post .post:hover .image img{
opacity: 0.5;
}
.sidebar-page-container .sidebar .sidebar-post .post h5{
position: relative;
display: block;
font-size: 18px;
line-height: 30px;
font-weight: 500;
color: #222;
margin-bottom: 2px;
}
.sidebar-page-container .sidebar .sidebar-post .post h5 a{
display: inline-block;
color: #222;
}
.sidebar-page-container .sidebar .sidebar-post .post h5 a:hover{
color: #4527a4;
}
.sidebar-page-container .sidebar .sidebar-post .post .post-date{
position: relative;
font-size: 14px;
line-height: 24px;
}
.sidebar-page-container .sidebar .sidebar-post .sidebar-title{
margin-bottom: 45px;
}
.sidebar-page-container .sidebar .sidebar-post{
position: relative;
margin-bottom: 50px;
}
.sidebar-page-container .sidebar .sidebar-tags .widget-content .tag-list{
position: relative;
margin: 0px -5px;
}
.sidebar-page-container .sidebar .sidebar-tags .widget-content ul li{
position: relative;
float: left;
margin: 0px 5px 20px 5px;
}
.tagcloud a {
position: relative;      text-align: center;   color: #1b1d21;
background: #f6f6f6;
font-size: 13px!important;
font-weight: 500;
padding: 8px 8px;
margin: 0 3px;
margin-bottom: 10px;
line-height: 1;
display: inline-block;
}
.tagcloud a:hover{
color: #fff;
border-color: #4527a4;
background: #4527a4;
}
.sidebar-page-container .sidebar .sidebar-tags .sidebar-title{
margin-bottom: 49px;
}
.sidebar-page-container .sidebar .sidebar-tags{
position: relative;
margin-bottom: 43px;
}
.sidebar-page-container .sidebar .sidebar-instagram .image-list{
position: relative;
margin: 0px -10px;
}
.sidebar-page-container .sidebar .sidebar-instagram .image-list .image{
position: relative;
float: left;
width: 110px;
height: 100px;
border-radius: 5px;
background: #4527a4;
margin: 0px 10px 20px 10px;
}
.sidebar-page-container .sidebar .sidebar-instagram .image-list .image img{
width: 100%;
border-radius: 5px;
transition: all 500ms ease;
}
.sidebar-page-container .sidebar .sidebar-instagram .image-list .image:hover img{
opacity: 0.5;
}
.sidebar-page-container .sidebar .sidebar-instagram .sidebar-title{
margin-bottom: 38px;
} .sidebar-page-container .blog-single-content .image-box img{
width: 100%;
}
.sidebar-page-container .blog-single-content .post-details {
position: relative;
overflow: hidden; box-shadow: 0 5px 30px 0px rgba(0, 0, 0, 0.1);
border-bottom: 2px solid #4527a4;
}
.sidebar-page-container .blog-single-content .inner-box{
position: relative;
padding: 41px 40px 0px 40px;
}
.sidebar-page-container .blog-single-content .inner-box .upper-box .post-date {
position: relative;
font-size: 16px;
color: #777;
margin-bottom: 18px;
}
.sidebar-page-container .blog-single-content .inner-box .upper-box .post-date i {
margin-right: 10px;
}
.sidebar-page-container .blog-single-content .inner-box .upper-box h3{
position: relative;
display: block;
font-size: 32px;
line-height: 32px;
color: #222;
font-weight: 600;
margin-bottom: 27px;
}
.sidebar-page-container .blog-single-content .inner-box .upper-box .text{
position: relative;
font-size: 16px;
margin-bottom: 54px;
}
.sidebar-page-container .blog-single-content .inner-box .upper-box blockquote{
position: relative;
display: block;
font-size: 16px;
margin-bottom: 43px;
padding: 29px 0px 31px 50px;
}
.sidebar-page-container .blog-single-content .inner-box .upper-box blockquote:before{
position: absolute;
content: '';
background: #4527a4;
width: 100%;
height: 100%;
left: 0px;
top: 0px;
border-radius: 20px;
z-index: -1;
}
.sidebar-page-container .blog-single-content .inner-box .upper-box blockquote:after{
position: absolute;
content: '';
background: #fff;
width: 100%;
height: 100%;
left: 5px;
top: 0px;
border-radius: 20px;
z-index: -1;
}
.sidebar-page-container .blog-single-content .inner-box .two-column .image-box{
margin-right: -16px;
}
.sidebar-page-container .blog-single-content .inner-box .two-column .image-box img{
width: 100%;
}
.sidebar-page-container .blog-single-content .inner-box .two-column .text{
margin-left: 30px;
}
.sidebar-page-container .blog-single-content .inner-box .two-column .text p{
font-size: 16px;
margin-bottom: 30px;
}
.sidebar-page-container .blog-single-content .inner-box .two-column .text p:last-child{
margin-bottom: 0px;
}
.sidebar-page-container .blog-single-content .inner-box .two-column .text{
margin: 7px 0px 0px 30px;
}
.sidebar-page-container .blog-single-content .inner-box .upper-box{
border-bottom: 1px solid #d6d6d6;
padding-bottom:0px;
}
.sidebar-page-container .blog-single-content .inner-box .lower-box{
position: relative;
padding: 20px 0px 40px 0px;
}
.sidebar-page-container .blog-single-content .inner-box .lower-box .left-content {
position: relative;
padding: 0px 0px 0px 45px;
text-transform: capitalize;
}
.sidebar-page-container .blog-single-content .inner-box .lower-box .left-content .admin-image {
position: absolute;
left: 0px;
top: 0px;
width: 33px;
height: 33px;
border-radius: 50%;
}
.sidebar-page-container .blog-single-content .inner-box .lower-box .left-content .admin-image img {
width: 100%;
border-radius: 50%;
border: 1px solid #c9c9c9;
padding: 3px;
}
.sidebar-page-container .blog-single-content .inner-box .lower-box .left-content .admin-name {
position: relative;
font-size: 14px;
font-weight: 600;
font-size: 14px;
color: #a2a2a2;
}
.sidebar-page-container .blog-single-content .inner-box .lower-box .right-content {
margin-top:0px;
}
.sidebar-page-container .blog-single-content .inner-box .lower-box .right-content li {
position: relative;
display: inline-block;
font-size: 18px;
}
.sidebar-page-container .blog-single-content .inner-box .lower-box .right-content li a{
z-index: 1;
}
.sidebar-page-container .blog-single-content .inner-box .lower-box .right-content li:last-child{
margin-right: 0px;
}
.sidebar-page-container .blog-single-content .inner-box .lower-box .right-content li a:hover{
color: #4527a4;
}
.sidebar-page-container .blog-single-content .inner-box .lower-box .right-content li.share .social-links {
position: absolute;
right: 0%;
bottom: 0;
width: 105px;
opacity: 0;
visibility: hidden;
transform: translateY(10px);
transition: all 500ms ease;
}
.sidebar-page-container .blog-single-content .inner-box .lower-box .right-content li.share:hover .social-links {
opacity: 1;
right: 0%;
transform: translateY(0px);
visibility: visible;
}
.sidebar-page-container .blog-single-content .inner-box .lower-box .right-content li.share .social-links a{
font-size: 14px;
}
.sidebar-page-container .blog-single-content .inner-box .lower-box .right-content li.share .social-links li{
margin-right: 15px;
}
.sidebar-page-container .blog-single-content .inner-box .lower-box .right-content li.share .social-links li:last-child{
margin-right: 0px;
}
.sidebar-page-container .blog-single-content .author-box {
position: relative;
background: #4527a4;
padding: 35px 40px;
border-radius: 5px;
margin-bottom: 67px;
}
.sidebar-page-container .blog-single-content .author-box .author-inner{
position: relative;
padding: 14px 175px 7px 0px;
}
.sidebar-page-container .blog-single-content .author-box .author-inner .author-thumb{
position: absolute;
top: 0px;
right: 0px;
border-radius: 10px;
}
.sidebar-page-container .blog-single-content .author-box .author-inner .author-thumb img{
width: 100%;
border-radius: 10px;
}
.sidebar-page-container .blog-single-content .author-box .author-inner .inner{
position: relative;
}
.sidebar-page-container .blog-single-content .author-box .author-inner .inner h4 {
position: relative;
display: block;
font-size: 25px;
line-height: 30px;
color: #fff;
font-weight: 600;
margin-bottom: 19px;
}
.sidebar-page-container .blog-single-content .author-box .author-inner .inner .text{
position: relative;
font-size: 16px;
color: #fff;
}
.sidebar-page-container .blog-single-content .author-box .author-inner .inner .social-links{
position: absolute;
top: 4px;
right: 0px;
}
.sidebar-page-container .blog-single-content .author-box .author-inner .inner .social-links li{
position: relative;
display: inline-block;
margin-right: 10px;
}
.sidebar-page-container .blog-single-content .author-box .author-inner .inner .social-links li:last-child{
margin-right: 0px;
}
.sidebar-page-container .blog-single-content .author-box .author-inner .inner .social-links li a{
position: relative;
display: inline-block;
font-size: 14px;
color: #fff;
width: 35px;
height: 35px;
line-height: 35px;
text-align: center;
border: 1px solid #fff;
border-radius: 50%;
}
.sidebar-page-container .blog-single-content .author-box .author-inner .inner .social-links li a:hover{
background: #fff;
color: #4527a4;
}
.sidebar-page-container .blog-single-content .comments-area .comment{
position: relative;
}
.sidebar-page-container .blog-single-content .comments-area .comment .author-thumb{
position: absolute;
left: 0px;
top: -9px;
width: 75px;
height: 75px;
border-radius: 50%;
box-shadow: 0 0px 30px 0px rgba(0, 0, 0, 0.1);
}
.sidebar-page-container .blog-single-content .comments-area .comment .author-thumb img{
width: 100%;
border-radius: 50%;
}
.sidebar-page-container .blog-single-content .comments-area .comment .comment-info .name{
position: relative;
display: block;
font-size: 18px;
font-weight: 500;
color: #222;
margin-bottom: 6px;
}
.sidebar-page-container .blog-single-content .comments-area .comment .comment-info .date{
position: relative;
font-size: 14px;
color: #bbbbbb;
}
.sidebar-page-container .blog-single-content .comments-area .comment .comment-info{
position: relative;
margin-bottom: 13px;
}
.sidebar-page-container .blog-single-content .comments-area .comment .comment-inner .text{
position: relative;
font-size: 14px;
line-height: 28px;
}
.sidebar-page-container .blog-single-content .comments-area .comment .comment-inner{
position: relative;
}
.sidebar-page-container .blog-single-content .comments-area .comment .comment-inner .replay-btn{
position: absolute;
top: -4px;
right: -15px;
}
.sidebar-page-container .blog-single-content .comments-area .comment .comment-inner .replay-btn a{
position: relative;
display: inline-block;
font-size: 15px;
color: #4527a4;
z-index: 1;
}
.sidebar-page-container .blog-single-content .comments-area .comment .comment-inner .replay-btn a:hover{
text-decoration: underline;
}
.sidebar-page-container .blog-single-content .comments-area .comment .comment-inner .replay-btn a:hover{
color: #4527a4;
}
.sidebar-page-container .blog-single-content .comments-area .sec-title h2,
.sidebar-page-container .blog-single-content .comments-form-area .sec-title h2{
font-size: 30px;
margin-bottom: 68px;
}
.sidebar-page-container .blog-single-content .comments-area .comment{
position: relative;
margin-bottom: 30px;
}
.sidebar-page-container .blog-single-content .comments-area .comment.replay-comment{
margin-left: 100px;
}
.sidebar-page-container .blog-single-content .comments-area .comment:last-child{
margin-bottom: 0px;
}
.sidebar-page-container .blog-single-content .comments-area{
position: relative;
margin-bottom: 58px;
}
.sidebar-page-container .blog-single-content .comments-form-area .form-group{
position: relative;
margin-bottom: 20px;
}
.sidebar-page-container .blog-single-content .comments-form-area .form-group:last-child{
margin-bottom: 0px;
padding-top: 10px;
}
.sidebar-page-container .blog-single-content .comments-form-area .form-group input[type='text'], 
.sidebar-page-container .blog-single-content .comments-form-area .form-group input[type='email'], 
.sidebar-page-container .blog-single-content .comments-form-area .form-group textarea {
position: relative;
width: 100%;
height: 50px;
border: 1px solid #dddddd;
border-radius: 30px;
padding: 10px 20px;
font-size: 13px;
color: #777;
background: #fff;
transition: all 500ms ease;
}
.sidebar-page-container .blog-single-content .comments-form-area .form-group textarea{
height: 120px;
resize: none;
border-radius: 15px;
display: block;
}
.sidebar-page-container .blog-single-content .comments-form-area .form-group input:focus,
.sidebar-page-container .blog-single-content .comments-form-area .form-group textarea:focus{
border-color: #4527a4;
}
.sidebar-page-container .blog-single-content .comments-form-area .form-group .theme-btn-two{
padding: 10px 44px;
} .contact-section{
position: relative;
padding: 160px 0px 100px 0px;
}
.contact-section .info-content .single-info-box{
position: relative;
padding: 0px 30px;
}
.contact-section .info-content .single-info-box .icon-box{
position: relative;
display: inline-block;
margin-bottom: 25px;
}
.contact-section .info-content .single-info-box .icon-box img{
position: relative;
width: auto;
transition: all 500ms ease;
}
.contact-section .info-content .single-info-box:hover .icon-box img{
transform: scale(1.05);
}
.contact-section .info-content .single-info-box h2{
position: relative;
display: block;
font-size: 30px;
line-height: 40px;
color: #222;
font-weight: 500;
margin: 18px;
}
.contact-section .info-content .single-info-box .text{
position: relative;
font-size: 16px;
margin-bottom: 14px;
}
.contact-section .info-content .single-info-box a{
position: relative;
display: inline-block;
font-size: 18px;
color: #4527a4;
}
.contact-section .info-content .single-info-box a:hover{
text-decoration: underline;
}
.contact-section .info-content,
.contact-section .image-container{
position: relative;
margin-bottom: 110px;
}
.contact-section .contact-form-area .form-inner .form-group{
position: relative;
margin-bottom: 30px;
}
.contact-section .contact-form-area .form-inner .form-group i{
position: absolute;
top: 23px;
right: 30px;
font-size: 15px;
font-weight: 700;
color: #777;
z-index: 1;
}
.contact-section .contact-form-area .form-inner .form-group input[type='text'],
.contact-section .contact-form-area .form-inner .form-group input[type='email'],
.contact-section .contact-form-area .form-inner .form-group textarea{
position: relative;
width: 100%;
height: 60px;
background: #fff;
padding: 10px 60px 10px 30px;
font-size: 14px;
font-weight: 500; 
border-radius: 30px; 
border: 3px solid #fff;
box-shadow: 0 0px 20px 0px rgba(0, 0, 0, 0.1);  
transition: all 500ms ease;                                                                             
}
.contact-section .contact-form-area .form-inner .form-group textarea{
height: 200px;
resize: none;
border-radius: 20px;
}
.contact-section .contact-form-area .form-inner .form-group input:focus,
.contact-section .contact-form-area .form-inner .form-group textarea:focus{
border-color: #4527a4;
}
.contact-section .contact-form-area .form-inner .message-btn{
margin: 0px;
}
.contact-section .contact-form-area .form-inner .message-btn .theme-btn-two{
padding: 13px 38px;
font-weight: 400;
}
.contact-section .contact-form-area .sec-title h2{
margin-bottom: 63px;
} .map-section{
position: relative;
}
.map-section .google-map{
position: relative;
margin-bottom: -150px;
}
.map-section #contact-google-map {
position: relative;
width: 100%;
height: 700px;
} .page-title.style-two{
position: relative;
background: #4527a4;
padding: 260px 0px 150px 0px;
}
.main-footer.style-seven{
background: #4527a4;
padding-top: 50px;
}
.owl-nav-none .owl-nav{
display: none !important;
}
.application-layout-2 .single-item,
.organization-layout-2 .single-item{
margin-top: 30px;
margin-bottom: 30px;
}
.work-layout-2 .single-item{
margin: 30px 0px;
}
.work-section .owl-item:nth-child(2n+1) .single-item .icon-box{
color: #ba0076;
}
.work-section .owl-item:nth-child(3n+1) .single-item .icon-box{
color: #4527a4;
}
.application-setup .three-column-carousel .owl-item:nth-child(2n+1) .single-item .count-box{
background-image: -webkit-linear-gradient(-45deg, #fab000 0%, #cd8400 100%);
}
.application-setup .three-column-carousel .owl-item:nth-child(3n+1) .single-item .count-box{
background-image: -webkit-linear-gradient(-45deg, #9ff300 0%, #1a8300 100%);
}
.service-layout-5 .service-block-three{
margin: 100px 0px 50px 0px;
}
.recruitment-section .three-column-carousel .single-item{
margin: 30px 0px;
}
.reasons-section .three-column-carousel .single-item{
margin: 30px 0px;
}
.reasons-section .three-column-carousel .owl-item:nth-child(2n+1) .single-item .icon-box{
background: #ffc500;
}
.reasons-section .three-column-carousel .owl-item:nth-child(3n+1) .single-item .icon-box{
background: #ff0600;
}
.best-hosting .three-column-carousel .single-item{
margin: 30px 0px;
}
.best-hosting .three-column-carousel .owl-item:nth-child(2n+1) .single-item .icon-box{
color: #ff0000;
}
.best-hosting .three-column-carousel .owl-item:nth-child(3n+1) .single-item .icon-box{
color: #ffb600;
}
.counter-style-three .four-item-carousel .inner-box{
margin: 50px 0px;
}
.pricing-style-two .three-column-carousel .pricing-block-two{
margin: 50px 0px;
}
.software-product.elements{
margin: 0px;
}
.three-column-carousel .feature-block-one{
margin: 30px 0px;
}
.service-style-two.elements{
padding: 100px 0px 50px 0px;
}
.service-style-four.elements .three-column-carousel .service-block-three{
margin: 100px 0px 30px 0px;
} .team-page-1{
padding-top: 140px;
}
.team-page-1 .team-block-one{
margin-bottom: 30px;
} .team-style-two{
position: relative;
display: block;
padding: 150px 0px 100px 0px;
}
.team-block-two{
position: relative;
display: block;
margin-bottom: 30px;
}
.team-block-two .image-box{
position: relative;
display: block;
background: #4527a4;
overflow: hidden;
}
.team-block-two .image-box img{
width: 100%;
transition: all 300ms ease;
}
.team-block-two:hover .image-box img{
transform: scale(1.1);
opacity: 0.5;
}
.team-block-two .image-box:before {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1;
background: rgba(69, 39, 164, 0.8);
content: '';
-webkit-transition: -webkit-transform 0.6s;
transition: transform 0.6s;
-webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
}
.team-block-two:hover .image-box:before {
-webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);
transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);
}
.team-block-two .content-box{
position: relative;
display: block;
}
.team-block-two .content-box span{
position: relative;
display: inline-block;
font-size: 16px;
line-height: 20px;
font-family: 'Muli', sans-serif;
font-weight: 400;
color: #fff;
background: #4527a4;
height: 23px;
vertical-align: middle;
text-align: center;
padding: 0px 7px;
margin-bottom: 12px;
}
.team-block-two .content-box h4{
position: relative;
display: block;
font-size: 22px;
font-weight: 600;
color: #34263c;
margin-bottom: 18px;
}
.team-block-two .content-box h4 a{
position: relative;
display: inline-block;
color: #34263c;
}
.team-block-two .content-box h4 a:hover{
color: #4527a4;
}
.team-block-two .content-box .text{
position: relative;
display: block;
margin-bottom: 13px;
}
.team-block-two .content-box .team-social li{
position: relative;
display: inline-block;
margin-right: 17px;
}
.team-block-two .content-box .team-social li:last-child{
margin-right: 0px;
}
.team-block-two .content-box .team-social li a{
position: relative;
display: inline-block;
font-size: 18px;
color: #34263c;
}
.team-block-two .content-box .team-social li a:hover{
color: #4527a4;
} .team-style-three{
position: relative;
padding: 100px 0px 100px 0px;
}
.team-block-three .inner-box{
position: relative;
display: block;
background: #fff;
border-radius: 10px;
overflow: hidden;
margin-bottom: 30px;
box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.10);
}
.team-block-three .inner-box .image-box{
position: relative;
display: block;
overflow: hidden;
background: #4527a4;
border-top-right-radius: 10px;
border-top-left-radius: 10px;
clip-path: polygon(0% 0%, 100% 0%, 100% 85%, 0% 100%, 0% 0%);
}
.team-block-three .inner-box .image-box .social-links{
position: absolute;
left: -20px;
top: 15px;
opacity: 0;
transition: all 500ms ease;
}
.team-block-three:hover .inner-box .image-box .social-links{
left: 15px;
opacity: 1;
}
.team-block-three .inner-box .image-box .social-links li{
position: relative;
display: block;
margin-bottom: 6px;
}
.team-block-three .inner-box .image-box .social-links li:last-child{
margin-bottom: 0px;
}
.team-block-three .inner-box .image-box .social-links li a{
position: relative;
display: inline-block;
font-size: 16px;
color: #fff;
}
.team-block-three .inner-box .image-box img{
width: 100%;
transition: all 500ms ease;
}
.team-block-three .inner-box:hover .image-box img{
opacity: 0.2;
}
.team-block-three .inner-box .lower-content{
position: relative;
display: block;
padding: 14px 12px 27px 12px;
}
.team-block-three .inner-box .lower-content h5{
position: relative;
display: block;
font-size: 20px;
line-height: 28px;
font-weight: 500;
color: #2e2e2e;
margin-bottom: 2px;
}
.team-block-three .inner-box .lower-content h5 a{
position: relative;
display: inline-block;
color: #2e2e2e;
}
.team-block-three .inner-box .lower-content h5 a:hover{
color: #4527a4;
}
.team-block-three .inner-box .lower-content .designation{
position: relative;
display: block;
font-size: 14px;
line-height: 24px;
font-weight: 500;
color: #4527a4;
} .service-details{
position: relative;
padding: 150px 0px 100px 0px;
}
.service-details .service-sidebar{
position: relative;
display: block;
margin-right: 30px;
}
.service-details .service-sidebar .sidebar h3{
position: relative;
display: block;
font-size: 28px;
line-height: 38px;
font-weight: 600;
color: #2e2e2e;
margin-bottom: 21px;
}
.service-details .service-sidebar .sidebar .text{
position: relative;
display: block;
margin-bottom: 38px;
}
.service-details .service-sidebar .sidebar .list li{
position: relative;
display: block;
background: #f5f5f5;
border-bottom: 1px solid #fff;
}
.service-details .service-sidebar .sidebar .list li a{
position: relative;
display: block;
font-size: 18px;
line-height: 28px;
padding: 15px 30px;
font-weight: 400;
color: #2e2e2e;
transition: all 500ms ease;
}
.service-details .service-sidebar .sidebar .list li:before{
position: absolute;
content: '';
background: #4527a4;
width: 0%;
height: 100%;
left: 0px;
top: 0px;
transition: all 500ms ease;
}
.service-details .service-sidebar .sidebar .list li.active:before,
.service-details .service-sidebar .sidebar .list li:hover:before{
width: 100%;
right: 0px;
}
.service-details .service-sidebar .sidebar .list li.active a,
.service-details .service-sidebar .sidebar .list li:hover a{
color: #fff;
}
.service-details .service-sidebar .sidebar .list li:last-child{
margin-bottom: 0px;
border-bottom: none !important;
}
.service-details .service-sidebar .sidebar .list li:after{
position: absolute;
left: 0px;
top: 0px;
content: '';
background: #0188e7;
width: 5px;
height: 100%;
opacity: 0;
transition: all 500ms ease;
}
.service-details .service-sidebar .sidebar .list li.active:after,
.service-details .service-sidebar .sidebar .list li:hover:after{
opacity: 1;
}
.service-details .service-details-content {
position: relative;
}
.service-details .service-details-content .text p{
position: relative;
display: block;
margin-bottom: 40px;
}
.service-details .service-details-content .image-box {
position: relative;
display: block;
margin-bottom: 60px !important;
box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}
.service-details .service-details-content .image-box img{
width: 100%;
}
.service-details .service-details-content .inner-box h3{
position: relative;
display: block;
font-size: 24px;
line-height: 32px;
color: #2e2e2e;
font-weight: 600;
margin-bottom: 15px;
}
.service-details .service-details-content .two-column{
position: relative;
display: block;
margin-bottom: 80px;
}
.service-details .service-details-content .two-column .image-box{
margin-bottom: 0px;
}
.service-details .service-details-content .bottom-content .list-item li{
position: relative;
display: block;
font-size: 16px;
margin-bottom: 10px;
padding: 0px 0px 0px 34px;
}
.service-details .service-details-content .bottom-content .list-item li:last-child{
margin-bottom: 0px;
}
.service-details .service-details-content .bottom-content .list-item li:before {
position: absolute;
content: "\f10e";
font-family: 'Flaticon';
font-size: 16px;
color: #4527a4;
font-weight: 600;
left: 0px;
top: 0px;
}
.pricing-style-four.paricing-page-3{
padding: 150px 0px 250px 0px;
}
.pricing-style-three.pricing-page-4{
padding-bottom: 0px;
} .portfolio-section{
position: relative;
padding: 150px 0px 70px 0px;
}
.portfolio-block-one{
position: relative;
width: 100%;
margin-bottom: 30px;
}
.portfolio-block-one .image-box{
position: relative;
display: block;
background: #4527a4;
}
.portfolio-block-one .image-box img{
position: relative;
display: block;
width: 100%;
transition: all 500ms ease;
}
.portfolio-block-one:hover .image-box img{
opacity: 0.2;
}
.portfolio-block-one .image-box .content-box {
position: absolute;
left: 50%;
top: 50%;
width: 100%;
padding: 0px 15px;
transform: translate(-50%,-50%);
}
.portfolio-block-one .image-box .content-box .inner{
position: relative;
text-align: center;
opacity: 0;
-webkit-transform: scale(0.5,0.5);
-ms-transform: scale(0.5,0.5);
transform: scale(0.5,0.5);
transition: all 600ms ease;
-moz-transition: all 600ms ease;
-webkit-transition: all 600ms ease;
-ms-transition: all 600ms ease;
-o-transition: all 600ms ease;
}
.portfolio-block-one:hover .image-box .content-box .inner{
opacity: 1;
-webkit-transition-delay: 500ms;
-moz-transition-delay: 500ms;
-ms-transition-delay: 500ms;
-o-transition-delay: 500ms;
transition-delay: 500ms;
-webkit-transform: scale(1,1);
-ms-transform: scale(1,1);
transform: scale(1,1);
}
.portfolio-block-one .image-box .content-box .title{
position: relative;
font-size: 18px;
line-height: 28px;
color: #fff;
font-weight: 500;
margin-bottom: 12px;
}
.portfolio-block-one .image-box .content-box h3{
position: relative;
color: #fff;
font-size: 24px;
font-weight: 600;
line-height: 30px;
margin-bottom: 0px;
text-transform: uppercase;
}
.portfolio-block-one .image-box .content-box h3 a{
color: #fff;
}
.portfolio-section .filter-btns li{
position: relative;
display: inline-block;
font-size: 16px;
line-height: 26px;
color: #222;
padding: 8px 35px;
border-radius: 30px;
cursor: pointer;
transition: all 500ms ease;
text-align: center;
}
.portfolio-section .filter-btns li.active,
.portfolio-section .filter-btns li:hover{
background: #e5e5e5;
}
.portfolio-section .filter-btns{
position: relative;
display: block;
margin-bottom: 50px;
} .portfolio-details{
position: relative;
padding: 150px 0px 100px 0px;
}
.portfolio-details .image-content .title-box{
position: relative;
display: block;
margin-bottom: 64px;
}
.portfolio-details .image-content .title-box span{
position: relative;
display: block;
font-size: 18px;
line-height: 28px;
color: #282331;
margin-bottom: 20px;
}
.portfolio-details .image-content .title-box h2{
position: relative;
display: block;
font-size: 35px;
font-weight: 700;
line-height: 48px;
color: #282331;
}
.portfolio-details .image-content .image {
position: relative;
display: block;
background: #4527a4;
overflow: hidden;
margin-bottom: 30px !important;
}
.portfolio-details .image-content .image img{
width: 100%;
opacity: 1;
transition: all 900ms ease;
}
.portfolio-details .image-content .image:hover img{
opacity: 0.2;
transform: scale(1.1);
}
.portfolio-details .content-box{
position: relative;
display: block;
margin-left: 40px;
}
.portfolio-details .content-box h5{
position: relative;
display: block;
font-size: 18px;
line-height: 28px;
color: #222;
font-weight: 600;
text-transform: uppercase;
margin-bottom: 26px;
}
.portfolio-details .content-box p{
position: relative;
display: block;
font-size: 18px;
color: #777;
margin-bottom: 37px;
}
.portfolio-details .content-box .info-list li{
position: relative;
display: block;
font-size: 18px;
color: #777;
padding: 22px 0px 17px 0px;
border-bottom: 1px solid #f3f3f3;
}
.portfolio-details .content-box .info-list li a{
position: relative;
display: inline-block;
color: #777;
}
.portfolio-details .content-box .info-list li a:hover{
text-decoration: underline;
}
.portfolio-details .content-box .info-list span{
position: relative;
display: inline-block;
max-width: 50%;
width: 100%;
font-size: 18px;
font-weight: 600;
color: #777;
}
.portfolio-details .content-box .info-list{
position: relative;
display: block;
margin-bottom: 72px;
}
.portfolio-details .content-box .social-icons li{
position: relative;
display: inline-block;
margin-right: 23px;
}
.portfolio-details .content-box .social-icons li:last-child{
margin-right: 0px;
}
.portfolio-details .content-box .social-icons li a{
position: relative;
display: inline-block;
font-size: 24px;
color: #bbb1c3;
}
.portfolio-details .content-box .social-icons li a:hover{
color: #4527a4;
}
.portfolio-details .load-more-option a{
position: relative;
display: inline-block;
font-size: 21px;
line-height: 30px;
font-weight: 700;
color: #777;
text-shadow: 0 10px 3px rgba(0, 0, 0, 0.20);
}
.portfolio-details .load-more-option{
position: relative;
display: block;
padding-top: 80px;
}
.portfolio-details .load-more-option a:hover{
color: #4527a4;
}
.portfolio-details .upper-box{
position: relative;
margin-bottom: 100px;
}
.portfolio-details .upper-box .image{
position: relative;
display: block;
background: #4527a4;
overflow: hidden;
margin-bottom: 30px;
}
.portfolio-details .upper-box .image img{
width: 100%;
opacity: 1;
transition: all 900ms ease;
}
.portfolio-details .upper-box .image:hover img{
opacity: 0.2;
transform: scale(1.1);
}
.feature-style-three.elements{
padding: 200px 0px 300px 0px;
}
.feature-style-four.one {
padding-bottom: 0;
}
.feature-style-four.two {
padding: 0;
}
.feature-style-four.two .inner-box {
margin-bottom: 120px;
}
.feature-style-four.three {
padding: 0;
}
.feature-style-four.three .inner-box {
margin-bottom: 120px;
}
.feature-style-four.three .inner-box .content-box {
margin-bottom: 150px;
margin-left: 0;
}
.feature-style-four.four #image_block_10 .image-box .image {
max-width: unset;
}
.feature-style-four.four  {
padding-top: 0;
}
.feature-style-four.four .inner-box {
margin-bottom: 0;
}
.feature-style-four.three #image_block_08 .image-box:before, #image_block_09 .image-box:before {
height: 535px;
}
.management-section .tabs-content .image-box {
margin: 0 auto !important;
margin-bottom: 55px !important;
}
.feature-style-six.one {
padding-bottom: 0;
}
.feature-style-six.two {
padding-top: 0;
}
.feature-style-ten.one {
padding-bottom: 0;
}
.feature-style-ten.two {
padding: 0;
}
.feature-style-ten.three {
padding: 0;
}
.feature-style-ten.four {
padding-top: 0;
}
.table-content ul {
margin-bottom: 0;
}
dl, ol, ul {
margin-bottom: 0;
}
#content_block_52 .content-box .bx-viewport {
min-height: 560px !important;
}
.pricing-style-four .feature-inner h2 {
margin-bottom: 0;
}
.pricing-style-four .pricing-table .table-content li {
font-size: 16px !important;
}
.portfolio-details.one {
padding-bottom: 0;
}
.portfolio-details.two {
padding-top: 0;
}
.feature-style-ten.two .inner-container .inner-box .image-box{
margin-right: 80px;
}
.feature-style-ten.two .inner-container .inner-box .image-box img{
float: right;
}
.feature-style-ten.two .inner-container .inner-box .content-box{
margin-left: 50px;
}
.feature-style-ten.two .inner-container .inner-box .content-box .bg-layer{
left: -100px;
background-repeat: no-repeat;
}
.feature-style-ten.three .inner-container .inner-box .content-box{
margin-right: 50px;
}
.feature-style-ten.three .inner-container .inner-box .content-box .bg-layer{
right: -80px;
background-repeat: no-repeat;
}
.feature-style-ten.three .inner-container .inner-box .image-box{
margin-left: 80px;
}
.feature-style-ten.four .inner-container .inner-box .content-box{
margin-left: 70px;
}
.feature-style-ten.four .inner-container .inner-box .content-box .bg-layer {
left: -100px; 
background-repeat: no-repeat; 
}
.feature-style-ten.four .inner-container .inner-box .image-box{
margin-right: 100px;
}
.feature-style-ten.four .inner-container .inner-box .image-box img{
float: right;
}
.feature-style-11.one {
padding-bottom: 0;
}
.feature-style-11.two .inner-content .inner-box .image-box .bg-layer {
position: absolute;
width: 1005px;
height: 945px;
top: -120px;
right: 30px;
background-repeat: no-repeat;
}
.feature-style-11.two {
padding: 0;
}
.feature-style-11.three {
padding: 0;
}
.feature-style-11.three .inner-content .inner-box .image-box .bg-layer {
position: absolute;
width: 1010px;
height: 805px;
left: 30px;
top: -150px;
background-repeat: no-repeat;
}
.feature-style-12.one {
padding-bottom: 0;
}
.feature-style-12.two {
padding: 0;
}
.feature-style-12.three {
padding: 0;
}
.feature-style-13.one {
padding-bottom: 0;
}
.feature-style-13.one .inner-box {
margin-bottom: 105px;
}
.service-details.two {
padding-bottom: 0;
margin-bottom: -20px;
}
.service-details.three {
padding: 0;
margin-bottom: -20px;
}
.service-details.three .service-details-content .two-column .image-box {
margin-bottom: 0px !important;
}
.service-details.four {
padding-top: 0;
margin-bottom: -20px;
}
.service-details.three .service-details-content .text p {
margin-bottom: 0;
}
.portfolio-details .content-box .social-icons li a i {
font-family: 'Font Awesome 5 Brands';
}
.feature-style-six.one .inner-box {
margin-bottom: 210px;
}
.feature-style-six.two .inner-box:last-child .image-box{
margin-right: 70px;
}
.main-footer .widget-title {
padding-top: 0 !important;
}
a:hover {
text-decoration: none !important;
}
.main-footer.style-six .about-widget .download-btn .app-store-btn {
margin-right: 10px;
}
.google_maps {
margin-bottom : -150px;
}
.testimonial-section .owl-theme .owl-dots .owl-dot span {
background: #959595 !important;
}
.testimonial-style-nine {
background-position: unset;
}
.testimonial-style-ten .content-box .testimonial-content .author-info:before { }
.feature-style-11 .inner-content .inner-box .image-box .bg-layer {
z-index: -1;
}
.feature-style-11.ku .inner-content .inner-box {
margin-bottom: 205px;
}
.feature-style-11.ku .inner-content .inner-box .image-box .bg-layer {
height: 990px;
}
.feature-style-11.two.kuk {
padding-top: 60px;
}
.feature-style-11.two.kuk .inner-content .inner-box .image-box .bg-layer {
width: 1080px;
}
.testimonial-style-11 .inner-container { }
.feature-12 {
background : #f7f7f7;
}
.service-details.hh {
margin-left: -30px;
}
.subscribe-style-five.up {
padding-top: 100px;
}
.betterlook-section.elements .anim-icons {
opacity: 0;
}
.feature-style-11.two.elements.sec-pad-two .inner-content .inner-box {
margin-bottom: 0;
}
.feature-style-13.one.elements.sec-pad-two .inner-box {
margin-bottom: 0;
}
.events-section.elements .inner-column .inner-box {
margin-right: -138px;
}
.download-apps.home-17.elements {
padding: 100px 0px 100px 0px;
}
.download-apps.home-17.elements:before {
opacity: 0;
}
.post_meta li{
display: inline-block;
margin-right:20px;
}
.post_meta li i{
margin-right:6px;
}
.sidebar-page-container .blog-content .single-blog-content .lower-content .lower-box .right-content a {
font-size: 15px;
font-weight: 500;
text-transform:capitalize;
}
.pagination .current{
position: relative;
display: inline-block;
font-size: 16px;
height: 40px;
width: 40px;
line-height: 38px;
font-weight: 500;
border: 1px solid #bdbdbd;
border-radius: 50%;
text-align: center;
transition: all 500ms ease;
color: #fff;
border-color: #4527a4;
background: #4527a4;
}
.mrsidebar{
padding-left: 30px;
}
footer a, footer li, footer p, footer .text, footer #wp-calendar caption, footer .tagcloud a { }
.mrfooter{
padding-bottom: 40px;
}
.share-box{
position: relative;
display: block;
padding: 60px 0px 25px 0px;
border-bottom: 1px solid #ececf0;
}
.post-tags {
position: relative;
display: inline-block;
font-size: 18px;
font-weight: 600;
margin-right: 5px;
margin-right: 10px;
color: #222;
}
.post-tags a {
position: relative;
display: inline-block;
font-size: 15px;
color: #444;
background: #f4f7fc;
padding: 5px 25px;
text-align: center;
border-radius: 30px;
z-index: 1;
margin-right: 7px;
font-weight: 500;
margin-bottom:5px;
}
.post-tags a:hover {
color: #fff;
background: #222;
}
.nav-btn {
position: relative;
display: block;
padding: 20px 0px;
border-bottom: 1px solid #ececf0;
margin-bottom: 50px;
}
.prev-btn.link a:before {
content: "\f100";
font-family: 'Font Awesome 5 Free';
padding-right: 5px;
}
.next-btn.link a:after {
content: "\f101";
font-family: 'Font Awesome 5 Free';
padding-left: 5px;
}
.nav-btn .link a {
position: relative;
display: inline-block;
font-size: 15px;
font-weight: 600;
color: transparent !important;
background: -webkit-linear-gradient(0deg, #3a505f, #3a505f 100%);
-webkit-background-clip: text !important;
-webkit-text-fill-color: transparent !important;
}
code {
color: #4527a4;
}
.comment_titlebox h3.comments_title{
position: relative;
display: block;
font-size: 30px;
line-height: 48px;
color: #222222;
font-weight: 500;
padding-bottom: 31px;
margin-bottom: 31px;
}
.comment_titlebox h3.comments_title:before {
position: absolute;
content: ''; width: 130px;
height: 2px;
left: 0px;
bottom: 0px;
background: linear-gradient(90deg, rgba(0,222,255,1) 0%, rgba(113,65,177,1) 0%, rgba(0,222,255,1) 100%);
}
.comment_titlebox h3.comments_title:after {
position: absolute;
content: ''; width: 45px;
height: 4px;
left: 0px;
bottom: 0px;
transition: all 500ms ease;
-webkit-mask-image: linear-gradient(-75deg, rgba(244,55,55,0.6) 50%, #f43737 50%, rgba(0,0,0,1) 70%);
-webkit-mask-size: 200%;
animation: shine 2s infinite;
background: linear-gradient(90deg, rgb(255, 114, 0) 0%, rgba(113,65,177,1) 0%, rgba(0,222,255,1) 100%);
}
.paginate_links>a{
position: relative;
display: inline-block;
font-size: 16px;
height: 40px;
width: 40px;
line-height: 38px;
font-weight: 500;
border: 1px solid #bdbdbd;
border-radius: 50%;
text-align: center;
color: #777;
background: transparent;
transition: all 500ms ease;
}
.paginate_links>a:hover{
position: relative;
display: inline-block;
font-size: 16px;
height: 40px;
width: 40px;
line-height: 38px;
font-weight: 500;
border: 1px solid #bdbdbd;
border-radius: 50%;
text-align: center;
transition: all 500ms ease;
color: #fff;
border-color: #4527a4;
background: #4527a4;
}
.paginate_links>span{
position: relative;
display: inline-block;
font-size: 16px;
height: 40px;
width: 40px;
line-height: 38px;
font-weight: 500;
border: 1px solid #bdbdbd;
border-radius: 50%;
text-align: center;
transition: all 500ms ease;
color: #fff;
border-color: #4527a4;
background: #4527a4;
}
.mr_page {
position: relative; border-radius: 20px;
box-shadow: 0 5px 30px 0px rgba(0, 0, 0, 0.1);
margin-bottom: 50px;
padding: 30px;
}
.main-header.style-four .main-menu .navigation > li {
list-style: none;
}
footer li{
list-style:none;
color: #4527a4;
}
.main-menu .navigation li{
list-style:none;
}
ul, li {
list-style: none;
}
@media only screen and (max-width: 600px){
.admin-bar .main-header {
top: 32px;
}
html {
margin-top: 0px !important;
}
}
.main-header.style-three .header-top .inner-container .header-info li {
color: #fff;
}
.banner-style-16 .share-box {
position: relative;
display: unset;
padding: 0px;
border-bottom: unset;
}
.iamge_block_01 .image-box{
position: relative;
margin-top: 35px;
}
.iamge_block_01 .image-box .image{
position: relative;
display: inline-block;
border-radius: 60px;
box-shadow: 5px 15px 27px rgba(0, 0, 0, 0.2);
}
.content_block_01 .content-box{
position: relative;
display: block;
}
.content_block_01 .content-box .sec-title{
margin-bottom: 66px;
}
.content_block_01 .content-box .inner-box .single-item{
position: relative;
display: block;
overflow: hidden;
margin-bottom: 30px;
border-radius: 10px;
padding: 30px;
box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
}
.content_block_01 .content-box .inner-box .single-item .bg-layer {
position: absolute;
content: "";
top: 0;
left: -101%;
height: 100%;
width: 100%;
border-radius: 10px;
-webkit-transition: all 0.6s ease;
-o-transition: all 0.6s ease;
transition: all 0.6s ease;
background-size: 101% 101%;
}
.content_block_01 .content-box .inner-box .single-item .bg-layer:before{
position: absolute;
content: '';
background: rgba(69, 39, 164, 0.8);
width: 100%;
height: 100%;
left: 0px;
top: 0px;
border-radius: 10px;
}
.content_block_01 .content-box .inner-box .single-item:hover .bg-layer{
left: 0px;
}
.content_block_01 .content-box .inner-box .single-item .icon-box{
position: relative;
display: inline-block;
font-size: 65px;
line-height: 65px;
color: #4527a4;
margin-bottom: 34px;
transition: all 500ms ease;
}
.content_block_01 .content-box .inner-box .single-item:hover .icon-box{
color: #fff !important;
}
.content_block_01 .content-box .inner-box .single-item h5{
position: relative;
display: block;
font-size: 18px;
line-height: 28px;
color: #555555;
font-weight: 500;
margin-bottom: 19px;
transition: all 500ms ease;
}
.content_block_01 .content-box .inner-box .single-item h5 a{
position: relative;
display: inline-block;
color: #555555;
}
.content_block_01 .content-box .inner-box .single-item:hover h5,
.content_block_01 .content-box .inner-box .single-item:hover h5 a,
.content_block_01 .content-box .inner-box .single-item:hover .text{
color: #fff;
}
.content_block_01 .content-box .inner-box .single-item .text{
position: relative;
transition: all 500ms ease;
}
.content_block_02 .content-box{
margin-right: 100px;
padding-top: 137px;
padding-bottom: 54px;
}
.content_block_03 .content-box{
margin-left: 100px;
padding-top: 105px;
padding-bottom: 88px;
}
.content_block_02 .content-box .text,
.content_block_03 .content-box .text{
position: relative;
display: block;
margin-bottom: 63px;
}
.content_block_02 .content-box p,
.content_block_03 .content-box p{
display: block;
margin-bottom: 30px;
}
.content_block_02 .content-box p:last-child,
.content_block_03 .content-box p:last-child{
margin-bottom: 0px;
}
.content_block_02 .content-box .sec-title h2,
.content_block_03 .content-box .sec-title h2{
margin-bottom: 57px;
}
.content_block_02 .content-box .btn-box,
.content_block_03 .content-box .btn-box{
position: relative;
display: flex;
}
.iamge_block_02 .image-box{
position: relative;
display: block;
min-height: 638px;
z-index: 1;
}
.iamge_block_02 .image-box .bg-layer{
position: absolute;
width: 650px;
height: 860px;
left: -10px;
top: -75px;
background-repeat: no-repeat;
}
.iamge_block_02 .image-box .image-1{
position: absolute;
top: 0px;
right: 25px;
z-index: 1;
}
.iamge_block_02 .image-2{
position: absolute;
top: 200px;
left: 70px;
}
.iamge_block_02 .image,
.iamge_block_03 .image{
box-shadow: 0 5px 20px 0px rgba(0, 0, 0, 0.1);
}
.iamge_block_03 .image .image-box{
position: relative;
display: block;
min-height: 640px;
z-index: 1;
}
.iamge_block_03 .image-box .bg-layer{
position: absolute;
width: 680px;
height: 790px;
left: -75px;
top: -65px;
background-repeat: no-repeat;
}
.iamge_block_03 .image-box .image-1{
position: absolute;
top: 0px;
right: 45px;
z-index: 1;
}
.iamge_block_03 .image-box .image-2{
position: absolute;
top: 50px;
left: 0px;
}
.content_block_04 .content-box{
position: relative;
display: block;
background: #fff;
margin-left: 70px;
padding: 90px 30px 100px 100px;
border-top-left-radius: 50px;
border-bottom-left-radius: 50px;
}
.content_block_04 .content-box:before{
position: absolute;
content: '';
background: #fff;
width: 50000%;
height: 100%;
left: 0px;
top: 0px;
box-shadow: 0 0px 20px 0px rgba(0, 0, 0, 0.1);
border-top-left-radius: 50px;
border-bottom-left-radius: 50px;
}
.content_block_04 .content-box .text{
position: relative;
margin-bottom: 40px;
}
.content_block_04 .content-box .sec-title h2{
margin-bottom: 55px;
}
.content_block_05 .content-box{
position: relative;
display: block;
padding: 165px 0px 175px 0px;
}
.content_block_05 .content-box .sec-title h2{
color: #fff;
margin-bottom: 53px;
}
.content_block_05 .content-box .sec-title h2:after{
background: #fff;
}
.content_block_05 .content-box .text{
position: relative;
color: #fff;
font-size: 18px;
line-height: 42px;
margin-bottom: 47px;
}
.content_block_05 .content-box .download-btn a{
position: relative;
display: inline-block;
font-size: 20px;
line-height: 21px;
font-weight: 500;
color: #fff;
background: transparent;
border: 2px solid #fff;
border-radius: 10px;
padding: 12px 21px 12px 80px;
}
.content_block_05 .content-box .download-btn a:hover{
background: #fff;
color: #4527a4;
box-shadow: 0 5px 25px rgba(0, 0, 0, 0.5);
}
.content_block_05 .content-box .download-btn a span{
position: relative;
display: block;
font-size: 12px;
}
.content_block_05 .content-box .download-btn a i{
position: absolute;
left: 30px;
top: 14px;
font-size: 36px;
color: #fff;
transition: all 500ms ease;
}
.content_block_05 .content-box .download-btn a:hover i{
color: #222;
}
.content_block_05 .content-box .download-btn .app-store-btn{
margin-right: 37px;
}
.iamge_block_04 .image-box{
position: relative;
min-height: 595px;
margin: 120px -55px 0px 30px;
}
.iamge_block_04 .image-box .image-1{
position: absolute;
left: 0px;
bottom: 0px;
box-shadow: 0px -10px 30px rgba(0, 0, 0, 0.2);
border-top-right-radius: 50px;
border-top-left-radius: 50px;
z-index: 1;
}
.iamge_block_04 .image-box .image-2{
position: absolute;
right: 0px;
bottom: 0px;
}
.content_block_06 .content-box .sec-title h2{
margin-bottom: 54px;
}
.content_block_06 .content-box .text{
position: relative;
font-size: 16px;
margin-bottom: 44px;
}
.content_block_06 .content-box .subscribe-form .form-group{
position: relative;
margin: 0px;
}
.content_block_06 .content-box .subscribe-form .form-group input[type='email']{
position: relative;
width: 100%;
height: 60px;
border: 2px solid #dddddd;
border-radius: 30px;
font-size: 16px;
margin-bottom: 30px;
padding: 10px 40px;
}
.content_block_06 .content-box .subscribe-form .form-group input:focus{
border-color: #4527a4;
}
.content_block_06 .content-box .subscribe-form .form-group button{
padding: 15px 44px;
}
.content_block_06 .content-box{
position: relative;
padding-top: 68px;
}
.content_block_07 .content-box h3,
.content_block_08 .content-box h3,
.content_block_09 .content-box h3,
.content_block_10 .content-box h3{
position: relative;
display: block;
font-size: 24px;
line-height: 32px;
color: #4527a4;
font-weight: 500;
margin-bottom: 32px;
}
.content_block_07 .content-box .text,
.content_block_08 .content-box .text,
.content_block_09 .content-box .text,
.content_block_10 .content-box .text{
position: relative;
font-size: 16px;
margin-bottom: 53px;
}
.content_block_07 .content-box .sec-title h2,
.content_block_08 .content-box .sec-title h2,
.content_block_09 .content-box .sec-title h2,
.content_block_10 .content-box .sec-title h2{
margin-bottom: 41px;
}
.feature-style-four .inner-box .image-box img{
width: 100%;
}
.image_block_06 .image-box,
.image_block_07 .image-box,
.image_block_08 .image-box,
.image_block_09 .image-box,
.image_block_10 .image-box{
position: relative;
}
.image_block_06 .image-box .image,
.image_block_07 .image-box .image,
.image_block_08 .image-box .image,
.image_block_09 .image-box .image,
.image_block_10 .image-box .image{
position: relative;
overflow: hidden;
background: #4527a4;
}
.image_block_06 .image-box .image img,
.image_block_07 .image-box .image img,
.image_block_08 .image-box .image img,
.image_block_09 .image-box .image img,
.image_block_10 .image-box .image img{
width: 100%;
transition: all 500ms ease;
}
.image_block_06 .image-box .image:hover img,
.image_block_07 .image-box .image:hover img,
.image_block_08 .image-box .image:hover img,
.image_block_09 .image-box .image:hover img,
.image_block_10 .image-box .image:hover img{
opacity: 0.5;
transform: scale(1.05);
}
.content_block_07 .content-box{
padding-top: 70px;
margin-right: 30px;
}
.image_block_06 .image-box .bg-layer{
position: absolute;
width: 815px;
height: 755px;
left: 0px;
top: -40px;
background-repeat: no-repeat;
-webkit-animation: zoom-fade 15s infinite linear;
animation: zoom-fade 15s infinite linear;
}
.content_block_08 .content-box{
margin-left: 70px;
}
.image_block_07 .image-box .bg-layer{
position: absolute;
width: 785px;
height: 810px;
right: 70px;
top: -60px;
background-repeat: no-repeat;
-webkit-animation: zoom-fade 15s infinite linear;
animation: zoom-fade 15s infinite linear;
}
.image_block_07 .image-box .image{
border-radius: 5px;
box-shadow: 0 10px 20px 0px rgba(0, 0, 0, 0.1);
}
.image_block_07 .image-box img{
max-width: none;
float: right;
width: auto;
border-radius: 5px;
}
.content_block_07 .content-box,
.content_block_08 .content-box,
.content_block_09 .content-box,
.content_block_10 .content-box{
position: relative;
}
.content_block_08 .content-box .image{
position: relative;
padding-top: 70px;
}
.image_block_08 .image-box,
.image_block_09 .image-box{
position: relative;
padding: 0px 100px;
}
.image_block_08 .image-box .image{
border-radius: 5px;
box-shadow: 0 10px 20px 0px rgba(0, 0, 0, 0.1);
}
.image_block_08 .image-box .image img{
border-radius: 5px;
width: 100%;
}
.image_block_08 .image-box:before,
.image_block_09 .image-box:before{
position: absolute;
content: '';
background: #f9fafa;
width: 100%;
height: 595px;
left: 0px;
top: 245px;
}
.image_block_08 .image-box .image-content,
.image_block_09 .image-box .image-content{
position: relative;
padding-top: 45px;
padding-bottom: 58px;
}
.content_block_07 .content-box .btn-box,
.content_block_08 .content-box .btn-box,
.content_block_09 .content-box .btn-box,
.content_block_10 .content-box .btn-box {
position: relative;
display: flex;
}
.image_block_08 .image-box .image-content h3,
.image_block_09 .image-box .image-content h3{
position: relative;
display: block;
font-size: 24px;
line-height: 32px;
font-weight: 700;
color: #4527a4;
margin-bottom: 10px;
}
.image_block_08 .image-box .image-content h3 a,
.image_block_09 .image-box .image-content h3 a{
color: #4527a4;
}
.image_block_08 .image-box .image-content h3 a:hover,
.image_block_09 .image-box .image-content h3 a:hover{
color: #222 !important;
}
.image_block_08 .image-box .image-content .text,
.image_block_09 .image-box .image-content .text{
position: relative;
font-size: 16px;
}
.feature-style-four .inner-box:nth-child(3) .content-box{
margin-bottom: 150px;
}
.image_block_09 .lower-image{
position: relative;
text-align: center;
padding-top: 100px;
}
.feature-style-four .inner-box:nth-child(3){
margin-bottom: 120px;
}
.image_block_10 .image-box .image{
position: relative;
margin-left: -150px;
box-shadow: 0 10px 20px 0px rgba(0, 0, 0, 0.1);
border-top-right-radius: 5px;
border-top-left-radius: 5px;
}
.image_block_10 .image-box .image img{
float: right;
max-width: none;
width: auto;
border-top-right-radius: 5px;
border-top-left-radius: 5px;
}
.feature-style-four .inner-box:last-child .content-box{
margin-left: 100px;
}
.content_block_10 .content-box .image{
position: absolute;
right: 0px;
bottom: -140px;
}
.content_block_11 .sec-title h2{
margin-bottom: 39px;
}
.content_block_11 .slide-content .text{
position: relative;
display: block;
font-size: 18px;
line-height: 36px;
margin-bottom: 53px;
}
.content_block_11 .slide-content .author-info{
position: relative;
padding: 14px 0px 11px 170px;
}
.content_block_11 .slide-content .author-info .image-box{
position: absolute;
left: 0px;
top: 0px;
width: 128px;
height: 128px;
}
.content_block_11 .slide-content .author-info .image-box img{
width: 100%;
}
.content_block_11 .slide-content .author-info .name{
position: relative;
font-size: 18px;
font-weight: 700;
color: #4527a4;
text-transform: uppercase;
margin-bottom: 11px;
}
.content_block_11 .slide-content .author-info .designation{
position: relative;
display: block;
font-size: 16px;
margin-bottom: 11px;
}
.content_block_11 .slide-content .author-info .rating li{
position: relative;
float: left;
font-size: 16px;
color: #ffc600;
}
.testimonial-style-two .owl-dots,
.testimonial-style-two .owl-nav{
display: none;
}
.video_block_01 .video-inner{
position: relative;
margin-left: 70px;
padding: 160px 15px 200px 15px;
margin-top: 5px;
text-align: center;
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}
.video_block_01 .video-inner .layer-bg{
position: absolute;
width: 100%;
height: 100%;
left: 0px;
top: 0px;
background-repeat: no-repeat;
background-position: center;
transition: all 0.6s ease;
-moz-transition: all 0.6s ease;
-webkit-transition: all 0.6s ease;
-ms-transition: all 0.6s ease;
-o-transition: all 0.6s ease;
}
.video_block_01 .video-inner:hover .layer-bg {
filter: grayscale(100%);
-webkit-filter: grayscale(100%);
-moz-filter: grayscale(100%);
-o-filter: grayscale(100%);
-ms-filter: grayscale(100%);
}
.video_block_01 .video-inner a{
position: relative;
display: inline-block;
height: 120px;
width: 120px;
line-height: 120px;
background: rgba(69, 39, 164, 0.5);
text-align: center;
font-size: 48px;
color: #fff;
border-radius: 50%;
}
.video_block_01 .video-inner a:before{
position: absolute;
content: '';
border: 6px dashed #fff;
width: 132px;
height: 132px;
left: -6px;
top: -6px;
border-radius: 50%;
}
.video_block_01 .video-inner .ripple{
width: 132px;
height: 132px;
}
.content_block_12 .content-box .single-item{
position: relative;
padding: 0px 0px 0px 120px;
margin-bottom: 55px;
min-height: 103px;
}
.content_block_12 .content-box .single-item .icon-box{
position: absolute;
left: 0px;
top: 4px;
width: 86px;
height: 88px;
transition: all 500ms ease;
}
.content_block_12 .content-box .single-item:hover .icon-box{
-webkit-transform: rotateY(180deg);
-moz-transform: rotateY(180deg);
-ms-transform: rotateY(180deg);
-o-transform: rotateY(180deg);
transform: rotateY(180deg);
}
.content_block_12 .content-box .single-item h4{
position: relative;
display: block;
font-size: 20px;
line-height: 30px;
color: #222;
font-weight: 500;
margin-bottom: 13px;
}
.content_block_12 .content-box .single-item h4 a{
display: inline-block;
color: #222;
}
.content_block_12 .content-box .single-item h4 a:hover{
color: #4527a4;
}
.make-difference .sec-title{
margin-bottom: 66px;
}
.image_block_11 .image-box{
position: relative;
margin-right: 70px;
margin-top: 4px;
z-index: 1;
}
.image_block_11 .image-box .image{
position: relative;
overflow: hidden;
background: #4527a4;
}
.image_block_11 .image-box img{
width: 100%;
transition: all 500ms ease;
}
.image_block_11 .image-box:hover img{
transform: scale(1.05);
opacity: 0.5;
}
.image_block_11 .image-box .layer-bg{
position: absolute;
width: 510px;
height: 560px;
right: -180px;
bottom: -10px;
background-repeat: no-repeat;
}
.content_block_13 .content-box .btn-box{
position: relative;
display: flex;
margin-bottom: 93px;
}
.content_block_13 .content-box .btn-box .theme-btn{
text-transform: uppercase;
}
.content_block_13 .content-box .image-box{
position: relative;
margin-right: 10px;
}
.content_block_13 .content-box .image-box img{
width: 100%;
}
.content_block_13 .content-box .sec-title h2{
margin-bottom: 57px;
}
.content_block_14 .feature-block-one .icon-box{
position: relative;
display: inline-block;
font-size: 50px;
line-height: 50px;
color: #e86600;
margin-bottom: 31px;
transition: all 500ms ease;
}
.content_block_14 .feature-block-one{
margin-bottom: 50px;
}
.inside-software .inner-content{
position: relative;
margin: 0px -15px;
padding-right: 70px;
}
.inside-software .inner-content .single-column{
padding: 0px 30px;
}
.content_block_14 .feature-block-one .inner-box{
padding: 57px 30px 56px 30px;
}
.content_block_14 .feature-block-one .inner-box h5{
margin-bottom: 20px;
}
.content_block_14 .feature-block-one .inner-box .hover-content:before{
left: -100px;
top: -290px;
}
.content_block_14 .feature-block-one .inner-box .hover-content:after{
left: -163px;
top: -340px;
}
.content_block_14 .feature-block-one .inner-box:before{
left: -107px;
top: -345px;
}
.content_block_14 .inner-content .single-column:first-child .feature-block-one:last-child .icon-box{
color: #3295ed;
}
.content_block_14 .inner-content .single-column:last-child .feature-block-one:first-child .icon-box{
color: #4527a4;
}
.content_block_14 .inner-content .single-column:last-child .feature-block-one:last-child .icon-box{
color: #27ce00;
}
.content_block_14 .inner-content .single-column:last-child{
padding-top: 60px;
}
.content_block_14 .inner-content .feature-block-one:hover .icon-box{
color: #fff !important;
} .feature-style-five{
position: relative;
padding: 110px 0px 150px 0px;
}
.content_block_14 .content-box .sec-title h2{
font-size: 32px;
margin-bottom: 56px;
}
.content_block_14 .content-box .text{
position: relative;
display: block;
margin-bottom: 53px;
}
.content_block_14 .content-box .btn-box .theme-btn{
text-transform: uppercase;
}
.feature-style-five .inner-box:first-child .image-box{
position: relative;
display: block;
margin: 0px 0px 0px 100px;
}
.feature-style-five .inner-box:first-child .image-box .image-1{
position: relative;
}
.image_block_12 .image-box img{
width: 100%;
}
.image_block_12 .image-box .image{
box-shadow: 0 10px 20px 0px rgba(0, 0, 0, 0.1);
}
.image_block_12 .image-box .image-2{
position: absolute;
left: -80px;
bottom: 50px;
}
.feature-style-five .inner-box{
position: relative;
display: block;
margin-bottom: 240px;
}
.feature-style-five .inner-box:last-child{
margin-bottom: 0px;
}
.feature-style-five .inner-box:nth-child(2){
margin-bottom: 240px;
}
.feature-style-five .inner-box:nth-child(2) .content-box{
margin-left: 70px !important;
}
.feature-style-five .inner-box:nth-child(2) .image-box .image-1{
position: relative;
}
.feature-style-five .inner-box:nth-child(2) .image-box .image-2{
position: absolute;
left: -70px;
bottom: 50px;
}
.feature-style-five .inner-box:last-child .content-box .text{
padding-right: 70px;
}
.content_block_14 .content-box{
position: relative;
margin: 30px 0px;
}
.image_block_13 .image-box{
position: relative;
overflow: hidden;
background: #4527a4;
box-shadow: 0 10px 20px 0px rgba(0, 0, 0, 0.1);
}
.image_block_13 .image-box img{
width: 100%;
transition: all 500ms ease;
}
.image_block_13 .image-box:hover img{
transform: scale(1.05);
opacity: 0.5;
}
.content_block_15 .content-box{
position: relative;
margin: 30px 0px;
}
.content_block_15 .content-box .text{
position: relative;
display: block;
font-size: 16px;
margin-bottom: 54px;
}
.content_block_15 .content-box .sec-title h2{
margin-bottom: 33px;
}
.feature-style-six .inner-box:first-child .image-box{
margin-left: 70px;
}
.image_block_14 .image-box{
position: relative;
}
.image_block_14 .image-box .bg-layer{
position: absolute;
width: 750px;
height: 735px;
top: -85px;
left: 235px;
background-repeat: no-repeat;
}
.image_block_14 .image-box .image-1 img{
max-width: none;
float: left;
}
.image_block_14 .image-box .image-2{
position: absolute;
left: -65px;
bottom: -45px;
}
.feature-style-six .inner-box:first-child { }
.feature-style-six .inner-box:last-child .image-box{ }
.image_block_15 .image-box{
position: relative;
}
.image_block_15 .image-box img{
max-width: none;
float: right;
}
.content_block_16 .content-box .download-btn a{
position: relative;
display: inline-block;
font-size: 20px;
line-height: 21px;
font-weight: 500;
color: #fff;
background: #4527a4;
border-radius: 10px;
padding: 10px 21px 14px 80px;
}
.content_block_16 .content-box .download-btn a:hover{
background: #fff;
color: #4527a4;
box-shadow: 0 5px 25px rgba(0, 0, 0, 0.2);
}
.content_block_16 .content-box .download-btn a span{
position: relative;
display: block;
font-size: 12px;
}
.content_block_16 .content-box .download-btn a i{
position: absolute;
left: 30px;
top: 14px;
font-size: 36px;
color: #fff;
transition: all 500ms ease;
}
.content_block_16 .content-box .download-btn a:hover i{
color: #222;
}
.content_block_16 .content-box .download-btn .app-store-btn{
margin-right: 40px;
}
.content_block_16 .content-box .text{
position: relative;
display: block;
font-size: 18px;
line-height: 42px;
padding-right: 100px;
margin-bottom: 59px;
}
.content_block_16 .content-box .sec-title h2{
margin-bottom: 73px;
}
.image_block_16 .image-box{
position: relative;
margin-left: -60px;
margin-right: 60px;
}
.image_block_16 .image-box .bg-layer{
position: absolute;
width: 815px;
height: 785px;
top: 0px;
right: 10px;
background-repeat: no-repeat;
}
.image_block_16 .image-box .image-1{
position: relative;
left: 40px;
}
.image_block_16 .image-box .image-2{
position: absolute;
left: 0px;
top: -80px;
z-index: 1;
}
.content_block_17 .content-box h3{
position: relative;
display: block;
font-size: 22px;
line-height: 36px;
color: #4527a4;
font-weight: 500;
margin-bottom: 28px;
}
.content_block_17 .content-box .text{
position: relative;
padding-bottom: 49px;
}
.content_block_17 .content-box .text p{
position: relative;
font-size: 16px;
margin-bottom: 30px;
}
.content_block_17 .content-box .text p:last-child{
margin-bottom: 0px;
}
.content_block_17 .content-box .list-item{
display: block;
margin-bottom: 56px;
}
.content_block_17 .content-box .list-item li{
position: relative;
display: block;
font-size: 18px;
font-weight: 600;
color: #222;
line-height: 30px;
margin-bottom: 18px;
padding-left: 45px;
}
.content_block_17 .content-box .list-item li:before{
position: absolute;
content: "\f14a";
font-family: 'Font Awesome 5 Free';
font-size: 18px;
line-height: 30px;
color: #ec5f0d;
font-weight: 700;
left: 0px;
top: 2px;
}
.content_block_17 .content-box .list-item li:last-chld{
margin-bottom: 0px;
}
.content_block_17 .content-box .sec-title h2{
line-height: 60px;
margin-bottom: 43px;
}
.content_block_17 .content-box{
position: relative;
padding: 40px 0px;
}
.image_block_17 .image-box{
position: relative;
display: block;
padding: 0px 60px 0px 140px;
}
.image_block_17 .image-box .image{
position: relative;
display: inline-block;
border-radius: 10px;
box-shadow: 0 0px 15px 0px rgba(0, 0, 0, 0.1);
}
.image_block_17 .image-box .image img{
border-radius: 10px;
}
.image_block_17 .image-box .image-1 img{
width: 100%; 
}
.image_block_17 .image-box .image-1{
border-radius: 0px;
}
.image_block_17 .image-box .image-2{
position: absolute;
left: 0px;
top: 130px;
}
.image_block_17 .image-box .image-3{
position: absolute;
left: 55px;
bottom: 40px;
}
.image_block_17 .image-box .image-4{
position: absolute;
right: -25px;
bottom: 70px;
}
.content_block_18 .content-box .text{
position: relative;
display: block;
font-size: 16px;
color: #fff;
margin-bottom: 44px;
}
.content_block_18 .content-box .subscribe-form .form-group{
position: relative;
margin: 0px;
}
.content_block_18 .content-box .subscribe-form .form-group input[type='email'] {
position: relative;
width: 100%;
height: 60px;
border: 2px solid #dddddd;
border-radius: 30px;
font-size: 16px;
color: #fff;
margin-bottom: 25px;
padding: 10px 40px;
background: transparent;
}
.content_block_18 .content-box .subscribe-form .form-group input::-webkit-input-placeholder{
color:#fff;
}
.content_block_18 .content-box .subscribe-form .form-group button {
position: relative;
display: inline-block;
font-size: 16px;
font-weight: 500;
color: #4527a4;
background: #fff;
border-radius: 30px;
text-align: center;
padding: 15px 45px;
cursor: pointer;
transition: all 500ms ease;
}
.content_block_18 .content-box .subscribe-form .form-group button:hover{
box-shadow: 0 5px 14px rgba(0, 0, 0, 0.5);
}
.image_block_18 .image-box{
position: relative;
display: block;
text-align: center;
margin-top: 12px;
}
.content_block_19 .content-box .icon-box{
position: relative;
display: inline-block;
font-size: 50px;
line-height: 50px;
color: #f04b49;
margin-bottom: 30px;
}
.content_block_19 .content-box .text{
position: relative;
font-size: 16px;
margin-bottom: 60px;
}
.content_block_19 .content-box .theme-btn{
text-transform: uppercase;
}
.content_block_19 .content-box .sec-title h2{
margin-bottom: 56px;
}
.feature-style-seven .inner-box:first-child .content-box{
margin-left: 70px;
}
.feature-style-seven .inner-box:first-child{
margin-bottom: 115px;
}
.feature-style-seven .inner-box:last-child .content-box .icon-box{
color: #f8cb00;
}
.image_block_19 .image-box,
.image_block_20 .image-box{
position: relative;
}
.image_block_19 .image-box img{
max-width: none;
float: right;
}
.image_block_20 .image-box img{
width: 100%;
}
.image_block_20 .image-box{
margin-right: -12px;
}
.content_block_20 .content-box{
position: relative;
margin-left: 40px;
padding-top: 125px;
}
.content_block_20 .content-box h1{
position: relative;
display: block;
font-size: 48px;
line-height: 55px;
color: #fff;
font-weight: 500;
margin-bottom: 29px;
}
.content_block_20 .content-box .text{
position: relative;
display: block;
font-size: 16px;
line-height: 36px;
color: #fff;
margin-bottom: 44px;
}
.content_block_20 .content-box .btn-box a{
position: relative;
display: inline-block;
overflow: hidden;
font-size: 18px;
font-weight: 500;
color: #4527a4;
background: #fff;
border-radius: 30px;
text-align: center;
z-index: 1;
padding: 15px 52px;
}
.content_block_20 .content-box .btn-box a:before {
position: absolute;
content: '';
top: 0;
left: 0;
width: 100%;
height: 100%;
opacity: 0;
background-color: #4527a4;
-webkit-transition: all 0.4s;
-moz-transition: all 0.4s;
-o-transition: all 0.4s;
transition: all 0.4s;
-webkit-transform: scale(1, 0.2);
transform: scale(1, 0.2);
z-index: -1;
}
.content_block_20 .content-box .btn-box a:hover::before {
opacity: 1;
-webkit-transform: scale(1, 1);
transform: scale(1, 1);
}
.content_block_20 .content-box .btn-box a:hover{
box-shadow: 0 5px 14px rgba(0, 0, 0, 0.5);
color: #fff;
background: #4527a4;
}
.image_block_21 .image-box img{
max-width: none;
float: right;
}
.image_block_21 .image-box{
position: relative;
margin-right: -30px;
}
.content_block_21 .content-box .icon-box{
position: relative;
display: inline-block;
font-size: 50px;
line-height: 50px;
color: #b96944;
margin-bottom: 28px;
}
.content_block_21 .content-box .text{
position: relative;
display: block;
font-size: 16px;
margin-bottom: 60px;
}
.content_block_21 .content-box .sec-title h2{
margin-bottom: 56px;
}
.content_block_21 .content-box .theme-btn{
text-transform: uppercase;
}
.image_block_22 .image-box{
position: relative;
}
.image_block_22 .image-box img{
width: 100%;
}
.content_block_22 .content-box h5{
position: relative;
display: block;
font-size: 18px;
font-weight: 500;
color: #7000e0;
margin-bottom: 31px;
}
.content_block_22 .content-box .text{
position: relative;
display: block;
font-size: 16px;
line-height: 36px;
margin-bottom: 51px;
}
.content_block_22 .content-box .sec-title h2{
line-height: 60px;
margin-bottom: 68px;
}
.content_block_22 .content-box .theme-btn-two{
padding: 15px 40px;
}
.content_block_23 .inner-content .feature-block-one .icon-box{
position: relative;
display: inline-block;
font-size: 60px;
line-height: 60px;
color: #fda700;
margin-bottom: 32px;
transition: all 500ms ease;
}
.content_block_23 .inner-content .feature-block-one:hover .icon-box{
color: #fff !important;
}
.content_block_23 .inner-content .feature-column:first-child .feature-block-one:last-child .icon-box{
color: #fd00dc;
}
.content_block_23 .inner-content .feature-column:last-child .feature-block-one:first-child .icon-box{
color: #4527a4;
}
.content_block_23 .inner-content .feature-column:last-child .feature-block-one:last-child .icon-box{
color: #00b9fd;
}
.content_block_23 .inner-content .feature-block-one h3{
position: relative;
display: block;
font-size: 24px;
line-height: 32px;
color: #222;
font-weight: 500;
margin-bottom: 28px;
transition: all 500ms ease;
}
.content_block_23 .inner-content .feature-block-one:hover h3,
.content_block_23 .inner-content .feature-block-one:hover h3 a{
color: #fff;
}
.content_block_23 .inner-content .feature-block-one h3 a{
display: inline-block;
color: #222;
}
.content_block_23 .inner-content .feature-block-one .inner-box{
padding: 48px 45px 50px 40px;
}
.content_block_23 .inner-content .feature-block-one{
margin-bottom: 50px;
}
.dashboard-feature .inner-content{
position: relative;
margin: 0px -10px;
}
.content_block_23 .inner-content .feature-column{
padding: 0px 25px;
}
.content_block_23 .inner-content .feature-column:last-child{
padding-top: 50px;
}
.content_block_24 .content-box h2{
position: relative;
display: block;
font-size: 36px;
line-height: 60px;
color: #222222;
font-weight: 500;
margin-bottom: 39px;
}
.content_block_24 .content-box .text{
position: relative;
display: block;
font-size: 16px;
margin-bottom: 60px;
}
.content_block_24 .content-box .theme-btn{
height: 60px;
padding: 17px 80px 17px 40px;
}
.content_block_24 .content-box .theme-btn i{
height: 60px;
width: 60px;
line-height: 60px;
}
.image_block_23 .image-box img{
width: 100%;
}
.content_block_25 .content-box{
position: relative;
margin-right: 50px;
margin-top: 27px;
}
.content_block_25 .content-box .sec-title h2{
line-height: 60px;
margin-bottom: 81px;
}
.content_block_25 .content-box h3{
position: relative;
display: block;
font-size: 24px;
line-height: 32px;
color: #4527a4;
margin-bottom: 35px;
}
.content_block_25 .content-box .text{
position: relative;
display: block;
font-size: 16px;
margin-bottom: 50px;
}
.content_block_25 .content-box .list-item li{
position: relative;
display: block;
font-size: 16px;
margin-bottom: 30px;
padding-left: 40px;
}
.content_block_25 .content-box .list-item li:before{
position: absolute;
content: "\f00c";
font-family: 'Font Awesome 5 Free';
font-weight: 700;
font-size: 16px;
color: #4527a4;
left: 0px;
top: 0px;
}
.content_block_25 .content-box .list-item li:last-child{
margin-bottom: 0px;
}
.content_block_25 .content-box .list-item{
margin-bottom: 81px;
}
.image_block_24 .image-box{
position: relative;
}
.image_block_24 .image-box img{
max-width: none;
float: left;
}
.image_block_25 .image-box{
position: relative;
margin-right: 15px;
}
.image_block_25 .image-box img{
width: 100%;
}
.content_block_26 .content-box h2{
line-height: 60px;
margin-bottom: 60px;
}
.content_block_26 .content-box .text{
position: relative;
display: block;
font-size: 16px;
margin-bottom: 50px;
}
.content_block_26 .content-box .counter-inner .counter-block{
position: relative;
float: left;
width: 50%;
}
.content_block_26 .content-box .counter-inner .counter-block .count-outer span{
position: relative;
display: inline-block;
font-size: 48px;
line-height: 60px;
font-weight: 700;
color: #4527a4;
margin-bottom: 13px;
}
.content_block_26 .content-box .counter-inner .counter-block .count-outer span:before{
position: absolute;
content: '+';
font-size: 30px;
font-weight: 600;
color: #ff0000;
top: -9px;
right: -17px;
}
.content_block_26 .content-box .counter-inner .counter-block .inner-box h5{
position: relative;
display: block;
font-size: 18px;
color: #777777;
font-weight: 500;
text-transform: uppercase;
}
.content_block_27 .content-box .sec-title h2{
line-height: 60px;
margin-bottom: 74px;
}
.content_block_27 .content-box .text{
position: relative;
display: block;
font-size: 16px;
margin-bottom: 43px;
}
.content_block_27 .content-box .list-item li{
position: relative;
display: block;
font-size: 18px;
font-weight: 500;
color: #222;
margin-bottom: 6px;
padding-left: 40px;
}
.content_block_27 .content-box .list-item li:before {
position: absolute;
content: "\f00c";
font-family: 'Font Awesome 5 Free';
font-weight: 700;
font-size: 16px;
color: #4527a4;
left: 0px;
top: 0px;
}
.content_block_27 .content-box .list-item li:last-child{
margin-bottom: 0px;
}
.content_block_27 .content-box{
position: relative;
margin-right: 70px;
}
.image_block_26 .image-box{
position: relative;
margin: 95px 50px 0px 50px;
}
.image_block_26 .image-box .bg-layer{
position: absolute;
left: -60px;
top: -60px;
width: 580px;
height: 380px;
background-repeat: no-repeat;
-webkit-animation: zoom-fade 15s infinite linear;
animation: zoom-fade 15s infinite linear;
}
.image_block_26 .image-box img{
position: relative;
width: 100%;
}
.content_block_28 .content-box .sec-title h2{
line-height: 60px;
margin-bottom: 71px;
}
.content_block_28 .content-box .text{
position: relative;
display: block;
font-size: 16px;
margin-bottom: 51px;
}
.content_block_28 .content-box{
position: relative;
margin-right: 50px;
}
.content_block_28 .content-box .btn-box .theme-btn-two{
padding: 15px 40px;
}
.image_block_27 .image-box img{
max-width: none;
}
.content_block_29 .content-box h2{
position: relative;
display: block;
font-size: 36px;
line-height: 60px;
color: #222;
font-weight: 500;
margin-bottom: 31px;
}
.content_block_29 .content-box .text{
position: relative;
display: block;
font-size: 16px;
line-height: 30px;
margin-bottom: 55px;
}
.content_block_29 .content-box .btn-box .theme-btn{
height: 60px;
padding: 17px 80px 17px 40px;
}
.content_block_29 .content-box .btn-box .theme-btn i{
width: 60px;
height: 60px;
line-height: 60px;
}
.image_block_28 .image-box img{
max-width: none;
}
.content_block_29 .content-box{
position: relative;
padding: 105px 0px 119px 0px;
}
.image_block_28 .image-box .image-box{
position: relative;
display: block;
text-align: center;
}
.image_block_28 .image-box .anim-icons .icon-1{
position: absolute;
top: -50px;
left: 50px;
-webkit-animation: zoom-fade 2s infinite linear;
animation: zoom-fade 2s infinite linear;
}
.image_block_28 .image-box .anim-icons .icon-2{
position: absolute;
top: -50px;
right: 0px;
}
.image_block_28 .image-box .anim-icons .icon-3{
position: absolute;
right: 100px;
bottom: -20px;
z-index: 1;
}
.content_block_30 .content-box{
position: relative;
margin-right: 70px;
padding-top: 108px;
}
.content_block_30 .content-box .sec-title h2{
color: #fff;
line-height: 60px;
margin-bottom: 71px;
}
.content_block_30 .content-box.black-text .sec-title h2{
color: #222222;
}
.content_block_30 .content-box .sec-title h2:after{
background: #fff;
}
.content_block_30 .content-box.black-text .sec-title h2:after{
background: #777777;
}
.content_block_30 .content-box .text{
position: relative;
display: block;
font-size: 16px;
color: #fff;
margin-bottom: 51px;
padding-right: 35px;
}
.content_block_30 .content-box.black-text .text{
color: #777;
}
.content_block_30 .content-box .btn-box a{
position: relative;
display: inline-block;
overflow: hidden;
font-size: 16px;
font-weight: 500;
color: #fff;
border: 1px  solid #fff;
background: transparent;
border-radius: 30px;
text-align: center;
z-index: 1;
padding: 14px 42px;
}
.content_block_30 .content-box .btn-box a:before {
position: absolute;
content: '';
top: 0;
left: 0;
width: 100%;
height: 100%;
opacity: 0;
background-color: #222;
-webkit-transition: all 0.4s;
-moz-transition: all 0.4s;
-o-transition: all 0.4s;
transition: all 0.4s;
-webkit-transform: scale(0.2, 1);
transform: scale(0.2, 1);
z-index: -1;
}
.content_block_30 .content-box .btn-box a:hover::before {
opacity: 1;
-webkit-transform: scale(1, 1);
transform: scale(1, 1);
}
.content_block_30 .content-box.black-text .btn-box a{
border: 1px solid #4527a4;
color: #4527a4;
}
.content_block_30 .content-box.black-text .btn-box a:hover{
color: #fff;
background: #4527a4;
}
.content_block_30 .content-box .btn-box a:hover{
border-color: #222;
}
.clients-style-two.home-11{
z-index: 1;
}
.image_block_29 .image-box{
position: relative;
}
.image_block_29 .image-box img{
max-width: none;
width: auto;
}
.content_block_31 .content-box{
position: relative;
margin-right: 50px;
}
.content_block_31 .content-box .text{
position: relative;
font-size: 18px;
line-height: 36px;
margin-bottom: 52px;
}
.content_block_31 .content-box .sec-title h2{
margin-bottom: 41px;
}
.content_block_31 .content-box .theme-btn-two{
padding: 15px 40px;
}
.image_block_30 .image-box{
position: relative;
}
.image_block_30 .image-box img{
max-width: none;
width: auto;
}
.content_block_32 .content-box .sec-title h2{
font-size: 32px;
margin-bottom: 55px;
line-height: 48px;
}
.content_block_32 .content-box .text{
position: relative;
display: block;
font-size: 16px;
margin-bottom: 55px;
}
.content_block_32 .content-box .icon-box{
position: relative;
margin-bottom: 41px;
}
.content_block_32 .content-box .icon-box .icon{
position: relative;
display: inline-block;
margin-right: 13px;
}
.content_block_32 .content-box .icon-box .icon:last-child{
margin-right: 0px;
}
.content_block_32 .content-box .theme-btn{
text-transform: uppercase;
}
.image_block_31 .image-box{
position: relative;
}
.solution-section .image_block_31 .image-box img{
max-width: none;
width: auto;
float: right;
}
.image_block_32 .image-box{
position: relative;
display: inline-block;
overflow: hidden;
background: #4527a4;
box-shadow: 0 5px 30px 0px rgba(0, 0, 0, 0.1);
}
.image_block_32 .image-box img{
max-width: none;
width: auto;
transition: all 500ms ease;
}
.image_block_32 .image-box:hover img{
transform: scale(1.05);
opacity: 0.5;
}
.content_block_33 .content-box{
position: relative;
margin-right: 60px;
}
.content_block_33 .content-box h2{
position: relative;
display: block;
font-size: 36px;
font-weight: 500;
color: #fff;
line-height: 60px;
margin-bottom: 21px;
}
.content_block_33 .content-box.black-text h2{
color: #222;
}
.content_block_33 .content-box .text{
position: relative;
display: block;
font-size: 18px;
color: #fff;
margin-bottom: 35px;
}
.content_block_33 .content-box.black-text .text{
color: #777;
}
.content_block_33 .content-box a{
position: relative;
display: inline-block;
overflow: hidden;
font-size: 16px;
color: #4527a4;
font-weight: 500;
line-height: 30px;
background: #fff;
padding: 15px 43px;
text-align: center;
border-radius: 30px;
z-index: 1;
}
.content_block_33 .content-box a:before {
position: absolute;
content: '';
top: 0;
left: 0;
width: 100%;
height: 100%;
opacity: 0;
background-color: #222;
-webkit-transition: all 0.4s;
-moz-transition: all 0.4s;
-o-transition: all 0.4s;
transition: all 0.4s;
-webkit-transform: scale(0.2, 1);
transform: scale(0.2, 1);
z-index: -1;
}
.content_block_33 .content-box a:hover::before {
opacity: 1;
-webkit-transform: scale(1, 1);
transform: scale(1, 1);
}
.content_block_33 .content-box.black-text a{
background: #4527a4;
color: #fff;
}
.content_block_33 .content-box a:hover{
background: #222;
color: #fff;
}
.image_block_33 .image-box{
position: relative;
}
.image_block_33 .image-box img{
position: relative;
max-width: none;
width: auto;
}
.content_block_34 .content-box .top-title{
position: relative;
display: inline-block;
font-size: 12px;
line-height: 20px;
color: #fff;
background: #4527a4;
padding: 5px 15px;
border-radius: 20px;
text-align: center;
margin-bottom: 34px;
}
.content_block_34 .content-box .top-title i{
margin-right: 5px;
}
.content_block_34 .content-box .list-item li{
position: relative;
display: block;
font-size: 16px;
margin-bottom: 30px;
padding-left: 35px;
}
.content_block_34 .content-box .list-item li:before{
position: absolute;
content: "\f058";
font-family: 'Font Awesome 5 Free';
font-weight: 700;
color: #4527a4;
font-size: 16px;
left: 0px;
top: 0px;
}
.content_block_34 .content-box .list-item li:last-child{
margin-bottom: 0px;
}
.content_block_34 .content-box .sec-title h2{
margin-bottom: 51px;
}
.image_block_34 .image-box{
position: relative;
}
.image_block_34 .image-box img{
max-width: none;
width: auto;
}
.image_block_35 .image-box{
position: relative;
}
.image_block_35 .image-box img{
width: 100%;
}
.content_block_35 .content-box .sec-title h2{
line-height: 60px;
margin-bottom: 53px;
max-width: 400px;
}
.content_block_35 .content-box .text{
position: relative;
margin-bottom: 54px;
}
.content_block_35 .content-box .text p{
font-size: 16px;
margin-bottom: 30px;
}
.content_block_35 .content-box .text p:last-child{
margin-bottom: 0px;
}
.content_block_36 .content-box h2{
position: relative;
font-size: 36px;
line-height: 60px;
font-weight: 500;
color: #222;
margin-bottom: 30px;
}
.content_block_36 .content-box .text{
position: relative;
font-size: 16px;
margin-bottom: 56px;
}
.content_block_36 .content-box .theme-btn-two{
padding: 15px 27px;
}
.powerful-management .inner-box{
position: relative;
margin-left: 30px;
}
.content_block_37 .inner-box .company-list li{
position: relative;
float: left;
width: 33.333%;
margin-bottom: 30px;
}
.content_block_37 .inner-box .company-list li a{
position: relative;
display: inline-block;
width: 190px;
text-align: center;
font-size: 18px;
text-transform: uppercase;
background: #fff;
color: #777;
padding: 60px 15px 51px 15px;
box-shadow: 0 5px 20px 0px rgba(0, 0, 0, 0.1);
}
.content_block_37 .inner-box .company-list li .company-logo{
margin-bottom: 19px;
}
.content_block_37 .inner-box .company-list li .company-logo img{
width: auto;
transition: all 500ms ease;
}
.content_block_37 .inner-box .company-list li a:hover .company-logo img{
transform: scale(1.1);
}
.content_block_37 .inner-box .company-list li:nth-child(2),
.content_block_37 .inner-box .company-list li:nth-child(5){
top: 30px;
}
.content_block_38 .content-box .sec-title{
margin-bottom: 50px;
}
.content_block_38 .content-box .sec-title h2{
line-height: 60px;
margin-bottom: 71px;
}
.content_block_38 .content-box .lower-content .single-item{
position: relative;
padding: 0px 0px 0px 100px;
margin-bottom: 41px;
}
.content_block_38 .content-box .lower-content .single-item .icon-box{
position: absolute;
left: 0px;
top: 5px;
color: #4527a4;
font-size: 35px;
width: 70px;
height: 70px;
line-height: 70px;
text-align: center;
background: #f1edff;
border-radius: 50%;
}
.content_block_38 .content-box .lower-content .single-item:last-child .icon-box{
background: #fff1e1;
color: #bd6e16;
}
.content_block_38 .content-box .lower-content .single-item h3{
position: relative;
display: block;
font-size: 22px;
line-height: 30px;
font-weight: 500;
color: #222;
margin-bottom: 18px;
}
.content_block_38 .content-box .lower-content .single-item h3 a{
display: inline-block;
color: #222;
}
.content_block_38 .content-box .lower-content .single-item h3 a:hover{
color: #4527a4;
}
.content_block_38 .content-box .lower-content .single-item .text{
position: relative;
font-size: 16px;
}
.feature-style-13 .inner-box .content-box{
position: relative;
margin-top: 52px;
}
.image_block_36 .image-box{
position: relative;
}
.image_block_36 .image-box img{
position: relative;
width: 100%;
}
.image_block_36 .image-box .bg-layer{
position: absolute;
width: 990px;
height: 920px;
left: 70px;
top: -80px;
background-repeat: no-repeat;
}
.image_block_37 .image-box{
position: relative;
}
.image_block_37 .image-box img{
position: relative;
width: 100%;
}
.image_block_37 .image-box .bg-layer{
position: absolute;
width: 1010px;
height: 750px;
right: 0px;
top: 0px;
background-repeat: no-repeat;
}
.content_block_39 .content-box .sec-title h2{
margin-bottom: 47px;
}
.content_block_39 .content-box h5{
position: relative;
font-size: 18px;
color: #4527a4;
font-weight: 500;
margin-bottom: 37px;
}
.content_block_39 .content-box .text{
position: relative;
margin-bottom: 54px;
}
.content_block_39 .content-box .text p{
position: relative;
font-size: 16px;
margin-bottom: 30px;
}
.content_block_39 .content-box .text p:last-child{
margin-bottom: 0px;
}
.content_block_39 .content-box .theme-btn-two{
font-size: 18px;
padding: 15px 38px;
}
.content_block_40 .inner-box .single-item{
position: relative;
padding-left: 100px;
margin-bottom: 75px;
}
.content_block_40 .inner-box .single-item:nth-child(2){
margin-left: 150px;
}
.content_block_40 .inner-box .single-item:last-child{
margin-bottom: 0px;
}
.content_block_40 .inner-box .single-item .box{
position: relative;
padding: 27px 15px 24px 70px;
background: #fff;
max-width: 280px;
box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.1);
}
.content_block_40 .inner-box .single-item .box .pattern-bg .pattern-1{
position: absolute;
width: 65px;
height: 169px;
top: -9px;
right: -62px;
background-repeat: no-repeat;
}
.content_block_40 .inner-box .single-item .box .pattern-bg .pattern-2{
position: absolute;
width: 258px;
height: 80px;
top: -21px;
right: -42px;
z-index: -1;
background-repeat: no-repeat;
}
.content_block_40 .inner-box .single-item .count-box{
position: absolute;
left: 0px;
top: 13px;
width: 136px;
height: 116px;
line-height: 115px;
text-align: center;
font-size: 60px;
font-weight: 500;
color: #fff;
background-repeat: no-repeat;
z-index: 1;
transition: all 0.6s ease;
-moz-transition: all 0.6s ease;
-webkit-transition: all 0.6s ease;
-ms-transition: all 0.6s ease;
-o-transition: all 0.6s ease;
}
.content_block_40 .inner-box .single-item .box h4{
position: relative;
display: block;
font-size: 20px;
font-weight: 500;
color: #222;
line-height: 30px;
margin-bottom: 10px;
}
.content_block_40 .inner-box .single-item .box h4 a{
display: inline-block;
color: #222;
}
.content_block_40 .inner-box .single-item .box h4 a:hover{
color: #4527a4;
}
.content_block_40 .inner-box .single-item .box .text{
position: relative;
font-size: 14px;
line-height: 24px;
}
.image_block_38 .image-box .bg-layer{
position: absolute;
width: 592px;
height: 480px;
top: -80px;
right: 0px;
background-repeat: no-repeat;
}
.image_block_38 .image-box img{
position: relative;
width: 100%;
}
.content_block_41 .content-box .sec-title h2{
margin-bottom: 54px;
}
.content_block_41 .content-box .text{
position: relative;
font-size: 16px;
margin-bottom: 44px;
}
.content_block_41 .content-box .subscribe-form .form-group{
position: relative;
margin: 0px;
}
.content_block_41 .content-box .subscribe-form .form-group input[type='email']{
position: relative;
width: 100%;
height: 60px;
border: 2px solid #dddddd;
border-radius: 30px;
font-size: 16px;
padding: 10px 30px;
margin-bottom: 30px;
transition: all 500ms ease;
}
.content_block_41 .content-box .subscribe-form .form-group input:focus{
border-color: #4527a4;
}
.content_block_41 .content-box .subscribe-form .form-group .theme-btn-two{
padding: 15px 43px;
font-size: 16px;
}
.image_block_39 .image-box{
position: relative;
}
.image_block_39 .image-box img{
width: 100%;
}
.content_block_42 .content-box h2{
position: relative;
display: inline-block;
font-size: 36px;
line-height: 36px;
font-weight: 500;
color: #222;
border-bottom: 1px solid #a9a9a9;
margin-bottom: 57px;
}
.content_block_42 .content-box span{
position: relative;
display: block;
font-size: 16px;
color: #4527a4;
margin-bottom: 31px;
}
.content_block_42 .content-box .text{
position: relative;
margin-bottom: 63px;
}
.content_block_42 .content-box .text p{
margin-bottom: 30px;
}
.content_block_42 .content-box .text p:last-child{
margin-bottom: 0px;
}
.content_block_42 .content-box .btn-box{
position: relative;
display: block;
}
.content_block_42 .content-box .btn-box .theme-btn{
border-color: #777777;
height: 60px;
color: #777;
padding: 16px 80px 16px 40px;
}
.content_block_42 .content-box .btn-box .theme-btn:hover{
border-color: #4527a4;
color: #fff;
}
.content_block_42 .content-box .btn-box .theme-btn i{
top: 4px;
right: 5px;
}
.content_block_42 .content-box .btn-box .theme-btn-two{
margin-right: 30px;
padding: 15px 41px;
float: left;
}
.content_block_43 .content-box .tab-btn-box{
position: relative;
display: block;
margin-bottom: 30px;
}
.content_block_43 .content-box .tab-btns{
position: relative;
display: inline-block;
background: #fff;
overflow: hidden;
border-radius: 30px;
box-shadow: 0 5px 30px 0px rgba(0, 0, 0, 0.1);
}
.content_block_43 .content-box .tab-btns li{
position: relative;
display: inline-block;
font-size: 40px;
background: #fff;
border-radius: 30px;
padding: 10px 47px;
transition: all 500ms ease;
cursor: pointer;
}
.content_block_43 .content-box .tab-btns li.active-btn{
background: #7d7d7d;
color: #fff;
}
.content_block_43 .content-box .estimate-form .form-group{
position: relative;
margin-bottom: 30px;
}
.content_block_43 .content-box .estimate-form .form-group i{
position: absolute;
top: 22px;
right: 30px;
font-size: 16px;
font-weight: 700;
color: #4527a4;
z-index: 1;
}
.content_block_43 .content-box .estimate-form .form-group input[type='text']{
position: relative;
width: 100%;
height: 60px;
font-size: 16px;
border: 1px solid #d7d7d7;
border-radius: 30px;
padding: 10px 70px 10px 30px;
transition: all 500ms ease;
}
.content_block_43 .content-box .estimate-form .form-group input:focus{
border-color: #4527a4;
}
.content_block_43 .content-box .estimate-form .btn-box button{
position: relative;
display: inline-block;
overflow: hidden;
font-size: 15px;
height: 60px;
padding: 17px 80px 17px 40px;
background: #4527a4;
line-height: 26px;
color: #fff;
border: 1px solid #4527a4;
font-weight: 500;
border-radius: 30px;
cursor: pointer;
z-index: 1;
transition: all 500ms ease;
}
.content_block_43 .content-box .estimate-form .btn-box button:before {
position: absolute;
content: '';
top: 0;
left: 0;
width: 100%;
height: 100%;
opacity: 0;
background-color: #fff;
-webkit-transition: all 0.4s;
-moz-transition: all 0.4s;
-o-transition: all 0.4s;
transition: all 0.4s;
-webkit-transform: scale(0.2, 1);
transform: scale(0.2, 1);
z-index: -1;
}
.content_block_43 .content-box .estimate-form .btn-box button:hover::before {
opacity: 1;
-webkit-transform: scale(1, 1);
transform: scale(1, 1);
}
.content_block_43 .content-box .estimate-form .btn-box button:hover{
background: #fff;
color: #4527a4;
}
.content_block_43 .content-box .estimate-form .btn-box button i{
position: absolute;
top: 4px;
right: 6px;
width: 50px;
height: 50px;
line-height: 50px;
text-align: center;
background: #fff;
font-size: 15px;
color: #4527a4;
border-radius: 50%;
transition: all 900ms ease;
}
.content_block_43 .content-box .estimate-form .btn-box button:hover i{
background: #4527a4;
color: #fff;
}
.content_block_43 .content-box .estimate-form .btn-box{
position: relative;
padding-top: 10px;
}
.content_block_43 .content-box{
position: relative;
}
.whereyou-section .image-box{
margin-left: 50px;
}
.image_block_40 .image-box{
position: relative;
}
.image_block_40 .image-box img{
width: 100%;
max-width: 100%;
float: none;
}
#default_image_block .image-box{
position: relative;
}
#default_image_block .image-box img{
width: 100%;
}
.content_block_44 .content-box h2{
position: relative;
font-size: 36px;
line-height: 60px;
color: #222;
margin-bottom: 64px;
}
.content_block_44 .content-box .text{
position: relative;
display: block;
font-size: 16px;
line-height: 36px;
margin-bottom: 50px;
}
.content_block_44 .content-box .btn-box .theme-btn{
background: #4527a4;
color: #fff;
font-size: 16px;
height: 60px;
font-weight: 400;
padding: 17px 80px 17px 35px;
z-index: 1;
}
.content_block_44 .content-box .btn-box .theme-btn:after {
position: absolute;
content: '';
top: 0;
left: 0;
width: 100%;
height: 100%;
opacity: 0;
background-color: #222;
-webkit-transition: all 0.4s;
-moz-transition: all 0.4s;
-o-transition: all 0.4s;
transition: all 0.4s;
-webkit-transform: scale(0.2, 1);
transform: scale(0.2, 1);
z-index: -1;
}
.content_block_44 .content-box .btn-box .theme-btn:hover::after {
opacity: 1;
-webkit-transform: scale(1, 1);
transform: scale(1, 1);
}
.content_block_44 .content-box .btn-box .theme-btn:hover{
box-shadow: 0 5px 20px 0px rgba(0, 0, 0, 0.5);
}
.content_block_44 .content-box .btn-box .theme-btn i{
background: #fff;
color: #4527a4;
top: 4px;
right: 5px;
}
.increase-website .image-box{
margin: 0px -380px 0px 30px;
}
.image_block_41 .image-box{
position: relative;
}
.image_block_41 .image-box .image img{
width: 100%;
}
.image_block_41 .image-box .image-2{
position: absolute;
left: 0px;
bottom: 110px;
box-shadow: 0 10px 30px 0px rgba(0, 0, 0, 0.1);
}
.image_block_41 .image-box .image-3{
position: absolute;
left: 310px;
top: -40px;
box-shadow: 0 10px 30px 0px rgba(0, 0, 0, 0.1);
}
.content_block_45 .content-box .sec-title h2{
color: #fff;
line-height: 60px;
margin-bottom: 78px;
}
.content_block_45 .content-box.black-text .sec-title h2{
color: #222;
}
.content_block_45 .content-box .sec-title h2:after{
background: #fff;
}
.content_block_45 .content-box.black-text .sec-title h2:after{
background: #777;
}
.content_block_45 .content-box .text{
position: relative;
font-size: 16px;
line-height: 36px;
color: #fff;
margin-bottom: 51px;
}
.content_block_45 .content-box.black-text .text{
color: #777;
}
.content_block_45 .content-box .btn-box a{
position: relative;
display: inline-block;
overflow: hidden;
font-size: 16px;
color: #4527a4;
line-height: 30px;
background: #fff;
padding: 15px 47px;
text-align: center;
border-radius: 30px;
z-index: 1;
box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5);
}
.content_block_45 .content-box .btn-box a:after {
position: absolute;
content: '';
top: 0;
left: 0;
width: 100%;
height: 100%;
opacity: 0;
background-color: #4527a4;
-webkit-transition: all 0.4s;
-moz-transition: all 0.4s;
-o-transition: all 0.4s;
transition: all 0.4s;
-webkit-transform: scale(0.2, 1);
transform: scale(0.2, 1);
z-index: -1;
}
.content_block_45 .content-box .btn-box a:hover::after {
opacity: 1;
-webkit-transform: scale(1, 1);
transform: scale(1, 1);
}
.content_block_45 .content-box.black-text .btn-box a{
background: #4527a4;
color: #fff;
}
.content_block_45 .content-box.black-text .btn-box a:hover{
background: #fff;
color: #fff;
}
.content_block_45 .content-box .btn-box a:hover{
color: #fff;
background: #4527a4;
}
.managed-wordpress .content-box{
position: relative;
margin-top: 42px;
}
.managed-wordpress .image-box{
margin-right: 50px;
}
.image_block_42 .image-box{
position: relative;
}
.image_block_42 .image-box img{
width: 100%;
}
.content_block_46 .content-box .sec-title h2{
color: #fff;
margin-bottom: 27px;
}
.content_block_46 .content-box .sec-title h2:after{
background: #fff;
}
.content_block_46 .content-box h3{
position: relative;
font-size: 30px;
line-height: 40px;
color: #fff;
margin-bottom: 23px;
}
.content_block_46 .content-box .text{
position: relative;
display: block;
color: #fff;
line-height: 28px;
margin-bottom: 56px;
}
.content_block_46 .content-box .link-btn{
position: absolute;
top: 15px;
right: 30px;
}
.content_block_46 .content-box .link-btn a{
position: relative;
display: inline-block;
color: #fff;
font-size: 18px;
font-weight: 500;
}
.content_block_46 .content-box .btn-box .btn-one{
margin-right: 17px;
}
.content_block_46 .content-box .btn-box .btn-one,
.content_block_46 .content-box .btn-box .btn-two{
position: relative;
float: left;
overflow: hidden;
font-size: 14px;
color: #fff;
background: #222;
text-align: center;
padding: 10px 30px;
transition: all 500ms ease;
cursor: pointer;
border-radius: 30px;
z-index: 1;
}
.content_block_46 .content-box .btn-box .btn-two{
background: #fff;
color: #222;
}
.content_block_46 .content-box .btn-box .btn-one:before,
.content_block_46 .content-box .btn-box .btn-two:before {
position: absolute;
content: '';
top: 0;
left: 0;
width: 100%;
height: 100%;
opacity: 0;
background-color: #00aeef;
-webkit-transition: all 0.4s;
-moz-transition: all 0.4s;
-o-transition: all 0.4s;
transition: all 0.4s;
-webkit-transform: scale(1, 0.2);
transform: scale(1, 0.2);
z-index: -1;
}
.content_block_46 .content-box .btn-box .btn-one:hover::before,
.content_block_46 .content-box .btn-box .btn-two:hover::before {
opacity: 1;
-webkit-transform: scale(1, 1);
transform: scale(1, 1);
}
.content_block_46 .content-box .btn-box .btn-one:hover,
.content_block_46 .content-box .btn-box .btn-two:hover{
color: #fff;
background: #00aeef;
}
.content_block_46 .content-box .link-btn a:hover{
text-decoration: underline;
}
.content_block_46 .content-box .progress-content .price li{
position: relative;
display: inline-block;
font-size: 18px;
color: #fff;
}
.content_block_46 .content-box .progress-content .price li:last-child{
float: right;
}
.content_block_46 .content-box .progress-content .price{
position: relative;
margin-bottom: 32px;
}
.content_block_46 .content-box .single-progress-box{
position: relative;
margin-bottom: 18px;
}
.content_block_46 .content-box .single-progress-box .progress {
position: relative;
background-color: #fff;
height: 6px;
border-radius: 0px;
overflow: visible;
}
.content_block_46 .content-box .single-progress-box .progress-bar {
position: absolute;
top: 0px;
left: 0px;
background: #774aff;
height: 6px;
box-shadow: none;
border-radius: 0px;
-webkit-transition: all 3s ease 0s;
-moz-transition: all 3s ease 0s;
-ms-transition: all 3s ease 0s;
-o-transition: all 3s ease 0s;
transition: all 3s ease 0s;
width: 0;
background-size: cover;
background-repeat: no-repeat;
}
.content_block_46 .content-box .single-progress-box .progress-bar .value-holder {
position: absolute;
bottom: 12px;
right: -17px;
color: #fff;
text-align: center;
font-size: 14px;
}
.content_block_46 .content-box .single-progress-box .progress-bar .value-holder:before {
position: absolute;
content: '';
background: #fff;
width: 16px;
height: 16px;
top: 31px;
right: 5px;
border: 1px solid #7649fd;
border-radius: 50%;
}
.image_block_43 .image-box{
position: relative;
margin: 0px 50px;
min-height: 420px;
}
.image_block_43 .image-box .bg-layer{
position: absolute;
width: 305px;
height: 305px;
left: -110px;
bottom: -120px;
background-repeat: no-repeat;
animation-name: rotateme;
animation-duration: 60s;
animation-iteration-count: infinite;
animation-timing-function: linear;
-webkit-animation-name: rotateme;
-webkit-animation-duration: 60s;
-webkit-animation-iteration-count: infinite;
-webkit-animation-timing-function: linear;
-moz-animation-name: rotateme;
-moz-animation-duration: 60s;
-moz-animation-iteration-count: infinite;
-moz-animation-timing-function: linear;
-ms-animation-name: rotateme;
-ms-animation-duration: 60s;
-ms-animation-iteration-count: infinite;
-ms-animation-timing-function: linear;
-o-animation-name: rotateme;
-o-animation-duration: 60s;
-o-animation-iteration-count: infinite;
-o-animation-timing-function: linear;
}
.image_block_43 .image-box .image{
position: absolute;
left: 0px;
top: -180px;
background: #4527a4;
border-radius: 20px;
}
.image_block_43 .image-box .image img{
position: relative;
width: 100%;
border-radius: 20px;
transition: all 500ms ease;
}
.image_block_43 .image-box .image:hover img{
opacity: 0.5;
}
.content_block_47 .content-box .sec-title h2{
margin-bottom: 43px;
}
.content_block_47 .content-box .text{
position: relative;
font-size: 16px;
margin-bottom: 45px;
}
.content_block_47 .content-box .upper-box{
position: relative;
margin-bottom: 160px;
margin-right: 30px;
}
.content_block_47 .content-box .counter-inner .single-counter-box{
position: relative;
margin-bottom: 77px;
}
.content_block_47 .content-box .counter-inner .single-counter-box .count-outer span{
position: relative;
display: inline-block;
font-size: 36px;
line-height: 45px;
font-weight: 500;
color: #222;
margin-bottom: 12px;
}
.content_block_47 .content-box .counter-inner .single-counter-box h3{
position: relative;
display: block;
font-size: 24px;
line-height: 32px;
color: #4527a4;
font-weight: 500;
padding-top: 14px;
}
.content_block_47 .content-box .counter-inner .single-counter-box h3:before{
position: absolute;
content: '';
background: #afafaf;
width: 30px;
height: 1px;
left: 0px;
top: 0px;
}
.content_block_48 .inner-box .single-item{
position: relative;
background: #fff;
box-shadow: 0 0px 15px 0px rgba(0, 0, 0, 0.1);
padding: 40px 40px 44px 40px;
text-align: center;
border-radius: 20px;
margin-bottom: 50px;
overflow: hidden;
transition: all 500ms ease;
}
.content_block_48 .inner-box .single-item:hover{
background: #4527a4;
transform: translateY(-5px);
box-shadow: 0 0px 25px 0px rgba(0, 0, 0, 0.2);
}
.content_block_48 .inner-box .single-item .icon-box{
position: relative;
display: inline-block;
min-height: 125px;
margin-bottom: 28px;
}
.content_block_48 .inner-box .single-item h3{
position: relative;
display: block;
font-size: 24px;
line-height: 30px;
color: #222;
font-weight: 500;
margin-bottom: 19px;
transition: all 500ms ease;
}
.content_block_48 .inner-box .single-item h3 a{
display: inline-block;
color: #222;
}
.content_block_48 .inner-box .single-item .text{
position: relative;
font-size: 16px;
line-height: 28px;
transition: all 500ms ease;
}
.content_block_48 .inner-box .single-item:hover h3,
.content_block_48 .inner-box .single-item:hover h3 a,
.content_block_48 .inner-box .single-item:hover .text{
color: #fff;
}
.content_block_48 .inner-box .single-column{
padding: 0px 35px;
}
.content_block_48 .inner-box .single-item:before {
content: '';
width: 493px;
height: 493px;
background: #6046b1;
border-radius: 50%;
position: absolute;
top: -330px;
left: -60px;
z-index: -1;
transform: translate(-50% , -50%);
opacity: 0;
}
.content_block_48 .inner-box .single-item:after{
content: '';
width: 493px;
height: 493px;
background: rgba(96, 70, 177, 0.5);
border-radius: 50%;
position: absolute;
top: -230px;
left: -60px;
z-index: -1;
transform: translate(-50% , -50%);
opacity: 0;
}
.content_block_48 .inner-box .single-item:hover:before,
.content_block_48 .inner-box .single-item:hover:after{
opacity: 1;
transform: translate(0% , 0%);
transition: all 0.9s linear;
}
.content_block_48 .inner-box{
position: relative;
}
.content_block_48 .inner-box .bg-layer{
position: absolute;
width: 805px;
height: 730px;
top: 50px;
right: 0px;
background-repeat: no-repeat;
}
.content_block_49 .content-box h5{
position: relative;
font-size: 18px;
color: #222;
text-transform: uppercase;
margin-bottom: 25px;
}
.content_block_49 .content-box h2{
position: relative;
display: block;
font-size: 36px;
line-height: 60px;
color: #4527a4;
font-weight: 500;
margin-bottom: 40px;
}
.content_block_49 .content-box .text{
position: relative;
font-size: 16px;
margin-bottom: 52px;
}
.content_block_49 .content-box .list-item li{
position: relative;
display: block;
font-size: 18px;
margin-bottom: 12px;
padding-left: 35px;
}
.content_block_49 .content-box .list-item li:before{
position: absolute;
content: "\f101";
font-family: 'Font Awesome 5 Free';
font-weight: 700;
color: #4527a4;
font-size: 16px;
left: 0px;
top: 0px;
}
.content_block_49 .content-box .list-item{
position: relative;
display: block;
margin-bottom: 55px;
}
.social-fundraising .image-box{
margin-left: -35px;
}
.image_block_44 .image-box{
position: relative;
}
.image_block_44 .image-box .bg-layer{
position: absolute;
width: 1025px;
height: 780px;
top: -50px;
right: -80px;
background-repeat: no-repeat;
}
.image_block_44 .image-box img{
position: relative;
width: 100%;
}
.content_block_50 .content-box h5{
position: relative;
font-size: 18px;
color: #222;
margin-bottom: 25px;
}
.content_block_50 .content-box h2{
position: relative;
display: block;
font-size: 36px;
line-height: 60px;
color: #4527a4;
font-weight: 500;
margin-bottom: 40px;
}
.content_block_50 .content-box .text{
position: relative;
font-size: 16px;
margin-bottom: 42px;
}
.content_block_50 .content-box .list-item li{
position: relative;
display: block;
font-size: 18px;
margin-bottom: 12px;
padding-left: 35px;
}
.content_block_50 .content-box .list-item li:before{
position: absolute;
content: "\f101";
font-family: 'Font Awesome 5 Free';
font-weight: 700;
color: #4527a4;
font-size: 16px;
left: 0px;
top: 0px;
}
.campaing-section .content-box{
position: relative;
margin-top: 47px;
}
.content_block_50 .content-box .list-item{
position: relative;
display: block;
margin-bottom: 55px;
}
.campaing-section .image-box {
margin-left: 16px !important;
margin-top: 90px !important;
}
.image_block_45 .image-box{
position: relative;
}
.image_block_45 .image-box img{
width: 100%;
} .content_block_51 .content-box .upper-box h2{
position: relative;
font-size: 36px;
line-height: 60px;
color: #fff;
font-weight: 500;
margin-bottom: 24px;
}
.content_block_51 .content-box .upper-box .text{
position: relative;
font-size: 18px;
color: #fff;
margin-bottom: 41px;
}
.content_block_51 .content-box .upper-box .btn-box a{
position: relative;
display: inline-block;
overflow: hidden;
font-size: 16px;
color: #fff;
text-align: center;
border-radius: 30px;
z-index: 1;
}
.content_block_51 .content-box .upper-box .btn-box a:before {
position: absolute;
content: '';
top: 0;
left: 0;
width: 100%;
height: 100%;
opacity: 0;
background-color: #fff;
-webkit-transition: all 0.4s;
-moz-transition: all 0.4s;
-o-transition: all 0.4s;
transition: all 0.4s;
-webkit-transform: scale(1, 0.2);
transform: scale(1, 0.2);
z-index: -1;
}
.content_block_51 .content-box .upper-box .btn-box a:hover::before {
opacity: 1;
-webkit-transform: scale(1, 1);
transform: scale(1, 1);
}
.content_block_51 .content-box .upper-box .btn-box a.btn-one{
border: 1px solid #fff;
padding: 14px 36px;
margin-right: 25px;
}
.content_block_51 .content-box .upper-box .btn-box a:hover{
background: #fff !important;
color: #4527a4 !important;
}
.content_block_51 .content-box .upper-box .btn-box a.btn-two{
background: #3b0e09;
padding: 15px 58px;
}
.content_block_51 .content-box .upper-box{
position: relative;
margin-bottom: 60px;
}
.content_block_51 .content-box .donation-box .select-box{
position: relative;
margin-bottom: 30px;
}
.content_block_51 .content-box .donation-box .select-box .text{
position: absolute;
top: 14px;
right: 53px;
font-size: 16px;
color: #fff;
}
.content_block_51 .content-box .donation-box .select-box .text:before{
position: absolute;
content: '';
background: #fff;
width: 1px;
height: 60px;
left: -35px;
top: -14px;
}
.content_block_51 .content-box .donation-box{
position: relative;
background: rgba(255, 255, 255, 0.1);
padding: 50px;
border-radius: 20px;
box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.1);
}
.content_block_51 .content-box .donation-box .btn-box a{
position: relative;
display: inline-block;
overflow: hidden;
font-size: 16px;
font-weight: 700;
color: #fff;
background: rgba(255, 255, 255, 0.1);
border-radius: 10px;
text-align: center;
width: 270px;
height: 60px;
line-height: 60px;
margin-bottom: 15px;
z-index: 1;
}
.content_block_51 .content-box .donation-box .btn-box a:before {
position: absolute;
content: '';
top: 0;
left: 0;
width: 100%;
height: 100%;
opacity: 0;
background-color: #4527a4;
-webkit-transition: all 0.4s;
-moz-transition: all 0.4s;
-o-transition: all 0.4s;
transition: all 0.4s;
-webkit-transform: scale(1, 0.2);
transform: scale(1, 0.2);
z-index: -1;
}
.content_block_51 .content-box .donation-box .btn-box a:hover::before {
opacity: 1;
-webkit-transform: scale(1, 1);
transform: scale(1, 1);
}
.content_block_51 .content-box .donation-box .btn-box a:hover{
background: #4527a4;
}
.content_block_51 .content-box .donation-box .btn-box button{
position: relative;
display: block;
overflow: hidden;
width: 170px;
height: 60px;
line-height: 60px;
text-align: center;
background: #f6ff00;
font-size: 16px;
color: #222;
border-radius: 10px;
transition: all 500ms ease;
cursor: pointer;
z-index: 1;
}
.content_block_51 .content-box .donation-box .btn-box button:before {
position: absolute;
content: '';
top: 0;
left: 0;
width: 100%;
height: 100%;
opacity: 0;
background-color: #4527a4;
-webkit-transition: all 0.4s;
-moz-transition: all 0.4s;
-o-transition: all 0.4s;
transition: all 0.4s;
-webkit-transform: scale(0.2, 1);
transform: scale(0.2, 1);
z-index: -1;
}
.content_block_51 .content-box .donation-box .btn-box button:hover::before {
opacity: 1;
-webkit-transform: scale(1, 1);
transform: scale(1, 1);
}
.content_block_51 .content-box .donation-box .btn-box button:hover{
background: #4527a4;
color: #fff;
}
.donate-section .image-box{
margin-top: 25px;
}
.image_block_46 .image-box{
position: relative;
}
.image_block_46 .image-box img{
width: 100%;
}
.content_block_52 .content-box .sec-title{
margin-bottom: 73px;
}
.content_block_52 .content-box .bx-viewport {
min-height: 530px !important;
}
.content_block_52 .content-box .events-slide .single-item .inner-box{
position: relative;
overflow: hidden;
border: 1px solid #b7b7b7;
border-radius: 10px;
padding: 36px 150px 42px 40px;
margin-bottom: 40px;
transition: all 500ms ease;
}
.content_block_52 .content-box .events-slide .single-item:hover .inner-box{
border-color: #fff;
}
.content_block_52 .content-box .events-slide .single-item .inner-box:before{
position: absolute;
content: '';
left: 0px;
top: 0px;
width: 100%;
height: 100%;
opacity: 0;
border-radius: 10px;
-webkit-transform-origin: top;
-ms-transform-origin: top;
transform-origin: top;
-webkit-transform: scale(.9) translateY(20px);
-ms-transform: scale(.9) translateY(20px);
transform: scale(.9) translateY(20px);
background: linear-gradient(-90deg, #4527a4 0%, #017efe 100%);
transition: all 500ms ease;
}
.content_block_52 .content-box .events-slide .single-item:hover .inner-box:before{
opacity: 1;
-webkit-transform: scale(1) translateY(0px);
-ms-transform: scale(1) translateY(0px);
transform: scale(1) translateY(0px);
-webkit-transition: 1s;
-o-transition: 1s;
transition: 1s;
}
.content_block_52 .content-box .events-slide .single-item .date{
position: absolute;
top: 0px;
right: 0px;
font-size: 30px;
color: #222;
font-weight: 500;
text-align: center;
line-height: 36px;
padding: 41px 47px 30px 30px;
transition: all 500ms ease;
}
.content_block_52 .content-box .events-slide .single-item .date:before{
position: absolute;
content: '';
background: linear-gradient(0deg, #4527a4 0%, #017efe 100%);
width: 4px;
height: 80px;
left: -22px;
top: 34px;
}
.content_block_52 .content-box .events-slide .single-item:hover .date{
color: #fff;
}
.content_block_52 .content-box .events-slide .single-item .date span{
position: relative;
display: block;
font-size: 14px;
line-height: 30px;
}
.content_block_52 .content-box .events-slide .single-item  .info-box{
position: relative;
margin-bottom: 9px;
}
.content_block_52 .content-box .events-slide .single-item  .info-box li{
position: relative;
display: inline-block;
font-size: 16px;
margin-right: 40px;
transition: all 500ms ease;
}
.content_block_52 .content-box .events-slide .single-item  .info-box li:last-child{
margin-right: 0px;
}
.content_block_52 .content-box .events-slide .single-item h4{
position: relative;
display: block;
font-size: 20px;
line-height: 30px;
color: #222;
font-weight: 500;
transition: all 500ms ease;
}
.content_block_52 .content-box .events-slide .single-item h4 a{
display: inline-block;
color: #222;
}
.content_block_52 .content-box .events-slide .single-item:hover  .info-box li,
.content_block_52 .content-box .events-slide .single-item:hover h4,
.content_block_52 .content-box .events-slide .single-item:hover h4 a{
color: #fff;
}
.content_block_52 .content-box .sec-title h2{
margin-bottom: 43px;
}
.video_block_02 .inner-box .btn-box{
position: absolute;
display: flex;
right: 0px;
top: 0px;
}
.video_block_02 .inner-box .image-box{
position: relative;
margin-right: -138px;
}
.video_block_02 .inner-box .image-box .pattern-bg .pattern-1{
position: absolute;
width: 160px;
height: 160px;
left: 35px;
top: -25px;
background-repeat: no-repeat;
-webkit-animation: zoom-fade 5s infinite linear;
animation: zoom-fade 5s infinite linear;
}
.video_block_02 .inner-box .image-box .pattern-bg .pattern-2{
position: absolute;
width: 160px;
height: 160px;
right: 30px;
top: 50px;
background-repeat: no-repeat;
-webkit-animation: zoom-fade 4s infinite linear;
animation: zoom-fade 4s infinite linear;
}
.video_block_02 .inner-box .image-box img{
position: relative;
width: 100%;
}
.video_block_02 .inner-box .video-btn{
position: absolute;
left: 50%;
bottom: -30px;
}
.video_block_02 .inner-box .video-btn a{
position: relative;
display: inline-block;
font-size: 36px;
color: #fff;
font-weight: 700;
width: 120px;
height: 120px;
line-height: 120px;
text-align: center;
border-radius: 50%;
background: linear-gradient(0deg, #4527a4 15%, #ff0000 100%);
-webkit-animation: pulse-2 5s infinite;
-o-animation: pulse-2 5s infinite;
animation: pulse-2 5s infinite;
}
.content_block_53 .content-box .text p{
font-size: 16px;
margin-bottom: 30px;
}
.content_block_53 .content-box .text p:last-child{
margin-bottom: 0px;
}
.content_block_53 .content-box .text{
position: relative;
margin-bottom: 61px;
}
.content_block_53 .content-box h5{
position: relative;
display: block;
font-size: 18px;
font-weight: 500;
color: #fc0000;
margin-bottom: 28px;
}
.content_block_53 .content-box .sec-title h2{
margin-bottom: 51px;
}
.our-history .image-box{
margin-right: -93px;
margin-top: 84px;
}
.image_block_47 .image-box{
position: relative;
}
.image_block_47 .image-box img{
width: 100%;
}
.sticky-header .logo-box img {
width: 155px;
}
.our-history.two {
padding-bottom: 0;
}
.sidebar-page-container .blog-single-content .inner-box .lower-box .right-content li.share .social-links a i {
font-family: 'Font Awesome 5 Brands';
}
.sidebar-info-contents .content-inner .logo {
padding: 10px!important;
background: #4527a4!important;
margin-bottom: 37px!important;
}
.single_cat .post-categories li{
display:inline-block;
float:left;
}
.single_cat {
position: absolute;
top: -14px;
}
.single_cat  a {
text-transform: uppercase;
font-size: 12px;
font-weight: 600;
letter-spacing: 1px;
line-height: 1;
display: inline-block;
color: #fff;
background: #4527a4;
padding: 10px;
margin-right: 6px;
}
.post_meta li {
display: inline-block;
margin-right: 20px;
font-weight: 600;
font-size: 14px;
color: #7141b1; }
.drop-cap {
float: left;
text-align: center;
background: #fff;
width: 40px;
height: 40px;
line-height: 1;
margin: 8px 18px 0 0!important;
border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
}
.drop-cap span {
font-size: 24px;
line-height: 38px;
border: 1px solid #e7e7e7;
display: block;
font-weight: 800;
color: #4527a4;
}
.post_color{
color: #4527a4;
}
blockquote cite {
font-family: "Nunito Sans",sans-serif;
font-size: 14px;
font-style: normal;
font-weight: 800;
margin-top: 10px;
display: block;
text-transform: uppercase;
letter-spacing: 1px;
color: #b5b5b5;
}
.social-links_post li a {
display: inline-block;
height: 38px;
width: 38px;
text-align: center;
line-height: 40px;
font-weight: 500;
border-radius: 19px;
-webkit-border-radius: 19px;
-moz-border-radius: 19px;
background: #4661c5;
color: #fff;
margin: 0 8px;
transition: all 0.4s ease-in-out;
-webkit-transition: all 0.4s ease-in-out;
-moz-transition: all 0.4s ease-in-out;
-o-transition: all 0.4s ease-in-out;
-ms-transition: all 0.4s ease-in-out;
}
.social-links_post li:nth-child(2) a{
background: #44b1e4;
}
.social-links_post li:nth-child(3) a{
background: #ff2e2e;
}
.social-links_post li:nth-child(4) a {
background: #0073B0;
}
.social-links_post li a:hover {
-webkit-transform: translateY(-5px);
-ms-transform: translateY(-5px);
transform: translateY(-5px);
}
.sidebar-page-container .blog-single-content .author-box:before {
content: '';
background-image: url(//ecpay.online/wp-content/themes/appway/assets/images/pattern-1-1.png);
background-position: 0 0;
width: 125px;
height: 125px;
position: absolute;
top: 85%;
left: 30px;
-webkit-transform: translateY(-50%) translateX(-50%);
transform: translateY(-50%) translateX(-50%);
z-index: -1;
}
.sidebar-title{
padding-bottom: 18px;
margin-bottom: 25px;
border-bottom: 1px solid #e5e5e5;
position: relative;
}
.sidebar-title:before {
content: "";
position: absolute;
left: 0;
bottom: -2px;
width: 25px;
height: 3px;
background: #4527a4;
}
.sidebar-page-container .blog-content .single-blog-content .lower-content .lower-box .right-content a i {
background: #4527a4;
color: #fff !important;
border-radius: 50%;
position: relative;
margin-right: 10px;
font-size: 9px;
line-height: 20px;
height: 20px;
width: 20px;
text-align: center;
top: -1px;
}
.faq-section .accordion-box .block {
background: #fff;
}
.home1new #image_block_11 .image-box .image {
position: relative;
overflow: hidden;
background: #4527a400;
margin-top: -60px;
}
.make-difference .image-layer:before {
position: absolute;
content: '';
background: #fff;
width: calc(100% - 100px);
height: 100%;
left: 51px;
top: -165px;
box-shadow: 0 5px 30px 0px rgba(0, 0, 0, 0.1);
z-index: -1;
right: 10%;
bottom: -180px;
width: 500px;
height: 500px;
border: 100px solid #e8ebef;
border-radius: 50%;
}
#content_block_04 .content-box:after {
position: absolute;
content: '';
background: #fff;
width: calc(100% - 100px);
height: 100%;
right: 51px;
top: -135px;
box-shadow: 0 5px 30px 0px rgba(0, 0, 0, 0.1); right: -131%;
bottom: -180px;
width: 500px;
height: 500px;
border: 100px solid #e8ebef;
border-radius: 50%; }
.list-item.getappx li {
position: relative;
display: block;
font-size: 18px;
font-weight: 600;
color: #222;
line-height: 30px;
margin-bottom: 18px;
padding-left: 30px;
}
.list-item.getappx li:before {
position: absolute;
content: "\f14a";
font-family: 'Font Awesome 5 Free';
font-size: 18px;
line-height: 30px;
color: #ec5f0d;
font-weight: 700;
left: 0px;
top: 2px;
}
.list-item.getappx { margin-top: 40px;
}
.home1team .team-style-three {
position: relative;
padding: 0px 0px 100px 0px!important;
} .header-topbar {
padding: 7px 0;
border-bottom: 1px solid transparent;
background: #141d38;
color: #b5b5b5;
font-size: 14px;
font-weight: 600;
overflow: hidden;
}
.header-topbar .octf-area-wrap {
padding-left: 50px;
padding-right: 50px;
}
.header-topbar .container-fluid {
padding: 0;
}
.header-topbar a {
color: #b5b5b5;
transition: all 0.3s linear;
-webkit-transition: all 0.3s linear;
-moz-transition: all 0.3s linear;
-o-transition: all 0.3s linear;
-ms-transition: all 0.3s linear;
}
.header-topbar a:hover {
color: #7141b1
} .header-topbar .social-list {
list-style: none;
padding: 0;
margin: 0;
margin-left: 25px;
float: right
}
.header-topbar .social-list li {
display: inline-block;
margin: 0 8px
}
.header-topbar .social-list li:last-child {
margin-right: 0
}
.header-topbar .social-list li a {
display: inline-block;
padding: 0 3px
}
.header-topbar .social-list li a i {
font-size: 13px;
font-weight: 400
} .header-topbar .topbar-info {
list-style: none;
padding: 0;
margin: 0;
float: left
}
.header-topbar .topbar-info li {
padding: 0 20px;
float: left
}
.header-topbar .topbar-info li:first-child {
padding-left: 0
}
.header-topbar .topbar-info li i {
display: inline-block;
vertical-align: middle;
font-size: 15px;
color: #fff;
margin-right: 7px;
line-height: 1
} .header-topbar .extra-text {
float: right
}
.header-topbar .extra-text a {
color: #7141b1
}
.header-topbar .extra-text a:hover {
color: #fff !important;
} .octf-btn-cta {
display: inline-flex;
vertical-align: middle;
position: relative
}
.octf-btn-cta .toggle_search {
cursor: pointer;
margin-left: 30px
}
.octf-btn-cta .h-search-form-field {
display: none;
position: absolute;
z-index: 99;
top: -webkit-calc(100% + 1px);
top: expression(100%+1px);
top: -moz-calc(100% + 1px);
top: -o-calc(100% + 1px);
top: calc(100% + 1px);
right: -30px;
width: 330px
}
.octf-btn-cta .h-search-form-field .h-search-form-inner {
padding: 30px;
background-color: #fff;
box-shadow: 15px 15px 34px 0 rgba(0, 0, 0, .1);
-webkit-box-shadow: 15px 15px 34px 0 rgba(0, 0, 0, .1);
-moz-box-shadow: 15px 15px 34px 0 rgba(0, 0, 0, .1)
}
.octf-btn-cta .h-search-form-field.show {
-webkit-animation: stickySlideUp 0.5s cubic-bezier(.23, 1, .32, 1) both;
animation: stickySlideUp 0.5s cubic-bezier(.23, 1, .32, 1) both
}
.octf-btn-cta .octf-cta-icons i {
color: #1b1d21;
text-align: center;
display: inline-block;
vertical-align: middle;
min-width: 22px;
transition: all 0.3s linear;
-webkit-transition: all 0.3s linear;
-moz-transition: all 0.3s linear;
-o-transition: all 0.3s linear;
-ms-transition: all 0.3s linear
}
.octf-btn-cta .octf-cta-icons i:before,
.octf-btn-cta .octf-cta-icons i:after {
font-size: 22px
}
.octf-btn-cta .octf-cta-icons i.flaticon-close:before {
font-size: 18px
}
.octf-btn-cta .octf-cta-icons i.flaticon-shopper:before {
font-size: 24px
}
.octf-btn-cta .btn-cta-group {
margin-left: 40px
}
.octf-btn-cta .contact-header {
display: flex;
align-items: center;
text-align: left;
line-height: 1;
border-left: 1px solid #dcdde1;
padding: 5px 0 5px 40px
}
.octf-btn-cta .contact-header i {
font-size: 20px;
color: #4527a4;
margin-right: 12px
}
.octf-btn-cta .contact-header span {
display: block;
font-size: 14px;
font-weight: 600;
color: #6d6d6d
}
.octf-btn-cta .contact-header span.main-text,
.octf-btn-cta .contact-header span a {
font-size: 16px;
font-family: "Montserrat", sans-serif;
color: #1b1d21;
margin-top: 7px
}
.octf-col.cta-col.text-right {
float: right;
padding: 35px 0px 30px 90px;
}
.octf-header-module {
display: inline-flex;
flex-direction: column;
align-items: center;
justify-content: center;
position: relative;
}
.h-cart-btn {
position: relative;
}
.octf-btn-cta .octf-cta-icons i {
color: #1b1d21;
text-align: center;
display: inline-block;
vertical-align: middle;
min-width: 22px;
transition: all 0.3s linear;
-webkit-transition: all 0.3s linear;
-moz-transition: all 0.3s linear;
-o-transition: all 0.3s linear;
-ms-transition: all 0.3s linear;
}
.cart-icon .count {
position: absolute;
bottom: -5px;
left: -12px;
width: 25px;
height: 25px;
line-height: 25px;
background: #4527a4;
color: #fff;
text-align: center;
border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
font-size: 12px;
font-weight: 700;
}
.site-header-cart {
position: absolute;
visibility: hidden;
opacity: 0;
z-index: 10;
top: -webkit-calc(100% + 1px);
top: expression(100%+1px);
top: -moz-calc(100% + 1px);
top: -o-calc(100% + 1px);
top: calc(100% + 1px);
right: -30px;
background: #fff;
width: 330px;
padding: 30px;
box-shadow: 8px 8px 30px 0 rgba(42,67,113,.15);
-webkit-box-shadow: 8px 8px 30px 0 rgba(42,67,113,.15);
-moz-box-shadow: 8px 8px 30px 0 rgba(42,67,113,.15);
-webkit-transform: translateY(30px);
-ms-transform: translateY(30px);
transform: translateY(30px);
transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
}
.site-header-cart .widget_shopping_cart_content {
text-align: left;
}
.woocommerce-mini-cart__empty-message {
margin-bottom: 0;
}
.octf-btn {
transition: all 0.3s linear;
-webkit-transition: all 0.3s linear;
-moz-transition: all 0.3s linear;
-o-transition: all 0.3s linear;
-ms-transition: all 0.3s linear;
font-size: 14px;
padding: 14px 30px 14px 30px;
line-height: 1.42857143;
display: inline-block;
margin-bottom: 0;
text-decoration: none;
text-transform: uppercase;
white-space: nowrap;
vertical-align: middle;
font-weight: 700;
text-align: center;
background: #4527a4;
cursor: pointer;
border: 1px solid transparent;
color: #fff;
outline: none;
}
.octf-btn:hover, .octf-btn:focus {
background: #7141b1;
color: #fff;
}
.main-header.style-three .outer-container {
border-bottom: 1px solid rgba(20,29,56,.15);
}
.main-header.style-three .header-upper .main-box {
position: relative;
background: #fff;
margin: 0;
padding: 0;
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
padding: 0px 50px;
}
.main-header.style-three .search-box-btn span {
color: #1b1d21;
text-align: center;
display: inline-block;
vertical-align: middle;
min-width: 22px;
transition: all 0.3s linear;
-webkit-transition: all 0.3s linear;
-moz-transition: all 0.3s linear;
-o-transition: all 0.3s linear;
-ms-transition: all 0.3s linear;
font-size: 20px;
}
.main-header.style-three .search-box-outer {
vertical-align: middle;
margin-left: 35px;
display: inline-flex;
flex-direction: column;
align-items: center;
justify-content: center;
position: relative;
}
.sidebar_team.team-block-three .inner-box .lower-content {
position: relative;
display: block;
padding: 14px 12px 0px 12px;
}
.service-style-two .service-block:first-child .inner-box .icon-box {
color: #e86600;
}
.service-style-two .service-block:nth-child(2) .inner-box .icon-box {
color: #4527a4;
}
.service-style-two .service-block:nth-child(3) .inner-box .icon-box {
color: #3295ed;
}
.service-style-two .service-block:nth-child(4) .inner-box .icon-box {
color: #27ce00;
}
.service-style-two .service-block:nth-child(5) .inner-box .icon-box {
color: #ce0000;
}
.service-style-two .service-block:nth-child(6) .inner-box .icon-box {
color: #41f2e1;
}
.search_tx_box .btn-box .btn-one {
position: relative;
display: inline-block;
overflow: hidden;
font-size: 14px;
font-weight: 500;
color: #fff;
background: #4527a4;
border-radius: 30px;
text-align: center;
padding: 14.5px 32px;
cursor: pointer;
margin-right: 30px;
z-index: 1;
transition: all 500ms ease;   margin-top: 39px;
}
.search_tx_box .btn-box .btn-one:hover {
color: #fff;
background: #000000;
transition: all 500ms ease;
}
#content_block_37 .inner-box .company-list li .company-logo{
text-align: center;
}
main.theme-layout{
overflow: hidden;
}
#commentform .submit.theme-btn.style-four{
color:#fff !important;
} .elementor-section.elementor-section-boxed>.elementor-container {
max-width: 1200px !important;
}
.feature-style-three.two .image-box.image-box {
position: relative;
}
.feature-style-three.two .image-box:before {
bottom: -720px !important;
}
.feature-style-three.one {
padding-bottom: 300px;
}
.feature-style-three.two {
padding-top: 0;
}
.feature-style-three .inner-box:first-child {
margin-bottom: 0px;
}
.feature-style-five .inner-box:first-child .image-box {
margin: 0px 0px 0px 20px;
}
.download-apps.tree {
margin-top: 200px;
padding-top: 0;
}
.download-apps.two {
padding-top: 0;
}
.zindex {
z-index: 99;
}
#image_block_20 .image-box img {
width: 582px;
position: relative;
}
.feature-style-seven.two {
padding-top: 0;
}
section.support-section.one {
padding-bottom: 0;
}
.support-section .inner-box:last-child {
padding-top: 0px;
}
.feature-style-ten.one.ff {
padding-top: 0;
}
.software-product.one {
margin-top: 0;
}
section.feature-style-11.one {
position: relative;
top: 50px;
}
section.feature-style-11.two.five {
position: relative;
top: 110px;
}
section.feature-style-11.two.four {
position: relative;
left: 91px;
}
section.feature-style-11.two.three {
position: relative;
left: 55px;
top: 80px;
}
section.feature-style-11.two.one {
position: relative;
top: 0;
}
section.feature-style-11.two.tw0 {
position: relative;
top: 30px;
}
.feature-style-13.one .anim-icons .icon-1 {
left: -200px;
}
.feature-style-13.one.two {
position: relative;
top: -50px;
}
.rider-section.two {
padding-top: 0;
padding-bottom: 0;
}
.rider-section.three {
padding-top: 0;
}
.rider-section.one .inner-content .inner-box:last-child .image-box {
margin-left: 0;
}
.whereyou-section.two {
padding-top: 0;
}
.whereyou-section.three {
padding-top: 0;
}
.whereyou-section.two .anim-icons .icon-1 {
left: -200px;
top: -200px;
}
.whereyou-section.three {
left: 50px;
}
.download-apps.home-17.one:before, .download-apps.home-17.two:before {
background: unset;
}
.bg {
position: relative;
}
.bg:before {
position: absolute;
content: '';
background: #f8f7fc;
width: 100%;
height: 100%;
left: 0px;
top: 50%;
}
.social-fundraising.two #image_block_44 .image-box .bg-layer {
position: relative;
width: 100%;
height: 100%;
top: 0;
right: 0;
background-repeat: no-repeat;
}
.social-fundraising.two .content-box {
margin-left: 0;
}
.main-header>.outer-container>.container {
max-width: 1330px!important;
}
.application-setup.ff .single-column:nth-child(2) {
padding-top: 0;
}
.main-footer.style-five .footer-top .links-widget .list li a {
color: #fff !important;
}
.pricing-style-two.home-7.two:before {
display: none;
}
.pricing-style-two.centred.home-7.centred.two {
padding-top: 150px;
}
.footer-box {
top: 176px!important;
}
.header-topbar .extra-text a {
color: #ffffff!important;
}
.extra .image.wow.slideInRight.animated {
background: transparent!important;
}
.extra #image_block_11 .image-box .image {
background: transparent;
}
span.theme_color{
color:#ff5439!important;
}
.banner-style-seven .content-box .mail-box .form-group button {
background: #fff !important;
}
.pagination li {
margin-bottom: 20px!important;
}
.sidebar-page-container .blog-single-content .inner-box .lower-box .right-content li a .fa{
font-family: 'Font Awesome 5 Brands'!important;
}
.home-16 .main-menu .navigation > li > a {
color: #fff!important;
}
.style-two .main-menu .navigation > li > a {
color: #fff!important;
}
.style-four .main-menu .navigation > li > a {
color: #fff!important;
}
.main-footer p,.main-footer a,.main-footer li{
color:#fff!important;
}
.main-footer cite {
color: #ffffff!important;
}
.main-footer ul li .rss-date {
color: #fff!important;
}
.main-footer ul li cite {
color: #ffffff!important;
}
.main-footer #wp-calendar caption {
color: #fff!important;
}
.main-footer .tagcloud a{
color: #222!important;
}.error-section{
position:relative;
padding:190px 0px 200px;
background-repeat:no-repeat;
background-size:cover;
background-position:center center;
}
.error-section:before {
position: absolute;
content: '';
left: 0px;
top: 0px;
width: 100%;
height: 100%;
display: block;
background-color: rgba(26, 26, 28, 0);
}
.error-section .thm-btn1 {
color: #f28b1d;
}
.error-section .content{
position:relative;
}
.error-section h1 {
position: relative;
display: block;
font-size: 200px;
line-height: 150px;
color: #161616;
font-weight: 700;
margin-bottom: 15px;
text-align: center;
}
.error-section h2 {
position: relative;
display: block;
font-size: 44px;
line-height: 52px;
color: #444;
font-weight: 600;
margin-bottom: 21px;
text-align: center;
}
.error-section .text {
position: relative;
color: #000000;
font-size: 18px;
font-weight: 500;
margin-top: 10px;
margin-bottom: 35px;
text-align: center;
} h4.er_the_title{
color: #fff;
font-size: 30px;
margin-bottom: 10px;
}
.error_text2{
margin-bottom: 20px;
color: #fff;
}
.sr_title{
font-size: 25px;
margin-bottom: 20px;
color: #000;
font-weight: 600;
}
.search_text p{
font-size: 17px;
color: #161616;
font-weight: 500;
text-align: center;
}
.search_text{
font-size: 17px;
color:#414141;
font-weight: 500;
margin-bottom: 30px;
}
.search_page_btn a{
margin-top: 20px;
margin-bottom: 20px;
}
.404_text{
margin-bottom:25px;
}
.error-section .search-form button {
position: relative;
top: -60px;
left: -27px;
font-size: 14px;
font-weight: 700;
color: #4527a4;
background: transparent;
cursor: pointer;
transition: all 500ms ease;
line-height: 61px;
float: right;
}
.search_title{
font-size: 50px;
color: #585858;
font-weight: 600;
margin-bottom: 20px;
text-align: center;
}
.search_area_df{
padding:120px 0px 200px;
} .pageloader {
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 99999;
background-color: rgba(255,255,255,.95);
}
.pageloader .loader {
position: absolute;
left: 50%;
top: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.search_area_df {
background-repeat: no-repeat;
}
.error_btn{
position: relative;
display: inline-block;
overflow: hidden;
font-size: 16px;
line-height: 30px;
font-weight: 700;
font-family: 'Poppins', sans-serif;
color: #fff !important;
padding: 14px 32px;
text-align: center;
cursor: pointer;
border-radius: 8px;
z-index: 1;
box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
transition: all 500ms ease;
background: linear-gradient(90deg, var(--c1, #ff5700), var(--c2, #ffd000 ) 50%, var(--c1, #ff5700)) var(--x, 0)/ 200%;
}
.errobtn_area{
text-align: center;
}
.error_btn:hover{
background:#222;
color:#fff;
transition: all 500ms ease;
}.widget ul{
position:relative;	
}
.widget ul li{
position: relative;
display: block;
font-size: 16px;
font-weight: 600;
color: #1b1d21;
}
.widget ul li a {
position: relative;
font-size: 16px;
color: #1b1d21;
padding: 3px 0px; font-weight: 600;
}
.widget ul li.recentcomments a {
padding-left: 0px!important;
}
.widget ul li a:hover{
color: #313131;	
} .widget select{
width:100%;
display:block;
border:1px solid #ededed;
padding:6px 6px;
margin-top:15px;
height:50px;
}
.textwidget img {
height: auto;
max-width: 100%;
}
.widget ul li ul{
padding:0px;
margin:0px;
}
.widget ul li ul li{
border-bottom:none;
margin-bottom:0px;
padding-bottom:0px;
margin-top: 5px;  margin-left:5px;
}
.widget ul li ul li:after{
top:10px;
}
.mrsidebar{
margin-bottom: 36px;
}
.mrsidebar .sidebar-title h3:before {
background: -webkit-linear-gradient(0deg, #00b8ff, #0081ff 100%);
}
.widget ul li ul.children li a:before {
top: 22px;
}
.widget ul li ul.sub-menu li a:before {
top: 22px;
}  .mr_singlecomment{
padding-left:0px!important;
}
.comment_author {
position: absolute;
width: 90px;
margin-top: 25px;
}
.comment_author img{
border-radius:50%;
}
.mr_comments_area .comment-box .comment.pingback{
padding-left:0px;
}
.mr_comments_area .comment-box .comment.pingback .comment_author {
display:none;
}
.no-comments{
display:inline-block;
background:#2c2c2c;
padding:8px 15px;
color:#ffffff;
margin-top:20px;
}
#recentcomments li:after {
display:none!important;
}
.mr_comments_area .comment ul.children.comment{
padding-left:0px!important;
}
.comment .comment-inner>h4 {
margin: 0px;
display: block;
font-size: 20px;
line-height: 30px;
font-weight: 600;
}
.mr_comments_area{
position:relative;
margin-top:30px;
margin-bottom:50px;
}
.mr_comments_area .comment-box{
position:relative;
-webkit-transition:all 300ms ease;
-ms-transition:all 300ms ease;
-o-transition:all 300ms ease;
-moz-transition:all 300ms ease;
transition:all 300ms ease;
}
.mr_comments_area .comment-box:last-child .comment{
padding-bottom: 0px;
border-bottom: 0px;	
}
.mr_comments_area .comment-box:hover{
border-color:#eb5310;	
}
.mr_comments_area .comment-box.reply-comment{
margin-left:50px;
}
.comment-box>li.comment{
position:relative;
font-size:14px;
padding: 0px 0px 0px 110px;
list-style: none;
}
.comment-box>li.comment ul.children{
margin-left: -100px;;
}
.comment-box>li.comment ul.children li.comment {
padding: 0px 0px 0px 110px;
}
.mr_comments_area .comment-inner{
position:relative;
padding: 0px 0px 0px 110px;
}
.mr_comments_area .comment .comment-inner .text{
position:relative;
color:#7e7e7e;
font-size:18px;
line-height:1.5em;
margin-bottom: 15px;
}
.mr_comments_area .comment-box .commenter-photo{
position:absolute;
left:0px;
top:0px;
overflow:hidden;
margin-bottom:20px;
}
.mr_comments_area .comment-box .commenter-photo img{
width:80px;
display:block;
}
.mr_comments_area .comment-info{
position:relative;
color:#1e1e29;
line-height:24px;
font-size:18px;
font-weight: 600;
}
.mr_comments_area .comment-info a{
position:relative;
color:#1e1e29;
}
.comment-box .time {
font-size: 14px;
color: #494949;
font-weight: 600;
margin: 5px 0px;
}
.comment-info .name h4 { position: relative;
display: block;
font-size: 18px;
font-weight: 500;
color: #222;
margin-bottom: 6px;
font-family: 'Ubuntu', sans-serif;
}
.mr_comments_area .comment-box .reply-comment{
position: absolute;
color: #222;
font-size:16px;
font-weight: 600;
right: 0;
top: 30px;
transition: .5s ease;
}
.mr_comments_area .comment-box .reply-comment:hover {
color: #f13729;
}
.mr_comments_area .comment-box .reply-comment .icon{
position: relative;
margin-right: 5px;
}
.mr_comments_area .replay-btn {
position: absolute;
top: 20px;
right: 20px;
}
.replay-btn a:after {
content: "\f105";
font-family: 'Font Awesome 5 Free';
font-weight: 900;
}
.mr_comments_area .replay-btn a {
position: relative;
display: inline-block;
font-size: 14px;
font-weight: 500;
color: #ff4328;
font-family: 'Poppins', sans-serif;
padding: 3px 23px;
text-align: center;
border-radius: 6px;
z-index: 1;
overflow: hidden; }
.mr_comments_area .replay-btn a:hover { color: #333;
} .comment-form{
position:relative;
margin-bottom: 30px;
}
.comment-form .form-group{
position:relative;
margin-bottom:10px;
}
.comment-form .form-group:last-child{
margin-bottom:0px;
}
.comment-form .form-group input[type="text"],
.comment-form .form-group input[type="password"],
.comment-form .form-group input[type="tel"],
.comment-form .form-group input[type="email"],
.comment-form .form-group select{
position:relative;
display:block;
width:100%;
line-height:28px;
padding:15px 20px;
height:55px;
color:#7c7b7b;
font-size: 16px;
font-weight:400;
background:#ffffff;
border:1px solid #eef2ed;
-webkit-transition:all 300ms ease;
-ms-transition:all 300ms ease;
-o-transition:all 300ms ease;
-moz-transition:all 300ms ease;
transition:all 300ms ease;
}
.comment-form .form-group input[type="text"]:focus,
.comment-form .form-group input[type="password"]:focus,
.comment-form .form-group input[type="tel"]:focus,
.comment-form .form-group input[type="email"]:focus,
.comment-form .form-group select:focus,
.comment-form .form-group textarea:focus{
border-color: #f13729;
}
.comment-form .form-group textarea{
position:relative;
display:block;
width:100%;
line-height:26px;
padding:10px 20px;
color:#7c7b7b;
font-size: 16px;
font-weight:400;
background:#ffffff;
resize:none;
height: 125px;
border:1px solid #eef2ed;
-webkit-transition:all 300ms ease;
-ms-transition:all 300ms ease;
-o-transition:all 300ms ease;
-moz-transition:all 300ms ease;
transition:all 300ms ease;
}
.comment-form button{
position:relative;
display: block;
margin-top:10px;
}
.comment-box .comment{
padding-bottom: 20px!important;
margin-bottom: 30px; 
}
#commentform input#author,#commentform input#email,
#commentform textarea {
border: none;
outline: none;
width: 100%;
height: 68px;
border-radius: 10px;
background: #F4F5F9;
color: #747474;
font-size: 16px;
padding-left: 20px;
margin-bottom: 20px;
display: block;
}
#commentform textarea{
height: 182px;
padding-top: 20px;
}
#commentform .submit.theme-btn.style-four {
border: none;
outline: none;
display: inline-block;
vertical-align: middle;
font-weight: 500;
font-size: 16px;
padding: 13px 30px;
-webkit-transition: all .4s;
transition: all .4s;
background: #4527a4;
color: #ffffff;
}
#commentform .submit.theme-btn.style-four:hover {
background: #FF4328;
color: #fff;
}
.mrsidebar #recentcomments li.recentcomments a:before{
display:none!important;
}
.comment-box .time .post-date {
position: relative;
font-size: 14px;
color: #bbbbbb;
font-weight: 400;
display: block;
color: #bdbdbd;
font-size: 12px;
font-weight: 700;
text-transform: uppercase;
letter-spacing: .5px;
margin-bottom: 7px;
}
@media only screen and (max-width: 800px){
.mr_comments_area ul.children ul.children,.mr_comments_area ul.children{
margin-left: 0px!important;
}
} .mrsidebar {
padding-left: 0;
}
.mrsidebar .gallery-columns-3 .gallery-item {
padding-left: 5px !important;
padding-right: 0 !important;
}
.mrsidebar .gallery-columns-3 .gallery-item img {
position: relative;
float: left;
width: 90px;
height: 90px;
border-radius: 5px;
background: #4527a4;
margin: 2px;
}
.mrsidebar .gallery-columns-3 .gallery-item {
width: unset !important;
} .mrsidebar {}
.mrsidebar .post {
position: relative;
padding: 0px 0px 0px 100px;
margin-bottom: 13px;
padding-bottom: 18px;
min-height: 110px;
border-bottom: 1px solid #dddddd;
}
.mrsidebar .post figure.post-thumb {
position: absolute;
left: 0px;
top: 8px;
width: 80px;
height: 80px;
background: #4527a4;
border-radius: 10px;
}
.mrsidebar .post figure.post-thumb img {
width: 80px;
border-radius: 10px;
transition: all 500ms ease;
}
.mrsidebar .post .bind {}
.mrsidebar .post .bind h6 {
position: relative;
display: block;
font-size: 18px;
line-height: 30px;
font-weight: 500;
color: #222;
margin-bottom: 2px;
}
.mrsidebar .post .bind h6 a {
display: inline-block;
color: #222;
}
.mrsidebar .post .bind h6 a:hover {
color: #4527a4;
}
.mrsidebar .post .bind span.post-date {
position: relative;
font-size: 14px;
line-height: 24px;
}
.main-footer li{
font-weight:600;
}.kc_row .kc_col-sm-12{
padding-left:0px !important;
padding-right:0px !important; 
}
.admin-bar .fixed-header .sticky-header{
top:32px;
}
.admin-bar .fixed-header .sticky-header {
top: 32px!important;
}
@media (max-width: 1140px) {
.admin-bar .header-style-one{
top: 0px!important;
}
}
@media (max-width: 660px) {
.admin-bar .stricky-fixed{
top: 0px!important;
}
}
.kc_column>.kc-col-container{
display:block;
}
.kc-row-container.kc-container{
max-width:1200px;
width:100%;
} #wp-calendar {
width: 100%;
}
#wp-calendar caption {
text-align: right; 
color: #333; 
font-size: 14px; 
margin-top: 10px;
margin-bottom: 15px;
}
#wp-calendar thead { 
font-size: 14px;
}
#wp-calendar thead th {
padding: 10px;
background: #393939;
color: #fff;
border: 1px solid #b6b6b6;
text-align: center;
}
#wp-calendar tbody { 
color: #aaa; 
}
#wp-calendar tbody td {
background: #202020;
border: 1px solid #2d2845;
text-align: center;
padding:8px;
}
#wp-calendar tbody td a{ 
color:#fff!important;
}
#wp-calendar tbody td:hover{
background: #a6a6a6!important;
color: #fff!important;
}
#wp-calendar tbody .pad { 
background: none; 
}
#wp-calendar tfoot #next { 
font-size: 14px; 
text-transform: uppercase; 
text-align: right;
}
#wp-calendar tfoot #prev { 
font-size: 14px; 
text-transform: uppercase; 
padding-top: 10px; 
}
.sticky .inner-box .wp-style {border: 3px solid #fff; padding:20px !important; }
.sticky .post .post-content{ background-color:transparent; }
.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;
}
.gallery-caption {
font-size:15px;
color:#777777;
line-height:1.8em;
font-weight:400;
background:#ffffff;
-webkit-font-smoothing: antialiased;
-moz-font-smoothing: antialiased;	
}
.bypostauthor{
font-size:15px;
color:#777777;
line-height:1.8em;
font-weight:400;
background:#ffffff;
-webkit-font-smoothing: antialiased;
-moz-font-smoothing: antialiased;
}
.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;
} .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; } .wp-style .tag-sticky-2 .inner-box .lower-content,
.wp-style .sticky .inner-box .lower-content{
background:#fafafa;
border:5px solid #e1e1e1;
}
.wp-style h1,.wp-style h2,.wp-style h3,.wp-style h4,.wp-style h5,.wp-style h6{
margin-bottom: 18px;
font-weight: 600;
color: #242424;
line-height: 1.4em;
margin-top:15px;
}
.wp-style h1{
font-size:40px;
}
.wp-style h2{
font-size:36px;
}
.wp-style h3{
font-size:32px;
}
.wp-style h4,.wp-style .text h4{
font-size:28px;
}
.wp-style h5{
font-size:22px;
}
.wp-style h6{
font-size:18px;
}
.wp-style table{
margin-bottom:20px;
}
.wp-style table thead tr th{
border: 1px solid #ddd;
vertical-align: bottom;
padding:8px;
}
.wp-style table tbody tr th{
border: 1px solid #ddd;
line-height: 1.42857;
padding: 8px;
vertical-align: top;
font-weight:400;
}
.wp-style table tbody tr td{
border: 1px solid #ddd;
line-height: 1.42857;
padding: 8px;
vertical-align: top;
}
.wp-style .text > ul,.wp-style .text > ol,.wp-style > ol,.wp-style > ul{
padding-left:18px;
}
.wp-style .text > ul>li,
.wp-style > ul>li{
list-style-type:disc;
display:list-item;
}
.wp-style .text > ul li ul li,
.wp-style > ul li ul li{
list-style-type:circle;
}
.wp-style .text > ul li ul li ul li,
.wp-style > ul li ul li ul li{
list-style-type:square;
}
.wp-style ol li{
list-style-type:decimal;
display:list-item;
}
.wp-style ol li ol li{
list-style-type:lower-alpha;
}
.wp-style ol li ol li ol li{
list-style-type:upper-roman;
}
.wp-style p img,.wp-style figure img,.wp-style img{
max-width:100%!important;
display:block!important;
height:auto!important;
}
figure{
max-width:100%;
display:block;
} .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: .9em;
line-height: 17px;
margin: 0;
padding: 0 4px 5px;
margin-top: 10px;
} .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 {
display: inline!important;
float: left!important;
margin-right: 1.5em;
}
.alignright {
display: inline!important;
float: right!important;
margin-left: 1.5em;
}
.aligncenter {
clear: both!important;
display: block!important;
margin-left: auto!important;
margin-right: auto!important;
} .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,
.widget_rss.footer-widget ul li{
margin-bottom:15px;
padding-bottom:15px;
}
.widget_rss.widget ul li a,
.widget_rss.footer-widget ul li a{
font-weight:600;
}
.widget_rss.widget ul li .rss-date,
.widget_rss.footer-widget ul li .rss-date{
display:block;
font-size:.9em;
color: #222;
}
.widget_rss.footer-widget ul li .rss-date{
color:#222;
}
.widget_rss.widget ul li:before{
display:none;
}
.widget_rss.widget ul li .rssSummary {  position: relative;
font-size: 14px;
line-height: 26px;
color: #626262;
margin-bottom: 10px;
font-style: normal;
transition: all 500ms ease;
font-weight: 500;
}
.widget_rss.widget ul li cite,
.widget_rss.footer-widget ul li cite{
color: #4527a4;
display:block;
font-size:14px;
}
.widget_rss.footer-widget ul li cite{
color: #161616;
}
.widget_rss.footer-widget ul li{
border-bottom: 1px dashed #fff;
}
.widget_rss.footer-widget ul li .rss-date{
margin-top:10px;
}
.blog-link .left-btn a{
margin:0 10px 0 0;
} .post-password-form input[type="password"]{
border:1px solid #b2b2b2;
padding:5px 10px;
display:inline-block;
}
.post-password-form input[type="submit"]{
background:#2c2c2c;
color:#fff;
padding:6px 15px; 
display:inline-block;
border:none;    
margin-left: -4px;
}
.wp-style .posts-nav{
margin-top:50px;
}
.wp-style .posts-nav a{
font-size:15px;
color:#333333;
text-decoration:none;
}
.wp-style .posts-nav a span{
display:inline-block;
padding:15px;
color:#ffffff;
font-size:14px;
background:#333333;
}
.wp-style .posts-nav a:hover{
color:#e38b00;
}
.wp-style .posts-nav a:hover span{
background:#e38b00;
}
.wp-style .posts-nav .pull-left{
float:left;
}
.wp-style .posts-nav .pull-right{
float:right;
}
.widget_recent_entries li:after {
display:none!important;
}
.widget_rss li:after {
display:none!important;
}
footer select {
width: 100%;
display: block;
border: 1px solid #ededed;
padding: 6px 6px;
margin-top: 15px;
height: 50px;
}
.post-tags span.commax{
display:none;
}
#respond h2 {
margin-bottom: 25px;
position: relative;
display: block;
font-size: 30px;
line-height: 48px;
color: #222222;
font-weight: 500;
padding-bottom: 20px;
}
#respond h2:before {
position: absolute;
content: '';
background: #cccccc;
width: 130px;
height: 2px;
left: 0px;
bottom: 0px;
background: linear-gradient(90deg, rgba(0,222,255,1) 0%, rgba(113,65,177,1) 0%, rgba(0,222,255,1) 100%);
}
#respond h2:after {
position: absolute;
content: '';
background: #777777;
width: 45px;
height: 4px;
left: 0px;
bottom: 0px;
transition: all 500ms ease;
-webkit-mask-image: linear-gradient(-75deg, rgba(244,55,55,0.6) 50%, #f43737 50%, rgba(0,0,0,1) 70%);
-webkit-mask-size: 200%;
animation: shine 2s infinite;
background: linear-gradient(90deg, rgb(255, 114, 0) 0%, rgba(113,65,177,1) 0%, rgba(0,222,255,1) 100%);
}
#respond h2 a{
font-size: 15px;
color: red;
font-weight: 600;
}
.wp-caption.alignnone p{
color:#000!important;
}
.widget_rss li a {  
padding-left: 0px!important;
}
.widget_rss a:before {
display:none;
}
.rpcmt{
margin-bottom: 30px;
}
.logged-in-as{
margin-left: 17px;
padding-left: 0px; padding-bottom: 8px; font-weight: bold;
}
.logged-in-as a{
color:#222;
}
.logged-in-as a:last-child {
color: #ff1f1f!important;
}
.logged-in-as a:last-child:hover {
color: #222!important;
}
.wp-caption-text {
margin-top: 10px;
font-size: .9em;
line-height: 1.2em;
}
.reply-btn a {
position: absolute;
right: 20px;
top: 0px;
color: #ffffff;
font-size: 15px;
font-weight: 600;
text-align: center;
display: inline-block;
padding: 3px 21px;
border-radius: 5px;
text-transform: capitalize;
background-color: #000;
-webkit-transition: all 300ms ease;
-ms-transition: all 300ms ease;
-o-transition: all 300ms ease;
-moz-transition: all 300ms ease;
transition: all 300ms ease;
}
.reply-btn a:hover {
background-color: #797979;
color: #fff;
}
footer{
clear: both!important;
overflow: hidden!important;
}
.main-footer .widget-title {
padding-top: 70px;
}
footer ul li ul li {
padding-top: 0px;
margin-left: 5px;
}
.tag-sticky-2 .lower-content, .sticky .lower-content{
border: 1px solid #4527a4;
border-radius: 20px;
}
.wp-block-image .aligncenter>figcaption, .wp-block-image .alignleft>figcaption, .wp-block-image .alignright>figcaption, .wp-block-image.is-resized>figcaption{
display: block;
}
.pingback,.trackback{
padding-left: 0px!important;
}
.wp-style ol ul>li{
list-style: circle!important;
margin-left:20px;
}
.wp-style ul ol>li{
list-style-type: decimal;
margin-left:20px!important;
}
.wp-style ol ol,.wp-style ul ul,.wp-style ol ul,.wp-style ul ol {
margin-left: 20px;
}
footer .mrfooter ul.sub-menu{
margin-left: 5px;
}
.main-footer.style-three .footer-top { }
.bigtitle .sec-title h3 span {
font-weight: 700;
}
.single-blog-post .post-tags{
font-size: 18px;
color: #333333;
font-weight: 500;
}
.single-blog-post .post-tags a{
color: #4527a4;
font-size: 17px;
}
blockquote {
font-size: 17.5px!important;
border-left: 5px solid #4527a4;
margin: 22px!important;
background: #fffcfc!important;
padding: 35px!important;
border-radius: 20px;
}
blockquote p {
color: #282828!important;
font-size: 21px!important;
line-height: 30px;
margin: 0;
-webkit-transition: all .4s ease;
transition: all .4s ease;
font-weight: 600;
font-size: 22px;
line-height: 30px;
}
.redux-container .redux-main img {
width: 150px!important;
}.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,.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,.75);content:"";display:block;font-size:2em;height:1em;left:50%;line-height:1;margin-left:-.5em;margin-top:-.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:#fd4a36;color:#fff!important}.woocommerce .woocommerce-error,.woocommerce .woocommerce-info,.woocommerce .woocommerce-message{background-color:#f7f6f7;border-top:3px solid #fd4a36!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:#fd4a36;content:""}.woocommerce .woocommerce-info{border-top-color:#43c3ea}.woocommerce .woocommerce-info a{color:#fd4a36}.woocommerce .woocommerce-info::before{color:#fd4a36}.woocommerce .woocommerce-error{border-top-color:#b81c23}.woocommerce .woocommerce-error::before{color:#b81c23;content:""}.woocommerce small.note{color:#777;display:block;font-size:.857em;margin-top:10px}.woocommerce .woocommerce-breadcrumb{color:#777;font-size:.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:10px}.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:.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:0;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:.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:-.5em -.5em 0 0;right:0;top:0}.woocommerce ul.products li.product h3{font-size:1em;margin:0;padding:.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:.857em}.woocommerce ul.products li.product .button{margin-top:1em}.woocommerce ul.products li.product .price{color:#77a464;display:block;font-size:.857em;font-weight:400;margin-bottom:.5em}.woocommerce ul.products li.product .price del{color:inherit;display:block;opacity:.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,.5);font-size:.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:.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:.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:.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:#fd4a36;border-color:2px solid #fd4a36;color:#fd4a36}.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:#fd4a36;border-color:#fd4a36;padding:14px 45px}.woocommerce .cart .button,.woocommerce .cart input.button{float:none}.woocommerce a.added_to_cart{display:inline-block;padding-top:.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:.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:.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:#fd4a36;content:"sssss";float:left;left:0;position:absolute;top:0}.woocommerce .star-rating span{color:#fd4a36;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,.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:#fd4a36;font-family:Montserrat,sans-serif;border:0;width:auto}.woocommerce #review_form #respond .form-submit input:hover{color:#fff;background:#fd4a36;border-color:#fd4a36}.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 .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 .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,.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,.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,.1);font-weight:700}.woocommerce table.my_account_orders{font-size:.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:.125em 0 .125em .25em}.woocommerce td.product-name dl.variation{margin:.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 .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 .25em}.woocommerce td.product-name dl.variation dd p:last-child{margin-bottom:0}.woocommerce td.product-name p.backorder_notification{font-size:.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,.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 .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 .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:.25em 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:.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:.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:.618em}.woocommerce .widget_price_filter .price_slider{margin-bottom:1em}.woocommerce .widget_price_filter .price_slider_amount{font-size:.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:#fd4a36;color:#fff}.woocommerce .widget_price_filter .ui-slider{margin-left:.5em;margin-right:.5em;position:relative;text-align:left}.woocommerce .widget_price_filter .ui-slider .ui-slider-handle{background-color:#fd4a36;border-radius:50%;cursor:ew-resize;height:1em;border-color:#fd4a36;margin-left:-.5em;outline:0 none;position:absolute;top:-.3em;width:1em!important;z-index:2}.woocommerce .widget_price_filter .ui-slider .ui-slider-range{background-color:#fd4a36;border:0 none;border-radius:1em;display:block;font-size:.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:.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:.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:.618em;text-decoration:none;text-transform:none}.woocommerce-cart .cart-collaterals .cart_totals p small{color:#777;font-size:.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 .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:.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(//ecpay.online/wp-content/themes/appway/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(//ecpay.online/wp-content/themes/appway/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(//ecpay.online/wp-content/themes/appway/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(//ecpay.online/wp-content/themes/appway/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(//ecpay.online/wp-content/themes/appway/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(//ecpay.online/wp-content/themes/appway/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(//ecpay.online/wp-content/themes/appway/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(//ecpay.online/wp-content/themes/appway/assets/images/icons/credit-cards/discover.png)}.woocommerce-checkout #payment div.payment_box span.help{color:#777;font-size:.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:.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-color:#f7f7f7!important;background-image:none;display:inline-block;height:58px!important;margin-right:10px;margin-bottom:0;vertical-align:middle;width:110px!important;padding:0;border-radius:0!important;border:1px solid #ebebeb}.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 .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 .4s ease 0s}.woocommerce .products .star-rating{font-size:13px;color:#fd4a36;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:60px 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:#fd4a36}.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 .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:#fd4a36}.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:#fd4a36;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:#fd4a36}.woocommerce .woocommerce-message{border-top-color:#fd4a36}.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:#fd4a36;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:#fd4a36;color:#fff}.woocommerce #place_order:hover{background-color:#fd4a36;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:#fd4a36;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:#fd4a36;text-transform:capitalize;font-family:Montserrat,sans-serif}.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover{background-color:#fd4a36;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 .5s ease;-ms-transition:all .5s ease;-o-transition:all .5s ease;-moz-transition:all .5s ease;transition:all .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:#fd4a36;border-color:#fd4a36}.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:#fd4a36}.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 .col2-set .col-1,.woocommerce .col2-set .col-2,.woocommerce-page .col2-set .col-1,.woocommerce-page .col2-set .col-2{max-width:48%!important}.woocommerce form.woocommerce-form-login .form-row label{margin-left:15px;margin-top:10px}.woocommerce .col2-set .col-1,.woocommerce-page .col2-set .col-1{width:100%}
.product-block-one .inner-box{
position: relative;
display: block;
box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
transition: all 500ms ease;
padding-bottom: 30px;
margin-bottom: 30px;
}
.product-block-one .inner-box .image-box{
position: relative;
display: block;
overflow: hidden;
background: #000;
}
.product-block-one .inner-box .image-box img{
width: 100%;
transition: all 500ms ease;
}
.product-block-one .inner-box:hover .image-box img{
opacity: 0.2;
transform: scale(1.1);
}
.product-block-one .inner-box .image-box .right-option{
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%,-50%);
width: 100%;
text-align: center;
}
.product-block-one .inner-box .image-box .right-option .content-box li{
position: relative;
display: block;
font-size: 15px;
line-height: 16px;
color: #fff;
margin-bottom: 10px;
}
.product-block-one .inner-box .image-box .right-option .content-box{
position: relative;
visibility: hidden;
opacity: 0;
top: 15px;
transition: all 500ms ease;
}
.product-block-one .inner-box:hover .image-box .right-option .content-box{
top: 0px;
visibility: visible;
opacity: 1;
}
.product-block-one .inner-box .image-box .right-option .content-box li:last-child{
margin-bottom: 0px;
}
.product-block-one .inner-box .image-box .right-option .content-box li a{
color: #fff;
}
.product-block-one .inner-box .image-box .right-option .content-box li a:hover{
text-decoration: underline !important;
}
.product-block-one .inner-box .lower-content{
position: relative;
padding: 25px 30px 0px 30px;
}
.product-block-one .inner-box .lower-content p{
margin: 0px !important;
}
.product-block-one .inner-box .lower-content h3{
position: relative;
display: block;
font-size: 22px;
line-height: 30px;
color: #222;
font-weight: 600;
margin-bottom: 15px;
}
.product-block-one .inner-box .lower-content h3 a{
display: inline-block;
color: #222;
}
.product-block-one .inner-box .lower-content h3 a:hover{
color: #4527a4;
}
.product-block-one .inner-box .lower-content .add_to_cart_button,
.woocommerce a.button{
margin-left: 30px !important;
}
.product-block-one .inner-box .lower-content .add_to_cart_button:hover,
.woocommerce a.button:hover{
background: #222222 !important;
}.footer1 .main-footer .footer-top {
border-bottom: none;
}
.footer1 .main-footer .footer-top .about-widget .text {
color: #fff!important;
}
.footer1 .main-footer .footer-top .widget-title {
color: #fff!important;
}
.footer1 .main-footer .footer-top .links-widget .list li a {
color: #fff!important;
}
.footer1 .main-footer .footer-top .contact-widget .list li {
color: #fff!important;
}
.footer1 .main-footer .footer-top .links-widget .list li a:before {
color: #fff!important;
}
.footer1 .main-footer .footer-top .about-widget .social-links h6{
color: #fff!important;
}
.footer1 .main-footer .footer-top .about-widget .social-links li a{
color: #fff!important;
}
.footer2 {
position: relative;
padding-top: 0px;
background-image: -webkit-linear-gradient(-90deg, #0042ff 0%, #6300c7 100%);
}
.footer2copy .main-footer.style-three {
background-image: none;
}
.extra .image.wow.slideInRight.animated {
background: transparent!important;
}@media (min-width: 1200px){
.container {
max-width: 1200px;
padding: 0px 15px;
}
}
@media only screen and (max-width: 5000px){
.boxed_wrapper {
overflow: hidden;
}
}
@media only screen and (max-width: 1799px){
.testimonial-style-four .testimonial-content .inner-box .icon-box{
display: none;
}
.testimonial-style-four .testimonial-inner{
left: 0px;
}
.testimonial-style-four .testimonial-content{
margin: 25px 0px;
}
}
@media only screen and (max-width: 1700px){
.octf-btn-cta .btn-cta-group {
display: none;
}
}
@media only screen and (max-width: 1500px){
.octf-btn-cta .contact-header {
display: none;
}
.main-header.style-three .search-box-outer {
margin-top: 6px;
}
}
@media only screen and (max-width: 1250px){
.octf-col.cta-col.text-right {
display: none;
}
}
@media only screen and (max-width: 1200px){
.banner-section .image-box .image-2{
display: none;
}
.feature-section .content-box{
padding-top: 0px;
}
.feature-style-three .inner-box:first-child .image-box .image-2{
left: 0px;
}
.feature-style-three .inner-box:first-child .content-box{
margin-right: 0px;
}
.feature-style-three .inner-box:first-child .image-box:before,
.feature-style-three .inner-box:first-child .image-box:after,
.feature-style-three .inner-box:last-child .image-box:before,
.feature-style-three .inner-box:last-child .image-box:after,
.pricing-section .tabs-content .tab .pricing-column .pricing-block-one .pricing-table:before,
.pricing-block-one .pricing-table .table-header .price:before{
display: none;
}
.feature-style-three .inner-box:last-child .content-box{
margin-left: 0px;
}
.pricing-block-one .pricing-table .table-content li:before{
display: none;
}
.pricing-block-one .pricing-table .table-content{
padding: 37px 15px 20px 15px;
text-align: center;
}
.pricing-block-one .pricing-table .table-footer{
padding-left: 15px;
text-align: center;
}
.testimonial-section .image-layer{
top: 0px;
}
.download-section .content-box .download-btn .app-store-btn{
margin-right: 10px;
}
.anim-icons{
display: none !important;
}
.main-header .nav-box{
display: none;
}
.banner-style-two .image-box .image{
margin-left: 0px;
}
.feature-style-four .inner-box:first-child .content-box{
margin-right: 0px;
}
.feature-style-four .inner-box:nth-child(2) .content-box{
margin-left: 0px;
}
.feature-style-four .inner-box:first-child .content-box {
padding-top: 40px;
}
.feature-style-four .inner-box .image-box:before{
display: none;
}
.feature-style-four .inner-box:nth-child(3) .image-box{
padding: 0px;
}
.testimonial-style-two .video-inner{
margin-left: 0px;
}
.make-difference .image-box{
margin: 0px;
}
.main-header .menu-area .btn-box{
margin-left: 30px;
}
.main-header .main-menu .navigation > li {
margin: 0px 15px;
}
.banner-style-three .image-box{
margin-left: 0px;
}
.banner-style-three .image-layer {
background-position: center;
width: 100%;
}
.inside-software .inner-content .single-column{
padding: 0px 15px;
}
.inside-software .inner-content{
margin: 0px;
padding: 0px;
}
.inside-software .content-box .text{
padding-right: 0px;
}
#content_block_14 .content-box{
margin-left: 0px !important;
}
.testimonial-style-three .thumb-box{
display: none;
}
.testimonial-style-three .image-layer{
width: 100%;
}
.banner-style-four .image-box{
margin-left: 0px;
}
.service-style-two .inner-content .service-block{
padding: 0px 15px;
}
.service-style-two .inner-content{
margin: 0px;
}
.testimonial-style-four .testimonial-content .inner-box{
min-height: 440px;
}
.pricing-style-three .tab .pricing-block-two:last-child{
display: none;
}
.pricing-style-three {
padding-top: 150px;
}
.banner-style-five .image-layer{
width: 100%;
}
.main-header .menu-right-content {
margin-left: 30px;
}
.banner-style-five .image-box .image-2,
.banner-style-five:before{
display: none;
}
.banner-style-five .image-box{
min-height: auto;
margin: 0px;
}
.download-apps .image-box:before,
.testimonial-style-five .testimonial-content .inner-box .icon-box{
display: none;
}
.download-apps .content-box .download-btn .app-store-btn{
margin-right: 20px;
}
.application-setup .single-column:nth-child(2){
padding-top: 0px;
}
.optimization-application .content-box{
padding-top: 0px;
}
.banner-style-six .image-layer{
width: 100%;
}
.banner-style-six:before{
display: none;
}
.project-inquiry .content-inner .lower-content{
margin-left: 0px;
}
.project-inquiry .content-inner .inner-content{
padding: 0px;
margin: 0px;
}
.project-inquiry .content-inner .inner-content .single-column{
padding: 0px 15px;
}
.project-inquiry .content-inner .content-box{
padding-top: 15px;
}
.project-inquiry .content-inner .inner-content .single-column:last-child{
padding-top: 0px;
}
.testimonial-style-six .owl-nav{
bottom: 0px;
}
.feature-style-seven{
padding-top: 150px;
}
.feature-style-seven:before,
.feature-style-seven:after{
display: none;
}
.enterprise-section .single-item .inner-box,
.enterprise-section .single-column:nth-child(2) .single-item .inner-box, 
.enterprise-section .single-column:nth-child(3) .single-item .inner-box{
padding: 50px 30px;
}
.enterprise-section .single-item .inner-box .image-box,
.enterprise-section .single-column:nth-child(2) .single-item .inner-box .image-box, 
.enterprise-section .single-column:nth-child(3) .single-item .inner-box .image-box{
position: relative;
right: 0px;
bottom: 0px;
left: 0px;
margin-bottom: 30px;
}
.banner-style-eight .image-layer{
width: 100%;
background-position: bottom center;
}
.banner-style-eight{
padding-top: 200px;
}
.reasons-section .inner-content .single-column,
.dashboard-feature .inner-content .feature-column,
.service-style-three .single-column{
padding: 0px 15px;
}
.reasons-section .inner-content,
.dashboard-feature .inner-content,
.service-style-three .inner-container{
margin: 0px;
}
.banner-style-ten{
padding-top: 200px;
}
.check-work .inner-box .check-form .form-group input[type='text'], 
.check-work .inner-box .check-form .form-group input[type='email']{
max-width: 260px;
}
.main-footer.style-four:before,.main-footer.style-four:after{
display: none;
}
.testimonial-style-nine .testimonial-content{
padding: 0px 100px;
}
.softwere-product .content-box{
margin-right: 0px;
}
.testimonial-style-ten .user-thumb{
margin: 0px;
}
.feature-style-ten .inner-container .inner-box .content-box:before{
display: none;
}
.testimonial-style-ten .user-thumb{
margin-bottom: 50px;
}
.testimonial-style-ten .content-box{
margin-left: 0px;
}
.betterlook-section .content-box{
margin-right: 0px;
}
.banner-style-12 .content-box{
margin-right: 0px;
}
.banner-style-12 .image-box:before,
.banner-style-13:before{
display: none;
}
.designe-process-two .tab-btn-box .tab-btns li{
width: 220px;
}
.designe-process-two .tabs-content .content-box{
margin: 0px;
}
.banner-style-13 .image-layer{
width: 100%;
}
.award-section .content-box .award-image{
position: relative;
left: 0px;
top: 0px;
margin-bottom: 50px;
width: auto;
}
.award-section .content-box{
padding: 40px 60px;
text-align: center;
}
.feature-style-11 .inner-content .inner-box:first-child .image-box:before,
.feature-style-11 .inner-content .inner-box:nth-child(2) .image-box:before,
.feature-style-11 .inner-content .inner-box:nth-child(3) .image-box:before,
.feature-style-11 .inner-content .inner-box:nth-child(4) .image-box:before,
.feature-style-11 .inner-content .inner-box:last-child .image-box:before{
display: none;
}
canvas{
width: 200px !important;
height: 200px !important;
}
.pricing-style-four .feature-inner .list li{
padding: 25px 15px;
}
.testimonial-style-11 .inner-container:before{
background-size: contain;
}
.testimonial-style-11 .inner-container{
padding: 0px;
}
.testimonial-style-11 .inner-container .sec-title{
padding: 0px 65px;
}
.testimonial-style-11 .inner-container .sec-title:before{
display: none;
}
.testimonial-style-11 .testimonial-inner{
padding-right: 120px;
}
.main-header.style-two .outer-container .main-box{
padding: 0px 15px;
}
.main-header.style-two .main-menu .navigation > li{
margin: 0px 10px;
}
.awesome-features .feature-block-two{
margin: 30px 0px;
}
.powerful-management .inner-box{
margin: 0px;
}
#content_block_37 .inner-box .company-list li a {
width: 150px;
}
.main-header.home-15 .menu-right-content {
margin-left: 15px;
}
.main-header.home-15 .menu-area .btn-box{
margin-left: 15px;
}
.main-header.home-15 .search-box-outer {
margin-right: 15px;
}
.main-header.home-15 .main-menu .navigation > li {
margin: 0px 10px;
}
.feature-style-13 .inner-box .image-box:before{
display: none;
}
.feature-style-13{
padding-bottom: 100px;
}
.case-block-one .inner-box .image-box .box a{
margin: 0px 15px;
}
.case-block-one .inner-box .image-box .box a:before{
right: -18px;
}
.case-block-one .inner-box .lower-content{
padding: 35px 0px;
}
.counter-style-three .inner-box{
width: 200px;
height: 200px;
}
.counter-style-three .inner-box:after{
width: 220px;
height: 220px;
}
.check-website:before,
.check-website:after{
display: none;
}
.banner-style-17 .image-layer,
.banner-style-17:before{
display: none;
}
.banner-style-17 .image-box{
margin-left: 0px;
}
.rider-section .inner-content .inner-box .content-box .btn-box{
display: block;
}
.rider-section .inner-content .inner-box .content-box .btn-box a{
width: 240px;
}
.rider-section .inner-content .inner-box .content-box .btn-box .theme-btn-two{
margin-bottom: 10px;
}
.news-style-two .news-block,
.best-hosting .single-column{
padding: 0px 15px;
}
.news-style-two .inner-content,
.best-hosting .inner-content{
padding: 0px;
margin: 0px;
}
.banner-style-18 .content-box{
margin-top: 50px;
}
.best-hosting .single-item .inner-box{
padding-left: 30px;
min-height: 450px;
}
.increase-website .content-box,
.managed-wordpress .content-box{
margin: 0px;
}
.service-style-four .service-block-three .inner-box{
max-height: 100%;
padding: 0px 30px 55px 30px;
min-height: 380px;
}
.main-footer.style-six .about-widget .download-btn a{
width: 175px;
}
.main-footer.style-six .about-widget .download-btn .app-store-btn{
margin-bottom: 10px;
}
.banner-style-19 .content-box .btn-box a.btn-one{
margin-right: 2px;
}
.popular-causes .image-box .image{
position: relative;
top: 0px;
}
.weworks-section .inner-box .single-column{
padding: 0px 15px;
}
.weworks-section .inner-box:before,
.social-fundraising .image-box:before,
.donate-section:before,
.donate-section:after{
display: none;
}
.social-fundraising .content-box{
margin: 0px;
}
#content_block_52 .content-box .events-slide .single-item .inner-box{
padding: 30px 120px 30px 30px;
}
#content_block_52 .content-box .events-slide .single-item .date{
padding: 40px 30px 30px 20px;
}
#content_block_52 .content-box .bx-viewport{
min-height: 580px !important;
}
.main-header.style-four .menu-area .btn-box,
.main-header.style-four .menu-right-content .nav-btn{
margin-left: 15px;
}
.main-header.style-four .search-box-outer {
margin-right: 15px;
}
.main-header.style-four .menu-right-content{
margin-left: 20px;
}
.main-header.style-four .main-menu .navigation > li{
margin: 0px 12px;
}
.faq-section .faq-sidebar{
margin-right: 0px;
}
.subscribe-style-five .content-box{
margin-left: 0px;
}
.pricing-section .pricing-column{
padding: 0px 15px;
}
.pricing-section .tabs-box{
margin: 0px;
}
.contact-section .info-content .single-info-box{
padding: 0px;
}
.management-section .tabs-content .image-box{
min-height: auto;
}
.testimonial-style-five .owl-dots{
display: none;
}
#content_block_40 .inner-box .single-item:nth-child(2){
margin-left: 0px;
}
.crypto-service .inner-content .single-column{
padding: 0px 15px;
}
.timeline-work .inner-content .single-item{
width: 33.333%;
margin: 30px 0px;
}
.pricing-block-two .pricing-table .choice-box{
display: none;
}
.feature-style-ten .inner-container .inner-box:first-child .image-box,
.feature-style-ten .inner-container .inner-box:nth-child(2) .content-box,
.feature-style-ten .inner-container .inner-box:nth-child(3) .image-box,
.feature-style-ten .inner-container .inner-box:last-child .content-box{
margin-left: 0px;
}
.feature-style-ten .inner-container .inner-box:first-child .content-box,
.feature-style-ten .inner-container .inner-box:nth-child(2) .image-box,
.feature-style-ten .inner-container .inner-box:nth-child(3) .content-box,
.feature-style-ten .inner-container .inner-box:last-child .image-box,
.software-product .content-box{
margin-right: 0px;
}
.main-header.home-19 .menu-area .btn-box{
margin-left: 30px;
}
.chicklet-list li.other-amount{
width: 100%;
}
.chicklet-list li span{
position: relative;
left: 0px;
top: 0px;
margin-right: 15px;
}
.news-block-three .inner-box .lower-content h3{
font-size: 20px;
line-height: 30px;
}
.testimonial-style-four .testimonial-content .inner-box .author-info .name{
font-size: 16px;
}
.testimonial-style-four .testimonial-content .inner-box .author-info .designation{
font-size: 12px;
}
.testimonial-style-six .inner-box{
top: 80px;
}
.banner-style-12:after{
display: none;
}
#iamge_block_02 .image-2{
left: -15PX;
}
#iamge_block_03 .image-box .bg-layer{
left: -150px;
}
.pricing-section .tabs-content .tab .pricing-column .pricing-block-one .pricing-table .image{
display: none;
}
.pricing-block-one .pricing-table .table-content li{
padding-left: 0px;
}
.pricing-block-one .pricing-table .table-footer{
padding-bottom: 40px;
}
#content_block_05 .content-box .download-btn .app-store-btn{
margin-right: 20px;
}
.feature-style-five .inner-box:nth-child(2){
margin-bottom: 100px;
}
#content_block_16 .content-box .download-btn .app-store-btn{
margin-right: 20px;
}
.feature-style-ten .inner-container .inner-box .content-box .bg-layer{
display: none;
}
#content_block_30 .content-box{
margin-right: 0px;
}
#image_block_34 .image-box img{
max-width: 100%;
width: 100%;
float: none;
}
.check-website .vactor-bg,
.banner-style-17 .image-shap,
.donate-section .pattern-box,
#video_block_02 .inner-box .image-box .pattern-bg,
.banner-style-19 .image-box .bg-layer,
.banner-style-19 .image-bg{
display: none;
}
.feature-style-13 .inner-box .content-box{
margin-top: 0px;
}
.banner-style-19 .image-box{
margin: 0px;
}
.banner-style-two .image-box{
margin-left: 0px;
}
.nav-outer .mobile-nav-toggler{
display: block;
margin: 0;
padding: 24px 0;
}
.main-header.style-four .menu-area .mobile-nav-toggler .icon-bar{
background: #fff;
}
.main-header.home-4 .menu-area .mobile-nav-toggler .icon-bar{
background: #fff;
}
.menu-area .mobile-nav-toggler {
display: block !important;
margin-top: 38px;
padding: 10px;
}
.main-header.style-two .menu-area .mobile-nav-toggler{
margin-top: 33px;
}
.main-header.style-two .menu-area .mobile-nav-toggler .icon-bar{
background: #fff;
}
.main-menu{
display: none !important;
}
.banner-style-two .image-layer,
#image_block_06 .image-box .bg-layer,
#image_block_07 .image-box .bg-layer,
#content_block_08 .content-box .image,
#content_block_10 .content-box .image{
display: none;
}
.main-header .outer-container .logo-box .logo{
padding: 30px 0px;
}
#image_block_08 .image-box, #image_block_09 .image-box{
padding: 0px;
}
#content_block_07 .content-box{
padding-top: 0px;
}
.feature-style-four .inner-box:last-child .content-box,
#content_block_08 .content-box{
margin-left: 0px;
}
#video_block_01 .video-inner{
margin-left: 0px;
}
.main-header .menu-right-content{
margin: 40px 15px 0px 0px;
}
.main-header.home-5 .menu-area .mobile-nav-toggler .icon-bar{
background: #4527a4;
}
.main-header.home-3 .menu-area .btn-box{
margin: 38px 15px 0px 0px;
}
.main-header .menu-area .btn-box{
margin: 38px 15px 0px 0px;
}
.main-header.home-15 .menu-right-content{
margin-top: 23px;
}
.main-header.home-16 .menu-area .btn-box {
margin: 33px 15px 0px 0px;
}
.main-header.home-17 .menu-area .btn-box {
margin-top: 32px;
}
.main-header.home-19 .menu-area .btn-box {
margin: 32px 15px 0px 0px;
}
.sticky-header{
display: none !important;
}
.feature-style-eight .pattern-bg,
.service-style-three .image-layer,
.solve-problem .image-layer,
.banner-style-12 .image-box .bg-layer,
.news-section.home-16 .pattern-bg{
display: none;
}
#image_block_26 .image-box .bg-layer{
display: none;
}
.main-header.style-four .menu-right-content{
margin: 20px 15px 0px 0px;
}
.portfolio-details .content-box{
margin-left: 0px;
}
.banner-style-five .image-layer{
display: none;
}
.main-header.home-5 .menu-right-content .cart-box-outer a,
.main-header.home-5 .search-box-btn{
color: #222;
}
.main-footer.style-four .pattern-bg,
.banner-style-five .pattern-layer{
display: none;
}
}
@media only screen and (min-width: 768px){
.main-menu .navigation > li > ul,
.main-menu .navigation > li > ul > li > ul{
display:block !important;
visibility:hidden;
opacity:0;
}
}
@media only screen and (max-width: 991px){
.margin_left_30{
margin-left: 0px !important;
}
.margin_right_30{
margin-right: 0px !important;
}
.margin_left_100{
margin-left: 0px !important;
}
#image_block_16 .image-box .bg-layer,
.banner-style-six .image-shap,
.feature-style-seven .pattern-bg1,
.feature-style-seven .pattern-bg2{
display: none;
}
.main-footer.style-six .copyright{
margin-top: 0px;
}
.banner-section{
padding: 200px 0px;
}
.banner-section .content-box, .feature-section .image-box .image {
margin: 0px 0px 50px 0px !important;
}
.banner-section .image-box{
margin: 0px;
}
.banner-style-four .image-box .layer-bg,
#image_block_14 .image-box .bg-layer{
display: none;
}
.banner-section .image-box .image-1{
position: relative;
top: 0px;
}
.feature-section{
padding-top: 150px;
}
.feature-style-two .feature-block:nth-child(2){
padding-top: 0px;
}
.feature-block-one .inner-box{
margin-bottom: 30px;
}
.feature-style-three .inner-box:first-child .image-box .image-2{
top: 75px;
}
.feature-style-three .inner-box:first-child{
margin-bottom: 100px;
}
.feature-style-three{
padding-bottom: 100px;
}
.video-section .bg-column{
width: 100%;
}
.video-section .video-inner{
text-align: center;
margin: 0px;
padding: 100px 0px;
}
.pricing-block-one .pricing-table{
margin-bottom: 30px;
}
#iamge_block_04 .image-box{
margin: 0px;
}
#content_block_05 .content-box {
padding-bottom: 100px;
}
.main-footer .footer-top .about-widget{
margin: 0px;
}
#content_block_07 .content-box{
margin-right: 0px;
}
.banner-style-two .image-box{
margin-top: 0px;
}
.main-footer .footer-top .footer-widget{
margin: 0px 0px 30px 0px;
}
.main-footer .footer-top{
padding-bottom: 70px;
}
#content_block_02 .content-box{
padding-top: 0px;
}
#content_block_03 .content-box{
padding-bottom: 0px;
padding-top: 50px;
}
#iamge_block_02 .image-box{
margin-bottom: 30px;
}
#iamge_block_03 .image-box .image-1,
#iamge_block_03 .image-box .image-2{
position: relative;
display: inline-block;
}
#iamge_block_02 .image-box .bg-layer,
#iamge_block_03 .image-box .bg-layer{
display: none;
}
.banner-style-two .content-box{
margin: 0px 0px 30px 0px;
}
.banner-style-two .image-box img{
float: none;
max-width: 100%;
}
.banner-style-two .image-box .image{
margin: 0px;
}
.banner-style-two .image-box .image:before{
display: none;
}
.banner-style-two .image-layer {
display: none;
}
.service-block-one .inner-box{
margin-bottom: 30px;
}
.feature-style-four .inner-box:first-child .content-box{
padding: 0px;
margin-bottom: 30px;
}
.feature-style-four .inner-box:first-child{
margin-bottom: 100px;
}
.feature-style-four .inner-box:nth-child(2) .image-box img,
.feature-style-four .inner-box:last-child .image-box .image img,
#image_block_10 .image-box .image img{
float: none;
max-width: 100%;
width: 100%
}
.feature-style-four .inner-box:nth-child(2) .image-box .image{
margin-bottom: 30px;
}
.feature-style-four .inner-box:nth-child(3) .content-box{
margin-bottom: 30px;
}
#image_block_10 .image-box .image{
margin: 0px 0px 30px 0px;
}
.feature-style-four .inner-box:last-child .content-box{
margin-left: 0px;
}
.feature-style-four .inner-box:last-child .content-box .image{
display: none;
}
.management-section .tabs-content{
min-height: auto;
}
#video_block_01 .video-inner{
background-position: center;
background-repeat: no-repeat;
background-size: auto;
}
.testimonial-style-two .content-box{
margin-bottom: 50px;
}
.main-header .menu-area .btn-box {
margin: 37px 15px 0px 0px;
}
.banner-style-three .content-box{
margin-bottom: 30px;
}
.banner-style-three .image-box .image-1 img{
float: none;
max-width: 100%;
width: 100%;
}
.banner-style-three .image-box{
margin: 0px;
}
.banner-style-three .image-box .image-2,
.banner-style-three .image-box .image-3{
display: none;
}
.banner-style-three {
padding: 200px 0px 50px 0px;
}
.inside-software .content-box{
margin: 0px 0px 50px 0px;
}
.inside-software{
padding-bottom: 50px;
}
.feature-style-five .inner-box .content-box,
.feature-style-five .inner-box:nth-child(2) .image-box{
margin: 0px 0px 50px 0px;
}
.feature-style-five .inner-box:first-child .image-box{
margin-left: 0px;
}
.feature-style-five .inner-box:nth-child(2){
margin-bottom: 100px;
}
.feature-style-five .inner-box{
margin-bottom: 150px;
}
.pricing-block-two .pricing-table{
margin-bottom: 30px;
}
.timeline-work .inner-content .single-item .year{
width: 225px;
height: 225px;
}
.pricing-block-two:hover .pricing-table{
margin: 0px 0px 30px 0px;
padding: 41px 15px 45px 15px;
}
.page-title .content-box .title-box,
.page-title .content-box .bread-crumb{
float: none;
display: block;
}
.banner-style-five .content-box{
margin-bottom: 30px;
}
.pricing-style-three{
padding-top: 80px;
}
.banner-style-four{
padding: 200px 0px 120px 0px;
}
.banner-style-four .image-box{
margin: 0px;
}
.banner-style-four .image-box:before,
.feature-style-six .inner-box:first-child .image-box:before{
display: none;
}
.banner-style-four .content-box{
margin-bottom: 50px;
}
.feature-style-six .content-box,
.feature-style-six .inner-box:last-child .image-box,
.pricing-style-three .content-box{
margin: 0px 0px 30px 0px;
}
.feature-style-six .inner-box:first-child .image-box{
margin: 0px;
}
#image_block_14 .image-box .image-1 img{
max-width: 100%;
float: none;
}
.pricing-style-three .inner-box{
margin: 0px;
}
.pricing-style-three .tab .pricing-block-two:first-child{
position: relative;
top: 0px;
}
.pricing-style-three .tab .pricing-block-two:first-child .pricing-table{
margin: 0px;
}
.main-header .menu-right-content{
margin: 40px 15px 0px 0px;
}
.banner-style-five .content-box{
padding-top: 0px;
}
.banner-style-five{
padding-top: 200px;
}
.banner-style-two {
padding-top: 200px;
}
.banner-style-five .image-box .image-1{
position: relative;
top: 0px;
margin-top: 30px;
}
.download-apps .image-box{
margin: 0px;
}
.download-apps .image-box .image-2{
position: relative;
top: 0px;
text-align: center;
margin-bottom: 30px;
}
.download-apps.home-17 .image-box,
#image_block_42 .image-box{
margin: 0px 0px 30px 0px;
}
.download-apps .image-box .image-1{
left: 0px;
text-align: center;
margin-bottom: 30px;
}
.innovative-idea .single-item .inner-box{
padding-bottom: 30px;
}
#image_block_43 .image-box .bg-layer{
display: none;
}
.application-setup .single-item{
margin-bottom: 60px;
}
#image_block_43 .image-box{
margin: 0px 0px 30px 0px;
}
.testimonial-style-five:before,
.testimonial-style-five:after,
#content_block_48 .inner-box .bg-layer,
#image_block_44 .image-box .bg-layer{
display: none;
}
.testimonial-style-five .testimonial-content .inner-box .author-info{
padding: 0px;
}
.testimonial-style-five .testimonial-content .inner-box .author-info .image-box{
position: relative;
margin-bottom: 15px;
}
.banner-style-six .image-layer{
display: none;
}
.banner-style-six{
padding-top: 200px;
}
.banner-style-six .image-box .user-thumb{
display: none;
}
.banner-style-six .image-box{
margin: 0px;
}
.banner-style-six .content-box{
padding: 0px;
margin: 0px 0px 40px 0px;
}
.banner-style-six .image-box  img{
width: 100%;
}
.recruitment-section .single-item .inner-box{
margin-bottom: 30px;
}
.project-inquiry .image-inner .image-box .image-1{
float: none;
margin-bottom: 50px;
}
.project-inquiry .image-inner .image-box .image-1 img{
width: 100%;
}
.project-inquiry .image-inner .image-box .image-2{
position: relative;
bottom: 0px;
text-align: center;
}
.project-inquiry .image-inner{
margin-bottom: 50px;
}
.project-inquiry .content-inner .single-item{
margin-bottom: 50px;
}
.testimonial-style-six .testimonial-content .image-box:before{
display: none;
}
.testimonial-style-six .testimonial-content .image-box{
margin: 0px;
}
.testimonial-style-six .sec-title{
margin: 0px 0px 50px 0px;
padding: 0px;
}
.testimonial-style-six .inner-box{
top: 0px;
margin-top: 0px;
}
.testimonial-style-six .testimonial-content .image-box:after{
display: none;
}
.testimonial-style-six .testimonial-content .content-box{
margin: 0px;
padding-top: 30px;
}
.testimonial-style-six .owl-nav{
position: relative;
left: 0px;
margin-left: 0px;
text-align: center;
}
.subscribe-style-two .content-box{
margin: 0px 0px 50px 0px;
}
.banner-style-seven .content-box{
padding: 0px;
margin-bottom: 30px;
}
.banner-style-seven .image-box{
margin: 0px;
}
.banner-style-seven .image-box .image img{
max-width: 100%;
float: none;
}
.banner-style-seven{
padding: 200px 0px 100px 0px;
}
.banner-style-seven .image-layer{
width: 100%;
background-position: center;
}
.feature-style-seven .inner-box:first-child .image-box img,
.device-friendly .image-box img,
.banner-style-eight .image-box img{
max-width: 100%;
float: none;
}
.feature-style-seven .inner-box .image-box{
margin-bottom: 40px;
}
.feature-style-seven .inner-box:first-child .content-box{
margin-left: 0px;
}
.feature-style-seven .inner-box:last-child .content-box{
margin: 0px 0px 40px 0px;
}
.enterprise-section{
padding-bottom: 0px;
}
.device-friendly .image-box{
margin: 0px;
}
.device-friendly .content-box{
margin: 0px;
padding-top: 60px;
}
.banner-style-eight .image-layer{
display: none;
}
.banner-style-eight{
background: #4527a4;
}
.banner-style-eight .content-box{
margin: 0px 0px 50px 0px;
}
.reasons-section{
padding: 100px 0px 70px 0px;
}
.reasons-section .single-item{
margin-bottom: 30px;
}
.feature-style-eight .inner-box:first-child .image-box,
.feature-style-eight .inner-box:last-child .image-box{
margin: 0px 0px 40px 0px;
}
.feature-style-eight .inner-box:nth-child(2) .image-box{
margin: 40px 0px 0px 0px;
}
.testimonial-style-seven .thumb-box{
display: none;
}
.banner-style-nine{
padding-bottom: 150px;
}
.dashboard-feature .content-box{
margin-bottom: 30px;
}
.dashboard-feature .inner-content .feature-column:last-child{
padding-top: 0px;
}
.support-section .inner-box .content-box{
margin-bottom: 40px;
}
.support-section .inner-box .image-box{
margin: 0px;
}
.support-section .inner-box:last-child .image-box img{
max-width: 100%;
float: none;
width: 100%;
}
.support-section .inner-box:last-child .content-box{
margin: 40px 0px 0px 0px;
}
.trusted-section .image-box .image{
position: relative;
}
.trusted-section .image-box{
min-height: auto;
}
.trusted-section .fact-counter .inner-box{
margin-bottom: 30px;
}
.banner-style-ten .content-box,
#content_block_25 .content-box,
.counter-style-two .image-box{
margin: 0px 0px 40px 0px;
}
.banner-style-ten .image-box img,
.solve-problem .image-box img{
max-width: 100%;
float: none;
width: 100%;
}
.transactions-work.elements{
padding: 100px 0px 150px 0px !important;
}
.transactions-work.elements .content-box{
margin-top: 0px;
}
.banner-style-ten .image-box{
margin: 0px;
}
.service-style-three .single-column:nth-child(2),
.service-style-three .single-column:last-child{
padding-top: 0px;
}
.marketing-benefits .content-box{
margin: 0px 0px 60px 0px;
}
.check-work .inner-box{
padding: 0px;
}
.banner-style-11 {
padding: 200px 0px;
}
.banner-style-11 .vector-image{
display: none;
}
.organization-section .single-item{
margin-bottom: 30px;
}
.security-invisible .content-box{
margin: 0px 0px 40px 0px;
}
.security-invisible .image-box img,
.feature-style-ten .inner-container .inner-box .image-box img,
.software-product .image-box img,
#image_block_30 .image-box img,
.streamline-section .image-box img,
.banner-style-13 .image-box img,
.solution-section #image_block_31 .image-box img,
#image_block_32 .image-box img{
max-width: 100%;
float: none;
width: 100%;
}
.betterlook-section .pattern-bg1,
.betterlook-section .pattern-bg2{
display: none;
}
.solution-section .inner-content .inner-box:first-child .content-box{
margin-left: 0px !important;
}
#content_block_29 .content-box,
.feature-style-ten .inner-container .inner-box:first-child .image-box{
padding: 0px;
margin: 0px 0px 40px 0px;
}
.feature-style-ten .inner-container .inner-box:nth-child(2) .image-box{
margin: 0px 0px 40px 0px;
}
.feature-style-ten .inner-container .inner-box:nth-child(2) .content-box,
.feature-style-ten .inner-container .inner-box:nth-child(3) .content-box,
.feature-style-ten .inner-container .inner-box:nth-child(3) .image-box,
.feature-style-ten .inner-container .inner-box:last-child .image-box{
padding: 0px;
margin: 0px 0px 40px 0px;
}
.feature-style-ten .inner-container .inner-box:nth-child(2) .image-box img{
float: none;
}
.feature-style-ten .inner-container .inner-box:last-child .content-box{
padding: 0px;
margin: 0px;
}
.software-product .content-box{
margin: 0px 0px 50px 0px;
}
.betterlook-section .content-box{
margin-bottom: 30px;
}
.banner-style-12:after,
.banner-style-12:before{
display: none;
}
.banner-style-12{
padding: 200px 0px 150px 0px;
}
.banner-style-12 .content-box,
.solution-section .inner-content .inner-box:first-child .image-box,
.solution-section .inner-content .inner-box:last-child .content-box,
#content_block_33 .content-box{
margin: 0px 0px 40px 0px;
}
.banner-style-12 .image-box{
margin: 0px;
padding: 0px;
}
.banner-style-12 .pattern-bg,
.banner-style-13 .image-shap{
display: none;
}
.solution-section .inner-content .inner-box:first-child .content-box,
.designe-process-two .tabs-content .image-box{
margin: 0px;
}
.designe-process-two .tab-btn-box .tab-btns li{
width: 172px;
font-size: 14px;
}
.designe-process-two .tabs-content .content-box{
margin-bottom: 40px;
}
.banner-style-13 .image-layer{
display: none;
}
.banner-style-13 .content-box{
margin-bottom: 60px;
}
.chooseus-section .inner-box{
margin-bottom: 30px;
}
.feature-style-11 .inner-content .inner-box:first-child .image-box img, 
.feature-style-11 .inner-content .inner-box:nth-child(3) .image-box img, 
.feature-style-11 .inner-content .inner-box:last-child .image-box img{
float: none;
width: 100%;
}
.feature-style-11 .inner-content .inner-box:nth-child(2) .image-box img, 
.feature-style-11 .inner-content .inner-box:nth-child(4) .image-box img{
float: none;
width: 100%;
}
.feature-style-11 .inner-content .inner-box:first-child .image-box,
.feature-style-11 .inner-content .inner-box:nth-child(2) .content-box,
.feature-style-11 .inner-content .inner-box:nth-child(3) .image-box,
.feature-style-11 .inner-content .inner-box:last-child .image-box,
.feature-style-11 .inner-content .inner-box:nth-child(4) .content-box{
margin-bottom: 40px;
}
.feature-style-11 .inner-content .inner-box:nth-child(4){
margin-bottom: 100px;
}
.crm-programming .single-item{
padding-bottom: 30px;
}
.crm-programming{
padding-bottom: 0px;
}
.crm-programming .image-layer,
.feature-style-11 .inner-content .inner-box:first-child .image-box .bg-layer,
.feature-style-11 .inner-content .inner-box:nth-child(2) .image-box .bg-layer,
.feature-style-11 .inner-content .inner-box:nth-child(3) .image-box .bg-layer,
.feature-style-11 .inner-content .inner-box:nth-child(4) .image-box .bg-layer,
.feature-style-11 .inner-content .inner-box:last-child .image-box .bg-layer,
.testimonial-style-11 .inner-container .bg-layer,
#image_block_36 .image-box .bg-layer,
#image_block_37 .image-box .bg-layer{
display: none;
}
.pricing-style-four .pricing-table .table-footer{
position: relative;
bottom: 0px;
padding: 25px 0px;
}
.pricing-style-four .feature-inner h2{
min-height: 120px;
}
.pricing-style-four {
padding-bottom: 80px;
}
.testimonial-style-11 .inner-container .sec-title h2{
color: #222;
}
.testimonial-style-11 .testimonial-inner .testimonial-content .text,
.testimonial-style-11 .testimonial-inner .testimonial-content .author-info .designation,
.testimonial-style-11 .testimonial-inner .owl-prev, 
.testimonial-style-11 .testimonial-inner .owl-next{
color: #777;
}
.testimonial-style-11 .testimonial-inner .testimonial-content .author-info .name{
color: #4527a4;
}
.testimonial-style-11 .testimonial-inner .owl-prev:hover, 
.testimonial-style-11 .testimonial-inner .owl-next:hover{
color: #4527a4;
}
.testimonial-style-11 .testimonial-inner .owl-prev:before{
background: #777;
}
.testimonial-style-11 .inner-container:before{
display: none;
}
.testimonial-style-11 .testimonial-inner{
padding: 0px;
}
.banner-style-14 .content-box .image-box{
margin: 0px;
}
.feature-block-two .inner-box{
padding: 82px 10px 0px 10px;
}
.feature-style-12 .inner-box .content-box h2{
max-width: 100%;
}
.feature-style-12 .inner-box:first-child .content-box,
.feature-style-12 .inner-box:nth-child(2) .image-box,
.feature-style-12 .inner-box:last-child .content-box{
margin-bottom: 40px;
}
.powerful-management .content-box{
margin-bottom: 50px;
}
.main-header.home-15 .menu-right-content{
margin: 20px 15px 0px 0px;
}
.main-header.home-15 .outer-container .logo-box .logo{
padding-top: 30px;
}
.work-section .single-item{
margin-bottom: 30px;
}
.feature-style-13 .inner-box:first-child .content-box,
.feature-style-13 .inner-box:last-child .image-box{
margin: 0px 0px 40px 0px;
}
.feature-style-13 .inner-box:last-child .content-box{
margin: 0px;
}
.feature-style-13 .inner-box:first-child .image-box img{
float: none;
max-width: 100%;
width: 100%;
}
.case-block-one .inner-box .lower-content h2{
font-size: 22px;
}
.counter-style-three .inner-box{
display: block;
margin: 30px auto;
}
.pricing-style-four.home-15 .feature-inner{
margin-bottom: 30px;
}
.pricing-style-four.home-15{
padding-bottom: 120px;
}
.main-header.home-16 .menu-area .btn-box{
margin: 32px 15px 0px 0px;
}
.banner-style-16 .upper-box .content-box{
margin-bottom: 60px;
}
.banner-style-16 .image-box{
margin: 0px;
}
.banner-style-16 .image-layer{
display: none;
}
.banner-style-16{
background: #4527a4;
padding-top: 200px;
}
.banner-style-16 .lower-box .cs-countdown .count-col{
margin: 0px 30px;
}
.transactions-work .content-box{
margin-bottom: 100px;
}
.crypto-service .single-item{
margin-bottom: 60px;
}
.crypto-service{
padding-bottom: 100px;
}
.take-control .single-column:nth-child(3) .single-item .inner-box, 
.take-control .single-column:last-child .single-item .inner-box {
padding-bottom: 60px;
}
.subscribe-style-five .image-box{
margin: 0px 0px 40px 0px;
}
.main-footer.style-six .footer-top .about-widget{
margin-bottom: 30px;
}
.main-footer.style-six .footer-top:before,
.news-section.home-16:before,
.news-section.home-16:after{
display: none;
}
.main-header.home-17 .menu-area .btn-box{
margin-top: 32px;
}
.banner-style-17 .image-box img{
max-width: 100%;
float: none;
width: 100%;
}
.banner-style-17 .content-box{
padding: 0px;
margin-bottom: 60px;
}
.rider-section .inner-content .inner-box:first-child .image-box{
margin: 0px 0px 40px 0px;
}
.rider-section .inner-content .inner-box .content-box .btn-box{
display: flex;
}
.rider-section .inner-content .inner-box:last-child .image-box{
margin: 50px 0px 0px 0px;
}
.whereyou-section .content-box{
margin-bottom: 60px;
}
.whereyou-section .image-box img{
max-width: 100%;
float: none;
}
.whereyou-section .image-box{
margin: 0px;
}
.rider-section{
padding-bottom: 80px;
}
.ridesharing-section .single-item{
margin-bottom: 30px;
}
.download-apps .image{
margin-bottom: 40px;
}
.banner-style-18 .content-box{
max-width: 100%;
margin: 0px 0px 60px 0px;
}
.domain-section .inner-container{
padding: 80px 50px;
}
.best-hosting .single-item .inner-box{
min-height: auto;
}
.best-hosting .single-item{
margin-bottom: 50px;
}
.best-hosting{
padding-bottom: 50px;
}
.increase-website .content-box{
padding: 0px;
margin-bottom: 80px;
}
.increase-website .image-box{
margin: 0px;
}
.domain-prices .domain-name{
margin-bottom: 50px;
}
.managed-wordpress .image-layer{
height: 100%;
}
.managed-wordpress{
padding: 150px 0px;
}
.testimonial-style-nine.home-18{
padding-top: 100px;
}
.main-footer.style-five .footer-bottom .footer-nav{
float: none;
}
.banner-style-19:before{
display: none;
}
.main-header.home-19 .menu-area .btn-box{
margin: 32px 15px 0px 0px;
}
.banner-style-19{
padding: 200px 0px 120px 0px;
}
.banner-style-19 .image-box{
margin: 0px;
}
.banner-style-19 .image-box:before{
display: none;
}
.banner-style-19 .content-box{
margin-bottom: 60px;
}
.ourmission-section .single-item{
margin-bottom: 30px;
padding-bottom: 80px;
}
.ourmission-section{
padding-bottom: 100px;
}
.popular-causes .image-box,
.social-fundraising .image-box,
.campaing-section .content-box,
.donate-section .image-box{
margin: 0px 0px 40px 0px;
}
.popular-causes .image-box .image:before{
display: none;
}
.popular-causes{
padding: 120px 0px;
}
.weworks-section .content-box{
padding: 0px;
}
.campaing-section .image-box{
margin: 0px;
}
.events-section .inner-column .inner-box{
margin-top: 50px;
}
#content_block_52 .content-box .bx-viewport {
min-height: 500px !important;
}
.events-section .inner-box .image-box{
margin: 0px;
}
.main-header.style-four .menu-right-content{
margin-top: 20px;
}
#video_block_02 .inner-box .image-box{
margin-right: 0px;
}
.events-section .inner-box .video-btn{
transform: translateX(-50%);
}
.news-style-three .inner-content{
margin: 0px;
}
.news-block-three .inner-box .lower-content{
margin: 0px 20px;
}
.main-header.style-four .outer-container .logo-box .logo{
padding-top: 30px;
}
.service-details .service-sidebar{
margin: 0px 0px 30px 0px;
}
.service-details .service-details-content .two-column{
margin-bottom: 30px;
}
.pricing-style-four .feature-inner{
margin-bottom: 30px;
}
.service-details .service-details-content .two-column .content-box{
margin-bottom: 30px;
}
.our-history .image-box{
margin: 40px 0px 0px 0px;
}
.faq-section .faq-sidebar{
margin-bottom: 50px;
}
.pricing-style-four.pricing-page{
padding-bottom: 100px;
}
.error-section .content-box .error-image img{
width: 100%;
}
.sidebar-page-container .blog-content,
.sidebar-page-container .blog-single-content{
margin-bottom: 50px;
}
.contact-section .info-content .single-info-box{
margin-bottom: 30px;
}
.management-section:before,
.management-section:after{
display: none;
}
#content_block_47 .content-box .upper-box{
margin: 0px 0px 40px 0px;
}
#image_block_11 .image-box .layer-bg{
display: none;
}
.feature-style-three.elements {
padding: 150px 0px 250px 0px;
}
#image_block_19 .image-box{
margin-bottom: 30px;
}
#image_block_23 .image-box{
margin-top: 50px;
}
#image_block_34 .image-box,
#content_block_38 .content-box,
#default_image_block .image-box{
margin-bottom: 50px;
}
#content_block_42 .content-box{
margin-bottom: 30px;
}
#image_block_31 .image-box,
#content_block_32 .content-box{
margin-bottom: 30px;
}
}
@media only screen and (max-width: 767px){
.header-topbar {
display: none;
}
.banner-section{
padding-bottom: 120px;
}
.feature-section{
padding-top: 50px;
}
.rider-section.elements #content_block_42 .content-box{
margin-bottom: 0px;
}
.team-style-two,
.team-style-three,
.portfolio-section{
padding: 70px 0px 40px 0px;
}
.testimonial-style-six .testimonial-content .content-box .text{
line-height: 35px;
}
.service-details,
.pricing-style-four.paricing-page-3,
.portfolio-details{
padding: 70px 0px;
}
.team-block-two .image-box{
margin-bottom: 30px;
}
.application-setup.elements{
padding: 100px 0px 20px 0px !important;
}
.counter-style-three .four-item-carousel .inner-box {
margin: 50px auto;
}
.solution-section.elements #image_block_31 .image-box, #content_block_32 .content-box{
margin-bottom: 0px;
}
.feature-style-five.elements{
padding-bottom: 20px !important;
}
#content_block_44 .content-box{
margin-bottom: 30px;
}
.transactions-work.elements,
.increase-website.elements{
padding: 70px 0px !important;
}
.main-footer.style-five.style-seven{
padding-top: 0px;
}
#iamge_block_02 .image-box:after{
display: none;
}
.feature-style-three.elements{
padding: 70px 0px 40px 0px;
}
#content_block_27 .content-box{
margin-right: 0px;
}
.marketing-benefits #content_block_27 .content-box{
margin-bottom: 40px;
}
h2{
line-height: 45px !important;
}
#image_block_28 .image-box img{
max-width: 100%;
width: 100%;
}
#image_block_26 .image-box{
margin: 0px 0px 0px 0px;
}
.software-product.elements #content_block_30 .content-box{
padding-top: 0px;
}
.page-title.style-two{
padding: 160px 0px 80px 0px;
}
.optimization-application.elements #content_block_17 .content-box{
padding-top: 0px;
}
#content_block_30 .content-box .text{
padding-right: 0px;
}
.designe-process-two .tabs-content .image-box:before{
display: none;
}
.feature-style-two{
padding: 70px 0px 40px 0px;
}
#content_block_16 .content-box .text{
padding-right: 0px;
}
.sec-pad-two{
padding: 70px 0px !important;
}
.sec-pad-three{
padding: 70px 0px !important;
}
.sec-pad-four{
padding: 70px 0px 40px 0px !important;
}
.feature-style-three,
.pricing-section{
padding: 70px 0px;
}
#iamge_block_03 .image-box .image-1, 
#iamge_block_03 .image-box .image-2{
display: block;
right: 0px;
}
#iamge_block_03 .image-box .image-1 img, 
#iamge_block_03 .image-box .image-2 img{
width: 100%;
}
.video-section .video-inner{
padding-top: 0px;
}
.video-section{
padding: 100px 0px;
}
#content_block_04 .content-box{
margin-left: 0px;
padding-left: 30px;
}
#content_block_02 .content-box{
margin-right: 0px;
}
.sidebar-page-container .blog-single-content .inner-box .two-column .image-box{
margin: 0px 0px 30px 0px;
}
#iamge_block_02 .image-2,
#iamge_block_02 .image-box .image-1{
position: relative;
left: 0px;
top: 0px;
right: 0px;
}
#iamge_block_02 .image-box .image-1{
margin-bottom: 30px;
}
#iamge_block_02 .image-2 img,
#iamge_block_02 .image-box .image-1 img{
width: 100%;
}
.sidebar-page-container .blog-single-content .inner-box .two-column .text{
margin: 0px;
}
.pricing-section .tabs-content{
margin-bottom: 50px;
}
.testimonial-section{
padding: 70px 0px;
}
.ourmission-section .single-item{
padding-bottom: 50px;
}
.testimonial-section .image-layer{
height: 100%;
}
.download-section .content-box{
padding: 70px 0px 50px 0px;
}
.news-section{
padding: 65px 0px 50px 0px;
}
.main-footer{
padding-top: 0px;
}
.banner-style-two{
padding-bottom: 70px;
}
.feature-style-four,
.management-section,
.testimonial-style-two{
padding: 70px 0px;
}
.feature-style-four .inner-box:nth-child(3) .right-column .lower-image{
padding-top: 0px;
}
.feature-style-four .inner-box:nth-child(3),
.feature-style-four .inner-box:nth-child(2),
.feature-style-four .inner-box:first-child{
margin-bottom: 50px;
}
.make-difference{
padding: 70px 0px 100px 0px;
}
.subscribe-section .content-box{
padding-top: 30px;
}
.main-footer .footer-top{
padding-top: 50px;
}
#iamge_block_03 .image-box .image-2{
margin-bottom: 30px;
}
#content_block_03 .content-box{
margin-left: 0px;
}
.inside-software{
padding: 70px 0px 30px 0px;
}
.management-section .pattern-bg{
display: none;
}
.inside-software .inner-content .single-column:last-child{
padding-top: 0px;
}
.feature-style-five{
padding: 65px 0px 70px 0px;
}
.feature-style-five .inner-box:nth-child(2){
margin-bottom: 0px;
}
.feature-style-five .inner-box{
margin-bottom: 30px;
}
.feature-style-five .inner-box:first-child .image-box .image-2,
.feature-style-five .inner-box:nth-child(2) .image-box .image-2{
display: none;
}
.testimonial-style-three{
padding-bottom: 70px;
}
.pricing-style-two{
padding: 65px 0px 40px 0px;
}
.main-footer.style-two .image-layer{
display: none;
}
.main-footer.style-two{
background: #4527a4;
}
.banner-style-four {
padding: 170px 0px 60px 0px;
}
.service-style-two{
padding: 70px 0px 30px 0px;
}
.feature-style-six{
padding: 70px 0px 50px 0px;
}
.testimonial-style-four:before{
top: -500px;
}
.feature-style-six .inner-box:first-child{
margin-bottom: 60px;
}
.testimonial-style-four{
padding: 100px 0px 60px 0px;
}
.pricing-style-three{
padding: 65px 0px 70px 0px;
}
.banner-style-five{
padding: 170px 0px 80px 0px;
}
.innovative-idea{
padding-bottom: 40px;
}
.download-apps{
padding: 50px 0px 70px 0px;
}
.application-setup{
padding: 65px 0px 30px 0px;
}
.optimization-application{
padding: 65px 0px 70px 0px;
}
.subscribe-section.home-5{
padding-top: 70px;
}
.banner-style-six{
padding: 170px 0px 100px 0px;
}
.recruitment-section{
padding-bottom: 70px;
}
.project-inquiry .content-inner .top-content{
margin-bottom: 50px;
}
.industries-service{
padding-bottom: 70px;
}
.video-style-two,
.testimonial-style-six{
padding: 70px 0px;
}
.subscribe-style-two{
margin: 0px;
padding: 70px 0px;
}
.feature-style-seven{
padding: 70px 0px 30px 0px;
}
.banner-style-eight{
padding: 170px 0px 100px 0px;
}
.reasons-section{
padding: 70px 0px 40px 0px;
}
.feature-style-eight .inner-box{
margin-bottom: 50px;
}
.testimonial-style-seven{
padding-top: 100px;
}
.clients-style-three{
padding-top: 70px;
}
.main-footer .footer-top{
padding-bottom: 40px;
}
.dashboard-feature{
padding-top: 70px;
}
.support-section .inner-box:last-child{
padding-top: 50px;
}
.support-section{
padding-bottom: 70px;
}
.trusted-section{
padding-bottom: 40px;
}
.testimonial-style-eight {
padding: 80px 0px 70px 0px;
}
.testimonial-style-eight .testimonial-content .inner-box{
padding: 40px 15px 0px 15px;
}
.subscribe-section.home-9{
padding-bottom: 70px;
}
.clients-style-three.home-9{
padding: 50px 0px;
}
.service-style-three{
padding-top: 70px;
}
.service-style-three:before,
.solve-problem:after{
display: none;
}
.solve-problem,
.counter-style-two{
padding-bottom: 70px;
}
.marketing-benefits,
.check-work{
padding: 60px 0px;
}
.testimonial-style-nine{
padding: 140px 0px;
}
.testimonial-style-nine .testimonial-content{
padding: 0px;
}
.testimonial-style-nine .owl-nav{
display: none;
}
.check-work .inner-box .check-form .form-group input[type='text'], 
.check-work .inner-box .check-form .form-group input[type='email']{
max-width: 100%;
border: 1px solid #ddd;
border-radius: 30px;
margin-bottom: 30px;
}
.check-work .inner-box .check-form .form-group button{
position: relative;
right: 0px;
top: 0px;
}
.check-work .inner-box .check-form .form-group{
border: none;
}
.check-work .inner-box .check-form .form-group:before{
display: none;
}
.banner-style-11 .image-layer{
display: none;
}
.banner-style-11{
background: #4527a4;
padding: 170px 0px 100px 0px;
}
.organization-section{
padding-top: 70px;
}
.organization-section .more-btn{
margin-top: 30px;
}
.security-invisible,
.feature-style-ten{
padding: 70px 0px;
}
.testimonial-style-ten{
padding: 30px 0px 70px 0px;
}
.testimonial-style-ten .user-thumb{
display: none;
}
.subscribe-section.home-11{
padding-top: 70px;
}
.banner-style-12{
padding: 170px 0px 100px 0px;
}
.banner-style-12 .image-layer{
display: none;
}
.clients-section.home-12 .clients-carousel{
padding-bottom: 50px;
}
.designe-process,
.designe-process-three{
padding: 70px 0px 40px 0px;
}
.solution-section .inner-content .inner-box:first-child{
margin-bottom: 50px;
}
.solution-section,
.designe-process-two{
padding: 70px 0px;
}
.designe-process-two .tab-btn-box .tab-btns li{
width: 50%;
border-right: none;
}
.designe-process-three .owl-nav{
display: none;
}
.streamline-section{
margin: 0px;
padding: 70px 0px;
}
.banner-style-13{
padding-top: 170px;
}
.award-section,
.feature-style-11,
.pricing-style-four{
padding: 70px 0px;
}
.award-section .content-box{
padding: 40px 30px;
}
.feature-style-11 .inner-content .inner-box{
margin-bottom: 50px;
}
.crm-programming{
padding-top: 65px;
}
.pricing-style-four .pricing-table{
width: 100%;
}
.pricing-style-four .pricing-table .table-header{
border-right: none;
}
.pricing-style-four .pricing-table .table-footer{
border-bottom: 1px solid #e1e1e1;
}
.testimonial-style-11 .inner-container .sec-title{
padding: 0px;
}
.testimonial-style-11{
padding: 60px 0px;
}
.banner-style-14{
padding-top: 250px;
}
.awesome-features{
padding: 70px 30px;
}
.awesome-features .owl-dots{
display: none;
}
.feature-style-12{
padding: 65px 0px 70px 0px;
}
.feature-style-12 .inner-box{
margin-bottom: 50px;
}
.userfree-section,
.powerful-management,
.subscribe-style-three{
padding: 70px 0px;
}
.pricing-style-two .sec-title{
margin-bottom: 50px;
}
.main-footer.style-five .footer-top .about-widget{
margin-right: 0px;
}
.main-footer.style-five .image-layer{
display: none;
}
.main-footer.style-five{
background: #4527a4;
}
.main-header.home-15 .menu-area .btn-box{
display: none;
}
.main-header.home-15 .menu-right-content{
margin-top: 42px;
}
.banner-style-15{
padding: 170px 0px 100px 0px;
}
.work-section .feature-btn{
margin-top: 30px;
}
.feature-style-13 .inner-box:first-child{
margin-bottom: 50px;
}
.feature-style-13{
padding-bottom: 50px;
}
.case-studies{
padding: 70px 0px;
}
.case-studies .owl-dots,
.testimonial-style-12 .owl-dots{
display: none;
}
.counter-style-three,
.check-website{
padding: 70px 0px;
}
.testimonial-style-12,
.clients-section.home-15{
padding: 70px 0px;
}
.pricing-style-four.home-15{
padding-bottom: 70px;
}
.free-estimate{
padding: 100px 0px 70px 0px;
}
.free-estimate .inner-box .text,
.free-estimate .inner-box .btn-box{
float: none;
display: block;
}
.main-footer .footer-bottom .copyright{
float: none;
display: block;
text-align: center;
margin-bottom: 10px;
}
.banner-style-16 .lower-box .cs-countdown .count-col{
margin-bottom: 15px;
}
.banner-style-16{
padding: 170px 0px 100px 0px;
}
.transactions-work{
padding-bottom: 100px;
}
.crypto-service .image-layer{
display: none;
}
.crypto-service{
padding: 50px 0px 40px 0px;
}
.timeline-work{
padding: 65px 0px 40px 0px;
}
.single-column:last-child .single-item .inner-box{
margin-bottom: 0px;
}
.take-control{
padding: 70px 0px 100px 0px;
}
.team-section{
padding: 70px 0px;
}
.team-section .owl-dots{
display: none;
}
.team-block-one .inner-box .lower-content h2{
font-size: 24px;
}
.timeline-work .inner-content .single-item{
width: 50%;
min-height: 600px;
}
.rider-section,
.whereyou-section,
.news-style-two{
padding: 70px 0px;
}
.rider-section .inner-content .inner-box:first-child{
margin-bottom: 50px;
}
.ridesharing-section{
padding-bottom: 50px;
}
.download-apps.home-17{
padding: 70px 0px;
}
.best-hosting{
padding-top: 70px;
}
.increase-website{
padding-top: 60px;
}
.domain-prices .pricing-inner .pricing-table{
width: 100%;
margin-bottom: 30px;
}
.service-style-four .service-block:last-child .service-block-three{
margin-bottom: 0px;
}
.service-style-four{
padding-bottom: 70px;
}
.testimonial-style-nine.home-18{
padding: 0px 0px 50px 0px;
}
.subscribe-style-five.home-18 .image-layer,
.subscribe-style-five.home-18:before{
display: none;
}
.subscribe-style-five{
padding: 70px 0px !important;
}
.domain-section .search-form .form-group button{
position: relative;
top: 0px;
right: 0px;
}
.domain-section .search-form .form-group input[type='text']{
margin-bottom: 20px;
padding: 10px 15px;
}
.banner-style-19{
padding: 170px 0px 100px 0px;  
}
.ourmission-section{
padding-bottom: 50px;
}
.weworks-section .content-box .upper-box{
margin: 0px 0px 30px 0px;
}
.weworks-section{
padding-top: 70px;
}
.social-fundraising,
.campaing-section,
.donate-section,
.news-style-three{
padding: 70px 0px;
}
.main-header.style-four .menu-area .btn-box{
display: none;
}
.main-header.style-four .menu-right-content{
margin-top: 42px;
}
.page-title{
padding: 170px 0px;
}
.our-history{
padding: 70px 0px;
}
.subscribe-style-five .image-box img{
max-width: 100%;
float: none;
width: 100%;
}
.clients-style-four.style-five,
.faq-section,
.question-section{
padding: 70px 0px;
}
.pricing-section.pricing-page{
padding-top: 70px;
}
.error-section{
padding: 100px 0px;
}
.designe-process.service-page{
padding: 70px 0px 40px 0px;
}
.sidebar-page-container{
padding: 70px 0px 50px 0px;
}
.sidebar-page-container .blog-single-content .author-box .author-inner .inner .social-links{
position: relative;
top: 0px;
margin-top: 15px;
}
.contact-section{
padding: 70px 0px;
}
.contact-section .info-content, .contact-section .image-container{
margin-bottom: 30px;
}
.owl-dots{
display: none !important;
}
.feature-style-six .inner-box:last-child .image-box img{
max-width: none;
float: none;
width: 100%;
}
.device-friendly{
padding-top: 90px;
}
.domain-section .domain-name li{
width: 33.333%;
margin: 15px 0px;
}
.pricing-style-four.pricing-page{
padding-bottom: 70px;
}
.testimonial-style-three .image-layer{
display: none;
}
.testimonial-style-three{
background: #4527a4;
padding-top: 60px;
}
.testimonial-style-three .sec-title h2{
color: #fff;
}
.news-block-two{
margin-bottom: 30px;
}
.make-difference .image-box:before{
display: none;
}
.testimonial-style-five:before{
position: absolute;
display: block;
content: '';
background: #4527a4;
width: 100%;
height: 100%;
left: 0px;
top: 0px;
animation: none;
}
.testimonial-style-five{
padding: 70px 0px !important;
}
.news-block-three{
margin-bottom: 30px;
}
.testimonial-style-four .testimonial-content .inner-box .author-info{
padding-left: 130px;
}
.feature-style-six .inner-box:first-child .image-box{
padding-top: 30px;
}
.innovative-idea .single-item{
padding-bottom: 30px;
}
.innovative-idea .single-column:last-child .single-item{
margin-bottom: 0px;
}
.download-apps .image-box .image-2{
margin-bottom: 45px;
}
#image_block_11 .image-box{
margin: 0px;
}
.banner-style-five .image-box .icon-box{
display: none;
}
#image_block_16 .image-box .image-2,
#image_block_16 .image-box .image-1{
position: relative;
top: 0px;
left: 0px;
display: block;
text-align: center;
}
#image_block_16 .image-box{
margin: 0px;
}
#image_block_19 .image-box img,
#image_block_21 .image-box img{
max-width: 100%;
float: none;
width: 100%;
}
#content_block_20 .content-box{
margin: 0px;
padding-top: 60px;
}
.banner-style-eight .image-box .image-2{
display: none;
}
#content_block_28 .content-box{
margin-right: 0px;
}
#image_block_29 .image-box img,
#image_block_33 .image-box img{
width: 100%;
max-width: 100%;
}
#content_block_05 .content-box{
padding-top: 70px;
}
#content_block_05 .content-box{
padding-bottom: 0px;
}
.feature-style-three .inner-box:first-child{
margin-bottom: 30px;
}
#image_block_08 .image-box .image-content, 
#image_block_09 .image-box .image-content{
padding-bottom: 30px;
}
.subscribe-style-five #image_block_38 .image-box img,
.whereyou-section #image_block_40 .image-box img{
float: none;
max-width: 100%;
width: 100%;
}
#image_block_38 .image-box .bg-layer{
display: none;
}
#content_block_47 .content-box .counter-inner .single-counter-box{
margin-bottom: 30px;
}
#content_block_48 .inner-box .single-column,
#content_block_23 .inner-content .feature-column{
padding: 0px 15px;
}
}
@media only screen and (max-width: 599px){
.feature-section .image-box .image img{
width: 100%;
}
.feature-style-three .inner-box:first-child .image-box .image-2,
.feature-style-three .inner-box:first-child .image-box .image-1,
.feature-style-three .inner-box:last-child .image-box .image-1,
.feature-style-three .inner-box:last-child .image-box .image-2{
position: relative;
left: 0px;
top: 0px;
right: 0px;
}
.feature-style-three .inner-box:first-child .image-box .image-2 img,
.feature-style-three .inner-box:first-child .image-box .image-1 img,
.feature-style-three .inner-box:last-child .image-box .image-1 img,
.feature-style-three .inner-box:last-child .image-box .image-2 img{
width: 100%;
}
.feature-style-three .inner-box:first-child .image-box .image-1,
.feature-style-three .inner-box:last-child .image-box .image-1{
margin-bottom: 30px;
}
#image_block_14 .image-box .image-2{
position: relative;
left: 0px;
bottom: 0px;
text-align: center;
}
.portfolio-details .upper-box{
margin-bottom: 30px;
}
.donate-form-area{
padding: 50px 30px;
}
.feature-style-six .inner-box:first-child .image-box .image-1{
margin-bottom: 30px;
}
.testimonial-style-four .testimonial-content .inner-box{
min-height: auto;
}
.optimization-application .image-box .image{
display: none;
}
.optimization-application .image-box .image-1{
display: block;
}
.optimization-application .image-box .image-1 img{
width: 100%;
}
.optimization-application .image-box{
padding: 0px;
}
.video-style-two .video-inner{
padding: 100px 0px;
}
.main-header.style-two .menu-area .btn-box{
display: none;
}
.clients-section .trusted-box {
padding: 15px 30px;
}
#content_block_37 .inner-box .company-list li{
width: 50%;
}
#content_block_37 .inner-box .company-list li:nth-child(2), 
#content_block_37 .inner-box .company-list li:nth-child(5){
top: 0px;
}
.check-website .inner-container .subscribe-form .form-group button{
position: relative;
width: 100%;
}
.check-website .inner-container .subscribe-form .form-group input[type='text']{
margin-bottom: 15px;
padding: 10px 25px;
}
.timeline-work .inner-content .single-item{
width: 100%;
min-height: auto;
margin: 30px 0px;
}
.timeline-work .sec-title h2{
margin-bottom: 30px;
}
.subscribe-style-five .image-box:before{
display: none;
}
.rider-section .inner-content .inner-box .content-box .btn-box{
display: block;
}
.increase-website .image-box .image-2,
.increase-website .image-box .image-3{
display: none;
}
.events-section .content-box .events-slide .single-item .date:before{
display: none;
}
#content_block_52 .content-box .bx-viewport {
min-height: 580px !important;
}
.designe-process-three .inner-content{
margin-right: 0px;
}
.sidebar-page-container .blog-single-content .comments-area .comment.replay-comment{
margin-left: 0px;
}
.sidebar-page-container .blog-single-content .comments-area .comment{
padding-right: 0px;
}
.sidebar-page-container .blog-single-content .comments-area .comment .comment-inner .replay-btn{
right: 0px;
}
.video-style-two .vector-image{
display: none;
}
.banner-style-13 .image-box{
margin-left: 0px;
}
.award-section .content-box .award-image{
height: auto;
}
.crypto-service .inner-content{
margin: 0px;
}
.weworks-section .content-box .counter-inner .single-counter-box{
margin-bottom: 30px;
}
#content_block_04 .content-box{
padding: 70px 30px;
}
.management-section .tabs-content .image-box{
margin-bottom: 0px;
}
.main-footer .footer-top .contact-widget .list li:first-child{
margin-bottom: 0px;
}
.banner-style-two .image-box{
display: none;
}
.testimonial-style-four .testimonial-content .inner-box{
padding-left: 30px;
}
}
@media only screen and (max-width: 499px){
.innovative-idea .single-item .inner-box .icon-box{
position: relative;
margin-bottom: 25px;
}
.page-title .content-box .bread-crumb li{
font-size: 20px;
}
#image_block_12 .image-box .image-1{
margin-bottom: 30px;
}
#image_block_12 .image-box .image-2{
position: relative;
left: 0px;
bottom: 0px;
}
#content_block_42 .content-box .btn-box{
width: 240px;
}
#content_block_42 .content-box .btn-box .theme-btn-two{
width: 236px;
margin-bottom: 15px;
margin-right: 0px;
}
.support-section .inner-box .content-box h2{
line-height: 45px;
}
.innovative-idea .single-item .inner-box{
padding: 0px;
}
.testimonial-style-ten .content-box .testimonial-content .author-info:before{
font-size: 80px;
}
#content_block_40 .inner-box .single-item .count-box{
display: none;
}
#content_block_40 .inner-box .single-item .box{
max-width: 100%;
box-shadow: none;
padding: 0px;
}
#image_block_43 .image-box{
min-height: auto;
}
#image_block_43 .image-box .image{
position: relative;
top: 0px;
}
#content_block_40 .inner-box .single-item{
margin-bottom: 15px;
padding: 0px;
}
#content_block_40 .inner-box .single-item:last-child{
margin-bottom: 0px;
}
#content_block_40 .inner-box .single-item .box:after,
#content_block_40 .inner-box .single-item .box:before{
display: none;
}
#content_block_40 .inner-box .single-item .box .pattern-bg .pattern-1,
#content_block_40 .inner-box .single-item .box .pattern-bg .pattern-2{
display: none;
}
#image_block_17 .image-box{
padding: 0px;
}
#image_block_17 .image-box .image{
display: block;
}
#image_block_17 .image-box .image-2,
#image_block_17 .image-box .image-3,
#image_block_17 .image-box .image-4{
display: none;
}
.transactions-work .content-box{
margin-bottom: 30px;
}
.transactions-work{
padding-bottom: 50px;
}
.take-control .single-item .inner-box .image-box{
position: relative;
margin-bottom: 15px;
}
.take-control .single-item .inner-box{
padding: 0px !important;
margin-bottom: 30px !important;
} 
.domain-section .domain-name li{
width: 50%;
}
.ourmission-section .single-item .inner-box .icon-box{
position: relative;
margin-bottom: 25px;
}
.ourmission-section .single-item .inner-box{
padding-left: 0px;
}
.ourmission-section .single-item{
padding: 15px 30px 30px 30px;
}
.download-section .content-box .download-btn{
max-width: 220px;
}
.download-section .content-box .download-btn a{
width: 216px;
}
.download-section .content-box .download-btn .app-store-btn{
margin: 0px 0px 15px 0px;
}
.banner-section .content-box h1,
.banner-style-two .content-box h1,
.banner-style-three .content-box h1,
.banner-style-five .content-box h1,
.banner-style-six .content-box h1,
.banner-style-seven .content-box h1,
.banner-style-eight .content-box h1,
.banner-style-ten .content-box h1,
.banner-style-11 .content-box h1,
.banner-style-12 .content-box h1,
.banner-style-13 .content-box h1,
.banner-style-14 .content-box h2,
.banner-style-15 .content-box h1,
.banner-style-16 .content-box h1,
.banner-style-17 .content-box h1,
.banner-style-18 .content-box h1,
.banner-style-19 .content-box h1,
.page-title .content-box .title-box h1{
font-size: 36px;
line-height: 45px;
}
.sec-title h2{
font-size: 30px !important;
line-height: 40px !important;
}
.main-header.home-3 .menu-area .btn-box{
display: none;
}
.banner-style-four .content-box .btn-box {
width: 220px;
}
.banner-style-four .content-box .btn-box .link-btn{
width: 201px;
margin: 0px 0px 15px 0px;
}
.main-header.home-5 .menu-right-content{
display: none;
}
.download-apps .content-box .download-btn{
width: 220px;
}
.download-apps .content-box .download-btn .app-store-btn{
width: 212px;
margin: 0px 0px 15px 0px;
}
.menu-area .btn-box{
display: none !important;
}
#content_block_20 .content-box h1{
font-size: 36px;
line-height: 45px;
}
.banner-style-11 .content-box .btn-box{
width: 200px;
}
.banner-style-11 .content-box .btn-box .btn-one{
margin: 0px 0px 30px 0px;
}
.feature-style-ten .inner-box .content-box h2{
font-size: 30px;
line-height: 40px;
}
.software-product .content-box .text{
padding: 0px;
}
.banner-style-12 .content-box .btn-box{
width: 230px;
}
.banner-style-12 .content-box .btn-box .btn-one{
margin: 0px 0px 15px 0px;
}
.banner-style-12 .content-box .btn-box .btn-two{
width: 222px;
}
.subscribe-style-three .subscribe-form .form-group button{
position: relative;
left: 0px;
right: 0px;
width: 100%;
}
.subscribe-style-three .subscribe-form .form-group input[type='email']{
padding-right: 20px;
}
.subscribe-style-three .subscribe-form .form-group input[type='email']{
border: 1px solid #cccccc;
}
.subscribe-style-three .subscribe-form .form-group{
border: 0px;
padding: 0px;
}
.subscribe-style-three .subscribe-form .form-group:before{
display: none;
}
.banner-style-15 .content-box .btn-box{
width: 205px;
}
.banner-style-15 .content-box .btn-box  a{
margin: 0px !important;
}
.banner-style-15 .content-box .btn-box .btn-one{
width: 202px;
margin: 0px 0px 15px 0px !important;
}
.banner-style-15 .content-box .text{
padding: 0px;
}
.free-estimate .inner-box h2{
font-size: 30px;
line-height: 35px;
}
.banner-style-16 .lower-box .btn-box{
width: 200px;
margin: 0 auto;
}
.banner-style-16 .lower-box .btn-box a{
margin: 0px !important;
width: 200px;
}
.banner-style-16 .lower-box .btn-box .btn-one{
margin: 0px 0px 15px 0px !important;
}
.download-apps .content-box .text{
padding: 0px;
}
.main-header.style-three .header-top .inner-container .header-info{
float: none;
display: block;
text-align: center;
margin-bottom: 10px;
}
.main-header.style-three .header-top .inner-container .header-nav{
float: none;
display: block;
text-align: center;
}
.domain-section .inner-container{
padding: 50px 30px;
}
.donate-section .content-box .upper-box .btn-box{
width: 230px;
}
.donate-section .content-box .upper-box .btn-box a.btn-one{
margin: 0px 0px 15px 0px;
}
.donate-section .content-box .upper-box .btn-box a.btn-two{
width: 201px;
}
.sidebar-page-container .blog-single-content .inner-box .two-column .image-box{
margin: 0px 0px 25px 0px;
}
.sidebar-page-container .blog-single-content .author-box .author-inner .author-thumb{
position: relative;
margin-bottom: 25px;
}
.sidebar-page-container .blog-single-content .author-box .author-inner{
padding-right: 0px;
}
.increase-website .content-box h2,
#content_block_44 .content-box h2{
line-height: 45px;
}
.service-style-four .service-block-three .inner-box{
min-height: auto;
}
.chicklet-list input{
width: 100%;
}
.faq-section .accordion-box .block .content .text{
padding-right: 0px;
}
}
@media only screen and (max-width: 449px){
.main-footer.style-five .footer-bottom .footer-nav li{
margin: 0px;
padding: 0px;
display: block;
text-align: center;
}
#content_block_52 .content-box .events-slide .single-item .date{
position: relative;
padding: 0px;
text-align: left;
margin-bottom: 15px;
}
#content_block_52 .content-box .events-slide .single-item .inner-box{
padding-right: 30px;
}
.main-footer.style-five .footer-bottom .footer-nav li:before{
display: none;
}
.banner-style-16 .lower-box .cs-countdown .count-col{
margin: 15px;
}
.banner-style-16 .lower-box .cs-countdown .count-col span{
font-size: 40px;
line-height: 45px;
}
#content_block_49 .content-box h2,
#content_block_50 .content-box h2{
font-size: 30px;
line-height: 35px;
}
.pagination li{
margin: 5px;
}
.main-footer.style-six .about-widget .download-btn{
width: 175px;
}
.main-footer.style-six .about-widget .download-btn .app-store-btn{
margin: 0px 0px 15px 0px;
}
.banner-style-17{
padding-bottom: 30px;
}
.banner-style-19{
padding-bottom: 50px;
}
}
@media only screen and (max-width: 399px){
.domain-section .domain-name li,
.domain-section .search-form .form-group button{
width: 100%;
}
.testimonial-style-six .testimonial-content .content-box:before{
display: none;
}
.portfolio-details .load-more-option a{
font-size: 18px;
}
#content_block_26 .content-box .counter-inner .counter-block{
width: 100%;
margin-bottom: 15px;
}
#content_block_46 .content-box .link-btn{
display: none;
}
.subscribe-section .content-box .subscribe-form .form-group button{
width: 100%;
}
#content_block_12 .content-box .single-item .icon-box{
position: relative;
top: 0px;
margin-bottom: 15px;
}
#content_block_12 .content-box .single-item{
padding-left: 0px;
}
.banner-style-six .content-box .mail-box .form-group button,
.banner-style-seven .content-box .mail-box .form-group button,
.banner-style-13 .content-box .mail-box .form-group button,
.banner-style-14 .content-box .mail-box .form-group button,
.banner-style-17 .content-box .mail-box .form-group button{
position: relative;
border-radius: 30px;
width: 100%;
}
.banner-style-six .content-box .mail-box .form-group input[type='email'],
.banner-style-seven .content-box .mail-box .form-group input[type='email'],
.banner-style-13 .content-box .mail-box .form-group input[type='email'],
.banner-style-14 .content-box .mail-box .form-group input[type='email'],
.banner-style-17 .content-box .mail-box .form-group input[type='email']{
padding: 10px 20px;
margin-bottom: 15px;
}
.banner-style-eight .content-box .btn-box{
width: 200px;
}
.banner-style-eight .content-box .btn-box .btn-one{
margin: 0px 0px 10px 0px;
}
.check-work .inner-box .check-form .form-group button{
width: 100%;
}
.designe-process-two .tab-btn-box .tab-btns li{
width: 100%;
}
#content_block_37 .inner-box .company-list li{
width: 100%;
margin: 15px auto;
float: none;
text-align: center;
}
.main-header .menu-right-content{
display: none !important;
}
.banner-style-17 .content-box .download-btn{
width: 175px;
}
.banner-style-17 .content-box .download-btn .app-store-btn{
width: 170px;
margin: 0px 0px 15px 0px;
}
.banner-style-19 .content-box .btn-box{
width: 205px;
}
.banner-style-19 .content-box .btn-box a.btn-one{
margin: 0px 0px 15px 0px;
}
.banner-style-19 .content-box .btn-box a.btn-two{
width: 204px;
}
.popular-causes .content-box .btn-box .btn-one{
margin-right: 10px;
}
#content_block_51 .content-box .donation-box{
padding: 50px 15px;
}
#content_block_51 .content-box .donation-box .btn-box a{
width: 240px;
}
#content_block_46 .content-box .btn-box .btn-one,
#content_block_46 .content-box .btn-box .btn-two{
width: 100%;
}
#content_block_46 .content-box .btn-box .btn-one{
margin-bottom: 10px;
}
.events-section .content-box .events-slide .single-item .info-box li{
margin-right: 0px;
display: block;
}
.subscribe-style-five .content-box .subscribe-form .form-group .theme-btn-two{
width: 100%;
}
.sidebar-page-container .blog-content .single-blog-content .lower-content,
.sidebar-page-container .blog-single-content .inner-box{
padding: 40px 15px 0px 15px;
}
.sidebar-page-container .blog-content .single-blog-content .lower-content .lower-box .right-content li,
.sidebar-page-container .blog-single-content .inner-box .lower-box .right-content li{
margin-right: 10px;
}
}
@media only screen and (max-width: 1199px){
.header-topbar .extra-text {
display: none;
}
.mobile-menu .menu-box ul li.mega-menu>ul.submenu {
background-color: unset !important;
padding: 0px 0!important;
width: 100% !important;
}
ul li.mega-menu ul.submenu li a {
font-size: 16px;
margin-left: 0;
text-transform: capitalize;
}
ul li.mega-menu ul.submenu li {
border-right: unset;
width: 100%;
padding: 0;
font-size: 16px;
margin-left: 20px;
text-transform: capitalize;
z-index: 99;
float: unset;
}
.mobile-menu ul li.mega-menu ul.submenu .dropdown-btn {
display: none;
}
} @media (min-width: 1200px){
.container {
max-width: 1200px;
padding: 0px 15px;
}
}
@media only screen and (max-width: 5000px){
.boxed_wrapper {
overflow: hidden;
}
}
@media only screen and (max-width: 1799px){
.testimonial-style-four .testimonial-content .inner-box .icon-box{
display: none;
}
.testimonial-style-four .testimonial-inner{
left: 0px;
}
.testimonial-style-four .testimonial-content{
margin: 25px 0px;
}
}
@media only screen and (max-width: 1200px){
.banner-section .image-box .image-2{
display: none;
}
.feature-section .content-box{
padding-top: 0px;
}
.feature-style-three .inner-box:first-child .image-box .image-2{
left: 0px;
}
.feature-style-three .inner-box:first-child .content-box{
margin-right: 0px;
}
.feature-style-three .inner-box:first-child .image-box:before,
.feature-style-three .inner-box:first-child .image-box:after,
.feature-style-three .inner-box:last-child .image-box:before,
.feature-style-three .inner-box:last-child .image-box:after,
.pricing-section .tabs-content .tab .pricing-column .pricing-block-one .pricing-table:before,
.pricing-block-one .pricing-table .table-header .price:before{
display: none;
}
.feature-style-three .inner-box:last-child .content-box{
margin-left: 0px;
}
.pricing-block-one .pricing-table .table-content li:before{
display: none;
}
.pricing-block-one .pricing-table .table-content{
padding: 37px 15px 20px 15px;
text-align: center;
}
.pricing-block-one .pricing-table .table-footer{
padding-left: 15px;
text-align: center;
}
.testimonial-section .image-layer{
top: 0px;
}
.download-section .content-box .download-btn .app-store-btn{
margin-right: 10px;
}
.anim-icons{
display: none !important;
}
.main-header .nav-box{
display: none;
}
.banner-style-two .image-box .image{
margin-left: 0px;
}
.feature-style-four .inner-box:first-child .content-box{
margin-right: 0px;
}
.feature-style-four .inner-box:nth-child(2) .content-box{
margin-left: 0px;
}
.feature-style-four .inner-box:first-child .content-box {
padding-top: 40px;
}
.feature-style-four .inner-box .image-box:before{
display: none;
}
.feature-style-four .inner-box:nth-child(3) .image-box{
padding: 0px;
}
.testimonial-style-two .video-inner{
margin-left: 0px;
}
.make-difference .image-box{
margin: 0px;
}
.main-header .menu-area .btn-box{
margin-left: 30px;
}
.main-header .main-menu .navigation > li {
margin: 0px 15px;
}
.banner-style-three .image-box{
margin-left: 0px;
}
.banner-style-three .image-layer {
background-position: center;
width: 100%;
}
.inside-software .inner-content .single-column{
padding: 0px 15px;
}
.inside-software .inner-content{
margin: 0px;
padding: 0px;
}
.inside-software .content-box .text{
padding-right: 0px;
}
.content_block_14 .content-box{
margin-left: 0px !important;
}
.testimonial-style-three .thumb-box{
display: none;
}
.testimonial-style-three .image-layer{
width: 100%;
}
.banner-style-four .image-box{
margin-left: 0px;
}
.service-style-two .inner-content .service-block{
padding: 0px 15px;
}
.service-style-two .inner-content{
margin: 0px;
}
.testimonial-style-four .testimonial-content .inner-box{
min-height: 440px;
}
.pricing-style-three .tab .pricing-block-two:last-child{
display: none;
}
.pricing-style-three {
padding-top: 150px;
}
.banner-style-five .image-layer{
width: 100%;
}
.main-header .menu-right-content {
margin-left: 30px;
}
.banner-style-five .image-box .image-2,
.banner-style-five:before{
display: none;
}
.banner-style-five .image-box{
min-height: auto;
margin: 0px;
}
.download-apps .image-box:before,
.testimonial-style-five .testimonial-content .inner-box .icon-box{
display: none;
}
.download-apps .content-box .download-btn .app-store-btn{
margin-right: 20px;
}
.application-setup .single-column:nth-child(2){
padding-top: 0px;
}
.optimization-application .content-box{
padding-top: 0px;
}
.banner-style-six .image-layer{
width: 100%;
}
.banner-style-six:before{
display: none;
}
.project-inquiry .content-inner .lower-content{
margin-left: 0px;
}
.project-inquiry .content-inner .inner-content{
padding: 0px;
margin: 0px;
}
.project-inquiry .content-inner .inner-content .single-column{
padding: 0px 15px;
}
.project-inquiry .content-inner .content-box{
padding-top: 15px;
}
.project-inquiry .content-inner .inner-content .single-column:last-child{
padding-top: 0px;
}
.testimonial-style-six .owl-nav{
bottom: 0px;
}
.feature-style-seven{
padding-top: 150px;
}
.feature-style-seven:before,
.feature-style-seven:after{
display: none;
}
.enterprise-section .single-item .inner-box,
.enterprise-section .single-column:nth-child(2) .single-item .inner-box, 
.enterprise-section .single-column:nth-child(3) .single-item .inner-box{
padding: 50px 30px;
}
.enterprise-section .single-item .inner-box .image-box,
.enterprise-section .single-column:nth-child(2) .single-item .inner-box .image-box, 
.enterprise-section .single-column:nth-child(3) .single-item .inner-box .image-box{
position: relative;
right: 0px;
bottom: 0px;
left: 0px;
margin-bottom: 30px;
}
.banner-style-eight .image-layer{
width: 100%;
background-position: bottom center;
}
.banner-style-eight{
padding-top: 200px;
}
.reasons-section .inner-content .single-column,
.dashboard-feature .inner-content .feature-column,
.service-style-three .single-column{
padding: 0px 15px;
}
.reasons-section .inner-content,
.dashboard-feature .inner-content,
.service-style-three .inner-container{
margin: 0px;
}
.banner-style-ten{
padding-top: 200px;
}
.check-work .inner-box .check-form .form-group input[type='text'], 
.check-work .inner-box .check-form .form-group input[type='email']{
max-width: 260px;
}
.main-footer.style-four:before,.main-footer.style-four:after{
display: none;
}
.testimonial-style-nine .testimonial-content{
padding: 0px 100px;
}
.softwere-product .content-box{
margin-right: 0px;
}
.testimonial-style-ten .user-thumb{
margin: 0px;
}
.feature-style-ten .inner-container .inner-box .content-box:before{
display: none;
}
.testimonial-style-ten .user-thumb{
margin-bottom: 50px;
}
.testimonial-style-ten .content-box{
margin-left: 0px;
}
.betterlook-section .content-box{
margin-right: 0px;
}
.banner-style-12 .content-box{
margin-right: 0px;
}
.banner-style-12 .image-box:before,
.banner-style-13:before{
display: none;
}
.designe-process-two .tab-btn-box .tab-btns li{
width: 220px;
}
.designe-process-two .tabs-content .content-box{
margin: 0px;
}
.banner-style-13 .image-layer{
width: 100%;
}
.award-section .content-box .award-image{
position: relative;
left: 0px;
top: 0px;
margin-bottom: 50px;
width: auto;
}
.award-section .content-box{
padding: 40px 60px;
text-align: center;
}
.feature-style-11 .inner-content .inner-box:first-child .image-box:before,
.feature-style-11 .inner-content .inner-box:nth-child(2) .image-box:before,
.feature-style-11 .inner-content .inner-box:nth-child(3) .image-box:before,
.feature-style-11 .inner-content .inner-box:nth-child(4) .image-box:before,
.feature-style-11 .inner-content .inner-box:last-child .image-box:before{
display: none;
}
canvas{
width: 200px !important;
height: 200px !important;
}
.pricing-style-four .feature-inner .list li{
padding: 25px 15px;
}
.testimonial-style-11 .inner-container:before{
background-size: contain;
}
.testimonial-style-11 .inner-container{
padding: 0px;
}
.testimonial-style-11 .inner-container .sec-title{
padding: 0px 65px;
}
.testimonial-style-11 .inner-container .sec-title:before{
display: none;
}
.testimonial-style-11 .testimonial-inner{
padding-right: 120px;
}
.main-header.style-two .outer-container .main-box{
padding: 0px 15px;
}
.main-header.style-two .main-menu .navigation > li{
margin: 0px 10px;
}
.awesome-features .feature-block-two{
margin: 30px 0px;
}
.powerful-management .inner-box{
margin: 0px;
}
.content_block_37 .inner-box .company-list li a {
width: 150px;
}
.main-header.home-15 .menu-right-content {
margin-left: 15px;
}
.main-header.home-15 .menu-area .btn-box{
margin-left: 15px;
}
.main-header.home-15 .search-box-outer {
margin-right: 15px;
}
.main-header.home-15 .main-menu .navigation > li {
margin: 0px 10px;
}
.feature-style-13 .inner-box .image-box:before{
display: none;
}
.feature-style-13{
padding-bottom: 100px;
}
.case-block-one .inner-box .image-box .box a{
margin: 0px 15px;
}
.case-block-one .inner-box .image-box .box a:before{
right: -18px;
}
.case-block-one .inner-box .lower-content{
padding: 35px 0px;
}
.counter-style-three .inner-box{
width: 200px;
height: 200px;
}
.counter-style-three .inner-box:after{
width: 220px;
height: 220px;
}
.check-website:before,
.check-website:after{
display: none;
}
.banner-style-17 .image-layer,
.banner-style-17:before{
display: none;
}
.banner-style-17 .image-box{
margin-left: 0px;
}
.rider-section .inner-content .inner-box .content-box .btn-box{
display: block;
}
.rider-section .inner-content .inner-box .content-box .btn-box a{
width: 240px;
}
.rider-section .inner-content .inner-box .content-box .btn-box .theme-btn-two{
margin-bottom: 10px;
}
.news-style-two .news-block,
.best-hosting .single-column{
padding: 0px 15px;
}
.news-style-two .inner-content,
.best-hosting .inner-content{
padding: 0px;
margin: 0px;
}
.banner-style-18 .content-box{
margin-top: 50px;
}
.best-hosting .single-item .inner-box{
padding-left: 30px;
min-height: 450px;
}
.increase-website .content-box,
.managed-wordpress .content-box{
margin: 0px;
}
.service-style-four .service-block-three .inner-box{
max-height: 100%;
padding: 0px 30px 55px 30px;
min-height: 380px;
}
.main-footer.style-six .about-widget .download-btn a{
width: 175px;
}
.main-footer.style-six .about-widget .download-btn .app-store-btn{
margin-bottom: 10px;
}
.banner-style-19 .content-box .btn-box a.btn-one{
margin-right: 2px;
}
.popular-causes .image-box .image{
position: relative;
top: 0px;
}
.weworks-section .inner-box .single-column{
padding: 0px 15px;
}
.weworks-section .inner-box:before,
.social-fundraising .image-box:before,
.donate-section:before,
.donate-section:after{
display: none;
}
.social-fundraising .content-box{
margin: 0px;
}
.content_block_52 .content-box .events-slide .single-item .inner-box{
padding: 30px 120px 30px 30px;
}
.content_block_52 .content-box .events-slide .single-item .date{
padding: 40px 30px 30px 20px;
}
.content_block_52 .content-box .bx-viewport{
min-height: 580px !important;
}
.main-header.style-four .menu-area .btn-box,
.main-header.style-four .menu-right-content .nav-btn{
margin-left: 15px;
}
.main-header.style-four .search-box-outer {
margin-right: 15px;
}
.main-header.style-four .menu-right-content{
margin-left: 20px;
}
.main-header.style-four .main-menu .navigation > li{
margin: 0px 12px;
}
.faq-section .faq-sidebar{
margin-right: 0px;
}
.subscribe-style-five .content-box{
margin-left: 0px;
}
.pricing-section .pricing-column{
padding: 0px 15px;
}
.pricing-section .tabs-box{
margin: 0px;
}
.contact-section .info-content .single-info-box{
padding: 0px;
}
.management-section .tabs-content .image-box{
min-height: auto;
}
.testimonial-style-five .owl-dots{
display: none;
}
.content_block_40 .inner-box .single-item:nth-child(2){
margin-left: 0px;
}
.crypto-service .inner-content .single-column{
padding: 0px 15px;
}
.timeline-work .inner-content .single-item{
width: 33.333%;
margin: 30px 0px;
}
.pricing-block-two .pricing-table .choice-box{
display: none;
}
.feature-style-ten .inner-container .inner-box:first-child .image-box,
.feature-style-ten .inner-container .inner-box:nth-child(2) .content-box,
.feature-style-ten .inner-container .inner-box:nth-child(3) .image-box,
.feature-style-ten .inner-container .inner-box:last-child .content-box{
margin-left: 0px;
}
.feature-style-ten .inner-container .inner-box:first-child .content-box,
.feature-style-ten .inner-container .inner-box:nth-child(2) .image-box,
.feature-style-ten .inner-container .inner-box:nth-child(3) .content-box,
.feature-style-ten .inner-container .inner-box:last-child .image-box,
.software-product .content-box{
margin-right: 0px;
}
.main-header.home-19 .menu-area .btn-box{
margin-left: 30px;
}
.chicklet-list li.other-amount{
width: 100%;
}
.chicklet-list li span{
position: relative;
left: 0px;
top: 0px;
margin-right: 15px;
}
.news-block-three .inner-box .lower-content h3{
font-size: 20px;
line-height: 30px;
}
.testimonial-style-four .testimonial-content .inner-box .author-info .name{
font-size: 16px;
}
.testimonial-style-four .testimonial-content .inner-box .author-info .designation{
font-size: 12px;
}
.testimonial-style-six .inner-box{
top: 80px;
}
.banner-style-12:after{
display: none;
}
.iamge_block_02 .image-2{
left: -15PX;
}
.iamge_block_03 .image-box .bg-layer{
left: -150px;
}
.pricing-section .tabs-content .tab .pricing-column .pricing-block-one .pricing-table .image{
display: none;
}
.pricing-block-one .pricing-table .table-content li{
padding-left: 0px;
}
.pricing-block-one .pricing-table .table-footer{
padding-bottom: 40px;
}
.content_block_05 .content-box .download-btn .app-store-btn{
margin-right: 20px;
}
.feature-style-five .inner-box:nth-child(2){
margin-bottom: 100px;
}
.content_block_16 .content-box .download-btn .app-store-btn{
margin-right: 20px;
}
.feature-style-ten .inner-container .inner-box .content-box .bg-layer{
display: none;
}
.content_block_30 .content-box{
margin-right: 0px;
}
.image_block_34 .image-box img{
max-width: 100%;
width: 100%;
float: none;
}
.check-website .vactor-bg,
.banner-style-17 .image-shap,
.donate-section .pattern-box,
.video_block_02 .inner-box .image-box .pattern-bg,
.banner-style-19 .image-box .bg-layer,
.banner-style-19 .image-bg{
display: none;
}
.feature-style-13 .inner-box .content-box{
margin-top: 0px;
}
.banner-style-19 .image-box{
margin: 0px;
}
.banner-style-two .image-box{
margin-left: 0px;
}
.nav-outer .mobile-nav-toggler{
display: block;
margin: 0;
padding: 24px 0;
}
.main-header.style-four .menu-area .mobile-nav-toggler .icon-bar{
background: #fff;
}
.main-header.home-4 .menu-area .mobile-nav-toggler .icon-bar{
background: #fff;
}
.menu-area .mobile-nav-toggler {
display: block !important;
margin-top: 38px;
padding: 10px;
}
.main-header.style-two .menu-area .mobile-nav-toggler{
margin-top: 33px;
}
.main-header.style-two .menu-area .mobile-nav-toggler .icon-bar{
background: #fff;
}
.main-menu{
display: none !important;
}
.banner-style-two .image-layer,
.image_block_06 .image-box .bg-layer,
.image_block_07 .image-box .bg-layer,
.content_block_08 .content-box .image,
.content_block_10 .content-box .image{
display: none;
}
.main-header .outer-container .logo-box .logo{
padding: 30px 0px;
}
.image_block_08 .image-box, .image_block_09 .image-box{
padding: 0px;
}
.content_block_07 .content-box{
padding-top: 0px;
}
.feature-style-four .inner-box:last-child .content-box,
.content_block_08 .content-box{
margin-left: 0px;
}
.video_block_01 .video-inner{
margin-left: 0px;
}
.main-header .menu-right-content{
margin: 40px 15px 0px 0px;
}
.main-header.home-5 .menu-area .mobile-nav-toggler .icon-bar{
background: #4527a4;
}
.main-header.home-3 .menu-area .btn-box{
margin: 38px 15px 0px 0px;
}
.main-header .menu-area .btn-box{
margin: 38px 15px 0px 0px;
}
.main-header.home-15 .menu-right-content{
margin-top: 23px;
}
.main-header.home-16 .menu-area .btn-box {
margin: 33px 15px 0px 0px;
}
.main-header.home-17 .menu-area .btn-box {
margin-top: 32px;
}
.main-header.home-19 .menu-area .btn-box {
margin: 32px 15px 0px 0px;
}
.sticky-header{
display: none !important;
}
.feature-style-eight .pattern-bg,
.service-style-three .image-layer,
.solve-problem .image-layer,
.banner-style-12 .image-box .bg-layer,
.news-section.home-16 .pattern-bg{
display: none;
}
.image_block_26 .image-box .bg-layer{
display: none;
}
.main-header.style-four .menu-right-content{
margin: 20px 15px 0px 0px;
}
.portfolio-details .content-box{
margin-left: 0px;
}
.banner-style-five .image-layer{
display: none;
}
.main-header.home-5 .menu-right-content .cart-box-outer a,
.main-header.home-5 .search-box-btn{
color: #222;
}
.main-footer.style-four .pattern-bg,
.banner-style-five .pattern-layer{
display: none;
}
}
@media only screen and (min-width: 768px){
.main-menu .navigation > li > ul,
.main-menu .navigation > li > ul > li > ul{
display:block !important;
visibility:hidden;
opacity:0;
}
}
@media only screen and (max-width: 991px){
.margin_left_30{
margin-left: 0px !important;
}
.margin_right_30{
margin-right: 0px !important;
}
.margin_left_100{
margin-left: 0px !important;
}
.image_block_16 .image-box .bg-layer,
.banner-style-six .image-shap,
.feature-style-seven .pattern-bg1,
.feature-style-seven .pattern-bg2{
display: none;
}
.main-footer.style-six .copyright{
margin-top: 0px;
}
.banner-section{
padding: 200px 0px;
}
.banner-section .content-box, .feature-section .image-box .image {
margin: 0px 0px 50px 0px !important;
}
.banner-section .image-box{
margin: 0px;
}
.banner-style-four .image-box .layer-bg,
.image_block_14 .image-box .bg-layer{
display: none;
}
.banner-section .image-box .image-1{
position: relative;
top: 0px;
}
.feature-section{
padding-top: 150px;
}
.feature-style-two .feature-block:nth-child(2){
padding-top: 0px;
}
.feature-block-one .inner-box{
margin-bottom: 30px;
}
.feature-style-three .inner-box:first-child .image-box .image-2{
top: 75px;
}
.feature-style-three .inner-box:first-child{
margin-bottom: 100px;
}
.feature-style-three{
padding-bottom: 100px;
}
.video-section .bg-column{
width: 100%;
}
.video-section .video-inner{
text-align: center;
margin: 0px;
padding: 100px 0px;
}
.pricing-block-one .pricing-table{
margin-bottom: 30px;
}
.iamge_block_04 .image-box{
margin: 0px;
}
.content_block_05 .content-box {
padding-bottom: 100px;
}
.main-footer .footer-top .about-widget{
margin: 0px;
}
.content_block_07 .content-box{
margin-right: 0px;
}
.banner-style-two .image-box{
margin-top: 0px;
}
.main-footer .footer-top .footer-widget{
margin: 0px 0px 30px 0px;
}
.main-footer .footer-top{
padding-bottom: 70px;
}
.content_block_02 .content-box{
padding-top: 0px;
}
.content_block_03 .content-box{
padding-bottom: 0px;
padding-top: 50px;
}
.iamge_block_02 .image-box{
margin-bottom: 30px;
}
.iamge_block_03 .image-box .image-1,
.iamge_block_03 .image-box .image-2{
position: relative;
display: inline-block;
}
.iamge_block_02 .image-box .bg-layer,
.iamge_block_03 .image-box .bg-layer{
display: none;
}
.banner-style-two .content-box{
margin: 0px 0px 30px 0px;
}
.banner-style-two .image-box img{
float: none;
max-width: 100%;
}
.banner-style-two .image-box .image{
margin: 0px;
}
.banner-style-two .image-box .image:before{
display: none;
}
.banner-style-two .image-layer {
display: none;
}
.service-block-one .inner-box{
margin-bottom: 30px;
}
.feature-style-four .inner-box:first-child .content-box{
padding: 0px;
margin-bottom: 30px;
}
.feature-style-four .inner-box:first-child{
margin-bottom: 100px;
}
.feature-style-four .inner-box:nth-child(2) .image-box img,
.feature-style-four .inner-box:last-child .image-box .image img,
.image_block_10 .image-box .image img{
float: none;
max-width: 100%;
width: 100%
}
.feature-style-four .inner-box:nth-child(2) .image-box .image{
margin-bottom: 30px;
}
.feature-style-four .inner-box:nth-child(3) .content-box{
margin-bottom: 30px;
}
.image_block_10 .image-box .image{
margin: 0px 0px 30px 0px;
}
.feature-style-four .inner-box:last-child .content-box{
margin-left: 0px;
}
.feature-style-four .inner-box:last-child .content-box .image{
display: none;
}
.management-section .tabs-content{
min-height: auto;
}
.video_block_01 .video-inner{
background-position: center;
background-repeat: no-repeat;
background-size: auto;
}
.testimonial-style-two .content-box{
margin-bottom: 50px;
}
.main-header .menu-area .btn-box {
margin: 37px 15px 0px 0px;
}
.banner-style-three .content-box{
margin-bottom: 30px;
}
.banner-style-three .image-box .image-1 img{
float: none;
max-width: 100%;
width: 100%;
}
.banner-style-three .image-box{
margin: 0px;
}
.banner-style-three .image-box .image-2,
.banner-style-three .image-box .image-3{
display: none;
}
.banner-style-three {
padding: 200px 0px 50px 0px;
}
.inside-software .content-box{
margin: 0px 0px 50px 0px;
}
.inside-software{
padding-bottom: 50px;
}
.feature-style-five .inner-box .content-box,
.feature-style-five .inner-box:nth-child(2) .image-box{
margin: 0px 0px 50px 0px;
}
.feature-style-five .inner-box:first-child .image-box{
margin-left: 0px;
}
.feature-style-five .inner-box:nth-child(2){
margin-bottom: 100px;
}
.feature-style-five .inner-box{
margin-bottom: 150px;
}
.pricing-block-two .pricing-table{
margin-bottom: 30px;
}
.timeline-work .inner-content .single-item .year{
width: 225px;
height: 225px;
}
.pricing-block-two:hover .pricing-table{
margin: 0px 0px 30px 0px;
padding: 41px 15px 45px 15px;
}
.page-title .content-box .title-box,
.page-title .content-box .bread-crumb{
float: none;
display: block;
}
.banner-style-five .content-box{
margin-bottom: 30px;
}
.pricing-style-three{
padding-top: 80px;
}
.banner-style-four{
padding: 200px 0px 120px 0px;
}
.banner-style-four .image-box{
margin: 0px;
}
.banner-style-four .image-box:before,
.feature-style-six .inner-box:first-child .image-box:before{
display: none;
}
.banner-style-four .content-box{
margin-bottom: 50px;
}
.feature-style-six .content-box,
.feature-style-six .inner-box:last-child .image-box,
.pricing-style-three .content-box{
margin: 0px 0px 30px 0px;
}
.feature-style-six .inner-box:first-child .image-box{
margin: 0px;
}
.image_block_14 .image-box .image-1 img{
max-width: 100%;
float: none;
}
.pricing-style-three .inner-box{
margin: 0px;
}
.pricing-style-three .tab .pricing-block-two:first-child{
position: relative;
top: 0px;
}
.pricing-style-three .tab .pricing-block-two:first-child .pricing-table{
margin: 0px;
}
.main-header .menu-right-content{
margin: 40px 15px 0px 0px;
}
.banner-style-five .content-box{
padding-top: 0px;
}
.banner-style-five{
padding-top: 200px;
}
.banner-style-two {
padding-top: 200px;
}
.banner-style-five .image-box .image-1{
position: relative;
top: 0px;
margin-top: 30px;
}
.download-apps .image-box{
margin: 0px;
}
.download-apps .image-box .image-2{
position: relative;
top: 0px;
text-align: center;
margin-bottom: 30px;
}
.download-apps.home-17 .image-box,
.image_block_42 .image-box{
margin: 0px 0px 30px 0px;
}
.download-apps .image-box .image-1{
left: 0px;
text-align: center;
margin-bottom: 30px;
}
.innovative-idea .single-item .inner-box{
padding-bottom: 30px;
}
.image_block_43 .image-box .bg-layer{
display: none;
}
.application-setup .single-item{
margin-bottom: 60px;
}
.image_block_43 .image-box{
margin: 0px 0px 30px 0px;
}
.testimonial-style-five:before,
.testimonial-style-five:after,
.content_block_48 .inner-box .bg-layer,
.image_block_44 .image-box .bg-layer{
display: none;
}
.testimonial-style-five .testimonial-content .inner-box .author-info{
padding: 0px;
}
.testimonial-style-five .testimonial-content .inner-box .author-info .image-box{
position: relative;
margin-bottom: 15px;
}
.banner-style-six .image-layer{
display: none;
}
.banner-style-six{
padding-top: 200px;
}
.banner-style-six .image-box .user-thumb{
display: none;
}
.banner-style-six .image-box{
margin: 0px;
}
.banner-style-six .content-box{
padding: 0px;
margin: 0px 0px 40px 0px;
}
.banner-style-six .image-box  img{
width: 100%;
}
.recruitment-section .single-item .inner-box{
margin-bottom: 30px;
}
.project-inquiry .image-inner .image-box .image-1{
float: none;
margin-bottom: 50px;
}
.project-inquiry .image-inner .image-box .image-1 img{
width: 100%;
}
.project-inquiry .image-inner .image-box .image-2{
position: relative;
bottom: 0px;
text-align: center;
}
.project-inquiry .image-inner{
margin-bottom: 50px;
}
.project-inquiry .content-inner .single-item{
margin-bottom: 50px;
}
.testimonial-style-six .testimonial-content .image-box:before{
display: none;
}
.testimonial-style-six .testimonial-content .image-box{
margin: 0px;
}
.testimonial-style-six .sec-title{
margin: 0px 0px 50px 0px;
padding: 0px;
}
.testimonial-style-six .inner-box{
top: 0px;
margin-top: 0px;
}
.testimonial-style-six .testimonial-content .image-box:after{
display: none;
}
.testimonial-style-six .testimonial-content .content-box{
margin: 0px;
padding-top: 30px;
}
.testimonial-style-six .owl-nav{
position: relative;
left: 0px;
margin-left: 0px;
text-align: center;
}
.subscribe-style-two .content-box{
margin: 0px 0px 50px 0px;
}
.banner-style-seven .content-box{
padding: 0px;
margin-bottom: 30px;
}
.banner-style-seven .image-box{
margin: 0px;
}
.banner-style-seven .image-box .image img{
max-width: 100%;
float: none;
}
.banner-style-seven{
padding: 200px 0px 100px 0px;
}
.banner-style-seven .image-layer{
width: 100%;
background-position: center;
}
.feature-style-seven .inner-box:first-child .image-box img,
.device-friendly .image-box img,
.banner-style-eight .image-box img{
max-width: 100%;
float: none;
}
.feature-style-seven .inner-box .image-box{
margin-bottom: 40px;
}
.feature-style-seven .inner-box:first-child .content-box{
margin-left: 0px;
}
.feature-style-seven .inner-box:last-child .content-box{
margin: 0px 0px 40px 0px;
}
.enterprise-section{
padding-bottom: 0px;
}
.device-friendly .image-box{
margin: 0px;
}
.device-friendly .content-box{
margin: 0px;
padding-top: 60px;
}
.banner-style-eight .image-layer{
display: none;
}
.banner-style-eight{
background: #4527a4;
}
.banner-style-eight .content-box{
margin: 0px 0px 50px 0px;
}
.reasons-section{
padding: 100px 0px 70px 0px;
}
.reasons-section .single-item{
margin-bottom: 30px;
}
.feature-style-eight .inner-box:first-child .image-box,
.feature-style-eight .inner-box:last-child .image-box{
margin: 0px 0px 40px 0px;
}
.feature-style-eight .inner-box:nth-child(2) .image-box{
margin: 40px 0px 0px 0px;
}
.testimonial-style-seven .thumb-box{
display: none;
}
.banner-style-nine{
padding-bottom: 150px;
}
.dashboard-feature .content-box{
margin-bottom: 30px;
}
.dashboard-feature .inner-content .feature-column:last-child{
padding-top: 0px;
}
.support-section .inner-box .content-box{
margin-bottom: 40px;
}
.support-section .inner-box .image-box{
margin: 0px;
}
.support-section .inner-box:last-child .image-box img{
max-width: 100%;
float: none;
width: 100%;
}
.support-section .inner-box:last-child .content-box{
margin: 40px 0px 0px 0px;
}
.trusted-section .image-box .image{
position: relative;
}
.trusted-section .image-box{
min-height: auto;
}
.trusted-section .fact-counter .inner-box{
margin-bottom: 30px;
}
.banner-style-ten .content-box,
.content_block_25 .content-box,
.counter-style-two .image-box{
margin: 0px 0px 40px 0px;
}
.banner-style-ten .image-box img,
.solve-problem .image-box img{
max-width: 100%;
float: none;
width: 100%;
}
.transactions-work.elements{
padding: 100px 0px 150px 0px !important;
}
.transactions-work.elements .content-box{
margin-top: 0px;
}
.banner-style-ten .image-box{
margin: 0px;
}
.service-style-three .single-column:nth-child(2),
.service-style-three .single-column:last-child{
padding-top: 0px;
}
.marketing-benefits .content-box{
margin: 0px 0px 60px 0px;
}
.check-work .inner-box{
padding: 0px;
}
.banner-style-11 {
padding: 200px 0px;
}
.banner-style-11 .vector-image{
display: none;
}
.organization-section .single-item{
margin-bottom: 30px;
}
.security-invisible .content-box{
margin: 0px 0px 40px 0px;
}
.security-invisible .image-box img,
.feature-style-ten .inner-container .inner-box .image-box img,
.software-product .image-box img,
.image_block_30 .image-box img,
.streamline-section .image-box img,
.banner-style-13 .image-box img,
.solution-section .image_block_31 .image-box img,
.image_block_32 .image-box img{
max-width: 100%;
float: none;
width: 100%;
}
.betterlook-section .pattern-bg1,
.betterlook-section .pattern-bg2{
display: none;
}
.solution-section .inner-content .inner-box:first-child .content-box{
margin-left: 0px !important;
}
.content_block_29 .content-box,
.feature-style-ten .inner-container .inner-box:first-child .image-box{
padding: 0px;
margin: 0px 0px 40px 0px;
}
.feature-style-ten .inner-container .inner-box:nth-child(2) .image-box{
margin: 0px 0px 40px 0px;
}
.feature-style-ten .inner-container .inner-box:nth-child(2) .content-box,
.feature-style-ten .inner-container .inner-box:nth-child(3) .content-box,
.feature-style-ten .inner-container .inner-box:nth-child(3) .image-box,
.feature-style-ten .inner-container .inner-box:last-child .image-box{
padding: 0px;
margin: 0px 0px 40px 0px;
}
.feature-style-ten .inner-container .inner-box:nth-child(2) .image-box img{
float: none;
}
.feature-style-ten .inner-container .inner-box:last-child .content-box{
padding: 0px;
margin: 0px;
}
.software-product .content-box{
margin: 0px 0px 50px 0px;
}
.betterlook-section .content-box{
margin-bottom: 30px;
}
.banner-style-12:after,
.banner-style-12:before{
display: none;
}
.banner-style-12{
padding: 200px 0px 150px 0px;
}
.banner-style-12 .content-box,
.solution-section .inner-content .inner-box:first-child .image-box,
.solution-section .inner-content .inner-box:last-child .content-box,
.content_block_33 .content-box{
margin: 0px 0px 40px 0px;
}
.banner-style-12 .image-box{
margin: 0px;
padding: 0px;
}
.banner-style-12 .pattern-bg,
.banner-style-13 .image-shap{
display: none;
}
.solution-section .inner-content .inner-box:first-child .content-box,
.designe-process-two .tabs-content .image-box{
margin: 0px;
}
.designe-process-two .tab-btn-box .tab-btns li{
width: 172px;
font-size: 14px;
}
.designe-process-two .tabs-content .content-box{
margin-bottom: 40px;
}
.banner-style-13 .image-layer{
display: none;
}
.banner-style-13 .content-box{
margin-bottom: 60px;
}
.chooseus-section .inner-box{
margin-bottom: 30px;
}
.feature-style-11 .inner-content .inner-box:first-child .image-box img, 
.feature-style-11 .inner-content .inner-box:nth-child(3) .image-box img, 
.feature-style-11 .inner-content .inner-box:last-child .image-box img{
float: none;
width: 100%;
}
.feature-style-11 .inner-content .inner-box:nth-child(2) .image-box img, 
.feature-style-11 .inner-content .inner-box:nth-child(4) .image-box img{
float: none;
width: 100%;
}
.feature-style-11 .inner-content .inner-box:first-child .image-box,
.feature-style-11 .inner-content .inner-box:nth-child(2) .content-box,
.feature-style-11 .inner-content .inner-box:nth-child(3) .image-box,
.feature-style-11 .inner-content .inner-box:last-child .image-box,
.feature-style-11 .inner-content .inner-box:nth-child(4) .content-box{
margin-bottom: 40px;
}
.feature-style-11 .inner-content .inner-box:nth-child(4){
margin-bottom: 100px;
}
.crm-programming .single-item{
padding-bottom: 30px;
}
.crm-programming{
padding-bottom: 0px;
}
.crm-programming .image-layer,
.feature-style-11 .inner-content .inner-box:first-child .image-box .bg-layer,
.feature-style-11 .inner-content .inner-box:nth-child(2) .image-box .bg-layer,
.feature-style-11 .inner-content .inner-box:nth-child(3) .image-box .bg-layer,
.feature-style-11 .inner-content .inner-box:nth-child(4) .image-box .bg-layer,
.feature-style-11 .inner-content .inner-box:last-child .image-box .bg-layer,
.testimonial-style-11 .inner-container .bg-layer,
.image_block_36 .image-box .bg-layer,
.image_block_37 .image-box .bg-layer{
display: none;
}
.pricing-style-four .pricing-table .table-footer{
position: relative;
bottom: 0px;
padding: 25px 0px;
}
.pricing-style-four .feature-inner h2{
min-height: 120px;
}
.pricing-style-four {
padding-bottom: 80px;
}
.testimonial-style-11 .inner-container .sec-title h2{
color: #222;
}
.testimonial-style-11 .testimonial-inner .testimonial-content .text,
.testimonial-style-11 .testimonial-inner .testimonial-content .author-info .designation,
.testimonial-style-11 .testimonial-inner .owl-prev, 
.testimonial-style-11 .testimonial-inner .owl-next{
color: #777;
}
.testimonial-style-11 .testimonial-inner .testimonial-content .author-info .name{
color: #4527a4;
}
.testimonial-style-11 .testimonial-inner .owl-prev:hover, 
.testimonial-style-11 .testimonial-inner .owl-next:hover{
color: #4527a4;
}
.testimonial-style-11 .testimonial-inner .owl-prev:before{
background: #777;
}
.testimonial-style-11 .inner-container:before{
display: none;
}
.testimonial-style-11 .testimonial-inner{
padding: 0px;
}
.banner-style-14 .content-box .image-box{
margin: 0px;
}
.feature-block-two .inner-box{
padding: 82px 10px 0px 10px;
}
.feature-style-12 .inner-box .content-box h2{
max-width: 100%;
}
.feature-style-12 .inner-box:first-child .content-box,
.feature-style-12 .inner-box:nth-child(2) .image-box,
.feature-style-12 .inner-box:last-child .content-box{
margin-bottom: 40px;
}
.powerful-management .content-box{
margin-bottom: 50px;
}
.main-header.home-15 .menu-right-content{
margin: 20px 15px 0px 0px;
}
.main-header.home-15 .outer-container .logo-box .logo{
padding-top: 30px;
}
.work-section .single-item{
margin-bottom: 30px;
}
.feature-style-13 .inner-box:first-child .content-box,
.feature-style-13 .inner-box:last-child .image-box{
margin: 0px 0px 40px 0px;
}
.feature-style-13 .inner-box:last-child .content-box{
margin: 0px;
}
.feature-style-13 .inner-box:first-child .image-box img{
float: none;
max-width: 100%;
width: 100%;
}
.case-block-one .inner-box .lower-content h2{
font-size: 22px;
}
.counter-style-three .inner-box{
display: block;
margin: 30px auto;
}
.pricing-style-four.home-15 .feature-inner{
margin-bottom: 30px;
}
.pricing-style-four.home-15{
padding-bottom: 120px;
}
.main-header.home-16 .menu-area .btn-box{
margin: 32px 15px 0px 0px;
}
.banner-style-16 .upper-box .content-box{
margin-bottom: 60px;
}
.banner-style-16 .image-box{
margin: 0px;
}
.banner-style-16 .image-layer{
display: none;
}
.banner-style-16{
background: #4527a4;
padding-top: 200px;
}
.banner-style-16 .lower-box .cs-countdown .count-col{
margin: 0px 30px;
}
.transactions-work .content-box{
margin-bottom: 100px;
}
.crypto-service .single-item{
margin-bottom: 60px;
}
.crypto-service{
padding-bottom: 100px;
}
.take-control .single-column:nth-child(3) .single-item .inner-box, 
.take-control .single-column:last-child .single-item .inner-box {
padding-bottom: 60px;
}
.subscribe-style-five .image-box{
margin: 0px 0px 40px 0px;
}
.main-footer.style-six .footer-top .about-widget{
margin-bottom: 30px;
}
.main-footer.style-six .footer-top:before,
.news-section.home-16:before,
.news-section.home-16:after{
display: none;
}
.main-header.home-17 .menu-area .btn-box{
margin-top: 32px;
}
.banner-style-17 .image-box img{
max-width: 100%;
float: none;
width: 100%;
}
.banner-style-17 .content-box{
padding: 0px;
margin-bottom: 60px;
}
.rider-section .inner-content .inner-box:first-child .image-box{
margin: 0px 0px 40px 0px;
}
.rider-section .inner-content .inner-box .content-box .btn-box{
display: flex;
}
.rider-section .inner-content .inner-box:last-child .image-box{
margin: 50px 0px 0px 0px;
}
.whereyou-section .content-box{
margin-bottom: 60px;
}
.whereyou-section .image-box img{
max-width: 100%;
float: none;
}
.whereyou-section .image-box{
margin: 0px;
}
.rider-section{
padding-bottom: 80px;
}
.ridesharing-section .single-item{
margin-bottom: 30px;
}
.download-apps .image{
margin-bottom: 40px;
}
.banner-style-18 .content-box{
max-width: 100%;
margin: 0px 0px 60px 0px;
}
.domain-section .inner-container{
padding: 80px 50px;
}
.best-hosting .single-item .inner-box{
min-height: auto;
}
.best-hosting .single-item{
margin-bottom: 50px;
}
.best-hosting{
padding-bottom: 50px;
}
.increase-website .content-box{
padding: 0px;
margin-bottom: 80px;
}
.increase-website .image-box{
margin: 0px;
}
.domain-prices .domain-name{
margin-bottom: 50px;
}
.managed-wordpress .image-layer{
height: 100%;
}
.managed-wordpress{
padding: 150px 0px;
}
.testimonial-style-nine.home-18{
padding-top: 100px;
}
.main-footer.style-five .footer-bottom .footer-nav{
float: none;
}
.banner-style-19:before{
display: none;
}
.main-header.home-19 .menu-area .btn-box{
margin: 32px 15px 0px 0px;
}
.banner-style-19{
padding: 200px 0px 120px 0px;
}
.banner-style-19 .image-box{
margin: 0px;
}
.banner-style-19 .image-box:before{
display: none;
}
.banner-style-19 .content-box{
margin-bottom: 60px;
}
.ourmission-section .single-item{
margin-bottom: 30px;
padding-bottom: 80px;
}
.ourmission-section{
padding-bottom: 100px;
}
.popular-causes .image-box,
.social-fundraising .image-box,
.campaing-section .content-box,
.donate-section .image-box{
margin: 0px 0px 40px 0px;
}
.popular-causes .image-box .image:before{
display: none;
}
.popular-causes{
padding: 120px 0px;
}
.weworks-section .content-box{
padding: 0px;
}
.campaing-section .image-box{
margin: 0px;
}
.events-section .inner-column .inner-box{
margin-top: 50px;
}
.content_block_52 .content-box .bx-viewport {
min-height: 500px !important;
}
.events-section .inner-box .image-box{
margin: 0px;
}
.main-header.style-four .menu-right-content{
margin-top: 20px;
}
.video_block_02 .inner-box .image-box{
margin-right: 0px;
}
.events-section .inner-box .video-btn{
transform: translateX(-50%);
}
.news-style-three .inner-content{
margin: 0px;
}
.news-block-three .inner-box .lower-content{
margin: 0;
}
.main-header.style-four .outer-container .logo-box .logo{
padding-top: 30px;
}
.service-details .service-sidebar{
margin: 0px 0px 30px 0px;
}
.service-details .service-details-content .two-column{
margin-bottom: 30px;
}
.pricing-style-four .feature-inner{
margin-bottom: 30px;
}
.service-details .service-details-content .two-column .content-box{
margin-bottom: 30px;
}
.our-history .image-box{
margin: 40px 0px 0px 0px;
}
.faq-section .faq-sidebar{
margin-bottom: 50px;
}
.pricing-style-four.pricing-page{
padding-bottom: 100px;
}
.error-section .content-box .error-image img{
width: 100%;
}
.sidebar-page-container .blog-content,
.sidebar-page-container .blog-single-content{
margin-bottom: 50px;
}
.contact-section .info-content .single-info-box{
margin-bottom: 30px;
}
.management-section:before,
.management-section:after{
display: none;
}
.content_block_47 .content-box .upper-box{
margin: 0px 0px 40px 0px;
}
.image_block_11 .image-box .layer-bg{
display: none;
}
.feature-style-three.elements {
padding: 150px 0px 250px 0px;
}
.image_block_19 .image-box{
margin-bottom: 30px;
}
.image_block_23 .image-box{
margin-top: 50px;
}
.image_block_34 .image-box,
.content_block_38 .content-box,
#default_image_block .image-box{
margin-bottom: 50px;
}
.content_block_42 .content-box{
margin-bottom: 30px;
}
.image_block_31 .image-box,
.content_block_32 .content-box{
margin-bottom: 30px;
}
}
@media only screen and (max-width: 600px){
html.no-js.no-svg {
margin-top: 0 !important;
position: relative;
}
}
@media only screen and (max-width: 767px){
.elementor .elementor-widget:not(.elementor-widget-text-editor) figure {
margin-bottom: 30px !important;
}
.download-section #iamge_block_04 .image-box {
margin-top: 30px;
}
.banner-section{
padding-bottom: 120px;
}
.feature-section{
padding-top: 50px;
}
.rider-section.elements .content_block_42 .content-box{
margin-bottom: 0px;
}
.team-style-two,
.team-style-three,
.portfolio-section{
padding: 70px 0px 40px 0px;
}
.testimonial-style-six .testimonial-content .content-box .text{
line-height: 35px;
}
.service-details,
.pricing-style-four.paricing-page-3,
.portfolio-details{
padding: 70px 0px;
}
.team-block-two .image-box{
margin-bottom: 30px;
}
.application-setup.elements{
padding: 100px 0px 20px 0px !important;
}
.counter-style-three .four-item-carousel .inner-box {
margin: 50px auto;
}
.solution-section.elements .image_block_31 .image-box, .content_block_32 .content-box{
margin-bottom: 0px;
}
.feature-style-five.elements{
padding-bottom: 20px !important;
}
.content_block_44 .content-box{
margin-bottom: 30px;
}
.transactions-work.elements,
.increase-website.elements{
padding: 70px 0px !important;
}
.main-footer.style-five.style-seven{
padding-top: 0px;
}
.iamge_block_02 .image-box:after{
display: none;
}
.feature-style-three.elements{
padding: 70px 0px 40px 0px;
}
.content_block_27 .content-box{
margin-right: 0px;
}
.marketing-benefits .content_block_27 .content-box{
margin-bottom: 40px;
}
h2{
line-height: 45px !important;
}
.image_block_28 .image-box img{
max-width: 100%;
width: 100%;
}
.image_block_26 .image-box{
margin: 0px 0px 0px 0px;
}
.software-product.elements .content_block_30 .content-box{
padding-top: 0px;
}
.page-title.style-two{
padding: 160px 0px 80px 0px;
}
.optimization-application.elements .content_block_17 .content-box{
padding-top: 0px;
}
.content_block_30 .content-box .text{
padding-right: 0px;
}
.designe-process-two .tabs-content .image-box:before{
display: none;
}
.feature-style-two{
padding: 70px 0px 40px 0px;
}
.content_block_16 .content-box .text{
padding-right: 0px;
}
.sec-pad-two{
padding: 70px 0px !important;
}
.sec-pad-three{
padding: 70px 0px !important;
}
.sec-pad-four{
padding: 70px 0px 40px 0px !important;
}
.feature-style-three,
.pricing-section{
padding: 70px 0px;
}
.iamge_block_03 .image-box .image-1, 
.iamge_block_03 .image-box .image-2{
display: block;
right: 0px;
}
.iamge_block_03 .image-box .image-1 img, 
.iamge_block_03 .image-box .image-2 img{
width: 100%;
}
.video-section .video-inner{
padding-top: 0px;
}
.video-section{
padding: 100px 0px;
}
.content_block_04 .content-box{
margin-left: 0px;
padding-left: 30px;
}
.content_block_02 .content-box{
margin-right: 0px;
}
.sidebar-page-container .blog-single-content .inner-box .two-column .image-box{
margin: 0px 0px 30px 0px;
}
.iamge_block_02 .image-2,
.iamge_block_02 .image-box .image-1{
position: relative;
left: 0px;
top: 0px;
right: 0px;
}
.iamge_block_02 .image-box .image-1{
margin-bottom: 30px;
}
.iamge_block_02 .image-2 img,
.iamge_block_02 .image-box .image-1 img{
width: 100%;
}
.sidebar-page-container .blog-single-content .inner-box .two-column .text{
margin: 0px;
}
.pricing-section .tabs-content{
margin-bottom: 50px;
}
.testimonial-section{
padding: 70px 0px;
}
.ourmission-section .single-item{
padding-bottom: 50px;
}
.testimonial-section .image-layer{
height: 100%;
}
.download-section .content-box{
padding: 70px 0px 50px 0px;
}
.news-section{
padding: 65px 0px 50px 0px;
}
.main-footer{
padding-top: 0px;
}
.banner-style-two{
padding-bottom: 70px;
}
.feature-style-four,
.management-section,
.testimonial-style-two{
padding: 70px 0px;
}
.feature-style-four .inner-box:nth-child(3) .right-column .lower-image{
padding-top: 0px;
}
.feature-style-four .inner-box:nth-child(3),
.feature-style-four .inner-box:nth-child(2),
.feature-style-four .inner-box:first-child{
margin-bottom: 50px;
}
.make-difference{
padding: 70px 0px 100px 0px;
}
.subscribe-section .content-box{
padding-top: 30px;
}
.main-footer .footer-top{
padding-top: 50px;
}
.iamge_block_03 .image-box .image-2{
margin-bottom: 30px;
}
.content_block_03 .content-box{
margin-left: 0px;
}
.inside-software{
padding: 70px 0px 30px 0px;
}
.management-section .pattern-bg{
display: none;
}
.inside-software .inner-content .single-column:last-child{
padding-top: 0px;
}
.feature-style-five{
padding: 65px 0px 70px 0px;
}
.feature-style-five .inner-box:nth-child(2){
margin-bottom: 0px;
}
.feature-style-five .inner-box{
margin-bottom: 30px;
}
.feature-style-five .inner-box:first-child .image-box .image-2,
.feature-style-five .inner-box:nth-child(2) .image-box .image-2{
display: none;
}
.testimonial-style-three{
padding-bottom: 70px;
}
.pricing-style-two{
padding: 65px 0px 40px 0px;
}
.main-footer.style-two .image-layer{
display: none;
}
.main-footer.style-two{
background: #4527a4;
}
.banner-style-four {
padding: 170px 0px 60px 0px;
}
.service-style-two{
padding: 70px 0px 30px 0px;
}
.feature-style-six{
padding: 70px 0px 50px 0px;
}
.testimonial-style-four:before{
top: -500px;
}
.feature-style-six .inner-box:first-child{
margin-bottom: 60px;
}
.testimonial-style-four{
padding: 100px 0px 60px 0px;
}
.pricing-style-three{
padding: 65px 0px 70px 0px;
}
.banner-style-five{
padding: 170px 0px 80px 0px;
}
.innovative-idea{
padding-bottom: 40px;
}
.download-apps{
padding: 50px 0px 70px 0px;
}
.application-setup{
padding: 65px 0px 30px 0px;
}
.optimization-application{
padding: 65px 0px 70px 0px;
}
.subscribe-section.home-5{
padding-top: 70px;
}
.banner-style-six{
padding: 170px 0px 100px 0px;
}
.recruitment-section{
padding-bottom: 70px;
}
.project-inquiry .content-inner .top-content{
margin-bottom: 50px;
}
.industries-service{
padding-bottom: 70px;
}
.video-style-two,
.testimonial-style-six{
padding: 70px 0px;
}
.subscribe-style-two{
margin: 0px;
padding: 70px 0px;
}
.feature-style-seven{
padding: 70px 0px 30px 0px;
}
.banner-style-eight{
padding: 170px 0px 100px 0px;
}
.reasons-section{
padding: 70px 0px 40px 0px;
}
.feature-style-eight .inner-box{
margin-bottom: 50px;
}
.testimonial-style-seven{
padding-top: 100px;
}
.clients-style-three{
padding-top: 70px;
}
.main-footer .footer-top{
padding-bottom: 40px;
}
.dashboard-feature{
padding-top: 70px;
}
.support-section .inner-box:last-child{
padding-top: 50px;
}
.support-section{
padding-bottom: 70px;
}
.trusted-section{
padding-bottom: 40px;
}
.testimonial-style-eight {
padding: 80px 0px 70px 0px;
}
.testimonial-style-eight .testimonial-content .inner-box{
padding: 40px 15px 0px 15px;
}
.subscribe-section.home-9{
padding-bottom: 70px;
}
.clients-style-three.home-9{
padding: 50px 0px;
}
.service-style-three{
padding-top: 70px;
}
.service-style-three:before,
.solve-problem:after{
display: none;
}
.solve-problem,
.counter-style-two{
padding-bottom: 70px;
}
.marketing-benefits,
.check-work{
padding: 60px 0px;
}
.testimonial-style-nine{
padding: 140px 0px;
}
.testimonial-style-nine .testimonial-content{
padding: 0px;
}
.testimonial-style-nine .owl-nav{
display: none;
}
.check-work .inner-box .check-form .form-group input[type='text'], 
.check-work .inner-box .check-form .form-group input[type='email']{
max-width: 100%;
border: 1px solid #ddd;
border-radius: 30px;
margin-bottom: 30px;
}
.check-work .inner-box .check-form .form-group button{
position: relative;
right: 0px;
top: 0px;
}
.check-work .inner-box .check-form .form-group{
border: none;
}
.check-work .inner-box .check-form .form-group:before{
display: none;
}
.banner-style-11 .image-layer{
display: none;
}
.banner-style-11{
background: #4527a4;
padding: 170px 0px 100px 0px;
}
.organization-section{
padding-top: 70px;
}
.organization-section .more-btn{
margin-top: 30px;
}
.security-invisible,
.feature-style-ten{
padding: 70px 0px;
}
.testimonial-style-ten{
padding: 30px 0px 70px 0px;
}
.testimonial-style-ten .user-thumb{
display: none;
}
.subscribe-section.home-11{
padding-top: 70px;
}
.banner-style-12{
padding: 170px 0px 100px 0px;
}
.banner-style-12 .image-layer{
display: none;
}
.clients-section.home-12 .clients-carousel{
padding-bottom: 50px;
}
.designe-process,
.designe-process-three{
padding: 70px 0px 40px 0px;
}
.solution-section .inner-content .inner-box:first-child{
margin-bottom: 50px;
}
.solution-section,
.designe-process-two{
padding: 70px 0px;
}
.designe-process-two .tab-btn-box .tab-btns li{
width: 50%;
border-right: none;
}
.designe-process-three .owl-nav{
display: none;
}
.streamline-section{
margin: 0px;
padding: 70px 0px;
}
.banner-style-13{
padding-top: 170px;
}
.award-section,
.feature-style-11,
.pricing-style-four{
padding: 70px 0px;
}
.award-section .content-box{
padding: 40px 30px;
}
.feature-style-11 .inner-content .inner-box{
margin-bottom: 50px;
}
.crm-programming{
padding-top: 65px;
}
.pricing-style-four .pricing-table{
width: 100%;
}
.pricing-style-four .pricing-table .table-header{
border-right: none;
}
.pricing-style-four .pricing-table .table-footer{
border-bottom: 1px solid #e1e1e1;
}
.testimonial-style-11 .inner-container .sec-title{
padding: 0px;
}
.testimonial-style-11{
padding: 60px 0px;
}
.banner-style-14{
padding-top: 250px;
}
.awesome-features{
padding: 70px 30px;
}
.awesome-features .owl-dots{
display: none;
}
.feature-style-12{
padding: 65px 0px 70px 0px;
}
.feature-style-12 .inner-box{
margin-bottom: 50px;
}
.userfree-section,
.powerful-management,
.subscribe-style-three{
padding: 70px 0px;
}
.pricing-style-two .sec-title{
margin-bottom: 50px;
}
.main-footer.style-five .footer-top .about-widget{
margin-right: 0px;
}
.main-footer.style-five .image-layer{
display: none;
}
.main-footer.style-five{
background: #4527a4;
}
.main-header.home-15 .menu-area .btn-box{
display: none;
}
.main-header.home-15 .menu-right-content{
margin-top: 42px;
}
.banner-style-15{
padding: 170px 0px 100px 0px;
}
.work-section .feature-btn{
margin-top: 30px;
}
.feature-style-13 .inner-box:first-child{
margin-bottom: 50px;
}
.feature-style-13{
padding-bottom: 50px;
}
.case-studies{
padding: 70px 0px;
}
.case-studies .owl-dots,
.testimonial-style-12 .owl-dots{
display: none;
}
.counter-style-three,
.check-website{
padding: 70px 0px;
}
.testimonial-style-12,
.clients-section.home-15{
padding: 70px 0px;
}
.pricing-style-four.home-15{
padding-bottom: 70px;
}
.free-estimate{
padding: 100px 0px 70px 0px;
}
.free-estimate .inner-box .text,
.free-estimate .inner-box .btn-box{
float: none;
display: block;
}
.main-footer .footer-bottom .copyright{
float: none;
display: block;
text-align: center;
margin-bottom: 10px;
}
.banner-style-16 .lower-box .cs-countdown .count-col{
margin-bottom: 15px;
}
.banner-style-16{
padding: 170px 0px 100px 0px;
}
.transactions-work{
padding-bottom: 100px;
}
.crypto-service .image-layer{
display: none;
}
.crypto-service{
padding: 50px 0px 40px 0px;
}
.timeline-work{
padding: 65px 0px 40px 0px;
}
.single-column:last-child .single-item .inner-box{
margin-bottom: 0px;
}
.take-control{
padding: 70px 0px 100px 0px;
}
.team-section{
padding: 70px 0px;
}
.team-section .owl-dots{
display: none;
}
.team-block-one .inner-box .lower-content h2{
font-size: 24px;
}
.timeline-work .inner-content .single-item{
width: 50%;
min-height: 600px;
}
.rider-section,
.whereyou-section,
.news-style-two{
padding: 70px 0px;
}
.rider-section .inner-content .inner-box:first-child{
margin-bottom: 50px;
}
.ridesharing-section{
padding-bottom: 50px;
}
.download-apps.home-17{
padding: 70px 0px;
}
.best-hosting{
padding-top: 70px;
}
.increase-website{
padding-top: 60px;
}
.domain-prices .pricing-inner .pricing-table{
width: 100%;
margin-bottom: 30px;
}
.service-style-four .service-block:last-child .service-block-three{
margin-bottom: 0px;
}
.service-style-four{
padding-bottom: 70px;
}
.testimonial-style-nine.home-18{
padding: 0px 0px 50px 0px;
}
.subscribe-style-five.home-18 .image-layer,
.subscribe-style-five.home-18:before{
display: none;
}
.subscribe-style-five{
padding: 70px 0px !important;
}
.domain-section .search-form .form-group button{
position: relative;
top: 0px;
right: 0px;
}
.domain-section .search-form .form-group input[type='text']{
margin-bottom: 20px;
padding: 10px 15px;
}
.banner-style-19{
padding: 170px 0px 100px 0px;  
}
.ourmission-section{
padding-bottom: 50px;
}
.weworks-section .content-box .upper-box{
margin: 0px 0px 30px 0px;
}
.weworks-section{
padding-top: 70px;
}
.social-fundraising,
.campaing-section,
.donate-section,
.news-style-three{
padding: 70px 0px;
}
.main-header.style-four .menu-area .btn-box{
display: none;
}
.main-header.style-four .menu-right-content{
margin-top: 42px;
}
.page-title{
padding: 170px 0px;
}
.our-history{
padding: 70px 0px;
}
.subscribe-style-five .image-box img{
max-width: 100%;
float: none;
width: 100%;
}
.clients-style-four.style-five,
.faq-section,
.question-section{
padding: 70px 0px;
}
.pricing-section.pricing-page{
padding-top: 70px;
}
.error-section{
padding: 100px 0px;
}
.designe-process.service-page{
padding: 70px 0px 40px 0px;
}
.sidebar-page-container{
padding: 70px 0px 50px 0px;
}
.sidebar-page-container .blog-single-content .author-box .author-inner .inner .social-links{
position: relative;
top: 0px;
margin-top: 15px;
}
.contact-section{
padding: 70px 0px;
}
.contact-section .info-content, .contact-section .image-container{
margin-bottom: 30px;
}
.owl-dots{
display: none !important;
}
.feature-style-six .inner-box:last-child .image-box img{
max-width: none;
float: none;
width: 100%;
}
.device-friendly{
padding-top: 90px;
}
.domain-section .domain-name li{
width: 33.333%;
margin: 15px 0px;
}
.pricing-style-four.pricing-page{
padding-bottom: 70px;
}
.testimonial-style-three .image-layer{
display: none;
}
.testimonial-style-three{
background: #4527a4;
padding-top: 60px;
}
.testimonial-style-three .sec-title h2{
color: #fff;
}
.news-block-two{
margin-bottom: 30px;
}
.make-difference .image-box:before{
display: none;
}
.testimonial-style-five:before{
position: absolute;
display: block;
content: '';
background: #4527a4;
width: 100%;
height: 100%;
left: 0px;
top: 0px;
animation: none;
}
.testimonial-style-five{
padding: 70px 0px !important;
}
.news-block-three{
margin-bottom: 30px;
}
.testimonial-style-four .testimonial-content .inner-box .author-info{
padding-left: 130px;
}
.feature-style-six .inner-box:first-child .image-box{
padding-top: 30px;
}
.innovative-idea .single-item{
padding-bottom: 30px;
}
.innovative-idea .single-column:last-child .single-item{
margin-bottom: 0px;
}
.download-apps .image-box .image-2{
margin-bottom: 45px;
}
.image_block_11 .image-box{
margin: 0px;
}
.banner-style-five .image-box .icon-box{
display: none;
}
.image_block_16 .image-box .image-2,
.image_block_16 .image-box .image-1{
position: relative;
top: 0px;
left: 0px;
display: block;
text-align: center;
}
.image_block_16 .image-box{
margin: 0px;
}
.image_block_19 .image-box img,
.image_block_21 .image-box img{
max-width: 100%;
float: none;
width: 100%;
}
.content_block_20 .content-box{
margin: 0px;
padding-top: 60px;
}
.banner-style-eight .image-box .image-2{
display: none;
}
.content_block_28 .content-box{
margin-right: 0px;
}
.image_block_29 .image-box img,
.image_block_33 .image-box img{
width: 100%;
max-width: 100%;
}
.content_block_05 .content-box{
padding-top: 70px;
}
.content_block_05 .content-box{
padding-bottom: 0px;
}
.feature-style-three .inner-box:first-child{
margin-bottom: 30px;
}
.image_block_08 .image-box .image-content, 
.image_block_09 .image-box .image-content{
padding-bottom: 30px;
}
.subscribe-style-five .image_block_38 .image-box img,
.whereyou-section .image_block_40 .image-box img{
float: none;
max-width: 100%;
width: 100%;
}
.image_block_38 .image-box .bg-layer{
display: none;
}
.content_block_47 .content-box .counter-inner .single-counter-box{
margin-bottom: 30px;
}
.content_block_48 .inner-box .single-column,
.content_block_23 .inner-content .feature-column{
padding: 0px 15px;
}
}
@media only screen and (max-width: 599px){
.feature-section .image-box .image img{
width: 100%;
}
.feature-style-three .inner-box:first-child .image-box .image-2,
.feature-style-three .inner-box:first-child .image-box .image-1,
.feature-style-three .inner-box:last-child .image-box .image-1,
.feature-style-three .inner-box:last-child .image-box .image-2{
position: relative;
left: 0px;
top: 0px;
right: 0px;
}
.feature-style-three .inner-box:first-child .image-box .image-2 img,
.feature-style-three .inner-box:first-child .image-box .image-1 img,
.feature-style-three .inner-box:last-child .image-box .image-1 img,
.feature-style-three .inner-box:last-child .image-box .image-2 img{
width: 100%;
}
.feature-style-three .inner-box:first-child .image-box .image-1,
.feature-style-three .inner-box:last-child .image-box .image-1{
margin-bottom: 30px;
}
.image_block_14 .image-box .image-2{
position: relative;
left: 0px;
bottom: 0px;
text-align: center;
}
.portfolio-details .upper-box{
margin-bottom: 30px;
}
.donate-form-area{
padding: 50px 30px;
}
.feature-style-six .inner-box:first-child .image-box .image-1{
margin-bottom: 30px;
}
.testimonial-style-four .testimonial-content .inner-box{
min-height: auto;
}
.optimization-application .image-box .image{
display: none;
}
.optimization-application .image-box .image-1{
display: block;
}
.optimization-application .image-box .image-1 img{
width: 100%;
}
.optimization-application .image-box{
padding: 0px;
}
.video-style-two .video-inner{
padding: 100px 0px;
}
.main-header.style-two .menu-area .btn-box{
display: none;
}
.clients-section .trusted-box {
padding: 15px 30px;
}
.content_block_37 .inner-box .company-list li{
width: 50%;
}
.content_block_37 .inner-box .company-list li:nth-child(2), 
.content_block_37 .inner-box .company-list li:nth-child(5){
top: 0px;
}
.check-website .inner-container .subscribe-form .form-group button{
position: relative;
width: 100%;
}
.check-website .inner-container .subscribe-form .form-group input[type='text']{
margin-bottom: 15px;
padding: 10px 25px;
}
.timeline-work .inner-content .single-item{
width: 100%;
min-height: auto;
margin: 30px 0px;
}
.timeline-work .sec-title h2{
margin-bottom: 30px;
}
.subscribe-style-five .image-box:before{
display: none;
}
.rider-section .inner-content .inner-box .content-box .btn-box{
display: block;
}
.increase-website .image-box .image-2,
.increase-website .image-box .image-3{
display: none;
}
.events-section .content-box .events-slide .single-item .date:before{
display: none;
}
.content_block_52 .content-box .bx-viewport {
min-height: 580px !important;
}
.designe-process-three .inner-content{
margin-right: 0px;
}
.sidebar-page-container .blog-single-content .comments-area .comment.replay-comment{
margin-left: 0px;
}
.sidebar-page-container .blog-single-content .comments-area .comment{
padding-right: 0px;
}
.sidebar-page-container .blog-single-content .comments-area .comment .comment-inner .replay-btn{
right: 0px;
}
.video-style-two .vector-image{
display: none;
}
.banner-style-13 .image-box{
margin-left: 0px;
}
.award-section .content-box .award-image{
height: auto;
}
.crypto-service .inner-content{
margin: 0px;
}
.weworks-section .content-box .counter-inner .single-counter-box{
margin-bottom: 30px;
}
.content_block_04 .content-box{
padding: 70px 30px;
}
.management-section .tabs-content .image-box{
margin-bottom: 0px;
}
.main-footer .footer-top .contact-widget .list li:first-child{
margin-bottom: 0px;
}
.banner-style-two .image-box{
display: none;
}
.testimonial-style-four .testimonial-content .inner-box{
padding-left: 30px;
}
}
@media only screen and (max-width: 499px){
.innovative-idea .single-item .inner-box .icon-box{
position: relative;
margin-bottom: 25px;
}
.page-title .content-box .bread-crumb li{
font-size: 20px;
}
.image_block_12 .image-box .image-1{
margin-bottom: 30px;
}
.image_block_12 .image-box .image-2{
position: relative;
left: 0px;
bottom: 0px;
}
.content_block_42 .content-box .btn-box{
width: 240px;
}
.content_block_42 .content-box .btn-box .theme-btn-two{
width: 236px;
margin-bottom: 15px;
margin-right: 0px;
}
.support-section .inner-box .content-box h2{
line-height: 45px;
}
.innovative-idea .single-item .inner-box{
padding: 0px;
}
.testimonial-style-ten .content-box .testimonial-content .author-info:before{
font-size: 80px;
}
.content_block_40 .inner-box .single-item .count-box{
display: none;
}
.content_block_40 .inner-box .single-item .box{
max-width: 100%;
box-shadow: none;
padding: 0px;
}
.image_block_43 .image-box{
min-height: auto;
}
.image_block_43 .image-box .image{
position: relative;
top: 0px;
}
.content_block_40 .inner-box .single-item{
margin-bottom: 15px;
padding: 0px;
}
.content_block_40 .inner-box .single-item:last-child{
margin-bottom: 0px;
}
.content_block_40 .inner-box .single-item .box:after,
.content_block_40 .inner-box .single-item .box:before{
display: none;
}
.content_block_40 .inner-box .single-item .box .pattern-bg .pattern-1,
.content_block_40 .inner-box .single-item .box .pattern-bg .pattern-2{
display: none;
}
.image_block_17 .image-box{
padding: 0px;
}
.image_block_17 .image-box .image{
display: block;
}
.image_block_17 .image-box .image-2,
.image_block_17 .image-box .image-3,
.image_block_17 .image-box .image-4{
display: none;
}
.transactions-work .content-box{
margin-bottom: 30px;
}
.transactions-work{
padding-bottom: 50px;
}
.take-control .single-item .inner-box .image-box{
position: relative;
margin-bottom: 15px;
}
.take-control .single-item .inner-box{
padding: 0px !important;
margin-bottom: 30px !important;
} 
.domain-section .domain-name li{
width: 50%;
}
.ourmission-section .single-item .inner-box .icon-box{
position: relative;
margin-bottom: 25px;
}
.ourmission-section .single-item .inner-box{
padding-left: 0px;
}
.ourmission-section .single-item{
padding: 15px 30px 30px 30px;
}
.download-section .content-box .download-btn{
max-width: 220px;
}
.download-section .content-box .download-btn a{
width: 216px;
}
.download-section .content-box .download-btn .app-store-btn{
margin: 0px 0px 15px 0px;
}
.banner-section .content-box h1,
.banner-style-two .content-box h1,
.banner-style-three .content-box h1,
.banner-style-five .content-box h1,
.banner-style-six .content-box h1,
.banner-style-seven .content-box h1,
.banner-style-eight .content-box h1,
.banner-style-ten .content-box h1,
.banner-style-11 .content-box h1,
.banner-style-12 .content-box h1,
.banner-style-13 .content-box h1,
.banner-style-14 .content-box h2,
.banner-style-15 .content-box h1,
.banner-style-16 .content-box h1,
.banner-style-17 .content-box h1,
.banner-style-18 .content-box h1,
.banner-style-19 .content-box h1,
.page-title .content-box .title-box h1{
font-size: 36px;
line-height: 45px;
}
.sec-title h2{
font-size: 30px !important;
line-height: 40px !important;
}
.main-header.home-3 .menu-area .btn-box{
display: none;
}
.banner-style-four .content-box .btn-box {
width: 220px;
}
.banner-style-four .content-box .btn-box .link-btn{
width: 201px;
margin: 0px 0px 15px 0px;
}
.main-header.home-5 .menu-right-content{
display: none;
}
.download-apps .content-box .download-btn{
width: 220px;
}
.download-apps .content-box .download-btn .app-store-btn{
width: 212px;
margin: 0px 0px 15px 0px;
}
.menu-area .btn-box{
display: none !important;
}
.content_block_20 .content-box h1{
font-size: 36px;
line-height: 45px;
}
.banner-style-11 .content-box .btn-box{
width: 200px;
}
.banner-style-11 .content-box .btn-box .btn-one{
margin: 0px 0px 30px 0px;
}
.feature-style-ten .inner-box .content-box h2{
font-size: 30px;
line-height: 40px;
}
.software-product .content-box .text{
padding: 0px;
}
.banner-style-12 .content-box .btn-box{
width: 230px;
}
.banner-style-12 .content-box .btn-box .btn-one{
margin: 0px 0px 15px 0px;
}
.banner-style-12 .content-box .btn-box .btn-two{
width: 222px;
}
.subscribe-style-three .subscribe-form .form-group button{
position: relative;
left: 0px;
right: 0px;
width: 100%;
}
.subscribe-style-three .subscribe-form .form-group input[type='email']{
padding-right: 20px;
}
.subscribe-style-three .subscribe-form .form-group input[type='email']{
border: 1px solid #cccccc;
}
.subscribe-style-three .subscribe-form .form-group{
border: 0px;
padding: 0px;
}
.subscribe-style-three .subscribe-form .form-group:before{
display: none;
}
.banner-style-15 .content-box .btn-box{
width: 205px;
}
.banner-style-15 .content-box .btn-box  a{
margin: 0px !important;
}
.banner-style-15 .content-box .btn-box .btn-one{
width: 202px;
margin: 0px 0px 15px 0px !important;
}
.banner-style-15 .content-box .text{
padding: 0px;
}
.free-estimate .inner-box h2{
font-size: 30px;
line-height: 35px;
}
.banner-style-16 .lower-box .btn-box{
width: 200px;
margin: 0 auto;
}
.banner-style-16 .lower-box .btn-box a{
margin: 0px !important;
width: 200px;
}
.banner-style-16 .lower-box .btn-box .btn-one{
margin: 0px 0px 15px 0px !important;
}
.download-apps .content-box .text{
padding: 0px;
}
.main-header.style-three .header-top .inner-container .header-info{
float: none;
display: block;
text-align: center;
margin-bottom: 10px;
}
.main-header.style-three .header-top .inner-container .header-nav{
float: none;
display: block;
text-align: center;
}
.domain-section .inner-container{
padding: 50px 30px;
}
.donate-section .content-box .upper-box .btn-box{
width: 230px;
}
.donate-section .content-box .upper-box .btn-box a.btn-one{
margin: 0px 0px 15px 0px;
}
.donate-section .content-box .upper-box .btn-box a.btn-two{
width: 201px;
}
.sidebar-page-container .blog-single-content .inner-box .two-column .image-box{
margin: 0px 0px 25px 0px;
}
.sidebar-page-container .blog-single-content .author-box .author-inner .author-thumb{
position: relative;
margin-bottom: 25px;
}
.sidebar-page-container .blog-single-content .author-box .author-inner{
padding-right: 0px;
}
.increase-website .content-box h2,
.content_block_44 .content-box h2{
line-height: 45px;
}
.service-style-four .service-block-three .inner-box{
min-height: auto;
}
.chicklet-list input{
width: 100%;
}
.faq-section .accordion-box .block .content .text{
padding-right: 0px;
}
}
@media only screen and (max-width: 449px){
.main-footer.style-five .footer-bottom .footer-nav li{
margin: 0px;
padding: 0px;
display: block;
text-align: center;
}
.content_block_52 .content-box .events-slide .single-item .date{
position: relative;
padding: 0px;
text-align: left;
margin-bottom: 15px;
}
.content_block_52 .content-box .events-slide .single-item .inner-box{
padding-right: 30px;
}
.main-footer.style-five .footer-bottom .footer-nav li:before{
display: none;
}
.banner-style-16 .lower-box .cs-countdown .count-col{
margin: 15px;
}
.banner-style-16 .lower-box .cs-countdown .count-col span{
font-size: 40px;
line-height: 45px;
}
.content_block_49 .content-box h2,
.content_block_50 .content-box h2{
font-size: 30px;
line-height: 35px;
}
.pagination li{
margin: 5px;
}
.main-footer.style-six .about-widget .download-btn{
width: 175px;
}
.main-footer.style-six .about-widget .download-btn .app-store-btn{
margin: 0px 0px 15px 0px;
}
.banner-style-17{
padding-bottom: 30px;
}
.banner-style-19{
padding-bottom: 50px;
}
}
@media only screen and (max-width: 399px){
.domain-section .domain-name li,
.domain-section .search-form .form-group button{
width: 100%;
}
.testimonial-style-six .testimonial-content .content-box:before{
display: none;
}
.portfolio-details .load-more-option a{
font-size: 18px;
}
.content_block_26 .content-box .counter-inner .counter-block{
width: 100%;
margin-bottom: 15px;
}
.content_block_46 .content-box .link-btn{
display: none;
}
.subscribe-section .content-box .subscribe-form .form-group button{
width: 100%;
}
.content_block_12 .content-box .single-item .icon-box{
position: relative;
top: 0px;
margin-bottom: 15px;
}
.content_block_12 .content-box .single-item{
padding-left: 0px;
}
.banner-style-six .content-box .mail-box .form-group button,
.banner-style-seven .content-box .mail-box .form-group button,
.banner-style-13 .content-box .mail-box .form-group button,
.banner-style-14 .content-box .mail-box .form-group button,
.banner-style-17 .content-box .mail-box .form-group button{
position: relative;
border-radius: 30px;
width: 100%;
}
.banner-style-six .content-box .mail-box .form-group input[type='email'],
.banner-style-seven .content-box .mail-box .form-group input[type='email'],
.banner-style-13 .content-box .mail-box .form-group input[type='email'],
.banner-style-14 .content-box .mail-box .form-group input[type='email'],
.banner-style-17 .content-box .mail-box .form-group input[type='email']{
padding: 10px 20px;
margin-bottom: 15px;
}
.banner-style-eight .content-box .btn-box{
width: 200px;
}
.banner-style-eight .content-box .btn-box .btn-one{
margin: 0px 0px 10px 0px;
}
.check-work .inner-box .check-form .form-group button{
width: 100%;
}
.designe-process-two .tab-btn-box .tab-btns li{
width: 100%;
}
.content_block_37 .inner-box .company-list li{
width: 100%;
margin: 15px auto;
float: none;
text-align: center;
}
.main-header .menu-right-content{
display: none !important;
}
.banner-style-17 .content-box .download-btn{
width: 175px;
}
.banner-style-17 .content-box .download-btn .app-store-btn{
width: 170px;
margin: 0px 0px 15px 0px;
}
.banner-style-19 .content-box .btn-box{
width: 205px;
}
.banner-style-19 .content-box .btn-box a.btn-one{
margin: 0px 0px 15px 0px;
}
.banner-style-19 .content-box .btn-box a.btn-two{
width: 204px;
}
.popular-causes .content-box .btn-box .btn-one{
margin-right: 10px;
}
.content_block_51 .content-box .donation-box{
padding: 50px 15px;
}
.content_block_51 .content-box .donation-box .btn-box a{
width: 240px;
}
.content_block_46 .content-box .btn-box .btn-one,
.content_block_46 .content-box .btn-box .btn-two{
width: 100%;
}
.content_block_46 .content-box .btn-box .btn-one{
margin-bottom: 10px;
}
.events-section .content-box .events-slide .single-item .info-box li{
margin-right: 0px;
display: block;
}
.subscribe-style-five .content-box .subscribe-form .form-group .theme-btn-two{
width: 100%;
}
.sidebar-page-container .blog-content .single-blog-content .lower-content,
.sidebar-page-container .blog-single-content .inner-box{
padding: 40px 15px 0px 15px;
}
.sidebar-page-container .blog-content .single-blog-content .lower-content .lower-box .right-content li,
.sidebar-page-container .blog-single-content .inner-box .lower-box .right-content li{
margin-right: 10px;
}
}
@media only screen and (max-width: 1199px){
.mobile-menu .menu-box ul li.mega-menu>ul.submenu {
background-color: unset !important;
padding: 0px 0!important;
width: 100% !important;
}
ul li.mega-menu ul.submenu li a {
font-size: 16px;
margin-left: 0;
text-transform: capitalize;
}
ul li.mega-menu ul.submenu li {
border-right: unset;
width: 100%;
padding: 0;
font-size: 16px;
margin-left: 20px;
text-transform: capitalize;
z-index: 99;
float: unset;
}
.mobile-menu ul li.mega-menu ul.submenu .dropdown-btn {
display: none;
}
}
@media only screen and (max-width:420px) {
.main-header.style-three .header-upper .main-box {
padding: 0 15px;
}
.optimization-application {
padding-top: 0;
}
.enterprise-section {
padding-top: 0;
padding-bottom: 70px;
}
.feature-style-five .inner-box:nth-child(2) .content-box {
margin-left: 0 !important;
}
.feature-style-five {
padding-top: 0;
}
.innovative-idea .single-item {
padding: 0;
}
}.boxedxxxx {
margin: 0 auto;
width: 100%;
min-width: 280px;
max-width: 1230px;
-webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 10px 10px;
-moz-box-shadow: rgba(0, 0, 0, 0.2) 0 10px 10px;
-ms-box-shadow: rgba(0, 0, 0, 0.2) 0 10px 10px;
-o-box-shadow: rgba(0, 0, 0, 0.2) 0 10px 10px;
box-shadow: rgba(0, 0, 0, 0.2) 0 10px 10px;
}
.boxedxxxx .navbar {
width: 100% !important;
margin: 0 auto;
width: 100%;
min-width: 280px;
max-width: 1230px;
}
.boxedxxx .bx-wrapper .owl-next {right: -30px !important}
.boxedxxx .bx-wrapper .owl-prev {left: -30px !important}
.switcher {
position: fixed;
padding: 5px;
left: -200px;
z-index: 999999999999999999999999999999999;
width: 200px;
height: auto;
background: #f7f7f7;
padding-top: 10px;
-webkit-transition: all .25s ease-out;
-o-transition: all .25s ease-out;
transition: all .25s ease-out;
border: solid 1px #ddd;
top: 30%;
}
.switcher.active{
left: 0px;
}
.switcher .fa-cog {
background: #fd5d14; color: #ffffff;
width: 50px;
height: 50px;
font-size: 36px;
text-align: center;
line-height: 50px;
cursor: pointer;
position: absolute;
right: -50px;
font-size: 20px;
top: 37%;
}
.switcher .fa-cog:hover {
-webkit-animation: spin 2s linear;
-moz-animation: spin 2s linear;
-o-animation: spin 2s linear;
animation: spin 2s linear;
}
.switcher.active {
left: 0;
-webkit-transition: all .25s ease-out;
-o-transition: all .25s ease-out;
transition: all .25s ease-out;
}
.switcher .box {
position:relative;
display:inline-block;
width: 29%;
height: 26px;
text-indent: -9999px;
cursor: pointer;
border: 1px solid #222222 !important;
color: #fff;
margin: 5px 1% 5px;
text-align: center;
font-weight: 400;
font-size: 10px;
}
.switcher .heading-panel{
position:relative;
display:block;
line-height:24px;
padding:8px 10px;
background:#003;
color:#ffffff;
text-align:center;
text-transform:capitalize;
}
.switcher .layout-outer,
.switcher .colors-outer{
text-align:center;
padding:10px 15px;	
}
#default {background: #fb4848;}
#color2 {background: #ba0505;}
#color3 {background: #ec10fa;}
#color4 {background: #610287;}
#color5 {background: #3064ee;}
#color6 {background: #a50da8;}
#color7 {background: #fa2a2a;}
#color8 {background: #47fff6;}
#color9 {background: #b8276d;}
#color10 {background: #FF69B1;}
#color11 {background: #73B819;}
#color12 {background: #19B8AF;}
#turquoise {background: #40E8D9;}
#boxed,
#full {
position:relative;
display:block;
padding:5px 15px;
font-size:14px; background: #f8f8f8;
color: #000000;
}
.layout-option{
position:relative;
display:inline-block;
width:45%;
margin:0px 1%;
}
.layout-outer{
background: #8138f7;
}
.layout-outer a{
color: #fff;
font-weight: 600;
}
.layout2 {
background: #fd5d14;
}
#normal, #rtl {
position: relative;
display: block;
padding: 5px 15px;
font-size: 14px; background: #f8f8f8;
color: #000000;
}.rtl {
direction: rtl; 
}
.ltr {
direction: ltr; 
}
.rtl .main-header.style-three .outer-container .logo-box{
float: right !important;
}
.rtl .main-header.style-three .menu-area{
float: left !important;
}
.rtl .octf-col.cta-col.text-right{
float: left;
}
.rtl .main-menu{
float: right;
}
.rtl .octf-col.cta-col.text-right{
padding-left: 0px;
padding-right: 90px;
}
.rtl .octf-btn-cta .contact-header i{
margin-right: 0px;
margin-left: 12px;
}
.rtl .octf-btn-cta .contact-header span{
text-align: right;
}
.rtl .main-menu .navigation > li{
float: right;
}
.rtl .main-menu .navigation > li > ul > li > a{
text-align: right;
}
.rtl .main-menu .navigation > li > ul{
left: inherit;
right: 0px;
}
.rtl .main-menu .navigation > li:last-child{
margin-right: 20px !important;
margin-left: 0px !important;
}
.rtl .main-menu .navigation > li:first-child{
margin-left: 20px !important;
margin-right: 0px !important;
}
.rtl .banner-style-12.alternate-2 .image-box{
margin-right: 0px;
margin-left: -165px;
}
.rtl .banner-style-12 .content-box{
margin-right: 0px;
margin-left: 70px;
text-align: right;
}
.rtl .banner-style-12 .content-box .btn-box .btn-one{
margin-right: 0px;
margin-left: 30px;
}
.rtl .banner-style-12 .content-box .btn-box .btn-one i{
margin-right: 0px;
margin-left: 15px;
}
.rtl .clients-carousel{
direction: ltr;
}
.rtl #content_block_14 .feature-block-one .inner-box{
text-align: right;
}
.rtl .inside-software .content-box{
text-align: right;
}
.rtl .sec-title h2:before{
left: inherit;
right: 0px;
}
.rtl .sec-title h2:after{
left: inherit;
right: 0px;
}
.rtl .inside-software .content-box .text{
padding-right: 0px;
}
.rtl #content_block_17 .content-box{
text-align: right;
}
.rtl #content_block_17 .content-box .list-item li{
padding-left: 0px;
padding-right: 30px;
}
.rtl #content_block_17 .content-box .list-item li:before{
left: inherit;
right: 0px;
}
.rtl .video-section{
direction: ltr;
}
.rtl #content_block_04 .content-box{
text-align: right;
}
.rtl .sec-title.center h2:before{
right: inherit;
left: 50%;
}
.rtl .sec-title.center h2:after{
right: inherit;
left: 50%;
}
.rtl #content_block_12 .content-box .single-item{
padding-left: 0px;
padding-right: 120px;
text-align: right;
}
.rtl #content_block_12 .content-box .single-item .icon-box{
left: inherit;
right: 0px;
}
.rtl .enterprise-section .single-item .inner-box{
text-align: right;
}
.rtl .enterprise-section .single-item .inner-box h3:before{
left: inherit;
right: 0px;
}
.rtl .enterprise-section .single-column:nth-child(2) .single-item .inner-box .image-box{
right: inherit;
left: 0px;
}
.rtl .enterprise-section .single-column:nth-child(3) .single-item .inner-box .image-box{
right: inherit;
left: 0px;
}
.rtl .testimonial-style-five .sec-title{
text-align: right;
}
.rtl .testimonial-style-five .owl-dots{
right: inherit;
left: -7px;
}
.rtl .testimonial-style-five .testimonial-content .inner-box{
text-align: right;
}
.rtl .testimonial-style-five .testimonial-content .inner-box .icon-box{
right: inherit;
left: 60px;
}
.rtl .testimonial-style-five .testimonial-content .inner-box .author-info{
padding-left: 0px;
padding-right: 140px;
}
.rtl .testimonial-style-five .testimonial-content .inner-box .author-info .image-box{
left: inherit;
right: 0px;
}
.rtl #image_block_16 .image-box .bg-layer{
right: inherit;
left: 0px;
}
.rtl #image_block_16 .image-box {
margin-right: -60px;
margin-left: 60px;
}
.rtl #content_block_16 .content-box{
text-align: right;
}
.rtl .list-item.getappx li{
padding-left: 0px;
padding-right: 30px;
}
.rtl .list-item.getappx li:before{
left: inherit;
right: 0px;
}
.rtl #content_block_16 .content-box .download-btn .app-store-btn{
margin-right: 0px;
margin-left: 40px;
}
.rtl #content_block_36 .content-box{
text-align: right;
}
.rtl .subscribe-style-five .content-box{
margin-left: 0px;
margin-right: 70px;
text-align: right;
}
.rtl .two-column-carousel{
direction: ltr;
}
.rtl .main-menu .navigation > li > ul > li.dropdown > a:after{
right: inherit;
left: 20px;
content: "\f104";
}
.rtl .main-menu .navigation > li > ul > li > ul{
left: -82%;
}
.rtl .sticky-header .logo-box{
float: right;
}
.rtl .main-footer .footer-top{
text-align: right;
}
.rtl .main-footer .footer-top .widget-title:before{
left: inherit;
right: 0px;
}
.rtl .main-footer .footer-top .contact-widget .list li{
padding-left: 0px;
padding-right: 35px;
}
.rtl .main-footer .footer-top .contact-widget .list li i{
left: inherit;
right: 0px;
}
.rtl .main-footer .footer-top .links-widget .list li{
padding-left: 0px;
padding-right: 18px;
}
.rtl .main-footer .footer-top .links-widget .list li a:before{
left: inherit;
right: 0px;
content: "\f104";
}
.rtl .main-footer .footer-top .about-widget .social-links li:first-child{
margin-right: 0px;
margin-left: 30px;
}
.rtl .main-footer .footer-top .about-widget .social-links li:last-child{
margin-right: 15px;
}
.rtl .sticky-header .main-menu .navigation > li:first-child{
margin-left: 0px !important;
}
.rtl .sticky-header .main-menu .navigation > li:last-child{
margin-right: 0px !important;
}
.rtl .main-header.style-four .outer-container .logo-box{
float: right;
}
.rtl .main-header .menu-area{
float: left;
}
.rtl .sticky-header .menu-area{
float: left;
}
.rtl .banner-style-two .content-box{
text-align: right;
}
.rtl .banner-style-two .content-box h3{
color: #fff;
}
.rtl .service-block-one .inner-box{
text-align: right;
}
.rtl .service-block-one .inner-box h3:before{
left: inherit;
right: 0px;
}
.rtl .service-block-one .inner-box .icon-box{
right: inherit;
left: 35px;
}
.rtl .image_block_06 .image-box .bg-layer{
left: -130px;
}
.rtl .content_block_07 .content-box{
text-align: right;
}
.rtl .image_block_07 .image-box .bg-layer{
right: -110px;
}
.rtl .image_block_09 .image-box .image-content{
text-align: right;
}
.rtl .single-item-carousel{
direction: ltr;
}
.rtl .single-item-carousel{
direction: ltr;
}
.rtl #content_block_11 .content-box{
text-align: right;
}
.rtl #content_block_06 .content-box{
text-align: right;
}
.rtl #content_block_11 .slide-content .author-info{
padding-left: 0px;
padding-right: 170px;
}
.rtl #content_block_11 .slide-content .author-info .image-box{
left: inherit;
right: 0px;
}
.rtl #content_block_11 .slide-content .author-info .rating li{
float: right;
}
.rtl .image_block_08 .image-box .image-content{
text-align: right;
}
.rtl .content_block_08 .content-box{
text-align: right;
}
.rtl .main-header.style-four .menu-right-content{
margin-left: 0px;
}
.rtl .main-header.style-four .menu-area .btn-box a{
background: #4527a4;
color: #fff !important;
}
.rtl .main-header.style-four .search-box-btn, 
.rtl .main-header.style-four .menu-right-content .cart-box-outer a{
color: #4527a4;
}
.rtl .main-header.style-four .menu-right-content .nav-btn .icon{
background: #4527a4;
}
.rtl .main-header.style-four .search-box-outer{
margin-right: 15px;
margin-left: 15px;
}
.rtl .main-header.style-four .menu-right-content .nav-btn{
margin-left: 0px;
margin-right: 10px;
}
.rtl .sidebar-info-contents{
text-align: right;
}
.rtl .main-header .menu-area .btn-box{
margin-left: 0px;
margin-right: 35px;
}
.rtl .main-header.style-three .header-top .inner-container .header-nav li{
margin-right: 0px;
margin-left: 45px;
}
.rtl .main-header.style-three .header-top .inner-container .header-info li:last-child{
margin-right: 20px;
}
.rtl .banner-style-four .image-box{
margin: 0px 150px 0px -200px;
}
.rtl .banner-style-four .content-box{
text-align: right;
}
.rtl .banner-style-four .content-box .btn-box .link-btn{
margin-right: 0px;
margin-left: 35px;
}
.rtl .image_block_14 .image-box .bg-layer{
left: -160px;
}
.rtl .image_block_14 .image-box .image-1 img{
float: right;
}
.rtl .image_block_15 .image-box img{
float: left;
}
.rtl .three-column-carousel{
direction: ltr;
}
.rtl .testimonial-style-four .testimonial-content .inner-box{
text-align: right;
}
.rtl .testimonial-style-four .testimonial-content .inner-box .icon-box{
right: inherit;
left: 60px;
}
.rtl .testimonial-style-four .testimonial-content .inner-box .author-info{
padding-left: 0px;
padding-right: 140px;
}
.rtl .testimonial-style-four .testimonial-content .inner-box .author-info .image-box{
left: inherit;
right: 0px;
}
.rtl .pricing-style-three .content-box{
text-align: right;
}
.rtl .pricing-style-three .tab-btn-box .tab-btns{
direction: ltr;
}
.rtl .content_block_15 .content-box{
text-align: right;
}
.rtl .main-header .outer-container .logo-box{
float: right;
}
.rtl .banner-style-six .image-box{
margin-right: 0px;
margin-left: -220px;
}
.rtl .banner-style-six .content-box{
text-align: right;
}
.rtl .project-inquiry .content-inner .single-item .inner-box{
text-align: right;
}
.rtl .project-inquiry .content-inner .content-box{
text-align: right;
}
.rtl .industries-service .list-item li{
text-align: right;
}
.rtl .industries-service .list-item li a i{
float: left;
}
.rtl .testimonial-style-six{
direction: ltr;
}
.rtl .testimonial-style-six .testimonial-content .content-box{
text-align: right;
}
.rtl .sec-title{
text-align: right;
}
.rtl .sec-title.center{
text-align: center;
}
.rtl .testimonial-style-six .testimonial-content .content-box:before{
right: inherit;
left: 0px;
}
.rtl .subscribe-style-two .content-box{
text-align: right;
}
.rtl .banner-style-eight .image-box img{
float: right;
}
.rtl .banner-style-eight .image-box .image-2{
right: 0px;
}
.rtl .banner-style-eight .content-box{
text-align: right;
}
.rtl .banner-style-eight .content-box h1{
color: #222;
}
.rtl .banner-style-eight .content-box .text{
color: #848484;
}
.rtl .banner-style-eight .content-box .btn-box .btn-two{
color: #222;
}
.rtl .reasons-section .single-item .inner-box{
text-align: right;
}
.rtl .content_block_21 .content-box{
text-align: right;
}
.rtl .feature-style-eight .inner-box:last-child .image-box {
margin-left: 61px;
margin-right: -50px;
}
.rtl .testimonial-style-seven{
direction: ltr;
}
.rtl .testimonial-style-seven .testimonial-inner{
text-align: right;
}
.rtl .testimonial-style-seven .testimonial-inner .testimonial-content .author-info{
padding-left: 0px;
padding-right: 170px;
}
.rtl .testimonial-style-seven .testimonial-inner .testimonial-content .author-info .image-box{
left: inherit;
right: 0px;
}
.rtl .testimonial-style-seven .testimonial-inner .testimonial-content .author-info .rating li{
float: right;
}
.rtl .banner-style-eight .content-box .btn-box .btn-one{
margin-right: 0px;
margin-left: 30px;
}
.rtl .header-topbar .topbar-info li i{
margin-right: 0px;
margin-left: 7px;
}
.rtl .banner-style-ten .image-box{
margin-left: 0px;
margin-right: 150px;
}
.rtl .banner-style-ten .content-box{
text-align: right;
}
.rtl #image_block_24 .image-box img{
float: right;
}
.rtl #content_block_25 .content-box{
text-align: right;
}
.rtl #content_block_25 .content-box .list-item li{
padding-left: 0px;
padding-right: 40px;
}
.rtl #content_block_25 .content-box .list-item li:before{
left: inherit;
right: 0px;
}
.rtl #content_block_26 .content-box{
text-align: right;
}
.rtl #content_block_27 .content-box{
text-align: right;
}
.rtl #content_block_27 .content-box .list-item li{
padding-left: 0px;
padding-right: 40px;
}
.rtl #content_block_27 .content-box .list-item li:before{
left: inherit;
right: 0px;
}
.rtl .testimonial-carousel-2{
direction: ltr;
}
.rtl .news-block-one .inner-box .lower-content{
text-align: right;
}
.rtl .banner-style-ten .image-box img{
float: right;
}
.rtl .banner-style-12 .image-box{
margin-right: 0px;
margin-left: -162px;
}
.rtl .solution-section #image_block_31 .image-box img{
float: left;
}
.rtl .solution-section .inner-content .inner-box .content-box{
text-align: right;
}
.rtl .designe-process-two .tabs-content .content-box{
text-align: right;
}
.rtl .four-item-carousel{
direction: ltr;
}
.rtl .designe-process-three{
text-align: right;
}
.rtl .designe-process-three .owl-nav{
right: inherit;
left: 0px;
}
.rtl #content_block_33 .content-box{
text-align: right;
}
.rtl .content_block_35 .content-box{
text-align: right;
}
.rtl .main-footer.style-five .footer-top .contact-widget .contact-info li i{
margin-right: 0px;
margin-left: 20px;
}
.rtl .main-footer.style-five .footer-top .contact-widget .social-links li{
float: right;
margin-right: 0px;
margin-left: 10px;
}
.rtl .main-footer.style-five .footer-top .links-widget .list li{
padding-right: 0px;
}
.rtl .main-footer.style-five .about-widget .phone i{
margin-right: 0px;
margin-left: 20px;
}
.rtl .main-footer.style-five .footer-bottom .copyright{
float: right;
}
.rtl .main-footer.style-five .footer-bottom .footer-nav{
float: left;
}
.rtl .main-footer.style-five .footer-bottom .footer-nav li{
padding-right: 0px;
margin-right: 0px;
padding-left: 40px;
margin-left: 35px;
}
.rtl .main-footer.style-five .footer-bottom .footer-nav li:before{
right: inherit;
left: 0px;
}
.rtl .banner-style-16 .image-box {
margin: 0px -30px 0px -309px;
}
.rtl .banner-style-16 .content-box{
text-align: right;
}
.rtl .banner-style-16 .content-box .share-box a{
margin-right: 0px;
margin-left: 50px;
}
.rtl .banner-style-16 .content-box .share-box a i{
margin-right: 0px;
margin-left: 25px;
}
.rtl #content_block_40 .inner-box .single-item .box{
text-align: right;
}
.rtl #content_block_40 .inner-box .single-item{
display: inline-block;
}
.rtl .take-control .single-item .inner-box{
text-align: right;
}
.rtl .main-footer.style-six .footer-top:before{
left: inherit;
right: 0px;
}
.rtl .banner-style-18 .content-box{
text-align: right;
}
.rtl .best-hosting .single-item .inner-box{
text-align: right;
}
.rtl .increase-website .image-box {
margin: 0px 30px 0px -380px;
}
.rtl .increase-website .content-box{
text-align: right;
}
.rtl .managed-wordpress .content-box{
text-align: right;
}
.rtl .solution-section.alternate-2 #image_block_31 .image-box{
margin-left: 0px;
margin-right: -200px;
}
.rtl .solution-section.alternate-2 #image_block_31 .image .image-2{
left: inherit;
right: -30px;
}
.rtl .solution-section.alternate-2 #image_block_48 .image-box {
padding-left: 0px;
margin-right: 0px;
padding-right: 160px;
margin-left: -65px;
}
.rtl #image_block_48 .image-box .image .image-2{
right: inherit;
left: -140px;
}
.rtl #image_block_48 .image-box .pattern-layer .pattern-3{
right: inherit;
left: -100px;
}
.rtl .solution-section.alternate-2 #image_block_31 .image-box .pattern-layer .pattern-4{
left: inherit;
right: -35px;
}
.rtl .banner-section .image-box{
margin-right: 0px;
margin-left: -270px;
}
.rtl .banner-section .content-box{
text-align: right;
}
.rtl .content_block_01 .content-box .inner-box .single-item{
text-align: right;
}
.rtl .iamge_block_01 .image-box{
text-align: right;
}
.rtl .feature-style-three .inner-box .content-box{
text-align: right;
}
.rtl .iamge_block_02 .image-box .bg-layer{
left: -100px;
}
.rtl .iamge_block_03 .image-box .image-2{
left: 50px;
}
.rtl .iamge_block_03 .image-box .bg-layer{
left: 70px;
}
.rtl .testimonial-carousel{
direction: ltr;
}
.rtl #content_block_05 .content-box{
text-align: right;
}
.rtl #content_block_05 .content-box .download-btn .app-store-btn{
margin-right: 0px;
margin-left: 37px;
}
.rtl .banner-style-three .image-box {
margin: 6px 35px 0px -215px;
}
.rtl .banner-style-three .content-box{
text-align: right;
}
.rtl .content_block_14 .content-box{
text-align: right;
}
.rtl .feature-style-five .inner-box:nth-child(2) .image-box .image-2{
left: inherit;
right: -70px;
}
.rtl .feature-style-five .inner-box:last-child .content-box .text{
padding-right: 0px;
}
.rtl .banner-style-five .image-box {
margin-left: -190px;
margin-right: 70px;
margin-right: 0px;
margin-left: 0px;
}
.rtl .banner-style-five .content-box{
text-align: right;
}
.rtl .innovative-idea .single-item .inner-box{
text-align: right;
}
.rtl .application-setup .single-item .inner-box{
text-align: right;
}
.rtl .banner-style-seven .image-box .image img{
float: right;
}
.rtl .banner-style-seven .content-box{
text-align: right;
}
.rtl .image_block_19 .image-box img{
float: left;
}
.rtl .feature-style-seven .inner-box .content-box{
text-align: right;
}
.rtl .content_block_19 .content-box{
text-align: right;
}
.rtl #image_block_21 .image-box img{
float: left;
}
.rtl #content_block_20 .content-box{
text-align: right;
}
.rtl .feature-block-one .inner-box{
text-align: right;
}
.rtl #content_block_22 .content-box{
text-align: right;
}
.rtl .clients-carousel-2{
direction: ltr;
}
.rtl .content_block_24 .content-box{
text-align: right;
}
.rtl .content_block_29 .content-box{
text-align: right;
}
.rtl #content_block_30 .content-box{
text-align: right;
}
.rtl .testimonial-style-ten .content-box{
margin-left: 0px;
margin-right: 100px;
text-align: right;
}
.rtl .testimonial-style-ten .content-box .testimonial-content .author-info .rating li{
float: right;
}
.rtl .testimonial-style-ten .content-box .testimonial-content .author-info:before{
right: inherit;
left: 0px;
}
.rtl #content_block_31 .content-box{
margin-right: 0px;
margin-left: 50px;
text-align: right;
}
.rtl .banner-style-11 .content-box .btn-box .btn-one{
margin-right: 0px;
margin-left: 35px;
}
.rtl #content_block_28 .content-box{
text-align: right;
}
.rtl .banner-style-13 .image-box img{
float: right;
}
.rtl .award-section .content-box{
text-align: right;
}
.rtl .chooseus-section .inner-box{
text-align: right;
}
.rtl .chooseus-section .inner-box .list-item li{
padding-left: 0px;
padding-right: 35px;
}
.rtl .chooseus-section .inner-box .list-item li:before{
left: inherit;
right: 0px;
}
.rtl .feature-style-11.two{
direction: ltr;
}
.rtl .content_block_34 .content-box{
text-align: right;
}
.rtl .content_block_34 .content-box .list-item li{
padding-left: 0px;
padding-right: 35px;
}
.rtl .content_block_34 .content-box .list-item li:before{
left: inherit;
right: 0px;
}
.rtl .pricing-style-four .feature-inner .list li{
text-align: right;
}
.rtl .testimonial-carousel-3{
direction: ltr;
}
.rtl .testimonial-style-11 .inner-container .sec-title:before{
right: inherit;
left: 0px;
}
.rtl .feature-style-11.two .inner-content .inner-box .image-box .bg-layer{
display: none;
}
.rtl .feature-style-11.three .inner-content .inner-box .image-box .bg-layer{
display: none;
}
.rtl .work-section .single-item .inner-box{
text-align: right;
}
.rtl .work-section .single-item .inner-box h3:before{
left: inherit;
right: 0px;
}
.rtl .work-section .single-item .inner-box .icon-box{
right: inherit;
left: 40px;
}
.rtl .feature-style-13 .inner-box .content-box{
text-align: right;
}
.rtl .image_block_36 .image-box .bg-layer{
display: none;
}
.rtl .content_block_38 .content-box .lower-content .single-item{
padding-left: 0px;
padding-right: 100px;
}
.rtl .content_block_38 .content-box .lower-content .single-item .icon-box{
left: inherit;
right: 0px;
}
.rtl .four-item-carousel-2{
direction: ltr;
}
.rtl .free-estimate .inner-box h2{
text-align: right;
}
.rtl .image_block_37 .image-box .bg-layer{
display: none;
}
.rtl .banner-style-17 .image-box img{
float: right;
}
.rtl .banner-style-17 .content-box{
text-align: right;
}
.rtl .banner-style-17 .content-box .text{
color: #fff;
}
.rtl .content_block_42 .content-box{
text-align: right;
}
.rtl .whereyou-section #image_block_40 .image-box img{
float: right;
}
.rtl #content_block_43 .content-box{
text-align: right;
}
.rtl .ridesharing-section .single-item .inner-box{
text-align: right;
}
.rtl .news-block-two .inner-box .lower-content .post-date i{
margin-right: 0px;
margin-left: 10px;
}
.rtl .banner-style-19 .image-box {
margin: 35px 200px 0px -175px;
}
.rtl .banner-style-19 .content-box{
text-align: right;
}
.rtl .banner-style-19 .content-box .btn-box a.btn-one{
margin-right: 0px;
margin-left: 17px;
}
.rtl .ourmission-section .single-item .inner-box{
text-align: right;
}
.rtl #image_block_43 .image-box .bg-layer{
left: inherit;
right: -110px;
}
.rtl #content_block_46 .content-box{
text-align: right;
}
.rtl #content_block_46 .content-box .progress-content .price li:last-child{
float: left;
}
.rtl #content_block_46 .content-box .btn-box .btn-one, 
.rtl #content_block_46 .content-box .btn-box .btn-two{
float: right;
}
.rtl #content_block_46 .content-box .btn-box .btn-one{
margin-right: 0px;
margin-left: 17px;
}
.rtl #content_block_47 .content-box .counter-inner .single-counter-box h3:before{
left: inherit;
right: 0px;
}
.rtl .social-fundraising .image-box{
margin-left: 0px;
margin-right: -35px;
}
.rtl #content_block_49 .content-box .list-item li{
padding-left: 0px;
padding-right: 35px;
}
.rtl #content_block_49 .content-box .list-item li:before{
left: inherit;
right: 0px;
content: "\f100";
}
.rtl #image_block_44 .image-box .bg-layer{
display: none;
}
.rtl #content_block_51 .content-box .upper-box .btn-box a.btn-one{
margin-right: 0px;
margin-left: 25px;
}
.rtl #video_block_02 .inner-box .image-box{
margin-right: 0px;
}
.rtl #content_block_52 .content-box .events-slide .single-item .inner-box{
text-align: right;
}
.rtl #content_block_52 .content-box .events-slide .single-item .info-box li{
margin-right: 0px;
margin-left: 40px;
}
.rtl .news-block-three .inner-box .lower-content{
text-align: right;
}
.rtl .weworks-section .content-box{
text-align: right;
}
.rtl .feature-style-14 .inner-box:last-child .image-box{
margin-left: 0px;
margin-right: -42px;
}
.rtl .feature-style-14 .inner-box .content-box{
text-align: right;
}
.rtl .feature-style-14 .inner-box .content-box .list-item li{
padding-left: 0px;
padding-right: 35px;
}
.rtl .feature-style-14 .inner-box .content-box .list-item li:before{
left: inherit;
right: 0px;
}
.rtl .news-block-one .inner-box .lower-content .post-date i{
margin-right: 0px;
margin-left: 8px;
}
.rtl .transactions-work .content-box{
text-align: right;
}
.rtl .page-title .content-box .bread-crumb li{
padding-right: 0px;
margin-right: 0px;
padding-left: 20px;
margin-left: 15px;
}
.rtl .page-title .content-box .bread-crumb li:before{
right: inherit;
left: 0px;
content: "\f100";
}
.rtl .page-title .content-box .bread-crumb li:last-child{
padding: 0px;
margin: 0px;
}
.rtl .our-history .image-box{
margin-right: 0px;
margin-left: -93px;
}
.rtl #content_block_53 .content-box{
text-align: right;
}
.rtl .page-title .content-box .title-box{
float: right;
}
.rtl .team-block-two .content-box{
text-align: right;
}
.rtl .team-block-two .content-box .team-social li{
margin-right: 0px;
margin-left: 17px;
}
.rtl .team-block-two .content-box .team-social li:last-child{
margin-left: 0px;
}
.rtl .pricing-section .tab-btn-box .tab-btns{
direction: ltr;
}
.rtl .pricing-block-one .pricing-table .table-header .price{
direction: ltr;
}
.rtl .faq-section .accordion-box .block{
text-align: right;
}
.rtl .faq-section .accordion-box .block .acc-btn .icon-outer{
right: inherit;
left: 25px;
}
.rtl .service-details .service-sidebar{
text-align: right;
}
.rtl .service-details .service-sidebar .sidebar .list li:after{
left: inherit;
right: 0px;
}
.rtl .service-details .service-details-content{
text-align: right;
}
.rtl .service-details .service-details-content .bottom-content .list-item li{
padding-left: 0px;
padding-right: 34px;
}
.rtl .service-details .service-details-content .bottom-content .list-item li:before{
left: inherit;
right: 0px;
}
.rtl .portfolio-details .image-content .title-box{
text-align: right;
}
.rtl .portfolio-details .content-box{
text-align: right;
}
.rtl .product-block-one .inner-box .lower-content{
text-align: right;
}
.rtl .mr_page{
text-align: right;
}
.rtl .sidebar-wrapper{
text-align: right;
}
.rtl .sidebar-title:before{
left: inherit;
right: 0px;
}
.rtl #appway_recent_post-2 .post{
padding-left: 0px;
padding-right: 100px;
}
.rtl #appway_recent_post-2 .post figure.post-thumb{
left: inherit;
right: 0px;
}
.rtl .sidebar-page-container .blog-content .single-blog-content .lower-content{
text-align: right;
}
.rtl .sidebar-page-container .blog-content .single-blog-content .lower-content .lower-box .right-content a i{
margin-right: 0px;
margin-left: 10px;
}
.rtl .pagination{
text-align: right;
}
.rtl #respond h2{
text-align: right;
}
.rtl #respond h2:before{
left: inherit;
right: 0px;
}
.rtl #respond h2:after{
left: inherit;
right: 0px;
}
.rtl #commentform .submit.theme-btn.style-four{
float: right;
}
.rtl .blog-single-content{
text-align: right;
}
.rtl .post-tags{
float: right;
}
.rtl .mr_comments_area .comment-inner{
padding-left: 0px;
padding-right: 110px;
}
.rtl .sidebar-page-container .blog-single-content .comments-area .comment .comment-inner .replay-btn{
right: inherit;
left: 0px;
}
.rtl .comment_titlebox h3.comments_title:before{
left: inherit;
right: 0px;
}
.rtl .comment_titlebox h3.comments_title:after{
left: inherit;
right: 0px;
}
.rtl .contact-section.alternate-2 .contact-form-area .form-inner .form-group{
text-align: right;
}
.rtl .contact-section.alternate-2 .contact-form-area .form-inner .form-group input[type='text'], 
.rtl .contact-section.alternate-2 .contact-form-area .form-inner .form-group input[type='email'], 
.rtl .contact-section.alternate-2 .contact-form-area .form-inner .form-group textarea{
padding-right: 30px;
text-align: right;
}.boxed_wrapper{
position: relative;
margin: 0 auto;
overflow: hidden;
width: 100%;
min-width: 300px;
}
.footer-box{
position: fixed;
background: #2220;
height: 339px;
overflow: hidden;
width: 184px;
top: 101px;
right: 0px;
z-index: 999;
}
.product-sidebar .social-links{
position: absolute;
top: 150px;
right: -130px;
padding: 0px;
margin: 0px;
z-index: 9999999;
-webkit-transition: right .3s ease;
-moz-transition: right .3s ease;
transition: right .3s ease;
}
.product-sidebar .xs-sidebar-group.isActive .social-links{
right: 270px;
}
.product-sidebar .social-links li{
position: relative;
display: block;
list-style: none;
height: 45px;
line-height: 45px;
text-align: center;
position: relative;
background-color: #3064ee;
color: #fff;
cursor: pointer;
left: 0px;
white-space: nowrap;
-webkit-transition: all .2s ease-in-out;
-moz-transition: all .2s ease-in-out;
-ms-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;
}
.product-sidebar .social-links li:hover {
left: -130px;
}
.product-sidebar .social-links li .icon{
display: inline-block;
width: 45px;
height: 45px;
line-height: 45px;
border-radius: 0!important;
transition: opacity .2s ease;
color: inherit;
}
.product-sidebar .social-links li:hover span{
visibility: visible;
opacity: 1;
right: 110%;
}
.product-sidebar .social-links li span {
font-family: 'Nunito Sans',Sans-serif;
font-size: 13px;
width: 130px;
height: 45px;
font-weight: 400;
line-height: 45px;
text-align: center;
transition: all .2s ease;
padding: 0;
box-sizing: border-box;
background: rgba(0,0,0,.24);
border-radius: 0;
display: block;
float: right;
color: inherit;
}
.product-sidebar .social-links li a{
color: #fff;
text-decoration: none;
}
.product-sidebar .social-links li:nth-child(2){
background: #8138f7;
}
.product-sidebar .social-links li:nth-child(3){
background: #7ac7c4
}
.product-sidebar .social-links li:last-child{
background: #fd5d14;
} .xs-sidebar-group .xs-overlay{
left:0%;
top:0;
position:fixed;
height:100%;
opacity:0;
width:100%;
visibility:hidden;
cursor:url(https://old3.commonsupport.com/rinbuild/wp-content/uploads/2020/06/cross-out.png),
pointer; 
z-index: 999999;
}
.xs-sidebar-group.isActive .xs-overlay{
opacity:.9;
visibility:visible;
right:100%;
}
.xs-sidebar-widget{
position: fixed;
right: -400px;
top: 0;
background-color: #fff;
width: 400px;
height: 100%;
z-index: 9999999;
-webkit-transition: right .3s ease;
-moz-transition: right .3s ease;
transition: right .3s ease;
}
.xs-sidebar-group.isActive .xs-sidebar-widget{
right: 0px;
}
.xs-bg-black {
background-color: rgb(0,0,0,0.5);
}
.product-sidebar .sidebar-widget-container{
position: absolute;
right: -17px;
top: 0;
height: 100%;
width: 417px;
padding: 30px;
background: #fff;
border-left: 1px solid #dcdcdc;
color: #111;
font-size: 14px;
line-height: 1.7;
overflow-x: hidden;
overflow-y: auto;
box-sizing: border-box;
}
.product-sidebar .sidebar-content .btn-box{
margin-bottom: 30px;
}
.product-sidebar .sidebar-content .btn-box a{
position: relative;
display: block;
background: #222;
font-size: 15px;
text-transform: uppercase;
color: #fff;
text-align: center;
padding: 10px 15px;
text-decoration: none;
border-radius: 5px;
}
.product-sidebar .sidebar-content .single-box .title-box{
position: relative;
z-index: 1;
display: flex;
align-items: center;
margin-bottom: 15px;
}
.product-sidebar .sidebar-content .single-box .title-box .line{
position: relative;
display: block;
height: 1px;
background: #e5e5e5;
width: 100%;
flex: 1;
}
.product-sidebar .sidebar-content .single-box .title-box .line:before {
content: '';
position: absolute;
z-index: 1;
height: 3px;
width: 40px;
background: #f73859;
border-radius: 1.5px;
right: 0;
top: 50%;
margin-top: -1.5px;
}
.product-sidebar .sidebar-content .single-box .title-box h5{
position: relative;
display: inline-block;
font-size: 16px;
line-height: 20px;
font-weight: 400;
color: #222;
background: #fff;
padding: 5px 10px;
border-radius: 3px;
text-align: center;
text-transform: uppercase;
margin: 0px;
margin-right: 20px;
box-shadow: 0 0px 10px rgba(0, 0, 0, 0.1);
}
.product-sidebar .sidebar-content .single-box .image{
position: relative;
margin: 0px;
box-shadow: 5px 4px 16px 0 rgba(0,0,0,.15);
margin-bottom: 10px;
}
.product-sidebar .sidebar-content .single-box .image img{
width: 100%;
}
.product-sidebar .sidebar-content .single-box .item-name{
position: relative;
display: block;
}
.product-sidebar .sidebar-content .single-box .item-name h6{
position: relative;
font-size: 14px;
line-height: 24px;
font-weight: 600;
color: #222;
margin: 0px;
}
.product-sidebar .sidebar-content .single-box .item-name h6 a{
color: #222;
text-decoration: none;
}
.product-sidebar .sidebar-content .single-box .item-name .price{
position: absolute;
top: 0px;
right: 0px;
font-size: 16px;
color: red;
}
.product-sidebar .sidebar-content .single-box .item-name .price del{
color: #848484;
}
.product-sidebar .sidebar-content .single-box{
margin-bottom: 30px;
}
.product-sidebar .sidebar-content .single-box .single-item{
margin-bottom: 20px;
}
@media only screen and (max-width: 767px){
.footer-box{
display: none;
}
.switcher{
display: none;
} 
}