
/** animate **/
@charset "UTF-8";
    .animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
.animated.hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
}
.animated.bounceIn, .animated.bounceOut {
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
}
.animated.flipOutX, .animated.flipOutY {
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
}
@-webkit-keyframes bounce {
    0%, 20%, 53%, 80%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
}
70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
}
90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
}
}@keyframes bounce {
    0%, 20%, 53%, 80%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
}
70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
}
90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
}
}.bounce {
    -webkit-animation-name: bounce;
    animation-name: bounce;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
}
@-webkit-keyframes flash {
    0%, 50%, 100% {
    opacity: 1;
}
25%, 75% {
    opacity: 0;
}
}@keyframes flash {
    0%, 50%, 100% {
    opacity: 1;
}
25%, 75% {
    opacity: 0;
}
}.flash {
    -webkit-animation-name: flash;
    animation-name: flash;
}
@-webkit-keyframes pulse {
    0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}
50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
}
100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}
}@keyframes pulse {
    0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}
50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
}
100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}
}.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse;
}
@-webkit-keyframes rubberBand {
    0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}
30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
}
40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
}
50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
}
65% {
    -webkit-transform: scale3d(.95, 1.05, 1);
    transform: scale3d(.95, 1.05, 1);
}
75% {
    -webkit-transform: scale3d(1.05, .95, 1);
    transform: scale3d(1.05, .95, 1);
}
100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}
}@keyframes rubberBand {
    0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}
30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
}
40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
}
50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
}
65% {
    -webkit-transform: scale3d(.95, 1.05, 1);
    transform: scale3d(.95, 1.05, 1);
}
75% {
    -webkit-transform: scale3d(1.05, .95, 1);
    transform: scale3d(1.05, .95, 1);
}
100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}
}.rubberBand {
    -webkit-animation-name: rubberBand;
    animation-name: rubberBand;
}
@-webkit-keyframes shake {
    0%, 100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
}
20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
}
}@keyframes shake {
    0%, 100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
}
20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
}
}.shake {
    -webkit-animation-name: shake;
    animation-name: shake;
}
@-webkit-keyframes swing {
    20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
}
40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
}
60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
}
80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
}
100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
}
}@keyframes swing {
    20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
}
40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
}
60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
}
80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
}
100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
}
}.swing {
    -webkit-transform-origin: top center;
    transform-origin: top center;
    -webkit-animation-name: swing;
    animation-name: swing;
}
@-webkit-keyframes tada {
    0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}
10%, 20% {
    -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
}
30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
}
40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
}
100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}
}@keyframes tada {
    0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}
10%, 20% {
    -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
}
30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
}
40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
}
100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}
}.tada {
    -webkit-animation-name: tada;
    animation-name: tada;
}
@-webkit-keyframes wobble {
    0% {
    -webkit-transform: none;
    transform: none;
}
15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
}
30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
}
45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
}
60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
}
75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
}
100% {
    -webkit-transform: none;
    transform: none;
}
}@keyframes wobble {
    0% {
    -webkit-transform: none;
    transform: none;
}
15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
}
30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
}
45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
}
60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
}
75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
}
100% {
    -webkit-transform: none;
    transform: none;
}
}.wobble {
    -webkit-animation-name: wobble;
    animation-name: wobble;
}
@-webkit-keyframes jello {
    11.1% {
    -webkit-transform: none;
    transform: none;
}
22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
}
33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
}
44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
}
55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
}
66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
}
77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
}
88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
}
100% {
    -webkit-transform: none;
    transform: none;
}
}@keyframes jello {
    11.1% {
    -webkit-transform: none;
    transform: none;
}
22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
}
33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
}
44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
}
55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
}
66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
}
77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
}
88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
}
100% {
    -webkit-transform: none;
    transform: none;
}
}.jello {
    -webkit-animation-name: jello;
    animation-name: jello;
    -webkit-transform-origin: center;
    transform-origin: center;
}
@-webkit-keyframes bounceIn {
    0%, 20%, 40%, 60%, 80%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
}
20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
}
40% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
}
60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
}
80% {
    -webkit-transform: scale3d(.97, .97, .97);
    transform: scale3d(.97, .97, .97);
}
100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}
}@keyframes bounceIn {
    0%, 20%, 40%, 60%, 80%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
}
20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
}
40% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
}
60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
}
80% {
    -webkit-transform: scale3d(.97, .97, .97);
    transform: scale3d(.97, .97, .97);
}
100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}
}.bounceIn {
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn;
}
@-webkit-keyframes bounceInDown {
    0%, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
}
60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
}
75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
}
90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
}
100% {
    -webkit-transform: none;
    transform: none;
}
}@keyframes bounceInDown {
    0%, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
}
60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
}
75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
}
90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
}
100% {
    -webkit-transform: none;
    transform: none;
}
}.bounceInDown {
    -webkit-animation-name: bounceInDown;
    animation-name: bounceInDown;
}
@-webkit-keyframes bounceInLeft {
    0%, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
}
60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
}
75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
}
90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
}
100% {
    -webkit-transform: none;
    transform: none;
}
}@keyframes bounceInLeft {
    0%, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
}
60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
}
75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
}
90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
}
100% {
    -webkit-transform: none;
    transform: none;
}
}.bounceInLeft {
    -webkit-animation-name: bounceInLeft;
    animation-name: bounceInLeft;
}
@-webkit-keyframes bounceInRight {
    0%, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
}
60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
}
75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
}
90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
}
100% {
    -webkit-transform: none;
    transform: none;
}
}@keyframes bounceInRight {
    0%, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
}
60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
}
75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
}
90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
}
100% {
    -webkit-transform: none;
    transform: none;
}
}.bounceInRight {
    -webkit-animation-name: bounceInRight;
    animation-name: bounceInRight;
}
@-webkit-keyframes bounceInUp {
    0%, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
}
60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
}
75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
}
90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
}
100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
}@keyframes bounceInUp {
    0%, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
}
60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
}
75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
}
90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
}
100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
}.bounceInUp {
    -webkit-animation-name: bounceInUp;
    animation-name: bounceInUp;
}
@-webkit-keyframes bounceOut {
    20% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
}
50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
}
100% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
}
}@keyframes bounceOut {
    20% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
}
50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
}
100% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
}
}.bounceOut {
    -webkit-animation-name: bounceOut;
    animation-name: bounceOut;
}
@-webkit-keyframes bounceOutDown {
    20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
}
40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
}
100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
}
}@keyframes bounceOutDown {
    20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
}
40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
}
100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
}
}.bounceOutDown {
    -webkit-animation-name: bounceOutDown;
    animation-name: bounceOutDown;
}
@-webkit-keyframes bounceOutLeft {
    20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
}
100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
}
}@keyframes bounceOutLeft {
    20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
}
100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
}
}.bounceOutLeft {
    -webkit-animation-name: bounceOutLeft;
    animation-name: bounceOutLeft;
}
@-webkit-keyframes bounceOutRight {
    20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
}
100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
}
}@keyframes bounceOutRight {
    20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
}
100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
}
}.bounceOutRight {
    -webkit-animation-name: bounceOutRight;
    animation-name: bounceOutRight;
}
@-webkit-keyframes bounceOutUp {
    20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
}
40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
}
100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
}
}@keyframes bounceOutUp {
    20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
}
40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
}
100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
}
}.bounceOutUp {
    -webkit-animation-name: bounceOutUp;
    animation-name: bounceOutUp;
}
@-webkit-keyframes fadeIn {
    0% {
    opacity: 0;
}
100% {
    opacity: 1;
}
}@keyframes fadeIn {
    0% {
    opacity: 0;
}
100% {
    opacity: 1;
}
}.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}
@-webkit-keyframes fadeInDown {
    0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
}
100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
}@keyframes fadeInDown {
    0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
}
100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
}.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}
@-webkit-keyframes fadeInDownBig {
    0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
}
100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
}@keyframes fadeInDownBig {
    0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
}
100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
}.fadeInDownBig {
    -webkit-animation-name: fadeInDownBig;
    animation-name: fadeInDownBig;
}
@-webkit-keyframes fadeInLeft {
    0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
}
100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}
}@keyframes fadeInLeft {
    0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
}
100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}
}.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInLeftBig {
    0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
}
100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}
}@keyframes fadeInLeftBig {
    0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
}
100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}
}.fadeInLeftBig {
    -webkit-animation-name: fadeInLeftBig;
    animation-name: fadeInLeftBig;
}
@-webkit-keyframes fadeInRight {
    0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
}
100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}
}@keyframes fadeInRight {
    0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
}
100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}
}.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}
@-webkit-keyframes fadeInRightBig {
    0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
}
100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}
}@keyframes fadeInRightBig {
    0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
}
100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}
}.fadeInRightBig {
    -webkit-animation-name: fadeInRightBig;
    animation-name: fadeInRightBig;
}
@-webkit-keyframes fadeInUp {
    0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
}
100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
}@keyframes fadeInUp {
    0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
}
100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
}.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}
@-webkit-keyframes fadeInUpBig {
    0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
}
100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
}@keyframes fadeInUpBig {
    0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
}
100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
}.fadeInUpBig {
    -webkit-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig;
}
@-webkit-keyframes fadeOut {
    0% {
    opacity: 1;
}
100% {
    opacity: 0;
}
}@keyframes fadeOut {
    0% {
    opacity: 1;
}
100% {
    opacity: 0;
}
}.fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}
@-webkit-keyframes fadeOutDown {
    0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
}
}@keyframes fadeOutDown {
    0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
}
}.fadeOutDown {
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown;
}
@-webkit-keyframes fadeOutDownBig {
    0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
}
}@keyframes fadeOutDownBig {
    0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
}
}.fadeOutDownBig {
    -webkit-animation-name: fadeOutDownBig;
    animation-name: fadeOutDownBig;
}
@-webkit-keyframes fadeOutLeft {
    0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}
100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
}
}@keyframes fadeOutLeft {
    0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}
100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
}
}.fadeOutLeft {
    -webkit-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft;
}
@-webkit-keyframes fadeOutLeftBig {
    0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}
100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
}
}@keyframes fadeOutLeftBig {
    0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}
100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
}
}.fadeOutLeftBig {
    -webkit-animation-name: fadeOutLeftBig;
    animation-name: fadeOutLeftBig;
}
@-webkit-keyframes fadeOutRight {
    0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}
100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
}
}@keyframes fadeOutRight {
    0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}
100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
}
}.fadeOutRight {
    -webkit-animation-name: fadeOutRight;
    animation-name: fadeOutRight;
}
@-webkit-keyframes fadeOutRightBig {
    0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}
100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
}
}@keyframes fadeOutRightBig {
    0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}
100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
}
}.fadeOutRightBig {
    -webkit-animation-name: fadeOutRightBig;
    animation-name: fadeOutRightBig;
}
@-webkit-keyframes fadeOutUp {
    0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
}
}@keyframes fadeOutUp {
    0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
}
}.fadeOutUp {
    -webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp;
}
@-webkit-keyframes fadeOutUpBig {
    0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
}
}@keyframes fadeOutUpBig {
    0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
}
}.fadeOutUpBig {
    -webkit-animation-name: fadeOutUpBig;
    animation-name: fadeOutUpBig;
}
@-webkit-keyframes flip {
    0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
}
40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
}
50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
}
80% {
    -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
    transform: perspective(400px) scale3d(.95, .95, .95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
}
100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
}
}@keyframes flip {
    0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
}
40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
}
50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
}
80% {
    -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
    transform: perspective(400px) scale3d(.95, .95, .95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
}
100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
}
}.animated.flip {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    -webkit-animation-name: flip;
    animation-name: flip;
}
@-webkit-keyframes flipInX {
    0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
}
40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
}
60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
}
80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
}
100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
}
}@keyframes flipInX {
    0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
}
40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
}
60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
}
80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
}
100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
}
}.flipInX {
    -webkit-backface-visibility: visible!important;
    backface-visibility: visible!important;
    -webkit-animation-name: flipInX;
    animation-name: flipInX;
}
@-webkit-keyframes flipInY {
    0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
}
40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
}
60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
}
80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
}
100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
}
}@keyframes flipInY {
    0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
}
40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
}
60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
}
80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
}
100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
}
}.flipInY {
    -webkit-backface-visibility: visible!important;
    backface-visibility: visible!important;
    -webkit-animation-name: flipInY;
    animation-name: flipInY;
}
@-webkit-keyframes flipOutX {
    0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
}
30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
}
100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
}
}@keyframes flipOutX {
    0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
}
30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
}
100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
}
}.flipOutX {
    -webkit-animation-name: flipOutX;
    animation-name: flipOutX;
    -webkit-backface-visibility: visible!important;
    backface-visibility: visible!important;
}
@-webkit-keyframes flipOutY {
    0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
}
30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
}
100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
}
}@keyframes flipOutY {
    0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
}
30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
}
100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
}
}.flipOutY {
    -webkit-backface-visibility: visible!important;
    backface-visibility: visible!important;
    -webkit-animation-name: flipOutY;
    animation-name: flipOutY;
}
@-webkit-keyframes lightSpeedIn {
    0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
}
60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
}
80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
}
100% {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
}
}@keyframes lightSpeedIn {
    0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
}
60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
}
80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
}
100% {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
}
}.lightSpeedIn {
    -webkit-animation-name: lightSpeedIn;
    animation-name: lightSpeedIn;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
}
@-webkit-keyframes lightSpeedOut {
    0% {
    opacity: 1;
}
100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
}
}@keyframes lightSpeedOut {
    0% {
    opacity: 1;
}
100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
}
}.lightSpeedOut {
    -webkit-animation-name: lightSpeedOut;
    animation-name: lightSpeedOut;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
}
@-webkit-keyframes rotateIn {
    0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
}
100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
}
}@keyframes rotateIn {
    0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
}
100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
}
}.rotateIn {
    -webkit-animation-name: rotateIn;
    animation-name: rotateIn;
}
@-webkit-keyframes rotateInDownLeft {
    0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
}
100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
}
}@keyframes rotateInDownLeft {
    0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
}
100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
}
}.rotateInDownLeft {
    -webkit-animation-name: rotateInDownLeft;
    animation-name: rotateInDownLeft;
}
@-webkit-keyframes rotateInDownRight {
    0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
}
100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
}
}@keyframes rotateInDownRight {
    0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
}
100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
}
}.rotateInDownRight {
    -webkit-animation-name: rotateInDownRight;
    animation-name: rotateInDownRight;
}
@-webkit-keyframes rotateInUpLeft {
    0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
}
100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
}
}@keyframes rotateInUpLeft {
    0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
}
100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
}
}.rotateInUpLeft {
    -webkit-animation-name: rotateInUpLeft;
    animation-name: rotateInUpLeft;
}
@-webkit-keyframes rotateInUpRight {
    0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
}
100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
}
}@keyframes rotateInUpRight {
    0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
}
100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
}
}.rotateInUpRight {
    -webkit-animation-name: rotateInUpRight;
    animation-name: rotateInUpRight;
}
@-webkit-keyframes rotateOut {
    0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
}
100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
}
}@keyframes rotateOut {
    0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
}
100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
}
}.rotateOut {
    -webkit-animation-name: rotateOut;
    animation-name: rotateOut;
}
@-webkit-keyframes rotateOutDownLeft {
    0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
}
100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
}
}@keyframes rotateOutDownLeft {
    0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
}
100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
}
}.rotateOutDownLeft {
    -webkit-animation-name: rotateOutDownLeft;
    animation-name: rotateOutDownLeft;
}
@-webkit-keyframes rotateOutDownRight {
    0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
}
100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
}
}@keyframes rotateOutDownRight {
    0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
}
100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
}
}.rotateOutDownRight {
    -webkit-animation-name: rotateOutDownRight;
    animation-name: rotateOutDownRight;
}
@-webkit-keyframes rotateOutUpLeft {
    0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
}
100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
}
}@keyframes rotateOutUpLeft {
    0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
}
100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
}
}.rotateOutUpLeft {
    -webkit-animation-name: rotateOutUpLeft;
    animation-name: rotateOutUpLeft;
}
@-webkit-keyframes rotateOutUpRight {
    0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
}
100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
}
}@keyframes rotateOutUpRight {
    0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
}
100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
}
}.rotateOutUpRight {
    -webkit-animation-name: rotateOutUpRight;
    animation-name: rotateOutUpRight;
}
@-webkit-keyframes hinge {
    0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
}
20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
}
40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
}
100% {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
}
}@keyframes hinge {
    0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
}
20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
}
40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
}
100% {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
}
}.hinge {
    -webkit-animation-name: hinge;
    animation-name: hinge;
}
@-webkit-keyframes rollIn {
    0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
}
100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
}
}@keyframes rollIn {
    0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
}
100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
}
}.rollIn {
    -webkit-animation-name: rollIn;
    animation-name: rollIn;
}
@-webkit-keyframes rollOut {
    0% {
    opacity: 1;
}
100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
}
}@keyframes rollOut {
    0% {
    opacity: 1;
}
100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
}
}.rollOut {
    -webkit-animation-name: rollOut;
    animation-name: rollOut;
}
@-webkit-keyframes zoomIn {
    0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
}
50% {
    opacity: 1;
}
}@keyframes zoomIn {
    0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
}
50% {
    opacity: 1;
}
}.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
}
@-webkit-keyframes zoomInStable {
    0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
}
33.333% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
}
66.666666% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}
}@keyframes zoomInStable {
    0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
}
33.333% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
}
66.666666% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}
}.zoomInStable {
    -webkit-animation-name: zoomInStable;
    animation-name: zoomInStable;
}
@-webkit-keyframes zoomInDown {
    0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}@keyframes zoomInDown {
    0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}.zoomInDown {
    -webkit-animation-name: zoomInDown;
    animation-name: zoomInDown;
}
@-webkit-keyframes zoomInLeft {
    0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}@keyframes zoomInLeft {
    0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}.zoomInLeft {
    -webkit-animation-name: zoomInLeft;
    animation-name: zoomInLeft;
}
@-webkit-keyframes zoomInRight {
    0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}@keyframes zoomInRight {
    0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}.zoomInRight {
    -webkit-animation-name: zoomInRight;
    animation-name: zoomInRight;
}
@-webkit-keyframes zoomInUp {
    0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}@keyframes zoomInUp {
    0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}.zoomInUp {
    -webkit-animation-name: zoomInUp;
    animation-name: zoomInUp;
}
@-webkit-keyframes zoomOut {
    0% {
    opacity: 1;
}
50% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
}
100% {
    opacity: 0;
}
}@keyframes zoomOut {
    0% {
    opacity: 1;
}
50% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
}
100% {
    opacity: 0;
}
}.zoomOut {
    -webkit-animation-name: zoomOut;
    animation-name: zoomOut;
}
@-webkit-keyframes zoomOutDown {
    40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
100% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}@keyframes zoomOutDown {
    40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
100% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}.zoomOutDown {
    -webkit-animation-name: zoomOutDown;
    animation-name: zoomOutDown;
}
@-webkit-keyframes zoomOutLeft {
    40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
}
100% {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
    transform: scale(.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
}
}@keyframes zoomOutLeft {
    40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
}
100% {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
    transform: scale(.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
}
}.zoomOutLeft {
    -webkit-animation-name: zoomOutLeft;
    animation-name: zoomOutLeft;
}
@-webkit-keyframes zoomOutRight {
    40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
}
100% {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
    transform: scale(.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
}
}@keyframes zoomOutRight {
    40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
}
100% {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
    transform: scale(.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
}
}.zoomOutRight {
    -webkit-animation-name: zoomOutRight;
    animation-name: zoomOutRight;
}
@-webkit-keyframes zoomOutUp {
    40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
100% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}@keyframes zoomOutUp {
    40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
100% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}.zoomOutUp {
    -webkit-animation-name: zoomOutUp;
    animation-name: zoomOutUp;
}
@-webkit-keyframes slideInDown {
    0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
}
100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
}@keyframes slideInDown {
    0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
}
100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
}.slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown;
}
@-webkit-keyframes slideInLeft {
    0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
}
100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
}@keyframes slideInLeft {
    0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
}
100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
}.slideInLeft {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft;
}
@-webkit-keyframes slideInRight {
    0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
}
100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
}@keyframes slideInRight {
    0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
}
100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
}.slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight;
}
@-webkit-keyframes slideInUp {
    0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
}
100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
}@keyframes slideInUp {
    0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
}
100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
}.slideInUp {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp;
}
@-webkit-keyframes slideOutDown {
    0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
100% {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
}
}@keyframes slideOutDown {
    0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
100% {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
}
}.slideOutDown {
    -webkit-animation-name: slideOutDown;
    animation-name: slideOutDown;
}
@-webkit-keyframes slideOutLeft {
    0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
100% {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
}
}@keyframes slideOutLeft {
    0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
100% {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
}
}.slideOutLeft {
    -webkit-animation-name: slideOutLeft;
    animation-name: slideOutLeft;
}
@-webkit-keyframes slideOutRight {
    0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
100% {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
}
}@keyframes slideOutRight {
    0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
100% {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
}
}.slideOutRight {
    -webkit-animation-name: slideOutRight;
    animation-name: slideOutRight;
}
@-webkit-keyframes slideOutUp {
    0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
100% {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
}
}@keyframes slideOutUp {
    0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
100% {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
}
}.slideOutUp {
    -webkit-animation-name: slideOutUp;
    animation-name: slideOutUp;
}
@keyframes anime {
    from {
    opacity: 0;
    transform: scaleY(0);
    -webkit-transform: scaleY(0);
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -o-transform: scaleY(0);
}
to {
    opacity: 1;
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    -moz-transform: scaleY(1);
}
}@-webkit-keyframes anime {
    from {
    opacity: 0;
    transform: scaleY(0);
    -webkit-transform: scaleY(0);
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -o-transform: scaleY(0);
}
to {
    opacity: 1;
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    -moz-transform: scaleY(1);
}
}@-moz-keyframes anime {
    from {
    opacity: 0;
    transform: scaleY(0);
    -webkit-transform: scaleY(0);
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -o-transform: scaleY(0);
}
to {
    opacity: 1;
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    -moz-transform: scaleY(1);
}
}@-o-keyframes anime {
    from {
    opacity: 0;
    transform: scaleY(0);
    -webkit-transform: scaleY(0);
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -o-transform: scaleY(0);
}
to {
    opacity: 1;
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    -moz-transform: scaleY(1);
}
}@-ms-keyframes anime {
    from {
    opacity: 0;
    transform: scaleY(0);
    -webkit-transform: scaleY(0);
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -o-transform: scaleY(0);
}
to {
    opacity: 1;
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    -moz-transform: scaleY(1);
}
}

/** animation **/
.empty-animation {
    animation-name: zoomInStable;
    animation-duration: 3s;
    animation-iteration-count: 1;
    animation-timing-function: linear;
    -webkit-animation-name: zoomInStable;
    -webkit-animation-duration: 3s;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: zoomInStable;
    -moz-animation-duration: 3s;
    -moz-animation-iteration-count: 1;
    -moz-animation-timing-function: linear;
    -ms-animation-name: zoomInStable;
    -ms-animation-duration: 3s;
    -ms-animation-iteration-count: 1;
    -ms-animation-timing-function: linear;
    -o-animation-name: zoomInStable;
    -o-animation-duration: 3s;
    -o-animation-iteration-count: 1;
    -o-animation-timing-function: linear;
    animation-name: zoomInStable;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -webkit-animation-name: zoomInStable;
    -webkit-animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: zoomInStable;
    -moz-animation-duration: 3s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: zoomInStable;
    -ms-animation-duration: 3s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: zoomInStable;
    -o-animation-duration: 3s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
    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;
    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;
    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;
    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;
}
@-webkit-keyframes rotateme {
    0% {
    -webkit-transform: rotate(0deg);
    opacity: 1;
}
50% {
    -webkit-transform: rotate(180deg);
    opacity: .7;
}
100% {
    -webkit-transform: rotate(360deg);
    opacity: 1;
}
}@-moz-keyframes rotateme {
    0% {
    -moz-transform: rotate(0deg);
    opacity: 1;
}
50% {
    -moz-transform: rotate(180deg);
    opacity: .7;
}
100% {
    -moz-transform: rotate(360deg);
    opacity: 1;
}
}@-o-keyframes rotateme {
    0% {
    -o-transform: rotate(0deg);
    opacity: 1;
}
50% {
    -o-transform: rotate(180deg);
    opacity: .7;
}
100% {
    -o-transform: rotate(360deg);
    opacity: 1;
}
}@keyframes rotateme {
    0% {
    transform: rotate(0deg);
    opacity: 1;
}
50% {
    transform: rotate(180deg);
}
100% {
    transform: rotate(360deg);
    opacity: 1;
}
}.services-section-two .upper-box .icon-two, .services-section-two .upper-box .icon-three, .about-section .images-column .pattern-layer {
    animation-name: rotateme;
    animation-duration: 15s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -webkit-animation-name: rotateme;
    -webkit-animation-duration: 15s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: rotateme;
    -moz-animation-duration: 15s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: rotateme;
    -ms-animation-duration: 15s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: rotateme;
    -o-animation-duration: 15s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}
@-webkit-keyframes float_up_down {
    0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
}
50% {
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
    opacity: 1;
}
100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
}
}@keyframes float_up_down {
    0% {
    transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
}
50% {
    transform: translateY(30px);
    transform: translateY(30px);
    opacity: 1;
}
100% {
    transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
}
}.services-section-two .upper-box .icon-one {
    animation-name: float_up_down;
    animation-duration: 5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -webkit-animation-name: float_up_down;
    -webkit-animation-duration: 5s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: float_up_down;
    -moz-animation-duration: 5s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: float_up_down;
    -ms-animation-duration: 5s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: float_left_right;
    -o-animation-duration: 5s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}
@-webkit-keyframes float_left_right {
    0% {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
    opacity: 1;
}
50% {
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
    opacity: .4;
}
100% {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
    opacity: 1;
}
}@keyframes float_left_right {
    0% {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
    opacity: 1;
}
50% {
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
    opacity: .4;
}
100% {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
    opacity: 1;
}
}.banner-section-two .pattern-layer-one {
    animation-name: float_left_right;
    animation-duration: 30s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -webkit-animation-name: float_left_right;
    -webkit-animation-duration: 30s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: float_left_right;
    -moz-animation-duration: 30s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: float_left_right;
    -ms-animation-duration: 30s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: float_left_right;
    -o-animation-duration: 30s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}
@-webkit-keyframes float_left_right_two {
    0% {
    -webkit-transform: translateX(-30px);
    opacity: 1;
}
50% {
    -webkit-transform: translateX(0px);
    opacity: .8;
}
100% {
    -webkit-transform: translateX(-30px);
    opacity: 1;
}
}@keyframes float_left_right_two {
    0% {
    transform: translateX(-30px);
    opacity: 1;
}
50% {
    transform: translateX(0px);
    opacity: .8;
}
100% {
    transform: translateX(-30px);
    opacity: 1;
}
}.empty-animation {
    animation-name: float_left_right_two;
    animation-duration: 5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -webkit-animation-name: float_left_right_two;
    -webkit-animation-duration: 5s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: float_left_right_two;
    -moz-animation-duration: 5s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: float_left_right_two;
    -ms-animation-duration: 5s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: float_left_right_two;
    -o-animation-duration: 5s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}
@-webkit-keyframes zoom-fade {
    0% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
}
50% {
    -webkit-transform: scale(1);
    transform: scale(1);
}
100% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
}
}@keyframes zoom-fade {
    0% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
}
50% {
    -webkit-transform: scale(1);
    transform: scale(1);
}
100% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
}
}.about-section-two .image-column .inner-column .circle-layer {
    animation-name: zoom-fade;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -webkit-animation-name: zoom-fade;
    -webkit-animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: zoom-fade;
    -moz-animation-duration: 3s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: zoom-fade;
    -ms-animation-duration: 3s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: zoom-fade;
    -o-animation-duration: 3s;
    -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);
}
}@-webkit-keyframes shine {
    100% {
    left: 125%}
}@keyframes shine {
    100% {
    left: 125%}
}.empty-animation {
    animation-name: rotateme;
    animation-duration: 24s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -webkit-animation-name: rotateme;
    -webkit-animation-duration: 24s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: rotateme;
    -moz-animation-duration: 24s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: rotateme;
    -ms-animation-duration: 24s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: rotateme;
    -o-animation-duration: 24s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}
@-webkit-keyframes float-bob {
    0% {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
}
50% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
}
100% {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
}
}@keyframes float-bob {
    0% {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
}
50% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
}
100% {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
}
}.empty-animation {
    animation-name: float-bob;
    animation-duration: 7s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -webkit-animation-name: float-bob;
    -webkit-animation-duration: 7s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: float-bob;
    -moz-animation-duration: 7s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: float-bob;
    -ms-animation-duration: 7s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: float-bob;
    -o-animation-duration: 7s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
    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;
}
@-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);
}
}.empty-animation {
    animation-name: zoomInOut;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    -webkit-animation-name: zoomInOut;
    -webkit-animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-name: zoomInOut;
    -moz-animation-duration: 3s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: ease-in-out;
    -ms-animation-name: zoomInOut;
    -ms-animation-duration: 3s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: ease-in-out;
    -o-animation-name: zoomInOut;
    -o-animation-duration: 3s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: ease-in-out;
}
@-webkit-keyframes zoomInOut {
    0% {
    -webkit-transform: rotate(0deg) scale(0.7);
    transform: rotate(0deg) scale(0.7);
    opacity: 0;
}
50% {
    -webkit-transform: rotate(180deg) scale(1);
    transform: rotate(180deg) scale(1);
    opacity: 1;
}
100% {
    -webkit-transform: rotate(360deg) scale(0.7);
    transform: rotate(360deg) scale(0.7);
    opacity: 0;
}
}@-webkit-keyframes bgSlideReverse {
    0% {
    background-position: 0 0;
}
20% {
    background-position: 100px 0;
}
40% {
    background-position: 200px 0;
}
60% {
    background-position: 150px 0;
}
80% {
    background-position: 100px 0;
}
100% {
    background-position: 0 0;
}
}@keyframes bgSlideReverse {
    0% {
    background-position: 0 0;
}
20% {
    background-position: 100px 0;
}
40% {
    background-position: 200px 0;
}
60% {
    background-position: 150px 0;
}
80% {
    background-position: 100px 0;
}
100% {
    background-position: 0 0;
}
}@-webkit-keyframes bgSlideReverse2 {
    0% {
    background-position: -0 0;
}
20% {
    background-position: -100px 0;
}
40% {
    background-position: -200px 0;
}
60% {
    background-position: -150px 0;
}
80% {
    background-position: -100px 0;
}
100% {
    background-position: -0 0;
}
}@keyframes bgSlideReverse2 {
    0% {
    background-position: -0 0;
}
20% {
    background-position: -100px 0;
}
40% {
    background-position: -200px 0;
}
60% {
    background-position: -150px 0;
}
80% {
    background-position: -100px 0;
}
100% {
    background-position: -0 0;
}
}@-webkit-keyframes banner-animate {
    0% {
    -webkit-transform: translateX(-1000px);
    transform: translateX(-1000px);
}
50% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
}
100% {
    -webkit-transform: translateX(-1000px);
    transform: translateX(-1000px);
}
}@keyframes banner-animate {
    0% {
    -webkit-transform: translateX(-1000px);
    transform: translateX(-1000px);
}
50% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
}
100% {
    -webkit-transform: translateX(-1000px);
    transform: translateX(-1000px);
}
}.empty-animation {
    animation-name: banner-animate;
    animation-duration: 70s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -webkit-animation-name: banner-animate;
    -webkit-animation-duration: 70s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: banner-animate;
    -moz-animation-duration: 70s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: banner-animate;
    -ms-animation-duration: 70s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: banner-animate;
    -o-animation-duration: 70s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}
@-webkit-keyframes ripple {
    70% {
    -webkit-box-shadow: 0 0 0 20px 0 0 20px 0 #fff;
    box-shadow: 0 0 0 20px 0 0 20px 0 #fff;
}
100% {
    -webkit-box-shadow: 0 0 0 0 #fff;
    box-shadow: 0 0 0 0 #fff;
}
}@keyframes ripple {
    70% {
    -webkit-box-shadow: 0 0 0 20px #fff;
    box-shadow: 0 0 0 20px #fff;
}
100% {
    -webkit-box-shadow: 0 0 0 0 #fff;
    box-shadow: 0 0 0 0 #fff;
}
}@-webkit-keyframes animation1 {
    0%, 100% {
    -webkit-transform: rotate(0deg) translateX(0);
    transform: rotate(0deg) translateX(0);
}
25%, 75% {
    -webkit-transform: rotate(5deg) translateX(15px);
    transform: rotate(5deg) translateX(15px);
}
50% {
    -webkit-transform: rotate(10deg) translateX(30px);
    transform: rotate(10deg) translateX(30px);
}
}@keyframes animation1 {
    0%, 100% {
    -webkit-transform: rotate(0deg) translateX(0);
    transform: rotate(0deg) translateX(0);
}
25%, 75% {
    -webkit-transform: rotate(5deg) translateX(15px);
    transform: rotate(5deg) translateX(15px);
}
50% {
    -webkit-transform: rotate(10deg) translateX(30px);
    transform: rotate(10deg) translateX(30px);
}
}

@-moz-keyframes animation2 {
    0% {
    -moz-transform: rotateY(0deg);
    transform: rotateY(0deg);
}
100% {
    -moz-transform: rotateY(360deg);
    transform: rotateY(360deg);
}
}@-o-keyframes animation2 {
    0% {
    -o-transform: rotateY(0deg);
    transform: rotateY(0deg);
}
100% {
    -o-transform: rotateY(360deg);
    transform: rotateY(360deg);
}
}@keyframes animation2 {
    0% {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    transform: rotateY(0deg);
}
100% {
    -webkit-transform: rotateY(360deg);
    -moz-transform: rotateY(360deg);
    -o-transform: rotateY(360deg);
    transform: rotateY(360deg);
}
}@-webkit-keyframes bgSlide {
    0% {
    background-position: 0 0;
}
20% {
    background-position: -100px 0;
}
40% {
    background-position: -200px 0;
}
60% {
    background-position: -150px 0;
}
80% {
    background-position: -100px 0;
}
100% {
    background-position: 0 0;
}
}@keyframes bgSlide {
    0% {
    background-position: 0 0;
}
20% {
    background-position: -100px 0;
}
40% {
    background-position: -200px 0;
}
60% {
    background-position: -150px 0;
}
80% {
    background-position: -100px 0;
}
100% {
    background-position: 0 0;
}
}@-webkit-keyframes bgSlideReverse {
    0% {
    background-position: 0 0;
}
20% {
    background-position: 100px 0;
}
40% {
    background-position: 200px 0;
}
60% {
    background-position: 150px 0;
}
80% {
    background-position: 100px 0;
}
100% {
    background-position: 0 0;
}
}@keyframes bgSlideReverse {
    0% {
    background-position: 0 0;
}
20% {
    background-position: 100px 0;
}
40% {
    background-position: 200px 0;
}
60% {
    background-position: 150px 0;
}
80% {
    background-position: 100px 0;
}
100% {
    background-position: 0 0;
}
}@-webkit-keyframes ribbonRotate {
    0%, 100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
}
25%, 75% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
}
50% {
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg);
}
}@keyframes ribbonRotate {
    0%, 100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
}
25%, 75% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
}
50% {
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg);
}
}@-webkit-keyframes footerFish {
    0%, 100% {
    -webkit-transform: translateX(0) translateY(0) rotate(0);
    transform: translateX(0) translateY(0) rotate(0);
}
25%, 75% {
    -webkit-transform: translateX(20px) translateY(30px) rotate(25deg);
    transform: translateX(20px) translateY(30px) rotate(25deg);
}
50% {
    -webkit-transform: translateX(40px) translateY(60px) rotate(45deg);
    transform: translateX(40px) translateY(60px) rotate(45deg);
}
}@keyframes footerFish {
    0%, 100% {
    -webkit-transform: translateX(0) translateY(0) rotate(0);
    transform: translateX(0) translateY(0) rotate(0);
}
25%, 75% {
    -webkit-transform: translateX(20px) translateY(30px) rotate(25deg);
    transform: translateX(20px) translateY(30px) rotate(25deg);
}
50% {
    -webkit-transform: translateX(40px) translateY(60px) rotate(45deg);
    transform: translateX(40px) translateY(60px) rotate(45deg);
}
}@-webkit-keyframes contactSwimmer {
    0%, 100% {
    -webkit-transform: translateX(0) translateY(0) rotate(0);
    transform: translateX(0) translateY(0) rotate(0);
}
25%, 75% {
    -webkit-transform: translateX(15px) translateY(20px) rotate(10deg);
    transform: translateX(15px) translateY(20px) rotate(10deg);
}
50% {
    -webkit-transform: translateX(60px) translateY(35px) rotate(15deg);
    transform: translateX(60px) translateY(35px) rotate(15deg);
}
}@keyframes contactSwimmer {
    0%, 100% {
    -webkit-transform: translateX(0) translateY(0) rotate(0);
    transform: translateX(0) translateY(0) rotate(0);
}
25%, 75% {
    -webkit-transform: translateX(15px) translateY(20px) rotate(10deg);
    transform: translateX(15px) translateY(20px) rotate(10deg);
}
50% {
    -webkit-transform: translateX(60px) translateY(35px) rotate(15deg);
    transform: translateX(60px) translateY(35px) rotate(15deg);
}
}


/** custom **/
.empty-animation {
    animation-name: zoomInStable;
    animation-duration: 3s;
    animation-iteration-count: 1;
    animation-timing-function: linear;
    -webkit-animation-name: zoomInStable;
    -webkit-animation-duration: 3s;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: zoomInStable;
    -moz-animation-duration: 3s;
    -moz-animation-iteration-count: 1;
    -moz-animation-timing-function: linear;
    -ms-animation-name: zoomInStable;
    -ms-animation-duration: 3s;
    -ms-animation-iteration-count: 1;
    -ms-animation-timing-function: linear;
    -o-animation-name: zoomInStable;
    -o-animation-duration: 3s;
    -o-animation-iteration-count: 1;
    -o-animation-timing-function: linear;
    animation-name: zoomInStable;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -webkit-animation-name: zoomInStable;
    -webkit-animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: zoomInStable;
    -moz-animation-duration: 3s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: zoomInStable;
    -ms-animation-duration: 3s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: zoomInStable;
    -o-animation-duration: 3s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
    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;
    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;
    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;
    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;
}
@-webkit-keyframes rotateme {
    0% {
    -webkit-transform: rotate(0deg);
    opacity: 1;
}
50% {
    -webkit-transform: rotate(180deg);
    opacity: .7;
}
100% {
    -webkit-transform: rotate(360deg);
    opacity: 1;
}
}@-moz-keyframes rotateme {
    0% {
    -moz-transform: rotate(0deg);
    opacity: 1;
}
50% {
    -moz-transform: rotate(180deg);
    opacity: .7;
}
100% {
    -moz-transform: rotate(360deg);
    opacity: 1;
}
}@-o-keyframes rotateme {
    0% {
    -o-transform: rotate(0deg);
    opacity: 1;
}
50% {
    -o-transform: rotate(180deg);
    opacity: .7;
}
100% {
    -o-transform: rotate(360deg);
    opacity: 1;
}
}@keyframes rotateme {
    0% {
    transform: rotate(0deg);
    opacity: 1;
}
50% {
    transform: rotate(180deg);
}
100% {
    transform: rotate(360deg);
    opacity: 1;
}
}.empty-animation {
    animation-name: rotateme;
    animation-duration: 15s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -webkit-animation-name: rotateme;
    -webkit-animation-duration: 15s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: rotateme;
    -moz-animation-duration: 15s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: rotateme;
    -ms-animation-duration: 15s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: rotateme;
    -o-animation-duration: 15s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}
@-webkit-keyframes float_up_down {
    0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
}
50% {
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
    opacity: 1;
}
100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
}
}@keyframes float_up_down {
    0% {
    transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
}
50% {
    transform: translateY(30px);
    transform: translateY(30px);
    opacity: 1;
}
100% {
    transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
}
}.empty-animation {
    animation-name: float_up_down;
    animation-duration: 5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -webkit-animation-name: float_up_down;
    -webkit-animation-duration: 5s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: float_up_down;
    -moz-animation-duration: 5s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: float_up_down;
    -ms-animation-duration: 5s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: float_left_right;
    -o-animation-duration: 5s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}
@-webkit-keyframes float_left_right {
    0% {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
    opacity: 1;
}
50% {
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
    opacity: .4;
}
100% {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
    opacity: 1;
}
}@keyframes float_left_right {
    0% {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
    opacity: 1;
}
50% {
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
    opacity: .4;
}
100% {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
    opacity: 1;
}
}.empty-animation {
    animation-name: float_left_right;
    animation-duration: 30s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -webkit-animation-name: float_left_right;
    -webkit-animation-duration: 30s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: float_left_right;
    -moz-animation-duration: 30s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: float_left_right;
    -ms-animation-duration: 30s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: float_left_right;
    -o-animation-duration: 30s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}
@-webkit-keyframes float_left_right_two {
    0% {
    -webkit-transform: translateX(-30px);
    opacity: 1;
}
50% {
    -webkit-transform: translateX(0px);
    opacity: .8;
}
100% {
    -webkit-transform: translateX(-30px);
    opacity: 1;
}
}@keyframes float_left_right_two {
    0% {
    transform: translateX(-30px);
    opacity: 1;
}
50% {
    transform: translateX(0px);
    opacity: .8;
}
100% {
    transform: translateX(-30px);
    opacity: 1;
}
}.empty-animation {
    animation-name: float_left_right_two;
    animation-duration: 5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -webkit-animation-name: float_left_right_two;
    -webkit-animation-duration: 5s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: float_left_right_two;
    -moz-animation-duration: 5s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: float_left_right_two;
    -ms-animation-duration: 5s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: float_left_right_two;
    -o-animation-duration: 5s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}
@-webkit-keyframes zoom-fade {
    0% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
}
50% {
    -webkit-transform: scale(1);
    transform: scale(1);
}
100% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
}
}@keyframes zoom-fade {
    0% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
}
50% {
    -webkit-transform: scale(1);
    transform: scale(1);
}
100% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
}
}.empty-animation {
    animation-name: zoom-fade;
    animation-duration: 8s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -webkit-animation-name: zoom-fade;
    -webkit-animation-duration: 8s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: zoom-fade;
    -moz-animation-duration: 8s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: zoom-fade;
    -ms-animation-duration: 8s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: zoom-fade;
    -o-animation-duration: 8s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}


/**demo**/
#content {
    width: 1000px;
    margin: 20px auto 0;
}
.mtop {
    margin-top: 42px;
    padding: 9px 45px;
}
.product_id h2 {
    font-size: 20px;
}
.product_id label {
    font-size: 22px;
    color: #243559;
    font-weight: 700;
    margin-left: 10px;
}
.block_id input {
    border: 1px solid #7171713b;
    position: relative;
    height: 50px;
    padding: 6px 30px;
    width: 250px;
    color: #7683a3;
    font-size: 16px;
    border-radius:  3px;
    background-color: #fff;
    box-shadow:  0px 0px 15px rgb(0 0 0 / 10%);
    margin-top: 10px;
}
.block_id select {
    border: 1px solid #7171713b;
    position: relative;
    width: 250px;
    line-height: 16px;
    padding: 10px 15px;
    height: 50px;
    box-shadow:  0px 0px 15px rgb(0 0 0 / 10%);
    background: #fff url(../images/icons/icon-select.png) right center no-repeat;
    margin-top: 10px;
    -webkit-appearance: none;
    font-size: 16px;
    border-radius:  3px;
}
.block_id p, .guarantee_id span {
    font-size: 18px;
    margin-bottom: 0;
}
.block_id span>i {
    font-size: 16px;
}
#summ {
    color: #243559;
    font-size: 30px;
    font-weight: 700;
}
.product, .blockcalck, .guarantee {
    background: #fff;
    display: flex;
    flex-flow: row nowrap;
    flex-wrap: wrap;
    border-radius: 5px;
    margin: 20px 0;
    border-radius: 10px;
    max-width: 970px;
    margin: 20px auto;
    padding: 0 20px;
    box-shadow:  0px 0px 15px rgb(0 0 0 / 10%);
}
.product_id, .block_id {
    width: 33%;
    margin: 3% 0;
    text-align: center;
}
.block_id2 {
    margin: 3% 0;
}
.guarantee_id {
    width: 49%;
    text-align: center;
    margin: 20px 0 30px;
}
.guarantee_id .mtop {
    margin-top: 15px;
}
.guarantee_id p {
    font-size: 18px;
}

/** botsrap **/
.bootstrap-touchspin .input-group-btn-vertical {
    position: relative;
    white-space: nowrap;
    width: 1%;
    vertical-align: middle;
    display: table-cell;
}
.bootstrap-touchspin .input-group-btn-vertical > .btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%;
    padding: 8px 10px;
    margin-left: -1px;
    position: relative;
}
.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up {
    border-radius: 0;
    border-top-right-radius: 4px;
}
.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down {
    margin-top: -2px;
    border-radius: 0;
    border-bottom-right-radius: 4px;
}
.bootstrap-touchspin .input-group-btn-vertical i {
    position: absolute;
    top: 3px;
    left: 5px;
    font-size: 9px;
    font-weight: 400;
}



    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);
}
}

/** mCUstom **/
.mCustomScrollbar {
    -ms-touch-action: none;
    touch-action: none;
}
.mCustomScrollbar.mCS_no_scrollbar, .mCustomScrollbar.mCS_touch_action {
    -ms-touch-action: auto;
    touch-action: auto;
}
.mCustomScrollBox {
    position: relative;
    overflow: hidden;
    height: 100%;
    max-width: 100%;
    outline: 0;
    direction: ltr;
}
.mCSB_container {
    overflow: hidden;
    width: auto;
    height: auto;
}
.mCSB_inside>.mCSB_container {
    margin-right: 30px;
}
.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
    margin-right: 0;
}
.mCS-dir-rtl>.mCSB_inside>.mCSB_container {
    margin-right: 0;
    margin-left: 30px;
}
.mCS-dir-rtl>.mCSB_inside>.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
    margin-left: 0;
}
.mCSB_scrollTools {
    position: absolute;
    width: 16px;
    height: auto;
    left: auto;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: .75;
    filter: "alpha(opacity=75)";
    -ms-filter: "alpha(opacity=75)"}
.mCSB_outside+.mCSB_scrollTools {
    right: -26px;
}
.mCS-dir-rtl>.mCSB_inside>.mCSB_scrollTools, .mCS-dir-rtl>.mCSB_outside+.mCSB_scrollTools {
    right: auto;
    left: 0;
}
.mCS-dir-rtl>.mCSB_outside+.mCSB_scrollTools {
    left: -26px;
}
.mCSB_scrollTools .mCSB_draggerContainer {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: auto;
}
.mCSB_scrollTools a+.mCSB_draggerContainer {
    margin: 20px 0;
}
.mCSB_scrollTools .mCSB_draggerRail {
    width: 2px;
    height: 100%;
    margin: 0 auto;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
}
.mCSB_scrollTools .mCSB_dragger {
    cursor: pointer;
    width: 100%;
    height: 30px;
    z-index: 1;
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    position: relative;
    width: 4px;
    height: 100%;
    margin: 0 auto;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
    text-align: center;
}
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, .mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
    width: 12px;
}
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail, .mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
    width: 8px;
}
.mCSB_scrollTools .mCSB_buttonDown, .mCSB_scrollTools .mCSB_buttonUp {
    display: block;
    position: absolute;
    height: 20px;
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    cursor: pointer;
}
.mCSB_scrollTools .mCSB_buttonDown {
    bottom: 0;
}
.mCSB_horizontal.mCSB_inside>.mCSB_container {
    margin-right: 0;
    margin-bottom: 30px;
}
.mCSB_horizontal.mCSB_outside>.mCSB_container {
    min-height: 100%}
.mCSB_horizontal>.mCSB_container.mCS_no_scrollbar_x.mCS_x_hidden {
    margin-bottom: 0;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal {
    width: auto;
    height: 16px;
    top: auto;
    right: 0;
    bottom: 0;
    left: 0;
}
.mCustomScrollBox+.mCSB_scrollTools+.mCSB_scrollTools.mCSB_scrollTools_horizontal, .mCustomScrollBox+.mCSB_scrollTools.mCSB_scrollTools_horizontal {
    bottom: -26px;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal a+.mCSB_draggerContainer {
    margin: 0 20px;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    width: 100%;
    height: 2px;
    margin: 7px 0;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger {
    width: 30px;
    height: 100%;
    left: 0;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    width: 100%;
    height: 4px;
    margin: 6px auto;
}
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, .mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
    height: 12px;
    margin: 2px auto;
}
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail, .mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
    height: 8px;
    margin: 4px 0;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft, .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
    display: block;
    position: absolute;
    width: 20px;
    height: 100%;
    overflow: hidden;
    margin: 0 auto;
    cursor: pointer;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft {
    left: 0;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
    right: 0;
}
.mCSB_container_wrapper {
    position: absolute;
    height: auto;
    width: auto;
    overflow: hidden;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin-right: 30px;
    margin-bottom: 30px;
}
.mCSB_container_wrapper>.mCSB_container {
    padding-right: 30px;
    padding-bottom: 30px;
}
.mCSB_vertical_horizontal>.mCSB_scrollTools.mCSB_scrollTools_vertical {
    bottom: 20px;
}
.mCSB_vertical_horizontal>.mCSB_scrollTools.mCSB_scrollTools_horizontal {
    right: 20px;
}
.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden+.mCSB_scrollTools.mCSB_scrollTools_vertical {
    bottom: 0;
}
.mCS-dir-rtl>.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside>.mCSB_scrollTools.mCSB_scrollTools_horizontal, .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden+.mCSB_scrollTools~.mCSB_scrollTools.mCSB_scrollTools_horizontal {
    right: 0;
}
.mCS-dir-rtl>.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside>.mCSB_scrollTools.mCSB_scrollTools_horizontal {
    left: 20px;
}
.mCS-dir-rtl>.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside>.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden+.mCSB_scrollTools~.mCSB_scrollTools.mCSB_scrollTools_horizontal {
    left: 0;
}
.mCS-dir-rtl>.mCSB_inside>.mCSB_container_wrapper {
    margin-right: 0;
    margin-left: 30px;
}
.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden>.mCSB_container {
    padding-right: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden>.mCSB_container {
    padding-bottom: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside>.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden {
    margin-right: 0;
    margin-left: 0;
}
.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside>.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden {
    margin-bottom: 0;
}
.mCSB_scrollTools, .mCSB_scrollTools .mCSB_buttonDown, .mCSB_scrollTools .mCSB_buttonLeft, .mCSB_scrollTools .mCSB_buttonRight, .mCSB_scrollTools .mCSB_buttonUp, .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    -webkit-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
    -moz-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
    -o-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
    transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
}
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail, .mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar, .mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail, .mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar {
    -webkit-transition: width .2s ease-out .2s, height .2s ease-out .2s, margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out;
    -moz-transition: width .2s ease-out .2s, height .2s ease-out .2s, margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out;
    -o-transition: width .2s ease-out .2s, height .2s ease-out .2s, margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out;
    transition: width .2s ease-out .2s, height .2s ease-out .2s, margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out;
}
.mCS-autoHide>.mCustomScrollBox>.mCSB_scrollTools, .mCS-autoHide>.mCustomScrollBox~.mCSB_scrollTools {
    opacity: 0;
    filter: "alpha(opacity=0)";
    -ms-filter: "alpha(opacity=0)"}
.mCS-autoHide:hover>.mCustomScrollBox>.mCSB_scrollTools, .mCS-autoHide:hover>.mCustomScrollBox~.mCSB_scrollTools, .mCustomScrollBox:hover>.mCSB_scrollTools, .mCustomScrollBox:hover~.mCSB_scrollTools, .mCustomScrollbar>.mCustomScrollBox>.mCSB_scrollTools.mCSB_scrollTools_onDrag, .mCustomScrollbar>.mCustomScrollBox~.mCSB_scrollTools.mCSB_scrollTools_onDrag {
    opacity: 1;
    filter: "alpha(opacity=100)";
    -ms-filter: "alpha(opacity=100)"}
.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #000;
    background-color: rgba(0, 0, 0, .4);
    filter: "alpha(opacity=40)";
    -ms-filter: "alpha(opacity=40)"}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #fff;
    background-color: rgba(255, 255, 255, .75);
    filter: "alpha(opacity=75)";
    -ms-filter: "alpha(opacity=75)"}
.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #fff;
    background-color: rgba(255, 255, 255, .85);
    filter: "alpha(opacity=85)";
    -ms-filter: "alpha(opacity=85)"}
.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: #fff;
    background-color: rgba(255, 255, 255, .9);
    filter: "alpha(opacity=90)";
    -ms-filter: "alpha(opacity=90)"}
.mCSB_scrollTools .mCSB_buttonDown, .mCSB_scrollTools .mCSB_buttonLeft, .mCSB_scrollTools .mCSB_buttonRight, .mCSB_scrollTools .mCSB_buttonUp {
    background-repeat: no-repeat;
    opacity: .4;
    filter: "alpha(opacity=40)";
    -ms-filter: "alpha(opacity=40)"}
.mCSB_scrollTools .mCSB_buttonUp {
    background-position: 0 0;
}
.mCSB_scrollTools .mCSB_buttonDown {
    background-position: 0 -20px;
}
.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: 0 -40px;
}
.mCSB_scrollTools .mCSB_buttonRight {
    background-position: 0 -56px;
}
.mCSB_scrollTools .mCSB_buttonDown:hover, .mCSB_scrollTools .mCSB_buttonLeft:hover, .mCSB_scrollTools .mCSB_buttonRight:hover, .mCSB_scrollTools .mCSB_buttonUp:hover {
    opacity: .75;
    filter: "alpha(opacity=75)";
    -ms-filter: "alpha(opacity=75)"}
.mCSB_scrollTools .mCSB_buttonDown:active, .mCSB_scrollTools .mCSB_buttonLeft:active, .mCSB_scrollTools .mCSB_buttonRight:active, .mCSB_scrollTools .mCSB_buttonUp:active {
    opacity: .9;
    filter: "alpha(opacity=90)";
    -ms-filter: "alpha(opacity=90)"}
.mCS-dark.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #000;
    background-color: rgba(0, 0, 0, .15);
}
.mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, .75);
}
.mCS-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: rgba(0, 0, 0, .85);
}
.mCS-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: rgba(0, 0, 0, .9);
}
.mCS-dark.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -80px 0;
}
.mCS-dark.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -80px -20px;
}
.mCS-dark.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -80px -40px;
}
.mCS-dark.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -80px -56px;
}
.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail, .mCS-light-2.mCSB_scrollTools .mCSB_draggerRail {
    width: 4px;
    background-color: #fff;
    background-color: rgba(255, 255, 255, .1);
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
}
.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-light-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 4px;
    background-color: #fff;
    background-color: rgba(255, 255, 255, .75);
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
}
.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-light-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-light-2.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    width: 100%;
    height: 4px;
    margin: 6px auto;
}
.mCS-light-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #fff;
    background-color: rgba(255, 255, 255, .85);
}
.mCS-light-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-light-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: #fff;
    background-color: rgba(255, 255, 255, .9);
}
.mCS-light-2.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -32px 0;
}
.mCS-light-2.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -32px -20px;
}
.mCS-light-2.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -40px -40px;
}
.mCS-light-2.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -40px -56px;
}
.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #000;
    background-color: rgba(0, 0, 0, .1);
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
}
.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, .75);
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
}
.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, .85);
}
.mCS-dark-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-dark-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, .9);
}
.mCS-dark-2.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -112px 0;
}
.mCS-dark-2.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -112px -20px;
}
.mCS-dark-2.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -120px -40px;
}
.mCS-dark-2.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -120px -56px;
}
.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail, .mCS-light-thick.mCSB_scrollTools .mCSB_draggerRail {
    width: 4px;
    background-color: #fff;
    background-color: rgba(255, 255, 255, .1);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-light-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 6px;
    background-color: #fff;
    background-color: rgba(255, 255, 255, .75);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    width: 100%;
    height: 4px;
    margin: 6px 0;
}
.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    width: 100%;
    height: 6px;
    margin: 5px auto;
}
.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #fff;
    background-color: rgba(255, 255, 255, .85);
}
.mCS-light-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-light-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: #fff;
    background-color: rgba(255, 255, 255, .9);
}
.mCS-light-thick.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -16px 0;
}
.mCS-light-thick.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -16px -20px;
}
.mCS-light-thick.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -20px -40px;
}
.mCS-light-thick.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -20px -56px;
}
.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #000;
    background-color: rgba(0, 0, 0, .1);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, .75);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, .85);
}
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, .9);
}
.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -96px 0;
}
.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -96px -20px;
}
.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -100px -40px;
}
.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -100px -56px;
}
.mCS-light-thin.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #fff;
    background-color: rgba(255, 255, 255, .1);
}
.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-light-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 2px;
}
.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    width: 100%}
.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    width: 100%;
    height: 2px;
    margin: 7px auto;
}
.mCS-dark-thin.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #000;
    background-color: rgba(0, 0, 0, .15);
}
.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, .75);
}
.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, .85);
}
.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, .9);
}
.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -80px 0;
}
.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -80px -20px;
}
.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -80px -40px;
}
.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -80px -56px;
}
.mCS-rounded.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #fff;
    background-color: rgba(255, 255, 255, .15);
}
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger, .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger, .mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger, .mCS-rounded.mCSB_scrollTools .mCSB_dragger {
    height: 14px;
}
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 14px;
    margin: 0 1px;
}
.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger, .mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger, .mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger, .mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger {
    width: 14px;
}
.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    height: 14px;
    margin: 1px 0;
}
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, .mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, .mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
    width: 16px;
    height: 16px;
    margin: -1px 0;
}
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail, .mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail, .mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail, .mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
    width: 4px;
}
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, .mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, .mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
    height: 16px;
    width: 16px;
    margin: 0 -1px;
}
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail, .mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail, .mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail, .mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
    height: 4px;
    margin: 6px 0;
}
.mCS-rounded.mCSB_scrollTools .mCSB_buttonUp {
    background-position: 0 -72px;
}
.mCS-rounded.mCSB_scrollTools .mCSB_buttonDown {
    background-position: 0 -92px;
}
.mCS-rounded.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: 0 -112px;
}
.mCS-rounded.mCSB_scrollTools .mCSB_buttonRight {
    background-position: 0 -128px;
}
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, .75);
}
.mCS-rounded-dark.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #000;
    background-color: rgba(0, 0, 0, .15);
}
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, .85);
}
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, .9);
}
.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -80px -72px;
}
.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -80px -92px;
}
.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -80px -112px;
}
.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -80px -128px;
}
.mCS-rounded-dots-dark.mCSB_scrollTools_vertical .mCSB_draggerRail, .mCS-rounded-dots.mCSB_scrollTools_vertical .mCSB_draggerRail {
    width: 4px;
}
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail, .mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    background-color: transparent;
    background-position: center;
}
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail {
    background-repeat: repeat-y;
    opacity: .3;
    filter: "alpha(opacity=30)";
    -ms-filter: "alpha(opacity=30)"}
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    height: 4px;
    margin: 6px 0;
    background-repeat: repeat-x;
}
.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -16px -72px;
}
.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -16px -92px;
}
.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -20px -112px;
}
.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -20px -128px;
}
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail {
}
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -96px -72px;
}
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -96px -92px;
}
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -100px -112px;
}
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -100px -128px;
}
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-repeat: repeat-y;
    background-image: -moz-linear-gradient(left, rgba(255, 255, 255, .5) 0, rgba(255, 255, 255, 0) 100%);
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(255, 255, 255, .5)), color-stop(100%, rgba(255, 255, 255, 0)));
    background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, .5) 0, rgba(255, 255, 255, 0) 100%);
    background-image: -o-linear-gradient(left, rgba(255, 255, 255, .5) 0, rgba(255, 255, 255, 0) 100%);
    background-image: -ms-linear-gradient(left, rgba(255, 255, 255, .5) 0, rgba(255, 255, 255, 0) 100%);
    background-image: linear-gradient(to right, rgba(255, 255, 255, .5) 0, rgba(255, 255, 255, 0) 100%);
}
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    background-repeat: repeat-x;
    background-image: -moz-linear-gradient(top, rgba(255, 255, 255, .5) 0, rgba(255, 255, 255, 0) 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(255, 255, 255, .5)), color-stop(100%, rgba(255, 255, 255, 0)));
    background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, .5) 0, rgba(255, 255, 255, 0) 100%);
    background-image: -o-linear-gradient(top, rgba(255, 255, 255, .5) 0, rgba(255, 255, 255, 0) 100%);
    background-image: -ms-linear-gradient(top, rgba(255, 255, 255, .5) 0, rgba(255, 255, 255, 0) 100%);
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, .5) 0, rgba(255, 255, 255, 0) 100%);
}
.mCS-3d-dark.mCSB_scrollTools_vertical .mCSB_dragger, .mCS-3d.mCSB_scrollTools_vertical .mCSB_dragger {
    height: 70px;
}
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger, .mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger {
    width: 70px;
}
.mCS-3d-dark.mCSB_scrollTools, .mCS-3d.mCSB_scrollTools {
    opacity: 1;
    filter: "alpha(opacity=30)";
    -ms-filter: "alpha(opacity=30)"}
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools .mCSB_draggerRail {
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
}
.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-3d.mCSB_scrollTools .mCSB_draggerRail {
    width: 8px;
    background-color: #000;
    background-color: rgba(0, 0, 0, .2);
    box-shadow: inset 1px 0 1px rgba(0, 0, 0, .5), inset -1px 0 1px rgba(255, 255, 255, .2);
}
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #555;
}
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 8px;
}
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-3d.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    width: 100%;
    height: 8px;
    margin: 4px 0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .5), inset 0 -1px 1px rgba(255, 255, 255, .2);
}
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    width: 100%;
    height: 8px;
    margin: 4px auto;
}
.mCS-3d.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -32px -72px;
}
.mCS-3d.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -32px -92px;
}
.mCS-3d.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -40px -112px;
}
.mCS-3d.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -40px -128px;
}
.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #000;
    background-color: rgba(0, 0, 0, .1);
    box-shadow: inset 1px 0 1px rgba(0, 0, 0, .1);
}
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .1);
}
.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -112px -72px;
}
.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -112px -92px;
}
.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -120px -112px;
}
.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -120px -128px;
}
.mCS-3d-thick-dark.mCSB_scrollTools, .mCS-3d-thick.mCSB_scrollTools {
    opacity: 1;
    filter: "alpha(opacity=30)";
    -ms-filter: "alpha(opacity=30)"}
.mCS-3d-thick-dark.mCSB_scrollTools, .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer, .mCS-3d-thick.mCSB_scrollTools, .mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer {
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
}
.mCSB_inside+.mCS-3d-thick-dark.mCSB_scrollTools_vertical, .mCSB_inside+.mCS-3d-thick.mCSB_scrollTools_vertical {
    right: 1px;
}
.mCS-3d-thick-dark.mCSB_scrollTools_vertical, .mCS-3d-thick.mCSB_scrollTools_vertical {
    box-shadow: inset 1px 0 1px rgba(0, 0, 0, .1), inset 0 0 14px rgba(0, 0, 0, .5);
}
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal, .mCS-3d-thick.mCSB_scrollTools_horizontal {
    bottom: 1px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .1), inset 0 0 14px rgba(0, 0, 0, .5);
}
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    box-shadow: inset 1px 0 0 rgba(255, 255, 255, .4);
    width: 12px;
    margin: 2px;
    position: absolute;
    height: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .4);
    height: 12px;
    width: auto;
}
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #555;
}
.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer {
    background-color: #000;
    background-color: rgba(0, 0, 0, .05);
    box-shadow: inset 1px 1px 16px rgba(0, 0, 0, .1);
}
.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerRail {
    background-color: transparent;
}
.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -32px -72px;
}
.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -32px -92px;
}
.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -40px -112px;
}
.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -40px -128px;
}
.mCS-3d-thick-dark.mCSB_scrollTools {
    box-shadow: inset 0 0 14px rgba(0, 0, 0, .2);
}
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal {
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .1), inset 0 0 14px rgba(0, 0, 0, .2);
}
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    box-shadow: inset 1px 0 0 rgba(255, 255, 255, .4), inset -1px 0 0 rgba(0, 0, 0, .2);
}
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .4), inset 0 -1px 0 rgba(0, 0, 0, .2);
}
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #777;
}
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer {
    background-color: #fff;
    background-color: rgba(0, 0, 0, .05);
    box-shadow: inset 1px 1px 16px rgba(0, 0, 0, .1);
}
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-minimal-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-minimal.mCSB_scrollTools .mCSB_draggerRail {
    background-color: transparent;
}
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -112px -72px;
}
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -112px -92px;
}
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -120px -112px;
}
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -120px -128px;
}
.mCSB_outside+.mCS-minimal-dark.mCSB_scrollTools_vertical, .mCSB_outside+.mCS-minimal.mCSB_scrollTools_vertical {
    right: 0;
    margin: 12px 0;
}
.mCustomScrollBox.mCS-minimal+.mCSB_scrollTools+.mCSB_scrollTools.mCSB_scrollTools_horizontal, .mCustomScrollBox.mCS-minimal+.mCSB_scrollTools.mCSB_scrollTools_horizontal, .mCustomScrollBox.mCS-minimal-dark+.mCSB_scrollTools+.mCSB_scrollTools.mCSB_scrollTools_horizontal, .mCustomScrollBox.mCS-minimal-dark+.mCSB_scrollTools.mCSB_scrollTools_horizontal {
    bottom: 0;
    margin: 0 12px;
}
.mCS-dir-rtl>.mCSB_outside+.mCS-minimal-dark.mCSB_scrollTools_vertical, .mCS-dir-rtl>.mCSB_outside+.mCS-minimal.mCSB_scrollTools_vertical {
    left: 0;
    right: auto;
}
.mCS-minimal-dark.mCSB_scrollTools_vertical .mCSB_dragger, .mCS-minimal.mCSB_scrollTools_vertical .mCSB_dragger {
    height: 50px;
}
.mCS-minimal-dark.mCSB_scrollTools_horizontal .mCSB_dragger, .mCS-minimal.mCSB_scrollTools_horizontal .mCSB_dragger {
    width: 50px;
}
.mCS-minimal.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #fff;
    background-color: rgba(255, 255, 255, .2);
    filter: "alpha(opacity=20)";
    -ms-filter: "alpha(opacity=20)"}
.mCS-minimal.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-minimal.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: #fff;
    background-color: rgba(255, 255, 255, .5);
    filter: "alpha(opacity=50)";
    -ms-filter: "alpha(opacity=50)"}
.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, .2);
    filter: "alpha(opacity=20)";
    -ms-filter: "alpha(opacity=20)"}
.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, .5);
    filter: "alpha(opacity=50)";
    -ms-filter: "alpha(opacity=50)"}
.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail, .mCS-light-3.mCSB_scrollTools .mCSB_draggerRail {
    width: 6px;
    background-color: #000;
    background-color: rgba(0, 0, 0, .2);
}
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-light-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 6px;
}
.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-light-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-light-3.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    width: 100%;
    height: 6px;
    margin: 5px 0;
}
.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail, .mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail, .mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail, .mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
    width: 12px;
}
.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail, .mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail, .mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail, .mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
    height: 12px;
    margin: 2px 0;
}
.mCS-light-3.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -32px -72px;
}
.mCS-light-3.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -32px -92px;
}
.mCS-light-3.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -40px -112px;
}
.mCS-light-3.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -40px -128px;
}
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, .75);
}
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, .85);
}
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-dark-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, .9);
}
.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #000;
    background-color: rgba(0, 0, 0, .1);
}
.mCS-dark-3.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -112px -72px;
}
.mCS-dark-3.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -112px -92px;
}
.mCS-dark-3.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -120px -112px;
}
.mCS-dark-3.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -120px -128px;
}
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset.mCSB_scrollTools .mCSB_draggerRail {
    width: 12px;
    background-color: #000;
    background-color: rgba(0, 0, 0, .2);
}
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-inset.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 6px;
    margin: 3px 5px;
    position: absolute;
    height: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-inset.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    height: 6px;
    margin: 5px 3px;
    position: absolute;
    width: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-inset.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    width: 100%;
    height: 12px;
    margin: 2px 0;
}
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonUp, .mCS-inset-3.mCSB_scrollTools .mCSB_buttonUp, .mCS-inset.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -32px -72px;
}
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonDown, .mCS-inset-3.mCSB_scrollTools .mCSB_buttonDown, .mCS-inset.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -32px -92px;
}
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonLeft, .mCS-inset-3.mCSB_scrollTools .mCSB_buttonLeft, .mCS-inset.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -40px -112px;
}
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonRight, .mCS-inset-3.mCSB_scrollTools .mCSB_buttonRight, .mCS-inset.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -40px -128px;
}
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, .75);
}
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, .mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, .85);
}
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-inset-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, .9);
}
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #000;
    background-color: rgba(0, 0, 0, .1);
}
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonUp, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonUp, .mCS-inset-dark.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -112px -72px;
}
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonDown, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonDown, .mCS-inset-dark.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -112px -92px;
}
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonLeft, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonLeft, .mCS-inset-dark.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -120px -112px;
}
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonRight, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonRight, .mCS-inset-dark.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -120px -128px;
}
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail {
    background-color: transparent;
    border-width: 1px;
    border-style: solid;
    border-color: #fff;
    border-color: rgba(255, 255, 255, .2);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail {
    border-color: #000;
    border-color: rgba(0, 0, 0, .2);
}
.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #fff;
    background-color: rgba(255, 255, 255, .6);
}
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #000;
    background-color: rgba(0, 0, 0, .6);
}
.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, .75);
}
.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, .85);
}
.mCS-inset-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-inset-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, .9);
}
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #fff;
    background-color: rgba(255, 255, 255, .75);
}
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #fff;
    background-color: rgba(255, 255, 255, .85);
}
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: #fff;
    background-color: rgba(255, 255, 255, .9);
}


/**jquery-ui**/
.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;
    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;
}
.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;
}
.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: 700;
    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;
    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;
    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;
    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;
    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: .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 {
    height: 100%;
    filter: alpha(opacity=25);
    opacity: .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 #000;
}
.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: 700;
    line-height: 1.5;
    padding: 2px .4em;
    margin: .5em 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 #ddd;
    background: #fff;
    color: #333;
}
.ui-widget-content a {
    color: #333;
}
.ui-widget-header {
    border: 1px solid #ddd;
    background: #e9e9e9;
    color: #333;
    font-weight: 700;
}
.ui-widget-header a {
    color: #333;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, /* We use html here because we need a greater specificity to make sure disabled
works properly when clicked or hovered */
html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
    border: 1px solid #c5c5c5;
    background: #f6f6f6;
    font-weight: 400;
    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 #ccc;
    background: #ededed;
    font-weight: 400;
    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 #5e9ed6;
}
.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: 400;
    color: #fff;
}
.ui-icon-background, .ui-state-active .ui-icon-background {
    border: #003eff;
    background-color: #fff;
}
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
    color: #fff;
    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: 700;
}
.ui-priority-secondary, .ui-widget-content .ui-priority-secondary, .ui-widget-header .ui-priority-secondary {
    opacity: .7;
    filter: Alpha(Opacity=70);
    font-weight: 400;
}
.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled {
    opacity: .35;
    filter: Alpha(Opacity=35);
    background-image: none;
}
.ui-state-disabled .ui-icon {
    filter: Alpha(Opacity=35);
}
.ui-icon {
    width: 16px;
    height: 16px;
}
.ui-icon-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;
}
@-webkit-keyframes move-forever {
    0% {
    -webkit-transform: translate3d(-90px, 0, 0);
    transform: translate3d(-90px, 0, 0);
}
100% {
    -webkit-transform: translate3d(85px, 0, 0);
    transform: translate3d(85px, 0, 0);
}
}@keyframes move-forever {
    0% {
    -webkit-transform: translate3d(-90px, 0, 0);
    transform: translate3d(-90px, 0, 0);
}
100% {
    -webkit-transform: translate3d(85px, 0, 0);
    transform: translate3d(85px, 0, 0);
}
}@-webkit-keyframes move-up-down {
    0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
}
50% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
}
100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
}
}@keyframes move-up-down {
    0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
}
50% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
}
100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
}
}.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: #aaa;
    opacity: .3;
    filter: Alpha(Opacity=30);
}
.ui-widget-shadow {
    -webkit-box-shadow: 0 0 5px #666;
    box-shadow: 0 0 5px #666;
}

/** owl **/
.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-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    -webkit-transform-style: preserve-3d;
}
.owl-carousel .owl-nav.disabled, .owl-carousel .owl-dots.disabled {
    display: none;
}
.owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.owl-carousel.owl-loaded {
    display: block;
}
.owl-carousel.owl-loading {
    opacity: 0;
    display: block;
}
.owl-carousel.owl-hidden {
    opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
    visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab;
}
z .owl-carousel.owl-rtl {
    direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
    float: right;
}
.no-js .owl-carousel {
    display: block;
}
.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 {
    transition: height 500ms ease-in-out;
}
.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease;
}
.owl-carousel .owl-item img.owl-lazy {
    -webkit-transform-style: preserve-3d;
    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;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: -webkit-transform 100ms ease;
    transition: transform 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
    -webkit-transform: scale(1.3, 1.3);
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn, .owl-carousel .owl-video-playing .owl-video-play-icon {
    display: none;
}
.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%}
ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.megamenu_lists>li>a {
    padding: 10px;
    color: #000;
}
.xs-container {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    max-width: 1140px;
}
.xs-navbar {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.xs-navbar-brand {
    text-decoration: none;
    color: #000;
}
.xs-navbar-brand>h2 {
    margin-top: 0;
    margin-bottom: 0;
}
@media (min-width:992px) {
    .elementskit-header .elementskit-menu-container {
    position: static;
}
.elementskit-megamenu-panel>li {
    display: inline-block;
    width: 25%;
    float: left;
}
}.language-content p {
    color: #FFF;
    text-align: center;
    margin-bottom: 40px;
    font-size: rem(20px);
}
.flag-lists {
    text-align: center;
}
.flag-lists li {
    display: inline-block;
    margin-right: 25px;
}
.flag-lists li:last-child {
    margin-right: 0;
}
.flag-lists li a {
    display: block;
    color: #FFF;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.flag-lists li a:hover {
    opacity: .7;
}
.flag-lists li a img {
    width: 40px;
    height: 40px;
    margin-right: 10px;
    vertical-align: middle;
}
.modal-searchPanel .xs-search-group {
    position: relative;
}
.modal-searchPanel .xs-search-group input:not([type=submit]) {
    height: 70px;
    background-color: transparent;
    border-radius: 50px;
    border: 2px solid #FFF;
    color: #FFF;
    padding: 0 30px;
    width: 100%}
.modal-searchPanel .xs-search-group input:not([type=submit])::-webkit-input-placeholder {
    color: #FFF;
}
.modal-searchPanel .xs-search-group input:not([type=submit])::-moz-placeholder {
    color: #FFF;
}
.modal-searchPanel
.xs-search-group input:not([type=submit]):-ms-input-placeholder {
    color: #FFF;
}
.modal-searchPanel .xs-search-group input:not([type=submit]):-moz-placeholder {
    color: #FFF;
}
.modal-searchPanel .xs-search-group .search-button {
    background-color: transparent;
    border: 0;
    padding: 0;
    color: #FFF;
    position: absolute;
    right: 0;
    cursor: pointer;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 100%;
    width: 70px;
    border-radius: 0 50px 50px 0;
}
.modal-searchPanel .xs-search-panel {
    max-width: 800px;
    margin: 1.75rem auto;
}
.mfp-bg.xs-promo-popup {
    background-color: rgba(0, 0, 0, 0.87);
    padding-bottom: 100%;
    border-radius: 100%;
    overflow: hidden;
    -webkit-animation: menu-animation .8s ease-out forwards;
    animation: menu-animation .8s ease-out forwards;
}
@-webkit-keyframes menu-animation {
    0% {
    opacity: 0;
    -webkit-transform: scale(0.04) translateY(300%);
    transform: scale(0.04) translateY(300%);
}
40% {
    -webkit-transform: scale(0.04) translateY(0);
    transform: scale(0.04) translateY(0);
    -webkit-transition: ease-out;
    -o-transition: ease-out;
    transition: ease-out;
    -webkit-transform: scale(0.04) translateY(0);
    transform: scale(0.04) translateY(0);
}
60% {
    opacity: 1;
    -webkit-transform: scale(0.02) translateY(0px);
    transform: scale(0.02) translateY(0px);
}
61% {
    opacity: 1;
    -webkit-transform: scale(0.04) translateY(0px);
    transform: scale(0.04) translateY(0px);
}
99.9% {
    opacity: 1;
    height: 0;
    padding-bottom: 100%;
    border-radius: 100%}
to {
    opacity: 1;
    -webkit-transform: scale(2) translateY(0px);
    transform: scale(2) translateY(0px);
    height: 100%;
    padding-bottom: 0;
    border-radius: 0;
}
}@keyframes menu-animation {
    0% {
    opacity: 0;
    -webkit-transform: scale(0.04) translateY(300%);
    transform: scale(0.04) translateY(300%);
}
40% {
    -webkit-transform: scale(0.04) translateY(0);
    transform: scale(0.04) translateY(0);
    -webkit-transition: ease-out;
    -o-transition: ease-out;
    transition: ease-out;
    -webkit-transform: scale(0.04) translateY(0);
    transform: scale(0.04) translateY(0);
}
60% {
    opacity: 1;
    -webkit-transform: scale(0.02) translateY(0px);
    transform: scale(0.02) translateY(0px);
}
61% {
    opacity: 1;
    -webkit-transform: scale(0.04) translateY(0px);
    transform: scale(0.04) translateY(0px);
}
99.9% {
    opacity: 1;
    height: 0;
    padding-bottom: 100%;
    border-radius: 100%}
to {
    opacity: 1;
    -webkit-transform: scale(2) translateY(0px);
    transform: scale(2) translateY(0px);
    height: 100%;
    padding-bottom: 0;
    border-radius: 0;
}
}.xs-promo-popup .modal-content {
    background-color: transparent;
    padding: 0;
    border: 0;
}
.xs-promo-popup .mfp-close {
    color: #FFF;
    opacity: 0;
    -webkit-transition: all 1s ease .8s;
    -o-transition: all 1s ease .8s;
    transition: all 1s ease .8s;
    -webkit-transform: translateY(-500px);
    -ms-transform: translateY(-500px);
    transform: translateY(-500px);
}
.xs-promo-popup.mfp-ready .mfp-close {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
.xs-promo-popup.my-mfp-slide-bottom .zoom-anim-dialog {
    opacity: 0;
    -webkit-transition: all 1s ease .8s;
    -o-transition: all 1s ease .8s;
    transition: all 1s ease .8s;
    -webkit-transform: translateY(-500px);
    -ms-transform: translateY(-500px);
    transform: translateY(-500px);
}
.xs-promo-popup.my-mfp-slide-bottom.mfp-ready .zoom-anim-dialog {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
.mini_cart_item {
    margin-bottom: 20px;
    padding-bottom: 20px;
}
.xs-empty-content {
    padding: 120px 30px 30px;
}
.xs-empty-content .widget-title {
    font-size: rem(22px);
}
.xs-empty-content .xs-title {
    margin-bottom: 20px;
    font-size: rem(18px);
}
.xs-empty-content .woocommerce-mini-cart__empty-message {
    font-size: rem(20px);
}
.xs-empty-content .empty-cart-icon {
    font-size: rem(50px);
}
.sidebar-textwidget .sidebar-logo-wraper {
    margin-bottom: 33px;
}
.sidebar-textwidget>p {
    font-size: rem(15px);
    line-height: 1.5;
    margin-bottom: 40px;
}
.sidebar-textwidget .social-list {
    margin-bottom: 30px;
}
.sideabr-list-widget {
    margin-bottom: 40px;
}
.sideabr-list-widget li {
    margin-bottom: 20px;
}
.sideabr-list-widget li:last-child {
    margin-bottom: 0;
}
.sideabr-list-widget img {
    margin-right: 15px;
    margin-top: 3px;
}
.sideabr-list-widget a, .sideabr-list-widget p {
    margin-bottom: 2px;
    color: #000;
    margin-bottom: 8px;
    display: block;
}
.sideabr-list-widget span {
    display: block;
    font-size: rem(14px);
    color: #1768dd;
}
.sideabr-list-widget .media-body {
    line-height: 1;
}
.subscribe-from {
    position: relative;
    margin-bottom: 40px;
}
.subscribe-from p {
    font-size: rem(18px);
    font-weight: 700;
    margin-bottom: 15px;
    line-height: 1;
    color: #1768dd;
}
.subscribe-from label {
    position: absolute;
    bottom: -24px;
    left: 0;
    margin-bottom: 0;
    line-height: 1;
}
.subscribe-from .form-control {
    border: 1px solid #f5f5f5;
    height: 50px;
    padding-left: 25px;
}
.subscribe-from .sub-btn {
    background-color: transparent;
    border: 0;
    position: absolute;
    top: 0;
    right: 0;
    padding-right: 25px;
    cursor: pointer;
    color: #1768dd;
    height: 100%}
.subscribe-from .sub-btn:focus {
    outline: none;
}
.subscribe-from .form-group {
    position: relative;
    overflow: hidden;
    -webkit-box-shadow: 0 10px 30px 0 rgba(23, 104, 221, 0.2);
    box-shadow: 0 10px 30px 0 rgba(23, 104, 221, 0.2);
    border-radius: 25px;
    margin-bottom: 0;
}
.xs-sidebar-group .xs-overlay {
    left: 100%;
    top: 0;
    position: fixed;
    z-index: 101;
    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;
}
.xs-sidebar-group .widget-heading {
    position: absolute;
    top: 0;
    right: 0;
    padding: 25px;
}
.xs-sidebar-widget {
    position: fixed;
    right: -100%;
    top: 0;
    bottom: 0;
    width: 100%;
    max-width: 360px;
    z-index: 999999;
    overflow: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    background-color: #272727;
    -webkit-transition: all .5s cubic-bezier(0.9, 0.03, 0, 0.96) .6s;
    -o-transition: all .5s cubic-bezier(0.9, 0.03, 0, 0.96) .6s;
    transition: all .5s cubic-bezier(0.9, 0.03, 0, 0.96) .6s;
    visibility: hidden;
    opacity: 0;
}
.xs-sidebar-group.isActive .xs-overlay {
    opacity: .9;
    visibility: visible;
    -webkit-transition: all .8s ease-out 0;
    -o-transition: all .8s ease-out 0;
    transition: all .8s ease-out 0;
    left: 0;
}
.xs-sidebar-group.isActive .xs-sidebar-widget {
    opacity: 1;
    visibility: visible;
    right: 0;
    -webkit-transition: all .7s cubic-bezier(0.9, 0.03, 0, 0.96) .4s;
    -o-transition: all .7s cubic-bezier(0.9, 0.03, 0, 0.96) .4s;
    transition: all .7s cubic-bezier(0.9, 0.03, 0, 0.96) .4s;
}
.sidebar-textwidget {
    padding: 40px;
}
.close-side-widget {
    color: #1768dd;
    font-size: rem(15px);
    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: 0;
    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: #000;
}
.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: #000;
    text-decoration: none;
}
.nav-alignment-dynamic, .nav-alignment-flex-start {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.elementskit-menu-container {
    z-index: 10000;
}
.elementskit-navbar-nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.elementskit-navbar-nav li {
    position: relative;
    padding: 0 15px;
}
.elementskit-navbar-nav li:last-child {
    border-bottom: none;
}
.elementskit-navbar-nav li a {
    height: 100%;
    text-transform: capitalize;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
}
.elementskit-navbar-nav li a:hover {
    text-decoration: none;
}
.elementskit-navbar-nav li.elementskit-megamenu-has {
    position: static;
}
.elementskit-navbar-nav>li>a {
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    text-transform: none;
    font-weight: 500;
    letter-spacing: normal;
}
.elementskit-dropdown {
    padding-left: 0;
    list-style: none;
    opacity: 0;
    visibility: hidden;
}
.elementskit-dropdown>li>.elementskit-dropdown {
    left: 100%;
    top: 0;
}
.elementskit-dropdown>li>.elementskit-dropdown.open-fromleft {
    left: auto;
    right: 100%}
.elementskit-submenu-panel>li:hover>a, .elementskit-submenu-panel>li>a:hover {
    color: #0d3a4f;
    background: rgba(255, 255, 255, 0.5);
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.5)), to(rgba(255, 255, 255, 0.5)));
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.5) 100%);
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.5) 100%);
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.5) 100%);
}
.elementskit-megamenu-panel {
    width: 100%}
.elementskit-overlay {
    display: none;
}
.elementskit-nav-identity-panel {
    display: none;
}
.elementskit-menu-hamburger {
    border: 1px solid rgba(0, 0, 0, 0.2);
    float: right;
}
.elementskit-menu-hamburger .elementskit-menu-hamburger-icon {
    background-color: rgba(0, 0, 0, 0.5);
}
.elementskit-menu-close, .elementskit-menu-hamburger {
    display: none;
    padding: 8px;
    background-color: transparent;
    border-radius: .25rem;
    position: relative;
    z-index: 10;
    cursor: pointer;
    width: 45px;
}
.elementskit-menu-close .elementskit-menu-hamburger-icon, .elementskit-menu-hamburger .elementskit-menu-hamburger-icon {
    height: 1px;
    width: 100%;
    display: block;
    margin-bottom: 4px;
}
.elementskit-menu-close .elementskit-menu-hamburger-icon:last-child, .elementskit-menu-hamburger .elementskit-menu-hamburger-icon:last-child {
    margin-bottom: 0;
}
.elementskit-menu-close {
    border: 1px solid rgba(0, 0, 0, 0.5);
    color: rgba(51, 51, 51, 0.5);
    float: right;
    margin: 20px;
}
.elementskit-dropdown-has:hover>a:after {
    border-color: transparent #1e73be #1e73be transparent;
}
.elementskit-dropdown-has>a {
    position: relative;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.elementskit-dropdown-has>a:hover:after {
    border-color: transparent #1e73be #1e73be transparent;
}
.elementskit-submenu-panel .elementskit-dropdown-has:hover>a:after {
    border-color: transparent #0d3a4f #0d3a4f transparent;
}
.elementskit-submenu-panel .elementskit-dropdown-has>a:hover:after {
    border-color: transparent #0d3a4f #0d3a4f transparent;
}
@media (min-width:992px) {
    .elementskit-menu-container {
    background: rgba(255, 255, 255, 0);
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0)));
    background: -webkit-linear-gradient(bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 100%);
    background: -o-linear-gradient(bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 100%);
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    position: relative;
}
.elementskit-dropdown {
    min-width: 250px;
}
.elementskit-navbar-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.elementskit-dropdown {
    -webkit-box-shadow: 0 10px 30px 0 rgba(45, 45, 45, 0.2);
    box-shadow: 0 10px 30px 0 rgba(45, 45, 45, 0.2);
    position: absolute;
    top: 100%;
    left: 0;
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
    pointer-events: none;
}
.elementskit-dropdown-has:hover>.elementskit-dropdown {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    pointer-events: auto;
}
}@media (max-width:991px) {
    .elementskit-menu-container {
    background: #f7f7f7;
    background: -webkit-gradient(linear, left bottom, left top, from(#f7f7f7), to(#f7f7f7));
    background: -webkit-linear-gradient(bottom, #f7f7f7 0%, #f7f7f7 100%);
    background: -o-linear-gradient(bottom, #f7f7f7 0%, #f7f7f7 100%);
    background: linear-gradient(0deg, #f7f7f7 0%, #f7f7f7 100%);
    max-width: 350px;
    width: 100%;
    position: fixed;
    top: 0;
    left: -450px;
    height: 100%;
    -webkit-box-shadow: 0 10px 30px 0 rgba(255, 165, 0, 0);
    box-shadow: 0 10px 30px 0 rgba(255, 165, 0, 0);
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-transition: left 600ms cubic-bezier(0.6, 0.1, 0.68, 0.53) 0;
    -o-transition: left 600ms cubic-bezier(0.6, 0.1, 0.68, 0.53) 0;
    transition: left 600ms cubic-bezier(0.6, 0.1, 0.68, 0.53) 0;
    padding: 10px 0;
}
.elementskit-menu-container.active {
    left: 0;
}
.no-scroller {
    overflow: hidden;
}
.elementskit-menu-overlay {
    display: block;
    position: fixed;
    z-index: 5;
    top: 0;
    left: -110%;
    height: 100%;
    width: 100%;
    background-color: rgba(51, 51, 51, 0.5);
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 600ms cubic-bezier(0.6, 0.1, 0.68, 0.53) 400ms;
    -o-transition: all 600ms cubic-bezier(0.6, 0.1, 0.68, 0.53) 400ms;
    transition: all 600ms cubic-bezier(0.6, 0.1, 0.68, 0.53) 400ms;
}
.elementskit-menu-overlay.active {
    left: 0;
    -webkit-transition: all 600ms cubic-bezier(0.22, 0.61, 0.24, 1) 0;
    -o-transition: all 600ms cubic-bezier(0.22, 0.61, 0.24, 1) 0;
    transition: all 600ms cubic-bezier(0.22, 0.61, 0.24, 1) 0;
}
.elementskit-menu-close, .elementskit-menu-hamburger {
    display: block;
}
.elementskit-nav-identity-panel {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    width: 100%}
.elementskit-nav-identity-panel .elementskit-site-title {
    float: left;
}
.elementskit-nav-identity-panel .elementskit-menu-close {
    float: right;
}
.elementskit-navbar-nav {
    padding-top: 100px;
}
.elementskit-navbar-nav>li>a {
    color: #000;
    font-size: 12px;
    padding: 5px 5px 5px 10px;
}
.elementskit-navbar-nav>li>a:hover {
    color: #0d3a4f;
}
.elementskit-navbar-nav>li:hover>a {
    color: #0d3a4f;
}
.elementskit-submenu-panel>li>a {
    color: #000;
    font-size: 12px;
    padding: 7px;
}
.elementskit-dropdown {
    max-height: 0;
    overflow: hidden;
    display: block;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: max-height 2s cubic-bezier(0, 1, 0, 1);
    -o-transition: max-height 2s cubic-bezier(0, 1, 0, 1);
    transition: max-height 2s cubic-bezier(0, 1, 0, 1);
}
.elementskit-dropdown.elementskit-dropdown-open {
    max-height: 2500px;
    opacity: 1;
    visibility: visible;
    -webkit-transition: max-height 5s ease-out;
    -o-transition: max-height 5s ease-out;
    transition: max-height 5s ease-out;
}
.elementskit-navbar-nav>.elementskit-dropdown-has>.elementskit-dropdown li a {
    padding-left: 15px;
}
}.parallax > use {
    -webkit-animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5) infinite;
    animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5) infinite;
}
.parallax > use:nth-child(1) {
    -webkit-animation-delay: -2s;
    animation-delay: -2s;
    -webkit-animation-duration: 7s;
    animation-duration: 7s;
}
.parallax > use:nth-child(2) {
    -webkit-animation-delay: -3s;
    animation-delay: -3s;
    -webkit-animation-duration: 10s;
    animation-duration: 10s;
}
.parallax > use:nth-child(3) {
    -webkit-animation-delay: -4s;
    animation-delay: -4s;
    -webkit-animation-duration: 13s;
    animation-duration: 13s;
}
.parallax > use:nth-child(4) {
    -webkit-animation-delay: -5s;
    animation-delay: -5s;
    -webkit-animation-duration: 20s;
    animation-duration: 20s;
}

/** tel **/
#popup_toggle {
    bottom: 0;
    right: 260px;
    position: fixed;
    z-index: 1;
}
.img-circle {
    background-color:  #27d02ac2;
    box-sizing: content-box;
    -webkit-box-sizing: content-box;
    z-index: 99;
}
.circlephone {
    box-sizing: content-box;
    -webkit-box-sizing: content-box;
    border: 2px solid #29AEE3;
    width: 150px;
    height: 150px;
    bottom: -25px;
    right: 10px;
    position: absolute;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    opacity: .5;
    -webkit-animation: circle-anim 2.4s infinite ease-in-out!important;
    -moz-animation: circle-anim 2.4s infinite ease-in-out!important;
    -ms-animation: circle-anim 2.4s infinite ease-in-out!important;
    -o-animation: circle-anim 2.4s infinite ease-in-out!important;
    animation: circle-anim 2.4s infinite ease-in-out!important;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.circle-fill {
    box-sizing: content-box;
    -webkit-box-sizing: content-box;
    width: 80px;
    background: #71e676;
    z-index: 99;
    height: 80px;
    bottom:  66px;
    right:  -8px;
    position:  inherit;
    -webkit-border-radius: 30%;
    -moz-border-radius: 30%;
    border-radius: 50%;
    border: 2px solid transparent;
    -webkit-animation: circle-fill-anim 2.3s infinite ease-in-out;
    -moz-animation: circle-fill-anim 2.3s infinite ease-in-out;
    -ms-animation: circle-fill-anim 2.3s infinite ease-in-out;
    -o-animation: circle-fill-anim 2.3s infinite ease-in-out;
    animation: circle-fill-anim 2.3s infinite ease-in-out;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.img-circle {
    box-sizing: content-box;
    -webkit-box-sizing: content-box;
    width: 52px;
    height: 52px;
    bottom: 14px;
    right:  6px;
    bottom:  80px;
    position:  inherit;
    -webkit-border-radius: 30%;
    -moz-border-radius: 30%;
    border-radius: 50%;
    border: 2px solid transparent;
    opacity: .7;
}
.img-circleblock {
    box-sizing: content-box;
    -webkit-box-sizing: content-box;
    width: 52px;
    height: 52px;
    background-image: url(img/tel.png);
    background-position: center center;
    background-repeat: no-repeat;
    animation-name: tossing;
    -webkit-animation-name: tossing;
    animation-duration: 1.5s;
    -webkit-animation-duration: 1.5s;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
}
.img-circle:hover {
    opacity: 1;
}
@keyframes pulse {
    0% {
    transform: scale(0.9);
    opacity: 1;
}
50% {
    transform: scale(1);
    opacity: 1;
}
100% {
    transform: scale(0.9);
    opacity: 1;
}
}@-webkit-keyframes pulse {
    0% {
    -webkit-transform: scale(0.95);
    opacity: 1;
}
50% {
    -webkit-transform: scale(1);
    opacity: 1;
}
100% {
    -webkit-transform: scale(0.95);
    opacity: 1;
}
}@keyframes tossing {
    0% {
    transform: rotate(-8deg);
}
50% {
    transform: rotate(8deg);
}
100% {
    transform: rotate(-8deg);
}
}@-webkit-keyframes tossing {
    0% {
    -webkit-transform: rotate(-8deg);
}
50% {
    -webkit-transform: rotate(8deg);
}
100% {
    -webkit-transform: rotate(-8deg);
}
}@-moz-keyframes circle-anim {
    0% {
    -moz-transform: rotate(0deg) scale(0.5) skew(1deg);
    opacity: .1;
    -moz-opacity: .1;
    -webkit-opacity: .1;
    -o-opacity: .1;
}
30% {
    -moz-transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: .5;
    -moz-opacity: .5;
    -webkit-opacity: .5;
    -o-opacity: .5;
}
100% {
    -moz-transform: rotate(0deg) scale(1) skew(1deg);
    opacity: .6;
    -moz-opacity: .6;
    -webkit-opacity: .6;
    -o-opacity: .1;
}
}@-webkit-keyframes circle-anim {
    0% {
    -webkit-transform: rotate(0deg) scale(0.5) skew(1deg);
    -webkit-opacity: .1;
}
30% {
    -webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
    -webkit-opacity: .5;
}
100% {
    -webkit-transform: rotate(0deg) scale(1) skew(1deg);
    -webkit-opacity: .1;
}
}@-o-keyframes circle-anim {
    0% {
    -o-transform: rotate(0deg) kscale(0.5) skew(1deg);
    -o-opacity: .1;
}
30% {
    -o-transform: rotate(0deg) scale(0.7) skew(1deg);
    -o-opacity: .5;
}
100% {
    -o-transform: rotate(0deg) scale(1) skew(1deg);
    -o-opacity: .1;
}
}@keyframes circle-anim {
    0% {
    transform: rotate(0deg) scale(0.5) skew(1deg);
    opacity: .1;
}
30% {
    transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: .5;
}
100% {
    transform: rotate(0deg) scale(1) skew(1deg);
    opacity: .1;
}
}@-moz-keyframes circle-fill-anim {
    0% {
    -moz-transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: .2;
}
50% {
    -moz-transform: rotate(0deg) -moz-scale(1) skew(1deg);
    opacity: .2;
}
100% {
    -moz-transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: .2;
}
}@-webkit-keyframes circle-fill-anim {
    0% {
    -webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: .2;
}
50% {
    -webkit-transform: rotate(0deg) scale(1) skew(1deg);
    opacity: .2;
}
100% {
    -webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: .2;
}
}@-o-keyframes circle-fill-anim {
    0% {
    -o-transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: .2;
}
50% {
    -o-transform: rotate(0deg) scale(1) skew(1deg);
    opacity: .2;
}
100% {
    -o-transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: .2;
}
}@keyframes circle-fill-anim {
    0% {
    transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: .2;
}
50% {
    transform: rotate(0deg) scale(1) skew(1deg);
    opacity: .2;
}
100% {
    transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: .2;
}
}





@media only screen and (max-width: 1340px) {
    .page-wrapper {
    overflow: hidden;
}
}@media (min-width: 1000px) and (max-width: 1100px) {
    .price-block .inner-box .lower-box {
    padding-top: 90px;
}
.banner-section .image-column .image img {
    right: 107px;
}
}@media only screen and (min-width: 600px) {
    #popup_toggle {
    display: none;
}
}@media (min-width: 600px) and (max-width: 800px) {
    .imageblog {
    display: none;
}
.banner-section .content-column .inner-column {
    left: 45px;
    padding-bottom: 20px;
}
.block_id select {
    width: 210px!important;
}
.block_id input {
    width: 210px!important;
}
.mtop {
    width: 210px!important;
    padding: 8px 0!important;
}
}@media only screen and (max-width: 1140px) {
    .banner-section .content-column .text {
    line-height: .9em;
    font-size: 15px !important;!i;!;
}
.disp1140 {
    display: none!important;
}
.main-header {
    margin: 0!important;
}
.page-wrapper {
    overflow: hidden;
}
.main-menu .navigation > li {
    margin-right: 30px;
}
.main-slider {
    padding: 0;
}
.banner-section .content-column .zag1 {
    font-size: 48px;
}
h1 {
    font-size: 42px;
}
.about-section .content-column h2 br, .cta-section .title-column h2 br, .goal-section .content-column h2 br, .timeline-section .inner-container:before, .header-top-three .text-center, .banner-section-three .slide .phone-box, .main-header.header-style-three .outer-box .btn-box, .about-section .content-column .inner-column .text br, .banner-section .content-column .text br {
    display: none;
}
.main-header .header-top .info-list li .icon {
    top: 0px;
    color: white !important;!i;!;!ш;!;
}
.main-header .header-top .info-list li {
    margin-right: 20px;
}
.testimonial-block .inner-box .content-column .inner-column {
    margin-top: 10px;
}
.testimonial-section .client-thumb-outer {
    bottom: 10px;
}
h4 {
    font-size: 22px;
}
.team-block .inner-box .lower-content {
    padding-left: 10px;
    padding-right: 10px;
}
.main-header .info-box {
    margin-left: 40px;
}
.banner-section-two .content-column h1 {
    font-size: 54px;
}
.team-block-two .inner-box .image {
    width: 235px;
    height: 235px;
}
.footer-style-two .instagram-widget .post-thumb {
    width: 28%}
.search-result-block .inner-box h2 {
    font-size: 26px;
}
.search-result-block .inner-box .search-box {
    margin-bottom: 0;
}
.blog-cat li a {
    padding-left: 10px;
}
.history-block {
    margin-bottom: 30px;
}
.shop-form .billing-inner {
    padding-right: 0;
}
.team-block-three .inner-box .lower-content h4 {
    font-size: 20px;
}
.testimonial-section-three .pattern-layer {
    height: 100%}
.testimonial-section-three .owl-nav .owl-prev, .testimonial-section-three .owl-nav .owl-next {
    color: #fff;
    border-color: #fff;
}
.testimonial-block-three .inner-box .image-column .inner-column {
    padding-right: 0;
}
.news-section-three {
    padding-top: 90px;
}
}@media only screen and (min-width: 768px) {
    .login-section .inner-container {
    padding: 50px 30px;
}
.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: 1023px) {
    .btn-style-one {
    padding: 12px 20px;
}
.btn-style-two {
    padding: 10px 28px;
}
.main-header .main-box .logo-box {
    position: relative;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: 0;
    text-align: left;
}
.main-header.header-style-two .main-menu .navigation > li {
    margin-right: 25px;
}
.main-header .header-upper {
    margin-top: 0 !important;!i;!;
}
.main-menu .navigation > li > a {
    font-size: 14px;
}
.main-header .header-upper .upper-right {
    padding-top: 0;
    width: 100%}
.main-menu .navigation > li {
    margin-right: 15px !important;!i;!;
}
.main-header .header-upper .logo-box {
    margin: 0;
    padding: 12px 0;
    margin-right: 20px;
}
.main-header {
    position: relative;
    background-color: #222;
}
.main-header .nav-outer {
    width: 100%;
    padding-top: 0;
}
.sticky-header .logo {
    width: 100%;
    text-align: center;
}
.sticky-header .pull-right {
    /* width: 100%; */
    }
.sticky-header .main-menu .navigation > li {
    margin-left: 0;
    margin-right: 20px;
}
.banner-section .slide {
    padding-top: 140px !important;!i;!;
    padding-bottom: 30px !important;!i;!;
}
.main-header .header-top .top-left {
    padding-left: 0;
}
.banner-section .image-column .image {
    margin-left: 0;
}
.banner-section .image-column .image img {
    max-width: 100%;
    width: 100%;
    display: none;
}
.main-header .header-top .info-list li {
    margin-right: 10px;
}
.about-section .content-column .inner-column {
    margin-left: 0;
    margin-top: 0;
}
.about-section .content-column {
    order: 1;
}
.about-section .image-column {
    order: 2;
}
.about-section {
    padding-top: 100px;
}
.business-section .upper-section .content-column {
    margin-bottom: 40px;
}
.testimonial-block .inner-box .content-column .inner-column {
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 30px;
}
.testimonial-section .client-thumb-outer {
    position: relative;
    bottom: 0;
    margin: 0 auto;
    margin-top: 20px;
}
.cta-section .button-column .inner-column, .cta-section .inner-container {
    text-align: center;
}
.main-footer .footer-column:last-child::before {
    top: -20px;
    right: 0;
    left: 0;
}
.footer-style-two .footer-nav, .main-footer .footer-nav {
    text-align: center;
}
.footer-style-two .footer-bottom .copyright, .main-footer .footer-bottom .copyright {
    text-align: center;
    margin-bottom: 10px;
}
.main-header .info-box {
    margin-left: 0;
    margin-right: 20px;
}
.main-header .info-box:last-child {
    margin-right: 0;
}
.main-header.header-style-two .main-menu .navigation > li.dropdown > a {
    padding-right: 0!important;
}
.main-header.header-style-two .header-lower::before, .main-header.header-style-two .main-menu .navigation > li.dropdown > a::before {
    display: none;
}
.main-header.header-style-two .main-menu .navigation > li > a {
    font-size: 16px;
}
.main-header.header-style-two .nav-outer {
    padding-left: 0;
    padding-right: 0;
}
.main-header.header-style-two {
    background-color: #fff;
}
.main-header.header-style-two .header-lower {
    position: relative;
    background-color: #3143ef;
}
.banner-section-two .slide {
    padding-top: 120px;
    padding-bottom: 100px;
}
.banner-section-two .content-column {
    margin-bottom: 40px;
}
.feature-section-two .inner-container {
    margin: 0;
}
.feature-section-two {
    padding: 100px 0 70px;
}
.about-section-two {
    padding-top:  60px;
    padding-bottom: 80px;
}
.about-section-two .content-column {
    order: 1;
}
.about-section-two .image-column {
    order: 2;
}
.team-block-two .inner-box .image {
    width: 262px;
    height: 262px;
    margin: 0 auto;
}
.page-title {
    padding-top: 110px;
}
.goal-section .content-column .inner-column {
    margin-right: 0;
}
.goal-section .image-column .inner-column {
    margin-left: 0;
}
.news-detail .inner-box .lower-content h2 {
    font-size: 30px;
}
.main-header.header-style-three {
    position: relative;
}
.banner-section-three .slide {
    padding-top: 120px;
}
.feature-section-three {
    padding: 100px 0 70px;
    background-color: #f9f9ff;
}
.feature-section-three .inner-container {
    margin: 0;
}
.skill-section {
    padding-top: 0;
}
.business-section-two .content-column {
    order: 1;
    padding-bottom: 40px;
}
.business-section-two .image-column {
    order: 2;
}
.testimonial-block-three .inner-box .image-column .inner-column {
    margin-top: 40px;
}
.testimonial-section-three .owl-nav {
    position: relative;
    right: 0;
    left: -10px;
    margin-top: 30px;
}
.callback-section .content-column .inner-column {
    margin-left: 0;
}
.footer-style-three .footer-bottom .copyright {
    text-align: center;
    margin-bottom: 10px;
}
.footer-style-three .footer-nav {
    text-align: center;
}
.main-header.header-style-two .header-lower {
    background-color: #14212b;
}
.banner-section-two .slide {
    background-position: left center;
}
}@media only screen and (max-width: 767px) {
    .price-block .inner-box .lower-box {
    padding-top: 40px;
}

.imageblog {
    display: none;
}
.header-upper .logo-outer {
    position: relative;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    margin: 0;
}
.main-header .sticky-header .outer-box {
    display: block;
    right: 15px;
    left: auto;
    top: 0px;
}
.main-menu {
    width: 100%;
    display: none;
}
.main-menu .navbar-collapse {
    max-height: 300px;
    max-width: none;
    overflow: auto;
    float: none!important;
    width: 100%!important;
    padding: 0;
    border: none;
    margin: 0 0 15px;
    -ms-border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    box-shadow: none;
}
.main-menu .navbar-collapse.in, .main-menu .collapsing {
    padding: 0;
    border: none;
    margin: 0 0 15px;
    -ms-border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    box-shadow: none;
}
.main-menu .navbar-header {
    position: relative;
    float: none;
    display: block;
    text-align: right;
    width: 100%;
    padding: 15px 0;
    right: 0;
    z-index: 12;
}
.main-menu .navbar-header .navbar-toggle {
    display: inline-block;
    z-index: 12;
    border: 1px solid #cc8809;
    float: none;
    margin: 0;
    border-radius: 0;
    background: #cc8809;
}
.main-menu .navbar-header .navbar-toggle .icon-bar {
    background: #fff;
}
.main-menu .navbar-collapse > .navigation {
    float: none!important;
    margin: 0!important;
    width: 100%!important;
    background: #2c2c2c;
    border: 1px solid #fff;
    border-top: none;
}
.main-menu .navbar-collapse > .navigation > li {
    margin: 0!important;
    float: none!important;
    padding: 0!important;
    width: 100%}
.main-menu .navigation > li > a, .main-menu .navigation > li > ul:before {
    border: none;
}
.main-menu .navbar-collapse > .navigation > li > a {
    padding: 10px!important;
    border: none!important;
}
.main-menu .navigation li.dropdown > a:after, .main-menu .navigation > li.dropdown > a:before, .main-menu .navigation > li > ul > li > a::before, .main-menu .navigation > li > ul > li > ul > li > a::before {
    color: #fff!important;
    right: 15px;
    font-size: 16px;
    display: none!important;
}
.main-menu .navbar-collapse > .navigation > li > ul, .main-menu .navbar-collapse > .navigation > li > ul > li > ul {
    position: relative;
    border: none;
    float: none;
    visibility: visible;
    opacity: 1;
    display: none;
    margin: 0;
    left: auto!important;
    right: auto!important;
    top: auto!important;
    padding: 0;
    outline: none;
    width: 100%;
    background: #2c2c2c;
    -webkit-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    transition: none!important;
    -webkit-transition: none!important;
    -ms-transition: none!important;
    -o-transition: none!important;
    -moz-transition: none!important;
    border-top: 1px solid rgba(255, 255, 255, 1)!important;
}
.main-menu .navbar-collapse > .navigation > li, .main-menu .navbar-collapse > .navigation > li > ul > li, .main-menu .navbar-collapse > .navigation > li > ul > li > ul > li {
    border-top: 1px solid rgba(255, 255, 255, 1)!important;
    border-bottom: none;
    opacity: 1!important;
    top: 0!important;
    left: 0!important;
    visibility: visible!important;
}
.main-menu .navbar-collapse > .navigation > li:first-child {
    border: none;
}
.main-menu .navbar-collapse > .navigation > li > a, .main-menu .navbar-collapse > .navigation > li > ul > li > a, .main-menu .navbar-collapse > .navigation > li > ul > li > ul > li > a {
    padding: 10px!important;
    line-height: 22px;
    color: #fff;
    background: #2c2c2c;
    text-align: left;
}
.main-menu .navbar-collapse > .navigation > li > a:hover, .main-menu .navbar-collapse > .navigation > li > a:active, .main-menu .navbar-collapse > .navigation > li > a:focus {
    background: #cc8809;
}
.main-menu .navbar-collapse > .navigation > li:hover > a, .main-menu .navbar-collapse > .navigation > li > ul > li:hover > a, .main-menu .navbar-collapse > .navigation > li > ul > li > ul > li:hover > a, .main-menu .navbar-collapse > .navigation > li.current > a, .main-menu .navbar-collapse > .navigation > li.current-menu-item > a {
    background: #2c2c2c;
    color: #fff!important;
}
.main-menu .navbar-collapse > .navigation li.dropdown .dropdown-btn, .header-style-two .nav-outer .btn-outer {
    display: block;
}
.sec-title .text br, .main-slider .owl-nav, .main-menu .navbar-collapse > .navigation li.dropdown:after, .main-menu .navigation > li > ul:before {
    display: none!important;
}
.main-header .btn-outer {
    left: 0;
    top: 0;
    right: auto;
    margin-top: 15px;
    text-align: left;
    z-index: 12;
}
.main-header .main-box .logo-box {
    float: none;
    text-align: center;
    padding-bottom: 10px;
}
.sidebar-page-container .comments-area .comment-box.reply-comment {
    margin-left: 0;
}
.main-header .header-lower .outer-box {
    position: absolute;
    z-index: 12;
    display: block;
}
.main-menu .navbar-header .navbar-toggler {
    display: inline-block;
    z-index: 12;
    width: 50px;
    height: 40px;
    float: none;
    padding: 0;
    text-align: center;
    border-radius: 0;
    background: none;
    border: 1px solid #fff;
}
.main-menu .navbar-header .navbar-toggler .icon-bar {
    position: relative;
    background: #fff;
    height: 2px;
    width: 26px;
    display: block;
    margin: 0 auto;
    margin: 5px 11px;
}
.main-header .nav-outer {
    width: 100%;
    padding-left: 190px !important;!i;!;
    }
.main-menu .cart-box {
    position: absolute;
    left: 0;
    top: 0;
    padding-left: 0;
    margin: 26px 0;
    border-left: none;
    z-index: 30;
}
.main-menu .navigation > li:before {
    display: none;
}
.main-slider .slide {
    padding: 120px 0;
}
.main-header .outer-box .option-box .cart-box .cart-panel {
    left: 0!important;
    right: auto;
}
.nav-outer .mobile-nav-toggler {
    display: block;
    margin: 0;
    padding: 4px 0;
    margin-left: 20px;
}
#navbarSupportedContent {
    display: block;
}
.mCSB_inside > .mCSB_container {
    margin-right: 0;
}
.main-header .outer-box {
    position: absolute;
    /* right: 52px; */
    margin-left: 0;
    padding: 9px 0;
}
.main-header .outer-box .cart-box .cart-panel {
    left: 0!important;
    right: auto;
}
.main-header .sticky-header .outer-box .cart-box .cart-panel {
    right: 0!important;
    left: auto!important;
}
.main-header .header-top-two .social-nav, .main-header .header-top .info-list li:last-child {
    display: none;
}
.about-section .content-column .inner-column {
    margin-left: 0px !important;!i;!;
    padding: 30px;
}
h2 {
    font-size: 34px;
}
.sticky-header .logo {
    width: auto;
}
.main-header.header-style-two .header-upper .logo-box {
    margin-right: 0;
    width: 100%;
    text-align: center;
}
.main-header .info-box .icon-box {
    position: relative;
    margin: 0 auto;
    margin-bottom: 16px;
}
.main-header .info-box {
    width: 100%;
    padding-left: 0;
    text-align: center;
}
.main-header.header-style-two .outer-box {
    padding: 6px 0 3px;
}
.main-header.header-style-two .nav-outer .mobile-nav-toggler {
    color: #fff;
}
.feature-block-five .inner-box {
    text-align: center;
}
.testimonial-block-two .inner-box .image {
    position: relative;
    margin: 0 auto;
    display: block;
}
.testimonial-block-two .inner-box .content {
    top: 0;
    text-align: center;
    padding-left: 25px;
    margin-left: 0;
    box-shadow: inherit;
    margin-top: 20px;
}
.testimonial-section-two .owl-nav {
    position: relative;
    left: 0;
    bottom: 0;
    text-align: center;
    margin-top: 25px;
}
.testimonial-block-two .inner-box {
    min-height: auto;
}
.sponsors-section-two .inner-container {
    padding-left: 20px;
    padding-right: 20px;
}
.search-result-block {
    margin-bottom: 35px;
}
.case-detail .inner-box .lower-content .two-column .image, .service-detail .inner-box .lower-content .two-column .image {
    margin-bottom: 30px;
}
.timeline-section .inner-container .history-block:nth-child(2n+1) .inner-box {
    max-width: 100%}
.timeline-section .inner-container .history-block:nth-child(2n) .inner-box .year {
    right: auto;
}
.timeline-section .inner-container .history-block:nth-child(2n) .inner-box .year::before {
    right: auto;
    left: 100%}
.timeline-section .inner-container .history-block:nth-child(2n) .inner-box .year::after {
    right: auto;
    left: 167%}
.history-block .inner-box .year {
    position: relative;
    top: 0;
    left: 0;
    margin-bottom: 30px;
}
.shop-item-two .inner-box {
    padding-left: 0;
}
.shop-item-two .inner-box .image {
    position: relative;
    width: 100%;
    display: block;
}
.shop-item-two .inner-box .content {
    padding: 25px;
}
.cart-section .coupon-outer .pull-right {
    width: 100%}
.news-block-two .inner-box .lower-content h3 {
    font-size: 28px;
}
.comments-area .reply-comment {
    margin-left: 0;
}
.header-top-three {
    background-color: #0b0c26;
}
.header-top-three .top-right {
    padding-top: 0;
}
.header-top-three .top-right, .header-top-three .top-left {
    width: 100%;
    text-align: center;
}
.header-top-three .info-list li .icon {
    top: -2px;
}
.header-top-three .social-nav, .header-top-three .page-links {
    display: inline-block;
    float: none;
}
.main-header.header-style-three .cart-box {
    display: block;
}
.main-header.header-style-three .outer-box {
    margin-left: 0;
    padding: 7px 0 11px;
}
.main-header.header-style-three .cart-box .cart-panel {
    margin-top: 60px;
}
.banner-section-three .big-text, .banner-section-three .slide .color-layer {
    display: none;
}
.banner-section-three .content-boxed h1 {
    font-size: 44px;
}
.banner-section-three .slide::before {
    width: 100%}
.banner-section-three .slide {
    padding-bottom: 110px;
}
}@media only screen and (max-width: 599px) {
    .main-header .header-top .info-list li {
    color: #fff !important;!i;!;
}
h2 {
    font-size: 25px;
}
.sec-title-two h2 br, .main-header .header-top-two .top-right, .main-header .header-top .top-right {
    display: none;
}
.main-header .header-top .top-right {
    display: contents!important;
    padding: 10px 0;
}
.main-header .header-top .language {margin: 14px 0px;float: right;}
.main-header .header-top .info-list li a {
    color: #fff;
}
.main-header .header-top .language > a {font-size: 16px;margin:7px 0px;font-size: 15px !important;!i;!;}    
.testimonial-block .inner-box .content-column .text {
    font-size: 18px;
}
.testimonial-block .inner-box .content-column .inner-column {
    padding: 20px;
}
.cta-section .inner-container {
    padding-left: 20px;
    padding-right: 20px;
}
.main-header .header-top-two .top-left {
    width: 100%;
    text-align: center;
}
.banner-section-two .content-column h1 {
    font-size: 40px;
    line-height: 1.1em;
}
.about-section-two .image-column .inner-column {
    padding-bottom: 0;
}
.about-section-two .image-column .image-two {
    position: relative;
    margin-top: 20px;
}
.about-section-two .image-column .image img {
    width: 100%;
    display: block;
}
.about-section-two .image-column .year {
    left: 20px;
    top: 20px;
}
.page-title h1 {
    font-size: 38px;
}
.price-block .inner-box {
    padding: 0 25px;
}
.login-section .inner-container {
    padding-left: 15px;
    padding-right: 15px;
}
.styled-form .form-group .btns-box a:first-child {
    margin-bottom: 15px;
}
.more-posts .pull-left, .more-posts .pull-right {
    width: 100%}
.more-posts .prev-post {
    padding: 0;
    display: block;
    text-align: center;
}
.more-posts .prev-post .arrow {
    position: relative;
    top: 0;
    display: block;
    margin: 0 auto;
    margin-bottom: 15px;
}
.more-posts .next-post {
    padding: 0;
    display: block;
    text-align: center;
    margin-top: 30px;
}
.more-posts .next-post .arrow {
    position: relative;
    top: 0;
    display: block;
    margin: 0 auto;
    margin-bottom: 15px;
}
.blog-cat li a {
    padding-left: 20px;
}
.case-block-two .inner-box {
    padding: 0;
}
.case-block-two .inner-box .image {
    position: relative;
    width: 100%}
.case-block-two .inner-box .content {
    min-height: auto;
    padding: 20px 20px 30px;
}
.shop-detail-section .prod-tabs .tab-btns .tab-btn {
    margin-right: 0;
    width: 100%;
    text-align: center;
}
.news-block-two .inner-box .lower-content h3 {
    font-size: 24px;
}
.news-block-two .inner-box .category {
    left: 25px;
    top: 25px;
}
.news-detail .post-share-options .social-box {
    width: 100%;
    margin-top: 12px;
}
.banner-section-three .content-boxed h1 {
    font-size: 36px;
}
.sec-title-three h2 br {
    display: none;
}
.business-section-two .image-column .phone-box {
    top: 40px;
}
.testimonial-block-three .inner-box .content-column .text {
    font-size: 18px;
}
.news-block-four .inner-box {
    padding-left: 0;
}
.news-block-four .inner-box .image {
    position: relative;
    left: 0;
}
.news-block-four .inner-box .content {
    padding-left: 20px;
}
.callback-section .content-column .inner-column {
    padding: 25px;
}
.sec-title-three h2 {
    font-size: 30px;
}
.banner-section-two .content-boxed h1 {
    font-size: 42px;
}
}@media only screen and (max-width: 479px) {
    .mtop {
    margin-top: 10px!important;
    margin-bottom: 20px;
}
.block_id {
    width: 100%!important;
    margin: 3% 0!important;
    text-align: center!important;
    display: inline;
}
.guarantee_id {
    width: 100%!important;
    margin: 3% 0!important;
    text-align: center!important;
    display: inline;
}
.imgcalc {
    width: 50%}
.product_id label {
    font-size: 12px!important;
    line-height: initial;
}
.page-title h1, .banner-section-two .content-column h1, .banner-section .content-column .zag1 {
    font-size: 25px;
}
.service-block .inner-box .text {
    padding: 0 20px;
}
.newsletter-section .content-box .box-inner {
    padding: 30px 20px;
}
.page-breadcrumb li {
    font-size: 15px;
}
.banner-section-two .slide .color-layer-one, .business-section-two .image-column .phone-box, .feature-section .image-column .feature-block-two {
    display: none;
}
.styled-form .form-group .pull-right {
    width: 100%}
.profile-box .box-inner .lower-box .profile-list li a {
    font-size: 15px;
}
.career-tabs .tab-btns .tab-btn {
    margin-right: 0;
    width: 100%;
    text-align: center;
}
.cart-section .apply-coupon .form-group input[type="text"] {
    width: 100%}
.cart-section .apply-coupon .form-group {
    width: 100%;
    margin-right: 0;
}
.cart-section .coupon-outer .theme-btn {
    width: 100%;
    text-align: center;
}
.cart-total-box {
    padding: 20px 20px 15px;
}
.shop-order-box {
    padding: 15px;
}
.shop-order-box .order-list li {
    text-transform: capitalize;
}
.news-detail .inner-box .lower-content h2 {
    font-size: 24px;
}
.comments-area .comment, .blog-author-box .author-inner {
    padding-left: 0;
}
.comments-area .comment-box .author-thumb, .blog-author-box .thumb {
    position: relative;
    margin-bottom: 20px;
}
.sec-title-three h2 {
    font-size: 24px;
}
.skill-section .image-column .blocks-outer {
    position: relative;
    right: 0;
    top: 0;
    margin-top: 30px;
}
.business-section-two .image-column .inner-column {
    padding-right: 0;
}
.banner-section-two .content-boxed h1 {
    font-size: 30px;
}
}@media only screen and (max-width: 320px) {
    .main-header .cart-box {
    display: none;
    margin-right: 5px !important;!i;!;
}
.price-block .inner-box .lower-box {
    padding-top: 70px;
}
.btn-style-one {
    padding: 12px 14px;
}
.btn-style-two {
    padding: 13px 17px;
}
}

.iconmob  {
    
    position:  relative;
    
    width:  40px;
    
    height:  40px;
    
    text-align:  center;
    
    background:  none;
    
    color:  #243559;
    
    cursor:  pointer;
    
    font-size:  20px;
    
    border-radius:  5px;
    
    padding:  6px 9px 6px 9px;
    
    line-height:  42px;
    
    border:  1px solid #243559;
    
    transition:  all 300ms ease;
    
    -webkit-transition:  all 300ms ease;
    
    -ms-transition:  all 300ms ease;
    
    -o-transition:  all 300ms ease;
    
    -moz-transition:  all 300ms ease;
    
}




: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;
}
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;
    transform: scale(1.3);
}
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;
    margin-top: 20px;
    text-align: center;
}
.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: "";
    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:indeterminate~.custom-control-label::before {
    background-color: #007bff;
}
.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: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-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-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-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;
    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;
}
.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);
}
.active.carousel-item-right, .carousel-item-next {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
}
.active.carousel-item-left, .carousel-item-prev {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}
.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);
}
.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-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;
}
.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 {

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;
}
}@media (max-width: 768px) {
    .waves {
    height: 40px;
    min-height: 40px;
}
}


* {
    margin: 0;
    padding: 0;
    border: none;
    outline: none;
}
body {
    font-size: 14px;
    color: #777;
    line-height: 1.7em;
    font-weight: 400;
    background: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
}
.bordered-layout .page-wrapper {
    padding: 0 50px;
}
a {
    text-decoration: none;
    cursor: pointer;
    color: #f71735;
}
button, a:hover, a:focus, a:visited {
    text-decoration: none;
    outline: none!important;
}
h1, h2, h3, h4, h5, h6 {
    position: relative;
    font-weight: 400;
    margin: 0;
    background: none;
    line-height: 1.6em;
}
textarea {
    overflow: hidden;
}
p {
    position: relative;
    line-height: 1.8em;
}
h1 {
    font-size: 60px;
}
h2 {
    font-size: 30px;
    text-transform: uppercase;
}
h3 {
    font-size: 32px;
}
h4 {
    font-size: 24px;
}
h5 {
    font-size: 22px;
}
h6 {
    font-size: 18px;
}
.auto-container {
    position: static;
    max-width: 1200px;
    padding: 0 15px;
    margin: 0 auto;
}
.medium-container {
    max-width: 850px;
}
.page-wrapper {
    position: relative;
    margin: 0 auto;
    width: 100%;
    min-width: 300px;
}
ul, li {
    list-style: none;
    padding: 0;
    margin: 0;
}
img {
    display: inline-block;
    max-width: 100%}
.theme-btn {
    cursor: pointer;
    display: inline-block;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
}
.centered {
    text-align: center;
}
.scroll-to-top {
    position: fixed;
    bottom: 15px;
    right: 15px;
    width: 40px;
    height: 40px;
    color: #f71735;
    font-size: 13px;
    text-transform: uppercase;
    line-height: 38px;
    text-align: center;
    z-index: 100;
    cursor: pointer;
    background: #fff;
    display: none;
    border-radius: 50px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}
.scroll-to-top:hover {
    color: #fff;
    background: #f71735;
}
.scroll-to-top.style-two {
    color: #f71735;
}
.scroll-to-top.style-two:hover {
    color: #fff;
    background-color: #f71735;
}
.list-style-one {
    position: relative;
}
.list-style-one li {
    padding-left: 35px;
    margin-bottom: 12px;
    position: relative;
    color: #3d474e;
    font-size: 18px;
    margin-bottom: 15px;
}
.list-style-one li:before {
    position: absolute;
    left: 0;
    top: 3px;
    color: #f71735;
    font-size: 18px;
    line-height: 1em;
    font-weight: 300;
    content: "\f18e";
    font-family: "Flaticon";
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.list-style-two {
    position: relative;
    margin-bottom: 20px;
}
.list-style-two li {
    position: relative;
    color: #fff;
    font-size: 18px;
    padding-left: 35px;
    font-weight: 400;
    line-height: 1.6em;
    margin-bottom: 12px;
}
.list-style-two li .icon {
    position: absolute;
    left: 0;
    top: 3px;
    color: #fff;
    font-size: 18px;
    line-height: 1em;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.list-style-two li a {
    position: relative;
    color: #fff;
}
.list-style-three {
    position: relative;
}
.list-style-three li {
    position: relative;
    color: #dce4f0;
    font-size: 16px;
    padding-left: 35px;
    font-weight: 400;
    line-height: 1.6em;
    margin-bottom: 10px;
}
.list-style-three li:before {
    position: absolute;
    left: 0;
    top: 3px;
    color: #ffc107;
    font-size: 18px;
    line-height: 1em;
    font-weight: 300;
    content: "\f18e";
    font-family: "Flaticon";
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.list-style-four {
    position: relative;
    margin-bottom: 20px;
}
.list-style-four li {
    position: relative;
    color: #fff;
    font-size: 15px;
    padding-left: 35px;
    font-weight: 400;
    line-height: 1.6em;
    margin-bottom: 12px;
}
.list-style-four li .icon {
    position: absolute;
    left: 0;
    top: 3px;
    color: #fff;
    font-size: 18px;
    line-height: 1em;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.list-style-four li a {
    position: relative;
    color: #fff;
}
.list-style-four.style-two li .icon {
    color: #f71735;
}
.list-style-four.style-two li, .list-style-four.style-two li a {
    color: #fff;
}
.btn-style-one {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 30px;
    color: #fff;
    font-weight: 400;
    overflow: hidden;
    background: none;
    border-radius: 3px;
    padding: 12px 25px;
    border: 1px solid #fff;
}
.btn-style-one i {
    margin-left: 5px;
}
.btn-style-one:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    -webkit-transform: scale(0.2, 1);
    transform: scale(0.2, 1);
    background-color: #f71735;
}
.btn-style-one .txt {
    position: relative;
    z-index: 1;
    font-weight: 400;
    font-size: 18px;
}
.btn-style-one:hover::before {
    opacity: 1;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}
.btn-style-one:hover {
    color: #fff;
    border-color: #f71735;
}
.btn-style-two {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 30px;
    color: #fff;
    padding: 10px 20px;
    font-weight: 400;
    overflow: hidden;
    background: #243559;
    letter-spacing: 1px;
    border-radius: 5px;
}
.btn-style-two:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    background: none;
    border-radius: 5px;
    /* border: 1px solid #fff; */
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    -webkit-transform: scale(0.2, 1);
    transform: scale(0.2, 1);
}
.btn-style-two .txt {
    position: relative;
    z-index: 1;
    font-weight: 600;
    font-size: 19px;
}
.btn-style-two:hover::before {
    opacity: 1;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    background: #3c527f;
}
.btn-style-two:hover {
    background: none;
    color: #fff;
}
.btn-style-three {
    position: relative;
    display: inline-block;
    font-size: 18px;
    line-height: 30px;
    color: #243559;
    font-weight: 500;
    overflow: hidden;
    background: none;
    border-radius: 3px;
    padding: 12px 45px;
    border: 1px solid #243559;
}
.btn-style-three i {
    margin-left: 5px;
}
.btn-style-three:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    -webkit-transform: scale(0.2, 1);
    transform: scale(0.2, 1);
    background-color: #f71735;
}
.btn-style-three .txt {
    position: relative;
    z-index: 1;
}
.btn-style-three:hover::before {
    opacity: 1;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}
.modal__form-group .btn-style-three:hover {
    color: #fff;
    border-color: #f71735;
    background-color: #f71735;
}
.btn-style-three:hover {
    color: #fff;
    border-color: #f71735;
}
.btn-style-four {
    position: relative;
    display: inline-block;
    font-size: 18px;
    line-height: 30px;
    color: #243559;
    font-weight: 500;
    overflow: hidden;
    background: none;
    border-radius: 5px;
    padding: 14px 46px;
    background-color: #fff;
}
.btn-style-four:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    -webkit-transform: scale(0.2, 1);
    transform: scale(0.2, 1);
    background-color: #f71735;
}
.btn-style-four .txt {
    position: relative;
    z-index: 1;
}
.btn-style-four:hover::before {
    opacity: 1;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}
.btn-style-four:hover {
    color: #fff;
}
.btn-style-five {
    position: relative;
    display: inline-block;
    font-size: 18px;
    line-height: 30px;
    color: #fff;
    font-weight: 500;
    overflow: hidden;
    background: none;
    border-radius: 0;
    padding: 13px 30px;
    text-transform: capitalize;
    background-color: #fd5b03;
}
.btn-style-five:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    -webkit-transform: scale(0.2, 1);
    transform: scale(0.2, 1);
    background-color: #fff;
}
.btn-style-five .txt {
    position: relative;
    z-index: 1;
}
.btn-style-five:hover::before {
    opacity: 1;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}
.btn-style-five:hover {
    color: #fd5b03;
}
.btn-style-six {
    position: relative;
    display: inline-block;
    font-size: 18px;
    line-height: 30px;
    color: #fff;
    font-weight: 500;
    overflow: hidden;
    background: none;
    border-radius: 3px;
    padding: 13px 35px;
    background-color: #14212b;
}
.btn-style-six:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    -webkit-transform: scale(0.2, 1);
    transform: scale(0.2, 1);
    background-color: #f71735;
}
.btn-style-six .txt {
    position: relative;
    z-index: 1;
}
.btn-style-six:hover::before {
    opacity: 1;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}
.btn-style-six:hover {
    color: #fff;
}
.btn-style-seven {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 30px;
    color: #fff;
    padding: 13px 35px;
    font-weight: 400;
    overflow: hidden;
    background: #fd5b03;
    letter-spacing: 1px;
    border-radius: 3px;
    text-transform: capitalize;
    font-family: 'Roboto', sans-serif;
}
.btn-style-seven:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    background-color: #3143ef;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    -webkit-transform: scale(0.2, 1);
    transform: scale(0.2, 1);
}
.btn-style-seven .txt {
    position: relative;
    z-index: 1;
}
.btn-style-seven:hover::before {
    opacity: 1;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}
.btn-style-seven:hover {
    color: #fff;
}
.btn-style-eight {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 30px;
    color: #0b0c26;
    font-weight: 700;
    overflow: hidden;
    background: none;
    border-radius: 0;
    padding: 9px 30px;
    text-transform: capitalize;
    border: 1px solid #0b0c26;
    font-family: 'Roboto', sans-serif;
}
.btn-style-eight:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    -webkit-transform: scale(0.2, 1);
    transform: scale(0.2, 1);
    background-color: #f71735;
}
.btn-style-eight .txt {
    position: relative;
    z-index: 1;
}
.btn-style-eight:hover::before {
    opacity: 1;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}
.btn-style-eight:hover {
    color: #fff;
    border-color: #f71735;
}
.btn-style-nine {
    position: relative;
    display: inline-block;
    font-size: 18px;
    line-height: 30px;
    color: #fff;
    font-weight: 500;
    overflow: hidden;
    background: none;
    border-radius: 4px;
    padding: 13px 30px;
    background-color: #f71735;
    border: 1px solid #f71735;
}
.btn-style-nine:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    -webkit-transform: scale(0.2, 1);
    transform: scale(0.2, 1);
    background-color: #fff;
}
.btn-style-nine .txt {
    position: relative;
    z-index: 1;
}
.btn-style-nine:hover::before {
    opacity: 1;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}
.btn-style-nine:hover {
    color: #243559;
    border: 1px solid #243559;
}
.btn-style-ten {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 30px;
    color: #fff;
    font-weight: 500;
    overflow: hidden;
    background: none;
    border-radius: 3px;
    padding: 12px 35px;
    text-transform: capitalize;
    border: 1px solid #fff;
    font-family: 'Roboto', sans-serif;
}
.btn-style-ten:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    -webkit-transform: scale(0.2, 1);
    transform: scale(0.2, 1);
    background-color: #f71735;
}
.btn-style-ten .txt {
    position: relative;
    z-index: 1;
}
.btn-style-ten:hover::before {
    opacity: 1;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}
.btn-style-ten:hover {
    color: #fff;
    border-color: #f71735;
}
.social-icon-one {
    position: relative;
    display: block;
}
.social-icon-one .title {
    position: relative;
    font-size: 20px;
    line-height: 26px;
    color: #fff;
    font-weight: 700;
    margin-right: 15px;
}
.social-icon-one li {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    margin-right: 22px;
}
.social-icon-one li:last-child {
    margin-right: 0;
}
.social-icon-one li a {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 24px;
    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;
}
.social-icon-one li a:hover {
    color: #f71735;
}
.theme_color {
    color: #f71735;
}
.preloader {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    background-color: #fff;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(../images/icons/preloader.svg);
    background-size: 100px;
}
img {
    display: inline-block;
    max-width: 100%;
    height: auto;
}
.sec-title {
    position: relative;
    margin-bottom: 30px;
}
.sec-title .title {
    position: relative;
    color: #243559;
    font-size: 20px;
    font-weight: 500;
    padding-bottom: 18px;
    text-transform: uppercase;
}
.sec-title .title:before {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    height: 2px;
    width: 40px;
    background-color: #f71735;
}
.sec-title h1 {
    position: relative;
    color: #243559;
    font-weight: 700;
    line-height: 1.3em;
    margin-top: 15px;
}
.sec-title h1 span {
    position: relative;
    color: #f71735;
}
.sec-title h2 {
    position: relative;
    color: #243559;
    font-weight: 700;
    line-height: 1.3em;
    margin-top: 15px;
}
.sec-title h2 span {
    position: relative;
    color: #f71735;
}
.sec-title .text {
    position: relative;
    color: #777;
    font-weight: 400;
    line-height: 1.7em;
    margin-top: 18px;
    font-size: 18px;
}
.sec-title.light .text, .sec-title.light .title, .sec-title.light h2 {
    color: #fff;
}
.sec-title.centered .title:before {
    left: 50%;
    margin-left: -20px;
}
.sec-title.centered {
    text-align: center!important;
}
.sec-title-two {
    position: relative;
    margin-bottom: 30px;
}
.sec-title-two .title {
    position: relative;
    color: #ffc107;
    font-size: 16px;
    line-height: 1.4em;
    font-weight: 500;
    padding: 0 40px;
    display: inline-block;
    text-transform: uppercase;
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 100ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
    font-family: 'Roboto', sans-serif;
}
.sec-title-two .title:before {
    position: absolute;
    content: '';
    left: 0;
    top: 8px;
    height: 2px;
    width: 30px;
    background-color: #ffc107;
}
.sec-title-two .title:after {
    position: absolute;
    content: '';
    right: 0;
    top: 8px;
    height: 2px;
    width: 30px;
}
.sec-title-two h2 {
    position: relative;
    color: #000;
    font-weight: 700;
    line-height: 1.2em;
    margin-top: 15px;
}
.sec-title-two .text {
    position: relative;
    color: #3d474e;
    font-weight: 400;
    line-height: 1.7em;
    margin-top: 18px;
    font-size: 18px;
}
.sec-title-two.light .text, .sec-title-two.light .title, .sec-title-two.light h2 {
    color: #fff;
}
.sec-title-two.centered {
    text-align: center!important;
}
.sec-title-three {
    position: relative;
    margin-bottom: 30px;
}
.sec-title-three h2 {
    position: relative;
    color: #0b0c26;
    font-size: 30px;
    font-weight: 600;
    line-height: 1.3em;
    padding-bottom: 18px;
}
.sec-title-three h2:before {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    height: 2px;
    width: 40px;
    background-color: #f71735;
}
.sec-title-three .text {
    position: relative;
    color: #687076;
    font-weight: 400;
    line-height: 1.8em;
    margin-top: 18px;
    font-size: 16px;
}
.sec-title-three.light .text, .sec-title-three.light h2 {
    color: #fff;
}
.sec-title-three.centered h2:before {
    left: 50%;
    margin-left: -20px;
}
.sec-title-three.centered {
    text-align: center!important;
}
.main-header {
    position: absolute;
    z-index: 99;
    width: 100%}
.main-header .header-top {
    position: relative;
    background-color: #243559;
    box-shadow: 0 7px 6px -6px #7f7f7f;
}
.main-header .header-top .top-left {
    position: relative;
    float: left;
    z-index: 1;
    padding: 16px 0;
    padding-left: 10px;
}
.main-header .header-top .info-list {
    position: relative;
}
.main-header .header-top .info-list li {
    position: relative;
    font-size: 16px;
    display: inline-block;
    color: #343a40;
    padding-left: 25px;
    transition: all 300ms ease;
    margin-right: 20px;
}
.main-header .header-top .info-list li:last-child {
    padding-left: 0;
}
.main-header .header-top .info-list li .icon {
    position: absolute;
    left: 0;
    top: 0;
    color: #14212b;
}
.main-header .header-top .info-list li a {
    position: relative;
    color: #505b73;
    padding-left: 28px;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
    font-size: 16px;
}
.main-header .header-top .info-list li a:hover {
    color: #f71735;
}
.main-header .header-top .top-right {
    position: relative;
    padding: 16px 0;
}
.main-header .header-top .top-right:before {
    position: absolute;
    content: '';
    right: 140%;
    top: 0;
    width: 2800%;
    bottom: 0;
    transform: skewX(-15deg);
    background-color: #fff;
}
.main-header .header-top .top-right .border-line {
    position: absolute;
    left: -55px;
    top: 0;
    width: 4px;
    height: 100%;
    z-index: 1;
    background-color: #243559;
    transform: skewX(-15deg);
}
.main-header .header-top .language {
    position: relative;
    line-height: 1em;
    display: inline-block;
}
.main-header .header-top .language .flag-icon {
    margin-right: 8px;
}
.main-header .header-top .language .dropdown-menu {
    top: 35px!important;
    right: 0;
    left: auto!important;
    width: 170px;
    border-radius: 0;
    margin-top: 0;
    background-color: #222;
    border: none;
    padding: 0;
    border-top: 3px solid #f71735;
    transform: translate3D(0px, 0px, 0px)!important;
}
.main-header .header-top .language > a {
    color: #fff;
    background: none;
    display: inline-block;
    border: 0;
    top: 0;
    padding: 0;
    font-weight: 400;
    font-size: 20px;
    line-height: 1em;
    border-radius: 0;
}
.main-header .header-top .language > a:after {
    display: none;
}
.main-header .header-top language a:hover {
    background: none;
}
.main-header .header-top .language .dropdown-menu > li {
    padding-right: 0!important;
    margin: 0!important;
    float: none;
    display: block!important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.20);
}
.main-header .header-top .language .dropdown-menu > li:last-child {
    border-bottom: none;
}
.main-header .header-top .language .dropdown-menu > li > a {
    padding: 12px 20px!important;
    color: #fff;
    display: block;
    text-align: left;
    font-size: 14px;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}
.main-header .header-top .language .dropdown-menu > li > a:hover {
    color: #fff!important;
    background-color: #f71735;
}
.main-header .header-top-two {
    position: relative;
    padding: 13px 0;
    background-color: #14212b;
}
.main-header .header-top-two .top-left {
    position: relative;
    float: left;
}
.main-header .header-top-two .top-left .text {
    position: relative;
    color: #fff;
    font-size: 16px;
}
.main-header .header-top-two .top-left .text .icon {
    position: relative;
    margin-right: 10px;
    color: #fff;
}
.main-header .header-top-two .top-right {
    position: relative;
    float: right;
}
.main-header .header-top-two .top-right .page-links {
    position: relative;
    float: left;
}
.main-header .header-top-two .top-right .page-links li {
    position: relative;
    line-height: 1em;
    padding-right: 12px;
    margin-right: 12px;
    display: inline-block;
    border-right: 1px solid rgba(255, 255, 255, 0.60);
}
.main-header .header-top-two .top-right .page-links li a {
    position: relative;
    color: #fff;
    display: inline-block;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}
.main-header .header-top-two .top-right .page-links li:last-child {
    margin-right: 0;
    padding-right: 0;
    border: 0;
}
.main-header .header-top-two .top-right .page-links li a:hover {
    color: #fd5b03;
}
.main-header .header-top-two .top-right .search-box-btn {
    position: relative;
    top: 1px;
    width: auto;
    height: auto;
    border: none;
    color: #fff;
    line-height: 1em;
    margin-left: 20px;
}
.main-header .header-top-two .top-right .search-box-btn:hover {
    background: none;
}
.main-header .header-top-two .social-nav {
    position: absolute;
    left: 50%;
    display: inline-block;
    transform: translateX(-50%);
}
.main-header .header-top-two .social-nav li {
    position: relative;
    margin: 0 7px;
    display: inline-block;
}
.main-header .header-top-two .social-nav li a {
    position: relative;
    color: #fff;
    font-size: 16px;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}
.main-header .header-top-two .social-nav li a:hover {
    color: #fd5b03;
}
.header-top-three {
    position: relative;
    background-color: #243559;
}
.header-top-three .auto-container {
    max-width: 1680px;
}
.header-top-three .inner-container {
    position: relative;
    padding-right: 20px;
}
.header-top-three .inner-container:before {
    position: absolute;
    content: '';
    right: 0;
    top: 0;
    bottom: 0;
    width: 200%;
    background-color: #0b0c26;
}
.header-top-three .text-center {
    position: absolute;
    left: 50%;
    top: 0;
    font-size: 16px;
    color: #fff;
    padding: 15px 0;
    text-align: center;
    transform: translateX(-50%);
}
.header-top-three .top-left {
    position: relative;
    float: left;
    z-index: 1;
    padding: 15px 0;
}
.header-top-three .info-list {
    position: relative;
}
.header-top-three .info-list li {
    position: relative;
    color: #fff;
    font-size: 16px;
    margin-right: 30px;
    display: inline-block;
}
.header-top-three .info-list li:last-child {
    margin-right: 0;
}
.header-top-three .info-list li .icon {
    position: absolute;
    left: 0;
    top: 0;
    color: #fff;
}
.header-top-three .info-list li a {
    position: relative;
    color: #fff;
    padding-left: 28px;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}
.header-top-three .info-list li a:hover {
    color: #f71735;
}
.header-top-three .top-right {
    position: relative;
    z-index: 1;
    padding: 15px 0;
}
.header-top-three .page-links {
    position: relative;
    float: left;
}
.header-top-three .page-links li {
    position: relative;
    color: #fff;
    font-size: 16px;
    line-height: 1.1em;
    margin-right: 12px;
    padding-right: 12px;
    display: inline-block;
    border-right: 1px solid rgba(255, 255, 255, 0.50);
}
.header-top-three .page-links li .icon {
    position: absolute;
    left: 0;
    top: 0;
    color: #fff;
}
.header-top-three .page-links li a {
    position: relative;
    color: #fff;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}
.header-top-three .page-links li a:hover {
    color: #f71735;
}
.header-top-three .social-nav {
    position: relative;
    float: left;
}
.header-top-three .social-nav li {
    position: relative;
    margin: 0 7px;
    display: inline-block;
}
.header-top-three .social-nav li a {
    position: relative;
    color: #fff;
    font-size: 16px;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}
.header-top-three .social-nav li a:hover {
    color: #f71735;
}
.btn.focus, .btn:focus {
    box-shadow: inherit;
}
.main-header .main-box {
    position: relative;
    padding: 0;
    left: 0;
    top: 0;
    width: 100%;
    background: none;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}
.main-header .main-box .outer-container {
    position: relative;
    padding: 0 40px;
}
.main-header .main-box .logo-box {
    position: relative;
    float: left;
    left: 0;
    z-index: 10;
    padding: 30px 0;
}
.main-header .main-box .logo-box .logo img {
    display: inline-block;
    max-width: 100%;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}
.main-header .header-upper {
    position: relative;
    margin-top: 25px;
    background-color: #fff;
    box-shadow: 0 7px 6px -6px #454545;
}
.main-header .header-upper .upper-right {
    position: relative;
    padding-top: 35px;
}
.main-header .nav-outer {
    position: relative;
    padding-left: 210px;
}
.main-header .header-upper .logo-box {
    position: absolute;
    top: 0;
    margin-top: 0px;
    padding: 12px 0px;
    /* background-color: #243559; */
    /* border-radius: 0 0 20px 20px; */
    /* box-shadow: 1px 6px 8px 0 #0f0000; */
    z-index: 999;
}
.main-header .header-upper .logo-box .logo {
    position: relative;
}
.main-header .outer-box {
    position: relative;
    float: right;
    padding: 8px 0;
}
.main-header .cart-box {
    position: relative;
    float: left;
    background: none;
    display: inline-block;
    margin-right: 15px;
}
.main-header .cart-box .cart-box-btn {
    position: relative;
    width: 40px;
    height: 40px;
    text-align: center;
    background: none;
    color: #243559;
    cursor: pointer;
    font-size: 20px;
    border-radius: 5px;
    padding: 6px 6px 6px 11px;
    line-height: 42px;
    border: 1px solid #243559;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
}
.main-header .cart-box .cart-box-btn:after {
    display: none;
}
.main-header .cart-box .cart-box-btn:hover {
    color: #fff;
    background-color: #243559;
}
.main-header .cart-product {
    position: relative;
    margin-bottom: 18px;
    min-height: 90px;
    border-bottom: 1px solid #e4e4e4;
}
.main-header .cart-product .inner {
    position: relative;
    padding-left: 90px;
    min-height: 70px;
}
.main-header .cart-product .inner .cross-icon {
    position: absolute;
    right: 0;
    top: -2px;
    z-index: 1;
    color: #263120;
    font-size: 16px;
    cursor: pointer;
    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-header .cart-product .inner .cross-icon:hover {
    color: #f71735;
}
.main-header .cart-product .inner .image {
    position: absolute;
    width: 70px;
    height: 70px;
    left: 0;
    top: 0;
}
.main-header .cart-product .inner h3 {
    position: relative;
    font-weight: 600;
    font-size: 15px;
    margin: 0;
    letter-spacing: 1px;
    text-transform: capitalize;
}
.main-header .cart-product .inner h3 a {
    color: #222;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
}
.main-header .cart-product .inner h3 a:hover {
    color: #f71735;
}
.main-header .cart-product .inner .quantity-text {
    position: relative;
    font-weight: 300;
    color: #666;
    font-size: 13px;
    margin-bottom: 0;
}
.main-header .cart-product .inner .price {
    position: relative;
    font-weight: 700;
    font-size: 16px;
    margin: 0;
    color: #222;
}
.main-header .cart-box .cart-panel {
    left: auto!important;
    right: 0!important;
    border-radius: 10px;
    padding: 20px;
    min-width: 300px;
    margin-top: 48px;
    z-index: -1;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.15);
    border: 3px solid #f71735;
    -webkit-transform: translate3d(0px, 0px, 0px)!important;
    transform: translate3d(0px, 0px, 0px)!important;
}
.main-header .cart-box .cart-panel .cart-total {
    color: #000;
    font-size: 15px;
    font-weight: 400;
    text-align: center;
    text-transform: capitalize;
}
.main-header .cart-box .cart-panel .cart-total span {
    font-weight: 800;
    font-size: 18px;
}
.main-header .cart-box .cart-panel .btns-boxed {
    position: relative;
    text-align: center;
    margin-top: 20px;
}
.main-header .cart-box .cart-panel .btns-boxed li {
    position: relative;
    margin: 0 5px;
    display: inline-block;
}
.main-header .cart-box .cart-panel .btns-boxed li a {
    position: relative;
    color: #fff;
    font-weight: 500;
    font-size: 12px;
    padding: 10px 20px 8px;
    border-radius: 2px;
    display: inline-block;
    background-color: #f71735;
    border: 1px solid #f71735;
    text-transform: uppercase;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
}
.main-header .cart-box .cart-panel .btns-boxed li a:hover {
    color: #f71735;
    background: none;
}
.main-header .cart-box .icon a {
    color: #999;
}
.main-header.header-style-three .cart-box .cart-panel {
    margin-top: 75px;
    border-color: #f71735;
}
.main-header.header-style-three .cart-box .cart-panel .btns-boxed li a {
    background-color: #f71735;
    border-color: #f71735;
}
.main-header.header-style-three .cart-product .inner .cross-icon:hover, .main-header.header-style-three .cart-product .inner h3 a:hover {
    color: #f71735;
}
.main-header.header-style-three .cart-box .cart-panel .btns-boxed li a:hover {
    color: #fff;
}
.main-header .search-box-outer {
    position: relative;
    float: left;
}
.main-header .search-box-btn {
    position: relative;
    width: 40px;
    height: 40px;
    text-align: center;
    background: none;
    color: #243559;
    cursor: pointer;
    font-size: 20px;
    border-radius: 5px;
    line-height: 38px;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
}
.main-header .search-box-btn:after {
    display: none;
}
.main-header .search-box-btn:hover {
    color: #fff;
    background-color: #243559;
}
.main-header .cart-box-btn:hover {
    color: #fff;
    background-color: #243559;
}
.main-menu {
    position: relative;
    float: left;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}
.main-menu .navbar-collapse {
    padding: 0;
    float: left;
    display: block!important;
}
.main-menu .navigation {
    position: relative;
    margin: 0;
}
.main-menu .navigation > li {
    position: relative;
    float: left;
    margin-right: 40px;
    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:last-child {
    margin-right: 0;
}
.sticky-header .main-menu .navigation > li > a {
    color: #444!important;
}
.sticky-header .main-menu .navigation > li:hover > a, .sticky-header .main-menu .navigation > li.current > a {
    color: #f71735;
    background-color: inherit!important;
}
.sticky-header .nav-outer .options-box {
    margin-top: 45px;
}
.sticky-header {
    position: fixed;
    opacity: 0;
    visibility: hidden;
    left: 0;
    top: 0;
    width: 100%;
    padding: 0;
    background: #fff;
    z-index: 0;
    border-bottom: 1px solid #e8f1f7;
    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 .logo {
    padding: 16px 0;
}
.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-menu .navigation > li > a {
    position: relative;
    display: block;
    color: #505b73;
    text-align: center;
    line-height: 30px;
    letter-spacing: 0;
    opacity: 1;
    font-weight: 400;
    padding: 13px 0;
    font-size: 16px;
    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:before {
    position: absolute;
    content: '';
    left: 0;
    bottom: 10px;
    width: 0;
    height: 3px;
    opacity: 0;
    border-radius: 3px;
    background-color: #243559;
    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:hover::before, .main-menu .navigation > li.current::before {
    opacity: 1;
    width: 100%;
    z-index: 1;
}
.sticky-header .main-menu .navigation > li {
    position: relative;
    margin-left: 30px;
    margin-right: 0;
}
.main-menu .navigation > li:hover > a, .main-menu .navigation > li.current > a {
    opacity: 1;
    color: #f71735;
}
.main-menu .navigation > li > ul {
    position: absolute;
    left: -30px;
    top: 100%;
    width: 230px;
    z-index: 100;
    display: none;
    opacity: 0;
    visibility: hidden;
    transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
    padding: 20px 15px;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.10);
}
.main-menu .navigation > li > ul.from-right {
    left: auto;
    right: 0;
}
.main-menu .navigation > li > ul > li {
    position: relative;
    width: 100%;
    border-bottom: 1px solid #f9f9f9;
}
.main-menu .navigation > li > ul > li:last-child {
    border-bottom: none;
}
.main-menu .navigation > li > ul > li > a {
    position: relative;
    display: block;
    padding: 10px 18px;
    line-height: 24px;
    font-weight: 400;
    font-size: 14px;
    color: #505b73;
    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 .main-menu .navigation > li > a {
    padding: 19px 0;
}
.main-menu .navigation > li > ul > li > a:before {
    position: absolute;
    content: '//';
    left: 10px;
    top: 8px;
    opacity: 0;
    color: #f71735;
    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:hover > a::before {
    opacity: 1;
}
.sticky-header .main-menu .navigation > li > a:before {
    top: 18px!important;
}
.main-menu .navigation > li > ul > li:hover > a {
    color: #f71735;
    padding-left: 30px;
}
.main-menu .navigation > li > ul > li.dropdown > a:after {
    font-family: 'FontAwesome';
    content: "\f105";
    position: absolute;
    right: 15px;
    top: 13px;
    width: 10px;
    height: 20px;
    display: block;
    color: #253d4a;
    line-height: 20px;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    z-index: 5;
}
.main-menu .navigation > li > ul > li.dropdown:hover > a:after {
    color: #222;
}
.main-menu .navigation > li > ul > li > ul {
    position: absolute;
    left: 120%;
    top: 0;
    width: 230px;
    z-index: 100;
    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;
    padding: 20px 15px;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.10);
}
.main-menu .navigation > li > ul > li > ul.from-right {
    left: auto;
    right: 0;
}
.main-menu .navigation > li > ul > li > ul > li {
    position: relative;
    width: 100%;
    border-bottom: 1px solid #f9f9f9;
}
.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 18px;
    line-height: 24px;
    font-weight: 400;
    font-size: 14px;
    text-transform: capitalize;
    color: #505b73;
    padding-left: 10px;
    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: #f71735;
}
.main-menu .navigation > li > ul > li > ul > li > a:before {
    position: absolute;
    content: '//';
    left: 10px;
    top: 8px;
    opacity: 0;
    color: #f71735;
    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::before {
    opacity: 1;
}
.main-menu .navigation > li > ul > li > ul > li:hover > a {
    color: #f71735;
    padding-left: 30px;
}
.main-menu .navigation > li.dropdown:hover > ul {
    visibility: visible;
    opacity: 1;
    left: 0;
    -moz-transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    transform: rotateX(0deg);
}
.main-menu .navigation li > ul > li.dropdown:hover > ul {
    visibility: visible;
    opacity: 1;
    top: 0;
    left: 100%;
    -moz-transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    transform: rotateX(0deg);
    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 .navbar-collapse > ul li.dropdown .dropdown-btn {
    position: absolute;
    right: 10px;
    top: 6px;
    width: 30px;
    height: 30px;
    text-align: center;
    color: #fff;
    line-height: 28px;
    border: 1px solid #fff;
    background-size: 20px;
    cursor: pointer;
    z-index: 5;
    display: none;
}
.main-header .search-box {
    position: relative;
    float: left;
    width: 160px;
    padding: 33px 0;
}
.main-header .search-box .form-group {
    position: relative;
    margin: 0;
}
.main-header .search-box .form-group input[type="text"], .main-header .search-box .form-group input[type="search"] {
    position: relative;
    line-height: 38px;
    padding: 10px 50px 10px 20px;
    background: none;
    display: block;
    font-size: 14px;
    width: 100%;
    height: 30px;
    color: #fff;
    border-radius: 0;
    font-weight: 600;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    border-left: 1px solid #f71735;
}
.main-header .search-box .form-group textarea::-webkit-input-placeholder, .main-header .search-box .form-group input::-webkit-input-placeholder {
    color: #fff;
}
.main-header .search-box .form-group button {
    position: absolute;
    right: 0;
    top: 8px;
    display: block;
    font-size: 16px;
    color: #fff;
    cursor: pointer;
    line-height: 100%;
    font-weight: 400;
    background: none;
}
.main-header .header-lower .options-box {
    position: relative;
    float: right;
    padding: 10px 15px;
}
.main-header .header-lower .options-box .option-inner:before {
    position: absolute;
    content: '';
    left: -10px;
    top: -10px;
    bottom: -10px;
    width: 110%;
    background-color: #f71735;
    border-radius: 50px 50px 50px 50px;
}
.main-header .header-lower .options-box .option-inner {
    position: relative;
    padding-left: 70px;
}
.main-header .header-lower .options-box .option-inner .icon {
    position: absolute;
    left: 0;
    top: 0;
    color: #fff;
    font-size: 50px;
    line-height: 1em;
}
.main-header .header-lower .options-box .option-inner .number {
    position: relative;
}
.main-header .header-lower .options-box .option-inner .number span {
    position: relative;
    display: block;
    color: #fff;
    margin-bottom: 3px;
    text-transform: uppercase;
}
.main-header .header-lower .options-box .option-inner .number a {
    position: relative;
    font-weight: 800;
    font-size: 22px;
    color: #fff;
}
.main-header.header-style-two {
    position: relative;
}
.main-header.header-style-two .header-upper {
    margin-top: 0;
}
.main-header.header-style-two .header-upper .logo-box {
    position: relative;
    top: 0;
    margin-top: 0;
    background: none;
    padding: 20px 0;
    box-shadow: inherit;
}
.main-header.header-style-two .nav-outer {
    border-radius: 50px;
    padding-left: 30px;
    padding-right: 30px;
    background-color: #14212b;
}
.main-header.header-style-two .main-menu .navigation > li > a {
    color: #fff;
    font-size: 18px;
    padding: 20px 0;
    font-family: 'Cabin', sans-serif;
}
.main-header.header-style-two .main-menu .navigation > li:before {
    bottom: 15px;
    background-color: #fd5b03;
}
.main-header.header-style-two .main-menu .navigation > li.dropdown > a {
    padding-right: 15px!important;
}
.main-header.header-style-two .main-menu .navigation > li.dropdown > a:before {
    font-family: 'FontAwesome';
    content: "\f067";
    position: absolute;
    right: 0;
    opacity: 0;
    font-size: 12px;
    line-height: 34px;
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}
.main-header.header-style-two .main-menu .navigation > li {
    margin-right: 30px;
    margin-left: 0;
}
.main-header.header-style-two .main-menu .navigation > li.current > a:before, .main-header.header-style-two .main-menu .navigation > li:hover > a:before {
    opacity: 1;
}
.main-header.header-style-two .outer-box {
    padding: 9px 0 3px;
}
.main-header.header-style-two .main-menu .navigation > li > ul > li > a:before, .main-header.header-style-two .main-menu .navigation > li > ul > li:hover > a, .main-header.header-style-two .main-menu .navigation > li > ul > li > ul > li:hover > a, .main-header.header-style-two .main-menu .navigation > li > ul > li > ul > li > a:before {
    color: #fd5b03;
}
.main-header.header-style-two .header-lower {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
}
.main-header.header-style-two .header-lower:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    right: 0;
    height: 38px;
    background-color: #fff;
}
.main-header.header-style-three {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
}
.main-header.header-style-three .nav-outer {
    padding-left: 0;
    float: right;
}
.main-header.header-style-three .header-upper {
    margin-top: 0;
}
.main-header.header-style-three .header-upper .auto-container {
    max-width: 1600px;
}
.main-header.header-style-three .header-upper .logo-box {
    position: relative;
    padding: 0;
    margin: 0;
    background: none;
    box-shadow: inherit;
}
.main-header.header-style-three .main-menu .navigation > li > a {
    color: #0b0c26;
    font-size: 18px;
    padding: 20px 0;
    font-weight: 600;
    padding: 35px 0;
    font-family: 'Cabin', sans-serif;
}
.main-header.header-style-three .main-menu .navigation > li:before {
    display: none;
}
.main-header.header-style-three .outer-box {
    padding: 26px 0 18px;
    margin-left: 30px;
}
.main-header.header-style-three .search-box-btn {
    border-radius: 0;
    margin-top: 5px;
}
.main-header.header-style-three .cart-box .cart-box-btn {
    border-radius: 0;
    margin-top: 5px;
}
.main-header.header-style-three .outer-box .btn-box {
    float: left;
    margin-left: 15px;
}
.main-header.header-style-three .main-menu .navigation > li > ul > li > a:before, .main-header.header-style-three .main-menu .navigation > li > ul > li:hover > a, .main-header.header-style-three .main-menu .navigation > li > ul > li > ul > li:hover > a, .main-header.header-style-three .main-menu .navigation > li > ul > li > ul > li > a:before {
    color: #f71735;
}
.header-style-three .sticky-header .main-menu .navigation > li > a {
    padding: 21px 0;
}
.main-header .info-box {
    position: relative;
    float: left;
    z-index: 1;
    min-height: 56px;
    margin-left: 50px;
    font-size: 15px;
    color: #777;
    text-align: left;
    padding: 0 0 10px 65px;
}
.main-header .info-box .icon-box {
    position: absolute;
    left: 0;
    top: 1px;
    width: 50px;
    height: 50px;
    text-align: center;
    font-size: 22px;
    line-height: 46px;
    border-radius: 50px;
    display: inline-block;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    color: #fff;
    background-color: #14212b;
    border: 2px solid #14212b;
}
.main-header .info-box:hover .icon-box {
    background-color: #fd5b03;
    border-color: #fd5b03;
    color: #fff;
}
.main-header .info-box ul li {
    position: relative;
    line-height: 20px;
    color: #000;
    font-size: 16px;
    margin-bottom: 8px;
    font-weight: 400;
    text-transform: capitalize;
}
.main-header .info-box strong {
    position: relative;
    font-weight: 500;
    color: #000;
    font-size: 18px;
    text-transform: capitalize;
}
.nav-outer .mobile-nav-toggler {
    position: relative;
    float: right;
    font-size: 36px;
    line-height: 50px;
    cursor: pointer;
    color: #000;
    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 .nav-logo {
    position: relative;
    padding: 20px;
    text-align: left;
}
.mobile-menu .nav-logo img {
    max-width: 200px;
}
.mobile-menu-visible {
    overflow: hidden;
}
.mobile-menu-visible .mobile-menu {
    opacity: 1;
    visibility: visible;
}
.mobile-menu .menu-backdrop {
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: rgba(0, 0, 0, 0.90);
    -webkit-transform: translateX(101%);
    -ms-transform: translateX(101%);
    transform: translateX(101%);
}
.mobile-menu-visible .mobile-menu .menu-backdrop {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all .7s ease;
    -moz-transition: all .7s ease;
    -ms-transition: all .7s ease;
    -o-transition: all .7s ease;
    transition: all .7s ease;
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
}
.mobile-menu .menu-box {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    max-height: 100%;
    overflow-y: auto;
    background: #fff;
    padding: 0;
    z-index: 5;
    opacity: 0;
    visibility: hidden;
    border-radius: 0;
    -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 .7s ease 500ms;
    -moz-transition: all .7s ease 500ms;
    -ms-transition: all .7s ease 500ms;
    -o-transition: all .7s ease 500ms;
    transition: all .7s ease 500ms;
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
}
.mobile-menu .close-btn {
    position: absolute;
    right: 15px;
    top: 15px;
    line-height: 30px;
    width: 30px;
    text-align: center;
    font-size: 14px;
    color: #202020;
    cursor: pointer;
    z-index: 10;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    -webkit-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    transform: translateY(-50px);
}
.mobile-menu-visible .mobile-menu .close-btn {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}
.mobile-menu .close-btn:hover {
    opacity: .5;
}
.mobile-menu .navigation {
    position: relative;
    display: block;
    width: 100%;
    border-top: 1px solid rgba(0, 0, 0, 0.10);
}
.mobile-menu .navigation li {
    position: relative;
    display: block;
    border-bottom: 1px solid rgba(0, 0, 0, 0.10);
}
.mobile-menu .navigation li > ul > li:last-child {
    border-bottom: none;
}
.mobile-menu .navigation li > ul > li:first-child {
    border-top: 1px solid rgba(0, 0, 0, 0.10);
}
.mobile-menu .navigation li > a {
    position: relative;
    display: block;
    line-height: 24px;
    padding: 10px 20px;
    font-size: 15px;
    color: #404040;
}
.mobile-menu .navigation li:hover > a, .mobile-menu .navigation li.current > a {
    color: #000;
}
.mobile-menu .navigation li.dropdown .dropdown-btn {
    position: absolute;
    right: 0;
    top: 0;
    width: 44px;
    height: 44px;
    text-align: center;
    font-size: 16px;
    line-height: 44px;
    color: #404040;
    cursor: pointer;
    z-index: 5;
}
.mobile-menu .navigation li.dropdown .dropdown-btn:after {
    content: '';
    position: absolute;
    left: 0;
    top: 10px;
    width: 1px;
    height: 24px;
    border-left: 1px solid rgba(0, 0, 0, 0.10);
}
.mobile-menu .navigation li > ul, .mobile-menu .navigation li > ul > li > ul {
    display: none;
}
.sticky-header .navbar-header {
    display: none;
}
.search-popup {
    position: fixed;
    left: 0;
    top: 0;
    height: 100vh;
    width: 100%;
    z-index: 99999;
    margin-top: -540px;
    transform: translateY(-100%);
    background-color: rgba(0, 0, 0, 0.90);
    -webkit-transition: all 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -moz-transition: all 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -o-transition: all 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition: all 1500ms 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);
}
.sidenav-bar-visible .search-popup {
    width: 80%}
.search-popup:before {
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    height: 560px;
    background-image: url(../images/icons/waves-shape.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin-top: 0;
    content: ""}
.search-active .search-popup {
    transform: translateY(0%);
    margin-top: 0;
}
.search-popup .close-search {
    position: absolute;
    left: 0;
    right: 0;
    top: 75%;
    margin: 0 auto;
    margin-top: -200px;
    border-radius: 50%;
    text-align: center;
    background-color: #f71735;
    width: 70px;
    cursor: pointer;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    opacity: 0;
    visibility: hidden;
}
.search-popup .close-search.color-two {
    background-color: #f71735;
}
.search-popup .close-search span {
    position: relative;
    display: block;
    height: 70px;
    width: 70px;
    font-size: 30px;
    line-height: 70px;
    color: #fff;
}
.search-active .search-popup .close-search {
    visibility: visible;
    opacity: 1;
    top: 50%;
    -webkit-transition-delay: 1500ms;
    -moz-transition-delay: 1500ms;
    -ms-transition-delay: 1500ms;
    -o-transition-delay: 1500ms;
    transition-delay: 1500ms;
}
.search-popup form {
    position: absolute;
    max-width: 700px;
    top: 50%;
    left: 15px;
    right: 15px;
    margin: -35px auto 0;
    transform: scaleX(0);
    transform-origin: center;
    background-color: #fff;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    padding: 40px;
    transition: all 300ms ease;
    border-radius: 15px;
    box-shadow: 0 0 20px #000;
}
.search-active .search-popup form {
    transform: scaleX(1);
    -webkit-transition-delay: 1200ms;
    -moz-transition-delay: 1200ms;
    -ms-transition-delay: 1200ms;
    -o-transition-delay: 1200ms;
    transition-delay: 1200ms;
}
.search-popup .form-group {
    position: relative;
    margin: 0;
    overflow: hidden;
}
.search-popup .form-group input[type="text"], .search-popup .form-group input[type="search"] {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 50px;
    color: #000;
    height: 70px;
    width: 100%;
    padding: 10px 30px;
    background-color: #fff;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    font-weight: 500;
    text-transform: capitalize;
}
.search-popup .form-group input[type="submit"], .search-popup .form-group button {
    position: absolute;
    right: 30px;
    top: 0;
    height: 70px;
    line-height: 70px;
    background: transparent;
    text-align: center;
    font-size: 24px;
    color: #000;
    padding: 0;
    cursor: pointer;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}
.search-popup .form-group input[type="submit"]:hover, .search-popup .form-group button:hover {
    color: #000;
}
.search-popup input::placeholder, .search-popup textarea::placeholder {
    color: #000;
}
.search-popup .close-search.style-two {
    position: absolute;
    right: 25px;
    left: auto;
    color: #fff;
    width: auto;
    height: auto;
    top: 25px;
    margin: 0;
    border: none;
    background: none!important;
    box-shadow: none!important;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}
.search-popup .close-search.style-two span {
    font-size: 20px;
    color: #fff;
}
.main-header .sticky-header .outer-box {
    margin-left: 20px;
    padding: 14px 0;
}
.scroll-to-toped {
    position: fixed;
    bottom: 15px;
    right: 15px;
    width: 40px;
    height: 40px;
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
    line-height: 38px;
    text-align: center;
    z-index: 100;
    cursor: pointer;
    background: #222;
    display: none;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}
.scroll-to-toped:hover {
    color: #fff;
    background: #000;
}
.banner-section {
    position: relative;
    overflow: hidden;
}
.banner-section .slide .color-layer-one {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    bottom: 0;
    z-index: 2;
    background-color:  rgb(41 46 58 / 70%);
}
.banner-section .slide .color-layer-two {
    position: absolute;
    content: '';
    right: -110px;
    top: 0;
    width: 40%;
    bottom: 0;
    z-index: 2;
    transform: skew(-10deg);
    background-size: cover;
}
.banner-section .slide .color-layer-two:before {
    position: absolute;
    content: '';
    bottom: 0;
}
.banner-section .slide {
    position: relative;
    overflow: hidden;
    padding-top: 170px;
    padding-bottom: 76px;
    background-size: cover;
    background-image: url(../images/main-slider/city.jpg);
    border-bottom: 1px solid #e7e7e7;
}
.banner-section .content-column {
    position: relative;
    z-index: 10;
}
.banner-section .content-column .inner-column {
    position: relative;
}
.banner-section .content-column .title {
    position: relative;
    color: #fff;
    font-size: 20px;
    line-height: 1em;
    margin-bottom: 10px;
    font-weight: 400;
    opacity: 0;
    transform: scaleY(0);
    transform-origin: top;
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 100ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
}
.banner-section .active .content-column .title {
    opacity: 1;
    transform: scaleY(1);
    -webkit-transition-delay: 300ms;
    -moz-transition-delay: 300ms;
    -ms-transition-delay: 300ms;
    -o-transition-delay: 300ms;
    transition-delay: 300ms;
}
.banner-section .content-column .zag1 {
    position: relative;
    color: #243559;
    font-weight: 600;
    line-height: 1.15em;
    opacity: 0;
    font-size: 25px;
    text-transform: uppercase;
    transform: scaleY(0);
    transform-origin: top;
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 100ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
}
.banner-section .active .content-column .zag1 {
    opacity: 1;
    transform: scaleY(1);
    -webkit-transition-delay: 600ms;
    -moz-transition-delay: 600ms;
    -ms-transition-delay: 600ms;
    -o-transition-delay: 600ms;
    transition-delay: 600ms;
}
.banner-section .content-column .zag1 span {
    color: #243559;
    font-weight: 400;
}
.banner-section .content-column .zag2 {
    position: relative;
    color: #fff;
    font-weight: 500;
    line-height: 1.15em;
    opacity: 0;
    font-size: 40px;
    text-transform: uppercase;
    transform: scaleY(0);
    transform-origin: top;
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 100ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
}
.banner-section .active .content-column .zag2 {
    opacity: 1;
    transform: scaleY(1);
    -webkit-transition-delay: 600ms;
    -moz-transition-delay: 600ms;
    -ms-transition-delay: 600ms;
    -o-transition-delay: 600ms;
    transition-delay: 600ms;
}
.banner-section .content-column .zag2 span {
    color: #ffc107;
    font-weight: 600;
}
.banner-section .content-column .text {
    position: relative;
    color: #243559;
    font-size: 16px;
    line-height: .5em;
    margin-top: 20px;
    margin-bottom: 20px;
    opacity: 0;
    transform: scaleY(0);
    transform-origin: top;
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 100ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
}
.banner-section .active .content-column .text {
    opacity: 1;
    transform: scaleY(1);
    -webkit-transition-delay: 900ms;
    -moz-transition-delay: 900ms;
    -ms-transition-delay: 900ms;
    -o-transition-delay: 900ms;
    transition-delay: 900ms;
}
.banner-section .content-column .btns-box {
    margin-top: 35px;
    opacity: 0;
    transform: scaleY(0);
    transform-origin: top;
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 100ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
}
.banner-section .active .content-column .btns-box {
    opacity: 1;
    transform: scaleY(1);
    -webkit-transition-delay: 1200ms;
    -moz-transition-delay: 1200ms;
    -ms-transition-delay: 1200ms;
    -o-transition-delay: 1200ms;
    transition-delay: 1200ms;
}
.banner-section .content-column .theme-btn {
    margin-right: 10px;
}
.banner-section .owl-dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 40px;
    text-align: center;
}
.banner-section .owl-dots .owl-dot {
    position: relative;
    width: 30px;
    height: 6px;
    border-radius: 0;
    margin: 0 5px;
    display: inline-block;
    background-color: #fff;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
}
.banner-section .owl-dots .owl-dot.active, .banner-section .owl-dots .owl-dot:hover {
    background-color: #f71735;
}
.banner-section .owl-nav {
    position: absolute;
    left: 0;
    top: 50%;
    z-index: 99999;
    width: 100%;
    opacity: 0;
    margin-top: -10px;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
}
.banner-section:hover .owl-nav {
    opacity: 1;
}
.banner-section .owl-nav .owl-prev {
    position: absolute;
    left: 20px;
    width: 60px;
    height: 30px;
    color: #fff;
    line-height: 30px;
    font-size: 24px;
    text-align: center;
    border-radius: 5px;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    background-color: #243559;
}
.banner-section .owl-nav .owl-next {
    position: absolute;
    right: 20px;
    color: #fff;
    font-size: 24px;
    width: 60px;
    height: 30px;
    color: #fff;
    line-height: 30px;
    border-radius: 5px;
    text-align: center;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    background-color: #243559;
}
.banner-section .owl-nav .owl-prev:hover, .banner-section .owl-nav .owl-next:hover {
    border-radius: 50px;
    background-color: #f71735;
}
.banner-section .image-column {
    position: relative;
    z-index: 10;
}
.banner-section .image-column .inner-column {
    position: relative;
}
.banner-section .image-column .image {
    position: relative;
    margin-left: -200px;
}
.banner-section .image-column .image img {
    position: relative;
    max-width: inherit;
    width: auto;
}
.sponsors-section {
    position: relative;
    padding: 10px 30px;
}
.sponsors-section .outer-container {
    position: relative;
}
.sponsors-section .owl-dots, .sponsors-section .owl-nav {
    display: none;
}
.sponsors-section .owl-carousel .owl-stage-outer {
    padding: 20px 0;
}
.sponsors-section .owl-theme .image-box {
    margin: 0 15px;
}
.sponsors-section .owl-carousel {
    margin: 0 -15px;
    width: auto;
}
.sponsors-section .image-box {
    position: relative;
    text-align: center;
    border-radius: 12px;
    border: 1px solid #f0f1f3;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}
.sponsors-section .image-box img {
    position: relative;
    display: inline-block;
    width: auto;
    max-width: 100%;
    opacity: .4;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
.sponsors-section .image-box img:hover {
    opacity: 1;
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}
.sponsors-section .image-box:hover {
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.10);
}
.about-section {
    position: relative;
    padding: 140px 0 60px;
    background-color: #f5f8ff;
    background: url(../images/background/pattern-1.png);
}
.about-section .pattern-layer {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-position: 100%}
.about-section .image-column {
    position: relative;
    margin-bottom: 30px;
}
.about-section .image-column .inner-column {
    position: relative;
}
.about-section .image-column .image {
    position: relative;
    border-radius: 35px;
    overflow: hidden;
    box-shadow:  0px 0px 20px rgb(0 0 0 / 10%);
}
.about-section .image-column .image img {
    position: relative;
    width: 100%;
    display: block;
}
.about-section .content-column {
    position: relative;
    margin-bottom: 30px;
}
.about-section-two .content-column {
    position: relative;
    margin-bottom: 30px;
}
.about-section .content-column .inner-column {
    position: relative;
    margin-left: -140px;
    padding: 30px 45px;
    border-radius: 15px;
    margin-top: -30px;
    background-color: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.10);
}
.about-section .content-column .inner-column .title {
    position: relative;
    color: #243559;
    font-size: 20px;
    font-weight: 500;
    padding-left: 40px;
    text-transform: uppercase;
}
.about-section .content-column .inner-column .title:before {
    position: absolute;
    content: '';
    left: 0;
    top: 10px;
    width: 32px;
    height: 2px;
    background-color: #f71735;
}
.about-section .content-column h2 {
    position: relative;
    color: #243559;
    font-weight: 700;
    line-height: 1.2em;
    margin-top: 10px;
    margin-bottom: 20px;
}
.about-section .content-column h2 span {
    position: relative;
    color: #f71735;
}
.about-section-two .content-column h2 {
    position: relative;
    color: #243559;
    font-weight: 700;
    line-height: 1.2em;
    margin-top: 10px;
    margin-bottom: 20px;
}
.about-section-two .content-column h2 span {
    position: relative;
    color: #f71735;
}
.about-section .content-column .inner-column p {
    position: relative;
    color: #3d474e;
    font-size: 18px;
    line-height: 1.7em;
}
.about-section .content-column .inner-column .text {
    position: relative;
    color: #243559;
    font-size: 20px;
    line-height: 1.7em;
    padding-left: 30px;
    margin-bottom: 20px;
    font-weight: 500;
    border-left: 4px solid #f71735;
}
.fact-counter {
    position: relative;
    z-index: 1;
}
.fact-counter .column {
    position: relative;
    margin-bottom: 30px;
}
.fact-counter .column .inner {
    position: relative;
    margin-right: -30px;
}
.fact-counter .column .inner .content {
    position: relative;
    padding-left: 60px;
}
.fact-counter .column .inner .icon {
    position: absolute;
    width: 45px;
    height: 45px;
    left: 0;
    top: 0;
    color: #f71735;
    font-size: 22px;
    text-align: center;
    line-height: 41px;
    font-weight: 400;
    border-radius: 10px;
    border: 2px solid #f71735;
    transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -webkit-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
}
.fact-counter .column .inner:hover .icon {
    color: #fff;
    border-radius: 50px;
    background-color: #f71735;
    -webkit-transform: scale(-1) rotate(180deg);
    -moz-transform: scale(-1) rotate(180deg);
    -ms-transform: scale(-1) rotate(180deg);
    -o-transform: scale(-1) rotate(180deg);
    transform: scale(-1) rotate(180deg);
}
.fact-counter .count-outer .percentage {
    position: relative;
    font-weight: 600;
    color: #222;
    font-size: 30px;
    line-height: 1em;
}
.fact-counter .column .inner .count-outer {
    position: relative;
    font-weight: 500;
    color: #243559;
    font-size: 20px;
    line-height: 1em;
}
.fact-counter .column .inner .counter-title {
    position: relative;
    color: #7683a3;
    font-size: 16px;
    font-weight: 400;
    margin-top: 5px;
}
.fact-counter.style-two {
    margin-top: 40px;
}
.fact-counter.style-two .column .inner .content {
    padding-left: 90px;
}
.fact-counter.style-two .column .inner .icon {
    width: 70px;
    height: 70px;
    font-size: 34px;
    line-height: 66px;
}
.fact-counter.style-two .column .inner .count-outer {
    font-size: 36px;
}
.services-section {
    position: relative;
    padding: 100px 0 60px;
    background-color: #e9eef7;
}
.service-block {
    position: relative;
    margin-bottom: 30px;
}
.service-block .inner-box {
    position: relative;
    text-align: center;
}
.service-block .inner-box .icon-box {
    position: relative;
    width: 60px;
    height: 60px;
    color: #f71735;
    font-size: 28px;
    border-radius: 10px;
    text-align: center;
    line-height: 56px;
    margin-bottom: 25px;
    display: inline-block;
    border: 2px solid #f71735;
    background-color: #fff;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}
.service-block .inner-box .icon-box span {
    position: relative;
}
.service-block .inner-box .icon-box:before {
    position: absolute;
    content: '';
    left: 50%;
    bottom: -12px;
    width: 6px;
    height: 12px;
    margin-left: -3px;
    background-color: #f71735;
    border-radius: 0 0 3px 3px;
}
.service-block .inner-box:hover .icon-box {
    background-color: #f71735;
    color: #fff;
}
.service-block .inner-box h4 {
    position: relative;
    font-weight: 600;
    line-height: 1.3em;
}
.service-block .inner-box h4 a {
    position: relative;
    color: #243559;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}
.service-block .inner-box:hover h4 a {
    color: #f71735;
}
.service-block .inner-box .text {
    position: relative;
    font-weight: 400;
    color: #7683a3;
    font-size: 16px;
    line-height: 1.7em;
    padding: 0 40px;
    margin-top: 15px;
    margin-bottom: 20px;
}
.service-block .inner-box .arrow {
    position: relative;
    color: #243559;
    font-size: 28px;
    bottom: -2px;
    border-radius: 5px;
    margin-bottom: -2px;
    display: inline-block;
    padding: 7px 20px 1px 1px;
    border: 2px solid #243559;
    background-color: #fff;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}
.service-block .inner-box .arrow:before {
    position: absolute;
    content: '';
    left: 0;
    top: 50%;
    height: 2px;
    width: 50px;
    opacity: 0;
    margin-top: -1px;
    background-color: #243559;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}
.service-block .inner-box:hover .arrow:before {
    left: -50px;
    opacity: 1;
    -webkit-transition-delay: 300ms;
    -moz-transition-delay: 300ms;
    -ms-transition-delay: 300ms;
    -o-transition-delay: 300ms;
    transition-delay: 300ms;
}
.service-block .inner-box .arrow:after {
    position: absolute;
    content: '';
    right: 0;
    top: 50%;
    height: 2px;
    width: 50px;
    opacity: 0;
    margin-top: -1px;
    background-color: #243559;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}
.service-block .inner-box:hover .arrow:after {
    right: -50px;
    opacity: 1;
    -webkit-transition-delay: 300ms;
    -moz-transition-delay: 300ms;
    -ms-transition-delay: 300ms;
    -o-transition-delay: 300ms;
    transition-delay: 300ms;
}
.service-block .inner-box .arrow .txt {
    position: relative;
    font-size: 17px;
    top: -5px;
    opacity: 0;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}
.service-block .inner-box:hover .arrow {
    border-radius: 50px;
}
.service-block .inner-box:hover .arrow .txt {
    opacity: 1;
}
.service-block .inner-box .arrow .arrow-icon {
    position: relative;
    margin-left: -18px;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}
.service-block .inner-box:hover .arrow .arrow-icon {
    margin-left: 8px;
}
.service-block .inner-box:hover .arrow {
    color: #fff;
    padding-left: 15px;
    background-color: #243559;
}
.service-block .inner-box .color-layer {
    position: absolute;
    left: 0;
    top: 30px;
    right: 0;
    bottom: 15px;
    overflow: hidden;
    border-radius: 20px;
    background-color: #fff;
}
.service-block .inner-box .side-icon {
    position: absolute;
    right: -10px;
    bottom: -20px;
    opacity: .15;
    color: #f71735;
    line-height: 1em;
    font-size: 100px;
    transition: all 600ms ease;
    -webkit-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
}
.service-block .inner-box:hover .side-icon {
    font-size: 135px;
    -webkit-transform: scale(-1) rotate(180deg);
    -moz-transform: scale(-1) rotate(180deg);
    -ms-transform: scale(-1) rotate(180deg);
    -o-transform: scale(-1) rotate(180deg);
    transform: scale(-1) rotate(180deg);
}
.business-section {
    position: relative;
    padding: 100px 0 95px;
    background-color: #f5f8ff;
}
.business-section .upper-section {
    position: relative;
}
.business-section .upper-section .content-column {
    position: relative;
}
.business-section .upper-section .content-column .inner-column {
    position: relative;
}
.content-column .title {
    position: relative;
    color: #243559;
    font-size: 20px;
    font-weight: 500;
    padding-left: 20px;
    text-transform: uppercase;
}
.content-column .title:before {
    position: absolute;
    content: '';
    left: 0;
    top: 12px;
    width: 15px;
    height: 2px;
    background-color: #f71735;
}
.content-column h1 {
    position: relative;
    font-weight: 700;
    color: #243559;
    line-height: 1em;
    margin-top: 15px;
    margin-bottom: 15px;
    text-transform: uppercase;
    font-size: 30px;
    padding-bottom: 20px;
}
.content-column h1 span {
    position: relative;
    color: #f71735;
}
.business-section .upper-section .content-column h2 {
    position: relative;
    font-weight: 700;
    color: #243559;
    line-height: 1.2em;
    margin-top: 15px;
    margin-bottom: 15px;
}
.business-section .upper-section .content-column h2 span {
    position: relative;
    color: #f71735;
}
.business-section .upper-section .content-column p {
    position: relative;
    color: #31384c;
    font-size: 19px;
    line-height: 1.7em;
    margin-bottom: 20px;
}
.business-section .upper-section .image-column {
    position: relative;
}
.business-section .upper-section .image-column .inner-column {
    position: relative;
}
.business-section .upper-section .image-column .image {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
}
.business-section .upper-section .image-column .image img {
    position: relative;
    width: 100%;
    display: block;
}
.business-section .lower-section {
    position: relative;
    margin-top: 60px;
}
.business-section .lower-section .btn-box {
    position: relative;
    margin-top: 15px;
}
.service-block-two {
    position: relative;
    margin-bottom: 30px;
}
.service-block-two .inner-box {
    position: relative;
    padding: 28px 20px;
    border-radius: 12px;
    overflow: hidden;
    background-color: #243559;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}
.service-block-two .inner-box:before {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    height: 5px;
    right: 0;
    z-index: 10;
    background-color: #7484a6;
    transition: all 600ms ease;
    -webkit-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
}
.service-block-two .inner-box:after {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    height: 5px;
    width: 10%;
    opacity: 0;
    z-index: 10;
    background-color: #f71735;
    transition: all 600ms ease;
    -webkit-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
}
.service-block-two .inner-box:hover::after {
    width: 100%;
    opacity: 1;
}
.service-block-two .inner-box .number {
    position: absolute;
    right: 5px;
    top: 5px;
    line-height: 1em;
    opacity: .1;
    color: #7484a6;
    font-size: 100px;
    font-weight: 400px;
}
.service-block-two .inner-box h5 {
    position: relative;
    font-weight: 400;
    line-height: 1.2em;
}
.service-block-two .inner-box h5 a {
    position: relative;
    color: #fff;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}
.service-block-two .inner-box h5 a:hover {
    color: #f71735;
}
.service-block-two .inner-box .text {
    position: relative;
    color: #ecf0f8;
    font-size: 18px;
    line-height: 1.7em;
    margin-top: 15px;
}
.testimonial-section {
    position: relative;
    padding: 100px 0 95px;
    background-color: #243559;
    background-position: center center;
    background-repeat: no-repeat;
}
.testimonial-section .testimonial-outer {
    position: relative;
}
.testimonial-block {
    position: relative;
}
.testimonial-block .inner-box {
    position: relative;
}
.testimonial-block .inner-box .content-column {
    position: relative;
}
.testimonial-block .inner-box .content-column .inner-column {
    position: relative;
    z-index: 10;
    margin-top: 50px;
    padding: 40px;
    border-radius: 25px;
    margin-right: -170px;
    background-color: #f71735;
}
.testimonial-block .inner-box .content-column .text {
    position: relative;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.5em;
}
.testimonial-block .inner-box .content-column .author {
    position: relative;
    color: #243559;
    font-size: 22px;
    font-weight: 500;
    text-align: right;
    margin-top: 15px;
}
.testimonial-block .inner-box .content-column .author span {
    position: relative;
    display: block;
    color: #586277;
    font-size: 16px;
    font-weight: 400;
    margin-top: 5px;
}
.testimonial-block .inner-box .content-column .quote-icon {
    position: absolute;
    right: 25px;
    top: 20px;
    opacity: .2;
    color: #243559;
    line-height: 1em;
    font-size: 140px;
}
.testimonial-section .client-thumb-outer {
    position: absolute;
    left: 0;
    bottom: 20px;
    width: 480px;
    overflow: hidden;
}
.testimonial-section .owl-nav {
    display: none;
}
.testimonial-section .owl-dots {
    display: none;
}
.testimonial-section .client-thumb-outer .thumb-item .thumb-box {
    z-index: 999;
}
.testimonial-section .client-thumb-outer .client-thumbs-carousel {
    position: relative;
    max-width: 100px;
    text-align: center;
}
.testimonial-section .client-thumb-outer .client-thumbs-carousel .owl-stage-outer {
    overflow: visible;
}
.testimonial-section .client-thumb-outer .thumb-item .thumb-box {
    width: 100px;
    height: 100px;
    cursor: pointer;
    margin: 0 auto;
    overflow: hidden;
    border-radius: 10px;
    border: 3px solid transparent;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}
.testimonial-section .client-thumb-outer .thumb-item .thumb-box img {
    opacity: .6;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}
.testimonial-section .client-thumb-outer .thumb-item .thumb-box img:hover {
    opacity: 1;
}
.testimonial-section .client-thumb-outer .thumb-item .thumb-box:hover {
    border-color: #f71735;
}
.testimonial-block .inner-box .image-column {
    position: relative;
}
.testimonial-block .inner-box .image-column .inner-column {
    position: relative;
}
.testimonial-block .inner-box .image-column .image {
    position: relative;
    overflow: hidden;
    border-radius: 25px;
}
.testimonial-block .inner-box .image-column .image img {
    position: relative;
}
.cases-section {
    position: relative;
    padding: 100px 0 70px;
    background-color: #f5f8ff;
}
.case-block {
    position: relative;
    margin-bottom: 40px;
}
.case-block .inner-box {
    position: relative;
}
.case-block .inner-box .image {
    position: relative;
    overflow: hidden;
    border-radius: 15px;
}
.case-block .inner-box .image img {
    position: relative;
    width: 100%;
    display: block;
}
.case-block .inner-box .image .overlay-box {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    transition: -webkit-transform .4s ease;
    transition: transform .4s ease;
    transition: transform .4s ease, -webkit-transform .4s ease;
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center;
    background-color: rgba(36, 53, 89, 0.80);
}
.case-block .inner-box:hover .overlay-box {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
}
.case-block .inner-box .image .overlay-box .search-icon {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 50px;
    height: 50px;
    color: #fff;
    z-index: 1;
    font-weight: 400;
    font-size: 20px;
    text-align: center;
    line-height: 48px;
    margin-left: -25px;
    margin-top: -40px;
    border-radius: 5px;
    display: inline-block;
    border: 1px solid #fff;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}
.case-block .inner-box .image .overlay-box .search-icon:hover {
    background-color: #f71735;
    color: #fff;
    border-color: #f71735;
}
.case-block .inner-box .lower-content {
    position: relative;
    padding: 20px 22px 0;
    margin-left: 15px;
    margin-right: 15px;
    margin-top: -40px;
}
.case-block .inner-box .lower-content:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    right: 0;
    bottom: 20px;
    border-radius: 20px;
    background-color: #fff;
}
.case-block .inner-box .lower-content .category {
    position: relative;
    color: #f71735;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
}
.case-block .inner-box .lower-content h4 {
    position: relative;
    font-weight: 700;
    line-height: 1.3em;
    margin-bottom: 22px;
    margin-top: 5px;
}
.case-block .inner-box .lower-content h4 a {
    position: relative;
    color: #243559;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}
.case-block .inner-box .lower-content h4 a:hover {
    color: #f71735;
}
.case-block .inner-box .lower-content .arrow {
    position: relative;
    color: #243559;
    font-size: 28px;
    bottom: 0;
    border-radius: 5px;
    margin-bottom: -2px;
    display: inline-block;
    padding: 7px 20px 1px 1px;
    border: 2px solid #243559;
    background-color: #fff;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}
.case-block .inner-box .arrow:after {
    position: absolute;
    content: '';
    right: 0;
    top: 50%;
    height: 2px;
    width: 50px;
    opacity: 0;
    margin-top: -1px;
    background-color: #243559;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}
.case-block .inner-box:hover .arrow:after {
    right: -50px;
    opacity: 1;
    -webkit-transition-delay: 300ms;
    -moz-transition-delay: 300ms;
    -ms-transition-delay: 300ms;
    -o-transition-delay: 300ms;
    transition-delay: 300ms;
}
.case-block .inner-box .arrow .txt {
    position: relative;
    font-size: 17px;
    top: -5px;
    opacity: 0;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}
.case-block .inner-box:hover .arrow {
    border-radius: 50px;
}
.case-block .inner-box:hover .arrow .txt {
    opacity: 1;
}
.case-block .inner-box .arrow .arrow-icon {
    position: relative;
    margin-left: -18px;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}
.case-block .inner-box:hover .arrow .arrow-icon {
    margin-left: 8px;
}
.case-block .inner-box:hover .arrow {
    color: #fff;
    padding-left: 15px;
    background-color: #243559;
}
.team-section {
    position: relative;
    padding: 100px 0 160px;
    background-color: #e2e9f3;
}
.team-section.style-two {
    padding: 0 0 70px;
    background-color: #f5f8ff;
}
.team-section .pattern-layer {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}
.team-block {
    position: relative;
    margin-bottom: 30px;
}
.team-block .inner-box {
    position: relative;
}
.team-block .inner-box .image {
    position: relative;
    overflow: hidden;
    border-radius: 15px 15px 0 0;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
}
.team-block .inner-box .image img {
    position: relative;
    width: 100%;
    display: block;
}
.team-block .inner-box .image .overlay-box {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    color: #fff;
    text-align: center;
    transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
    -moz-transform: rotateY(-180deg);
    -webkit-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    -o-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
}
.team-block .overlay-box:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: .8;
    background-color: #92a0bb;
}
.team-block .inner-box:hover .overlay-box {
    opacity: 1;
    -moz-transform: rotateY(0deg);
    -webkit-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    transform: rotateY(0deg);
    visibility: visible;
}
.team-block .inner-box .image .overlay-inner {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: table;
    vertical-align: middle;
    padding: 10px 0;
}
.team-block .inner-box .image .overlay-inner .content {
    position: relative;
    display: table-cell;
    vertical-align: middle;
}
.team-block .inner-box .social-box {
    position: relative;
}
.team-block .inner-box .social-box li {
    position: relative;
    margin: 0 3px;
    display: inline-block;
}
.team-block .inner-box .social-box li a {
    position: relative;
    width: 40px;
    height: 40px;
    font-size: 18px;
    color: #fff;
    line-height: 40px;
    text-align: center;
    border-radius: 5px;
    display: inline-block;
    background-color: #1b4195;
}
.team-block .inner-box .social-box li.twitter a {
    background-color: #31ade1;
}
.team-block .inner-box .social-box li.linkedin a {
    background-color: #0f72aa;
}
.team-block .inner-box .social-box li.instagram a {
    background-color: #db2f4f;
}
.team-block .inner-box .lower-content {
    position: relative;
    margin-top: -25px;
    margin-left: 20px;
    margin-right: 20px;
    text-align: center;
    padding: 20px 20px 25px;
    background-color: #fff;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    border-radius: 0 0 15px 15px;
    border-bottom: 4px solid transparent;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.10);
}
.team-block .inner-box .lower-content h4 {
    position: relative;
    color: #243559;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.2em;
}
.team-block .inner-box .lower-content h4 a {
    position: relative;
    color: #243559;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}
.team-block .inner-box .lower-content h4 a:hover {
    color: #f71735;
}
.team-block .inner-box .lower-content .designation {
    position: relative;
    color: #92a0bb;
    font-size: 14px;
    margin-top: 5px;
    display: block;
}
.team-block .inner-box:hover .lower-content {
    border-color: #f71735;
}
.cta-section {
    position: relative;
    z-index: 1;
}
.cta-section .inner-container {
    position: relative;
    margin-top: -100px;
    border-radius: 20px;
    padding: 30px 50px;
    background-color: #243559;
}
.cta-section .pattern-layer {
    position: absolute;
    right: 0;
    top: 0;
    width: 228px;
    height: 200px;
    background-repeat: no-repeat;
}
.cta-section .title-column {
    position: relative;
}
.cta-section .title-column .inner-column {
    position: relative;
}
.cta-section .title-column h2 {
    position: relative;
    color: #fff;
    font-weight: 700;
    line-height: 1.3em;
    margin-bottom: 15px;
}
.cta-section .title-column h2 span {
    position: relative;
    color: #f71735;
}
.cta-section .title-column .started {
    position: relative;
    color: #f71735;
    font-size: 22px;
    margin-top: 15px;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}
.cta-section .title-column .started:hover {
    color: #fff;
}
.cta-section .button-column {
    position: relative;
}
.cta-section .button-column .inner-column {
    position: relative;
    text-align: right;
    padding-top: 45px;
}
.news-section {
    position: relative;
    margin-top: -105px;
    padding: 210px 0 70px;
    background-color: #f5f8ff;
}
.news-block {
    position: relative;
    margin-bottom: 40px;
}
.news-block .inner-box {
    position: relative;
    border-radius: 20px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
}
.news-block .inner-box .image {
    position: relative;
    padding: 20px;
    overflow: hidden;
    background-color: #fff;
    border-bottom: 2px solid #f5f8ff;
    border-radius: 20px 20px 0 0;
}
.news-block .inner-box .image img {
    position: relative;
    width: 100%;
    display: block;
    background-color: #f71735;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
.news-block .inner-box:hover .image img {
    opacity: .6;
}
.news-block .inner-box .lower-content {
    position: relative;
    padding: 22px 25px 0;
    background-color: #fff;
    border-radius: 0 0 20px 20px;
}
.news-block .inner-box .lower-content .post-date {
    position: absolute;
    right: 30px;
    top: -45px;
    width: 60px;
    height: 70px;
    color: #fff;
    font-size: 30px;
    line-height: 1em;
    font-weight: 700;
    padding-top: 8px;
    text-align: center;
    border-radius: 12px;
    background-color: #f71735;
    text-transform: uppercase;
}
.news-block .inner-box .lower-content .post-date span {
    position: relative;
    display: block;
    font-size: 16px;
}
.news-block .inner-box .lower-content .category {
    position: relative;
    color: #f71735;
    font-size: 11px;
    font-weight: 500;
    margin-bottom: 5px;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.news-block .inner-box .lower-content h4 {
    position: relative;
    font-weight: 700;
    line-height: 1.4em;
}
.news-block .inner-box .lower-content h4 a {
    position: relative;
    color: #243559;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}
.news-block .inner-box .lower-content h4 a:hover {
    color: #f71735;
}
.news-block .inner-box .lower-content .text {
    position: relative;
    color: #7683a3;
    font-size: 16px;
    line-height: 1.7em;
    margin-top: 10px;
}
.news-block .inner-box .lower-content .arrow {
    position: relative;
    color: #243559;
    font-size: 28px;
    bottom: -18px;
    border-radius: 5px;
    margin-bottom: -2px;
    display: inline-block;
    padding: 7px 20px 1px 1px;
    border: 2px solid #243559;
    background-color: #fff;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}
.news-block .inner-box .lower-content .arrow:after {
    position: absolute;
    content: '';
    right: 0;
    top: 50%;
    height: 2px;
    width: 50px;
    opacity: 0;
    margin-top: -1px;
    background-color: #243559;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}
.news-block .inner-box:hover .arrow:after {
    right: -50px;
    opacity: 1;
    -webkit-transition-delay: 300ms;
    -moz-transition-delay: 300ms;
    -ms-transition-delay: 300ms;
    -o-transition-delay: 300ms;
    transition-delay: 300ms;
}
.news-block .inner-box .arrow .txt {
    position: relative;
    font-size: 17px;
    top: -5px;
    opacity: 0;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}
.news-block .inner-box:hover .arrow {
    border-radius: 50px;
}
.news-block .inner-box:hover .arrow .txt {
    opacity: 1;
}
.news-block .inner-box .arrow .arrow-icon {
    position: relative;
    margin-left: -18px;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}
.news-block .inner-box:hover .arrow .arrow-icon {
    margin-left: 8px;
}
.news-block .inner-box:hover .arrow {
    color: #fff;
    padding-left: 15px;
    background-color: #243559;
}
.news-block.style-two .inner-box .lower-content {
    margin-top: 45px;
}
.newsletter-section {
    position: relative;
}
.newsletter-section .map-outer {
    position: absolute;
    content: '';
    right: 0;
    top: 0;
    width: 100%;
    height: 100%}
.newsletter-section .map-outer iframe {
    position: absolute;
    content: '';
    right: 0;
    top: 0;
    width: 100%;
    height: 100%}
.newsletter-section .content-box .pattern-layer {
    position: absolute;
    right: 160px;
    top: 0;
    z-index: -1;
    width: 200%;
    height: 100%;
    background-color: #25365a;
    background-position: right bottom;
    background-repeat: repeat-x;
}
.newsletter-section .content-box {
    position: relative;
    max-width: 555px;
    width: 100%;
    z-index: 10;
    padding: 50px 0;
}
.newsletter-section .content-box .box-inner {
    position: relative;
    padding: 60px 35px;
    border-radius: 25px;
    background-color: #f71735;
}
.newsletter-section .content-box .title {
    position: relative;
    color: #fff;
    font-size: 16px;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.newsletter-section .content-box h2 {
    position: relative;
    color: #fff;
    font-weight: 700;
    line-height: 1.2em;
    margin-top: 10px;
}
.newsletter-section .content-box .text {
    position: relative;
    color: #fff;
    font-size: 16px;
    line-height: 1.7em;
    margin-top: 15px;
    margin-bottom: 30px;
}
.emailed-form .form-group {
    position: relative;
    display: block;
    max-width: 650px;
    margin: 0 auto;
    width: 100%;
    margin-bottom: 20px;
}
.emailed-form .form-group input[type="text"], .emailed-form .form-group input[type="tel"], .emailed-form .form-group input[type="email"], .emailed-form .form-group textarea {
    position: relative;
    display: block;
    width: 100%;
    line-height: 20px;
    height: 60px;
    font-size: 16px;
    color: #fff;
    overflow: hidden;
    border-radius: 6px;
    font-weight: 500;
    padding: 10px 50px 10px 30px;
    background: rgba(255, 255, 255, 0.20);
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}
.emailed-form .form-group textarea::-webkit-input-placeholder, .emailed-form .form-group input::-webkit-input-placeholder {
    color: #fff;
}
.emailed-form .form-group input[type="submit"], .emailed-form button {
    position: relative;
    right: 0;
    top: 0;
    width: 180px;
    height: 55px;
    line-height: 40px;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    background: #243559;
    letter-spacing: 1px;
    border-radius: 6px;
    margin-top: 25px;
    text-transform: capitalize;
}
.main-footer {
    position: relative;
    overflow: hidden;
    padding: 40px 0 0;
}
.main-footer:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color:  rgb(238 240 248 / 78%);
}
.main-footer .footer-widget {
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
}
.main-footer .widgets-section {
    position: relative;
    padding-bottom: 30px;
}
.main-footer .footer-widget p {
    position: relative;
    font-weight: 600;
    color: #243559;
    line-height: 1.2em;
    margin-bottom: 25px;
    padding-bottom: 18px;
    font-size: 24px;
}
.main-footer .footer-widget p:before {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    height: 3px;
    width: 30px;
    background-color: #f71735;
}
.main-footer .footer-widget p:after {
    position: absolute;
    content: '';
    left: 32px;
    bottom: 0;
    height: 3px;
    width: 90px;
    background-color: #243559;
}
.main-footer .logo-widget {
    position: relative;
}
.main-footer .logo-widget .logo {
    position: relative;
    margin-bottom: 10px;
}
.main-footer .logo-widget .text {
    position: relative;
    color: #384154;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.8em;
    margin-bottom: 25px;
}
.main-footer .logo-widget .social-box {
    position: relative;
}
.main-footer .logo-widget .social-box .share {
    position: relative;
    display: block;
    color: #243559;
    font-size: 18px;
    font-weight: 600;
    display: block;
    margin-bottom: 10px;
    font-family: 'Cabin', sans-serif;
}
.main-footer .logo-widget .social-box li {
    position: relative;
    margin-right: 6px;
    display: inline-block;
}
.main-footer .logo-widget .social-box li a {
    position: relative;
    width: 40px;
    height: 40px;
    font-size: 18px;
    color: #fff;
    line-height: 40px;
    text-align: center;
    border-radius: 5px;
    display: inline-block;
    background-color: #1b4195;
}
.main-footer .logo-widget .social-box li.twitter a {
    background-color: #31ade1;
}
.main-footer .logo-widget .social-box li.linkedin a {
    background-color: #0f72aa;
}
.main-footer .logo-widget .social-box li.instagram a {
    background-color: #db2f4f;
}
.strong {
    position: relative;
    font-weight: 600;
    color: #243559;
    line-height: 1.2em;
    text-transform: capitalize;
    font-size: 18px;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
.list-link {
    position: relative;
}
.list-link li {
    position: relative;
    margin-bottom: 10px;
}
.list-link li a {
    position: relative;
    color: #384154;
    font-size: 18px;
    font-weight: 400;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
    font-family: 'Roboto', sans-serif;
}
.list-link li a:hover {
    padding-left: 10px;
    color: #f71735;
}
.main-footer .footer-column:last-child::before {
    position: absolute;
    content: '';
    left: -20px;
    top: -120px;
    width: 200%;
    height: 300%;
    background-color: #92a0bb;
}
.main-footer .contact-widget .timing {
    position: relative;
    color: #fff;
    font-size: 18px;
}
.main-footer .pattern-layer {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 396px;
    height: 446px;
    z-index: 1;
    background-repeat: no-repeat;
    background-image: url(../images/background/pattern-6.png);
}
.main-footer .footer-bottom {
    position: relative;
    z-index: 1;
    padding: 20px 0;
    background-color: #243559;
}
.main-footer .footer-bottom .copyright {
    position: relative;
    color: #dce4f0;
    font-size: 16px;
    font-weight: 400;
}
.main-footer .footer-nav {
    position: relative;
    text-align: right;
}
.main-footer .footer-nav li {
    position: relative;
    padding-right: 14px;
    margin-right: 14px;
    line-height: 1em;
    display: inline-block;
    border-right: 2px solid #fff;
}
.main-footer .footer-nav li a {
    position: relative;
    color: #dce4f0;
    font-size: 16px;
    font-weight: 400;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}
.main-footer .footer-nav li:last-child {
    position: relative;
    margin-right: 0;
    padding-right: 0;
    border: none;
}
.main-footer .footer-nav li a:hover {
    color: #f71735;
}
.page-title {
    position: relative;
    text-align: center;
    overflow: hidden;
    padding: 240px 0 110px;
}
.page-title:before {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    top: 0;
    right: 0;
    background-color: rgba(36, 53, 89, 0.75);
}
.page-title .auto-container {
    position: relative;
}
.page-title h1 {
    position: relative;
    color: #fff;
    font-size: 50px;
    font-weight: 600;
    line-height: 1.2em;
    margin-bottom: 0;
    text-transform: uppercase;
}
.page-breadcrumb {
    position: relative;
    margin-top: 20px;
}
.page-breadcrumb li {
    position: relative;
    display: inline-block;
    margin-right: 10px;
    padding-right: 15px;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
}
.page-breadcrumb li:after {
    position: absolute;
    content: "|";
    right: -2px;
    top: -1px;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    font-family: 'FontAwesome'}
.page-breadcrumb li:last-child::after {
    display: none;
}
.page-breadcrumb li:last-child {
    padding-right: 0;
    margin-right: 0;
}
.page-breadcrumb li a {
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
}
.page-breadcrumb li a:hover {
    color: #f71735;
}
.feature-section {
    position: relative;
    overflow: hidden;
    padding: 20px 0 70px;
    background-color: #f5f8ff;
}
.feature-section .blocks-column {
    position: relative;
}
.feature-section .blocks-column .inner-column {
    position: relative;
}
.feature-block {
    position: relative;
    margin-bottom: 30px;
}
.feature-block .inner-box {
    position: relative;
    text-align: center;
    border-radius: 5px;
    padding: 26px 25px 22px;
    background-color: #fff;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.10);
}
.feature-block .inner-box .icon-box {
    position: relative;
    width: 40px;
    height: 40px;
    color: #fff;
    font-size: 24px;
    margin: 0 auto;
    line-height: 40px;
    text-align: center;
    margin-bottom: 12px;
    border-radius: 4px;
    background-color: #f71735;
    transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -webkit-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
}
.feature-block .inner-box:hover .icon-box {
    -webkit-transform: scale(-1) rotate(180deg);
    -moz-transform: scale(-1) rotate(180deg);
    -ms-transform: scale(-1) rotate(180deg);
    -o-transform: scale(-1) rotate(180deg);
    transform: scale(-1) rotate(180deg);
}
.feature-block .inner-box h6 {
    position: relative;
    font-weight: 500;
    line-height: 1.2em;
    margin-bottom: 6px;
}
.feature-block .inner-box h6 a {
    position: relative;
    color: #243559;
    font-size: 16px;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
}
.feature-block .inner-box h6 a:hover {
    color: #f71735;
}
.feature-block .inner-box .text {
    position: relative;
    color: #7683a3;
    font-size: 16px;
    line-height: 1.6em;
}
.feature-section .image-column {
    position: relative;
}
.feature-section .image-column .inner-column {
    position: relative;
}
.feature-section .image-column .image {
    position: relative;
    overflow: hidden;
    border-radius: 15px;
}
.feature-section .image-column .image img {
    position: relative;
    width: 100%;
    display: block;
}
.feature-section .image-column .feature-block-two {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
}
.feature-section .image-column .feature-block-two .inner-box {
    max-width: 260px;
    width: 100%}
.feature-block-two {
    position: relative;
    margin-bottom: 30px;
}
.feature-block-two .inner-box {
    position: relative;
    text-align: center;
    border-radius: 5px;
    padding: 26px 25px 22px;
    background-color: rgba(255, 255, 255, 0.90);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.10);
}
.feature-block-two .inner-box .icon-box {
    position: relative;
    width: 40px;
    height: 40px;
    color: #f71735;
    font-size: 20px;
    margin: 0 auto;
    line-height: 40px;
    text-align: center;
    margin-bottom: 12px;
    border-radius: 4px;
    border: 2px solid #f71735;
    background-color: #fff;
    transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -webkit-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
}
.feature-block-two .inner-box:hover .icon-box {
    -webkit-transform: scale(-1) rotate(180deg);
    -moz-transform: scale(-1) rotate(180deg);
    -ms-transform: scale(-1) rotate(180deg);
    -o-transform: scale(-1) rotate(180deg);
    transform: scale(-1) rotate(180deg);
}
.feature-block-two .inner-box h6 {
    position: relative;
    font-weight: 500;
    line-height: 1.2em;
    margin-bottom: 6px;
}
.feature-block-two .inner-box h6 a {
    position: relative;
    color: #243559;
    font-size: 16px;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
}
.feature-block-two .inner-box h6 a:hover {
    color: #f71735;
}
.feature-block-two .inner-box .text {
    position: relative;
    color: #7683a3;
    font-size: 16px;
    line-height: 1.6em;
}
.story-section {
    position: relative;
    overflow: hidden;
    padding: 90px 0 60px;
    background-color: #243559;
}
.story-section .pattern-layer {
    position: absolute;
    left: 0;
    top: 0;
    width: 661px;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../images/background/pattern-7.png);
}
.story-section .pattern-layer-two {
    position: absolute;
    right: 0;
    top: 0;
    width: 661px;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../images/background/pattern-8.png);
}
.story-section .content-column {
    position: relative;
    margin-bottom: 30px;
}
.story-section .content-column .inner-column {
    position: relative;
}
.story-section .content-column .inner-column .title {
    position: relative;
    color: #dce4f0;
    font-size: 20px;
    font-weight: 500;
    padding-bottom: 15px;
    text-transform: uppercase;
}
.story-section .content-column .inner-column .title:before {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: 18px;
    height: 2px;
    background-color: #ffc107;
}
.story-section .content-column .inner-column h4 {
    position: relative;
    font-weight: 700;
    color: #dce4f0;
    line-height: 1.2em;
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 30px;
    text-transform: uppercase;
}
.story-section .content-column .inner-column h4 span {
    position: relative;
    color: #ffc107;
}
.story-section .content-column .inner-column p {
    position: relative;
    color: #dce4f0;
    font-size: 18px;
    line-height: 1.7em;
    margin-bottom: 20px;
}
.story-section .content-column .inner-column .btn-box {
    position: relative;
    margin-top: 25px;
}
.fact-counter-two {
    position: relative;
    z-index: 1;
}
.fact-counter-two .column {
    position: relative;
    margin-bottom: 30px;
}
.fact-counter-two .column .inner {
    position: relative;
    text-align: center;
}
.fact-counter-two .column .inner .content {
    position: relative;
}
.fact-counter-two .column .inner .icon {
    position: relative;
    color: #ffc107;
    font-size: 60px;
    text-align: center;
    line-height: 41px;
    font-weight: 400;
    margin-bottom: 25px;
    transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -webkit-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
}
.fact-counter-two .column .inner:hover .icon {
    -webkit-transform: scale(-1) rotate(180deg);
    -moz-transform: scale(-1) rotate(180deg);
    -ms-transform: scale(-1) rotate(180deg);
    -o-transform: scale(-1) rotate(180deg);
    transform: scale(-1) rotate(180deg);
}
.fact-counter-two .count-outer .percentage {
    position: relative;
    font-weight: 600;
    color: #dce4f0;
    font-size: 30px;
    line-height: 1em;
}
.fact-counter-two .column .inner .count-outer {
    position: relative;
    font-weight: 600;
    color: #dce4f0;
    font-size: 48px;
    line-height: 1em;
    font-family: 'Cabin', sans-serif;
}
.fact-counter-two .column .inner .counter-title {
    position: relative;
    color: #dce4f0;
    font-size: 18px;
    font-weight: 400;
    margin-top: 8px;
}
.goal-section {
    position: relative;
    padding: 120px 0 60px;
    background-color: #f5f8ff;
}
.goal-section .content-column {
    position: relative;
    margin-bottom: 30px;
}
.goal-section .content-column .inner-column {
    position: relative;
    z-index: 1;
    margin-right: -140px;
    padding: 25px;
    border-radius: 15px;
    margin-top: -30px;
    background-color: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.10);
}
.goal-section .content-column .inner-column .title {
    position: relative;
    color: #243559;
    font-size: 20px;
    font-weight: 500;
    padding-left: 40px;
    text-transform: uppercase;
}
.goal-section .content-column .inner-column .title:before {
    position: absolute;
    content: '';
    left: 0;
    top: 10px;
    width: 32px;
    height: 2px;
    background-color: #f71735;
}
.goal-section .content-column h2 {
    position: relative;
    color: #243559;
    font-weight: 700;
    line-height: 1.1em;
    margin-top: 10px;
    margin-bottom: 15px;
}
.goal-section .content-column h2 span {
    position: relative;
    color: #f71735;
}
.goal-section .content-column .inner-column p {
    position: relative;
    color: #7683a3;
    font-size: 16px;
    line-height: 1.7em;
}
.goal-section .content-column .button-box {
    position: relative;
    margin-top: 20px;
}
.goal-section .image-column {
    position: relative;
    margin-bottom: 30px;
}
.goal-section .image-column .inner-column {
    position: relative;
    margin-left: -30px;
}
.goal-section .image-column .image {
    position: relative;
    border-radius: 15px;
    overflow: hidden;
}
.goal-section .image-column .image img {
    position: relative;
    width: 100%;
    display: block;
}
.sidebar-page-container {
    position: relative;
    padding: 100px 0 50px;
    background-color: #f5f8ff;
}
.sidebar-page-container .content-side, .sidebar-page-container .sidebar-side {
    margin-bottom: 40px;
}
.faq-page-section {
    position: relative;
}
.faq-page-section .title-box {
    position: relative;
    margin-bottom: 20px;
}
.faq-page-section .title-box .title {
    position: relative;
    color: #243559;
    font-size: 16px;
    padding-left: 40px;
}
.faq-page-section .title-box .title:before {
    position: absolute;
    content: '';
    left: 0;
    top: 9px;
    height: 3px;
    width: 30px;
    background-color: #f71735;
}
.faq-page-section .title-box h2 {
    position: relative;
    color: #243559;
    font-weight: 700;
}
.faq-page-section .title-box h2 span {
    color: #f71735;
}
.faq-page-section h3 {
    position: relative;
    color: #243559;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.2em;
    margin-bottom: 15px;
}
.faq-page-section p {
    position: relative;
    color: #7683a3;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.7em;
    margin-bottom: 20px;
}
.accordion-box {
    position: relative;
}
.accordion-box .block {
    position: relative;
    margin-bottom: 15px;
    border-radius: 5px;
    background-color: #fff;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.10);
}
.accordion-box .block.active-block {
    border-color: #f02;
}
.accordion-box .block .acc-btn {
    position: relative;
    font-size: 20px;
    cursor: pointer;
    line-height: 34px;
    color: #222;
    font-weight: 500;
    background: none;
    border-radius: 5px;
    padding: 12px 50px 12px 30px;
    transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
}
.accordion-box .block .acc-btn.active {
    background-color: #243559;
    color: #fff;
    font-weight: 700;
    border-radius: 5px 5px 0 0;
}
.accordion-box .block .icon-outer {
    position: absolute;
    right: 15px;
    top: 15px;
    width: 30px;
    height: 30px;
    font-size: 20px;
    color: #243559;
    border-radius: 0 8px 8px 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;
}
.accordion-box .block .icon-outer .icon {
    position: absolute;
    right: 0;
    width: 30px;
    height: 30px;
    color: #243559;
    font-size: 14px;
    text-align: center;
    line-height: 30px;
    border-radius: 50%}
.accordion-box .block .icon-outer .icon-plus {
    opacity: 1;
}
.accordion-box .block .icon-outer .icon-minus {
    opacity: 0;
}
.accordion-box .block .acc-btn.active .icon-outer .icon-minus {
    opacity: 1;
    color: #fff;
}
.accordion-box .block .acc-btn.active .icon-outer .icon-plus {
    opacity: 0;
}
.accordion-box .block .acc-content {
    position: relative;
    display: none;
}
.accordion-box .block .acc-content .content-text {
    padding-bottom: 6px;
}
.accordion-box .block .acc-content.current {
    display: block;
}
.accordion-box .block .content p {
    position: relative;
    font-size: 18px;
    color: #495269;
    line-height: 1.8em;
    padding: 22px 30px 20px;
    background-color: #fff;
    border-radius: 0 0 5px 5px;
}
.accordion-box .block .content .accordian-text {
    line-height: 1.9em;
    font-size: 16px;
    color: #555;
    font-weight: 600;
}
.accordion-box .block .content p:last-child {
    margin-bottom: 0;
}
.sticky-top {
    z-index: 1;
    top: 90px;
}
.faq-table-widget {
    position: relative;
    margin-bottom: 30px;
}
.faq-table-widget .widget-content {
    position: relative;
    padding: 25px 25px 20px;
    border-radius: 5px;
    background-color: #fff;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.10);
}
.faq-table-widget .widget-content h4 {
    position: relative;
    padding-left: 42px;
    color: #243559;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 15px;
}
.faq-table-widget .widget-content h4:before {
    position: absolute;
    content: '';
    left: 0;
    top: 15px;
    width: 30px;
    height: 2px;
    background-color: #f71735;
}
.faq-table-widget .widget-content .list-style-one li {
    color: #7683a3;
    font-size: 14px;
    font-weight: 400;
}
.faq-statistics-widget {
    position: relative;
    margin-bottom: 30px;
}
.faq-statistics-widget .widget-content {
    position: relative;
    padding: 25px 25px 28px;
    border-radius: 5px;
    background-color: #fff;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.10);
}
.faq-statistics-widget .widget-content h4 {
    position: relative;
    padding-left: 42px;
    color: #243559;
    font-weight: 500;
    margin-bottom: 15px;
}
.faq-statistics-widget .widget-content h4:before {
    position: absolute;
    content: '';
    left: 0;
    top: 17px;
    width: 30px;
    height: 2px;
    background-color: #f71735;
}
.faq-statistics-widget .widget-content .statistics-list li {
    position: relative;
    color: #243559;
    font-size: 14px;
    font-weight: 500;
    padding-left: 30px;
    margin-bottom: 12px;
    font-family: 'Cabin', sans-serif;
}
.faq-statistics-widget .widget-content .statistics-list li span {
    position: relative;
    font-weight: 400;
    color: #7683a3;
}
.faq-statistics-widget .widget-content .statistics-list li:before {
    position: absolute;
    left: 0;
    top: 3px;
    color: #f71735;
    font-size: 16px;
    line-height: 1em;
    font-weight: 300;
    content: "\f18e";
    font-family: "Flaticon";
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.faq-statistics-widget .widget-content .statistics-list li:last-child {
    margin-bottom: 0;
}
.faq-policy-widget {
    position: relative;
    margin-bottom: 30px;
}
.faq-policy-widget .widget-content {
    position: relative;
    padding: 25px 25px 28px;
    border-radius: 5px;
    background-color: #fff;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.10);
}
.faq-policy-widget .widget-content h4 {
    position: relative;
    padding-left: 42px;
    color: #243559;
    font-weight: 500;
    margin-bottom: 15px;
}
.faq-policy-widget .widget-content h4:before {
    position: absolute;
    content: '';
    left: 0;
    top: 17px;
    width: 30px;
    height: 2px;
    background-color: #f71735;
}
.faq-policy-widget .widget-content .text {
    position: relative;
    color: #7683a3;
    font-size: 14px;
    line-height: 1.8em;
}
.faq-contact-widget {
    position: relative;
    margin-bottom: 30px;
}
.faq-contact-widget .widget-content {
    position: relative;
    border-radius: 5px;
    overflow: hidden;
    background-size: cover;
    padding: 25px 25px 28px;
    background-color: #fff;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.10);
}
.faq-contact-widget .widget-content:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(36, 53, 89, 0.83);
}
.faq-contact-widget .widget-content h4 {
    position: relative;
    padding-left: 42px;
    color: #fff;
    font-weight: 500;
    margin-bottom: 15px;
}
.faq-contact-widget .widget-content h4:before {
    position: absolute;
    content: '';
    left: 0;
    top: 17px;
    width: 30px;
    height: 2px;
    background-color: #f71735;
}
.faq-widget-form {
    position: relative;
}
.faq-widget-form .form-group {
    position: relative;
    margin-bottom: 25px;
}
.faq-widget-form .form-group .icon {
    position: absolute;
    right: 20px;
    top: 20px;
    color: #fff;
    font-size: 16px;
    line-height: 1em;
    z-index: 1;
    font-weight: 400;
}
.faq-widget-form .form-group:last-child {
    margin-bottom: 0;
}
.faq-widget-form .form-group input[type="text"], .faq-widget-form .form-group input[type="tel"], .faq-widget-form .form-group input[type="email"], .faq-widget-form .form-group select {
    position: relative;
    display: block;
    width: 100%;
    line-height: 28px;
    padding: 10px 20px;
    color: #fff;
    height: 55px;
    font-size: 14px;
    background: none;
    font-weight: 400;
    border-radius: 3px;
    border: 2px solid #fff;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.10);
}
.faq-widget-form .form-group input[type="text"]:focus, .faq-widget-form .form-group input[type="tel"]:focus, .faq-widget-form .form-group input[type="email"]:focus, .faq-widget-form .form-group textarea:focus {
    border-color: #f71735;
}
.faq-widget-form input::placeholder, .faq-widget-form textarea::placeholder {
    color: #fff;
}
.faq-widget-form .form-group textarea {
    position: relative;
    display: block;
    width: 100%;
    line-height: 22px;
    padding: 15px 20px;
    color: #222;
    height: 160px;
    background: #fff;
    resize: none;
    font-size: 14px;
    font-weight: 400;
    border-radius: 5px;
    border: 1px solid transparent;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.10);
}
.faq-widget-form button {
    position: relative;
    width: 110px;
    height: 35px;
    color: #243559;
    margin-top: 5px;
    font-size: 14px;
    font-weight: 500;
    border-radius: 50px;
    background-color: #fff;
}
.faq-widget-form button .arrow {
    position: relative;
    top: 2px;
    font-size: 22px;
    margin-left: 5px;
}
.price-page-section {
    position: relative;
    padding: 60px 0;
    background-color: #f5f8ff;
}
.price-block {
    position: relative;
    margin-bottom: 40px;
}
.price-block .inner-box {
    position: relative;
    padding: 0 40px;
    text-align: center;
}
.ot {
    font-size: 18px!important;
    line-height: 1.5;
}
.price-block .inner-box:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    right: 0;
    bottom: 16px;
    background-color: #fff;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
    border-radius: 20px;
}
.price-block .inner-box .icon-box {
    position: relative;
    width: 60px;
    height: 60px;
    color: #f71735;
    font-size: 28px;
    border-radius: 10px;
    text-align: center;
    line-height: 56px;
    margin-bottom: 35px;
    display: inline-block;
    border: 2px solid #f71735;
    background-color: #fff;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}
.price-block .inner-box .icon-box span {
    position: relative;
}
.price-block .inner-box .icon-box:before {
    position: absolute;
    content: '';
    left: 50%;
    bottom: -12px;
    width: 6px;
    height: 12px;
    margin-left: -3px;
    background-color: #f71735;
    border-radius: 0 0 3px 3px;
}
.price-block .inner-box:hover .icon-box {
    background-color: #f71735;
    color: #fff;
}
.price-block .inner-box .price-box {
    position: relative;
    width: 100%;
    margin: 0 auto;
    max-width: 200px;
    padding: 40px 20px 20px;
    border-radius: 10px;
    margin-bottom: 25px;
}
.price-block .inner-box .price-box .title {
    position: relative;
    color: #ffc107;
    font-size: 24px;
    font-weight: 600;
    font-family: 'Cabin', sans-serif;
}
.price-block .inner-box .price-box .price {
    position: relative;
    color: #243559;
    font-size: 50px;
    line-height: 1em;
    margin-top: 20px;
    font-weight: 700;
}
.price-block .inner-box .price-box .price span {
    position: relative;
    display: block;
    font-size: 30px;
    font-weight: 400;
}
.price-block .inner-box h6 {
    position: relative;
    color: #243559;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 18px;
}
.price-block .inner-box .price-list {
    position: relative;
    height: 300px;
}
.price-block .inner-box .price-list li {
    position: relative;
    color: #7683a3;
    font-size: 16px;
    padding-left: 30px;
    margin-bottom: 10px;
    text-align: left;
}
.price-block .inner-box .price-list li:before {
    position: absolute;
    left: 0;
    top: 3px;
    color: #f71735;
    font-size: 16px;
    line-height: 1em;
    font-weight: 300;
    content: "\f18e";
    font-family: "Flaticon";
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.price-block .inner-box .lower-box {
    position: relative;
    padding-top: 20px;
}
.price-block .inner-box .lower-box .arrow {
    position: relative;
    color: #243559;
    font-size: 28px;
    bottom: -2px;
    border-radius: 5px;
    margin-bottom: -2px;
    display: inline-block;
    padding: 7px 20px 1px 1px;
    border: 2px solid #243559;
    background-color: #fff;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}
.price-block .inner-box .lower-box .arrow:before {
    position: absolute;
    content: '';
    left: 0;
    top: 50%;
    height: 2px;
    width: 50px;
    opacity: 0;
    margin-top: -1px;
    background-color: #243559;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}
.price-block .inner-box:hover .arrow:before {
    left: -50px;
    opacity: 1;
    -webkit-transition-delay: 300ms;
    -moz-transition-delay: 300ms;
    -ms-transition-delay: 300ms;
    -o-transition-delay: 300ms;
    transition-delay: 300ms;
}
.price-block .inner-box .lower-box .arrow:after {
    position: absolute;
    content: '';
    right: 0;
    top: 50%;
    height: 2px;
    width: 50px;
    opacity: 0;
    margin-top: -1px;
    background-color: #243559;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}
.price-block .inner-box:hover .arrow:after {
    right: -50px;
    opacity: 1;
    -webkit-transition-delay: 300ms;
    -moz-transition-delay: 300ms;
    -ms-transition-delay: 300ms;
    -o-transition-delay: 300ms;
    transition-delay: 300ms;
}
.price-block .inner-box .lower-box .arrow .txt {
    position: relative;
    font-size: 18px;
    top: -5px;
    opacity: 0;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    font-weight: 500;
}
.price-block .inner-box:hover .arrow {
    border-radius: 50px;
}
.price-block .inner-box:hover .arrow .txt {
    opacity: 1;
}
.price-block .inner-box .lower-box .arrow .arrow-icon {
    position: relative;
    margin-left: -18px;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}
.price-block .inner-box:hover .arrow .arrow-icon {
    margin-left: 8px;
}
.price-block .inner-box:hover .arrow {
    color: #fff;
    padding-left: 15px;
    background-color: #243559;
}
.search-result-section {
    position: relative;
    padding: 100px 0 70px;
    background-color: #f5f8ff;
}
.search-result-block {
    position: relative;
}
.search-result-block .inner-box {
    position: relative;
    color: #243559;
    border-radius: 15px;
    padding: 32px 20px 36px;
    background-color: #fff;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
}
.search-result-block .inner-box .title {
    position: relative;
    padding-left: 40px;
    text-transform: uppercase;
}
.search-result-block .inner-box .title:before {
    position: absolute;
    content: '';
    left: 0;
    top: 10px;
    height: 2px;
    width: 28px;
    background-color: #f71735;
}
.search-result-block .inner-box h2 {
    position: relative;
    font-weight: 700;
    color: #243559;
    line-height: 1.2em;
    margin-top: 15px;
    margin-bottom: 25px;
}
.search-result-block .inner-box h2 span {
    position: relative;
    color: #f71735;
}
.search-result-block .inner-box .tags {
    position: relative;
    margin-bottom: 20px;
}
.search-result-block .inner-box .tags li {
    position: relative;
    margin-right: 8px;
    margin-bottom: 10px;
    display: inline-block;
}
.search-result-block .inner-box .tags li a {
    position: relative;
    color: #243559;
    font-size: 14px;
    padding: 4px 10px;
    border-radius: 3px;
    display: inline-block;
    border: 2px solid #243559;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}
.search-result-block .inner-box .tags li a:hover {
    border-radius: 50px;
    color: #fff;
    background-color: #243559;
}
.search-result-block .inner-box .search-box {
    margin-top: 15px;
}
.search-result-block .inner-box .search-box .form-group {
    position: relative;
    margin: 0;
}
.search-result-block .inner-box .search-box .form-group input[type="text"], .search-result-block .inner-box .search-box .form-group input[type="search"] {
    position: relative;
    line-height: 36px;
    padding: 10px 50px 10px 20px;
    background: none;
    display: block;
    font-size: 14px;
    width: 100%;
    height: 50px;
    color: #243559;
    border-radius: 6px;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.10);
}
.search-result-block .inner-box .search-box .form-group button {
    position: absolute;
    right: 0;
    top: 0;
    height: 50px;
    width: 50px;
    cursor: pointer;
    display: block;
    font-size: 20px;
    color: #333;
    line-height: 100%;
    border-radius: 5px;
    font-weight: 400;
    background: #fff;
    border: 2px solid #243559;
}
.login-section {
    position: relative;
}
.login-section .inner-container {
    position: relative;
    border-radius: 10px;
    max-width: 970px;
    margin: 0 auto;
    padding: 50px;
    background-color: #fff;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.10);
}
.login-section .inner-container .title-box {
    position: relative;
    text-align: center;
    margin-bottom: 25px;
}
.login-section .inner-container .title-box .title {
    position: relative;
    color: #243559;
    font-size: 20px;
    font-weight: 500;
    padding-bottom: 10px;
    text-transform: uppercase;
}
.login-section .inner-container .title-box .title:before {
    position: absolute;
    content: '';
    left: 50%;
    bottom: 0;
    width: 30px;
    height: 2px;
    margin-left: -15px;
    background-color: #f71735;
}
.login-section .inner-container .title-box h2 {
    position: relative;
    color: #243559;
    font-weight: 700;
    line-height: 1.3em;
    margin-top: 15px;
    padding-bottom: 20px;
}
.login-section .inner-container .title-box h2 span {
    position: relative;
    color: #f71735;
}
.login-section .inner-container .styled-form {
    max-width: 620px;
    margin: 0 auto;
}
.styled-form {
    position: relative;
}
.styled-form .form-group {
    position: relative;
    margin-bottom: 25px;
}
.styled-form .form-group .icon {
    position: absolute;
    right: 20px;
    top: 15px;
    z-index: 1;
    color: #7683a3;
    font-size: 16px;
    line-height: 1em;
}
.styled-form .form-group input {
    position: relative;
    height: 50px;
    padding: 6px 30px;
    width: 100%;
    color: #7683a3;
    font-size: 16px;
    border-radius: 5px;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    border: 1px solid #bfc3c7;
    background-color: #fff;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.07);
}
.styled-form .form-group input:focus {
    border-color: #ff6262;
}
.styled-form .form-group textarea {
    position: relative;
    height: 150px;
    width: 100%;
    resize: none;
    padding: 15px;
    border-radius: 50px;
    border: 1px solid #f2f2f2;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
.styled-form .form-group .users {
    position: relative;
    color: #7683a3;
    font-size: 16px;
    text-align: center;
    margin-top: 40px;
}
.styled-form .form-group .users a {
    position: relative;
    color: #f71735;
    font-weight: 500;
}
.styled-form .form-group .forgot {
    position: relative;
    margin-top: 8px;
    color: #243559;
    display: inline-block;
}
.styled-form .form-group .or {
    position: relative;
    font-size: 18px;
    color: #243559;
    text-align: center;
}
.styled-form .form-group .btns-box {
    text-align: center;
}
.styled-form .form-group .btns-box a {
    position: relative;
    color: #243559;
    font-size: 16px;
    margin: 0 10px;
    padding: 12px 26px;
    border-radius: 7px;
    display: inline-block;
    border: 2px solid #243559;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
.styled-form .form-group .btns-box a .social-icon {
    position: relative;
    margin-right: 10px;
}
.styled-form .form-group .btns-box a:hover {
    background-color: #f71735;
    border-color: #f71735;
    color: #fff;
}
.styled-form .form-group .check-box {
    position: relative;
    margin-bottom: 3px;
    margin-top: 7px;
}
.styled-form .form-group .check-box label {
    position: relative;
    display: block;
    width: 100%;
    line-height: 22px;
    padding: 2px 10px 0;
    padding-left: 25px;
    background: #fff;
    font-size: 14px;
    font-weight: 400;
    color: #7683a3;
    cursor: pointer;
    margin-bottom: 0;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.styled-form .form-group .check-box label a {
    position: relative;
    font-weight: 700;
    color: #009b72;
}
.styled-form .form-group .check-box input[type="checkbox"]:checked + label {
    border-color: #25a9e0;
}
.styled-form .form-group .form-group .check-box label {
    padding-left: 30px;
    padding-top: 1px;
    cursor: pointer;
}
.styled-form .form-group .check-box label:before {
    position: absolute;
    left: 0;
    top: 4px;
    height: 15px;
    width: 15px;
    background: #fff;
    content: "";
    border-radius: 3px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    border: 1px solid #7683a3;
}
.styled-form .form-group .check-box label:after {
    position: absolute;
    left: 0;
    top: 0;
    height: 15px;
    line-height: 15px;
    max-width: 0;
    font-size: 14px;
    color: #fff;
    font-weight: 800;
    overflow: hidden;
    background: transparent;
    text-align: center;
    font-family: 'FontAwesome';
    -webkit-transition: max-width 500ms ease;
    -moz-transition: max-width 500ms ease;
    -ms-transition: max-width 500ms ease;
    -o-transition: max-width 500ms ease;
    transition: max-width 500ms ease;
}
.styled-form .form-group .check-box input[type="checkbox"] {
    display: none;
}
.styled-form .form-group .check-box input[type="checkbox"]:checked + label:before {
    border: 5px solid #f71735;
    background: #fff;
}
.styled-form .form-group .check-box input[type="checkbox"]:checked + label:after {
    max-width: 20px;
    opacity: 1;
}
.login-section .inner-container .styled-form.style-two {
    max-width: 840px;
}
.styled-form.style-two .form-group .icon {
    right: 35px;
}
.team-page-section {
    position: relative;
    padding: 100px 0;
    background-color: #f5f8ff;
}
.team-page-section .styled-pagination {
    margin-top: 30px;
}
.styled-pagination {
    position: relative;
}
.styled-pagination li {
    position: relative;
    display: inline-block;
    margin: 0 8px 8px 0;
}
.styled-pagination li a {
    position: relative;
    display: inline-block;
    line-height: 40px;
    height: 40px;
    font-size: 16px;
    min-width: 40px;
    color: #243559;
    font-weight: 400;
    text-align: center;
    background: #f5f8ff;
    border: 2px solid #243559;
    text-transform: capitalize;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
}
.styled-pagination li.prev a, .styled-pagination li.next a {
    top: 1px;
    color: #243559;
    font-size: 22px;
    width: 60px;
    line-height: 36px;
}
.styled-pagination li a:hover, .styled-pagination li a.active {
    color: #fff;
    border-color: #243559;
    background-color: #243559;
}
.team-detail-section {
    position: relative;
    padding: 100px 0 70px;
    background-color: #f5f8ff;
}
.team-detail-section .info-column {
    position: relative;
}
.team-detail-section .info-column .inner-column {
    position: relative;
}
.profile-box {
    position: relative;
    margin-bottom: 30px;
}
.profile-box .box-inner {
    position: relative;
    padding: 20px;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.10);
}
.profile-box .box-inner .image {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}
.profile-box .box-inner .image img {
    position: relative;
    width: 100%;
    display: block;
}
.profile-box .box-inner .lower-box {
    position: relative;
    padding-top: 20px;
}
.profile-box .box-inner .lower-box h3 {
    position: relative;
    color: #243559;
    font-weight: 500;
    line-height: 1.3em;
}
.profile-box .box-inner .lower-box .designation {
    position: relative;
    color: #f71735;
    font-size: 16px;
    margin-top: 5px;
    margin-bottom: 20px;
}
.profile-box .box-inner .lower-box .profile-list {
    position: relative;
}
.profile-box .box-inner .lower-box .profile-list li {
    position: relative;
    color: #7683a3;
    font-size: 16px;
    margin-bottom: 8px;
}
.profile-box .box-inner .lower-box .profile-list li span {
    position: relative;
    color: #243559;
    font-size: 16px;
    font-weight: 500;
    margin-right: 15px;
    display: inline-block;
}
.profile-box .box-inner .lower-box .profile-list li a {
    position: relative;
    color: #7683a3;
    font-size: 16px;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
}
.profile-box .box-inner .lower-box .profile-list li a:hover {
    color: #f71735;
}
.profile-box .box-inner .lower-box .social-box {
    position: relative;
    margin-top: 30px;
}
.profile-box .box-inner .lower-box .social-box li {
    position: relative;
    margin-right: 8px;
    display: inline-block;
}
.profile-box .box-inner .lower-box .social-box li a {
    position: relative;
    width: 40px;
    height: 40px;
    font-size: 18px;
    color: #fff;
    line-height: 40px;
    text-align: center;
    border-radius: 5px;
    display: inline-block;
    background-color: #1b4195;
}
.profile-box .box-inner .lower-box .social-box li.twitter a {
    background-color: #31ade1;
}
.profile-box .box-inner .lower-box .social-box li.linkedin a {
    background-color: #0f72aa;
}
.profile-box .box-inner .lower-box .social-box li.instagram a {
    background-color: #db2f4f;
}
.team-contact-widget {
    position: relative;
    margin-bottom: 30px;
}
.team-contact-widget .widget-content {
    position: relative;
    border-radius: 5px;
    overflow: hidden;
    background-size: cover;
    padding: 25px 25px 28px;
    background-color: #fff;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.10);
}
.team-contact-widget .widget-content h4 {
    position: relative;
    padding-left: 42px;
    color: #243559;
    font-weight: 500;
    margin-bottom: 15px;
}
.team-contact-widget .widget-content h4:before {
    position: absolute;
    content: '';
    left: 0;
    top: 17px;
    width: 30px;
    height: 2px;
    background-color: #f71735;
}
.team-widget-form {
    position: relative;
}
.team-widget-form .form-group {
    position: relative;
    margin-bottom: 25px;
}
.team-widget-form .form-group .icon {
    position: absolute;
    right: 20px;
    top: 20px;
    color: #243559;
    font-size: 16px;
    line-height: 1em;
    z-index: 1;
    font-weight: 400;
}
.team-widget-form .form-group:last-child {
    margin-bottom: 0;
}
.team-widget-form .form-group input[type="text"], .team-widget-form .form-group input[type="tel"], .team-widget-form .form-group input[type="email"], .team-widget-form .form-group select {
    position: relative;
    display: block;
    width: 100%;
    line-height: 28px;
    padding: 10px 20px;
    color: #243559;
    height: 55px;
    font-size: 14px;
    background: #f5f8ff;
    font-weight: 400;
    border-radius: 3px;
    border: 2px solid #eef3ff;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}
.team-widget-form .form-group input[type="text"]:focus, .team-widget-form .form-group input[type="tel"]:focus, .team-widget-form .form-group input[type="email"]:focus, .team-widget-form .form-group textarea:focus {
    border-color: #f71735;
}
.team-widget-form input::placeholder, .team-widget-form textarea::placeholder {
    color: #7683a3;
}
.team-widget-form .form-group textarea {
    position: relative;
    display: block;
    width: 100%;
    line-height: 22px;
    padding: 15px 20px;
    color: #222;
    height: 160px;
    background: #fff;
    resize: none;
    font-size: 14px;
    font-weight: 400;
    border-radius: 5px;
    border: 1px solid transparent;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.10);
}
.team-widget-form button {
    position: relative;
    width: 110px;
    height: 40px;
    color: #fff;
    margin-top: 0;
    font-size: 14px;
    font-weight: 500;
    border-radius: 50px;
    background-color: #243559;
}
.team-widget-form button .arrow {
    position: relative;
    top: 2px;
    font-size: 22px;
    margin-left: 5px;
}
.team-detail-section .content-column {
    position: relative;
}
.team-detail-section .content-column .inner-column {
    position: relative;
}
.team-detail-section .content-column h4 {
    position: relative;
    color: #243559;
    font-weight: 500;
    padding-left: 35px;
    margin-bottom: 15px;
}
.team-detail-section .content-column h4:before {
    position: absolute;
    content: '';
    left: 0;
    top: 16px;
    width: 25px;
    height: 2px;
    background-color: #f71735;
}
.team-detail-section .content-column p {
    position: relative;
    color: #7683a3;
    font-size: 16px;
    line-height: 1.7em;
    margin-bottom: 15px;
}
.team-detail-section .content-column .list-style-one {
    margin-bottom: 20px;
}
.skills {
    position: relative;
    margin-bottom: 25px;
}
.skills .skill-item {
    position: relative;
    margin-bottom: 20px;
}
.skills .skill-item:last-child {
    margin-bottom: 0;
}
.skills .skill-item .skill-bar {
    position: relative;
    width: 100%;
    height: 10px;
    overflow: hidden;
    border-radius: 50px;
}
.skills .skill-item .skill-bar .bar-inner {
    position: relative;
    width: 100%;
    height: 10px;
    background: #243559;
}
.skills .skill-item .skill-bar .bar-inner .bar {
    position: absolute;
    left: 0;
    top: 0;
    height: 10px;
    width: 0;
    border-right: 3px solid #f5f8ff;
    background-color: #f71735;
    -webkit-transition: all 2000ms ease;
    -ms-transition: all 2000ms ease;
    -o-transition: all 2000ms ease;
    -moz-transition: all 2000ms ease;
    transition: all 2000ms ease;
}
.skills .skill-item .skill-header {
    position: relative;
    margin-bottom: 8px;
}
.skills .skill-item .skill-header .skill-title {
    position: relative;
    float: left;
    color: #243559;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4em;
    text-transform: capitalize;
}
.skills .skill-item .skill-header .skill-percentage {
    position: relative;
    float: right;
    font-weight: 500;
    color: #7683a3;
    font-size: 16px;
    text-transform: uppercase;
}
.skills .skill-item .skill-bar .bar-inner {
    background-color: #687076;
}
.skills.style-two .skill-item .skill-bar .bar-inner .bar {
    background-color: #f71735;
}
.services-page-section {
    position: relative;
    padding: 100px 0 60px;
    background-color: #e9eef7;
}
.service-detail {
    position: relative;
}
.service-detail .inner-box {
    position: relative;
}
.service-detail .inner-box .image {
    position: relative;
    border-radius: 25px;
    overflow: hidden;
}
.service-detail .inner-box .image img {
    position: relative;
    width: 100%;
    display: block;
}
.service-detail .inner-box .lower-content {
    position: relative;
    padding-top: 30px;
}
.service-detail .inner-box .lower-content h3 {
    position: relative;
    color: #243559;
    font-weight: 700;
    line-height: 1.2em;
    margin-bottom: 15px;
}
.service-detail .inner-box .lower-content p {
    position: relative;
    color: #7683a3;
    font-size: 16px;
    line-height: 1.7em;
}
.service-detail .inner-box .lower-content blockquote {
    position: relative;
    color: #243559;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.7em;
    padding-left: 28px;
    border-left: 2px solid #243559;
}
.service-detail .inner-box .lower-content blockquote:before {
    position: absolute;
    content: '';
    left: -2px;
    top: 50%;
    width: 2px;
    height: 30px;
    margin-top: -15px;
    background-color: #f71735;
}
.service-detail .inner-box .lower-content blockquote .author {
    position: relative;
    color: #7683a3;
    font-size: 14px;
    font-weight: 500;
    display: block;
    margin-top: 16px;
    padding-left: 35px;
    line-height: 1em;
}
.service-detail .inner-box .lower-content blockquote .author:before {
    position: absolute;
    content: '';
    left: 0;
    top: 4px;
    width: 25px;
    height: 2px;
    background-color: #f71735;
}
.service-detail .inner-box .lower-content blockquote .quote-icon {
    position: absolute;
    right: 80px;
    top: 25px;
    opacity: .15;
    color: #243559;
    font-size: 80px;
    line-height: 1em;
}
.service-detail .inner-box .lower-content .two-column {
    position: relative;
    margin-top: 45px;
    margin-bottom: 30px;
}
.feature-block-three {
    position: relative;
    margin-bottom: 30px;
}
.feature-block-three .feature-inner {
    position: relative;
    padding: 20px;
    border-radius: 8px;
    background-color: #fff;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.10);
}
.feature-block-three .feature-inner .upper-box {
    position: relative;
    padding-left: 60px;
    padding-top: 7px;
}
.feature-block-three .feature-inner .upper-box .icon {
    position: absolute;
    left: 0;
    top: 0;
    width: 40px;
    height: 40px;
    color: #f71735;
    font-size: 20px;
    text-align: center;
    line-height: 36px;
    border-radius: 5px;
    display: inline-block;
    border: 2px solid #f71735;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}
.feature-block-three .feature-inner:hover .upper-box .icon {
    background-color: #f71735;
    color: #fff;
}
.feature-block-three .feature-inner .upper-box h6 {
    position: relative;
    color: #243559;
    font-size: 16px;
    font-weight: 500;
}
.feature-block-three .feature-inner .feature-text {
    position: relative;
    color: #7683a3;
    font-size: 14px;
    line-height: 1.8em;
    margin-top: 25px;
}
.feature-block-four {
    position: relative;
    margin-bottom: 30px;
}
.feature-block-four .feature-inner {
    position: relative;
    padding: 30px 25px;
    border-radius: 8px;
    background-color: #fff;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.10);
}
.feature-block-four .feature-inner .content {
    position: relative;
    padding-left: 100px;
}
.feature-block-four .feature-inner .content .icon {
    position: absolute;
    left: 0;
    top: 0;
    width: 80px;
    height: 80px;
    color: #f71735;
    font-size: 40px;
    text-align: center;
    line-height: 76px;
    border-radius: 5px;
    display: inline-block;
    border: 2px solid #f71735;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}
.feature-block-four .feature-inner:hover .upper-box .icon {
    background-color: #f71735;
    color: #fff;
}
.feature-block-four .feature-inner .content h6 {
    position: relative;
    color: #243559;
    font-size: 16px;
    font-weight: 500;
}
.feature-block-four .feature-inner .content .feature-text {
    position: relative;
    color: #7683a3;
    font-size: 14px;
    line-height: 1.8em;
    margin-top: 5px;
}
.more-posts {
    position: relative;
    padding: 25px;
    border-radius: 8px;
    background-color: #fff;
}
.more-posts .prev-post {
    position: relative;
    padding-left: 55px;
    color: #f71735;
    font-size: 14px;
    display: inline-block;
}
.more-posts .prev-post .arrow {
    position: absolute;
    left: 0;
    top: 6px;
    width: 40px;
    height: 40px;
    color: #243559;
    font-size: 22px;
    line-height: 38px;
    text-align: center;
    border-radius: 6px;
    display: inline-block;
    border: 1px solid #243559;
    -webkit-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    transition: all 600ms ease;
}
.more-posts .prev-post i {
    position: relative;
    font-style: normal;
    color: #243559;
    font-size: 18px;
    font-weight: 600;
    margin-top: 4px;
    display: block;
}
.more-posts .prev-post:hover .arrow {
    color: #fff;
    border-radius: 50px;
    background-color: #243559;
}
.more-posts .next-post {
    position: relative;
    padding-right: 55px;
    color: #f71735;
    font-size: 14px;
    text-align: right;
    display: inline-block;
}
.more-posts .next-post .arrow {
    position: absolute;
    right: 0;
    top: 6px;
    width: 40px;
    height: 40px;
    color: #243559;
    font-size: 22px;
    line-height: 38px;
    text-align: center;
    border-radius: 6px;
    display: inline-block;
    border: 1px solid #243559;
    -webkit-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    transition: all 600ms ease;
}
.more-posts .next-post i {
    position: relative;
    font-style: normal;
    color: #243559;
    font-size: 18px;
    font-weight: 600;
    margin-top: 4px;
    display: block;
}
.more-posts .next-post:hover .arrow {
    color: #fff;
    border-radius: 50px;
    background-color: #243559;
}
.sidebar-widget {
    position: relative;
    margin-bottom: 30px;
}
.sidebar-widget .widget-content {
    position: relative;
    padding: 25px 20px;
    border-radius: 6px;
    background-color: #fff;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.10);
}
.sidebar-title {
    position: relative;
    margin-bottom: 12px;
}
.sidebar-title h5 {
    position: relative;
    padding-left: 42px;
    color: #243559;
    font-size: 20px;
    font-weight: 500;
}
.sidebar-title h5:before {
    position: absolute;
    content: '';
    left: 0;
    top: 15px;
    width: 30px;
    height: 2px;
    background-color: #f71735;
}
.blog-cat {
    position: relative;
}
.blog-cat li {
    position: relative;
    margin-bottom: 18px;
}
.blog-cat li a {
    position: relative;
    color: #243559;
    font-size: 14px;
    padding: 12px 22px;
    display: block;
    z-index: 1;
    font-weight: 400;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
}
.blog-cat li a:after {
    position: absolute;
    content: '\f105';
    font-family: 'FontAwesome';
    right: 0;
    top: 0;
    width: 47px;
    height: 47px;
    color: #243559;
    font-size: 22px;
    line-height: 43px;
    text-align: center;
    border-radius: 6px;
    display: inline-block;
    border: 1px solid #243559;
    -webkit-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    transition: all 600ms ease;
}
.blog-cat li.active a, .blog-cat li a:hover {
    border-radius: 50px;
}
.blog-cat li a:hover::after {
    color: #fff;
    border-radius: 50px;
    background-color: #243559;
}
.blog-cat li:last-child a {
    border-bottom: 0;
}
.blog-cat li:last-child {
    margin-bottom: 0;
}
.company-widget .text {
    position: relative;
    color: #7683a3;
    font-size: 14px;
    line-height: 1.8em;
    margin-bottom: 18px;
}
.broucher-box {
    position: relative;
    padding: 12px 22px;
    border-radius: 6px;
    overflow: hidden;
    margin-bottom: 20px;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.10);
}
.broucher-box .overlay-link {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: block;
    z-index: 1;
}
.broucher-box .broucher-inner {
    position: relative;
    font-size: 16px;
    color: #1b4962;
    font-weight: 400;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
.broucher-box .broucher-inner .download-icon {
    position: absolute;
    right: -5px;
    top: 2px;
    color: #222;
    font-size: 16px;
    line-height: 1em;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
.broucher-box:hover {
    border-color: #fe982f;
    color: #fff;
    background-color: #243559;
}
.broucher-box:hover .broucher-inner .download-icon, .broucher-box:hover .broucher-inner {
    color: #fff;
}
.broucher-box:last-child {
    margin-bottom: 0;
}
.area-post {
    position: relative;
    margin-bottom: 30px;
}
.area-post:last-child {
    margin-bottom: 0;
}
.area-post .post-inner {
    position: relative;
}
.area-post .post-inner .image {
    position: relative;
    overflow: hidden;
    border-radius: 15px;
}
.area-post .post-inner .image img {
    position: relative;
    width: 100%;
    display: block;
}
.area-post .post-inner .lower-box {
    position: relative;
    padding-top: 18px;
}
.area-post .post-inner .lower-box h6 {
    position: relative;
    line-height: 1.5em;
    font-weight: 500;
    margin-bottom: 14px;
}
.area-post .post-inner .lower-box h6 a {
    position: relative;
    color: #243559;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
.area-post .post-inner .lower-box h6 a:hover {
    color: #f71735;
}
.area-post .post-inner .lower-box .arrow {
    position: relative;
    width: 70px;
    height: 35px;
    color: #243559;
    font-size: 24px;
    line-height: 31px;
    border-radius: 4px;
    text-align: center;
    display: inline-block;
    border: 2px solid #243559;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
.area-post .post-inner .lower-box .arrow:hover {
    background-color: #243559;
    color: #fff;
}
.cases-page-section {
    position: relative;
    padding: 100px 0;
    background-color: #e9eef7;
}
.cases-page-section .styled-pagination {
    position: relative;
    margin-top: 30px;
}
.case-block-two {
    position: relative;
    margin-bottom: 40px;
}
.case-block-two .inner-box {
    position: relative;
    border-radius: 15px;
    padding-left: 295px;
    min-height: 252px;
    background-color: #fff;
}
.case-block-two .inner-box .image {
    position: absolute;
    left: 0;
    top: 0;
    width: 276px;
    overflow: hidden;
    border-radius: 15px 0 0 15px;
}
.case-block-two .inner-box .image img {
    position: relative;
    width: 100%;
    display: block;
}
.case-block-two .inner-box .image .overlay-box {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    transition: -webkit-transform .4s ease;
    transition: transform .4s ease;
    transition: transform .4s ease, -webkit-transform .4s ease;
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center;
    background-color: rgba(36, 53, 89, 0.80);
}
.case-block-two .inner-box:hover .overlay-box {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
}
.case-block-two .inner-box .image .overlay-box .search-icon {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 50px;
    height: 50px;
    color: #fff;
    z-index: 1;
    font-weight: 400;
    font-size: 20px;
    text-align: center;
    line-height: 48px;
    margin-left: -25px;
    margin-top: -25px;
    border-radius: 5px;
    display: inline-block;
    border: 1px solid #fff;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}
.case-block-two .inner-box .image .overlay-box .search-icon:hover {
    background-color: #f71735;
    color: #fff;
    border-color: #f71735;
}
.case-block-two .inner-box .content {
    position: relative;
    min-height: 252px;
    padding: 20px 22px 0 0;
}
.case-block-two .inner-box .content .category {
    position: relative;
    color: #f71735;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
}
.case-block-two .inner-box .content h4 {
    position: relative;
    font-weight: 700;
    line-height: 1.3em;
    margin-bottom: 12px;
    margin-top: 5px;
}
.case-block-two .inner-box .content h4 a {
    position: relative;
    color: #243559;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}
.case-block-two .inner-box .content h4 a:hover {
    color: #f71735;
}
.case-block-two .inner-box .content .text {
    position: relative;
    color: #7683a3;
    font-size: 16px;
    line-height: 1.6em;
}
.case-block-two .inner-box .content .arrow {
    position: relative;
    color: #243559;
    font-size: 28px;
    bottom: 0;
    border-radius: 5px;
    margin-bottom: -2px;
    display: inline-block;
    padding: 7px 20px 1px 1px;
    border: 2px solid #243559;
    background-color: #fff;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}
.case-block-two .inner-box .arrow:after {
    position: absolute;
    content: '';
    right: 0;
    top: 50%;
    height: 2px;
    width: 50px;
    opacity: 0;
    margin-top: -1px;
    background-color: #243559;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}
.case-block-two .inner-box:hover .arrow:after {
    right: -50px;
    opacity: 1;
    -webkit-transition-delay: 300ms;
    -moz-transition-delay: 300ms;
    -ms-transition-delay: 300ms;
    -o-transition-delay: 300ms;
    transition-delay: 300ms;
}
.case-block-two .inner-box .arrow .txt {
    position: relative;
    font-size: 17px;
    top: -5px;
    opacity: 0;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}
.case-block-two .inner-box:hover .arrow {
    border-radius: 50px;
}
.case-block-two .inner-box:hover .arrow .txt {
    opacity: 1;
}
.case-block-two .inner-box .arrow .arrow-icon {
    position: relative;
    margin-left: -18px;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}
.case-block-two .inner-box:hover .arrow .arrow-icon {
    margin-left: 8px;
}
.case-block-two .inner-box:hover .arrow {
    color: #fff;
    padding-left: 15px;
    background-color: #243559;
}
.case-block-two .inner-box .content .lower-box {
    position: absolute;
    left: 0;
    bottom: -17px;
}
.case-detail {
    position: relative;
}
.case-detail .inner-box {
    position: relative;
}
.case-detail .inner-box .image {
    position: relative;
    border-radius: 25px;
    overflow: hidden;
}
.case-detail .inner-box .image img {
    position: relative;
    width: 100%;
    display: block;
}
.case-detail .inner-box .lower-content {
    position: relative;
    padding-top: 30px;
}
.case-detail .inner-box .lower-content h3 {
    position: relative;
    color: #243559;
    font-weight: 700;
    line-height: 1.2em;
    margin-bottom: 15px;
}
.case-detail .inner-box .lower-content p {
    position: relative;
    color: #7683a3;
    font-size: 16px;
    line-height: 1.7em;
}
.case-detail .inner-box .lower-content .date-box {
    position: relative;
    margin-bottom: 30px;
}
.case-detail .inner-box .lower-content .date-box .box-inner {
    position: relative;
    border-radius: 5px;
    padding: 15px;
    text-align: center;
    background-color: #fff;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.10);
}
.case-detail .inner-box .lower-content .date-box .box-inner h6 {
    position: relative;
    color: #243559;
    font-size: 18px;
    font-weight: 500;
}
.case-detail .inner-box .lower-content .date-box .box-inner .date-text {
    position: relative;
    color: #7683a3;
    font-size: 14px;
    margin-top: 3px;
}
.case-detail .inner-box .lower-content h4 {
    position: relative;
    color: #243559;
    font-weight: 500;
    padding-left: 35px;
    line-height: 1.2em;
    margin-bottom: 20px;
}
.case-detail .inner-box .lower-content h4:before {
    position: absolute;
    content: '';
    left: 0;
    top: 12px;
    width: 25px;
    height: 2px;
    background-color: #f71735;
}
.case-detail .inner-box .lower-content .project-info-box {
    position: relative;
    border-radius: 5px;
    margin-bottom: 30px;
    padding: 25px 25px 0;
    background-color: #fff;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.10);
}
.case-detail .inner-box .lower-content .project-info-box .project-info {
    position: relative;
    padding-left: 40px;
    color: #7683a3;
    font-size: 14px;
    min-height: 30px;
    padding-top: 3px;
    margin-bottom: 30px;
}
.case-detail .inner-box .lower-content .project-info-box .project-info .icon {
    position: absolute;
    left: 0;
    top: 0;
    width: 30px;
    height: 30px;
    color: #f71735;
    border-radius: 5px;
    line-height: 28px;
    text-align: center;
    display: inline-block;
    border: 1px solid #f71735;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}
.case-detail .inner-box .lower-content .project-info-box .project-info strong {
    position: relative;
    color: #243559;
    font-size: 16px;
    font-weight: 500;
    margin-right: 10px;
    font-family: 'Cabin', sans-serif;
}
.case-detail .inner-box .lower-content .project-info-box .project-info:hover .icon {
    color: #fff;
    background-color: #f71735;
}
.case-detail .inner-box .lower-content .list-style-one {
    margin-bottom: 25px;
}
.case-detail .inner-box .lower-content .two-column {
    position: relative;
    margin-bottom: 30px;
}
.case-detail .inner-box .lower-content .chart-image {
    position: relative;
    margin-bottom: 30px;
}
.case-detail .inner-box .lower-content .chart-image img {
    position: relative;
    width: 100%;
    display: block;
}
.career-page-section {
    position: relative;
    padding: 100px 0;
    background-color: #e9eef7;
}
.career-block {
    position: relative;
    margin-bottom: 45px;
}
.career-block .inner-box {
    position: relative;
    border-radius: 7px;
    padding: 22px 22px 30px;
    background-color: #fff;
}
.career-block .inner-box .number {
    position: absolute;
    right: 20px;
    bottom: 40px;
    opacity: .1;
    color: #243559;
    font-size: 80px;
    font-weight: 600;
    font-family: 'Cabin', sans-serif;
}
.career-block .inner-box .title {
    position: relative;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    padding: 4px 12px;
    border-radius: 3px;
    display: inline-block;
    background-color: #f71735;
}
.career-block .inner-box h4 {
    position: relative;
    font-weight: 600;
    line-height: 1.3em;
    margin-top: 15px;
}
.career-block .inner-box h4 a {
    position: relative;
    color: #243559;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}
.career-block .inner-box h4 a:hover {
    color: #f71735;
}
.career-block .inner-box .text {
    position: relative;
    color: #7683a3;
    font-size: 16px;
    line-height: 1.6em;
    margin-top: 10px;
    margin-bottom: 12px;
}
.career-block .inner-box .career-list {
    position: relative;
}
.career-block .inner-box .career-list li {
    position: relative;
    color: #7683a3;
    margin-bottom: 4px;
}
.career-block .inner-box .career-list li span {
    position: relative;
    color: #243559;
    font-size: 16px;
    font-weight: 500;
    margin-right: 6px;
}
.career-block .inner-box .lower-box .arrow {
    position: relative;
    color: #243559;
    font-size: 28px;
    bottom: 0;
    border-radius: 5px;
    margin-bottom: -2px;
    display: inline-block;
    padding: 7px 20px 1px 1px;
    border: 2px solid #243559;
    background-color: #fff;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}
.career-block .inner-box .lower-box .arrow:after {
    position: absolute;
    content: '';
    right: 0;
    top: 50%;
    height: 2px;
    width: 50px;
    opacity: 0;
    margin-top: -1px;
    background-color: #243559;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}
.career-block .inner-box:hover .arrow:after {
    right: -50px;
    opacity: 1;
    -webkit-transition-delay: 300ms;
    -moz-transition-delay: 300ms;
    -ms-transition-delay: 300ms;
    -o-transition-delay: 300ms;
    transition-delay: 300ms;
}
.career-block .inner-box .lower-box .arrow .txt {
    position: relative;
    font-size: 17px;
    top: -5px;
    opacity: 0;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}
.career-block .inner-box:hover .arrow {
    border-radius: 50px;
}
.career-block .inner-box:hover .arrow .txt {
    opacity: 1;
}
.career-block .inner-box .lower-box .arrow .arrow-icon {
    position: relative;
    margin-left: -18px;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}
.career-block .inner-box:hover .arrow .arrow-icon {
    margin-left: 8px;
}
.career-block .inner-box:hover .arrow {
    color: #fff;
    padding-left: 15px;
    background-color: #243559;
}
.career-block .inner-box .lower-box {
    position: absolute;
    left: 22px;
    bottom: -17px;
}
.career-detail {
    position: relative;
}
.career-detail .inner-box {
    position: relative;
}
.career-detail .inner-box h4 {
    position: relative;
    color: #243559;
    font-weight: 500;
    padding-left: 35px;
    line-height: 1.2em;
    margin-bottom: 20px;
}
.career-detail .inner-box h4:before {
    position: absolute;
    content: '';
    left: 0;
    top: 12px;
    width: 25px;
    height: 2px;
    background-color: #f71735;
}
.career-detail .inner-box p {
    position: relative;
    color: #7683a3;
    font-size: 16px;
    line-height: 1.7em;
}
.career-tabs {
    position: relative;
    margin-top: 30px;
    margin-bottom: 30px;
}
.career-tabs .tab-btns {
    position: relative;
    margin-bottom: 20px;
}
.career-tabs .tab-btns .tab-btn {
    position: relative;
    display: block;
    margin-right: 8px;
    font-size: 18px;
    background: none;
    color: #7683a3;
    font-weight: 500;
    cursor: pointer;
    border-radius: 6px;
    margin-bottom: 12px;
    display: inline-block;
    padding: 12px 40px;
    background-color: #fff;
    transition: all 500ms ease;
    text-transform: capitalize;
    font-family: 'Cabin', sans-serif;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.10);
}
.career-tabs .tab-btns .tab-btn:hover, .career-tabs .tab-btns .tab-btn.active-btn {
    color: #fff;
    background: #243559;
}
.career-tabs .tabs-content {
    position: relative;
}
.career-tabs .tabs-content .tab {
    position: relative;
    display: none;
}
.career-tabs .tabs-content .tab.active-tab {
    display: block;
}
.career-tabs .tabs-content .content {
    position: relative;
    overflow: hidden;
    background-color: #fff;
    border-radius: 10px 10px 0 0;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.10);
}
.career-tabs .tabs-content .content .title {
    position: relative;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    padding: 12px 20px;
    background-color: #243559;
}
.career-tabs .tabs-content .content .content-inner {
    position: relative;
    padding: 20px;
}
.career-tabs .tabs-content .content .content-inner h5 {
    position: relative;
    color: #243559;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
}
.career-detail .inner-box .accordion-box {
    position: relative;
    margin-bottom: 30px;
}
.contact-form {
    position: relative;
}
.contact-form .form-group {
    position: relative;
    margin-bottom: 20px;
}
.contact-form .form-group span {
    position: relative;
    color: #243559;
    font-size: 20px;
    font-weight: 400;
    font-family: 'Cabin', sans-serif;
}
.contact-form .form-group input[type="text"], .contact-form .form-group input[type="tel"], .contact-form .form-group input[type="email"], .contact-form .form-group select {
    position: relative;
    display: block;
    width: 100%;
    line-height: 28px;
    padding: 10px 24px;
    color: #7683a3;
    height: 55px;
    font-size: 16px;
    background: #fff;
    border-radius: 8px;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.10);
}
.contact-form .form-group input[type="text"]:focus, .contact-form .form-group input[type="tel"]:focus, .contact-form .form-group input[type="email"]:focus, .contact-form .form-group textarea:focus {
    border-color: #f73e23;
}
.contact-form .form-group input[type="file"] {
    display: none;
}
.contact-form .form-group textarea {
    position: relative;
    display: block;
    width: 100%;
    line-height: 22px;
    padding: 22px 24px;
    color: #555;
    height: 180px;
    background: #fff;
    border-radius: 8px;
    resize: none;
    font-size: 16px;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.10);
}
.input_files {
    border-radius: 10px;
    padding: 20px 25px;
    background: #fff;
    color: #7683a3;
    font-size: 16px;
    transition: box-shadow .3s ease;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.10);
    cursor: pointer;
    width: 100%;
    height: 55px;
    padding: 0 25px;
    line-height: 55px;
    color: #838aa6;
    display: block;
    position: relative;
}
.input_files i {
    position: absolute;
    top: 50%;
    right: 20px;
    font-size: 22px;
    transform: translateY(-50%);
}
.contact-form .form-group .theme-btn {
    position: relative;
}
.contact-form input::placeholder, .contact-form textarea::placeholder {
    color: #7683a3;
}
.contact-form input.error, .contact-form select.error, .contact-form textarea.error {
    border-color: red!important;
}
.contact-form label.error {
    display: block;
    line-height: 24px;
    padding: 5px 0 0;
    margin: 0;
    text-transform: uppercase;
    font-size: 12px;
    color: red;
    font-weight: 500;
}
.contact-form .form-group h4 {
    position: relative;
    font-size: 21px;
    color: #161616;
    font-weight: 500;
    margin-top: 20px;
    margin-bottom: 25px;
}
.contact-form .form-group .submit-btn {
    position: relative;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    border-radius: 5px;
    display: inline-block;
    padding: 14px 30px;
    background-color: #243559;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}
.contact-form .form-group .submit-btn .arrow {
    position: relative;
    font-style: normal;
    font-size: 24px;
    top: 3px;
    margin-left: 5px;
}
.contact-form .form-group .submit-btn:hover {
    border-radius: 50px;
    background-color: #f71735;
}
.d-none {
    display: none;
}
.contact-form .form-group > span {
    display: block;
    margin-bottom: 15px;
}
.contact-form .subjects {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%}
.subjects {
    display: inline-block;
    position: relative;
    padding-left: 38px;
    cursor: pointer;
    display: inline-block;
}
.subjects::before {
    position: absolute;
    content: '';
    width: 20px;
    height: 20px;
    border-radius: 5px;
    box-shadow: inset 0 0 0 2px #f71735;
    left: 0;
    top: 2px;
}
.subjects::after {
    position: absolute;
    content: "\f186";
    font-family: "Flaticon";
    font-size: 22px;
    color: #161616;
    top: -2px;
    left: 4px;
    display: none;
}
[id^="subject-"]:checked + .subjects::after {
    display: block;
}
.subjects > span {
    font-size: 18px;
    color: #161616;
    display: inline-block;
}
.timeline-section {
    position: relative;
    padding: 60px 0 100px;
    background-color: #f5f8ff;
}
.timeline-section .inner-container {
    position: relative;
}
.timeline-section .inner-container:before {
    position: absolute;
    content: '';
    left: 50%;
    top: 0;
    width: 2px;
    height: 100%;
    margin-left: -1px;
    background-color: #d6dbe6;
}
.timeline-section .inner-container .history-block:nth-child(2n + 1) .inner-box {
    max-width: 555px;
    float: right;
}
.timeline-section .inner-container .history-block:nth-child(2n + 0) .inner-box {
    max-width: 555px;
    float: left;
}
.timeline-section .inner-container .history-block:nth-child(2n + 0) .inner-box .year {
    right: -180px;
    left: auto;
}
.timeline-section .inner-container .history-block:nth-child(2n + 0) .inner-box .year:before {
    left: auto;
    right: 100%}
.timeline-section .inner-container .history-block:nth-child(2n + 0) .inner-box .year:after {
    left: auto;
    right: 167%}
.history-block {
    position: relative;
}
.history-block .inner-box {
    position: relative;
    padding: 50px 40px;
    border-radius: 7px;
    background-color: #fff;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.10);
}
.history-block .inner-box .year {
    position: absolute;
    left: -180px;
    top: 110px;
    width: 90px;
    height: 38px;
    color: #f71735;
    font-size: 20px;
    font-weight: 500;
    line-height: 34px;
    text-align: center;
    border-radius: 7px;
    display: inline-block;
    border: 2px solid #f71735;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}
.history-block .inner-box:hover .year {
    color: #fff;
    background-color: #f71735;
}
.history-block .inner-box .year:before {
    position: absolute;
    content: '';
    left: 100%;
    top: 17px;
    width: 60px;
    height: 2px;
    background-color: #f71735;
}
.history-block .inner-box .year:after {
    position: absolute;
    content: '';
    left: 167%;
    top: 13px;
    width: 10px;
    height: 10px;
    border-radius: 50px;
    display: inline-block;
    background-color: #f71735;
}
.history-block .inner-box .content {
    position: relative;
}
.history-block .inner-box .content h4 {
    position: relative;
    color: #243559;
    font-weight: 600;
    line-height: 1.3em;
}
.history-block .inner-box .content .text {
    position: relative;
    color: #7683a3;
    font-size: 18px;
    line-height: 1.7em;
    margin-top: 12px;
    margin-bottom: 15px;
}
.history-block .inner-box .content .arrow {
    position: relative;
    width: 70px;
    height: 35px;
    color: #243559;
    border-radius: 6px;
    line-height: 31px;
    font-size: 26px;
    text-align: center;
    display: inline-block;
    border: 2px solid #243559;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}
.history-block .inner-box .content .arrow:hover {
    color: #fff;
    background-color: #243559;
}
.contact-page-section {
    position: relative;
    padding: 100px 0;
    background-color: #f5f8ff;
    background-position: center top;
    background-repeat: no-repeat;
}
.contact-info-block {
    position: relative;
    margin-bottom: 30px;
}
.contact-info-block .inner-box {
    position: relative;
    text-align: center;
    padding-bottom: 20px;
}
.contact-info-block .inner-box .color-layer {
    position: absolute;
    left: 0;
    top: 30px;
    right: 0;
    bottom: 0;
    overflow: hidden;
    border-radius: 20px;
    background-color: #fff;
}
.contact-info-block .inner-box .icon-box {
    position: relative;
    width: 60px;
    height: 60px;
    color: #f71735;
    font-size: 28px;
    border-radius: 10px;
    text-align: center;
    line-height: 56px;
    margin-bottom: 25px;
    display: inline-block;
    border: 2px solid #f71735;
    background-color: #fff;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}
.contact-info-block .inner-box .icon-box span {
    position: relative;
}
.contact-info-block .inner-box .icon-box:before {
    position: absolute;
    content: '';
    left: 50%;
    bottom: -12px;
    width: 6px;
    height: 12px;
    margin-left: -3px;
    background-color: #f71735;
    border-radius: 0 0 3px 3px;
}
.contact-info-block .inner-box:hover .icon-box {
    background-color: #f71735;
    color: #fff;
}
.contact-info-block .inner-box p {
    position: relative;
    font-weight: 600;
    color: #243559;
    line-height: 1.3em;
    margin-bottom: 14px;
    font-size: 18px;
}
.contact-info-block .inner-box ul {
    position: relative;
}
.contact-info-block .inner-box ul li {
    position: relative;
    margin-bottom: 6px;
    font-size: 18px;
}
.contact-info-block .inner-box ul li span {
    position: relative;
    color: #f71735;
    font-size: 16px;
    font-weight: 600;
    font-family: 'Cabin', sans-serif;
    padding-right: 10px;
}
.contact-info-block .inner-box ul li a {
    position: relative;
    color: #7683a3;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}
.contact-info-block .inner-box ul li a:hover {
    color: #f71735;
}
.contact-page-section .lower-section {
    position: relative;
    padding: 40px 30px;
    border-radius: 15px;
    margin-top: 30px;
    background-color: #fff;
}
.contact-page-section .lower-section .content-column {
    position: relative;
    margin-bottom: 30px;
}
.contact-page-section .lower-section .content-column .sec-title {
    margin-bottom: 15px;
}
.contact-page-section .lower-section .content-column .inner-column {
    position: relative;
}
.contact-page-section .lower-section .content-column .text {
    position: relative;
    color: #3d474e;
    font-size: 18px;
    line-height: 1.8em;
    margin-bottom: 15px;
}
.contact-page-section .lower-section .content-column .social-box {
    position: relative;
}
.contact-page-section .lower-section .content-column .social-box li {
    position: relative;
    margin: 0 3px;
    display: inline-block;
}
.contact-page-section .lower-section .content-column .social-box li a {
    position: relative;
    width: 40px;
    height: 40px;
    font-size: 18px;
    color: #fff;
    line-height: 40px;
    text-align: center;
    border-radius: 5px;
    display: inline-block;
    background-color: #1b4195;
}
.contact-page-section .lower-section .content-column .social-box li.twitter a {
    background-color: #31ade1;
}
.contact-page-section .lower-section .content-column .social-box li.linkedin a {
    background-color: #0f72aa;
}
.contact-page-section .lower-section .content-column .social-box li.instagram a {
    background-color: #db2f4f;
}
.contact-page-section .lower-section .form-column {
    position: relative;
    margin-bottom: 30px;
}
.contact-page-section .lower-section .form-column .inner-column {
    position: relative;
}
.contact-page-form {
    position: relative;
}
.contact-page-form .form-group {
    position: relative;
    margin-bottom: 20px;
}
.contact-page-form .form-group .icon {
    position: absolute;
    right: 30px;
    top: 20px;
    color: #243559;
    font-size: 16px;
    line-height: 1em;
    z-index: 1;
    font-weight: 400;
}
.contact-page-form .form-group:last-child {
    margin-bottom: 0;
}
.contact-page-form .form-group input[type="text"], .contact-page-form .form-group input[type="tel"], .contact-page-form .form-group input[type="email"], .contact-page-form .form-group select {
    position: relative;
    display: block;
    width: 100%;
    line-height: 28px;
    padding: 10px 20px;
    color: #111;
    height: 55px;
    font-size: 14px;
    background: #f5f8ff;
    font-weight: 400;
    border-radius: 3px;
    border: 1px solid transparent;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}
.contact-page-form .form-group input[type="text"]:focus, .contact-page-form .form-group input[type="tel"]:focus, .contact-page-form .form-group input[type="email"]:focus, .contact-page-form .form-group textarea:focus {
    border-color: #f71735;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.10);
}
.contact-page-form input::placeholder, .contact-page-form textarea::placeholder {
    color: #243559;
}
.contact-page-form .form-group textarea {
    position: relative;
    display: block;
    width: 100%;
    line-height: 22px;
    padding: 15px 20px;
    color: #222;
    height: 100px;
    background: #f5f8ff;
    resize: none;
    font-size: 14px;
    font-weight: 400;
    border-radius: 5px;
    border: 1px solid transparent;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}
.contact-page-form button {
    position: relative;
    color: #fff;
    margin-top: 5px;
    font-size: 14px;
    font-weight: 500;
    padding: 10px 25px;
    border-radius: 50px;
    background-color: #243559;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}
.contact-page-form button .arrow {
    position: relative;
    top: 2px;
    color: #fff;
    font-size: 22px;
    margin-left: 5px;
}
.contact-page-form button:hover {
    background-color: #f71735;
}
.contact-page-form input.error, .contact-page-form select.error, .contact-page-form textarea.error {
    border-color: red!important;
}
.contact-page-form label.error {
    display: block;
    line-height: 24px;
    padding: 5px 0 0;
    margin: 0;
    text-transform: uppercase;
    font-size: 12px;
    color: red;
    font-weight: 500;
}
.blog-page-section {
    position: relative;
    padding: 100px 0;
    background-color: #f5f8ff;
}
.blog-page-section .styled-pagination {
    margin-top: 40px;
}
.sidebar .search-box .form-group {
    position: relative;
    margin: 0;
}
.sidebar .search-box .form-group input[type="text"], .sidebar .search-box .form-group input[type="search"] {
    position: relative;
    line-height: 28px;
    padding: 10px 50px 10px 15px;
    border: 1px solid #92a0bb;
    background: #f5f5f5;
    display: block;
    font-size: 14px;
    width: 100%;
    height: 46px;
    color: #243559;
    border-radius: 6px;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
.sidebar .search-box .form-group button {
    position: absolute;
    right: 0;
    top: 0;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    font-size: 16px;
    color: #fff;
    line-height: 100%;
    font-weight: 400;
    background: #243559;
    border-radius: 0 5px 5px 0;
}
.category-list {
    position: relative;
}
.category-list li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 12px;
}
.category-list li:before {
    position: absolute;
    left: 0;
    top: 4px;
    color: #f71735;
    font-size: 14px;
    line-height: 1em;
    font-weight: 300;
    content: "\f18e";
    font-family: "Flaticon";
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.category-list li a {
    position: relative;
    color: #7683a3;
    font-size: 16px;
    font-weight: 400;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.category-list li a:hover {
    color: #f71735;
}
.category-list li:last-child {
    margin-bottom: 0;
}
.popular-posts .post {
    position: relative;
    font-size: 14px;
    color: #666;
    min-height: 66px;
    padding-left: 85px;
    margin-bottom: 15px;
}
.popular-posts .post:last-child {
    margin-bottom: 0;
}
.popular-posts .post .post-thumb {
    position: absolute;
    left: 0;
    top: 4px;
    width: 65px;
    height: 65px;
    overflow: hidden;
    border-radius: 6px;
}
.popular-posts .post .post-thumb img {
    display: block;
    width: 100%;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
}
.popular-posts .post .text {
    position: relative;
    top: 0;
    font-size: 16px;
    margin: 0 0 3px;
    font-weight: 500;
    color: #243559;
    line-height: 1.5em;
    text-transform: capitalize;
}
.popular-posts .post .text a {
    color: #243559;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
}
.popular-posts .post a:hover {
    color: #f71735;
}
.popular-posts .post-info {
    position: relative;
    font-size: 14px;
    color: #7683a3;
    font-weight: 400;
    margin-bottom: 1px;
}
.gallery-widget .gallery-outer {
    position: relative;
    margin: 0 -5px;
}
.gallery-widget .gallery-outer .image {
    position: relative;
    float: left;
    border-radius: 6px;
    width: 33.333333333%;
    padding-right: 5px;
    padding-left: 5px;
    margin-bottom: 10px;
    overflow: hidden;
}
.gallery-widget .gallery-outer .image img {
    display: block;
    width: 100%}
.sidebar .popular-tags a {
    position: relative;
    display: inline-block;
    line-height: 24px;
    padding: 6px 15px 5px;
    margin: 0 6px 8px 0;
    color: #243559;
    text-align: center;
    font-size: 14px;
    background: #fff;
    font-weight: 400;
    border-radius: 4px;
    border: 2px solid #243559;
    text-transform: capitalize;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
}
.sidebar .popular-tags a:hover {
    background-color: #243559;
    color: #fff;
    border-radius: 50px;
}
.blog-classic .styled-pagination {
    margin-top: 80px;
}
.news-block-two {
    position: relative;
    margin-bottom: 50px;
}
.news-block-two .inner-box {
    position: relative;
    border-radius: 20px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
}
.news-block-two .inner-box .image {
    position: relative;
    padding: 20px;
    overflow: hidden;
    background-color: #fff;
    border-bottom: 2px solid #f5f8ff;
    border-radius: 20px 20px 0 0;
}
.news-block-two .inner-box .image img {
    position: relative;
    width: 100%;
    display: block;
    background-color: #f71735;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
.news-block-two .inner-box:hover .image img {
    opacity: .6;
}
.news-block-two .inner-box .lower-content {
    position: relative;
    padding: 22px 25px 0;
    background-color: #fff;
    border-radius: 0 0 20px 20px;
}
.news-block-two .inner-box .lower-content .post-date {
    position: absolute;
    right: 30px;
    top: -45px;
    width: 60px;
    height: 70px;
    color: #fff;
    font-size: 30px;
    line-height: 1em;
    font-weight: 700;
    padding-top: 8px;
    text-align: center;
    border-radius: 12px;
    background-color: #f71735;
    text-transform: uppercase;
}
.news-block-two .inner-box .lower-content .post-date span {
    position: relative;
    display: block;
    font-size: 16px;
}
.news-block-two .inner-box .category {
    position: absolute;
    left: 45px;
    top: 45px;
    z-index: 1;
    color: #fff;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 1px;
    border-radius: 5px;
    padding: 2px 12px;
    text-transform: uppercase;
    background-color: #f71735;
}
.news-block-two .inner-box .lower-content .post-info {
    position: relative;
}
.news-block-two .inner-box .lower-content .post-info li {
    position: relative;
    line-height: 1em;
    margin-right: 10px;
    padding-right: 10px;
    display: inline-block;
    border-right: 1px solid #243559;
}
.news-block-two .inner-box .lower-content .post-info li a {
    position: relative;
    padding-left: 25px;
    color: #f71735;
}
.news-block-two .inner-box .lower-content .post-info li a .icon {
    position: absolute;
    left: 0;
    top: 0;
    line-height: 1em;
    color: #243559;
}
.news-block-two .inner-box .lower-content .post-info li:last-child {
    padding-right: 0;
    margin-right: 0;
    border: 0;
}
.news-block-two .inner-box .lower-content h3 {
    position: relative;
    font-weight: 700;
    line-height: 1.4em;
    font-size: 36px;
    margin-top: 6px;
}
.news-block-two .inner-box .lower-content h3 a {
    position: relative;
    color: #243559;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}
.news-block-two .inner-box .lower-content h3 a:hover {
    color: #f71735;
}
.news-block-two .inner-box .lower-content .text {
    position: relative;
    color: #7683a3;
    font-size: 16px;
    line-height: 1.7em;
    margin-top: 10px;
}
.news-block-two .inner-box .lower-content .arrow {
    position: relative;
    color: #243559;
    font-size: 28px;
    bottom: 0;
    border-radius: 5px;
    margin-bottom: -2px;
    display: inline-block;
    padding: 7px 20px 1px 1px;
    border: 2px solid #243559;
    background-color: #fff;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}
.news-block-two .inner-box .lower-content .arrow:after {
    position: absolute;
    content: '';
    right: 0;
    top: 50%;
    height: 2px;
    width: 50px;
    opacity: 0;
    margin-top: -1px;
    background-color: #243559;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}
.news-block-two .inner-box:hover .arrow:after {
    right: -50px;
    opacity: 1;
    -webkit-transition-delay: 300ms;
    -moz-transition-delay: 300ms;
    -ms-transition-delay: 300ms;
    -o-transition-delay: 300ms;
    transition-delay: 300ms;
}
.news-block-two .inner-box .lower-content .arrow .txt {
    position: relative;
    font-size: 17px;
    top: -5px;
    opacity: 0;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}
.news-block-two .inner-box:hover .arrow {
    border-radius: 50px;
}
.news-block-two .inner-box:hover .arrow .txt {
    opacity: 1;
}
.news-block-two .inner-box .lower-content .arrow .arrow-icon {
    position: relative;
    margin-left: -18px;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}
.news-block-two .inner-box:hover .arrow .arrow-icon {
    margin-left: 8px;
}
.news-block-two .inner-box:hover .arrow {
    color: #fff;
    padding-left: 15px;
    background-color: #243559;
}
.news-block-two .inner-box .lower-content .lower-arrows {
    position: relative;
    top: 16px;
}
.blog-masonry-section {
    position: relative;
    padding: 100px 0;
    background-color: #f5f8ff;
}
.blog-masonry-section .styled-pagination {
    margin-top: 30px;
}
.news-detail {
    position: relative;
}
.news-detail.style-two {
    padding: 60px 0;
    /* background-color: #f5f8ff */}
.news-detail .inner-box {
    position: relative;
}
.news-detail .inner-box .image {
    position: relative;
    border-radius: 15px;
    overflow: hidden;
}
.news-detail .inner-box .image img {
    position: relative;
    width: 100%;
    display: block;
    background-color: #f71735;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
.news-detail .inner-box:hover .image img {
    opacity: .6;
}
.news-detail .inner-box .lower-content {
    position: relative;
    padding: 22px 0 0;
    border-radius: 0 0 20px 20px;
}
.news-detail .inner-box .lower-content .post-date {
    position: absolute;
    right: 30px;
    top: -45px;
    width: 60px;
    height: 70px;
    color: #fff;
    font-size: 30px;
    line-height: 1em;
    font-weight: 700;
    padding-top: 8px;
    text-align: center;
    border-radius: 12px;
    background-color: #f71735;
    text-transform: uppercase;
}
.news-detail .inner-box .lower-content .post-date span {
    position: relative;
    display: block;
    font-size: 16px;
}
.news-detail .inner-box .category {
    position: absolute;
    left: 25px;
    top: 25px;
    z-index: 1;
    color: #fff;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 1px;
    border-radius: 5px;
    padding: 2px 12px;
    text-transform: uppercase;
    background-color: #f71735;
}
.news-detail .inner-box .lower-content .post-info {
    position: relative;
}
.news-detail .inner-box .lower-content .post-info li {
    position: relative;
    line-height: 1em;
    padding-left: 25px;
    color: #f71735;
    margin-right: 10px;
    padding-right: 10px;
    display: inline-block;
    border-right: 1px solid #243559;
}
.news-detail .inner-box .lower-content .post-info li .icon {
    position: absolute;
    left: 0;
    top: 0;
    line-height: 1em;
    color: #243559;
}
.news-detail .inner-box .lower-content .post-info li:last-child {
    padding-right: 0;
    margin-right: 0;
    border: 0;
}
.news-detail .inner-box .lower-content h2 {
    position: relative;
    font-weight: 700;
    line-height: 1.4em;
    font-size: 36px;
    margin-top: 6px;
    color: #243559;
}
.news-detail .inner-box .lower-content p {
    position: relative;
    color: #7683a3;
    font-size: 16px;
    line-height: 1.7em;
    margin-top: 10px;
}
.news-detail .inner-box .lower-content blockquote {
    position: relative;
    color: #243559;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.7em;
    padding-left: 28px;
    margin-bottom: 25px;
    border-left: 2px solid #243559;
}
.news-detail .inner-box .lower-content blockquote:before {
    position: absolute;
    content: '';
    left: -2px;
    top: 50%;
    width: 2px;
    height: 30px;
    margin-top: -15px;
    background-color: #f71735;
}
.news-detail .inner-box .lower-content blockquote .author {
    position: relative;
    color: #7683a3;
    font-size: 14px;
    font-weight: 500;
    display: block;
    margin-top: 16px;
    padding-left: 35px;
    line-height: 1em;
}
.news-detail .inner-box .lower-content blockquote .author:before {
    position: absolute;
    content: '';
    left: 0;
    top: 4px;
    width: 25px;
    height: 2px;
    background-color: #f71735;
}
.news-detail .inner-box .lower-content blockquote .quote-icon {
    position: absolute;
    right: 80px;
    top: 25px;
    opacity: .15;
    color: #243559;
    font-size: 80px;
    line-height: 1em;
}
.news-detail .inner-box .lower-content .two-column {
    position: relative;
    margin-top: 25px;
    margin-bottom: 30px;
}
.news-detail .inner-box .lower-content h4 {
    position: relative;
    color: #243559;
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 14px;
}
.video-box {
    position: relative;
    margin-bottom: 25px;
}
.video-box .video-image {
    position: relative;
    margin: 0;
    overflow: hidden;
    border-radius: 10px;
}
.video-box .video-image img {
    position: relative;
    width: 100%;
    z-index: 3;
}
.video-box .overlay-box {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    overflow: hidden;
    line-height: 45px;
    overflow: hidden;
    border-radius: 10px;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
}
.video-box .overlay-box:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    border-radius: 10px;
    background-color: rgba(36, 53, 89, 0.60);
}
.video-box .overlay-box span {
    position: absolute;
    width: 80px;
    height: 80px;
    left: 50%;
    top: 50%;
    z-index: 10;
    color: #fff;
    font-weight: 400;
    font-size: 22px;
    text-align: center;
    padding-left: 4px;
    display: inline-block;
    margin-top: -40px;
    margin-left: -40px;
    line-height: 80px;
    border-radius: 50%;
    transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
    background-color: #f71735;
}
.video-box .ripple, .video-box .ripple:before, .video-box .ripple:after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80px;
    height: 80px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
    -ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
    -o-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
    -webkit-animation: ripple 3s infinite;
    -moz-animation: ripple 3s infinite;
    -ms-animation: ripple 3s infinite;
    -o-animation: ripple 3s infinite;
    animation: ripple 3s infinite;
}
.video-box .ripple:before {
    -webkit-animation-delay: .9s;
    -moz-animation-delay: .9s;
    -ms-animation-delay: .9s;
    -o-animation-delay: .9s;
    animation-delay: .9s;
    content: "";
    position: absolute;
}
.video-box .ripple:after {
    -webkit-animation-delay: .6s;
    -moz-animation-delay: .6s;
    -ms-animation-delay: .6s;
    -o-animation-delay: .6s;
    animation-delay: .6s;
    content: "";
    position: absolute;
}
@-webkit-keyframes ripple {
    70% {
    box-shadow: 0 0 0 70px rgba(253, 167, 0, 0);
}
100% {
    box-shadow: 0 0 0 0 rgba(253, 167, 0, 0);
}
}@keyframes ripple {
    70% {
    box-shadow: 0 0 0 70px rgba(253, 167, 0, 0);
}
100% {
    box-shadow: 0 0 0 0 rgba(253, 167, 0, 0);
}
}.news-detail .post-share-options {
    position: relative;
    margin-top: 40px;
    border-radius: 5px;
    margin-bottom: 40px;
    padding: 25px 20px 20px;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.07);
}
.news-detail .post-share-options .tags a {
    position: relative;
    color: #f71735;
    font-size: 16px;
    font-weight: 400;
    line-height: 1em;
    margin-right: 6px;
    display: inline-block;
    text-transform: capitalize;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
.news-detail .post-share-options .tags a:last-child {
    margin-right: 0;
}
.news-detail .post-share-options .tags {
    position: relative;
    color: #243559;
    font-size: 18px;
    font-weight: 500;
    margin-top: 7px;
}
.news-detail .post-share-options .tags a:hover {
    color: #243559;
}
.news-detail .post-share-options .social-box {
    position: relative;
}
.news-detail .post-share-options .social-box .share {
    position: relative;
    display: block;
    color: #243559;
    font-size: 18px;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 10px;
    font-family: 'Cabin', sans-serif;
}
.news-detail .post-share-options .social-box li {
    position: relative;
    margin-right: 6px;
    display: inline-block;
}
.news-detail .post-share-options .social-box li a {
    position: relative;
    width: 40px;
    height: 40px;
    font-size: 18px;
    color: #fff;
    line-height: 40px;
    text-align: center;
    border-radius: 5px;
    display: inline-block;
    background-color: #1b4195;
}
.news-detail .post-share-options .social-box li.twitter a {
    background-color: #31ade1;
}
.news-detail .post-share-options .social-box li.linkedin a {
    background-color: #0f72aa;
}
.news-detail .post-share-options .social-box li.instagram a {
    background-color: #db2f4f;
}
.blog-author-box {
    position: relative;
    margin-top: 20px;
    padding: 20px 25px;
    border-radius: 7px;
    margin-bottom: 55px;
    background-color: #fff;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.10);
}
.blog-author-box .author-inner {
    position: relative;
    padding-left: 90px;
}
.blog-author-box .thumb {
    position: absolute;
    left: 0;
    top: 0;
    height: 70px;
    width: 70px;
    overflow: hidden;
    border-radius: 5px;
}
.blog-author-box .thumb img {
    display: block;
    width: 100%;
    height: auto;
}
.blog-author-box .name {
    position: relative;
    display: block;
    line-height: 24px;
    color: #243559;
    font-weight: 700;
    margin-bottom: 5px;
    display: inline-block;
}
.blog-author-box .name span {
    position: relative;
    color: #f71735;
    font-size: 14px;
    font-weight: 400;
    display: block;
}
.blog-author-box .text {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 30px;
    color: #7683a3;
    font-weight: 400;
    margin-bottom: 18px;
    line-height: 1.8em;
    margin-top: 3px;
}
.blog-author-box .social-box {
    position: relative;
}
.blog-author-box .social-box .share {
    position: relative;
    display: block;
    color: #243559;
    font-size: 18px;
    font-weight: 600;
    display: block;
    margin-bottom: 10px;
    font-family: 'Cabin', sans-serif;
}
.blog-author-box .social-box li {
    position: relative;
    margin-right: 6px;
    display: inline-block;
}
.blog-author-box .social-box li a {
    position: relative;
    width: 40px;
    height: 40px;
    font-size: 18px;
    color: #fff;
    line-height: 40px;
    text-align: center;
    border-radius: 5px;
    display: inline-block;
    background-color: #1b4195;
}
.blog-author-box .social-box li.twitter a {
    background-color: #31ade1;
}
.blog-author-box .social-box li.linkedin a {
    background-color: #0f72aa;
}
.blog-author-box .social-box li.instagram a {
    background-color: #db2f4f;
}
.comments-area {
    position: relative;
    margin-top: 60px;
    margin-bottom: 50px;
}
.comments-area .group-title {
    position: relative;
    margin-bottom: 25px;
}
.comments-area .comment-box {
    position: relative;
    padding: 20px;
    margin-bottom: 30px;
    border-radius: 7px;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
    background-color: #fff;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.10);
}
.comments-area .comment-box:last-child {
    margin-bottom: 0;
}
.comments-area .comment {
    position: relative;
    font-size: 14px;
    padding: 5px 0 0 85px;
}
.comments-area .reply-comment {
    margin-left: 90px;
}
.comments-area .comment-box .author-thumb {
    position: absolute;
    left: 0;
    top: 0;
    width: 65px;
    border-radius: 0;
    margin-bottom: 20px;
    overflow: hidden;
}
.comments-area .comment-box .author-thumb img {
    width: 100%;
    display: block;
}
.comments-area .comment-info {
    margin-bottom: 10px;
}
.comments-area .comment-box strong {
    font-size: 18px;
    font-weight: 500;
    color: #243559;
    display: block;
    line-height: 1.3em;
    display: block;
    text-transform: capitalize;
}
.comments-area .comment-box .text {
    position: relative;
    color: #7683a3;
    font-size: 14px;
    line-height: 1.9em;
    margin-bottom: 15px;
    padding-top: 0;
}
.comments-area .comment-info .comment-time {
    font-size: 13px;
    color: #f71735;
    margin-top: 4px;
    display: block;
    font-weight: 400;
}
.comments-area .comment-option {
    position: relative;
}
.comments-area .comment-option .comment-option {
    position: relative;
}
.comments-area .comment-option li {
    position: relative;
    margin-right: 15px;
    line-height: 1.1em;
    padding-right: 15px;
    display: inline-block;
    border-right: 1px solid #243559;
}
.comments-area .comment-option li a {
    position: relative;
    color: #f71735;
    font-size: 14px;
    padding-left: 25px;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}
.comments-area .comment-option li a .icon {
    position: absolute;
    left: 0;
    top: 1px;
    color: #243559;
}
.comments-area .comment-option li:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: 0;
}
.comments-area .comment-option li a:hover {
    color: #243559;
}
.comments-area .comment-box .theme-btn:hover {
    background-color: #222;
}
.comment-form .group-title .comment-text {
    position: relative;
    color: #7683a3;
    font-size: 14px;
    margin-top: 12px;
}
.comment-form {
    position: relative;
}
.comment-form .group-title {
    margin-bottom: 25px;
}
.comment-form .form-group {
    position: relative;
    margin-bottom: 20px;
}
.comment-form .form-group .icon {
    position: absolute;
    right: 30px;
    top: 20px;
    color: #7986a5;
    font-size: 16px;
    line-height: 1em;
    z-index: 1;
    font-weight: 400;
}
.comment-form .form-group:last-child {
    margin-bottom: 0;
}
.comment-form .form-group input[type="text"], .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: 10px 20px;
    color: #111;
    height: 55px;
    font-size: 14px;
    background: #fff;
    font-weight: 400;
    border-radius: 3px;
    border: 1px solid transparent;
    -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="tel"]:focus, .comment-form .form-group input[type="email"]:focus, .comment-form .form-group textarea:focus {
    border-color: #f71735;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.10);
}
.comment-form input::placeholder, .comment-form textarea::placeholder {
    color: #243559;
}
.comment-form .form-group textarea {
    position: relative;
    display: block;
    width: 100%;
    line-height: 22px;
    padding: 15px 20px;
    color: #222;
    height: 150px;
    background: #fff;
    resize: none;
    font-size: 14px;
    font-weight: 400;
    border-radius: 5px;
    border: 1px solid transparent;
    -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;
    color: #fff;
    margin-top: 5px;
    font-size: 18px;
    font-weight: 500;
    padding: 10px 25px;
    border-radius: 50px;
    background-color: #243559;
    -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 .arrow {
    position: relative;
    top: 2px;
    color: #fff;
    font-size: 22px;
    margin-left: 5px;
}
.comment-form button:hover {
    background-color: #f71735;
}
.error-section {
    position: relative;
    text-align: center;
    padding: 130px 0 140px;
    background-color: #f5f8ff;
}
.error-section .image {
    position: relative;
    margin-bottom: 35px;
}
.error-section h4 {
    position: relative;
    color: #7683a3;
    font-weight: 500;
    text-transform: uppercase;
}
.error-section .text {
    position: relative;
    color: #243559;
    font-size: 18px;
    font-weight: 400;
    margin-top: 15px;
    margin-bottom: 25px;
}
.error-section .or {
    position: relative;
    margin-top: 10px;
    color: #243559;
    font-size: 18px;
    margin-top: 22px;
    margin-bottom: 22px;
}
.error-section .search-box {
    position: relative;
    max-width: 310px;
    width: 300%;
    margin: 0 auto;
}
.error-section .search-box .form-group {
    position: relative;
    margin: 0;
}
.error-section .search-box .form-group input[type="text"], .error-section .search-box .form-group input[type="search"] {
    position: relative;
    line-height: 43px;
    padding: 10px 50px 10px 25px;
    background: #fff;
    display: block;
    font-size: 14px;
    width: 100%;
    height: 50px;
    color: #000;
    border-radius: 5px;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}
.error-section .search-box .form-group button {
    position: absolute;
    right: 0;
    top: 0;
    height: 50px;
    width: 60px;
    display: block;
    font-size: 16px;
    color: #cacfdb;
    cursor: pointer;
    border-radius: 0 5px 5px 0;
    line-height: 100%;
    font-weight: 400;
    background: none;
}
.account-page-section {
    position: relative;
    padding: 100px 0;
    background-color: #f5f8ff;
}
.account-page-section .inner-container {
    position: relative;
    border-radius: 10px;
    padding: 60px 30px 30px;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.07);
}
.account-page-section .title-box {
    position: relative;
    margin-bottom: 25px;
}
.account-page-section .title-box .title {
    position: relative;
    color: #243559;
    font-size: 14px;
    font-weight: 500;
    padding-bottom: 10px;
    text-transform: uppercase;
}
.account-page-section .title-box .title:before {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: 30px;
    height: 2px;
    background-color: #f71735;
}
.account-page-section .title-box h2 {
    position: relative;
    color: #243559;
    font-weight: 700;
    line-height: 1.3em;
    margin-top: 15px;
}
.shop-page-section {
    position: relative;
    padding: 100px 0;
    background-color: #f5f8ff;
}
.shop-page-section .styled-pagination {
    margin-top: 10px;
}
.shop-item {
    position: relative;
    margin-bottom: 40px;
}
.shop-item .inner-box {
    position: relative;
    overflow: hidden;
    border-radius: 10px 10px 0 0;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
}
.shop-item .inner-box:hover .image .overlay-box {
    opacity: 1;
}
.shop-item .inner-box .image {
    position: relative;
    text-align: center;
    background-color: #f8f8f8;
}
.shop-item .inner-box .image .overlay-box {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    text-align: center;
    background-color: rgba(36, 53, 89, 0.80);
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
}
.shop-item .inner-box .image .overlay-box .cart-option {
    position: relative;
    top: 50%;
    margin-top: -25px;
}
.shop-item .inner-box .image .overlay-box .cart-option li {
    position: relative;
    margin: 0 3px;
    color: #fbb908;
    display: inline-block;
}
.shop-item .inner-box .image .overlay-box .cart-option li a {
    position: relative;
    width: 40px;
    height: 40px;
    color: #fff;
    font-size: 18px;
    display: block;
    font-size: 16px;
    margin-bottom: 8px;
    line-height: 38px;
    display: inline-block;
    border: 1px solid #fff;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
}
.shop-item .inner-box .image .overlay-box .cart-option li a:hover {
    color: #243559;
    border-radius: 50px;
    border-color: #243559;
    background-color: #fff;
}
.shop-item .inner-box .image img {
    width: 100%;
    display: inline-block;
}
.shop-item .inner-box .lower-content {
    position: relative;
    z-index: 11;
    text-align: center;
    padding: 20px 0 0;
}
.shop-item .inner-box .lower-content:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    right: 0;
    bottom: 20px;
    background-color: #fff;
    border-radius: 0 0 8px 8px;
}
.shop-item .inner-box .lower-content h6 {
    position: relative;
    font-weight: 500;
    margin-bottom: 8px;
}
.shop-item .inner-box .lower-content h6 a {
    position: relative;
    color: #243559;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
}
.shop-item .inner-box .lower-content h3 a:hover {
    color: #f71735;
}
.shop-item .inner-box .lower-content .price {
    position: relative;
    color: #f71735;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 8px;
}
.shop-item .inner-box .lower-content .price .discount {
    position: relative;
    color: #1b4962;
    font-size: 14px;
    margin-right: 8px;
    text-decoration: line-through;
}
.shop-item .inner-box .lower-content .rating .fa {
    position: relative;
    display: inline-block;
    font-size: 14px;
    color: #7683a3;
}
.shop-item .inner-box .lower-content .cart-btn {
    position: relative;
    color: #243559;
    font-weight: 400;
    padding: 8px 18px 6px;
    margin-top: 12px;
    border-radius: 6px;
    display: inline-block;
    background-color: #fff;
    border: 2px solid #243559;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
}
.shop-item .inner-box .lower-content .cart-btn .icon {
    position: relative;
    margin-right: 8px;
}
.shop-item .inner-box .lower-content .cart-btn:hover {
    color: #fff;
    background-color: #243559;
}
.shop-item-two {
    position: relative;
    margin-bottom: 40px;
}
.shop-item-two .inner-box {
    position: relative;
    overflow: hidden;
    padding-left: 385px;
    background-color: #fff;
    border-radius: 10px;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.10);
}
.shop-item-two .inner-box:hover .image .overlay-box {
    opacity: 1;
}
.shop-item-two .inner-box .image {
    position: absolute;
    left: 0;
    top: 0;
    width: 360px;
    text-align: center;
    background-color: #f8f8f8;
}
.shop-item-two .inner-box .image .overlay-box {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    text-align: center;
    background-color: rgba(36, 53, 89, 0.80);
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
}
.shop-item-two .inner-box .image .overlay-box .cart-option {
    position: relative;
    top: 50%;
    margin-top: -25px;
}
.shop-item-two .inner-box .image .overlay-box .cart-option li {
    position: relative;
    margin: 0 3px;
    color: #fbb908;
    display: inline-block;
}
.shop-item-two .inner-box .image .overlay-box .cart-option li a {
    position: relative;
    width: 40px;
    height: 40px;
    color: #fff;
    font-size: 18px;
    display: block;
    font-size: 16px;
    margin-bottom: 8px;
    line-height: 38px;
    display: inline-block;
    border: 1px solid #fff;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
}
.shop-item-two .inner-box .image .overlay-box .cart-option li a:hover {
    color: #243559;
    border-radius: 50px;
    border-color: #243559;
    background-color: #fff;
}
.shop-item-two .inner-box .image img {
    width: 100%;
    display: inline-block;
}
.shop-item-two .inner-box .content {
    position: relative;
    z-index: 11;
    padding: 10px 20px 10px 0;
}
.shop-item-two .inner-box .content h6 {
    position: relative;
    font-weight: 500;
    margin-bottom: 6px;
}
.shop-item-two .inner-box .content h6 a {
    position: relative;
    color: #243559;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
}
.shop-item-two .inner-box .content h3 a:hover {
    color: #f71735;
}
.shop-item-two .inner-box .content .price {
    position: relative;
    color: #f71735;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 6px;
}
.shop-item-two .inner-box .content .price .discount {
    position: relative;
    color: #1b4962;
    font-size: 14px;
    margin-right: 8px;
    text-decoration: line-through;
}
.shop-item-two .inner-box .content .text {
    position: relative;
    color: #7683a3;
    font-size: 16px;
    line-height: 1.6em;
    margin-bottom: 3px;
}
.shop-item-two .inner-box .content .cart-btn {
    position: relative;
    color: #243559;
    font-weight: 400;
    padding: 8px 18px 6px;
    margin-top: 12px;
    border-radius: 6px;
    display: inline-block;
    background-color: #fff;
    border: 2px solid #243559;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
}
.shop-item-two .inner-box .content .cart-btn .icon {
    position: relative;
    margin-right: 8px;
}
.shop-item-two .inner-box .content .cart-btn:hover {
    color: #fff;
    background-color: #243559;
}
.shop-detail-section {
    position: relative;
    padding: 95px 0 100px;
    background-color: #f5f8ff;
}
.product-details .basic-details {
    position: relative;
    margin-bottom: 5px;
}
.product-details .image-column .image-carousel {
    background-color: #eee;
    border-radius: 10px;
    overflow: hidden;
}
.product-details .image-column, .product-details .info-column {
    margin-bottom: 40px;
}
.product-details .info-column .add-to-cart {
    position: relative;
    float: left;
    padding: 12px 28px;
    font-size: 16px;
    color: #fff;
    border-radius: 50px;
    margin-bottom: 10px;
    margin-right: 10px;
    background-color: #243559;
}
.product-details .info-column .add-to-cart .icon {
    position: relative;
    margin-left: 10px;
    display: inline-block;
}
.product-details .image-column .image-box img {
    position: relative;
    display: block;
    width: 100%}
.product-details .image-column .thumbs-carousel {
    margin-top: 25px;
    padding-left: 50px;
    padding-right: 50px;
}
.product-details .image-column .thumbs-carousel li {
    text-align: center;
    cursor: pointer;
    overflow: hidden;
    border-radius: 7px;
}
.product-details .image-column .thumbs-carousel li img {
    width: 100%;
    max-width: 100%;
    display: inline-block;
}
.product-details .image-column .thumbs-carousel .owl-nav {
    position: absolute;
    left: 0;
    top: 50%;
    right: 0;
    margin-top: -15px;
}
.product-details .image-column .thumbs-carousel .owl-nav .owl-prev {
    position: relative;
    width: 30px;
    height: 30px;
    color: #243559;
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    border-radius: 2px;
    display: inline-block;
    border: 1px solid #243559;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
}
.product-details .image-column .thumbs-carousel .owl-nav .owl-next {
    position: absolute;
    right: 0;
    width: 30px;
    height: 30px;
    color: #243559;
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    border-radius: 2px;
    display: inline-block;
    border: 1px solid #243559;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
}
.product-details .image-column .thumbs-carousel .owl-nav .owl-prev:hover, .product-details .image-column .thumbs-carousel .owl-nav .owl-next:hover {
    background-color: #243559;
    color: #fff;
    border-radius: 50px;
}
.product-details .basic-details .details-header {
    position: relative;
    margin-bottom: 0;
}
.product-details .basic-details .details-header h3 {
    font-weight: 700;
    margin: 0;
    line-height: 1.4em;
    color: #243559;
    margin-bottom: 15px;
}
.product-details .basic-details .details-header h3 a {
    color: #333;
}
.quantity-spinner {
    position: relative;
    display: block;
    width: 132px;
}
.product-details .quantity-spinner {
    margin-bottom: 20px;
    float: left;
    margin-right: 20px;
}
.quantity-spinner input {
    position: relative;
    display: block;
    width: 45px;
    line-height: 24px;
    padding: 9px 10px;
    margin: 0 44px;
    font-weight: 500;
    height: 42px;
    border: 1px solid #e0e0e0;
    text-align: center;
    border-radius: 2px;
}
.quantity-spinner .minus {
    position: absolute;
    left: 0;
    top: 0;
    width: 45px;
    height: 42px;
    line-height: 22px;
    padding: 10px;
    text-align: center;
    background: #fff;
    font-weight: 400;
    color: #555;
    font-size: 16px;
    cursor: pointer;
    border: 1px solid #e0e0e0;
    z-index: 1;
}
.quantity-spinner .plus {
    position: absolute;
    right: 0;
    top: 0;
    width: 45px;
    height: 42px;
    cursor: pointer;
    line-height: 22px;
    padding: 10px;
    text-align: center;
    font-weight: 400;
    background: #fff;
    color: #555;
    font-size: 16px;
    border: 1px solid #e0e0e0;
    z-index: 1;
}
.product-details .basic-details .details-header .rating {
    font-size: 16px;
    margin-bottom: 10px;
    display: inline-block;
}
.product-details .basic-details .details-header .rating span {
    color: #f9a109;
}
.product-details .basic-details .details-header .rating .fa {
    display: inline-block;
    margin-right: 1px;
}
.product-details .basic-details .details-header .rating .fa.light {
    color: #7683a3;
}
.product-details .basic-details .details-header .item-price {
    position: relative;
    color: #f71735;
    font-size: 28px;
    font-weight: 600;
    margin-top: 15px;
    text-decoration: inherit;
}
.product-details .basic-details .details-header .item-price span {
    position: relative;
    font-size: 22px;
    font-weight: 600;
    color: #243559;
    line-height: 24px;
    letter-spacing: 1px;
    text-decoration: line-through;
}
.product-details .basic-details .details-header .reviews {
    position: relative;
    margin-left: 10px;
    display: inline-block;
}
.product-details .basic-details .details-header .reviews a {
    position: relative;
    color: #7683a3;
    font-size: 14px;
}
.product-details .basic-details .stock-list {
    position: relative;
    margin-top: 20px;
}
.product-details .basic-details .stock-list li {
    position: relative;
    color: #7683a3;
    font-size: 14px;
    margin-bottom: 8px;
}
.product-details .basic-details .stock-list li span {
    position: relative;
    color: #243559;
    font-size: 16px;
    font-weight: 500;
}
.product-details .basic-details .stock-list li:last-child {
    margin-bottom: 0;
}
.product-details .basic-details .text {
    margin-bottom: 15px;
    color: #7683a3;
    font-size: 14px;
    line-height: 1.8em;
    margin-top: 15px;
}
.product-details .basic-details .availablity {
    position: relative;
    float: left;
    padding-right: 40px;
    line-height: 32px;
    margin-bottom: 27px;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 1px;
    color: #777;
}
.product-details .basic-details .availablity strong {
    font-size: 14px;
    letter-spacing: 2px;
    color: #f7542b;
    font-weight: 600;
    text-transform: uppercase;
}
.product-details .basic-details .item-quantity {
    position: relative;
}
.product-details .basic-details .item-title {
    position: relative;
    display: block;
    font-size: 16px;
    color: #243559;
    font-weight: 500;
    line-height: 30px;
    margin-bottom: 10px;
    text-transform: capitalize;
}
.product-details .basic-details .btns-box {
    position: relative;
    margin-top: 0;
    float: left;
}
.product-details .basic-details .cart-options {
    position: relative;
    float: left;
}
.product-details .basic-details .cart-options li {
    position: relative;
    margin-right: 8px;
    display: inline-block;
}
.product-details .basic-details .cart-options li a {
    position: relative;
    width: 46px;
    height: 46px;
    color: #243559;
    text-align: center;
    line-height: 42px;
    font-size: 18px;
    border-radius: 5px;
    display: inline-block;
    border: 2px solid #243559;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
}
.product-details .basic-details .cart-options li a:hover {
    color: #fff;
    background-color: #243559;
}
.product-details .basic-details .bootstrap-touchspin .input-group-btn-vertical > .btn, .cart-section .bootstrap-touchspin .input-group-btn-vertical > .btn {
    padding: 11px 10px;
    background: #f4f5f6;
}
.product-details .bootstrap-touchspin .input-group-btn-vertical i, .cart-section .bootstrap-touchspin .input-group-btn-vertical i {
    top: 6px;
}
.product-details .basic-details .sel-colors {
    position: relative;
    margin-bottom: 15px;
}
.product-details .basic-details .sel-colors strong {
    position: relative;
    display: block;
    font-size: 16px;
    color: #243559;
    font-weight: 500;
    line-height: 30px;
    text-transform: capitalize;
    margin-bottom: 8px;
}
.product-details .basic-details .sel-colors .color-box {
    position: relative;
    width: 30px;
    height: 30px;
    margin-right: 5px;
    border-radius: 50%;
    display: inline-block;
}
.product-details .basic-details .sel-colors .color-box input {
    position: absolute;
    visibility: hidden;
    opacity: 0;
}
.product-details .basic-details .sel-colors .color-box label {
    position: relative;
    display: block;
    width: 30px;
    height: 30px;
    cursor: pointer;
    border-radius: 5px;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
.product-details .basic-details .sel-colors .color-box input[type="radio"]:checked+label:before {
    position: absolute;
    content: '';
    left: 50%;
    top: 50%;
    width: 12px;
    height: 12px;
    margin-left: -6px;
    margin-top: -6px;
    border-radius: 2px;
    background-color: #fff;
}
.product-details .basic-details .product-size {
    position: relative;
    margin-bottom: 15px;
}
.product-details .basic-details .product-size strong {
    position: relative;
    display: block;
    font-size: 16px;
    color: #243559;
    font-weight: 500;
    line-height: 30px;
    text-transform: capitalize;
    margin-bottom: 10px;
}
.product-details .basic-details .product-size .size-box {
    position: relative;
    width: 100px;
    height: 40px;
    margin-right: 1px;
    border-radius: 5px;
    display: inline-block;
}
.product-details .basic-details .product-size .size-box input {
    position: absolute;
    visibility: hidden;
    opacity: 0;
}
.product-details .basic-details .product-size .size-box label {
    position: relative;
    display: block;
    width: 100px;
    height: 40px;
    cursor: pointer;
    text-align: center;
    border-radius: 5px;
    line-height: 40px;
    background-color: #fff;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
.product-details .basic-details .product-size .size-box input[type="radio"]:checked+label {
    color: #fff;
    background-color: #243559;
}
.shop-detail-section .prod-tabs {
    position: relative;
}
.shop-detail-section .prod-tabs .tab-btns {
    position: relative;
    margin-bottom: 20px;
}
.shop-detail-section .prod-tabs .tab-btns .tab-btn {
    position: relative;
    display: block;
    margin-right: 8px;
    font-size: 18px;
    background: none;
    color: #7683a3;
    font-weight: 500;
    line-height: 24px;
    cursor: pointer;
    border-radius: 5px;
    margin-bottom: 12px;
    display: inline-block;
    padding: 15px 40px;
    background-color: #fff;
    transition: all 500ms ease;
    text-transform: capitalize;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.10);
}
.shop-detail-section .prod-tabs .tab-btns .tab-btn:hover, .shop-detail-section .prod-tabs .tab-btns .tab-btn.active-btn {
    color: #fff;
    background: #243559;
    border-color: #243559;
}
.shop-detail-section .prod-tabs .tabs-content {
    position: relative;
}
.shop-detail-section .prod-tabs .tabs-content .tab {
    position: relative;
    display: none;
}
.shop-detail-section .prod-tabs .tabs-content .tab.active-tab {
    display: block;
}
.shop-detail-section .prod-tabs .tabs-content .tab p {
    font-size: 16px;
    line-height: 1.8em;
    color: #7683a3;
    margin-bottom: 20px;
}
.shop-detail-section .prod-tabs .tabs-content .tab p:last-child {
    margin-bottom: 0;
}
.shop-detail-section .prod-tabs .tabs-content h3 {
    position: relative;
    color: #000;
    font-weight: 700;
    margin-bottom: 20px;
}
.shop-detail-section .prod-tabs .tabs-content h6 {
    position: relative;
    color: #000;
    font-weight: 700;
    margin-bottom: 10px;
}
.shop-detail-section .prod-tabs .tabs-content .rating {
    position: relative;
    margin-bottom: 22px;
}
.shop-detail-section .prod-tabs .tabs-content .rating label {
    position: relative;
    font-weight: 500;
    font-size: 16px;
    display: block;
    color: #000;
    margin-bottom: 6px;
    font-family: 'Cabin', sans-serif;
}
.shop-detail-section .prod-tabs .tabs-content .rating a {
    position: relative;
    color: #7683a3;
}
.shop-detail-section .prod-tabs .tabs-content .rating a span {
    position: relative;
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    display: inline-block;
}
.shop-detail-section .prod-tabs .tabs-content .rating a span:hover {
    color: #fdb91c;
}
.shop-comment-box {
    position: relative;
    padding: 20px;
    margin-bottom: 30px;
    border-radius: 7px;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
    background-color: #fff;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.10);
}
.shop-comment-box:last-child {
    margin-bottom: 0;
}
.shop-comment-box .shop-comment {
    position: relative;
    font-size: 14px;
    padding: 5px 0 0 85px;
}
.shop-comment-box .shop-comment .shop-reply-comment {
    margin-left: 90px;
}
.shop-comment-box .shop-comment .author-thumb {
    position: absolute;
    left: 0;
    top: 0;
    width: 65px;
    border-radius: 0;
    margin-bottom: 20px;
    overflow: hidden;
}
.shop-comment-box .shop-comment .author-thumb img {
    width: 100%;
    display: block;
}
.shop-comment-box .shop-comment .shop-comment-info {
    margin-bottom: 10px;
}
.shop-comment-box .shop-comment strong {
    font-size: 18px;
    font-weight: 500;
    color: #243559;
    display: block;
    line-height: 1.3em;
    display: block;
    text-transform: capitalize;
}
.shop-comment-box .shop-comment .text {
    position: relative;
    color: #7683a3;
    font-size: 14px;
    line-height: 1.9em;
    margin-bottom: 10px;
    padding-top: 0;
}
.shop-comment-box .shop-comment .comment-time {
    font-size: 13px;
    color: #f71735;
    margin-top: 4px;
    display: block;
    font-weight: 400;
    margin-bottom: 6px;
}
.shop-comment-box .shop-comment .comment-option {
    position: relative;
}
.shop-comment-box .shop-comment .comment-option .comment-option {
    position: relative;
}
.shop-comment-box .shop-comment .comment-option li {
    position: relative;
    margin-right: 15px;
    line-height: 1.1em;
    padding-right: 15px;
    display: inline-block;
    border-right: 1px solid #243559;
}
.shop-comment-box .shop-comment .comment-option li a {
    position: relative;
    color: #f71735;
    font-size: 14px;
    padding-left: 25px;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}
.shop-comment-box .shop-comment .comment-option li a .icon {
    position: absolute;
    left: 0;
    top: 1px;
    color: #243559;
}
.shop-comment-box .shop-comment .comment-option li:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: 0;
}
.shop-comment-box .shop-comment .comment-option li a:hover {
    color: #243559;
}
.shop-comment-box .shop-comment .theme-btn:hover {
    background-color: #222;
}
.shop-comment-form {
    position: relative;
}
.shop-comment-form .form-group {
    position: relative;
    margin-bottom: 20px;
}
.shop-comment-form .form-group .icon {
    position: absolute;
    right: 30px;
    top: 20px;
    color: #7986a5;
    font-size: 16px;
    line-height: 1em;
    z-index: 1;
    font-weight: 400;
}
.shop-comment-form .form-group:last-child {
    margin-bottom: 0;
}
.shop-comment-form .form-group input[type="text"], .shop-comment-form .form-group input[type="tel"], .shop-comment-form .form-group input[type="email"], .shop-comment-form .form-group select {
    position: relative;
    display: block;
    width: 100%;
    line-height: 28px;
    padding: 10px 20px;
    color: #111;
    height: 55px;
    font-size: 14px;
    background: #fff;
    font-weight: 400;
    border-radius: 3px;
    border: 1px solid transparent;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}
.shop-comment-form .form-group input[type="text"]:focus, .shop-comment-form .form-group input[type="tel"]:focus, .shop-comment-form .form-group input[type="email"]:focus, .shop-comment-form .form-group textarea:focus {
    border-color: #f71735;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.10);
}
.shop-comment-form input::placeholder, .shop-comment-form textarea::placeholder {
    color: #243559;
}
.shop-comment-form .form-group textarea {
    position: relative;
    display: block;
    width: 100%;
    line-height: 22px;
    padding: 15px 20px;
    color: #222;
    height: 150px;
    background: #fff;
    resize: none;
    font-size: 14px;
    font-weight: 400;
    border-radius: 5px;
    border: 1px solid transparent;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}
.shop-comment-form button {
    position: relative;
    color: #fff;
    margin-top: 5px;
    font-size: 18px;
    font-weight: 500;
    padding: 10px 25px;
    border-radius: 50px;
    background-color: #243559;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}
.shop-comment-form button .arrow {
    position: relative;
    top: 2px;
    color: #fff;
    font-size: 22px;
    margin-left: 5px;
}
.shop-comment-form button:hover {
    background-color: #f71735;
}
.related-shop-section {
    position: relative;
    padding: 0 0 80px;
    background-color: #f5f8ff;
}
.cart-section {
    position: relative;
    z-index: 9;
    background-color: #fff;
    padding: 100px 0 120px;
}
.cart-section .button-box {
    position: relative;
    margin-top: 40px;
}
.cart-section .cart-outer {
    position: relative;
}
.cart-section .table-outer {
    position: relative;
    width: 100%;
    overflow-x: auto;
}
.cart-section .cart-table {
    width: 100%;
    min-width: 900px;
    border: 1px solid #eee;
}
.cart-section .cart-table tbody tr {
    border-bottom: 1px solid #eee;
}
.cart-table .cart-header {
    position: relative;
    width: 100%;
    text-transform: uppercase;
    font-size: 16px;
    border-radius: 0;
    background: #7ab63a;
    color: #1f1f1f;
}
.cart-table thead tr th {
    line-height: 24px;
    padding: 20px 15px;
    min-width: 120px;
    font-weight: 700;
    color: #fff;
    font-size: 16px;
    text-transform: capitalize;
}
.cart-table thead tr th.prod-column {
    text-align: left;
    padding-left: 40px;
}
.cart-table tbody tr td {
    line-height: 24px;
    padding: 40px;
    min-width: 100px;
}
.cart-table tbody tr .qty {
    width: 90px;
    padding-right: 40px;
    padding-left: 10px;
}
.cart-table tbody tr .prod-column .column-box {
    position: relative;
    min-height: 100px;
    padding-left: 130px;
    padding-top: 40px;
    text-align: left;
}
.column.default-column .cart-table tbody tr .qty {
    width: 110px;
    padding-right: 20px;
}
.cart-table tbody tr .prod-column .column-box .prod-thumb {
    position: absolute;
    width: 100px;
    left: 0;
    top: 0;
}
.cart-table tbody tr .prod-column .column-box .prod-thumb img {
    display: block;
    max-width: 100%}
.cart-table tbody tr .prod-column .column-box h6 {
    color: #222;
    font-weight: 500;
    margin-bottom: 5px;
}
.cart-table tbody tr .sub-total {
    font-weight: 400;
    color: #222;
    font-size: 18px;
    padding-left: 20px;
}
.cart-table tbody tr .remove-btn {
    position: relative;
    font-size: 18px;
    color: #7ab63a;
    display: inline-block;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    transition: all 500ms ease;
}
.cart-table tbody tr .remove-btn .fa {
    position: relative;
    top: 2px;
    font-size: 10px;
    line-height: 14px;
    width: 14px;
    height: 14px;
    margin-right: 8px;
    background: #f0f0f0;
    color: #fff;
    text-align: center;
    overflow: hidden;
    text-indent: 100px;
}
.cart-table tbody tr .remove-btn:hover .fa {
    text-indent: 0;
    background: #fa9928;
}
.cart-table tbody tr td {
    vertical-align: middle;
}
.cart-table tbody tr td.price {
    font-size: 18px;
    font-weight: 400;
    color: #222;
    padding-left: 10px;
}
.cart-table tbody .available-info {
    position: relative;
    padding-left: 50px;
    color: #727272;
    font-size: 16px;
}
.cart-table tbody .available-info .icon {
    position: absolute;
    left: 0;
    top: 5px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 18px;
    color: #fff;
    background: #3e4494;
    border-radius: 50%}
.cart-section .coupon-outer {
    position: relative;
    margin: 40px 0 50px;
}
.cart-section .coupon-outer .cart-btn {
    font-size: 14px;
    padding: 14px 43px;
    font-weight: 400;
    cursor: pointer;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    transition: all 500ms ease;
}
.cart-section .apply-coupon {
    position: relative;
}
.cart-section .apply-coupon .form-group {
    position: relative;
    float: left;
    margin-right: 20px;
}
.cart-section .apply-coupon .form-group .coupon-btn {
    padding: 11px 28px;
    line-height: 30px;
    cursor: pointer;
}
.cart-section .apply-coupon .form-group input[type="text"] {
    display: block;
    line-height: 26px;
    padding: 12px 0;
    border-bottom: 2px solid #7ab63a;
    height: 54px;
    width: 230px;
    background: none;
    font-size: 14px;
}
.cart-section .estimate-form {
    position: relative;
}
.cart-section .sec-title {
    margin-bottom: 25px;
}
.cart-section .sec-title h2 {
    font-size: 26px;
    color: #222;
}
.cart-section .estimate-form .row {
    margin-left: -7px;
    margin-right: -7px;
}
.cart-section .estimate-form .row .form-group {
    padding: 0 7px!important;
    margin-bottom: 30px;
}
.cart-section .cart-note {
    position: relative;
    margin-bottom: 50px;
    padding: 16px 20px;
    text-align: center;
    border: 1px dashed #b2dd4c;
    background: #f4f4f4;
    line-height: 1.7em;
}
.bootstrap-touchspin .input-group-btn-vertical > .btn {
    height: 24px;
    background: #e9e9e9;
}
.bootstrap-touchspin .input-group-btn-vertical i {
    left: 6px;
    top: 6px;
}
.cart-total-box {
    position: relative;
    max-width: 490px;
    margin-bottom: 40px;
    padding: 40px 40px 30px;
    background-color: #f4f4f4;
}
.cart-total-box h4 {
    position: relative;
    color: #222;
    font-weight: 700;
    line-height: 1.4em;
    margin-bottom: 25px;
}
.totals-table {
    position: relative;
}
.totals-table li {
    position: relative;
    color: #222;
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 8px;
}
.totals-table li .col {
    float: right;
    width: auto;
}
.totals-table li .col-title {
    font-weight: 600;
    float: left;
}
.totals-table li.total {
    margin-top: 25px;
    padding-top: 30px;
    border-top: 1px solid #ccc;
}
.checkout-btn {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    padding: 17px 43px 14px;
    cursor: pointer;
    background-color: #7ab63a;
}
.checkout-page {
    position: relative;
    z-index: 9;
    background-color: #fff;
    padding: 100px 0 80px;
}
.checkout-page .default-links {
    position: relative;
    margin-bottom: 40px;
}
.checkout-page .default-links li {
    margin-bottom: 15px;
    line-height: 24px;
    padding: 18px 28px;
    background: #f9f9f9;
    color: #797979;
    font-size: 17px;
    font-weight: 600;
    border: 1px solid #ebebeb;
}
.checkout-page .default-links li a {
    color: #7ab63a;
    text-decoration: underline;
}
.shop-form .billing-inner {
    position: relative;
    padding-right: 100px;
}
.shop-form .sec-title h2 {
    font-size: 24px;
}
.shop-form .form-group {
    position: relative;
    margin-bottom: 20px;
}
.billing-details .shop-form .sec-title {
    margin-bottom: 20px;
}
.billing-details .shop-form .form-group.sec-title {
    margin-bottom: 10px;
    padding-bottom: 30px;
    margin-top: 20px;
}
.shop-form .form-group .field-label {
    display: block;
    line-height: 24px;
    margin-bottom: 8px;
    color: #797979;
    font-size: 15px;
    font-weight: 500;
    text-transform: capitalize;
}
.shop-form .form-group .field-label sup {
    position: relative;
    top: 0;
    color: #797979;
    font-size: 16px;
}
.shop-form input[type="text"], .shop-form input[type="email"], .shop-form input[type="password"], .shop-form input[type="tel"], .shop-form input[type="number"], .shop-form input[type="url"], .shop-form select, .shop-form textarea {
    position: relative;
    display: block;
    width: 100%;
    background: #fff;
    line-height: 16px;
    padding: 10px 15px;
    height: 50px;
    border: 1px solid #eee;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
}
.shop-form input.address-two {
    margin-top: 12px;
}
.shop-form input::-webkit-input-placeholder, .shop-form select::-webkit-input-placeholder, .shop-form textarea-webkit-input-placeholder {
    color: #c6c6c6;
}
.shop-form select {
    -webkit-appearance: none;
    -ms-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    background: #fff url(../images/icons/icon-select.png) right center no-repeat;
    cursor: pointer;
}
.shop-form select option {
    text-indent: 15px;
}
.shop-form textarea {
    resize: none;
    height: 100px!important;
    overflow: hidden;
}
.shop-form input:focus, .shop-form select:focus, .shop-form textarea:focus {
    border-color: #7ab63a;
}
.shop-order-box {
    position: relative;
    padding: 20px 28px 50px;
    border: 1px solid #d9d9d9;
    background-color: #fdfdfd;
}
.shop-order-box .order-list {
    position: relative;
}
.shop-order-box .order-list li {
    position: relative;
    color: #797979;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 12px;
    text-transform: uppercase;
}
.shop-order-box .order-list li span {
    float: right;
    width: 35%;
    text-align: left;
    font-size: 17px;
    text-transform: capitalize;
}
.shop-order-box .order-list li span.dark {
    color: #242424;
}
.shop-order-box .order-list li.total {
    padding: 8px 0;
    border-top: 1px solid #e2e2e2;
    border-bottom: 1px solid #e2e2e2;
}
.payment-options {
    position: relative;
    margin-top: 20px;
    margin-bottom: 20px;
}
.checkout-page .payment-options li {
    position: relative;
    margin-bottom: 15px;
}
.checkout-page .payment-options li .radio-option {
    position: relative;
}
.checkout-page .payment-options li .radio-option label {
    position: relative;
    display: block;
    padding-left: 30px;
    font-weight: 600!important;
    text-transform: capitalize;
    letter-spacing: 1px;
    color: #797979;
    cursor: pointer;
    font-size: 15px;
}
.checkout-page .payment-options li .radio-option label strong {
    font-weight: 500;
    display: inline-block;
    color: #797979;
    font-size: 15px;
}
.checkout-page .payment-options li .radio-option input[type="radio"] {
    position: absolute;
    left: 0;
    top: 3px;
}
.checkout-page .payment-options li .radio-option #payment-3 {
    top: 9px;
}
.checkout-page .payment-options li .what-paypall {
    font-size: 13px;
    font-weight: 500;
    margin-left: 15px;
    color: #4349d9;
}
.checkout-page .payment-options li .radio-option label .small-text {
    position: relative;
    display: none;
    padding: 18px 26px;
    letter-spacing: 0;
    text-transform: none;
    font-weight: 400;
    font-size: 15px;
    color: #8e8d8d;
    border-radius: 4px;
    line-height: 20px;
    line-height: 1.8em;
    margin-top: 20px;
    margin-left: -30px;
    background-color: #ececec;
}
.checkout-page .payment-options li .radio-option label .small-text:before {
    position: absolute;
    content: '';
    left: 24px;
    top: -10px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 15px solid #ececec;
}
.checkout-page .payment-options li .radio-option input[type="radio"]:checked + label .small-text {
    display: block;
}
.checkout-page .payment-options li .radio-option label img {
    position: relative;
    top: -3px;
    display: inline-block;
    max-width: 100%;
    padding-left: 30px;
    position: relative;
    display: inline-block;
    max-width: 100%;
    padding-left: 30px;
}
.banner-section-two {
    position: relative;
    overflow: hidden;
    background-color: #fffaf8;
}
.banner-section-two .slide .color-layer-one {
    position: absolute;
    content: '';
    right: -100px;
    top: -100px;
    width: 325px;
    height: 325px;
    z-index: 2;
    border-radius: 50%;
    display: inline-block;
    background-color: #fe8340;
}
.banner-section-two .slide {
    position: relative;
    overflow: hidden;
    padding-top: 180px;
    padding-bottom: 200px;
    background-size: cover;
    background-position: right center;
}
.banner-section-two .content-boxed {
    position: relative;
    z-index: 10;
}
.banner-section-two .content-boxed .inner-column {
    position: relative;
}
.banner-section-two .content-boxed .title {
    position: relative;
    color: #ff4a17;
    font-size: 16px;
    line-height: 1.4em;
    margin-bottom: 16px;
    font-weight: 500;
    opacity: 0;
    padding: 0 40px;
    transform: scaleY(0);
    transform-origin: top;
    display: inline-block;
    text-transform: uppercase;
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 100ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
}
.banner-section-two .active .content-boxed .title {
    opacity: 1;
    transform: scaleY(1);
    -webkit-transition-delay: 300ms;
    -moz-transition-delay: 300ms;
    -ms-transition-delay: 300ms;
    -o-transition-delay: 300ms;
    transition-delay: 300ms;
}
.banner-section-two .content-boxed .title:before {
    position: absolute;
    content: '';
    left: 0;
    top: 8px;
    height: 2px;
    width: 30px;
    background-color: #ff4a17;
}
.banner-section-two .content-boxed .title:after {
    position: absolute;
    content: '';
    right: 0;
    top: 8px;
    height: 2px;
    width: 30px;
    background-color: #ff4a17;
}
.banner-section-two .content-boxed h1 {
    position: relative;
    color: #14212b;
    font-weight: 600;
    line-height: 1em;
    opacity: 0;
    font-size: 64px;
    transform: scaleY(0);
    transform-origin: top;
    text-transform: capitalize;
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 100ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
}
.banner-section-two .active .content-boxed h1 {
    opacity: 1;
    transform: scaleY(1);
    -webkit-transition-delay: 600ms;
    -moz-transition-delay: 600ms;
    -ms-transition-delay: 600ms;
    -o-transition-delay: 600ms;
    transition-delay: 600ms;
}
.banner-section-two .content-boxed .text {
    position: relative;
    color: #14212b;
    font-size: 18px;
    line-height: 1.7em;
    margin-top: 20px;
    margin-bottom: 30px;
    font-weight: 400;
    opacity: 0;
    max-width: 600px;
    transform: scaleY(0);
    transform-origin: top;
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 100ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
}
.banner-section-two .active .content-boxed .text {
    opacity: 1;
    transform: scaleY(1);
    -webkit-transition-delay: 900ms;
    -moz-transition-delay: 900ms;
    -ms-transition-delay: 900ms;
    -o-transition-delay: 900ms;
    transition-delay: 900ms;
}
.banner-section-two .content-boxed .btns-box {
    margin-top: 35px;
    opacity: 0;
    transform: scaleY(0);
    transform-origin: top;
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 100ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
}
.banner-section-two .active .content-boxed .btns-box {
    opacity: 1;
    transform: scaleY(1);
    -webkit-transition-delay: 1200ms;
    -moz-transition-delay: 1200ms;
    -ms-transition-delay: 1200ms;
    -o-transition-delay: 1200ms;
    transition-delay: 1200ms;
}
.banner-section-two .content-boxed .theme-btn {
    margin-right: 15px;
}
.banner-section-two .owl-dots {
    position: absolute;
    right: 40px;
    top: 50%;
    transform: translateY(-50%);
}
.banner-section-two .owl-dots .owl-dot {
    position: relative;
    width: 16px;
    height: 16px;
    border-radius: 50px;
    margin: 10px 0;
    background-color: #14212b;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
}
.banner-section-two .owl-dots .owl-dot.active, .banner-section-two .owl-dots .owl-dot:hover {
    background-color: #ff4a17;
}
.banner-section-two .owl-nav {
    display: none;
}
.feature-section-two {
    position: relative;
}
.feature-section-two .inner-container {
    position: relative;
    margin-top: -115px;
    z-index: 1;
    margin-bottom: -115px;
}
.feature-block-five {
    position: relative;
    margin-bottom: 30px;
}
.feature-block-five .inner-box {
    position: relative;
    overflow: hidden;
    padding: 25px 20px;
    border-radius: 6px;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.07);
}
.feature-block-five .inner-box h4 {
    position: relative;
    font-weight: 500;
    line-height: 1.3em;
}
.feature-block-five .inner-box h4 a {
    position: relative;
    color: #000;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
}
.feature-block-five .inner-box .image-layer {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    transform: scale(1, 0.4);
    background-size: cover;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
}
.feature-block-five .inner-box .image-layer:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(253, 91, 3, 0.70);
}
.feature-block-five .inner-box:hover .image-layer {
    opacity: 1;
    transform: scale(1, 1);
}
.feature-block-five .inner-box .text {
    position: relative;
    margin-top: 10px;
    color: #84869c;
    font-size: 14px;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
}
.feature-block-five .inner-box:hover .text, .feature-block-five .inner-box:hover h4 a {
    color: #fff;
}
.about-section-two {
    position: relative;
    padding: 60px 0;
}
.about-section-two .inner-container {
    position: relative;
    margin-top: 0;
}
.about-section-two .image-column {
    position: relative;
    margin-bottom: 30px;
}
.about-section-two .image-column .inner-column {
    position: relative;
    padding-bottom: 140px;
}
.about-section-two .image-column .image {
    position: relative;
}
.about-section-two .image-column .image img {
    position: relative;
    border-radius: 50%;
    box-shadow: 3px 3px 12px 0 #000;
}
.about-section-two .image-column .image-two {
    position: absolute;
    right: 0;
    bottom: 0;
}
.about-section-two .image-column .year {
    position: absolute;
    right: 80px;
    top: 70px;
    z-index: 1;
    color: #fff;
    width: 170px;
    height: 170px;
    font-size: 48px;
    font-weight: 600;
    line-height: 36px;
    text-align: center;
    border-radius: 50%;
    padding-top: 45px;
    background-color: #ffc107;
    font-family: 'Cabin', sans-serif;
    box-shadow: 3px 3px 12px 0 #000;
}
.about-section-two .image-column .year span {
    position: relative;
    font-size: 18px;
    font-weight: 500;
    display: block;
    margin-top: 6px;
}
.about-section-two .content-column {
    position: relative;
    margin-bottom: 30px;
}
.about-section-two .content-column .inner-column {
    position: relative;
}
.feature-block-six {
    position: relative;
    margin-bottom: 30px;
}
.feature-block-six .inner-box {
    position: relative;
    padding-left: 90px;
}
.feature-block-six .inner-box .icon-box {
    position: absolute;
    left: 0;
    top: 0;
    width: 70px;
    height: 70px;
    z-index: 1;
}
.feature-block-six .inner-box .icon-box .icon {
    position: absolute;
    left: 0;
    top: 0;
    width: 70px;
    height: 70px;
    color: #fd6716;
    line-height: 70px;
    text-align: center;
    border-radius: 50px;
    font-size: 30px;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.10);
}
.feature-block-six .inner-box .icon-box .icon:after {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 70px;
    height: 70px;
    z-index: -10;
    opacity: 0;
    border-radius: 50px;
    display: inline-block;
    background-color: #fd6716;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
}
.feature-block-six .inner-box:hover .icon-box .icon:after {
    opacity: 1;
    transform: translateX(-6px) translateY(6px);
}
.feature-block-six .inner-box h6 {
    position: relative;
    color: #000;
    font-size: 18px;
    font-weight: 600;
}
.feature-block-six .inner-box .featured-text {
    position: relative;
    color: #84869c;
    font-size: 16px;
    line-height: 1.6em;
    margin-top: 6px;
}
.services-section-two {
    position: relative;
    overflow: hidden;
    padding: 100px 0 60px;
    background-color: #f8f8f8;
}
.service-block-three {
    position: relative;
    margin-bottom: 30px;
}
.service-block-three .inner-box {
    position: relative;
    padding: 25px;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.10);
}
.service-block-three .inner-box .upper-box {
    position: relative;
    padding-left: 75px;
    padding-top: 12px;
}
.service-block-three .inner-box .upper-box .icon-box {
    position: absolute;
    left: 0;
    top: 0;
    width: 50px;
    height: 50px;
    z-index: 1;
}
.service-block-three .inner-box .upper-box .icon-box .icon {
    position: absolute;
    left: 0;
    top: 0;
    width: 50px;
    height: 50px;
    color: #13202a;
    line-height: 50px;
    text-align: center;
    border-radius: 50px;
    font-size: 24px;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.10);
}
.service-block-three .inner-box .upper-box .icon-box .icon:after {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 50px;
    height: 50px;
    z-index: -10;
    border-radius: 50px;
    display: inline-block;
    background-color: #13202a;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    transform: translateX(-6px) translateY(6px);
}
.service-block-three .inner-box:hover .icon-box .icon:after {
    opacity: 0;
    background-color: #ff4a17;
    transform: translateX(0px) translateY(0px);
}
.service-block-three .inner-box:hover .upper-box .icon-box .icon {
    color: #ff4a17;
}
.service-block-three .inner-box .upper-box h4 {
    position: relative;
    font-weight: 600;
    line-height: 1.2em;
}
.service-block-three .inner-box .upper-box h4 a {
    position: relative;
    color: #010101;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
}
.service-block-three .inner-box:hover .upper-box h4 a {
    color: #fd5b03;
}
.service-block-three .inner-box .feature-text {
    position: relative;
    color: #84869c;
    font-size: 14px;
    line-height: 1.8em;
    margin-top: 28px;
}
.service-block-three .inner-box .arrow {
    position: relative;
    width: 36px;
    height: 36px;
    color: #fff;
    text-align: center;
    margin: 0 auto;
    font-size: 18px;
    margin-top: 15px;
    line-height: 36px;
    display: inline-block;
    background-color: #14212b;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
}
.service-block-three .inner-box:hover .arrow {
    border-radius: 50px;
    background-color: #fd5b03;
}
.choose-section {
    position: relative;
    padding: 100px 0 60px;
}
.choose-section .content-column {
    position: relative;
    margin-bottom: 40px;
}
.choose-section .content-column .inner-column {
    position: relative;
}
.choose-section .content-column .blocks-outer {
    position: relative;
}
.choose-block {
    position: relative;
    margin-bottom: 20px;
}
.choose-block .inner-box {
    position: relative;
    padding-left: 70px;
}
.choose-block .inner-box .icon-box {
    position: absolute;
    left: 0;
    top: 0;
    width: 50px;
    height: 50px;
    z-index: 1;
}
.choose-block .inner-box .icon-box .icon {
    position: absolute;
    left: 0;
    top: 0;
    width: 50px;
    height: 50px;
    color: #14212b;
    line-height: 50px;
    text-align: center;
    border-radius: 50px;
    font-size: 20px;
    font-weight: 600;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.10);
}
.choose-block .inner-box .icon-box .icon:after {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 50px;
    height: 50px;
    z-index: -10;
    border-radius: 50px;
    display: inline-block;
    background-color: #14212b;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    transform: translateX(-6px) translateY(6px);
}
.choose-block .inner-box:hover .icon-box .icon:after {
    opacity: 0;
    background-color: #fd5b03;
    transform: translateX(0px) translateY(0px);
}
.choose-block .inner-box:hover .upper-box .icon-box .icon {
    color: #ff4a17;
}
.choose-block .inner-box h6 {
    position: relative;
    font-weight: 500;
    font-size: 18px;
    color: #000;
    line-height: 1.3em;
}
.choose-block .inner-box .choose-text {
    position: relative;
    color: #84869c;
    font-size: 16px;
    margin-top: 6px;
    line-height: 1.6em;
}
.choose-section .video-column {
    position: relative;
    margin-bottom: 40px;
}
.choose-section .video-column .inner-column {
    position: relative;
}
.video-box-two {
    position: relative;
    margin-bottom: 25px;
}
.video-box-two .video-image {
    position: relative;
    margin: 0;
    overflow: hidden;
    border-radius: 10px;
}
.video-box-two .video-image img {
    position: relative;
    width: 100%;
    z-index: 3;
}
.video-box-two .overlay-box {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    overflow: hidden;
    line-height: 45px;
    overflow: hidden;
    border-radius: 10px;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
}
.video-box-two .overlay-box:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    border-radius: 10px;
    background-color: rgba(0, 0, 0, 0.20);
}
.video-box-two .overlay-box span {
    position: absolute;
    width: 80px;
    height: 80px;
    left: 50%;
    top: 50%;
    z-index: 10;
    color: #fff;
    font-weight: 400;
    font-size: 22px;
    text-align: center;
    padding-left: 4px;
    display: inline-block;
    margin-top: -40px;
    margin-left: -40px;
    line-height: 80px;
    border-radius: 50%;
    transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
    background-color: #fd5b03;
}
.video-box-two .ripple, .video-box-two .ripple:before, .video-box-two .ripple:after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80px;
    height: 80px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
    -ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
    -o-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
    -webkit-animation: ripple 3s infinite;
    -moz-animation: ripple 3s infinite;
    -ms-animation: ripple 3s infinite;
    -o-animation: ripple 3s infinite;
    animation: ripple 3s infinite;
}
.video-box-two .ripple:before {
    -webkit-animation-delay: .9s;
    -moz-animation-delay: .9s;
    -ms-animation-delay: .9s;
    -o-animation-delay: .9s;
    animation-delay: .9s;
    content: "";
    position: absolute;
}
.video-box-two .ripple:after {
    -webkit-animation-delay: .6s;
    -moz-animation-delay: .6s;
    -ms-animation-delay: .6s;
    -o-animation-delay: .6s;
    animation-delay: .6s;
    content: "";
    position: absolute;
}
.testimonial-section-two {
    position: relative;
    padding: 100px 0 95px;
    background-color: #f7f7f7;
}
.testimonial-section-two .owl-dots {
    display: none;
}
.testimonial-section-two .owl-nav {
    position: absolute;
    left: 290px;
    bottom: 40px;
}
.testimonial-section-two .owl-nav .owl-prev, .testimonial-section-two .owl-nav .owl-next {
    position: relative;
    width: 36px;
    height: 36px;
    color: #fff;
    font-size: 20px;
    text-align: center;
    line-height: 36px;
    margin-right: 10px;
    border-radius: 50px;
    display: inline-block;
    background-color: #14212b;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
}
.testimonial-section-two .owl-nav .owl-prev:hover, .testimonial-section-two .owl-nav .owl-next:hover {
    background-color: #fd5b03;
}
.testimonial-block-two {
    position: relative;
}
.testimonial-block-two .inner-box {
    position: relative;
    min-height: 330px;
}
.testimonial-block-two .inner-box .content {
    position: relative;
    padding: 30px;
    text-align: right;
    margin-left: 130px;
    padding-left: 160px;
    top: 85px;
    margin-right: 10px;
    border-radius: 6px;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.10);
}
.testimonial-block-two .inner-box .image {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    width: 262px;
    height: 262px;
    display: inline-block;
}
.testimonial-block-two .inner-box .image img {
    position: relative;
    width: 262px;
    height: 262px;
    overflow: hidden;
    border-radius: 50%}
.testimonial-block-two .inner-box .image .quote {
    position: absolute;
    right: 0;
    top: 5px;
    z-index: 1;
    width: 70px;
    height: 70px;
    color: #ff4a17;
    font-size: 28px;
    border-radius: 50px;
    line-height: 70px;
    text-align: center;
    display: inline-block;
    background-color: #fff;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.10);
}
.testimonial-block-two .inner-box .content .text {
    position: relative;
    color: #84869c;
    font-size: 16px;
    line-height: 1.8em;
}
.testimonial-block-two .inner-box .content h6 {
    position: relative;
    color: #000;
    font-weight: 500;
    line-height: 1.2em;
    margin-top: 15px;
}
.testimonial-block-two .inner-box .content .designation {
    position: relative;
    color: #ff4a17;
    font-size: 14px;
    margin-top: 6px;
}
.cases-section-two {
    position: relative;
    padding: 100px 0 80px;
}
.case-block-three {
    position: relative;
    margin-bottom: 30px;
}
.case-block-three .inner-box {
    position: relative;
    overflow: hidden;
    background-color: #fff;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.10);
}
.case-block-three .inner-box .image {
    position: relative;
    width: 100%;
    overflow: hidden;
    background-color: #14212b;
}
.case-block-three .inner-box .image img {
    position: relative;
    width: 100%;
    display: block;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
}
.case-block-three .inner-box:hover .image img {
    opacity: .6;
    transform: scale(1.05, 1.05);
}
.case-block-three .inner-box .image .category {
    position: absolute;
    left: 15px;
    top: 15px;
    z-index: 2;
    color: #14212b;
    font-size: 12px;
    padding: 6px 18px 4px;
    letter-spacing: 1px;
    border-radius: 4px;
    font-weight: 600;
    background-color: #fff;
    text-transform: uppercase;
}
.case-block-three .inner-box .lower-content {
    position: relative;
    padding: 25px 20px;
}
.case-block-three .inner-box .lower-content h4 {
    position: relative;
    font-weight: 600;
    line-height: 1.4em;
}
.case-block-three .inner-box .lower-content h4 a {
    position: relative;
    color: #000;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
}
.case-block-three .inner-box .lower-content h4 a:hover {
    color: #ff4a17;
}
.case-block-three .inner-box .lower-content .text {
    position: relative;
    color: #555;
    font-size: 16px;
    line-height: 1.7em;
    margin-top: 12px;
}
.case-block-three .inner-box .lower-content .arrow {
    position: relative;
    width: 36px;
    height: 36px;
    color: #fff;
    text-align: center;
    margin: 0 auto;
    font-size: 18px;
    margin-top: 15px;
    line-height: 36px;
    display: inline-block;
    background-color: #14212b;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
}
.case-block-three .inner-box:hover .arrow {
    border-radius: 50px;
    background-color: #ff4a17;
}
.team-section-two {
    position: relative;
    padding: 100px 0 260px;
    background-color: #f7f7f7;
}
.team-block-two {
    position: relative;
    margin-bottom: 30px;
}
.team-block-two .inner-box {
    position: relative;
}
.team-block-two .inner-box .image {
    position: relative;
    overflow: hidden;
    width: 262px;
    height: 262px;
    border-radius: 50%}
.team-block-two .inner-box .image img {
    position: relative;
    width: 100%;
    display: block;
}
.team-block-two .inner-box .image .overlay-box {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    color: #fff;
    text-align: center;
    transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
    -moz-transform: rotateY(-180deg);
    -webkit-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    -o-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
}
.team-block-two .overlay-box:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: .5;
    background-color: #14212b;
}
.team-block-two .inner-box:hover .overlay-box {
    opacity: 1;
    -moz-transform: rotateY(0deg);
    -webkit-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    transform: rotateY(0deg);
    visibility: visible;
}
.team-block-two .inner-box .image .overlay-inner {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: table;
    vertical-align: middle;
    padding: 10px 0;
}
.team-block-two .inner-box .image .overlay-inner .content {
    position: relative;
    display: table-cell;
    vertical-align: middle;
}
.team-block-two .inner-box .social-box {
    position: relative;
}
.team-block-two .inner-box .social-box li {
    position: relative;
    margin: 0 3px;
    display: inline-block;
}
.team-block-two .inner-box .social-box li a {
    position: relative;
    width: 40px;
    height: 40px;
    font-size: 18px;
    color: #fff;
    line-height: 40px;
    text-align: center;
    border-radius: 5px;
    display: inline-block;
    background-color: #1b4195;
}
.team-block-two .inner-box .social-box li.twitter a {
    background-color: #31ade1;
}
.team-block-two .inner-box .social-box li.linkedin a {
    background-color: #0f72aa;
}
.team-block-two .inner-box .social-box li.instagram a {
    background-color: #db2f4f;
}
.team-block-two .inner-box .lower-content {
    position: relative;
    margin-top: -60px;
    margin-left: 20px;
    margin-right: 20px;
    text-align: center;
    padding: 20px 20px 25px;
    background-color: #fff;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    border-radius: 10px;
    border-bottom: 4px solid transparent;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.10);
}
.team-block-two .inner-box .lower-content h4 {
    position: relative;
    color: #000;
    font-weight: 700;
    line-height: 1.2em;
}
.team-block-two .inner-box .lower-content h4 a {
    position: relative;
    color: #000;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}
.team-block-two .inner-box .lower-content h4 a:hover {
    color: #fd5b03;
}
.team-block-two .inner-box .lower-content .designation {
    position: relative;
    color: #84869c;
    font-size: 14px;
    margin-top: 5px;
    display: block;
}
.team-block-two .inner-box:hover .lower-content {
    border-color: #fc5b03;
}
.team-block-two .inner-box .arrow {
    position: relative;
    width: 36px;
    height: 36px;
    color: #fff;
    text-align: center;
    margin: 0 auto;
    font-size: 18px;
    margin-top: 15px;
    line-height: 36px;
    display: inline-block;
    background-color: #14212b;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
}
.team-block-two .inner-box:hover .arrow {
    border-radius: 50px;
    background-color: #fd5b03;
}
.sponsors-section-two {
    position: relative;
    margin-top: -180px;
}
.sponsors-section-two .inner-container {
    position: relative;
    padding: 60px 50px 0;
    z-index: 1;
    background-color: #fff;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.10);
}
.sponsors-section-two .owl-dots {
    display: none;
}
.sponsors-section-two .owl-nav {
    display: none;
}
.sponsors-section-two .owl-carousel .owl-stage-outer {
    padding: 20px 0;
}
.sponsors-section-two .image-box {
    position: relative;
    text-align: center;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}
.sponsors-section-two .image-box img {
    position: relative;
    display: inline-block;
    width: auto;
    max-width: 100%;
    opacity: .4;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
.sponsors-section-two .image-box img:hover {
    opacity: 1;
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}
.news-section-two {
    position: relative;
    margin-top: -180px;
    padding: 300px 0 70px;
}
.news-block-three {
    position: relative;
    margin-bottom: 40px;
}
.news-block-three .inner-box {
    position: relative;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
}
.news-block-three .inner-box .image {
    position: relative;
    overflow: hidden;
    background-color: #14212b;
}
.news-block-three .inner-box .image img {
    position: relative;
    width: 100%;
    display: block;
    background-color: #14212b;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
.news-block-three .inner-box:hover .image img {
    opacity: .6;
}
.news-block-three .inner-box .image .post-date {
    position: absolute;
    left: 20px;
    top: 20px;
    width: 60px;
    height: 60px;
    z-index: 1;
    color: #14212b;
    font-size: 24px;
    font-weight: 500;
    line-height: 24px;
    border-radius: 0;
    text-align: center;
    padding-top: 8px;
    background-color: #fff;
}
.news-block-three .inner-box .image .post-date span {
    position: relative;
    display: block;
    color: #14212b;
    font-size: 14px;
    font-weight: 400;
}
.news-block-three .inner-box .lower-content {
    position: relative;
    padding: 22px 25px 25px;
    background-color: #fff;
}
.news-block-three .inner-box .lower-content .category {
    position: absolute;
    right: 20px;
    top: -18px;
    color: #14212b;
    font-size: 12px;
    font-weight: 500;
    padding: 6px 20px 5px;
    letter-spacing: 1px;
    background-color: #fff;
    border: 1px solid #14212b;
    text-transform: uppercase;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
.news-block-three .inner-box:hover .lower-content .category {
    color: #fff;
    background-color: #14212b;
}
.news-block-three .inner-box .lower-content h4 {
    position: relative;
    font-weight: 700;
    line-height: 1.4em;
    margin-top: 6px;
}
.news-block-three .inner-box .lower-content h4 a {
    position: relative;
    color: #14212b;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}
.news-block-three .inner-box .lower-content h4 a:hover {
    color: #ff4a17;
}
.news-block-three .inner-box .lower-content .post-meta {
    position: relative;
}
.news-block-three .inner-box .lower-content .post-meta li {
    position: relative;
    color: #14212b;
    font-size: 14px;
    margin-right: 15px;
    display: inline-block;
}
.news-block-three .inner-box .lower-content .post-meta li .icon {
    position: relative;
    margin-right: 6px;
}
.news-block-three .inner-box .lower-content .post-meta li a {
    position: relative;
    color: #14212b;
}
.news-block-three .inner-box .lower-content .post-meta li:last-child {
    margin-right: 0;
}
.news-block-three .inner-box .lower-content .text {
    position: relative;
    font-weight: 400;
    line-height: 1.6em;
    margin-top: 10px;
    color: #616161;
    font-size: 16px;
    margin-bottom: 5px;
}
.news-block-three .inner-box .lower-content .arrow {
    position: relative;
    width: 36px;
    height: 36px;
    color: #fff;
    text-align: center;
    margin: 0 auto;
    font-size: 18px;
    margin-top: 15px;
    line-height: 36px;
    display: inline-block;
    background-color: #14212b;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
}
.news-block-three .inner-box:hover .arrow {
    border-radius: 50px;
    background-color: #ff4a17;
}
.footer-style-two {
    position: relative;
    background-color: #14212b;
}
.footer-style-two .widgets-section {
    position: relative;
    padding: 95px 0 30px;
}
.footer-style-two .footer-column {
    position: relative;
    margin-bottom: 30px;
}
.footer-style-two .footer-widget {
    position: relative;
    margin-bottom: 30px;
}
.footer-style-two .footer-widget h6 {
    position: relative;
    font-weight: 600;
    color: #fff;
    line-height: 1.2em;
    margin-bottom: 20px;
    text-transform: capitalize;
}
.footer-style-two .logo-widget {
    position: relative;
}
.footer-style-two .logo-widget .logo {
    position: relative;
    width: 200px;
    margin-bottom: 26px;
}
.footer-style-two .logo-widget .text {
    position: relative;
    color: #fff;
    font-size: 16px;
    line-height: 1.6em;
    font-weight: 400;
    margin-bottom: 20px;
}
.footer-style-two .logo-widget .social-box {
    position: relative;
}
.footer-style-two .logo-widget .social-box .share {
    position: relative;
    display: block;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    display: block;
    margin-bottom: 12px;
}
.footer-style-two .logo-widget .social-box li {
    position: relative;
    margin-right: 6px;
    display: inline-block;
}
.footer-style-two .logo-widget .social-box li a {
    position: relative;
    width: 40px;
    height: 40px;
    font-size: 18px;
    color: #fff;
    line-height: 40px;
    text-align: center;
    border-radius: 5px;
    display: inline-block;
    background-color: #1b4195;
}
.footer-style-two .logo-widget .social-box li.twitter a {
    background-color: #31ade1;
}
.footer-style-two .logo-widget .social-box li.linkedin a {
    background-color: #0f72aa;
}
.footer-style-two .logo-widget .social-box li.instagram a {
    background-color: #db2f4f;
}
.footer-style-two .footer-list {
    position: relative;
}
.footer-style-two .footer-list li {
    position: relative;
    margin-bottom: 12px;
}
.footer-style-two .footer-list li a {
    position: relative;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}
.footer-style-two .footer-list li a:hover {
    color: #ff4a17;
}
.footer-style-two .newsletter-form {
    margin-bottom: 35px;
}
.footer-style-two .newsletter-form .form-group {
    position: relative;
    display: block;
    margin-bottom: 10px;
}
.footer-style-two .newsletter-form .form-group input[type="text"], .footer-style-two .newsletter-form .form-group input[type="email"] {
    position: relative;
    display: block;
    width: 100%;
    line-height: 26px;
    height: 50px;
    font-size: 15px;
    color: #111;
    font-size: 14px;
    background: #fff;
    padding: 10px 85px 10px 15px;
    border: 1px solid #fff;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}
.footer-style-two .newsletter-form .form-group button {
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
    height: 50px;
    font-size: 16px;
    color: #fff;
    cursor: pointer;
    line-height: 50px;
    text-align: center;
    display: inline-block;
    background-color: #ff4a17;
}
.footer-style-two .instagram-widget .post-thumb {
    position: relative;
    width: 29%;
    float: left;
    border-radius: 0;
    overflow: hidden;
    margin: 0 5px 10px;
}
.footer-style-two .instagram-widget .post-thumb .overlay-box {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    color: #fff;
    font-size: 18px;
    opacity: 0;
    text-align: center;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    background-color: rgba(253, 91, 3, 0.70);
}
.footer-style-two .instagram-widget .post-thumb .overlay-box .fa {
    top: 50%;
    position: relative;
    margin-top: -12px;
    display: block;
}
.footer-style-two .instagram-widget .post-thumb:hover .overlay-box {
    opacity: 1;
}
.footer-style-two .instagram-widget .post-thumb img {
    display: block;
    width: 100%;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
}
.footer-style-two .footer-bottom {
    position: relative;
    z-index: 1;
    padding: 20px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.20);
}
.footer-style-two .footer-bottom .copyright {
    position: relative;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
}
.footer-style-two .footer-nav {
    position: relative;
    text-align: right;
}
.footer-style-two .footer-nav li {
    position: relative;
    padding-right: 14px;
    margin-right: 14px;
    line-height: 1em;
    display: inline-block;
    border-right: 2px solid #fff;
}
.footer-style-two .footer-nav li a {
    position: relative;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}
.footer-style-two .footer-nav li:last-child {
    position: relative;
    margin-right: 0;
    padding-right: 0;
    border: none;
}
.footer-style-two .footer-nav li a:hover {
    color: #ff4a17;
}
.banner-section-three {
    position: relative;
    overflow: hidden;
    background-color: #0b0c26;
}
.banner-section-three .big-text {
    position: absolute;
    left: 0;
    z-index: 10;
    bottom: 20px;
    opacity: .05;
    font-weight: 600;
    font-size: 131px;
    line-height: 110px;
    color: #0b0c26;
    text-shadow: -1px -1px 0 rgba(255, 255, 255, 0.60), 1px -1px 0 rgba(255, 255, 255, 0.60), -1px 1px 0 rgba(255, 255, 255, 0.60), 1px 1px 0 rgba(255, 255, 255, 0.60);
}
.banner-section-three .slide .color-layer {
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
    height: 100%;
    z-index: 1;
    background-color: #0b0c26;
}
.banner-section-three .slide {
    position: relative;
    overflow: hidden;
    padding-top: 290px;
    padding-bottom: 200px;
    background-size: cover;
}
.banner-section-three .slide .phone-box {
    position: absolute;
    left: 80px;
    top: 220px;
    z-index: 1;
    width: 215px;
    height: 215px;
    padding-top: 35px;
    text-align: center;
    border-radius: 50%;
    background-color: #f71735;
}
.banner-section-three .slide .phone-box .icon {
    position: relative;
    text-align: center;
    color: #2a0d28;
    font-size: 36px;
    line-height: 1em;
    display: block;
    margin-bottom: 18px;
}
.banner-section-three .slide .phone-box .phone {
    position: relative;
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}
.banner-section-three .slide .phone-box .phone:hover {
    color: #111;
}
.banner-section-three .slide .phone-box:before {
    position: absolute;
    content: '';
    left: 20px;
    top: 20px;
    right: 0;
    bottom: 0;
    width: 213px;
    height: 212px;
    z-index: -10;
    opacity: .4;
    background: url(../images/main-slider/circle-pattern.png) no-repeat;
}
.banner-section-three .slide .phone-box .text {
    position: relative;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.7em;
    margin-top: 12px;
}
.banner-section-three .slide:before {
    position: absolute;
    content: '';
    right: 0;
    top: 0;
    width: 50%;
    height: 100%;
    z-index: 1;
    opacity: .5;
    background-color: #0b0c26;
}
.banner-section-three .content-boxed {
    position: relative;
    z-index: 10;
}
.banner-section-three .content-boxed .inner-column {
    position: relative;
    text-align: center;
}
.banner-section-three .content-boxed .video-outer {
    position: relative;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    opacity: 0;
    transform: scaleY(0);
    transform-origin: top;
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 100ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
}
.banner-section-three .active .content-boxed .video-outer {
    opacity: 1;
    transform: scaleY(1);
    -webkit-transition-delay: 300ms;
    -moz-transition-delay: 300ms;
    -ms-transition-delay: 300ms;
    -o-transition-delay: 300ms;
    transition-delay: 300ms;
}
.banner-section-three .content-boxed .video-box {
    position: relative;
    color: #fff;
    font-size: 16px;
    text-align: center;
    border-radius: 50px;
    line-height: 50px;
    display: inline-block;
    z-index: 1;
    width: 50px;
    height: 50px;
    margin-right: 20px;
    padding-left: 5px;
    margin-bottom: 25px;
    background-color: #f71735;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
}
.banner-section-three .content-boxed .video-box .overlay-box span {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 99;
    color: #fff;
    font-weight: 400;
    font-size: 16px;
    text-align: center;
    border-radius: 10px;
    padding-left: 7px;
    display: inline-block;
    margin-top: -25px;
    margin-left: -25px;
    transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.10);
}
.banner-section-three .content-boxed .video-box .ripple, .banner-section-three .content-boxed .video-box .ripple:before, .banner-section-three .content-boxed .video-box .ripple:after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50px;
    height: 50px;
    margin-left: .5px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    border-radius: 50px;
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, .4);
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, .4);
    -ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, .4);
    -o-box-shadow: 0 0 0 0 rgba(255, 255, 255, .4);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, .4);
    -webkit-animation: ripple 3s infinite;
    -moz-animation: ripple 3s infinite;
    -ms-animation: ripple 3s infinite;
    -o-animation: ripple 3s infinite;
    animation: ripple 3s infinite;
}
.banner-section-three .content-boxed .video-box .ripple:before {
    -webkit-animation-delay: .9s;
    -moz-animation-delay: .9s;
    -ms-animation-delay: .9s;
    -o-animation-delay: .9s;
    animation-delay: .9s;
    content: "";
    position: absolute;
}
.banner-section-three .content-boxed .video-box .ripple:after {
    -webkit-animation-delay: .6s;
    -moz-animation-delay: .6s;
    -ms-animation-delay: .6s;
    -o-animation-delay: .6s;
    animation-delay: .6s;
    content: "";
    position: absolute;
}
.banner-section-three .content-boxed .title {
    position: relative;
    color: #3143ef;
    font-size: 16px;
    line-height: 1.4em;
    margin-bottom: 16px;
    font-weight: 500;
    padding: 0 40px;
    font-family: 'Roboto', sans-serif;
}
.banner-section-three .content-boxed .title:before {
    position: absolute;
    content: '';
    left: 0;
    top: 8px;
    height: 2px;
    width: 30px;
    background-color: #fe8340;
}
.banner-section-three .content-boxed .title:after {
    position: absolute;
    content: '';
    right: 0;
    top: 8px;
    height: 2px;
    width: 30px;
    background-color: #fe8340;
}
.banner-section-three .content-boxed h1 {
    position: relative;
    color: #fff;
    font-weight: 600;
    line-height: 1.2em;
    opacity: 0;
    font-size: 60px;
    transform: scaleY(0);
    transform-origin: top;
    text-transform: capitalize;
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 100ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
}
.banner-section-three .content-boxed h1 span {
    color: #f71735;
}
.banner-section-three .active .content-boxed h1 {
    opacity: 1;
    transform: scaleY(1);
    -webkit-transition-delay: 600ms;
    -moz-transition-delay: 600ms;
    -ms-transition-delay: 600ms;
    -o-transition-delay: 600ms;
    transition-delay: 600ms;
}
.banner-section-three .content-boxed .text {
    position: relative;
    color: #3143ef;
    font-size: 20px;
    line-height: 1.6em;
    margin-top: 20px;
    margin-bottom: 30px;
    font-weight: 400;
    opacity: 0;
    transform: scaleY(0);
    transform-origin: top;
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 100ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
}
.banner-section-three .active .content-boxed .text {
    opacity: 1;
    transform: scaleY(1);
    -webkit-transition-delay: 900ms;
    -moz-transition-delay: 900ms;
    -ms-transition-delay: 900ms;
    -o-transition-delay: 900ms;
    transition-delay: 900ms;
}
.banner-section-three .content-boxed .btns-box {
    margin-top: 35px;
    opacity: 0;
    transform: scaleY(0);
    transform-origin: top;
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 100ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
}
.banner-section-three .active .content-boxed .btns-box {
    opacity: 1;
    transform: scaleY(1);
    -webkit-transition-delay: 1200ms;
    -moz-transition-delay: 1200ms;
    -ms-transition-delay: 1200ms;
    -o-transition-delay: 1200ms;
    transition-delay: 1200ms;
}
.banner-section-three .content-boxed .theme-btn {
    margin-right: 15px;
}
.banner-section-three .owl-dots {
    position: absolute;
    right: 40px;
    top: 50%;
    transform: translateY(-50%);
}
.banner-section-three .owl-dots .owl-dot {
    position: relative;
    width: 16px;
    height: 16px;
    border-radius: 50px;
    margin: 10px 0;
    background-color: #0b0c26;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
}
.banner-section-three .owl-dots .owl-dot.active, .banner-section-three .owl-dots .owl-dot:hover {
    background-color: #f71735;
}
.banner-section-three .owl-nav {
    display: none;
}
.feature-section-three {
    position: relative;
}
.feature-section-three .inner-container {
    position: relative;
    margin-top: -50px;
    z-index: 1;
    margin-bottom: -185px;
}
.feature-block-seven {
    position: relative;
    margin-bottom: 30px;
}
.feature-block-seven .inner-box {
    position: relative;
    overflow: hidden;
    padding: 28px 30px;
    border-radius: 0;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.07);
}
.feature-block-seven .inner-box .upper-box {
    position: relative;
    padding-left: 50px;
}
.feature-block-seven .inner-box .upper-box .icon {
    position: absolute;
    left: 0;
    top: 0;
    color: #80878c;
    line-height: 1em;
    font-size: 30px;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
}
.feature-block-seven .inner-box:hover .upper-box .icon {
    color: #f71735;
    -webkit-transform: scale(-1) rotate(180deg);
    -moz-transform: scale(-1) rotate(180deg);
    -ms-transform: scale(-1) rotate(180deg);
    -o-transform: scale(-1) rotate(180deg);
    transform: scale(-1) rotate(180deg);
}
.feature-block-seven .inner-box h4 {
    position: relative;
    font-weight: 500;
    line-height: 1.3em;
}
.feature-block-seven .inner-box h4 a {
    position: relative;
    color: #000;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
}
.feature-block-seven .inner-box .text {
    position: relative;
    margin-top: 10px;
    color: #687076;
    font-size: 14px;
    line-height: 1.8em;
    margin-top: 15px;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
}
.feature-block-seven .inner-box:hover h4 a {
    color: #f71735;
}
.skill-section {
    position: relative;
    padding: 260px 0 60px;
    background-color: #f9f9ff;
}
.skill-section .skill-column {
    position: relative;
    margin-bottom: 40px;
}
.skill-section .skill-column .inner-column {
    position: relative;
}
.skill-section .image-column {
    position: relative;
    margin-bottom: 40px;
}
.skill-section .image-column .inner-column {
    position: relative;
}
.skill-section .image-column .blocks-outer {
    position: absolute;
    right: 20px;
    top: 20px;
}
.skill-section .image-column .inner-column .image {
    position: relative;
}
.skill-section .image-column .inner-column .image img {
    position: relative;
    width: 100%;
    display: block;
}
.skill-box {
    position: relative;
    margin-bottom: 20px;
}
.skill-box .box-inner {
    position: relative;
    padding: 25px;
    background-color: #fff;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
}
.skill-box .box-inner .upper-box {
    position: relative;
    padding-left: 55px;
}
.skill-box .box-inner .upper-box .icon {
    position: absolute;
    left: 0;
    top: 0;
    color: #f82945;
    font-size: 32px;
    line-height: 1em;
}
.skill-box .box-inner .upper-box h4 {
    position: relative;
    color: #0b0c26;
    font-size: 24px;
    line-height: 1.3em;
    font-weight: 600;
}
.skill-box .box-inner .text {
    position: relative;
    max-width: 260px;
    color: #687076;
    font-size: 16px;
    line-height: 1.7em;
    margin-top: 18px;
}
.business-section-two {
    position: relative;
    padding: 25px 0;
    background-color: #fff;
    background: url(../images/fon.jpg) no-repeat center center;
}
.business-section-two .image-column {
    position: relative;
}
.business-section-two .image-column .inner-column {
    position: relative;
    padding-right: 70px;
}
.business-section-two .image-column .image {
    position: relative;
}
.business-section-two .image-column .image img {
    position: relative;
    width: 100%;
    display: block;
    border-radius: 50%}
.business-section-two .image-column .phone-box {
    position: absolute;
    right: 0;
    top: 300px;
    z-index: 1;
    width: 215px;
    height: 215px;
    padding-top: 35px;
    text-align: center;
    border-radius: 50%;
    background-color: #0b0c26cc;
}
.business-section-two .image-column .phone-box .icon {
    position: relative;
    text-align: center;
    color: #ffc107;
    font-size: 36px;
    line-height: 1em;
    display: block;
    margin-bottom: 18px;
}
.business-section-two .image-column .phone-box .phone {
    position: relative;
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}
.business-section-two .image-column .phone-box .text {
    position: relative;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.7em;
    margin-top: 12px;
}
.business-section-two .content-column {
    position: relative;
}
.business-section-two .content-column .inner-column {
    position: relative;
}
.business-section-two .content-column .text {
    position: relative;
    margin-bottom: 30px;
}
.business-section-two .content-column .text p {
    position: relative;
    color: #3d474e;
    font-size: 17px;
    line-height: 1.8em;
    margin-bottom: 15px;
}
.business-section-two .content-column .text p:last-child {
    margin-bottom: 0;
}
.business-section-two .content-column .info-box {
    position: relative;
    color: #687076;
    font-size: 14px;
    padding-left: 150px;
}
.business-section-two .content-column .info-box .signature {
    position: absolute;
    left: 0;
    top: -10px;
}
.business-section-two .content-column .info-box strong {
    position: relative;
    font-weight: 600;
    color: #0b0c26;
    font-size: 20px;
    display: block;
    margin-bottom: 10px;
    text-transform: capitalize;
}
.business-section-two .content-column .info-box {
    position: relative;
}
.experts-section {
    position: relative;
    padding:  60px 0;
    background-attachment: fixed;
    background-size: cover;
    background-image: url(../images/background/fon-block.jpg);
}
.experts-section:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(11, 12, 38, 0.80);
}
.expert-block {
    position: relative;
    margin-bottom: 30px;
}
.expert-block .inner-box {
    position: relative;
    text-align: center;
    padding: 0 30px 35px;
    min-height: 276px;
}
.expert-block .inner-box:before {
    position: absolute;
    content: '';
    left: 0;
    top: 30px;
    right: 0;
    bottom: 0;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
    border: 2px solid rgba(255, 255, 255, 0.25);
}
.expert-block .inner-box .icon-box {
    position: relative;
    width: 60px;
    height: 60px;
    margin-bottom: 28px;
    line-height: 56px;
    font-size: 28px;
    text-align: center;
    display: inline-block;
    background-color: #28293f;
    border: 2px solid #8d9297;
    color: rgba(255, 255, 255, 0.60);
    -webkit-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    transition: all 600ms ease;
}
.expert-block .inner-box:hover::before {
    border-color: #f71735;
}
.expert-block .inner-box:hover .icon-box {
    background-color: #f71735;
    border-color: #f71735;
    color: #fff;
    -webkit-transform: scale(-1) rotate(180deg);
    -moz-transform: scale(-1) rotate(180deg);
    -ms-transform: scale(-1) rotate(180deg);
    -o-transform: scale(-1) rotate(180deg);
    transform: scale(-1) rotate(180deg);
}
.expert-block .inner-box h4 {
    position: relative;
    font-weight: 600;
    line-height: 1.3em;
    color: #fff;
}
.expert-block .inner-box h4 a {
    position: relative;
    color: #fff;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}
.expert-block .inner-box:hover h4 a {
    color: #f71735;
}
.expert-block .inner-box .text {
    position: relative;
    color: #fff;
    font-size: 16px;
    margin-top: 15px;
    line-height: 1.7em;
}
.team-section-three {
    position: relative;
    padding: 100px 0 70px;
    background-color: #f9f9ff;
}
.team-block-three {
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
}
.team-block-three .inner-box {
    position: relative;
    padding: 30px 20px;
    background-color: #fff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.10);
}
.team-block-three .inner-box:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    z-index: -1;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
    background-color: #f71735;
    transform: translateX(0px) translateY(0px);
}
.team-block-three .inner-box:hover::before {
    opacity: 1;
    transform: translateX(5px) translateY(5px);
}
.team-block-three .inner-box .image {
    position: relative;
    overflow: hidden;
    width: 202px;
    height: 202px;
    margin: 0 auto;
    overflow: hidden;
    border-radius: 50%}
.team-block-three .inner-box .image img {
    position: relative;
    width: 100%;
    display: block;
}
.team-block-three .inner-box .image .overlay-box {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    color: #fff;
    text-align: center;
    transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
    -moz-transform: rotateY(-180deg);
    -webkit-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    -o-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
}
.team-block-three .overlay-box:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: .8;
    background-color: #111;
}
.team-block-three .inner-box:hover .overlay-box {
    opacity: 1;
    -moz-transform: rotateY(0deg);
    -webkit-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    transform: rotateY(0deg);
    visibility: visible;
}
.team-block-three .inner-box .image .overlay-inner {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: table;
    vertical-align: middle;
    padding: 10px 0;
}
.team-block-three .inner-box .image .overlay-inner .content {
    position: relative;
    display: table-cell;
    vertical-align: middle;
}
.team-block-three .inner-box .social-box {
    position: relative;
}
.team-block-three .inner-box .social-box li {
    position: relative;
    margin: 0 3px;
    display: inline-block;
}
.team-block-three .inner-box .social-box li a {
    position: relative;
    width: 40px;
    height: 40px;
    font-size: 18px;
    color: #fff;
    line-height: 40px;
    text-align: center;
    border-radius: 5px;
    display: inline-block;
    background-color: #1b4195;
}
.team-block-three .inner-box .social-box li.twitter a {
    background-color: #31ade1;
}
.team-block-three .inner-box .social-box li.linkedin a {
    background-color: #0f72aa;
}
.team-block-three .inner-box .social-box li.instagram a {
    background-color: #db2f4f;
}
.team-block-three .inner-box .lower-content {
    position: relative;
    text-align: center;
    padding: 30px 20px 0;
    background-color: #fff;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}
.team-block-three .inner-box .lower-content h4 {
    position: relative;
    color: #000;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.2em;
}
.team-block-three .inner-box .lower-content h4 a {
    position: relative;
    color: #000;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}
.team-block-three .inner-box .lower-content h4 a:hover {
    color: #f71735;
}
.team-block-three .inner-box .lower-content .designation {
    position: relative;
    color: #687076;
    font-size: 14px;
    margin-top: 5px;
    display: block;
}
.case-section {
    position: relative;
    padding: 0 0 70px;
    background-color: #f9f9ff;
}
.case-block-four {
    position: relative;
    z-index: 1;
    margin-bottom: 40px;
}
.case-block-four .inner-box {
    position: relative;
}
.case-block-four .inner-box .image {
    position: relative;
    overflow: hidden;
    border-radius: 0;
}
.case-block-four .inner-box .image img {
    position: relative;
    width: 100%;
    display: block;
}
.case-block-four .inner-box .image .overlay-box {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    transition: -webkit-transform .4s ease;
    transition: transform .4s ease;
    transition: transform .4s ease, -webkit-transform .4s ease;
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center;
    background-color: rgba(11, 12, 38, 0.70);
}
.case-block-four .inner-box:hover .overlay-box {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
}
.case-block-four .inner-box .image .overlay-box .search-icon {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 50px;
    height: 50px;
    color: #fff;
    z-index: 1;
    font-weight: 400;
    font-size: 20px;
    text-align: center;
    line-height: 48px;
    margin-left: -25px;
    margin-top: -40px;
    border-radius: 0;
    display: inline-block;
    background-color: #f71735;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}
.case-block-four .inner-box .image .overlay-box .search-icon:hover {
    background-color: #fff;
    color: #f71735;
}
.case-block-four .inner-box .lower-content {
    position: relative;
    text-align: center;
    margin-left: 15px;
    margin-right: 15px;
    margin-top: -60px;
    padding: 30px 25px;
    background-color: #fff;
}
.case-block-four .inner-box .lower-content:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    z-index: -1;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
    background-color: #f71735;
    transform: translateX(0px) translateY(0px);
}
.case-block-four .inner-box:hover .lower-content::before {
    opacity: 1;
    transform: translateX(5px) translateY(5px);
}
.case-block-four .inner-box .lower-content .category {
    position: relative;
    color: #687076;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: capitalize;
}
.case-block-four .inner-box .lower-content h4 {
    position: relative;
    font-weight: 600;
    line-height: 1.3em;
    margin-top: 5px;
}
.case-block-four .inner-box .lower-content h4 a {
    position: relative;
    color: #0b0c26;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}
.case-block-four .inner-box .lower-content h4 a:hover {
    color: #f71735;
}
.testimonial-section-three {
    position: relative;
    padding: 100px 0 95px;
    background-color: #f9f9ff;
}
.testimonial-section-three .pattern-layer {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    height: 490px;
    background-size: cover;
}
.testimonial-section-three .owl-carousel .owl-stage-outer {
    padding-top: 80px;
    margin-top: -80px;
}
.testimonial-section-three .owl-dots {
    display: none;
}
.testimonial-section-three .owl-nav {
    position: absolute;
    right: 500px;
    bottom: 0;
}
.testimonial-section-three .owl-nav .owl-prev, .testimonial-section-three .owl-nav .owl-next {
    position: relative;
    width: 55px;
    height: 40px;
    color: #0b0c26;
    font-size: 28px;
    line-height: 38px;
    margin-left: 10px;
    text-align: center;
    display: inline-block;
    border: 1px solid #0b0c26;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}
.testimonial-section-three .owl-nav .owl-prev:hover, .testimonial-section-three .owl-nav .owl-next:hover {
    background-color: #f71735;
    border-color: #f71735;
    color: #fff;
}
.testimonial-block-three {
    position: relative;
}
.testimonial-block-three .inner-box {
    position: relative;
}
.testimonial-block-three .inner-box .content-column {
    position: relative;
}
.testimonial-block-three .inner-box .content-column .inner-column {
    position: relative;
}
.testimonial-block-three .inner-box .content-column .text {
    position: relative;
    color: #dfdfe1;
    font-size: 22px;
    font-style: italic;
    line-height: 1.5em;
}
.testimonial-block-three .inner-box .content-column h4 {
    position: relative;
    color: #fff;
    font-weight: 600;
    line-height: 1.2em;
    margin-top: 20px;
}
.testimonial-block-three .inner-box .content-column .designation {
    position: relative;
    color: #f71735;
    font-size: 16px;
    margin-top: 10px;
}
.testimonial-block-three .inner-box .content-column .quote {
    position: absolute;
    right: 40px;
    top: 20px;
    opacity: .3;
    color: #f71735;
    font-size: 150px;
    line-height: 1em;
}
.testimonial-block-three .inner-box .image-column {
    position: relative;
}
.testimonial-block-three .inner-box .image-column .inner-column {
    position: relative;
    margin-top: -80px;
    padding-right: 90px;
}
.testimonial-block-three .inner-box .image-column .image {
    position: relative;
}
.testimonial-block-three .inner-box .image-column .image img {
    position: relative;
}
.news-section-three {
    position: relative;
    padding: 20px 0 110px;
    background-color: #f9f9ff;
}
.news-section-three .owl-dots {
    display: none;
}
.news-section-three .owl-nav {
    position: relative;
    text-align: center;
}
.news-section-three .owl-nav .owl-prev, .news-section-three .owl-nav .owl-next {
    position: relative;
    width: 55px;
    height: 40px;
    color: #0b0c26;
    font-size: 28px;
    line-height: 38px;
    margin-left: 10px;
    text-align: center;
    display: inline-block;
    border: 1px solid #0b0c26;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}
.news-section-three .owl-nav .owl-prev:hover, .news-section-three .owl-nav .owl-next:hover {
    background-color: #f71735;
    border-color: #f71735;
    color: #fff;
}
.news-section-three .owl-carousel .owl-stage-outer {
    padding: 30px 0;
}
.news-section-three .owl-theme .news-block-four {
    margin: 0 15px;
}
.news-section-three .owl-carousel {
    margin: 0 -15px;
    width: auto;
}
.news-block-four {
    position: relative;
    margin-bottom: 30px;
}
.news-block-four .inner-box {
    position: relative;
    padding: 20px;
    padding-left: 280px;
    min-height: 258px;
    background-color: #fff;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.10);
}
.news-block-four .inner-box .image {
    position: absolute;
    left: 20px;
    top: 0;
}
.news-block-four .inner-box .content {
    position: relative;
}
.news-block-four .inner-box .content .category {
    position: relative;
    color: #687076;
    font-size: 12px;
    font-weight: 500;
    margin-bottom: 6px;
    text-transform: uppercase;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}
.news-block-four .inner-box .content h4 {
    position: relative;
    font-weight: 600;
    line-height: 1.2em;
}
.news-block-four .inner-box .content h4 a {
    position: relative;
    color: #0b0c26;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}
.news-block-four .inner-box:hover .content .category, .news-block-four .inner-box:hover .content h4 a {
    color: #f71735;
}
.news-block-four .inner-box .content .text {
    position: relative;
    color: #687076;
    font-size: 16px;
    line-height: 1.6em;
    margin-top: 10px;
    margin-bottom: 12px;
}
.news-block-four .inner-box .content .post-meta {
    position: relative;
    padding-top: 12px;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
    border-top: 1px solid rgba(0, 0, 0, 0.20);
}
.news-block-four .inner-box .content .post-meta li {
    position: relative;
    padding-left: 24px;
    color: #687076;
    font-size: 14px;
    margin-right: 15px;
    display: inline-block;
}
.news-block-four .inner-box .content .post-meta li .icon {
    position: absolute;
    left: 0;
    top: 0;
}
.news-block-four .inner-box .content .post-meta li:last-child {
    margin-right: 0;
}
.news-block-four .inner-box:hover .content .post-meta {
    border-color: #f71735;
}
.callback-section {
    position: relative;
    padding: 0 0 110px;
    background-color: #f9f9ff;
}
.callback-section .image-column {
    position: relative;
}
.callback-section .image-column .inner-column {
    position: relative;
}
.callback-section .image-column .image {
    position: relative;
}
.callback-section .image-column .image img {
    position: relative;
    width: 100%;
    display: block;
}
.callback-section .content-column {
    position: relative;
}
.callback-section .content-column .inner-column {
    position: relative;
    margin-top: 20px;
    padding: 40px;
    margin-left: -130px;
    background-color: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}
.callback-form {
    position: relative;
}
.callback-form .form-group {
    position: relative;
    margin-bottom: 20px;
}
.callback-form .form-group:last-child {
    margin-bottom: 0;
}
.callback-form .form-group input[type="text"], .callback-form .form-group input[type="tel"], .callback-form .form-group input[type="email"], .callback-form .form-group select {
    position: relative;
    display: block;
    width: 100%;
    line-height: 28px;
    padding: 10px 20px;
    color: #111;
    height: 55px;
    font-size: 14px;
    background: #fff;
    font-weight: 400;
    border-radius: 3px;
    border: 1px solid transparent;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.10);
}
.callback-form .form-group input[type="text"]:focus, .callback-form .form-group input[type="tel"]:focus, .callback-form .form-group input[type="email"]:focus, .callback-form .form-group textarea:focus {
    border-color: #f71735;
}
.callback-form input::placeholder, .callback-form textarea::placeholder {
    color: #687076;
}
.callback-form .form-group textarea {
    position: relative;
    display: block;
    width: 100%;
    line-height: 22px;
    padding: 15px 20px;
    color: #222;
    height: 100px;
    background: #fff;
    resize: none;
    font-size: 14px;
    font-weight: 400;
    border-radius: 5px;
    border: 1px solid transparent;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.10);
}
.callback-form button {
    position: relative;
    color: #fff;
    margin-top: 5px;
    font-size: 16px;
    font-weight: 500;
    padding: 16px 35px;
    border-radius: 3px;
    background-color: #f71735;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}
.callback-form button:hover {
    background-color: #111;
}
.footer-style-three {
    position: relative;
    background-color: #0b0c26;
}
.footer-style-three .widgets-section {
    position: relative;
    padding: 95px 0 20px;
}
.footer-style-three .footer-column {
    position: relative;
    margin-bottom: 30px;
}
.footer-style-three .footer-widget {
    position: relative;
    margin-bottom: 30px;
}
.footer-style-three .footer-widget h4 {
    position: relative;
    font-weight: 600;
    color: #fff;
    padding-bottom: 18px;
    line-height: 1.2em;
    margin-bottom: 20px;
    text-transform: capitalize;
}
.footer-style-three .footer-widget h4:before {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    height: 2px;
    width: 45px;
    background-color: #f71735;
}
.footer-style-three .logo-widget {
    position: relative;
}
.footer-style-three .logo-widget .logo {
    position: relative;
    margin-bottom: 26px;
}
.footer-style-three .logo-widget .text {
    position: relative;
    color: #fff;
    font-size: 16px;
    line-height: 1.8em;
    font-weight: 400;
    margin-bottom: 20px;
}
.footer-style-three .logo-widget .social-box {
    position: relative;
}
.footer-style-three .logo-widget .social-box li {
    position: relative;
    margin-right: 6px;
    display: inline-block;
}
.footer-style-three .logo-widget .social-box li a {
    position: relative;
    width: 40px;
    height: 40px;
    font-size: 18px;
    color: #fff;
    line-height: 40px;
    text-align: center;
    border-radius: 0;
    display: inline-block;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
    background-color: rgba(255, 255, 255, 0.10);
}
.footer-style-three .logo-widget .social-box li a:hover {
    background-color: #f71735;
}
.footer-style-three .footer-list {
    position: relative;
}
.footer-style-three .footer-list li {
    position: relative;
    margin-bottom: 12px;
}
.footer-style-three .footer-list li a {
    position: relative;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    padding-left: 24px;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
    font-family: 'Roboto', sans-serif;
}
.footer-style-three .footer-list li a:before {
    position: absolute;
    content: "\f124";
    left: 0;
    top: 4px;
    line-height: 1em;
    font-size: 12px;
    font-family: "Flaticon"}
.footer-style-three .footer-list li a:hover {
    color: #f71735;
}
.footer-style-three .contact-widget .text {
    position: relative;
    color: #fff;
    font-size: 16px;
    line-height: 1.7em;
    margin-bottom: 15px;
}
.footer-style-three .news-widget {
    position: relative;
}
.footer-style-three .news-widget .post {
    position: relative;
    min-height: 105px;
    padding-left: 105px;
}
.footer-style-three .news-widget .post:last-child {
    margin-bottom: 0;
    border: none;
    min-height: auto;
}
.footer-style-three .news-widget .post .thumb {
    position: absolute;
    left: 0;
    top: 0;
    height: 80px;
    width: 80px;
    overflow: hidden;
}
.footer-style-three .news-widget .post .thumb a {
    display: block;
}
.footer-style-three .news-widget .post .thumb img {
    display: block;
    width: 100%;
    height: auto;
}
.footer-style-three .news-widget .post h6 {
    position: relative;
    color: #fff;
    line-height: 1.6em;
    font-weight: 500;
    top: -4px;
    font-size: 15px;
}
.footer-style-three .news-widget .post h6 a {
    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;
}
.footer-style-three .news-widget .post h6 a:hover {
    color: #f71735;
}
.footer-style-three .news-widget .post .category {
    position: relative;
    display: block;
    font-size: 16px;
    opacity: .8;
    color: #fff;
    margin-bottom: 10px;
    line-height: 1.3em;
    text-transform: capitalize;
}
.footer-style-three .footer-bottom {
    position: relative;
    z-index: 1;
    padding: 20px 0;
    border-top: 1px solid #f71735;
}
.footer-style-three .footer-bottom .copyright {
    position: relative;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
}
.footer-style-three .footer-nav {
    position: relative;
    text-align: right;
}
.footer-style-three .footer-nav li {
    position: relative;
    padding-right: 14px;
    margin-right: 14px;
    line-height: 1em;
    display: inline-block;
    border-right: 2px solid #fff;
}
.footer-style-three .footer-nav li a {
    position: relative;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}
.footer-style-three .footer-nav li:last-child {
    position: relative;
    margin-right: 0;
    padding-right: 0;
    border: none;
}
.footer-style-three .footer-nav li a:hover {
    color: #f71735;
}
.footer-fon {
    background: url(../images/background/footer-fon.jpg);
}
.red {
    color: #f71735!important;
    font-weight: 700!important;
}
.yellow {
    color: #243559;
    font-weight: 700;
}
.span-h1 {
    color: #fff!important;
    letter-spacing: 6px;
}
.span-h2 {
    letter-spacing: 22px;
    font-weight: 700;
}
.yandex {
    position: relative;
    color: #131b2d;
    font-weight: 700;
    font-size: 40px;
    padding: 10px 0 30px;
    text-transform: lowercase;
}
.yandex span {
    color: red;
    text-transform: uppercase!important;
}
.google {
    position: relative;
    color: #131b2d;
    font-weight: 700;
    font-size: 40px;
    padding: 10px 0 30px;
    text-transform: lowercase;
}
.gspan1 {
    color: #4285F4!important;
    font-weight: 700 !important;
}
.gspan2 {
    color: #EA4335 !important;
    font-weight: 700 !important;
}
.gspan3 {
    color: #FBBC05 !important;
    font-weight: 700 !important;
}
.gspan4 {
    color: #4285F4 !important;
    font-weight: 700 !important;
}
.gspan5 {
    color: #34A853 !important;
    font-weight: 700 !important;
}
.gspan6 {
    color: #EA4335 !important;
    font-weight: 700 !important;
}
.sec-title .vip:before {
    position: absolute;
    content: '';
    left: 0;
    bottom: -10px;
    height: 2px;
    width: 40px;
    background-color: #f71735;
}
.sec-title.centered .vip:before {
    left: 50%;
    margin-left: -20px;
}
.brr50 {
    border-radius: 50%;
    box-shadow: 3px 3px 12px 0 #000;
}
.headlogo {
    font-size: 25px;
    vertical-align: text-top;
    padding-right: 10px;
    color: #505b73;
}
.headlogo:hover {
    color: #fff;
}
.sticky-header .headlogo {
    font-size: 29px;
    vertical-align: text-top;
    padding-right: 15px;
    color: #000;
    line-height: 26px;
}
.sticky-header .headlogo:hover {
    color: #000;
}
.footlogo {
    font-size: 29px;
    vertical-align: text-top;
    color: #000;
    line-height: 20px;
}
.text-modal {
    position: relative;
    color: #3d474e;
    font-size: 18px;
    line-height: 1.7em;
}
.text-modal span {
    padding-right: 10px;
}
.mobile-menu .headlogo {
    color: #000;
    line-height: 26px;
}
.black {
    font-weight: 600;
}
.spanred {
    position: relative;
    color: #f71735;
}
.h {
    position: relative!important;
    color: #243559!important;
    font-weight: 700!important;
    line-height: 1.2em!important;
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 30px!important;
    text-transform: uppercase;
}
.pwhite {
    position: relative;
    font-weight: 600;
    line-height: 1.3em;
    color: #fff;
    font-size: 24px;
}
.hwhite {
    color: #fff;
    position: relative;
    font-size: 30px;
    font-weight: 600;
    line-height: 1.3em;
    padding-bottom: 18px;
    font-size: 30px;
    text-transform: uppercase;
}
.ph {
    position: relative;
    color: #243559;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 18px;
}
.p4 {
    color: #243559;
    font-weight: 600;
    line-height: 1.3em;
    font-size: 24px;
}
.calc a:hover {
    color: #fff;
}
.calc hover {
    color: #fff;
}
.calc {
    color: #243559;
}
.psmall {
    text-align: center;
    color: #fff;
    margin: 0;
    padding: 0;
}
.sitem {
    color: #243559!important;
}
.p20 {
    padding: 20px 0;
}
.gray {
    color: #a9a9a9!important;
}





@font-face {
    font-family: 'FontAwesome';
    src: url(../fonts/fontawesome-webfont.eot);
    src: url(../fonts/fontawesome-webfont.eot) format("embedded-opentype"), url(../fonts/fontawesome-webfont.woff) format("woff"), url(../fonts/fontawesome-webfont.ttf) format("truetype"), url(../fonts/fontawesome-webfont.svg) format("svg");
    font-weight: 400;
    font-style: normal;
}
.fa {
    display: inline-block;
    font-family: 'FontAwesome';
    font-weight: 400;
    font-style: normal;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
}
.fa-lg {
    font-size: 1.33333333em;
    line-height: .75em;
    vertical-align: -15%}
.fa-2x {
    font-size: 2em;
}
.fa-3x {
    font-size: 3em;
}
.fa-4x {
    font-size: 4em;
}
.fa-5x {
    font-size: 5em;
}
.fa-fw {
    width: 1.28571429em;
    text-align: center;
}
.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none;
}
.fa-ul > li {
    position: relative;
}
.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: .14285714em;
    text-align: center;
}
.fa-li.fa-lg {
    left: -1.85714286em;
}
.fa-border {
    padding: .2em .25em .15em;
    border: solid .08em #eee;
    border-radius: .1em;
}
.pull-right {
    float: right;
}
.pull-left {
    float: left;
}
.fa.pull-left {
    margin-right: .3em;
}
.fa.pull-right {
    margin-left: .3em;
}
.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
}
.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
    0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
}
}@keyframes fa-spin {
    0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
}
}.fa-rotate-90 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.fa-rotate-180 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.fa-rotate-270 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}
.fa-flip-horizontal {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1);
}
.fa-flip-vertical {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1);
}
:root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-flip-horizontal, :root .fa-flip-vertical {
    filter: none;
}
.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle;
}
.fa-stack-1x, .fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
}
.fa-stack-1x {
    line-height: inherit;
}
.fa-stack-2x {
    font-size: 2em;
}
.fa-inverse {
    color: #fff;
}
.fa-glass:before {
    content: "\f000"}
.fa-music:before {
    content: "\f001"}
.fa-search:before {
    content: "\f002"}
.fa-envelope-o:before {
    content: "\f003"}
.fa-heart:before {
    content: "\f004"}
.fa-star:before {
    content: "\f005"}
.fa-star-o:before {
    content: "\f006"}
.fa-user:before {
    content: "\f007"}
.fa-film:before {
    content: "\f008"}
.fa-th-large:before {
    content: "\f009"}
.fa-th:before {
    content: "\f00a"}
.fa-th-list:before {
    content: "\f00b"}
.fa-check:before {
    content: "\f00c"}
.fa-remove:before, .fa-close:before, .fa-times:before {
    content: "\f00d"}
.fa-search-plus:before {
    content: "\f00e"}
.fa-search-minus:before {
    content: "\f010"}
.fa-power-off:before {
    content: "\f011"}
.fa-signal:before {
    content: "\f012"}
.fa-gear:before, .fa-cog:before {
    content: "\f013"}
.fa-trash-o:before {
    content: "\f014"}
.fa-home:before {
    content: "\f015"}
.fa-file-o:before {
    content: "\f016"}
.fa-clock-o:before {
    content: "\f017"}
.fa-road:before {
    content: "\f018"}
.fa-download:before {
    content: "\f019"}
.fa-arrow-circle-o-down:before {
    content: "\f01a"}
.fa-arrow-circle-o-up:before {
    content: "\f01b"}
.fa-inbox:before {
    content: "\f01c"}
.fa-play-circle-o:before {
    content: "\f01d"}
.fa-rotate-right:before, .fa-repeat:before {
    content: "\f01e"}
.fa-refresh:before {
    content: "\f021"}
.fa-list-alt:before {
    content: "\f022"}
.fa-lock:before {
    content: "\f023"}
.fa-flag:before {
    content: "\f024"}
.fa-headphones:before {
    content: "\f025"}
.fa-volume-off:before {
    content: "\f026"}
.fa-volume-down:before {
    content: "\f027"}
.fa-volume-up:before {
    content: "\f028"}
.fa-qrcode:before {
    content: "\f029"}
.fa-barcode:before {
    content: "\f02a"}
.fa-tag:before {
    content: "\f02b"}
.fa-tags:before {
    content: "\f02c"}
.fa-book:before {
    content: "\f02d"}
.fa-bookmark:before {
    content: "\f02e"}
.fa-print:before {
    content: "\f02f"}
.fa-camera:before {
    content: "\f030"}
.fa-font:before {
    content: "\f031"}
.fa-bold:before {
    content: "\f032"}
.fa-italic:before {
    content: "\f033"}
.fa-text-height:before {
    content: "\f034"}
.fa-text-width:before {
    content: "\f035"}
.fa-align-left:before {
    content: "\f036"}
.fa-align-center:before {
    content: "\f037"}
.fa-align-right:before {
    content: "\f038"}
.fa-align-justify:before {
    content: "\f039"}
.fa-list:before {
    content: "\f03a"}
.fa-dedent:before, .fa-outdent:before {
    content: "\f03b"}
.fa-indent:before {
    content: "\f03c"}
.fa-video-camera:before {
    content: "\f03d"}
.fa-photo:before, .fa-image:before, .fa-picture-o:before {
    content: "\f03e"}
.fa-pencil:before {
    content: "\f040"}
.fa-map-marker:before {
    content: "\f041"}
.fa-adjust:before {
    content: "\f042"}
.fa-tint:before {
    content: "\f043"}
.fa-edit:before, .fa-pencil-square-o:before {
    content: "\f044"}
.fa-share-square-o:before {
    content: "\f045"}
.fa-check-square-o:before {
    content: "\f046"}
.fa-arrows:before {
    content: "\f047"}
.fa-step-backward:before {
    content: "\f048"}
.fa-fast-backward:before {
    content: "\f049"}
.fa-backward:before {
    content: "\f04a"}
.fa-play:before {
    content: "\f04b"}
.fa-pause:before {
    content: "\f04c"}
.fa-stop:before {
    content: "\f04d"}
.fa-forward:before {
    content: "\f04e"}
.fa-fast-forward:before {
    content: "\f050"}
.fa-step-forward:before {
    content: "\f051"}
.fa-eject:before {
    content: "\f052"}
.fa-chevron-left:before {
    content: "\f053"}
.fa-chevron-right:before {
    content: "\f054"}
.fa-plus-circle:before {
    content: "\f055"}
.fa-minus-circle:before {
    content: "\f056"}
.fa-times-circle:before {
    content: "\f057"}
.fa-check-circle:before {
    content: "\f058"}
.fa-question-circle:before {
    content: "\f059"}
.fa-info-circle:before {
    content: "\f05a"}
.fa-crosshairs:before {
    content: "\f05b"}
.fa-times-circle-o:before {
    content: "\f05c"}
.fa-check-circle-o:before {
    content: "\f05d"}
.fa-ban:before {
    content: "\f05e"}
.fa-arrow-left:before {
    content: "\f060"}
.fa-arrow-right:before {
    content: "\f061"}
.fa-arrow-up:before {
    content: "\f062"}
.fa-arrow-down:before {
    content: "\f063"}
.fa-mail-forward:before, .fa-share:before {
    content: "\f064"}
.fa-expand:before {
    content: "\f065"}
.fa-compress:before {
    content: "\f066"}
.fa-plus:before {
    content: "\f067"}
.fa-minus:before {
    content: "\f068"}
.fa-asterisk:before {
    content: "\f069"}
.fa-exclamation-circle:before {
    content: "\f06a"}
.fa-gift:before {
    content: "\f06b"}
.fa-leaf:before {
    content: "\f06c"}
.fa-fire:before {
    content: "\f06d"}
.fa-eye:before {
    content: "\f06e"}
.fa-eye-slash:before {
    content: "\f070"}
.fa-warning:before, .fa-exclamation-triangle:before {
    content: "\f071"}
.fa-plane:before {
    content: "\f072"}
.fa-calendar:before {
    content: "\f073"}
.fa-random:before {
    content: "\f074"}
.fa-comment:before {
    content: "\f075"}
.fa-magnet:before {
    content: "\f076"}
.fa-chevron-up:before {
    content: "\f077"}
.fa-chevron-down:before {
    content: "\f078"}
.fa-retweet:before {
    content: "\f079"}
.fa-shopping-cart:before {
    content: "\f07a"}
.fa-folder:before {
    content: "\f07b"}
.fa-folder-open:before {
    content: "\f07c"}
.fa-arrows-v:before {
    content: "\f07d"}
.fa-arrows-h:before {
    content: "\f07e"}
.fa-bar-chart-o:before, .fa-bar-chart:before {
    content: "\f080"}
.fa-twitter-square:before {
    content: "\f081"}
.fa-facebook-square:before {
    content: "\f082"}
.fa-camera-retro:before {
    content: "\f083"}
.fa-key:before {
    content: "\f084"}
.fa-gears:before, .fa-cogs:before {
    content: "\f085"}
.fa-comments:before {
    content: "\f086"}
.fa-thumbs-o-up:before {
    content: "\f087"}
.fa-thumbs-o-down:before {
    content: "\f088"}
.fa-star-half:before {
    content: "\f089"}
.fa-heart-o:before {
    content: "\f08a"}
.fa-sign-out:before {
    content: "\f08b"}
.fa-linkedin-square:before {
    content: "\f08c"}
.fa-thumb-tack:before {
    content: "\f08d"}
.fa-external-link:before {
    content: "\f08e"}
.fa-sign-in:before {
    content: "\f090"}
.fa-trophy:before {
    content: "\f091"}
.fa-github-square:before {
    content: "\f092"}
.fa-upload:before {
    content: "\f093"}
.fa-lemon-o:before {
    content: "\f094"}
.fa-phone:before {
    content: "\f095"}
.fa-square-o:before {
    content: "\f096"}
.fa-bookmark-o:before {
    content: "\f097"}
.fa-phone-square:before {
    content: "\f098"}
.fa-twitter:before {
    content: "\f099"}
.fa-facebook-f:before, .fa-facebook:before {
    content: "\f09a"}
.fa-github:before {
    content: "\f09b"}
.fa-unlock:before {
    content: "\f09c"}
.fa-credit-card:before {
    content: "\f09d"}
.fa-rss:before {
    content: "\f09e"}
.fa-hdd-o:before {
    content: "\f0a0"}
.fa-bullhorn:before {
    content: "\f0a1"}
.fa-bell:before {
    content: "\f0f3"}
.fa-certificate:before {
    content: "\f0a3"}
.fa-hand-o-right:before {
    content: "\f0a4"}
.fa-hand-o-left:before {
    content: "\f0a5"}
.fa-hand-o-up:before {
    content: "\f0a6"}
.fa-hand-o-down:before {
    content: "\f0a7"}
.fa-arrow-circle-left:before {
    content: "\f0a8"}
.fa-arrow-circle-right:before {
    content: "\f0a9"}
.fa-arrow-circle-up:before {
    content: "\f0aa"}
.fa-arrow-circle-down:before {
    content: "\f0ab"}
.fa-globe:before {
    content: "\f0ac"}
.fa-wrench:before {
    content: "\f0ad"}
.fa-tasks:before {
    content: "\f0ae"}
.fa-filter:before {
    content: "\f0b0"}
.fa-briefcase:before {
    content: "\f0b1"}
.fa-arrows-alt:before {
    content: "\f0b2"}
.fa-group:before, .fa-users:before {
    content: "\f0c0"}
.fa-chain:before, .fa-link:before {
    content: "\f0c1"}
.fa-cloud:before {
    content: "\f0c2"}
.fa-flask:before {
    content: "\f0c3"}
.fa-cut:before, .fa-scissors:before {
    content: "\f0c4"}
.fa-copy:before, .fa-files-o:before {
    content: "\f0c5"}
.fa-paperclip:before {
    content: "\f0c6"}
.fa-save:before, .fa-floppy-o:before {
    content: "\f0c7"}
.fa-square:before {
    content: "\f0c8"}
.fa-navicon:before, .fa-reorder:before, .fa-bars:before {
    content: "\f0c9"}
.fa-list-ul:before {
    content: "\f0ca"}
.fa-list-ol:before {
    content: "\f0cb"}
.fa-strikethrough:before {
    content: "\f0cc"}
.fa-underline:before {
    content: "\f0cd"}
.fa-table:before {
    content: "\f0ce"}
.fa-magic:before {
    content: "\f0d0"}
.fa-truck:before {
    content: "\f0d1"}
.fa-pinterest:before {
    content: "\f0d2"}
.fa-pinterest-square:before {
    content: "\f0d3"}
.fa-google-plus-square:before {
    content: "\f0d4"}
.fa-google-plus:before {
    content: "\f0d5"}
.fa-money:before {
    content: "\f0d6"}
.fa-caret-down:before {
    content: "\f0d7"}
.fa-caret-up:before {
    content: "\f0d8"}
.fa-caret-left:before {
    content: "\f0d9"}
.fa-caret-right:before {
    content: "\f0da"}
.fa-columns:before {
    content: "\f0db"}
.fa-unsorted:before, .fa-sort:before {
    content: "\f0dc"}
.fa-sort-down:before, .fa-sort-desc:before {
    content: "\f0dd"}
.fa-sort-up:before, .fa-sort-asc:before {
    content: "\f0de"}
.fa-envelope:before {
    content: "\f0e0"}
.fa-linkedin:before {
    content: "\f0e1"}
.fa-rotate-left:before, .fa-undo:before {
    content: "\f0e2"}
.fa-legal:before, .fa-gavel:before {
    content: "\f0e3"}
.fa-dashboard:before, .fa-tachometer:before {
    content: "\f0e4"}
.fa-comment-o:before {
    content: "\f0e5"}
.fa-comments-o:before {
    content: "\f0e6"}
.fa-flash:before, .fa-bolt:before {
    content: "\f0e7"}
.fa-sitemap:before {
    content: "\f0e8"}
.fa-umbrella:before {
    content: "\f0e9"}
.fa-paste:before, .fa-clipboard:before {
    content: "\f0ea"}
.fa-lightbulb-o:before {
    content: "\f0eb"}
.fa-exchange:before {
    content: "\f0ec"}
.fa-cloud-download:before {
    content: "\f0ed"}
.fa-cloud-upload:before {
    content: "\f0ee"}
.fa-user-md:before {
    content: "\f0f0"}
.fa-stethoscope:before {
    content: "\f0f1"}
.fa-suitcase:before {
    content: "\f0f2"}
.fa-bell-o:before {
    content: "\f0a2"}
.fa-coffee:before {
    content: "\f0f4"}
.fa-cutlery:before {
    content: "\f0f5"}
.fa-file-text-o:before {
    content: "\f0f6"}
.fa-building-o:before {
    content: "\f0f7"}
.fa-hospital-o:before {
    content: "\f0f8"}
.fa-ambulance:before {
    content: "\f0f9"}
.fa-medkit:before {
    content: "\f0fa"}
.fa-fighter-jet:before {
    content: "\f0fb"}
.fa-beer:before {
    content: "\f0fc"}
.fa-h-square:before {
    content: "\f0fd"}
.fa-plus-square:before {
    content: "\f0fe"}
.fa-angle-double-left:before {
    content: "\f100"}
.fa-angle-double-right:before {
    content: "\f101"}
.fa-angle-double-up:before {
    content: "\f102"}
.fa-angle-double-down:before {
    content: "\f103"}
.fa-angle-left:before {
    content: "\f104"}
.fa-angle-right:before {
    content: "\f105"}
.fa-angle-up:before {
    content: "\f106"}
.fa-angle-down:before {
    content: "\f107"}
.fa-desktop:before {
    content: "\f108"}
.fa-laptop:before {
    content: "\f109"}
.fa-tablet:before {
    content: "\f10a"}
.fa-mobile-phone:before, .fa-mobile:before {
    content: "\f10b"}
.fa-circle-o:before {
    content: "\f10c"}
.fa-quote-left:before {
    content: "\f10d"}
.fa-quote-right:before {
    content: "\f10e"}
.fa-spinner:before {
    content: "\f110"}
.fa-circle:before {
    content: "\f111"}
.fa-mail-reply:before, .fa-reply:before {
    content: "\f112"}
.fa-github-alt:before {
    content: "\f113"}
.fa-folder-o:before {
    content: "\f114"}
.fa-folder-open-o:before {
    content: "\f115"}
.fa-smile-o:before {
    content: "\f118"}
.fa-frown-o:before {
    content: "\f119"}
.fa-meh-o:before {
    content: "\f11a"}
.fa-gamepad:before {
    content: "\f11b"}
.fa-keyboard-o:before {
    content: "\f11c"}
.fa-flag-o:before {
    content: "\f11d"}
.fa-flag-checkered:before {
    content: "\f11e"}
.fa-terminal:before {
    content: "\f120"}
.fa-code:before {
    content: "\f121"}
.fa-mail-reply-all:before, .fa-reply-all:before {
    content: "\f122"}
.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
    content: "\f123"}
.fa-location-arrow:before {
    content: "\f124"}
.fa-crop:before {
    content: "\f125"}
.fa-code-fork:before {
    content: "\f126"}
.fa-unlink:before, .fa-chain-broken:before {
    content: "\f127"}
.fa-question:before {
    content: "\f128"}
.fa-info:before {
    content: "\f129"}
.fa-exclamation:before {
    content: "\f12a"}
.fa-superscript:before {
    content: "\f12b"}
.fa-subscript:before {
    content: "\f12c"}
.fa-eraser:before {
    content: "\f12d"}
.fa-puzzle-piece:before {
    content: "\f12e"}
.fa-microphone:before {
    content: "\f130"}
.fa-microphone-slash:before {
    content: "\f131"}
.fa-shield:before {
    content: "\f132"}
.fa-calendar-o:before {
    content: "\f133"}
.fa-fire-extinguisher:before {
    content: "\f134"}
.fa-rocket:before {
    content: "\f135"}
.fa-maxcdn:before {
    content: "\f136"}
.fa-chevron-circle-left:before {
    content: "\f137"}
.fa-chevron-circle-right:before {
    content: "\f138"}
.fa-chevron-circle-up:before {
    content: "\f139"}
.fa-chevron-circle-down:before {
    content: "\f13a"}
.fa-html5:before {
    content: "\f13b"}
.fa-css3:before {
    content: "\f13c"}
.fa-anchor:before {
    content: "\f13d"}
.fa-unlock-alt:before {
    content: "\f13e"}
.fa-bullseye:before {
    content: "\f140"}
.fa-ellipsis-h:before {
    content: "\f141"}
.fa-ellipsis-v:before {
    content: "\f142"}
.fa-rss-square:before {
    content: "\f143"}
.fa-play-circle:before {
    content: "\f144"}
.fa-ticket:before {
    content: "\f145"}
.fa-minus-square:before {
    content: "\f146"}
.fa-minus-square-o:before {
    content: "\f147"}
.fa-level-up:before {
    content: "\f148"}
.fa-level-down:before {
    content: "\f149"}
.fa-check-square:before {
    content: "\f14a"}
.fa-pencil-square:before {
    content: "\f14b"}
.fa-external-link-square:before {
    content: "\f14c"}
.fa-share-square:before {
    content: "\f14d"}
.fa-compass:before {
    content: "\f14e"}
.fa-toggle-down:before, .fa-caret-square-o-down:before {
    content: "\f150"}
.fa-toggle-up:before, .fa-caret-square-o-up:before {
    content: "\f151"}
.fa-toggle-right:before, .fa-caret-square-o-right:before {
    content: "\f152"}
.fa-euro:before, .fa-eur:before {
    content: "\f153"}
.fa-gbp:before {
    content: "\f154"}
.fa-dollar:before, .fa-usd:before {
    content: "\f155"}
.fa-rupee:before, .fa-inr:before {
    content: "\f156"}
.fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before {
    content: "\f157"}
.fa-ruble:before, .fa-rouble:before, .fa-rub:before {
    content: "\f158"}
.fa-won:before, .fa-krw:before {
    content: "\f159"}
.fa-bitcoin:before, .fa-btc:before {
    content: "\f15a"}
.fa-file:before {
    content: "\f15b"}
.fa-file-text:before {
    content: "\f15c"}
.fa-sort-alpha-asc:before {
    content: "\f15d"}
.fa-sort-alpha-desc:before {
    content: "\f15e"}
.fa-sort-amount-asc:before {
    content: "\f160"}
.fa-sort-amount-desc:before {
    content: "\f161"}
.fa-sort-numeric-asc:before {
    content: "\f162"}
.fa-sort-numeric-desc:before {
    content: "\f163"}
.fa-thumbs-up:before {
    content: "\f164"}
.fa-thumbs-down:before {
    content: "\f165"}
.fa-youtube-square:before {
    content: "\f166"}
.fa-youtube:before {
    content: "\f167"}
.fa-xing:before {
    content: "\f168"}
.fa-xing-square:before {
    content: "\f169"}
.fa-youtube-play:before {
    content: "\f16a"}
.fa-dropbox:before {
    content: "\f16b"}
.fa-stack-overflow:before {
    content: "\f16c"}
.fa-instagram:before {
    content: "\f16d"}
.fa-flickr:before {
    content: "\f16e"}
.fa-adn:before {
    content: "\f170"}
.fa-bitbucket:before {
    content: "\f171"}
.fa-bitbucket-square:before {
    content: "\f172"}
.fa-tumblr:before {
    content: "\f173"}
.fa-tumblr-square:before {
    content: "\f174"}
.fa-long-arrow-down:before {
    content: "\f175"}
.fa-long-arrow-up:before {
    content: "\f176"}
.fa-long-arrow-left:before {
    content: "\f177"}
.fa-long-arrow-right:before {
    content: "\f178"}
.fa-apple:before {
    content: "\f179"}
.fa-windows:before {
    content: "\f17a"}
.fa-android:before {
    content: "\f17b"}
.fa-linux:before {
    content: "\f17c"}
.fa-dribbble:before {
    content: "\f17d"}
.fa-skype:before {
    content: "\f17e"}
.fa-foursquare:before {
    content: "\f180"}
.fa-trello:before {
    content: "\f181"}
.fa-female:before {
    content: "\f182"}
.fa-male:before {
    content: "\f183"}
.fa-gittip:before, .fa-gratipay:before {
    content: "\f184"}
.fa-sun-o:before {
    content: "\f185"}
.fa-moon-o:before {
    content: "\f186"}
.fa-archive:before {
    content: "\f187"}
.fa-bug:before {
    content: "\f188"}
.fa-vk:before {
    content: "\f189"}
.fa-weibo:before {
    content: "\f18a"}
.fa-renren:before {
    content: "\f18b"}
.fa-pagelines:before {
    content: "\f18c"}
.fa-stack-exchange:before {
    content: "\f18d"}
.fa-arrow-circle-o-right:before {
    content: "\f18e"}
.fa-arrow-circle-o-left:before {
    content: "\f190"}
.fa-toggle-left:before, .fa-caret-square-o-left:before {
    content: "\f191"}
.fa-dot-circle-o:before {
    content: "\f192"}
.fa-wheelchair:before {
    content: "\f193"}
.fa-vimeo-square:before {
    content: "\f194"}
.fa-turkish-lira:before, .fa-try:before {
    content: "\f195"}
.fa-plus-square-o:before {
    content: "\f196"}
.fa-space-shuttle:before {
    content: "\f197"}
.fa-slack:before {
    content: "\f198"}
.fa-envelope-square:before {
    content: "\f199"}
.fa-wordpress:before {
    content: "\f19a"}
.fa-openid:before {
    content: "\f19b"}
.fa-institution:before, .fa-bank:before, .fa-university:before {
    content: "\f19c"}
.fa-mortar-board:before, .fa-graduation-cap:before {
    content: "\f19d"}
.fa-yahoo:before {
    content: "\f19e"}
.fa-google:before {
    content: "\f1a0"}
.fa-reddit:before {
    content: "\f1a1"}
.fa-reddit-square:before {
    content: "\f1a2"}
.fa-stumbleupon-circle:before {
    content: "\f1a3"}
.fa-stumbleupon:before {
    content: "\f1a4"}
.fa-delicious:before {
    content: "\f1a5"}
.fa-digg:before {
    content: "\f1a6"}
.fa-pied-piper:before {
    content: "\f1a7"}
.fa-pied-piper-alt:before {
    content: "\f1a8"}
.fa-drupal:before {
    content: "\f1a9"}
.fa-joomla:before {
    content: "\f1aa"}
.fa-language:before {
    content: "\f1ab"}
.fa-fax:before {
    content: "\f1ac"}
.fa-building:before {
    content: "\f1ad"}
.fa-child:before {
    content: "\f1ae"}
.fa-paw:before {
    content: "\f1b0"}
.fa-spoon:before {
    content: "\f1b1"}
.fa-cube:before {
    content: "\f1b2"}
.fa-cubes:before {
    content: "\f1b3"}
.fa-behance:before {
    content: "\f1b4"}
.fa-behance-square:before {
    content: "\f1b5"}
.fa-steam:before {
    content: "\f1b6"}
.fa-steam-square:before {
    content: "\f1b7"}
.fa-recycle:before {
    content: "\f1b8"}
.fa-automobile:before, .fa-car:before {
    content: "\f1b9"}
.fa-cab:before, .fa-taxi:before {
    content: "\f1ba"}
.fa-tree:before {
    content: "\f1bb"}
.fa-spotify:before {
    content: "\f1bc"}
.fa-deviantart:before {
    content: "\f1bd"}
.fa-soundcloud:before {
    content: "\f1be"}
.fa-database:before {
    content: "\f1c0"}
.fa-file-pdf-o:before {
    content: "\f1c1"}
.fa-file-word-o:before {
    content: "\f1c2"}
.fa-file-excel-o:before {
    content: "\f1c3"}
.fa-file-powerpoint-o:before {
    content: "\f1c4"}
.fa-file-photo-o:before, .fa-file-picture-o:before, .fa-file-image-o:before {
    content: "\f1c5"}
.fa-file-zip-o:before, .fa-file-archive-o:before {
    content: "\f1c6"}
.fa-file-sound-o:before, .fa-file-audio-o:before {
    content: "\f1c7"}
.fa-file-movie-o:before, .fa-file-video-o:before {
    content: "\f1c8"}
.fa-file-code-o:before {
    content: "\f1c9"}
.fa-vine:before {
    content: "\f1ca"}
.fa-codepen:before {
    content: "\f1cb"}
.fa-jsfiddle:before {
    content: "\f1cc"}
.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-saver:before, .fa-support:before, .fa-life-ring:before {
    content: "\f1cd"}
.fa-circle-o-notch:before {
    content: "\f1ce"}
.fa-ra:before, .fa-rebel:before {
    content: "\f1d0"}
.fa-ge:before, .fa-empire:before {
    content: "\f1d1"}
.fa-git-square:before {
    content: "\f1d2"}
.fa-git:before {
    content: "\f1d3"}
.fa-hacker-news:before {
    content: "\f1d4"}
.fa-tencent-weibo:before {
    content: "\f1d5"}
.fa-qq:before {
    content: "\f1d6"}
.fa-wechat:before, .fa-weixin:before {
    content: "\f1d7"}
.fa-send:before, .fa-paper-plane:before {
    content: "\f1d8"}
.fa-send-o:before, .fa-paper-plane-o:before {
    content: "\f1d9"}
.fa-history:before {
    content: "\f1da"}
.fa-genderless:before, .fa-circle-thin:before {
    content: "\f1db"}
.fa-header:before {
    content: "\f1dc"}
.fa-paragraph:before {
    content: "\f1dd"}
.fa-sliders:before {
    content: "\f1de"}
.fa-share-alt:before {
    content: "\f1e0"}
.fa-share-alt-square:before {
    content: "\f1e1"}
.fa-bomb:before {
    content: "\f1e2"}
.fa-soccer-ball-o:before, .fa-futbol-o:before {
    content: "\f1e3"}
.fa-tty:before {
    content: "\f1e4"}
.fa-binoculars:before {
    content: "\f1e5"}
.fa-plug:before {
    content: "\f1e6"}
.fa-slideshare:before {
    content: "\f1e7"}
.fa-twitch:before {
    content: "\f1e8"}
.fa-yelp:before {
    content: "\f1e9"}
.fa-newspaper-o:before {
    content: "\f1ea"}
.fa-wifi:before {
    content: "\f1eb"}
.fa-calculator:before {
    content: "\f1ec"}
.fa-paypal:before {
    content: "\f1ed"}
.fa-google-wallet:before {
    content: "\f1ee"}
.fa-cc-visa:before {
    content: "\f1f0"}
.fa-cc-mastercard:before {
    content: "\f1f1"}
.fa-cc-discover:before {
    content: "\f1f2"}
.fa-cc-amex:before {
    content: "\f1f3"}
.fa-cc-paypal:before {
    content: "\f1f4"}
.fa-cc-stripe:before {
    content: "\f1f5"}
.fa-bell-slash:before {
    content: "\f1f6"}
.fa-bell-slash-o:before {
    content: "\f1f7"}
.fa-trash:before {
    content: "\f1f8"}
.fa-copyright:before {
    content: "\f1f9"}
.fa-at:before {
    content: "\f1fa"}
.fa-eyedropper:before {
    content: "\f1fb"}
.fa-paint-brush:before {
    content: "\f1fc"}
.fa-birthday-cake:before {
    content: "\f1fd"}
.fa-area-chart:before {
    content: "\f1fe"}
.fa-pie-chart:before {
    content: "\f200"}
.fa-line-chart:before {
    content: "\f201"}
.fa-lastfm:before {
    content: "\f202"}
.fa-lastfm-square:before {
    content: "\f203"}
.fa-toggle-off:before {
    content: "\f204"}
.fa-toggle-on:before {
    content: "\f205"}
.fa-bicycle:before {
    content: "\f206"}
.fa-bus:before {
    content: "\f207"}
.fa-ioxhost:before {
    content: "\f208"}
.fa-angellist:before {
    content: "\f209"}
.fa-cc:before {
    content: "\f20a"}
.fa-shekel:before, .fa-sheqel:before, .fa-ils:before {
    content: "\f20b"}
.fa-meanpath:before {
    content: "\f20c"}
.fa-buysellads:before {
    content: "\f20d"}
.fa-connectdevelop:before {
    content: "\f20e"}
.fa-dashcube:before {
    content: "\f210"}
.fa-forumbee:before {
    content: "\f211"}
.fa-leanpub:before {
    content: "\f212"}
.fa-sellsy:before {
    content: "\f213"}
.fa-shirtsinbulk:before {
    content: "\f214"}
.fa-simplybuilt:before {
    content: "\f215"}
.fa-skyatlas:before {
    content: "\f216"}
.fa-cart-plus:before {
    content: "\f217"}
.fa-cart-arrow-down:before {
    content: "\f218"}
.fa-diamond:before {
    content: "\f219"}
.fa-ship:before {
    content: "\f21a"}
.fa-user-secret:before {
    content: "\f21b"}
.fa-motorcycle:before {
    content: "\f21c"}
.fa-street-view:before {
    content: "\f21d"}
.fa-heartbeat:before {
    content: "\f21e"}
.fa-venus:before {
    content: "\f221"}
.fa-mars:before {
    content: "\f222"}
.fa-mercury:before {
    content: "\f223"}
.fa-transgender:before {
    content: "\f224"}
.fa-transgender-alt:before {
    content: "\f225"}
.fa-venus-double:before {
    content: "\f226"}
.fa-mars-double:before {
    content: "\f227"}
.fa-venus-mars:before {
    content: "\f228"}
.fa-mars-stroke:before {
    content: "\f229"}
.fa-mars-stroke-v:before {
    content: "\f22a"}
.fa-mars-stroke-h:before {
    content: "\f22b"}
.fa-neuter:before {
    content: "\f22c"}
.fa-facebook-official:before {
    content: "\f230"}
.fa-pinterest-p:before {
    content: "\f231"}
.fa-whatsapp:before {
    content: "\f232"}
.fa-server:before {
    content: "\f233"}
.fa-user-plus:before {
    content: "\f234"}
.fa-user-times:before {
    content: "\f235"}
.fa-hotel:before, .fa-bed:before {
    content: "\f236"}
.fa-viacoin:before {
    content: "\f237"}
.fa-train:before {
    content: "\f238"}
.fa-subway:before {
    content: "\f239"}
.fa-medium:before {
    content: "\f23a"}


@font-face {
    font-family: "Flaticon";
    src: url(../fonts/flaticon.eot);
    src: url(../fonts/flaticon.eot) format("embedded-opentype"), url(../fonts/flaticon.ttf) format("truetype"), url(../fonts/flaticon.svg) format("svg");
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: "Flaticon";
    src: url(../fonts/flaticon.svg) format("svg");
}
[class^="flaticon-"]:before, [class*=" flaticon-"]:before, [class^="flaticon-"]:after, [class*=" flaticon-"]:after {
    font-family: Flaticon;
    font-style: normal;
}
.flaticon-placeholder:before {
    content: "\f100"}
.flaticon-phone-call:before {
    content: "\f101"}
.flaticon-timetable:before {
    content: "\f102"}
.flaticon-unlink:before {
    content: "\f103"}
.flaticon-play-arrow:before {
    content: "\f104"}
.flaticon-money-bag:before {
    content: "\f105"}
.flaticon-trophy:before {
    content: "\f106"}
.flaticon-magnifying-glass:before {
    content: "\f107"}
.flaticon-menu:before {
    content: "\f108"}
.flaticon-shopping-cart:before {
    content: "\f109"}
.flaticon-settings:before {
    content: "\f10a"}
.flaticon-share:before {
    content: "\f10b"}
.flaticon-headphones:before {
    content: "\f10c"}
.flaticon-garbage:before {
    content: "\f10d"}
.flaticon-shopping-cart-1:before {
    content: "\f10e"}
.flaticon-email:before {
    content: "\f10f"}
.flaticon-message:before {
    content: "\f110"}
.flaticon-full-screen:before {
    content: "\f111"}
.flaticon-multiply:before {
    content: "\f112"}
.flaticon-media-play-symbol:before {
    content: "\f113"}
.flaticon-arrow-pointing-to-right:before {
    content: "\f114"}
.flaticon-back:before {
    content: "\f115"}
.flaticon-pdf:before {
    content: "\f116"}
.flaticon-loupe:before {
    content: "\f117"}
.flaticon-menu-1:before {
    content: "\f118"}
.flaticon-big-anchor:before {
    content: "\f119"}
.flaticon-tick:before {
    content: "\f11a"}
.flaticon-email-1:before {
    content: "\f11b"}
.flaticon-placeholder-1:before {
    content: "\f11c"}
.flaticon-home-page:before {
    content: "\f11d"}
.flaticon-safe:before {
    content: "\f11e"}
.flaticon-paper-plane:before {
    content: "\f11f"}
.flaticon-smartphone:before {
    content: "\f120"}
.flaticon-edit:before {
    content: "\f121"}
.flaticon-plus-symbol:before {
    content: "\f122"}
.flaticon-user:before {
    content: "\f123"}
.flaticon-checked:before {
    content: "\f124"}
.flaticon-menu-2:before {
    content: "\f125"}
.flaticon-search:before {
    content: "\f126"}
.flaticon-plus:before {
    content: "\f127"}
.flaticon-maps-and-flags:before {
    content: "\f128"}
.flaticon-email-2:before {
    content: "\f129"}
.flaticon-user-1:before {
    content: "\f12a"}
.flaticon-tick-1:before {
    content: "\f12b"}
.flaticon-right-arrow:before {
    content: "\f12c"}
.flaticon-left-arrow:before {
    content: "\f12d"}
.flaticon-call:before {
    content: "\f12e"}
.flaticon-comment:before {
    content: "\f12f"}
.flaticon-left-quote:before {
    content: "\f130"}
.flaticon-blocks-with-angled-cuts:before {
    content: "\f131"}
.flaticon-straight-quotes:before {
    content: "\f132"}
.flaticon-left-arrow-1:before {
    content: "\f133"}
.flaticon-right-arrow-1:before {
    content: "\f134"}
.flaticon-down-arrow:before {
    content: "\f135"}
.flaticon-user-2:before {
    content: "\f136"}
.flaticon-chat-bubble:before {
    content: "\f137"}
.flaticon-call-1:before {
    content: "\f138"}
.flaticon-quote:before {
    content: "\f139"}
.flaticon-quote-1:before {
    content: "\f13a"}
.flaticon-down-arrow-1:before {
    content: "\f13b"}
.flaticon-time:before {
    content: "\f13c"}
.flaticon-play:before {
    content: "\f13d"}
.flaticon-check:before {
    content: "\f13e"}
.flaticon-check-1:before {
    content: "\f13f"}
.flaticon-close:before {
    content: "\f140"}
.flaticon-call-2:before {
    content: "\f141"}
.flaticon-trash:before {
    content: "\f142"}
.flaticon-check-2:before {
    content: "\f143"}
.flaticon-send:before {
    content: "\f144"}
.flaticon-big-envelope:before {
    content: "\f145"}
.flaticon-email-3:before {
    content: "\f146"}
.flaticon-play-button:before {
    content: "\f147"}
.flaticon-play-1:before {
    content: "\f148"}
.flaticon-worldwide:before {
    content: "\f149"}
.flaticon-trophy-1:before {
    content: "\f14a"}
.flaticon-quotation:before {
    content: "\f14b"}
.flaticon-sketch:before {
    content: "\f14c"}
.flaticon-magnifying-glass-1:before {
    content: "\f14d"}
.flaticon-avatar:before {
    content: "\f14e"}
.flaticon-heart:before {
    content: "\f14f"}
.flaticon-like:before {
    content: "\f150"}
.flaticon-back-1:before {
    content: "\f151"}
.flaticon-chat:before {
    content: "\f152"}
.flaticon-shopping-bag:before {
    content: "\f153"}
.flaticon-cancel:before {
    content: "\f154"}
.flaticon-download:before {
    content: "\f155"}
.flaticon-next:before {
    content: "\f156"}
.flaticon-house:before {
    content: "\f157"}
.flaticon-link:before {
    content: "\f158"}
.flaticon-padlock:before {
    content: "\f159"}
.flaticon-chat-1:before {
    content: "\f15a"}
.flaticon-envelope:before {
    content: "\f15b"}
.flaticon-home:before {
    content: "\f15c"}
.flaticon-placeholder-2:before {
    content: "\f15d"}
.flaticon-megaphone:before {
    content: "\f15e"}
.flaticon-eye:before {
    content: "\f15f"}
.flaticon-play-button-1:before {
    content: "\f160"}
.flaticon-padlock-1:before {
    content: "\f161"}
.flaticon-planet-earth:before {
    content: "\f162"}
.flaticon-chat-2:before {
    content: "\f163"}
.flaticon-magnifying-glass-2:before {
    content: "\f164"}
.flaticon-quote-2:before {
    content: "\f165"}
.flaticon-next-1:before {
    content: "\f166"}
.flaticon-menu-3:before {
    content: "\f167"}
.flaticon-map:before {
    content: "\f168"}
.flaticon-location-pin:before {
    content: "\f169"}
.flaticon-web-search-engine:before {
    content: "\f16a"}
.flaticon-chat-bubbles-with-ellipsis:before {
    content: "\f16b"}
.flaticon-angle-arrow-pointing-to-right:before {
    content: "\f16c"}
.flaticon-wall-clock:before {
    content: "\f16d"}
.flaticon-cart:before {
    content: "\f16e"}
.flaticon-soccer-cup:before {
    content: "\f16f"}
.flaticon-badge:before {
    content: "\f170"}
.flaticon-conversation:before {
    content: "\f171"}
.flaticon-chat-3:before {
    content: "\f172"}
.flaticon-pdf-1:before {
    content: "\f173"}
.flaticon-clock:before {
    content: "\f174"}
.flaticon-pin:before {
    content: "\f175"}
.flaticon-menu-4:before {
    content: "\f176"}
.flaticon-send-1:before {
    content: "\f177"}
.flaticon-next-2:before {
    content: "\f178"}
.flaticon-left-arrow-2:before {
    content: "\f179"}
.flaticon-long-arrow-pointing-to-the-right:before {
    content: "\f17a"}
.flaticon-right-arrow-3:before {
    content: "\f17b"}
.flaticon-up-arrow:before {
    content: "\f17c"}
.flaticon-quote-3:before {
    content: "\f17d"}
.flaticon-shopping-bag-2:before {
    content: "\f17e"}
.flaticon-check-3:before {
    content: "\f17f"}
.flaticon-double-check:before {
    content: "\f180"}
.flaticon-right-arrow-2:before {
    content: "\f181"}
.flaticon-squares:before {
    content: "\f182"}
.flaticon-list:before {
    content: "\f183"}
.flaticon-play-button-2:before {
    content: "\f184"}
.flaticon-microsoft-word-document-file:before {
    content: "\f185"}
.flaticon-check-4:before {
    content: "\f186"}
.flaticon-layout:before {
    content: "\f187"}
.flaticon-cancel-1:before {
    content: "\f188"}
.flaticon-shopping-bag-1:before {
    content: "\f189"}
.flaticon-flag:before {
    content: "\f18a"}
.flaticon-book:before {
    content: "\f18b"}
.flaticon-bar-chart:before {
    content: "\f18c"}
.flaticon-line-graph:before {
    content: "\f18d"}
.flaticon-checked-1:before {
    content: "\f18e"}
.flaticon-link-1:before {
    content: "\f18f"}
.flaticon-mission:before {
    content: "\f190"}
.flaticon-like-1:before {
    content: "\f191"}
.flaticon-chart:before {
    content: "\f192"}
.flaticon-team:before {
    content: "\f193"}
.flaticon-down-arrow-2:before {
    content: "\f194"}
.flaticon-stats:before {
    content: "\f195"}
.flaticon-calculator:before {
    content: "\f196"}
.flaticon-upload:before {
    content: "\f197"}
.flaticon-monitor:before {
    content: "\f198"}
.flaticon-eye-1:before {
    content: "\f199"}
.flaticon-heart-1:before {
    content: "\f19a"}
.flaticon-reverse:before {
    content: "\f19b"}
.flaticon-presentation:before {
    content: "\f19c"}
.flaticon-online-learning:before {
    content: "\f19d"}
.flaticon-graduation-cap:before {
    content: "\f19e"}
.flaticon-graduated:before {
    content: "\f19f"}
.flaticon-notebook:before {
    content: "\f1a0"}
.flaticon-books:before {
    content: "\f1a1"}
.flaticon-pencil-and-ruler:before {
    content: "\f1a2"}
.flaticon-graduated-1:before {
    content: "\f1a3"}
.flaticon-clipboard:before {
    content: "\f1a4"}
.flaticon-globe:before {
    content: "\f1a5"}
.flaticon-loupe-1:before {
    content: "\f1a6"}
.iconmob:hover  {
    
    color:  #fff;
    
    background-color:  #243559;
    
}
.tchk li {
    position: relative;
    color: #dce4f0;
    font-size: 19px;
    padding-left: 30px;
    margin-bottom: 10px;
    text-align: left;
}
.tchk li:before {
    position: absolute;
    left: 0;
    top: 3px;
    color: #f71735;
    font-size: 16px;
    line-height: 1em;
    font-weight: 300;
    content: "\f18e";
    font-family: "Flaticon";
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.tchk2 li {
    position: relative;
    color: #3d474e;
    font-size: 18px;
    padding-left: 30px;
    margin-bottom: 10px;
    text-align: left;
}
.tchk2 li:before {
    position: absolute;
    left: 0;
    top: 3px;
    color: #ffc107;
    font-size: 16px;
    line-height: 1em;
    font-weight: 300;
    content: "\f18e";
    font-family: "Flaticon";
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.white {
    /* color: #f71735 !important; */
}
.fs20 {
    font-size: 19px;
}


/* Ð Ð°Ð·Ñ€ÐµÑˆÐµÐ½Ð¸Ðµ Ð´Ð¾ 1024x768 */
@media screen and (max-width: 1024px) {
    .banner-section .slide { 
        background-image: url(../images/main-slider/city1024.jpg);
    }
}

/* Ð Ð°Ð·Ñ€ÐµÑˆÐµÐ½Ð¸Ðµ Ð¾Ñ‚ 1025px Ð´Ð¾ 1280px */
@media screen and (min-width: 1025px) and (max-width: 1280px) {
    .banner-section .slide {
        background-image: url(../images/main-slider/city1280.jpg);
    }
}

/* Ð Ð°Ð·Ñ€ÐµÑˆÐµÐ½Ð¸Ðµ Ð¾Ñ‚ 1281px Ð´Ð¾ 1366px */
@media screen and (min-width: 1281px) and (max-width: 1366px) {
    .banner-section .slide { 
        background-image: url(../images/main-slider/city1366.jpg);
    }
}

/* Ð Ð°Ð·Ñ€ÐµÑˆÐµÐ½Ð¸Ðµ Ð¾Ñ‚ 1367px Ð´Ð¾ 1440px */
@media screen and (min-width: 1367px) and (max-width: 1440px) {
    .banner-section .slide { 
        background-image: url(../images/main-slider/city1440.jpg);
    }
}

/* Ð Ð°Ð·Ñ€ÐµÑˆÐµÐ½Ð¸Ðµ Ð¾Ñ‚ 1441px Ð´Ð¾ 1536px */
@media screen and (min-width: 1441px) and (max-width: 1536px) {
    .banner-section .slide { 
        background-image: url(../images/main-slider/city1536.jpg);
    }
}

/* Ð Ð°Ð·Ñ€ÐµÑˆÐµÐ½Ð¸Ñ Ð±Ð¾Ð»ÑŒÑˆÐµ 1536px */
@media screen and (min-width: 1537px) {
    .banner-section .slide {
        background-image: url(../images/main-slider/city.jpg);
    }
}
