/*Genaral*/
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article, aside, details, figcaption,
figure, footer, header, hgroup, main,
menu, nav, section, summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio, canvas, progress, video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden], template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active, a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b, strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button, input, optgroup, select, textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button, select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button, html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/** Tables
	========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td, th {
  padding: 0; }

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2016 Daniel Eden
 */
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite; }

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s; }

.animated.bounceIn, .animated.bounceOut, .animated.flipOutX, .animated.flipOutY {
  -webkit-animation-duration: .75s;
  animation-duration: .75s; }

@-webkit-keyframes bounce {
  0%,20%,53%,80%,to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  40%,43% {
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0); }
  40%,43%,70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06); }
  70% {
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0); }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0); } }
@keyframes bounce {
  0%,20%,53%,80%,to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  40%,43% {
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0); }
  40%,43%,70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06); }
  70% {
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0); }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0); } }
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom; }

@-webkit-keyframes flash {
  0%,50%,to {
    opacity: 1; }
  25%,75% {
    opacity: 0; } }
@keyframes flash {
  0%,50%,to {
    opacity: 1; }
  25%,75% {
    opacity: 0; } }
.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); } }
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse; }

@-webkit-keyframes rubberBand {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1); }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1); }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1); }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1); }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1); }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.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, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1); }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1); }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1); }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1); }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1); }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1); } }
.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand; }

@-webkit-keyframes shake {
  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 shake {
  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); } }
.shake {
  -webkit-animation-name: shake;
  animation-name: shake; }

@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg); }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg); }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg); }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg); }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }
@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg); }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg); }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg); }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg); }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }
.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake; }

@-webkit-keyframes swing {
  20% {
    -webkit-transform: 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); } }
.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(0.9, 0.9, 0.9) rotate(-3deg);
    transform: scale3d(0.9, 0.9, 0.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(0.9, 0.9, 0.9) rotate(-3deg);
    transform: scale3d(0.9, 0.9, 0.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); } }
.tada {
  -webkit-animation-name: tada;
  animation-name: tada; }

@-webkit-keyframes wobble {
  0% {
    -webkit-transform: none;
    transform: none; }
  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: none;
    transform: none; } }
@keyframes wobble {
  0% {
    -webkit-transform: none;
    transform: none; }
  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: none;
    transform: none; } }
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble; }

@-webkit-keyframes jello {
  0%,11.1%,to {
    -webkit-transform: none;
    transform: none; }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg); }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg); }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg); }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg); }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg); }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg); }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg); } }
@keyframes jello {
  0%,11.1%,to {
    -webkit-transform: none;
    transform: none; }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg); }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg); }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg); }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg); }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg); }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg); }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg); } }
.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center; }

@-webkit-keyframes bounceIn {
  0%,20%,40%,60%,80%,to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.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(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.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(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.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(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97); }
  to {
    opacity: 1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1); } }
.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn; }

@-webkit-keyframes bounceInDown {
  0%,60%,75%,90%,to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0); }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0); }
  to {
    -webkit-transform: none;
    transform: none; } }
@keyframes bounceInDown {
  0%,60%,75%,90%,to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0); }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0); }
  to {
    -webkit-transform: none;
    transform: none; } }
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown; }

@-webkit-keyframes bounceInLeft {
  0%,60%,75%,90%,to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0); }
  to {
    -webkit-transform: none;
    transform: none; } }
@keyframes bounceInLeft {
  0%,60%,75%,90%,to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0); }
  to {
    -webkit-transform: none;
    transform: none; } }
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft; }

@-webkit-keyframes bounceInRight {
  0%,60%,75%,90%,to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0); }
  to {
    -webkit-transform: none;
    transform: none; } }
@keyframes bounceInRight {
  0%,60%,75%,90%,to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0); }
  to {
    -webkit-transform: none;
    transform: none; } }
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight; }

@-webkit-keyframes bounceInUp {
  0%,60%,75%,90%,to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0); }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }
@keyframes bounceInUp {
  0%,60%,75%,90%,to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0); }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp; }

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.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(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); } }
@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.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(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); } }
.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut; }

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  40%,45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }
@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  40%,45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown; }

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft; }

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight; }

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  40%,45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }
@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  40%,45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp; }

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  to {
    opacity: 1; } }
@keyframes fadeIn {
  0% {
    opacity: 0; }
  to {
    opacity: 1; } }
.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: none;
    transform: none; } }
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown; }

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig; }

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft; }

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig; }

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight; }

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig; }

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp; }

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig; }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  to {
    opacity: 0; } }
@keyframes fadeOut {
  0% {
    opacity: 1; }
  to {
    opacity: 0; } }
.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); } }
.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); } }
.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); } }
.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); } }
.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); } }
.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); } }
.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); } }
.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); } }
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig; }

@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotateY(-1turn);
    transform: perspective(400px) rotateY(-1turn); }
  0%,40% {
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(-190deg);
    transform: perspective(400px) translateZ(150px) rotateY(-190deg); }
  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(-170deg);
    transform: perspective(400px) translateZ(150px) rotateY(-170deg); }
  50%,80% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; } }
@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotateY(-1turn);
    transform: perspective(400px) rotateY(-1turn); }
  0%,40% {
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(-190deg);
    transform: perspective(400px) translateZ(150px) rotateY(-190deg); }
  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(-170deg);
    transform: perspective(400px) translateZ(150px) rotateY(-170deg); }
  50%,80% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; } }
.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip; }

@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0; }
  0%,40% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  40% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg); }
  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);
    opacity: 0; }
  0%,40% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  40% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg); }
  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); } }
.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);
    opacity: 0; }
  0%,40% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  40% {
    -webkit-transform: perspective(400px) rotateY(-20deg);
    transform: perspective(400px) rotateY(-20deg); }
  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);
    opacity: 0; }
  0%,40% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  40% {
    -webkit-transform: perspective(400px) rotateY(-20deg);
    transform: perspective(400px) rotateY(-20deg); }
  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); } }
.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; } }
.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important; }

@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) 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; } }
.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY; }

@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0; }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg); }
  60%,80% {
    opacity: 1; }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg); }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0; }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg); }
  60%,80% {
    opacity: 1; }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg); }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out; }

@-webkit-keyframes lightSpeedOut {
  0% {
    opacity: 1; }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0; } }
@keyframes lightSpeedOut {
  0% {
    opacity: 1; }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0; } }
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in; }

@-webkit-keyframes rotateIn {
  0% {
    transform-origin: center;
    -webkit-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0; }
  0%,to {
    -webkit-transform-origin: center; }
  to {
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
@keyframes rotateIn {
  0% {
    transform-origin: center;
    -webkit-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0; }
  0%,to {
    -webkit-transform-origin: center; }
  to {
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn; }

@-webkit-keyframes rotateInDownLeft {
  0% {
    transform-origin: left bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0; }
  0%,to {
    -webkit-transform-origin: left bottom; }
  to {
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
@keyframes rotateInDownLeft {
  0% {
    transform-origin: left bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0; }
  0%,to {
    -webkit-transform-origin: left bottom; }
  to {
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft; }

@-webkit-keyframes rotateInDownRight {
  0% {
    transform-origin: right bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0; }
  0%,to {
    -webkit-transform-origin: right bottom; }
  to {
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
@keyframes rotateInDownRight {
  0% {
    transform-origin: right bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0; }
  0%,to {
    -webkit-transform-origin: right bottom; }
  to {
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight; }

@-webkit-keyframes rotateInUpLeft {
  0% {
    transform-origin: left bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0; }
  0%,to {
    -webkit-transform-origin: left bottom; }
  to {
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
@keyframes rotateInUpLeft {
  0% {
    transform-origin: left bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0; }
  0%,to {
    -webkit-transform-origin: left bottom; }
  to {
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft; }

@-webkit-keyframes rotateInUpRight {
  0% {
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0; }
  0%,to {
    -webkit-transform-origin: right bottom; }
  to {
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
@keyframes rotateInUpRight {
  0% {
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0; }
  0%,to {
    -webkit-transform-origin: right bottom; }
  to {
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight; }

@-webkit-keyframes rotateOut {
  0% {
    transform-origin: center;
    opacity: 1; }
  0%,to {
    -webkit-transform-origin: center; }
  to {
    transform-origin: center;
    -webkit-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0; } }
@keyframes rotateOut {
  0% {
    transform-origin: center;
    opacity: 1; }
  0%,to {
    -webkit-transform-origin: center; }
  to {
    transform-origin: center;
    -webkit-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0; } }
.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut; }

@-webkit-keyframes rotateOutDownLeft {
  0% {
    transform-origin: left bottom;
    opacity: 1; }
  0%,to {
    -webkit-transform-origin: left bottom; }
  to {
    transform-origin: left bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0; } }
@keyframes rotateOutDownLeft {
  0% {
    transform-origin: left bottom;
    opacity: 1; }
  0%,to {
    -webkit-transform-origin: left bottom; }
  to {
    transform-origin: left bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0; } }
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft; }

@-webkit-keyframes rotateOutDownRight {
  0% {
    transform-origin: right bottom;
    opacity: 1; }
  0%,to {
    -webkit-transform-origin: right bottom; }
  to {
    transform-origin: right bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0; } }
@keyframes rotateOutDownRight {
  0% {
    transform-origin: right bottom;
    opacity: 1; }
  0%,to {
    -webkit-transform-origin: right bottom; }
  to {
    transform-origin: right bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0; } }
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight; }

@-webkit-keyframes rotateOutUpLeft {
  0% {
    transform-origin: left bottom;
    opacity: 1; }
  0%,to {
    -webkit-transform-origin: left bottom; }
  to {
    transform-origin: left bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0; } }
@keyframes rotateOutUpLeft {
  0% {
    transform-origin: left bottom;
    opacity: 1; }
  0%,to {
    -webkit-transform-origin: left bottom; }
  to {
    transform-origin: left bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0; } }
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft; }

@-webkit-keyframes rotateOutUpRight {
  0% {
    transform-origin: right bottom;
    opacity: 1; }
  0%,to {
    -webkit-transform-origin: right bottom; }
  to {
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0; } }
@keyframes rotateOutUpRight {
  0% {
    transform-origin: right bottom;
    opacity: 1; }
  0%,to {
    -webkit-transform-origin: right bottom; }
  to {
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0; } }
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight; }

@-webkit-keyframes hinge {
  0% {
    transform-origin: top left; }
  0%,20%,60% {
    -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  20%,60% {
    -webkit-transform: rotate(80deg);
    transform: rotate(80deg);
    transform-origin: top left; }
  40%,80% {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1; }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0; } }
@keyframes hinge {
  0% {
    transform-origin: top left; }
  0%,20%,60% {
    -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  20%,60% {
    -webkit-transform: rotate(80deg);
    transform: rotate(80deg);
    transform-origin: top left; }
  40%,80% {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1; }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0; } }
.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge; }

@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
    transform: translate3d(-100%, 0, 0) rotate(-120deg); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@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: none;
    transform: none; } }
.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); } }
.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut; }

@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }
@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn; }

@-webkit-keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
@keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown; }

@-webkit-keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
@keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft; }

@-webkit-keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
@keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight; }

@-webkit-keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
@keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp; }

@-webkit-keyframes zoomOut {
  0% {
    opacity: 1; }
  50% {
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  50%,to {
    opacity: 0; } }
@keyframes zoomOut {
  0% {
    opacity: 1; }
  50% {
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  50%,to {
    opacity: 0; } }
.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut; }

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown; }

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center; } }
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center; } }
.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft; }

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center; } }
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center; } }
.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight; }

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp; }

@-webkit-keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible; }
  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); } }
.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); } }
.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); } }
.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); } }
.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); } }
.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); } }
.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); } }
.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); } }
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp; }

/*main-style*/
/*=======================================================================
[01] General
=========================================================================*/
html,
body {
  height: 100%;
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  line-height: 24px;
  font-weight: 400;
  vertical-align: baseline;
  background: #fff;
  color: #666666; }

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #222222;
  line-height: 1.4;
  font-weight: 500;
  font-family: 'Montserrat', sans-serif;
  margin: 0 0 20px 0; }

/*h1 {
font-size: 72px;
}
h2 {
font-size: 48px;
}
h3 {
font-size: 30px;
}
h4 {
font-size: 24px;
}*/
p {
  line-height: 24px;
  margin: 0 0 20px 0; }

a {
  text-decoration: none; }

a:active,
a:hover,
a:focus {
  text-decoration: none; }

a:active,
a:hover,
a:focus {
  outline: 0 none; }

img {
  max-width: 100%;
  height: auto; }

ul {
  list-style: outside none none;
  margin: 0;
  padding: 0; }

.clear:after {
  clear: both;
  content: "";
  display: block; }

.wraper {
  overflow: hidden; }

.form-control {
  border: 1px solid #dddddd;
  box-shadow: none; }

