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

 :root {
--animate-duration: 1s;
--animate-delay: 1s;
--animate-repeat: 1
}
.animate__animated {
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-duration: var(--animate-duration);
animation-duration: var(--animate-duration);
-webkit-animation-fill-mode: both;
animation-fill-mode: both
}
.animate__animated.animate__infinite {
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite
}
.animate__animated.animate__repeat-1 {
-webkit-animation-iteration-count: 1;
animation-iteration-count: 1;
-webkit-animation-iteration-count: var(--animate-repeat);
animation-iteration-count: var(--animate-repeat)
}
.animate__animated.animate__repeat-2 {
-webkit-animation-iteration-count: 2;
animation-iteration-count: 2;
-webkit-animation-iteration-count: calc(var(--animate-repeat)*2);
animation-iteration-count: calc(var(--animate-repeat)*2)
}
.animate__animated.animate__repeat-3 {
-webkit-animation-iteration-count: 3;
animation-iteration-count: 3;
-webkit-animation-iteration-count: calc(var(--animate-repeat)*3);
animation-iteration-count: calc(var(--animate-repeat)*3)
}
.animate__animated.animate__delay-1s {
-webkit-animation-delay: 1s;
animation-delay: 1s;
-webkit-animation-delay: var(--animate-delay);
animation-delay: var(--animate-delay)
}
.animate__animated.animate__delay-2s {
-webkit-animation-delay: 2s;
animation-delay: 2s;
-webkit-animation-delay: calc(var(--animate-delay)*2);
animation-delay: calc(var(--animate-delay)*2)
}
.animate__animated.animate__delay-3s {
-webkit-animation-delay: 3s;
animation-delay: 3s;
-webkit-animation-delay: calc(var(--animate-delay)*3);
animation-delay: calc(var(--animate-delay)*3)
}
.animate__animated.animate__delay-4s {
-webkit-animation-delay: 4s;
animation-delay: 4s;
-webkit-animation-delay: calc(var(--animate-delay)*4);
animation-delay: calc(var(--animate-delay)*4)
}
.animate__animated.animate__delay-5s {
-webkit-animation-delay: 5s;
animation-delay: 5s;
-webkit-animation-delay: calc(var(--animate-delay)*5);
animation-delay: calc(var(--animate-delay)*5)
}
.animate__animated.animate__faster {
-webkit-animation-duration: .5s;
animation-duration: .5s;
-webkit-animation-duration: calc(var(--animate-duration)/2);
animation-duration: calc(var(--animate-duration)/2)
}
.animate__animated.animate__fast {
-webkit-animation-duration: .8s;
animation-duration: .8s;
-webkit-animation-duration: calc(var(--animate-duration)*0.8);
animation-duration: calc(var(--animate-duration)*0.8)
}
.animate__animated.animate__slow {
-webkit-animation-duration: 2s;
animation-duration: 2s;
-webkit-animation-duration: calc(var(--animate-duration)*2);
animation-duration: calc(var(--animate-duration)*2)
}
.animate__animated.animate__slower {
-webkit-animation-duration: 3s;
animation-duration: 3s;
-webkit-animation-duration: calc(var(--animate-duration)*3);
animation-duration: calc(var(--animate-duration)*3)
}
@media (prefers-reduced-motion:reduce),
print {
.animate__animated {
-webkit-animation-duration: 1ms!important;
animation-duration: 1ms!important;
-webkit-transition-duration: 1ms!important;
transition-duration: 1ms!important;
-webkit-animation-iteration-count: 1!important;
animation-iteration-count: 1!important
}
.animate__animated[class*=Out] {
opacity: 0
}
}
@-webkit-keyframes bounce {
0%,
20%,
53%,
to {
-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
animation-timing-function: cubic-bezier(.215, .61, .355, 1);
-webkit-transform: translateZ(0);
transform: translateZ(0)
}
40%,
43% {
-webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
animation-timing-function: cubic-bezier(.755, .05, .855, .06);
-webkit-transform: translate3d(0, -30px, 0) scaleY(1.1);
transform: translate3d(0, -30px, 0) scaleY(1.1)
}
70% {
-webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
animation-timing-function: cubic-bezier(.755, .05, .855, .06);
-webkit-transform: translate3d(0, -15px, 0) scaleY(1.05);
transform: translate3d(0, -15px, 0) scaleY(1.05)
}
80% {
-webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
transition-timing-function: cubic-bezier(.215, .61, .355, 1);
-webkit-transform: translateZ(0) scaleY(.95);
transform: translateZ(0) scaleY(.95)
}
90% {
-webkit-transform: translate3d(0, -4px, 0) scaleY(1.02);
transform: translate3d(0, -4px, 0) scaleY(1.02)
}
}
@keyframes bounce {
0%,
20%,
53%,
to {
-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
animation-timing-function: cubic-bezier(.215, .61, .355, 1);
-webkit-transform: translateZ(0);
transform: translateZ(0)
}
40%,
43% {
-webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
animation-timing-function: cubic-bezier(.755, .05, .855, .06);
-webkit-transform: translate3d(0, -30px, 0) scaleY(1.1);
transform: translate3d(0, -30px, 0) scaleY(1.1)
}
70% {
-webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
animation-timing-function: cubic-bezier(.755, .05, .855, .06);
-webkit-transform: translate3d(0, -15px, 0) scaleY(1.05);
transform: translate3d(0, -15px, 0) scaleY(1.05)
}
80% {
-webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
transition-timing-function: cubic-bezier(.215, .61, .355, 1);
-webkit-transform: translateZ(0) scaleY(.95);
transform: translateZ(0) scaleY(.95)
}
90% {
-webkit-transform: translate3d(0, -4px, 0) scaleY(1.02);
transform: translate3d(0, -4px, 0) scaleY(1.02)
}
}
.animate__bounce {
-webkit-animation-name: bounce;
animation-name: bounce;
-webkit-transform-origin: center bottom;
transform-origin: center bottom
}
@-webkit-keyframes flash {
0%,
50%,
to {
opacity: 1
}
25%,
75% {
opacity: 0
}
}
@keyframes flash {
0%,
50%,
to {
opacity: 1
}
25%,
75% {
opacity: 0
}
}
.animate__flash {
-webkit-animation-name: flash;
animation-name: flash
}
@-webkit-keyframes pulse {
0% {
-webkit-transform: scaleX(1);
transform: scaleX(1)
}
50% {
-webkit-transform: scale3d(1.05, 1.05, 1.05);
transform: scale3d(1.05, 1.05, 1.05)
}
to {
-webkit-transform: scaleX(1);
transform: scaleX(1)
}
}
@keyframes pulse {
0% {
-webkit-transform: scaleX(1);
transform: scaleX(1)
}
50% {
-webkit-transform: scale3d(1.05, 1.05, 1.05);
transform: scale3d(1.05, 1.05, 1.05)
}
to {
-webkit-transform: scaleX(1);
transform: scaleX(1)
}
}
.animate__pulse {
-webkit-animation-name: pulse;
animation-name: pulse;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out
}
@-webkit-keyframes rubberBand {
0% {
-webkit-transform: scaleX(1);
transform: scaleX(1)
}
30% {
-webkit-transform: scale3d(1.25, .75, 1);
transform: scale3d(1.25, .75, 1)
}
40% {
-webkit-transform: scale3d(.75, 1.25, 1);
transform: scale3d(.75, 1.25, 1)
}
50% {
-webkit-transform: scale3d(1.15, .85, 1);
transform: scale3d(1.15, .85, 1)
}
65% {
-webkit-transform: scale3d(.95, 1.05, 1);
transform: scale3d(.95, 1.05, 1)
}
75% {
-webkit-transform: scale3d(1.05, .95, 1);
transform: scale3d(1.05, .95, 1)
}
to {
-webkit-transform: scaleX(1);
transform: scaleX(1)
}
}
@keyframes rubberBand {
0% {
-webkit-transform: scaleX(1);
transform: scaleX(1)
}
30% {
-webkit-transform: scale3d(1.25, .75, 1);
transform: scale3d(1.25, .75, 1)
}
40% {
-webkit-transform: scale3d(.75, 1.25, 1);
transform: scale3d(.75, 1.25, 1)
}
50% {
-webkit-transform: scale3d(1.15, .85, 1);
transform: scale3d(1.15, .85, 1)
}
65% {
-webkit-transform: scale3d(.95, 1.05, 1);
transform: scale3d(.95, 1.05, 1)
}
75% {
-webkit-transform: scale3d(1.05, .95, 1);
transform: scale3d(1.05, .95, 1)
}
to {
-webkit-transform: scaleX(1);
transform: scaleX(1)
}
}
.animate__rubberBand {
-webkit-animation-name: rubberBand;
animation-name: rubberBand
}
@-webkit-keyframes shakeX {
0%,
to {
-webkit-transform: translateZ(0);
transform: translateZ(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 shakeX {
0%,
to {
-webkit-transform: translateZ(0);
transform: translateZ(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)
}
}
.animate__shakeX {
-webkit-animation-name: shakeX;
animation-name: shakeX
}
@-webkit-keyframes shakeY {
0%,
to {
-webkit-transform: translateZ(0);
transform: translateZ(0)
}
10%,
30%,
50%,
70%,
90% {
-webkit-transform: translate3d(0, -10px, 0);
transform: translate3d(0, -10px, 0)
}
20%,
40%,
60%,
80% {
-webkit-transform: translate3d(0, 10px, 0);
transform: translate3d(0, 10px, 0)
}
}
@keyframes shakeY {
0%,
to {
-webkit-transform: translateZ(0);
transform: translateZ(0)
}
10%,
30%,
50%,
70%,
90% {
-webkit-transform: translate3d(0, -10px, 0);
transform: translate3d(0, -10px, 0)
}
20%,
40%,
60%,
80% {
-webkit-transform: translate3d(0, 10px, 0);
transform: translate3d(0, 10px, 0)
}
}
.animate__shakeY {
-webkit-animation-name: shakeY;
animation-name: shakeY
}
@-webkit-keyframes headShake {
0% {
-webkit-transform: translateX(0);
transform: translateX(0)
}
6.5% {
-webkit-transform: translateX(-6px) rotateY(-9deg);
transform: translateX(-6px) rotateY(-9deg)
}
18.5% {
-webkit-transform: translateX(5px) rotateY(7deg);
transform: translateX(5px) rotateY(7deg)
}
31.5% {
-webkit-transform: translateX(-3px) rotateY(-5deg);
transform: translateX(-3px) rotateY(-5deg)
}
43.5% {
-webkit-transform: translateX(2px) rotateY(3deg);
transform: translateX(2px) rotateY(3deg)
}
50% {
-webkit-transform: translateX(0);
transform: translateX(0)
}
}
@keyframes headShake {
0% {
-webkit-transform: translateX(0);
transform: translateX(0)
}
6.5% {
-webkit-transform: translateX(-6px) rotateY(-9deg);
transform: translateX(-6px) rotateY(-9deg)
}
18.5% {
-webkit-transform: translateX(5px) rotateY(7deg);
transform: translateX(5px) rotateY(7deg)
}
31.5% {
-webkit-transform: translateX(-3px) rotateY(-5deg);
transform: translateX(-3px) rotateY(-5deg)
}
43.5% {
-webkit-transform: translateX(2px) rotateY(3deg);
transform: translateX(2px) rotateY(3deg)
}
50% {
-webkit-transform: translateX(0);
transform: translateX(0)
}
}
.animate__headShake {
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
-webkit-animation-name: headShake;
animation-name: headShake
}
@-webkit-keyframes swing {
20% {
-webkit-transform: rotate(15deg);
transform: rotate(15deg)
}
40% {
-webkit-transform: rotate(-10deg);
transform: rotate(-10deg)
}
60% {
-webkit-transform: rotate(5deg);
transform: rotate(5deg)
}
80% {
-webkit-transform: rotate(-5deg);
transform: rotate(-5deg)
}
to {
-webkit-transform: rotate(0deg);
transform: rotate(0deg)
}
}
@keyframes swing {
20% {
-webkit-transform: rotate(15deg);
transform: rotate(15deg)
}
40% {
-webkit-transform: rotate(-10deg);
transform: rotate(-10deg)
}
60% {
-webkit-transform: rotate(5deg);
transform: rotate(5deg)
}
80% {
-webkit-transform: rotate(-5deg);
transform: rotate(-5deg)
}
to {
-webkit-transform: rotate(0deg);
transform: rotate(0deg)
}
}
.animate__swing {
-webkit-transform-origin: top center;
transform-origin: top center;
-webkit-animation-name: swing;
animation-name: swing
}
@-webkit-keyframes tada {
0% {
-webkit-transform: scaleX(1);
transform: scaleX(1)
}
10%,
20% {
-webkit-transform: scale3d(.9, .9, .9) rotate(-3deg);
transform: scale3d(.9, .9, .9) rotate(-3deg)
}
30%,
50%,
70%,
90% {
-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
transform: scale3d(1.1, 1.1, 1.1) rotate(3deg)
}
40%,
60%,
80% {
-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg)
}
to {
-webkit-transform: scaleX(1);
transform: scaleX(1)
}
}
@keyframes tada {
0% {
-webkit-transform: scaleX(1);
transform: scaleX(1)
}
10%,
20% {
-webkit-transform: scale3d(.9, .9, .9) rotate(-3deg);
transform: scale3d(.9, .9, .9) rotate(-3deg)
}
30%,
50%,
70%,
90% {
-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
transform: scale3d(1.1, 1.1, 1.1) rotate(3deg)
}
40%,
60%,
80% {
-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg)
}
to {
-webkit-transform: scaleX(1);
transform: scaleX(1)
}
}
.animate__tada {
-webkit-animation-name: tada;
animation-name: tada
}
@-webkit-keyframes wobble {
0% {
-webkit-transform: translateZ(0);
transform: translateZ(0)
}
15% {
-webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
transform: translate3d(-25%, 0, 0) rotate(-5deg)
}
30% {
-webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
transform: translate3d(20%, 0, 0) rotate(3deg)
}
45% {
-webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
transform: translate3d(-15%, 0, 0) rotate(-3deg)
}
60% {
-webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
transform: translate3d(10%, 0, 0) rotate(2deg)
}
75% {
-webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
transform: translate3d(-5%, 0, 0) rotate(-1deg)
}
to {
-webkit-transform: translateZ(0);
transform: translateZ(0)
}
}
@keyframes wobble {
0% {
-webkit-transform: translateZ(0);
transform: translateZ(0)
}
15% {
-webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
transform: translate3d(-25%, 0, 0) rotate(-5deg)
}
30% {
-webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
transform: translate3d(20%, 0, 0) rotate(3deg)
}
45% {
-webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
transform: translate3d(-15%, 0, 0) rotate(-3deg)
}
60% {
-webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
transform: translate3d(10%, 0, 0) rotate(2deg)
}
75% {
-webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
transform: translate3d(-5%, 0, 0) rotate(-1deg)
}
to {
-webkit-transform: translateZ(0);
transform: translateZ(0)
}
}
.animate__wobble {
-webkit-animation-name: wobble;
animation-name: wobble
}
@-webkit-keyframes jello {
0%,
11.1%,
to {
-webkit-transform: translateZ(0);
transform: translateZ(0)
}
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(-.78125deg) skewY(-.78125deg);
transform: skewX(-.78125deg) skewY(-.78125deg)
}
77.7% {
-webkit-transform: skewX(.390625deg) skewY(.390625deg);
transform: skewX(.390625deg) skewY(.390625deg)
}
88.8% {
-webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg);
transform: skewX(-.1953125deg) skewY(-.1953125deg)
}
}
@keyframes jello {
0%,
11.1%,
to {
-webkit-transform: translateZ(0);
transform: translateZ(0)
}
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(-.78125deg) skewY(-.78125deg);
transform: skewX(-.78125deg) skewY(-.78125deg)
}
77.7% {
-webkit-transform: skewX(.390625deg) skewY(.390625deg);
transform: skewX(.390625deg) skewY(.390625deg)
}
88.8% {
-webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg);
transform: skewX(-.1953125deg) skewY(-.1953125deg)
}
}
.animate__jello {
-webkit-animation-name: jello;
animation-name: jello;
-webkit-transform-origin: center;
transform-origin: center
}
@-webkit-keyframes heartBeat {
0% {
-webkit-transform: scale(1);
transform: scale(1)
}
14% {
-webkit-transform: scale(1.3);
transform: scale(1.3)
}
28% {
-webkit-transform: scale(1);
transform: scale(1)
}
42% {
-webkit-transform: scale(1.3);
transform: scale(1.3)
}
70% {
-webkit-transform: scale(1);
transform: scale(1)
}
}
@keyframes heartBeat {
0% {
-webkit-transform: scale(1);
transform: scale(1)
}
14% {
-webkit-transform: scale(1.3);
transform: scale(1.3)
}
28% {
-webkit-transform: scale(1);
transform: scale(1)
}
42% {
-webkit-transform: scale(1.3);
transform: scale(1.3)
}
70% {
-webkit-transform: scale(1);
transform: scale(1)
}
}
.animate__heartBeat {
-webkit-animation-name: heartBeat;
animation-name: heartBeat;
-webkit-animation-duration: 1.3s;
animation-duration: 1.3s;
-webkit-animation-duration: calc(var(--animate-duration)*1.3);
animation-duration: calc(var(--animate-duration)*1.3);
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out
}
@-webkit-keyframes backInDown {
0% {
-webkit-transform: translateY(-1200px) scale(.7);
transform: translateY(-1200px) scale(.7);
opacity: .7
}
80% {
-webkit-transform: translateY(0) scale(.7);
transform: translateY(0) scale(.7);
opacity: .7
}
to {
-webkit-transform: scale(1);
transform: scale(1);
opacity: 1
}
}
@keyframes backInDown {
0% {
-webkit-transform: translateY(-1200px) scale(.7);
transform: translateY(-1200px) scale(.7);
opacity: .7
}
80% {
-webkit-transform: translateY(0) scale(.7);
transform: translateY(0) scale(.7);
opacity: .7
}
to {
-webkit-transform: scale(1);
transform: scale(1);
opacity: 1
}
}
.animate__backInDown {
-webkit-animation-name: backInDown;
animation-name: backInDown
}
@-webkit-keyframes backInLeft {
0% {
-webkit-transform: translateX(-2000px) scale(.7);
transform: translateX(-2000px) scale(.7);
opacity: .7
}
80% {
-webkit-transform: translateX(0) scale(.7);
transform: translateX(0) scale(.7);
opacity: .7
}
to {
-webkit-transform: scale(1);
transform: scale(1);
opacity: 1
}
}
@keyframes backInLeft {
0% {
-webkit-transform: translateX(-2000px) scale(.7);
transform: translateX(-2000px) scale(.7);
opacity: .7
}
80% {
-webkit-transform: translateX(0) scale(.7);
transform: translateX(0) scale(.7);
opacity: .7
}
to {
-webkit-transform: scale(1);
transform: scale(1);
opacity: 1
}
}
.animate__backInLeft {
-webkit-animation-name: backInLeft;
animation-name: backInLeft
}
@-webkit-keyframes backInRight {
0% {
-webkit-transform: translateX(2000px) scale(.7);
transform: translateX(2000px) scale(.7);
opacity: .7
}
80% {
-webkit-transform: translateX(0) scale(.7);
transform: translateX(0) scale(.7);
opacity: .7
}
to {
-webkit-transform: scale(1);
transform: scale(1);
opacity: 1
}
}
@keyframes backInRight {
0% {
-webkit-transform: translateX(2000px) scale(.7);
transform: translateX(2000px) scale(.7);
opacity: .7
}
80% {
-webkit-transform: translateX(0) scale(.7);
transform: translateX(0) scale(.7);
opacity: .7
}
to {
-webkit-transform: scale(1);
transform: scale(1);
opacity: 1
}
}
.animate__backInRight {
-webkit-animation-name: backInRight;
animation-name: backInRight
}
@-webkit-keyframes backInUp {
0% {
-webkit-transform: translateY(1200px) scale(.7);
transform: translateY(1200px) scale(.7);
opacity: .7
}
80% {
-webkit-transform: translateY(0) scale(.7);
transform: translateY(0) scale(.7);
opacity: .7
}
to {
-webkit-transform: scale(1);
transform: scale(1);
opacity: 1
}
}
@keyframes backInUp {
0% {
-webkit-transform: translateY(1200px) scale(.7);
transform: translateY(1200px) scale(.7);
opacity: .7
}
80% {
-webkit-transform: translateY(0) scale(.7);
transform: translateY(0) scale(.7);
opacity: .7
}
to {
-webkit-transform: scale(1);
transform: scale(1);
opacity: 1
}
}
.animate__backInUp {
-webkit-animation-name: backInUp;
animation-name: backInUp
}
@-webkit-keyframes backOutDown {
0% {
-webkit-transform: scale(1);
transform: scale(1);
opacity: 1
}
20% {
-webkit-transform: translateY(0) scale(.7);
transform: translateY(0) scale(.7);
opacity: .7
}
to {
-webkit-transform: translateY(700px) scale(.7);
transform: translateY(700px) scale(.7);
opacity: .7
}
}
@keyframes backOutDown {
0% {
-webkit-transform: scale(1);
transform: scale(1);
opacity: 1
}
20% {
-webkit-transform: translateY(0) scale(.7);
transform: translateY(0) scale(.7);
opacity: .7
}
to {
-webkit-transform: translateY(700px) scale(.7);
transform: translateY(700px) scale(.7);
opacity: .7
}
}
.animate__backOutDown {
-webkit-animation-name: backOutDown;
animation-name: backOutDown
}
@-webkit-keyframes backOutLeft {
0% {
-webkit-transform: scale(1);
transform: scale(1);
opacity: 1
}
20% {
-webkit-transform: translateX(0) scale(.7);
transform: translateX(0) scale(.7);
opacity: .7
}
to {
-webkit-transform: translateX(-2000px) scale(.7);
transform: translateX(-2000px) scale(.7);
opacity: .7
}
}
@keyframes backOutLeft {
0% {
-webkit-transform: scale(1);
transform: scale(1);
opacity: 1
}
20% {
-webkit-transform: translateX(0) scale(.7);
transform: translateX(0) scale(.7);
opacity: .7
}
to {
-webkit-transform: translateX(-2000px) scale(.7);
transform: translateX(-2000px) scale(.7);
opacity: .7
}
}
.animate__backOutLeft {
-webkit-animation-name: backOutLeft;
animation-name: backOutLeft
}
@-webkit-keyframes backOutRight {
0% {
-webkit-transform: scale(1);
transform: scale(1);
opacity: 1
}
20% {
-webkit-transform: translateX(0) scale(.7);
transform: translateX(0) scale(.7);
opacity: .7
}
to {
-webkit-transform: translateX(2000px) scale(.7);
transform: translateX(2000px) scale(.7);
opacity: .7
}
}
@keyframes backOutRight {
0% {
-webkit-transform: scale(1);
transform: scale(1);
opacity: 1
}
20% {
-webkit-transform: translateX(0) scale(.7);
transform: translateX(0) scale(.7);
opacity: .7
}
to {
-webkit-transform: translateX(2000px) scale(.7);
transform: translateX(2000px) scale(.7);
opacity: .7
}
}
.animate__backOutRight {
-webkit-animation-name: backOutRight;
animation-name: backOutRight
}
@-webkit-keyframes backOutUp {
0% {
-webkit-transform: scale(1);
transform: scale(1);
opacity: 1
}
20% {
-webkit-transform: translateY(0) scale(.7);
transform: translateY(0) scale(.7);
opacity: .7
}
to {
-webkit-transform: translateY(-700px) scale(.7);
transform: translateY(-700px) scale(.7);
opacity: .7
}
}
@keyframes backOutUp {
0% {
-webkit-transform: scale(1);
transform: scale(1);
opacity: 1
}
20% {
-webkit-transform: translateY(0) scale(.7);
transform: translateY(0) scale(.7);
opacity: .7
}
to {
-webkit-transform: translateY(-700px) scale(.7);
transform: translateY(-700px) scale(.7);
opacity: .7
}
}
.animate__backOutUp {
-webkit-animation-name: backOutUp;
animation-name: backOutUp
}
@-webkit-keyframes bounceIn {
0%,
20%,
40%,
60%,
80%,
to {
-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
animation-timing-function: cubic-bezier(.215, .61, .355, 1)
}
0% {
opacity: 0;
-webkit-transform: scale3d(.3, .3, .3);
transform: scale3d(.3, .3, .3)
}
20% {
-webkit-transform: scale3d(1.1, 1.1, 1.1);
transform: scale3d(1.1, 1.1, 1.1)
}
40% {
-webkit-transform: scale3d(.9, .9, .9);
transform: scale3d(.9, .9, .9)
}
60% {
opacity: 1;
-webkit-transform: scale3d(1.03, 1.03, 1.03);
transform: scale3d(1.03, 1.03, 1.03)
}
80% {
-webkit-transform: scale3d(.97, .97, .97);
transform: scale3d(.97, .97, .97)
}
to {
opacity: 1;
-webkit-transform: scaleX(1);
transform: scaleX(1)
}
}
@keyframes bounceIn {
0%,
20%,
40%,
60%,
80%,
to {
-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
animation-timing-function: cubic-bezier(.215, .61, .355, 1)
}
0% {
opacity: 0;
-webkit-transform: scale3d(.3, .3, .3);
transform: scale3d(.3, .3, .3)
}
20% {
-webkit-transform: scale3d(1.1, 1.1, 1.1);
transform: scale3d(1.1, 1.1, 1.1)
}
40% {
-webkit-transform: scale3d(.9, .9, .9);
transform: scale3d(.9, .9, .9)
}
60% {
opacity: 1;
-webkit-transform: scale3d(1.03, 1.03, 1.03);
transform: scale3d(1.03, 1.03, 1.03)
}
80% {
-webkit-transform: scale3d(.97, .97, .97);
transform: scale3d(.97, .97, .97)
}
to {
opacity: 1;
-webkit-transform: scaleX(1);
transform: scaleX(1)
}
}
.animate__bounceIn {
-webkit-animation-duration: .75s;
animation-duration: .75s;
-webkit-animation-duration: calc(var(--animate-duration)*0.75);
animation-duration: calc(var(--animate-duration)*0.75);
-webkit-animation-name: bounceIn;
animation-name: bounceIn
}
@-webkit-keyframes bounceInDown {
0%,
60%,
75%,
90%,
to {
-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
animation-timing-function: cubic-bezier(.215, .61, .355, 1)
}
0% {
opacity: 0;
-webkit-transform: translate3d(0, -3000px, 0) scaleY(3);
transform: translate3d(0, -3000px, 0) scaleY(3)
}
60% {
opacity: 1;
-webkit-transform: translate3d(0, 25px, 0) scaleY(.9);
transform: translate3d(0, 25px, 0) scaleY(.9)
}
75% {
-webkit-transform: translate3d(0, -10px, 0) scaleY(.95);
transform: translate3d(0, -10px, 0) scaleY(.95)
}
90% {
-webkit-transform: translate3d(0, 5px, 0) scaleY(.985);
transform: translate3d(0, 5px, 0) scaleY(.985)
}
to {
-webkit-transform: translateZ(0);
transform: translateZ(0)
}
}
@keyframes bounceInDown {
0%,
60%,
75%,
90%,
to {
-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
animation-timing-function: cubic-bezier(.215, .61, .355, 1)
}
0% {
opacity: 0;
-webkit-transform: translate3d(0, -3000px, 0) scaleY(3);
transform: translate3d(0, -3000px, 0) scaleY(3)
}
60% {
opacity: 1;
-webkit-transform: translate3d(0, 25px, 0) scaleY(.9);
transform: translate3d(0, 25px, 0) scaleY(.9)
}
75% {
-webkit-transform: translate3d(0, -10px, 0) scaleY(.95);
transform: translate3d(0, -10px, 0) scaleY(.95)
}
90% {
-webkit-transform: translate3d(0, 5px, 0) scaleY(.985);
transform: translate3d(0, 5px, 0) scaleY(.985)
}
to {
-webkit-transform: translateZ(0);
transform: translateZ(0)
}
}
.animate__bounceInDown {
-webkit-animation-name: bounceInDown;
animation-name: bounceInDown
}
@-webkit-keyframes bounceInLeft {
0%,
60%,
75%,
90%,
to {
-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
animation-timing-function: cubic-bezier(.215, .61, .355, 1)
}
0% {
opacity: 0;
-webkit-transform: translate3d(-3000px, 0, 0) scaleX(3);
transform: translate3d(-3000px, 0, 0) scaleX(3)
}
60% {
opacity: 1;
-webkit-transform: translate3d(25px, 0, 0) scaleX(1);
transform: translate3d(25px, 0, 0) scaleX(1)
}
75% {
-webkit-transform: translate3d(-10px, 0, 0) scaleX(.98);
transform: translate3d(-10px, 0, 0) scaleX(.98)
}
90% {
-webkit-transform: translate3d(5px, 0, 0) scaleX(.995);
transform: translate3d(5px, 0, 0) scaleX(.995)
}
to {
-webkit-transform: translateZ(0);
transform: translateZ(0)
}
}
@keyframes bounceInLeft {
0%,
60%,
75%,
90%,
to {
-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
animation-timing-function: cubic-bezier(.215, .61, .355, 1)
}
0% {
opacity: 0;
-webkit-transform: translate3d(-3000px, 0, 0) scaleX(3);
transform: translate3d(-3000px, 0, 0) scaleX(3)
}
60% {
opacity: 1;
-webkit-transform: translate3d(25px, 0, 0) scaleX(1);
transform: translate3d(25px, 0, 0) scaleX(1)
}
75% {
-webkit-transform: translate3d(-10px, 0, 0) scaleX(.98);
transform: translate3d(-10px, 0, 0) scaleX(.98)
}
90% {
-webkit-transform: translate3d(5px, 0, 0) scaleX(.995);
transform: translate3d(5px, 0, 0) scaleX(.995)
}
to {
-webkit-transform: translateZ(0);
transform: translateZ(0)
}
}
.animate__bounceInLeft {
-webkit-animation-name: bounceInLeft;
animation-name: bounceInLeft
}
@-webkit-keyframes bounceInRight {
0%,
60%,
75%,
90%,
to {
-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
animation-timing-function: cubic-bezier(.215, .61, .355, 1)
}
0% {
opacity: 0;
-webkit-transform: translate3d(3000px, 0, 0) scaleX(3);
transform: translate3d(3000px, 0, 0) scaleX(3)
}
60% {
opacity: 1;
-webkit-transform: translate3d(-25px, 0, 0) scaleX(1);
transform: translate3d(-25px, 0, 0) scaleX(1)
}
75% {
-webkit-transform: translate3d(10px, 0, 0) scaleX(.98);
transform: translate3d(10px, 0, 0) scaleX(.98)
}
90% {
-webkit-transform: translate3d(-5px, 0, 0) scaleX(.995);
transform: translate3d(-5px, 0, 0) scaleX(.995)
}
to {
-webkit-transform: translateZ(0);
transform: translateZ(0)
}
}
@keyframes bounceInRight {
0%,
60%,
75%,
90%,
to {
-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
animation-timing-function: cubic-bezier(.215, .61, .355, 1)
}
0% {
opacity: 0;
-webkit-transform: translate3d(3000px, 0, 0) scaleX(3);
transform: translate3d(3000px, 0, 0) scaleX(3)
}
60% {
opacity: 1;
-webkit-transform: translate3d(-25px, 0, 0) scaleX(1);
transform: translate3d(-25px, 0, 0) scaleX(1)
}
75% {
-webkit-transform: translate3d(10px, 0, 0) scaleX(.98);
transform: translate3d(10px, 0, 0) scaleX(.98)
}
90% {
-webkit-transform: translate3d(-5px, 0, 0) scaleX(.995);
transform: translate3d(-5px, 0, 0) scaleX(.995)
}
to {
-webkit-transform: translateZ(0);
transform: translateZ(0)
}
}
.animate__bounceInRight {
-webkit-animation-name: bounceInRight;
animation-name: bounceInRight
}
@-webkit-keyframes bounceInUp {
0%,
60%,
75%,
90%,
to {
-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
animation-timing-function: cubic-bezier(.215, .61, .355, 1)
}
0% {
opacity: 0;
-webkit-transform: translate3d(0, 3000px, 0) scaleY(5);
transform: translate3d(0, 3000px, 0) scaleY(5)
}
60% {
opacity: 1;
-webkit-transform: translate3d(0, -20px, 0) scaleY(.9);
transform: translate3d(0, -20px, 0) scaleY(.9)
}
75% {
-webkit-transform: translate3d(0, 10px, 0) scaleY(.95);
transform: translate3d(0, 10px, 0) scaleY(.95)
}
90% {
-webkit-transform: translate3d(0, -5px, 0) scaleY(.985);
transform: translate3d(0, -5px, 0) scaleY(.985)
}
to {
-webkit-transform: translateZ(0);
transform: translateZ(0)
}
}
@keyframes bounceInUp {
0%,
60%,
75%,
90%,
to {
-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
animation-timing-function: cubic-bezier(.215, .61, .355, 1)
}
0% {
opacity: 0;
-webkit-transform: translate3d(0, 3000px, 0) scaleY(5);
transform: translate3d(0, 3000px, 0) scaleY(5)
}
60% {
opacity: 1;
-webkit-transform: translate3d(0, -20px, 0) scaleY(.9);
transform: translate3d(0, -20px, 0) scaleY(.9)
}
75% {
-webkit-transform: translate3d(0, 10px, 0) scaleY(.95);
transform: translate3d(0, 10px, 0) scaleY(.95)
}
90% {
-webkit-transform: translate3d(0, -5px, 0) scaleY(.985);
transform: translate3d(0, -5px, 0) scaleY(.985)
}
to {
-webkit-transform: translateZ(0);
transform: translateZ(0)
}
}
.animate__bounceInUp {
-webkit-animation-name: bounceInUp;
animation-name: bounceInUp
}
@-webkit-keyframes bounceOut {
20% {
-webkit-transform: scale3d(.9, .9, .9);
transform: scale3d(.9, .9, .9)
}
50%,
55% {
opacity: 1;
-webkit-transform: scale3d(1.1, 1.1, 1.1);
transform: scale3d(1.1, 1.1, 1.1)
}
to {
opacity: 0;
-webkit-transform: scale3d(.3, .3, .3);
transform: scale3d(.3, .3, .3)
}
}
@keyframes bounceOut {
20% {
-webkit-transform: scale3d(.9, .9, .9);
transform: scale3d(.9, .9, .9)
}
50%,
55% {
opacity: 1;
-webkit-transform: scale3d(1.1, 1.1, 1.1);
transform: scale3d(1.1, 1.1, 1.1)
}
to {
opacity: 0;
-webkit-transform: scale3d(.3, .3, .3);
transform: scale3d(.3, .3, .3)
}
}
.animate__bounceOut {
-webkit-animation-duration: .75s;
animation-duration: .75s;
-webkit-animation-duration: calc(var(--animate-duration)*0.75);
animation-duration: calc(var(--animate-duration)*0.75);
-webkit-animation-name: bounceOut;
animation-name: bounceOut
}
@-webkit-keyframes bounceOutDown {
20% {
-webkit-transform: translate3d(0, 10px, 0) scaleY(.985);
transform: translate3d(0, 10px, 0) scaleY(.985)
}
40%,
45% {
opacity: 1;
-webkit-transform: translate3d(0, -20px, 0) scaleY(.9);
transform: translate3d(0, -20px, 0) scaleY(.9)
}
to {
opacity: 0;
-webkit-transform: translate3d(0, 2000px, 0) scaleY(3);
transform: translate3d(0, 2000px, 0) scaleY(3)
}
}
@keyframes bounceOutDown {
20% {
-webkit-transform: translate3d(0, 10px, 0) scaleY(.985);
transform: translate3d(0, 10px, 0) scaleY(.985)
}
40%,
45% {
opacity: 1;
-webkit-transform: translate3d(0, -20px, 0) scaleY(.9);
transform: translate3d(0, -20px, 0) scaleY(.9)
}
to {
opacity: 0;
-webkit-transform: translate3d(0, 2000px, 0) scaleY(3);
transform: translate3d(0, 2000px, 0) scaleY(3)
}
}
.animate__bounceOutDown {
-webkit-animation-name: bounceOutDown;
animation-name: bounceOutDown
}
@-webkit-keyframes bounceOutLeft {
20% {
opacity: 1;
-webkit-transform: translate3d(20px, 0, 0) scaleX(.9);
transform: translate3d(20px, 0, 0) scaleX(.9)
}
to {
opacity: 0;
-webkit-transform: translate3d(-2000px, 0, 0) scaleX(2);
transform: translate3d(-2000px, 0, 0) scaleX(2)
}
}
@keyframes bounceOutLeft {
20% {
opacity: 1;
-webkit-transform: translate3d(20px, 0, 0) scaleX(.9);
transform: translate3d(20px, 0, 0) scaleX(.9)
}
to {
opacity: 0;
-webkit-transform: translate3d(-2000px, 0, 0) scaleX(2);
transform: translate3d(-2000px, 0, 0) scaleX(2)
}
}
.animate__bounceOutLeft {
-webkit-animation-name: bounceOutLeft;
animation-name: bounceOutLeft
}
@-webkit-keyframes bounceOutRight {
20% {
opacity: 1;
-webkit-transform: translate3d(-20px, 0, 0) scaleX(.9);
transform: translate3d(-20px, 0, 0) scaleX(.9)
}
to {
opacity: 0;
-webkit-transform: translate3d(2000px, 0, 0) scaleX(2);
transform: translate3d(2000px, 0, 0) scaleX(2)
}
}
@keyframes bounceOutRight {
20% {
opacity: 1;
-webkit-transform: translate3d(-20px, 0, 0) scaleX(.9);
transform: translate3d(-20px, 0, 0) scaleX(.9)
}
to {
opacity: 0;
-webkit-transform: translate3d(2000px, 0, 0) scaleX(2);
transform: translate3d(2000px, 0, 0) scaleX(2)
}
}
.animate__bounceOutRight {
-webkit-animation-name: bounceOutRight;
animation-name: bounceOutRight
}
@-webkit-keyframes bounceOutUp {
20% {
-webkit-transform: translate3d(0, -10px, 0) scaleY(.985);
transform: translate3d(0, -10px, 0) scaleY(.985)
}
40%,
45% {
opacity: 1;
-webkit-transform: translate3d(0, 20px, 0) scaleY(.9);
transform: translate3d(0, 20px, 0) scaleY(.9)
}
to {
opacity: 0;
-webkit-transform: translate3d(0, -2000px, 0) scaleY(3);
transform: translate3d(0, -2000px, 0) scaleY(3)
}
}
@keyframes bounceOutUp {
20% {
-webkit-transform: translate3d(0, -10px, 0) scaleY(.985);
transform: translate3d(0, -10px, 0) scaleY(.985)
}
40%,
45% {
opacity: 1;
-webkit-transform: translate3d(0, 20px, 0) scaleY(.9);
transform: translate3d(0, 20px, 0) scaleY(.9)
}
to {
opacity: 0;
-webkit-transform: translate3d(0, -2000px, 0) scaleY(3);
transform: translate3d(0, -2000px, 0) scaleY(3)
}
}
.animate__bounceOutUp {
-webkit-animation-name: bounceOutUp;
animation-name: bounceOutUp
}
@-webkit-keyframes fadeIn {
0% {
opacity: 0
}
to {
opacity: 1
}
}
@keyframes fadeIn {
0% {
opacity: 0
}
to {
opacity: 1
}
}
.animate__fadeIn {
-webkit-animation-name: fadeIn;
animation-name: fadeIn
}
@-webkit-keyframes fadeInDown {
0% {
opacity: 0;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0)
}
to {
opacity: 1;
-webkit-transform: translateZ(0);
transform: translateZ(0)
}
}
@keyframes fadeInDown {
0% {
opacity: 0;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0)
}
to {
opacity: 1;
-webkit-transform: translateZ(0);
transform: translateZ(0)
}
}
.animate__fadeInDown {
-webkit-animation-name: fadeInDown;
animation-name: fadeInDown
}
@-webkit-keyframes fadeInDownBig {
0% {
opacity: 0;
-webkit-transform: translate3d(0, -2000px, 0);
transform: translate3d(0, -2000px, 0)
}
to {
opacity: 1;
-webkit-transform: translateZ(0);
transform: translateZ(0)
}
}
@keyframes fadeInDownBig {
0% {
opacity: 0;
-webkit-transform: translate3d(0, -2000px, 0);
transform: translate3d(0, -2000px, 0)
}
to {
opacity: 1;
-webkit-transform: translateZ(0);
transform: translateZ(0)
}
}
.animate__fadeInDownBig {
-webkit-animation-name: fadeInDownBig;
animation-name: fadeInDownBig
}
@-webkit-keyframes fadeInLeft {
0% {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0)
}
to {
opacity: 1;
-webkit-transform: translateZ(0);
transform: translateZ(0)
}
}
@keyframes fadeInLeft {
0% {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0)
}
to {
opacity: 1;
-webkit-transform: translateZ(0);
transform: translateZ(0)
}
}
.animate__fadeInLeft {
-webkit-animation-name: fadeInLeft;
animation-name: fadeInLeft
}
@-webkit-keyframes fadeInLeftBig {
0% {
opacity: 0;
-webkit-transform: translate3d(-2000px, 0, 0);
transform: translate3d(-2000px, 0, 0)
}
to {
opacity: 1;
-webkit-transform: translateZ(0);
transform: translateZ(0)
}
}
@keyframes fadeInLeftBig {
0% {
opacity: 0;
-webkit-transform: translate3d(-2000px, 0, 0);
transform: translate3d(-2000px, 0, 0)
}
to {
opacity: 1;
-webkit-transform: translateZ(0);
transform: translateZ(0)
}
}
.animate__fadeInLeftBig {
-webkit-animation-name: fadeInLeftBig;
animation-name: fadeInLeftBig
}
@-webkit-keyframes fadeInRight {
0% {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0)
}
to {
opacity: 1;
-webkit-transform: translateZ(0);
transform: translateZ(0)
}
}
@keyframes fadeInRight {
0% {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0)
}
to {
opacity: 1;
-webkit-transform: translateZ(0);
transform: translateZ(0)
}
}
.animate__fadeInRight {
-webkit-animation-name: fadeInRight;
animation-name: fadeInRight
}
@-webkit-keyframes fadeInRightBig {
0% {
opacity: 0;
-webkit-transform: translate3d(2000px, 0, 0);
transform: translate3d(2000px, 0, 0)
}
to {
opacity: 1;
-webkit-transform: translateZ(0);
transform: translateZ(0)
}
}
@keyframes fadeInRightBig {
0% {
opacity: 0;
-webkit-transform: translate3d(2000px, 0, 0);
transform: translate3d(2000px, 0, 0)
}
to {
opacity: 1;
-webkit-transform: translateZ(0);
transform: translateZ(0)
}
}
.animate__fadeInRightBig {
-webkit-animation-name: fadeInRightBig;
animation-name: fadeInRightBig
}
@-webkit-keyframes fadeInUp {
0% {
opacity: 0;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0)
}
to {
opacity: 1;
-webkit-transform: translateZ(0);
transform: translateZ(0)
}
}
@keyframes fadeInUp {
0% {
opacity: 0;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0)
}
to {
opacity: 1;
-webkit-transform: translateZ(0);
transform: translateZ(0)
}
}
.animate__fadeInUp {
-webkit-animation-name: fadeInUp;
animation-name: fadeInUp
}
@-webkit-keyframes fadeInUpBig {
0% {
opacity: 0;
-webkit-transform: translate3d(0, 2000px, 0);
transform: translate3d(0, 2000px, 0)
}
to {
opacity: 1;
-webkit-transform: translateZ(0);
transform: translateZ(0)
}
}
@keyframes fadeInUpBig {
0% {
opacity: 0;
-webkit-transform: translate3d(0, 2000px, 0);
transform: translate3d(0, 2000px, 0)
}
to {
opacity: 1;
-webkit-transform: translateZ(0);
transform: translateZ(0)
}
}
.animate__fadeInUpBig {
-webkit-animation-name: fadeInUpBig;
animation-name: fadeInUpBig
}
@-webkit-keyframes fadeInTopLeft {
0% {
opacity: 0;
-webkit-transform: translate3d(-100%, -100%, 0);
transform: translate3d(-100%, -100%, 0)
}
to {
opacity: 1;
-webkit-transform: translateZ(0);
transform: translateZ(0)
}
}
@keyframes fadeInTopLeft {
0% {
opacity: 0;
-webkit-transform: translate3d(-100%, -100%, 0);
transform: translate3d(-100%, -100%, 0)
}
to {
opacity: 1;
-webkit-transform: translateZ(0);
transform: translateZ(0)
}
}
.animate__fadeInTopLeft {
-webkit-animation-name: fadeInTopLeft;
animation-name: fadeInTopLeft
}
@-webkit-keyframes fadeInTopRight {
0% {
opacity: 0;
-webkit-transform: translate3d(100%, -100%, 0);
transform: translate3d(100%, -100%, 0)
}
to {
opacity: 1;
-webkit-transform: translateZ(0);
transform: translateZ(0)
}
}
@keyframes fadeInTopRight {
0% {
opacity: 0;
-webkit-transform: translate3d(100%, -100%, 0);
transform: translate3d(100%, -100%, 0)
}
to {
opacity: 1;
-webkit-transform: translateZ(0);
transform: translateZ(0)
}
}
.animate__fadeInTopRight {
-webkit-animation-name: fadeInTopRight;
animation-name: fadeInTopRight
}
@-webkit-keyframes fadeInBottomLeft {
0% {
opacity: 0;
-webkit-transform: translate3d(-100%, 100%, 0);
transform: translate3d(-100%, 100%, 0)
}
to {
opacity: 1;
-webkit-transform: translateZ(0);
transform: translateZ(0)
}
}
@keyframes fadeInBottomLeft {
0% {
opacity: 0;
-webkit-transform: translate3d(-100%, 100%, 0);
transform: translate3d(-100%, 100%, 0)
}
to {
opacity: 1;
-webkit-transform: translateZ(0);
transform: translateZ(0)
}
}
.animate__fadeInBottomLeft {
-webkit-animation-name: fadeInBottomLeft;
animation-name: fadeInBottomLeft
}
@-webkit-keyframes fadeInBottomRight {
0% {
opacity: 0;
-webkit-transform: translate3d(100%, 100%, 0);
transform: translate3d(100%, 100%, 0)
}
to {
opacity: 1;
-webkit-transform: translateZ(0);
transform: translateZ(0)
}
}
@keyframes fadeInBottomRight {
0% {
opacity: 0;
-webkit-transform: translate3d(100%, 100%, 0);
transform: translate3d(100%, 100%, 0)
}
to {
opacity: 1;
-webkit-transform: translateZ(0);
transform: translateZ(0)
}
}
.animate__fadeInBottomRight {
-webkit-animation-name: fadeInBottomRight;
animation-name: fadeInBottomRight
}
@-webkit-keyframes fadeOut {
0% {
opacity: 1
}
to {
opacity: 0
}
}
@keyframes fadeOut {
0% {
opacity: 1
}
to {
opacity: 0
}
}
.animate__fadeOut {
-webkit-animation-name: fadeOut;
animation-name: fadeOut
}
@-webkit-keyframes fadeOutDown {
0% {
opacity: 1
}
to {
opacity: 0;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0)
}
}
@keyframes fadeOutDown {
0% {
opacity: 1
}
to {
opacity: 0;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0)
}
}
.animate__fadeOutDown {
-webkit-animation-name: fadeOutDown;
animation-name: fadeOutDown
}
@-webkit-keyframes fadeOutDownBig {
0% {
opacity: 1
}
to {
opacity: 0;
-webkit-transform: translate3d(0, 2000px, 0);
transform: translate3d(0, 2000px, 0)
}
}
@keyframes fadeOutDownBig {
0% {
opacity: 1
}
to {
opacity: 0;
-webkit-transform: translate3d(0, 2000px, 0);
transform: translate3d(0, 2000px, 0)
}
}
.animate__fadeOutDownBig {
-webkit-animation-name: fadeOutDownBig;
animation-name: fadeOutDownBig
}
@-webkit-keyframes fadeOutLeft {
0% {
opacity: 1
}
to {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0)
}
}
@keyframes fadeOutLeft {
0% {
opacity: 1
}
to {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0)
}
}
.animate__fadeOutLeft {
-webkit-animation-name: fadeOutLeft;
animation-name: fadeOutLeft
}
@-webkit-keyframes fadeOutLeftBig {
0% {
opacity: 1
}
to {
opacity: 0;
-webkit-transform: translate3d(-2000px, 0, 0);
transform: translate3d(-2000px, 0, 0)
}
}
@keyframes fadeOutLeftBig {
0% {
opacity: 1
}
to {
opacity: 0;
-webkit-transform: translate3d(-2000px, 0, 0);
transform: translate3d(-2000px, 0, 0)
}
}
.animate__fadeOutLeftBig {
-webkit-animation-name: fadeOutLeftBig;
animation-name: fadeOutLeftBig
}
@-webkit-keyframes fadeOutRight {
0% {
opacity: 1
}
to {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0)
}
}
@keyframes fadeOutRight {
0% {
opacity: 1
}
to {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0)
}
}
.animate__fadeOutRight {
-webkit-animation-name: fadeOutRight;
animation-name: fadeOutRight
}
@-webkit-keyframes fadeOutRightBig {
0% {
opacity: 1
}
to {
opacity: 0;
-webkit-transform: translate3d(2000px, 0, 0);
transform: translate3d(2000px, 0, 0)
}
}
@keyframes fadeOutRightBig {
0% {
opacity: 1
}
to {
opacity: 0;
-webkit-transform: translate3d(2000px, 0, 0);
transform: translate3d(2000px, 0, 0)
}
}
.animate__fadeOutRightBig {
-webkit-animation-name: fadeOutRightBig;
animation-name: fadeOutRightBig
}
@-webkit-keyframes fadeOutUp {
0% {
opacity: 1
}
to {
opacity: 0;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0)
}
}
@keyframes fadeOutUp {
0% {
opacity: 1
}
to {
opacity: 0;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0)
}
}
.animate__fadeOutUp {
-webkit-animation-name: fadeOutUp;
animation-name: fadeOutUp
}
@-webkit-keyframes fadeOutUpBig {
0% {
opacity: 1
}
to {
opacity: 0;
-webkit-transform: translate3d(0, -2000px, 0);
transform: translate3d(0, -2000px, 0)
}
}
@keyframes fadeOutUpBig {
0% {
opacity: 1
}
to {
opacity: 0;
-webkit-transform: translate3d(0, -2000px, 0);
transform: translate3d(0, -2000px, 0)
}
}
.animate__fadeOutUpBig {
-webkit-animation-name: fadeOutUpBig;
animation-name: fadeOutUpBig
}
@-webkit-keyframes fadeOutTopLeft {
0% {
opacity: 1;
-webkit-transform: translateZ(0);
transform: translateZ(0)
}
to {
opacity: 0;
-webkit-transform: translate3d(-100%, -100%, 0);
transform: translate3d(-100%, -100%, 0)
}
}
@keyframes fadeOutTopLeft {
0% {
opacity: 1;
-webkit-transform: translateZ(0);
transform: translateZ(0)
}
to {
opacity: 0;
-webkit-transform: translate3d(-100%, -100%, 0);
transform: translate3d(-100%, -100%, 0)
}
}
.animate__fadeOutTopLeft {
-webkit-animation-name: fadeOutTopLeft;
animation-name: fadeOutTopLeft
}
@-webkit-keyframes fadeOutTopRight {
0% {
opacity: 1;
-webkit-transform: translateZ(0);
transform: translateZ(0)
}
to {
opacity: 0;
-webkit-transform: translate3d(100%, -100%, 0);
transform: translate3d(100%, -100%, 0)
}
}
@keyframes fadeOutTopRight {
0% {
opacity: 1;
-webkit-transform: translateZ(0);
transform: translateZ(0)
}
to {
opacity: 0;
-webkit-transform: translate3d(100%, -100%, 0);
transform: translate3d(100%, -100%, 0)
}
}
.animate__fadeOutTopRight {
-webkit-animation-name: fadeOutTopRight;
animation-name: fadeOutTopRight
}
@-webkit-keyframes fadeOutBottomRight {
0% {
opacity: 1;
-webkit-transform: translateZ(0);
transform: translateZ(0)
}
to {
opacity: 0;
-webkit-transform: translate3d(100%, 100%, 0);
transform: translate3d(100%, 100%, 0)
}
}
@keyframes fadeOutBottomRight {
0% {
opacity: 1;
-webkit-transform: translateZ(0);
transform: translateZ(0)
}
to {
opacity: 0;
-webkit-transform: translate3d(100%, 100%, 0);
transform: translate3d(100%, 100%, 0)
}
}
.animate__fadeOutBottomRight {
-webkit-animation-name: fadeOutBottomRight;
animation-name: fadeOutBottomRight
}
@-webkit-keyframes fadeOutBottomLeft {
0% {
opacity: 1;
-webkit-transform: translateZ(0);
transform: translateZ(0)
}
to {
opacity: 0;
-webkit-transform: translate3d(-100%, 100%, 0);
transform: translate3d(-100%, 100%, 0)
}
}
@keyframes fadeOutBottomLeft {
0% {
opacity: 1;
-webkit-transform: translateZ(0);
transform: translateZ(0)
}
to {
opacity: 0;
-webkit-transform: translate3d(-100%, 100%, 0);
transform: translate3d(-100%, 100%, 0)
}
}
.animate__fadeOutBottomLeft {
-webkit-animation-name: fadeOutBottomLeft;
animation-name: fadeOutBottomLeft
}
@-webkit-keyframes flip {
0% {
-webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out
}
40% {
-webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out
}
50% {
-webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in
}
80% {
-webkit-transform: perspective(400px) scale3d(.95, .95, .95) translateZ(0) rotateY(0deg);
transform: perspective(400px) scale3d(.95, .95, .95) translateZ(0) rotateY(0deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in
}
to {
-webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in
}
}
@keyframes flip {
0% {
-webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out
}
40% {
-webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out
}
50% {
-webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in
}
80% {
-webkit-transform: perspective(400px) scale3d(.95, .95, .95) translateZ(0) rotateY(0deg);
transform: perspective(400px) scale3d(.95, .95, .95) translateZ(0) rotateY(0deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in
}
to {
-webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in
}
}
.animate__animated.animate__flip {
-webkit-backface-visibility: visible;
backface-visibility: visible;
-webkit-animation-name: flip;
animation-name: flip
}
@-webkit-keyframes flipInX {
0% {
-webkit-transform: perspective(400px) rotateX(90deg);
transform: perspective(400px) rotateX(90deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
opacity: 0
}
40% {
-webkit-transform: perspective(400px) rotateX(-20deg);
transform: perspective(400px) rotateX(-20deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in
}
60% {
-webkit-transform: perspective(400px) rotateX(10deg);
transform: perspective(400px) rotateX(10deg);
opacity: 1
}
80% {
-webkit-transform: perspective(400px) rotateX(-5deg);
transform: perspective(400px) rotateX(-5deg)
}
to {
-webkit-transform: perspective(400px);
transform: perspective(400px)
}
}
@keyframes flipInX {
0% {
-webkit-transform: perspective(400px) rotateX(90deg);
transform: perspective(400px) rotateX(90deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
opacity: 0
}
40% {
-webkit-transform: perspective(400px) rotateX(-20deg);
transform: perspective(400px) rotateX(-20deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in
}
60% {
-webkit-transform: perspective(400px) rotateX(10deg);
transform: perspective(400px) rotateX(10deg);
opacity: 1
}
80% {
-webkit-transform: perspective(400px) rotateX(-5deg);
transform: perspective(400px) rotateX(-5deg)
}
to {
-webkit-transform: perspective(400px);
transform: perspective(400px)
}
}
.animate__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) rotateY(90deg);
transform: perspective(400px) rotateY(90deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
opacity: 0
}
40% {
-webkit-transform: perspective(400px) rotateY(-20deg);
transform: perspective(400px) rotateY(-20deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in
}
60% {
-webkit-transform: perspective(400px) rotateY(10deg);
transform: perspective(400px) rotateY(10deg);
opacity: 1
}
80% {
-webkit-transform: perspective(400px) rotateY(-5deg);
transform: perspective(400px) rotateY(-5deg)
}
to {
-webkit-transform: perspective(400px);
transform: perspective(400px)
}
}
@keyframes flipInY {
0% {
-webkit-transform: perspective(400px) rotateY(90deg);
transform: perspective(400px) rotateY(90deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
opacity: 0
}
40% {
-webkit-transform: perspective(400px) rotateY(-20deg);
transform: perspective(400px) rotateY(-20deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in
}
60% {
-webkit-transform: perspective(400px) rotateY(10deg);
transform: perspective(400px) rotateY(10deg);
opacity: 1
}
80% {
-webkit-transform: perspective(400px) rotateY(-5deg);
transform: perspective(400px) rotateY(-5deg)
}
to {
-webkit-transform: perspective(400px);
transform: perspective(400px)
}
}
.animate__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) rotateX(-20deg);
transform: perspective(400px) rotateX(-20deg);
opacity: 1
}
to {
-webkit-transform: perspective(400px) rotateX(90deg);
transform: perspective(400px) rotateX(90deg);
opacity: 0
}
}
@keyframes flipOutX {
0% {
-webkit-transform: perspective(400px);
transform: perspective(400px)
}
30% {
-webkit-transform: perspective(400px) rotateX(-20deg);
transform: perspective(400px) rotateX(-20deg);
opacity: 1
}
to {
-webkit-transform: perspective(400px) rotateX(90deg);
transform: perspective(400px) rotateX(90deg);
opacity: 0
}
}
.animate__flipOutX {
-webkit-animation-duration: .75s;
animation-duration: .75s;
-webkit-animation-duration: calc(var(--animate-duration)*0.75);
animation-duration: calc(var(--animate-duration)*0.75);
-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) rotateY(-15deg);
transform: perspective(400px) rotateY(-15deg);
opacity: 1
}
to {
-webkit-transform: perspective(400px) rotateY(90deg);
transform: perspective(400px) rotateY(90deg);
opacity: 0
}
}
@keyframes flipOutY {
0% {
-webkit-transform: perspective(400px);
transform: perspective(400px)
}
30% {
-webkit-transform: perspective(400px) rotateY(-15deg);
transform: perspective(400px) rotateY(-15deg);
opacity: 1
}
to {
-webkit-transform: perspective(400px) rotateY(90deg);
transform: perspective(400px) rotateY(90deg);
opacity: 0
}
}
.animate__flipOutY {
-webkit-animation-duration: .75s;
animation-duration: .75s;
-webkit-animation-duration: calc(var(--animate-duration)*0.75);
animation-duration: calc(var(--animate-duration)*0.75);
-webkit-backface-visibility: visible!important;
backface-visibility: visible!important;
-webkit-animation-name: flipOutY;
animation-name: flipOutY
}
@-webkit-keyframes lightSpeedInRight {
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)
}
to {
-webkit-transform: translateZ(0);
transform: translateZ(0)
}
}
@keyframes lightSpeedInRight {
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)
}
to {
-webkit-transform: translateZ(0);
transform: translateZ(0)
}
}
.animate__lightSpeedInRight {
-webkit-animation-name: lightSpeedInRight;
animation-name: lightSpeedInRight;
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out
}
@-webkit-keyframes lightSpeedInLeft {
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)
}
to {
-webkit-transform: translateZ(0);
transform: translateZ(0)
}
}
@keyframes lightSpeedInLeft {
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)
}
to {
-webkit-transform: translateZ(0);
transform: translateZ(0)
}
}
.animate__lightSpeedInLeft {
-webkit-animation-name: lightSpeedInLeft;
animation-name: lightSpeedInLeft;
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out
}
@-webkit-keyframes lightSpeedOutRight {
0% {
opacity: 1
}
to {
-webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
transform: translate3d(100%, 0, 0) skewX(30deg);
opacity: 0
}
}
@keyframes lightSpeedOutRight {
0% {
opacity: 1
}
to {
-webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
transform: translate3d(100%, 0, 0) skewX(30deg);
opacity: 0
}
}
.animate__lightSpeedOutRight {
-webkit-animation-name: lightSpeedOutRight;
animation-name: lightSpeedOutRight;
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in
}
@-webkit-keyframes lightSpeedOutLeft {
0% {
opacity: 1
}
to {
-webkit-transform: translate3d(-100%, 0, 0) skewX(-30deg);
transform: translate3d(-100%, 0, 0) skewX(-30deg);
opacity: 0
}
}
@keyframes lightSpeedOutLeft {
0% {
opacity: 1
}
to {
-webkit-transform: translate3d(-100%, 0, 0) skewX(-30deg);
transform: translate3d(-100%, 0, 0) skewX(-30deg);
opacity: 0
}
}
.animate__lightSpeedOutLeft {
-webkit-animation-name: lightSpeedOutLeft;
animation-name: lightSpeedOutLeft;
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in
}
@-webkit-keyframes rotateIn {
0% {
-webkit-transform: rotate(-200deg);
transform: rotate(-200deg);
opacity: 0
}
to {
-webkit-transform: translateZ(0);
transform: translateZ(0);
opacity: 1
}
}
@keyframes rotateIn {
0% {
-webkit-transform: rotate(-200deg);
transform: rotate(-200deg);
opacity: 0
}
to {
-webkit-transform: translateZ(0);
transform: translateZ(0);
opacity: 1
}
}
.animate__rotateIn {
-webkit-animation-name: rotateIn;
animation-name: rotateIn;
-webkit-transform-origin: center;
transform-origin: center
}
@-webkit-keyframes rotateInDownLeft {
0% {
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
opacity: 0
}
to {
-webkit-transform: translateZ(0);
transform: translateZ(0);
opacity: 1
}
}
@keyframes rotateInDownLeft {
0% {
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
opacity: 0
}
to {
-webkit-transform: translateZ(0);
transform: translateZ(0);
opacity: 1
}
}
.animate__rotateInDownLeft {
-webkit-animation-name: rotateInDownLeft;
animation-name: rotateInDownLeft;
-webkit-transform-origin: left bottom;
transform-origin: left bottom
}
@-webkit-keyframes rotateInDownRight {
0% {
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
opacity: 0
}
to {
-webkit-transform: translateZ(0);
transform: translateZ(0);
opacity: 1
}
}
@keyframes rotateInDownRight {
0% {
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
opacity: 0
}
to {
-webkit-transform: translateZ(0);
transform: translateZ(0);
opacity: 1
}
}
.animate__rotateInDownRight {
-webkit-animation-name: rotateInDownRight;
animation-name: rotateInDownRight;
-webkit-transform-origin: right bottom;
transform-origin: right bottom
}
@-webkit-keyframes rotateInUpLeft {
0% {
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
opacity: 0
}
to {
-webkit-transform: translateZ(0);
transform: translateZ(0);
opacity: 1
}
}
@keyframes rotateInUpLeft {
0% {
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
opacity: 0
}
to {
-webkit-transform: translateZ(0);
transform: translateZ(0);
opacity: 1
}
}
.animate__rotateInUpLeft {
-webkit-animation-name: rotateInUpLeft;
animation-name: rotateInUpLeft;
-webkit-transform-origin: left bottom;
transform-origin: left bottom
}
@-webkit-keyframes rotateInUpRight {
0% {
-webkit-transform: rotate(-90deg);
transform: rotate(-90deg);
opacity: 0
}
to {
-webkit-transform: translateZ(0);
transform: translateZ(0);
opacity: 1
}
}
@keyframes rotateInUpRight {
0% {
-webkit-transform: rotate(-90deg);
transform: rotate(-90deg);
opacity: 0
}
to {
-webkit-transform: translateZ(0);
transform: translateZ(0);
opacity: 1
}
}
.animate__rotateInUpRight {
-webkit-animation-name: rotateInUpRight;
animation-name: rotateInUpRight;
-webkit-transform-origin: right bottom;
transform-origin: right bottom
}
@-webkit-keyframes rotateOut {
0% {
opacity: 1
}
to {
-webkit-transform: rotate(200deg);
transform: rotate(200deg);
opacity: 0
}
}
@keyframes rotateOut {
0% {
opacity: 1
}
to {
-webkit-transform: rotate(200deg);
transform: rotate(200deg);
opacity: 0
}
}
.animate__rotateOut {
-webkit-animation-name: rotateOut;
animation-name: rotateOut;
-webkit-transform-origin: center;
transform-origin: center
}
@-webkit-keyframes rotateOutDownLeft {
0% {
opacity: 1
}
to {
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
opacity: 0
}
}
@keyframes rotateOutDownLeft {
0% {
opacity: 1
}
to {
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
opacity: 0
}
}
.animate__rotateOutDownLeft {
-webkit-animation-name: rotateOutDownLeft;
animation-name: rotateOutDownLeft;
-webkit-transform-origin: left bottom;
transform-origin: left bottom
}
@-webkit-keyframes rotateOutDownRight {
0% {
opacity: 1
}
to {
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
opacity: 0
}
}
@keyframes rotateOutDownRight {
0% {
opacity: 1
}
to {
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
opacity: 0
}
}
.animate__rotateOutDownRight {
-webkit-animation-name: rotateOutDownRight;
animation-name: rotateOutDownRight;
-webkit-transform-origin: right bottom;
transform-origin: right bottom
}
@-webkit-keyframes rotateOutUpLeft {
0% {
opacity: 1
}
to {
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
opacity: 0
}
}
@keyframes rotateOutUpLeft {
0% {
opacity: 1
}
to {
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
opacity: 0
}
}
.animate__rotateOutUpLeft {
-webkit-animation-name: rotateOutUpLeft;
animation-name: rotateOutUpLeft;
-webkit-transform-origin: left bottom;
transform-origin: left bottom
}
@-webkit-keyframes rotateOutUpRight {
0% {
opacity: 1
}
to {
-webkit-transform: rotate(90deg);
transform: rotate(90deg);
opacity: 0
}
}
@keyframes rotateOutUpRight {
0% {
opacity: 1
}
to {
-webkit-transform: rotate(90deg);
transform: rotate(90deg);
opacity: 0
}
}
.animate__rotateOutUpRight {
-webkit-animation-name: rotateOutUpRight;
animation-name: rotateOutUpRight;
-webkit-transform-origin: right bottom;
transform-origin: right bottom
}
@-webkit-keyframes hinge {
0% {
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out
}
20%,
60% {
-webkit-transform: rotate(80deg);
transform: rotate(80deg);
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out
}
40%,
80% {
-webkit-transform: rotate(60deg);
transform: rotate(60deg);
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
opacity: 1
}
to {
-webkit-transform: translate3d(0, 700px, 0);
transform: translate3d(0, 700px, 0);
opacity: 0
}
}
@keyframes hinge {
0% {
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out
}
20%,
60% {
-webkit-transform: rotate(80deg);
transform: rotate(80deg);
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out
}
40%,
80% {
-webkit-transform: rotate(60deg);
transform: rotate(60deg);
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
opacity: 1
}
to {
-webkit-transform: translate3d(0, 700px, 0);
transform: translate3d(0, 700px, 0);
opacity: 0
}
}
.animate__hinge {
-webkit-animation-duration: 2s;
animation-duration: 2s;
-webkit-animation-duration: calc(var(--animate-duration)*2);
animation-duration: calc(var(--animate-duration)*2);
-webkit-animation-name: hinge;
animation-name: hinge;
-webkit-transform-origin: top left;
transform-origin: top left
}
@-webkit-keyframes jackInTheBox {
0% {
opacity: 0;
-webkit-transform: scale(.1) rotate(30deg);
transform: scale(.1) rotate(30deg);
-webkit-transform-origin: center bottom;
transform-origin: center bottom
}
50% {
-webkit-transform: rotate(-10deg);
transform: rotate(-10deg)
}
70% {
-webkit-transform: rotate(3deg);
transform: rotate(3deg)
}
to {
opacity: 1;
-webkit-transform: scale(1);
transform: scale(1)
}
}
@keyframes jackInTheBox {
0% {
opacity: 0;
-webkit-transform: scale(.1) rotate(30deg);
transform: scale(.1) rotate(30deg);
-webkit-transform-origin: center bottom;
transform-origin: center bottom
}
50% {
-webkit-transform: rotate(-10deg);
transform: rotate(-10deg)
}
70% {
-webkit-transform: rotate(3deg);
transform: rotate(3deg)
}
to {
opacity: 1;
-webkit-transform: scale(1);
transform: scale(1)
}
}
.animate__jackInTheBox {
-webkit-animation-name: jackInTheBox;
animation-name: jackInTheBox
}
@-webkit-keyframes rollIn {
0% {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
transform: translate3d(-100%, 0, 0) rotate(-120deg)
}
to {
opacity: 1;
-webkit-transform: translateZ(0);
transform: translateZ(0)
}
}
@keyframes rollIn {
0% {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
transform: translate3d(-100%, 0, 0) rotate(-120deg)
}
to {
opacity: 1;
-webkit-transform: translateZ(0);
transform: translateZ(0)
}
}
.animate__rollIn {
-webkit-animation-name: rollIn;
animation-name: rollIn
}
@-webkit-keyframes rollOut {
0% {
opacity: 1
}
to {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0) rotate(120deg);
transform: translate3d(100%, 0, 0) rotate(120deg)
}
}
@keyframes rollOut {
0% {
opacity: 1
}
to {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0) rotate(120deg);
transform: translate3d(100%, 0, 0) rotate(120deg)
}
}
.animate__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
}
}
.animate__zoomIn {
-webkit-animation-name: zoomIn;
animation-name: zoomIn
}
@-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(.55, .055, .675, .19);
animation-timing-function: cubic-bezier(.55, .055, .675, .19)
}
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(.175, .885, .32, 1);
animation-timing-function: cubic-bezier(.175, .885, .32, 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(.55, .055, .675, .19);
animation-timing-function: cubic-bezier(.55, .055, .675, .19)
}
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(.175, .885, .32, 1);
animation-timing-function: cubic-bezier(.175, .885, .32, 1)
}
}
.animate__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(.55, .055, .675, .19);
animation-timing-function: cubic-bezier(.55, .055, .675, .19)
}
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(.175, .885, .32, 1);
animation-timing-function: cubic-bezier(.175, .885, .32, 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(.55, .055, .675, .19);
animation-timing-function: cubic-bezier(.55, .055, .675, .19)
}
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(.175, .885, .32, 1);
animation-timing-function: cubic-bezier(.175, .885, .32, 1)
}
}
.animate__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(.55, .055, .675, .19);
animation-timing-function: cubic-bezier(.55, .055, .675, .19)
}
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(.175, .885, .32, 1);
animation-timing-function: cubic-bezier(.175, .885, .32, 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(.55, .055, .675, .19);
animation-timing-function: cubic-bezier(.55, .055, .675, .19)
}
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(.175, .885, .32, 1);
animation-timing-function: cubic-bezier(.175, .885, .32, 1)
}
}
.animate__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(.55, .055, .675, .19);
animation-timing-function: cubic-bezier(.55, .055, .675, .19)
}
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(.175, .885, .32, 1);
animation-timing-function: cubic-bezier(.175, .885, .32, 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(.55, .055, .675, .19);
animation-timing-function: cubic-bezier(.55, .055, .675, .19)
}
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(.175, .885, .32, 1);
animation-timing-function: cubic-bezier(.175, .885, .32, 1)
}
}
.animate__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)
}
to {
opacity: 0
}
}
@keyframes zoomOut {
0% {
opacity: 1
}
50% {
opacity: 0;
-webkit-transform: scale3d(.3, .3, .3);
transform: scale3d(.3, .3, .3)
}
to {
opacity: 0
}
}
.animate__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(.55, .055, .675, .19);
animation-timing-function: cubic-bezier(.55, .055, .675, .19)
}
to {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
animation-timing-function: cubic-bezier(.175, .885, .32, 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(.55, .055, .675, .19);
animation-timing-function: cubic-bezier(.55, .055, .675, .19)
}
to {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
animation-timing-function: cubic-bezier(.175, .885, .32, 1)
}
}
.animate__zoomOutDown {
-webkit-animation-name: zoomOutDown;
animation-name: zoomOutDown;
-webkit-transform-origin: center bottom;
transform-origin: center bottom
}
@-webkit-keyframes zoomOutLeft {
40% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0)
}
to {
opacity: 0;
-webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
transform: scale(.1) translate3d(-2000px, 0, 0)
}
}
@keyframes zoomOutLeft {
40% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0)
}
to {
opacity: 0;
-webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
transform: scale(.1) translate3d(-2000px, 0, 0)
}
}
.animate__zoomOutLeft {
-webkit-animation-name: zoomOutLeft;
animation-name: zoomOutLeft;
-webkit-transform-origin: left center;
transform-origin: left center
}
@-webkit-keyframes zoomOutRight {
40% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0)
}
to {
opacity: 0;
-webkit-transform: scale(.1) translate3d(2000px, 0, 0);
transform: scale(.1) translate3d(2000px, 0, 0)
}
}
@keyframes zoomOutRight {
40% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0)
}
to {
opacity: 0;
-webkit-transform: scale(.1) translate3d(2000px, 0, 0);
transform: scale(.1) translate3d(2000px, 0, 0)
}
}
.animate__zoomOutRight {
-webkit-animation-name: zoomOutRight;
animation-name: zoomOutRight;
-webkit-transform-origin: right center;
transform-origin: right center
}
@-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(.55, .055, .675, .19);
animation-timing-function: cubic-bezier(.55, .055, .675, .19)
}
to {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
animation-timing-function: cubic-bezier(.175, .885, .32, 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(.55, .055, .675, .19);
animation-timing-function: cubic-bezier(.55, .055, .675, .19)
}
to {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
animation-timing-function: cubic-bezier(.175, .885, .32, 1)
}
}
.animate__zoomOutUp {
-webkit-animation-name: zoomOutUp;
animation-name: zoomOutUp;
-webkit-transform-origin: center bottom;
transform-origin: center bottom
}
@-webkit-keyframes slideInDown {
0% {
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
visibility: visible
}
to {
-webkit-transform: translateZ(0);
transform: translateZ(0)
}
}
@keyframes slideInDown {
0% {
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
visibility: visible
}
to {
-webkit-transform: translateZ(0);
transform: translateZ(0)
}
}
.animate__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
}
to {
-webkit-transform: translateZ(0);
transform: translateZ(0)
}
}
@keyframes slideInLeft {
0% {
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
visibility: visible
}
to {
-webkit-transform: translateZ(0);
transform: translateZ(0)
}
}
.animate__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
}
to {
-webkit-transform: translateZ(0);
transform: translateZ(0)
}
}
@keyframes slideInRight {
0% {
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
visibility: visible
}
to {
-webkit-transform: translateZ(0);
transform: translateZ(0)
}
}
.animate__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
}
to {
-webkit-transform: translateZ(0);
transform: translateZ(0)
}
}
@keyframes slideInUp {
0% {
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
visibility: visible
}
to {
-webkit-transform: translateZ(0);
transform: translateZ(0)
}
}
.animate__slideInUp {
-webkit-animation-name: slideInUp;
animation-name: slideInUp
}
@-webkit-keyframes slideOutDown {
0% {
-webkit-transform: translateZ(0);
transform: translateZ(0)
}
to {
visibility: hidden;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0)
}
}
@keyframes slideOutDown {
0% {
-webkit-transform: translateZ(0);
transform: translateZ(0)
}
to {
visibility: hidden;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0)
}
}
.animate__slideOutDown {
-webkit-animation-name: slideOutDown;
animation-name: slideOutDown
}
@-webkit-keyframes slideOutLeft {
0% {
-webkit-transform: translateZ(0);
transform: translateZ(0)
}
to {
visibility: hidden;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0)
}
}
@keyframes slideOutLeft {
0% {
-webkit-transform: translateZ(0);
transform: translateZ(0)
}
to {
visibility: hidden;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0)
}
}
.animate__slideOutLeft {
-webkit-animation-name: slideOutLeft;
animation-name: slideOutLeft
}
@-webkit-keyframes slideOutRight {
0% {
-webkit-transform: translateZ(0);
transform: translateZ(0)
}
to {
visibility: hidden;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0)
}
}
@keyframes slideOutRight {
0% {
-webkit-transform: translateZ(0);
transform: translateZ(0)
}
to {
visibility: hidden;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0)
}
}
.animate__slideOutRight {
-webkit-animation-name: slideOutRight;
animation-name: slideOutRight
}
@-webkit-keyframes slideOutUp {
0% {
-webkit-transform: translateZ(0);
transform: translateZ(0)
}
to {
visibility: hidden;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0)
}
}
@keyframes slideOutUp {
0% {
-webkit-transform: translateZ(0);
transform: translateZ(0)
}
to {
visibility: hidden;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0)
}
}
.animate__slideOutUp {
-webkit-animation-name: slideOutUp;
animation-name: slideOutUp
}:root {--blue: #007bff;--indigo: #6610f2;--purple: #6f42c1;--pink: #e83e8c;--red: #dc3545;--orange: #fd7e14;--yellow: #ffc107;--green: #28a745;--teal: #20c997;--cyan: #17a2b8;--white: #fff;--gray: #6c757d;--gray-dark: #343a40;--primary: #007bff;--secondary: #6c757d;--success: #28a745;--info: #17a2b8;--warning: #ffc107;--danger: #dc3545;--light: #f8f9fa;--dark: #343a40;--breakpoint-xs: 0;--breakpoint-sm: 576px;--breakpoint-md: 768px;--breakpoint-lg: 992px;--breakpoint-xl: 1200px;--font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";--font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace }*, ::after, ::before {box-sizing: border-box }html {font-family: sans-serif;line-height: 1.15;-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%;-ms-overflow-style: scrollbar;-webkit-tap-highlight-color: transparent }@-ms-viewport {width: device-width }article, aside, dialog, 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: monospace, monospace;font-size: 1em }pre {margin-top: 0;margin-bottom: 1rem;overflow: auto;-ms-overflow-style: scrollbar }figure {margin: 0 0 1rem }img {vertical-align: middle;border-style: none }svg:not(:root) {overflow: hidden }table {border-collapse: collapse }caption {padding-top: .75rem;padding-bottom: .75rem;color: #6c757d;text-align: left;caption-side: bottom }th {text-align: inherit }label {display: inline-block;margin-bottom: .5rem }button {border-radius: 0 }button:focus {outline: 1px dotted;outline: 5px auto -webkit-focus-ring-color }button, input, optgroup, select, textarea {margin: 0;font-family: inherit;font-size: inherit;line-height: inherit }button, input {overflow: visible }button, select {text-transform: none }[type=reset], [type=submit], button, html [type=button] {-webkit-appearance: button }[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {padding: 0;border-style: none }input[type=checkbox], input[type=radio] {box-sizing: border-box;padding: 0 }input[type=date], input[type=datetime-local], input[type=month], input[type=time] {-webkit-appearance: listbox }textarea {overflow: auto;resize: vertical }fieldset {min-width: 0;padding: 0;margin: 0;border: 0 }legend {display: block;width: 100%;max-width: 100%;padding: 0;margin-bottom: .5rem;font-size: 1.5rem;line-height: inherit;color: inherit;white-space: normal }progress {vertical-align: baseline }[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {height: auto }[type=search] {outline-offset: -2px;-webkit-appearance: none }[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {-webkit-appearance: none }::-webkit-file-upload-button {font: inherit;-webkit-appearance: button }output {display: inline-block }summary {display: list-item;cursor: pointer }template {display: none }[hidden] {display: none!important }.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {margin-bottom: .5rem;font-family: inherit;font-weight: 500;line-height: 1.2;color: inherit }.h1, h1 {font-size: 2.5rem }.h2, h2 {font-size: 2rem }.h3, h3 {font-size: 1.75rem }.h4, h4 {font-size: 1.5rem }.h5, h5 {font-size: 1.25rem }.h6, h6 {font-size: 1rem }.lead {font-size: 1.25rem;font-weight: 300 }.display-1 {font-size: 6rem;font-weight: 300;line-height: 1.2 }.display-2 {font-size: 5.5rem;font-weight: 300;line-height: 1.2 }.display-3 {font-size: 4.5rem;font-weight: 300;line-height: 1.2 }.display-4 {font-size: 3.5rem;font-weight: 300;line-height: 1.2 }hr {margin-top: 1rem;margin-bottom: 1rem;border: 0;border-top: 1px solid rgba(0, 0, 0, .1) }.small, small {font-size: 80%;font-weight: 400 }.mark, mark {padding: .2em;background-color: #fcf8e3 }.list-unstyled {padding-left: 0;list-style: none }.list-inline {padding-left: 0;list-style: none }.list-inline-item {display: inline-block }.list-inline-item:not(:last-child) {margin-right: .5rem }.initialism {font-size: 90%;text-transform: uppercase }.blockquote {margin-bottom: 1rem;font-size: 1.25rem }.blockquote-footer {display: block;font-size: 80%;color: #6c757d }.blockquote-footer::before {content: "\2014 \00A0" }.img-fluid {max-width: 100%;height: auto }.img-thumbnail {padding: .25rem;background-color: #fff;border: 1px solid #dee2e6;border-radius: .25rem;max-width: 100%;height: auto }.figure {display: inline-block }.figure-img {margin-bottom: .5rem;line-height: 1 }.figure-caption {font-size: 90%;color: #6c757d }code, kbd, pre, samp {font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace }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: -webkit-box;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;-webkit-box-flex: 1;-ms-flex-positive: 1;flex-grow: 1;max-width: 100% }.col-auto {-webkit-box-flex: 0;-ms-flex: 0 0 auto;flex: 0 0 auto;width: auto;max-width: none }.col-1 {-webkit-box-flex: 0;-ms-flex: 0 0 8.333333%;flex: 0 0 8.333333%;max-width: 8.333333% }.col-2 {-webkit-box-flex: 0;-ms-flex: 0 0 16.666667%;flex: 0 0 16.666667%;max-width: 16.666667% }.col-3 {-webkit-box-flex: 0;-ms-flex: 0 0 25%;flex: 0 0 25%;max-width: 25% }.col-4 {-webkit-box-flex: 0;-ms-flex: 0 0 33.333333%;flex: 0 0 33.333333%;max-width: 33.333333% }.col-5 {-webkit-box-flex: 0;-ms-flex: 0 0 41.666667%;flex: 0 0 41.666667%;max-width: 41.666667% }.col-6 {-webkit-box-flex: 0;-ms-flex: 0 0 50%;flex: 0 0 50%;max-width: 50% }.col-7 {-webkit-box-flex: 0;-ms-flex: 0 0 58.333333%;flex: 0 0 58.333333%;max-width: 58.333333% }.col-8 {-webkit-box-flex: 0;-ms-flex: 0 0 66.666667%;flex: 0 0 66.666667%;max-width: 66.666667% }.col-9 {-webkit-box-flex: 0;-ms-flex: 0 0 75%;flex: 0 0 75%;max-width: 75% }.col-10 {-webkit-box-flex: 0;-ms-flex: 0 0 83.333333%;flex: 0 0 83.333333%;max-width: 83.333333% }.col-11 {-webkit-box-flex: 0;-ms-flex: 0 0 91.666667%;flex: 0 0 91.666667%;max-width: 91.666667% }.col-12 {-webkit-box-flex: 0;-ms-flex: 0 0 100%;flex: 0 0 100%;max-width: 100% }.order-first {-webkit-box-ordinal-group: 0;-ms-flex-order: -1;order: -1 }.order-last {-webkit-box-ordinal-group: 14;-ms-flex-order: 13;order: 13 }.order-0 {-webkit-box-ordinal-group: 1;-ms-flex-order: 0;order: 0 }.order-1 {-webkit-box-ordinal-group: 2;-ms-flex-order: 1;order: 1 }.order-2 {-webkit-box-ordinal-group: 3;-ms-flex-order: 2;order: 2 }.order-3 {-webkit-box-ordinal-group: 4;-ms-flex-order: 3;order: 3 }.order-4 {-webkit-box-ordinal-group: 5;-ms-flex-order: 4;order: 4 }.order-5 {-webkit-box-ordinal-group: 6;-ms-flex-order: 5;order: 5 }.order-6 {-webkit-box-ordinal-group: 7;-ms-flex-order: 6;order: 6 }.order-7 {-webkit-box-ordinal-group: 8;-ms-flex-order: 7;order: 7 }.order-8 {-webkit-box-ordinal-group: 9;-ms-flex-order: 8;order: 8 }.order-9 {-webkit-box-ordinal-group: 10;-ms-flex-order: 9;order: 9 }.order-10 {-webkit-box-ordinal-group: 11;-ms-flex-order: 10;order: 10 }.order-11 {-webkit-box-ordinal-group: 12;-ms-flex-order: 11;order: 11 }.order-12 {-webkit-box-ordinal-group: 13;-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;-webkit-box-flex: 1;-ms-flex-positive: 1;flex-grow: 1;max-width: 100% }.col-sm-auto {-webkit-box-flex: 0;-ms-flex: 0 0 auto;flex: 0 0 auto;width: auto;max-width: none }.col-sm-1 {-webkit-box-flex: 0;-ms-flex: 0 0 8.333333%;flex: 0 0 8.333333%;max-width: 8.333333% }.col-sm-2 {-webkit-box-flex: 0;-ms-flex: 0 0 16.666667%;flex: 0 0 16.666667%;max-width: 16.666667% }.col-sm-3 {-webkit-box-flex: 0;-ms-flex: 0 0 25%;flex: 0 0 25%;max-width: 25% }.col-sm-4 {-webkit-box-flex: 0;-ms-flex: 0 0 33.333333%;flex: 0 0 33.333333%;max-width: 33.333333% }.col-sm-5 {-webkit-box-flex: 0;-ms-flex: 0 0 41.666667%;flex: 0 0 41.666667%;max-width: 41.666667% }.col-sm-6 {-webkit-box-flex: 0;-ms-flex: 0 0 50%;flex: 0 0 50%;max-width: 50% }.col-sm-7 {-webkit-box-flex: 0;-ms-flex: 0 0 58.333333%;flex: 0 0 58.333333%;max-width: 58.333333% }.col-sm-8 {-webkit-box-flex: 0;-ms-flex: 0 0 66.666667%;flex: 0 0 66.666667%;max-width: 66.666667% }.col-sm-9 {-webkit-box-flex: 0;-ms-flex: 0 0 75%;flex: 0 0 75%;max-width: 75% }.col-sm-10 {-webkit-box-flex: 0;-ms-flex: 0 0 83.333333%;flex: 0 0 83.333333%;max-width: 83.333333% }.col-sm-11 {-webkit-box-flex: 0;-ms-flex: 0 0 91.666667%;flex: 0 0 91.666667%;max-width: 91.666667% }.col-sm-12 {-webkit-box-flex: 0;-ms-flex: 0 0 100%;flex: 0 0 100%;max-width: 100% }.order-sm-first {-webkit-box-ordinal-group: 0;-ms-flex-order: -1;order: -1 }.order-sm-last {-webkit-box-ordinal-group: 14;-ms-flex-order: 13;order: 13 }.order-sm-0 {-webkit-box-ordinal-group: 1;-ms-flex-order: 0;order: 0 }.order-sm-1 {-webkit-box-ordinal-group: 2;-ms-flex-order: 1;order: 1 }.order-sm-2 {-webkit-box-ordinal-group: 3;-ms-flex-order: 2;order: 2 }.order-sm-3 {-webkit-box-ordinal-group: 4;-ms-flex-order: 3;order: 3 }.order-sm-4 {-webkit-box-ordinal-group: 5;-ms-flex-order: 4;order: 4 }.order-sm-5 {-webkit-box-ordinal-group: 6;-ms-flex-order: 5;order: 5 }.order-sm-6 {-webkit-box-ordinal-group: 7;-ms-flex-order: 6;order: 6 }.order-sm-7 {-webkit-box-ordinal-group: 8;-ms-flex-order: 7;order: 7 }.order-sm-8 {-webkit-box-ordinal-group: 9;-ms-flex-order: 8;order: 8 }.order-sm-9 {-webkit-box-ordinal-group: 10;-ms-flex-order: 9;order: 9 }.order-sm-10 {-webkit-box-ordinal-group: 11;-ms-flex-order: 10;order: 10 }.order-sm-11 {-webkit-box-ordinal-group: 12;-ms-flex-order: 11;order: 11 }.order-sm-12 {-webkit-box-ordinal-group: 13;-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;-webkit-box-flex: 1;-ms-flex-positive: 1;flex-grow: 1;max-width: 100% }.col-md-auto {-webkit-box-flex: 0;-ms-flex: 0 0 auto;flex: 0 0 auto;width: auto;max-width: none }.col-md-1 {-webkit-box-flex: 0;-ms-flex: 0 0 8.333333%;flex: 0 0 8.333333%;max-width: 8.333333% }.col-md-2 {-webkit-box-flex: 0;-ms-flex: 0 0 16.666667%;flex: 0 0 16.666667%;max-width: 16.666667% }.col-md-3 {-webkit-box-flex: 0;-ms-flex: 0 0 25%;flex: 0 0 25%;max-width: 25% }.col-md-4 {-webkit-box-flex: 0;-ms-flex: 0 0 33.333333%;flex: 0 0 33.333333%;max-width: 33.333333% }.col-md-5 {-webkit-box-flex: 0;-ms-flex: 0 0 41.666667%;flex: 0 0 41.666667%;max-width: 41.666667% }.col-md-6 {-webkit-box-flex: 0;-ms-flex: 0 0 50%;flex: 0 0 50%;max-width: 50% }.col-md-7 {-webkit-box-flex: 0;-ms-flex: 0 0 58.333333%;flex: 0 0 58.333333%;max-width: 58.333333% }.col-md-8 {-webkit-box-flex: 0;-ms-flex: 0 0 66.666667%;flex: 0 0 66.666667%;max-width: 66.666667% }.col-md-9 {-webkit-box-flex: 0;-ms-flex: 0 0 75%;flex: 0 0 75%;max-width: 75% }.col-md-10 {-webkit-box-flex: 0;-ms-flex: 0 0 83.333333%;flex: 0 0 83.333333%;max-width: 83.333333% }.col-md-11 {-webkit-box-flex: 0;-ms-flex: 0 0 91.666667%;flex: 0 0 91.666667%;max-width: 91.666667% }.col-md-12 {-webkit-box-flex: 0;-ms-flex: 0 0 100%;flex: 0 0 100%;max-width: 100% }.order-md-first {-webkit-box-ordinal-group: 0;-ms-flex-order: -1;order: -1 }.order-md-last {-webkit-box-ordinal-group: 14;-ms-flex-order: 13;order: 13 }.order-md-0 {-webkit-box-ordinal-group: 1;-ms-flex-order: 0;order: 0 }.order-md-1 {-webkit-box-ordinal-group: 2;-ms-flex-order: 1;order: 1 }.order-md-2 {-webkit-box-ordinal-group: 3;-ms-flex-order: 2;order: 2 }.order-md-3 {-webkit-box-ordinal-group: 4;-ms-flex-order: 3;order: 3 }.order-md-4 {-webkit-box-ordinal-group: 5;-ms-flex-order: 4;order: 4 }.order-md-5 {-webkit-box-ordinal-group: 6;-ms-flex-order: 5;order: 5 }.order-md-6 {-webkit-box-ordinal-group: 7;-ms-flex-order: 6;order: 6 }.order-md-7 {-webkit-box-ordinal-group: 8;-ms-flex-order: 7;order: 7 }.order-md-8 {-webkit-box-ordinal-group: 9;-ms-flex-order: 8;order: 8 }.order-md-9 {-webkit-box-ordinal-group: 10;-ms-flex-order: 9;order: 9 }.order-md-10 {-webkit-box-ordinal-group: 11;-ms-flex-order: 10;order: 10 }.order-md-11 {-webkit-box-ordinal-group: 12;-ms-flex-order: 11;order: 11 }.order-md-12 {-webkit-box-ordinal-group: 13;-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;-webkit-box-flex: 1;-ms-flex-positive: 1;flex-grow: 1;max-width: 100% }.col-lg-auto {-webkit-box-flex: 0;-ms-flex: 0 0 auto;flex: 0 0 auto;width: auto;max-width: none }.col-lg-1 {-webkit-box-flex: 0;-ms-flex: 0 0 8.333333%;flex: 0 0 8.333333%;max-width: 8.333333% }.col-lg-2 {-webkit-box-flex: 0;-ms-flex: 0 0 16.666667%;flex: 0 0 16.666667%;max-width: 16.666667% }.col-lg-3 {-webkit-box-flex: 0;-ms-flex: 0 0 25%;flex: 0 0 25%;max-width: 25% }.col-lg-4 {-webkit-box-flex: 0;-ms-flex: 0 0 33.333333%;flex: 0 0 33.333333%;max-width: 33.333333% }.col-lg-5 {-webkit-box-flex: 0;-ms-flex: 0 0 41.666667%;flex: 0 0 41.666667%;max-width: 41.666667% }.col-lg-6 {-webkit-box-flex: 0;-ms-flex: 0 0 50%;flex: 0 0 50%;max-width: 50% }.col-lg-7 {-webkit-box-flex: 0;-ms-flex: 0 0 58.333333%;flex: 0 0 58.333333%;max-width: 58.333333% }.col-lg-8 {-webkit-box-flex: 0;-ms-flex: 0 0 66.666667%;flex: 0 0 66.666667%;max-width: 66.666667% }.col-lg-9 {-webkit-box-flex: 0;-ms-flex: 0 0 75%;flex: 0 0 75%;max-width: 75% }.col-lg-10 {-webkit-box-flex: 0;-ms-flex: 0 0 83.333333%;flex: 0 0 83.333333%;max-width: 83.333333% }.col-lg-11 {-webkit-box-flex: 0;-ms-flex: 0 0 91.666667%;flex: 0 0 91.666667%;max-width: 91.666667% }.col-lg-12 {-webkit-box-flex: 0;-ms-flex: 0 0 100%;flex: 0 0 100%;max-width: 100% }.order-lg-first {-webkit-box-ordinal-group: 0;-ms-flex-order: -1;order: -1 }.order-lg-last {-webkit-box-ordinal-group: 14;-ms-flex-order: 13;order: 13 }.order-lg-0 {-webkit-box-ordinal-group: 1;-ms-flex-order: 0;order: 0 }.order-lg-1 {-webkit-box-ordinal-group: 2;-ms-flex-order: 1;order: 1 }.order-lg-2 {-webkit-box-ordinal-group: 3;-ms-flex-order: 2;order: 2 }.order-lg-3 {-webkit-box-ordinal-group: 4;-ms-flex-order: 3;order: 3 }.order-lg-4 {-webkit-box-ordinal-group: 5;-ms-flex-order: 4;order: 4 }.order-lg-5 {-webkit-box-ordinal-group: 6;-ms-flex-order: 5;order: 5 }.order-lg-6 {-webkit-box-ordinal-group: 7;-ms-flex-order: 6;order: 6 }.order-lg-7 {-webkit-box-ordinal-group: 8;-ms-flex-order: 7;order: 7 }.order-lg-8 {-webkit-box-ordinal-group: 9;-ms-flex-order: 8;order: 8 }.order-lg-9 {-webkit-box-ordinal-group: 10;-ms-flex-order: 9;order: 9 }.order-lg-10 {-webkit-box-ordinal-group: 11;-ms-flex-order: 10;order: 10 }.order-lg-11 {-webkit-box-ordinal-group: 12;-ms-flex-order: 11;order: 11 }.order-lg-12 {-webkit-box-ordinal-group: 13;-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;-webkit-box-flex: 1;-ms-flex-positive: 1;flex-grow: 1;max-width: 100% }.col-xl-auto {-webkit-box-flex: 0;-ms-flex: 0 0 auto;flex: 0 0 auto;width: auto;max-width: none }.col-xl-1 {-webkit-box-flex: 0;-ms-flex: 0 0 8.333333%;flex: 0 0 8.333333%;max-width: 8.333333% }.col-xl-2 {-webkit-box-flex: 0;-ms-flex: 0 0 16.666667%;flex: 0 0 16.666667%;max-width: 16.666667% }.col-xl-3 {-webkit-box-flex: 0;-ms-flex: 0 0 25%;flex: 0 0 25%;max-width: 25% }.col-xl-4 {-webkit-box-flex: 0;-ms-flex: 0 0 33.333333%;flex: 0 0 33.333333%;max-width: 33.333333% }.col-xl-5 {-webkit-box-flex: 0;-ms-flex: 0 0 41.666667%;flex: 0 0 41.666667%;max-width: 41.666667% }.col-xl-6 {-webkit-box-flex: 0;-ms-flex: 0 0 50%;flex: 0 0 50%;max-width: 50% }.col-xl-7 {-webkit-box-flex: 0;-ms-flex: 0 0 58.333333%;flex: 0 0 58.333333%;max-width: 58.333333% }.col-xl-8 {-webkit-box-flex: 0;-ms-flex: 0 0 66.666667%;flex: 0 0 66.666667%;max-width: 66.666667% }.col-xl-9 {-webkit-box-flex: 0;-ms-flex: 0 0 75%;flex: 0 0 75%;max-width: 75% }.col-xl-10 {-webkit-box-flex: 0;-ms-flex: 0 0 83.333333%;flex: 0 0 83.333333%;max-width: 83.333333% }.col-xl-11 {-webkit-box-flex: 0;-ms-flex: 0 0 91.666667%;flex: 0 0 91.666667%;max-width: 91.666667% }.col-xl-12 {-webkit-box-flex: 0;-ms-flex: 0 0 100%;flex: 0 0 100%;max-width: 100% }.order-xl-first {-webkit-box-ordinal-group: 0;-ms-flex-order: -1;order: -1 }.order-xl-last {-webkit-box-ordinal-group: 14;-ms-flex-order: 13;order: 13 }.order-xl-0 {-webkit-box-ordinal-group: 1;-ms-flex-order: 0;order: 0 }.order-xl-1 {-webkit-box-ordinal-group: 2;-ms-flex-order: 1;order: 1 }.order-xl-2 {-webkit-box-ordinal-group: 3;-ms-flex-order: 2;order: 2 }.order-xl-3 {-webkit-box-ordinal-group: 4;-ms-flex-order: 3;order: 3 }.order-xl-4 {-webkit-box-ordinal-group: 5;-ms-flex-order: 4;order: 4 }.order-xl-5 {-webkit-box-ordinal-group: 6;-ms-flex-order: 5;order: 5 }.order-xl-6 {-webkit-box-ordinal-group: 7;-ms-flex-order: 6;order: 6 }.order-xl-7 {-webkit-box-ordinal-group: 8;-ms-flex-order: 7;order: 7 }.order-xl-8 {-webkit-box-ordinal-group: 9;-ms-flex-order: 8;order: 8 }.order-xl-9 {-webkit-box-ordinal-group: 10;-ms-flex-order: 9;order: 9 }.order-xl-10 {-webkit-box-ordinal-group: 11;-ms-flex-order: 10;order: 10 }.order-xl-11 {-webkit-box-ordinal-group: 12;-ms-flex-order: 11;order: 11 }.order-xl-12 {-webkit-box-ordinal-group: 13;-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-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 }.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;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: -webkit-box;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: -webkit-inline-box;display: -ms-inline-flexbox;display: inline-flex;-webkit-box-align: center;-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-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-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: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-orient: horizontal;-webkit-box-direction: normal;-ms-flex-flow: row wrap;flex-flow: row wrap;-webkit-box-align: center;-ms-flex-align: center;align-items: center }.form-inline .form-check {width: 100% }@media (min-width:576px) {.form-inline label {display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;margin-bottom: 0 }.form-inline .form-group {display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-flex: 0;-ms-flex: 0 0 auto;flex: 0 0 auto;-webkit-box-orient: horizontal;-webkit-box-direction: normal;-ms-flex-flow: row wrap;flex-flow: row wrap;-webkit-box-align: center;-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 .input-group {width: auto }.form-inline .form-check {display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;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 {-webkit-box-align: center;-ms-flex-align: center;align-items: center;-webkit-box-pack: 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 }.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 }.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 {opacity: 0;transition: opacity .15s linear }.fade.show {opacity: 1 }.collapse {display: none }.collapse.show {display: block }tr.collapse.show {display: table-row }tbody.collapse.show {display: table-row-group }.collapsing {position: relative;height: 0;overflow: hidden;transition: height .35s ease }.dropdown, .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 }.dropup .dropdown-menu {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 {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-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 {margin-top: 0;margin-right: .125rem }.dropleft .dropdown-toggle::after {display: inline-block;width: 0;height: 0;margin-left: .255em;vertical-align: .255em;content: "" }.dropleft .dropdown-toggle::after {display: none }.dropleft .dropdown-toggle::before {display: inline-block;width: 0;height: 0;margin-right: .255em;vertical-align: .255em;content: "";border-top: .3em solid transparent;border-right: .3em solid;border-bottom: .3em solid transparent }.dropleft .dropdown-toggle:empty::after {margin-left: 0 }.dropleft .dropdown-toggle::before {vertical-align: 0 }.dropdown-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 }.btn-group, .btn-group-vertical {position: relative;display: -webkit-inline-box;display: -ms-inline-flexbox;display: inline-flex;vertical-align: middle }.btn-group-vertical>.btn, .btn-group>.btn {position: relative;-webkit-box-flex: 0;-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: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;-webkit-box-pack: start;-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 {margin-left: 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 {-webkit-box-orient: vertical;-webkit-box-direction: normal;-ms-flex-direction: column;flex-direction: column;-webkit-box-align: start;-ms-flex-align: start;align-items: flex-start;-webkit-box-pack: center;-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: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;-webkit-box-align: stretch;-ms-flex-align: stretch;align-items: stretch;width: 100% }.input-group>.custom-file, .input-group>.custom-select, .input-group>.form-control {position: relative;-webkit-box-flex: 1;-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: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-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::before {border-top-right-radius: 0;border-bottom-right-radius: 0 }.input-group>.custom-file:not(:first-child) .custom-file-label, .input-group>.custom-file:not(:first-child) .custom-file-label::before {border-top-left-radius: 0;border-bottom-left-radius: 0 }.input-group-append, .input-group-prepend {display: -webkit-box;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: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-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: -webkit-inline-box;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 {margin-bottom: 0 }.custom-control-label::before {position: absolute;top: .25rem;left: 0;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: 0;display: block;width: 1rem;height: 1rem;content: "";background-repeat: no-repeat;background-position: center center;background-size: 50% 50% }.custom-checkbox .custom-control-label::before {border-radius: .25rem }.custom-checkbox .custom-control-input:checked~.custom-control-label::before {background-color: #007bff }.custom-checkbox .custom-control-input:checked~.custom-control-label::after {background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E") }.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::before {background-color: #007bff }.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::after {background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E") }.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label::before {background-color: rgba(0, 123, 255, .5) }.custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label::before {background-color: rgba(0, 123, 255, .5) }.custom-radio .custom-control-label::before {border-radius: 50% }.custom-radio .custom-control-input:checked~.custom-control-label::before {background-color: #007bff }.custom-radio .custom-control-input:checked~.custom-control-label::after {background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E") }.custom-radio .custom-control-input:disabled:checked~.custom-control-label::before {background-color: rgba(0, 123, 255, .5) }.custom-select {display: inline-block;width: 100%;height: calc(2.25rem + 2px);padding: .375rem 1.75rem .375rem .75rem;line-height: 1.5;color: #495057;vertical-align: middle;background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right .75rem center;background-size: 8px 10px;border: 1px solid #ced4da;border-radius: .25rem;-webkit-appearance: none;-moz-appearance: none;appearance: none }.custom-select:focus {border-color: #80bdff;outline: 0;box-shadow: inset 0 1px 2px rgba(0, 0, 0, .075), 0 0 5px rgba(128, 189, 255, .5) }.custom-select:focus::-ms-value {color: #495057;background-color: #fff }.custom-select[multiple], .custom-select[size]:not([size="1"]) {height: auto;padding-right: .75rem;background-image: none }.custom-select:disabled {color: #6c757d;background-color: #e9ecef }.custom-select::-ms-expand {opacity: 0 }.custom-select-sm {height: calc(1.8125rem + 2px);padding-top: .375rem;padding-bottom: .375rem;font-size: 75% }.custom-select-lg {height: calc(2.875rem + 2px);padding-top: .375rem;padding-bottom: .375rem;font-size: 125% }.custom-file {position: relative;display: inline-block;width: 100%;height: calc(2.25rem + 2px);margin-bottom: 0 }.custom-file-input {position: relative;z-index: 2;width: 100%;height: calc(2.25rem + 2px);margin: 0;opacity: 0 }.custom-file-input:focus~.custom-file-control {border-color: #80bdff;box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25) }.custom-file-input:focus~.custom-file-control::before {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: calc(calc(2.25rem + 2px) - 1px * 2);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 }.nav {display: -webkit-box;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 {-webkit-box-flex: 1;-ms-flex: 1 1 auto;flex: 1 1 auto;text-align: center }.nav-justified .nav-item {-ms-flex-preferred-size: 0;flex-basis: 0;-webkit-box-flex: 1;-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: -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;padding: .5rem 1rem }.navbar>.container, .navbar>.container-fluid {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 }.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: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-orient: vertical;-webkit-box-direction: normal;-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%;-webkit-box-flex: 1;-ms-flex-positive: 1;flex-grow: 1;-webkit-box-align: center;-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 {-webkit-box-orient: horizontal;-webkit-box-direction: normal;-ms-flex-flow: row nowrap;flex-flow: row nowrap;-webkit-box-pack: start;-ms-flex-pack: start;justify-content: flex-start }.navbar-expand-sm .navbar-nav {-webkit-box-orient: horizontal;-webkit-box-direction: normal;-ms-flex-direction: row;flex-direction: row }.navbar-expand-sm .navbar-nav .dropdown-menu {position: absolute }.navbar-expand-sm .navbar-nav .dropdown-menu-right {right: 0;left: auto }.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: -webkit-box!important;display: -ms-flexbox!important;display: flex!important;-ms-flex-preferred-size: auto;flex-basis: auto }.navbar-expand-sm .navbar-toggler {display: none }.navbar-expand-sm .dropup .dropdown-menu {top: auto;bottom: 100% }}@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 {-webkit-box-orient: horizontal;-webkit-box-direction: normal;-ms-flex-flow: row nowrap;flex-flow: row nowrap;-webkit-box-pack: start;-ms-flex-pack: start;justify-content: flex-start }.navbar-expand-md .navbar-nav {-webkit-box-orient: horizontal;-webkit-box-direction: normal;-ms-flex-direction: row;flex-direction: row }.navbar-expand-md .navbar-nav .dropdown-menu {position: absolute }.navbar-expand-md .navbar-nav .dropdown-menu-right {right: 0;left: auto }.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: -webkit-box!important;display: -ms-flexbox!important;display: flex!important;-ms-flex-preferred-size: auto;flex-basis: auto }.navbar-expand-md .navbar-toggler {display: none }.navbar-expand-md .dropup .dropdown-menu {top: auto;bottom: 100% }}@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 {-webkit-box-orient: horizontal;-webkit-box-direction: normal;-ms-flex-flow: row nowrap;flex-flow: row nowrap;-webkit-box-pack: start;-ms-flex-pack: start;justify-content: flex-start }.navbar-expand-lg .navbar-nav {-webkit-box-orient: horizontal;-webkit-box-direction: normal;-ms-flex-direction: row;flex-direction: row }.navbar-expand-lg .navbar-nav .dropdown-menu {position: absolute }.navbar-expand-lg .navbar-nav .dropdown-menu-right {right: 0;left: auto }.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: -webkit-box!important;display: -ms-flexbox!important;display: flex!important;-ms-flex-preferred-size: auto;flex-basis: auto }.navbar-expand-lg .navbar-toggler {display: none }.navbar-expand-lg .dropup .dropdown-menu {top: auto;bottom: 100% }}@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 {-webkit-box-orient: horizontal;-webkit-box-direction: normal;-ms-flex-flow: row nowrap;flex-flow: row nowrap;-webkit-box-pack: start;-ms-flex-pack: start;justify-content: flex-start }.navbar-expand-xl .navbar-nav {-webkit-box-orient: horizontal;-webkit-box-direction: normal;-ms-flex-direction: row;flex-direction: row }.navbar-expand-xl .navbar-nav .dropdown-menu {position: absolute }.navbar-expand-xl .navbar-nav .dropdown-menu-right {right: 0;left: auto }.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: -webkit-box!important;display: -ms-flexbox!important;display: flex!important;-ms-flex-preferred-size: auto;flex-basis: auto }.navbar-expand-xl .navbar-toggler {display: none }.navbar-expand-xl .dropup .dropdown-menu {top: auto;bottom: 100% }}.navbar-expand {-webkit-box-orient: horizontal;-webkit-box-direction: normal;-ms-flex-flow: row nowrap;flex-flow: row nowrap;-webkit-box-pack: start;-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 {-webkit-box-orient: horizontal;-webkit-box-direction: normal;-ms-flex-direction: row;flex-direction: row }.navbar-expand .navbar-nav .dropdown-menu {position: absolute }.navbar-expand .navbar-nav .dropdown-menu-right {right: 0;left: auto }.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: -webkit-box!important;display: -ms-flexbox!important;display: flex!important;-ms-flex-preferred-size: auto;flex-basis: auto }.navbar-expand .navbar-toggler {display: none }.navbar-expand .dropup .dropdown-menu {top: auto;bottom: 100% }.navbar-light .navbar-brand {color: rgba(0, 0, 0, .9) }.navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover {color: rgba(0, 0, 0, .9) }.navbar-light .navbar-nav .nav-link {color: rgba(0, 0, 0, .5) }.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {color: rgba(0, 0, 0, .7) }.navbar-light .navbar-nav .nav-link.disabled {color: rgba(0, 0, 0, .3) }.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {color: rgba(0, 0, 0, .9) }.navbar-light .navbar-toggler {color: rgba(0, 0, 0, .5);border-color: rgba(0, 0, 0, .1) }.navbar-light .navbar-toggler-icon {background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E") }.navbar-light .navbar-text {color: rgba(0, 0, 0, .5) }.navbar-light .navbar-text a {color: rgba(0, 0, 0, .9) }.navbar-light .navbar-text a:focus, .navbar-light .navbar-text a:hover {color: rgba(0, 0, 0, .9) }.navbar-dark .navbar-brand {color: #fff }.navbar-dark .navbar-brand:focus, .navbar-dark .navbar-brand:hover {color: #fff }.navbar-dark .navbar-nav .nav-link {color: rgba(255, 255, 255, .5) }.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {color: rgba(255, 255, 255, .75) }.navbar-dark .navbar-nav .nav-link.disabled {color: rgba(255, 255, 255, .25) }.navbar-dark .navbar-nav .active>.nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show>.nav-link {color: #fff }.navbar-dark .navbar-toggler {color: rgba(255, 255, 255, .5);border-color: rgba(255, 255, 255, .1) }.navbar-dark .navbar-toggler-icon {background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E") }.navbar-dark .navbar-text {color: rgba(255, 255, 255, .5) }.navbar-dark .navbar-text a {color: #fff }.navbar-dark .navbar-text a:focus, .navbar-dark .navbar-text a:hover {color: #fff }.card {position: relative;display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-orient: vertical;-webkit-box-direction: normal;-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 {-webkit-box-flex: 1;-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: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-orient: vertical;-webkit-box-direction: normal;-ms-flex-direction: column;flex-direction: column }.card-deck .card {margin-bottom: 15px }@media (min-width:576px) {.card-deck {-webkit-box-orient: horizontal;-webkit-box-direction: normal;-ms-flex-flow: row wrap;flex-flow: row wrap;margin-right: -15px;margin-left: -15px }.card-deck .card {display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-flex: 1;-ms-flex: 1 0 0%;flex: 1 0 0%;-webkit-box-orient: vertical;-webkit-box-direction: normal;-ms-flex-direction: column;flex-direction: column;margin-right: 15px;margin-bottom: 0;margin-left: 15px }}.card-group {display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-orient: vertical;-webkit-box-direction: normal;-ms-flex-direction: column;flex-direction: column }.card-group>.card {margin-bottom: 15px }@media (min-width:576px) {.card-group {-webkit-box-orient: horizontal;-webkit-box-direction: normal;-ms-flex-flow: row wrap;flex-flow: row wrap }.card-group>.card {-webkit-box-flex: 1;-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 }.card-columns .card {display: inline-block;width: 100% }}.breadcrumb {display: -webkit-box;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::before {display: inline-block;padding-right: .5rem;padding-left: .5rem;color: #6c757d;content: "/" }.breadcrumb-item+.breadcrumb-item:hover::before {text-decoration: underline }.breadcrumb-item+.breadcrumb-item:hover::before {text-decoration: none }.breadcrumb-item.active {color: #6c757d }.pagination {display: -webkit-box;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 {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: -webkit-box;display: -ms-flexbox;display: flex;height: 1rem;overflow: hidden;font-size: .75rem;background-color: #e9ecef;border-radius: .25rem }.progress-bar {display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-orient: vertical;-webkit-box-direction: normal;-ms-flex-direction: column;flex-direction: column;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;color: #fff;text-align: center;background-color: #007bff;transition: width .6s ease }.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: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: start;-ms-flex-align: start;align-items: flex-start }.media-body {-webkit-box-flex: 1;-ms-flex: 1;flex: 1 }.list-group {display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-orient: vertical;-webkit-box-direction: normal;-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%) }.modal.show .modal-dialog {-webkit-transform: translate(0, 0);transform: translate(0, 0) }.modal-dialog-centered {display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;min-height: calc(100% - (.5rem * 2)) }.modal-content {position: relative;display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-orient: vertical;-webkit-box-direction: normal;-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: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: start;-ms-flex-align: start;align-items: flex-start;-webkit-box-pack: justify;-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;-webkit-box-flex: 1;-ms-flex: 1 1 auto;flex: 1 1 auto;padding: 1rem }.modal-footer {display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;-webkit-box-pack: end;-ms-flex-pack: end;justify-content: flex-end;padding: 1rem;border-top: 1px solid #e9ecef }.modal-footer>:not(:first-child) {margin-left: .25rem }.modal-footer>:not(:last-child) {margin-right: .25rem }.modal-scrollbar-measure {position: absolute;top: -9999px;width: 50px;height: 50px;overflow: scroll }@media (min-width:576px) {.modal-dialog {max-width: 500px;margin: 1.75rem auto }.modal-dialog-centered {min-height: calc(100% - (1.75rem * 2)) }.modal-sm {max-width: 300px }}@media (min-width:992px) {.modal-lg {max-width: 800px }}.tooltip {position: absolute;z-index: 1070;display: block;margin: 0;font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";font-style: normal;font-weight: 400;line-height: 1.5;text-align: left;text-align: start;text-decoration: none;text-shadow: none;text-transform: none;letter-spacing: normal;word-break: normal;word-spacing: normal;white-space: normal;line-break: auto;font-size: .875rem;word-wrap: break-word;opacity: 0 }.tooltip.show {opacity: .9 }.tooltip .arrow {position: absolute;display: block;width: .8rem;height: .4rem }.tooltip .arrow::before {position: absolute;content: "";border-color: transparent;border-style: solid }.bs-tooltip-auto[x-placement^=top], .bs-tooltip-top {padding: .4rem 0 }.bs-tooltip-auto[x-placement^=top] .arrow, .bs-tooltip-top .arrow {bottom: 0 }.bs-tooltip-auto[x-placement^=top] .arrow::before, .bs-tooltip-top .arrow::before {top: 0;border-width: .4rem .4rem 0;border-top-color: #000 }.bs-tooltip-auto[x-placement^=right], .bs-tooltip-right {padding: 0 .4rem }.bs-tooltip-auto[x-placement^=right] .arrow, .bs-tooltip-right .arrow {left: 0;width: .4rem;height: .8rem }.bs-tooltip-auto[x-placement^=right] .arrow::before, .bs-tooltip-right .arrow::before {right: 0;border-width: .4rem .4rem .4rem 0;border-right-color: #000 }.bs-tooltip-auto[x-placement^=bottom], .bs-tooltip-bottom {padding: .4rem 0 }.bs-tooltip-auto[x-placement^=bottom] .arrow, .bs-tooltip-bottom .arrow {top: 0 }.bs-tooltip-auto[x-placement^=bottom] .arrow::before, .bs-tooltip-bottom .arrow::before {bottom: 0;border-width: 0 .4rem .4rem;border-bottom-color: #000 }.bs-tooltip-auto[x-placement^=left], .bs-tooltip-left {padding: 0 .4rem }.bs-tooltip-auto[x-placement^=left] .arrow, .bs-tooltip-left .arrow {right: 0;width: .4rem;height: .8rem }.bs-tooltip-auto[x-placement^=left] .arrow::before, .bs-tooltip-left .arrow::before {left: 0;border-width: .4rem 0 .4rem .4rem;border-left-color: #000 }.tooltip-inner {max-width: 200px;padding: .25rem .5rem;color: #fff;text-align: center;background-color: #000;border-radius: .25rem }.popover {position: absolute;top: 0;left: 0;z-index: 1060;display: block;max-width: 276px;font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";font-style: normal;font-weight: 400;line-height: 1.5;text-align: left;text-align: start;text-decoration: none;text-shadow: none;text-transform: none;letter-spacing: normal;word-break: normal;word-spacing: normal;white-space: normal;line-break: auto;font-size: .875rem;word-wrap: break-word;background-color: #fff;background-clip: padding-box;border: 1px solid rgba(0, 0, 0, .2);border-radius: .3rem }.popover .arrow {position: absolute;display: block;width: 1rem;height: .5rem;margin: 0 .3rem }.popover .arrow::after, .popover .arrow::before {position: absolute;display: block;content: "";border-color: transparent;border-style: solid }.bs-popover-auto[x-placement^=top], .bs-popover-top {margin-bottom: .5rem }.bs-popover-auto[x-placement^=top] .arrow, .bs-popover-top .arrow {bottom: calc((.5rem + 1px) * -1) }.bs-popover-auto[x-placement^=top] .arrow::after, .bs-popover-auto[x-placement^=top] .arrow::before, .bs-popover-top .arrow::after, .bs-popover-top .arrow::before {border-width: .5rem .5rem 0 }.bs-popover-auto[x-placement^=top] .arrow::before, .bs-popover-top .arrow::before {bottom: 0;border-top-color: rgba(0, 0, 0, .25) }.bs-popover-auto[x-placement^=top] .arrow::after, .bs-popover-top .arrow::after {bottom: 1px;border-top-color: #fff }.bs-popover-auto[x-placement^=right], .bs-popover-right {margin-left: .5rem }.bs-popover-auto[x-placement^=right] .arrow, .bs-popover-right .arrow {left: calc((.5rem + 1px) * -1);width: .5rem;height: 1rem;margin: .3rem 0 }.bs-popover-auto[x-placement^=right] .arrow::after, .bs-popover-auto[x-placement^=right] .arrow::before, .bs-popover-right .arrow::after, .bs-popover-right .arrow::before {border-width: .5rem .5rem .5rem 0 }.bs-popover-auto[x-placement^=right] .arrow::before, .bs-popover-right .arrow::before {left: 0;border-right-color: rgba(0, 0, 0, .25) }.bs-popover-auto[x-placement^=right] .arrow::after, .bs-popover-right .arrow::after {left: 1px;border-right-color: #fff }.bs-popover-auto[x-placement^=bottom], .bs-popover-bottom {margin-top: .5rem }.bs-popover-auto[x-placement^=bottom] .arrow, .bs-popover-bottom .arrow {top: calc((.5rem + 1px) * -1) }.bs-popover-auto[x-placement^=bottom] .arrow::after, .bs-popover-auto[x-placement^=bottom] .arrow::before, .bs-popover-bottom .arrow::after, .bs-popover-bottom .arrow::before {border-width: 0 .5rem .5rem .5rem }.bs-popover-auto[x-placement^=bottom] .arrow::before, .bs-popover-bottom .arrow::before {top: 0;border-bottom-color: rgba(0, 0, 0, .25) }.bs-popover-auto[x-placement^=bottom] .arrow::after, .bs-popover-bottom .arrow::after {top: 1px;border-bottom-color: #fff }.bs-popover-auto[x-placement^=bottom] .popover-header::before, .bs-popover-bottom .popover-header::before {position: absolute;top: 0;left: 50%;display: block;width: 1rem;margin-left: -.5rem;content: "";border-bottom: 1px solid #f7f7f7 }.bs-popover-auto[x-placement^=left], .bs-popover-left {margin-right: .5rem }.bs-popover-auto[x-placement^=left] .arrow, .bs-popover-left .arrow {right: calc((.5rem + 1px) * -1);width: .5rem;height: 1rem;margin: .3rem 0 }.bs-popover-auto[x-placement^=left] .arrow::after, .bs-popover-auto[x-placement^=left] .arrow::before, .bs-popover-left .arrow::after, .bs-popover-left .arrow::before {border-width: .5rem 0 .5rem .5rem }.bs-popover-auto[x-placement^=left] .arrow::before, .bs-popover-left .arrow::before {right: 0;border-left-color: rgba(0, 0, 0, .25) }.bs-popover-auto[x-placement^=left] .arrow::after, .bs-popover-left .arrow::after {right: 1px;border-left-color: #fff }.popover-header {padding: .5rem .75rem;margin-bottom: 0;font-size: 1rem;color: inherit;background-color: #f7f7f7;border-bottom: 1px solid #ebebeb;border-top-left-radius: calc(.3rem - 1px);border-top-right-radius: calc(.3rem - 1px) }.popover-header:empty {display: none }.popover-body {padding: .5rem .75rem;color: #212529 }.carousel {position: relative }.carousel-inner {position: relative;width: 100%;overflow: hidden }.carousel-item {position: relative;display: none;-webkit-box-align: center;-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 }.carousel-item-next, .carousel-item-prev, .carousel-item.active {display: block }.carousel-item-next, .carousel-item-prev {position: absolute;top: 0 }.carousel-item-next.carousel-item-left, .carousel-item-prev.carousel-item-right {-webkit-transform: translateX(0);transform: translateX(0) }@supports ((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)) {.carousel-item-next.carousel-item-left, .carousel-item-prev.carousel-item-right {-webkit-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0) }}.active.carousel-item-right, .carousel-item-next {-webkit-transform: translateX(100%);transform: translateX(100%) }@supports ((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)) {.active.carousel-item-right, .carousel-item-next {-webkit-transform: translate3d(100%, 0, 0);transform: translate3d(100%, 0, 0) }}.active.carousel-item-left, .carousel-item-prev {-webkit-transform: translateX(-100%);transform: translateX(-100%) }@supports ((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)) {.active.carousel-item-left, .carousel-item-prev {-webkit-transform: translate3d(-100%, 0, 0);transform: translate3d(-100%, 0, 0) }}.carousel-control-next, .carousel-control-prev {position: absolute;top: 0;bottom: 0;display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;width: 15%;color: #fff;text-align: center;opacity: .5 }.carousel-control-next:focus, .carousel-control-next:hover, .carousel-control-prev:focus, .carousel-control-prev:hover {color: #fff;text-decoration: none;outline: 0;opacity: .9 }.carousel-control-prev {left: 0 }.carousel-control-next {right: 0 }.carousel-control-next-icon, .carousel-control-prev-icon {display: inline-block;width: 20px;height: 20px;background: transparent no-repeat center center;background-size: 100% 100% }.carousel-control-prev-icon {background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E") }.carousel-control-next-icon {background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E") }.carousel-indicators {position: absolute;right: 0;bottom: 10px;left: 0;z-index: 15;display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;padding-left: 0;margin-right: 15%;margin-left: 15%;list-style: none }.carousel-indicators li {position: relative;-webkit-box-flex: 0;-ms-flex: 0 1 auto;flex: 0 1 auto;width: 30px;height: 3px;margin-right: 3px;margin-left: 3px;text-indent: -999px;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: -webkit-box!important;display: -ms-flexbox!important;display: flex!important }.d-inline-flex {display: -webkit-inline-box!important;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: -webkit-box!important;display: -ms-flexbox!important;display: flex!important }.d-sm-inline-flex {display: -webkit-inline-box!important;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: -webkit-box!important;display: -ms-flexbox!important;display: flex!important }.d-md-inline-flex {display: -webkit-inline-box!important;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: -webkit-box!important;display: -ms-flexbox!important;display: flex!important }.d-lg-inline-flex {display: -webkit-inline-box!important;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: -webkit-box!important;display: -ms-flexbox!important;display: flex!important }.d-xl-inline-flex {display: -webkit-inline-box!important;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: -webkit-box!important;display: -ms-flexbox!important;display: flex!important }.d-print-inline-flex {display: -webkit-inline-box!important;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 {-webkit-box-orient: horizontal!important;-webkit-box-direction: normal!important;-ms-flex-direction: row!important;flex-direction: row!important }.flex-column {-webkit-box-orient: vertical!important;-webkit-box-direction: normal!important;-ms-flex-direction: column!important;flex-direction: column!important }.flex-row-reverse {-webkit-box-orient: horizontal!important;-webkit-box-direction: reverse!important;-ms-flex-direction: row-reverse!important;flex-direction: row-reverse!important }.flex-column-reverse {-webkit-box-orient: vertical!important;-webkit-box-direction: reverse!important;-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 }.justify-content-start {-webkit-box-pack: start!important;-ms-flex-pack: start!important;justify-content: flex-start!important }.justify-content-end {-webkit-box-pack: end!important;-ms-flex-pack: end!important;justify-content: flex-end!important }.justify-content-center {-webkit-box-pack: center!important;-ms-flex-pack: center!important;justify-content: center!important }.justify-content-between {-webkit-box-pack: justify!important;-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 {-webkit-box-align: start!important;-ms-flex-align: start!important;align-items: flex-start!important }.align-items-end {-webkit-box-align: end!important;-ms-flex-align: end!important;align-items: flex-end!important }.align-items-center {-webkit-box-align: center!important;-ms-flex-align: center!important;align-items: center!important }.align-items-baseline {-webkit-box-align: baseline!important;-ms-flex-align: baseline!important;align-items: baseline!important }.align-items-stretch {-webkit-box-align: stretch!important;-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 {-webkit-box-orient: horizontal!important;-webkit-box-direction: normal!important;-ms-flex-direction: row!important;flex-direction: row!important }.flex-sm-column {-webkit-box-orient: vertical!important;-webkit-box-direction: normal!important;-ms-flex-direction: column!important;flex-direction: column!important }.flex-sm-row-reverse {-webkit-box-orient: horizontal!important;-webkit-box-direction: reverse!important;-ms-flex-direction: row-reverse!important;flex-direction: row-reverse!important }.flex-sm-column-reverse {-webkit-box-orient: vertical!important;-webkit-box-direction: reverse!important;-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 }.justify-content-sm-start {-webkit-box-pack: start!important;-ms-flex-pack: start!important;justify-content: flex-start!important }.justify-content-sm-end {-webkit-box-pack: end!important;-ms-flex-pack: end!important;justify-content: flex-end!important }.justify-content-sm-center {-webkit-box-pack: center!important;-ms-flex-pack: center!important;justify-content: center!important }.justify-content-sm-between {-webkit-box-pack: justify!important;-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 {-webkit-box-align: start!important;-ms-flex-align: start!important;align-items: flex-start!important }.align-items-sm-end {-webkit-box-align: end!important;-ms-flex-align: end!important;align-items: flex-end!important }.align-items-sm-center {-webkit-box-align: center!important;-ms-flex-align: center!important;align-items: center!important }.align-items-sm-baseline {-webkit-box-align: baseline!important;-ms-flex-align: baseline!important;align-items: baseline!important }.align-items-sm-stretch {-webkit-box-align: stretch!important;-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 {-webkit-box-orient: horizontal!important;-webkit-box-direction: normal!important;-ms-flex-direction: row!important;flex-direction: row!important }.flex-md-column {-webkit-box-orient: vertical!important;-webkit-box-direction: normal!important;-ms-flex-direction: column!important;flex-direction: column!important }.flex-md-row-reverse {-webkit-box-orient: horizontal!important;-webkit-box-direction: reverse!important;-ms-flex-direction: row-reverse!important;flex-direction: row-reverse!important }.flex-md-column-reverse {-webkit-box-orient: vertical!important;-webkit-box-direction: reverse!important;-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 }.justify-content-md-start {-webkit-box-pack: start!important;-ms-flex-pack: start!important;justify-content: flex-start!important }.justify-content-md-end {-webkit-box-pack: end!important;-ms-flex-pack: end!important;justify-content: flex-end!important }.justify-content-md-center {-webkit-box-pack: center!important;-ms-flex-pack: center!important;justify-content: center!important }.justify-content-md-between {-webkit-box-pack: justify!important;-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 {-webkit-box-align: start!important;-ms-flex-align: start!important;align-items: flex-start!important }.align-items-md-end {-webkit-box-align: end!important;-ms-flex-align: end!important;align-items: flex-end!important }.align-items-md-center {-webkit-box-align: center!important;-ms-flex-align: center!important;align-items: center!important }.align-items-md-baseline {-webkit-box-align: baseline!important;-ms-flex-align: baseline!important;align-items: baseline!important }.align-items-md-stretch {-webkit-box-align: stretch!important;-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 {-webkit-box-orient: horizontal!important;-webkit-box-direction: normal!important;-ms-flex-direction: row!important;flex-direction: row!important }.flex-lg-column {-webkit-box-orient: vertical!important;-webkit-box-direction: normal!important;-ms-flex-direction: column!important;flex-direction: column!important }.flex-lg-row-reverse {-webkit-box-orient: horizontal!important;-webkit-box-direction: reverse!important;-ms-flex-direction: row-reverse!important;flex-direction: row-reverse!important }.flex-lg-column-reverse {-webkit-box-orient: vertical!important;-webkit-box-direction: reverse!important;-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 }.justify-content-lg-start {-webkit-box-pack: start!important;-ms-flex-pack: start!important;justify-content: flex-start!important }.justify-content-lg-end {-webkit-box-pack: end!important;-ms-flex-pack: end!important;justify-content: flex-end!important }.justify-content-lg-center {-webkit-box-pack: center!important;-ms-flex-pack: center!important;justify-content: center!important }.justify-content-lg-between {-webkit-box-pack: justify!important;-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 {-webkit-box-align: start!important;-ms-flex-align: start!important;align-items: flex-start!important }.align-items-lg-end {-webkit-box-align: end!important;-ms-flex-align: end!important;align-items: flex-end!important }.align-items-lg-center {-webkit-box-align: center!important;-ms-flex-align: center!important;align-items: center!important }.align-items-lg-baseline {-webkit-box-align: baseline!important;-ms-flex-align: baseline!important;align-items: baseline!important }.align-items-lg-stretch {-webkit-box-align: stretch!important;-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 {-webkit-box-orient: horizontal!important;-webkit-box-direction: normal!important;-ms-flex-direction: row!important;flex-direction: row!important }.flex-xl-column {-webkit-box-orient: vertical!important;-webkit-box-direction: normal!important;-ms-flex-direction: column!important;flex-direction: column!important }.flex-xl-row-reverse {-webkit-box-orient: horizontal!important;-webkit-box-direction: reverse!important;-ms-flex-direction: row-reverse!important;flex-direction: row-reverse!important }.flex-xl-column-reverse {-webkit-box-orient: vertical!important;-webkit-box-direction: reverse!important;-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 }.justify-content-xl-start {-webkit-box-pack: start!important;-ms-flex-pack: start!important;justify-content: flex-start!important }.justify-content-xl-end {-webkit-box-pack: end!important;-ms-flex-pack: end!important;justify-content: flex-end!important }.justify-content-xl-center {-webkit-box-pack: center!important;-ms-flex-pack: center!important;justify-content: center!important }.justify-content-xl-between {-webkit-box-pack: justify!important;-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 {-webkit-box-align: start!important;-ms-flex-align: start!important;align-items: flex-start!important }.align-items-xl-end {-webkit-box-align: end!important;-ms-flex-align: end!important;align-items: flex-end!important }.align-items-xl-center {-webkit-box-align: center!important;-ms-flex-align: center!important;align-items: center!important }.align-items-xl-baseline {-webkit-box-align: baseline!important;-ms-flex-align: baseline!important;align-items: baseline!important }.align-items-xl-stretch {-webkit-box-align: stretch!important;-ms-flex-align: stretch!important;align-items: stretch!important }.align-content-xl-start {-ms-flex-line-pack: start!important;align-content: flex-start!important }.align-content-xl-end {-ms-flex-line-pack: end!important;align-content: flex-end!important }.align-content-xl-center {-ms-flex-line-pack: center!important;align-content: center!important }.align-content-xl-between {-ms-flex-line-pack: justify!important;align-content: space-between!important }.align-content-xl-around {-ms-flex-line-pack: distribute!important;align-content: space-around!important }.align-content-xl-stretch {-ms-flex-line-pack: stretch!important;align-content: stretch!important }.align-self-xl-auto {-ms-flex-item-align: auto!important;align-self: auto!important }.align-self-xl-start {-ms-flex-item-align: start!important;align-self: flex-start!important }.align-self-xl-end {-ms-flex-item-align: end!important;align-self: flex-end!important }.align-self-xl-center {-ms-flex-item-align: center!important;align-self: center!important }.align-self-xl-baseline {-ms-flex-item-align: baseline!important;align-self: baseline!important }.align-self-xl-stretch {-ms-flex-item-align: stretch!important;align-self: stretch!important }}.float-left {float: left!important }.float-right {float: right!important }.float-none {float: none!important }@media (min-width:576px) {.float-sm-left {float: left!important }.float-sm-right {float: right!important }.float-sm-none {float: none!important }}@media (min-width:768px) {.float-md-left {float: left!important }.float-md-right {float: right!important }.float-md-none {float: none!important }}@media (min-width:992px) {.float-lg-left {float: left!important }.float-lg-right {float: right!important }.float-lg-none {float: none!important }}@media (min-width:1200px) {.float-xl-left {float: left!important }.float-xl-right {float: right!important }.float-xl-none {float: none!important }}.position-static {position: static!important }.position-relative {position: relative!important }.position-absolute {position: absolute!important }.position-fixed {position: fixed!important }.position-sticky {position: -webkit-sticky!important;position: sticky!important }.fixed-top {position: fixed;top: 0;right: 0;left: 0;z-index: 1030 }.fixed-bottom {position: fixed;right: 0;bottom: 0;left: 0;z-index: 1030 }@supports ((position:-webkit-sticky) or (position:sticky)) {.sticky-top {position: -webkit-sticky;position: sticky;top: 0;z-index: 1020 }}.sr-only {position: absolute;width: 1px;height: 1px;padding: 0;overflow: hidden;clip: rect(0, 0, 0, 0);white-space: nowrap;-webkit-clip-path: inset(50%);clip-path: inset(50%);border: 0 }.sr-only-focusable:active, .sr-only-focusable:focus {position: static;width: auto;height: auto;overflow: visible;clip: auto;white-space: normal;-webkit-clip-path: none;clip-path: none }.w-25 {width: 25%!important }.w-50 {width: 50%!important }.w-75 {width: 75%!important }.w-100 {width: 100%!important }.h-25 {height: 25%!important }.h-50 {height: 50%!important }.h-75 {height: 75%!important }.h-100 {height: 100%!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-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-muted {color: #6c757d!important }.text-hide {font: 0/0 a;color: transparent;text-shadow: none;background-color: transparent;border: 0 }.visible {visibility: visible!important }.invisible {visibility: hidden!important }@media print {*, ::after, ::before {text-shadow: none!important;box-shadow: none!important }a:not(.btn) {text-decoration: underline }abbr[title]::after {content: " (" attr(title) ")" }pre {white-space: pre-wrap!important }blockquote, pre {border: 1px solid #999;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 #ddd!important }}.fa,.fab,.fad,.fal,.far,.fas{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;line-height:1}.fa-lg{font-size:1.33333em;line-height:.75em;vertical-align:-.0667em}.fa-xs{font-size:.75em}.fa-sm{font-size:.875em}.fa-1x{font-size:1em}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-6x{font-size:6em}.fa-7x{font-size:7em}.fa-8x{font-size:8em}.fa-9x{font-size:9em}.fa-10x{font-size:10em}.fa-fw{text-align:center;width:1.25em}.fa-ul{list-style-type:none;margin-left:2.5em;padding-left:0}.fa-ul>li{position:relative}.fa-li{left:-2em;position:absolute;text-align:center;width:2em;line-height:inherit}.fa-border{border:.08em solid #eee;border-radius:.1em;padding:.2em .25em .15em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left,.fab.fa-pull-left,.fal.fa-pull-left,.far.fa-pull-left,.fas.fa-pull-left{margin-right:.3em}.fa.fa-pull-right,.fab.fa-pull-right,.fal.fa-pull-right,.far.fa-pull-right,.fas.fa-pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s linear infinite;animation:fa-spin 2s linear infinite}.fa-pulse{-webkit-animation:fa-spin 1s steps(8) infinite;animation:fa-spin 1s steps(8) infinite}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scaleX(-1);transform:scaleX(-1)}.fa-flip-vertical{-webkit-transform:scaleY(-1);transform:scaleY(-1)}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical,.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical{-webkit-transform:scale(-1);transform:scale(-1)}:root .fa-flip-both,:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270{-webkit-filter:none;filter:none}.fa-stack{display:inline-block;height:2em;line-height:2em;position:relative;vertical-align:middle;width:2.5em}.fa-stack-1x,.fa-stack-2x{left:0;position:absolute;text-align:center;width:100%}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-500px:before{content:"\f26e"}.fa-accessible-icon:before{content:"\f368"}.fa-accusoft:before{content:"\f369"}.fa-acquisitions-incorporated:before{content:"\f6af"}.fa-ad:before{content:"\f641"}.fa-address-book:before{content:"\f2b9"}.fa-address-card:before{content:"\f2bb"}.fa-adjust:before{content:"\f042"}.fa-adn:before{content:"\f170"}.fa-adobe:before{content:"\f778"}.fa-adversal:before{content:"\f36a"}.fa-affiliatetheme:before{content:"\f36b"}.fa-air-freshener:before{content:"\f5d0"}.fa-airbnb:before{content:"\f834"}.fa-algolia:before{content:"\f36c"}.fa-align-center:before{content:"\f037"}.fa-align-justify:before{content:"\f039"}.fa-align-left:before{content:"\f036"}.fa-align-right:before{content:"\f038"}.fa-alipay:before{content:"\f642"}.fa-allergies:before{content:"\f461"}.fa-amazon:before{content:"\f270"}.fa-amazon-pay:before{content:"\f42c"}.fa-ambulance:before{content:"\f0f9"}.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-amilia:before{content:"\f36d"}.fa-anchor:before{content:"\f13d"}.fa-android:before{content:"\f17b"}.fa-angellist:before{content:"\f209"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-down:before{content:"\f107"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angry:before{content:"\f556"}.fa-angrycreative:before{content:"\f36e"}.fa-angular:before{content:"\f420"}.fa-ankh:before{content:"\f644"}.fa-app-store:before{content:"\f36f"}.fa-app-store-ios:before{content:"\f370"}.fa-apper:before{content:"\f371"}.fa-apple:before{content:"\f179"}.fa-apple-alt:before{content:"\f5d1"}.fa-apple-pay:before{content:"\f415"}.fa-archive:before{content:"\f187"}.fa-archway:before{content:"\f557"}.fa-arrow-alt-circle-down:before{content:"\f358"}.fa-arrow-alt-circle-left:before{content:"\f359"}.fa-arrow-alt-circle-right:before{content:"\f35a"}.fa-arrow-alt-circle-up:before{content:"\f35b"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-down:before{content:"\f063"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrows-alt:before{content:"\f0b2"}.fa-arrows-alt-h:before{content:"\f337"}.fa-arrows-alt-v:before{content:"\f338"}.fa-artstation:before{content:"\f77a"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asterisk:before{content:"\f069"}.fa-asymmetrik:before{content:"\f372"}.fa-at:before{content:"\f1fa"}.fa-atlas:before{content:"\f558"}.fa-atlassian:before{content:"\f77b"}.fa-atom:before{content:"\f5d2"}.fa-audible:before{content:"\f373"}.fa-audio-description:before{content:"\f29e"}.fa-autoprefixer:before{content:"\f41c"}.fa-avianex:before{content:"\f374"}.fa-aviato:before{content:"\f421"}.fa-award:before{content:"\f559"}.fa-aws:before{content:"\f375"}.fa-baby:before{content:"\f77c"}.fa-baby-carriage:before{content:"\f77d"}.fa-backspace:before{content:"\f55a"}.fa-backward:before{content:"\f04a"}.fa-bacon:before{content:"\f7e5"}.fa-bahai:before{content:"\f666"}.fa-balance-scale:before{content:"\f24e"}.fa-balance-scale-left:before{content:"\f515"}.fa-balance-scale-right:before{content:"\f516"}.fa-ban:before{content:"\f05e"}.fa-band-aid:before{content:"\f462"}.fa-bandcamp:before{content:"\f2d5"}.fa-barcode:before{content:"\f02a"}.fa-bars:before{content:"\f0c9"}.fa-baseball-ball:before{content:"\f433"}.fa-basketball-ball:before{content:"\f434"}.fa-bath:before{content:"\f2cd"}.fa-battery-empty:before{content:"\f244"}.fa-battery-full:before{content:"\f240"}.fa-battery-half:before{content:"\f242"}.fa-battery-quarter:before{content:"\f243"}.fa-battery-three-quarters:before{content:"\f241"}.fa-battle-net:before{content:"\f835"}.fa-bed:before{content:"\f236"}.fa-beer:before{content:"\f0fc"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-bell:before{content:"\f0f3"}.fa-bell-slash:before{content:"\f1f6"}.fa-bezier-curve:before{content:"\f55b"}.fa-bible:before{content:"\f647"}.fa-bicycle:before{content:"\f206"}.fa-biking:before{content:"\f84a"}.fa-bimobject:before{content:"\f378"}.fa-binoculars:before{content:"\f1e5"}.fa-biohazard:before{content:"\f780"}.fa-birthday-cake:before{content:"\f1fd"}.fa-bitbucket:before{content:"\f171"}.fa-bitcoin:before{content:"\f379"}.fa-bity:before{content:"\f37a"}.fa-black-tie:before{content:"\f27e"}.fa-blackberry:before{content:"\f37b"}.fa-blender:before{content:"\f517"}.fa-blender-phone:before{content:"\f6b6"}.fa-blind:before{content:"\f29d"}.fa-blog:before{content:"\f781"}.fa-blogger:before{content:"\f37c"}.fa-blogger-b:before{content:"\f37d"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-bold:before{content:"\f032"}.fa-bolt:before{content:"\f0e7"}.fa-bomb:before{content:"\f1e2"}.fa-bone:before{content:"\f5d7"}.fa-bong:before{content:"\f55c"}.fa-book:before{content:"\f02d"}.fa-book-dead:before{content:"\f6b7"}.fa-book-medical:before{content:"\f7e6"}.fa-book-open:before{content:"\f518"}.fa-book-reader:before{content:"\f5da"}.fa-bookmark:before{content:"\f02e"}.fa-bootstrap:before{content:"\f836"}.fa-border-all:before{content:"\f84c"}.fa-border-none:before{content:"\f850"}.fa-border-style:before{content:"\f853"}.fa-bowling-ball:before{content:"\f436"}.fa-box:before{content:"\f466"}.fa-box-open:before{content:"\f49e"}.fa-boxes:before{content:"\f468"}.fa-braille:before{content:"\f2a1"}.fa-brain:before{content:"\f5dc"}.fa-bread-slice:before{content:"\f7ec"}.fa-briefcase:before{content:"\f0b1"}.fa-briefcase-medical:before{content:"\f469"}.fa-broadcast-tower:before{content:"\f519"}.fa-broom:before{content:"\f51a"}.fa-brush:before{content:"\f55d"}.fa-btc:before{content:"\f15a"}.fa-buffer:before{content:"\f837"}.fa-bug:before{content:"\f188"}.fa-building:before{content:"\f1ad"}.fa-bullhorn:before{content:"\f0a1"}.fa-bullseye:before{content:"\f140"}.fa-burn:before{content:"\f46a"}.fa-buromobelexperte:before{content:"\f37f"}.fa-bus:before{content:"\f207"}.fa-bus-alt:before{content:"\f55e"}.fa-business-time:before{content:"\f64a"}.fa-buy-n-large:before{content:"\f8a6"}.fa-buysellads:before{content:"\f20d"}.fa-calculator:before{content:"\f1ec"}.fa-calendar:before{content:"\f133"}.fa-calendar-alt:before{content:"\f073"}.fa-calendar-check:before{content:"\f274"}.fa-calendar-day:before{content:"\f783"}.fa-calendar-minus:before{content:"\f272"}.fa-calendar-plus:before{content:"\f271"}.fa-calendar-times:before{content:"\f273"}.fa-calendar-week:before{content:"\f784"}.fa-camera:before{content:"\f030"}.fa-camera-retro:before{content:"\f083"}.fa-campground:before{content:"\f6bb"}.fa-canadian-maple-leaf:before{content:"\f785"}.fa-candy-cane:before{content:"\f786"}.fa-cannabis:before{content:"\f55f"}.fa-capsules:before{content:"\f46b"}.fa-car:before{content:"\f1b9"}.fa-car-alt:before{content:"\f5de"}.fa-car-battery:before{content:"\f5df"}.fa-car-crash:before{content:"\f5e1"}.fa-car-side:before{content:"\f5e4"}.fa-caravan:before{content:"\f8ff"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-caret-square-down:before{content:"\f150"}.fa-caret-square-left:before{content:"\f191"}.fa-caret-square-right:before{content:"\f152"}.fa-caret-square-up:before{content:"\f151"}.fa-caret-up:before{content:"\f0d8"}.fa-carrot:before{content:"\f787"}.fa-cart-arrow-down:before{content:"\f218"}.fa-cart-plus:before{content:"\f217"}.fa-cash-register:before{content:"\f788"}.fa-cat:before{content:"\f6be"}.fa-cc-amazon-pay:before{content:"\f42d"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-apple-pay:before{content:"\f416"}.fa-cc-diners-club:before{content:"\f24c"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-cc-visa:before{content:"\f1f0"}.fa-centercode:before{content:"\f380"}.fa-centos:before{content:"\f789"}.fa-certificate:before{content:"\f0a3"}.fa-chair:before{content:"\f6c0"}.fa-chalkboard:before{content:"\f51b"}.fa-chalkboard-teacher:before{content:"\f51c"}.fa-charging-station:before{content:"\f5e7"}.fa-chart-area:before{content:"\f1fe"}.fa-chart-bar:before{content:"\f080"}.fa-chart-line:before{content:"\f201"}.fa-chart-pie:before{content:"\f200"}.fa-check:before{content:"\f00c"}.fa-check-circle:before{content:"\f058"}.fa-check-double:before{content:"\f560"}.fa-check-square:before{content:"\f14a"}.fa-cheese:before{content:"\f7ef"}.fa-chess:before{content:"\f439"}.fa-chess-bishop:before{content:"\f43a"}.fa-chess-board:before{content:"\f43c"}.fa-chess-king:before{content:"\f43f"}.fa-chess-knight:before{content:"\f441"}.fa-chess-pawn:before{content:"\f443"}.fa-chess-queen:before{content:"\f445"}.fa-chess-rook:before{content:"\f447"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-down:before{content:"\f078"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-chevron-up:before{content:"\f077"}.fa-child:before{content:"\f1ae"}.fa-chrome:before{content:"\f268"}.fa-chromecast:before{content:"\f838"}.fa-church:before{content:"\f51d"}.fa-circle:before{content:"\f111"}.fa-circle-notch:before{content:"\f1ce"}.fa-city:before{content:"\f64f"}.fa-clinic-medical:before{content:"\f7f2"}.fa-clipboard:before{content:"\f328"}.fa-clipboard-check:before{content:"\f46c"}.fa-clipboard-list:before{content:"\f46d"}.fa-clock:before{content:"\f017"}.fa-clone:before{content:"\f24d"}.fa-closed-captioning:before{content:"\f20a"}.fa-cloud:before{content:"\f0c2"}.fa-cloud-download-alt:before{content:"\f381"}.fa-cloud-meatball:before{content:"\f73b"}.fa-cloud-moon:before{content:"\f6c3"}.fa-cloud-moon-rain:before{content:"\f73c"}.fa-cloud-rain:before{content:"\f73d"}.fa-cloud-showers-heavy:before{content:"\f740"}.fa-cloud-sun:before{content:"\f6c4"}.fa-cloud-sun-rain:before{content:"\f743"}.fa-cloud-upload-alt:before{content:"\f382"}.fa-cloudscale:before{content:"\f383"}.fa-cloudsmith:before{content:"\f384"}.fa-cloudversify:before{content:"\f385"}.fa-cocktail:before{content:"\f561"}.fa-code:before{content:"\f121"}.fa-code-branch:before{content:"\f126"}.fa-codepen:before{content:"\f1cb"}.fa-codiepie:before{content:"\f284"}.fa-coffee:before{content:"\f0f4"}.fa-cog:before{content:"\f013"}.fa-cogs:before{content:"\f085"}.fa-coins:before{content:"\f51e"}.fa-columns:before{content:"\f0db"}.fa-comment:before{content:"\f075"}.fa-comment-alt:before{content:"\f27a"}.fa-comment-dollar:before{content:"\f651"}.fa-comment-dots:before{content:"\f4ad"}.fa-comment-medical:before{content:"\f7f5"}.fa-comment-slash:before{content:"\f4b3"}.fa-comments:before{content:"\f086"}.fa-comments-dollar:before{content:"\f653"}.fa-compact-disc:before{content:"\f51f"}.fa-compass:before{content:"\f14e"}.fa-compress:before{content:"\f066"}.fa-compress-alt:before{content:"\f422"}.fa-compress-arrows-alt:before{content:"\f78c"}.fa-concierge-bell:before{content:"\f562"}.fa-confluence:before{content:"\f78d"}.fa-connectdevelop:before{content:"\f20e"}.fa-contao:before{content:"\f26d"}.fa-cookie:before{content:"\f563"}.fa-cookie-bite:before{content:"\f564"}.fa-copy:before{content:"\f0c5"}.fa-copyright:before{content:"\f1f9"}.fa-cotton-bureau:before{content:"\f89e"}.fa-couch:before{content:"\f4b8"}.fa-cpanel:before{content:"\f388"}.fa-creative-commons:before{content:"\f25e"}.fa-creative-commons-by:before{content:"\f4e7"}.fa-creative-commons-nc:before{content:"\f4e8"}.fa-creative-commons-nc-eu:before{content:"\f4e9"}.fa-creative-commons-nc-jp:before{content:"\f4ea"}.fa-creative-commons-nd:before{content:"\f4eb"}.fa-creative-commons-pd:before{content:"\f4ec"}.fa-creative-commons-pd-alt:before{content:"\f4ed"}.fa-creative-commons-remix:before{content:"\f4ee"}.fa-creative-commons-sa:before{content:"\f4ef"}.fa-creative-commons-sampling:before{content:"\f4f0"}.fa-creative-commons-sampling-plus:before{content:"\f4f1"}.fa-creative-commons-share:before{content:"\f4f2"}.fa-creative-commons-zero:before{content:"\f4f3"}.fa-credit-card:before{content:"\f09d"}.fa-critical-role:before{content:"\f6c9"}.fa-crop:before{content:"\f125"}.fa-crop-alt:before{content:"\f565"}.fa-cross:before{content:"\f654"}.fa-crosshairs:before{content:"\f05b"}.fa-crow:before{content:"\f520"}.fa-crown:before{content:"\f521"}.fa-crutch:before{content:"\f7f7"}.fa-css3:before{content:"\f13c"}.fa-css3-alt:before{content:"\f38b"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-cut:before{content:"\f0c4"}.fa-cuttlefish:before{content:"\f38c"}.fa-d-and-d:before{content:"\f38d"}.fa-d-and-d-beyond:before{content:"\f6ca"}.fa-dashcube:before{content:"\f210"}.fa-database:before{content:"\f1c0"}.fa-deaf:before{content:"\f2a4"}.fa-delicious:before{content:"\f1a5"}.fa-democrat:before{content:"\f747"}.fa-deploydog:before{content:"\f38e"}.fa-deskpro:before{content:"\f38f"}.fa-desktop:before{content:"\f108"}.fa-dev:before{content:"\f6cc"}.fa-deviantart:before{content:"\f1bd"}.fa-dharmachakra:before{content:"\f655"}.fa-dhl:before{content:"\f790"}.fa-diagnoses:before{content:"\f470"}.fa-diaspora:before{content:"\f791"}.fa-dice:before{content:"\f522"}.fa-dice-d20:before{content:"\f6cf"}.fa-dice-d6:before{content:"\f6d1"}.fa-dice-five:before{content:"\f523"}.fa-dice-four:before{content:"\f524"}.fa-dice-one:before{content:"\f525"}.fa-dice-six:before{content:"\f526"}.fa-dice-three:before{content:"\f527"}.fa-dice-two:before{content:"\f528"}.fa-digg:before{content:"\f1a6"}.fa-digital-ocean:before{content:"\f391"}.fa-digital-tachograph:before{content:"\f566"}.fa-directions:before{content:"\f5eb"}.fa-discord:before{content:"\f392"}.fa-discourse:before{content:"\f393"}.fa-divide:before{content:"\f529"}.fa-dizzy:before{content:"\f567"}.fa-dna:before{content:"\f471"}.fa-dochub:before{content:"\f394"}.fa-docker:before{content:"\f395"}.fa-dog:before{content:"\f6d3"}.fa-dollar-sign:before{content:"\f155"}.fa-dolly:before{content:"\f472"}.fa-dolly-flatbed:before{content:"\f474"}.fa-donate:before{content:"\f4b9"}.fa-door-closed:before{content:"\f52a"}.fa-door-open:before{content:"\f52b"}.fa-dot-circle:before{content:"\f192"}.fa-dove:before{content:"\f4ba"}.fa-download:before{content:"\f019"}.fa-draft2digital:before{content:"\f396"}.fa-drafting-compass:before{content:"\f568"}.fa-dragon:before{content:"\f6d5"}.fa-draw-polygon:before{content:"\f5ee"}.fa-dribbble:before{content:"\f17d"}.fa-dribbble-square:before{content:"\f397"}.fa-dropbox:before{content:"\f16b"}.fa-drum:before{content:"\f569"}.fa-drum-steelpan:before{content:"\f56a"}.fa-drumstick-bite:before{content:"\f6d7"}.fa-drupal:before{content:"\f1a9"}.fa-dumbbell:before{content:"\f44b"}.fa-dumpster:before{content:"\f793"}.fa-dumpster-fire:before{content:"\f794"}.fa-dungeon:before{content:"\f6d9"}.fa-dyalog:before{content:"\f399"}.fa-earlybirds:before{content:"\f39a"}.fa-ebay:before{content:"\f4f4"}.fa-edge:before{content:"\f282"}.fa-edit:before{content:"\f044"}.fa-egg:before{content:"\f7fb"}.fa-eject:before{content:"\f052"}.fa-elementor:before{content:"\f430"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-ello:before{content:"\f5f1"}.fa-ember:before{content:"\f423"}.fa-empire:before{content:"\f1d1"}.fa-envelope:before{content:"\f0e0"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-text:before{content:"\f658"}.fa-envelope-square:before{content:"\f199"}.fa-envira:before{content:"\f299"}.fa-equals:before{content:"\f52c"}.fa-eraser:before{content:"\f12d"}.fa-erlang:before{content:"\f39d"}.fa-ethereum:before{content:"\f42e"}.fa-ethernet:before{content:"\f796"}.fa-etsy:before{content:"\f2d7"}.fa-euro-sign:before{content:"\f153"}.fa-evernote:before{content:"\f839"}.fa-exchange-alt:before{content:"\f362"}.fa-exclamation:before{content:"\f12a"}.fa-exclamation-circle:before{content:"\f06a"}.fa-exclamation-triangle:before{content:"\f071"}.fa-expand:before{content:"\f065"}.fa-expand-alt:before{content:"\f424"}.fa-expand-arrows-alt:before{content:"\f31e"}.fa-expeditedssl:before{content:"\f23e"}.fa-external-link-alt:before{content:"\f35d"}.fa-external-link-square-alt:before{content:"\f360"}.fa-eye:before{content:"\f06e"}.fa-eye-dropper:before{content:"\f1fb"}.fa-eye-slash:before{content:"\f070"}.fa-facebook:before{content:"\f09a"}.fa-facebook-f:before{content:"\f39e"}.fa-facebook-messenger:before{content:"\f39f"}.fa-facebook-square:before{content:"\f082"}.fa-fan:before{content:"\f863"}.fa-fantasy-flight-games:before{content:"\f6dc"}.fa-fast-backward:before{content:"\f049"}.fa-fast-forward:before{content:"\f050"}.fa-fax:before{content:"\f1ac"}.fa-feather:before{content:"\f52d"}.fa-feather-alt:before{content:"\f56b"}.fa-fedex:before{content:"\f797"}.fa-fedora:before{content:"\f798"}.fa-female:before{content:"\f182"}.fa-fighter-jet:before{content:"\f0fb"}.fa-figma:before{content:"\f799"}.fa-file:before{content:"\f15b"}.fa-file-alt:before{content:"\f15c"}.fa-file-archive:before{content:"\f1c6"}.fa-file-audio:before{content:"\f1c7"}.fa-file-code:before{content:"\f1c9"}.fa-file-contract:before{content:"\f56c"}.fa-file-csv:before{content:"\f6dd"}.fa-file-download:before{content:"\f56d"}.fa-file-excel:before{content:"\f1c3"}.fa-file-export:before{content:"\f56e"}.fa-file-image:before{content:"\f1c5"}.fa-file-import:before{content:"\f56f"}.fa-file-invoice:before{content:"\f570"}.fa-file-invoice-dollar:before{content:"\f571"}.fa-file-medical:before{content:"\f477"}.fa-file-medical-alt:before{content:"\f478"}.fa-file-pdf:before{content:"\f1c1"}.fa-file-powerpoint:before{content:"\f1c4"}.fa-file-prescription:before{content:"\f572"}.fa-file-signature:before{content:"\f573"}.fa-file-upload:before{content:"\f574"}.fa-file-video:before{content:"\f1c8"}.fa-file-word:before{content:"\f1c2"}.fa-fill:before{content:"\f575"}.fa-fill-drip:before{content:"\f576"}.fa-film:before{content:"\f008"}.fa-filter:before{content:"\f0b0"}.fa-fingerprint:before{content:"\f577"}.fa-fire:before{content:"\f06d"}.fa-fire-alt:before{content:"\f7e4"}.fa-fire-extinguisher:before{content:"\f134"}.fa-firefox:before{content:"\f269"}.fa-firefox-browser:before{content:"\f907"}.fa-first-aid:before{content:"\f479"}.fa-first-order:before{content:"\f2b0"}.fa-first-order-alt:before{content:"\f50a"}.fa-firstdraft:before{content:"\f3a1"}.fa-fish:before{content:"\f578"}.fa-fist-raised:before{content:"\f6de"}.fa-flag:before{content:"\f024"}.fa-flag-checkered:before{content:"\f11e"}.fa-flag-usa:before{content:"\f74d"}.fa-flask:before{content:"\f0c3"}.fa-flickr:before{content:"\f16e"}.fa-flipboard:before{content:"\f44d"}.fa-flushed:before{content:"\f579"}.fa-fly:before{content:"\f417"}.fa-folder:before{content:"\f07b"}.fa-folder-minus:before{content:"\f65d"}.fa-folder-open:before{content:"\f07c"}.fa-folder-plus:before{content:"\f65e"}.fa-font:before{content:"\f031"}.fa-font-awesome:before{content:"\f2b4"}.fa-font-awesome-alt:before{content:"\f35c"}.fa-font-awesome-flag:before{content:"\f425"}.fa-font-awesome-logo-full:before{content:"\f4e6"}.fa-fonticons:before{content:"\f280"}.fa-fonticons-fi:before{content:"\f3a2"}.fa-football-ball:before{content:"\f44e"}.fa-fort-awesome:before{content:"\f286"}.fa-fort-awesome-alt:before{content:"\f3a3"}.fa-forumbee:before{content:"\f211"}.fa-forward:before{content:"\f04e"}.fa-foursquare:before{content:"\f180"}.fa-free-code-camp:before{content:"\f2c5"}.fa-freebsd:before{content:"\f3a4"}.fa-frog:before{content:"\f52e"}.fa-frown:before{content:"\f119"}.fa-frown-open:before{content:"\f57a"}.fa-fulcrum:before{content:"\f50b"}.fa-funnel-dollar:before{content:"\f662"}.fa-futbol:before{content:"\f1e3"}.fa-galactic-republic:before{content:"\f50c"}.fa-galactic-senate:before{content:"\f50d"}.fa-gamepad:before{content:"\f11b"}.fa-gas-pump:before{content:"\f52f"}.fa-gavel:before{content:"\f0e3"}.fa-gem:before{content:"\f3a5"}.fa-genderless:before{content:"\f22d"}.fa-get-pocket:before{content:"\f265"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-ghost:before{content:"\f6e2"}.fa-gift:before{content:"\f06b"}.fa-gifts:before{content:"\f79c"}.fa-git:before{content:"\f1d3"}.fa-git-alt:before{content:"\f841"}.fa-git-square:before{content:"\f1d2"}.fa-github:before{content:"\f09b"}.fa-github-alt:before{content:"\f113"}.fa-github-square:before{content:"\f092"}.fa-gitkraken:before{content:"\f3a6"}.fa-gitlab:before{content:"\f296"}.fa-gitter:before{content:"\f426"}.fa-glass-cheers:before{content:"\f79f"}.fa-glass-martini:before{content:"\f000"}.fa-glass-martini-alt:before{content:"\f57b"}.fa-glass-whiskey:before{content:"\f7a0"}.fa-glasses:before{content:"\f530"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-globe:before{content:"\f0ac"}.fa-globe-africa:before{content:"\f57c"}.fa-globe-americas:before{content:"\f57d"}.fa-globe-asia:before{content:"\f57e"}.fa-globe-europe:before{content:"\f7a2"}.fa-gofore:before{content:"\f3a7"}.fa-golf-ball:before{content:"\f450"}.fa-goodreads:before{content:"\f3a8"}.fa-goodreads-g:before{content:"\f3a9"}.fa-google:before{content:"\f1a0"}.fa-google-drive:before{content:"\f3aa"}.fa-google-play:before{content:"\f3ab"}.fa-google-plus:before{content:"\f2b3"}.fa-google-plus-g:before{content:"\f0d5"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-wallet:before{content:"\f1ee"}.fa-gopuram:before{content:"\f664"}.fa-graduation-cap:before{content:"\f19d"}.fa-gratipay:before{content:"\f184"}.fa-grav:before{content:"\f2d6"}.fa-greater-than:before{content:"\f531"}.fa-greater-than-equal:before{content:"\f532"}.fa-grimace:before{content:"\f57f"}.fa-grin:before{content:"\f580"}.fa-grin-alt:before{content:"\f581"}.fa-grin-beam:before{content:"\f582"}.fa-grin-beam-sweat:before{content:"\f583"}.fa-grin-hearts:before{content:"\f584"}.fa-grin-squint:before{content:"\f585"}.fa-grin-squint-tears:before{content:"\f586"}.fa-grin-stars:before{content:"\f587"}.fa-grin-tears:before{content:"\f588"}.fa-grin-tongue:before{content:"\f589"}.fa-grin-tongue-squint:before{content:"\f58a"}.fa-grin-tongue-wink:before{content:"\f58b"}.fa-grin-wink:before{content:"\f58c"}.fa-grip-horizontal:before{content:"\f58d"}.fa-grip-lines:before{content:"\f7a4"}.fa-grip-lines-vertical:before{content:"\f7a5"}.fa-grip-vertical:before{content:"\f58e"}.fa-gripfire:before{content:"\f3ac"}.fa-grunt:before{content:"\f3ad"}.fa-guitar:before{content:"\f7a6"}.fa-gulp:before{content:"\f3ae"}.fa-h-square:before{content:"\f0fd"}.fa-hacker-news:before{content:"\f1d4"}.fa-hacker-news-square:before{content:"\f3af"}.fa-hackerrank:before{content:"\f5f7"}.fa-hamburger:before{content:"\f805"}.fa-hammer:before{content:"\f6e3"}.fa-hamsa:before{content:"\f665"}.fa-hand-holding:before{content:"\f4bd"}.fa-hand-holding-heart:before{content:"\f4be"}.fa-hand-holding-usd:before{content:"\f4c0"}.fa-hand-lizard:before{content:"\f258"}.fa-hand-middle-finger:before{content:"\f806"}.fa-hand-paper:before{content:"\f256"}.fa-hand-peace:before{content:"\f25b"}.fa-hand-point-down:before{content:"\f0a7"}.fa-hand-point-left:before{content:"\f0a5"}.fa-hand-point-right:before{content:"\f0a4"}.fa-hand-point-up:before{content:"\f0a6"}.fa-hand-pointer:before{content:"\f25a"}.fa-hand-rock:before{content:"\f255"}.fa-hand-scissors:before{content:"\f257"}.fa-hand-spock:before{content:"\f259"}.fa-hands:before{content:"\f4c2"}.fa-hands-helping:before{content:"\f4c4"}.fa-handshake:before{content:"\f2b5"}.fa-hanukiah:before{content:"\f6e6"}.fa-hard-hat:before{content:"\f807"}.fa-hashtag:before{content:"\f292"}.fa-hat-cowboy:before{content:"\f8c0"}.fa-hat-cowboy-side:before{content:"\f8c1"}.fa-hat-wizard:before{content:"\f6e8"}.fa-hdd:before{content:"\f0a0"}.fa-heading:before{content:"\f1dc"}.fa-headphones:before{content:"\f025"}.fa-headphones-alt:before{content:"\f58f"}.fa-headset:before{content:"\f590"}.fa-heart:before{content:"\f004"}.fa-heart-broken:before{content:"\f7a9"}.fa-heartbeat:before{content:"\f21e"}.fa-helicopter:before{content:"\f533"}.fa-highlighter:before{content:"\f591"}.fa-hiking:before{content:"\f6ec"}.fa-hippo:before{content:"\f6ed"}.fa-hips:before{content:"\f452"}.fa-hire-a-helper:before{content:"\f3b0"}.fa-history:before{content:"\f1da"}.fa-hockey-puck:before{content:"\f453"}.fa-holly-berry:before{content:"\f7aa"}.fa-home:before{content:"\f015"}.fa-hooli:before{content:"\f427"}.fa-hornbill:before{content:"\f592"}.fa-horse:before{content:"\f6f0"}.fa-horse-head:before{content:"\f7ab"}.fa-hospital:before{content:"\f0f8"}.fa-hospital-alt:before{content:"\f47d"}.fa-hospital-symbol:before{content:"\f47e"}.fa-hot-tub:before{content:"\f593"}.fa-hotdog:before{content:"\f80f"}.fa-hotel:before{content:"\f594"}.fa-hotjar:before{content:"\f3b1"}.fa-hourglass:before{content:"\f254"}.fa-hourglass-end:before{content:"\f253"}.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-start:before{content:"\f251"}.fa-house-damage:before{content:"\f6f1"}.fa-houzz:before{content:"\f27c"}.fa-hryvnia:before{content:"\f6f2"}.fa-html5:before{content:"\f13b"}.fa-hubspot:before{content:"\f3b2"}.fa-i-cursor:before{content:"\f246"}.fa-ice-cream:before{content:"\f810"}.fa-icicles:before{content:"\f7ad"}.fa-icons:before{content:"\f86d"}.fa-id-badge:before{content:"\f2c1"}.fa-id-card:before{content:"\f2c2"}.fa-id-card-alt:before{content:"\f47f"}.fa-ideal:before{content:"\f913"}.fa-igloo:before{content:"\f7ae"}.fa-image:before{content:"\f03e"}.fa-images:before{content:"\f302"}.fa-imdb:before{content:"\f2d8"}.fa-inbox:before{content:"\f01c"}.fa-indent:before{content:"\f03c"}.fa-industry:before{content:"\f275"}.fa-infinity:before{content:"\f534"}.fa-info:before{content:"\f129"}.fa-info-circle:before{content:"\f05a"}.fa-instagram:before{content:"\f16d"}.fa-intercom:before{content:"\f7af"}.fa-internet-explorer:before{content:"\f26b"}.fa-invision:before{content:"\f7b0"}.fa-ioxhost:before{content:"\f208"}.fa-italic:before{content:"\f033"}.fa-itch-io:before{content:"\f83a"}.fa-itunes:before{content:"\f3b4"}.fa-itunes-note:before{content:"\f3b5"}.fa-java:before{content:"\f4e4"}.fa-jedi:before{content:"\f669"}.fa-jedi-order:before{content:"\f50e"}.fa-jenkins:before{content:"\f3b6"}.fa-jira:before{content:"\f7b1"}.fa-joget:before{content:"\f3b7"}.fa-joint:before{content:"\f595"}.fa-joomla:before{content:"\f1aa"}.fa-journal-whills:before{content:"\f66a"}.fa-js:before{content:"\f3b8"}.fa-js-square:before{content:"\f3b9"}.fa-jsfiddle:before{content:"\f1cc"}.fa-kaaba:before{content:"\f66b"}.fa-kaggle:before{content:"\f5fa"}.fa-key:before{content:"\f084"}.fa-keybase:before{content:"\f4f5"}.fa-keyboard:before{content:"\f11c"}.fa-keycdn:before{content:"\f3ba"}.fa-khanda:before{content:"\f66d"}.fa-kickstarter:before{content:"\f3bb"}.fa-kickstarter-k:before{content:"\f3bc"}.fa-kiss:before{content:"\f596"}.fa-kiss-beam:before{content:"\f597"}.fa-kiss-wink-heart:before{content:"\f598"}.fa-kiwi-bird:before{content:"\f535"}.fa-korvue:before{content:"\f42f"}.fa-landmark:before{content:"\f66f"}.fa-language:before{content:"\f1ab"}.fa-laptop:before{content:"\f109"}.fa-laptop-code:before{content:"\f5fc"}.fa-laptop-medical:before{content:"\f812"}.fa-laravel:before{content:"\f3bd"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-laugh:before{content:"\f599"}.fa-laugh-beam:before{content:"\f59a"}.fa-laugh-squint:before{content:"\f59b"}.fa-laugh-wink:before{content:"\f59c"}.fa-layer-group:before{content:"\f5fd"}.fa-leaf:before{content:"\f06c"}.fa-leanpub:before{content:"\f212"}.fa-lemon:before{content:"\f094"}.fa-less:before{content:"\f41d"}.fa-less-than:before{content:"\f536"}.fa-less-than-equal:before{content:"\f537"}.fa-level-down-alt:before{content:"\f3be"}.fa-level-up-alt:before{content:"\f3bf"}.fa-life-ring:before{content:"\f1cd"}.fa-lightbulb:before{content:"\f0eb"}.fa-line:before{content:"\f3c0"}.fa-link:before{content:"\f0c1"}.fa-linkedin:before{content:"\f08c"}.fa-linkedin-in:before{content:"\f0e1"}.fa-linode:before{content:"\f2b8"}.fa-linux:before{content:"\f17c"}.fa-lira-sign:before{content:"\f195"}.fa-list:before{content:"\f03a"}.fa-list-alt:before{content:"\f022"}.fa-list-ol:before{content:"\f0cb"}.fa-list-ul:before{content:"\f0ca"}.fa-location-arrow:before{content:"\f124"}.fa-lock:before{content:"\f023"}.fa-lock-open:before{content:"\f3c1"}.fa-long-arrow-alt-down:before{content:"\f309"}.fa-long-arrow-alt-left:before{content:"\f30a"}.fa-long-arrow-alt-right:before{content:"\f30b"}.fa-long-arrow-alt-up:before{content:"\f30c"}.fa-low-vision:before{content:"\f2a8"}.fa-luggage-cart:before{content:"\f59d"}.fa-lyft:before{content:"\f3c3"}.fa-magento:before{content:"\f3c4"}.fa-magic:before{content:"\f0d0"}.fa-magnet:before{content:"\f076"}.fa-mail-bulk:before{content:"\f674"}.fa-mailchimp:before{content:"\f59e"}.fa-male:before{content:"\f183"}.fa-mandalorian:before{content:"\f50f"}.fa-map:before{content:"\f279"}.fa-map-marked:before{content:"\f59f"}.fa-map-marked-alt:before{content:"\f5a0"}.fa-map-marker:before{content:"\f041"}.fa-map-marker-alt:before{content:"\f3c5"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-markdown:before{content:"\f60f"}.fa-marker:before{content:"\f5a1"}.fa-mars:before{content:"\f222"}.fa-mars-double:before{content:"\f227"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mask:before{content:"\f6fa"}.fa-mastodon:before{content:"\f4f6"}.fa-maxcdn:before{content:"\f136"}.fa-mdb:before{content:"\f8ca"}.fa-medal:before{content:"\f5a2"}.fa-medapps:before{content:"\f3c6"}.fa-medium:before{content:"\f23a"}.fa-medium-m:before{content:"\f3c7"}.fa-medkit:before{content:"\f0fa"}.fa-medrt:before{content:"\f3c8"}.fa-meetup:before{content:"\f2e0"}.fa-megaport:before{content:"\f5a3"}.fa-meh:before{content:"\f11a"}.fa-meh-blank:before{content:"\f5a4"}.fa-meh-rolling-eyes:before{content:"\f5a5"}.fa-memory:before{content:"\f538"}.fa-mendeley:before{content:"\f7b3"}.fa-menorah:before{content:"\f676"}.fa-mercury:before{content:"\f223"}.fa-meteor:before{content:"\f753"}.fa-microblog:before{content:"\f91a"}.fa-microchip:before{content:"\f2db"}.fa-microphone:before{content:"\f130"}.fa-microphone-alt:before{content:"\f3c9"}.fa-microphone-alt-slash:before{content:"\f539"}.fa-microphone-slash:before{content:"\f131"}.fa-microscope:before{content:"\f610"}.fa-microsoft:before{content:"\f3ca"}.fa-minus:before{content:"\f068"}.fa-minus-circle:before{content:"\f056"}.fa-minus-square:before{content:"\f146"}.fa-mitten:before{content:"\f7b5"}.fa-mix:before{content:"\f3cb"}.fa-mixcloud:before{content:"\f289"}.fa-mizuni:before{content:"\f3cc"}.fa-mobile:before{content:"\f10b"}.fa-mobile-alt:before{content:"\f3cd"}.fa-modx:before{content:"\f285"}.fa-monero:before{content:"\f3d0"}.fa-money-bill:before{content:"\f0d6"}.fa-money-bill-alt:before{content:"\f3d1"}.fa-money-bill-wave:before{content:"\f53a"}.fa-money-bill-wave-alt:before{content:"\f53b"}.fa-money-check:before{content:"\f53c"}.fa-money-check-alt:before{content:"\f53d"}.fa-monument:before{content:"\f5a6"}.fa-moon:before{content:"\f186"}.fa-mortar-pestle:before{content:"\f5a7"}.fa-mosque:before{content:"\f678"}.fa-motorcycle:before{content:"\f21c"}.fa-mountain:before{content:"\f6fc"}.fa-mouse:before{content:"\f8cc"}.fa-mouse-pointer:before{content:"\f245"}.fa-mug-hot:before{content:"\f7b6"}.fa-music:before{content:"\f001"}.fa-napster:before{content:"\f3d2"}.fa-neos:before{content:"\f612"}.fa-network-wired:before{content:"\f6ff"}.fa-neuter:before{content:"\f22c"}.fa-newspaper:before{content:"\f1ea"}.fa-nimblr:before{content:"\f5a8"}.fa-node:before{content:"\f419"}.fa-node-js:before{content:"\f3d3"}.fa-not-equal:before{content:"\f53e"}.fa-notes-medical:before{content:"\f481"}.fa-npm:before{content:"\f3d4"}.fa-ns8:before{content:"\f3d5"}.fa-nutritionix:before{content:"\f3d6"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-oil-can:before{content:"\f613"}.fa-old-republic:before{content:"\f510"}.fa-om:before{content:"\f679"}.fa-opencart:before{content:"\f23d"}.fa-openid:before{content:"\f19b"}.fa-opera:before{content:"\f26a"}.fa-optin-monster:before{content:"\f23c"}.fa-orcid:before{content:"\f8d2"}.fa-osi:before{content:"\f41a"}.fa-otter:before{content:"\f700"}.fa-outdent:before{content:"\f03b"}.fa-page4:before{content:"\f3d7"}.fa-pagelines:before{content:"\f18c"}.fa-pager:before{content:"\f815"}.fa-paint-brush:before{content:"\f1fc"}.fa-paint-roller:before{content:"\f5aa"}.fa-palette:before{content:"\f53f"}.fa-palfed:before{content:"\f3d8"}.fa-pallet:before{content:"\f482"}.fa-paper-plane:before{content:"\f1d8"}.fa-paperclip:before{content:"\f0c6"}.fa-parachute-box:before{content:"\f4cd"}.fa-paragraph:before{content:"\f1dd"}.fa-parking:before{content:"\f540"}.fa-passport:before{content:"\f5ab"}.fa-pastafarianism:before{content:"\f67b"}.fa-paste:before{content:"\f0ea"}.fa-patreon:before{content:"\f3d9"}.fa-pause:before{content:"\f04c"}.fa-pause-circle:before{content:"\f28b"}.fa-paw:before{content:"\f1b0"}.fa-paypal:before{content:"\f1ed"}.fa-peace:before{content:"\f67c"}.fa-pen:before{content:"\f304"}.fa-pen-alt:before{content:"\f305"}.fa-pen-fancy:before{content:"\f5ac"}.fa-pen-nib:before{content:"\f5ad"}.fa-pen-square:before{content:"\f14b"}.fa-pencil-alt:before{content:"\f303"}.fa-pencil-ruler:before{content:"\f5ae"}.fa-penny-arcade:before{content:"\f704"}.fa-people-carry:before{content:"\f4ce"}.fa-pepper-hot:before{content:"\f816"}.fa-percent:before{content:"\f295"}.fa-percentage:before{content:"\f541"}.fa-periscope:before{content:"\f3da"}.fa-person-booth:before{content:"\f756"}.fa-phabricator:before{content:"\f3db"}.fa-phoenix-framework:before{content:"\f3dc"}.fa-phoenix-squadron:before{content:"\f511"}.fa-phone:before{content:"\f095"}.fa-phone-alt:before{content:"\f879"}.fa-phone-slash:before{content:"\f3dd"}.fa-phone-square:before{content:"\f098"}.fa-phone-square-alt:before{content:"\f87b"}.fa-phone-volume:before{content:"\f2a0"}.fa-photo-video:before{content:"\f87c"}.fa-php:before{content:"\f457"}.fa-pied-piper:before{content:"\f2ae"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-pied-piper-hat:before{content:"\f4e5"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-square:before{content:"\f91e"}.fa-piggy-bank:before{content:"\f4d3"}.fa-pills:before{content:"\f484"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-p:before{content:"\f231"}.fa-pinterest-square:before{content:"\f0d3"}.fa-pizza-slice:before{content:"\f818"}.fa-place-of-worship:before{content:"\f67f"}.fa-plane:before{content:"\f072"}.fa-plane-arrival:before{content:"\f5af"}.fa-plane-departure:before{content:"\f5b0"}.fa-play:before{content:"\f04b"}.fa-play-circle:before{content:"\f144"}.fa-playstation:before{content:"\f3df"}.fa-plug:before{content:"\f1e6"}.fa-plus:before{content:"\f067"}.fa-plus-circle:before{content:"\f055"}.fa-plus-square:before{content:"\f0fe"}.fa-podcast:before{content:"\f2ce"}.fa-poll:before{content:"\f681"}.fa-poll-h:before{content:"\f682"}.fa-poo:before{content:"\f2fe"}.fa-poo-storm:before{content:"\f75a"}.fa-poop:before{content:"\f619"}.fa-portrait:before{content:"\f3e0"}.fa-pound-sign:before{content:"\f154"}.fa-power-off:before{content:"\f011"}.fa-pray:before{content:"\f683"}.fa-praying-hands:before{content:"\f684"}.fa-prescription:before{content:"\f5b1"}.fa-prescription-bottle:before{content:"\f485"}.fa-prescription-bottle-alt:before{content:"\f486"}.fa-print:before{content:"\f02f"}.fa-procedures:before{content:"\f487"}.fa-product-hunt:before{content:"\f288"}.fa-project-diagram:before{content:"\f542"}.fa-pushed:before{content:"\f3e1"}.fa-puzzle-piece:before{content:"\f12e"}.fa-python:before{content:"\f3e2"}.fa-qq:before{content:"\f1d6"}.fa-qrcode:before{content:"\f029"}.fa-question:before{content:"\f128"}.fa-question-circle:before{content:"\f059"}.fa-quidditch:before{content:"\f458"}.fa-quinscape:before{content:"\f459"}.fa-quora:before{content:"\f2c4"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-quran:before{content:"\f687"}.fa-r-project:before{content:"\f4f7"}.fa-radiation:before{content:"\f7b9"}.fa-radiation-alt:before{content:"\f7ba"}.fa-rainbow:before{content:"\f75b"}.fa-random:before{content:"\f074"}.fa-raspberry-pi:before{content:"\f7bb"}.fa-ravelry:before{content:"\f2d9"}.fa-react:before{content:"\f41b"}.fa-reacteurope:before{content:"\f75d"}.fa-readme:before{content:"\f4d5"}.fa-rebel:before{content:"\f1d0"}.fa-receipt:before{content:"\f543"}.fa-record-vinyl:before{content:"\f8d9"}.fa-recycle:before{content:"\f1b8"}.fa-red-river:before{content:"\f3e3"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-alien:before{content:"\f281"}.fa-reddit-square:before{content:"\f1a2"}.fa-redhat:before{content:"\f7bc"}.fa-redo:before{content:"\f01e"}.fa-redo-alt:before{content:"\f2f9"}.fa-registered:before{content:"\f25d"}.fa-remove-format:before{content:"\f87d"}.fa-renren:before{content:"\f18b"}.fa-reply:before{content:"\f3e5"}.fa-reply-all:before{content:"\f122"}.fa-replyd:before{content:"\f3e6"}.fa-republican:before{content:"\f75e"}.fa-researchgate:before{content:"\f4f8"}.fa-resolving:before{content:"\f3e7"}.fa-restroom:before{content:"\f7bd"}.fa-retweet:before{content:"\f079"}.fa-rev:before{content:"\f5b2"}.fa-ribbon:before{content:"\f4d6"}.fa-ring:before{content:"\f70b"}.fa-road:before{content:"\f018"}.fa-robot:before{content:"\f544"}.fa-rocket:before{content:"\f135"}.fa-rocketchat:before{content:"\f3e8"}.fa-rockrms:before{content:"\f3e9"}.fa-route:before{content:"\f4d7"}.fa-rss:before{content:"\f09e"}.fa-rss-square:before{content:"\f143"}.fa-ruble-sign:before{content:"\f158"}.fa-ruler:before{content:"\f545"}.fa-ruler-combined:before{content:"\f546"}.fa-ruler-horizontal:before{content:"\f547"}.fa-ruler-vertical:before{content:"\f548"}.fa-running:before{content:"\f70c"}.fa-rupee-sign:before{content:"\f156"}.fa-sad-cry:before{content:"\f5b3"}.fa-sad-tear:before{content:"\f5b4"}.fa-safari:before{content:"\f267"}.fa-salesforce:before{content:"\f83b"}.fa-sass:before{content:"\f41e"}.fa-satellite:before{content:"\f7bf"}.fa-satellite-dish:before{content:"\f7c0"}.fa-save:before{content:"\f0c7"}.fa-schlix:before{content:"\f3ea"}.fa-school:before{content:"\f549"}.fa-screwdriver:before{content:"\f54a"}.fa-scribd:before{content:"\f28a"}.fa-scroll:before{content:"\f70e"}.fa-sd-card:before{content:"\f7c2"}.fa-search:before{content:"\f002"}.fa-search-dollar:before{content:"\f688"}.fa-search-location:before{content:"\f689"}.fa-search-minus:before{content:"\f010"}.fa-search-plus:before{content:"\f00e"}.fa-searchengin:before{content:"\f3eb"}.fa-seedling:before{content:"\f4d8"}.fa-sellcast:before{content:"\f2da"}.fa-sellsy:before{content:"\f213"}.fa-server:before{content:"\f233"}.fa-servicestack:before{content:"\f3ec"}.fa-shapes:before{content:"\f61f"}.fa-share:before{content:"\f064"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-share-square:before{content:"\f14d"}.fa-shekel-sign:before{content:"\f20b"}.fa-shield-alt:before{content:"\f3ed"}.fa-ship:before{content:"\f21a"}.fa-shipping-fast:before{content:"\f48b"}.fa-shirtsinbulk:before{content:"\f214"}.fa-shoe-prints:before{content:"\f54b"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-shopping-cart:before{content:"\f07a"}.fa-shopware:before{content:"\f5b5"}.fa-shower:before{content:"\f2cc"}.fa-shuttle-van:before{content:"\f5b6"}.fa-sign:before{content:"\f4d9"}.fa-sign-in-alt:before{content:"\f2f6"}.fa-sign-language:before{content:"\f2a7"}.fa-sign-out-alt:before{content:"\f2f5"}.fa-signal:before{content:"\f012"}.fa-signature:before{content:"\f5b7"}.fa-sim-card:before{content:"\f7c4"}.fa-simplybuilt:before{content:"\f215"}.fa-sistrix:before{content:"\f3ee"}.fa-sitemap:before{content:"\f0e8"}.fa-sith:before{content:"\f512"}.fa-skating:before{content:"\f7c5"}.fa-sketch:before{content:"\f7c6"}.fa-skiing:before{content:"\f7c9"}.fa-skiing-nordic:before{content:"\f7ca"}.fa-skull:before{content:"\f54c"}.fa-skull-crossbones:before{content:"\f714"}.fa-skyatlas:before{content:"\f216"}.fa-skype:before{content:"\f17e"}.fa-slack:before{content:"\f198"}.fa-slack-hash:before{content:"\f3ef"}.fa-slash:before{content:"\f715"}.fa-sleigh:before{content:"\f7cc"}.fa-sliders-h:before{content:"\f1de"}.fa-slideshare:before{content:"\f1e7"}.fa-smile:before{content:"\f118"}.fa-smile-beam:before{content:"\f5b8"}.fa-smile-wink:before{content:"\f4da"}.fa-smog:before{content:"\f75f"}.fa-smoking:before{content:"\f48d"}.fa-smoking-ban:before{content:"\f54d"}.fa-sms:before{content:"\f7cd"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-snowboarding:before{content:"\f7ce"}.fa-snowflake:before{content:"\f2dc"}.fa-snowman:before{content:"\f7d0"}.fa-snowplow:before{content:"\f7d2"}.fa-socks:before{content:"\f696"}.fa-solar-panel:before{content:"\f5ba"}.fa-sort:before{content:"\f0dc"}.fa-sort-alpha-down:before{content:"\f15d"}.fa-sort-alpha-down-alt:before{content:"\f881"}.fa-sort-alpha-up:before{content:"\f15e"}.fa-sort-alpha-up-alt:before{content:"\f882"}.fa-sort-amount-down:before{content:"\f160"}.fa-sort-amount-down-alt:before{content:"\f884"}.fa-sort-amount-up:before{content:"\f161"}.fa-sort-amount-up-alt:before{content:"\f885"}.fa-sort-down:before{content:"\f0dd"}.fa-sort-numeric-down:before{content:"\f162"}.fa-sort-numeric-down-alt:before{content:"\f886"}.fa-sort-numeric-up:before{content:"\f163"}.fa-sort-numeric-up-alt:before{content:"\f887"}.fa-sort-up:before{content:"\f0de"}.fa-soundcloud:before{content:"\f1be"}.fa-sourcetree:before{content:"\f7d3"}.fa-spa:before{content:"\f5bb"}.fa-space-shuttle:before{content:"\f197"}.fa-speakap:before{content:"\f3f3"}.fa-speaker-deck:before{content:"\f83c"}.fa-spell-check:before{content:"\f891"}.fa-spider:before{content:"\f717"}.fa-spinner:before{content:"\f110"}.fa-splotch:before{content:"\f5bc"}.fa-spotify:before{content:"\f1bc"}.fa-spray-can:before{content:"\f5bd"}.fa-square:before{content:"\f0c8"}.fa-square-full:before{content:"\f45c"}.fa-square-root-alt:before{content:"\f698"}.fa-squarespace:before{content:"\f5be"}.fa-stack-exchange:before{content:"\f18d"}.fa-stack-overflow:before{content:"\f16c"}.fa-stackpath:before{content:"\f842"}.fa-stamp:before{content:"\f5bf"}.fa-star:before{content:"\f005"}.fa-star-and-crescent:before{content:"\f699"}.fa-star-half:before{content:"\f089"}.fa-star-half-alt:before{content:"\f5c0"}.fa-star-of-david:before{content:"\f69a"}.fa-star-of-life:before{content:"\f621"}.fa-staylinked:before{content:"\f3f5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-steam-symbol:before{content:"\f3f6"}.fa-step-backward:before{content:"\f048"}.fa-step-forward:before{content:"\f051"}.fa-stethoscope:before{content:"\f0f1"}.fa-sticker-mule:before{content:"\f3f7"}.fa-sticky-note:before{content:"\f249"}.fa-stop:before{content:"\f04d"}.fa-stop-circle:before{content:"\f28d"}.fa-stopwatch:before{content:"\f2f2"}.fa-store:before{content:"\f54e"}.fa-store-alt:before{content:"\f54f"}.fa-strava:before{content:"\f428"}.fa-stream:before{content:"\f550"}.fa-street-view:before{content:"\f21d"}.fa-strikethrough:before{content:"\f0cc"}.fa-stripe:before{content:"\f429"}.fa-stripe-s:before{content:"\f42a"}.fa-stroopwafel:before{content:"\f551"}.fa-studiovinari:before{content:"\f3f8"}.fa-stumbleupon:before{content:"\f1a4"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-subscript:before{content:"\f12c"}.fa-subway:before{content:"\f239"}.fa-suitcase:before{content:"\f0f2"}.fa-suitcase-rolling:before{content:"\f5c1"}.fa-sun:before{content:"\f185"}.fa-superpowers:before{content:"\f2dd"}.fa-superscript:before{content:"\f12b"}.fa-supple:before{content:"\f3f9"}.fa-surprise:before{content:"\f5c2"}.fa-suse:before{content:"\f7d6"}.fa-swatchbook:before{content:"\f5c3"}.fa-swift:before{content:"\f8e1"}.fa-swimmer:before{content:"\f5c4"}.fa-swimming-pool:before{content:"\f5c5"}.fa-symfony:before{content:"\f83d"}.fa-synagogue:before{content:"\f69b"}.fa-sync:before{content:"\f021"}.fa-sync-alt:before{content:"\f2f1"}.fa-syringe:before{content:"\f48e"}.fa-table:before{content:"\f0ce"}.fa-table-tennis:before{content:"\f45d"}.fa-tablet:before{content:"\f10a"}.fa-tablet-alt:before{content:"\f3fa"}.fa-tablets:before{content:"\f490"}.fa-tachometer-alt:before{content:"\f3fd"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-tape:before{content:"\f4db"}.fa-tasks:before{content:"\f0ae"}.fa-taxi:before{content:"\f1ba"}.fa-teamspeak:before{content:"\f4f9"}.fa-teeth:before{content:"\f62e"}.fa-teeth-open:before{content:"\f62f"}.fa-telegram:before{content:"\f2c6"}.fa-telegram-plane:before{content:"\f3fe"}.fa-temperature-high:before{content:"\f769"}.fa-temperature-low:before{content:"\f76b"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-tenge:before{content:"\f7d7"}.fa-terminal:before{content:"\f120"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-th:before{content:"\f00a"}.fa-th-large:before{content:"\f009"}.fa-th-list:before{content:"\f00b"}.fa-the-red-yeti:before{content:"\f69d"}.fa-theater-masks:before{content:"\f630"}.fa-themeco:before{content:"\f5c6"}.fa-themeisle:before{content:"\f2b2"}.fa-thermometer:before{content:"\f491"}.fa-thermometer-empty:before{content:"\f2cb"}.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-think-peaks:before{content:"\f731"}.fa-thumbs-down:before{content:"\f165"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbtack:before{content:"\f08d"}.fa-ticket-alt:before{content:"\f3ff"}.fa-times:before{content:"\f00d"}.fa-times-circle:before{content:"\f057"}.fa-tint:before{content:"\f043"}.fa-tint-slash:before{content:"\f5c7"}.fa-tired:before{content:"\f5c8"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-toilet:before{content:"\f7d8"}.fa-toilet-paper:before{content:"\f71e"}.fa-toolbox:before{content:"\f552"}.fa-tools:before{content:"\f7d9"}.fa-tooth:before{content:"\f5c9"}.fa-torah:before{content:"\f6a0"}.fa-torii-gate:before{content:"\f6a1"}.fa-tractor:before{content:"\f722"}.fa-trade-federation:before{content:"\f513"}.fa-trademark:before{content:"\f25c"}.fa-traffic-light:before{content:"\f637"}.fa-trailer:before{content:"\f941"}.fa-train:before{content:"\f238"}.fa-tram:before{content:"\f7da"}.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-trash:before{content:"\f1f8"}.fa-trash-alt:before{content:"\f2ed"}.fa-trash-restore:before{content:"\f829"}.fa-trash-restore-alt:before{content:"\f82a"}.fa-tree:before{content:"\f1bb"}.fa-trello:before{content:"\f181"}.fa-tripadvisor:before{content:"\f262"}.fa-trophy:before{content:"\f091"}.fa-truck:before{content:"\f0d1"}.fa-truck-loading:before{content:"\f4de"}.fa-truck-monster:before{content:"\f63b"}.fa-truck-moving:before{content:"\f4df"}.fa-truck-pickup:before{content:"\f63c"}.fa-tshirt:before{content:"\f553"}.fa-tty:before{content:"\f1e4"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-tv:before{content:"\f26c"}.fa-twitch:before{content:"\f1e8"}.fa-twitter:before{content:"\f099"}.fa-twitter-square:before{content:"\f081"}.fa-typo3:before{content:"\f42b"}.fa-uber:before{content:"\f402"}.fa-ubuntu:before{content:"\f7df"}.fa-uikit:before{content:"\f403"}.fa-umbraco:before{content:"\f8e8"}.fa-umbrella:before{content:"\f0e9"}.fa-umbrella-beach:before{content:"\f5ca"}.fa-underline:before{content:"\f0cd"}.fa-undo:before{content:"\f0e2"}.fa-undo-alt:before{content:"\f2ea"}.fa-uniregistry:before{content:"\f404"}.fa-unity:before{content:"\f949"}.fa-universal-access:before{content:"\f29a"}.fa-university:before{content:"\f19c"}.fa-unlink:before{content:"\f127"}.fa-unlock:before{content:"\f09c"}.fa-unlock-alt:before{content:"\f13e"}.fa-untappd:before{content:"\f405"}.fa-upload:before{content:"\f093"}.fa-ups:before{content:"\f7e0"}.fa-usb:before{content:"\f287"}.fa-user:before{content:"\f007"}.fa-user-alt:before{content:"\f406"}.fa-user-alt-slash:before{content:"\f4fa"}.fa-user-astronaut:before{content:"\f4fb"}.fa-user-check:before{content:"\f4fc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-clock:before{content:"\f4fd"}.fa-user-cog:before{content:"\f4fe"}.fa-user-edit:before{content:"\f4ff"}.fa-user-friends:before{content:"\f500"}.fa-user-graduate:before{content:"\f501"}.fa-user-injured:before{content:"\f728"}.fa-user-lock:before{content:"\f502"}.fa-user-md:before{content:"\f0f0"}.fa-user-minus:before{content:"\f503"}.fa-user-ninja:before{content:"\f504"}.fa-user-nurse:before{content:"\f82f"}.fa-user-plus:before{content:"\f234"}.fa-user-secret:before{content:"\f21b"}.fa-user-shield:before{content:"\f505"}.fa-user-slash:before{content:"\f506"}.fa-user-tag:before{content:"\f507"}.fa-user-tie:before{content:"\f508"}.fa-user-times:before{content:"\f235"}.fa-users:before{content:"\f0c0"}.fa-users-cog:before{content:"\f509"}.fa-usps:before{content:"\f7e1"}.fa-ussunnah:before{content:"\f407"}.fa-utensil-spoon:before{content:"\f2e5"}.fa-utensils:before{content:"\f2e7"}.fa-vaadin:before{content:"\f408"}.fa-vector-square:before{content:"\f5cb"}.fa-venus:before{content:"\f221"}.fa-venus-double:before{content:"\f226"}.fa-venus-mars:before{content:"\f228"}.fa-viacoin:before{content:"\f237"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-vial:before{content:"\f492"}.fa-vials:before{content:"\f493"}.fa-viber:before{content:"\f409"}.fa-video:before{content:"\f03d"}.fa-video-slash:before{content:"\f4e2"}.fa-vihara:before{content:"\f6a7"}.fa-vimeo:before{content:"\f40a"}.fa-vimeo-square:before{content:"\f194"}.fa-vimeo-v:before{content:"\f27d"}.fa-vine:before{content:"\f1ca"}.fa-vk:before{content:"\f189"}.fa-vnv:before{content:"\f40b"}.fa-voicemail:before{content:"\f897"}.fa-volleyball-ball:before{content:"\f45f"}.fa-volume-down:before{content:"\f027"}.fa-volume-mute:before{content:"\f6a9"}.fa-volume-off:before{content:"\f026"}.fa-volume-up:before{content:"\f028"}.fa-vote-yea:before{content:"\f772"}.fa-vr-cardboard:before{content:"\f729"}.fa-vuejs:before{content:"\f41f"}.fa-walking:before{content:"\f554"}.fa-wallet:before{content:"\f555"}.fa-warehouse:before{content:"\f494"}.fa-water:before{content:"\f773"}.fa-wave-square:before{content:"\f83e"}.fa-waze:before{content:"\f83f"}.fa-weebly:before{content:"\f5cc"}.fa-weibo:before{content:"\f18a"}.fa-weight:before{content:"\f496"}.fa-weight-hanging:before{content:"\f5cd"}.fa-weixin:before{content:"\f1d7"}.fa-whatsapp:before{content:"\f232"}.fa-whatsapp-square:before{content:"\f40c"}.fa-wheelchair:before{content:"\f193"}.fa-whmcs:before{content:"\f40d"}.fa-wifi:before{content:"\f1eb"}.fa-wikipedia-w:before{content:"\f266"}.fa-wind:before{content:"\f72e"}.fa-window-close:before{content:"\f410"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-windows:before{content:"\f17a"}.fa-wine-bottle:before{content:"\f72f"}.fa-wine-glass:before{content:"\f4e3"}.fa-wine-glass-alt:before{content:"\f5ce"}.fa-wix:before{content:"\f5cf"}.fa-wizards-of-the-coast:before{content:"\f730"}.fa-wolf-pack-battalion:before{content:"\f514"}.fa-won-sign:before{content:"\f159"}.fa-wordpress:before{content:"\f19a"}.fa-wordpress-simple:before{content:"\f411"}.fa-wpbeginner:before{content:"\f297"}.fa-wpexplorer:before{content:"\f2de"}.fa-wpforms:before{content:"\f298"}.fa-wpressr:before{content:"\f3e4"}.fa-wrench:before{content:"\f0ad"}.fa-x-ray:before{content:"\f497"}.fa-xbox:before{content:"\f412"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-y-combinator:before{content:"\f23b"}.fa-yahoo:before{content:"\f19e"}.fa-yammer:before{content:"\f840"}.fa-yandex:before{content:"\f413"}.fa-yandex-international:before{content:"\f414"}.fa-yarn:before{content:"\f7e3"}.fa-yelp:before{content:"\f1e9"}.fa-yen-sign:before{content:"\f157"}.fa-yin-yang:before{content:"\f6ad"}.fa-yoast:before{content:"\f2b1"}.fa-youtube:before{content:"\f167"}.fa-youtube-square:before{content:"\f431"}.fa-zhihu:before{content:"\f63f"}.sr-only{border:0;clip:rect(0,0,0,0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.sr-only-focusable:active,.sr-only-focusable:focus{clip:auto;height:auto;margin:0;overflow:visible;position:static;width:auto}@font-face{font-family:"fontawesome";font-style:normal;font-weight:normal;font-display:auto;src:url(//www.devillesdrivingschool.co.uk/wp-content/themes/devillesdrivingschool/assets/fonts/fa-brands-400.eot);src:url(//www.devillesdrivingschool.co.uk/wp-content/themes/devillesdrivingschool/assets/fonts/fa-brands-400.eot?#iefix) format("embedded-opentype"),url(//www.devillesdrivingschool.co.uk/wp-content/themes/devillesdrivingschool/assets/fonts/fa-brands-400.woff2) format("woff2"),url(//www.devillesdrivingschool.co.uk/wp-content/themes/devillesdrivingschool/assets/fonts/fa-brands-400.woff) format("woff"),url(//www.devillesdrivingschool.co.uk/wp-content/themes/devillesdrivingschool/assets/fonts/fa-brands-400.ttf) format("truetype"),url(//www.devillesdrivingschool.co.uk/wp-content/themes/devillesdrivingschool/assets/fonts/fa-brands-400.svg#fontawesome) format("svg")}.fab{font-family:"fontawesome"}@font-face{font-family:"fontawesome";font-style:normal;font-weight:400;font-display:auto;src:url(//www.devillesdrivingschool.co.uk/wp-content/themes/devillesdrivingschool/assets/fonts/fa-regular-400.eot);src:url(//www.devillesdrivingschool.co.uk/wp-content/themes/devillesdrivingschool/assets/fonts/fa-regular-400.eot?#iefix) format("embedded-opentype"),url(//www.devillesdrivingschool.co.uk/wp-content/themes/devillesdrivingschool/assets/fonts/fa-regular-400.woff2) format("woff2"),url(//www.devillesdrivingschool.co.uk/wp-content/themes/devillesdrivingschool/assets/fonts/fa-regular-400.woff) format("woff"),url(//www.devillesdrivingschool.co.uk/wp-content/themes/devillesdrivingschool/assets/fonts/fa-regular-400.ttf) format("truetype"),url(//www.devillesdrivingschool.co.uk/wp-content/themes/devillesdrivingschool/assets/fonts/fa-regular-400.svg#fontawesome) format("svg")}.far{font-weight:400}@font-face{font-family:"fontawesome";font-style:normal;font-weight:900;font-display:auto;src:url(//www.devillesdrivingschool.co.uk/wp-content/themes/devillesdrivingschool/assets/fonts/fa-solid-900.eot);src:url(//www.devillesdrivingschool.co.uk/wp-content/themes/devillesdrivingschool/assets/fonts/fa-solid-900.eot?#iefix) format("embedded-opentype"),url(//www.devillesdrivingschool.co.uk/wp-content/themes/devillesdrivingschool/assets/fonts/fa-solid-900.woff2) format("woff2"),url(//www.devillesdrivingschool.co.uk/wp-content/themes/devillesdrivingschool/assets/fonts/fa-solid-900.woff) format("woff"),url(//www.devillesdrivingschool.co.uk/wp-content/themes/devillesdrivingschool/assets/fonts/fa-solid-900.ttf) format("truetype"),url(//www.devillesdrivingschool.co.uk/wp-content/themes/devillesdrivingschool/assets/fonts/fa-solid-900.svg#fontawesome) format("svg")}.fa,.far,.fas{font-family:"fontawesome"}.fa,.fas{font-weight:900}.mfp-bg {
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1042;
overflow: hidden;
position: fixed;
background: #0b0b0b;
opacity: 0.8; }
.mfp-wrap {
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1043;
position: fixed;
outline: none !important;
-webkit-backface-visibility: hidden; }
.mfp-container {
text-align: center;
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
padding: 0 8px;
box-sizing: border-box; }
.mfp-container:before {
content: '';
display: inline-block;
height: 100%;
vertical-align: middle; }
.mfp-align-top .mfp-container:before {
display: none; }
.mfp-content {
position: relative;
display: inline-block;
vertical-align: middle;
margin: 0 auto;
text-align: left;
z-index: 1045; }
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
width: 100%;
cursor: auto; }
.mfp-ajax-cur {
cursor: progress; }
.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
cursor: -moz-zoom-out;
cursor: -webkit-zoom-out;
cursor: zoom-out; }
.mfp-zoom {
cursor: pointer;
cursor: -webkit-zoom-in;
cursor: -moz-zoom-in;
cursor: zoom-in; }
.mfp-auto-cursor .mfp-content {
cursor: auto; }
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
-webkit-user-select: none;
-moz-user-select: none;
user-select: none; }
.mfp-loading.mfp-figure {
display: none; }
.mfp-hide {
display: none !important; }
.mfp-preloader {
color: #CCC;
position: absolute;
top: 50%;
width: auto;
text-align: center;
margin-top: -0.8em;
left: 8px;
right: 8px;
z-index: 1044; }
.mfp-preloader a {
color: #CCC; }
.mfp-preloader a:hover {
color: #FFF; }
.mfp-s-ready .mfp-preloader {
display: none; }
.mfp-s-error .mfp-content {
display: none; }
button.mfp-close,
button.mfp-arrow {
overflow: visible;
cursor: pointer;
background: transparent;
border: 0;
-webkit-appearance: none;
display: block;
outline: none;
padding: 0;
z-index: 1046;
box-shadow: none;
touch-action: manipulation; }
button::-moz-focus-inner {
padding: 0;
border: 0; }
.mfp-close {
width: 44px;
height: 44px;
line-height: 44px;
position: absolute;
right: 0;
top: 0;
text-decoration: none;
text-align: center;
opacity: 0.65;
padding: 0 0 18px 10px;
color: #FFF;
font-style: normal;
font-size: 28px;
font-family: Arial, Baskerville, monospace; }
.mfp-close:hover,
.mfp-close:focus {
opacity: 1; }
.mfp-close:active {
top: 1px; }
.mfp-close-btn-in .mfp-close {
color: #333; }
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
color: #FFF;
right: -6px;
text-align: right;
padding-right: 6px;
width: 100%; }
.mfp-counter {
position: absolute;
top: 0;
right: 0;
color: #CCC;
font-size: 12px;
line-height: 18px;
white-space: nowrap; }
.mfp-arrow {
position: absolute;
opacity: 0.65;
margin: 0;
top: 50%;
margin-top: -55px;
padding: 0;
width: 90px;
height: 110px;
-webkit-tap-highlight-color: transparent; }
.mfp-arrow:active {
margin-top: -54px; }
.mfp-arrow:hover,
.mfp-arrow:focus {
opacity: 1; }
.mfp-arrow:before,
.mfp-arrow:after {
content: '';
display: block;
width: 0;
height: 0;
position: absolute;
left: 0;
top: 0;
margin-top: 35px;
margin-left: 35px;
border: medium inset transparent; }
.mfp-arrow:after {
border-top-width: 13px;
border-bottom-width: 13px;
top: 8px; }
.mfp-arrow:before {
border-top-width: 21px;
border-bottom-width: 21px;
opacity: 0.7; }
.mfp-arrow-left {
left: 0; }
.mfp-arrow-left:after {
border-right: 17px solid #FFF;
margin-left: 31px; }
.mfp-arrow-left:before {
margin-left: 25px;
border-right: 27px solid #3F3F3F; }
.mfp-arrow-right {
right: 0; }
.mfp-arrow-right:after {
border-left: 17px solid #FFF;
margin-left: 39px; }
.mfp-arrow-right:before {
border-left: 27px solid #3F3F3F; }
.mfp-iframe-holder {
padding-top: 40px;
padding-bottom: 40px; }
.mfp-iframe-holder .mfp-content {
line-height: 0;
width: 100%;
max-width: 900px; }
.mfp-iframe-holder .mfp-close {
top: -40px; }
.mfp-iframe-scaler {
width: 100%;
height: 0;
overflow: hidden;
padding-top: 56.25%; }
.mfp-iframe-scaler iframe {
position: absolute;
display: block;
top: 0;
left: 0;
width: 100%;
height: 100%;
box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
background: #000; } img.mfp-img {
width: auto;
max-width: 100%;
height: auto;
display: block;
line-height: 0;
box-sizing: border-box;
padding: 40px 0 40px;
margin: 0 auto; } .mfp-figure {
line-height: 0; }
.mfp-figure:after {
content: '';
position: absolute;
left: 0;
top: 40px;
bottom: 40px;
display: block;
right: 0;
width: auto;
height: auto;
z-index: -1;
box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
background: #444; }
.mfp-figure small {
color: #BDBDBD;
display: block;
font-size: 12px;
line-height: 14px; }
.mfp-figure figure {
margin: 0; }
.mfp-bottom-bar {
margin-top: -36px;
position: absolute;
top: 100%;
left: 0;
width: 100%;
cursor: auto; }
.mfp-title {
text-align: left;
line-height: 18px;
color: #F3F3F3;
word-wrap: break-word;
padding-right: 36px; }
.mfp-image-holder .mfp-content {
max-width: 100%; }
.mfp-gallery .mfp-image-holder .mfp-figure {
cursor: pointer; }
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) { .mfp-img-mobile .mfp-image-holder {
padding-left: 0;
padding-right: 0; }
.mfp-img-mobile img.mfp-img {
padding: 0; }
.mfp-img-mobile .mfp-figure:after {
top: 0;
bottom: 0; }
.mfp-img-mobile .mfp-figure small {
display: inline;
margin-left: 5px; }
.mfp-img-mobile .mfp-bottom-bar {
background: rgba(0, 0, 0, 0.6);
bottom: 0;
margin: 0;
top: auto;
padding: 3px 5px;
position: fixed;
box-sizing: border-box; }
.mfp-img-mobile .mfp-bottom-bar:empty {
padding: 0; }
.mfp-img-mobile .mfp-counter {
right: 5px;
top: 3px; }
.mfp-img-mobile .mfp-close {
top: 0;
right: 0;
width: 35px;
height: 35px;
line-height: 35px;
background: rgba(0, 0, 0, 0.6);
position: fixed;
text-align: center;
padding: 0; } }
@media all and (max-width: 900px) {
.mfp-arrow {
-webkit-transform: scale(0.75);
transform: scale(0.75); }
.mfp-arrow-left {
-webkit-transform-origin: 0;
transform-origin: 0; }
.mfp-arrow-right {
-webkit-transform-origin: 100%;
transform-origin: 100%; }
.mfp-container {
padding-left: 6px;
padding-right: 6px; } }
 :root {
--main-color-one: #FBCD21;
--heading-color: #030519;
--paragraph-color: #030519;
--heading-font: "Jost", sans-serif;
--body-font: "Poppins", sans-serif;
--animate-delay: 0.3s;
}
html {
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
overflow-x: hidden;
font-family: var(--body-font);
scroll-behavior: smooth;
}
* {
-webkit-box-sizing: border-box;
box-sizing: border-box;
outline: none;
-moz-osx-font-smoothing: grayscale; -webkit-font-smoothing: antialiased; }
body {
margin: 0;
color: var(--heading-color);
overflow-x: hidden;
font-family: var(--body-font);
font-size: 16px;
}
::-webkit-scrollbar {
width: 5px;
}
::-webkit-scrollbar-thumb {
background: var(--main-color-one);
border-radius: 10px;
}
h1 {
font-size: 48px;
line-height: 1.0833333333;
}
h2 {
font-size: 36px;
line-height: 1.4444444444;
}
h3 {
font-size: 24px;
line-height: 1.0833333333;
}
h4 {
font-size: 20px;
line-height: 1.2380952381;
}
h1,
h2,
h3,
h4,
h5,
h6 {
color: var(--heading-color);
font-family: var(--heading-font);
}
p {
color: var(--paragraph-color);
-webkit-hyphens: auto;
-ms-hyphens: auto;
hyphens: auto;
margin-bottom: 10px;
line-height: 24px;
}
a {
color: var(--heading-color);
text-decoration: none;
color: var(--paragraph-color);
}
a:hover,
a:focus,
a:active {
text-decoration: none;
outline: none;
color: var(--main-color-one);
}
pre {
word-break: break-word;
}
a i {
padding: 0 2px;
}
img {
max-width: 100%;
}
ol {
counter-reset: counter;
padding-left: 0;
}
ol li {
margin-bottom: 1rem;
}
ol li:before {
counter-increment: counter;
content: counter(counter);
font-weight: 500;
margin-right: 10px;
} input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=number]:focus,
textarea:focus,
input[type=button]:focus,
input[type=reset]:focus,
input[type=submit]:focus,
select:focus {
outline: none;
-webkit-box-shadow: none;
box-shadow: none;
border: 1px solid #ddd;
}
code {
color: #faa603;
}
.dark-bg {
background-color: #111d5c;
}
.section-bg-1 {
background-color: #f4f7fc;
}
.check-list-02 {
margin: 0;
padding: 0;
list-style: none;
}
.check-list-02 li {
display: block;
padding-left: 20px;
position: relative;
z-index: 0;
}
.check-list-02 li:after {
position: absolute;
left: 0;
top: 0;
font-family: "fontawesome";
content: "";
color: var(--main-color-one);
}
.check-list {
margin: 0;
padding: 0;
list-style: none;
}
.check-list li {
display: block;
padding-left: 20px;
position: relative;
z-index: 0;
}
.check-list li:after {
position: absolute;
left: 0;
top: 0;
font-family: "fontawesome";
content: "";
color: var(--main-color-one);
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
clear: both;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
float: left;
width: 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
float: right;
text-align: right;
width: 50%;
}
.comment-navigation .nav-previous > a,
.posts-navigation .nav-previous > a,
.post-navigation .nav-previous > a,
.comment-navigation .nav-next > a,
.posts-navigation .nav-next > a,
.post-navigation .nav-next > a {
-webkit-transition: 0.3s ease-in;
transition: 0.3s ease-in;
}
.comment-navigation .nav-previous:hover > a,
.posts-navigation .nav-previous:hover > a,
.post-navigation .nav-previous:hover > a,
.comment-navigation .nav-next:hover > a,
.posts-navigation .nav-next:hover > a,
.post-navigation .nav-next:hover > a {
color: var(--main-color-one);
}  .screen-reader-text {
border: 0;
clip: rect(1px, 1px, 1px, 1px);
-webkit-clip-path: inset(50%);
clip-path: inset(50%);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute !important;
width: 1px;
word-wrap: normal !important; }
.screen-reader-text:focus {
background-color: #f1f1f1;
border-radius: 3px;
-webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
clip: auto !important;
-webkit-clip-path: none;
clip-path: none;
color: #21759b;
display: block;
font-size: 14px;
font-size: 0.875rem;
font-weight: bold;
height: auto;
left: 5px;
line-height: normal;
padding: 15px 23px 14px;
text-decoration: none;
top: 5px;
width: auto;
z-index: 100000; } #content[tabindex="-1"]:focus {
outline: 0;
} img.hero-img-mobile {
display: none;
}
.banner-area .banner-inner .header-btn .applicant-img span {
display: none;
}
.padding-left-0 {
padding-left: 0;
}
.padding-right-0 {
padding-left: 0;
}
.gray-bg {
background-color: #f5f5f5;
}
.secondary-bg {
background-color: var(--secondary-color);
}
.padding-top-10 {
padding-top: 10px;
}
.padding-top-20 {
padding-top: 20px;
}
.padding-top-25 {
padding-top: 25px;
}
.padding-top-30 {
padding-top: 30px;
}
.padding-top-35 {
padding-top: 35px;
}
.padding-top-40 {
padding-top: 40px;
}
.padding-top-45 {
padding-top: 45px;
}
.padding-top-55 {
padding-top: 55px;
}
.padding-top-50 {
padding-top: 50px;
}
.padding-top-60 {
padding-top: 60px;
}
.padding-top-65 {
padding-top: 65px;
}
.padding-top-70 {
padding-top: 70px;
}
.padding-top-75 {
padding-top: 75px;
}
.padding-top-80 {
padding-top: 80px;
}
.padding-top-85 {
padding-top: 85px;
}
.padding-top-90 {
padding-top: 90px;
}
.padding-top-95 {
padding-top: 95px;
}
.padding-top-100 {
padding-top: 100px;
}
.padding-top-105 {
padding-top: 105px;
}
.padding-top-110 {
padding-top: 110px;
}
.padding-top-115 {
padding-top: 115px;
}
.padding-top-120 {
padding-top: 120px;
}
.padding-top-140 {
padding-top: 140px;
}
.padding-top-150 {
padding-top: 150px;
}
.padding-top-160 {
padding-top: 160px;
}
.padding-top-190 {
padding-top: 190px;
}
.padding-top-200 {
padding-top: 200px;
}
.padding-top-210 {
padding-top: 210px;
}
.padding-top-260 {
padding-top: 260px;
}
.padding-top-310 {
padding-top: 310px;
}
.padding-top-360 {
padding-top: 360px;
}
.padding-top-390 {
padding-top: 390px;
}
.padding-top-400 {
padding-top: 400px;
}
.padding-top-600 {
padding-top: 600px;
}
.padding-top-640 {
padding-top: 640px;
}
.padding-top-720 {
padding-top: 720px;
}
.padding-bottom-10 {
padding-bottom: 10px;
}
.padding-bottom-15 {
padding-bottom: 15px;
}
.padding-bottom-20 {
padding-bottom: 20px;
}
.padding-bottom-25 {
padding-bottom: 25px;
}
.padding-bottom-30 {
padding-bottom: 30px;
}
.padding-bottom-35 {
padding-bottom: 35px;
}
.padding-bottom-40 {
padding-bottom: 40px;
}
.padding-bottom-45 {
padding-bottom: 45px;
}
.padding-bottom-50 {
padding-bottom: 50px;
}
.padding-bottom-55 {
padding-bottom: 55px;
}
.padding-bottom-60 {
padding-bottom: 60px;
}
.padding-bottom-65 {
padding-bottom: 65px;
}
.padding-bottom-70 {
padding-bottom: 70px;
}
.padding-bottom-75 {
padding-bottom: 75px;
}
.padding-bottom-80 {
padding-bottom: 80px;
}
.padding-bottom-85 {
padding-bottom: 85px;
}
.padding-bottom-90 {
padding-bottom: 90px;
}
.padding-bottom-95 {
padding-bottom: 95px;
}
.padding-bottom-100 {
padding-bottom: 100px;
}
.padding-bottom-110 {
padding-bottom: 110px;
}
.padding-bottom-105 {
padding-bottom: 105px;
}
.padding-bottom-115 {
padding-bottom: 115px;
}
.padding-bottom-120 {
padding-bottom: 120px;
}
.padding-bottom-130 {
padding-bottom: 130px;
}
.padding-bottom-140 {
padding-bottom: 140px;
}
.padding-bottom-135 {
padding-bottom: 135px;
}
.padding-bottom-200 {
padding-bottom: 200px;
}
.padding-bottom-280 {
padding-bottom: 280px;
}
.padding-bottom-285 {
padding-bottom: 285px;
}
.padding-bottom-150 {
padding-bottom: 150px;
}
.padding-bottom-160 {
padding-bottom: 160px;
}
.padding-bottom-165 {
padding-bottom: 165px;
}
.padding-bottom-170 {
padding-bottom: 170px;
}
.padding-bottom-180 {
padding-bottom: 180px;
}
.padding-bottom-200 {
padding-bottom: 200px;
}
.padding-bottom-215 {
padding-bottom: 215px;
}
.padding-bottom-260 {
padding-bottom: 260px;
}
.padding-bottom-300 {
padding-bottom: 300px;
}
.padding-bottom-350 {
padding-bottom: 350px;
}
.padding-bottom-460 {
padding-bottom: 460px;
}
.margin-top-minus-90 {
margin-top: -90px;
}
.margin-top-minus-100 {
margin-top: -100px;
}
.margin-top-120 {
margin-top: 120px;
}
.margin-top-150 {
margin-top: 150px;
}
.margin-top-160 {
margin-top: 160px;
}
.padding-120 {
padding-top: 120px;
padding-bottom: 0px;
margin-bottom: -50px;
}
.padding-110 {
padding-top: 110px;
padding-bottom: 110px;
}
.padding-100 {
padding-top: 100px;
padding-bottom: 100px;
}
.padding-20 {
padding-top: 20px;
padding-bottom: 20px;
}
.padding-30 {
padding-top: 30px;
padding-bottom: 30px;
}
.padding-40 {
padding-top: 40px;
padding-bottom: 40px;
}
.padding-50 {
padding-top: 50px;
padding-bottom: 50px;
}
.padding-60 {
padding-top: 60px;
padding-bottom: 60px;
}
.padding-65 {
padding-top: 65px;
padding-bottom: 65px;
}
.padding-70 {
padding-top: 70px;
padding-bottom: 70px;
}
.padding-80 {
padding-top: 80px;
padding-bottom: 80px;
}
.padding-90 {
padding-top: 90px;
padding-bottom: 90px;
}
.padding-10 {
padding-top: 10px;
padding-bottom: 10px;
}
.margin-top-10 {
margin-top: 10px;
}
.margin-top-15 {
margin-top: 15px;
}
.margin-top-20 {
margin-top: 20px;
}
.margin-top-30 {
margin-top: 30px;
}
.margin-top-35 {
margin-top: 35px;
}
.margin-top-40 {
margin-top: 40px;
}
.margin-top-50 {
margin-top: 50px;
}
.margin-top-55 {
margin-top: 55px;
}
.margin-top-60 {
margin-top: 60px;
}
.margin-top-70 {
margin-top: 70px;
}
.margin-top-80 {
margin-top: 80px;
}
.margin-top-90 {
margin-top: 90px;
}
.margin-top-100 {
margin-top: 100px;
}
.margin-bottom-0 {
margin-bottom: 0px !important;
}
.margin-bottom-10 {
margin-bottom: 10px;
}
.margin-bottom-15 {
margin-bottom: 15px;
}
.margin-bottom-20 {
margin-bottom: 20px;
}
.margin-bottom-25 {
margin-bottom: 25px;
}
.margin-bottom-30 {
margin-bottom: 30px;
}
.margin-bottom-35 {
margin-bottom: 35px;
}
.margin-bottom-40 {
margin-bottom: 40px;
}
.margin-bottom-50 {
margin-bottom: 50px;
}
.margin-bottom-55 {
margin-bottom: 55px;
}
.margin-bottom-60 {
margin-bottom: 60px;
}
.margin-bottom-70 {
margin-bottom: 70px;
}
.margin-bottom-80 {
margin-bottom: 80px;
}
.margin-bottom-90 {
margin-bottom: 90px;
}
.margin-bottom-120 {
margin-bottom: 120px;
}
.margin-bottom-150 {
margin-bottom: 150px;
}
.margin-top-100 {
margin-bottom: 100px;
}
.margin-top-110 {
margin-top: 110px;
}
.margin-top-115 {
margin-top: 115px;
}
.margin-top-120 {
margin-top: 120px;
}
.min-height-600 {
min-height: 600px;
}
.overflow-hidden {
overflow: hidden;
} .alignleft {
float: left;
clear: both;
margin-right: 20px;
}
.alignright {
float: right;
clear: both;
margin-left: 20px;
}
.aligncenter {
clear: both;
display: block;
margin: 0 auto 1.75em;
}
.alignfull {
margin: 1.5em 0;
max-width: 100%;
}
.alignwide {
max-width: 1100px;
} .clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
content: "";
display: table;
table-layout: fixed;
}
.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
clear: both;
} .sticky {
display: block;
}
.updated:not(.published) {
display: none;
}
.blog-pagination ul li {
display: inline-block;
}
.blog-pagination ul li + li {
margin: 0 5px;
}
.blog-pagination ul li {
display: inline-block;
}
.blog-pagination ul li + li {
margin: 0 5px;
}
.blog-pagination {
display: block;
width: 100%;
}
.blog-pagination ul {
margin: 0;
padding: 0;
list-style: none;
}
.blog-pagination ul li a,
.blog-pagination ul li span {
display: block;
padding: 3px 25px;
border: 1px solid #e2e2e2;
line-height: 40px;
text-align: center;
font-weight: 600;
-webkit-transition: 0.3s ease-in;
transition: 0.3s ease-in;
}
.blog-pagination ul li span.current,
.blog-pagination ul li a:hover {
background-color: var(--secondary-color);
color: #fff;
}
.blog-pagination ul li a.prev:hover,
.blog-pagination ul li a.next:hover {
background-color: transparent;
color: var(--main-color-one);
} .page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
border: none;
margin-bottom: 0;
margin-top: 0;
padding: 0;
} embed,
iframe,
object {
max-width: 100%;
} .custom-logo-link {
display: inline-block;
} .wp-caption {
margin-bottom: 1.5em;
max-width: 100%;
clear: both;
}
.wp-caption img[class*=wp-image-] {
display: block;
margin-left: auto;
margin-right: auto;
}
.wp-caption .wp-caption-text {
margin: 0.8075em 0;
}
.wp-caption-text {
text-align: center;
} .gallery {
margin-bottom: 1.5em;
}
.gallery-item {
display: inline-block;
text-align: center;
vertical-align: top;
width: 100%;
}
.gallery-columns-2 .gallery-item {
max-width: 50%;
}
.gallery-columns-3 .gallery-item {
max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
max-width: 25%;
}
.gallery-columns-5 .gallery-item {
max-width: 20%;
}
.gallery-columns-6 .gallery-item {
max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
max-width: 11.11%;
}
.gallery-caption {
display: block;
} .wp-link-pages a {
margin: 0 5px;
-webkit-transition: 0.3s ease-in;
transition: 0.3s ease-in;
}
.wp-link-pages {
margin-bottom: 30px;
margin-top: 25px;
}
.wp-link-pages span,
.wp-link-pages a {
border: 1px solid #e2e2e2;
padding: 5px 15px;
padding-top: 7px;
padding-left: 13px;
display: inline-block;
}
.wp-link-pages .current,
.wp-link-pages a:hover {
background-color: var(--main-color-one);
color: #fff;
border-color: var(--main-color-one);
}
.wp-link-pages span:first-child {
margin-right: 5px;
}
dl,
ol,
ul {
padding-left: 15px;
}
.type-page ol {
margin-left: 15px;
}
.type-page ol ol {
margin-top: 10px;
}
.type-page ol ol ol {
margin-top: 10px;
}
.type-page ul li {
margin-bottom: 10px;
}
.type-page ul li ul {
margin-top: 10px;
}
.type-page ul li ul ul {
margin-top: 10px;
}
.post-password-form input {
display: block;
border: 1px solid #e2e2e2;
height: 50px;
border-radius: 3px;
padding: 0 20px;
}
.post-password-form label {
font-weight: 600;
color: #333;
}
.post-password-form input[type=submit] {
width: 100px;
height: 50px;
background-color: var(--main-color-one);
color: #fff;
font-size: 16px;
font-weight: 600;
letter-spacing: 1px;
border: none;
cursor: pointer;
-webkit-transition: 0.3s ease-in;
transition: 0.3s ease-in;
}
.post-password-form input[type=submit]:hover {
background-color: #121A2F;
}
.footer-widget .table td,
.footer-widget .table th {
padding: 0.5rem !important;
}
.light-txt p {
color: #fff;
}
.office-address-section .animated.animated-slow {
-webkit-animation-duration: 5s;
animation-duration: 5s;
}
.elementor-editor-active .courses-gallery-masonry-wrapper .courses-gallery-masonry,
.elementor-editor-preview .courses-gallery-masonry-wrapper .courses-gallery-masonry {
height: auto !important;
}
.applicant.style_1 {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: baseline;
-ms-flex-align: baseline;
align-items: baseline;
-webkit-box-pack: right;
-ms-flex-pack: right;
justify-content: right;
}
.applicant.style_1 .thumb {
margin-right: 30px;
}
.no-animation .animate__fadeInUp {
-webkit-animation-name: none !important;
animation-name: none !important;
}
.footer-style .widget.widget_block {
padding: 0px;
}
.footer-widget .about_us_widget.style-01 p {
margin-bottom: -7px;
}
.elementor-widget-bedriver-course-single-box-widget .author-details {
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
.elementor-widget-bedriver-course-single-box-widget .author-details .author-meta .thumb img {
width: 30%;
}
.elementor-widget-bedriver-course-single-box-widget .courses-single-item-03 .content .title:hover {
color: #030519;
cursor: text;
}
.navbar-area.navigation-style-01 .custom-container .navbar-collapse .navbar-nav li a {
cursor: pointer;
}
.navbar-area .custom-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu {
border-bottom: 4px solid #030519;
}
.icon-yellow i.fas.fa-arrow-right {
color: var(--main-color-one);
}
.blog-pagination ul li:first-child span {
border: none;
}
.testimonial-carousel-two .post-meta li {
border: none !important;
}
.testimonial-carousel-two .post-meta li + li {
padding-left: 0 !important;
}
.testimonial-carousel-two .news-single-items .content .post-meta li + li {
margin-left: 0 !important;
}
#bedriver_popular_posts-2 {
padding-bottom: 0;
}
.title a {
color: var(--heading-color);
}
.title a:hover {
color: var(--main-color-one);
}
.bred-wrapper .follow-us a {
color: #fff;
}
.bred-wrapper .follow-us a:hover {
color: #fff;
}
.blog-content-page .top-rated-section .news-single-items {
margin-bottom: 0;
}
.blog-content-page .top-rated-section .news-single-items .content .title {
padding-bottom: 0;
}  .back-to-top {
position: fixed;
right: 30px;
bottom: 30px;
width: 50px;
height: 50px;
color: var(--heading-color);
text-align: center;
line-height: 50px;
border-radius: 6px;
z-index: 99;
font-size: 25px;
cursor: pointer;
-webkit-transform: translateY(-5000%);
transform: translateY(-5000%);
-webkit-transition: all 1.5s;
transition: all 1.5s;
}
.back-to-top.active {
bottom: 30px;
-webkit-transform: translateY(0%);
transform: translateY(0%);
} .form-submit > .submit-btn {
background-color: var(--secondary-color);
color: #fff;
display: inline-block;
padding: 16px 26px;
border-radius: 6px;
font-size: 16px;
text-transform: capitalize;
text-align: center;
cursor: pointer;
-webkit-transition: 0.5s all ease;
transition: 0.5s all ease;
font-weight: 600;
background-color: var(--main-color-one);
color: var(--heading-color);
position: relative;
z-index: 0;
overflow: hidden;
border: none;
}
.form-submit > .submit-btn:hover {
background-color: var(--heading-color);
color: #fff;
}
.btn-wrap {
display: block;
margin-bottom: -5px;
}
.btn-wrap.subscribe-btn {
position: absolute;
top: 32px;
right: 10px;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
}
.btn-wrap .boxed-btn {
background-color: var(--secondary-color);
color: #fff;
display: inline-block;
padding: 16px 26px;
border-radius: 6px;
font-size: 16px;
text-transform: capitalize;
text-align: center;
cursor: pointer;
-webkit-transition: 0.5s all ease;
transition: 0.5s all ease;
font-weight: 600;
}
.btn-wrap .boxed-btn.btn-apply {
background-color: var(--main-color-one);
color: var(--heading-color);
text-transform: capitalize;
position: relative;
z-index: 0;
-webkit-transition: 0.5s all ease;
transition: 0.5s all ease;
overflow: hidden;
border: none;
}
.btn-wrap .boxed-btn.btn-apply i {
margin-left: 3px;
font-size: 15px;
}
.btn-wrap .boxed-btn.btn-apply:hover {
background-color: var(--heading-color);
color: #fff;
}
.btn-wrap .boxed-btn.btn-apply:hover.style-01 {
background-color: #fff;
color: var(--heading-color);
}
.btn-wrap .boxed-btn.btn-apply.style-01 {
margin-right: 30px;
}
.btn-wrap .boxed-btn.btn-subscribe {
background-color: var(--main-color-one);
color: var(--heading-color);
padding: 10px 13px;
font-size: 14px;
font-family: var(--body-font);
border: none;
}
.btn-wrap .boxed-btn.btn-instructor {
background-color: var(--main-color-one);
color: var(--heading-color);
text-transform: capitalize;
width: 100%;
-webkit-transition: 0.5s all ease;
transition: 0.5s all ease;
border: 1px solid var(--main-color-one);
}
.btn-wrap .boxed-btn.btn-instructor i {
margin-left: 3px;
font-size: 15px;
}
.btn-wrap .boxed-btn.btn-instructor:hover {
background: transparent;
border: 1px solid var(--main-color-one);
color: var(--main-color-one);
}
.btn-wrap .boxed-btn.btn-fill {
background: transparent;
border: 1px solid #FFFFFF;
border-radius: 6px;
-webkit-transition: 0.5s all ease;
transition: 0.5s all ease;
position: relative;
z-index: 0;
overflow: hidden;
}
.btn-wrap .boxed-btn.btn-fill i {
margin-left: 3px;
font-size: 15px;
}
.btn-wrap .boxed-btn.btn-fill:hover {
background: var(--main-color-one);
border: 1px solid var(--main-color-one);
color: var(--heading-color);
}
.btn-wrap .boxed-btn.btn-book {
background-color: var(--heading-color);
color: #fff;
text-transform: capitalize;
width: 100%;
-webkit-transition: 0.5s all ease;
transition: 0.5s all ease;
position: relative;
border: 0;
}
.btn-wrap .boxed-btn.btn-book i {
-webkit-transition: 0.5s all ease;
transition: 0.5s all ease;
}
.btn-wrap .boxed-btn.btn-book:hover i {
padding-left: 10px;
}
.close-btn {
position: absolute;
right: 0px;
top: 0px;
width: 60px;
height: 60px;
color: #fff;
border-color: var(--main-color-one);
background-color: var(--main-color-one);
-webkit-transition: all 0.3s ease-in;
transition: all 0.3s ease-in;
padding: 0;
text-align: center;
border: none;
}
.close-btn:focus {
outline: none;
}
.desktop-center {
text-align: center;
}
.desktop-left {
text-align: left;
}
.desktop-right {
text-align: right;
}
.contact-form .contact-page-form .form-group .wpcf7-submit i {
position: relative;
z-index: 99;
top: 0;
right: 0;
-webkit-transform: unset;
transform: unset;
font-size: 18px;
}
@media only screen and (max-width: 768px) {
.tablet-center {
text-align: center;
}
.tablet-left {
text-align: left;
}
.tablet-right {
text-align: right;
}
}
@media only screen and (max-width: 414px) {
.mobile-center {
text-align: center;
}
.mobile-left {
text-align: left;
}
.mobile-right {
text-align: right;
}
}
.video-play {
color: #233d62;
font-size: 16px;
font-weight: 600;
}
.video-play:hover i {
color: var(--heading-color);
}
.video-play:hover i.style-01 {
color: rgba(251, 205, 33, 0.5);
}
.video-play.style-01 {
position: absolute;
z-index: 1;
right: -180px;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
}
.video-play i {
color: #3E4357;
margin-right: 25px;
-webkit-transition: 0.3s all ease;
transition: 0.3s all ease;
}
.video-play i.style-01 {
margin-left: 22px;
color: var(--main-color-one);
-webkit-transition: 0.3s all ease;
transition: 0.3s all ease;
}
.video-play .video-shape {
position: absolute;
left: -20px;
top: -17px;
}
.video-play .video-shape.style-01 {
left: 2px;
top: -17px;
}
.video-play span {
font-size: 14px;
line-height: 28px;
font-family: var(--body-font);
font-weight: 500;
color: #808080;
}
.video-play span.style-01 {
color: #fff;
}
.video-popup {
color: #233d62;
font-size: 16px;
font-weight: 600;
position: absolute;
left: 50%;
top: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.video-popup::after {
content: "";
position: absolute;
left: 30%;
top: 0%;
z-index: -1;
width: 80px;
height: 80px;
line-height: 80px;
background: transparent;
border: 2px solid var(--main-color-one);
border-radius: 50%;
}
.video-popup i {
background: rgba(246, 228, 159, 0.42);
height: 80px;
width: 80px;
line-height: 80px;
border-radius: 50%;
text-align: center;
color: var(--main-color-one);
margin-left: 40px;
margin-right: 10px;
-webkit-transition: 0.7s all ease;
transition: 0.7s all ease;
font-size: 30px;
}
.video-popup span {
font-size: 14px;
line-height: 28px;
font-family: var(--body-font);
font-weight: 500;
color: #808080;
}
@-webkit-keyframes pulse-video {
0% {
-webkit-transform: scale(1);
transform: scale(1);
opacity: 1;
}
100% {
-webkit-transform: scale(1.5);
transform: scale(1.5);
opacity: 0;
}
}
@keyframes pulse-video {
0% {
-webkit-transform: scale(1);
transform: scale(1);
opacity: 1;
}
100% {
-webkit-transform: scale(1.5);
transform: scale(1.5);
opacity: 0;
}
}
.mfp-zoom-in .mfp-content {
opacity: 0;
-webkit-transition: all 0.3s ease-in;
transition: all 0.3s ease-in;
-webkit-transform: scale(0.7);
transform: scale(0.7);
}
.mfp-zoom-in.mfp-bg {
opacity: 0;
-webkit-transition: all 0.3s ease-in;
transition: all 0.3s ease-in;
}
.mfp-zoom-in.mfp-ready .mfp-content {
opacity: 1;
-webkit-transform: scale(1);
transform: scale(1);
}
.mfp-zoom-in.mfp-ready.mfp-bg {
opacity: 0.7;
}
.mfp-zoom-in.mfp-removing .mfp-content {
-webkit-transform: scale(0.7);
transform: scale(0.7);
opacity: 0;
}
.mfp-zoom-in.mfp-removing.mfp-bg {
opacity: 0;
}
.theme-heading-title {
margin-bottom: 56px;
}
.theme-heading-title.appointment {
margin-bottom: 34px;
}
.theme-heading-title .subtitle {
font-size: 16px;
line-height: 28px;
font-family: var(--body-font);
font-weight: 600;
color: var(--main-color-one);
margin-bottom: 15px;
}
.theme-heading-title .title {
font-size: 45px;
line-height: 55px;
font-family: var(--heading-font);
color: var(--heading-color);
font-weight: 700;
margin-bottom: 0px;
}
.theme-heading-title .title.style-01 {
color: #fff;
max-width: 500px;
}
.theme-heading-title .description p {
font-size: 16px;
line-height: 28px;
font-family: var(--body-font);
font-weight: 400;
color: #323232;
margin: 15px 0px 0px;
max-width: 510px;
}
.theme-heading-title .description p.style-01 {
max-width: inherit;
color: #fff;
}
.theme-heading-title .description p.style-02 {
margin: 15px auto 0px;
}
.theme-heading-title .description p.style-03 {
max-width: inherit;
}
.theme-heading-title .description.style-01 {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
.theme-heading-title .description .view-courses {
font-size: 16px;
line-height: 28px;
font-family: var(--body-font);
font-weight: 600;
color: var(--main-color-one);
-webkit-transition: 0.3s all ease;
transition: 0.3s all ease;
}
.theme-heading-title .description .view-courses:hover {
color: var(--heading-color);
}
.theme-heading-title .description .view-courses i {
margin-left: 10px;
}
.best-featues-single-items {
background: #FEFEFE;
padding: 30px;
border: 1px solid var(--main-color-one);
border-radius: 6px;
-webkit-transition: 0.7s all ease;
transition: 0.7s all ease;
}
.best-featues-single-items.style-01 {
padding: 29px 30px 26px 32px;
}
.best-featues-single-items:hover {
-webkit-box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.06);
box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.06);
border: 1px solid #FEFEFE;
}
.best-featues-single-items:hover .icon::after {
-webkit-transform: scale(1.25);
transform: scale(1.25);
top: -2px;
left: -7px;
background-color: rgba(251, 205, 33, 0.2);
}
.best-featues-single-items .icon {
position: relative;
font-size: 45px;
color: var(--main-color-one);
}
.best-featues-single-items .icon::after {
content: "";
position: absolute;
width: 60px;
height: 60px;
line-height: 80px;
background-color: rgba(251, 205, 33, 0.16);
border-radius: 50%;
top: 0px;
left: 10px;
z-index: 0;
-webkit-transition: all 0.5s;
transition: all 0.5s;
}
.best-featues-single-items .content .title {
font-size: 23px;
line-height: 43px;
font-family: var(--heading-font);
font-weight: 600;
color: var(--heading-color);
margin-bottom: 0px;
padding-top: 10px;
}
.best-featues-single-items .content .title.style-01 {
font-size: 20px;
line-height: 30px;
}
.best-featues-single-items .content p {
font-size: 16px;
line-height: 28px;
font-family: var(--body-font);
font-weight: 400;
color: #535353;
margin-bottom: 27px;
}
.features-single-items-02 {
background: #F9FCFF;
padding: 32px 23px 26px 30px;
border: 1px solid rgba(251, 205, 33, 0.6);
border-radius: 8px;
-webkit-transition: 0.5s all ease;
transition: 0.5s all ease;
}
.features-single-items-02:hover .icon::after {
-webkit-transform: scale(1.3);
transform: scale(1.3);
top: -1px;
left: -5px;
background-color: rgba(251, 205, 33, 0.2);
}
.features-single-items-02 .icon {
position: relative;
margin-bottom: 10px;
}
.features-single-items-02 .icon i {
font-size: 38px;
color: var(--main-color-one);
}
.features-single-items-02 .icon::after {
content: "";
position: absolute;
width: 50px;
height: 50px;
line-height: 50px;
background-color: rgba(251, 205, 33, 0.16);
border-radius: 50%;
top: -2px;
left: 18px;
z-index: 0;
-webkit-transition: all 0.5s;
transition: all 0.5s;
}
.features-single-items-02 .content .title {
font-size: 23px;
line-height: 34px;
font-family: var(--heading-font);
font-weight: 600;
color: var(--heading-color);
margin-bottom: 10px;
}
.features-single-items-02 .content p {
font-size: 16px;
line-height: 28px;
font-family: var(--body-font);
font-weight: 400;
color: var(--heading-color);
margin-bottom: 0px;
}
.course-single-item-wrap {
padding: 0px 15px;
}
.course-single-item {
background: #fff;
-webkit-box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.06);
box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.06);
padding: 30px;
border-radius: 6px;
border: 1px solid #fff;
margin-bottom: 30px;
-webkit-transition: 0.7s all ease;
transition: 0.7s all ease;
}
.course-single-item:hover {
border: 1px solid var(--main-color-one);
}
.course-single-item .thumb img {
width: 100%;
border-radius: 6px;
}
.course-single-item .content .post-mate {
margin-top: 20px;
margin-bottom: 15px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
.course-single-item .content .post-mate .meta-data {
font-size: 16px;
line-height: 18px;
font-family: var(--body-font);
font-weight: 400;
color: #878787;
margin-bottom: 0;
}
.course-single-item .content .post-mate .meta-data i {
margin-right: 8px;
color: var(--main-color-one);
}
.course-single-item .content .title {
font-size: 23px;
line-height: 55px;
font-family: var(--heading-font);
font-weight: 600;
color: #323232;
margin-top: 14px;
padding-bottom: 17px;
border-bottom: 1px dashed #CFCFCF;
-webkit-transition: 0.3s all ease;
transition: 0.3s all ease;
}
.course-single-item .content .title a {
color: var(--heading-color);
}
.course-single-item .content .title a:hover {
color: var(--main-color-one);
}
.course-single-item .author-details {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
margin-top: 30px;
}
.course-single-item .author-details .author-meta {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
margin-bottom: 0px;
}
.course-single-item .author-details .author-meta .thumb {
margin-right: 5px;
}
.course-single-item .author-details .author-meta .content .author-name {
font-size: 16px;
line-height: 18px;
font-family: var(--body-font);
font-weight: 400;
color: #323232;
margin-bottom: 0px;
}
.course-single-item .author-details .course-price {
font-size: 16px;
line-height: 18px;
font-family: var(--body-font);
font-weight: 600;
color: var(--main-color-one);
}
.course-single-item-02 {
background: #fff;
padding: 13px 30px 30px 30px;
border-radius: 10px;
border: 1px solid #E2E2E2;
margin-bottom: 30px;
-webkit-transition: 0.7s all ease;
transition: 0.7s all ease;
}
.course-single-item-02:hover.courses-bg::after {
opacity: 0;
}
.course-single-item-02:hover .content .post-mate .meta-data {
color: #fff;
}
.course-single-item-02:hover .content .title {
color: #fff;
border-bottom: 1px dashed #fff;
}
.course-single-item-02:hover .content .title a {
color: #fff;
}
.course-single-item-02:hover .author-details .author-meta .content .author-name {
color: #fff;
}
.course-single-item-02.courses-bg {
background-size: cover;
background-repeat: no-repeat;
background-position: center;
position: relative;
z-index: 0;
-webkit-transition: 0.7s all ease;
transition: 0.7s all ease;
z-index: 0;
}
.course-single-item-02.courses-bg::before {
content: "";
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: rgba(3, 5, 25, 0.6);
border-radius: 6px;
z-index: -1;
}
.course-single-item-02.courses-bg::after {
content: "";
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: #fff;
opacity: 1;
border-radius: 6px;
z-index: -1;
-webkit-transition: 0.7s all ease;
transition: 0.7s all ease;
}
.course-single-item-02 .content .post-mate {
margin-top: 20px;
margin-bottom: 15px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
.course-single-item-02 .content .post-mate .meta-data {
font-size: 16px;
line-height: 18px;
font-family: var(--body-font);
font-weight: 400;
color: #878787;
margin-bottom: 0;
}
.course-single-item-02 .content .post-mate .meta-data i {
margin-right: 8px;
color: var(--main-color-one);
}
.course-single-item-02 .content .title {
font-size: 23px;
line-height: 55px;
font-family: var(--heading-font);
font-weight: 600;
color: #323232;
margin-top: 14px;
padding-bottom: 17px;
border-bottom: 1px dashed #CFCFCF;
-webkit-transition: 0.3s all ease;
transition: 0.3s all ease;
}
.course-single-item-02 .content .title:hover {
color: var(--main-color-one);
}
.course-single-item-02 .author-details {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
margin-top: 30px;
}
.course-single-item-02 .author-details .author-meta {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
margin-bottom: 0px;
}
.course-single-item-02 .author-details .author-meta .thumb {
margin-right: 10px;
}
.course-single-item-02 .author-details .author-meta .content .author-name {
font-size: 16px;
line-height: 18px;
font-family: var(--body-font);
font-weight: 400;
color: #323232;
margin-bottom: 0px;
}
.course-single-item-02 .author-details .course-price {
font-size: 16px;
line-height: 18px;
font-family: var(--body-font);
font-weight: 600;
color: var(--main-color-one);
}
.courses-single-item-03 {
margin-bottom: 30px;
}
.courses-single-item-03 .bg-wrapper {
overflow: hidden;
border-radius: 10px;
}
.courses-single-item-03 .bg-wrapper .courses-bg {
background-size: cover;
background-repeat: no-repeat;
background-position: center;
min-height: 600px;
border-radius: 10px;
position: relative;
-webkit-transition: 0.4s all ease;
transition: 0.4s all ease;
}
.courses-single-item-03 .bg-wrapper .courses-bg:hover {
-webkit-transform: scale(1.2);
transform: scale(1.2);
}
.courses-single-item-03 .bg-wrapper .courses-bg .content {
position: absolute;
bottom: 20px;
padding: 0px 30px;
width: 100%;
}
.courses-single-item-03 .content {
margin-top: 25px;
}
.courses-single-item-03 .content .title {
font-size: 45px;
line-height: 55px;
font-family: var(--heading-font);
font-weight: 700;
margin-bottom: 28px;
cursor: pointer;
-webkit-transition: 0.3s all ease;
transition: 0.3s all ease;
}
.courses-single-item-03 .content .title:hover {
color: var(--main-color-one);
}
.courses-single-item-03 .content .description {
font-size: 16px;
line-height: 28px;
font-family: var(--body-font);
font-weight: 400;
color: #535353;
}
.elementor-widget-bedriver-course-single-box-widget .courses-single-item-03 .content .title {
padding-top: 20px;
margin-bottom: 15px;
}
.course-module {
background: #EEF9FF;
padding: 25px 0px;
border-radius: 6px;
margin-bottom: 30px;
}
.course-module .module-single-items {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
position: relative;
z-index: 0;
}
.course-module .module-single-items.style-01::after {
content: none;
}
.course-module .module-single-items::after {
content: "";
position: absolute;
z-index: 1;
left: 0;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
width: 100%;
height: 50%;
border-left: 1px dashed #535353;
}
.course-module .module-single-items .icon {
font-size: 30px;
margin-right: 15px;
margin-top: 5px;
color: var(--heading-color);
}
.course-module .module-single-items .content .title {
font-size: 18px;
line-height: 28px;
font-family: var(--heading-font);
font-weight: 600;
color: var(--heading-color);
margin-bottom: 0px;
text-transform: uppercase;
}
.course-module .module-single-items .content p {
font-size: 14px;
line-height: 30px;
font-family: var(--body-font);
font-weight: 500;
color: #323232;
margin-bottom: 0px;
}
.course-single-description .content .title {
font-size: 30px;
line-height: 55px;
font-family: var(--heading-font);
font-weight: 600;
color: var(--heading-color);
margin-bottom: 5px;
}
.course-single-description .content p {
font-size: 16px;
line-height: 28px;
font-family: var(--body-font);
font-weight: 400;
color: #535353;
margin-bottom: 10px;
}
.course-single-description .content p.style-01 {
margin-bottom: 30px;
}
.school-advantage-list {
margin-top: 30px;
}
.school-advantage-list .content .title {
font-size: 30px;
line-height: 55px;
font-family: var(--heading-font);
font-weight: 600;
color: var(--heading-color);
margin-bottom: 22px;
}
.course-for-who .content .title {
font-size: 30px;
line-height: 30px;
font-family: var(--heading-font);
font-weight: 600;
color: var(--heading-color);
margin-bottom: 10px;
}
.course-for-who .content p {
font-size: 16px;
line-height: 28px;
font-family: var(--body-font);
font-weight: 400;
color: #535353;
margin-bottom: 36px;
}
.course-for-who .content p a {
color: var(--main-color-one);
}
.contact-form .content {
border-bottom: 1px dashed #AFB0B2;
margin-bottom: 30px;
padding-bottom: 50px;
}
.contact-form .content.style-01 {
border-bottom: 0;
margin-bottom: 0px;
padding-bottom: 10px;
}
.contact-form .content.style-01 .title {
text-align: left;
margin-bottom: 0;
}
.contact-form .content.style-01 p {
text-align: left;
}
.contact-form .content.instructor {
border-bottom: none;
margin-bottom: 0px;
}
.contact-form .content .title {
font-size: 30px;
line-height: 55px;
font-family: var(--heading-font);
color: var(--heading-color);
font-weight: 600;
text-align: center;
}
.contact-form .content p {
font-size: 16px;
line-height: 28px;
font-family: var(--body-font);
color: var(--heading-color);
font-weight: 400;
text-align: center;
max-width: 500px;
margin: auto;
}
.contact-form .contact-page-form .form-group {
margin-bottom: 24px;
}
.contact-form .contact-page-form .form-group i {
position: absolute;
z-index: 99;
top: 50%;
right: 40px;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
font-size: 18px;
}
.contact-form .contact-page-form .form-group label {
font-size: 15px;
line-height: 28px;
font-family: var(--body-font);
color: var(--heading-color);
font-weight: 600;
}
.contact-form .contact-page-form .form-group label.style-01 {
color: #323232;
}
.contact-form .contact-page-form .form-group .contact-select .form-select {
width: 100%;
line-height: 0px;
margin-bottom: 24px;
}
.contact-form .contact-page-form .form-group .contact-select .form-select::after {
height: 10px;
width: 10px;
border-bottom: 2px solid #CFCFCF;
border-right: 2px solid #CFCFCF;
margin-top: -6px;
border: none;
right: 25px;
}
.contact-form .contact-page-form .form-group .contact-select .form-select .list {
width: 100%;
}
.contact-form .contact-page-form .form-group .contact-select .form-select .list .option:focus, .contact-form .contact-page-form .form-group .contact-select .form-select .list .option.selected, .contact-form .contact-page-form .form-group .contact-select .form-select .list .option:hover {
background: var(--main-color-one);
}
.contact-form .contact-page-form .form-group .contact-select .form-select .current {
font-size: 15px;
line-height: 44px;
font-family: var(--body-font);
font-weight: 400;
color: #535353;
}
.contact-form .contact-page-form .form-group .form-control {
height: 60px;
border: 1px solid #CFCFCF;
font-size: 16px;
line-height: 30px;
font-family: var(--body-font);
font-weight: 300;
border-radius: 3px;
padding: 6px 12px 6px 15px;
}
.contact-form .contact-page-form .form-group .form-control:focus {
outline: none;
-webkit-box-shadow: none;
box-shadow: none;
}
.contact-form .contact-page-form .form-group .form-control:focus::-webkit-input-placeholder {
color: #c3c3c3;
font-size: 0px;
}
.contact-form .contact-page-form .form-group .form-control:focus::-moz-placeholder {
color: #c3c3c3;
font-size: 0px;
}
.contact-form .contact-page-form .form-group .form-control:focus:-ms-input-placeholder {
color: #c3c3c3;
font-size: 0px;
}
.contact-form .contact-page-form .form-group .form-control:focus::-ms-input-placeholder {
color: #c3c3c3;
font-size: 0px;
}
.contact-form .contact-page-form .form-group .form-control:focus::placeholder {
color: #c3c3c3;
font-size: 0px;
}
.contact-form .contact-page-form .form-group .form-control.text-area {
height: 160px;
margin-bottom: 30px;
}
.contact-form .contact-page-form .form-group .form-control::-webkit-input-placeholder {
font-size: 15px;
line-height: 28px;
font-family: var(--body-font);
font-weight: 400;
color: #c3c3c3;
}
.contact-form .contact-page-form .form-group .form-control::-moz-placeholder {
font-size: 15px;
line-height: 28px;
font-family: var(--body-font);
font-weight: 400;
color: #c3c3c3;
}
.contact-form .contact-page-form .form-group .form-control:-ms-input-placeholder {
font-size: 15px;
line-height: 28px;
font-family: var(--body-font);
font-weight: 400;
color: #c3c3c3;
}
.contact-form .contact-page-form .form-group .form-control::-ms-input-placeholder {
font-size: 15px;
line-height: 28px;
font-family: var(--body-font);
font-weight: 400;
color: #c3c3c3;
}
.contact-form .contact-page-form .form-group .form-control::placeholder {
font-size: 15px;
line-height: 28px;
font-family: var(--body-font);
font-weight: 400;
color: #c3c3c3;
}
.contact-form .contact-page-form .form-mate {
margin-bottom: 0px;
text-align: center;
font-size: 16px;
line-height: 26px;
font-weight: 400;
font-family: var(--body-font);
color: var(--heading-font);
margin-top: 20px;
}
.wpcf7 form.sent .wpcf7-response-output {
border-color: var(--main-color-one);
}
.Appointment-form {
background: #FFFFFF;
-webkit-box-shadow: 0px 15px 30px rgba(3, 5, 25, 0.15);
box-shadow: 0px 15px 30px rgba(3, 5, 25, 0.15);
padding: 45px 60px 56px 60px;
border-radius: 6px;
margin-bottom: -200px;
margin-top: -35px;
}
.single-testimonial-item-wrapper {
padding: 0 15px;
}
.single-testimonial-item {
background: #FFFFFF;
border: 1px solid #EFEFEF;
border-radius: 6px;
padding: 40px 40px 40px 40px;
margin-bottom: 60px;
-webkit-transition: 0.7s all ease;
transition: 0.7s all ease;
}
.single-testimonial-item:hover {
-webkit-box-shadow: 0px 12px 30px rgba(0, 0, 0, 0.13);
box-shadow: 0px 12px 30px rgba(0, 0, 0, 0.13);
border: 1px solid #fff;
}
.single-testimonial-item .ratings {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
border-bottom: 1px dashed #BEBEBE;
margin-bottom: 20px;
padding-bottom: 40px;
}
.single-testimonial-item .ratings .start-icon i {
margin-right: 5px;
color: #E99400;
}
.single-testimonial-item .ratings .quotes-icon i {
color: var(--main-color-one);
font-size: 20px;
}
.single-testimonial-item .content .description {
font-size: 16px;
line-height: 26px;
font-family: var(--body-font);
font-weight: 400;
color: #535353;
margin-bottom: 30px;
}
.single-testimonial-item .author-details {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.single-testimonial-item .author-details .thumb {
margin-right: 20px;
}
.single-testimonial-item .author-details .author-meta .title {
font-size: 16px;
line-height: 26px;
font-family: var(--heading-font);
font-weight: 600;
color: var(--main-color-one);
margin-bottom: 0px;
}
.single-testimonial-item .author-details .author-meta .designation {
font-family: var(--heading-font);
font-weight: 500;
color: var(--heading-color);
}
.single-testimonial-item .author-details span {
width: 30px;
height: 1px;
background: var(--main-color-one);
margin-left: 35px;
margin-top: -20px;
}
.testimonial-carousel-wrap {
margin-left: -15px;
margin-right: -15px;
}
.testimonial-carousel .prev-arrow {
width: 53px;
height: 53px;
line-height: 53px;
background: #fff;
text-align: center;
border: 2px solid var(--main-color-one);
border-radius: 6px;
color: var(--main-color-one);
font-size: 22px;
position: absolute;
top: -110px;
left: 15px;
-webkit-transition: 0.4s all ease;
transition: 0.4s all ease;
cursor: pointer;
}
.testimonial-carousel .prev-arrow:focus {
outline: none;
}
.testimonial-carousel .prev-arrow:hover {
background: var(--main-color-one);
border: 2px solid var(--main-color-one);
color: var(--heading-color);
}
.testimonial-carousel .next-arrow {
width: 53px;
height: 53px;
line-height: 53px;
background: #fff;
text-align: center;
border: 2px solid var(--main-color-one);
border-radius: 6px;
color: var(--main-color-one);
font-size: 22px;
position: absolute;
top: -110px;
right: 15px;
-webkit-transition: 0.4s all ease;
transition: 0.4s all ease;
cursor: pointer;
}
.testimonial-carousel .next-arrow:focus {
outline: none;
}
.testimonial-carousel .next-arrow:hover {
background: var(--main-color-one);
border: 2px solid var(--main-color-one);
color: var(--heading-color);
}
.course-nav {
margin-left: 110px;
position: relative;
z-index: 0;
-webkit-transition: 0.3s all ease;
transition: 0.3s all ease;
}
.course-nav:hover .icon {
color: var(--main-color-one);
}
.course-nav:hover .course-navigation .course-list {
opacity: 1;
visibility: visible;
top: 50px;
}
.course-nav .icon {
color: #fff;
cursor: pointer;
margin-right: 5px;
font-size: 16px;
}
.course-nav .course-menu {
color: #fff;
font-size: 18px;
line-height: 30px;
font-family: var(--heading-font);
font-weight: 600;
}
.course-nav .course-menu a {
color: #fff;
}
.course-nav .course-navigation .course-list {
position: absolute;
text-align: left;
min-width: 250px;
margin: 0;
padding: 0;
list-style: none;
left: -50px;
top: 78px;
-webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.05);
box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.05);
z-index: 9;
border-bottom: 4px solid var(--main-color-one);
-webkit-transition: 0.3s all ease;
transition: 0.3s all ease;
visibility: hidden;
opacity: 0;
}
.course-nav .course-navigation .course-list::after {
content: "";
position: absolute;
top: -14px;
left: 17%;
width: 0;
height: 0;
border-left: 15px solid transparent;
border-right: 15px solid transparent;
border-bottom: 15px solid #fff;
}
.course-nav .course-navigation .course-list li {
display: block;
margin-left: 0;
line-height: 24px;
font-size: 14px;
font-family: var(--body-font);
font-weight: 500;
}
.course-nav .course-navigation .course-list li + li {
border-top: 1px solid #e2e2e2;
}
.course-nav .course-navigation .course-list li a {
display: block;
padding: 12px 12px;
background-color: #fff;
white-space: nowrap;
color: var(--heading-color);
-webkit-transition: 0.3s all ease;
transition: 0.3s all ease;
}
.course-nav .course-navigation .course-list li a:hover {
background: var(--main-color-one);
color: var(--heading-color);
}
.course-nav .course-navigation .course-list li a:hover span {
margin-left: 8px;
}
.course-nav .course-navigation .course-list li a span {
-webkit-transition: 0.3s all ease;
transition: 0.3s all ease;
}
.friendly-driving-bg {
background-repeat: no-repeat;
background-size: cover;
background-position: center;
min-height: 650px;
border-radius: 6px;
position: relative;
}
.friendly-driving-bg::before {
content: "";
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(38%, rgba(3, 5, 25, 0.3)), to(rgba(3, 5, 25, 0.67)));
background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(3, 5, 25, 0.3) 38%, rgba(3, 5, 25, 0.67) 100%);
border-radius: 6px;
}
.friendly-driving-bg .content {
position: absolute;
bottom: 35px;
left: 40px;
}
.friendly-driving-bg .content .applicant {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
margin-bottom: 30px;
}
.friendly-driving-bg .content .applicant .thumb {
margin-right: 20px;
}
.friendly-driving-bg .content .applicant .applicant-number h6 {
color: #fff;
margin-bottom: 0px;
} .accordion-wrapper .card {
border: none;
background-color: #fff;
border-radius: 4px;
-webkit-transition: 0.7s all ease;
transition: 0.7s all ease;
}
.accordion-wrapper .card + .card {
margin-top: 20px;
}
.accordion-wrapper .card .card-header {
background-color: transparent;
padding: 0;
border: none;
}
.accordion-wrapper .card .card-header a {
display: block;
font-size: 16px;
line-height: 28px;
font-weight: 600;
font-family: var(--body-font);
color: var(--heading-color);
padding: 20px 20px 20px 65px;
cursor: pointer;
position: relative;
}
.accordion-wrapper .card .card-header a:after {
position: absolute;
left: 8px;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
width: 45px;
height: 45px;
line-height: 45px;
text-align: center;
background: #030519;
color: var(--main-color-one);
border-radius: 4px;
content: "";
font-family: "fontawesome";
}
.accordion-wrapper .card .card-header a[aria-expanded=true]:after {
content: "";
}
.accordion-wrapper .card .card-body {
padding: 20px 10px 20px 66px;
border-top: 1px dashed #D5D5D5;
font-size: 16px;
line-height: 28px;
font-family: var(--body-font);
font-weight: 400;
color: var(--heading-color);
-webkit-transition: 0.7s alternate;
transition: 0.7s alternate;
}
.accordion-wrapper-02 .card {
border: none;
background-color: #fff;
border: 1px solid var(--main-color-one);
border-radius: 6px;
-webkit-transition: 0.7s all ease;
transition: 0.7s all ease;
}
.accordion-wrapper-02 .card + .card {
margin-top: 21px;
}
.accordion-wrapper-02 .card .card-header {
background-color: transparent;
padding: 0;
border: none;
}
.accordion-wrapper-02 .card .card-header a {
display: block;
font-size: 20px;
line-height: 30px;
font-weight: 600;
font-family: var(--heading-font);
color: var(--heading-color);
padding: 20px 20px 20px 18px;
cursor: pointer;
position: relative;
-webkit-transition: 0.7s all ease;
transition: 0.7s all ease;
}
.accordion-wrapper-02 .card .card-header a:after {
position: absolute;
right: 25px;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
color: var(--main-color-one);
content: "";
font-family: "fontawesome";
}
.accordion-wrapper-02 .card .card-header a[aria-expanded=true] {
background: var(--main-color-one);
-webkit-transition: 0.7s all ease;
transition: 0.7s all ease;
}
.accordion-wrapper-02 .card .card-header a[aria-expanded=true]:after {
content: "";
color: var(--heading-color);
}
.accordion-wrapper-02 .card .card-body {
background: var(--main-color-one);
padding: 0px 20px 25px 18px;
border-top: 0px;
font-size: 16px;
line-height: 28px;
font-family: var(--body-font);
font-weight: 400;
color: #323232;
-webkit-transition: 0.7s alternate;
transition: 0.7s alternate;
}
.accordion-wrapper-02 .card .card-body .faq-img {
margin-top: 15px;
border-radius: 6px;
} .counter-section-area {
position: relative;
margin-top: -60px;
}
.counter-section-area.instructor-single {
margin-top: 30px;
}
.counter-section-inner {
background: #fff;
-webkit-box-shadow: 0px 12px 25px rgba(251, 205, 33, 0.25);
box-shadow: 0px 12px 25px rgba(251, 205, 33, 0.25);
padding: 60px;
border-radius: 6px;
}
.counter-section-inner.instructor-single {
-webkit-box-shadow: none;
box-shadow: none;
background: #FEFCF2;
padding: 25px;
}
.single-counterup-01 {
text-align: center;
border-right: 0px dashed #CFCFCF;
}
.single-counterup-01:after {
content: "";
position: absolute;
right: -148px;
border: dashed;
border-color: #c6c6c6;
border-width: 0px 0px 0 1px;
}
.single-counterup-01.style-01 {
border-right: 0px;
}
.single-counterup-01.style-02 {
border-right: 0px;
position: relative;
cursor: pointer;
-webkit-transition: 0.5s all ease;
transition: 0.5s all ease;
}
.single-counterup-01.style-02.b-none::after {
content: none;
}
.single-counterup-01.style-02:hover .icon::after {
-webkit-transform: scale(1.5);
transform: scale(1.5);
top: 5px;
right: 76px;
background: rgba(251, 205, 33, 0.16);
}
.single-counterup-01.style-02::after {
content: "";
position: absolute;
right: -44%;
top: 30px;
width: 45%;
height: 70%;
border-right: 1px dashed #CFCFCF;
}
.single-counterup-01.no-right-border::after {
border-right: 0px dashed #CFCFCF;
}
.single-counterup-01.about::after {
content: none;
}
.single-counterup-01 .icon {
position: relative;
margin-bottom: 5px;
font-size: 45px;
color: var(--heading-color);
}
.single-counterup-01 .icon.style-01 {
color: var(--main-color-one);
}
.single-counterup-01 .icon::after {
content: "";
position: absolute;
width: 50px;
height: 50px;
line-height: 50px;
background: rgba(251, 205, 33, 0.16);
border-radius: 50%;
top: 5px;
right: 55px;
z-index: 0;
-webkit-transition: all 0.5s;
transition: all 0.5s;
}
.single-counterup-01 .content .title {
font-size: 18px;
line-height: 28px;
color: #3E4357;
font-family: var(--heading-font);
font-weight: 600;
margin-bottom: 0px;
}
.single-counterup-01 .content .title.about {
font-weight: 500;
color: #323232;
}
.single-counterup-01 .content .title.instructor-single {
color: #535353;
}
.single-counterup-01 .content .odo-area .odo-title {
font-size: 30px;
line-height: 40px;
font-weight: 700;
color: var(--main-color-one);
font-family: var(--heading-font);
margin-right: 5px;
}
.single-counterup-01 .content .odo-area .odo-title.about {
font-size: 35px;
line-height: 45px;
font-weight: 700;
color: var(--heading-color);
font-family: var(--heading-font);
margin-bottom: 0px;
}
.single-counterup-01 .content .odo-area .odo-title.instructor-single {
font-size: 35px;
line-height: 45px;
font-weight: 700;
color: var(--main-color-one);
font-family: var(--heading-font);
}
.single-counterup-01 .content .odo-area .pluse {
font-size: 30px;
line-height: 40px;
font-weight: 700;
color: var(--main-color-one);
font-family: var(--heading-font);
}
.single-counterup-01 .content .odo-area .pluse.about {
color: var(--heading-color);
}
.counter-single-item .count-title {
font-size: 20px;
line-height: 30px;
font-family: var(--heading-font);
font-weight: 700;
color: var(--heading-color);
text-align: center;
text-transform: uppercase;
margin-top: 20px;
}
.counter-single-item .counter-item {
position: absolute;
left: 47%;
top: 35%;
-webkit-transform: translate(-47%, -35%);
transform: translate(-47%, -35%);
}
.counter-single-item .counter-item:last-child {
margin-right: 0;
}
.counter-single-item .counter-item span {
text-align: center;
display: block;
line-height: 55px;
font-family: var(--heading-font);
font-size: 35px;
font-weight: 700;
padding-bottom: 0px;
color: var(--heading-color);
}
.counter-single-item .counter-item h6 {
text-align: center;
font-size: 14px;
font-weight: 500;
line-height: 28px;
color: var(--heading-color);
padding: 8px;
border-radius: 0px 0px 5px 5px;
}
.team-single-item-wrap {
padding: 0px 15px;
}
.team-single-item {
position: relative;
-webkit-transition: 0.7s all ease;
transition: 0.7s all ease;
overflow: hidden;
}
.team-single-item:hover .social-area .social-icons {
right: 20px;
opacity: 1;
visibility: visible;
}
.team-single-item:hover .thumb .team-img::before {
background: rgba(3, 5, 25, 0.53);
}
.team-single-item.instructor-single-details .social-area .social-icons {
right: 58px;
top: 52%;
opacity: 1;
visibility: visible;
}
.team-single-item.instructor-single-details .thumb .team-img::before {
background: rgba(3, 5, 25, 0.53);
}
.team-single-item .thumb .team-img {
background-size: cover;
background-position: center;
background-repeat: no-repeat;
min-height: 312px;
border-radius: 6px;
margin-bottom: 10px;
position: relative;
}
.team-single-item .thumb .team-img::before {
content: "";
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: rgba(3, 5, 25, 0);
border-radius: 6px;
-webkit-transition: 0.7s all ease;
transition: 0.7s all ease;
}
.team-single-item .author-meta .author-name {
font-size: 23px;
line-height: 43px;
font-family: var(--heading-font);
font-weight: 600;
color: #323232;
margin-bottom: 0px;
}
.team-single-item .author-meta .author-name:hover {
color: var(--main-color-one);
}
.team-single-item .author-meta .designation {
font-size: 14px;
line-height: 26px;
font-family: var(--body-font);
font-weight: 500;
color: #323232;
margin-bottom: 0px;
}
.team-single-item .social-area .social-icons {
list-style: none;
margin: 0;
padding: 0;
position: absolute;
top: 20px;
right: -60px;
background: var(--main-color-one);
padding: 15px;
border-radius: 28px;
-webkit-transition: 0.7s all ease;
transition: 0.7s all ease;
opacity: 0;
visibility: hidden;
}
.team-single-item .social-area .social-icons li {
-webkit-transition: 0.5s all ease;
transition: 0.5s all ease;
}
.team-single-item .social-area .social-icons li:hover a i {
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}
.team-single-item .social-area .social-icons li a {
width: 26px;
height: 26px;
line-height: 23px;
display: block;
text-align: center;
border: 2px solid var(--heading-color);
border-radius: 50%;
}
.team-single-item .social-area .social-icons li a i {
font-size: 14px;
color: var(--heading-color);
-webkit-transition: 0.5s all ease;
transition: 0.5s all ease;
}
.team-single-item .social-area .social-icons li + li {
margin-top: 10px;
}
.team-single-item.instructor-single-details .author-meta .author-name:hover {
color: var(--heading-color);
}
.team-single-item-02 {
position: relative;
-webkit-transition: 0.7s all ease;
transition: 0.7s all ease;
overflow: hidden;
}
.team-single-item-02 .thumb .team-img {
background-size: cover;
background-position: center;
background-repeat: no-repeat;
min-height: 312px;
border-radius: 6px;
margin-bottom: 10px;
position: relative;
}
.team-single-item-02 .author-meta .author-name {
font-size: 23px;
line-height: 43px;
font-family: var(--heading-font);
font-weight: 600;
color: #323232;
margin-bottom: 0px;
-webkit-transition: 0.3s all ease;
transition: 0.3s all ease;
}
.team-single-item-02 .author-meta .author-name:hover {
color: var(--main-color-one);
}
.team-single-item-02 .author-meta .designation {
font-size: 16px;
line-height: 26px;
font-family: var(--body-font);
font-weight: 500;
color: #323232;
margin-bottom: 0px;
}
.gallery-single-items {
-webkit-transition: 0.5 all ease;
transition: 0.5 all ease;
position: relative;
background: var(--main-color-one);
}
.gallery-single-items:hover .thumb {
-webkit-transform: scale(0.96);
transform: scale(0.96);
}
.gallery-single-items:hover .thumb::before {
background: rgba(3, 5, 25, 0);
}
.gallery-single-items:hover .icon {
-webkit-transform: scale(0.96);
transform: scale(0.96);
}
.gallery-single-items .thumb {
-webkit-transition: 0.5s all ease;
transition: 0.5s all ease;
}
.gallery-single-items .thumb img {
width: 100%;
}
.gallery-single-items .thumb::before {
content: "";
position: absolute;
z-index: 1;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: rgba(3, 5, 25, 0.7);
-webkit-transition: 0.5s all ease;
transition: 0.5s all ease;
}
.gallery-single-items .icon {
position: absolute;
z-index: 2;
left: 38%;
top: 38%;
width: 152px;
height: 152px;
text-align: center;
line-height: 160px;
background: rgba(251, 205, 33, 0.9);
border-radius: 50%;
font-size: 40px;
-webkit-transition: 0.5s all ease;
transition: 0.5s all ease;
-webkit-transform: scale(0);
transform: scale(0);
}
.gallery-single-items .icon::after {
content: "";
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
width: 84px;
height: 84px;
border: 1px solid var(--heading-color);
border-radius: 50%;
}
.news-single-items-wrap {
padding: 0px 15px;
}
.news-single-items {
position: relative;
z-index: 0;
}
.news-single-items .thumb {
overflow: hidden;
border-radius: 10px;
}
.news-single-items .thumb .blog-img {
border-radius: 10px;
-webkit-transition: 0.7s all ease;
transition: 0.7s all ease;
}
.news-single-items .thumb .blog-img:hover {
-webkit-transform: scale(1.09);
transform: scale(1.09);
}
.news-single-items .thumb .event {
color: var(--heading-color);
font-size: 14px;
line-height: 28px;
font-family: var(--body-font);
font-weight: 500;
background: var(--main-color-one);
padding: 3px 14px;
border-radius: 3px;
position: absolute;
left: 30px;
top: 30px;
}
.news-single-items .content {
margin-top: 5px;
}
.news-single-items .content a.event {
display: inline-block;
padding: 5px 15px;
color: #727272;
border-radius: 6px;
margin-top: 20px;
font-weight: 600;
margin-bottom: 10px;
background: #f5f5f5;
}
.news-single-items .content a.event:hover {
background-color: #E2B200;
color: var(--heading-color);
}
.news-single-items .content .post-meta {
list-style: none;
margin: 0;
padding: 0;
margin-bottom: 8px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.news-single-items .content .post-meta li {
display: inline-block;
font-size: 14px;
line-height: 32px;
font-family: var(--body-font);
font-weight: 400;
color: #535353;
}
.news-single-items .content .post-meta li + li {
margin-left: 15px;
}
.news-single-items .content .post-meta li:first-child a {
padding-right: 15px;
}
.news-single-items .content .post-meta li:first-child a::after {
position: absolute;
content: "|";
left: 86px;
font-weight: 400;
color: #999999;
}
.news-single-items .content .title {
font-size: 20px;
line-height: 32px;
font-family: var(--heading-font);
font-weight: 700;
color: var(--heading-color);
margin-bottom: 0px;
padding-bottom: 50px;
-webkit-transition: 0.3s all ease;
transition: 0.3s all ease;
}
.news-single-items .content .title a {
color: var(--heading-color);
}
.news-single-items .content .title a:hover {
color: var(--main-color-one);
}
.drive-work-single-items .drive-work-bg {
background-size: cover;
background-position: center;
background-repeat: no-repeat;
min-height: 200px;
border-radius: 8px;
position: relative;
z-index: 0;
}
.drive-work-single-items .drive-work-bg::before {
content: "";
position: absolute;
z-index: -1;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: #FBCD21;
border-radius: 6px;
}
.drive-work-single-items .drive-work-bg::after {
position: absolute;
content: "";
left: 50%;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
bottom: -48px;
border-top: 25px solid #FBCD21;
border-right: 25px solid transparent;
border-bottom: 25px solid transparent;
border-left: 25px solid transparent;
}
.drive-work-single-items .drive-work-bg .icon {
width: 75px;
height: 75px;
line-height: 75px;
text-align: center;
background: #FBCD21;
border-radius: 50%;
margin: auto;
position: relative;
top: -30px;
border: 5px solid #EEF9FF;
}
.drive-work-single-items .drive-work-bg .icon .icon-course {
font-size: 32px;
color: #323232;
line-height: 58px;
}
.drive-work-single-items .drive-work-bg .icon .icon-instractor {
font-size: 34px;
color: #323232;
line-height: 55px;
}
.drive-work-single-items .drive-work-bg .icon .icon-test-paper {
font-size: 22px;
color: #323232;
}
.drive-work-single-items .drive-work-bg .icon .icon-wheel {
font-size: 40px;
line-height: 55px;
color: #323232;
}
.drive-work-single-items .drive-work-bg .icon i:before {
-webkit-transform: translate(-50%, 38%);
transform: translate(-50%, 38%);
position: absolute;
}
.drive-work-single-items .drive-work-bg .content .title {
font-size: 18px;
line-height: 28px;
font-family: var(--heading-font);
font-weight: 700;
text-align: center;
margin-top: -7px;
margin-bottom: 13px;
}
.drive-work-single-items .drive-work-bg .content span {
display: block;
text-align: center;
font-size: 16px;
line-height: 28px;
font-family: var(--body-font);
font-weight: 500;
}
.award-single-items {
border-top: 1px dashed var(--main-color-one);
padding: 30px 0px 18px 0px;
}
.award-single-items .content .title {
font-size: 18px;
line-height: 28px;
font-family: var(--heading-font);
font-weight: 700;
color: var(--heading-color);
margin-bottom: 11px;
}
.author-details {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.author-details .author-meta {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
margin-bottom: 15px;
}
.author-details .author-meta.style-01 {
display: block;
margin-bottom: 0px;
}
.author-details .author-meta .thumb {
margin-right: 20px;
}
.author-details .author-meta .thumb img {
margin-right: 10px;
width: 85%;
border-radius: 50px;
}
.author-details .author-meta .author-name {
font-size: 16px;
line-height: 26px;
font-family: var(--body-font);
font-weight: 400;
color: #505050;
}
.author-details .author-meta .designation {
font-size: 14px;
line-height: 24px;
font-family: var(--body-font);
font-weight: 400;
color: #505050;
margin-bottom: 0px;
}
.author-details .author-meta .ratings i {
margin-right: 5px;
font-size: 16px;
color: var(--main-color-one);
}
.author-details .author-meta .ratings span {
font-size: 14px;
line-height: 28px;
font-family: var(--body-font);
font-weight: 400;
color: #505050;
}
.author-details .price span {
font-size: 23px;
line-height: 55px;
font-family: var(--heading-font);
font-weight: 600;
background: var(--main-color-one);
color: var(--heading-color);
padding: 8px 14px;
border-radius: 3px;
}
.follow-us.style-01 {
margin-top: 40px;
}
.follow-us ul {
list-style: none;
margin: 0;
padding: 0;
}
.follow-us ul li {
display: inline-block;
font-size: 18px;
line-height: 30px;
font-family: var(--heading-font);
font-weight: 600;
color: #fff;
margin-bottom: 0px;
}
.follow-us ul li span {
-webkit-transition: 0.5s all ease;
transition: 0.5s all ease;
color: #fff;
}
.follow-us ul li span:hover {
color: var(--main-color-one);
}
.follow-us ul li + li {
margin-left: 5px;
}
.breadcrumbs ul {
list-style: none;
text-align: center;
margin: 0;
padding: 0;
display: inline-block;
border-radius: 4px;
}
.breadcrumbs ul li {
display: inline;
}
.breadcrumbs ul li + li {
margin-left: 5px;
}
.breadcrumbs ul li + li::before {
content: "/";
display: inline-block;
color: #C1C1C1;
font-size: 18px;
margin-right: 5px;
}
.breadcrumbs ul li a {
font-size: 18px;
line-height: 30px;
font-family: var(--heading-font);
font-weight: 600;
color: #C1C1C1;
-webkit-transition: 0.5s all ease;
transition: 0.5s all ease;
}
.breadcrumbs ul li a:hover {
color: var(--main-color-one) !important;
cursor: pointer;
}
.breadcrumbs ul li a.active {
color: var(--main-color-one) !important;
}
.breadcrumbs ul li i {
margin-right: 15px;
color: var(--main-color-one);
}
.br-404,
.br-search {
margin-left: 5px;
}
.br-404::before,
.br-search::before {
content: "/";
display: inline-block;
color: #C1C1C1;
font-size: 18px;
margin-right: 5px;
}
.check-list-items .list-parent {
list-style: none;
margin: 0;
padding: 0;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.check-list-items .list-parent.style-01 {
display: block;
}
.check-list-items .list-parent .list-child {
color: #fff;
margin-right: 30px;
position: relative;
padding-left: 35px;
margin-bottom: 30px;
font-size: 16px;
line-height: 28px;
font-family: var(--body-font);
font-weight: 500;
color: #fff;
}
.check-list-items .list-parent .list-child.style-01 {
color: #535353;
}
.check-list-items .list-parent .list-child.style-02 {
font-size: 18px;
line-height: 28px;
font-family: var(--heading-font);
font-weight: 500;
color: var(--heading-color);
margin-bottom: 25px;
}
.check-list-items .list-parent .list-child.style-03 {
font-size: 18px;
line-height: 28px;
font-family: var(--heading-font);
font-weight: 600;
color: var(--heading-color);
margin-bottom: 15px;
}
.check-list-items .list-parent .list-child.style-04 {
font-size: 16px;
line-height: 26px;
font-family: var(--body-font);
font-weight: 400;
color: #323232;
margin-bottom: 20px;
}
.check-list-items .list-parent .list-child.style-05 {
color: #323232;
margin-bottom: 15px;
}
.check-list-items .list-parent .list-child::after {
content: "";
font-family: "fontawesome";
font-weight: 900;
position: absolute;
font-size: 10px;
left: 0;
top: 3px;
width: 20px;
height: 20px;
line-height: 20px;
text-align: center;
background: var(--main-color-one);
border-radius: 50%;
color: var(--heading-color);
margin-right: 20px;
-webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
.check-list-items p {
font-size: 16px;
line-height: 26px;
font-family: var(--body-font);
font-weight: 400;
color: var(--heading-color);
} .blog-grid-carousel-wrapper {
margin-left: -15px;
margin-right: -15px;
}
.blog-outer-wrap {
padding: 0 15px;
margin: 15px 0 40px;
}
.blog-slider-controls .slider-nav {
position: absolute;
left: 50%;
bottom: 0;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
width: 135px;
height: 75px;
line-height: 40px;
text-align: center;
background-color: #f3f5f7;
border: 4px solid #fff;
color: #fff;
-webkit-transition: all 0.3s ease-in;
transition: all 0.3s ease-in;
}
.blog-slider-controls .slider-nav div {
font-weight: 400;
font-size: 16px;
color: #14212b;
width: 50px;
height: 50px;
background: #fff;
cursor: pointer;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-transition: all 500ms ease-in;
transition: all 500ms ease-in;
}
.blog-slider-controls .slider-nav div:hover {
background-color: var(--main-color-one);
color: #fff;
}
.blog-slider-controls .slider-nav div.prev-arrow {
position: absolute;
left: 10px;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
}
.blog-slider-controls .slider-nav div.next-arrow {
position: absolute;
right: 10px;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
}
.blog-grid-items-01 {
margin-bottom: 50px;
-webkit-transition: 0.5s all ease;
transition: 0.5s all ease;
}
.blog-grid-items-01:hover .thumb img {
-webkit-transform: scale(1.1);
transform: scale(1.1);
}
.blog-grid-items-01 .thumb {
overflow: hidden;
border-radius: 10px;
}
.blog-grid-items-01 .thumb img {
border-radius: 10px;
-webkit-transition: 0.5s all ease;
transition: 0.5s all ease;
}
.blog-grid-items-01 .event {
color: var(--heading-color);
font-size: 14px;
line-height: 28px;
font-family: var(--body-font);
font-weight: 500;
background: var(--main-color-one);
padding: 5px 15px;
border-radius: 3px;
position: absolute;
left: 40px;
top: 30px;
}
.blog-grid-items-01 .content {
margin-top: 5px;
}
.blog-grid-items-01 .content .post-meta {
list-style: none;
margin: 0;
padding: 0;
margin-bottom: 8px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
.blog-grid-items-01 .content .post-meta li {
display: inline-block;
font-size: 14px;
line-height: 32px;
font-family: var(--body-font);
font-weight: 400;
color: #535353;
-webkit-transition: 0.5s all ease;
transition: 0.5s all ease;
}
.blog-grid-items-01 .content .post-meta li:hover {
color: var(--main-color-one);
}
.blog-grid-items-01 .content .post-meta li + li {
margin-left: 30px;
}
.blog-grid-items-01 .content .title {
font-size: 20px;
line-height: 32px;
font-family: var(--heading-font);
font-weight: 700;
color: var(--heading-color);
margin-bottom: 0px;
-webkit-transition: 0.7s all ease;
transition: 0.7s all ease;
}
.blog-grid-items-01 .content .title:hover {
color: var(--main-color-one);
} .blog-section-area {
margin-bottom: 40px;
}
.blog-standard-item-01 {
position: relative;
}
.blog-standard-item-01 + .blog-standard-item-01 {
padding-top: 50px;
margin-top: 50px;
border-top: 1px dashed #CBCBCB;
}
.blog-standard-item-01.sticky:after {
position: absolute;
right: 0px;
margin-top: 10px;
top: 10px;
font-family: "FontAwesome";
content: "";
font-weight: 700;
font-size: 20px;
color: var(--main-color-one);
}
.blog-standard-item-01 .thumbnail {
position: relative;
z-index: 0;
overflow: hidden;
border-radius: 6px;
}
.blog-standard-item-01 .thumbnail img {
-webkit-transition: all 500ms ease-in-out;
transition: all 500ms ease-in-out;
}
.blog-standard-item-01 .thumbnail img:hover {
-webkit-transform: scale(1.1);
transform: scale(1.1);
}
.blog-standard-item-01 .thumbnail .event {
color: var(--heading-color);
font-size: 14px;
line-height: 28px;
font-family: var(--body-font);
font-weight: 500;
background: var(--main-color-one);
padding: 0px 12px;
border-radius: 3px;
position: absolute;
z-index: 1;
left: 20px;
bottom: 20px;
}
.blog-standard-item-01 .content a.event {
display: inline-block;
padding: 5px 15px;
color: #727272;
border-radius: 6px;
font-size: 15px;
margin-top: 20px;
font-weight: 600;
margin-bottom: 10px;
background: #f5f5f5;
}
.blog-standard-item-01 .content a.event:hover {
color: var(--heading-color);
background: var(--main-color-one);
}
.blog-standard-item-01 .content .cats a {
display: inline-block;
color: #fff;
letter-spacing: 3px;
padding: 4px 15px;
font-weight: 400;
font-size: 14px;
margin-right: 10px;
margin-bottom: 10px;
background-color: var(--main-color-one);
}
.blog-standard-item-01 .content .post-meta-wrap {
margin-bottom: 20px;
margin-top: 15px;
}
.blog-standard-item-01 .content .post-meta-wrap .social-icon li {
padding-left: 0;
}
.blog-standard-item-01 .content .post-meta {
margin: 0;
padding: 0;
list-style: none;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: start;
}
.blog-standard-item-01 .content .post-meta li {
display: inline-block;
font-size: 14px;
line-height: 24px;
font-weight: 400;
font-family: var(--body-font);
color: #535353;
}
.blog-standard-item-01 .content .post-meta li a {
padding-right: 15px;
border-right: 1px dashed #7a77778f;
line-height: 7px;
}
.blog-standard-item-01 .content .post-meta li:last-child a {
border-right: none;
}
.blog-standard-item-01 .content .post-meta li i {
color: var(--main-color-one);
}
.blog-standard-item-01 .content .post-meta li:before {
display: none;
}
.blog-standard-item-01 .content .post-meta li:hover a {
color: var(--main-color-one);
}
.blog-standard-item-01 .content .post-meta li a {
-webkit-transition: all 500ms;
transition: all 500ms;
text-transform: capitalize;
}
.blog-standard-item-01 .content .post-meta li:first-child {
margin-left: 0px;
padding-left: 0;
}
.blog-standard-item-01 .content .title {
font-size: 22px;
line-height: 32px;
font-weight: 700;
font-family: var(--heading-font);
color: var(--heading-color);
margin-top: 10px;
-webkit-transition: 0.5s all ease;
transition: 0.5s all ease;
-ms-word-wrap: break-word;
word-wrap: break-word;
}
.blog-standard-item-01 .content .title:hover {
color: var(--main-color-one);
}
.blog-standard-item-01 .content p {
font-size: 16px;
line-height: 26px;
font-weight: 400;
font-family: var(--body-font);
margin-bottom: 25px;
}
.blog-standard-item-01 .content .blog-bottom {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
height: 100%;
margin-top: 30px;
}
.blog-standard-item-01 .content .blog-bottom .btn-wrap {
font-size: 16px;
line-height: 26px;
font-family: var(--body-font);
font-weight: 600;
color: var(--main-color-one);
}
.blog-standard-item-01 .content .blog-bottom .btn-wrap:hover i {
margin-left: 10px;
}
.blog-standard-item-01 .content .blog-bottom .btn-wrap i {
margin-left: 5px;
-webkit-transition: 0.5s all ease;
transition: 0.5s all ease;
}
.blog-standard-item-01 .content .post-author {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.blog-standard-item-01 .content .post-author .author-image {
border-radius: 50%;
width: 40px;
height: 40px;
margin-right: 15px;
}
.blog-standard-item-01 .content .post-author a {
color: #001b61;
font-size: 16px;
font-weight: 700;
}
.blog-standard-item-01.is-sticky {
position: relative;
z-index: 0;
}
.blog-standard-item-01.is-sticky:after {
position: absolute;
right: 0;
top: 0;
content: "";
font-family: "fontawesome";
font-size: 30px;
line-height: 30px;
color: var(--main-color-one);
}
.blog-standard-item-01.format-video .thumbnail {
position: relative;
z-index: 0;
}
.blog-standard-item-01.format-video .thumbnail .hover {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.blog-standard-item-01.format-quote .thumbnail {
position: relative;
}
.blog-standard-item-01.format-quote .quote-post-type {
border-radius: 2px;
z-index: 0;
position: absolute;
left: 30px;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
}
.blog-standard-item-01.format-quote .quote-post-type.style-01 {
position: initial;
-webkit-transform: initial;
transform: initial;
background-color: #fff;
padding: 40px;
}
.blog-standard-item-01.format-quote .quote-post-type.style-01:after {
color: var(--main-color-one);
opacity: 0.8;
}
.blog-standard-item-01.format-quote .quote-post-type.style-01 .title {
color: var(--heading-color);
}
.blog-standard-item-01.format-quote .quote-post-type.style-01 .post-meta li {
color: var(--heading-color);
}
.blog-standard-item-01.format-quote .quote-post-type:after {
position: absolute;
left: 40px;
top: 15px;
content: "";
font-family: "Font Awesome 5 Free";
font-weight: 700;
font-size: 80px;
color: var(--main-color-one);
}
.blog-standard-item-01.format-quote .quote-post-type .title {
padding-left: 100px;
padding-right: 40px;
color: #fff;
font-size: 33px;
font-weight: 600;
line-height: 44px;
margin-bottom: 10px;
}
.blog-standard-item-01.format-quote .quote-post-type .post-meta {
margin: 0;
padding: 0;
list-style: none;
margin-bottom: 20px;
padding-left: 100px;
}
.blog-standard-item-01.format-quote .quote-post-type .post-meta li {
display: inline-block;
font-size: 14px;
line-height: 24px;
font-weight: 400;
margin-right: 20px;
color: #fff;
}
.blog-standard-item-01.format-quote .quote-post-type .post-meta li i {
color: var(--main-color-one);
}
.blog-standard-item-01.format-quote .quote-post-type .post-meta li:before {
display: none;
}
.blog-standard-item-01.format-quote .quote-post-type .post-meta li:hover a {
color: var(--main-color-one);
}
.blog-standard-item-01.format-quote .quote-post-type .post-meta li a {
-webkit-transition: all 500ms;
transition: all 500ms;
}
.content-area,
.blog-page-content-area,
.blog-content-page {
padding-top: 120px;
background-color: #fff;
padding-bottom: 120px;
}
.blog-single-content-wrap {
margin-bottom: 40px;
}
.blog-single-content-wrap .post-meta li + li {
margin-top: 10px;
padding-left: 15px;
}
.blog-single-content-wrap .post-meta li:last-child {
border: none;
}
.blog-single-content-wrap .blog-details-image {
margin-top: 35px;
margin-bottom: 33px;
}
.blog-single-content-wrap p:not(.has-large-font-size, .wp-block-cover-text) {
font-size: 16px;
line-height: inherit;
font-weight: 400;
font-family: var(--body-font);
}
.blog-single-content-wrap .thumbnail {
margin-bottom: 15px;
position: relative;
z-index: 0;
}
.blog-single-content-wrap .thumbnail img {
border-radius: 6px;
}
.blog-single-content-wrap .thumbnail .hover {
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.blog-single-content-wrap .cats a {
display: inline-block;
padding: 5px 15px;
color: #727272;
border-radius: 6px;
font-size: 15px;
margin-top: 20px;
font-weight: 600;
margin-bottom: 10px;
background: #f5f5f5;
}
.blog-single-content-wrap .cats a:hover {
background: var(--main-color-one);
}
.blog-single-content-wrap.type-post .cats a {
color: var(--heading-color);
margin-top: 0px;
}
.blog-single-content-wrap .title {
font-size: 30px;
line-height: 40px;
font-weight: 700;
font-family: var(--heading-font);
margin-bottom: 20px;
word-wrap: break-word;
-webkit-transition: 0.5s all ease;
transition: 0.5s all ease;
}
.blog-single-content-wrap .title:hover {
color: var(--main-color-one);
}
.blog-single-content-wrap .subtitle {
font-size: 28px;
line-height: 34px;
font-weight: 600;
margin-top: 20px;
margin-bottom: 20px;
}
.blog-single-content-wrap .blog-list {
padding: 0;
margin-left: 0;
list-style: none;
padding-top: 20px;
padding-bottom: 15px;
}
.blog-single-content-wrap .blog-list li {
padding-left: 40px;
padding-bottom: 10px;
position: relative;
}
.blog-single-content-wrap .blog-list li + li {
margin-top: 20px;
}
.blog-single-content-wrap .blog-list li:before {
display: none;
}
.blog-single-content-wrap .blog-list li:after {
content: "";
position: absolute;
color: var(--main-color-one);
left: 0;
top: -4px;
width: 30px;
font-weight: 700;
font-family: "fontawesome";
-webkit-transition: all 0.3s ease-in;
transition: all 0.3s ease-in;
height: 30px;
background: rgba(251, 205, 33, 0.1);
border-radius: 50%;
line-height: 30px;
text-align: center;
font-size: 12px;
}
.blog-single-content-wrap .wp-block-columns {
padding-top: 30px;
}
.blog-single-content-wrap .wp-block-columns img {
border-radius: 6px;
}
.blog-single-content-wrap .wp-block-quote.has-text-align-right.extraclass {
text-align: right;
}
.blog-single-content-wrap .post-meta {
margin: 0;
padding: 0;
list-style: none;
margin-bottom: 20px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: left;
-ms-flex-pack: left;
justify-content: left;
}
.blog-single-content-wrap .post-meta li {
display: inline-block;
font-size: 14px;
margin-top: 10px;
line-height: 15px;
font-weight: 400;
font-family: var(--body-font);
color: #535353;
padding-right: 15px;
padding-left: 15px;
border-right: 1px dashed #7a77778f;
}
.blog-single-content-wrap .post-meta li:hover a {
color: var(--main-color-one);
}
.blog-single-content-wrap .post-meta li i {
color: var(--main-color-one);
margin-right: 5px;
}
.blog-single-content-wrap .post-meta li:before {
display: none;
}
.blog-single-content-wrap .post-meta li a {
-webkit-transition: all 500ms;
transition: all 500ms;
}
.blog-single-content-wrap .post-meta li a i {
color: var(--main-color-one);
margin-right: 5px;
}
.blog-single-content-wrap .post-author {
padding: 30px;
background: #f3f5f7;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
margin-top: 30px;
}
.blog-single-content-wrap .post-author .author-image {
width: 180px;
}
.blog-single-content-wrap .post-author .author-image img {
width: 100%;
height: 100%;
}
.blog-single-content-wrap .post-author .author-content {
margin-left: 30px;
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
}
.blog-single-content-wrap .post-author .author-content .title {
margin-bottom: 15px;
}
.blog-details-footer {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
margin-top: 40px;
border-top: 1px dashed #CECECE;
padding-top: 40px;
}
.blog-details-footer .title {
font-size: 16px;
font-weight: 600;
font-family: var(--body-font);
color: var(--heading-color);
padding-right: 10px;
margin-bottom: 0;
display: inline-block;
}
.blog-details-footer .tags {
margin: 0;
padding: 0;
display: inline;
list-style: none;
}
.blog-details-footer .tags li {
padding-left: 0;
font-family: var(--heading-font);
display: inline;
}
.blog-details-footer .tags li:before {
display: none;
}
.blog-details-footer .tags li i {
padding-right: 5px;
color: var(--secondary-color);
}
.blog-details-footer .tags li a {
padding: 5px 15px;
border: 1px solid #F3F3F3;
margin: 5px 5px 5px 0;
color: inherit;
-webkit-transition: all 0.3s ease-in;
transition: all 0.3s ease-in;
font-family: var(--body-font);
border-radius: 2px;
line-height: 25px;
font-size: 14px !important;
background-color: #F3F3F3;
display: inline-block;
}
.blog-details-footer .tags li a:hover {
color: #fff;
background-color: var(--main-color-one);
}
.single-post-navigation {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
margin-top: 20px;
padding-top: 25px;
padding-bottom: 25px;
}
.single-post-navigation .prev-post {
width: 50px;
height: 50px;
line-height: 50px;
text-align: center;
background: #fff;
border: 2px solid var(--main-color-one);
border-radius: 4px;
color: var(--main-color-one);
font-size: 19px;
cursor: pointer;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-transition: 0.5s all ease;
transition: 0.5s all ease;
}
.single-post-navigation .prev-post:hover {
background: var(--main-color-one);
color: #fff;
}
.single-post-navigation .prev-post:hover a {
color: #fff;
}
.single-post-navigation .prev-post:hover a i {
color: #fff;
}
.single-post-navigation .center-grid {
font-size: 25px;
color: var(--main-color-one);
cursor: pointer;
}
.single-post-navigation .next-post {
width: 50px;
height: 50px;
line-height: 50px;
text-align: center;
background: #fff;
border: 2px solid var(--main-color-one);
border-radius: 4px;
color: var(--main-color-one);
font-size: 19px;
cursor: pointer;
-webkit-transition: 0.5s all ease;
transition: 0.5s all ease;
}
.single-post-navigation .next-post:hover {
background: var(--main-color-one);
color: #fff;
}
.single-post-navigation .next-post:hover a {
color: #fff;
}
.single-post-navigation .next-post:hover a i {
color: #fff;
}
.product-related-wrap {
margin-left: -15px;
margin-right: -15px;
}
.sm-outer-wrap {
padding: 0 15px;
}
.product-related-posts {
padding: 0;
margin: 0;
list-style: none;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-top: 40px;
border-top: 1px solid #eaeaea;
padding-top: 40px;
}
.product-related-posts .service-single-item-04 {
margin-top: 0;
}
.product-related-posts .sm-outer-wrap:before {
display: none;
}
.product-related-posts .sm-outer-wrap + li {
margin-top: 0;
}
.product-related-posts.colum-2 .sm-outer-wrap {
width: calc(100% / 2);
}
.product-related-posts.colum-3 .sm-outer-wrap {
width: calc(100% / 3);
}
.product-related-posts.colum-4 .sm-outer-wrap {
width: calc(100% / 4);
}
.top-rated-section {
margin-top: 35px;
}
.top-rated-section .top-rated-title .title {
font-size: 24px;
line-height: 34px;
font-family: var(--body-font);
font-weight: 600;
margin-bottom: 22px;
}
.top-rated-section .testimonial-carousel-two-wrap {
margin-left: -15px;
margin-right: -15px;
}
.top-rated-section .testimonial-carousel-two .prev-arrow {
position: absolute;
right: 65px;
top: -55px;
font-size: 25px;
color: var(--main-color-one);
border: none;
background: transparent;
cursor: pointer;
}
.top-rated-section .testimonial-carousel-two .prev-arrow:focus {
outline: none;
}
.top-rated-section .testimonial-carousel-two .next-arrow {
position: absolute;
right: 20px;
top: -55px;
font-size: 25px;
color: var(--main-color-one);
border: none;
background: transparent;
cursor: pointer;
}
.top-rated-section .testimonial-carousel-two .next-arrow:focus {
outline: none;
}
.comment-form-wrap,
.comments-area {
margin-top: 45px;
}
.comment-form-wrap .reply-title,
.comments-area .reply-title {
font-size: 24px;
line-height: 34px;
font-family: var(--body-font);
font-weight: 600;
margin-bottom: 6px;
color: #0D1422;
}
.comment-form-wrap p,
.comments-area p {
font-size: 16px;
line-height: 26px;
font-family: var(--body-font);
font-weight: 400;
color: #484848;
}
.comment-form-wrap .comment-form,
.comments-area .comment-form {
margin-top: 27px;
}
.comment-form-wrap .comment-form .form-group,
.comments-area .comment-form .form-group {
margin-bottom: 22px;
}
.comment-form-wrap .comment-form .form-group .form-control,
.comments-area .comment-form .form-group .form-control {
height: 64px;
border: none;
border-radius: 0px;
border-bottom: 1px solid rgba(204, 204, 204, 0.5);
}
.comment-form-wrap .comment-form .form-group .form-control:focus,
.comments-area .comment-form .form-group .form-control:focus {
border-bottom: 1px solid var(--main-color-one);
outline: none;
-webkit-box-shadow: none;
box-shadow: none;
}
.comment-form-wrap .comment-form .form-group .form-control::-webkit-input-placeholder, .comments-area .comment-form .form-group .form-control::-webkit-input-placeholder {
color: #A1A1A1;
}
.comment-form-wrap .comment-form .form-group .form-control::-moz-placeholder, .comments-area .comment-form .form-group .form-control::-moz-placeholder {
color: #A1A1A1;
}
.comment-form-wrap .comment-form .form-group .form-control:-ms-input-placeholder, .comments-area .comment-form .form-group .form-control:-ms-input-placeholder {
color: #A1A1A1;
}
.comment-form-wrap .comment-form .form-group .form-control::-ms-input-placeholder, .comments-area .comment-form .form-group .form-control::-ms-input-placeholder {
color: #A1A1A1;
}
.comment-form-wrap .comment-form .form-group .form-control::placeholder,
.comments-area .comment-form .form-group .form-control::placeholder {
color: #A1A1A1;
}
.comment-form-wrap .comment-form .form-group .form-control.textarea,
.comments-area .comment-form .form-group .form-control.textarea {
height: 100px;
resize: none;
margin-bottom: 27px;
} blockquote:not(.has-light-gray-color):not(.has-very-dark-gray-color):not(.is-style-large):not(.is-style-large) {
background-color: #EEF9FF;
border-radius: 8px;
padding: 50px 100px;
margin-top: 30px;
margin-bottom: 40px;
border: none;
position: relative;
color: #fff;
z-index: 0;
overflow: hidden;
}
blockquote:not(.has-light-gray-color):not(.has-very-dark-gray-color):not(.is-style-large):not(.is-style-large)::before {
content: "";
font-family: "icomoon";
font-weight: 900;
display: block;
position: absolute;
z-index: -1;
top: 50px;
left: 45px;
color: var(--main-color-one);
font-size: 30px;
line-height: 0.8;
}
blockquote:not(.has-light-gray-color):not(.has-very-dark-gray-color):not(.is-style-large):not(.is-style-large) p {
font-size: 18px;
line-height: 30px;
font-weight: 600;
font-family: var(--body-font);
color: #000000;
text-transform: uppercase;
}
blockquote:not(.has-light-gray-color):not(.has-very-dark-gray-color):not(.is-style-large):not(.is-style-large) .author-name {
font-size: 20px;
line-height: 24px;
font-family: var(--heading-font);
font-weight: 500;
font-style: italic;
color: var(--main-color-one);
background: #fff;
width: 152px;
text-align: center;
}
blockquote:not(.has-light-gray-color):not(.has-very-dark-gray-color):not(.is-style-large):not(.is-style-large) cite {
color: #7A7A7A !important;
font-weight: 400;
margin-top: 10px;
text-transform: uppercase;
font-size: 16px;
display: block;
font-style: normal;
font-family: var(--body-font);
position: relative;
z-index: 0;
padding-left: 75px;
}
blockquote:not(.has-light-gray-color):not(.has-very-dark-gray-color):not(.is-style-large):not(.is-style-large) cite::before {
position: absolute;
content: "";
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
left: 0;
width: 60px;
height: 1px;
background-color: #7a7a7a;
}
.instructor-single-items {
position: relative;
z-index: 0;
overflow: hidden;
margin-bottom: 30px;
-webkit-transition: 0.5s all ease;
transition: 0.5s all ease;
}
.instructor-single-items:hover .author-meta {
opacity: 1;
visibility: visible;
-webkit-transform: translateY(-10px);
transform: translateY(-10px);
}
.instructor-single-items:hover .author-meta .author-name a {
color: #fff;
}
.instructor-single-items:hover .author-meta .author-name a:hover {
color: var(--main-color-one);
}
.instructor-single-items:hover .thumbnail::before {
background: rgba(50, 50, 50, 0.5);
}
.instructor-single-items:hover .social-area .social-icons {
opacity: 1;
visibility: visible;
}
.instructor-single-items .thumbnail {
position: relative;
z-index: 0;
}
.instructor-single-items .thumbnail::before {
content: "";
position: absolute;
z-index: 1;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: rgba(50, 50, 50, 0);
border-radius: 6px;
-webkit-transition: 0.5s all ease;
transition: 0.5s all ease;
}
.instructor-single-items .thumbnail img {
border-radius: 6px;
}
.instructor-single-items .author-meta {
position: absolute;
z-index: 1;
left: 20px;
bottom: 0;
width: 100%;
-webkit-transform: translateY(55px);
transform: translateY(55px);
opacity: 0;
visibility: hidden;
-webkit-transition: 0.5s all ease;
transition: 0.5s all ease;
text-align: left;
}
.instructor-single-items .author-meta .author-name {
font-size: 23px;
line-height: 33px;
font-family: var(--heading-font);
font-weight: 600;
color: var(--main-color-one);
}
.instructor-single-items .author-meta .designation {
font-size: 16px;
line-height: 26px;
font-family: var(--body-font);
font-weight: 500;
color: #FFFFFF;
}
.instructor-single-items .social-area {
position: absolute;
left: 15px;
top: 15px;
}
.instructor-single-items .social-area .social-icons {
list-style: none;
margin: 0;
padding: 0;
-webkit-transition: 0.5s all ease;
transition: 0.5s all ease;
overflow: hidden;
opacity: 0;
visibility: hidden;
}
.instructor-single-items .social-area .social-icons:hover::before {
background: var(--main-color-one);
border-color: var(--main-color-one);
}
.instructor-single-items .social-area .social-icons:hover li:nth-child(1) {
-webkit-transform: translateX(35px);
transform: translateX(35px);
opacity: 1;
}
.instructor-single-items .social-area .social-icons:hover li:nth-child(2) {
-webkit-transform: translateX(80px);
transform: translateX(80px);
opacity: 1;
}
.instructor-single-items .social-area .social-icons:hover li:nth-child(3) {
-webkit-transform: translateX(125px);
transform: translateX(125px);
opacity: 1;
}
.instructor-single-items .social-area .social-icons:hover li:nth-child(4) {
-webkit-transform: translateX(170px);
transform: translateX(170px);
opacity: 1;
}
.instructor-single-items .social-area .social-icons::before {
position: absolute;
content: "";
font-family: "icomoon";
height: 32px;
width: 32px;
text-align: center;
line-height: 28px;
border: 2px solid #fff;
color: #fff;
border-radius: 50px;
font-size: 18px;
font-weight: 700;
left: 0px;
z-index: 9;
-webkit-transition: 0.5s all ease;
transition: 0.5s all ease;
}
.instructor-single-items .social-area .social-icons li {
color: #fff;
margin-left: 10px;
display: inline-block;
width: 32px;
height: 32px;
line-height: 28px;
text-align: center;
border: 2px solid #fff;
border-radius: 50%;
-webkit-transition: all 0.3s ease-in;
transition: all 0.3s ease-in;
position: absolute;
left: 0;
opacity: 0;
padding: 0px;
margin-top: 0;
}
.instructor-single-items .social-area .social-icons li a {
color: #fff;
}
.instructor-single-items .social-area .social-icons li a:hover {
background: var(--main-color-one);
color: #fff;
}
.instructor-single-items .social-area .social-icons li:hover {
background: var(--main-color-one);
color: #fff;
}
.instructor-single-details {
margin-bottom: 35px;
}
.instructor-single-details .thumbnail {
border: 1px dashed var(--main-color-one);
border-radius: 6px;
padding: 15px;
}
.instructor-single-details .thumbnail .instructor-img {
background-size: cover;
background-repeat: no-repeat;
background-position: center;
min-height: 442px;
border-radius: 6px;
}
.instructor-single-details .instructor-content {
background: #fffef8;
border-radius: 6px;
padding: 40px 35px 30px 35px;
}
.instructor-single-details .instructor-content .check-list-items .list-parent .list-child.style-05:first-child::after {
content: "";
width: 30px;
height: 30px;
line-height: 30px;
font-size: 16px;
}
.instructor-single-details .instructor-content .check-list-items .list-parent .list-child.style-05:nth-child(2):after {
content: "";
width: 30px;
height: 30px;
font-size: 16px;
line-height: 30px;
}
.instructor-single-details .instructor-content .check-list-items .list-parent .list-child {
margin-right: 30px;
padding-left: 50px;
margin-bottom: 10px;
padding-top: 5px;
}
.instructor-single-details .instructor-content .check-list-items .list-parent .list-child:after {
-webkit-box-shadow: none;
box-shadow: none;
background: #fffef8;
}
.instructor-single-details .author-meta .author-name {
font-size: 45px;
line-height: 55px;
font-family: var(--heading-font);
font-weight: 700;
color: var(--heading-color);
margin-bottom: 15px;
}
.instructor-single-details .author-meta .designation {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
margin-bottom: 20px;
}
.instructor-single-details .author-meta .designation .subtitle {
font-size: 16px;
line-height: 26px;
font-family: var(--body-font);
font-weight: 400;
color: #a3a3a3;
margin-right: 20px;
margin-bottom: 0px;
}
.instructor-single-details .author-meta .designation .ratings i {
color: var(--main-color-one);
margin-right: 5px;
font-size: 16px;
}
.instructor-single-details .author-meta .designation .ratings span {
font-size: 16px;
line-height: 26px;
font-family: var(--body-font);
font-weight: 400;
color: #535353;
}
.instructor-single-details .author-meta p {
font-size: 16px;
line-height: 26px;
font-family: var(--body-font);
font-weight: 400;
color: #535353;
margin-bottom: 20px;
}
.instructor-single-details .contact {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
.about-instructor {
margin-bottom: 35px;
}
.about-instructor .content .title {
font-size: 30px;
line-height: 40px;
font-family: var(--heading-font);
font-weight: 600;
color: var(--heading-color);
margin-bottom: 15px;
}
.about-instructor .content p {
font-size: 16px;
line-height: 26px;
font-family: var(--body-font);
font-weight: 400;
color: #535353;
margin-bottom: 0px;
}
.instructor-skills-items {
margin-bottom: 35px;
}
.instructor-skills-items .pg-title {
font-size: 30px;
line-height: 40px;
font-family: var(--heading-font);
font-weight: 600;
color: var(--heading-color);
margin-bottom: 20px;
}
.instructor-experience .content .title {
font-size: 30px;
line-height: 40px;
font-family: var(--heading-font);
font-weight: 600;
color: var(--heading-color);
margin-bottom: 20px;
}
.instructor-experience .content p {
font-size: 16px;
line-height: 26px;
font-family: var(--body-font);
font-weight: 400;
color: #535353;
margin-bottom: 0px;
}
.skill-items-wrap .skill-item {
border: 1px solid #F6E49F;
border-radius: 5px;
padding: 0px 30px 23px 30px;
position: relative;
overflow: hidden;
z-index: 2;
text-align: center;
-webkit-transition: all 0.5s;
transition: all 0.5s;
}
.skill-items-wrap .skill-item:hover {
-webkit-box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.06);
box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.06);
border: 1px solid transparent;
}
.skill-items-wrap .skill-item .progressbar {
display: inline-block;
width: 160px;
margin: 25px;
}
.skill-items-wrap .skill-item .progressbar .circle {
width: 160px;
height: 160px;
margin: 0 auto;
margin-top: 10px;
display: inline-block;
position: relative;
text-align: center;
}
.skill-items-wrap .skill-item .progressbar .circle::after {
width: 120px;
height: 120px;
content: "";
border: 0px solid #fb4f14;
border-radius: 50%;
display: block;
position: absolute;
top: 30px;
left: 30px;
}
.skill-items-wrap .skill-item .progressbar .circle canvas {
vertical-align: middle;
border: 0px solid #fb4f14;
border-radius: 50%;
}
.skill-items-wrap .skill-item .progressbar .circle div {
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
width: 100%;
text-align: center;
line-height: 55px;
font-size: 35px;
font-family: var(--heading-font);
font-weight: 700;
}
.skill-items-wrap .skill-item .progressbar .circle .no-percent {
display: none !important;
}
.skill-items-wrap .skill-item .sk-title {
font-size: 20px;
line-height: 30px;
font-family: var(--heading-font);
font-weight: 700;
color: #030519;
}
.skill-items-wrap .skill-item p {
font-size: 16px;
line-height: 26px;
font-family: var(--body-font);
font-weight: 400;
color: #535353;
}
.office-address-single-item {
position: relative;
background-color: #fff;
border: 1px solid rgba(251, 205, 33, 0.5);
border-radius: 10px;
padding: 40px;
-webkit-transition: 0.3s all ease;
transition: 0.3s all ease;
margin-bottom: 50px;
z-index: 0;
overflow: hidden;
}
.office-address-single-item:hover {
-webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.06);
box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.06);
}
.office-address-single-item .content {
text-align: center;
}
.office-address-single-item .content .title {
font-size: 23px;
line-height: 33px;
font-family: var(--heading-font);
font-weight: 600;
color: #323232;
margin-bottom: 15px;
}
.office-address-single-item .content p {
font-size: 16px;
line-height: 28px;
font-family: var(--body-font);
font-weight: 500;
color: #535353;
margin-bottom: 0px;
}
.office-address-single-item .icon {
width: 82px;
height: 82px;
line-height: 82px;
text-align: center;
background: rgba(251, 205, 33, 0.16);
border-radius: 50%;
font-size: 40px;
color: var(--main-color-one);
margin: 0 auto;
margin-bottom: 20px;
}
.office-address-single-item .icon .icon-envlope {
font-size: 34px;
}
.office-address-single-item .icon .icon-phone-second {
line-height: 90px;
}
.page-not-found-items .title {
font-size: 95px;
line-height: 100px;
font-family: var(--heading-font);
font-weight: 700;
color: var(--heading-color);
margin-bottom: 30px;
}
.page-not-found-items p {
font-size: 20px;
line-height: 30px;
font-family: var(--heading-font);
font-weight: 700;
color: var(--heading-color);
margin-bottom: 40px;
} .price-single-items {
background-color: #fff;
margin-bottom: 30px;
border-radius: 10px;
border: 1px solid rgba(177, 177, 177, 0.7);
-webkit-transition: all 0.3s ease-in;
transition: all 0.3s ease-in;
}
.price-single-items:hover, .price-single-items.active {
-webkit-box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.06);
box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.06);
border: 1px solid rgba(177, 177, 177, 0);
}
.price-single-items .price-header {
text-align: center;
background: #EBEBEB;
border-radius: 10px 10px 0px 0px;
padding: 32px 0px 32px 0px;
position: relative;
z-index: 0;
}
.price-single-items .price-header::before {
content: "";
position: absolute;
bottom: -20px;
left: 50%;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
width: 0;
height: 0;
border-left: 20px solid transparent;
border-right: 20px solid transparent;
border-top: 20px solid #EBEBEB;
}
.price-single-items .price-header.style-01 {
background: var(--main-color-one);
}
.price-single-items .price-header.style-01::before {
border-top-color: var(--main-color-one);
}
.price-single-items .price-header .title {
font-size: 30px;
line-height: 40px;
font-weight: 600;
font-family: var(--heading-font);
color: var(--heading-color);
margin-bottom: 0px;
}
.price-single-items .price-body {
padding: 40px 0px 40px 40px;
margin: 40px 0px 40px 0px;
position: relative;
z-index: 0;
}
.price-single-items .price-body::after {
content: "";
position: absolute;
top: 0;
left: 50%;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
border: 1px dashed #ebebeb;
width: 80%;
}
.price-single-items .price-body::before {
content: "";
position: absolute;
bottom: 0;
left: 50%;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
border: 1px dashed #ebebeb;
width: 80%;
}
.price-single-items .price-body .list-parent {
list-style: none;
margin: 0;
padding: 0;
}
.price-single-items .price-body .list-parent.style-01 {
display: block;
}
.price-single-items .price-body .list-parent .list-child {
color: #535353;
margin-right: 30px;
position: relative;
padding-left: 35px;
font-size: 16px;
line-height: 28px;
font-family: var(--body-font);
font-weight: 500;
}
.price-single-items .price-body .list-parent .list-child.style-01 {
text-decoration: line-through;
color: #323232;
}
.price-single-items .price-body .list-parent .list-child.style-01::after {
color: #030519;
background: #D8D8D8;
}
.price-single-items .price-body .list-parent .list-child + .list-child {
margin-top: 20px;
}
.price-single-items .price-body .list-parent .list-child::after {
content: "";
font-family: "fontawesome";
font-weight: 900;
position: absolute;
font-size: 10px;
left: 0;
top: 5px;
width: 20px;
height: 20px;
line-height: 20px;
text-align: center;
background: var(--main-color-one);
border-radius: 50%;
color: var(--heading-color);
margin-right: 20px;
}
.price-single-items .price-body .list-parent p {
font-size: 16px;
line-height: 26px;
font-family: var(--body-font);
font-weight: 400;
color: var(--heading-color);
}
.price-single-items .price-wrap {
text-align: center;
margin-bottom: 40px;
font-size: 50px;
line-height: 55px;
font-weight: 500;
font-family: var(--heading-font);
color: var(--heading-color);
}
.price-single-items .price-wrap .month {
color: var(--main-color-one);
font-size: 20px;
line-height: 30px;
font-family: var(--heading-font);
font-weight: 400;
}
.price-single-items .price-footer {
text-align: center;
}
.price-single-items .price-footer .btn-wrapper .boxed-btn {
background-image: -webkit-gradient(linear, right top, left top, from(#f738f5), to(#fd5980));
background-image: linear-gradient(-90deg, #f738f5 0%, #fd5980 100%);
padding: 12px 40px;
}
.price-single-items .price-footer .btn-wrapper .boxed-btn:hover {
background-image: -webkit-gradient(linear, left top, right top, from(#f738f5), to(#fd5980));
background-image: linear-gradient(90deg, #f738f5 0%, #fd5980 100%);
}
.price-single-items-02 {
padding: 40px 0 45px 0;
background-color: #fff;
margin-bottom: 30px;
border-radius: 5px;
border: 1px solid #ece3fb;
-webkit-transition: all 0.3s ease-in;
transition: all 0.3s ease-in;
text-align: center;
}
.price-single-items-02:hover, .price-single-items-02.active {
-webkit-box-shadow: 0px 0px 136px 0px rgba(112, 72, 192, 0.47);
box-shadow: 0px 0px 136px 0px rgba(112, 72, 192, 0.47);
}
.price-single-items-02 .price-header {
text-align: center;
}
.price-single-items-02 .price-header .title {
font-size: 24px;
color: var(--heading-color);
line-height: 34px;
font-weight: 500;
}
.price-single-items-02 .price-header .info-text {
font-size: 14px;
text-transform: uppercase;
line-height: 24px;
}
.price-single-items-02 .price-body {
margin-top: 5px;
margin-bottom: 25px;
}
.price-single-items-02 .price-body ul {
margin: 0;
padding: 0;
list-style: none;
}
.price-single-items-02 .price-body ul li + li {
margin-top: 15px;
}
.price-single-items-02 .price-wrap {
margin-bottom: 13px;
font-size: 60px;
line-height: 70px;
font-weight: 700;
color: #f7618b;
}
.price-single-items-02 .price-wrap .month {
color: #141f4e;
font-size: 18px;
font-weight: 700;
}
.price-single-items-02 .price-footer {
text-align: center;
}
.price-single-items-02 .price-footer .btn-wrapper .boxed-btn {
background-color: #7831f3;
padding: 12px 60px;
}
.price-single-items-02 .price-footer .btn-wrapper .boxed-btn:hover {
background-color: #7831f3;
} .preloader-inner {
position: fixed;
left: 0;
top: 0;
z-index: 99999;
background-color: #fff;
width: 100%;
height: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.preloader-inner .loader {
width: 250px;
}
@-webkit-keyframes loader_one {
0% {
opacity: 0;
}
25% {
opacity: 1;
}
50% {
opacity: 1;
}
75% {
opacity: 1;
}
100% {
opacity: 1;
}
}
@keyframes loader_one {
0% {
opacity: 0;
}
25% {
opacity: 1;
}
50% {
opacity: 1;
}
75% {
opacity: 1;
}
100% {
opacity: 1;
}
}
@-webkit-keyframes loader_two {
0% {
opacity: 0;
}
25% {
opacity: 0;
}
50% {
opacity: 1;
}
75% {
opacity: 1;
}
100% {
opacity: 1;
}
}
@keyframes loader_two {
0% {
opacity: 0;
}
25% {
opacity: 0;
}
50% {
opacity: 1;
}
75% {
opacity: 1;
}
100% {
opacity: 1;
}
}
@-webkit-keyframes loader_three {
0% {
opacity: 0;
}
25% {
opacity: 0;
}
50% {
opacity: 0;
}
75% {
opacity: 1;
}
100% {
opacity: 1;
}
}
@keyframes loader_three {
0% {
opacity: 0;
}
25% {
opacity: 0;
}
50% {
opacity: 0;
}
75% {
opacity: 1;
}
100% {
opacity: 1;
}
} .navbar.navbar-area.white .navbar-toggler-icon {
background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.50)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}
.navbar.navbar-area.navigation-style-01 .navbar-toggler-icon {
background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(3, 5, 25, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}
.navbar.navbar-area .navbar-toggler-icon {
background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(3, 5, 25, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}
.mobile-logo {
display: none;
}
@media only screen and (max-width: 991px) {
.mobile-logo {
display: block;
}
.desktop-logo {
display: none !important;
}
}
.custom-container {
max-width: 1650px;
width: 100%;
z-index: 9;
}
.navbar-area.navigation-style-01 {
background: #030519;
padding: 20px 0px !important;
}
.navbar-area.navigation-style-01.nav-fixed {
position: fixed !important;
top: 0 !important;
left: 0 !important;
background-color: var(--heading-color) !important;
width: 100%;
z-index: 8 !important;
-webkit-box-shadow: 0 7px 10px rgba(0, 0, 0, 0.05);
box-shadow: 0 7px 10px rgba(0, 0, 0, 0.05);
-webkit-transition: 0.5s all ease;
transition: 0.5s all ease;
}
.navbar-area.navigation-style-01 .custom-container {
background-color: transparent;
-webkit-box-shadow: none;
box-shadow: none;
border-radius: 0;
padding: 0 15px;
}
.navbar-area.navigation-style-01 .custom-container .nav-right-content {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
margin-left: 40px;
}
.navbar-area.navigation-style-01 .custom-container .nav-right-content ul {
margin: 0px;
}
.navbar-area.navigation-style-01 .custom-container .nav-right-content ul li {
color: var(--heading-color);
margin-left: 0px;
}
.navbar-area.navigation-style-01 .custom-container .nav-right-content ul li a {
color: var(--heading-color);
font-size: 20px;
}
.navbar-area.navigation-style-01 .custom-container .navbar-collapse .navbar-nav {
text-align: right;
}
.navbar-area.navigation-style-01 .custom-container .navbar-collapse .navbar-nav li {
line-height: 110px;
position: relative;
}
.navbar-area.navigation-style-01 .custom-container .navbar-collapse .navbar-nav li.current-menu-item a {
color: var(--main-color-one);
}
.navbar-area.navigation-style-01 .custom-container .navbar-collapse .navbar-nav li.current-menu-item.menu-item-has-children:before {
color: var(--main-color-one);
}
.navbar-area.navigation-style-01 .custom-container .navbar-collapse .navbar-nav li.menu-item-has-children {
z-index: initial;
}
.navbar-area.navigation-style-01 .custom-container .navbar-collapse .navbar-nav li.menu-item-has-children:before {
color: #fff;
}
.navbar-area.navigation-style-01 .custom-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li a {
background-color: #fff;
color: #323232;
}
.navbar-area.navigation-style-01 .custom-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li a:hover {
background-color: var(--main-color-one);
color: var(--heading-color);
}
.navbar-area.navigation-style-01 .custom-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu .menu-item-has-children:hover > .sub-menu li:hover:before {
color: #fff;
}
.navbar-area.navigation-style-01 .custom-container .navbar-collapse .navbar-nav li a {
-webkit-transition: 0.3s all ease;
transition: 0.3s all ease;
color: #fff;
}
.navbar-area.navigation-style-01 .custom-container .navbar-collapse .navbar-nav li:hover.menu-item-has-children:before {
color: var(--main-color-one);
}
.navbar-area.navigation-style-01 .custom-container .navbar-collapse .navbar-nav li:hover a {
color: var(--main-color-one);
}
.navbar-area.navigation-style-02 {
background-color: #eef9ff;
position: relative;
left: 0;
top: 0;
width: 100%;
padding: 15px 0px;
z-index: 2;
}
.navbar-area.navigation-style-02.relative {
background: #fff;
}
.navbar-area.navigation-style-02.nav-fixed {
position: fixed !important;
top: 0 !important;
left: 0 !important;
background-color: #fff !important;
width: 100%;
z-index: 8 !important;
-webkit-box-shadow: 0 7px 10px rgba(0, 0, 0, 0.05);
box-shadow: 0 7px 10px rgba(0, 0, 0, 0.05);
-webkit-transition: 0.3s all ease;
transition: 0.3s all ease;
}
.navbar-area.navigation-style-02 .custom-container {
background-color: transparent;
-webkit-box-shadow: none;
box-shadow: none;
border-radius: 0;
padding: 0 15px;
}
.navbar-area.navigation-style-02 .custom-container .logo-wrapper {
max-width: 150px;
}
.navbar-area.navigation-style-02 .custom-container .nav-right-content {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
margin-left: 60px;
}
.navbar-area.navigation-style-02 .custom-container .nav-right-content ul li {
color: var(--heading-color);
}
.navbar-area.navigation-style-02 .custom-container .nav-right-content ul li + li {
margin-left: 5px;
}
.navbar-area.navigation-style-02 .custom-container .nav-right-content ul li a {
color: var(--heading-color);
}
.navbar-area.navigation-style-02 .custom-container .navbar-collapse .navbar-nav {
text-align: right;
}
.navbar-area.navigation-style-02 .custom-container .navbar-collapse .navbar-nav li {
position: relative;
}
.navbar-area.navigation-style-02 .custom-container .navbar-collapse .navbar-nav li.current-menu-item a {
color: var(--main-color-one);
}
.navbar-area.navigation-style-02 .custom-container .navbar-collapse .navbar-nav li.current-menu-item.menu-item-has-children:before {
color: var(--main-color-one);
}
.navbar-area.navigation-style-02 .custom-container .navbar-collapse .navbar-nav li.menu-item-has-children {
z-index: initial;
}
.navbar-area.navigation-style-02 .custom-container .navbar-collapse .navbar-nav li.menu-item-has-children:before {
color: var(--heading-color);
}
.navbar-area.navigation-style-02 .custom-container .navbar-collapse .navbar-nav li a {
-webkit-transition: 0.3s all ease;
transition: 0.3s all ease;
color: var(--heading-color);
}
.navbar-area.navigation-style-02 .custom-container .navbar-collapse .navbar-nav li:hover.menu-item-has-children:before {
color: var(--main-color-one);
}
.navbar-area.navigation-style-02 .custom-container .navbar-collapse .navbar-nav li:hover a {
color: var(--main-color-one);
}
.navbar-area.navigation-style-02 .custom-container .navbar-collapse .navbar-nav li:hover .line {
-webkit-transform: scaleX(1);
transform: scaleX(1);
}
.navbar-area .custom-container {
background-color: #fff;
-webkit-box-shadow: 0px 6px 15px 0px rgba(0, 0, 0, 0.2);
box-shadow: 0px 6px 15px 0px rgba(0, 0, 0, 0.2);
border-bottom-right-radius: 10px;
border-bottom-left-radius: 10px;
padding: 0 30px;
}
.navbar-area .custom-container .nav-right-content .contact-us {
margin-left: 20px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.navbar-area .custom-container .nav-right-content .contact-us .icon {
color: var(--main-color-one);
width: 48px;
height: 48px;
line-height: 48px;
font-size: 20px;
text-align: center;
background: #3E4357;
border-radius: 50%;
position: relative;
}
.navbar-area .custom-container .nav-right-content .contact-us .icon .circle {
content: "";
position: absolute;
left: -8px;
top: -8px;
width: 64px;
height: 64px;
border: 1px solid #3E4357;
border-radius: 50%;
-webkit-animation: spin 5s linear infinite;
animation: spin 5s linear infinite;
}
.navbar-area .custom-container .nav-right-content .contact-us .icon .dot {
width: 3px;
height: 3px;
line-height: 3px;
background: var(--main-color-one);
display: block;
border-radius: 50%;
position: absolute;
left: 2px;
top: 50%;
}
.navbar-area .custom-container .nav-right-content .contact-us .icon .dot-01 {
width: 3px;
height: 3px;
line-height: 3px;
background: var(--main-color-one);
display: block;
border-radius: 50%;
position: absolute;
right: 2px;
top: 50%;
}
.navbar-area .custom-container .nav-right-content .contact-us .content {
margin-left: 20px;
}
.navbar-area .custom-container .nav-right-content .contact-us .content p {
font-size: 14px;
line-height: 30px;
font-family: var(--heading-font);
font-weight: 400;
color: #fff;
margin: 0;
}
.navbar-area .custom-container .nav-right-content .contact-us .content p span {
color: var(--main-color-one);
}
.navbar-area .custom-container .nav-right-content .contact-us .content .number {
font-size: 20px;
}
.navbar-area .custom-container .nav-right-content .contact-us .content .number a {
color: #fff;
}
.navbar-area .custom-container .nav-right-content .contact-us .content .number a:hover {
color: var(--main-color-one);
}
.navbar-area .custom-container .navbar-collapse .navbar-nav {
display: block;
width: 100%;
text-align: right;
}
.navbar-area .custom-container .navbar-collapse .navbar-nav li {
display: inline-block;
font-size: 18px;
font-family: var(--heading-font);
text-transform: capitalize;
font-weight: 600;
line-height: 70px;
}
.navbar-area .custom-container .navbar-collapse .navbar-nav li + li {
margin-left: 40px;
}
.navbar-area .custom-container .navbar-collapse .navbar-nav li.current-menu-item a {
color: var(--main-color-one);
}
.navbar-area .custom-container .navbar-collapse .navbar-nav li.menu-item-has-children {
position: relative;
z-index: 0;
padding-right: 15px;
}
.navbar-area .custom-container .navbar-collapse .navbar-nav li.menu-item-has-children:before {
position: absolute;
right: -3px;
top: 50%;
content: "";
font-weight: 700;
font-family: "fontawesome"; -webkit-transform: translateY(-50%); transform: translateY(-50%);
-webkit-transition: 0.3s all ease;
transition: 0.3s all ease;
font-size: 12px;
}
.navbar-area .custom-container .navbar-collapse .navbar-nav li.menu-item-has-children:hover > .sub-menu {
visibility: visible;
opacity: 1;
}
.navbar-area .custom-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu {
position: absolute;
text-align: left;
min-width: 190px;
margin: 0;
padding: 0;
list-style: none;
left: 0;
top: 100%;
-webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.05);
box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.05);
background-color: #fff;
z-index: 9;
border-bottom: 4px solid var(--heading-color);
visibility: hidden;
opacity: 0;
-webkit-transition: 0.3s all ease;
transition: 0.3s all ease;
}
.navbar-area .custom-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li {
display: block;
margin-left: 0;
line-height: 24px;
font-size: 16px;
}
.navbar-area .custom-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li + li {
border-top: 1px solid #e2e2e2;
}
.navbar-area .custom-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li a {
display: block;
padding: 12px 12px;
background-color: #fff;
white-space: nowrap;
color: var(--heading-color);
-webkit-transition: 0.3s all ease;
transition: 0.3s all ease;
}
.navbar-area .custom-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li a span {
-webkit-transition: 0.3s all ease;
transition: 0.3s all ease;
}
.navbar-area .custom-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li a:hover {
background-color: var(--main-color-one);
}
.navbar-area .custom-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li a:hover span {
margin-left: 8px;
}
.navbar-area .custom-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu .menu-item-has-children {
position: relative;
z-index: 0;
padding-right: 0px;
}
.navbar-area .custom-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu .menu-item-has-children > .sub-menu {
left: 100%;
top: 0px;
}
.navbar-area .custom-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu .menu-item-has-children > .sub-menu .sub-menu .sub-menu {
left: auto;
right: 100%;
}
.navbar-area .custom-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu .menu-item-has-children:hover > .sub-menu {
visibility: visible;
opacity: 1;
}
.navbar-area .custom-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu .menu-item-has-children:hover > .sub-menu li:hover:before {
color: #fff;
}
.navbar-area .custom-container .navbar-collapse .navbar-nav li a {
-webkit-transition: 0.3s all ease;
transition: 0.3s all ease;
display: block;
}
.navbar-area .custom-container .navbar-collapse .navbar-nav li a:hover {
color: var(--main-color-one);
}
@media only screen and (max-width: 991px) {
.navbar-area.m-menu {
position: absolute;
width: 100%;
z-index: 9;
background: #000;
}
.navbar-area.navigation-style-02 .custom-container {
padding: 15px 15px;
}
.navbar-area.navigation-style-02 .custom-container .navbar-toggler {
background-color: var(--main-color-one);
}
.navbar-area.navigation-style-02 .custom-container .navbar-toggler:focus {
outline: none;
color: transparent;
}
.navbar-area.navigation-style-02 .custom-container .navbar-collapse .navbar-nav {
background-color: #efefef;
padding: 0 20px;
}
.navbar-area.navigation-style-02 .custom-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li a {
background-color: transparent;
color: rgba(3, 5, 25, 0.8);
}
.navbar-area.navigation-style-02 .custom-container .navbar-collapse .navbar-nav li a {
cursor: pointer;
}
.navbar-area.navigation-style-02 .custom-container .btn-wrap {
display: none;
}
.navbar-area.navigation-style-01 .custom-container {
padding: 20px 15px;
}
.navbar-area.navigation-style-01 .custom-container .responsive-menu .navbar-toggler {
background-color: transparent;
}
.navbar-area.navigation-style-01 .custom-container .responsive-menu .navbar-toggler .icomoon-grid-second {
color: #fff;
font-size: 32px;
}
.navbar-area.navigation-style-01 .custom-container .responsive-menu .navbar-toggler:focus {
outline: none;
}
.navbar-area.navigation-style-01 .custom-container .navbar-collapse .navbar-nav {
text-align: left;
background-color: var(--heading-color);
padding: 0 20px;
}
.navbar-area.navigation-style-01 .custom-container .navbar-collapse .navbar-nav li {
line-height: 30px;
}
.navbar-area.navigation-style-01 .custom-container .navbar-collapse .navbar-nav li.current-menu-item a,
.navbar-area.navigation-style-01 .custom-container .navbar-collapse .navbar-nav li .current-menu-parent a {
color: var(--main-color-one);
}
.navbar-area.navigation-style-01 .custom-container .navbar-collapse .navbar-nav li.current-menu-item.menu-item-has-children:before,
.navbar-area.navigation-style-01 .custom-container .navbar-collapse .navbar-nav li .current-menu-parent.menu-item-has-children:before {
color: var(--main-color-one);
}
.navbar-area.navigation-style-01 .custom-container .navbar-collapse .navbar-nav li.menu-item-has-children {
z-index: initial;
}
.navbar-area.navigation-style-01 .custom-container .navbar-collapse .navbar-nav li.menu-item-has-children:before {
color: #fff;
}
.navbar-area.navigation-style-01 .custom-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li a {
background-color: transparent;
color: #d7d2d2e6;
}
.navbar-area.navigation-style-01 .custom-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li a:hover {
background-color: var(--main-color-one);
color: #fff;
}
.navbar-area.navigation-style-01 .custom-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu .menu-item-has-children:hover > .sub-menu li:hover:before {
color: #656565;
}
.navbar-area.navigation-style-01 .custom-container .navbar-collapse .navbar-nav li a {
-webkit-transition: 0.3s all ease;
transition: 0.3s all ease;
color: #fff;
}
.navbar-area.navigation-style-01 .custom-container .navbar-collapse .navbar-nav li:hover.menu-item-has-children:before {
color: var(--main-color-one);
}
.navbar-area.navigation-style-01 .custom-container .navbar-collapse .navbar-nav li:hover a {
color: var(--main-color-one);
}
.navbar-area.navigation-style-01 .custom-container .btn-wrap {
display: none;
}
.navbar-area .custom-container {
position: relative;
z-index: 0;
}
.navbar-area .custom-container .responsive-menu {
display: block;
position: relative;
width: 100%;
}
.navbar-area .custom-container .responsive-menu .navbar-toggler {
position: absolute;
right: 0;
top: 50%; -webkit-transform: translateY(-50%); transform: translateY(-50%);
}
.navbar-area .custom-container .navbar-brand {
display: block;
}
.navbar-area .custom-container .navbar-brand .navbar-toggler {
position: absolute;
right: 10px;
border: 1px solid #e2e2e2;
}
.navbar-area .custom-container .navbar-collapse .navbar-nav {
display: block;
margin-top: 20px;
}
.navbar-area .custom-container .navbar-collapse .navbar-nav li {
display: block;
text-align: left;
line-height: 30px;
padding: 0 0;
}
.navbar-area .custom-container .navbar-collapse .navbar-nav li:last-child {
border-bottom: none;
}
.navbar-area .custom-container .navbar-collapse .navbar-nav li + li {
margin-left: 0px !important;
}
.navbar-area .custom-container .navbar-collapse .navbar-nav li.menu-item-has-children:before {
top: 25px;
right: 20px;
}
.navbar-area .custom-container .navbar-collapse .navbar-nav li.menu-item-has-children:hover > .sub-menu {
visibility: visible;
opacity: 1;
margin-top: 0;
margin-bottom: 0;
}
.navbar-area .custom-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu {
position: initial;
width: 100%;
border-top: none;
-webkit-box-shadow: none;
box-shadow: none;
margin-left: 0;
height: auto;
overflow: hidden;
max-height: 229px;
overflow-y: scroll;
background-color: transparent;
padding: 0px;
border-bottom: none;
display: none;
-webkit-transition: none;
transition: none;
visibility: visible;
opacity: 1;
}
.navbar-area .custom-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu .sub-menu .menu-item-has-children:before {
content: "";
}
.navbar-area .custom-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li {
padding: 0;
}
.navbar-area .custom-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li.menu-item-has-children:hover:before {
color: #fff;
}
.navbar-area .custom-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li + li {
border-top: none;
}
.navbar-area .custom-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li:first-child {
border-top: 0;
}
.navbar-area .custom-container .navbar-collapse .navbar-nav li a {
padding: 10px 0;
}
}
@media only screen and (max-width: 575px) {
.navbar-area .custom-container {
margin: 0 15px;
}
}
@-webkit-keyframes spin {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@keyframes spin {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
} .comment-content a {
word-wrap: break-word;
}
.bypostauthor {
display: block;
}
.comments-area {
margin-top: 30px;
margin-bottom: 60px;
}
.comments-area .comments-title {
font-size: 26px;
line-height: 34px;
font-weight: 600;
margin-bottom: 38px;
}
.comments-area .comment-list {
margin: 0;
padding: 0;
list-style: none;
margin-bottom: 20px;
}
.comments-area .comment-list .comment-respond {
margin-bottom: 57px;
}
.comments-area .comment-list .comment-respond {
margin-top: 37px;
}
.comments-area .comment-list .comment-reply-title {
font-size: 20px;
margin-bottom: 15px;
}
.comments-area .comment-list .comment-reply-title small {
font-size: 20px;
line-height: 1;
top: 1px;
margin-bottom: 0;
}
.comments-area .comment-list li:last-child {
margin-bottom: 0;
}
.comments-area .comment-list li:last-child .single-comment-wrap .thumb .date {
margin-bottom: 0;
}
.comments-area .comment-list li ul.children {
margin: 0;
padding: 0;
list-style: none;
margin-top: 30px;
}
.comments-area .comment-list li ul.children li {
margin-left: 50px;
list-style: none;
}
.comments-area .comment-list li .single-comment-wrap {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
--ms-flex-item-align: start;
-ms-flex-item-align: start;
align-self: flex-start;
}
.comments-area .comment-list li .single-comment-wrap .thumb {
margin-right: 20px;
min-width: 80px;
border-radius: 50%;
}
.comments-area .comment-list li .single-comment-wrap .thumb img {
margin-bottom: 10px;
border-radius: 50%;
border: 2px solid #fafafa;
-webkit-box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.02);
box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.02);
}
.comments-area .comment-list li .single-comment-wrap .date {
display: block;
font-size: 14px;
line-height: 20px;
margin-bottom: 10px;
}
.comments-area .comment-list li .single-comment-wrap .content {
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
position: relative;
max-width: 630px;
}
.comments-area .comment-list li .single-comment-wrap .content .title {
font-size: 18px;
line-height: 28px;
font-weight: 600;
padding-right: 70px;
color: #111;
font-family: var(--heading-font);
}
.comments-area .comment-list li .single-comment-wrap .content .comment-content {
max-width: 670px;
}
.comments-area .comment-list li .single-comment-wrap .content p {
word-break: break-word;
}
.comments-area .comment-list li .single-comment-wrap .content p:last-child {
margin-bottom: 0;
}
.comments-area .comment-list li .single-comment-wrap .content .reply {
color: var(--main-color-two);
}
.comments-area .comment-list li .single-comment-wrap .content .reply:hover {
color: var(--main-color-one);
}
.comments-area .comment-list li .single-comment-wrap .content .comment-reply-link {
position: absolute;
top: 5px;
right: 0;
-webkit-transition: all 0.3s ease-in;
transition: all 0.3s ease-in;
color: var(--main-color-one);
font-weight: 600;
}
.comments-area .comment-list li .single-comment-wrap .content .comment-reply-link:after {
position: static;
content: "";
font-family: "FontAwesome";
font-size: 14px;
line-height: 1;
margin-left: 5px;
font-weight: 800;
}
.comments-area .comment-list li .single-comment-wrap .content .comment-reply-link:hover {
color: var(--heading-color);
}
.comments-area .comment-list li.comment {
margin-bottom: 25px;
}
.comments-area .comment-list .has-children {
padding-left: 80px;
}
.comments-area .comment-list ol:not([class]) {
margin-bottom: 20px;
}
.comments-area .comment-list ol:not([class]) li ol {
margin-bottom: 0;
}
.comments-area .comment-list .children li:last-child {
margin-bottom: 30px;
}
.comments-area .comment-list ul:not([class]) {
margin-bottom: 20px;
}
.comments-area .comment-list ul:not([class]) ul {
margin-bottom: 0px;
}
.comments-area .reply-title {
font-size: 26px;
line-height: 34px;
font-weight: 600;
margin-bottom: 25px;
}
.comments-area .comment-reply-title {
font-size: 26px;
line-height: 34px;
font-weight: 600;
margin-bottom: 25px;
}
.comments-area .comment-reply-title small {
font-size: 26px;
line-height: 34px;
font-weight: 600;
color: var(--secondary-color);
margin-left: 10px;
display: inline-block;
position: relative;
top: 4px;
margin-bottom: 0;
}
.comments-area .comment-form-wrap {
padding: 65px 95px 70px;
}
.comments-area .form-submit {
margin-bottom: 0;
}
.blog-content-page-content-area .comments-area .comment-list li .single-comment-wrap .time {
display: block;
font-size: 14px;
line-height: 20px;
margin-bottom: 10px;
}
.comment-form .form-group.textarea .form-control {
min-height: 160px;
resize: none;
line-height: 26px;
}
.comment-form .form-group.textarea .form-control:focus {
outline: none;
-webkit-box-shadow: none;
box-shadow: none;
}
.comment-form .form-group .form-control {
height: 56px;
border-radius: 4px;
background: #fff;
color: #A1A1A1;
padding: 15px 20px 15px 0;
line-height: 52px;
border: 2px solid #f2f2f3;
background-color: #fff;
}
.comment-form .form-group .form-control:hover, .comment-form .form-group .form-control:focus {
border-color: var(--main-color-one);
}
.comment-form .form-group .form-control::-webkit-input-placeholder {
color: #A1A1A1;
}
.comment-form .form-group .form-control::-moz-placeholder {
color: #A1A1A1;
}
.comment-form .form-group .form-control:-ms-input-placeholder {
color: #A1A1A1;
}
.comment-form .form-group .form-control::-ms-input-placeholder {
color: #A1A1A1;
}
.comment-form .form-group .form-control::placeholder {
color: #A1A1A1;
}
.comment-form .btn-wrap .boxed-btn {
font-size: 14px;
}
.comment-form .submit-btn {
height: 54px;
line-height: 54px;
width: auto;
border-radius: 4px;
font-weight: 600;
background-color: var(--main-color-one);
font-family: var(--heading-font);
border: none;
cursor: pointer;
-webkit-transition: 0.3s ease-in;
transition: 0.3s ease-in;
color: #fff;
padding: 0 30px;
text-transform: uppercase;
}
.comment-form .submit-btn:hover {
background-color: var(--heading-color);
color: #fff;
}
.comment-form-cookies-consent input[type=checkbox] {
margin-right: 5px;
}
label[for=wp-comment-cookies-consent] {
font-size: 14px;
}
.comment-respond {
margin-top: 42px;
}
.form-group.textarea {
width: 100% !important;
margin-left: 0 !important;
}
.full-width-content .comments-area .comment-list li .single-comment-wrap .content {
max-width: 100%;
}
@media only screen and (max-width: 991px) {
.comments-area .comment-list li .single-comment-wrap .content {
max-width: calc(100% - 100px);
}
}
@media only screen and (max-width: 384px) {
.comments-area .comment-list li .single-comment-wrap {
display: block;
}
.comments-area .comment-list li .single-comment-wrap .content {
max-width: 100%;
}
} .banner-area {
padding: 170px 0 190px;
position: relative;
z-index: 0;
overflow: hidden;
background: #EEF9FF;
}
.banner-area.style-01 {
padding: 0px 0px 43px;
}
.banner-area.header-bg {
background-position: right;
background-size: contain;
background-repeat: no-repeat;
}
.banner-area.header-bg-02 {
background-position: top;
background-size: cover;
background-repeat: no-repeat;
padding: 300px 0px 217px;
}
.banner-area.header-bg-02::before {
content: "";
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: linear-gradient(260deg, rgba(0, 5, 101, 0) 0%, #000565 100%);
}
.banner-area .drive-bg {
background-position: right;
background-size: contain;
background-repeat: no-repeat;
min-height: 600px;
width: 100%;
position: absolute;
right: 8%;
top: 10%;
z-index: 1;
-webkit-animation: carride 2.6s linear;
animation: carride 2.6s linear;
}
@-webkit-keyframes carride {
0% {
top: -15%;
-webkit-transform: translate(-30%, -30%);
transform: translate(-30%, -30%);
}
100% {
opacity: 1;
-webkit-transform: translate(0%, 0%);
transform: translate(0%, 0%);
top: 10%;
}
}
@keyframes carride {
0% {
top: -15%;
-webkit-transform: translate(-30%, -30%);
transform: translate(-30%, -30%);
}
100% {
opacity: 1;
-webkit-transform: translate(0%, 0%);
transform: translate(0%, 0%);
top: 10%;
}
}
.banner-area .drive-bg-02 {
background-position: right;
background-size: contain;
background-repeat: no-repeat;
min-height: 400px;
width: 100%;
position: absolute;
right: 4%;
top: 35%;
-webkit-animation: fadeIn 2.5s 0s both;
animation: fadeIn 2.5s 0s both;
-webkit-animation-delay: 1s;
animation-delay: 1s;
}
.banner-area .header-shape {
position: absolute;
left: 60px;
top: 69%;
}
.banner-area .header-shape-02 {
position: absolute;
left: 0;
bottom: 0;
z-index: -1;
}
.banner-area .danger-shape {
position: absolute;
opacity: 10%;
left: 40%;
top: 13%;
-webkit-animation: spin 5s linear infinite;
animation: spin 5s linear infinite;
}
.banner-area .danger-shape-01 {
position: absolute;
opacity: 10%;
right: 7%;
top: 10%;
-webkit-animation: spin 5s linear infinite;
animation: spin 5s linear infinite;
}
.banner-area .danger-shape-02 {
position: absolute;
opacity: 10%;
left: 60%;
bottom: 5%;
-webkit-animation: spin 5s linear infinite;
animation: spin 5s linear infinite;
}
.banner-area .header-side-content {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-transform: rotate(270deg);
transform: rotate(270deg);
position: absolute;
left: -2%;
top: 25%;
}
.banner-area .header-side-content .contact-no {
color: var(--heading-color);
margin-left: 170px;
margin-top: -70px;
font-size: 20px;
line-height: 30px;
font-family: var(--heading-font);
font-weight: 600;
color: #323232;
}
.banner-area .second-header {
padding: 100px 0px 100px 60px;
overflow: hidden;
}
.banner-area .second-header.second-header-bg {
position: relative;
background-repeat: no-repeat;
}
.banner-area .second-header.second-header-bg::before {
content: "";
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: linear-gradient(116deg, #030519 0%, rgba(51, 53, 69, 0) 65%, rgba(86, 88, 101, 0) 100%);
z-index: 1;
}
.banner-area .second-header.second-header-bg .dot-shape {
position: absolute;
z-index: 2;
top: 30px;
left: 40px;
width: 530px;
}
.banner-area .banner-inner {
position: relative;
z-index: 3;
}
.banner-area .banner-inner .title {
margin-bottom: 40px;
-webkit-animation: fadeInLeft 2.5s 0s both;
animation: fadeInLeft 2.5s 0s both;
}
.banner-area .banner-inner .title span {
display: block;
}
.banner-area .banner-inner .title .style-01 {
font-size: 90px;
line-height: 100px;
font-family: var(--heading-font);
font-weight: 700;
color: var(--heading-color);
text-transform: uppercase;
margin-bottom: 20px;
}
.banner-area .banner-inner .title .style-01.white {
color: #fff;
}
.banner-area .banner-inner .title .style-02 {
font-size: 50px;
line-height: 55px;
font-family: var(--heading-font);
font-weight: 600;
color: var(--heading-color);
text-transform: uppercase;
margin-bottom: 10px;
}
.banner-area .banner-inner .title .style-02.white {
color: #fff;
}
.banner-area .banner-inner .title .style-03 {
font-size: 35px;
line-height: 55px;
font-family: var(--heading-font);
font-weight: 600;
color: var(--heading-color);
text-transform: uppercase;
}
.banner-area .banner-inner .title .style-03.white {
color: #fff;
}
.banner-area .banner-inner p {
font-size: 16px;
line-height: 28px;
font-family: var(--body-font);
font-weight: 500;
color: var(--heading-color);
max-width: 665px;
margin-bottom: 0px;
-webkit-animation: fadeInLeft 2.5s 0s both;
animation: fadeInLeft 2.5s 0s both;
}
.banner-area .banner-inner p.style-01 {
color: #fff;
}
.banner-area .banner-inner .header-btn {
margin-top: 100px;
background: #fff;
width: 570px;
padding: 20px;
padding-right: 24px;
border-radius: 6px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-shadow: 0px 8px 15px rgba(251, 205, 33, 0.29);
box-shadow: 0px 8px 15px rgba(251, 205, 33, 0.29);
position: relative;
margin-left: 18px;
}
.banner-area .banner-inner .header-btn::after {
content: "";
position: absolute;
left: -16px;
top: 16px;
width: 100%;
height: 100%;
border: 1px dashed var(--main-color-one);
border-radius: 6px;
z-index: -1;
}
.banner-area .banner-inner .header-btn .applicant-number h6 {
font-size: 18px;
line-height: 55px;
font-family: var(--heading-font);
font-weight: 400;
color: var(--heading-color);
margin-bottom: 0px;
}
.banner-area .banner-inner .header-btn .applicant-number span {
font-weight: 600;
}
.banner-area .follow-us .title {
font-size: 18px;
line-height: 30px;
font-family: var(--heading-font);
font-weight: 600;
color: #F9F9F9;
margin-top: 40px;
}
.banner-area .slickCount {
position: absolute;
right: 160px;
bottom: 6px;
font-size: 16px;
line-height: 20px;
font-family: var(--heading-font);
font-weight: 700;
}
.banner-area .slickCount::before {
content: "0";
position: absolute;
left: -11px;
top: 0;
}
.banner-area .slickTotal {
position: absolute;
right: 18px;
bottom: 6px;
font-size: 16px;
line-height: 20px;
font-family: var(--heading-font);
font-weight: 700;
}
.banner-area .slickTotal::before {
content: "0";
position: absolute;
left: -11px;
top: 0;
}
.header-style-01.drive {
background: var(--heading-color);
}
.topbar-wrap {
width: 100%;
z-index: 2;
background-color: transparent;
min-height: 60px;
border-bottom: 1px solid #5D5D5D;
}
.topbar-wrap .topbar-content {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
.topbar-wrap .topbar-content .left-contnet {
padding-top: 15px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.topbar-wrap .topbar-content .left-contnet li a span {
color: var(--main-color-one);
}
.topbar-wrap .topbar-content .left-contnet .social-icon {
margin-left: 50px;
}
.topbar-wrap .topbar-content .left-contnet .social-icon ul {
margin: 0;
padding: 0;
list-style: none;
}
.topbar-wrap .topbar-content .left-contnet .social-icon ul li {
color: #fff;
display: inline-block;
-webkit-transition: all 0.3s ease-in;
transition: all 0.3s ease-in;
margin-right: 10px;
width: 24px;
height: 24px;
line-height: 18px;
text-align: center;
border: 2px solid #fff;
border-radius: 50%;
-webkit-transition: 0.5 all ease;
transition: 0.5 all ease;
}
.topbar-wrap .topbar-content .left-contnet .social-icon ul li a {
color: #fff;
}
.topbar-wrap .topbar-content .left-contnet .social-icon ul li:hover {
border-color: var(--main-color-one);
color: var(--main-color-one);
-webkit-transform: rotate(25deg);
transform: rotate(25deg);
}
.topbar-wrap .topbar-content .left-contnet .social-icon ul li i {
font-size: 11px;
}
.topbar-wrap .topbar-content .right-contnet {
padding-top: 15px;
}
.topbar-wrap .topbar-content .right-contnet .info-items li a {
cursor: default;
}
.topbar-wrap .topbar-content .right-contnet .info-items li:first-child {
padding-right: 35px;
}
.topbar-wrap .topbar-content .info-items {
margin: 0;
padding: 0;
list-style: none;
}
.topbar-wrap .topbar-content .info-items li {
display: inline-block;
-webkit-transition: all 0.3s ease-in;
transition: all 0.3s ease-in;
color: #fff;
}
.topbar-wrap .topbar-content .info-items li + li {
margin-left: 20px;
}
.topbar-wrap .topbar-content .info-items li a {
font-size: 16px;
line-height: 30px;
font-family: var(--heading-font);
font-weight: 400;
color: #fff;
}
.topbar-wrap .topbar-content .info-items li a span {
color: var(--main-color-one);
}
.check-box .container-box {
display: block;
position: relative;
padding-left: 35px;
margin-bottom: 12px;
cursor: pointer;
font-size: 16px;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
color: #fff;
}
.check-box .container-box input {
position: absolute;
opacity: 0;
cursor: pointer;
height: 0;
width: 0;
}
.check-box .container-box .checkmark {
position: absolute;
top: 0;
left: 0;
height: 20px;
width: 20px;
background-color: transparent;
border: 1px solid #fff;
border-radius: 4px;
}
.check-box .checkmark:after {
content: "";
position: absolute;
display: none;
color: #000;
left: 6px;
top: 3px;
width: 7px;
height: 11px;
border: solid #fff;
border-width: 0 3px 3px 0;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}
.check-box .container-box input:checked ~ .checkmark:after {
display: block;
}
@-webkit-keyframes dash {
0% {
stroke-dashoffset: 1000;
}
100% {
stroke-dashoffset: 0;
}
}
@keyframes dash {
0% {
stroke-dashoffset: 1000;
}
100% {
stroke-dashoffset: 0;
}
}
.header-slider-one .slick-current.slick-active .title {
-webkit-animation: slideInLeft 1.5s 0s both;
animation: slideInLeft 1.5s 0s both;
}
.header-slider-one .slick-current.slick-active p {
-webkit-animation: slideInLeft 1.5s 0s both;
animation: slideInLeft 1.5s 0s both;
}
.header-slider-one .slide-arrow.prev-arrow {
position: absolute;
right: -95px;
top: 35%;
background: transparent;
width: 58px;
height: 58px;
line-height: 58px;
text-align: center;
border: 1px solid var(--main-color-one);
border-radius: 50%;
color: var(--main-color-one);
-webkit-transition: 0.5s all ease;
transition: 0.5s all ease;
cursor: pointer;
}
.header-slider-one .slide-arrow.prev-arrow:hover {
background: #1E1F2E;
border-color: #1E1F2E;
}
.header-slider-one .slide-arrow.prev-arrow:focus {
outline: none;
}
.header-slider-one .slide-arrow.next-arrow {
position: absolute;
right: -95px;
top: 45%;
background: transparent;
width: 58px;
height: 58px;
line-height: 58px;
text-align: center;
border: 1px solid var(--main-color-one);
border-radius: 50%;
color: var(--main-color-one);
-webkit-transition: 0.5s all ease;
transition: 0.5s all ease;
cursor: pointer;
}
.header-slider-one .slide-arrow.next-arrow:hover {
background: #1E1F2E;
border-color: #1E1F2E;
}
.header-slider-one .slide-arrow.next-arrow:focus {
outline: none;
}
.progress {
display: block;
width: 98px;
height: 2px;
border-radius: 10px;
overflow: hidden;
z-index: 9999;
position: absolute;
right: 50px;
bottom: 16px;
background-color: #535353;
background-image: -webkit-gradient(linear, left top, right top, from(#FBCD21), to(#FBCD21));
background-image: linear-gradient(to right, #FBCD21, #FBCD21);
background-repeat: no-repeat;
background-size: 0 100%;
-webkit-transition: background-size 0.4s ease-in-out;
transition: background-size 0.4s ease-in-out;
}
.best-features-section {
margin-top: 115px;
background: #FEFEFE;
position: relative;
}
.best-features-section.about {
background: transparent;
margin-top: 75px;
}
.best-features-section .wheel-shape {
position: absolute;
left: -85px;
top: 15px;
-webkit-animation: spin-01 3s linear infinite;
animation: spin-01 3s linear infinite;
}
.best-features-section .wheel-shape-02 {
position: absolute;
right: 50px;
bottom: -100px;
-webkit-animation: spin-01 3s linear infinite;
animation: spin-01 3s linear infinite;
-webkit-animation-delay: 1s;
animation-delay: 1s;
}
@-webkit-keyframes spin-01 {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
50% {
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}
100% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
}
@keyframes spin-01 {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
50% {
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}
100% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
}
.friendly-driving-section {
background: #030519;
margin-top: 120px;
}
.friendly-driving-section.style-01 {
margin-top: 115px;
}
.friendly-driving-section.section-bg {
background-size: cover;
background-repeat: no-repeat;
background-position: center;
padding: 117px 0px 174px 0px;
position: relative;
z-index: 0;
}
.friendly-driving-section.section-bg::before {
content: "";
position: absolute;
left: 0;
top: 0;
width: 50%;
height: 84%;
background-color: #EEF9FF;
}
.friendly-driving-section.section-bg-02 {
background-size: cover;
background-repeat: no-repeat;
background-position: center;
padding: 120px 0px 120px 0px;
position: relative;
}
.friendly-driving-section .driving-bg {
background-repeat: no-repeat;
background-size: contain;
background-position: center;
min-height: 320px;
position: relative;
z-index: 0;
}
.friendly-driving-section .header-btn {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-ms-flex-pack: distribute;
justify-content: space-around;
margin-top: 70px;
}
.friendly-driving-section .header-btn .applicant-number h6 {
font-size: 18px;
line-height: 55px;
font-family: var(--heading-font);
font-weight: 400;
color: var(--heading-color);
margin-bottom: 0px;
}
.friendly-driving-section .header-btn .applicant-number h6 span {
font-weight: 600;
}
.friendly-driving-section .friendly-driving-content {
padding-left: 35px;
}
.friendly-driving-section .friendly-driving-content.style-01 {
margin-top: 50px;
padding-left: 20px;
}
.friendly-driving-section .friendly-driving-content .subtitle {
font-size: 16px;
line-height: 28px;
font-family: var(--body-font);
font-weight: 600;
color: var(--main-color-one);
margin-bottom: 20px;
}
.friendly-driving-section .friendly-driving-content .title {
font-size: 45px;
line-height: 55px;
font-family: var(--heading-font);
font-weight: 700;
color: #fff;
margin-bottom: 20px;
}
.friendly-driving-section .friendly-driving-content .title.style-01 {
margin-top: 20px;
margin-bottom: 40px;
}
.friendly-driving-section .friendly-driving-content p {
font-size: 16px;
line-height: 28px;
font-family: var(--body-font);
font-weight: 400;
color: #fff;
margin: 0;
}
.friendly-driving-section .friendly-driving-content p.style-01 {
margin-bottom: 20px;
}
.friendly-driving-section .friendly-driving-content p.style-02 {
margin-bottom: 50px;
}
.courses-section-area {
margin-top: 112px;
position: relative;
background: #FEFEFE;
}
.courses-section-area .traffic-shape {
position: absolute;
bottom: 65px;
left: 90px;
opacity: 0.3;
-webkit-animation: updown-two 2.5s both linear infinite alternate;
animation: updown-two 2.5s both linear infinite alternate;
}
.courses-section-area .traffic-shape-01 {
position: absolute;
right: 80px;
top: 170px;
opacity: 0.3;
-webkit-animation: updown-two 2.5s both linear infinite alternate;
animation: updown-two 2.5s both linear infinite alternate;
}
.courses-section-area .all-courses {
text-align: center;
margin-top: 16px;
}
.courses-section-area .all-courses a {
font-size: 16px;
line-height: 28px;
font-family: var(--body-font);
font-weight: 600;
color: #323232;
-webkit-transition: 0.5s all ease;
transition: 0.5s all ease;
}
.courses-section-area .all-courses a:hover i {
padding-left: 12px;
}
.courses-section-area .all-courses a i {
margin-left: 10px;
color: var(--main-color-one);
-webkit-transition: 0.5s all ease;
transition: 0.5s all ease;
}
.courses-gallery-section {
margin-top: 110px;
}
.courses-gallery-masonry-wrapper .courses-gallery-menu {
padding: 0;
margin: 0;
list-style: none;
margin-bottom: 40px;
text-align: center;
}
.courses-gallery-masonry-wrapper .courses-gallery-menu li {
display: inline-block;
font-size: 16px;
line-height: 26px;
font-weight: 400;
font-family: var(--body-font);
color: #323232;
cursor: pointer;
background: #fff;
border: 1px solid var(--main-color-one);
border-radius: 3px;
padding: 9px 20px;
}
.courses-gallery-masonry-wrapper .courses-gallery-menu li + li {
margin-left: 30px;
}
.courses-gallery-masonry-wrapper .courses-gallery-menu li.active {
background: var(--main-color-one);
}
.courses-single-section {
position: relative;
margin-top: 120px;
}
.testimonial-carousel-three-wrap {
margin-left: -15px;
margin-right: -15px;
}
.testimonial-carousel-three .prev-arrow {
width: 53px;
height: 53px;
line-height: 53px;
text-align: center;
border: 2px solid var(--main-color-one);
background: #fff;
border-radius: 6px;
color: var(--main-color-one);
font-size: 22px;
position: absolute;
top: -110px;
right: 85px;
-webkit-transition: 0.4s all ease;
transition: 0.4s all ease;
cursor: pointer;
}
.testimonial-carousel-three .prev-arrow:focus {
outline: none;
}
.testimonial-carousel-three .prev-arrow:hover {
border: 2px solid var(--heading-color);
background: var(--heading-color);
color: var(--main-color-one);
}
.testimonial-carousel-three .next-arrow {
width: 53px;
height: 53px;
line-height: 53px;
text-align: center;
border: 2px solid var(--main-color-one);
background: #fff;
border-radius: 6px;
color: var(--main-color-one);
font-size: 22px;
position: absolute;
top: -110px;
right: 15px;
-webkit-transition: 0.4s all ease;
transition: 0.4s all ease;
cursor: pointer;
}
.testimonial-carousel-three .next-arrow:focus {
outline: none;
}
.testimonial-carousel-three .next-arrow:hover {
border: 2px solid var(--heading-color);
background: var(--heading-color);
color: var(--main-color-one);
}
@-webkit-keyframes updown-two {
0% {
-webkit-transform: translateY(30px);
transform: translateY(30px);
}
100% {
-webkit-transform: translateY(0px);
transform: translateY(0px);
}
}
@keyframes updown-two {
0% {
-webkit-transform: translateY(30px);
transform: translateY(30px);
}
100% {
-webkit-transform: translateY(0px);
transform: translateY(0px);
}
}
.appointment-section-area {
background: var(--heading-color);
margin-top: 90px;
position: relative;
padding-top: 115px;
}
.appointment-section-area .section-img {
margin-top: 40px;
}
.appointment-section-area .section-img .instructor-img {
background-size: contain;
background-repeat: no-repeat;
min-height: 500px;
background-position: center bottom;
position: relative;
z-index: 1;
}
.client-section-area {
margin-top: 60px;
position: relative;
background: #FEFEFE;
}
.client-section-area.instructor {
margin-top: 120px;
}
.client-section-area .client-active-area {
border-top: 1px dashed #CECECE;
border-bottom: 1px dashed #CECECE;
padding: 50px 0px;
}
.client-section-area .single-brand img {
margin: 0 auto;
-webkit-filter: opacity(0.6) grayscale(1);
filter: opacity(0.6) grayscale(1);
-webkit-transition: 0.7s all ease;
transition: 0.7s all ease;
}
.client-section-area .single-brand:hover img {
-webkit-filter: opacity(1) grayscale(0);
filter: opacity(1) grayscale(0);
}
.testimonial-section-area {
margin-top: 315px;
position: relative;
background: #FEFEFE;
}
.testimonial-section-area.style-01 {
margin-top: 115px;
}
.guidence-section-area {
margin-top: 120px;
}
.guidence-section-area.style-01 {
margin-top: 0px;
}
.guidence-section-area.instructor {
margin-top: 90px;
}
.guidence-section-area.faq {
margin-top: 60px;
}
.guidence-section-area.guidence-bg {
background-repeat: no-repeat;
background-size: cover;
background-position: center;
padding: 113px 0px 113px 0px;
position: relative;
background-attachment: fixed;
}
.guidence-section-area.guidence-bg::before {
content: "";
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: rgba(3, 5, 25, 0.35);
}
.guidence-section-area .theme-heading-title .title {
color: #fff;
}
.news-section-area {
margin-top: 113px;
position: relative;
background: #FEFEFE;
} .footer-wrap {
position: relative;
background: #FEFEFE;
}
.footer-wrap .footer-shape {
width: 0;
height: 0;
border-top: 136px solid rgba(251, 205, 33, 0.15);
border-right: 180px solid transparent;
position: absolute;
top: -20px;
left: 115px;
}
@-webkit-keyframes updown {
0% {
-webkit-transform: translateX(20px);
transform: translateX(20px);
}
50% {
-webkit-transform: translateY(20px);
transform: translateY(20px);
}
100% {
-webkit-transform: translate(0px);
transform: translate(0px);
}
}
@keyframes updown {
0% {
-webkit-transform: translateX(20px);
transform: translateX(20px);
}
50% {
-webkit-transform: translateY(20px);
transform: translateY(20px);
}
100% {
-webkit-transform: translate(0px);
transform: translate(0px);
}
}
.footer-wrap .footer-shape-02 {
position: absolute;
right: 115px;
top: -20px;
width: 0;
height: 0;
border-top: 136px solid rgba(251, 205, 33, 0.15);
border-left: 180px solid transparent;
}
.footer-wrap .footer-shape-03 {
position: absolute;
left: 115px;
bottom: 132px;
width: 0;
height: 0;
border-bottom: 136px solid rgba(251, 205, 33, 0.15);
border-right: 180px solid transparent;
}
.footer-wrap .footer-shape-04 {
position: absolute;
right: 115px;
bottom: 132px;
width: 0;
height: 0;
border-bottom: 136px solid rgba(251, 205, 33, 0.15);
border-left: 180px solid transparent;
}
.footer-style-01 .footer-top {
padding-top: 50px;
}
.footer-top {
position: relative;
z-index: 0;
padding-top: 120px;
}
.footer-top.style-01 {
width: 86%;
margin: 112px auto 0px auto;
}
.footer-top.about {
margin-top: 60px;
}
.footer-top.courses {
margin-top: 0px;
}
.footer-top.courses-single {
margin-top: 90px;
}
.footer-top.blog {
margin-top: 116px;
}
.footer-top.instructor {
margin-top: 120px;
}
.footer-top.error {
margin-top: 25px;
}
.footer-top.subscribe-bg {
background-repeat: no-repeat;
background-size: cover;
background-position: center;
}
.footer-top .footer-top-border {
border-bottom: 1px solid #575757;
padding-bottom: 20px;
}
.footer-top .footer-top-border.style-01 {
padding-bottom: 85px;
}
.footer-top .widget_categories ul li {
border-bottom: 1px dashed #424242;
}
.footer-top .widget select {
-webkit-filter: brightness(100);
filter: brightness(100);
}
.footer-top .widget.widget_archive ul li + li,
.footer-top .widget.widget_categories ul li,
.footer-top .widget_pages ul li,
.footer-top .widget_nav_menu ul li,
.footer-top .widget.widget_archive ul li:first-child,
.footer-top .widget_meta ul li,
.footer-top .widget.widget_categories ul li ul {
border-bottom: 1px dashed #424242;
}
.footer-top .widget.widget_categories ul li ul.children {
border-bottom: none;
}
.footer-top .widget.widget_categories ul li ul,
.footer-top .widget.widget_nav_menu ul li ul,
.footer-top .widget.widget_recent_comments ul li:last-child,
.footer-top .widget.widget_recent_comments ul li + li,
.footer-top .widget.widget_pages ul li ul {
border-top: 1px dashed #424242;
}
.footer-top .widget_archive select,
.footer-top .widget_categories form select {
color: #fff;
}
.footer-top .widget_categories form select option,
.footer-top .widget_archive select option {
background-color: var(--heading-color);
}
.footer-top .widget.widget_recent_comments ul li + li {
color: #fff;
}
.footer-top .recentcomments .comment-author-link a {
font-weight: 600;
}
.footer-top .recentcomments {
color: #fff;
}
.footer-top .widget_calendar table td {
color: #fff;
}
.copyright-wrap {
text-align: center;
padding: 55px 0px;
}
.copyright-wrap .copyright-item {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.copyright-wrap-inner {
color: #8A8A8A;
font-size: 15px;
line-height: 30px;
font-weight: 400;
font-family: var(--body-font);
letter-spacing: 2px;
}
.copyright-wrap-inner.style-01 {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
.copyright-wrap-inner.style-01 p {
color: #8A8A8A;
font-size: 15px;
line-height: 30px;
font-weight: 400;
font-family: var(--body-font);
letter-spacing: 2px;
margin-bottom: 0;
} .widget {
margin-bottom: 30px;
}
.widget ul {
margin: 0;
padding: 0;
list-style: none;
}
.widget ul li {
display: block;
word-wrap: break-word;
word-break: break-word;
}
.widget ul li + li {
margin-top: 15px;
}
.widget ul li:before {
display: none;
}
.widget ul li:last-child {
margin-bottom: 0;
}
.widget ul li:first-child {
margin-top: 0;
}
.widget ul li a {
color: inherit;
-webkit-transition: all 0.3s ease-in;
transition: all 0.3s ease-in;
}
.widget ul li a.rsswidget {
font-weight: 600;
display: block;
margin-bottom: 5px;
}
.widget ul li a.rsswidget:hover {
color: var(--main-color-one);
}
.widget ul li .rss-date {
font-size: 12px;
font-weight: 600;
margin-bottom: 5px;
display: block;
}
.widget ul li ul {
margin-left: 20px;
margin-top: 10px;
}
.widget ul li ul.sub-menu {
position: initial;
visibility: visible;
opacity: 1;
background-color: transparent;
border-top: none;
-webkit-box-shadow: none;
box-shadow: none;
margin-top: 10px;
}
.widget ul li ul.sub-menu li a {
padding: 0 0 0 10px;
}
.widget ul li ul.sub-menu li a:hover {
background-color: transparent;
}
.widget .wp-block-group__inner-container h2:after {
position: absolute;
content: "";
top: 50%;
left: -25px;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
height: 60%;
width: 100%;
border-left: 5px solid var(--main-color-one);
}
.widget h1,
.widget h2,
.widget h3,
.widget h4,
.widget h5,
.widget h6,
.widget label,
.widget .widget-headline {
margin-bottom: 20px;
font-size: 18px;
font-weight: 700;
line-height: 26px;
text-transform: capitalize;
position: relative;
font-family: var(--body-font);
}
.widget h1.style-01, .widget h1.wp-block-search__label,
.widget h2.style-01,
.widget h2.wp-block-search__label,
.widget h3.style-01,
.widget h3.wp-block-search__label,
.widget h4.style-01,
.widget h4.wp-block-search__label,
.widget h5.style-01,
.widget h5.wp-block-search__label,
.widget h6.style-01,
.widget h6.wp-block-search__label,
.widget label.style-01,
.widget label.wp-block-search__label,
.widget .widget-headline.style-01,
.widget .widget-headline.wp-block-search__label {
font-size: 18px;
line-height: 30px;
position: relative;
font-weight: 700;
}
.widget h1.style-01:after, .widget h1.wp-block-search__label:after,
.widget h2.style-01:after,
.widget h2.wp-block-search__label:after,
.widget h3.style-01:after,
.widget h3.wp-block-search__label:after,
.widget h4.style-01:after,
.widget h4.wp-block-search__label:after,
.widget h5.style-01:after,
.widget h5.wp-block-search__label:after,
.widget h6.style-01:after,
.widget h6.wp-block-search__label:after,
.widget label.style-01:after,
.widget label.wp-block-search__label:after,
.widget .widget-headline.style-01:after,
.widget .widget-headline.wp-block-search__label:after {
position: absolute;
content: "";
top: 50%;
left: -25px;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
height: 60%;
width: 100%;
border-left: 5px solid var(--main-color-one);
}
.widget h1.style-02,
.widget h2.style-02,
.widget h3.style-02,
.widget h4.style-02,
.widget h5.style-02,
.widget h6.style-02,
.widget label.style-02,
.widget .widget-headline.style-02 {
font-size: 20px;
margin-bottom: 20px;
line-height: 30px;
position: relative;
font-weight: 700;
}
.widget h1.style-02:after,
.widget h2.style-02:after,
.widget h3.style-02:after,
.widget h4.style-02:after,
.widget h5.style-02:after,
.widget h6.style-02:after,
.widget label.style-02:after,
.widget .widget-headline.style-02:after {
position: absolute;
content: "";
top: 50%;
left: -25px;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
height: 60%;
width: 100%;
border-left: 5px solid var(--main-color-one);
}
.widget select {
width: 100%;
height: 50px;
padding: 10px 20px;
border: 1px solid #ddd;
position: relative;
z-index: 0;
appearance: none;
-webkit-appearance: none;
-moz-appearance: none;
background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='10' height='10' fill='%2328303d'><polygon points='0,0 10,0 5,5'/></svg>");
background-repeat: no-repeat;
background-position-y: 55%;
background-position-x: 92%;
color: var(--paragraph-color);
}
.widget:last-child {
margin-bottom: 0;
}
.widget .footer-widget {
background-color: transparent !important;
padding: 0;
margin-bottom: 40px;
}
.widget.widget_nav_menu ul li.menu-item-has-children:after {
display: none;
}
.widget ul li,
.comments-area .comment-list li,
.comments-area .comment-list li.comment {
padding-left: 0;
}
.comments-area .comment-list li:before,
.comments-area .comment-list li.comment:before {
display: none;
}
.widget-nav-menu ul {
margin: 0;
padding: 0;
list-style: none;
}
.widget-nav-menu ul li + li {
border-top: 1px solid #2c3e88;
}
.widget_search,
.no-results,
.error-404 {
padding: 20px 25px 25px 25px;
background: #fff;
-webkit-box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.07);
box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.07);
border-radius: 10px;
}
.widget_search .search-form,
.no-results .search-form,
.error-404 .search-form {
position: relative;
}
.widget_search .search-form .form-group,
.no-results .search-form .form-group,
.error-404 .search-form .form-group {
margin-bottom: 0;
}
.widget_search .search-form .form-group .form-control,
.no-results .search-form .form-group .form-control,
.error-404 .search-form .form-group .form-control {
height: 50px;
border: 1px solid #D5E0EF;
border-radius: 4px;
padding: 0 70px 0 15px;
background-color: #ffffff;
}
.widget_search .search-form .submit-btn,
.no-results .search-form .submit-btn,
.error-404 .search-form .submit-btn {
position: absolute;
right: 0;
top: 0;
width: 60px;
height: 50px;
line-height: 50px;
padding: 0;
font-size: 20px;
color: var(--main-color-one);
background-color: transparent;
border-radius: 0 30px 30px 0;
-webkit-transition: 0.3s ease-in;
transition: 0.3s ease-in;
border: none;
cursor: pointer;
}
.widget_search .search-form .submit-btn:focus,
.no-results .search-form .submit-btn:focus,
.error-404 .search-form .submit-btn:focus {
outline: none;
}
.widget_search .search-form .submit-btn:hover,
.no-results .search-form .submit-btn:hover,
.error-404 .search-form .submit-btn:hover {
background-color: var(--hover-color);
color: var(--heading-color);
}
.widget_author_meta {
text-align: center;
}
.widget_author_meta .thumb {
width: 80px;
height: 80px;
margin: 0 auto;
margin-bottom: 20px;
}
.widget_author_meta .thumb img {
border-radius: 50%;
}
.widget_author_meta .content .name {
font-size: 21px;
font-weight: 700;
}
.widget_author_meta .content .name p {
font-size: 16px;
line-height: 26px;
}
.widget_author_meta .content .name ul {
margin-top: 25px;
}
.widget_author_meta .content .name ul li {
display: inline-block;
margin: 0 5px;
}
.widget_author_meta .content .name ul li a {
display: block;
width: 40px;
height: 40px;
line-height: 40px;
text-align: center;
border: 1px solid rgba(0, 0, 0, 0.1);
border-radius: 50%;
-webkit-transition: all 0.3s ease-in;
transition: all 0.3s ease-in;
}
.widget_author_meta .content .name ul li a:hover {
background-color: var(--main-color-one);
color: #fff;
}
.widget_tag_cloud, .widget_bedriver_tags {
padding: 20px 25px 15px 25px;
background: #fff;
-webkit-box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.07);
box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.07);
border-radius: 10px;
}
.widget_tag_cloud .tagcloud a, .widget_tag_cloud .wp-block-tag-cloud a, .widget_bedriver_tags .tagcloud a, .widget_bedriver_tags .wp-block-tag-cloud a {
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
padding: 10px 12px;
text-transform: uppercase;
border-radius: 2px;
font-size: 14px !important;
line-height: 18px;
font-family: var(--body-font);
font-weight: 400;
background: #fff;
margin-right: 10px;
margin-bottom: 10px;
color: #7A7A7A;
border: 1px solid #D5E0EF;
-webkit-transition: 0.5s all ease;
transition: 0.5s all ease;
}
.widget_tag_cloud .tagcloud a:hover, .widget_tag_cloud .wp-block-tag-cloud a:hover, .widget_bedriver_tags .tagcloud a:hover, .widget_bedriver_tags .wp-block-tag-cloud a:hover {
background-color: var(--main-color-one);
color: #fff;
border: 1px solid var(--main-color-one);
}
.widget_nav_menu ul {
margin: 0;
padding: 0;
list-style: none;
}
.widget_nav_menu ul li {
color: #fff;
display: block;
}
.widget_nav_menu ul li a {
border: none;
}
.widget_nav_menu ul li a i {
width: 34px;
height: 34px;
line-height: 30px;
text-align: center;
border: 2px solid #fff;
border-radius: 50%;
font-size: 18px;
margin-right: 12px;
-webkit-transition: 0.3s all ease;
transition: 0.3s all ease;
}
.widget_nav_menu ul li a i:hover {
border-color: var(--main-color-one);
color: var(--main-color-one) !important;
}
.widget_nav_menu ul li > ul {
margin-left: 15px;
}
.widget_nav_menu ul li.photo-list {
display: inline-block;
}
.widget_nav_menu ul.social-icon li {
display: inline-block;
}
.widget.widget_bedriver_category,
.widget.widget_archive,
.widget.widget_calendar,
.widget.widget_categories,
.widget.widget_pages,
.widget.widget_block,
.widget.widget_recent_comments,
.widget.widget_recent_entries,
.widget.widget_rss,
.widget.widget_text,
.widget.widget_tag_cloud,
.widget.widget_nav_menu,
.widget.widget_meta {
padding: 20px 25px 24px 25px;
background: #fff;
-webkit-box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.07);
box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.07);
border-radius: 10px;
}
.widget.widget_bedriver_category ul li:first-child,
.widget.widget_archive ul li:first-child,
.widget.widget_calendar ul li:first-child,
.widget.widget_categories ul li:first-child,
.widget.widget_pages ul li:first-child,
.widget.widget_block ul li:first-child,
.widget.widget_recent_comments ul li:first-child,
.widget.widget_recent_entries ul li:first-child,
.widget.widget_rss ul li:first-child,
.widget.widget_text ul li:first-child,
.widget.widget_tag_cloud ul li:first-child,
.widget.widget_nav_menu ul li:first-child,
.widget.widget_meta ul li:first-child {
padding-top: 0;
}
.widget.widget_bedriver_category ul li + li,
.widget.widget_archive ul li + li,
.widget.widget_calendar ul li + li,
.widget.widget_categories ul li + li,
.widget.widget_pages ul li + li,
.widget.widget_block ul li + li,
.widget.widget_recent_comments ul li + li,
.widget.widget_recent_entries ul li + li,
.widget.widget_rss ul li + li,
.widget.widget_text ul li + li,
.widget.widget_tag_cloud ul li + li,
.widget.widget_nav_menu ul li + li,
.widget.widget_meta ul li + li {
margin-top: 15px;
}
.widget.widget_bedriver_category ul li:last-child,
.widget.widget_archive ul li:last-child,
.widget.widget_calendar ul li:last-child,
.widget.widget_categories ul li:last-child,
.widget.widget_pages ul li:last-child,
.widget.widget_block ul li:last-child,
.widget.widget_recent_comments ul li:last-child,
.widget.widget_recent_entries ul li:last-child,
.widget.widget_rss ul li:last-child,
.widget.widget_text ul li:last-child,
.widget.widget_tag_cloud ul li:last-child,
.widget.widget_nav_menu ul li:last-child,
.widget.widget_meta ul li:last-child {
border-bottom: none;
}
.widget.widget_bedriver_category ul li ul,
.widget.widget_archive ul li ul,
.widget.widget_calendar ul li ul,
.widget.widget_categories ul li ul,
.widget.widget_pages ul li ul,
.widget.widget_block ul li ul,
.widget.widget_recent_comments ul li ul,
.widget.widget_recent_entries ul li ul,
.widget.widget_rss ul li ul,
.widget.widget_text ul li ul,
.widget.widget_tag_cloud ul li ul,
.widget.widget_nav_menu ul li ul,
.widget.widget_meta ul li ul {
padding-top: 15px;
border-top: 1px dashed #D5E0EF;
}
.widget.widget_bedriver_category ul li a i,
.widget.widget_archive ul li a i,
.widget.widget_calendar ul li a i,
.widget.widget_categories ul li a i,
.widget.widget_pages ul li a i,
.widget.widget_block ul li a i,
.widget.widget_recent_comments ul li a i,
.widget.widget_recent_entries ul li a i,
.widget.widget_rss ul li a i,
.widget.widget_text ul li a i,
.widget.widget_tag_cloud ul li a i,
.widget.widget_nav_menu ul li a i,
.widget.widget_meta ul li a i {
color: var(--main-color-two);
margin-right: 5px;
}
.site-main .widget-area {
padding-bottom: 0px;
}
.widget ul.widget_categories li + li {
margin-top: 15px;
}
aside#secondary {
margin-bottom: 0px;
}
.widget_bedriver_category ul li,
.widget_categories ul li,
.widget_pages ul li,
.widget_meta ul li,
.widget_block ul li,
.widget_nav_menu ul li,
.widget_archive ul li {
padding-bottom: 15px;
border-bottom: 1px dashed #D5E0EF;
}
.widget_bedriver_category ul li a,
.widget_categories ul li a,
.widget_pages ul li a,
.widget_meta ul li a,
.widget_block ul li a,
.widget_nav_menu ul li a,
.widget_archive ul li a {
font-size: 16px;
line-height: 24px;
font-family: var(--body-font);
font-weight: 400;
color: #030519;
}
.widget_bedriver_category ul li a:before,
.widget_categories ul li a:before,
.widget_pages ul li a:before,
.widget_meta ul li a:before,
.widget_block ul li a:before,
.widget_nav_menu ul li a:before,
.widget_archive ul li a:before {
color: var(--hover-color);
position: static;
content: "";
font-weight: 900;
font-size: 15px;
font-family: "fontawesome";
padding-right: 8px;
color: var(--main-color-one);
}
.widget_bedriver_category ul li a:hover,
.widget_categories ul li a:hover,
.widget_pages ul li a:hover,
.widget_meta ul li a:hover,
.widget_block ul li a:hover,
.widget_nav_menu ul li a:hover,
.widget_archive ul li a:hover {
color: var(--main-color-one);
}
.widget_bedriver_category ul li span,
.widget_categories ul li span,
.widget_pages ul li span,
.widget_meta ul li span,
.widget_block ul li span,
.widget_nav_menu ul li span,
.widget_archive ul li span {
float: right;
}
.widget_block .footer-home01-nav ul li {
padding-bottom: 0px;
}
.widget.footer-widget.widget_calendar table {
margin-bottom: 0;
}
.widget.footer-widget {
background-color: transparent !important;
padding: 0;
margin-bottom: 30px;
}
.widget.footer-widget .social-icons {
margin-bottom: -22px;
position: relative;
z-index: 99;
}
.widget.footer-widget .social-icons a {
margin-right: 10px;
}
.widget.footer-widget .social-icons a i {
width: 32px;
height: 32px;
line-height: 32px;
text-align: center;
font-size: 15px;
color: var(--main-color-one);
border-radius: 5px;
-webkit-transition: 0.3s all ease;
transition: 0.3s all ease;
background-color: #fff;
}
.widget.footer-widget .social-icons a i:hover {
background: var(--main-color-one);
color: #fff;
border-color: var(--main-color-one);
}
.widget.footer-widget .social-icons a i:last-child {
margin-right: 0;
}
.widget.footer-widget ul li a {
color: #fff;
font-size: 15px;
line-height: 25px;
font-weight: 400;
font-family: var(--body-font);
position: relative;
}
.widget.footer-widget ul li a:hover {
-webkit-transition: 0.5s all;
transition: 0.5s all;
color: var(--main-color-one);
}
.widget.footer-widget .widget-headline,
.widget.footer-widget .wp-block-search__label {
font-size: 18px;
font-weight: 600;
line-height: 20px;
margin-bottom: 36px;
text-transform: capitalize;
position: relative;
font-family: var(--body-font);
color: #fff;
}
.widget.footer-widget .widget-headline span,
.widget.footer-widget .wp-block-search__label span {
color: var(--main-color-one);
}
.widget.footer-widget .widget-headline:before,
.widget.footer-widget .wp-block-search__label:before {
display: none;
}
.widget.footer-widget .widget-headline p,
.widget.footer-widget .wp-block-search__label p {
color: #fff;
font-size: 14px;
}
.widget.footer-widget.widget_tag_cloud .tagcloud {
color: rgba(255, 255, 255, 0.7);
font-size: 14px;
}
.widget.footer-widget.widget_tag_cloud .tagcloud a {
color: white;
font-size: 14px;
}
.widget.footer-widget.widget_recent_comments ul li a:after {
display: none;
}
.widget.footer-widget.widget_recent_comments ul li a:hover {
padding-left: 0;
}
.widget.footer-widget.widget_calendar table th {
border: 1px solid #ddd;
color: white;
font-size: 14px;
}
.widget.footer-widget.widget_calendar table th a {
font-weight: 600;
text-decoration: underline;
}
.widget.footer-widget.widget_calendar table td {
border: 1px solid #ddd;
color: rgba(255, 255, 255, 0.7);
font-size: 14px;
}
.widget.footer-widget.widget_calendar table td a {
font-weight: 600;
text-decoration: underline;
}
.widget.footer-widget #mc4wp-form-1 .form-group .form-control {
width: 100%;
height: 65px;
padding-left: 14px;
border-radius: 4px;
background-color: #fff;
padding-right: 122px;
}
.widget.footer-widget #mc4wp-form-1 .submit-btn {
border: none;
border-radius: 50px;
background-color: var(--secondary-color);
width: 85px;
height: 55px;
font-size: 25px;
color: #fff;
-webkit-transition: all 0.5s;
transition: all 0.5s;
margin-left: 15px;
cursor: pointer;
}
.widget.footer-widget #mc4wp-form-1 .submit-btn:hover {
background-color: #fff;
color: var(--main-color-one);
}
.widget.footer-widget #mc4wp-form-1 .submit-btn.style-01 {
background-color: #007bcf;
}
.widget.footer-widget .wp-calendar-nav {
padding: 8px 0;
}
.widget.footer-widget .wp-calendar-nav .wp-calendar-nav-prev {
color: rgba(255, 255, 255, 0.7);
}
.widget.footer-widget .wp-calendar-nav .wp-calendar-nav-next {
color: rgba(255, 255, 255, 0.7);
}
.widget.footer-widget .textwidget p {
color: #fff;
}
.widget.footer-widget .textwidget form select {
color: #fff;
}
.widget.footer-widget .textwidget form select option {
background-color: #030519;
}
.footer-widget.widget_rss cite {
color: #fff;
font-weight: 600;
}
.widget ul > li:last-child {
padding-bottom: 0;
}
.widget img {
height: auto;
}
.footer-widget.widget_nav_menu ul li a {
position: relative;
}
.footer-widget.widget.widget_nav_menu ul li {
margin: 0;
}
.footer-widget.widget.widget_nav_menu ul li + li {
margin-top: 12px;
}
.footer-widget.widget.widget_nav_menu ul li.photo-list {
position: relative;
}
.footer-widget.widget.widget_nav_menu ul li.photo-list + .photo-list {
margin-top: 10px;
}
.footer-widget.widget.widget_nav_menu ul li.photo-list:hover .thumb::before {
background: rgba(3, 5, 25, 0.5);
}
.footer-widget.widget.widget_nav_menu ul li.photo-list:hover .icon {
opacity: 1;
left: 21%;
}
.footer-widget.widget.widget_nav_menu ul li.photo-list .icon {
position: absolute;
top: 28%;
left: 15%;
opacity: 0;
-webkit-transition: 0.3s all ease;
transition: 0.3s all ease;
}
.footer-widget.widget.widget_nav_menu ul li.photo-list .icon i {
font-size: 24px;
border: none;
}
.footer-widget.widget.widget_nav_menu ul .thumb {
position: relative;
}
.footer-widget.widget.widget_nav_menu ul .thumb::before {
position: absolute;
content: "";
top: 0;
left: 0;
right: 0;
bottom: 0;
background: rgba(3, 5, 25, 0);
border-right: 4px;
-webkit-transition: 0.5s all ease;
transition: 0.5s all ease;
}
.footer-widget.widget.widget_nav_menu ul .thumb img {
border-radius: 4px;
margin-right: 12px;
margin-bottom: 12px;
width: 70px;
height: 70px;
}
.footer-style .footer-wrap {
background-color: var(--heading-color);
}
.footer-wrap .footer-top .footer-widget .menu li ul li:last-child {
margin-bottom: 0;
padding-bottom: 0;
}
.widget_tag_cloud.footer-widget .tagcloud a {
background-color: var(--main-color-one);
}
.wp-block-calendar caption {
caption-side: top;
text-align: center;
padding: 8px;
font-weight: 600;
color: var(--heading-color);
background-color: #ddd;
}
.widget_calendar caption {
caption-side: top;
text-align: center;
padding: 8px;
font-weight: 600;
color: var(--heading-color);
background-color: #ddd;
}
.wp-block-calendar table th {
background-color: transparent;
}
.widget_recent_comments ul li {
position: relative;
}
.widget_recent_comments ul li:before {
position: static;
font-family: "Font Awesome 5 Free";
content: "";
padding-right: 5px;
}
.widget .widget_calendar caption {
color: var(--paragraph-color);
}
.widget_calendar table td {
border: 1px solid #ddd;
padding: 8px;
}
.widget_calendar table th {
border: 1px solid #ddd;
padding: 8px;
}
#wp-calendar {
border-collapse: collapse;
width: 100%;
text-align: center;
}
#wp-calendar th {
padding-top: 12px;
padding-bottom: 12px;
text-align: center;
}
.widget_recent_comments ul li a {
text-decoration: underline;
}
.footer-widget .recent_post_item li.single-recent-post-item + li {
border-top: initial;
padding-top: 0;
}
.widget.widget_recent_posts, .widget.widget_bedriver_popular_posts, .widget.widget_block {
padding: 20px 25px 20px 25px;
background: #fff;
-webkit-box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.07);
box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.07);
border-radius: 10px;
}
.recent_post_item,
.theme-recent-post-wrap {
margin: 0;
padding: 0;
list-style: none;
}
.recent_post_item li,
.theme-recent-post-wrap li {
display: block;
}
.recent_post_item li + li,
.theme-recent-post-wrap li + li {
margin-top: 20px;
}
.recent_post_item li.single-recent-post-item, .recent_post_item li.theme-recent-post-item,
.theme-recent-post-wrap li.single-recent-post-item,
.theme-recent-post-wrap li.theme-recent-post-item {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-item-align: start;
align-self: flex-start;
padding-bottom: 0px;
}
.recent_post_item li.single-recent-post-item + li, .recent_post_item li.theme-recent-post-item + li,
.theme-recent-post-wrap li.single-recent-post-item + li,
.theme-recent-post-wrap li.theme-recent-post-item + li {
margin-top: 0;
padding-top: 30px;
border-top: 1px dashed #D5E0EF;
}
.recent_post_item li.single-recent-post-item .thumb, .recent_post_item li.theme-recent-post-item .thumb,
.theme-recent-post-wrap li.single-recent-post-item .thumb,
.theme-recent-post-wrap li.theme-recent-post-item .thumb {
width: 70px;
border-radius: 50%;
height: 70px;
margin-right: 15px;
}
.recent_post_item li.single-recent-post-item .thumb a:before, .recent_post_item li.theme-recent-post-item .thumb a:before,
.theme-recent-post-wrap li.single-recent-post-item .thumb a:before,
.theme-recent-post-wrap li.theme-recent-post-item .thumb a:before {
display: none;
}
.recent_post_item li.single-recent-post-item .thumb a:hover, .recent_post_item li.theme-recent-post-item .thumb a:hover,
.theme-recent-post-wrap li.single-recent-post-item .thumb a:hover,
.theme-recent-post-wrap li.theme-recent-post-item .thumb a:hover {
padding-left: 0;
}
.recent_post_item li.single-recent-post-item .thumb a:after, .recent_post_item li.theme-recent-post-item .thumb a:after,
.theme-recent-post-wrap li.single-recent-post-item .thumb a:after,
.theme-recent-post-wrap li.theme-recent-post-item .thumb a:after {
display: none;
}
.recent_post_item li.single-recent-post-item .thumb img, .recent_post_item li.theme-recent-post-item .thumb img,
.theme-recent-post-wrap li.single-recent-post-item .thumb img,
.theme-recent-post-wrap li.theme-recent-post-item .thumb img {
border-radius: 4px;
}
.recent_post_item li.single-recent-post-item .content, .recent_post_item li.theme-recent-post-item .content,
.theme-recent-post-wrap li.single-recent-post-item .content,
.theme-recent-post-wrap li.theme-recent-post-item .content {
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
}
.recent_post_item li.single-recent-post-item .content .title, .recent_post_item li.theme-recent-post-item .content .title,
.theme-recent-post-wrap li.single-recent-post-item .content .title,
.theme-recent-post-wrap li.theme-recent-post-item .content .title {
font-size: 16px;
line-height: 23px;
padding-bottom: 15px;
font-family: var(--body-font);
font-weight: 700;
color: var(--heading-color);
}
.recent_post_item li.single-recent-post-item .content .title a, .recent_post_item li.theme-recent-post-item .content .title a,
.theme-recent-post-wrap li.single-recent-post-item .content .title a,
.theme-recent-post-wrap li.theme-recent-post-item .content .title a {
padding-left: 0;
}
.recent_post_item li.single-recent-post-item .content .title a:hover, .recent_post_item li.theme-recent-post-item .content .title a:hover,
.theme-recent-post-wrap li.single-recent-post-item .content .title a:hover,
.theme-recent-post-wrap li.theme-recent-post-item .content .title a:hover {
color: var(--main-color-one);
}
.recent_post_item li.single-recent-post-item .content .title a:before, .recent_post_item li.theme-recent-post-item .content .title a:before,
.theme-recent-post-wrap li.single-recent-post-item .content .title a:before,
.theme-recent-post-wrap li.theme-recent-post-item .content .title a:before {
display: none;
}
.recent_post_item li.single-recent-post-item .content .title a:after, .recent_post_item li.theme-recent-post-item .content .title a:after,
.theme-recent-post-wrap li.single-recent-post-item .content .title a:after,
.theme-recent-post-wrap li.theme-recent-post-item .content .title a:after {
display: none;
}
.recent_post_item li.single-recent-post-item .content .time, .recent_post_item li.theme-recent-post-item .content .time,
.theme-recent-post-wrap li.single-recent-post-item .content .time,
.theme-recent-post-wrap li.theme-recent-post-item .content .time {
font-size: 14px;
line-height: 24px;
font-family: var(--body-font);
font-weight: 500;
color: #7A7A7A;
}
.recent_post_item li.single-recent-post-item .content .time i, .recent_post_item li.theme-recent-post-item .content .time i,
.theme-recent-post-wrap li.single-recent-post-item .content .time i,
.theme-recent-post-wrap li.theme-recent-post-item .content .time i {
color: var(--main-color-one);
padding-right: 5px;
}
.contact_info_list {
margin: 0;
padding: 60px 0px 0px;
list-style: none;
}
.contact_info_list li {
display: block;
}
.contact_info_list li.single-info-item {
margin-bottom: 20px !important;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.contact_info_list li.single-info-item.style-01 .icon {
color: var(--main-color-two);
}
.contact_info_list li.single-info-item.style-01 .details {
padding-left: 40px;
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
}
.contact_info_list li.single-info-item .icon {
color: var(--main-color-one) !important;
font-weight: 600;
background-color: rgba(251, 205, 33, 0.12);
border-radius: 50%;
width: 35px;
height: 35px;
line-height: 38px;
text-align: center;
margin-right: 15px;
}
.contact_info_list li.single-info-item .icon .icon-location {
font-size: 19px;
line-height: 35px;
}
.contact_info_list li.single-info-item .icon .icon-envelope-second {
font-size: 13px;
line-height: 35px;
}
.contact_info_list li.single-info-item .icon .icon-phone-seceond {
font-size: 15px;
}
.contact_info_list li.single-info-item .details {
font-size: 16px;
line-height: 24px;
font-family: var(--body-font);
font-weight: 400;
color: white;
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
}
.about_us_widget .footer-logo {
margin-bottom: 20px;
display: block;
}
.about_us_widget p {
color: #fff;
font-size: 16px;
line-height: 28px;
font-family: var(--body-font);
font-weight: 400;
margin-bottom: 30px;
}
.about_us_widget p.style-01 {
margin-bottom: 20px;
}
.widget-testimonial .icon {
font-size: 70px;
line-height: 60px;
color: var(--main-color-two);
margin-bottom: 16px;
}
.widget-testimonial p {
color: #fff;
line-height: 1.6;
}
.widget-testimonial .author-meta {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-item-align: start;
align-self: flex-start;
margin-top: 24px;
}
.widget-testimonial .author-meta .thumb {
margin-right: 20px;
}
.widget-testimonial .author-meta .thumb img {
max-width: 80px;
height: 80px;
border-radius: 50%;
}
.widget-testimonial .author-meta .content {
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
margin-top: 15px;
}
.widget-testimonial .author-meta .content .name {
font-size: 18px;
line-height: 26px;
font-weight: 700;
color: #fff;
margin-bottom: 0;
}
.widget-testimonial .author-meta .content .designation {
color: rgba(255, 255, 255, 0.8);
font-size: 14px;
}
.widget.widget_media_gallery .gallery {
margin-bottom: 0;
}
.widget_edus_post_category ul li:hover a {
background-color: var(--main-color-one);
}
.widget_edus_post_category ul li:hover a .title {
color: #fff;
}
.widget_edus_post_category ul li .title {
padding: 0 20px;
background-color: var(--secondary-color);
position: relative;
line-height: 50px;
font-family: var(--body-font);
margin-bottom: 0;
font-size: 14px;
color: #fff;
font-weight: 500;
-webkit-transition: all 0.3s ease-out 0s;
transition: all 0.3s ease-out 0s;
}
.widget_edus_post_category ul li .title span {
position: absolute;
right: 0;
top: 0;
width: 50px;
height: 50px;
line-height: 50px;
text-align: center;
background-color: var(--hover-color);
color: #fff;
-webkit-transition: all 0.3s ease-out 0s;
transition: all 0.3s ease-out 0s;
}
.about_me_widget .content {
text-align: center;
}
.about_me_widget .content .thumb {
width: 140px;
height: 140px;
border-radius: 50%;
margin: auto;
}
.about_me_widget .content .thumb img {
border-radius: 50%;
}
.about_me_widget .content .title {
font-size: 18px;
margin-top: 30px;
font-weight: 700;
}
.about_me_widget .content p {
padding-top: 10px;
}
.edus-widget-about {
border: 2px solid #f7f7f7;
}
.about_me_two_widget p {
font-size: 16px;
line-height: 26px;
}
.about_me_two_widget .content-wrap {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
margin-top: 20px;
}
.about_me_two_widget .thumb {
width: 60px;
margin-right: 20px;
}
.about_me_two_widget .title {
font-size: 20px;
font-weight: 600;
}
.about_me_two_widget .designation {
color: var(--main-color-one);
}
.widget_edus_service_category.widget {
padding: 0;
}
.widget_edus_service_category ul li a {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
background: #f7f7f7;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
padding: 16px 35px;
font-size: 16px;
font-weight: 700;
}
.widget_edus_service_category ul li a.active, .widget_edus_service_category ul li a:hover {
background-color: var(--main-color-one);
color: #fff;
}
.widget_edus_service_category ul li a.active span, .widget_edus_service_category ul li a:hover span {
opacity: 1;
}
.widget_edus_service_category ul li a span {
opacity: 0;
}
.widget_edus_service_category ul li + li {
margin-bottom: 10px;
}
.widget.widget_media_image {
padding: 0;
}
.widget.widget_media_image img {
width: 100%;
}
.edus-service-doct.widget {
padding: 0;
}
.edus-service-doct .doc-link li a {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
background: transparent;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
padding: 16px 35px;
font-size: 16px;
font-weight: 700;
border: 2px solid #f7f7f7;
}
.edus-service-doct .doc-link li a i {
margin-right: 20px;
color: #ff4815;
}
.edus-service-doct .doc-link li a.active, .edus-service-doct .doc-link li a:hover {
background-color: var(--main-color-one);
color: #fff;
}
.edus-service-doct .doc-link li a.active i, .edus-service-doct .doc-link li a:hover i {
color: #fff;
}
.edus-service-doct .doc-link li + li {
margin-bottom: 10px;
}
.bedriver-social-share-about .widget_nav_menu,
.bedriver-icon-list .widget_nav_menu,
.footer-home01-nav .widget_nav_menu {
background: transparent;
padding: 0;
border-radius: 0;
}
.bedriver-social-share-about .widget_nav_menu ul li,
.bedriver-icon-list .widget_nav_menu ul li,
.footer-home01-nav .widget_nav_menu ul li {
border: none;
}
.bedriver-social-share-about .widget_nav_menu ul li a,
.bedriver-icon-list .widget_nav_menu ul li a,
.footer-home01-nav .widget_nav_menu ul li a {
margin-right: 12px;
}
.bedriver-social-share-about .widget_nav_menu ul li a::before,
.bedriver-icon-list .widget_nav_menu ul li a::before,
.footer-home01-nav .widget_nav_menu ul li a::before {
content: "";
padding: 0px;
}
.footer-style .rssSummary {
color: #fff;
}
.footer-style .widget_tag_cloud.footer-widget .tagcloud a {
background: transparent;
}
.footer-style .widget_tag_cloud.footer-widget .tagcloud a:hover {
color: var(--heading-color);
background: var(--main-color-one);
}
#mc4wp-form-1 {
position: relative;
}
#mc4wp-form-1 .title {
font-size: 24px;
list-style: 32px;
font-family: var(--body-font);
font-weight: 700;
color: #fff;
text-align: center;
margin-bottom: 30px;
}
#mc4wp-form-1 .title.style-01 {
text-align: left;
font-size: 40px;
line-height: 50px;
font-family: var(--heading-font);
font-weight: 600;
max-width: 500px;
margin-bottom: 0px;
}
.custom-logo-link img,
.site-logo img,
.footer-logo img {
max-width: 180px !important;
}
.team-section-area {
margin-top: 115px;
position: relative;
background: #FEFEFE;
}
.team-caoursel-wrap {
margin-left: -15px;
margin-right: -15px;
}
.team-carousel .prev-arrow {
width: 53px;
height: 53px;
line-height: 53px;
text-align: center;
border: 2px solid var(--heading-color);
border-radius: 6px;
color: var(--heading-color);
font-size: 22px;
position: absolute;
top: -110px;
left: 15px;
-webkit-transition: 0.3s all ease;
transition: 0.3s all ease;
background: transparent;
cursor: pointer;
}
.team-carousel .prev-arrow:focus {
outline: none;
}
.team-carousel .prev-arrow:hover {
border: 2px solid var(--main-color-one);
background: var(--main-color-one);
color: var(--heading-color);
}
.team-carousel .next-arrow {
width: 53px;
height: 53px;
line-height: 53px;
text-align: center;
border: 2px solid var(--heading-color);
border-radius: 6px;
color: var(--heading-color);
font-size: 22px;
position: absolute;
top: -110px;
right: 15px;
-webkit-transition: 0.3s all ease;
transition: 0.3s all ease;
background: transparent;
cursor: pointer;
}
.team-carousel .next-arrow:focus {
outline: none;
}
.team-carousel .next-arrow:hover {
border: 2px solid var(--main-color-one);
background: var(--main-color-one);
color: var(--heading-color);
}
.team-section-area-02 {
margin-top: 115px;
position: relative;
background: #FEFEFE;
}
.team-section-area-02 .team-carousel .prev-arrow {
width: 53px;
height: 53px;
line-height: 53px;
text-align: center;
border: 2px solid var(--heading-color);
border-radius: 6px;
color: var(--heading-color);
font-size: 22px;
position: absolute;
top: -110px;
left: 87%;
-webkit-transition: 0.3s all ease;
transition: 0.3s all ease;
}
.team-section-area-02 .team-carousel .prev-arrow:focus {
outline: none;
}
.team-section-area-02 .team-carousel .prev-arrow:hover {
border-color: var(--main-color-one);
color: var(--heading-color);
}
.team-section-area-02 .team-carousel .next-arrow {
width: 53px;
height: 53px;
line-height: 53px;
text-align: center;
border: 2px solid var(--heading-color);
border-radius: 6px;
color: var(--heading-color);
font-size: 22px;
position: absolute;
top: -110px;
right: 15px;
-webkit-transition: 0.3s all ease;
transition: 0.3s all ease;
}
.team-section-area-02 .team-carousel .next-arrow:focus {
outline: none;
}
.team-section-area-02 .team-carousel .next-arrow:hover {
border-color: var(--main-color-one);
color: var(--heading-color);
}
.faq-section-area {
margin-top: 120px;
position: relative;
background: #EEF9FF;
padding: 113px 0px 120px 0px;
}
.faq-section-area .animated.animated-slow {
-webkit-animation-duration: 8s !important;
animation-duration: 8s !important;
}
.faq-section-area.style-01 {
margin-top: 60px;
}
.faq-section-area.style-02 {
margin-top: 0px;
}
.faq-section-area .faq-shape {
position: absolute;
opacity: 0.3;
left: 15%;
top: 40%;
-webkit-animation: fly 5s alternate infinite;
animation: fly 5s alternate infinite;
-webkit-transition: all 0.5s;
transition: all 0.5s;
}
.faq-section-area .faq-shape-02 {
position: absolute;
left: 5%;
bottom: 15%;
opacity: 0.8;
-webkit-animation: fly-02 9s infinite;
animation: fly-02 9s infinite;
-webkit-transition: all 0.5s;
transition: all 0.5s;
}
.faq-section-area .faq-shape-03 {
position: absolute;
bottom: 8%;
left: 18%;
opacity: 0.3;
-webkit-animation: fly-03 10s infinite;
animation: fly-03 10s infinite;
-webkit-transition: all 0.5s;
transition: all 0.5s;
}
.faq-section-area .faq-shape-04 {
position: absolute;
top: 22%;
left: 5%;
opacity: 0.8;
-webkit-animation: fly-04 7s infinite;
animation: fly-04 7s infinite;
-webkit-transition: all 0.5s;
transition: all 0.5s;
}
.faq-section-area .faq-shape-05 {
position: absolute;
opacity: 0.3;
right: 15%;
top: 40%;
-webkit-animation: fly-05 8s infinite;
animation: fly-05 8s infinite;
-webkit-transition: all 0.5s;
transition: all 0.5s;
}
.faq-section-area .faq-shape-06 {
position: absolute;
right: 5%;
bottom: 15%;
opacity: 0.8;
-webkit-animation: fly-02 9s infinite;
animation: fly-02 9s infinite;
-webkit-transition: all 0.5s;
transition: all 0.5s;
}
.faq-section-area .faq-shape-07 {
position: absolute;
bottom: 8%;
right: 18%;
opacity: 0.3;
-webkit-animation: fly-03 10s infinite;
animation: fly-03 10s infinite;
-webkit-transition: all 0.5s;
transition: all 0.5s;
}
.faq-section-area .faq-shape-08 {
position: absolute;
top: 22%;
right: 5%;
opacity: 0.8;
-webkit-animation: fly-04 7s infinite;
animation: fly-04 7s infinite;
-webkit-transition: all 0.5s;
transition: all 0.5s;
}
@-webkit-keyframes fly {
0% {
left: 17%;
}
100% {
left: 12%;
}
}
@keyframes fly {
0% {
left: 17%;
}
100% {
left: 12%;
}
}
@-webkit-keyframes fly-05 {
0% {
right: 17%;
}
100% {
right: 12%;
}
}
@keyframes fly-05 {
0% {
right: 17%;
}
100% {
right: 12%;
}
}
@-webkit-keyframes fly-02 {
0% {
bottom: 15%;
opacity: 0;
}
50% {
opacity: 0.8;
}
100% {
bottom: 50%;
opacity: 0;
}
}
@keyframes fly-02 {
0% {
bottom: 15%;
opacity: 0;
}
50% {
opacity: 0.8;
}
100% {
bottom: 50%;
opacity: 0;
}
}
@-webkit-keyframes fly-03 {
0% {
bottom: 8%;
opacity: 0;
}
50% {
opacity: 0.3;
}
100% {
bottom: 48%;
opacity: 0;
}
}
@keyframes fly-03 {
0% {
bottom: 8%;
opacity: 0;
}
50% {
opacity: 0.3;
}
100% {
bottom: 48%;
opacity: 0;
}
}
@-webkit-keyframes fly-04 {
0% {
top: 22%;
opacity: 0;
}
50% {
opacity: 0.8;
}
100% {
top: 5%;
opacity: 0;
}
}
@keyframes fly-04 {
0% {
top: 22%;
opacity: 0;
}
50% {
opacity: 0.8;
}
100% {
top: 5%;
opacity: 0;
}
}
.about-us-section-area.about-bg {
padding: 173px 0px 0px 0px;
position: relative;
z-index: 0;
}
.about-us-section-area.about-bg::before {
content: "";
position: absolute;
z-index: -1;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: rgba(3, 5, 25, 0.9);
}
.about-us-section-area .about-inner .title {
font-size: 45px;
line-height: 55px;
font-family: var(--heading-font);
font-weight: 700;
color: var(--main-color-one);
text-align: center;
text-transform: uppercase;
margin-bottom: 126px;
}
.about-us-section-area .bred-wrapper {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
padding-bottom: 19px;
}
.learner-section-area {
margin-top: 120px;
margin-bottom: 138px;
position: relative;
background: #FEFEFE;
}
.learner-section-area .wheel-shape {
position: absolute;
left: -130px;
top: 15px;
-webkit-animation: spin-01 3s linear infinite;
animation: spin-01 3s linear infinite;
}
.learner-section-area .wheel-shape-02 {
position: absolute;
right: 130px;
bottom: 45px;
-webkit-animation: spin-01 3s linear infinite;
animation: spin-01 3s linear infinite;
-webkit-animation-delay: 1s;
animation-delay: 1s;
}
.learner-section-area .theme-heading-title {
margin-bottom: 34px;
}
.learner-section-area .theme-heading-title .title {
color: #323232;
}
.learner-section-area .theme-heading-title .description p {
color: #535353;
}
.learner-section-area .contact-item {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
margin-top: 25px;
}
.learner-section-area .contact-item .content p {
font-size: 20px;
line-height: 30px;
font-family: var(--heading-font);
font-weight: 600;
color: var(--heading-color);
margin: 0px 0px 0px 40px;
}
.learner-section-area .contact-item .content p i {
color: var(--main-color-one);
margin-right: 10px;
}
.learner-single-item {
position: relative;
z-index: 0;
}
.learner-single-item .learner-bg {
background-repeat: no-repeat;
background-size: contain;
background-position: left;
min-height: 560px;
}
.learner-single-item .learner-bg img {
position: absolute;
right: 0;
bottom: -25px;
}
.learner-single-item .no-of-learner {
background: var(--main-color-one);
display: inline-block;
border-radius: 6px;
padding: 3px 15px;
-webkit-transform: rotate(-90deg);
transform: rotate(-90deg);
position: absolute;
right: -80px;
top: 25%;
}
.learner-single-item .no-of-learner h6 {
font-size: 20px;
line-height: 30px;
font-family: var(--heading-font);
font-weight: 400;
color: #0E0E0E;
margin-bottom: 0px;
}
.learner-single-item .no-of-learner h6 span {
font-weight: 600;
}
.learner-single-item .applicant {
margin: 20px 0px 0px 40px;
}
.learner-single-item .applicant .applicant-number h6 {
font-size: 18px;
line-height: 28px;
font-family: var(--heading-font);
font-weight: 400;
color: var(--heading-color);
margin-bottom: 0px;
margin-top: 14px;
}
.learner-single-item .applicant .applicant-number h6 span {
font-weight: 600;
}
.drive-work-section-area {
position: relative;
padding: 112px 0px 144px 0px;
}
.drive-work-section-area::before {
content: "";
position: absolute;
left: 0;
top: 0;
right: 0;
bottom: 0;
mix-blend-mode: screen;
background: #EEF9FF;
}
.drive-work-section-area .theme-heading-title {
margin-bottom: 80px;
}
.drive-work-section-area .theme-heading-title .description p {
max-width: inherit;
color: var(--heading-color);
}
.about-counter-section {
margin-top: 113px;
position: relative;
}
.about-counter-section .theme-heading-title .description p {
max-width: inherit;
}
.about-counter-section .target-shape {
position: absolute;
right: 10%;
top: 0;
-webkit-animation: heartBeat 6s linear infinite;
animation: heartBeat 6s linear infinite;
}
.about-counter-section .target-shape-02 {
position: absolute;
left: 15%;
top: 50%;
-webkit-animation: heartBeat 6s linear infinite;
animation: heartBeat 6s linear infinite;
}
.award-section-area {
position: relative;
margin-top: 117px;
padding: 113px 0px 120px 0px;
}
.award-section-area::before {
content: "";
position: absolute;
left: 0;
top: 0;
right: 0;
bottom: 0;
mix-blend-mode: screen;
background: #EEF9FF;
}
.award-section-area .theme-heading-title {
margin-bottom: 50px;
}
.benefits-section-area {
margin-top: 113px;
position: relative;
padding: 115px 0px 120px 0px;
}
.benefits-section-area::before {
content: "";
position: absolute;
left: 0;
top: 0;
right: 0;
bottom: 0;
mix-blend-mode: screen;
background: #EEF9FF;
}
.benefits-section-area .benefits-img {
background-repeat: no-repeat;
background-size: contain;
background-position: top;
min-height: 641px;
}
.benefits-single-items {
display: inline-block;
}
.benefits-single-items.style-01 {
margin-left: 60px;
}
.benefits-single-items + .benefits-single-items {
margin-top: 120px;
}
.benefits-single-items .content {
background: var(--main-color-one);
padding: 10px;
border-radius: 50px 50px 0px 50px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.benefits-single-items .content.style-01 {
border-radius: 50px;
}
.benefits-single-items .content.style-02 {
border-radius: 50px 0px 50px 50px;
}
.benefits-single-items .content .description {
font-size: 18px;
line-height: 24px;
font-family: var(--heading-font);
font-weight: 700;
color: var(--heading-color);
margin-bottom: 0px;
max-width: 180px;
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
}
.benefits-single-items .content .icon {
text-align: center;
width: 80px;
height: 80px;
line-height: 88px;
background: black;
color: #fff;
font-size: 50px;
border-radius: 50%;
margin-right: 10px;
}
.book-now-section {
position: relative;
z-index: 0;
padding: 70px;
}
.book-now-section::before {
content: "";
position: absolute;
left: 0;
top: 0;
right: 0;
bottom: 0;
mix-blend-mode: screen;
background: #EEF9FF;
}
.book-now-section .applicant {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
margin-top: 60px;
}
.book-now-section .applicant .thumb {
margin-right: 20px;
}
.book-now-section .applicant .applicant-number h6 {
font-size: 16px;
line-height: 28px;
font-family: var(--heading-font);
font-weight: 400;
color: var(--heading-color);
margin-bottom: 0px;
}
.book-now-section .applicant .applicant-number h6 span {
font-weight: 600;
}
.book-now-form {
padding: 26px 40px 35px 40px;
position: relative;
z-index: 1;
border-radius: 6px;
background-size: cover;
background-repeat: no-repeat;
}
.book-now-form::before {
content: "";
position: absolute;
z-index: -1;
left: 0;
top: 0;
bottom: 0;
right: 0;
background: rgba(251, 205, 33, 0.95);
mix-blend-mode: multiply;
border-radius: 6px;
}
.book-now-form::after {
content: "";
position: absolute;
z-index: -1;
left: 0;
top: 0;
bottom: 0;
right: 0;
background: rgba(251, 205, 33, 0.9);
border-radius: 6px;
}
.book-now-form .form-meta p {
font-size: 16px;
line-height: 28px;
font-family: var(--body-font);
font-weight: 400;
color: var(--heading-color);
margin-bottom: 0px;
margin-top: 35px;
text-align: center;
}
.instructor-section {
margin-top: 112px;
position: relative;
z-index: 0;
}
.int-title-left {
text-align: left !important;
}
.instructor-details-section {
margin-top: 120px;
position: relative;
z-index: 0;
}
.instructor-contact-section {
margin-top: 120px;
position: relative;
z-index: 0;
background: #EEF9FF;
padding: 105px 0px 115px 0px;
}
.instructor-contact-section.style-01 {
margin-top: 0px;
}
.instructor-contact-section.instructor-bg {
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}
.office-address-section {
margin-top: 115px;
position: relative;
z-index: 0;
}
.office-address-section .contact-shape {
position: absolute;
left: 125px;
top: 40px;
-webkit-animation: heartBeat 5s both linear alternate infinite;
animation: heartBeat 5s both linear alternate infinite;
}
.office-address-section .contact-shape-02 {
position: absolute;
right: 125px;
top: 0;
-webkit-animation: tada 5s both linear alternate infinite;
animation: tada 5s both linear alternate infinite;
}
.office-address-section .contact-shape-03 {
position: absolute;
bottom: 0;
right: 125px;
-webkit-animation: swing 5s both linear alternate infinite;
animation: swing 5s both linear alternate infinite;
}
.contact-page-form-section {
margin-top: 70px;
}
.contact-page-form-section.contact-form-bg {
background-size: cover;
background-repeat: no-repeat;
background-position: center;
padding-top: 120px;
position: relative;
}
.contact-page-form-section.contact-form-bg::before {
content: "";
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: rgba(3, 5, 25, 0.82);
}
.contact-page-form-section .contact-item-wrapper {
margin-bottom: -410px;
position: relative;
}
.contact-page-form-section .contact-item-wrapper .contact-shape {
position: absolute;
bottom: 4%;
left: 20%;
}
.contact-page-form-section .contact-item-wrapper .contact-shape-02 {
position: absolute;
left: 0%;
bottom: 35%;
}
.contact-page-form-section .contact-item-wrapper .contact-shape-03 {
position: absolute;
left: 39%;
top: 35%;
}
.contact-page-form-section .contact-item-wrapper .contact-shape-04 {
position: absolute;
left: 11%;
top: 8%;
}
.contact-single-item {
padding: 0px 20px 0px 0px;
}
.contact-single-item .content {
margin-bottom: 50px;
}
.contact-single-item .content .subtitle {
font-size: 16px;
line-height: 26px;
font-family: var(--body-font);
font-weight: 600;
color: var(--main-color-one);
margin-bottom: 7px;
}
.contact-single-item .content .title {
font-size: 40px;
line-height: 55px;
font-family: var(--heading-font);
font-weight: 700;
color: #fff;
margin-bottom: 7px;
}
.contact-single-item .content .title span {
color: var(--main-color-one);
}
.contact-single-item .content p {
font-size: 16px;
line-height: 28px;
font-family: var(--body-font);
font-weight: 400;
color: #fff;
margin-bottom: 0px;
}
.contact-single-item .applicant .applicant-number h6 {
color: #fff;
font-size: 18px;
line-height: 28px;
font-weight: 400;
font-family: var(--heading-font);
margin-top: 8px;
}
.contact-bottom-single-item {
background: #EEF9FF;
border-radius: 6px;
padding: 20px 25px 20px 25px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
margin-bottom: 30px;
}
.contact-bottom-single-item.style-02 {
background: #fff;
border: 1px solid #F6E49F;
margin-bottom: 0px;
}
.contact-bottom-single-item .icon {
font-size: 60px;
color: #535353;
margin-right: 30px;
}
.contact-bottom-single-item .content .title {
font-size: 23px;
line-height: 33px;
font-family: var(--heading-font);
font-weight: 600;
margin-bottom: 10px;
}
.contact-bottom-single-item .content p {
font-size: 16px;
line-height: 28px;
font-family: var(--body-font);
font-weight: 400;
margin-bottom: 0px;
}
.contact-page-wrapper .contact-bg {
background-repeat: no-repeat;
background-size: cover;
background-position: center;
padding: 25px 40px 40px 40px;
border-radius: 8px;
}
.bottom-item-wrapper {
margin-top: 218px;
}
.contact_map {
height: 100%;
min-height: 500px;
position: relative;
}
.contact_map::after {
content: "";
font-family: "icomoon";
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
font-size: 40px;
color: var(--main-color-one);
}
.map-section {
padding-top: 425px;
margin-top: 108px;
}
.Apply-contact-form-section {
margin-top: 120px;
position: relative;
z-index: 0;
}
.Apply-contact-form-section .apply-form-wrapper {
background: #EEF9FF;
padding: 114px 60px 115px 60px;
border-radius: 6px;
}
.Apply-contact-form-section .apply-form-wrapper.apply-bg {
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}
.Apply-contact-form-section .apply-form-wrapper .theme-heading-title .description p {
max-width: 610px;
}
.page-not-found-section {
position: relative;
z-index: 0;
margin-top: 25px;
}
.page-not-found-section.error-bg {
background-repeat: no-repeat;
background-position: center;
padding: 120px 0px 116px 0px;
}
.page-not-found-section .error-shape-02 {
position: absolute;
right: 90px;
top: 90px;
}
.price-plan-section {
margin-top: 110px;
position: relative;
z-index: 0;
}
.price-plan-section .target-shape {
position: absolute;
bottom: 180px;
left: 15%;
-webkit-animation: heartBeat 6s linear infinite;
animation: heartBeat 6s linear infinite;
}
.price-plan-section .target-shape-02 {
position: absolute;
right: 15%;
top: 100px;
-webkit-animation: heartBeat 6s linear infinite;
animation: heartBeat 6s linear infinite;
}
.price-plan-section .nav-pills {
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
margin-bottom: 50px;
}
.price-plan-section .nav-pills .nav-item + .nav-item {
margin-left: 30px;
}
.price-plan-section .nav-pills .nav-item .nav-link {
border-radius: 3px;
border: 1px solid var(--main-color-one);
padding: 9px 22px;
font-size: 16px;
line-height: 26px;
font-family: var(--body-font);
font-weight: 400;
color: var(--heading-color);
}
.price-plan-section .nav-pills .nav-item .nav-link.active {
background: var(--main-color-one);
}
.sing-in-section-area {
position: relative;
z-index: 0;
margin-top: 120px;
}
.sing-in-section-area .wheel-shape {
position: absolute;
left: -95px;
top: 0;
-webkit-animation: spin-01 3s linear infinite;
animation: spin-01 3s linear infinite;
}
.sing-in-section-area .wheel-shape-02 {
position: absolute;
right: 50px;
bottom: 0;
-webkit-animation: spin-01 3s linear infinite;
animation: spin-01 3s linear infinite;
}
.sing-in-section-area .sign-up {
font-size: 16px;
line-height: 28px;
font-family: var(--body-font);
font-weight: 500;
color: #323232;
margin-top: 38px;
margin-bottom: 0px;
}
.sing-in-section-area .sign-up span {
color: var(--main-color-one);
margin-left: 5px;
}
.comming-soon-section {
position: relative;
z-index: 0;
}
.comming-soon-section ul {
text-align: center;
}
.comming-soon-section ul li {
display: inline-block;
}
.comming-soon-section ul li + li {
margin-left: 30px;
}
.comming-soon-section ul li .skill-item {
position: relative;
z-index: 0;
}
.comming-soon-section .shape-01 {
position: absolute;
left: -77px;
top: -122px;
}
.comming-soon-section .shape-02 {
position: absolute;
top: -180px;
right: -180px;
}
.comming-soon-section .shape-03 {
position: absolute;
left: -85px;
top: 130px;
-webkit-animation: spin-01 3s linear infinite;
animation: spin-01 3s linear infinite;
}
.comming-soon-section .shape-04 {
position: absolute;
bottom: 160px;
right: 85px;
-webkit-animation: spin-01 3s linear infinite;
animation: spin-01 3s linear infinite;
}
.comming-soon-section .coming-soon-wrap {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.comming-soon-section .logo {
text-align: center;
margin-bottom: 25px;
}
.comming-soon-section .title {
text-align: center;
font-size: 90px;
line-height: 100px;
font-family: var(--heading-font);
font-weight: 700;
margin-bottom: 50px;
}
.comming-soon-section .days-progress-wrap {
margin-top: 25px;
}
.comming-soon-section .days-progress-wrap .days-progress {
border: 2px solid #CFCFCF;
border-radius: 5px;
}
.comming-soon-section .days-progress-wrap #progressbarlinear {
border: 2px solid var(--main-color-one);
border-radius: 5px;
}
.comming-soon-section .social-area {
margin-top: 50px;
}
.comming-soon-section .social-area ul {
margin: 0;
padding: 0;
list-style: none;
text-align: center;
}
.comming-soon-section .social-area ul li {
color: #3E4357;
display: inline-block;
margin-right: 10px;
width: 40px;
height: 40px;
line-height: 36px;
text-align: center;
border: 2px solid #3E4357;
border-radius: 50%;
font-size: 21px;
background: #fff;
-webkit-transition: 0.3s all ease;
transition: 0.3s all ease;
}
.comming-soon-section .social-area ul li:hover {
border: 2px solid var(--main-color-one);
background: var(--main-color-one);
color: #fff;
} .logo-wrapper {
min-width: 230px;
padding-right: 70px;
}
.logo-wrapper .site-title {
font-size: 30px;
line-height: 40px;
font-weight: 600;
font-family: var(--heading-font);
color: var(--main-color-one);
}
.navbar-nav ul {
margin: 0;
padding: 0;
list-style: none;
}
.navbar-nav ul li {
font-size: 16px;
line-height: 98px;
display: inline-block;
text-transform: uppercase;
font-family: var(--heading-font);
color: #0D1422;
font-weight: 500;
cursor: pointer !important;
}
.navbar-nav ul li:hover {
color: var(--main-color-one);
}
.navbar-nav ul li + li {
margin-left: 30px;
}
.navigation-style-01 {
position: relative;
}
.navigation-style-01:after {
content: "";
position: absolute;
left: 0;
bottom: -2px;
width: 100%;
height: 6px;
}
.navbar.navbar-area.navbar-expand-lg.navigation-style-01.navbar-default .boxed-btn {
background-color: #fff;
color: var(--heading-font);
}
.navbar.navbar-area.navbar-expand-lg.navigation-style-01.navbar-default .boxed-btn:hover {
background: var(--main-color-one);
color: var(--heading-font);
}
.navbar.navbar-area.navbar-expand-lg.navigation-style-01.navbar-default .container .navbar-nav ul li.current_page_item a {
color: var(--main-color-one);
}
.navbar.navbar-area.navbar-expand-lg.navigation-style-01.navbar-default .container .navbar-nav ul li.page_item_has_children {
position: relative;
padding-right: 18px;
}
.navbar.navbar-area.navbar-expand-lg.navigation-style-01.navbar-default .container .navbar-nav ul li.page_item_has_children:before {
position: absolute;
right: 0;
top: 49%;
content: "+";
font-weight: 700;
font-size: 29px;
font-family: var(--body-font); -webkit-transform: translateY(-50%); transform: translateY(-50%);
-webkit-transition: all 0.3s ease-in;
transition: all 0.3s ease-in;
}
.navbar.navbar-area.navbar-expand-lg.navigation-style-01.navbar-default .container .navbar-nav ul li.page_item_has_children:hover > .children {
visibility: visible;
opacity: 1;
}
.navbar.navbar-area.navbar-expand-lg.navigation-style-01.navbar-default .container .navbar-nav ul li.page_item_has_children .children {
position: absolute;
text-align: left;
min-width: 246px;
margin: 0;
padding: 0;
list-style: none;
left: 0;
top: 100%;
-webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.05);
box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.05);
background-color: #fff;
z-index: 9;
border-bottom: 4px solid var(--main-color-one);
visibility: hidden;
opacity: 0;
-webkit-transition: all 0.3s ease-in;
transition: all 0.3s ease-in;
}
.navbar.navbar-area.navbar-expand-lg.navigation-style-01.navbar-default .container .navbar-nav ul li.page_item_has_children .children li {
display: block;
margin-left: 0;
line-height: 22px;
font-size: 14px;
}
.navbar.navbar-area.navbar-expand-lg.navigation-style-01.navbar-default .container .navbar-nav ul li.page_item_has_children .children li a {
display: block;
padding: 12px 17px;
background-color: #fff;
white-space: nowrap;
-webkit-transition: all 0.3s ease-in;
transition: all 0.3s ease-in;
}
.navbar.navbar-area.navbar-expand-lg.navigation-style-01.navbar-default .container .navbar-nav ul li.page_item_has_children .children li a:hover {
background-color: var(--main-color-one);
color: #fff;
}
.navbar.navbar-area.navbar-expand-lg.navigation-style-01.navbar-default .container .navbar-nav ul li.page_item_has_children .children li a:before {
display: none;
}
.navbar.navbar-area.navbar-expand-lg.navigation-style-01.navbar-default .container .navbar-nav ul li.page_item_has_children .children .page_item_has_children {
position: relative;
z-index: 0;
padding-right: 0px;
}
.navbar.navbar-area.navbar-expand-lg.navigation-style-01.navbar-default .container .navbar-nav ul li.page_item_has_children .children .page_item_has_children:before {
position: absolute;
right: 15px;
top: 50%;
content: "+";
font-family: "fontawesome"; -webkit-transform: translateY(-50%); transform: translateY(-50%);
}
.navbar.navbar-area.navbar-expand-lg.navigation-style-01.navbar-default .container .navbar-nav ul li.page_item_has_children .children .page_item_has_children > .children {
left: -250px;
top: 10px;
margin-bottom: 0;
}
.navbar.navbar-area.navbar-expand-lg.navigation-style-01.navbar-default .container .navbar-nav ul li.page_item_has_children .children .page_item_has_children > .children .children .children {
left: auto;
right: 100%;
}
.navbar.navbar-area.navbar-expand-lg.navigation-style-01.navbar-default .container .navbar-nav ul li.page_item_has_children .children .page_item_has_children:hover > .children {
visibility: visible;
opacity: 1;
}
.navbar.navbar-area.navbar-expand-lg.navigation-style-01.navbar-default .container .navbar-nav ul li.page_item_has_children .children .page_item_has_children:hover > .children li:hover:before {
color: #fff;
}
.navbar.navbar-area.navbar-expand-lg.navigation-style-01.navbar-default .container .navbar-nav ul li a {
-webkit-transition: all 0.3s ease-in;
transition: all 0.3s ease-in;
}
.navbar.navbar-area.navbar-expand-lg.navigation-style-01.navbar-default .container .navbar-nav ul li:hover > a:before {
width: 100%;
}
.navbar.navbar-area.navbar-expand-lg.navigation-style-01.navbar-default .container .navbar-collapse .navbar-nav {
text-align: right;
}
.navbar.navbar-area.navbar-expand-lg.navigation-style-01.navbar-default .container .navbar-collapse .navbar-nav li {
color: #0D1422;
}
.navbar.navbar-area.navbar-expand-lg.navigation-style-01.navbar-default .container .navbar-collapse .navbar-nav li a {
-webkit-transition: all 0.3s ease-in;
transition: all 0.3s ease-in;
}
.navbar.navbar-area.navbar-expand-lg.navigation-style-01.navbar-default .container .navbar-collapse .navbar-nav li:hover {
color: var(--main-color-one);
}
.navbar.navbar-area.navbar-expand-lg.navigation-style-01.navbar-default .container .navbar-collapse .navbar-nav li:hover:before {
color: var(--main-color-one);
}
.navbar.navbar-area.navbar-expand-lg.navigation-style-01.navbar-default .container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li a {
color: #323232;
}
.navbar.navbar-area.navbar-expand-lg.navigation-style-01.navbar-default .container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li a:hover {
color: #fff;
background-color: var(--main-color-one);
}
.navbar.navbar-area.navbar-expand-lg.navigation-style-01.navbar-default .container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li:hover:before {
color: #fff;
}
.navbar.navbar-area.navbar-expand-lg.navigation-style-01.navbar-default .container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li:hover > .sub-menu {
margin-top: 10px;
}
.navbar.navbar-area.navbar-expand-lg.navigation-style-01.navbar-default .container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li:hover > .sub-menu li:hover a {
background-color: var(--main-color-one);
color: #fff;
}
.navbar.navbar-area.navbar-expand-lg.navigation-style-01.navbar-default .container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li:before {
color: var(--main-color-one);
right: 15px;
}
.navbar.navbar-area.navbar-expand-lg.navigation-style-01.navbar-default .container .navbar-collapse .navbar-nav li.current-menu-item:before {
color: var(--main-color-one);
}
.navbar.navbar-area.navbar-expand-lg.navigation-style-01.navbar-default .container .navbar-collapse .navbar-nav li.current-menu-item a {
color: var(--main-color-one);
}
@media only screen and (max-width: 991px) {
.navbar-area .container {
position: relative;
z-index: 0;
min-height: 80px;
padding: 20px 10px 23px;
}
.navbar-area .container .responsive-mobile-menu {
display: block;
position: relative;
width: 100%;
}
.navbar-area .container .responsive-mobile-menu .navbar-toggler {
position: absolute;
right: 0;
top: 50%; -webkit-transform: translateY(-50%); transform: translateY(-50%);
}
.navbar-area .container .navbar-brand {
display: block;
}
.navbar-area .container .navbar-brand .navbar-toggler {
position: absolute;
right: 10px;
}
.navbar-area .container .navbar-nav {
width: 100%;
display: none;
}
.navbar-area .container .navbar-nav.show {
display: block;
}
.navbar-area .container .navbar-nav ul {
display: block;
margin-top: 22px;
}
.navbar-area .container .navbar-nav ul li {
display: block;
text-align: left;
line-height: 30px;
}
.navbar-area .container .navbar-nav ul li:last-child {
border-bottom: none;
}
.navbar-area .container .navbar-nav ul li + li {
margin-left: 0;
}
.navbar-area .container .navbar-nav ul li.page_item_has_children:before {
top: 25px;
right: 20px;
}
.navbar-area .container .navbar-nav ul li.page_item_has_children:hover > .children {
visibility: visible;
height: auto;
opacity: 1;
background-color: transparent;
border-bottom: none;
}
.navbar-area .container .navbar-nav ul li.page_item_has_children .children {
position: initial;
display: block;
width: 100%;
border-top: none;
-webkit-box-shadow: none;
box-shadow: none;
margin-left: 0;
padding-bottom: 0;
visibility: hidden;
opacity: 0;
height: 0;
overflow: hidden;
max-height: 246px;
overflow-y: scroll;
-webkit-transition: height 500ms;
transition: height 500ms;
}
.navbar-area .container .navbar-nav ul li.page_item_has_children .children .children .page_item_has_children:before {
content: "";
}
.navbar-area .container .navbar-nav ul li.page_item_has_children .children li {
padding: 0;
}
.navbar-area .container .navbar-nav ul li.page_item_has_children .children li.page_item_has_children:hover:before {
color: #fff;
}
.navbar-area .container .navbar-nav ul li.page_item_has_children .children li + li {
border-top: none;
}
.navbar-area .container .navbar-nav ul li.page_item_has_children .children li:first-child {
border-top: 1px solid rgba(0, 0, 0, 0.2);
}
}
@media only screen and (min-width: 992px) {
.navbar-area .container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li {
border-top: 1px solid #e2e2e2;
}
.navbar-area .container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li:first-child {
border-top: 0;
}
}
@media only screen and (max-width: 991px) {
.navbar.navbar-area.navbar-expand-lg.navbar-default .container .responsive-mobile-menu .navbar-toggler {
background-image: none;
}
.navbar.navbar-area.navbar-expand-lg.navbar-default .container .navbar-collapse .navbar-nav li a {
padding: 10px 0;
border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.navbar.navbar-area.navbar-expand-lg.navbar-default .container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu {
padding-left: 20px;
border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.navbar.navbar-area.navbar-expand-lg.navbar-default .container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li a {
border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.navbar.navbar-area.navbar-expand-lg.navbar-default .container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li a:hover {
background: transparent !important;
color: var(--main-color-one) !important;
}
.navbar.navbar-area.navbar-expand-lg.navbar-default .container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li:first-child a {
border-top: 0;
}
.navbar.navbar-area.navbar-expand-lg.navbar-default .container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li:hover > a {
background: transparent !important;
color: var(--main-color-one) !important;
}
.navbar.navbar-area.navbar-expand-lg.navbar-default .container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu .sub-menu li a {
border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.navbar.navbar-area.navbar-expand-lg.navbar-default .container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu .sub-menu li a:hover {
background: transparent !important;
color: var(--main-color-one) !important;
}
.navbar.navbar-area.navbar-expand-lg.navbar-default .container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu .sub-menu li:first-child a {
border-top: 0;
}
.navbar.navbar-area.navbar-expand-lg.navbar-default .container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu .sub-menu li:hover a {
background: transparent !important;
color: var(--main-color-one) !important;
}
.navbar.navbar-area.navbar-expand-lg.navbar-default .container .navbar-collapse .navbar-nav li:first-child a {
border-top: 0;
}
.navigation-style-02 {
position: fixed;
width: 100%;
z-index: 3;
background: #fff;
}
} .post-navigation-area {
margin: 40px 0 0px 0;
}
.post-navigation-area .post-navigation-inner .content-area.style-01.no-line .content {
text-align: left;
}
.post-navigation-inner {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
position: relative;
z-index: 0;
border-radius: 3px;
}
.post-navigation-inner .content-area {
width: calc(100% / 2);
}
.post-navigation-inner div .title {
font-size: 18px;
line-height: 25px;
-webkit-transition: all 300ms;
transition: all 300ms;
margin-bottom: 0px;
}
.post-navigation-inner div .title a {
-webkit-transition: all 300ms;
transition: all 300ms;
}
.post-navigation-inner div .title:hover > a {
color: var(--main-color-one);
}
.post-navigation-inner div:first-child {
text-align: left;
}
.post-navigation-inner .content-area.no-line {
width: 100%;
}
.post-navigation-inner .prev-post {
-webkit-transition: all 300ms;
transition: all 300ms;
font-size: 14px;
display: block;
font-family: var(--body-font);
font-weight: 500;
color: var(--main-color-one);
margin-bottom: 10px;
}
.post-navigation-inner .next-post {
-webkit-transition: all 300ms;
transition: all 300ms;
font-size: 14px;
display: block;
font-family: var(--body-font);
font-weight: 500;
color: var(--main-color-one);
margin-bottom: 10px;
}
.blog-comment-navigation .comment-navigation {
min-height: 50px;
margin-bottom: 30px;
} .single-post-navigation {
padding-top: 65px;
word-break: break-word;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
.single-post-navigation h3 {
font-size: 18px;
margin-bottom: 0;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
display: none;
}
.single-post-navigation .single-post-navigation-center-grid {
font-size: 25px;
padding-top: 11px;
}
.single-post-navigation .single-post-navigation-center-grid a {
color: var(--main-color-one);
}
.single-post-navigation .single-post-navigation-center-grid a:hover, .single-post-navigation .single-post-navigation-center-grid a:focus {
color: #438FF9;
}
.single-post-navigation .prev-post a {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
position: relative;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
gap: 10px;
color: var(--main-color-one);
}
.single-post-navigation .next-post a {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
position: relative;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
gap: 10px;
color: var(--main-color-one);
}
.single-post-navigation .title-with-link {
-webkit-transition: 0.3s;
transition: 0.3s;
overflow: hidden;
}
.single-post-navigation .title-with-link span {
letter-spacing: 1px;
text-transform: capitalize;
font-weight: 600;
display: inline-block;
height: 58px;
width: 58px;
border-radius: 4px;
line-height: 56px;
background: var(--main-color-one);
color: #fff;
text-align: center;
font-size: 35px;
-webkit-transition: 0.4s;
transition: 0.4s;
}
.single-post-navigation .title-with-link span:hover {
background: var(--heading-color);
}
.wp-block-image .alignleft {
float: left;
margin: 0.5em 1em 0.5em 0;
}
.wp-block-image .alignright {
float: right;
margin: 0.5em 0 0.5em 1em;
}
.wp-block-gallery.alignleft {
margin-right: 20px !important;
margin-top: 0 !important;
}
.wp-block-button__link {
margin-bottom: 20px;
}
.wp-block-cover {
margin-bottom: 20px;
color: #fff;
}
.wp-block-cover.alignleft {
margin-top: 0;
}
.wp-block-archives-list {
margin: 0;
padding: 0;
list-style: none;
margin-bottom: 30px;
}
.wp-block-archives-list a:hover {
color: var(--main-color-one);
}
.wp-block-archives-list li + li {
margin-top: 10px;
}
.blog-single-content-wrap .wp-block-archives-list li:before {
display: none;
}
.blog-single-content-wrap .wp-block-archives-list li {
padding-left: 20px;
}
.widget select,
.wp-block-archives-dropdown select,
.wp-block-categories-dropdown select {
width: 100%;
height: 50px;
background-position-x: 95%;
border: 1px solid #e2e2e2;
background-color: transparent;
margin-bottom: 30px;
color: var(--paragraph-color);
}
.wp-block-latest-comments {
margin: 0;
padding: 0;
list-style: none;
}
.wp-block-latest-comments li:before {
display: none;
}
.wp-block-latest-comments__comment,
.recentcomments {
line-height: 1.6;
}
.wp-block-latest-comments__comment + li,
.recentcomments + li {
border-top: 1px dashed #e1e6ff;
padding-top: 15px;
}
.wp-block-latest-comments__comment:last-child,
.recentcomments {
margin-bottom: 0;
}
.wp-block-latest-comments__comment-meta .wp-block-latest-comments__comment-author,
.recentcomments .comment-author-link {
font-size: 16px;
font-weight: 600;
color: var(--heading-color);
display: block;
-webkit-transition: 0.3s;
transition: 0.3s;
}
.wp-block-latest-comments__comment-meta a:hover {
color: var(--main-color-one);
}
.wp-block-latest-posts.wp-block-latest-posts__list {
margin: 0;
padding: 0;
}
.wp-block-latest-posts.wp-block-latest-posts__list li {
padding-left: 0;
}
.wp-block-latest-posts.wp-block-latest-posts__list li:before {
display: none;
}
.wp-block-button.is-style-squared .wp-block-button__link,
.wp-block-button__link.wp-block-button.is-style-squared .wp-block-button__link {
border-radius: 0;
}
.wp-block-latest-posts.wp-block-latest-posts__list li + li {
margin-top: 15px;
}
.wp-block-latest-posts.wp-block-latest-posts__list li a {
font-size: 16px;
color: var(--heading-color);
line-height: 20px;
}
.wp-block-latest-posts.wp-block-latest-posts__list li a:hover {
color: var(--main-color-one);
}
.wp-block-search {
margin-bottom: 4px;
}
.wp-block-search .wp-block-search__input {
border: 1px solid #e1e1e1;
border-radius: 4px 0 0 4px;
height: 50px;
padding: 0 18px;
}
.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper {
border-radius: 4px;
border: 1px solid #D5E0EF;
}
.wp-block-search button[type=submit] {
margin-left: 0;
border: none;
color: #464646;
padding: 0 20px;
font-size: 14px;
font-weight: 500;
-webkit-transition: all 300ms;
transition: all 300ms;
cursor: pointer;
border-radius: 0 4px 4px 0;
background: #cfcfcf;
}
.wp-block-search button[type=submit]:focus {
outline: none;
-webkit-box-shadow: none;
box-shadow: none;
}
.wp-block-search button[type=submit]:hover {
background-color: var(--main-color-one);
color: #fff;
}
.wp-block-tag-cloud a {
font-size: 14px !important;
height: 38px;
line-height: 36px;
padding: 0 18px;
margin-bottom: 8px;
display: inline-block;
border: 1px solid #D5E0EF;
text-transform: capitalize;
-webkit-transition: all 300ms;
transition: all 300ms;
margin-right: 8px;
color: #858585;
border-radius: 4px;
}
.wp-block-tag-cloud a:hover {
background-color: var(--main-color-one);
color: #fff;
}
.wp-block-rss {
margin: 0;
padding: 0;
list-style: none;
margin-bottom: 30px;
}
.wp-block-rss li + li {
margin-top: 10px;
}
.wp-block-tag-cloud {
margin-bottom: 0;
}
.wp-block-rss li a:hover {
color: var(--main-color-one);
}
.wp-block-rss li a {
font-size: 16px;
line-height: 26px;
font-weight: 600;
color: var(--heading-color);
-webkit-transition: all 200ms;
transition: all 200ms;
}
.wp-block-group.has-background {
padding: 30px;
padding-bottom: 1px;
}
.wp-block-calendar {
margin-bottom: 30px;
}
ul.wp-block-latest-posts__list li,
.blog-single-content-wrap .wp-block-rss li {
padding-left: 0;
}
ul.wp-block-latest-posts__list li:before,
.blog-single-content-wrap .wp-block-rss li:before {
display: none;
}
.wp-block-quote.is-style-large {
padding: 30px;
padding-left: 90px;
position: relative;
}
.wp-block-quote.is-style-large:after {
position: absolute;
left: 0;
top: 10px;
content: "";
font-family: "icomoon";
font-size: 30px;
color: var(--main-color-one);
font-weight: 700;
}
.wp-block-quote.has-text-align-right:after {
left: auto;
right: 30px;
-webkit-transform: translate(0);
transform: translate(0);
}
.wp-block-quote.has-text-align-right {
padding-left: 30px;
padding-right: 90px;
}
.wp-block-calendar .wp-calendar-nav {
text-align: left;
}
.wp-block-calendar tbody td,
.wp-block-calendar th {
text-align: center;
}
.wp-block-image {
margin-bottom: 1em;
}
.wp-block-video video {
max-width: 636px;
}
.wp-block-image img {
display: block;
}
.wp-block-image.alignleft,
.wp-block-image.alignright {
width: 100%;
}
.wp-block-image.alignfull img {
width: 100vw;
}
.wp-block-cover-text p {
padding: 1.5em 14px;
}
ul.wp-block-latest-posts.alignwide,
ul.wp-block-latest-posts.alignfull,
ul.wp-block-latest-posts.is-grid.alignwide,
ul.wp-block-latest-posts.is-grid.alignwide {
padding: 0 14px;
}
.wp-block-table {
display: block;
overflow-x: auto;
}
.wp-block-table table {
border-collapse: collapse;
width: 100%;
}
.wp-block-table td,
.wp-block-table th {
padding: 0.5em;
}
.wp-calendar-nav-prev:hover,
.wp-calendar-nav-next:hover {
color: var(--main-color-one);
}
.wp-block-embed.type-video > .wp-block-embed__wrapper {
position: relative;
width: 100%;
height: 0;
padding-top: 56.25%;
}
.wp-block-embed.type-video > .wp-block-embed__wrapper > iframe {
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
bottom: 0;
right: 0;
}
.wp-block-quote.is-large {
margin: 0 auto 16px;
}
.wp-block-pullquote > p:first-child {
margin-top: 0;
}
.wp-block-separator {
margin: 3em auto;
padding: 0;
}
.wp-block-video video {
max-width: 636px;
}
.wp-block-image img {
display: block;
}
.wp-block-image.alignleft,
.wp-block-image.alignright {
width: 100%;
}
.wp-block-image.alignfull img {
width: 100vw;
}
.wp-block-cover-text p {
padding: 1.5em 14px;
}
ul.wp-block-latest-posts.alignwide,
ul.wp-block-latest-posts.alignfull,
ul.wp-block-latest-posts.is-grid.alignwide,
ul.wp-block-latest-posts.is-grid.alignwide {
padding: 0 14px;
}
.wp-block-table {
display: block;
overflow-x: auto;
}
.wp-block-table table {
border-collapse: collapse;
width: 100%;
}
.wp-block-table td,
.wp-block-table th {
padding: 0.5em;
}
.wp-block-embed.type-video > .wp-block-embed__wrapper {
position: relative;
width: 100%;
height: 0;
padding-top: 56.25%;
}
.wp-block-embed.type-video > .wp-block-embed__wrapper > iframe {
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
bottom: 0;
right: 0;
}
.wp-block-column blockquote.wp-block-quote {
margin-top: 0;
margin-bottom: 0;
padding: 20px;
}
.wp-block-quote.is-large {
margin: 0 auto 16px;
}
.wp-block-pullquote > p:first-child {
margin-top: 0;
}
.wp-block-separator {
margin: 3em auto;
padding: 0;
}
.wp-block-pullquote {
border-top: 4px solid #555d66;
border-bottom: 4px solid #555d66;
color: #40464d;
margin: 30px 0;
}
.wp-block-archives-dropdown select,
.wp-block-categories-dropdown select {
width: 100%;
height: 50px;
padding: 10px 20px;
border: 1px solid #ddd;
position: relative;
z-index: 0;
appearance: none;
-webkit-appearance: none;
-moz-appearance: none;
background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='10' height='10' fill='%2328303d'><polygon points='0,0 10,0 5,5'/></svg>");
background-repeat: no-repeat;
background-position-y: 55%;
background-position-x: 92%;
color: var(--paragraph-color);
}
.wp-block-archives-dropdown select,
.wp-block-categories-dropdown select {
width: 100%;
height: 50px;
background-position-x: 97%;
border: 1px solid #e2e2e2;
background-color: transparent;
margin-bottom: 30px;
color: var(--paragraph-color);
}
.wp-block-columns.alignwide blockquote:not(.has-light-gray-color):not(.has-very-dark-gray-color):not(.is-style-large):not(.is-style-large) {
padding: 70px 20px 20px 20px;
}
.wp-block-columns.alignwide blockquote:not(.has-light-gray-color):not(.has-very-dark-gray-color):not(.is-style-large):not(.is-style-large):before {
top: 30px;
left: 23px;
}
.widget_text .textwidget form select,
.widget_categories form select,
.widget_archive select {
margin-bottom: 0 !important;
}
.widget_text .textwidget p img {
margin: 8px 0;
}
.widget_text .textwidget form {
margin-top: 20px;
}
.widget_recent_comments ul li a {
text-decoration: none;
}
.widget_recent_comments ul li a:hover {
color: var(--main-color-one);
}
@media screen and (min-width: 768px) {
.wp-block-cover-text p {
padding: 1.5em 0;
}
} .has-strong-blue-color {
color: #0073aa;
}
.has-strong-blue-background-color {
background-color: #0073aa;
}
.has-lighter-blue-color {
color: #229fd8;
}
.has-lighter-blue-background-color {
background-color: #229fd8;
}
.has-very-light-gray-color {
color: #eee;
}
.has-very-light-gray-background-color {
background-color: #eee;
}
.has-very-dark-gray-color {
color: #444;
}
.has-very-dark-gray-background-color {
background-color: #444;
}
.has-large-font-size {
font-size: 36px;
line-height: 1.6;
} .wp-caption {
margin-bottom: 1.5em;
max-width: 100%;
clear: both;
}
.wp-caption .wp-caption-text {
margin: 0.8075em 0;
opacity: 0.7;
font-weight: 600;
}
.wp-caption .wp-caption-text a {
color: var(--secondary-color);
}
.wp-caption img[class*=wp-image-] {
display: block;
margin-left: auto;
margin-right: auto;
}
.wp-caption-text {
text-align: center;
}
figcaption {
opacity: 0.7;
font-weight: 600;
}
figcaption a {
color: var(--secondary-color);
}
.wp-block-button.is-style-outline .wp-block-button__link {
color: var(--paragraph-color) !important;
border-color: var(--main-color-one);
}
.wp-block-button:not(.is-style-outline) .wp-block-button__link {
color: #fff !important;
background-color: var(--main-color-one);
} .gallery {
margin-bottom: 1.5em;
}
.gallery-item {
display: inline-block;
text-align: center;
vertical-align: top;
width: 100%;
}
.gallery-columns-2 .gallery-item {
max-width: 50%;
}
.gallery-columns-3 .gallery-item {
max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
max-width: 25%;
}
.gallery-columns-5 .gallery-item {
max-width: 20%;
}
.gallery-columns-6 .gallery-item {
max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
max-width: 11.11%;
}
.gallery-caption {
display: block;
padding-top: 5px;
} .blog-single-content-wrap ol {
padding-left: 30px;
}
.content-area ul {
list-style: none;
}
.content-area ul li {
position: relative;
padding-left: 15px;
}
.content-area ul li + li {
margin-top: 0px;
}
.content-area ul li:before {
position: absolute;
width: 5px;
height: 5px;
background-color: var(--paragraph-color);
content: "";
display: inline-block;
margin-right: 5px;
left: 0;
top: 8px;
border-radius: 50%;
}
.content-area ul li > ul li:before {
background-color: transparent;
border: 1px solid;
}
.content-area ol li {
padding-left: 0;
}
.content-area ol li:before {
display: none;
}
.content-area ol li + li {
margin-top: 10px;
}
.content-area .widget ul li {
padding-left: 0;
}
.content-area .widget ul li:before {
display: none;
}
.blog-single-content-wrap ol li + li {
margin-top: 10px;
}
.blog-single-content-wrap ul {
list-style: none;
}
.blog-single-content-wrap ul li {
position: relative;
padding-left: 15px;
margin-bottom: 0;
}
.blog-single-content-wrap ul li + li {
margin-top: 10px;
}
.blog-single-content-wrap ul li ol > li {
padding-left: 0;
}
.blog-single-content-wrap ul li ol > li:before {
display: none;
}
.blog-single-content-wrap ul li:before {
position: absolute;
width: 5px;
height: 5px;
background-color: var(--paragraph-color);
content: "";
display: inline-block;
margin-right: 5px;
left: 0;
top: 8px;
border-radius: 50%;
}
.blog-single-content-wrap ul li > ul li:before {
background-color: transparent;
border: 1px solid;
}
.blog-single-content-wrap .post-meta li {
padding-left: 0;
}
.blog-single-content-wrap .post-meta li:before {
display: none;
}
.page-content ol li + li {
margin-top: 10px;
}
.page-content ul li + li {
margin-top: 10px;
}
.single-comment-wrap ol li + li {
margin-top: 10px;
}
.single-comment-wrap ul li + li {
margin-top: 10px;
}
.comments-area .comment-list li .single-comment-wrap ul {
list-style: none;
}
.comments-area .comment-list li .single-comment-wrap ul li {
position: relative;
padding-left: 15px;
}
.comments-area .comment-list li .single-comment-wrap ul li:before {
position: absolute;
width: 5px;
height: 5px;
background-color: var(--paragraph-color);
content: "";
display: inline-block;
margin-right: 5px;
left: 0;
top: 8px;
border-radius: 50%;
}
.comments-area .comment-list li .single-comment-wrap ul li > ul li:before {
background-color: transparent;
border: 1px solid;
}
.comments-area .comment-list .trackback {
margin-bottom: 30px;
}
.comments-area .comment-list .pingback {
margin-bottom: 30px;
}
.carousel-indicators li + li {
margin-top: 0 !important;
}
.footer-widget.widget.widget_nav_menu ul li + li {
margin-top: 12px;
}
ul.blocks-gallery-grid li {
padding-left: 0;
}
ul.blocks-gallery-grid li:before {
display: none;
}
.blog-details-footer .right .social-share li {
padding-left: 0;
}
.blog-details-footer .right .social-share li:before {
display: none;
}
.blog-details-footer .left .tags li {
padding-left: 0;
}
.blog-details-footer .left .tags li:before {
display: none;
}
.comments-area .comment-list ol {
margin-left: 15px;
}
.single-comment-wrap ul li li {
margin-top: 10px;
}
.single-comment-wrap ol li li {
margin-top: 10px;
}
.blog-pagination {
display: block;
width: 100%;
margin-top: 50px;
}
.blog-pagination ul {
margin: 0;
padding: 0;
list-style: none;
}
.blog-pagination ul li {
display: inline-block;
padding-left: 0;
margin: 0 10px;
}
.blog-pagination ul li:first-child {
margin-left: 0;
}
.blog-pagination ul li:last-child {
margin-right: 0;
}
.blog-pagination ul li:before {
display: none;
}
.blog-pagination ul li .prev,
.blog-pagination ul li .next {
height: auto;
width: auto;
border: 0;
background: transparent !important;
text-transform: uppercase;
}
.blog-pagination ul li .prev:hover,
.blog-pagination ul li .next:hover {
height: auto;
width: auto;
border: 0;
background: transparent !important;
color: var(--main-color-one);
}
.blog-pagination ul li a {
color: #555555;
width: 42px;
line-height: 39px;
padding: 3px 0px 0px 0px;
border-radius: 3px;
border-color: var(--main-color-one);
display: block;
text-align: center;
font-weight: 700;
-webkit-transition: 0.3s ease-in;
transition: 0.3s ease-in;
}
.blog-pagination ul li a:hover {
background-color: var(--main-color-one);
border: 1px solid var(--main-color-one);
color: #fff;
}
.blog-pagination ul li span {
display: block;
border: 1px solid var(--main-color-one);
width: 42px;
line-height: 39px;
padding: 3px 0px 0px 0px;
border-radius: 3px;
text-align: center;
font-weight: 700;
-webkit-transition: 0.3s ease-in;
transition: 0.3s ease-in;
color: #555555;
}
.blog-pagination ul li span.current {
background-color: var(--main-color-one);
border: 1px solid var(--main-color-one);
color: #fff;
} .blog-single-content-wrap table {
border-collapse: collapse;
width: 100%;
margin-bottom: 15px;
}
.blog-single-content-wrap table td {
border: 1px solid #e3e3e3;
padding: 8px;
}
.blog-single-content-wrap table td a {
text-decoration: underline;
color: var(--main-color-one);
font-weight: 400;
}
.blog-single-content-wrap table th {
border: 1px solid #e3e3e3;
padding: 8px;
padding-top: 12px;
padding-bottom: 12px;
text-align: left;
}
.blog-single-content-wrap table th a {
text-decoration: underline;
font-weight: 600;
}
.page-content table {
border-collapse: collapse;
width: 100%;
margin-bottom: 15px;
}
.page-content table td {
border: 1px solid #e3e3e3;
padding: 8px;
}
.page-content table td a {
text-decoration: underline;
color: var(--main-color-one);
font-weight: 400;
}
.page-content table th {
border: 1px solid #e3e3e3;
padding: 8px;
padding-top: 12px;
padding-bottom: 12px;
text-align: left;
}
.page-content table th a {
text-decoration: underline;
font-weight: 600;
}
.single-comment-wrap table {
border-collapse: collapse;
width: 100%;
margin-bottom: 15px;
}
.single-comment-wrap table td {
border: 1px solid #e3e3e3;
padding: 8px;
}
.single-comment-wrap table td a {
text-decoration: underline;
color: var(--main-color-one);
font-weight: 400;
}
.single-comment-wrap table th {
border: 1px solid #e3e3e3;
padding: 8px;
padding-top: 12px;
padding-bottom: 12px;
text-align: left;
}
.single-comment-wrap table th a {
text-decoration: underline;
font-weight: 600;
}
.content-area table {
border-collapse: collapse;
width: 100%;
margin-bottom: 15px;
}
.content-area table th {
border: 1px solid #e3e3e3;
padding: 8px 12px;
padding-top: 12px;
padding-bottom: 12px;
text-align: left;
}
.content-area table th a {
text-decoration: underline;
color: var(--main-color-one);
font-weight: 400;
}
.content-area table td {
border: 1px solid #e3e3e3;
padding: 8px 12px;
}
.content-area table td a {
text-decoration: underline;
color: var(--main-color-one);
font-weight: 400;
}
.calendar_wrap table td {
text-align: center;
}
.widget_calendar table td a,
.widget_calendar table th a {
font-weight: 600;
color: var(--main-color-one);
text-decoration: underline;
}
.footer-widget.widget_calendar table td a,
.footer-widget.widget_calendar table th a {
font-weight: 600;
color: var(--main-color-one);
text-decoration: underline;
}@media only screen and (min-width: 992px) {
.footer-wrap .col-sm-6:nth-child(2) {
padding-left: 95px;
}
}
@media only screen and (max-width: 1680px) {
.elementor-widget-bedriver-post-grid-one-widget .blog-pagination {
margin-top: 0px;
}
.banner-area .banner-inner .title .style-01 {
font-size: 85px;
line-height: 95px;
}
.banner-area .drive-bg-02 {
width: 780px;
}
.banner-area .drive-bg {
min-height: 585px;
}
.best-features-section .wheel-shape {
left: -130px;
}
.best-features-section .wheel-shape-02 {
right: 15px;
bottom: -70px;
}
.courses-section-area .traffic-shape-01 {
right: 30px;
}
.courses-section-area .traffic-shape {
left: 30px;
}
.banner-area .header-side-content {
left: -3%;
}
.header-slider-one .slide-arrow.prev-arrow {
right: -75px;
}
.header-slider-one .slide-arrow.next-arrow {
right: -75px;
}
.learner-section-area .wheel-shape-02 {
right: 30px;
}
.price-plan-section .target-shape {
left: 5%;
}
.comming-soon-section .shape-01 {
left: -200px;
top: -220px;
}
}
@media only screen and (max-width: 1550px) {
.banner-area .banner-inner .title .style-01 {
font-size: 85px;
line-height: 95px;
}
.banner-area .drive-bg {
min-height: 585px;
}
.banner-area .drive-bg-02 {
width: 745px;
}
.best-features-section .wheel-shape {
left: -130px;
}
.best-features-section .wheel-shape-02 {
right: 15px;
bottom: -70px;
}
.courses-section-area .traffic-shape-01 {
right: 30px;
}
.courses-section-area .traffic-shape {
left: 30px;
}
.banner-area .header-side-content {
display: none;
}
.header-slider-one .slide-arrow.prev-arrow {
right: -60px;
}
.header-slider-one .slide-arrow.next-arrow {
right: -60px;
}
.learner-section-area .wheel-shape {
left: -170px;
}
.learner-section-area .wheel-shape-02 {
right: 0px;
}
}
@media only screen and (max-width: 1445px) {
.logo-wrapper{
min-width: 170px;    
padding-right: 20px;
}
.banner-area .drive-bg {
animation: none;
right: 4%;
}
.course-nav {
margin-left: 45px;
}
.banner-area .drive-bg-02 {
width: 670px;
right: 3%;
top: 44%;
}
.best-features-section .wheel-shape {
left: -180px;
}
.best-features-section .wheel-shape-02 {
right: -50px;
bottom: -72px;
}
.courses-section-area .traffic-shape-01 {
right: 10px;
}
.courses-section-area .traffic-shape {
left: 10px;
}
.header-slider-one .slide-arrow.next-arrow {
right: 25px;
z-index: 9;
border: 1px solid #fff;
background: #ffff;
}
.header-slider-one .slide-arrow.prev-arrow {
right: 25px;
z-index: 9;
border: 1px solid #fff;
background: #ffff;
}
.learner-section-area .wheel-shape {
left: -225px;
}
.learner-section-area .wheel-shape-02 {
right: -70px;
}
.gallery-single-items .icon {
width: 140px;
height: 140px;
line-height: 150px;
font-size: 38px;
left: 30%;
}
.price-plan-section .target-shape {
left: 1%;
}
.page-not-found-section .error-shape-02 {
position: absolute;
right: -80px;
top: 65px;
}
.page-not-found-section.error-bg {
background-position: -8% 54%;
}
.comming-soon-section .shape-01 {
left: -230px;
top: -461px;
}
.office-address-section .contact-shape-03 {
right: 30px;
}
}
@media only screen and (max-width: 1280px) {
.navbar-area.navigation-style-01 .custom-container .nav-right-content {
display: none;
}
.navbar-area.navigation-style-01 .custom-container {
z-index: 9;
}
.course-nav {
margin-left: 110px;
}
.banner-area .drive-bg {
min-height: 515px;
right: 3%;
top: 11%;
}
.banner-area .banner-inner .title .style-01 {
font-size: 80px;
line-height: 90px;
}
.banner-area .drive-bg-02 {
right: 1%;
top: 36%;
width: 650px;
}
.banner-area {
padding: 140px 0 130px;
}
.banner-area .banner-inner p {
max-width: 575px;
}
.best-features-section .wheel-shape {
display: none;
}
.best-features-section .wheel-shape-02 {
display: none;
}
.courses-section-area .traffic-shape-01 {
right: -60px;
}
.courses-section-area .traffic-shape {
left: -60px;
}
.header-slider-one .slide-arrow.next-arrow {
right: 25px;
z-index: 9;
border: 1px solid #fff;
background: #ffff;
}
.header-slider-one .slide-arrow.prev-arrow {
right: 25px;
z-index: 9;
border: 1px solid #fff;
background: #ffff;
}
.learner-section-area .wheel-shape {
display: none;
}
.learner-section-area .wheel-shape-02 {
display: none;
}
.about-counter-section .target-shape-02 {
left: 5%;
}
.about-counter-section .target-shape {
right: 5%;
}
}
@media only screen and (max-width: 1250px) {
.banner-area .banner-inner .title .style-01 {
font-size: 75px;
line-height: 85px;
}
.banner-area .banner-inner .title .style-02 {
font-size: 48px;
line-height: 53px;
}
.office-address-section .contact-shape {
left: 65px;
}
.office-address-section .contact-shape-03 {
bottom: -55px;
}
}
@media only screen and (max-width: 1199px) {
.elementor-widget-bedriver-post-grid-one-widget .blog-pagination {
margin-top: 20px;
margin-bottom: 100px;
}
.course-nav{
display: none;
}
.elementor-default .about-us-section-area .about-inner .title{
font-size: 28px;
line-height: 45px;
font-family: var(--heading-font);
font-weight: 700;
color: var(--main-color-one);
text-align: center;
text-transform: uppercase;
margin-bottom: 50px;
}
.elementor-default  .about-us-section-area.about-bg{
padding-top: 100px;
}
.widget.footer-widget {
margin-bottom: 50px;
}
.topbar-wrap .topbar-content .left-contnet .social-icon {
display: none;
}
.navbar-area .custom-container .navbar-collapse .navbar-nav li+li {
margin-left: 32px;
}
.navbar-default .custom-container .navbar-collapse .navbar-nav li+li {
margin-left: 10px;
}
.course-nav {
margin-left: 30px;
}
.banner-area .banner-inner .title .style-01 {
font-size: 70px;
line-height: 80px;
}
.banner-area .banner-inner .title .style-02 {
font-size: 45px;
line-height: 50px;
}
.banner-area .drive-bg {
min-height: 450px;
right: -1%;
top: 13%;
}
.banner-area .drive-bg-02 {
display: none;
}
.banner-area .banner-inner .title {
margin-bottom: 30px;
}
.banner-area .banner-inner .header-btn {
margin-left: 0px;
width: 510px;
}
.banner-area .banner-inner .header-btn .applicant-number h6 {
font-size: 16px;
line-height: 55px;
text-align: center;
}
.btn-wrap .boxed-btn {
font-size: 14px;
padding: 16px 16px;
}
.friendly-driving-section .header-btn .applicant-number h6 {
font-size: 16px;
}
.video-play.style-01 {
right: -155px;
}
.best-featues-single-items .content .title {
font-size: 21px;
line-height: 41px;
}
.friendly-driving-section .friendly-driving-content .title {
font-size: 39px;
line-height: 49px;
}
.friendly-driving-section .friendly-driving-content p.style-02 {
margin-bottom: 35px;
}
.courses-section-area .traffic-shape-01,
.courses-section-area .traffic-shape {
display: none;
}
.course-single-item .content .title {
font-size: 19px;
line-height: 50px;
}
.theme-heading-title .title {
font-size: 39px;
line-height: 49px;
}
.single-testimonial-item {
padding: 35px 35px 35px 35px;
}
.single-testimonial-item .author-details span {
display: none;
}
.author-details {
justify-content: inherit;
}
.navbar-area.navigation-style-02 .custom-container .nav-right-content {
margin-left: 30px;
}
.header-slider-one .slide-arrow.prev-arrow {
width: 40px;
height: 40px;
line-height: 35px;
}
.header-slider-one .slide-arrow.next-arrow {
top: 81%;
}
.header-slider-one .slide-arrow.prev-arrow {
top: 73%;
}
.header-slider-one .slide-arrow.next-arrow {
width: 40px;
height: 40px;
line-height: 35px;
}
.course-single-item-02 .content .title {
font-size: 23px;
line-height: 33px;
}
.friendly-driving-section .friendly-driving-content.style-01 {
margin-top: 18px;
padding-left: 20px;
}
.video-play .video-shape.style-01 {
top: 0px;
}
.friendly-driving-bg {
min-height: 685px;
}
.gallery-single-items .icon {
left: 32%;
width: 100px;
height: 100px;
line-height: 105px;
}
.footer-top.style-01 {
width: 100%;
}
.footer-wrap .footer-shape,
.footer-wrap .footer-shape-02,
.footer-wrap .footer-shape-03,
.footer-wrap .footer-shape-04 {
display: none;
}
.banner-area .second-header {
padding: 100px 0px 100px 40px;
}
.banner-area .header-shape-02 {
position: absolute;
left: -40px;
}
.learner-section-area .check-list-items .list-parent {
display: block;
}
.learner-single-item .applicant {
margin: 20px 0px 0px 0px;
}
.about-counter-section .theme-heading-title .title {
font-size: 38px;
line-height: 48px;
}
.single-counterup-01 .icon::after {
right: 35px;
}
.single-counterup-01.style-02:hover .icon::after {
right: 60px;
}
.single-counterup-01 .content .odo-area .odo-title.about {
font-size: 32px;
line-height: 42px;
}
.features-single-items-02 .content .title {
font-size: 22px;
line-height: 32px;
}
.features-single-items-02 {
padding: 27px 18px 20px 25px;
}
.features-single-items-02:hover .icon::after {
top: -3px;
left: -5px;
}
.learner-single-item .learner-bg img {
right: -25px;
bottom: -25px;
width: 270px;
}
.instructor-single-items .author-meta {
left: 13px;
}
.instructor-single-items .author-meta .author-name {
font-size: 21px;
line-height: 31px;
}
.instructor-single-details .instructor-content {
padding: 35px 30px 25px 30px;
}
.check-list-items .list-parent .list-child {
margin-right: 15px;
}
.instructor-single-details .thumbnail .instructor-img {
min-height: 455px;
}
.team-section-area-02 .team-carousel .prev-arrow {
left: 85%;
}
.benefits-section-area .benefits-img {
min-height: 532px;
}
.benefits-single-items.style-01 {
margin-left: 30px;
}
.benefits-single-items .content .icon {
width: 70px;
height: 70px;
line-height: 74px;
font-size: 45px;
}
.courses-single-section .author-details {
justify-content: space-between;
}
.book-now-section {
padding: 40px;
}
.book-now-form {
padding: 21px 35px 30px 35px;
}
.price-plan-section .target-shape {
display: none;
}
.price-plan-section .target-shape-02 {
right: 6%;
}
.price-single-items .price-body .list-parent .list-child {
margin-right: 0px;
}
.price-single-items .price-body {
padding: 35px 0px 35px 35px;
}
.price-single-items .price-wrap {
font-size: 48px;
line-height: 53px;
}
.page-not-found-section .error-shape-02 {
right: -85px;
top: -15px;
}
.comming-soon-section .shape-02 {
top: -237px;
right: -320px;
}
.comming-soon-section .shape-03 {
display: none;
}
.comming-soon-section .shape-04 {
display: none;
;
}
.counter-single-item .counter-item {
left: 46%;
}
.counter-single-item .count-title {
padding-left: 64px;
}
.counter-single-item .count-title {
margin-left: -65px;
}
.bottom-item-wrapper {
margin-top: 169px;
}
.contact-single-item .content .title {
font-size: 38px;
line-height: 53px;
}
}
@media only screen and (max-width: 991px) {
.site-main .widget-area{
margin-top: 100px;
}
.content-area, .blog-page-content-area, .blog-content-page{
padding-bottom: 62px;
}
img.hero-img-mobile{
display: block;
width: 80%;
margin-bottom: 40px;
}
.elementor-widget-bedriver-post-grid-one-widget .news-single-items .content .title{
padding-bottom: 10px;
}
.navbar-default .navbar-toggler{
background-color: #fff;
}
.navbar.navbar-area.navbar-expand-lg.navigation-style-01.navbar-default .container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li a{
color: #f0f7f7e8;
}
.comments-area{
margin-bottom: 100px;
}
.bred-wrapper .follow-us{
display: none;
}
.elementor-widget-bedriver-post-grid-one-widget .blog-pagination {
margin-top: 20px;
margin-bottom: 100px;
}
.skill-items-wrap .skill-item .progressbar{
margin: 25px 0;
}
.topbar-wrap {
display: none;
}
.course-nav {
display: none;
}
.banner-area {
padding: 220px 0 130px;
}
.banner-area.header-bg {
background-position: 165px 65px;
}
.banner-area .drive-bg {
display: none;
}
.best-featues-single-items {
margin-bottom: 00px;
}
.friendly-driving-section {
margin-top: 90px;
}
.friendly-driving-section.section-bg::before {
width: 100%;
height: 50%;
}
.friendly-driving-section.section-bg {
padding: 70px 0px 68px 0px;
}
.friendly-driving-section .friendly-driving-content {
padding-top: 94px;
}
.theme-heading-title .description .view-courses {
display: none;
}
.Appointment-form {
padding: 30px 45px 41px 45px;
}
.guidence-section-area .theme-heading-title .title {
font-size: 35px;
line-height: 45px;
}
.guidence-section-area .theme-heading-title .title br {
display: none;
}
.news-single-items {
margin-bottom: 30px;
}
.footer-top {
margin-top: 82px;
}
.footer-widget.widget.widget_nav_menu.style-01 {
padding-left: 25px;
}
.footer-widget.widget.widget_nav_menu.style-01 ul li {
display: block;
}
.footer-widget.widget.widget_nav_menu.style-02 {
margin-top: 50px;
}
.bedriver-gallery .footer-widget.widget.widget_nav_menu.style-02 {
margin-top: -15px;
}
.footer-top .footer-top-border {
padding-bottom: 20px;
}
.footer-widget.widget.widget_nav_menu ul .thumb img {
margin-right: 20px;
}
.header-slider-one .slide-arrow.prev-arrow {
display: none !important;
}
.header-slider-one .slide-arrow.next-arrow {
display: none !important;
}
.banner-area .header-shape-02 {
position: absolute;
left: -150px;
}
.course-single-item-02 .content .title {
font-size: 21px;
line-height: 31px;
}
.video-play .video-shape.style-01 {
top: -17px;
}
.single-counterup-01 {
margin-bottom: 30px;
}
.single-counterup-01.b-none {
border-right: none;
}
.counter-section-inner {
padding: 48px 0px 35px 0px;
box-shadow: 0px 5px 10px rgb(251 205 33 / 25%);
}
.elementor-default .about-us-section-area.about-bg {
padding: 200px 0px 0px 0px;
}
.about-us-section-area .about-inner .title {
font-size: 28px;
line-height: 35px;
margin-bottom: 30px;
}
.learner-section-area .theme-heading-title .description p {
max-width: inherit;
}
.learner-section-area .check-list-items .list-parent {
display: flex;
}
.learner-single-item {
margin-top: 40px;
}
.learner-single-item .learner-bg img {
right: 130px;
width: initial;
}
.learner-single-item .no-of-learner {
right: 45px;
}
.drive-work-single-items {
margin-bottom: 80px;
}
.drive-work-section-area {
position: relative;
padding: 112px 0px 64px 0px;
}
.single-counterup-01 .icon::after {
right: 118px;
}
.single-counterup-01.style-02:hover .icon::after {
right: 142px;
}
.about-counter-section .target-shape {
display: none;
}
.about-counter-section .target-shape-02 {
left: 3%;
}
.features-single-items-02 {
margin-bottom: 30px;
}
.award-section-area {
padding: 113px 0px 90px 0px;
}
.instructor-single-items .thumbnail img {
border-radius: 6px;
width: 100%;
}
.instructor-single-details .thumbnail {
margin-bottom: 40px;
}
.skill-items-wrap .skill-item .sk-title {
font-size: 19px;
line-height: 29px;
}
.skill-items-wrap .skill-item {
margin-bottom: 30px;
}
.instructor-skills-items {
margin-bottom: 0px;
}
.team-section-area-02 .team-carousel .prev-arrow {
left: 81%;
}
.benefits-single-items.style-01 {
margin-left: 0px;
}
.benefits-section-area .benefits-img {
min-height: 385px;
}
.benefits-single-items+.benefits-single-items {
margin-top: 65px;
}
.benefits-single-items .content .icon {
width: 55px;
height: 55px;
line-height: 59px;
font-size: 36px;
}
.benefits-single-items .content .description {
font-size: 16px;
line-height: 26px;
}
.courses-single-item-03 .content .title {
font-size: 40px;
line-height: 50px;
}
.module-single-items.b-none::after {
content: none;
}
.course-module .module-single-items {
margin-bottom: 15px;
}
.course-module {
padding-bottom: 7px;
}
.book-now-form {
margin-top: 40px;
}
.courses-single-item-03 .bg-wrapper .courses-bg {
min-height: 460px;
}
blockquote:not(.has-light-gray-color):not(.has-very-dark-gray-color):not(.is-style-large):not(.is-style-large) {
padding: 50px 90px;
}
.comment-form-wrap .comment-form {
margin-bottom: 35px;
}
.recent_post_item li.single-recent-post-item+li {
padding-top: 15px;
margin-top: 15px;
}
.blog-standard-item-01:last-child {
margin-bottom: 35px;
}
.single-counterup-01.style-02::after {
right: -7%;
}
.gallery-single-items .icon {
left: 38%;
width: 90px;
height: 90px;
line-height: 96px;
font-size: 34px;
top: 38%;
}
.gallery-single-items .icon::after {
width: 75px;
height: 75px;
}
.price-plan-section .target-shape-02 {
top: 140px;
}
.sing-in-section-area .wheel-shape,
.sing-in-section-area .wheel-shape-02 {
display: none;
}
.page-not-found-section .error-shape-02 {
right: -20px;
top: 25px;
}
.page-not-found-section.error-bg {
padding: 104px 0px 95px 0px;
margin-top: 0px;
}
.page-not-found-items .thumbnail {
margin-top: 30px;
}
.skill-item {
margin-bottom: 20px;
}
.comming-soon-section .title {
font-size: 85px;
line-height: 95px;
}
.office-address-section .contact-shape-03 {
bottom: 0px;
}
.office-address-section .contact-shape-02 {
right: 30px;
top: -50px;
}
.office-address-section .contact-shape {
display: none;
}
.bottom-item-wrapper {
margin-top: 40px;
}
.contact-bottom-single-item.style-02 {
margin-bottom: 40px;
}
}
@media only screen and (max-width: 767px) {
.banner-area {
padding: 210px 0 130px;
}
.theme-heading-title .title {
font-size: 36px;
line-height: 46px;
}
.contact-form .content .title {
font-size: 25px;
line-height: 45px;
}
.guidence-section-area .theme-heading-title .title {
font-size: 32px;
line-height: 42px;
}
.news-single-items .thumb .blog-img {
width: 100%;
}
.friendly-driving-section .friendly-driving-content {
padding-left: 0px;
}
.banner-area .banner-inner .header-btn .applicant-number {
display: none;
}
.video-play.style-01 {
position: initial;
transform: translateY(5%);
}
.banner-area .second-header {
padding: 60px 0px 100px 24px;
}
.banner-area .second-header .banner-inner .header-btn .applicant-number {
display: block;
}
.team-carousel .next-arrow {
width: 50px;
height: 50px;
line-height: 50px;
font-size: 20px;
top: -70px;
}
.team-carousel .prev-arrow {
width: 50px;
height: 50px;
line-height: 50px;
font-size: 20px;
top: -70px;
}
.accordion-wrapper-02 .card .card-header a {
font-size: 17px;
line-height: 27px;
}
.accordion-wrapper-02 .card .card-header a::after {
right: 20px;
}
.accordion-wrapper-02 .card .card-body {
font-size: 15px;
line-height: 25px;
}
.copyright-wrap-inner.style-01 {
display: block;
}
.copyright-wrap-inner.style-01 .logo-wrapper {
margin-bottom: 10px;
}
.learner-section-area .check-list-items .list-parent {
display: block;
}
.learner-single-item .learner-bg img {
right: 0px;
}
.learner-single-item .no-of-learner {
right: -85px;
}
.about-counter-section .theme-heading-title .title {
font-size: 34px;
line-height: 44px;
}
.about-counter-section .target-shape-02 {
display: none;
}
.single-counterup-01 .icon::after {
right: 80px;
}
.single-counterup-01.style-02:hover .icon::after {
right: 96px;
}
.single-counterup-01.style-02::after {
right: -8%;
}
.team-section-area-02 .team-carousel .next-arrow {
width: 45px;
height: 45px;
line-height: 45px;
font-size: 18px;
top: -96px;
right: 4px;
}
.team-section-area-02 .team-carousel .prev-arrow {
width: 45px;
height: 45px;
line-height: 45px;
font-size: 18px;
top: -96px;
}
.benefits-section-area .benefits-img {
margin-bottom: 40px;
}
.benefits-single-items+.benefits-single-items {
margin-top: 30px;
}
.benefits-single-items .content {
border-radius: 50px;
}
.benefits-single-items .content.style-02 {
border-radius: 50px;
}
.courses-single-item-03 .bg-wrapper .courses-bg {
min-height: 300px;
}
.author-details .price span {
font-size: 20px;
line-height: 50px;
padding: 6px 12px;
}
.courses-single-item-03 .content .title {
font-size: 34px;
line-height: 44px;
}
.course-single-description .content .title {
font-size: 28px;
line-height: 53px;
}
.book-now-section {
padding: 30px;
}
.testimonial-carousel-three .prev-arrow {
width: 45px;
height: 45px;
line-height: 45px;
font-size: 18px;
top: -52px;
}
.testimonial-carousel-three .next-arrow {
width: 45px;
height: 45px;
line-height: 45px;
font-size: 18px;
top: -52px;
}
.blog-grid-items-01 .thumb img {
width: 100%;
}
blockquote:not(.has-light-gray-color):not(.has-very-dark-gray-color):not(.is-style-large):not(.is-style-large) {
padding: 40px 50px;
}
blockquote:not(.has-light-gray-color):not(.has-very-dark-gray-color):not(.is-style-large):not(.is-style-large)::before {
left: 10px;
}
blockquote:not(.has-light-gray-color):not(.has-very-dark-gray-color):not(.is-style-large):not(.is-style-large) p {
font-size: 16px;
line-height: 26px;
}
.courses-gallery-masonry-wrapper .courses-gallery-menu li {
padding: 9px 15px;
}
.courses-gallery-masonry-wrapper .courses-gallery-menu li+li {
margin-left: 20px;
}
.comming-soon-section .title {
font-size: 75px;
line-height: 85px;
}
.comming-soon-section {
margin-top: 50px;
margin-bottom: 50px;
}
.comming-soon-section .shape-02 {
display: none;
}
.counter-single-item .count-title {
margin-left: -40px;
}
.counter-single-item .counter-item {
left: 42%;
}
}
@media only screen and (max-width: 575px) {
.banner-area .banner-inner .header-btn .applicant-number h6{
color: #fff;
}
.banner-area .header-slider-one .banner-inner .header-btn .applicant-img img{
margin: 0 auto;
}
.banner-area.header-bg span.style-01{
display: none;
}
.widget.bedriver-widget-custom-title {
margin-top: 30px;
}
.bedriver-gallery .footer-widget.widget.widget_nav_menu.style-02 {
margin-top: 25px;
}
.banner-area .banner-inner .header-btn{
background: none;
box-shadow: unset;
}
img.hero-img-mobile{
width: 90%;
}
.elementor-widget-bedriver-post-grid-one-widget .news-single-items .content .title{
padding-bottom: 10px;
}
.site-main .widget-area {
padding-bottom: 40px;
}
.blog-page-content-area, .content-area {
padding-top: 60px;
background-color: #fff;
}
.counter-single-item .count-title {
padding-left: 0px;
}
.testimonial-carousel-three .slick-initialized .slick-slide{
padding-right: 40px;
}
.col-lg-3.col-md-6.col-xs-6{
width: 50%;
}
.banner-area {
padding: 182px 0 90px;
}
.banner-area .banner-inner .title .style-01 {
font-size: 48px;
line-height: 58px;
margin-bottom: 5px;
}
.banner-area .banner-inner .title .style-02 {
font-size: 31px;
line-height: 41px;
margin-bottom: 5px;
}
.banner-area .banner-inner .title .style-03 {
font-size: 30px;
line-height: 40px;
}
.banner-area .banner-inner .title {
margin-bottom: 20px;
}
.banner-area .header-shape {
position: absolute;
left: 87px;
top: 56%;
}
.banner-area .banner-inner .header-btn {
margin-left: 0px;
width: 385px;
margin-top:120px;
}
.banner-area .banner-inner .header-btn {
flex-direction: column;
align-items: start;
}
.banner-area .banner-inner .header-btn .applicant-img {
display: block;
margin-bottom: 30px;
}
.banner-area .banner-inner .header-btn .applicant-img img{
margin-right: 20px;
}
.banner-area .banner-inner .header-btn .applicant-img span{
display: inline;
}
.banner-area .banner-inner p {
font-size: 15px;
line-height: 25px;
}
.banner-area .banner-inner .header-btn::after {
border: none;
}
.banner-area .banner-inner .header-btn .applicant-number {
display: none;
}
.video-play.style-01 {
position: initial;
transform: translateY(5%);
}
.best-features-section {
margin-top: 93px;
}
.theme-heading-title .title {
font-size: 34px;
line-height: 44px;
}
.theme-heading-title {
margin-bottom: 50px;
}
.friendly-driving-section {
margin-top: 70px;
}
.friendly-driving-section.section-bg {
padding: 34px 0px 66px 0px;
}
.friendly-driving-section.section-bg::before {
width: 100%;
height: 43%;
}
.friendly-driving-section .header-btn {
margin-top: 17px;
}
.friendly-driving-section .header-btn .btn-wrap {
display: none;
}
.friendly-driving-section .friendly-driving-content {
padding-left: 0px;
}
.friendly-driving-section .friendly-driving-content .title {
font-size: 32px;
line-height: 42px;
}
.friendly-driving-section .friendly-driving-content p {
font-size: 15px;
line-height: 25px;
}
.friendly-driving-section .driving-bg {
min-height: 285px;
}
.courses-section-area {
margin-top: 92px;
}
.course-single-item {
padding: 25px;
}
.appointment-section-area {
margin-top: 70px;
padding-top: 65px;
}
.theme-heading-title .title {
font-size: 30px;
line-height: 40px;
}
.theme-heading-title .description p {
font-size: 15px;
line-height: 25px;
}
.check-list-items .list-parent {
display: block;
}
.check-list-items .list-parent .list-child {
padding-left: 30px;
margin-bottom: 15px;
font-size: 15px;
line-height: 25px;
}
.theme-heading-title.appointment {
margin-bottom: 30px;
}
.appointment-section-area .section-img {
margin-top: 0px;
}
.appointment-section-area .section-img .instructor-img {
display: none;
}
.Appointment-form {
padding: 15px 25px 20px 25px;
margin-top: 18px;
}
.contact-form .content .title {
font-size: 24px;
line-height: 34px;
}
.contact-form .content p {
font-size: 15px;
line-height: 25px;
}
.contact-form .contact-page-form .form-group .form-control.text-area {
margin-bottom: 30px;
}
.testimonial-section-area {
margin-top: 293px;
}
.testimonial-carousel .prev-arrow {
display: none !important;
}
.testimonial-carousel .next-arrow {
display: none !important;
}
.client-section-area {
margin-top: 15px;
}
.guidence-section-area {
margin-top: 100px;
}
.guidence-section-area.guidence-bg {
padding: 65px 0px 65px 0px;
}
.guidence-section-area .theme-heading-title .title {
font-size: 27px;
line-height: 37px;
}
.news-section-area {
margin-top: 93px;
}
.footer-top {
margin-top: 62px;
padding-top: 70px;
}
.footer-widget.widget.widget_nav_menu.style-01 {
padding-left: 0px;
margin-top: 50px;
}
.widget.footer-widget .widget-headline {
margin-bottom: 25px;
}
.footer-widget.widget.widget_nav_menu ul li+li {
margin-top: 10px;
}
.widget.footer-widget {
margin-bottom: 20px;
}
.footer-widget.widget.widget_nav_menu.style-02 {
margin-bottom: 0px;
margin-top: 0px;
}
.copyright-wrap {
padding: 40px 0px;
}
.btn-wrap .boxed-btn {
font-size: 14px;
}
.navbar-area.navigation-style-01 .custom-container {
padding: 20px 0px;
}
.banner-area .second-header.second-header-bg {
background-position: center;
position: relative;
z-index: 0px;
}
.banner-area .second-header.second-header-bg::before {
content: "";
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: rgba(3, 5, 25, 0.65);
}
.banner-area .second-header {
padding: 60px 15px 70px 15px;
}
.banner-area .second-header .banner-inner .header-btn .applicant-img {
display: block;
margin-bottom: 10px;
}
.banner-area .second-header .banner-inner .header-btn {
display: block;
width: 100%;
}
.banner-area  .second-header .applicant-img img{
margin: 0 auto;
}
.banner-area .second-header .banner-inner .header-btn .btn-wrap {
display: block;
}
.banner-area .header-shape-02 {
display: none;
}
.follow-us.style-01 {
margin-top: 55px;
}
.follow-us ul {
display: none;
}
.friendly-driving-section.style-01 {
margin-top: 95px;
}
.friendly-driving-section.section-bg-02 {
padding: 72px 0px 130px 0px;
}
.friendly-driving-bg .content .applicant {
display: block;
}
.friendly-driving-bg .content .applicant .thumb {
margin-right: 0px;
margin-bottom: 15px;
}
.friendly-driving-section .friendly-driving-content.style-01 {
padding-left: 0px;
}
.counter-section-inner {
padding: 48px 0px 25px 0px;
}
.team-section-area {
margin-top: 95px;
}
.team-carousel .prev-arrow {
display: none !important;
}
.team-carousel .next-arrow {
display: none !important;
}
.video-play .video-shape.style-01 {
left: 0px;
}
.courses-gallery-section {
margin-top: 90px;
}
.testimonial-section-area.style-01 {
margin-top: 92px;
}
.client-section-area.home-two {
margin-top: 41px;
}
.faq-section-area {
margin-top: 100px;
padding: 65px 0px 72px 0px;
}
.accordion-wrapper-02 .card .card-header a {
padding: 15px 25px 15px 15px;
}
.accordion-wrapper-02 .card .card-header a::after {
right: 10px;
}
.footer-top .footer-top-border.style-01 {
padding-bottom: 42px;
}
.navbar-area.navigation-style-02 .custom-container {
padding: 15px 0px;
}
.friendly-driving-bg {
min-height: 450px;
}
.footer-widget.widget.style-03 {
margin-bottom: 0px;
}
.elementor-default .about-us-section-area.about-bg {
padding: 200px 0px 0px 0px;
}
.about-us-section-area .about-inner .title {
font-size: 28px;
line-height: 35px;
}
.about-us-section-area .about-inner .title {
margin-bottom: 30px;
}
.about-us-section-area .bred-wrapper {
justify-content: center;
}
.learner-section-area {
margin-top: 93px;
margin-bottom: 98px;
}
.learner-section-area .check-list-items .list-parent .list-child {
margin-right: 0px;
}
.learner-section-area .contact-item {
display: block;
margin-top: 35px;
}
.learner-section-area .theme-heading-title {
margin-bottom: 30px;
}
.learner-section-area .contact-item .content p {
margin: 20px 0px 0px 0px;
}
.learner-single-item .learner-bg {
min-height: 410px;
}
.learner-single-item .learner-bg img {
display: none;
}
.learner-single-item .no-of-learner {
right: -100px;
top: 36%;
}
.drive-work-section-area {
padding: 65px 0px 14px 0px;
}
.drive-work-section-area .theme-heading-title {
margin-bottom: 60px;
}
.about-counter-section {
margin-top: 93px;
}
.about-counter-section .theme-heading-title .title {
font-size: 28px;
line-height: 38px;
}
.single-counterup-01 .icon::after {
right: 125px;
}
.single-counterup-01.style-02:hover .icon::after {
right: 150px;
}
.award-section-area {
margin-top: 34px;
padding: 65px 0px 40px 0px;
}
.award-section-area .theme-heading-title {
margin-bottom: 23px;
}
.best-features-section.about {
margin-top: 26px;
}
.footer-top.about {
margin-top: 10px;
}
.instructor-section {
margin-top: 93px;
}
.guidence-section-area.instructor {
margin-top: 70px;
}
.client-section-area.instructor {
margin-top: 100px;
}
.footer-top.instructor {
margin-top: 100px;
}
.instructor-details-section {
margin-top: 100px;
}
.instructor-single-details .author-meta .author-name {
font-size: 38px;
line-height: 48px;
}
.instructor-single-details .contact {
display: block;
}
.instructor-single-details .contact .btn-wrap {
margin-top: 30px;
}
.instructor-single-details .instructor-content {
padding: 25px 30px 25px 30px;
}
.single-counterup-01 {
border-right: none;
}
.counter-section-inner.instructor-single {
padding: 25px 25px 0px 25px;
}
.instructor-contact-section {
margin-top: 100px;
}
.instructor-contact-section {
padding: 65px 0px 65px 0px;
}
.team-section-area-02 {
margin-top: 93px;
}
.footer-top.blog {
margin-top: 100px;
}
.benefits-section-area {
margin-top: 95px;
padding: 67px 0px 40px 0px;
}
.benefits-section-area .benefits-img {
background-size: cover;
}
.benefits-single-items {
display: block;
margin-bottom: 30px;
}
.benefits-single-items .content .description {
max-width: inherit;
}
.faq-section-area.style-01 {
margin-top: 40px;
}
.about-us-section-area .about-inner .title {
font-size: 28px;
line-height: 51px;
}
.courses-single-item-03 .bg-wrapper .courses-bg {
min-height: 225px;
}
.courses-single-section {
margin-top: 100px;
}
.courses-single-item-03 .content .title {
font-size: 30px;
line-height: 40px;
margin-top: 8px;
margin-bottom: 20px;
}
.courses-single-section .author-details {
display: block;
}
.course-module .module-single-items::after {
content: none;
}
.school-advantage-list {
margin-top: 0px;
}
.school-advantage-list .content .title {
font-size: 28px;
line-height: 53px;
}
.footer-top.courses-single {
margin-top: 70px;
}
.book-now-section {
padding: 20px;
padding-bottom: 25px;
}
.book-now-section .applicant {
margin-top: 30px;
}
.book-now-form {
padding: 16px 25px 25px 25px;
}
.testimonial-carousel-three .prev-arrow,
.testimonial-carousel-three .next-arrow {
display: none !important;
}
.course-module .module-single-items {
margin-bottom: 20px;
}
.blog-pagination ul li+li {
margin-left: 0px;
}
.blog-section-area {
margin-bottom: -63px;
margin-top: 50px;
}
.blog-single-content-wrap .title {
font-size: 16px;
line-height: 36px;
}
.blog-single-content-wrap .wp-block-columns img {
margin: 0 auto;
}
blockquote:not(.has-light-gray-color):not(.has-very-dark-gray-color):not(.is-style-large):not(.is-style-large) {
margin-top: 10px;
}
blockquote:not(.has-light-gray-color):not(.has-very-dark-gray-color):not(.is-style-large):not(.is-style-large)::before {
content: none;
}
blockquote:not(.has-light-gray-color):not(.has-very-dark-gray-color):not(.is-style-large):not(.is-style-large) {
padding: 24px 30px;
}
.Apply-contact-form-section {
margin-top: 100px;
}
.Apply-contact-form-section .apply-form-wrapper {
padding: 65px 20px 65px 20px;
}
.footer-top.blog {
margin-top: 65px;
}
.courses-gallery-masonry-wrapper .courses-gallery-menu li {
margin-bottom: 20px;
}
.courses-gallery-masonry-wrapper .courses-gallery-menu {
margin-bottom: 20px;
}
.gallery-single-items .icon {
left: 36%;
top: 41%;
}
.faq-section-area.style-02 {
padding-top: 94px;
padding-bottom: 100px;
}
.guidence-section-area.faq {
margin-top: 40px;
}
.instructor-contact-section.style-01 {
padding: 92px 0px 95px 0px;
}
.price-plan-section {
margin-top: 90px;
}
.price-plan-section .target-shape-02 {
display: none;
}
.sing-in-section-area {
margin-top: 60px;
}
.footer-top.blog.sing-in {
margin-top: 98px;
}
.page-not-found-section.error-bg {
padding: 84px 0px 76px 0px;
}
.comming-soon-section .title {
font-size: 52px;
line-height: 62px;
}
.comming-soon-section  ul{
display: flex;
flex-direction: column;
padding-left: 0px
}
.comming-soon-section ul li+li{
margin-left: 0px;
}
.counter-single-item .counter-item {
left: 50%;
}
.counter-single-item .count-title {
margin-left: -9px;
}
.office-address-section .contact-shape-02,
.office-address-section .contact-shape-03 {
display: none;
}
.office-address-section {
margin-top: 93px;
}
.contact-page-form-section {
margin-top: 50px;
}
.contact-page-form-section.contact-form-bg {
margin-top: 65px;
padding-top: 65px;
}
.comming-soon-section .social-area ul {
margin: 0;
padding: 0;
flex-direction: row;
display: flex;
justify-content: center;
list-style: none;
text-align: center;
}
.contact-single-item .content .title {
font-size: 29px;
line-height: 44px;
}
.contact-bottom-single-item .icon {
margin-right: 20px;
}
.contact-bottom-single-item {
padding: 15px 20px 15px 20px;
}
.contact-page-wrapper .contact-bg {
padding: 25px 30px 35px 30px;
}
}
@media only screen and (max-width: 375px) {
.banner-area .banner-inner .header-btn{
margin-top: 30px;
}
.banner-area .banner-inner .header-btn .applicant-img img {
display: block;
margin-bottom: 20px;
}
.banner-area .banner-inner .title .style-01 {
font-size: 45px;
line-height: 55px;
}
.banner-area .banner-inner .title .style-02 {
font-size: 30px;
line-height: 40px;
}
.banner-area .banner-inner .title .style-03 {
font-size: 28px;
line-height: 38px;
}
.banner-area .header-shape {
display: none;
}
.banner-area .banner-inner .header-btn {
margin-left: 0px;
width: 330px;
margin-top: 30px;
}
.btn-wrap .boxed-btn {
padding: 15px 18px;
}
.video-play {
font-size: 14px;
font-weight: 500;
}
.friendly-driving-section .friendly-driving-content .title {
font-size: 30px;
line-height: 40px;
}
.theme-heading-title .title {
font-size: 28px;
line-height: 38px;
}
.contact-form .content .title {
font-size: 22px;
line-height: 32px;
}
.guidence-section-area .theme-heading-title .title {
font-size: 23px;
line-height: 34px;
}
.course-single-item {
padding: 20px;
}
.btn-wrap .boxed-btn.btn-fill {
padding: 14px 18px;
}
.banner-area .second-header .banner-inner .header-btn {
display: block;
width: 302px;
}
.about-counter-section .theme-heading-title .title {
font-size: 26px;
line-height: 36px;
}
.elementor-default .about-us-section-area .about-inner .title {
font-size: 28px;
line-height: 35px;
}
.courses-single-item-03 .content .title {
font-size: 28px;
line-height: 38px;
}
.school-advantage-list .content .title {
font-size: 26px;
line-height: 50px;
}
}
@media only screen and (max-width: 320px) {
.banner-area .banner-inner .title .style-01 {
font-size: 41px;
line-height: 51px;
}
.banner-area .banner-inner .title .style-02 {
font-size: 28px;
line-height: 38px;
}
.banner-area .banner-inner .title .style-03 {
font-size: 26px;
line-height: 36px;
}
.banner-area.header-bg {
background-position: 60px 90px;
}
.banner-area .danger-shape {
display: none;
}
.video-play span {
display: none;
}
.banner-area .banner-inner .header-btn {
width: 290px;
}
.banner-area {
padding: 156px 0 80px;
}
.video-play .video-shape {
left: -20px;
top: -20px;
}
.video-play.style-01 {
transform: translateY(0%);
}
.best-features-section {
margin-top: 83px;
}
.friendly-driving-section {
margin-top: 60px;
}
.friendly-driving-section .driving-bg {
min-height: 260px;
}
.friendly-driving-section .header-btn {
display: block;
}
.friendly-driving-section .header-btn .applicant-number h6 {
margin-top: 17px;
}
.friendly-driving-section .friendly-driving-content .title {
font-size: 27px;
line-height: 37px;
}
.courses-section-area {
margin-top: 82px;
}
.theme-heading-title .subtitle {
line-height: 25px;
margin-bottom: 10px;
}
.theme-heading-title .title {
font-size: 26px;
line-height: 36px;
}
.appointment-section-area {
margin-top: 60px;
}
.Appointment-form {
padding: 15px 20px 20px 20px;
}
.testimonial-section-area {
margin-top: 283px;
}
.client-section-area {
margin-top: 5px;
}
.guidence-section-area {
margin-top: 90px;
}
.guidence-section-area .theme-heading-title .title {
font-size: 22px;
line-height: 32px;
}
.btn-wrap .boxed-btn.btn-apply.style-01 {
margin-right: 10px;
}
.news-section-area {
margin-top: 83px;
}
.footer-top {
margin-top: 52px;
}
.banner-area.header-bg {
background-position: 50px 70px;
}
.banner-area .second-header .banner-inner .title .style-01 {
font-size: 38px;
line-height: 48px;
}
.banner-area .second-header .banner-inner .title .style-02 {
font-size: 26px;
line-height: 36px;
}
.banner-area .second-header .banner-inner .title .style-03 {
font-size: 24px;
line-height: 34px;
}
.banner-area .second-header .banner-inner .header-btn {
width: 260px;
}
.friendly-driving-section.style-01 {
margin-top: 85px;
}
.team-section-area {
margin-top: 85px;
}
.testimonial-section-area.style-01 {
margin-top: 85px;
}
.client-section-area.home-two {
margin-top: 31px;
}
.faq-section-area {
margin-top: 90px;
}
.course-single-item-02 .content .title {
font-size: 20px;
line-height: 30px;
}
.accordion-wrapper .card .card-header a:after {
left: 6px;
}
.accordion-wrapper .card .card-header a {
padding: 15px 10px 15px 60px;
}
.learner-section-area {
margin-top: 83px;
margin-bottom: 88px;
}
.learner-single-item .learner-bg {
min-height: 345px;
}
.learner-section-area .contact-item .content p {
font-size: 18px;
line-height: 28px;
}
.about-counter-section {
margin-top: 83px;
}
.award-section-area {
margin-top: 54px;
}
.single-counterup-01.style-02:hover .icon::after {
right: 120px;
}
.single-counterup-01 .icon::after {
right: 105px;
}
.about-us-section-area .about-inner.instructor .title {
font-size: 42px;
line-height: 52px;
}
.instructor-section {
margin-top: 83px;
}
.instructor-section .theme-heading-title .title {
font-size: 25px;
line-height: 35px;
}
.guidence-section-area.instructor {
margin-top: 60px;
}
.client-section-area.instructor {
margin-top: 90px;
}
.footer-top.instructor {
margin-top: 90px;
}
.instructor-details-section {
margin-top: 90px;
}
.instructor-single-details .author-meta .author-name {
font-size: 34px;
line-height: 44px;
}
.instructor-single-details .instructor-content {
padding: 20px 25px 20px 25px;
}
.instructor-single-details .author-meta .author-name {
font-size: 34px;
line-height: 44px;
}
.instructor-single-details .author-meta .designation {
display: block;
}
.instructor-single-details .author-meta .designation .ratings {
margin-top: 8px;
}
.instructor-single-details .author-meta p {
font-size: 15px;
line-height: 25px;
}
.about-instructor .content p {
font-size: 15px;
line-height: 25px;
}
.skill-items-wrap .skill-item .sk-title {
font-size: 18px;
line-height: 28px;
}
.instructor-experience .content p {
font-size: 15px;
line-height: 25px;
}
.instructor-contact-section {
margin-top: 90px;
}
.team-section-area-02 {
margin-top: 83px;
}
.footer-top.blog {
margin-top: 90px;
}
.about-us-section-area .about-inner.course .title {
font-size: 38px;
line-height: 48px;
}
.benefits-section-area {
margin-top: 85px;
}
.faq-section-area.style-01 {
margin-top: 30px;
}
.instructor-single-details .thumbnail .instructor-img {
min-height: 350px;
}
.about-us-section-area .about-inner .title {
font-size: 32px;
line-height: 42px;
}
.courses-single-item-03 .bg-wrapper .courses-bg {
min-height: 185px;
}
.courses-single-section {
margin-top: 90px;
}
.courses-single-item-03 .content .title {
font-size: 25px;
line-height: 35px;
}
.school-advantage-list .content .title {
font-size: 23px;
line-height: 43px;
}
.course-for-who .content .title {
font-size: 27px;
line-height: 30px;
}
.book-now-section {
padding: 15px;
padding-bottom: 15px;
}
.book-now-form {
padding: 15px 20px 20px 20px;
}
.blog-section-area {
margin-top: 90px;
}
.blog-single-content-wrap .post-meta {
margin-bottom: 15px;
}
.blog-single-content-wrap .title {
font-size: 24px;
line-height: 34px;
}
.top-rated-section .top-rated-title .title {
font-size: 22px;
line-height: 32px;
}
.comment-form-wrap {
margin-top: 0px;
}
.Apply-contact-form-section {
margin-top: 90px;
}
.about-counter-section .theme-heading-title .title {
font-size: 23px;
line-height: 33px;
}
.courses-gallery-section {
margin-top: 80px;
}
.courses-gallery-masonry-wrapper .courses-gallery-menu li {
margin-bottom: 15px;
}
.courses-gallery-masonry-wrapper .courses-gallery-menu li+li {
margin-left: 15px;
}
.gallery-single-items .icon {
left: 36%;
top: 38%;
}
.blog-pagination.style-01 {
text-align: left;
}
.courses-gallery-section .blog-pagination ul {
padding-left: 15px;
}
.faq-section-area.style-02 {
padding-top: 84px;
padding-bottom: 90px;
}
.guidence-section-area.faq {
margin-top: 30px;
}
.instructor-contact-section.style-01 {
padding: 82px 0px 85px 0px;
}
.price-plan-section {
margin-top: 80px;
}
.price-plan-section .nav-pills .nav-item .nav-link {
margin-top: 20px;
padding: 9px 20px;
}
.price-plan-section .nav-pills .nav-item+.nav-item {
margin-left: 15px;
}
.footer-top.courses-single {
margin-top: 60px;
}
.price-single-items .price-body {
padding: 35px 0px 35px 26px;
}
.sing-in-section-area {
margin-top: 50px;
}
.footer-top.blog.sing-in {
margin-top: 88px;
}
.page-not-found-section.error-bg {
padding: 74px 0px 66px 0px;
}
.comming-soon-section .title {
font-size: 40px;
line-height: 50px;
}
.comming-soon-section canvas {
width: 140px !important;
height: 140px !important;
}
.counter-single-item .counter-item {
left: 51%;
top: 20%;
}
.office-address-section {
margin-top: 83px;
}
.contact-page-form-section.contact-form-bg {
margin-top: 55px;
}
.contact-single-item .content .subtitle {
font-size: 15px;
line-height: 25px;
}
.contact-single-item .content .title {
font-size: 24px;
line-height: 34px;
}
.contact-bottom-single-item {
display: block;
}
.contact-page-wrapper .contact-bg {
padding: 20px 20px 25px 20px;
}
.map-section {
padding-top: 392px;
}
}
@media (min-width: 1500px) and (max-width: 1700px) {
.blog-page-content-area, .content-area {
padding-top: 120px;
background-color: #fff;
}
.custom-container {
max-width: 1450px;
width: 100%;
z-index: 9;
}
}
@media (min-width: 1300px) and (max-width: 1499px) {
.custom-container {
max-width: 1350px;
width: 100%;
z-index: 9;
}
}
@media only screen and (min-width: 1800px) {
.custom-container {
max-width: 1650px;
width: 100%;
z-index: 9;
}
}
@media only screen and (max-width: 450px) {
.single-counterup-01 .icon::after {
right: 160px;
}
.single-counterup-01.style-02:hover .icon::after {
right: 186px;
}
.video-play.style-01{
display: none;
}
.banner-area .banner-inner .header-btn .btn-wrap{
width: 100%;
}
.banner-area .banner-inner .header-btn .btn-wrap .boxed-btn.btn-apply{
width: 100%;
}
.banner-area .header-shape{
display: none;
}
.banner-area .banner-inner .header-btn{
margin-top: 55px;
}
.banner-area{
padding-bottom: 60px;
}
}
@media only screen and (max-width: 414px) {
.single-counterup-01 .icon::after {
right: 144px;
}
.single-counterup-01.style-02:hover .icon::after {
right: 167px;
}
}
@media only screen and (max-width: 375px) {
.single-counterup-01.style-02 .icon::after {
right: 120px;
}
.single-counterup-01.style-02:hover .icon::after {
right: 142px;
}
}
@media only screen and (max-width: 320px) {
.single-counterup-01.style-02 .icon::after {
right: 105px;
}
.single-counterup-01.style-02:hover .icon::after {
right: 119px;
}
}