.form-control::-moz-placeholder {
  color: #646464; }

.padding-top-bottom {
  padding: 120px 0; }

.padding-top-bottom30 {
  padding: 120px 0 90px; }

.padding-two-top-bottom {
  padding: 110px 0 120px 0; }

.padding-three-top-bottom {
  padding: 110px 0 180px 0; }

.padding-top {
  padding-top: 120px; }

.padding-bottom {
  padding-bottom: 120px; }

.form-response .alert-info {
  background: transparent !important;
  border: none !important;
  color: #a8a7a7;
  letter-spacing: 5px; }

.form-response .alert-success {
  background-color: transparent;
  color: #19abbd;
  letter-spacing: 4px;
  border-color: transparent;
  font-weight: 500; }

@media only screen and (max-width: 479px) {
  .form-response .alert-success {
    letter-spacing: 1px; } }
.form-response .alert {
  border-radius: 0 !important;
  padding: 15px 0; }

.isotop-btn {
  text-align: center;
  margin-bottom: 60px; }

@media only screen and (max-width: 480px) {
  .isotop-btn {
    margin-bottom: 40px; } }
.isotop-btn:after {
  display: none; }

.isotop-btn a {
  background: transparent;
  color: #222222;
  font-size: 16px;
  padding: 10px 30px;
  margin: 0;
  display: inline-block;
  border: 1px solid #0e89d5;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out; }

.isotop-btn a:hover {
  background: #0e89d5;
  color: #fff;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out; }

@media only screen and (max-width: 479px) {
  .isotop-btn a {
    padding: 7px 18px; } }
@media only screen and (max-width: 767px) {
  .isotop-btn a {
    margin-bottom: 3px !important; } }
.isotop-btn .current {
  background: #0e89d5;
  color: #fff; }

.default-button-btn {
  border-radius: 3px;
  color: #fff;
  background: #0e89d5;
  display: block;
  padding: 12px 25px;
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
  border: 1px #0e89d5 solid;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out; }
  .default-button-btn:hover, .default-button-btn:active, .default-button-btn:focus {
    border: 1px #0e89d5 solid;
    background: #fff;
    color: #0e89d5; }

.default-button-btn2 {
  margin-top: 30px;
  border-radius: 3px;
  color: #fff;
  background: #0e89d5;
  display: inline-block;
  padding: 12px 25px;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out; }
  .default-button-btn2:hover, .default-button-btn2:active, .default-button-btn2:focus {
    background: #19abbd;
    color: #fff; }

.ghost-btn {
  border: 2px solid #0e89d5;
  border-radius: 3px;
  font-size: 16px;
  font-weight: 600;
  padding: 10px 20px;
  background: transparent;
  display: inline-block;
  text-transform: capitalize;
  color: #222222;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out; }
  .ghost-btn:hover {
    background: #19abbd;
    color: #fff; }

.title-section {
  margin-bottom: 60px;
  text-align: center; }
  .title-section h2 {
    font-size: 36px;
    margin-bottom: 10px; }

.owl-theme .owl-controls > .owl-nav {
  margin: 0; }
  .owl-theme .owl-controls > .owl-nav > div {
    position: absolute;
    top: 45%;
    line-height: 52px;
    margin: 0;
    padding: 0;
    height: 50px;
    width: 40px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    background: none; }
    .owl-theme .owl-controls > .owl-nav > div i {
      font-size: 32px;
      color: #0e89d5; }
    .owl-theme .owl-controls > .owl-nav > div:hover i {
      color: #052848; }
  .owl-theme .owl-controls > .owl-nav .owl-prev {
    left: -60px; }
  .owl-theme .owl-controls > .owl-nav .owl-next {
    right: -60px; }
.owl-theme .owl-controls .owl-dots .owl-dot span {
  background: #e1e1e1;
  -moz-box-shadow: inset 0px 1px 1px #999999;
  -webkit-box-shadow: inset 0px 1px 1px #999999;
  box-shadow: inset 0px 1px 1px #999999;
  margin: 3px;
  height: 16px;
  width: 16px; }
.owl-theme .owl-controls .owl-dots .owl-dot.active span {
  background: #0e89d5; }

.owl-theme .owl-nav [class*="owl-"]:hover {
  background: none; }

.row.no-gutters > [class^="col-"], .row.no-gutters > [class*=" col-"] {
  padding-right: 0;
  padding-left: 0; }

.mean-container .mean-bar {
  position: fixed; }

body.mean-container .wraper {
  padding-top: 58px; }

/*@media (max-width: 767px) {
    .wraper > header {
        display: none;
    }
}*/
/*blockquote {
    background: $main-color;
    border: none;
    color: $xp-white;
    font-weight: 600;
    font-size: 18px;
    font-style: italic;
    padding: 30px 45px;
    p::before {
        font-family: 'FontAwesome';
        content: "\f10d";
        margin-right: 10px;
    }
}*/
.skew-section-light {
  left: 0;
  overflow: hidden;
  padding-left: 0 !important;
  padding-right: 0 !important;
  position: absolute;
  width: 100%;
  height: 100px;
  z-index: 7;
  -ms-transform: skewY(-2deg);
  -webkit-transform: skewY(-2deg);
  transform: skewY(-2deg);
  background: #fff;
  bottom: -66px; }

.skew-section {
  left: 0;
  overflow: hidden;
  padding-left: 0 !important;
  padding-right: 0 !important;
  position: absolute;
  width: 100%;
  height: 100px;
  z-index: 7;
  -ms-transform: skewY(-2deg);
  -webkit-transform: skewY(-2deg);
  transform: skewY(-2deg);
  background: #0e89d5;
  bottom: -66px; }

.position-relative {
  position: relative; }

.mb-10 {
  margin-bottom: 10px !important; }

.mb-30 {
  margin-bottom: 30px !important; }

.mt-40 {
  margin-top: 40px; }

.bg-accent {
  background-color: #f8f8f8; }

h2.section-title {
  font-size: 40px;
  line-height: 1.3;
  max-width: 510px;
  margin-bottom: 15px; }

p.sub-title {
  font-weight: 600;
  margin-bottom: 50px; }

.big-text {
  font-size: 40px; }

/**========================= 02. ScrollUp  =========================**/
#scrollUp {
  background: #19abbd;
  border-radius: 50%;
  bottom: 5px;
  color: #0e89d5;
  display: block;
  font-size: 20px;
  height: 50px;
  line-height: 50px;
  position: fixed;
  right: 20px;
  text-align: center;
  text-decoration: none !important;
  transition: all 0.5s cubic-bezier(0, 0, 0, 1) 0s;
  width: 50px;
  z-index: 99999; }

#scrollUp i {
  color: #fff; }

/**====================== 03. Header Banner  =======================**/
.header-banner {
  background: url(img/banner.jpg) center center no-repeat;
  background-attachment: scroll;
  background-size: cover;
  padding: 90px 0; }
  .header-banner .header-title h1 {
    color: #fff;
    font-size: 40px;
    margin-bottom: 10px;
    line-height: 1.2; }
  .header-banner .breadcrumb {
    background: transparent;
    border: none;
    border-radius: 0;
    box-shadow: none;
    margin-bottom: 0;
    padding: 0; }
    .header-banner .breadcrumb ul li {
      display: inline-block; }
      .header-banner .breadcrumb ul li a {
        color: #8e9ba2;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; }
        .header-banner .breadcrumb ul li a:hover {
          color: #fff; }
      .header-banner .breadcrumb ul li.active {
        color: #0e89d5; }

/*==============================================================
[02] Header Common 
=================================================================*/
.header-top-section {
  background: #052848;
  padding: 5px 0; }
  .header-top-section ul li {
    display: inline-block;
    color: #fff;
    font-size: 14px;
    margin-right: 10px; }
    .header-top-section ul li i {
      color: #0e89d5;
      padding-right: 10px; }
  .header-top-section .header-address ul {
    text-align: right; }
    .header-top-section .header-address ul li:last-child {
      margin-right: 0; }
    .header-top-section .header-address ul .dropdown-menu {
      cursor: pointer;
      text-align: left;
      padding: 0;
      border-radius: 0; }
      .header-top-section .header-address ul .dropdown-menu li {
        display: block;
        margin-right: 0; }
        .header-top-section .header-address ul .dropdown-menu li a {
          padding: 8px 20px; }
          .header-top-section .header-address ul .dropdown-menu li a:hover {
            background: #052848;
            color: #fff; }
      .header-top-section .header-address ul .dropdown-menu .divider {
        margin: 0px 0; }

.logo-area {
  display: table;
  height: 90px;
  position: relative; }
  .logo-area a {
    display: table-cell;
    vertical-align: middle; }

.header-shadow {
  -webkit-box-shadow: 0 1px 4px 0px rgba(46, 50, 50, 0.5);
  -moz-box-shadow: 0 1px 4px 0px rgba(46, 50, 50, 0.5);
  box-shadow: 0 1px 4px 0px rgba(46, 50, 50, 0.5);
  margin-bottom: 5px; }

/*==============================================================
[03] Main Slider
=================================================================*/
@media only screen and (max-width: 1199px) {
  .slider-overlay:before {
    content: "";
    background: rgba(0, 0, 0, 0.3);
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 6;
    top: 0;
    left: 0;
    right: 0; } }
.slider-overlay {
  position: relative; }
  .slider-overlay .nivo-caption {
    opacity: 1; }

.slider-default .nivo-directionNav .nivo-prevNav {
  background: #fff;
  border-radius: 50%;
  color: #000;
  font-size: 0;
  line-height: 50px;
  text-indent: 0;
  text-align: center;
  left: 50px;
  height: 50px;
  width: 50px; }
  .slider-default .nivo-directionNav .nivo-prevNav::after {
    content: "\f104";
    font-family: 'FontAwesome';
    font-size: 24px; }
  .slider-default .nivo-directionNav .nivo-prevNav:hover {
    background: #0e89d5;
    color: #fff; }
.slider-default .nivo-directionNav .nivo-nextNav {
  background: #fff;
  border-radius: 50%;
  color: #000;
  font-size: 0;
  text-indent: 0;
  line-height: 50px;
  text-align: center;
  right: 50px;
  height: 50px;
  width: 50px; }
  .slider-default .nivo-directionNav .nivo-nextNav::after {
    content: "\f105";
    font-family: 'FontAwesome';
    font-size: 24px; }
  .slider-default .nivo-directionNav .nivo-nextNav:hover {
    background: #0e89d5;
    color: #fff; }
.slider-default .nivo-controlNav {
  padding: 0; }
.slider-default .slider-content p {
  color: #e1e1e1;
  width: 50%; }
  .slider-default .slider-content p.slider-big-text {
    font-size: 48px;
    color: #fff;
    margin-bottom: 20px;
    line-height: 1.4;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
    width: 100%; }
.slider-default .slider-content .slider-btn-area {
  display: inline-block;
  margin-top: 45px; }
  .slider-default .slider-content .slider-btn-area .default-button-btn {
    display: block !important; }
  .slider-default .slider-content .slider-btn-area .ghost-btn {
    border: 2px solid #fff;
    background: #fff;
    color: #052848; }
    .slider-default .slider-content .slider-btn-area .ghost-btn:hover {
      background: #0e89d5;
      border: 2px solid #0e89d5;
      color: #fff; }

.slider-two .slider-content p {
  color: #646464; }
  .slider-two .slider-content p.slider-big-text {
    color: #222222; }

/*main menu*/
#sticker {
  width: 100%; }

.stick {
  background: #fff;
  border-bottom: 2px solid #0e89d5;
  /*position: fixed;*/
  top: 0;
  z-index: 111; }

.stick .header-top-area .logo-area {
  padding: 12px 0 0 0;
  transition: all 1s; }

.stick .header-top-area .logo-area img {
  transition: all 1s; }

.stick .header-top-area .cart-area {
  top: 0;
  padding-top: 20px;
  padding-bottom: 20px; }

.stick .header-top-area .cart-area span {
  bottom: 30px; }

/*
.main-menu{
  padding:20px 0 0;
  .navbar-inverse{
    background: #fff;
    border:none;
  }
  .navbar-inverse .navbar-nav > li> a{
    color:#222222;
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
    font-family: 'Montserrat', sans-serif;
    background-color: #fff;
    &:hover, {color:#0e89d5;}
  }
  .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:focus, .navbar-inverse .navbar-nav > .open > a:hover{
    background-color: #fff;
      color: #0e89d5;
  }
}

.mega-dropdown {
  position: static !important;
}

.mega-dropdown-menu {
  padding: 20px 0px;
  width: 100%;
  box-shadow: none;
  background:#fff;
    border: 1px #ccc solid;
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.5);
    box-shadow: 0 5px 10px rgba(0,0,0,.5);
!*  -webkit-box-shadow: none;*!
  > li {
    > ul {
      padding: 0;
      margin: 0;
      > li {
        list-style: none;
        > a {
          display: block;
          color: #222;
          padding: 3px 5px;
        }
      }
    }
    ul > li > a {
      &:hover, &:focus {
        text-decoration: none;
      }
    }
  }
  .dropdown-header {
    font-size: 18px;
    color: #ff3546;
    padding: 5px 60px 5px 5px;
    line-height: 30px;
  }
}



.mega-dropdown-menu {
    padding: 0px;
    border:1px #ccc solid;
    margin-top: 20px !important;
    border-radius: 0;
    li {
        display: block;
        border-bottom: 1px solid #dddddd;
        &:last-child{
            border-bottom: 0;
        }
        a{
            padding:10px 10px;
            &:hover{
                background-color: #052848;
                color:#fff;
            }
        }

    }
    .col{
        border-bottom:0;
    }
    .seprator{
        height:20px;
    }
    h4{
        text-align: center;
        font-size: 16px;
        background: #f7f7f7;
        padding: 5px;
        margin-top: 12px;
        &:hover{
            background-color: #052848;
            color:#fff;
        }
    }
}
*/
a.no-bg, a.no-bg:hover, a.no-bg:focus, a.no-bg:active {
  background-color: transparent !important;
  background: none !important;
  padding: 0 !important; }

/*.main-menu{
    .other-menu {
        background-color: $main-color;
        left: 0;
        opacity: 0;
        position: absolute;
        transform: scaleY(0);
        transform-origin: 0 0 0;
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -ms-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
        width: 200px;
        z-index: 99999;
        li {
            display: block;
            border-bottom: 1px solid #dddddd;
        }
    }
}*/
.pro-img-box {
  height: 100px;
  text-align: center; }
  .pro-img-box a:hover {
    background: none; }
  .pro-img-box img {
    width: 110px;
    margin: auto; }

/*rebon*/
.ribbon-wrapper {
  width: 85px;
  height: 88px;
  overflow: hidden;
  position: absolute;
  top: -3px;
  left: -3px; }
  .ribbon-wrapper .ribbon {
    font: bold 15px sans-serif;
    color: #333;
    text-align: center;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
    position: relative;
    padding: 7px 0;
    top: 15px;
    left: -30px;
    width: 120px;
    background-color: #0e89d5;
    color: #fff; }

.no-margin {
  margin-bottom: 0; }

/*inner page banners*/
.banner-content-inner {
  background-repeat: no-repeat; }

.page-banner-wrapper .banner-content-inner .overlay-bg {
  padding: 8em 0 8em;
  background-color: rgba(5, 40, 72, 0.55); }
.page-banner-wrapper .banner-content-inner .content_wrap {
  position: relative; }
  .page-banner-wrapper .banner-content-inner .content_wrap .page_title {
    color: #fff;
    margin: 0;
    font-size: 36px;
    padding: 0;
    line-height: 1.2em;
    font-weight: 500;
    text-transform: uppercase; }
  .page-banner-wrapper .banner-content-inner .content_wrap .breadcrumbs {
    color: #cccccf;
    padding: 0;
    font-size: 1.286em;
    font-weight: 500;
    line-height: 1.5em; }
    .page-banner-wrapper .banner-content-inner .content_wrap .breadcrumbs ul > li > a {
      color: #cccccf; }
      .page-banner-wrapper .banner-content-inner .content_wrap .breadcrumbs ul > li > a:hover {
        color: #0e89d5; }
    .page-banner-wrapper .banner-content-inner .content_wrap .breadcrumbs li + li::before {
      padding: 0 5px;
      color: #cccccf;
      content: "/\00a0"; }
    .page-banner-wrapper .banner-content-inner .content_wrap .breadcrumbs ul li.active {
      color: #fff; }

.page-top-section {
  position: relative;
  padding: 30px 0;
  background-color: #f5f5f5; }
  .page-top-section .page_title {
    color: #fff;
    margin: 0;
    font-size: 36px;
    padding: 0;
    line-height: 1.2em;
    font-weight: 500;
    text-transform: uppercase; }
  .page-top-section .breadcrumbs {
    color: #cccccf;
    padding: 0;
    font-size: 1.286em;
    font-weight: 500;
    line-height: 1.5em; }
    .page-top-section .breadcrumbs ul > li > a {
      color: #c4bebe; }
      .page-top-section .breadcrumbs ul > li > a:hover {
        color: #0e89d5; }
    .page-top-section .breadcrumbs li + li::before {
      padding: 0 5px;
      color: #c4bebe;
      content: "/\00a0"; }
    .page-top-section .breadcrumbs ul li.active {
      color: #515151; }

.main-slider {
  margin-top: 20px; }
  .main-slider hr {
    margin-top: 20px;
    margin-bottom: 0px; }

/*innerpage css*/
.inner-page .footer-wrapper .footer-top {
  background-color: #f5f4f4; }

.inner-page h2 {
  color: #0e89d5;
  font-size: 30px;
  text-align: left;
  display: block;
  padding: 0 0 15px;
  margin-bottom: 0;
  text-transform: uppercase; }

/*pagination*/
.pagination-wrapper {
  text-align: center; }

/*side bar common*/
.right-sidebar .single-sidebar {
  margin-bottom: 20px;
  background: #f4f4f4;
  Padding: 16px 12px; }
  .right-sidebar .single-sidebar h3 {
    font-size: 18px;
    margin-bottom: 30px;
    position: relative;
    padding-bottom: 15px; }
    .right-sidebar .single-sidebar h3::after {
      background: #0e89d5;
      content: "";
      position: absolute;
      left: 0;
      bottom: 0;
      height: 4px;
      width: 50px; }
  .right-sidebar .single-sidebar h4 {
    font-size: 16px;
    border-bottom: 1px #e6e6e6 solid;
    padding: 6px;
    border-top: 1px #e6e6e6 solid;
    background: #f0f0f0; }
  .right-sidebar .single-sidebar:last-child {
    margin-bottom: 0; }
.right-sidebar ul.category-menu li {
  border-bottom: 1px solid #dddddd;
  margin-bottom: 10px;
  padding-bottom: 10px; }
  .right-sidebar ul.category-menu li a {
    color: #646464;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    .right-sidebar ul.category-menu li a:hover {
      color: #0e89d5; }
    .right-sidebar ul.category-menu li a::before {
      font-family: 'FontAwesome';
      content: "\f105";
      color: #0e89d5;
      padding-right: 10px; }
  .right-sidebar ul.category-menu li:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0; }
  .right-sidebar ul.category-menu li span {
    float: right; }
.right-sidebar ul.filter-block-sec {
  margin-bottom: 30px; }
  .right-sidebar ul.filter-block-sec li {
    border-bottom: 1px solid #dddddd;
    margin-bottom: 10px;
    padding-bottom: 10px; }
    .right-sidebar ul.filter-block-sec li a {
      color: #646464;
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
      .right-sidebar ul.filter-block-sec li a:hover {
        color: #0e89d5; }
      .right-sidebar ul.filter-block-sec li a::before {
        font-family: 'FontAwesome';
        content: "\f105";
        color: #0e89d5;
        padding-right: 10px; }
    .right-sidebar ul.filter-block-sec li:last-child {
      border-bottom: none;
      margin-bottom: 0;
      padding-bottom: 0; }
    .right-sidebar ul.filter-block-sec li span {
      float: right; }
  .right-sidebar ul.filter-block-sec li.selected a {
    color: #337ab7; }
.right-sidebar .side-add-banner {
  margin-bottom: 40px;
  position: relative; }
  .right-sidebar .side-add-banner .add-title {
    position: absolute;
    bottom: 0;
    text-align: center;
    width: 100%;
    background: #fff6;
    height: 34px;
    padding: 4px; }
    .right-sidebar .side-add-banner .add-title span {
      color: #fff;
      font-size: 18px; }
.right-sidebar .single-sidebar .checkbox label {
  font-size: 11px; }

/*price ranger*/
.price-range {
  margin-bottom: 40px !important; }
  .price-range .left-value {
    float: left;
    font-family: inherit;
    font-size: 13px;
    color: #333;
    padding-top: 10px; }
    .price-range .left-value:before {
      content: 'LKR. '; }
  .price-range .right-value {
    float: right;
    font-family: inherit;
    font-size: 13px;
    color: #333;
    padding-top: 10px; }
    .price-range .right-value:before {
      content: 'LKR. '; }

/*! HTML5 Boilerplate v5.3.0 | MIT License | https://html5boilerplate.com/ */
/*
* What follows is the result of much research on cross-browser styling.
* Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
* Kroc Camen, and the H5BP dev community and team.
*/
/* ==========================================================================
Base styles: opinionated defaults
========================================================================== */
html {
  color: #222;
  font-size: 1em;
  line-height: 1.4; }

/*
* Remove text-shadow in selection highlight:
* https://twitter.com/miketaylr/status/12228805301
*
* These selection rule sets have to be separate.
* Customize the background color to match your design.
*/
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none; }

::selection {
  background: #b3d4fc;
  text-shadow: none; }

/*
* A better looking default horizontal rule
*/
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

/*
* Remove the gap between audio, canvas, iframes,
* images, videos and the bottom of their containers:
* https://github.com/h5bp/html5-boilerplate/issues/440
*/
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle; }

/*
* Remove default fieldset styles.
*/
fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

/*
* Allow only vertical resizing of textareas.
*/
textarea {
  resize: vertical; }

/*link effects*/
a, a.active, a:active, a:focus, a:hover {
  transition: all .4s !important;
  text-decoration: none;
  color: inherit; }

a.active, a:active, a:focus, a:hover {
  color: #0e89d5; }

/* ==========================================================================
Browser Upgrade Prompt
========================================================================== */
.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0; }

/* ==========================================================================
Helper classes
========================================================================== */
/*
* Hide visually and from screen readers
*/
.hidden {
  display: none !important; }

/*
* Hide only visually, but have it available for screen readers:
* http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
*/
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

/*
* Extends the .visuallyhidden class to allow the element
* to be focusable when navigated to via the keyboard:
* https://www.drupal.org/node/897638
*/
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

/*
* Hide visually and from screen readers, but maintain layout
*/
.invisible {
  visibility: hidden; }

/*
* Clearfix: contain floats
*
* For modern browsers
* 1. The space content is one way to avoid an Opera bug when the
*    `contenteditable` attribute is included anywhere else in the document.
*    Otherwise it causes space to appear at the top and bottom of elements
*    that receive the `clearfix` class.
* 2. The use of `table` rather than `block` is only necessary if using
*    `:before` to contain the top-margins of child elements.
*/
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.clearfix:after {
  clear: both; }

/*section settings*/
.vc_section_topnun-fifth {
  padding: 0px 0px 50px; }

.vc_section_fifth {
  padding: 50px 0px; }

.vc_section_fifth_bot {
  padding: 50px 0px 80px; }

.vc_section_fifth_top_nun {
  padding: 0px 0px 80px; }

.vc_section_fifth_top_nun-fourt {
  padding: 0px 0px 40px; }

.vc_section_fifth_top_twt {
  padding: 20px 0px 80px; }

.vc_section_fifth_low_bot {
  padding: 50px 0px 10px; }

.vc_section_fifth_same {
  padding: 50px 0px 50px; }

.vc_section_fifth_low_bot-nun {
  padding: 50px 0px 0px; }

.vc_section_thrid {
  padding: 30px 0px; }

/* ==========================================================================
EXAMPLE Media Queries for Responsive Design.
These examples override the primary ('mobile first') styles.
Modify as content requires.
========================================================================== */
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */ }
@media print, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 1.25dppx), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */ }
/*headdings*/
.main-heading-l h2, .main-heading-l h1 {
  color: #0e89d5;
  font-size: 30px;
  margin-bottom: 35px;
  -webkit-transition: opacity 0.24s ease-in-out;
  -moz-transition: opacity 0.24s ease-in-out;
  transition: opacity 0.24s ease-in-out;
  text-align: center;
  text-transform: uppercase; }
  .main-heading-l h2 span, .main-heading-l h1 span {
    color: #fff; }

.main-heading-d h2, .main-heading-d h1 {
  color: #0e89d5;
  font-size: 30px;
  margin-bottom: 35px;
  -webkit-transition: opacity 0.24s ease-in-out;
  -moz-transition: opacity 0.24s ease-in-out;
  transition: opacity 0.24s ease-in-out;
  text-align: center;
  text-transform: uppercase; }
  .main-heading-d h2 span, .main-heading-d h1 span {
    color: #2c3951; }

.main-heading-d-l h2, .main-heading-d-l h1 {
  color: #0e89d5;
  font-size: 30px;
  margin-bottom: 0px;
  -webkit-transition: opacity 0.24s ease-in-out;
  -moz-transition: opacity 0.24s ease-in-out;
  transition: opacity 0.24s ease-in-out;
  text-align: left;
  text-transform: uppercase; }
  .main-heading-d-l h2 span, .main-heading-d-l h1 span {
    color: #2c3951; }

.second-sub-head {
  color: #0e89d5;
  font-size: 24px;
  margin-bottom: 10px;
  line-height: 1.4;
  font-weight: 500; }

/*form elements*/
.form-group {
  margin-bottom: 20px; }
  .form-group .form-control {
    border-radius: 0;
    height: 45px; }

.btn {
  border-radius: 0;
  padding: 11px 18px;
  background: #052848;
  transition: all .4s;
  color: #fff; }
  .btn:hover, .btn:active, .btn:focus {
    color: #fff;
    background: #0e89d5;
    padding: 11px 18px;
    transition: all .4s; }

/* ==========================================================================
Print styles.
Inlined to avoid the additional HTTP request:
http://www.phpied.com/delay-loading-your-print-css/
========================================================================== */
@media print {
  *,
  *:before,
  *:after,
  *:first-letter,
  *:first-line {
    background: transparent !important;
    color: #000 !important;
                             /* Black prints faster:
http://www.sanbeiji.com/archives/953 */
    box-shadow: none !important;
    text-shadow: none !important; }

  a,
  a:visited {
    text-decoration: underline; }

  a[href]:after {
    content: " (" attr(href) ")"; }

  abbr[title]:after {
    content: " (" attr(title) ")"; }

  /*
  * Don't show links that are fragment identifiers,
  * or use the `javascript:` pseudo protocol
  */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  /*
  * Printing Tables:
  * http://css-discuss.incutio.com/wiki/Printing_Tables
  */
  thead {
    display: table-header-group; }

  tr,
  img {
    page-break-inside: avoid; }

  img {
    max-width: 100% !important; }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }

  h2,
  h3 {
    page-break-after: avoid; } }
.page-top-section {
  position: relative;
  padding: 30px 0;
  background-color: #f5f5f5; }
  .page-top-section .page_title {
    color: #515151;
    margin: 0;
    font-size: 36px;
    padding: 0;
    line-height: 1.2em;
    font-weight: 500;
    text-transform: uppercase; }
  .page-top-section .breadcrumbs {
    color: #333;
    padding: 0;
    font-size: 1.286em;
    font-weight: 500;
    line-height: 1.5em; }
    .page-top-section .breadcrumbs ul > li > a {
      color: #7e7e7e; }
      .page-top-section .breadcrumbs ul > li > a:hover {
        color: #0e89d5; }
    .page-top-section .breadcrumbs li .active {
      color: #222; }
    .page-top-section .breadcrumbs li + li::before {
      padding: 0 5px;
      color: #ccc;
      content: "/\00a0"; }

a.meanmenu-reveal {
  display: none; }

.mean-container .mean-bar {
  background: #fff;
  float: left;
  min-height: 42px;
  padding: 5px 0;
  position: relative;
  width: 100%;
  z-index: 999999; }

.mean-container a.meanmenu-reveal {
  width: 22px;
  height: 22px;
  padding: 13px 13px 11px;
  top: 0;
  right: 0;
  cursor: pointer;
  color: #000;
  text-decoration: none;
  font-size: 16px;
  text-indent: -9999em;
  line-height: 22px;
  font-size: 1px;
  display: block;
  font-family: Arial,Helvetica,sans-serif;
  font-weight: 700;
  float: right; }

.mean-container a.meanmenu-reveal span {
  display: block;
  background: #000;
  height: 3px;
  margin-top: 3px; }

.mean-container .mean-nav {
  float: left;
  width: 100%;
  background: #0c1923; }

.mean-container .mean-nav ul {
  padding: 0;
  margin: 0;
  width: 100%;
  list-style-type: none; }

.mean-container .mean-nav ul li {
  background: #f8f8f8 none repeat scroll 0 0;
  float: left;
  position: relative;
  width: 100%;
  border-top: 1px solid #ddd; }

.mean-container .mean-nav ul li a {
  background: #f8f8f8 none repeat scroll 0 0;
  color: #333333;
  display: block;
  float: left;
  font-size: 12px;
  margin: 0;
  padding: 1em 5%;
  text-align: left;
  text-decoration: none;
  text-transform: uppercase;
  width: 90%;
  font-weight: bold; }

.mobile-menu-area {
  background: #262626; }

.mean-container .mean-nav ul li li a {
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  opacity: 0.75;
  padding: 1em 10%;
  text-shadow: none !important;
  visibility: visible;
  width: 80%;
  font-weight: normal;
  text-transform: capitalize;
  color: #444; }

.mean-container .mean-nav ul li.mean-last a {
  border-bottom: 0;
  margin-bottom: 0; }

.mean-container .mean-nav ul li li li a {
  width: 70%;
  padding: 1em 15%; }

.mean-container .mean-nav ul li li li li a {
  width: 60%;
  padding: 1em 20%; }

.mean-container .mean-nav ul li li li li li a {
  width: 50%;
  padding: 1em 25%; }

.mean-container .mean-nav ul li a:hover {
  background: #f8f8f8 none repeat scroll 0 0; }

.mean-container .mean-nav ul li a.mean-expand {
  width: 26px;
  height: 15px;
  margin-top: 1px;
  padding: 12px !important;
  text-align: center;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  font-weight: 700;
  background: rgba(255, 255, 255, 0.1);
  border: 0 !important;
  background: #F8F8F8; }

.mean-container .mean-nav ul li a.mean-expand:hover {
  background: #f8f8f8; }

.mean-container .mean-push {
  float: left;
  width: 100%;
  padding: 0;
  margin: 0;
  clear: both; }

.mean-nav .wrapper {
  width: 100%;
  padding: 0;
  margin: 0; }

.mean-container .mean-bar, .mean-container .mean-bar * {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

.navbar-nav > li > .dropdown-menu {
  margin-top: 0px;
  top: 69px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px; }

.navbar-default .navbar-nav > li > a {
  width: auto; }

.mega-dropdown {
  position: static !important;
  /* width: 100%;*/ }

.mega-dropdown-menu {
  padding: 20px 0px;
  width: 100%;
  box-shadow: none;
  -webkit-box-shadow: none;
  /*&:before {
    content: "";
    border-bottom: 15px solid #fff;
    border-right: 17px solid transparent;
    border-left: 17px solid transparent;
    position: absolute;
    top: -15px;
    left: 50px;
    z-index: 10;
  }
  &:after {
    content: "";
    border-bottom: 17px solid #ccc;
    border-right: 19px solid transparent;
    border-left: 19px solid transparent;
    position: absolute;
    top: -17px;
    left: 50px;
    z-index: 8;
  }*/ }
  .mega-dropdown-menu > li > ul {
    padding: 0;
    margin: 0; }
    .mega-dropdown-menu > li > ul > li {
      list-style: none; }
      .mega-dropdown-menu > li > ul > li > a {
        display: block;
        padding: 3px 20px;
        clear: both;
        font-weight: normal;
        line-height: 1.428571429;
        color: #999;
        white-space: normal; }
  .mega-dropdown-menu > li ul > li > a:hover, .mega-dropdown-menu > li ul > li > a:focus {
    text-decoration: none;
    color: #444;
    background-color: #f5f5f5; }
  .mega-dropdown-menu .dropdown-header {
    color: #428bca;
    font-size: 18px;
    font-weight: bold; }
  .mega-dropdown-menu form {
    margin: 3px 20px; }
  .mega-dropdown-menu .form-group {
    margin-bottom: 3px; }

.nav-active a {
  color: #0e89d5 !important; }

/*menu tab section*/
div.bhoechie-tab-menu {
  padding-right: 0;
  padding-left: 0;
  padding-bottom: 0; }
  div.bhoechie-tab-menu h4 {
    margin-bottom: 0; }
  div.bhoechie-tab-menu div.list-group {
    margin-bottom: 0; }
    div.bhoechie-tab-menu div.list-group > a {
      margin-bottom: 0; }
      div.bhoechie-tab-menu div.list-group > a h4 {
        font-size: 13px; }
      div.bhoechie-tab-menu div.list-group > a:first-child {
        border-top-right-radius: 0;
        -moz-border-top-right-radius: 0; }
      div.bhoechie-tab-menu div.list-group > a:last-child {
        border-bottom-right-radius: 0;
        -moz-border-bottom-right-radius: 0; }
      div.bhoechie-tab-menu div.list-group > a.active {
        background-color: #052848; }
        div.bhoechie-tab-menu div.list-group > a.active h4 {
          color: #fff; }
        div.bhoechie-tab-menu div.list-group > a.active:after {
          content: '';
          position: absolute;
          left: 100%;
          top: 50%;
          margin-top: -13px;
          border-left: 0;
          border-bottom: 13px solid transparent;
          border-top: 13px solid transparent;
          border-left: 10px solid #052848; }
div.bhoechie-tab-content {
  background-color: #ffffff;
  /* border: 1px solid #eeeeee; */
  /*   padding-left: 20px;
     padding-top: 10px;*/ }
  div.bhoechie-tab-content .pad-col-row {
    padding: 0 5px; }
    div.bhoechie-tab-content .pad-col-row .panel-heading {
      font-weight: bold;
      padding: 7px 10px;
      text-align: left;
      font-size: 12px; }
    div.bhoechie-tab-content .pad-col-row .panel-body {
      padding: 7px 8px;
      min-height: 138px; }
      div.bhoechie-tab-content .pad-col-row .panel-body .pro-sub-links {
        /*margin-top: -24px;*/ }
        div.bhoechie-tab-content .pad-col-row .panel-body .pro-sub-links li {
          font-size: 12px;
          color: #000;
          font-weight: 600; }
          div.bhoechie-tab-content .pad-col-row .panel-body .pro-sub-links li a i {
            padding-right: 5px; }
      div.bhoechie-tab-content .pad-col-row .panel-body .box-bg {
        background-size: cover !important;
        background-position: top right !important;
        background-repeat: no-repeat !important; }
        div.bhoechie-tab-content .pad-col-row .panel-body .box-bg:before {
          content: url(/images/arrow.png);
          filter: alpha(opacity=50);
          filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0.5);
          opacity: .50; }
      div.bhoechie-tab-content .pad-col-row .panel-body .box-bg-img {
        margin: auto; }
div.bhoechie-tab div.bhoechie-tab-content:not(.active) {
  display: none; }

.main-menu {
  padding: 20px 0 0; }
  .main-menu .navbar-default {
    background: none;
    border: none; }
    .main-menu .navbar-default .navbar-nav > li > a {
      color: #222222;
      font-size: 16px;
      font-weight: 500;
      text-transform: capitalize;
      font-family: 'Montserrat', sans-serif;
      background-color: #fff; }
      .main-menu .navbar-default .navbar-nav > li > a:hover {
        color: #0e89d5; }
    .main-menu .navbar-default .navbar-nav > li > .dropdown-menu {
      margin-top: 19;
      border-radius: 0; }
    .main-menu .navbar-default .dropdown-menu {
      padding: 0; }
      .main-menu .navbar-default .dropdown-menu > li > a {
        display: block;
        padding: 10px 20px; }
        .main-menu .navbar-default .dropdown-menu > li > a:hover {
          background-color: #052848;
          color: #fff; }
    .main-menu .navbar-default .mega-dropdown-menu {
      padding: 15px 0; }

.button-rw-link {
  padding: 4px 11px;
  /*margin: -9px -10px 1px;*/
  background: #052848;
  color: #fff;
  border: 1px #eceaea solid;
  text-align: left;
  margin-right: -11px;
  margin-bottom: 4px; }
  .button-rw-link a {
    font-size: 14px;
    text-decoration: none;
    text-align: left; }

.button-rw-link span.cat-title-names {
  font-size: 12px; }

.more-product-link {
  color: #333;
  padding: 4px 11px;
  background-color: #f5f5f5;
  border-color: #ddd;
  margin-right: -11px;
  margin-bottom: 4px; }
  .more-product-link a {
    font-size: 14px;
    text-decoration: none;
    text-align: left; }

/*pages*/
/*home page intro sec*/
/*.parallax-intro {
min-height: 400px;
background: transparent;
}*/
/*company intro*/
.company-intro-wrapper {
  background: #f4f4f4; }
  .company-intro-wrapper .last-element {
    margin: 0; }

/*.compny-intro{
padding-bottom: 35px;
}*/
/*services*/
.home-products {
  padding: 40px 0 0px; }
  .home-products .single-service {
    text-align: left;
    border: 1px solid #dddddd;
    padding: 20px 20px;
    overflow: hidden;
    background: #f4f4f4;
    margin-bottom: 60px;
    min-height: 228px; }

.p-last-row .single-service {
  margin-bottom: 0px; }

.home-products .single-service .service-media {
  width: 100px;
  position: absolute;
  margin: auto;
  top: -50px;
  left: 0;
  right: 0;
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transition: 1s ease-in-out;
  transition: 1s ease-in-out; }
  .home-products .single-service .service-media a {
    display: inline-block;
    position: relative; }
.home-products .single-service .service-content {
  margin-top: 25px;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 1s ease-in-out;
  transition: 1s ease-in-out; }
  .home-products .single-service .service-content h3 {
    font-size: 20px;
    margin-bottom: 12px;
    text-align: center; }
    .home-products .single-service .service-content h3 a {
      color: #222222;
      -webkit-transition: all 1s ease-in-out;
      -moz-transition: all 1s ease-in-out;
      -ms-transition: all 1s ease-in-out;
      -o-transition: all 1s ease-in-out;
      transition: all 1s ease-in-out; }
  .home-products .single-service .service-content p {
    margin-bottom: 0; }
.home-products .single-service:hover h3 a {
  color: #0e89d5; }
.home-products .single-service:hover .service-media, .home-products .single-service:hover .service-content {
  -webkit-transform: scale(1);
  transform: scale(1); }

/*News arrivals section*/
.new-arival-wrapper {
  background-color: #052848; }
  .new-arival-wrapper .na-product-item-inner {
    background-color: #566174;
    /*overflow: hidden;*/
    border: 1px solid transparent;
    position: relative;
    margin-bottom: 30px; }
    .new-arival-wrapper .na-product-item-inner:hover {
      border-color: #0e89d5; }
    .new-arival-wrapper .na-product-item-inner:hover .na-image img {
      transition: .3s all;
      -webkit-transition: .3s all;
      transform: scale(0.8);
      -webkit-transform: scale(0.8); }
    .new-arival-wrapper .na-product-item-inner .na-image {
      position: relative;
      line-height: 0;
      padding-top: 50px; }
      .new-arival-wrapper .na-product-item-inner .na-image a {
        display: block; }
        .new-arival-wrapper .na-product-item-inner .na-image a img {
          width: 100%;
          height: auto;
          transition: .3s all;
          -webkit-transition: .3s all; }
    .new-arival-wrapper .na-product-item-inner .na-content {
      margin-top: 41px;
      text-align: center; }
      .new-arival-wrapper .na-product-item-inner .na-content .na-content-bike {
        position: relative; }
        .new-arival-wrapper .na-product-item-inner .na-content .na-content-bike .before-cus {
          left: 47%;
          transform: translatex(47%);
          border-left: 6px solid transparent;
          border-right: 6px solid transparent;
          border-bottom: 6px solid #566174 !important;
          top: -16px;
          position: absolute;
          z-index: 5; }
        .new-arival-wrapper .na-product-item-inner .na-content .na-content-bike::before {
          left: 47%;
          transform: translatex(47%);
          border-left: 6px solid transparent;
          border-right: 6px solid transparent;
          border-bottom: 6px solid #6e7686;
          top: -18px;
          content: "";
          position: absolute; }
        .new-arival-wrapper .na-product-item-inner .na-content .na-content-bike::after {
          width: 100%;
          height: 1px;
          background-color: #6e7686;
          top: -13px;
          left: 0;
          content: "";
          position: absolute; }
      .new-arival-wrapper .na-product-item-inner .na-content .na-footer-content .na-title {
        margin-bottom: 14px;
        font-size: 14px;
        color: #fff;
        font-weight: 700; }
  .new-arival-wrapper .na-last-row .na-product-item-inner {
    margin-bottom: 0px; }
  .new-arival-wrapper .na-cont-wrapper {
    padding: 50px 14px 23px; }
    .new-arival-wrapper .na-cont-wrapper .cont-section h2 {
      font-size: 36px;
      color: #fff;
      text-transform: uppercase;
      margin-bottom: 29px;
      text-align: center; }
      .new-arival-wrapper .na-cont-wrapper .cont-section h2 span {
        color: #0e89d5; }
    .new-arival-wrapper .na-cont-wrapper .cont-section p {
      font-size: 14px;
      color: #fff;
      text-align: center; }

/*home page news sec*/
.latest-news-wrapper {
  background: #fff; }
  .latest-news-wrapper .news-box {
    display: block; }
    .latest-news-wrapper .news-box .news-item {
      border: 1px solid #dddddd;
      position: relative;
      min-width: 250px;
      margin: 0 auto; 
      min-height:375px;
    }
      .latest-news-wrapper .news-box .news-item .ln-thumb {
        display: block;
        -webkit-transition: all .4s ease 0s;
        -moz-transition: all .4s ease 0s;
        -ms-transition: all .4s ease 0s;
        -o-transition: all .4s ease 0s;
        position: relative;
        margin-bottom: 6px;
        line-height: 0;
        overflow: hidden;
        margin-bottom: 0; }
        .latest-news-wrapper .news-box .news-item .ln-thumb img {
          height: auto;
          display: block;
          width: 100%;
          -webkit-transition: all .4s ease 0s;
          -moz-transition: all .4s ease 0s;
          -ms-transition: all .4s ease 0s;
          -o-transition: all .4s ease 0s;
          transform-style: preserve-3d;
          -webkit-transform-style: preserve-3d; }
      .latest-news-wrapper .news-box .news-item .ln-content {
        background: #f4f4f4;
        margin: 0;
        border: none;
        border-top-color: currentcolor;
        border-right-color: currentcolor;
        border-bottom-color: currentcolor;
        border-left-color: currentcolor;
        padding: 3px 20px 26px; 
        min-height:180px;  
      }
        .latest-news-wrapper .news-box .news-item .ln-content .ln-title {
          -webkit-transition: all .4s ease 0s;
          -moz-transition: all .4s ease 0s;
          -ms-transition: all .4s ease 0s;
          -o-transition: all .4s ease 0s;
          font-size: 18px;
          font-weight: 500;
          line-height: 18px;
          text-transform: capitalize;
          color: #111111;
          margin: 12px 0 10px;
          margin-bottom: 10px; }
          .latest-news-wrapper .news-box .news-item .ln-content .ln-title:hover {
            color: #0e89d5; }

/*our partners*/
.partner-wrapper {
  background: #f4f4f4; }
  .partner-wrapper .pl_item {
    text-align: center; }
    .partner-wrapper .pl_item img {
      width: 72%;
      margin: auto; }

/*contact-us*/
.parallax-contact {
  min-height: 400px;
  background: transparent;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }

.home-contact-us-wrapper {
  padding: 50px 0px 90px;
  position: relative; }
  .home-contact-us-wrapper .overlay-background {
    background: rgba(44, 57, 81, 0.7);
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0; }
  .home-contact-us-wrapper .form-group {
    margin-bottom: 20px; }
    .home-contact-us-wrapper .form-group .form-control {
      border-radius: 0;
      height: 45px; }
    .home-contact-us-wrapper .form-group .textarea-box {
      height: 106px; }
  .home-contact-us-wrapper .button-row {
    position: relative;
    top: -5px; }

/*footer*/
.footer-wrapper .footer-top {
  padding-top: 22px;
  padding-right: 0;
  padding-bottom: 22px;
  padding-left: 0;
  background-color: #fff; }
  .footer-wrapper .footer-top .sub-text-box h4 {
    color: #666666;
    font-size: 18px;
    padding: 9px;
    margin: 0; }
.footer-wrapper .footer-center {
  padding-top: 40px;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  background-color: #052848;
  /* height: 280px;*/ }
  .footer-wrapper .footer-center .foo-top-wrapper {
    height: 200px; }
  .footer-wrapper .footer-center .f-top-box {
    padding: 15px;
    text-align: left;
    background-color: #fff;
    position: relative;
    top: -176px;
    box-shadow: 0 2px 3px #111111;
    border-top: 1px solid #052848; }
    .footer-wrapper .footer-center .f-top-box .content-top {
      border-bottom: 1px solid #ebebeb;
      padding-bottom: 10px;
      margin-bottom: 28px; }
      .footer-wrapper .footer-center .f-top-box .content-top .david-logo {
        margin-bottom: 10px;
        display: block;
        float: left;
        width: 156px; }
      .footer-wrapper .footer-center .f-top-box .content-top .dpmc-log {
        margin-bottom: 10px;
        display: block;
        float: left;
        width: 75px; }
    .footer-wrapper .footer-center .f-top-box .logo-footer {
      text-align: center;
      font-size: 24px;
      color: #111111;
      text-transform: uppercase;
      font-weight: 100;
      margin-bottom: 22px; }
      .footer-wrapper .footer-center .f-top-box .logo-footer span {
        color: #da2c2d; }
    .footer-wrapper .footer-center .f-top-box .decription-ft {
      color: #666;
      font-size: 14px; }
    .footer-wrapper .footer-center .f-top-box .content-bottom .title-top {
      color: #da2c2d;
      margin-bottom: 13px;
      text-transform: uppercase;
      font-size: 14px;
      font-weight: 700; }
    .footer-wrapper .footer-center .f-top-box .content-bottom .social-links {
      text-align: center; }
      .footer-wrapper .footer-center .f-top-box .content-bottom .social-links a {
        display: inline-block;
        width: 35px;
        height: 35px;
        padding: 0 5px; }
      .footer-wrapper .footer-center .f-top-box .content-bottom .social-links i {
        font-size: 32px; }
      .footer-wrapper .footer-center .f-top-box .content-bottom .social-links .fac {
        color: #3A559F; }
      .footer-wrapper .footer-center .f-top-box .content-bottom .social-links .twi {
        color: #00BBF4; }
      .footer-wrapper .footer-center .f-top-box .content-bottom .social-links .goo {
        color: #D64136; }
      .footer-wrapper .footer-center .f-top-box .content-bottom .social-links .lin {
        color: #0077B7; }
      .footer-wrapper .footer-center .f-top-box .content-bottom .social-links .andro {
        color: #A4C639; }
      .footer-wrapper .footer-center .f-top-box .content-bottom .social-links .apple {
        color: #a8b1b8; }
  .footer-wrapper .footer-center .fo-menu-col .fo-title {
    font-size: 14px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 5px;
    line-height: 19px;
    padding-bottom: 10px;
    text-transform: uppercase;
    -webkit-transition: opacity 0.24s ease-in-out;
    -moz-transition: opacity 0.24s ease-in-out;
    transition: opacity 0.24s ease-in-out; }
  .footer-wrapper .footer-center .fo-menu-col .foo-menu ul {
    list-style-type: none; }
    .footer-wrapper .footer-center .fo-menu-col .foo-menu ul li {
      margin-bottom: 6px; }
      .footer-wrapper .footer-center .fo-menu-col .foo-menu ul li a {
        color: #fff;
        font-size: 14px; }
        .footer-wrapper .footer-center .fo-menu-col .foo-menu ul li a i {
          font-size: 10px;
          margin-right: 9px; }
        .footer-wrapper .footer-center .fo-menu-col .foo-menu ul li a:hover {
          color: #0e89d5; }
  .footer-wrapper .footer-center .fo-menu-col .foo-menu .address li {
    list-style: none; }
    .footer-wrapper .footer-center .fo-menu-col .foo-menu .address li p {
      color: #fff;
      padding-left: 20px;
      margin: 0 0 12px; }
      .footer-wrapper .footer-center .fo-menu-col .foo-menu .address li p a {
        color: #fff; }
        .footer-wrapper .footer-center .fo-menu-col .foo-menu .address li p a:hover {
          color: #0e89d5;
          text-decoration: none; }
  .footer-wrapper .footer-center .fo-menu-col .foo-menu .address li span {
    padding-top: 3px;
    float: left; }
  .footer-wrapper .footer-center .fo-menu-col .foo-menu .address li span {
    color: #eee;
    display: inline-block; }
.footer-wrapper .footer-bottom {
  padding: 20px 0;
  background-color: #04203a; }
  .footer-wrapper .footer-bottom .copyright p {
    color: #fff;
    font-size: 14px;
    margin-bottom: 0px; }
  .footer-wrapper .footer-bottom .design-by p {
    text-align: right;
    color: #fff;
    font-size: 14px;
    margin-bottom: 0px; }

.parlex-contact-banner {
  min-height: 400px;
  background: transparent; }

.contact-us .contact-form-sec {
  padding: 40px 0; }

.contact-form {
  padding-top: 10px; }
  .contact-form .form-group {
    /*button {
        background: #ED1C24;
        border: medium none;
        border-radius: 3px;
        color: #ffffff;
        font-size: 14px;
        font-weight: 600;
        padding: 12px 30px;
        text-transform: uppercase;
        transition: all 0.3s ease-in-out 0s;
        &:hover {
            background: #ED1C24;
        }
    }*/ }
    .contact-form .form-group .form-control {
      border: 1px solid #dddddd;
      border-radius: 0;
      box-shadow: none; }
    .contact-form .form-group input {
      height: 42px; }
    .contact-form .form-group .btn {
      color: #fff; }
    .contact-form .form-group.button-group {
      margin-bottom: 0; }
    .contact-form .form-group textarea {
      height: 120px; }

.contact-info {
  margin-bottom: 20px; }

.contact-address h4 {
  font-size: 18px;
  font-weight: 500; }
.contact-address ul li {
  color: #222222;
  display: table; }
  .contact-address ul li i {
    display: table-cell;
    color: #0e89d5;
    padding-right: 12px; }

.button-row-contact-map {
  margin-top: 15px; }

.contact-form-with-text .top-text {
  padding-top: 40px; }

.careers-page {
  /*bat list top*/ }
  .careers-page .careers-list-wrapper {
    padding: 0 0 40px; }
  .careers-page .careers-box {
    background-color: #fff;
    text-align: left;
    padding: 45px 13.2%;
    border-radius: 4px;
    border: 1px solid #ddd;
    margin-bottom: 30px; }
    .careers-page .careers-box .jobCard-brief {
      min-height: 355px; }
      .careers-page .careers-box .jobCard-brief p a {
        text-decoration: none;
        color: #515151; }
        .careers-page .careers-box .jobCard-brief p a:hover {
          color: #0e89d5; }
      .careers-page .careers-box .jobCard-brief ul li {
        list-style: none; }
        .careers-page .careers-box .jobCard-brief ul li a {
          color: #515151; }
          .careers-page .careers-box .jobCard-brief ul li a:hover {
            color: #0e89d5; }
    .careers-page .careers-box:hover {
      border-color: #052848;
      -webkit-box-shadow: 0 0 15px 3px rgba(0, 0, 0, 0.1);
      box-shadow: 0 0 15px 3px rgba(0, 0, 0, 0.1); }
    .careers-page .careers-box .job-headding {
      margin-bottom: 10px; }
      .careers-page .careers-box .job-headding h3 {
        margin: 0 0 5px; }
        .careers-page .careers-box .job-headding h3 a {
          color: #515151; }
          .careers-page .careers-box .job-headding h3 a:hover {
            color: #0e89d5; }
      .careers-page .careers-box .job-headding .locat {
        display: block;
        color: #000;
        margin-bottom: 18px;
        text-transform: uppercase;
        font-size: 12px;
        line-height: 1.2; }
    .careers-page .careers-box p.jobCard-desc {
      color: #515151;
      text-align: left;
      font-size: 14px;
      overflow: hidden; }
    .careers-page .careers-box .job-btn {
      border: #ED1C24 1px solid; }
      .careers-page .careers-box .job-btn:hover {
        background: #ED1C24;
        color: #fff; }
    .careers-page .careers-box .btn-primary {
      padding: 12px;
      border: 1px #0e89d5 solid;
      background: #fff;
      color: #0e89d5;
      margin-top: 20px; }
      .careers-page .careers-box .btn-primary:hover {
        background: #0e89d5;
        color: #fff; }
  .careers-page .tab-list-btn {
    text-align: center;
    margin-bottom: 60px;
    border-top: #EBEFF2 1px solid;
    border-bottom: #EBEFF2 1px solid; }
    .careers-page .tab-list-btn h4 {
      display: inline-block;
      margin-bottom: 0; }
    .careers-page .tab-list-btn a h4:hover {
      color: #0e89d5; }
  @media only screen and (max-width: 480px) {
    .careers-page .tab-list-btn {
      margin-bottom: 40px; } }
  .careers-page .tab-list-btn:after {
    display: none; }
  .careers-page .tab-list-btn a {
    background: transparent;
    color: #515151;
    font-size: 16px;
    padding: 10px 17px;
    margin: 0;
    display: inline-block;
    /*border: 1px solid $main-color;*/
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out; }
  .careers-page .tab-list-btn a:hover {
    border-bottom: 2px solid #0e89d5;
    color: #0e89d5;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out; }
  @media only screen and (max-width: 479px) {
    .careers-page .tab-list-btn a {
      padding: 7px 18px; } }
  @media only screen and (max-width: 767px) {
    .careers-page .tab-list-btn a {
      margin-bottom: 3px !important; } }
  .careers-page .tab-list-btn .current {
    border-bottom: 2px solid #0e89d5; }
    .careers-page .tab-list-btn .current h4 {
      color: #0e89d5; }
  .careers-page .project-content-holder {
    padding: 12px 0; }
    .careers-page .project-content-holder p {
      margin-bottom: 0px; }

.locat a {
  color: #515151; }
  .locat a:hover {
    color: #0e89d5; }

/*vacancy-info*/
.vacancy-info .job-info-text {
  padding-right: 40px; }
.vacancy-info .job-headding {
  margin-bottom: 20px; }
  .vacancy-info .job-headding h2 {
    font-size: 30px;
    margin: 0 0 5px; }
    .vacancy-info .job-headding h2 a {
      color: #515151; }
      .vacancy-info .job-headding h2 a:hover {
        color: #ED1C24; }
  .vacancy-info .job-headding .locat {
    display: block;
    color: #000;
    margin-bottom: 18px;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 1.2; }
.vacancy-info p {
  color: #515151;
  text-align: justify;
  font-size: 14px;
  overflow: hidden; }
.vacancy-info h5 {
  font-weight: 600; }
.vacancy-info ul {
  margin-bottom: 15px;
  list-style: disc; }
  .vacancy-info ul li {
    margin-left: 26px; }
.vacancy-info img {
  max-width: 100%;
  margin: auto; }

.submit-appli-wrapper {
  background: #F7F7F7;
  padding: 15px 15px 40px;
  border: #EAEAEA solid 1px; }
  .submit-appli-wrapper h4 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px; }
  .submit-appli-wrapper .form-group input[type="file"] {
    display: block;
    background: #fff;
    padding: 8px;
    width: 100%; }
  .submit-appli-wrapper .form-group label {
    font-weight: 600; }
  .submit-appli-wrapper .form-group input[type="color"], .submit-appli-wrapper .form-group input[type="date"], .submit-appli-wrapper .form-group input[type="datetime"], .submit-appli-wrapper .form-group input[type="datetime-local"], .submit-appli-wrapper .form-group input[type="email"], .submit-appli-wrapper .form-group input[type="month"], .submit-appli-wrapper .form-group input[type="number"], .submit-appli-wrapper .form-group input[type="password"], .submit-appli-wrapper .form-group input[type="search"], .submit-appli-wrapper .form-group input[type="tel"], .submit-appli-wrapper .form-group input[type="text"], .submit-appli-wrapper .form-group input[type="time"], .submit-appli-wrapper .form-group input[type="url"], .submit-appli-wrapper .form-group input[type="week"] {
    height: 40px;
    padding: 4px 10px; }
  .submit-appli-wrapper .form-group textarea {
    height: 100px; }

.v-close-date {
  margin-top: 40px; }
  .v-close-date p {
    color: #999;
    font-weight: 600;
    font-size: 12px;
    margin-bottom: 2px; }
  .v-close-date hr {
    margin: 8px 0; }

#rel-jobs .owl-nav {
  position: absolute;
  top: -60px;
  right: 0;
  width: 80px; }
  #rel-jobs .owl-nav .owl-prev, #rel-jobs .owl-nav .owl-next {
    width: 30px;
    float: left;
    background: #ED1C24;
    color: #fff;
    border: 1px #ED1C24 solid;
    padding: 2px 11px;
    margin-left: 3px;
    text-align: center; }
    #rel-jobs .owl-nav .owl-prev:hover, #rel-jobs .owl-nav .owl-next:hover {
      color: #ED1C24;
      background: #fff; }
#rel-jobs .btn {
  padding: 11px 12px;
  border: none; }

.wprt-lines.custom-3 {
  height: 3px; }
  .wprt-lines.custom-3 .line-1 {
    height: 3px;
    width: 60px;
    background-color: #0e89d5;
    margin-left: 0;
    margin-top: -1.5px; }
  .wprt-lines.custom-3 .line-2 {
    height: 1px;
    width: 100%;
    background-color: #f8f8f8;
    margin-left: 0;
    margin-top: -0.5px; }

/*home page*/
.onload-modal-box .modal-dialog {
  margin: 120px auto; }
.onload-modal-box .modal-content {
  border-radius: 0; }
  .onload-modal-box .modal-content .modal-header .close {
    margin-top: -10px;
    font-size: 36px; }
  .onload-modal-box .modal-content .discrp {
    margin-top: 10px; }

/*about-awards*/
.certificat-wrapper .single-case {
  margin-bottom: 40px; }
  .certificat-wrapper .single-case .case-image {
    position: relative;
    overflow: hidden; }
    .certificat-wrapper .single-case .case-image img {
      -webkit-transform: scale(1);
      transform: scale(1);
      -webkit-transition: all 1s ease-in-out;
      -moz-transition: all 1s ease-in-out;
      -ms-transition: all 1s ease-in-out;
      -o-transition: all 1s ease-in-out;
      transition: all 1s ease-in-out; }
  .certificat-wrapper .single-case .case-content {
    margin-top: 10px; }
    .certificat-wrapper .single-case .case-content h3 {
      font-size: 20px;
      margin-bottom: 5px; }
      .certificat-wrapper .single-case .case-content h3 a {
        color: #222222;
        -webkit-transition: all 0.45s ease-in-out;
        -moz-transition: all 0.45s ease-in-out;
        -ms-transition: all 0.45s ease-in-out;
        -o-transition: all 0.45s ease-in-out;
        transition: all 0.45s ease-in-out; }
    .certificat-wrapper .single-case .case-content p {
      margin-bottom: 0; }
  .certificat-wrapper .single-case:hover .case-image img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2); }
  .certificat-wrapper .single-case:hover .case-content h3 a {
    color: #0e89d5; }

/*-----------*/
.certificat-wrapper .body-content > .pull-left {
  padding-right: 30px; }
.certificat-wrapper .body-content .content .font-weight {
  font-weight: 600;
  color: #222222; }
.certificat-wrapper .body-content .seo-result {
  margin-top: 40px; }
  .certificat-wrapper .body-content .seo-result h3 {
    font-size: 24px;
    padding-left: 15px; }
  .certificat-wrapper .body-content .seo-result .result-content h4 {
    font-size: 18px; }

.related-case {
  margin-top: 60px; }
  .related-case > h3 {
    font-size: 24px;
    margin-bottom: 30px;
    position: relative;
    padding-bottom: 12px; }
    .related-case > h3::after {
      background: #0e89d5;
      content: "";
      position: absolute;
      left: 0;
      bottom: 0;
      height: 4px;
      width: 50px; }
  .related-case .single-related-item .related-content {
    margin-top: 20px; }
    .related-case .single-related-item .related-content h3 {
      font-size: 20px;
      margin-bottom: 12px; }
      .related-case .single-related-item .related-content h3 a {
        color: #222222;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; }
        .related-case .single-related-item .related-content h3 a:hover {
          color: #0e89d5; }
  .related-case .owl-controls .owl-nav > div {
    color: #222222;
    top: -20%;
    background: #eeeeee;
    line-height: 32px;
    height: 30px;
    width: 30px; }
    .related-case .owl-controls .owl-nav > div i {
      font-size: 20px; }
    .related-case .owl-controls .owl-nav > div:hover {
      background: #0e89d5;
      color: #ffffff; }
  .related-case .owl-controls .owl-nav .owl-prev {
    left: 92%; }
  .related-case .owl-controls .owl-nav .owl-next {
    right: 0px; }

/*about csr*/
.env-policy-wrapper .en-pri-main li {
  margin-bottom: 15px; }
.env-policy-wrapper .en-pri-sub {
  list-style-type: square;
  margin-left: 15px; }
  .env-policy-wrapper .en-pri-sub li {
    margin-bottom: 5px; }

/*commen image view*/
.image-box-com {
  margin-bottom: 30px; }
  .image-box-com .case-image {
    position: relative;
    overflow: hidden; }
    .image-box-com .case-image img {
      -webkit-transform: scale(1);
      transform: scale(1);
      -webkit-transition: all 1s ease-in-out;
      -moz-transition: all 1s ease-in-out;
      -ms-transition: all 1s ease-in-out;
      -o-transition: all 1s ease-in-out;
      transition: all 1s ease-in-out; }
  .image-box-com:hover .case-image img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2); }
  .image-box-com:hover .case-content h3 a {
    color: #0e89d5; }

/*about our leadership*/
.our-team .single-team-item {
  text-align: center;
  margin-bottom: 30px; }
  .our-team .single-team-item .team-image {
    margin-bottom: 20px; }
    .our-team .single-team-item .team-image img {
      display: inline-block;
      border-radius: 50%;
      width: 50%; }
  .our-team .single-team-item .team-content h3 {
    font-size: 20px;
    margin-bottom: 0px; }
    .our-team .single-team-item .team-content h3 a {
      color: #222222;
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
      .our-team .single-team-item .team-content h3 a:hover {
        color: #0e89d5; }
  .our-team .single-team-item .team-content .designation {
    font-size: 14px;
    color: #0e89d5;
    display: block;
    margin-bottom: 15px; }

/*about milestones timeline*/
.timeline {
  list-style: none;
  padding: 20px 0 20px;
  position: relative; }
  .timeline:before {
    top: 0;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 3px;
    background-color: #eeeeee;
    left: 50%;
    margin-left: -1.5px; }
  .timeline > li {
    margin-bottom: 20px;
    position: relative;
    width: 50%;
    float: left;
    clear: left; }
    .timeline > li:before {
      content: " ";
      display: table; }
    .timeline > li:after {
      content: " ";
      display: table;
      clear: both; }
    .timeline > li:before {
      content: " ";
      display: table; }
    .timeline > li:after {
      content: " ";
      display: table;
      clear: both; }
    .timeline > li > .timeline-panel {
      width: 95%;
      float: left;
      border: 1px solid #d4d4d4;
      /*border-radius: 2px;*/
      /*padding: 20px;*/
      position: relative;
      -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
      box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
      -webkit-transition: all 0.2s ease-in-out;
      -moz-transition: all 0.2s ease-in-out;
      -ms-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }
      .timeline > li > .timeline-panel:before {
        position: absolute;
        top: 26px;
        right: -15px;
        display: inline-block;
        border-top: 15px solid transparent;
        border-left: 15px solid #ccc;
        border-right: 0 solid #ccc;
        border-bottom: 15px solid transparent;
        content: " "; }
      .timeline > li > .timeline-panel:after {
        position: absolute;
        top: 27px;
        right: -14px;
        display: inline-block;
        border-top: 14px solid transparent;
        border-left: 14px solid #fff;
        border-right: 0 solid #fff;
        border-bottom: 14px solid transparent;
        content: " "; }
      .timeline > li > .timeline-panel:hover {
        border-color: #0e89d5;
        margin-left: 4px;
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -ms-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out; }
        .timeline > li > .timeline-panel:hover::before {
          border-left-color: #0e89d5;
          border-right-color: #0e89d5; }
    .timeline > li > .timeline-badge {
      color: #fff;
      width: 24px;
      height: 24px;
      line-height: 50px;
      font-size: 1.4em;
      text-align: center;
      position: absolute;
      top: 16px;
      right: -12px;
      /*background-color: #999999;*/
      z-index: 100;
      /*
      border-top-right-radius: 50%;
      border-top-left-radius: 50%;
      border-bottom-right-radius: 50%;
      border-bottom-left-radius: 50%;
      */ }
    .timeline > li.timeline-inverted > .timeline-panel {
      float: right; }
      .timeline > li.timeline-inverted > .timeline-panel:before {
        border-left-width: 0;
        border-right-width: 15px;
        left: -15px;
        right: auto; }
      .timeline > li.timeline-inverted > .timeline-panel:after {
        border-left-width: 0;
        border-right-width: 14px;
        left: -14px;
        right: auto; }
      .timeline > li.timeline-inverted > .timeline-panel:hover {
        border-color: #0e89d5;
        margin-right: 4px;
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -ms-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out; }
        .timeline > li.timeline-inverted > .timeline-panel:hover::before {
          border-left-color: #0e89d5;
          border-right-color: #0e89d5; }

.timeline-badge > a {
  color: #C5C7C5 !important; }
.timeline-badge a:hover {
  color: #000 !important; }

.timeline-title {
  margin-top: 0;
  color: inherit; }

.timeline-body > p, .timeline-body > ul {
  padding: 5px 20px 20px;
  margin-bottom: 0; }
.timeline-body > .time-line-list {
  list-style: square;
  margin-left: 16px; }
.timeline-body > h3 {
  padding: 5px 20px 0;
  margin-bottom: 0;
  font-weight: 600; }
.timeline-body > h4 {
  color: #222222;
  line-height: 1.4;
  font-weight: 500;
  padding: 5px 20px 5px;
  margin-bottom: 0; }
.timeline-body > p + p {
  margin-top: 5px; }

.timeline-footer {
  padding: 20px;
  background-color: #f4f4f4; }
  .timeline-footer > a {
    cursor: pointer;
    text-decoration: none; }

.tooltip {
  position: absolute;
  z-index: 1020;
  display: block;
  visibility: visible;
  padding: 5px;
  font-size: 11px;
  opacity: 0;
  filter: alpha(opacity=0); }
  .tooltip.in {
    /*opacity:0;
    filter:alpha(opacity=80);*/ }
  .tooltip.top {
    margin-top: -2px; }
  .tooltip.right {
    margin-left: 2px; }
  .tooltip.bottom {
    margin-top: 2px; }
  .tooltip.left {
    margin-left: -2px; }
  .tooltip.top .tooltip-arrow, .tooltip.left .tooltip-arrow, .tooltip.bottom .tooltip-arrow, .tooltip.right .tooltip-arrow {
    bottom: 0;
    left: 0;
    margin-left: 0;
    border-left: 0 solid transparent;
    border-right: 5px solid transparent;
    border-top: 0 solid #000; }

.tooltip-inner {
  width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #313131;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px; }

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0; }

.timeline > li.timeline-inverted {
  float: right;
  clear: right;
  margin-top: 30px;
  margin-bottom: 30px; }
.timeline > li:nth-child(2) {
  margin-top: 60px; }
.timeline > li.timeline-inverted > .timeline-badge {
  left: -12px; }

/*timeline responsive*/
@media (max-width: 767px) {
  ul.timeline:before {
    left: 40px; }
  ul.timeline > li {
    margin-bottom: 20px;
    position: relative;
    width: 100%;
    float: left;
    clear: left; }
    ul.timeline > li > .timeline-panel {
      width: calc(100% - 90px);
      width: -moz-calc(100% - 90px);
      width: -webkit-calc(100% - 90px); }
    ul.timeline > li > .timeline-badge {
      left: 28px;
      margin-left: 0;
      top: 16px; }
    ul.timeline > li > .timeline-panel {
      float: right; }
      ul.timeline > li > .timeline-panel:before {
        border-left-width: 0;
        border-right-width: 15px;
        left: -15px;
        right: auto; }
      ul.timeline > li > .timeline-panel:after {
        border-left-width: 0;
        border-right-width: 14px;
        left: -14px;
        right: auto; }

  .timeline > li.timeline-inverted {
    float: left;
    clear: left;
    margin-top: 30px;
    margin-bottom: 30px; }
    .timeline > li.timeline-inverted > .timeline-badge {
      left: 28px; } }
/*event-list*/
.eventlist-wrapper .single-category-blog .blog-image {
  display: block; }
.eventlist-wrapper .single-category-blog .blog-content {
  position: relative;
  margin-bottom: 20px;
  padding: 50px 25px 5px; }
  .eventlist-wrapper .single-category-blog .blog-content .date {
    background: #ffffff;
    border-radius: 7px;
    color: #222222;
    font-size: 18px;
    font-weight: 600;
    padding: 6px 0 0;
    position: absolute;
    text-align: center;
    top: -35px; }
    .eventlist-wrapper .single-category-blog .blog-content .date span {
      background: #0e89d5;
      border-radius: 0 0 7px 7px;
      color: #ffffff;
      display: block;
      margin-top: 4px;
      padding: 5px 20px; }
  .eventlist-wrapper .single-category-blog .blog-content h3 {
    font-size: 24px;
    margin-bottom: 6px; }
    .eventlist-wrapper .single-category-blog .blog-content h3 a {
      color: #222222;
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
      .eventlist-wrapper .single-category-blog .blog-content h3 a:hover {
        color: #0e89d5; }
  .eventlist-wrapper .single-category-blog .blog-content .author-header {
    font-size: 15px;
    margin-bottom: 24px; }
    .eventlist-wrapper .single-category-blog .blog-content .author-header .catauthor {
      border-right: 2px solid #222222;
      display: inline-block;
      line-height: 15px;
      margin-right: 10px;
      padding-right: 12px; }
    .eventlist-wrapper .single-category-blog .blog-content .author-header a {
      color: #0e89d5; }
      .eventlist-wrapper .single-category-blog .blog-content .author-header a:hover {
        color: #19abbd; }

/*events views*/
.event-single-inner {
  padding: 40px 0; }

.event_title_meta {
  background: #566174;
  padding: 25px 30px; }
  .event_title_meta h4 {
    line-height: 25px;
    color: #fff; }

.single_event_contents .meta-data p span {
  color: #fff;
  margin-right: 25px;
  font-size: 14px;
  font-weight: 100;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }
  .single_event_contents .meta-data p span i {
    margin-right: 5px; }
.single_event_contents .meta-data p {
  margin-bottom: 0; }
.single_event_contents .event_title h2 {
  line-height: 25px;
  font-size: 25px;
  color: #fff; }
.single_event_contents .single_event_post {
  padding: 25px 30px;
  border: 1px solid #566174; }
.single_event_contents .event-details li {
  margin-bottom: 5px; }
  .single_event_contents .event-details li span {
    font-weight: 500; }

.single_event_post blockquote {
  padding: 15px 35px;
  background: #eee;
  color: #222;
  font-size: 14px;
  line-height: 30px;
  margin: 25px 0;
  position: relative; }
  .single_event_post blockquote::before {
    content: "";
    position: absolute;
    height: calc(100% - 50px);
    top: 25px;
    width: 2px;
    background: #0e89d5;
    left: -4px; }

.tag_share {
  overflow: hidden;
  padding: 15px 0;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  margin-top: 38px;
  margin-bottom: 25px; }
  .tag_share .tags {
    float: left; }
  .tag_share .share {
    float: right; }
  .tag_share .tags ul li, .tag_share .share ul li {
    display: inline-block; }
  .tag_share .tags ul li:first-child, .tag_share .share ul li:first-child {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase; }
  .tag_share .tags ul li:first-child::after, .tag_share .share ul li:first-child::after {
    content: ":"; }
  .tag_share .tags ul li a, .tag_share .share ul li a {
    color: #999;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }
  .tag_share .tags ul li a:hover {
    color: #0e89d5; }
  .tag_share .share ul li a {
    font-size: 16px;
    padding: 0 5px; }
    .tag_share .share ul li a:hover {
      color: #0e89d5; }
  .tag_share .tags ul li a::after {
    content: ""; }

.single_news_commetn_area {
  padding: 25px 30px;
  border: 1px solid #0e89d5;
  margin-top: 30px; }

.media-body .media-heading {
  font-weight: 700;
  color: #222; }

.comment_title h4 {
  font-weight: 600; }

.media-body {
  padding-left: 20px; }
  .media-body > span {
    color: #999;
    font-size: 12px; }
  .media-body > a h4, .media-body > .reply {
    display: inline-block;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }
  .media-body > a:hover h4, .media-body > .reply:hover {
    color: #0e89d5; }
  .media-body > span {
    display: block; }
  .media-body > .reply {
    font-weight: 600;
    color: #222;
    text-transform: uppercase; }

.media-list > li ul {
  padding-left: 130px;
  border-bottom: 1px solid #eee; }
.media-list > li:last-child .media {
  padding-bottom: 0; }
.media-list > li ul > li:last-child .media, .media-list > li:last-child .media {
  border: none; }
.media-list .media {
  border-bottom: 1px solid #eee;
  padding: 30px 0; }

/*rel evnts*/
.rel-event-list .single-rel-event-item .rel-event-image {
  position: relative; }
  .rel-event-list .single-rel-event-item .rel-event-image img {
    transform-style: inherit; }
.rel-event-list .single-rel-event-item .rel-event-content {
  background: #f8f8f8;
  margin: 0 1px 6px;
  padding: 14px;
  min-height: 280px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out; }
  .rel-event-list .single-rel-event-item .rel-event-content h3 {
    font-size: 20px;
    margin-bottom: 8px; }
    .rel-event-list .single-rel-event-item .rel-event-content h3 a {
      color: #222222; }
      .rel-event-list .single-rel-event-item .rel-event-content h3 a:hover {
        color: #0e89d5; }
  .rel-event-list .single-rel-event-item .rel-event-content p {
    margin-bottom: 0; }
.rel-event-list .single-rel-event-item:hover .rel-event-image .overly {
  opacity: 1; }
.rel-event-list .single-rel-event-item:hover .rel-event-content {
  box-shadow: 0px 2px 6px -2px #999999; }
.rel-event-list .owl-controls .owl-nav > div {
  border: 2px solid #0e89d5; }
  .rel-event-list .owl-controls .owl-nav > div i {
    color: #222222; }
  .rel-event-list .owl-controls .owl-nav > div:hover {
    background: #0e89d5;
    border: 2px solid #0e89d5; }
    .rel-event-list .owl-controls .owl-nav > div:hover i {
      color: #ffffff; }
.rel-event-list .owl-controls {
  margin-top: 15px; }

/*side bar*/
.right-sidebar .widget {
  border: 1px solid #0e89d5; }
.right-sidebar .news-letter {
  padding: 20px;
  background: #222222; }
  .right-sidebar .news-letter .subscribe_heading h4 {
    font-size: 16px;
    color: #fff; }
.right-sidebar .widget_heading {
  background: #0e89d5;
  position: relative; }
  .right-sidebar .widget_heading h4 {
    font-size: 16px;
    padding: 20px;
    color: #fff; }
  .right-sidebar .widget_heading::before {
    left: 0px;
    position: absolute;
    content: "";
    height: calc(100% - 24px);
    top: 12px;
    width: 2px;
    background: #fff; }
  .right-sidebar .widget_heading::after {
    position: absolute;
    content: "";
    height: calc(100% - 24px);
    top: 12px;
    width: 2px;
    background: #fff;
    right: 0px; }
.right-sidebar .widget .recent_posts {
  padding: 20px; }
.right-sidebar .recent_posts ul li {
  list-style: none;
  display: block;
  overflow: hidden; }
.right-sidebar .recent_posts .recent_news_img {
  width: 30%;
  float: left; }
.right-sidebar .recent_posts .single_recent_post {
  float: left;
  width: 70%;
  padding-left: 18px; }
  .right-sidebar .recent_posts .single_recent_post p {
    margin-bottom: 2px; }
    .right-sidebar .recent_posts .single_recent_post p a {
      color: #222; }
      .right-sidebar .recent_posts .single_recent_post p a:hover {
        color: #0e89d5;
        text-decoration: none; }
.right-sidebar .catagory_list ul li, .right-sidebar .recent_posts ul li {
  color: #222;
  border-bottom: 1px solid #d1d0d0;
  padding: 14px 0;
  padding-top: 14px;
  display: block; }

/*bike modal*/
.bike-modal-wrapper .single-category {
  margin-bottom: 40px;
  /* border:1px solid $bg-color-4;*/ }
  .bike-modal-wrapper .single-category .img-wrap-box {
    border: 1px solid #f4f4f4; }
    .bike-modal-wrapper .single-category .img-wrap-box:hover {
      border: 1px solid #0e89d5; }
  .bike-modal-wrapper .single-category .ribbon-wrapper {
    z-index: 9; }
  .bike-modal-wrapper .single-category .bike-image {
    display: block;
    overflow: hidden; }
    .bike-modal-wrapper .single-category .bike-image img {
      -webkit-transform: scale(1);
      transform: scale(1);
      -webkit-transition: all 1s ease-in-out;
      -moz-transition: all 1s ease-in-out;
      -ms-transition: all 1s ease-in-out;
      -o-transition: all 1s ease-in-out;
      transition: all 1s ease-in-out; }
    .bike-modal-wrapper .single-category .bike-image:hover img {
      -webkit-transform: scale(1.1);
      transform: scale(1.1); }
  .bike-modal-wrapper .single-category .bike-content {
    position: relative; }
    .bike-modal-wrapper .single-category .bike-content h3 {
      font-size: 24px;
      margin-bottom: 6px; }
      .bike-modal-wrapper .single-category .bike-content h3 a {
        color: #222222;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; }
        .bike-modal-wrapper .single-category .bike-content h3 a:hover {
          color: #0e89d5; }
    .bike-modal-wrapper .single-category .bike-content p {
      margin-bottom: 10px; }
    .bike-modal-wrapper .single-category .bike-content .author-header {
      font-size: 15px;
      margin-bottom: 10px; }
      .bike-modal-wrapper .single-category .bike-content .author-header .catauthor {
        display: inline-block;
        line-height: 15px;
        margin-right: 65px;
        padding-right: 12px; }
      .bike-modal-wrapper .single-category .bike-content .author-header .catcomments {
        margin-right: 65px; }
      .bike-modal-wrapper .single-category .bike-content .author-header .price-tag {
        margin: 12px 0; }
        .bike-modal-wrapper .single-category .bike-content .author-header .price-tag strong {
          font-weight: 600; }
      .bike-modal-wrapper .single-category .bike-content .author-header a {
        color: #0e89d5; }
        .bike-modal-wrapper .single-category .bike-content .author-header a:hover {
          color: #19abbd; }
    .bike-modal-wrapper .single-category .bike-content .default-button-btn {
      display: inline-block;
      background: #0e89d5;
      padding: 8px 15px;
      border: 1px #0e89d5 solid; }
      .bike-modal-wrapper .single-category .bike-content .default-button-btn:hover {
        background: #fff;
        border: 1px #0e89d5 solid;
        color: #0e89d5; }

/*f-barrery*/
.f-battery-wrapper .tab-list-btn, .mrf-tyres-wrapper .tab-list-btn {
  text-align: center;
  margin-bottom: 60px;
  border-top: #EBEFF2 1px solid;
  border-bottom: #EBEFF2 1px solid; }
  .f-battery-wrapper .tab-list-btn h4, .mrf-tyres-wrapper .tab-list-btn h4 {
    display: inline-block;
    margin-bottom: 0; }
  .f-battery-wrapper .tab-list-btn a h4:hover, .mrf-tyres-wrapper .tab-list-btn a h4:hover {
    color: #0e89d5; }
@media only screen and (max-width: 480px) {
  .f-battery-wrapper .tab-list-btn, .mrf-tyres-wrapper .tab-list-btn {
    margin-bottom: 40px; } }
.f-battery-wrapper .tab-list-btn:after, .mrf-tyres-wrapper .tab-list-btn:after {
  display: none; }
.f-battery-wrapper .tab-list-btn a, .mrf-tyres-wrapper .tab-list-btn a {
  background: transparent;
  color: #515151;
  font-size: 16px;
  padding: 10px 17px;
  margin: 0;
  display: inline-block;
  /*border: 1px solid $main-color;*/
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out; }
.f-battery-wrapper .tab-list-btn a:hover, .mrf-tyres-wrapper .tab-list-btn a:hover {
  border-bottom: 2px solid #0e89d5;
  color: #0e89d5;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out; }
@media only screen and (max-width: 479px) {
  .f-battery-wrapper .tab-list-btn a, .mrf-tyres-wrapper .tab-list-btn a {
    padding: 7px 18px; } }
@media only screen and (max-width: 767px) {
  .f-battery-wrapper .tab-list-btn a, .mrf-tyres-wrapper .tab-list-btn a {
    margin-bottom: 3px !important; } }
.f-battery-wrapper .tab-list-btn .current, .mrf-tyres-wrapper .tab-list-btn .current {
  border-bottom: 2px solid #0e89d5; }
  .f-battery-wrapper .tab-list-btn .current h4, .mrf-tyres-wrapper .tab-list-btn .current h4 {
    color: #0e89d5; }

.batter-wrapper .single-battery, .tyre-wrapper .single-battery, .gen-parts-wrapper .single-part {
  margin-bottom: 30px; }
  .batter-wrapper .single-battery .battery-image, .tyre-wrapper .single-battery .battery-image, .gen-parts-wrapper .single-part .battery-image {
    position: relative;
    overflow: hidden; }
    .batter-wrapper .single-battery .battery-image img, .tyre-wrapper .single-battery .battery-image img, .gen-parts-wrapper .single-part .battery-image img {
      -webkit-transform: scale(1);
      transform: scale(1);
      -webkit-transition: all 1s ease-in-out;
      -moz-transition: all 1s ease-in-out;
      -ms-transition: all 1s ease-in-out;
      -o-transition: all 1s ease-in-out;
      transition: all 1s ease-in-out; }
  .batter-wrapper .single-battery .battery-content, .tyre-wrapper .single-battery .battery-content, .gen-parts-wrapper .single-part .battery-content {
    text-align: center;
    background: #f5f4f4;
    padding: 20px 20px 20px; }
    .batter-wrapper .single-battery .battery-content h3, .tyre-wrapper .single-battery .battery-content h3, .gen-parts-wrapper .single-part .battery-content h3 {
      font-size: 20px;
      margin-bottom: 12px;
      min-height: 90px; }
      .batter-wrapper .single-battery .battery-content h3 a, .tyre-wrapper .single-battery .battery-content h3 a, .gen-parts-wrapper .single-part .battery-content h3 a {
        color: #222222;
        -webkit-transition: all 0.45s ease-in-out;
        -moz-transition: all 0.45s ease-in-out;
        -ms-transition: all 0.45s ease-in-out;
        -o-transition: all 0.45s ease-in-out;
        transition: all 0.45s ease-in-out; }
    .batter-wrapper .single-battery .battery-content p, .tyre-wrapper .single-battery .battery-content p, .gen-parts-wrapper .single-part .battery-content p {
      margin-bottom: 12px;
      font-weight: bold; }
    .batter-wrapper .single-battery .battery-content .read-more, .tyre-wrapper .single-battery .battery-content .read-more, .gen-parts-wrapper .single-part .battery-content .read-more {
      width: 175px;
      margin: auto; }
  .batter-wrapper .single-battery:hover .battery-image img, .tyre-wrapper .single-battery:hover .battery-image img, .gen-parts-wrapper .single-part:hover .battery-image img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2); }
  .batter-wrapper .single-battery:hover .battery-content h3 a, .tyre-wrapper .single-battery:hover .battery-content h3 a, .gen-parts-wrapper .single-part:hover .battery-content h3 a {
    color: #0e89d5; }

/*f battery view*/
.battery-view-wrapper .single-category, .mrf-baty-view-wrapper .single-category {
  margin-bottom: 40px;
  /* border:1px solid $bg-color-4;*/ }
  .battery-view-wrapper .single-category .battery-image, .mrf-baty-view-wrapper .single-category .battery-image {
    display: block;
    overflow: hidden; }
    .battery-view-wrapper .single-category .battery-image img, .mrf-baty-view-wrapper .single-category .battery-image img {
      -webkit-transform: scale(1);
      transform: scale(1);
      -webkit-transition: all 1s ease-in-out;
      -moz-transition: all 1s ease-in-out;
      -ms-transition: all 1s ease-in-out;
      -o-transition: all 1s ease-in-out;
      transition: all 1s ease-in-out; }
    .battery-view-wrapper .single-category .battery-image:hover img, .mrf-baty-view-wrapper .single-category .battery-image:hover img {
      -webkit-transform: scale(1.1);
      transform: scale(1.1); }
  .battery-view-wrapper .single-category .battery-content, .mrf-baty-view-wrapper .single-category .battery-content {
    position: relative; }
    .battery-view-wrapper .single-category .battery-content h3, .mrf-baty-view-wrapper .single-category .battery-content h3 {
      font-size: 24px;
      margin-bottom: 6px; }
      .battery-view-wrapper .single-category .battery-content h3 a, .mrf-baty-view-wrapper .single-category .battery-content h3 a {
        color: #222222;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; }
        .battery-view-wrapper .single-category .battery-content h3 a:hover, .mrf-baty-view-wrapper .single-category .battery-content h3 a:hover {
          color: #0e89d5; }
    .battery-view-wrapper .single-category .battery-content p, .mrf-baty-view-wrapper .single-category .battery-content p {
      margin-bottom: 10px; }
    .battery-view-wrapper .single-category .battery-content .default-button-btn, .mrf-baty-view-wrapper .single-category .battery-content .default-button-btn {
      display: inline-block;
      background: #0e89d5;
      border: 1px #0e89d5 solid;
      padding: 8px 15px; }
      .battery-view-wrapper .single-category .battery-content .default-button-btn:hover, .mrf-baty-view-wrapper .single-category .battery-content .default-button-btn:hover {
        background: #fff;
        border: 1px #0e89d5 solid;
        color: #0e89d5; }
    .battery-view-wrapper .single-category .battery-content .price, .mrf-baty-view-wrapper .single-category .battery-content .price {
      font-size: 18px;
      margin-bottom: 10px;
      font-weight: bold; }

.rel-battery-slider .single-battery, .mrf-tyre-slider .single-battery {
  margin-bottom: 20px; }

/*threewell page*/
.three-weel-wrapper .single-case {
  margin-bottom: 40px; }
  .three-weel-wrapper .single-case .button-row {
    padding: 15px 0; }
  .three-weel-wrapper .single-case .case-image {
    position: relative;
    overflow: hidden; }
    .three-weel-wrapper .single-case .case-image img {
      -webkit-transform: scale(1);
      transform: scale(1);
      -webkit-transition: all 1s ease-in-out;
      -moz-transition: all 1s ease-in-out;
      -ms-transition: all 1s ease-in-out;
      -o-transition: all 1s ease-in-out;
      transition: all 1s ease-in-out; }
  .three-weel-wrapper .single-case .case-content {
    margin-top: 10px; }
    .three-weel-wrapper .single-case .case-content h3 {
      font-size: 24px;
      margin-bottom: 6px; }
      .three-weel-wrapper .single-case .case-content h3 a {
        color: #222222;
        -webkit-transition: all 0.45s ease-in-out;
        -moz-transition: all 0.45s ease-in-out;
        -ms-transition: all 0.45s ease-in-out;
        -o-transition: all 0.45s ease-in-out;
        transition: all 0.45s ease-in-out; }
    .three-weel-wrapper .single-case .case-content p {
      margin-bottom: 0; }
  .three-weel-wrapper .single-case:hover .case-image img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2); }
  .three-weel-wrapper .single-case:hover .case-content h3 a {
    color: #0e89d5; }
.three-weel-wrapper .price-tag {
  margin-top: 10px;
  margin-bottom: 0px;
  display: block; }
  .three-weel-wrapper .price-tag strong {
    font-weight: 600; }

/*three weeler view*/
.three-wheeler-view-wrapper .single-category {
  margin-bottom: 40px;
  /* border:1px solid $bg-color-4;*/ }
  .three-wheeler-view-wrapper .single-category .battery-image {
    display: block;
    overflow: hidden; }
    .three-wheeler-view-wrapper .single-category .battery-image img {
      -webkit-transform: scale(1);
      transform: scale(1);
      -webkit-transition: all 1s ease-in-out;
      -moz-transition: all 1s ease-in-out;
      -ms-transition: all 1s ease-in-out;
      -o-transition: all 1s ease-in-out;
      transition: all 1s ease-in-out; }
    .three-wheeler-view-wrapper .single-category .battery-image:hover img {
      -webkit-transform: scale(1.1);
      transform: scale(1.1); }
  .three-wheeler-view-wrapper .single-category .battery-content {
    position: relative; }
    .three-wheeler-view-wrapper .single-category .battery-content h3 {
      font-size: 24px;
      margin-bottom: 6px; }
      .three-wheeler-view-wrapper .single-category .battery-content h3 a {
        color: #222222;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; }
        .three-wheeler-view-wrapper .single-category .battery-content h3 a:hover {
          color: #0e89d5; }
    .three-wheeler-view-wrapper .single-category .battery-content p {
      margin-bottom: 10px; }
    .three-wheeler-view-wrapper .single-category .battery-content .default-button-btn {
      display: inline-block;
      background: #0e89d5;
      padding: 8px 15px;
      border: 1px #0e89d5 solid; }
      .three-wheeler-view-wrapper .single-category .battery-content .default-button-btn:hover {
        background: #fff;
        border: 1px #0e89d5 solid;
        color: #0e89d5; }
    .three-wheeler-view-wrapper .single-category .battery-content .price {
      font-size: 18px;
      margin-bottom: 10px;
      font-weight: bold; }

.rel-battery-slider .single-battery, .mrf-tyre-slider .single-battery {
  margin-bottom: 20px; }

/*Spare parts view*/
.spart-part-view-wrapper .single-category {
  margin-bottom: 40px;
  /* border:1px solid $bg-color-4;*/ }
  .spart-part-view-wrapper .single-category .battery-image {
    display: block;
    overflow: hidden; }
    .spart-part-view-wrapper .single-category .battery-image img {
      -webkit-transform: scale(1);
      transform: scale(1);
      -webkit-transition: all 1s ease-in-out;
      -moz-transition: all 1s ease-in-out;
      -ms-transition: all 1s ease-in-out;
      -o-transition: all 1s ease-in-out;
      transition: all 1s ease-in-out; }
    .spart-part-view-wrapper .single-category .battery-image:hover img {
      -webkit-transform: scale(1.1);
      transform: scale(1.1); }
  .spart-part-view-wrapper .single-category .battery-content {
    position: relative; }
    .spart-part-view-wrapper .single-category .battery-content h3 {
      font-size: 24px;
      margin-bottom: 6px; }
      .spart-part-view-wrapper .single-category .battery-content h3 a {
        color: #222222;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; }
        .spart-part-view-wrapper .single-category .battery-content h3 a:hover {
          color: #0e89d5; }
    .spart-part-view-wrapper .single-category .battery-content p {
      margin-bottom: 10px; }
    .spart-part-view-wrapper .single-category .battery-content .default-button-btn {
      display: inline-block;
      background: #0e89d5;
      border: 1px #0e89d5 solid;
      padding: 8px 15px; }
      .spart-part-view-wrapper .single-category .battery-content .default-button-btn:hover {
        background: #fff;
        border: 1px #0e89d5 solid;
        color: #0e89d5; }
    .spart-part-view-wrapper .single-category .battery-content .price {
      font-size: 18px;
      margin-bottom: 10px;
      font-weight: bold; }

.rel-sp-part-slider .single-battery {
  margin-bottom: 20px; }

/*branch network*/
.form-wrap-search {
  background-color: #f5f4f4;
  padding: 20px;
  display: block;
  width: 100%; }
  .form-wrap-search .form-group {
    padding-right: 15px; }
  .form-wrap-search .search-text {
    width: 400px; }
    .form-wrap-search .search-text input {
      width: 100%; }

.branch-box-wrapper {
  margin-top: 20px; }
  .branch-box-wrapper .branch-box {
    margin-bottom: 30px;
    padding: 15px;
    background: #f9f7f7;
    min-height: 340px;
    border-bottom: 4px #0e89d5 solid; }
    .branch-box-wrapper .branch-box h4 {
      color: #666;
      font-size: 18px;
      text-transform: uppercase;
      text-align: left;
      background: #eeecec;
      padding: 5px; }
    .branch-box-wrapper .branch-box p {
      font-size: 14px;
      margin-bottom: 10px; }
      .branch-box-wrapper .branch-box p strong {
        font-weight: 600; }
      .branch-box-wrapper .branch-box p span {
        padding-left: 8px; }
    .branch-box-wrapper .branch-box .button-row .get-dit-xs {
      padding: 8px 14px;
      border: 1px #0e89d5 solid;
      background: #fff;
      color: #0e89d5;
      margin-top: 18px; }
      .branch-box-wrapper .branch-box .button-row .get-dit-xs:hover {
        background: #0e89d5;
        color: #fff; }

.get-dit-xs {
  padding: 8px 14px;
  border: 1px #0e89d5 solid;
  background: #fff;
  color: #0e89d5;
  margin-top: 18px; }
  .get-dit-xs:hover {
    background: #0e89d5;
    color: #fff; }
  .get-dit-xs:hover {
    padding: 8px 14px; }

.branch-view-wrapper {
  margin-top: 30px; }
  .branch-view-wrapper .cont-box {
    text-align: center;
    margin-bottom: 20px; }
    .branch-view-wrapper .cont-box h4 {
      font-size: 18px;
      margin: 10px 0 3px; }
  .branch-view-wrapper .icon-box {
    border: 2px #052848 solid;
    background: #fff;
    height: 75px;
    width: 75px;
    margin: auto;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in; }
    .branch-view-wrapper .icon-box i {
      color: #052848;
      font-size: 32px;
      text-align: center;
      padding: 22px; }
    .branch-view-wrapper .icon-box:hover {
      background: #0e89d5;
      border: 2px #0e89d5 solid;
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
      .branch-view-wrapper .icon-box:hover i {
        color: #fff; }

/*branch view page*/
.near-branch-wrapper .branch-box {
  margin-bottom: 0px;
  padding: 15px;
  background: #f9f7f7;
  border-bottom: 4px #0e89d5 solid;
  min-height: 360px; }
  .near-branch-wrapper .branch-box h4 {
    color: #666;
    font-size: 18px;
    text-transform: uppercase;
    text-align: left;
    background: #eeecec;
    padding: 5px; }
  .near-branch-wrapper .branch-box p {
    font-size: 14px;
    margin-bottom: 10px; }
    .near-branch-wrapper .branch-box p strong {
      font-weight: 600; }
    .near-branch-wrapper .branch-box p span {
      padding-left: 8px; }
  .near-branch-wrapper .branch-box .get-dit-xs {
    padding: 8px 14px;
    border: 1px #0e89d5 solid;
    background: #fff;
    color: #0e89d5;
    margin-top: 18px; }
    .near-branch-wrapper .branch-box .get-dit-xs:hover {
      background: #0e89d5;
      color: #fff; }
    .near-branch-wrapper .branch-box .get-dit-xs:hover {
      padding: 8px 14px; }

/*dealer list*/
.dealer-intro p {
  margin-bottom: 0; }

.map-view-wrapper .banner-content-inner .overlay-bg {
  padding: 12em 0 12em; }

.dealer-search-wrapper {
  margin-bottom: 30px; }

.net-form-wrap-filter .form-group {
  margin-bottom: 12px; }
.net-form-wrap-filter .pb-0 {
  padding-bottom: 0; }
.net-form-wrap-filter .mb-0 {
  margin-bottom: 0; }
.net-form-wrap-filter h5 {
  padding-left: 16px;
  font-size: 16px;
  color: #908787;
  font-weight: 600; }
.net-form-wrap-filter .custom-control-label {
  font-weight: normal; }
.net-form-wrap-filter .form-group, .net-form-wrap-filter .form-control {
  width: 100% !important; }
.net-form-wrap-filter .pr-0 {
  padding-right: 0 !important; }
.net-form-wrap-filter .pl-0 {
  padding-left: 0 !important; }
.net-form-wrap-filter .btn-col .btn {
  width: 100%;
  margin-bottom: 12px;
  padding: 25px 0; }
.net-form-wrap-filter .filter-selection-set {
  background: #eae5e5;
  padding: 12px 0 8px 0; }
.net-form-wrap-filter .doted-line {
  height: 2px;
  width: 100%;
  margin-bottom: 13px;
  margin-top: 9px;
  border-top: 1px #ccc dashed; }
.net-form-wrap-filter .main-tab .custom-checkbox {
  padding: 5px 16px; }
.net-form-wrap-filter .main-tab .bg-wrapper {
  background: #204d74;
  border-radius: 2px;
  padding: 7px 15px 2px;
  margin-top: 9px;
  color: #fff; }

.dealers-item-wrapper .dealer-box, .near-dealer-wrapper .dealer-box {
  margin-bottom: 30px; }
  .dealers-item-wrapper .dealer-box .list-group-item, .near-dealer-wrapper .dealer-box .list-group-item {
    background-color: #f5f5f5;
    padding: 20px;
    min-height: 300px; }
    .dealers-item-wrapper .dealer-box .list-group-item .list-group-item-heading, .near-dealer-wrapper .dealer-box .list-group-item .list-group-item-heading {
      color: #052848;
      border-bottom: 1px #edecec solid;
      padding-bottom: 7px;
      margin-bottom: 16px;
      font-weight: 600; }
    .dealers-item-wrapper .dealer-box .list-group-item .list-group-item-text, .near-dealer-wrapper .dealer-box .list-group-item .list-group-item-text {
      margin-bottom: 8px; }
      .dealers-item-wrapper .dealer-box .list-group-item .list-group-item-text i, .near-dealer-wrapper .dealer-box .list-group-item .list-group-item-text i {
        font-size: 20px;
        padding-right: 5px; }
      .dealers-item-wrapper .dealer-box .list-group-item .list-group-item-text p, .near-dealer-wrapper .dealer-box .list-group-item .list-group-item-text p {
        font-size: 14px; }
    .dealers-item-wrapper .dealer-box .list-group-item .label-default, .near-dealer-wrapper .dealer-box .list-group-item .label-default {
      background-color: #6daed6; }
    .dealers-item-wrapper .dealer-box .list-group-item:hover, .near-dealer-wrapper .dealer-box .list-group-item:hover {
      border: 1px #6e7686 solid; }
  .dealers-item-wrapper .dealer-box .list-group, .near-dealer-wrapper .dealer-box .list-group {
    margin-bottom: 0; }
  .dealers-item-wrapper .dealer-box .button-row .btn, .near-dealer-wrapper .dealer-box .button-row .btn {
    padding: 8px 14px;
    border: 1px #0e89d5 solid;
    background: #fff;
    color: #0e89d5;
    margin-top: 18px; }
    .dealers-item-wrapper .dealer-box .button-row .btn:hover, .near-dealer-wrapper .dealer-box .button-row .btn:hover {
      background: #0e89d5;
      color: #fff; }
.dealers-item-wrapper .branch-box, .near-dealer-wrapper .branch-box {
  margin-bottom: 30px;
  padding: 15px;
  background: #f9f7f7;
  min-height: 340px;
  border-bottom: 4px #0e89d5 solid; }
  .dealers-item-wrapper .branch-box:hover, .near-dealer-wrapper .branch-box:hover {
    border-bottom: 4px #052848 solid; }
  .dealers-item-wrapper .branch-box h4, .near-dealer-wrapper .branch-box h4 {
    color: #666;
    font-size: 18px;
    text-transform: uppercase;
    text-align: left;
    background: #eeecec;
    padding: 5px; }
  .dealers-item-wrapper .branch-box p, .near-dealer-wrapper .branch-box p {
    font-size: 14px;
    margin-bottom: 10px; }
    .dealers-item-wrapper .branch-box p strong, .near-dealer-wrapper .branch-box p strong {
      font-weight: 600; }
    .dealers-item-wrapper .branch-box p span, .near-dealer-wrapper .branch-box p span {
      padding-left: 8px; }
  .dealers-item-wrapper .branch-box .button-row .get-dit-xs, .near-dealer-wrapper .branch-box .button-row .get-dit-xs {
    padding: 8px 14px;
    border: 1px #0e89d5 solid;
    background: #fff;
    color: #0e89d5;
    margin-top: 18px; }
    .dealers-item-wrapper .branch-box .button-row .get-dit-xs:hover, .near-dealer-wrapper .branch-box .button-row .get-dit-xs:hover {
      background: #0e89d5;
      color: #fff; }

.near-dealer-wrapper .dealer-box {
  margin-bottom: 0; }

/*vending page*/
.vending-wrapper .dealer-box, .near-vending-wrapper .dealer-box {
  margin-bottom: 30px; }
  .vending-wrapper .dealer-box .list-group-item, .near-vending-wrapper .dealer-box .list-group-item {
    background-color: #f5f5f5;
    padding: 20px;
    min-height: 280px; }
    .vending-wrapper .dealer-box .list-group-item .list-group-item-heading, .near-vending-wrapper .dealer-box .list-group-item .list-group-item-heading {
      color: #052848;
      border-bottom: 1px #edecec solid;
      padding-bottom: 7px;
      margin-bottom: 25px;
      font-weight: 600;
      font-size: 18px; }
      .vending-wrapper .dealer-box .list-group-item .list-group-item-heading i, .near-vending-wrapper .dealer-box .list-group-item .list-group-item-heading i {
        font-size: 26px; }
    .vending-wrapper .dealer-box .list-group-item .list-group-item-footer, .near-vending-wrapper .dealer-box .list-group-item .list-group-item-footer {
      color: #052848;
      border-top: 1px #edecec solid;
      padding-top: 7px;
      margin-top: 25px;
      font-weight: 600;
      font-size: 18px;
      margin-bottom: 0; }
    .vending-wrapper .dealer-box .list-group-item .list-group-item-text, .near-vending-wrapper .dealer-box .list-group-item .list-group-item-text {
      margin-bottom: 8px; }
      .vending-wrapper .dealer-box .list-group-item .list-group-item-text i, .near-vending-wrapper .dealer-box .list-group-item .list-group-item-text i {
        font-size: 20px;
        padding-right: 5px; }
      .vending-wrapper .dealer-box .list-group-item .list-group-item-text p, .near-vending-wrapper .dealer-box .list-group-item .list-group-item-text p {
        font-size: 14px; }
    .vending-wrapper .dealer-box .list-group-item .label-default, .near-vending-wrapper .dealer-box .list-group-item .label-default {
      background-color: #6daed6; }
    .vending-wrapper .dealer-box .list-group-item:hover, .near-vending-wrapper .dealer-box .list-group-item:hover {
      border: 1px #6e7686 solid; }
  .vending-wrapper .dealer-box .list-group, .near-vending-wrapper .dealer-box .list-group {
    margin-bottom: 0; }

/*.near-vending-wrapper {
    .dealer-box {
        margin-bottom: 0;
    }
}*/
/*service tips*/
.video-gallery-wrapper .video-box {
  width: 368px;
  border: 4px #f5f4f4 solid;
  margin-bottom: 30px; }

.image-gallery-wrapper .img-box {
  border: 4px #f5f4f4 solid;
  margin-bottom: 30px; }

.image-pdf-wrapper {
  margin-bottom: 50px; }
  .image-pdf-wrapper .icon-box {
    text-align: left;
    margin-bottom: 30px; }
    .image-pdf-wrapper .icon-box i {
      font-size: 80px;
      display: block;
      margin: auto; }

/*testi*/
.tg-testimonial {
  width: 100%;
  float: left;
  margin: 28px 0 30px;
  padding: 32px 20px;
  min-height: 150px;
  position: relative;
  border-radius: 5px;
  border: 1px solid #ddd; }
  .tg-testimonial:before {
    top: -45px;
    left: 20px;
    width: 75px;
    height: 75px;
    color: #ddd;
    content: '\f10d';
    background: #fff;
    position: absolute;
    font-size: 60px;
    line-height: 70px;
    text-align: center;
    font-family: 'FontAwesome'; }
  .tg-testimonial blockquote {
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 14px;
    line-height: 20px; }
    .tg-testimonial blockquote q {
      width: 100%;
      float: left;
      font-style: normal;
      display: block;
      margin-bottom: 10px; }
    .tg-testimonial blockquote p {
      font-weight: 600; }
  .tg-testimonial:hover {
    border: 1px solid #0e89d5;
    -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2); }

/*innerpage slider*/
#inner-page-slider .sp-thumbnail-image-container {
  width: 100px;
  height: 80px;
  overflow: hidden;
  float: left; }

#inner-page-slider .sp-thumbnail-image {
  height: 100%; }

#inner-page-slider .sp-thumbnail-text {
  width: 170px;
  float: right;
  padding: 30px;
  background-color: #F0F0F0;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

#inner-page-slider .sp-thumbnail-title {
  margin-bottom: 5px;
  text-transform: uppercase;
  color: #333; }

#inner-page-slider .sp-thumbnail-description {
  font-size: 14px;
  color: #333; }

@media (max-width: 500px) {
  #inner-page-slider .sp-thumbnail {
    text-align: center; }

  #inner-page-slider .sp-thumbnail-image-container {
    display: none; }

  #inner-page-slider .sp-thumbnail-text {
    width: 120px; }

  #inner-page-slider .sp-thumbnail-title {
    font-size: 12px;
    text-transform: uppercase; }

  #inner-page-slider .sp-thumbnail-description {
    display: none; } }
.sp-right-thumbnails.sp-has-pointer .sp-selected-thumbnail::before {
  border-left: 5px solid #0e89d5 !important; }

.sp-right-thumbnails.sp-has-pointer .sp-selected-thumbnail::after {
  border-right: 13px solid #0e89d5 !important; }

.inquery-wrapper {
  padding: 16px 0;
  background-color: #f5f4f4;
  min-height: 80px; }
  .inquery-wrapper h4 {
    margin: 0;
    line-height: 30px;
    color: #0e89d5;
    font-size: 20px;
    margin: 2% 0; }
  .inquery-wrapper .mid-btn {
    width: 190px;
    float: right;
    margin-left: 20px; }
  .inquery-wrapper .link-wrap {
    margin: 2% 0; }

.inqu-msg-w {
  height: auto; }
  .inqu-msg-w textarea.inqu-msg {
    height: 100px; }

/*sitemap*/
.site-map ul ul {
  margin-left: 20px; }
.site-map ul li {
  line-height: 28px;
  list-style: disc inside none; }

/*404 page*/
.pagenotfound .big-text h2 {
  font-size: 150px;
  font-weight: 600;
  text-align: center; }
.pagenotfound .big-text .icon {
  display: block;
  text-align: center;
  font-size: 100px; }
.pagenotfound .links span {
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 10px;
  display: block; }
.pagenotfound .links p {
  font-size: 16px;
  margin-bottom: 5px; }
.pagenotfound .links .link-set {
  margin-top: 20px; }
  .pagenotfound .links .link-set li {
    list-style: none; }
    .pagenotfound .links .link-set li a {
      font-size: 16px;
    /*&::before {
    padding-right: 10px;
    content: "\f105";
    font-family: "fontawesome";
}*/ }
      .pagenotfound .links .link-set li a:hover {
        color: #0e89d5; }
    .pagenotfound .links .link-set li h3 {
      margin: 0 0 5px 0; }

.image-hover-border {
  border: 1px solid #f4f4f4;
  -webkit-transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  -ms-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in-;
  transition: all 0.5s ease-in; }
  .image-hover-border:hover {
    border: 1px solid #0e89d5;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out; }

.workshop-page-wrapper .single-service {
  min-height: 690px; }
  .workshop-page-wrapper .single-service ul {
    list-style: disc;
    padding-left: 14px; }
.workshop-page-wrapper .workshop-serv-item-list:last-child {
  min-height: 330px; }

.right-filter-box .btn-filter {
  width: 45%;
  float: left;
  margin-right: 5px; }

/*owl nav*/
.owl-nav {
  margin-top: 10px;
  position: absolute;
  width: 100%;
  top: 40%; }
  .owl-nav .owl-prev {
    position: absolute;
    left: -36px; }
  .owl-nav .owl-next {
    position: absolute;
    right: -36px; }

.owl-theme .owl-nav [class*=owl-] {
  background: none;
  color: #0e89d5;
  font-size: 40px; }
  .owl-theme .owl-nav [class*=owl-]:hover {
    color: #0e89d5; }

/*responsive*/
/*desktop hidden*/
.tab-and-mobile-vew-p-products-headding {
  display: none; }

.mobile-menu-dropdown {
  display: none; }

.remove-padding-bottom {
  padding: 50px 0px 0 !important; }

@media screen and (max-width: 1199px) {
  .main-menu .navbar-default .navbar-nav > li > a {
    padding: 10px 11px;
    font-size: 14px !important; }

  .footer-wrapper .footer-center .f-top-box .content-top .dpmc-log {
    width: 50px; }

  .footer-wrapper .footer-center .f-top-box .content-top .david-logo {
    width: 130px; }

  .footer-wrapper .footer-center .f-top-box {
    padding: 10px; }

  .footer-wrapper .footer-center .f-top-box .content-bottom .social-links i {
    font-size: 26px; }

  .footer-wrapper .footer-center .f-top-box .content-bottom .social-links a {
    width: 27px; }

  .footer-wrapper .footer-bottom .copyright p, .footer-wrapper .footer-bottom .design-by p {
    font-size: 12px; }

  .footer-wrapper .footer-top .sub-text-box h4 {
    font-size: 14px; }

  .form-inline .form-group {
    width: 27%; } }
@media screen and (max-width: 1025px) {
  .net-form-wrap-filter .form-wrap-search {
    background-color: #f5f4f4;
    padding: 12px 0; }
  .net-form-wrap-filter .form-inline .form-group {
    width: 100%; }
  .net-form-wrap-filter .filter-selection-set .custom-control-label {
    font-size: 12px; }

  .dealers-item-wrapper .dealer-box .list-group-item, .near-dealer-wrapper .dealer-box .list-group-item {
    min-height: 320px; } }
@media screen and (max-width: 992px) {
  .page-top-section .page_title {
    font-size: 30px; }

  .page-banner-wrapper .banner-content-inner .content_wrap .page_title {
    font-size: 30px; }

  .list-inline > li {
    font-size: 16px; }

  .tab-menu-wrapper, .navbar-collapse {
    padding: 0; }

  .main-menu .navbar-default .navbar-nav > li > a {
    padding: 10px 7px;
    font-size: 13px !important; }

  .header-top-section ul li {
    color: #fff;
    font-size: 12px; }

  .main-heading-d h2, .main-heading-d h1 {
    font-size: 26px; }

  .foo-top-wrapper {
    /*display: none;*/
    display: block;
    width: 100%; }

  .footer-wrapper .footer-center .f-top-box {
    top: -97px; }

  .footer-wrapper .footer-top {
    padding-bottom: 80px; }

  .populer-product-headding-box {
    display: none; }

  .na-last-row .na-product-item-inner {
    margin-bottom: 30px !important; }

  .tab-and-mobile-vew-p-products-headding {
    display: block; }
    .tab-and-mobile-vew-p-products-headding .na-cont-wrapper {
      padding: 0px 0px 23px !important; }
      .tab-and-mobile-vew-p-products-headding .na-cont-wrapper .cont-section h2 {
        margin-bottom: 6px; }

  .home-products-mob-tab .vc_section_fifth {
    padding: 50px 0px 0px; }

  .desktop-menu-dropdown {
    display: none !important; }

  .latest-news-wrapper .news-box .news-item .ln-content .ln-title {
    line-height: 28px; }

  .button-row-contact-map .btn {
    width: 48%;
    float: left;
    margin-right: 4px;
    padding: 10px 2px; }

  .dealers-item-wrapper .list-group-item {
    min-height: 310px; }

  .bike-modal-wrapper .single-category .pro-list-cont {
    margin-top: 15px;
    padding: 0; }

  .net-form-wrap-filter .filter-selection-set {
    margin-top: 16px;
    margin-left: 16px;
    margin-right: 16px;
    margin-bottom: 8px; }

  .net-form-wrap-filter .main-tab .custom-checkbox {
    padding-right: 16px;
    margin-right: 16px; }

  .net-form-wrap-filter .main-tab .bg-wrapper {
    margin-top: 0; }

  .net-form-wrap-filter .btn-col {
    margin-top: 4px; }

  .dealers-item-wrapper .list-group-item {
    min-height: 380px; } }
@media screen and (max-width: 769px) {
  .dealers-item-wrapper .dealer-box .list-group-item {
    min-height: 410px; } }
@media screen and (max-width: 768px) {
  .net-form-wrap-filter .filter-selection-set {
    margin-top: 16px;
    margin-left: 16px;
    margin-right: 16px;
    margin-bottom: 8px; }

  .net-form-wrap-filter .main-tab .custom-checkbox {
    padding-right: 16px;
    margin-right: 16px; }

  .net-form-wrap-filter .main-tab .bg-wrapper {
    margin-top: 0; }

  .net-form-wrap-filter .btn-col {
    margin-top: 4px; }

  .dealers-item-wrapper .list-group-item {
    min-height: 380px; } }
@media screen and (max-width: 767px) {
  /*mob nav*/
  .navbar-collapse {
    position: absolute;
    height: 255.8px;
    z-index: 999;
    background: #fff;
    padding: 0px;
    width: 260px;
    top: 40px;
    right: 18px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); }
    .navbar-collapse .navbar-nav {
      margin: 0px; }

  .main-menu .navbar-default .navbar-nav > li > a {
    padding: 10px 23px; }

  .main-menu .navbar-default .navbar-nav > li > a:hover {
    background-color: #052848;
    color: #fff; }

  .navbar-default .navbar-toggle {
    background: #0e89d5;
    border: none; }

  .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover .navbar-default .navbar-toggle .icon-bar {
    background-color: #0e89d5; }

  .navbar-default .navbar-toggle .icon-bar {
    background-color: #fff; }

  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
    background-color: #052848;
    color: #fff; }

  .slider-content p.slider-big-text {
    font-size: 28px; }

  .company-intro-wrapper, .latest-news-wrapper, .new-arival-wrapper {
    padding: 50px 16px; }

  .contact-us-wrapper .button-row {
    top: 0; }

  .subscriber-form .form-inline .form-group {
    width: 27%;
    float: left; }
  .subscriber-form .form-group .form-control {
    border-radius: 0;
    height: 43px; }

  .footer-wrapper .footer-top {
    padding-bottom: 60px; }

  .foo-menu .address {
    padding: 0 5px; }

  .footer-wrapper .footer-bottom .design-by p {
    text-align: center; }

  .footer-wrapper .footer-bottom .copyright p {
    text-align: center; }

  .footer-wrapper .footer-bottom {
    padding: 8px 0; }

  .contact-info {
    margin-bottom: 20px;
    margin-top: 30px; }

  .button-row-contact-map .btn {
    width: 48%; }

  .contact-form {
    padding-top: 0px; }

  .form-wrap-search .form-group {
    width: 29%;
    float: left; }

  .inquery-wrapper .mid-btn {
    width: 190px;
    float: none;
    margin-left: 20px;
    margin: auto auto 5px; }

  /*product page*/
  .bike-modal-wrapper .single-category {
    padding: 0 24px; }
    .bike-modal-wrapper .single-category .img-wrap-box {
      margin-bottom: 20px; }
    .bike-modal-wrapper .single-category .pro-list-cont {
      padding: 0; }

  .net-form-wrap-filter .filter-selection-set {
    margin-top: 117px;
    margin-left: 16px;
    margin-right: 16px;
    margin-bottom: 8px; } }
@media screen and (max-width: 694px) {
  .home-products .single-service {
    min-height: 228px; }

  .top-header-address-bar {
    padding-left: 0; }

  .lang-dropdown {
    left: -75px;
    top: 26px; }
    .lang-dropdown li {
      margin-right: 0; }

  .slider-default .slider-content p.slider-big-text {
    font-size: 26px; }

  .form-wrap-search .form-group {
    width: 33%;
    float: left; } }
@media screen and (max-width: 664px) {
  .top-contact-info-bar, .top-header-address-bar {
    width: 100%;
    text-align: center; }

  .top-header-address-bar .header-address {
    margin: auto;
    text-align: center;
    width: 100%; }

  .header-top-section .header-address ul {
    text-align: center; }

  .slider-default .slider-content p {
    width: 100%; }

  .slider-default .nivo-directionNav {
    display: none; }

  .subscriber-form .sub-text-box {
    width: 100% !important;
    margin: 0; }
  .subscriber-form .form-inline .form-group {
    width: 40%;
    float: left;
    margin-right: 7px; } }
@media screen and (max-width: 636px) {
  .subscriber-form .form-inline .form-group {
    width: 35%; }

  .footer-wrapper .footer-top {
    padding-top: 10px; } }
@media screen and (max-width: 569px) {
  .footer-center .jws_theme_footer_center_two {
    width: 50%; }
  .footer-center .last-link-box {
    width: 100%;
    margin-top: 36px; }

  .form-wrap-search .form-group {
    width: 100%;
    float: left; } }
@media screen and (max-width: 569px) {
  .vc_section_fifth_low_bot-nun {
    padding: 30px 0px 0px; }

  .inner-page h2 {
    font-size: 20px; }

  .page-banner-wrapper .banner-content-inner .content_wrap .page_title {
    font-size: 24px;
    margin-bottom: 12px; }

  .page-top-section .breadcrumbs {
    font-size: 14px; }

  .page-top-section .page_title {
    font-size: 24px;
    margin-bottom: 12px; }

  .certificat-wrapper .single-case .case-content h3 {
    font-size: 18px; }

  .page-banner-wrapper .banner-content-inner .content_wrap .breadcrumbs {
    font-size: 14px; }

  .log-area-wrap {
    width: 60%; }

  .mob-menu-wrap {
    width: 40%; }

  .slider-default .slider-content p.slider-big-text {
    margin-bottom: 10px; }

  .slider-default .slider-content p.slider-big-text {
    font-size: 24px; }

  .slider-default .slider-content .slider-btn-area {
    margin-top: 20px; }

  .home-products .pro-item-box {
    width: 100%; }

  .main-heading-d h2, .main-heading-d h1 {
    font-size: 24px; }

  .new-arival-wrapper .na-cont-wrapper .cont-section h2 {
    font-size: 30px; }

  .vc_section_fifth {
    padding: 28px 16px; } }
@media screen and (max-width: 433px) {
  .nivoSlider .ghost-btn {
    padding: 4px 5px;
    font-size: 14px; }

  .slider-default .slider-content .slider-btn-area {
    margin-top: 10px; }

  .main-heading-d h2, .main-heading-d h1 {
    font-size: 24px;
    margin-bottom: 20px; }

  .new-arival-wrapper .na-cont-wrapper .cont-section h2 {
    font-size: 24px; }

  .footer-wrapper .footer-top {
    padding-bottom: 30px; }
    .footer-wrapper .footer-top .sub-text-box h4 {
      font-size: 18px;
      padding: 12px 0; }
    .footer-wrapper .footer-top .subscriber-form .form-inline .form-group {
      width: 100%; }

  .footer-wrapper .footer-center .f-top-box {
    top: 0; }

  .footer-wrapper .footer-center .foo-top-wrapper {
    height: auto;
    margin-bottom: 30px; }

  .all-right-reser {
    display: block; }

  .slider-default .slider-content p.slider-big-text {
    font-size: 20px; }

  .catauthor {
    display: block !important;
    margin-bottom: 10px !important;
    margin-right: 0 !important;
    padding-right: 0 !important; } }
@media screen and (max-width: 391px) {
  .slider-btn-area {
    display: none !important; }

  .slider-content p {
    font-size: 14px;
    line-height: 18px; } }
@media screen and (max-width: 361px) {
  .new-arival-wrapper .new-ar-pro-box {
    width: 100%; }

  .slider-default .slider-content p.slider-big-text {
    font-size: 18px;
    margin-bottom: 5px; }

  .slider-content p {
    font-size: 12px;
    line-height: 14px; }

  .main-heading-d h2, .main-heading-d h1 {
    font-size: 20px; }

  .new-arival-wrapper .na-cont-wrapper .cont-section h2 {
    font-size: 20px; }

  .button-row-contact-map .btn {
    width: 100%;
    margin-right: 0;
    margin-top: 5px; }

  .button-set .btn {
    width: 100%;
    margin-bottom: 5px; }

  .right-filter-box .btn-filter {
    width: 100%;
    float: none;
    margin-right: 0px; }

  /*timeline*/
  .timeline .timeline-body > h3 {
    padding: 5px 10px 0; }
  .timeline .timeline-body > h4 {
    padding: 5px 13px 5px; }
  .timeline .timeline-body > p, .timeline .timeline-body > ul {
    padding: 5px 10px 20px; }

  .bike-modal-wrapper .single-category .bike-content {
    margin-top: 10px; }

  .btn, .default-button-btn {
    width: 100%;
    margin-bottom: 10px;
    text-align: center; }

  .button-row .btn {
    margin-bottom: 10px; } }
@media screen and (max-width: 321px) {
  .lang-dropdown {
    left: -34px;
    top: 26px; }

  .jws_theme_footer_center_two {
    width: 100% !important;
    margin-bottom: 20px; }

  .footer-center .last-link-box {
    margin-top: 0px; } }

/*# sourceMappingURL=style.css.map */
